
.box .content.forms {
	padding : 15px;
}

.boxLogin .content.forms {
	padding : 15px;
}

form {
	display: inline-block;
	margin : 0;
	padding : 0;
	width : 100%;
}

.line {
	/*display: block;*/
	padding : 5px;
}

.line.button {
	padding :  7px 15px 10px;
}

label, .label{
	float : left;
	padding : 4px 0 0 0;
	font-size : 12px;
	color : #44576F;
	font-weight : bold;
	cursor : text;
	/*width : 124px;*/
}

input.medium {
	*background : transparent;
	width : 297px;
}

input.mini {
	*background : transparent;
	background-color: #FCFFE4;
	width : 50px;
}

input.large {
	*background : transparent;
	width : 400px;
}

input.big {
	*background : transparent;
	width : 740px;
}



ul.sb-dropdown {
	position : absolute;
	display : none;
	background-color : #FFFFFF;
	border : 1px solid #c3d0e1;
	top : 7px;
	*top : 1px;
	left : -176px;
	list-style-type : none;
	overflow-x : hidden;
	overflow-y : auto;
	z-index : 999;
	margin : 0;
	padding : 0;
	width : 168px;
	max-height : 250px;
}

ul.sb-dropdown li {
	background : none;
	background-color : #FFFFFF;
	padding : 0;
	margin : 0;
}

ul.sb-dropdown a, ul.sb-dropdown a:link, ul.sb-dropdown a:active, ul.sb-dropdown a:visited {
	display : block;
	background-color : #FFFFFF;
	padding : 3px 5px;
	overflow : hidden;
	font-family : Arial;
	font-weight : 100;
	cursor : pointer;
	color: #5a5a5a;
	font-size : 12px;
	line-height : 18px;
	text-decoration: none;
}

ul.sb-dropdown a:hover,
ul.sb-dropdown .selected {
  background-color : #eff2f6;
  color : #002e68;
}

/* //////////////////// UPLOAD BUTTON \\\\\\\\\\\\\\\\\\\\ */

input.file {
	float : left;
	background : url(../gfx/forms/forms-input-small.gif) no-repeat left top transparent;
	margin : 0 2px 0 0;
	z-index : 99;
	height : 15px;
}

div.btn-upload {
	display : inline-block;
	*display : inline;
	background : url(../gfx/forms/forms-file.gif) no-repeat right top transparent;
}

div.btn-upload:hover {
	background-position : right bottom;
}

div.btn-upload input {
	*position : relative;
	*z-index : -1;
}

textarea.medium {
	*background : transparent;
	width : 297px;
}

textarea.periodo {
	*background : transparent;
	width : 520px;
	height: 32px;
}


textarea.big {
	*background : transparent;
	height: 70px;
	width : 500px;
}



select{
	font: 11px Arial, helvetica, sans-serif;
	height: 20px;
	padding-left: 5px;
	text-align: left;
}

table input[type=checkbox],
table input[type=radio] {
	background : none;
	padding : 0;
}

.custom-checkbox, .custom-radio {
	display : inline-block;
	position : relative;
	*display : inline;
	margin : 3px 20px -2px 0;
	*zoom : 1;
}

.custom-checkbox input, 
.custom-radio input {
	position : absolute;
	background : transparent;
	left : 0;
	top : 0;
	margin : 0;
	z-index : -1;
	width : 13px;
	height : 13px;
}

.custom-checkbox label, 
.custom-radio label {
	display : inline-block;
	padding : 0 0 0 26px;
	color : #5a5a5a;
	font-weight : 100;
	line-height : 20px;
	font-size : 12px;
	cursor : pointer;
	width : auto;
	height : 19px;
}

.custom-checkbox label {
	background : url(../gfx/forms/forms-checkbox.gif) no-repeat;
}

.custom-radio label {
	background : url(../gfx/forms/forms-radio.gif) no-repeat;
}

.custom-checkbox label.hover,
.custom-checkbox label.focus,
.custom-radio label.hover,
.custom-radio label.focus,
.custom-checkbox label, .custom-radio label {
	background-position : left bottom;
}

.custom-checkbox label.checked, 
.custom-radio label.checked,
.custom-checkbox label.checkedHover, 
.custom-checkbox label.checkedFocus {
	background-position : left top;
}

/* //////////////////// DATE PICKER \\\\\\\\\\\\\\\\\\\\ */

