﻿/* * * * * * * * * * * * * * * * * * * * * * *
 *	CSS Padão - Lucas, 03/11/2013.
 *  Base do layout: Shared/_Default.cshtml
 * * * * * * * * * * * * * * * * * * * * * * */
/********* Início - Genéricos *********/
* {
	margin:0;
	padding:0;	
}
body {
	color:#3C454F;
	background-color: #FFF;
	font-family:'Segoe UI', Arial;   
    font-size: 14px; 
}
html {
    background-color: #FFF;
    margin: 0;
    padding: 0;
}
ul {
	list-style-type:none;
	list-style-position:inside;
	margin:0;
	padding:1px;
}

label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
}

label.checkbox {
    display: inline;
}

span.observacao {
    font-size: 12px;
    color: #CCC;
}

button, input, textarea {
    font-family: "Segoe UI", Arial;
    color: #999;
}
select, option {
    font-family: "Segoe UI", Arial;
    color: #333;
}
select {
    border: 1px solid #CCC;
    color: #333;
    background: #fff;
}
select:hover {
    border: 1px solid #8c8c8c;
}
select:disabled {
    background: #EEE;
}
textarea {
    font-family: inherit;
    width: 500px;
}

input[type="text"],
input[type="password"]{
	display: block;
	height: 28px;
	background:url('images/bg-txt-field.png');
	background-position:left top;
	border: 1px solid #CCC;
    line-height: 30px;
    font-size: 18px;
    padding: 0 3px 0 6px;
    margin-right: 20px;
    width: 290px;
}

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
    height: 13px;
}

input[type="text"],
select {
    text-transform: uppercase;
}

/** ClearFix **/
.clearfix:before, 
.clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; height: 0; visibility: hidden; }
.clearfix       { display: block; }
/** Fim ClearFix **/

/********* Fim - Genéricos *********/

/********* Início - Font-Face *********/
@font-face {
	font-family: 'Segoe UI';
	src:url('/fonts/segoeui.woff') format('woff'),
	url('/fonts/segoeui.ttf') format('truetype'),
    url('/fonts/segoeui.otf');
	font-weight:normal;
	font-style:normal ;
}
@font-face {
	font-family: 'Segoe UI SemiLight';
	src:url('/fonts/segoeuisl.eot?#iefix') format('embedded-opentype'),
	url('/fonts/segoeuisl.woff') format('woff'),
	url('/fonts/segoeuisl.ttf') format('truetype');
	font-weight:normal;
	font-style:normal 
}
@font-face {
	font-family: 'Segoe UI SemiBold';
	src:url('/fonts/segoeuisb.eot?#iefix') format('embedded-opentype'),
	url('/fonts/segoeuisb.woff') format('woff'),
	url('/fonts/segoeuisb.ttf') format('truetype'),
	url('/fonts/segoeuisb.otf');
}
/********* Fim - Font-Face *********/

/********* Início - Layout Principal *********/
bodySeg {
	background-color: #FFF;
	padding-bottom: 35px;
	padding-top: 1px;
}

header .telaCentralizada {
	padding-top: 20px; 
}

#cabecalho {
	padding: 0px 20px 0 20px;
	float:left;
}

#conteudo {
	float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

footer {
	clear: both;
	font-size: 14px;
	height: 30px;
	padding-top: 50px;
	position: relative;
	bottom: 0;
	padding-left: 21px;
}
/********* Fim - Layout Principal *********/

/********* Início - Alinhamentos de tela *********/
.telaCentralizada {
	margin: 0 auto;
	max-width: 960px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.telaCheia:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
    }
.telaCheia{
    display: block;
    padding: 10px 20px 0 20px;
    margin: 0 auto;
    width: 100%;
    max-width: 1498px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}
* html .telaCheia{height: 1%;}
.hidden {
	display: none;
    }
/********* Fim - Alinhamentos de tela *********/

/********* Início - Headers (barras com os menus principais) *********/
#headerUser {
	background: #3C454F;
	color: #FFF;
	font-size: 12px;
	height:30px;
	padding:0 20px;
}
	#headerUser * {
		float: left;
		line-height: 30px;
	}

#headerInterfile{
	background:#636A72;
	border-bottom:1px solid #3C454F;
	height:45px;
	line-height:42px;
	padding:0 20px;
	color:#FFF;
}

#headerSistema {
	padding: 0 20px;
	background: #33BDF1;
	color: #FFF;
	height: 45px;
	line-height: 45px;
	border-bottom: 5px solid #EEE;
}
a.menuTelaAtual {
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
    font-family: 'Segoe UI Light', Arial;
    font-size: 18px;
}
#operSistema {
	border-left: 1px solid #FFF;
	padding-left: 15px;
	font-family: 'Segoe UI', Arial;
	font-size: 18px;
    margin-right: 15px;
    text-transform: uppercase;
}
#protSistema {
	font-size: 20px;
	padding-left: 15px;
}
/********* Fim - Headers (barras com os menus principais) *********/

/********* Início - Itens dos menus principais *********/
#selectConta {
	float: left;
	height: 30px;
    min-width:160px;
}
    #selectConta option {
        color: #333;
    }
#ribbonUser {
	float: left;
	line-height: 30px;
}

#ribbonConfig { float: right; }
	#ribbonConfig * {float: left;}
	#ribbonConfig label{
		padding: 0 5px;
		display: inline;
	}
	#ribbonConfig #selectConta {
		height: 23px;
        min-width: 160px;
        margin: 4px 0;
        border: 1px solid #CCC;
        color: #333;
        padding-right: 0;
        font-size: 14px;
	}
	#ribbonConfig span {
		padding:0 5px;
		display:inline-block;
		line-height: 30px;
	}

