/* Add a tab container class, for a border around the entire tabset */

.documento {
	font-family: Courier;
	font-size: 12px;

}

.small {
	font-size: 70%;
}

.nav > li > a {
  padding: 5px 10px;
}

#upload-wrapper form {
	display: block;
	margin-top: 0em;
}

#upload-wrapper {
	font-size: 70%;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	background: #F5F5F5;
	padding: 50px;
	border-radius: 10px;
	box-shadow: 1px 1px 3px #AAA;
}

#upload-wrapper input[type=file] {
	border: 1px solid #DDD;
	padding: 6px;
	background: #FFF;
	border-radius: 5px;
	display: inline;
	width: 320px;
}

#upload-wrapper select {
	border: 1px solid #DDD;
	padding: 6px;
	background: #FFF;
	border-radius: 5px;
	display: block;
	width: 385px;
	margin: 0 3;
}

.danger {
	background: #d9534f;
}

.info {
	background: #61BAE4;
}



#upload-wrapper #submit-btn {
	border: none;
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 15px;
	/*background: #61BAE4;*/
	border-radius: 4px;
	color: #FFF;
	margin: 5px 0 0 0;
}

#upload-wrapper h3 {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 20px 0px;
	margin-top: -30px;
	border-bottom: 2px solid #DDD;
	font-family: Helvetica, sans-serif;
	font-size: 22px;
	color:#666666;
}

/* prograss bar */
#progressbox {
	border: 1px solid #61BAE4;
	padding: 1px; 
	position:relative;
	width:385px;
	border-radius: 3px;
	margin: 10px;
	display:none;
	text-align:left;
}
#progressbar {
	height:20px;
	border-radius: 3px;
	background-color: #61BAE4;
	width:1%;
}
#statustxt {
	top:3px;
	left:50%;
	position:absolute;
	display:inline-block;
	color: #FFFFFF;
}


a:link {
	color:#666666;
	text-decoration:none;
}
a:visited {
	color:#666666;
	text-decoration:none;
}
a:active {
	color:#666666;
	text-decoration:none;
}

table .calendario {
	border-spacing:1;
	border-collapse: initial;
}

.label {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	padding-left: 5px;
	height: 22px;
	padding-top: 3px;
	font-weight: bold;
	text-align:left;
}

.calendario_qtd {
	font-family: Verdana;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-align:center;
	height: 20px;
	width:100%; 
	float:left;
	top:8px;
}

.top_label {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	padding-left: 3px;
	/*padding-top: 3px;*/
	/*font-weight: bold;*/
	text-align:left;
}
.top_titulo {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	padding-left: 3px;
	border-bottom:solid #666666 1px;
	/*font-weight: bold;*/
	text-align:left;
}

.checkbox {
	width:10px;
	height:10px;
	border:none;
	right: auto;
	vertical-align:text-bottom;
}

.floated_element {
	float: left;
	width: 48px;
	height: 100%;
	/*margin: 5px;*/
	display: inline; /*--IE6 workaround--*/
}

.greybox {  
     background-color: #f7f7f7;  
     border: 1px solid #cccccc;  
     color: #333333;  
     padding: 10px;  
     font-size: 13px;  
     font-weight: bold;  
 } 

.label1 {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	padding-left: 5px;
	font-weight: bold;
	text-align:left;
}

.campos {
	/*background:#FFFFFF url(../imagens/bg_gradient.gif) repeat-x scroll center top;*/
	color:#333333;
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #999999;
	height:20px;
	cursor:text;
	}

.campos_cotacao {
	background-color:#FFF;
	color:#333333;
	font-family: Verdana;
	font-size: 13px;
	/*font-weight: bold;*/
	border: 1px solid #FFF;
	height:20px;
	cursor:text;
	text-align:right;
	}
	
p {
	margin: 0; 
	padding: 0;
}

	
.texto {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;  
}
.leito {
	font-family: Verdana;
	font-size: 9px;
	color: #333333;
	height:17px;
	width:20px;
	text-align:center;
}
.titulo_leito {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	background:#F3F3F3;
	text-align:left;
	font-weight: bold;
	padding-left: 10px;
}
.msg {
	font-family: Verdana;
	font-size: 10px;
	color:#333333;
	font-weight: bolder;
}
.msg1 {
	font-family: Verdana;
	font-size: 10px;
	color:#333333;
	font-weight: bolder;
}
.borda {
	border: 1px solid #CCCCCC;
}
.fundo1 {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	background-color: #F5F4EB;
	height: 15px;
}
.fundo2 {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	background-color: #FCFBF8;
	height: 15px;
}
.over {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	height: 15px;
}
.titulo_tabela {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	text-align: center;
	height: 20px;
	font-weight: bolder;
	background-image: url(../imagens/fundo_titulo.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #81939b;
	border-right-color: #81939b;
	border-bottom-color: #81939b;
	border-left-color: #81939b;
}
.combos {
	background-color:#FFFFFF;
	color:#333333;
	font-family: Verdana;
	font-size: 10px;
	height:20px;
	border:thin solid #999999;
	}
.textarea {
	background-color:#FFFFFF;
	color:#333333;
	font-family: Verdana;
	font-size: 10px;
	border:1px solid #999999;
	resize: none;
	}
	
.textarea_hide {
	background-color:#F3F3F3;
	color:#333333;
	font-family: Verdana;
	font-size: 10px;
	border:1px solid #F3F3F3;
	resize: none;
	height:auto;
	overflow:visible;
	}
	
div#box	{
	margin-top: 10px;
	margin-bottom: 10px;
	width:800px;
	padding-top: 10px;
	background:   #F3F3F3;
}
.valor {
	font-family: Verdana;
	font-size: 10px;
	padding-right: 3px;
	text-align: right;
}
.radio {
	width:12px;
	height:12px;
	border:none;
	margin: 4px 10px 0;
	/*right: auto;*/
	vertical-align:text-bottom;
	display: inline;
	position: static;
}