input.datepicker {
	background : url(../gfx/forms/forms-date.gif) no-repeat right top transparent;
	margin : 0 20px 0 0;
	padding : 6px 34px 6px 7px;
	cursor : pointer;
	width : 69px;
}

/* //////////////////// SLIDER \\\\\\\\\\\\\\\\\\\\ */

.slider{
	display : block;
	color : #002e68;
}

.slider .ui-slider-horizontal{
	position : relative;
	border: 1px solid #C3D0E1;
	margin : 5px 0 0;
	height : 10px;
}

.slider .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.slider .ui-slider .ui-slider-range {
	position: absolute;
	background: #F2F4F7;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.slider .ui-slider-horizontal .ui-slider-handle {
	margin-left: -.6em;
}

.slider .ui-slider .ui-slider-handle {
	position: absolute;
	background: url(../gfx/slider-button.gif) no-repeat;
	top : -3px;
	z-index: 2;
	width: 16px;
	height: 16px;
	cursor: default;
}

.slider input {
	padding : 0;
	text-align : right;
	color : #5a5a5a;
	width : 30px;
}

.slider input.amount-second {
	text-align : left;
}

.classic{
	height: 15px;
	border: 1px solid #CCCCCC;
    font-size: 12px;
    padding: 4px;
}

.table-barcode{
	width: 190px;
	height: 65px;
}

.table-barcode span{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.table-form td{
	padding: 2px;
	vertical-align: middle;
}

.table-form th{
	text-align: right; 
}

.table-form label{
	text-align: left; 
	/*width: 120px;*/
}
.selectCombo {
	border: 1px solid #B7B7B7;
	font: 11px Arial, helvetica, sans-serif;
	height: 27px;
	line-height: 27px;
	padding-left: 15px;
	text-align: left;
	width: 420px;
}

.button{
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
	
}

.simple{
	background-color: #670003;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #fff;
    height: 24px;
    margin: 11px 6px;
    min-width: 54px;
    padding: 0 8px;
	
}

.buttonScm{
	background-color: #EEEEEE;
    border: 1px solid #BBBBBB;
    color: #777777;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    margin: 6px 4px 0 0;
    padding: 0.2em;
    position: relative;
    text-align: center;
}

.buttonDelete{
    background-color: #670003;
    border: 1px solid #670003;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    margin: 6px 4px 0 0;
    padding: 0.2em;
    position: relative;
    text-align: center;

}



button.buttonScm:hover{
	background-color: #ffffdd;
	text-decoration: none;
	
}

button.buttonDelete:hover{
	color: #fff;
	border: 1px solid #670003;
	background-color: #953639;	
	
}



.tagButton{
	background-color: #670003;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #fff;
    height: 28px;
    padding: 5px 5px 5px 5px;
    margin-bottom: 5px;
	
}

.simples{
	background-color: #636262;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #fff;
    height: 24px;
    padding: 5px 5px 5px 5px;
    margin-bottom: 5px;
	
}

input {
    border: 1px solid #BDC7D8;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    height: 18px;
    padding-left: 5px;

}

input[type=checkbox]{
    height: auto;
}

input.data{
	width : 90px;
	background-color: #FCFFE4;
	font-weight: bold;
}

input.login {
	width : 166px;
	height : 18px;
	
}

input.tag{
	background-color: #FCFFE4;
	font: bold 24px Arial, helvetica, sans-serif;
	height: 30px;
	width: 148px;
	line-height: 28px;
	text-align: center;
}


#loadingForm{
	background-color: #FCFFE4;
}



input.button:hover{
	color: #333333;
	border: 1px solid #c6c6c6;
	background-color: #f8f8f8;	
}

input.button.simple:hover{
	color: #fff;
	border: 1px solid #670003;
	background-color: #953639;	
}






input.button.tagButton:hover{
	color: #fff;
	border: 1px solid #670003;
	background-color: #953639;	
}

input.button.simples:hover{
	color: #fff;
	border: 1px solid  #636262;
	background-color: #939090;	
}


input.button:focus{
	outline: medium none;
	border: 1px solid #4d90FE;
}

/* //////////////////// Table TAG \\\\\\\\\\\\\\\\\\\\ */



.am {
	font-size: 9px;
	color: #333333;
	height: 10px;
	font-weight: bold;
	margin-bottom: 2px;
	text-align: center;
	width: 320px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: 	#ccc;
	border-right-color: #ccc;
	border-left-color: #ccc;
}