/* Menu Conf */
.menuConfContent * {line-height: 20px;}
a.configBtn {
	width: 30px;
	height: 30px;
	background: url('images/config-icon.png') no-repeat;
	background-position: center center;
	text-indent: 999px;
	overflow: hidden;
    display:inline-block;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
	a.configBtn:hover {
		background-color: #272E34;
	}

a.menuConf {
	display: block;
	width: 50px;
	height: 27px;
	text-indent: -99px;
	overflow: hidden;
	background: #636A72 url('../Img/config-icon.png') no-repeat;
	border: 1px solid #4D5257;
	border-bottom-width: 2px;
	background-position: center center;
}

.menuConfContent {
	float: left;
	margin: 0em 0.3em;
}
    .menuConfContent ul {
	    margin: 1px;
	    padding: 0;
	    list-style: none;
    }
    .menuConfContent li ul {
	display: none;
}

	.menuConfContent ul li {
		display: block;
		position: relative;
        float: left;
	}
	.menuConfContent ul li ul {
		border: 1px solid #4D5257;
		border-bottom-width: 3px;
		z-index:9;	
		background:#636A72;
		padding: 5px 0;
		display: none;
	}
	.menuConfContent ul li ul * { float: none !important; }
	.menuConfContent ul li ul li a{
		display: block;
		text-decoration: none;
		color: #fff;
		padding: 7px 15px;
		white-space: nowrap;
		font-size: 10px;
		text-transform:uppercase;
		font-family:'Segoe UI', Arial;
		margin: 0 5px;
	}

.menuConfContent li:hover ul {
	display: block;
	position: absolute;
	right:0;
	top: 27px;
}
.menuConfContent li:hover li {
	float: none;
}
.menuConfContent ul li ul li a:hover {
	background: #4D5257;
	color:#fff;
}

/*** Menu ***/
.menuContent {
    position: absolute;
    right: 0;
    margin-right: 5px;
}

.menuContent ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menuContent ul li {
	display: block;
	position: relative;
	float: left;
}
.menuContent li ul {
	display: none;
}
.menuContent ul li ul {
	border: 1px solid #C5C5C5;
	border-bottom-width: 3px;
    margin-top: 0px;
	z-index:9;	
}
.menuContent ul li ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	border-top: 1px solid #FFF;
    padding: 7px 15px;
	background: #DFDFDF;
	white-space: nowrap;
	line-height: 21px;
	font-size: 14px;
}
.menuContent li:hover ul {
	display: block;
	position: absolute;
}
.menuContent li:hover li {
	float: none;
}
.menuContent ul li ul li a:hover {
	background: #1FB6EF;
	color:#fff;
}
.menuContent > ul > li:hover {
	background-color: #33BDF1;
	color:#fff;
    height: 43px;
    border-bottom: 2px solid #636A72;
}
a.menuPrincipal {
	padding-right: 20px;
	background: url('images/arrow-down.gif') no-repeat;
	background-position: right 10px;
	color: #fff;
	text-decoration: none;
	margin-right: 15px;
    font-family: 'Segoe UI Light', Arial;
	font-size: 18px;
    padding-left: 15px;
}
a.menuPrincipal.semImagem {
	padding-right: 0;
	background: none;
}
a.menuFormHist {
	padding-right: 20px;
	background: url('../Img/arrow-down.gif') no-repeat;
	background-position: right 10px;
	color:#fff;
	text-decoration:none;
	margin-right:15px;
	font-family: 'Segoe UI SemiLight', Arial;
	font-size:18px;
}
/********* Fim - Itens dos menus principais *********/


.Command { 
    width: 20px;
    height: 20px;
    margin: 7px 7px 5px 7px;
}

#test-popup {
    background-color: #972324;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.colunaChekbox {
    width: 20px;
}

.colunaBotao {
    text-align: center;
}

#listaPendencia span {
    font-weight: bold;
}

    /*input:focus,  textarea:focus {
        border: 1px solid #7ac0da;
    }*/

     /*input[type="submit"],
     input[type="button"],
     button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }*/

     /*td input[type="submit"],
     td input[type="button"],
     td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }*/

     /*input[type=button],  input[type=submit]
    {
        padding: 0 20px 0 42px;
        height: 42px;
        border: 1px solid #b60000;
        min-width: 150px;
    }*/

     /*input[type=button]:hover,  input[type=submit]:hover
    {
        background-color: #666;
        color: #FFF;
   }*/


/********* Início - Botões *********/
.grupoBotoes {
    height: 40px;
    float: left;
    width: 670px;
    margin-top: 20px;
}
/*Botão para ações decisivas que levarão o usuário para outra tela*/
.regBtn {
    border: 1px solid #0E9ACF;
    background: #1FB6EF;
    border-bottom-width: 2px;
    color: #FFF;
    font-size: 14px;
    padding: 5px 20px;
    text-decoration: none;
    font-family: 'Segoe UI', Arial;
    cursor: pointer;
    float: left;
    text-align: center;
    margin-right: 5px;
    text-transform: uppercase;
}

.disabled {
    border: 1px solid #777;
    background: #CCC;
    cursor: default;
}

/*Botão cancelar para ações decisivas que levarão o usuário para outra tela*/
.cnlBtn {
	padding: 5px 20px;
	font-size: 14px;
	font-family:'Segoe UI', Arial;
	color: #FFF;
	background: #54C8F3;
	border: 1px solid #1FB6EF;
	border-bottom-width: 2px;
	cursor: pointer;
	float:left;	
	text-decoration:none;	
	text-align:center;
    margin-right: 5px;
    text-transform: uppercase;
}
/*Botão para ações decisivas que não levarão o usuário para outra tela*/
.regBtn2 {
    border: 1px solid #005F71;
	background: #008299;
	border-bottom-width: 2px;
	color: #FFF;
    font-size: 14px;
	padding: 5px 20px;
	font-family:'Segoe UI', Arial;
	cursor: pointer;
	float:left;
	text-align:center;	
    text-decoration:none;
    margin-right: 5px;
    text-transform: uppercase;
}
/*Botão cancelar para ações decisivas que não levarão o usuário para outra tela*/
.regBtn2Cnl {
    border: 1px solid #339BAD;
	background: #66B4C2;
    border-bottom-width: 2px;
	color: #FFF;
    font-size: 14px;
	padding: 5px 20px;
	font-family:'Segoe UI', Arial;
	cursor: pointer;
	float:left;
	text-align:center;
    text-decoration:none;
    text-transform: uppercase;
    margin-right: 5px;
}

.regBtn:active,
.cnlBtn:active,
.auxBtn:active,
.regBtn2:active,
.regBtn2Cnl:active {
	border-bottom-width: 1px;	
	margin-top:1px;
}