label  {
	margin-bottom: 0;
	font-weight:normal;
}

#desativado {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: line-through;
}
.botao_cadastro {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	padding-left: 3px;
	background-color: #ECE9D8;
	border: 1px solid #999999;
	width: 60px;
	height: 20px;
	cursor: pointer;
}
.botao_med {

	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	padding-left: 3px;
	background-color: #ECE9D8;
	border: 1px solid #999999;
	height: 18px;
	cursor: pointer;
}
.fundo3 {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	background-color: #ECE9D8;
	height: 15px;
	cursor: pointer;
}
.serie {
	font-family: Verdana;
	font-size: 24px;
	color: #333333;
	font-weight: bolder;
}
.label_frente {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	padding-left: 8px;
	text-align:left;
}
.label_historico {
	font-family: Verdana;
	font-weight: bolder;
	font-size: 9px;
	color: #000000;
	text-align:left;
}
.titulo_cadastro {
	font-family: Verdana;
	font-size: 16px;
	color: #666666;
	font-weight: bolder;
	height:40px;
	border-bottom: 1px solid #000000;
}

.cracha_nome {
	font-family: Verdana;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bolder;
}

.cracha_funcao {
	font-family: Verdana;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bolder;
}

.linha_tabela {
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	height: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #CAD0D2;
	padding-left: 5px;
	cursor:hand;
}

.titulo_cabecalho {

	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	height: 20px;
	font-weight: bolder;
	background-image: url(../imagens/fundo_cabecalho.gif);
}

.linha_tr {
	background: #FFFFFF;
	cursor: pointer;
	color: #666666;
}

.linha_tr_hover:hover {
	background: #90B7D0;
	color: #000;
}

.linha_tr_disable:hover {
	background: #90B7D0;
	cursor: pointer;
}

.linha_tr_disable {
	background: #FF7F7F;
	cursor: pointer;
	color: #FFF;
}


.folhinha {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 15px;
	font-weight: bolder;
}
.folhinha_dia {
	font-family: Verdana;
	font-size: 48px;
	color: #333333;
	font-weight: bolder;
}
.folhinha_ano {
	font-family: Verdana;
	font-size: 8px;
	color: #000000;
	padding-bottom: 4px;
}

.agenda_hora_lista {
	font-family: Verdana;
	font-size: 9px;
	text-align:left;
	color:#000;
	background-color:#FFF;
	width:100%;
	line-height:15px;
	height:15px;
	float:left;
	cursor:pointer;
	border-bottom: 1px #DEDEDE solid;
	border-right: 1px #DEDEDE solid;
	border-left: 1px #DEDEDE solid;
}

.text_center {
	text-align: center;
}

.text_10 {
	font-size: 10px;
}

.agenda_hora_icon {
	padding-top:1px;
	width:20px;
	height:100%;
	float:left;
	text-align:center
}

.agenda_hora_lista_texto {
	width:150px;
	float:left;
	height:100%;
	overflow: hidden;
	text-overflow: clip;
	white-space:nowrap;
}

.agenda_hora_lista_mensagem {
	width:150px;
	float:left;
	height:100%;
	line-height: 1.2em;
	margin: 3px;
}

.agenda_hora {
	font-family: Verdana;
	font-size: 10px;
	color:#000;
	background-color:#FFF;
	width:8.33333%;
	height:45px;
	float:left;
	cursor:pointer;
	padding-top:15px;
	border-bottom: 1px #81939b solid;
	border-right: 1px #81939b solid;
}
.agenda_hora_block {
	color:#FFF;
	background-color: #6193D0;
}

.agenda_hora_extra {
	color:#FFF;
	background-color: #BA0000;
}

.agenda_hora_mensagem {
	color:#FFF;
	background-color: #FF7F7F;
	height:110%;
	text-align: center;
}

.agenda_hora_mensagem_selecionado {
	color:#FFF;
	background-color:#90B7D0;
	height:110%;
	text-align: center;
}

.agenda_selecionado {
	color:#FFF;
	background-color:#90B7D0;
}

.linha_tabela_img {

	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	text-align: center;
	height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CAD0D2;
	border-right-color: #CAD0D2;
	border-left-color: #CAD0D2;
	border-bottom-color: #CAD0D2;
	cursor:hand;
}
.campos_valor {
	/*background:#FFFFFF url(../imagens/bg_gradient.gif) repeat-x scroll center top;*/
	color:#333333;
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #999999;
	height:20px;
	cursor:text;
	padding-top:3px;
	text-align: right;
}
div#error {
	border-collapse:collapse;
	}

.a	{
	background: transparent url(../imagens/_a.png) repeat scroll 0 0;
	height:10px;
	overflow:hidden;
	width:10px;
	}
.b	{
	background: transparent url(../imagens/_b.png) repeat scroll 0 0;
	height:10px;
	overflow:hidden;
	width:10px;
	}
.c	{
	background: transparent url(../imagens/_c.png) repeat scroll 0 0;
	height:10px;
	overflow:hidden;
	width:10px;
	}
.d	{
	background: transparent url(../imagens/_d.png) repeat scroll 0 0;
	height:10px;
	overflow:hidden;
	width:10px;
	}
.e	{
	background: transparent url(../imagens/_e.png) repeat scroll 0 0;
	}