.tableTag{
	margin-bottom: 2px;
	margin-top: 2px;
	width: 100%; 
	height: 28px;
	border-bottom: solid;
	border-bottom-color: #ccc;
	border-bottom-width: 1px; 
	
}


.ld {font: bold 15px Arial; color: #000000}

.barraLateral {
	width: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	height: 26px;
}

.titulo {
	font-size: 9px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 2px;
}
.var {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.barCode{
	float: right;
	clear: both;
	z-index: 1;
}

.tag-obs-cancelada{
	display: none;
}

/************** CSS File Uploader**************/

.qq-uploader {width:auto; margin:5px 0 0 5px;}

.qq-upload-button {
 	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */ *
	display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font:bold 12px verdana, arial, helvetica, sans-serif;
	padding: .25em .35em;
	border: 0 solid #A3A7A9;
	background: none repeat scroll 0 0 #648FC2;
    border: 0px solid #0076A3;
    color: #FFFFFF;
    
}
.qq-upload-button-hover {
	background: #3F6DA6;
}
.qq-upload-button-focus {outline:1px dotted black;}
.qq-upload-button-active {
	position: relative; 
	top: 1px;
	color: #999;
}

.qq-upload-drop-area {
    position:absolute; width:500px; height:35px; z-index:2;
    background:#FF9797; text-align:center; 
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
}
.qq-upload-drop-area-active {background:#FF7171;}

.qq-upload-list { margin: 15px; padding: 0; width: 80px;}
.qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:12px; float: left;list-style-type: square;}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}

.qq-upload-file {}
.qq-upload-spinner {display:inline-block; background: url("../gfx/ajax-loader-1.gif"); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:11px;}

.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}


.form-padrao th{
	text-align: right;	
	font-size : 12px;
	color : #44576F;
	font-weight : bold;
	height: 20px;
}

.form-padrao tr{
	height: 30px;
}

#vtip table th{
	text-align: right;
}

.conteiner_horimetro{
    font-weight: bold;
    width: 100px;
    color: #670003;
    
    
}

.horimetro{
	text-align:center;
	font-size: 20px;
	width: 100%;
	height: 100%;
	
}

#conteinerTools {
    max-width: 400px;
    position: absolute;
    padding: 10px;
    left: -15px;
    font-size: 0.7em;
    z-index: 9999;
    display: none;
}

ul.listTarefas{
	list-style: decimal;
}

#list-programacoes ul{
	margin: 10px 10px 10px 60px;
}

div#show-os_tarefas div{
	margin: 8px 2px 2px 15px;
	border-left: 3px solid #CCCCCC;
	padding-left: 3px;
}

ul.setaList li{
	background: url("../gfx/li.gif") no-repeat scroll left 7px transparent;
    padding: 1px 0 1px 13px;
}


div.limitIndex{
	max-height: 150px;
	overflow: auto;
}

.menor{
	 font-size: 11px;
}

.modalProgramacao{
	font-weight: bold;
	color: #ccc;
}

.textarea-medium{
	height: 90px;
	width: 400px;
}

.conteiner-list{
	overflow: auto; 
	height: 80px; 
	border:1px solid #CCCCCC; 
	padding: 5px;
	width: 400px;
}

.filtro-grid{
	border: 1px solid #CCCCCC;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
}

.fieldset-form{
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}

.simple-grid tr{
	border-top: 1px solid #CCCCCC;	
}

.linha{
	color: #EEEEEE;
}

fieldset.mini{
	width: 220px;
}

.min-padding{
	padding: 5px;
}

.justify{
	text-align: justify;
}

.localizacao-grid{
	font-size: 12px;
	font-weight: bold;
}

.borderTop{
	border-top: 1px solid #CCCCCC;
	padding: 5px;
}

.disabled{
	background-color: #ABA6A6;
	color: "#FFFFFF;
}

.destaque{
	color: #670003;
    font-weight: bold;
    font-size: 16px;
}

.legenda-grafico{
    font-size: 10px;
    float: left; 
}

.legenda-grafico td{
	padding: 2px;
}

.legenda-grafico th{
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 5px;
	height: 30px;
}

#conteiner-grafico{
	margin-left: 40px;	
}

#conteiner-grafico table td{
	vertical-align: top;
}

#container-grafico-status-os{
	margin-top: 9px;
    border: 2px solid #999999;
    background-color: #FFFDF6;
    float: left;
    margin-left: 15px;
    margin-top: 20px;    
}