/*Botão para ações auxiliares*/
.auxBtn, .auxBtnGrande, .auxBtnCnl, .auxBtnCnlGrande{
	border: 1px solid #4D5257;
	background: #636A72;
	border-bottom-width: 2px;
	color: #FFF;
	font-size: 10px;
	padding: 5px 13px;
	text-decoration:none;
	font-family:'Segoe UI', Arial;
	cursor: pointer;
	float:left;
	text-align:center;
	text-transform: uppercase;
    margin-right: 5px;
}
.auxBtnGrande, .auxBtnCnlGrande {
    font-size: 14px;
    padding: 5px 20px;
}
.auxBtnCnl, .auxBtnCnlGrande {
    border: 1px solid #A6A8AB;
	background: #B1B4B8;
}
/* Div contendo os botões */
#btnsAux {
	float: left;
}
    #btnsAux a {
	    text-decoration:none;
	    float:left;
    }
    #btnsAux .histBtn {
	    width: 100%;
    }
    #btnsAux input {
	    margin-bottom: 5px;	
    }
.tipifBtn {
	float:right;	
}
#btnsActions {
	margin-bottom: 20px;
	float: left;
}
    #btnsActions input {
	    width: 100%;
	    margin-bottom: 5px;
    }
    #btnsActions a {
	    width: 98px;
	    text-align: center;
	    text-decoration: none;
	    margin-bottom: 5px;
    }
.button-salvar-processo {
	width: 100%;
	float: left;
}	
.botaoHomeInterfile {
	background-color: transparent;
	width: 120px;
	height: 45px;
	border: none;
	padding-top: 0;
	padding-left: 0;
}

/* Exit Button */
a.exitBtn {
	color: #FFF;
	text-decoration: none;
	padding: 0 10px;
	display: inline-block;
	line-height: 30px;
	float: left;
}

.botao_ok_ativo {
    background-image: url('../Img/ok-icon-light.png');
}

.botao_ok_inativo {
    background-image: url('../Img/ok-icon-dark.png');
}

.botao_erro_ativo {
    background-image: url('../Img/grave-icon-light.png');
}

.botao_erro_inativo {
    background-image: url('../Img/grave-icon-dark.png');
}

#tblMonitoramento button {
    background-color: transparent;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    border: none;
}

#submitHome {
    height: 44px;
    width: 110px;
    float: left;
}
/********* Fim - Botões *********/

/********* Início - Selects *********/
#dk_container_selectConta {
	line-height: 20px;
	height: 20px;
	margin-top: 12px;
    float: left;
}
#dk_container_selectConta .dk_toggle {
	padding:0;
    margin: 0;
	line-height: 20px;
	background:url('images/drop-pq.gif') no-repeat;
	background-position:center right;
	border: none;
}
#dk_container_selectConta span.dk_label {
	line-height:20px;	
}
#dk_container_selectConta .dk_label { line-height:20px; }
#dk_container_selectConta .dk_toggle:hover {
	background:url('images/drop-pq-hover.gif') no-repeat;
	background-position:center right;	
}
.dk_options_inner{ padding: 0; }

.select-tipificacao select,
.select-formalizacao select,
.select-divergencia select,
.select-monitoramento select {
	width: 142px;
	height:30px;
	display:block;
}

.select-formalizacao,
.select-tipificacao,
.select-divergencia,
.select-monitoramento {
	width: 200px;
	float: left;
	margin-right: 5px;
}
/********* Fim - Selects *********/



/********* Início - Featured *********/
.featured {
		background-image: url("../Images/Logo.png");
		/*background-image: -ms-linear-gradient(left, #440001 0%, #a4d4e6 100%);
		background-image: -o-linear-gradient(left, #440001 0%, #a4d4e6 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #440001), color-stop(1, #a4d4e6));
		background-image: -webkit-linear-gradient(left, #440001 0%, #a4d4e6 100%);
		background-image: linear-gradient(left, #440001 0%, #a4d4e6 100%);*/
		background-color:#FFF;        
		padding: 155px 40px 30px 40px;
		background-repeat: no-repeat;
	}
		.featured hgroup.title h1, .featured hgroup.title h2 {
			color: #fff;
		}
		.featured p {
			font-size: 1.1em;
		}

section.feature {
	width: 300px;
	float: left;
	padding: 10px;
}

article#About p {
	text-align: justify;
}
/********* Fim - Featured *********/

/********* Início - Título da página *********/
hgroup.title {
	margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
	display: inline;
}

hgroup.title h2 {
	font-weight: normal;
	margin-left: 3px;
}
/********* Fim - Título da página *********/

/********* Início - Lista ordenada *********/
ol.round {
	list-style-type: none;
	padding-left: 0;
}

	ol.round li {
		margin: 25px 0;
		padding-left: 45px;
	}

		ol.round li.zero {
			background: url("../Images/orderedList0.png") no-repeat;
		}

		ol.round li.one {
			background: url("../Images/orderedList1.png") no-repeat;
		}

		ol.round li.two {
			background: url("../Images/orderedList2.png") no-repeat;
		}

		ol.round li.three {
			background: url("../Images/orderedList3.png") no-repeat;
		}

		ol.round li.four {
			background: url("../Images/orderedList4.png") no-repeat;
		}

		ol.round li.five {
			background: url("../Images/orderedList5.png") no-repeat;
		}

		ol.round li.six {
			background: url("../Images/orderedList6.png") no-repeat;
		}

		ol.round li.seven {
			background: url("../Images/orderedList7.png") no-repeat;
		}

		ol.round li.eight {
			background: url("../Images/orderedList8.png") no-repeat;
		}

		ol.round li.nine {
			background: url("../Images/orderedList9.png") no-repeat;
		}
/********* Fim - Lista ordenada *********/

/********* Início - Lista *********/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }
/********* Fim - Lista *********/

/********* Início - Content *********/
article {
	float: left;
	width: 70%;
}

aside {
	float: right;
	width: 25%;
}

	aside ul {
		list-style: none;
		padding: 0;
	}

		aside ul li {
			background: url("../Images/bullet.png") no-repeat 0 50%;
			padding: 2px 0 2px 20px;
		}

.label {
	font-weight: bold;
}

.pTextos {
	margin-top: 6px;
	text-align: justify;
}

.labelForm {
    text-transform: uppercase;
    font-weight: 600;
    color: #3B454E;
    font-size: 14px;
    margin-left: 5px;
}

.buttonForm {
    margin-left: 10px;
}
/********* Fim - Content *********/

/********* Início - Filtro *********/
/*#filtroArea {
    width: 75%;
    height: auto;
    margin-left: 12%;
    clear: both;
    text-decoration: none;
}

#filtroArea input, #filtroArea select, #filtroArea option, #filtroArea textarea {
    font-family: "Segoe UI", Arial;
    color: #999;
}

#filtroArea label, #filtroArea input, #filtroArea select {
    margin-left: 10px;
	height: 30px;
    line-height: 30px;
	font-size: 16px;
	padding: 0 0px;
}

#filtroArea input {
    margin: 0px;
}

#filtroArea label {
    text-transform: uppercase;
    font-weight: 600;
    color: #3B454E;
    font-size: 14px;
}*/

form {
     height: auto; 
     margin: 0 auto;
}

.divsFiltro {
    float: left;
    margin-top: 7px;
    height: 45px;
}

.divBotoesFiltro {
    float: right;
    margin: 5px 15px 12px 0px;
}

#container {
    margin: 50px auto;
}

a.filtro {
    float: right; 
    height: 34px; 
    width: 317px; 
    display: block; 
    text-indent: -9999px; 
    background: url(../Img/filtroUs.png) no-repeat 0 0; 
    margin-top: -51px;
}

/*input {
    margin-bottom: 20px; 
    color: #4A4A4A; 
    float: left; 
    width: 250px;
    font-family: "Segoe UI", Arial, sans-serif;
    color: #999;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
}*/

/*.labelFiltro {*/
    /*margin-bottom: 5px;
    margin-left: 20px;
    margin-right: 13px;
    float: left;
    position: relative;
    top: 11px;
    font-family: Arial;
    font-size: 16px;
    color: #fff;*/
/*}*/
/*textarea {
    padding: 7px 7px; 
    height: 110px; 
    margin-bottom: 15px; 
    color: #4A4A4A; 
    line-height: 20px; 
    font-size: 12px; 
    float: right;
    width: 350px;
}*/

.selectFiltro {
    width: 70px; 
    padding: 1px; 
    margin: 4px 0px 0px 0px; 
    height: 27px; 
    background-color: #f1f1f1; 
    border-color: #e4e4e4; 
    color: #4A4A4A;
}

input#submit {
    float: right; 
    clear: both; 
    cursor: pointer; 
    width: 125px; 
    padding: 7px 7px; 
    background-color: #972324; 
    border: 0; 
    color: #fff;
}
/********* Fim - Filtro *********/

/********* Início - Box Form *********/
/*.boxForm {
    float: left;
	width: 95%;
}*/

/*.boxForm form > div {
	margin-bottom: 1em;
	width: 50%;
	float: left;
}*/

/*.boxForm #botao-form-acao {
	width: 100%;
}*/
/*.boxForm div {
	margin-bottom: 1em;
	width: 50%;
	float: left;
}*/
/*.boxForm div label{
	display: block;
	padding: 0.1em;
    width: 400px;
}*/

/*.boxForm table {
    clear: both;
	width: 100%;
    margin-bottom: 20px;
    display: table;
    border-color: gray;
	background-color: #FFF;
    font-family: "Segoe UI", Arial;
    color: #3B454E;
    border-collapse: collapse;
    border-spacing: 2px;
    quotes: none;
}*/
    /*.boxForm thead tr {
	border-right: 1px solid #636A72;
    }*/
    /*.boxForm thead th {
    background-color: #636A72;
    color: #FFF;
        font-size: 11px;
    font-weight: normal;
    text-align: left;
    line-height: 30px;
    text-transform: uppercase;
    vertical-align: top;
    border-collapse: collapse;
    border-spacing: 0;
    quotes: none;
    padding-left: 12px;
    }*/
    /*.boxForm table th {
        padding: 0 10px 0 8px;
    }*/
    /*.boxForm table td {
        padding: 0 2px 0 5px;
    }*/
    /*.boxForm tbody tr {
    border-right: 1px solid #E4E6E7;
    border-bottom: 1px solid #E4E6E7;
    border-left: 1px solid #E4E6E7;
    }*/
    /*.boxForm tbody tr > td {
        vertical-align: middle;
        line-height: 38px;
        height: 38px;
        color: #3A454D;
        font-size: 14px;
        padding-left: 10px;
    }*/

/*.boxForm th:last-child, .boxForm tr td:last-child {
    text-align: center;
}*/

    /*.boxForm tbody tr:hover {
        background: #F5F6F6;
        cursor: pointer;
    }*/

    /*.boxForm tbody th > a {
        min-width: 26px;
    }*/
    /*.boxForm label span {
	    padding: 5px ;
	    font-size: 10px;
	    color:#ff0000;
	    border:1px solid rgb(255,204,204);
	    background-color: rgb(255,235,235); 
	    background-color: rgba(255, 235, 235, 1);
	    margin: 0px 5px;
	    font-family:'Segoe UI', Arial;
    }*/
/********* Fim - Box Form *********/

/********* Início - Tabelas *********/
#tblMonitoramento a, #tblMonitoramento a:active, #tblMonitoramento a:visited {
    color: #3B454E;
}

#tblMonitoramento .header a {
    background-color: transparent;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    border: none;
    margin: 0 auto;
}

/* Usar quando a tabela ultrapassar a largura da página */
.containerParaTabela {
    overflow-x: auto;
    width: 99.8%;
}

table {
    white-space: nowrap;
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
    width: 99.8%;
    font-family: 'Segoe UI', Arial;
    float: left;
    margin: 12px 1px 20px 1px;
}
    table tbody {
        border-left: 1px solid #E4E6E7;
        border-right: 1px solid #E4E6E7;
        text-transform: uppercase;
    }
    table th {
        background-color: #636A72;
        color: #FFF;
        font-size: 11px;
        text-align: left;
        line-height: 30px;
        text-transform: uppercase;
        padding-left: 10px;
    }
    table tbody tr > td:nth-child(2n+1) {
        background-color: #F5F5F5;
    }
    table tbody tr td div > img:hover {
        cursor: pointer;
    }
    table tbody tr:hover td{
        background-color: #F5F5F5;
    }
    table tbody tr > td {
        vertical-align: middle;
        line-height: 38px;
        height: 38px;
        color: #3A454D;
        font-size: 14px;
        background-color: #FFF;
        padding-left: 15px;
        padding-right: 10px;
        border-bottom: 1px solid #E4E6E7;
    }
    th a {
        display: block;
        position: relative;
    }
    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }
    th a:hover {
        color: #000;
    }
    th.asc a, th.desc a {
        margin-right: .75em;
    }
    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }
    th.asc a:after {
        content: '▲';
    }
    th.desc a:after {
        content: '▼';
    }
    tr.pager td {
        padding: 0 0.25em 0 0;
    }
/* Início - Alinhamento de botão na tabela */
.acao_tabela {
	text-align: center;
}
    .acao_tabela .regBtn,
    .acao_tabela .regBtn2 {
        float: none;
    }
table tbody tr td > .regBtn {
    float: none;
}
/* Fim - Alinhamento de botão na tabela */
/********* Fim - Tabelas *********/

/********* Início - Imagens e ícones *********/
.grave a {
    display: block;
    background-image: url("../Img/grave-icon-light.png");
}

.ok a {
    display: block;
    background-image: url('../Img/ok-icon-light.png');
}

#logoInterfile{
	width:100px;
	height:45px;
	background:url('images/logo.png') no-repeat;
	background-position:center center;
	float:left;
	margin-right:1em;
}
/********* Fim - Imagens e ícones *********/

/********* Início - Fontes *********/
h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5{
    font-size: 16px;
}

h6{
    font-size: 14px;
}

    h1, h2, h3, h4, h5, h6 {
        font-family: 'Segoe UI', Arial;
        font-weight: bold;
        text-transform: uppercase;
    }
    
    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }
/********* Fim - Fontes *********/

/********* Início - Título do site *********/
.site-title {
    color: #3C454F;
    font-family: 'Segoe UI', Arial;
    font-size: 22px;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #3C454F;
    outline: none;
    text-decoration: none;
}
/********* Fim - Título do site *********/

/********* Início - Fieldset sem fundo e sem bordas *********/
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 20px 0;
        list-style: none;
    }

    fieldset ol li {
        padding-bottom: 5px;
    }

    fieldset input[type="text"],
    fieldset input[type="number"],
    fieldset input[type="password"],
    fieldset input[type="hidden"],
    fieldset select {
        width: 290px;
        margin-bottom: 20px;
        height: 30px;
        line-height: 34px;
	    font-size: 16px;
	    padding: 0 3px;
    }
    fieldset select {
	    padding-right: 0;
        line-height: 38px !important;
    }
    fieldset input[type="checkbox"],
    fieldset input[type="radio"] {
        width: auto;
        height: 13px;
        margin: 7px 2px 7px 10px;
    }
/********* Fim - Fieldset sem fundo e sem bordas *********/

/********* Início - Fieldset com fundo e com bordas *********/
.fieldsetColor {
    margin: 2px 2px 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
    .fieldsetColor legend {
	    display: block;
        font-weight: bold;
    }
    .fieldsetColor label {
        display: initial;
        padding-bottom: 0;
    }
    .fieldsetColor input,
    .fieldsetColor select {
        margin-bottom: 15px;
    }
.fieldsetColor .fieldsetColor {
    border-top: 3px solid #33BDF1;
    background-color: #EEE;
}
.fieldsetColorElementos {
    width: 100%;
    height: 28px;
}
    .fieldsetColorElementos > label {
        font-weight: normal;
        float: left;
        margin-right: 10px;
    }
/********* Fim - Fieldset com fundo e com bordas *********/

/********* Início - Mensagens de informação e erro *********/
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}
/********* Fim - Mensagens de informação e erro *********/

/********* Início - Estilos para os helpers de validação *********/
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}
/********* Fim - Estilos para os helpers de validação *********/


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .telaCentralizada {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .telaCentralizada {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

.divApresentacao {
    background-color: #F5F5F5;
    padding: 40px 50px;
}

.leftDocs {
	max-width: 1129px;
	float: left;
}
.rightDocs {
	max-width: 170px;
	float: left;
	padding: 10px;
	background: #F8F8F9;
}
#pdfsConf {
	width: 645px;
	float: left;
	margin-right: 20px;
}
#tabsConf {
	width: 644px;
	float: left;
	position:relative;	
}
#tabsConf .item {
	padding: 10px;
	width: 622px;
}
#tabsConf #items {
	font-size:12px;	
}
#tabsDocs .conteudo {
	width: 1072px;
	float: left;
}
/*** tabs ***/

.tabNav,
.tabNav2 {
	float: left;
}
.tabNav2 li {
	text-align: center;
}
.tabNav li,
.tabNav2 li  {
	float: left;
}
.tabNav li {
	width:160px;	
	height:35px;
}

.tabNav a,
.tabNav2 a {
	display: block;
	float: left;
	height: 33px;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #9DA2A6;
	line-height:35px;
	padding:0 10px;
	border-top:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
	font-family:'Segoe UI', Arial;
}
.tabNav a{
	width: 139px;
}
.tabNav2 a {
	width:101px;	
}
.tabNav2 li:first-child a {
	border-left:1px solid #EEEEEE;
}	
.tabNav a:hover,
.tabNav2 a:hover {
	background:#F5F5F5;
}
.tabNav li.selected {
	border-top:3px solid #33BDF1;	
}
.tabNav2 li.selected {
	border-top:3px solid #008299;	
}
.tabNav li.selected a,
.tabNav2 li.selected a  {
	height:31px;
	line-height:28px;
	color:#39454C;	
	border-bottom:none;
	background:#F5F5F5;
}

/* Início - Divs para armazenar filtros de pesquisa no topo das views */
#items {
	clear: both;
}
.item,
.itemTelaCentralizada {
	padding: 20px;
	background:#F5F5F5;
	border-left:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
	border-bottom:5px solid #EEEEEE;
	min-height:80px;
    min-width: 600px;
	float:left;
}

.itemTelaCentralizada {
        width: 100%;
    }

    .item input[type="text"],
    .item input[type="date"],
    .item select,
    .itemTelaCentralizada input[type="text"],
    .itemTelaCentralizada select {
        width: 240px;
        float: left;
        margin-right: 20px;
        line-height: 30px;
        height: 28px;
    }

    .item select,
    .itemTelaCentralizada select{
        padding-right: 0;
    }

    .item input[type="date"] {
        width: 205px;
    }
/* Div usada para alinhar os combos usados para a seleção de caixas */
.divCaixas {
    min-width: 255px;
    float: left;
    margin-right: 20px;
}
/* Alinhamento do botão de confirmação de seleção de caixa */
#btnSelecionarCaixa {
    margin-top: 28px;
}
/* Fim - Divs para armazenar filtros de pesquisa no topo das views */

.mensagensBox {
	float: right;
}

#tabsDocs .button-ok-processo,
#tabsDocs .button-add {
	margin-right:10px;
	margin-top: 25px;	
	float:left;
}
#tabsDocs label,
#anexar label {
	font-family:'Segoe UI', Arial;
	font-size:12px;
	text-transform:uppercase;
	padding-bottom:10px;
	/*float:left;*/	
	font-weight:bold;
}
#tabsDocs .dk_container {
	margin-bottom:0;	
}
#tabsDocs .dk_container,
#anexar .dk_container {
	clear:both;
	font-family:'Segoe UI', Arial;
}

#tabsDocs .dk_container a,
#anexar .dk_container a {
	min-height:14px;
	display: block;
}
#tabsDocs .dk_toggle,
#anexar .dk_toggle {
	background:#fff url('../Img/drop-gd.gif') no-repeat;
	background-position:center right;
	height: 14px;
	display: block;
	overflow: hidden;
	line-height: 17px;
}
#tabsDocs .dk_toggle:hover,
#anexar .dk_toggle:hover {
	background:#fff url('../Img/drop-gd-hover.gif') no-repeat;
	background-position:center right;	
}

/** input text **/

#tabsDocs input[type="text"] {
	display: block;
	height: 28px;
	background:url('../Img/bg-txt-field.png');
	background-position:left top;
	border: 1px solid #CCC;
}
#tabsDocs .text-observacao input {
	width:230px;	
}
.text-observacao {
	width:233px;
	float:left;
	margin-right:5px;	
}
.text-cpf,
.text-chassi {
	float:left;	
	margin-right:10px;
}
.hold-cpf,
.hold-chassi {
	float: left;
	clear:both;
}
.hold-cpf input,
.hold-chassi input {
	width:70px;
	float:left;	
}
.hold-cpf span, 
.hold-chassi span {
	font-size: 14px;
	padding: 5px 5px 5px 0;	
	float:left;	
}

/*** MODAL ***/
#mensagem {
	font-family: 'Segoe UI SemiLight', Arial;
	font-size: 14px;
    width: 100%;
}
.fundoTituloMsg {
    background: #33BDF1;
	border-bottom: 5px solid #EEE;
    height: 41px;
    min-width: 400px;
    max-width: 2000px;
}
#tituloMensagem {
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	padding: 13px 2px 7px 10px;
    text-transform: none;
    font-family: 'Segoe UI SemiLight', Arial;
}
#conteudoMensagem {
    max-height: 500px;
    min-height: 50px;
    min-width: 400px;
    max-width: 2000px;
    overflow: auto;
    position: relative;
    box-sizing: border-box;
}

.contentHelp,
.contentAnexo,
#conteudoMensagem {
	padding: 20px;
	float:left;
}

/********* Início - Mensagens de ajuda *********/
a.help {
	width: 15px;
	height: 15px;
	text-indent: -999px;
	overflow: hidden;
	background: url('../Img/help-icon.png') no-repeat;
	display: block;
	float: right;
}

.contentHelp ul {
	list-style-type: disc;
	margin-top: 15px;
	list-style-position: inside;
}

.contentHelp h3 {
	font-family: 'Segoe UI', Arial;
	text-transform: uppercase;
	font-size: 14px;
}
/********* Fim - Mensagens de ajuda *********/

.help4col h3 span {
	text-transform: none;
	font-size: 12px;
	font-family: 'Segoe UI SemiLight', Arial;
	font-weight: normal;
}

.destHelp {
	background: #F5F5F5;
	padding: 15px;
	border: 1px solid #EEE;
}

.help4col {
	float: left;
	width: 262px;
	margin-left: 20px;
}

.help4col:first-child {
	margin-left:0;	
}
#anexar .holdBtn input:first-child {
	margin-right: 15px;
}
#anexar .holdBtn {
	margin-top: 20px;
}
.fancybox-inner {
	overflow: auto;	
}
/* Início - Div contendo botões à serem exibidos nas mensagens que usam o Fancybox e nas telas onde os botões ficaram abaixo do conteúdo */
.holdBtn {
	margin-top: 20px;
    clear: both;
}
    .holdBtn button {
        margin-bottom: 5px;
    }
/* Fim - Div contendo botões à serem exibidos nas mensagens que usam o Fancybox e nas telas onde os botões ficaram abaixo do conteúdo */

/* Início - Div para fazer o alinhamento de botões de criação de novos cadastros abaixo da div "item",
    que contêm os campos para pesquisas */
.grupoBotoesCriarNovo {
	width: 100%;
	float: left;
    height: 40px;
    margin-top: 7px;
}
/* Fim - Div para fazer o alinhamento de botões de criação de novos cadastros abaixo da div "item",
    que contêm os campos para pesquisas */

/********* Início - Menu formalização *********/
.menuForm {
    float: right;
    margin-right: 5px;
}

.menuForm ul {
	margin: 0;
	padding: 0;
	list-style: none;
    float: right;
}
.menuForm ul li {
	display: block;
	position: relative;
	float: left;
}
.menuForm li ul {
	display: none;
}
.menuForm ul li ul {
	border: 1px solid #C5C5C5;
	border-bottom-width: 3px;
    margin-top: -2px;
	z-index:9;	
}
.menuForm ul li ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	border-top: 1px solid #FFF;
	padding: 7px 15px;
	background: #DFDFDF;
	white-space: nowrap;
	line-height: 21px;
	font-size: 14px;
}
.menuForm ul li ul li a:hover {
	background: #3b3b3b;
}
.menuForm li:hover ul {
	display: block;
	position: absolute;
}
.menuForm li:hover li {
	float: none;
}
.menuForm ul li ul li a:hover {
	background: #1FB6EF;
	color:#fff;
}
/********* Fim - Menu formalização *********/

/** Slide Tabs **/

.slideTabs {
	height: 35px;	
	border-left: 1px solid #EEE;
}
.prev:active ,
.next:active {
	margin-top:1px;
	border-bottom-width:1px;
	height:33px;	
}
.prev {
	width: 24px;
	height: 34px;
	text-indent: 99px;
	border: 1px solid #4D5257;
	border-bottom-width: 3px;
	background: #636A72 url('../Img/arrow-left.gif') no-repeat;
	background-position:center center;
	cursor:pointer;
	float:right;
	margin-right:1px;
}
.next {
	width: 24px;
	height: 34px;
	text-indent: 99px;
	border: 1px solid #4D5257;
	border-bottom-width: 3px;
	background: #636A72 url('../Img/arrow-right.gif') no-repeat;
	background-position:center center;
	cursor:pointer;	
	float:right;
}
#tabsDocs {
	position:relative;
}

.slideControls {
	position:absolute;
	right:0;
	top:0;
	z-index:10;	
	width: 70px;
	background:url('../Img/bg-fade-slide.png') no-repeat;
	background-position:center center;
}

/********* Início - Tabela informações *********/
.table-observacoes {
	clear: both;
	float:left;
}

    .table-observacoes table td {
        border-collapse: collapse;
        border-bottom: 1px dotted #CCC;
        padding: 10px;
        font-size: 12px;
        font-family: 'Segoe UI SemiLight', Arial;
    }

.table-observacoes .parecer,
.table-observacoes .usuario {
	width: 200px;
}

.table-observacoes .motivo {
	width: 230px;
}
.table-observacoes a {
	color:#005F71;
}
/********* Fim - Tabela informações *********/

/********* Início - Ícones usados nas tabelas *********/
.warning a {
	padding-left: 30px;
	width: 119px;
	background: url('../Img/irregularidade-icon.png') no-repeat;
	background-position: 7px center;
}
.warning a:hover{
	background:#F5F5F5 url('../Img/irregularidade-icon.png') no-repeat;
	background-position: 7px center;	
}
.tabNav .warning.selected  a{
	background:#F5F5F5 url('../Img/irregularidade-icon.png') no-repeat;
	background-position: 7px 5px;	
}
.alert a {
	padding-left: 30px;
	width: 119px;
	background: url('../Img/grave-icon.png') no-repeat;
	background-position: 7px center;
}
.alert a:hover {
	background:#F5F5F5 url('../Img/grave-icon.png') no-repeat;
	background-position: 7px 5px;	
}
.tabNav .alert.selected a {
	background:#F5F5F5 url('../Img/grave-icon.png') no-repeat;
	background-position: 7px center;	
}
.success a {
	padding-left: 30px;
	width: 119px;
	background: url('../Img/ok-icon.png') no-repeat;
	background-position: 7px center;
}
.success a:hover {
	background:#F5F5F5 url('../Img/ok-icon.png') no-repeat;
	background-position: 7px center;	
}
.tabNav .success.selected a {
	background:#F5F5F5 url('../Img/ok-icon.png') no-repeat;
	background-position: 7px 5px;	
}
.info a {
	padding-left: 30px;
	width: 119px;
	background: url('../Img/ausente-icon.png') no-repeat;
	background-position: 7px center;
}
.info a:hover {
	background:#F5F5F5 url('../Img/ausente-icon.png') no-repeat;
	background-position: 7px center;	
}
.tabNav .info.selected a {
	background:#F5F5F5 url('../Img/ausente-icon.png') no-repeat;
	background-position: 7px 5px;	
}

.monitor a {
	padding-left: 30px;
	width: 119px;
	background: url('../Img/monitor-icon.png') no-repeat;
	background-position: 7px center;
}
.monitor a:hover {
	background:#F5F5F5 url('../Img/monitor-icon.png') no-repeat;
	background-position: 7px center;	
}
.tabNav .monitor.selected a {
	background:#F5F5F5 url('../Img/monitor-icon.png') no-repeat;
	background-position: 7px 8px;	
}
/********* Fim - Ícones usados nas tabelas *********/

.div-message {
	float: right;
	margin-left: 20px;
	clear:both;
	margin-right: 10px;

}
.infoAux {
	/*float: right;*/
	padding: 10px;
	width: 245px;
	font-size: 12px;
	color:#BF9852;
	border:1px solid #F1E5CE;
	background:#FCF8E3;
	margin-right: 10px;
	margin-left: 20px;
	font-family:'Segoe UI', Arial;
}

/********* Início - Modal mostrado usando Fancybox quando escolhida a opção salvar *********/
.contentSave {
    max-height: 500px;
    min-height: 50px;
    overflow: auto;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.contentSave ul {
	margin-bottom:20px;
	border-top: 1px dotted #CCC;	
}

.contentSave h3 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	font-family: 'Segoe UI', Arial;
	margin-bottom:5px;
}
#listOK li {
	border-bottom: 1px dotted #CCC;
	display: block;
	padding: 5px 5px 5px 30px;
	background: url('../Img/ok-icon.png') no-repeat;
	background-position: 7px center;
}
#listAusencias li {
	border-bottom: 1px dotted #CCC;
	display: block;
	padding: 5px 5px 5px 30px;
	background: url('../Img/ausente-icon.png') no-repeat;
	background-position: 7px center;
}
#listDivergencias li {
	border-bottom: 1px dotted #CCC;
	display: block;
	padding: 5px 5px 5px 30px;
	background: url('../Img/grave-icon.png') no-repeat;
	background-position: 7px center;
}
#listIrregularidades li {
	border-bottom: 1px dotted #CCC;
	display: block;
	padding: 5px 5px 5px 30px;
	background: url('../Img/irregularidade-icon.png') no-repeat;
	background-position: 7px center;
}
#listMonitoramento li {
	border-bottom: 1px dotted #CCC;
	display: block;
	padding: 5px 5px 5px 30px;
	background: url('../Img/monitor-icon.png') no-repeat;
	background-position: 7px center;
}
/********* Fim - Modal mostrado usando Fancybox quando escolhida a opção salvar *********/

/********* Início - Tabela de status *********/
.tableStatus {
	width: 100%;
	margin-top:10px;
}
.tableStatus td {
	border-bottom: 1px dotted #CCC;
	padding: 7px;
}
.tableStatus .irregular {
	padding-left: 30px;
	background: url('../Img/grave-icon.png') no-repeat;
	background-position: 7px center;
}
.tableStatus .ausente {
	padding-left: 30px;
	background: url('../Img/ausente-icon.png') no-repeat;
	background-position: 7px center;
}
.tableStatus .divergente {
	padding-left: 30px;
	background: url('../Img/irregularidade-icon.png') no-repeat;
	background-position: 7px center;
}
.tableStatus .ok {
	padding-left: 30px;
	background: url('../Img/ok-icon.png') no-repeat;
	background-position: 7px center;
}
.tableStatus .monitor {
	padding-left: 30px;
	background: url('../Img/monitor-icon.png') no-repeat;
	background-position: 7px center;
}
/********* Fim - Tabela de status *********/

/********* Início - Lista de status *********/
.listaStatus {
    margin-left: 1%;
    width: 48%;
    font-size: 16px;
    float: left;
    background-color: #F5F5F5;
}
    .listaStatus label {
        padding-top: 10px;
        padding-left: 10px;
        background-color: #636A72;
        color: #FFF;
        font-size: 11px;
        text-align: left;
        text-transform: uppercase;
    }
    .listaStatus ul {
        list-style: none;
    }
        .listaStatus ul li {
            border-bottom: 1px dotted #CCC;
            padding: 7px;
        }
        .listaStatus ul li:nth-child(2n+1) {
            background-color: #EEE;
        }
            .listaStatus ul li a {
                display:block;
                text-decoration:none;
                color:#3C454F;
                padding-left:10px;
                margin-right:10px;
                cursor:default;
            }
            .listaStatus ul li:hover {
                background-color: #D6FF5C;
            }
/********* Fim - Lista de status *********/


.tableProposta {
	font-size: 14px;
	font-family: Segoe UI Semilight;
	width: 100%;
}

.tableProposta td {
	padding: 1px 10px;
}

.labelTb {
	width: 100px;
	font-family: Segoe UI;
	text-transform: uppercase;
	font-size: 10px;
	font-weight:bold;
}
#tabsConf .itemTable {
	padding:10px 0;	
	width:642px;
}

.tbAlternate {
	background:#EEEEEE;	
	margin: 5px 0;
}

.hold-help {
	float: right;
	width: 15px;
}

/********* Início - Tela de espera *********/
#wait {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(13, 12, 12, 0.76) url("images/fancybox_loading.gif") no-repeat 50% 50%;
    z-index: 6;
}
/********* Fim - Tela de espera *********/

/********* Input para conferência do código de barras da caixa (é exibido em um Fancybox) *********/
#txtconfCaixa {
    margin-top: 20px !important;
    font-family: "Segoe UI", Arial !important;
    color: #999 !important;
    display: block !important;
	height: 28px !important;
	background:url('images/bg-txt-field.png') !important;
	background-position:left top !important;
	border: 1px solid #CCC !important;
    line-height: 30px !important;
    font-size: 18px !important;
    padding: 0 3px 0 6px !important;
    margin-right: 20px !important;
    width: 230px;
}

.linha-pesquisa {
    float:left;
    width:95%;
}
.linha-pesquisa div {
    float: left;
}

.linha-pesquisa div label {
    width: 80%;
}

.dadosFuncionario div { 
    background-color: #636A72;
    color: #fff;
    font-size: 11px;
    text-align: left;
    line-height: 30px;
    text-transform: uppercase;
    padding-left: 10px;
}
.dadosFuncionario label {
    display:inline;
    vertical-align: middle;
    margin-right: 35px;
}
.dadosFuncionario label span{
    font-weight:normal;
}


/********* Início - Paginação usando o PagedList *********/
#numPagina {
    float: left;
}

.paginacao {
    float: left;
    width: 100%;
}
/********* Fim - Paginação usando o PagedList *********/

/********* Início - Divs usadas para organizar os elementos em telas de cadastros *********/
.divCadastro {
    width: 40%;
    float: left;
}

.tabelaComCampoDeAdicao {
    float: left;
    width: 97%;
}
.incluirNovo {
    background-color: #F5F5F5;
    padding: 15px 10px 0px 10px;
    height: 80px;
}
    .incluirNovo div {
        float: left;
        margin-right: 5px;
    }

    .incluirNovo input[type="button"],
    .incluirNovo button,
    .incluirNovo button:hover {
        margin-left: 5px;
        margin-top: 27px;
    }
/********* Fim - Divs usadas para organizar os elementos em telas de cadastros *********/

/* Margem de 10px para os li das listas */
.margemLista10 li {
    margin: 10px !important;
    text-transform: uppercase;
}


/************** INÍCIO - Grade com botões (usado na tela de relatórios) ********************/
.botaoQuadrado{
    height: 100px;
    white-space: normal;
    width: 200px;
    margin: 5px 7px 5px 7px;
    border-top: 3px solid #33BDF1;
    background-color: #F5F5F5;
    border-bottom: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-left: 1px solid #EEE;
    float: left;
}
    .botaoQuadrado:active {
        border-bottom-width: 2px;
        border-right-width: 2px;
        margin: 6px 5px 3px 8px;
    }
    .botaoQuadrado a {
        text-transform: uppercase;
        color: #9DA2A6;
        margin: 10px;
        font-weight: normal;
        height: 80px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: pre-line;
        text-align: center;     
        text-decoration: none;
        display: block;
    }
/************** FIM - Grade com botões (usado na tela de relatórios) ********************/

.item #SearchString,
.itemTelaCentralizada #SearchString {
    width: 300px;
}

/***************** Início - Painel de atividades (caixas) ****************/
#tabelaCaixas {
    width: 98%;
}

.colunaStatusPendente,
.colunaStatusDisponivel {
    font-weight: bold;
}
    .colunaStatusPendente {
        color: #e80c4d;
    }
    .colunaStatusDisponivel {
        color: #079c07;
    }

.caixasPendentes:hover,
.caixasDisponiveis:hover {
    cursor: pointer;
}
/***************** Fim - Painel de atividades (caixas) ****************/

.tiny-label{
    display: inline !important;
    text-transform: none !important;
    font-size: 10px !important;
}

.font-blue {
    color: blue;
}