/*************************************************************************
ESTILO.CSS
CRIADO POR: ALBERTO PRIMO
TODA HONRA E GLÓRIA AO SENHOR DOS EXÉRCITOS
*************************************************************************/
html,body{

}


.alert {
  margin-bottom: 1px;
  height: 109px;
  padding:9px 15px;
}

.swal-container {
  z-index: 1000001;
}

.tab-pane {
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
    border-radius: 0px 0px 5px 5px;
}

#logo_centro {
   position: fixed !important;
	 background-color: red;
   z-index: 10000;
   width: 100%;
   height:200px;
   background-repeat: no-repeat;
	 background-position: 50% 50%;
   background: url(../imagens/logo.jpg) center center no-repeat black;
}

#log_slide .slider-selection {
	background: SteelBlue;
}

.button-login {
   width: 100%;
	 height: 40px;
   -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	 -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	 box-shadow: 0px 1px 0px 0px #f0f7fa;
	 background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	 background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	 background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	 background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	 background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	 background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	 background-color:#33bdef;
	 -moz-border-radius:6px;
	 -webkit-border-radius:6px;
	 border-radius:6px;
	 border:1px solid #057fd0;
	 display:inline-block;
	 cursor:pointer;
	 color:#ffffff;
	 font-family:Arial;
	 font-size:15px;
	 font-weight:bold;
	 padding:6px 24px;
	 text-decoration:none;
	 text-shadow:0px -1px 0px #5b6178;
}

.button-login:hover {
   background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	 background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	 background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	 background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	 background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	 background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	 background-color:#019ad2;
}

.button-login:active {
	 position:relative;
	 top:1px;
}

.arealogin {
   width: 100%;
   height: 100%;
   position: fixed !important;
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;

   background: url(../imagens/login.jpg) center center no-repeat black;
   background-repeat: no-repeat;
	 background-position:50% 50%;

   background-size:100% 100%;
   -webkit-background-size: 100% 100%;
   -o-background-size: 100% 100%;
   -khtml-background-size: 100% 100%;
   -moz-background-size: 100% 100%;
 }

.login {
	 border: solid #BDBDBD 1px;
	 box-shadow: 0 0 20px rgba(0, 0, 0, 0.4)  ;
	 -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4)  ;
	 -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4)  ;
   border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   padding: 20px 20px 20px 20px;
   width: 280px;
   height: 465px;

   background-color: white;
}

#aguarde {
   background:#FFF;
   position: fixed !important;
   z-index: 100000;
   width: 100%;
   height:100%;
   opacity: 0.65; filter:alpha(opacity=65);
   background-repeat: no-repeat;
	 background-position:50% 50%;
   background: url(../imagens/aguarde.gif) center center no-repeat black;
}

#emconstrucao {
   width: 100%;
   height: 100%;
   background:#FFF;
   background:url(../imagens/emconstrucao.png) center center no-repeat;
   background-repeat: no-repeat;
}

#modulo-pesquisa {
   float:left;
   width:80%;
   padding:10px;
   background:#9c9;
}

#modulo-areatrab {
   float:right;
   width:20%;
   padding:10px;
   background:#99c;
}

strong {
   font-weight: bold;
}

.btn {
   width: 117px;
   height: 35px;
   padding-left: 1% !important;
}

.select2-selection__rendered {
   line-height: 12px !important;
}

.select2-selection {
   height: 34px !important;
}

.dl-horizontal dd {
   margin-left: 165px;
}

.panel .dl-horizontal dt {
   white-space: normal;
}

h4 {
   font-weight: bold;
   padding-left: 4px;
   font-weight: 20px;
}

h1 {
   padding-left: 4px;
   font-size: 28px;
}

.content-header {
  height: 55px;
}

.botoes-topo {
  float: left;
  text-align: left;
  margin-left: 16px;
  margin-top: -5px;
  margin-bottom: -3px;
}

.formulario {
  margin-top: 8px;
}

.botoes-edicao {
  width:38px;
  height:22px;
}

.panel-body {
  margin-bottom: -15px;
}

dt {
  font-weight: normal;
}

.modal {
  text-align: center;
  padding: 0!important;
  z-index: 10000;
}

.modal-backdrop {
  z-index: -1;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.label-total {
  font-weight: bold;
  font-size: 16px;
}

.form-control:focus {
  font-weight: bold;
  border-color: #FF0000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EEEEEE -moz-use-text-color #FFFFFF;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}

table {
	font:normal 100%/150% Arial, Helvetica, sans-serif;
	border-collapse:separate;
	border-spacing:0;
	margin:0 0 1em;
	color:#000;
	width: 100%;
  clear: both;
  border-collapse: collapse;
  table-layout: auto;
  }

	}
table a {
	color:#523A0B;
	text-decoration:none;
	}
table a:visited {
	color:#444;
	font-weight:normal;
	}
table a:visited:after {
	content:"\00A0\221A";
	}
table a:hover {
	border-bottom-style:solid;
	}
thead td,
tfoot td {
	border:5px solid #523A0B;
	border-width:1px 0;
	background:#EBE5D9;
	}
tbody tr.odd td {
	background: #F2F5F9;
	}
tbody tr:hover td {
	background: #D7DFEA;
	cursor: pointer;
	}
caption {
	font-family:Arial,Times,serif;
	font-weight:normal;
	font-size:1.4em;
	text-align:left;
	margin:0;
	padding:0.5em 0.25em;
	}
th {
	font-family:Arial,Times,serif;
	font-weight:bold;
	font-size:14px;
   background-color: #586f77;
   border-right: 1px solid #98BEDE;
   color: white;
	}
tr {
  height: 24px;
  background-color: #EDF2F6;
  border-right: 1px solid #98BEDE;
}
td {
  font-family:Arial,Times,serif;
	font-size:13px;

	padding:0.10em 0.5em;
	text-align:left;
	vertical-align:top;
	border-left: 1px solid #98BEDE;
	}

td:last-child {
  text-align:center;
}


h2{
  margin: 0;
  color: #666;
  font-size: 52px;
  font-family: Arial,Times,serif;
}
.item{
  text-align: center;
  height: 120px !important;
}
.carousel{
  margin-top: 2px;
  padding-top: -15px;
  height: 55px;
}
.bs-example{
  margin: 20px;
}

.modal-open .modal .modal-dialog {
    margin: auto;
}

.modal-body
{
  background-color: #ecf0f5;
}

.modal-title {
  color: white;
  font-size: 28px !important;
}

.modal-header {
  background-color: #0480be;
  height: 70px;
}

.modal.fade .modal-dialog {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  top: 300px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, -300px, 0);
  transform: translate3d(0, -300px, 0);
  opacity: 1;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 40px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.footerlogin {
  position: absolute;
  height: 30px;
  bottom:0;
  width:100%;
}

.form-login {
  font-size: 16px;
}

.swal-title {
  font-size: 16px;
}

.swal-footer {
  background-color: rgb(245, 248, 250);
  margin-top: 32px;
  border-top: 1px solid #E9EEF1;
  overflow: hidden;
}

/*********************************************************************************************************************************
FORMATAÇÕES PARA O BOLETO
**********************************************************************************************************************************/
.ti {font: 9px Arial, Helvetica, sans-serif}
@media print {
    /* *** TIPOGRAFIA BASICA *** */
    * {
        font-family: Arial;
        font-size: 12px;
        margin: 0;
        padding: 0;
    }
    .notice {
        color: red;
    }
    /* *** LINHAS GERAIS *** */
    #container {
        width: 666px;
        margin: 0px auto;
        padding-bottom: 30px;
    }
    #instructions {
        margin: 0;
        padding: 0 0 20px 0;
    }
    #boleto {
        width: 666px;
        margin: 0;
        padding: 0;
    }
    /* *** CABECALHO *** */
    #instr_content {
    }
    #instr_content h2 {
        font-size: 10px;
        font-weight: bold;
    }
    #instr_content p {
        font-size: 10px;
        margin: 4px 0px;
    }
    #instr_content ol {
        font-size: 10px;
        margin: 5px 0;
    }
    #instr_content ol li {
        font-size: 10px;
        text-indent: 10px;
        margin: 2px 0px;
        list-style-position: inside;
    }
    #instr_content ol li p {
        font-size: 10px;
        padding-bottom: 4px;
    }
    /* *** BOLETO *** */
    #boleto .cut {
        width: 666px;
        margin: 0px auto;
        border-bottom: 1px navy dashed;
    }
    #boleto .cut p {
        margin: 0 0 5px 0;
        padding: 0px;
        font-family: 'Arial';
        font-size: 8px;
        color: navy;
    }
    table.header {
        width: 666px;
        height: 38px;
        margin-top: 10px;
        margin-bottom: 2px;
        border-bottom: 2px black solid;
    }
    table.header div.field_cod_banco {
        width: 46px;
        height: 19px;
        margin-left: 5px;
        padding-top: 3px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: navy;
        border-right: 2px solid navy;
        border-left: 2px solid navy;
    }
    table.header td.linha_digitavel {
        width: 464px;
        text-align: right;
        font: bold 15px Arial;
        color: navy
    }
    table.line {
        margin-bottom: 3px;
        padding-bottom: 1px;
        border-bottom: 1px black solid;
    }
    table.line tr.titulos td {
        height: 10px;
        font-family: 'Arial';
        font-size: 9px;
        color: black;
        border-left: 2px black solid;
        padding-left: 2px;
    }
    table.line tr.campos td {
        height: 12px;
        font-size: 10px;
        color: black;
        border-left: 2px black solid;
        padding-left: 2px;
    }
    table.line tr.campos2 td {
        height: 1px;
        font-size: 10px;
        color: black;
        border-left: 2px black solid;
        padding-left: 2px;
    }
    table.line td p {
        font-size: 10px;
    }
    table.line tr.campos td.ag_cod_cedente,
    table.line tr.campos td.nosso_numero,
    table.line tr.campos td.valor_doc,
    table.line tr.campos td.vencimento2,
    table.line tr.campos td.ag_cod_cedente2,
    table.line tr.campos td.nosso_numero2,
    table.line tr.campos td.xvalor,
    table.line tr.campos td.valor_doc2
    {
        text-align: right;
    }
    table.line tr.campos td.especie,
    table.line tr.campos td.qtd,
    table.line tr.campos td.vencimento,
    table.line tr.campos td.especie_doc,
    table.line tr.campos td.aceite,
    table.line tr.campos td.carteira,
    table.line tr.campos td.especie2,
    table.line tr.campos td.qtd2
    {
        text-align: center;
    }
    table.line td.last_line {
        vertical-align: top;
        height: 25px;
    }
    table.line td.last_line table.line {
        margin-bottom: -5px;
        border: 0 white none;
    }
    td.last_line table.line td.instrucoes {
        border-left: 0 white none;
        padding-left: 5px;
        padding-bottom: 0;
        margin-bottom: 0;
        height: 20px;
        vertical-align: top;
    }
    table.line td.cedente {
        width: 298px;
    }
    table.line td.valor_cobrado2 {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    table.line td.ag_cod_cedente {
        width: 126px;
    }
    table.line td.especie {
        width: 35px;
    }
    table.line td.qtd {
        width: 53px;
    }
    table.line td.nosso_numero {
        /* width: 120px; */
        width: 115px;
        padding-right: 5px;
    }
    table.line td.num_doc {
        width: 113px;
    }
    table.line td.contrato {
        width: 72px;
    }
    table.line td.cpf_cei_cnpj {
        width: 132px;
    }
    table.line td.vencimento {
        width: 134px;
    }
    table.line td.valor_doc {
        /* width: 180px; */
        width: 175px;
        padding-right: 5px;
    }
    table.line td.desconto {
        width: 113px;
    }
    table.line td.outras_deducoes {
        width: 112px;
    }
    table.line td.mora_multa {
        width: 113px;
    }
    table.line td.outros_acrescimos {
        width: 113px;
    }
    table.line td.valor_cobrado {
        /* width: 180px; */
        width: 175px;
        padding-right: 5px;
        background-color: #ffc ;
    }
    table.line td.sacado {
        width: 659px;
    }
    table.line td.local_pagto {
        width: 472px;
    }
    table.line td.vencimento2 {
        /* width: 180px; */
        width: 174px;
        padding-right: 5px;
        background-color: #D8D6D6;
    }
    table.line td.cedente2 {
        width: 472px;
    }
    table.line td.ag_cod_cedente2 {
        /* width: 180px; */
        width: 174px;
        padding-right: 5px;
    }
    table.line td.data_doc {
        width: 93px;
    }
    table.line td.num_doc2 {
        width: 173px;
    }
    table.line td.especie_doc {
        width: 72px;
    }
    table.line td.aceite {
        width: 34px;
    }
    table.line td.data_process {
        width: 85px;
    }
    table.line td.nosso_numero2 {
        /* width: 180px; */
        width: 174px;
        padding-right: 5px;
    }
    table.line td.reservado {
        width: 93px;
    }
    table.line td.carteira {
        width: 93px;
    }
    table.line td.especie2 {
        width: 53px;
    }
    table.line td.qtd2 {
        width: 135px;
    }
    table.line td.xvalor {
        /* width: 72px; */
        width: 80px;
        padding-right: 5px;
    }
    table.line td.valor_doc2 {
        /* width: 180px; */
        width: 174px;
        padding-right: 5px;
    }
    table.line td.instrucoes {
        width: 475px;
    }
    table.line td.desconto2 {
        /* width: 180px; */
        width: 175px;
        padding-right: 5px;
    }
    table.line td.outras_deducoes2 {
        /* width: 180px; */
        width: 175px;
        padding-right: 5px;
    }
    table.line td.mora_multa2 {
        /* width: 180px; */
        width: 175px;
        padding-right: 5px;
    }
    table.line td.outros_acrescimos2 {
        /* width: 180px; */
        width: 175px;
        padding-right: 5px;
    }
    table.line td.valor_cobrado2 {
        /* width: 180px; */
        width: 175px;
        padding-right: 5px;
        background-color: #D8D6D6 ;
    }
    table.line td.sacado2 {
        width: 359px;
    }
    table.line td.carimbo {
        width: 359px;
    }
    table.line td.sacador_avalista {
        width: 472px;
    }
    table.line tr.campos td.sacador_avalista {
        width: 472px;
    }
    table.line td.cod_baixa {
        color: navy !important;
        width: 134px;
    }
    div.footer {
        margin-bottom: 30px;
    }
    div.footer p {
        width: 88px;
        margin: 0;
        padding: 0;
        padding-left: 525px;
        font-family: 'Arial';
        font-size: 9px;
        color: navy;
    }
    div.barcode {
        width: 666px;
        margin-bottom: 20px;
    }
}
@media print {
    #instructions {
        height: 1px;
        visibility: hidden;
        overflow: hidden;
    }
}

table.timecard {
margin: auto;
width: 600px;
border-collapse: collapse;
border: 1px solid #fff; /*for older IE*/
border-style: hidden;
font-size: 8px;
}

table.timecard caption {
background-color: #f79646;
color: #fff;
font-size: x-large;
font-weight: bold;
letter-spacing: .3em;
}

table.timecard thead th {
padding: 8px;
background-color: #fde9d9;
font-size: large;
}

table.timecard thead th#thDay {
width: 40%;
}

table.timecard thead th#thRegular, table.timecard thead th#thOvertime, table.timecard thead th#thTotal {
width: 20%;
}

table.timecard th, table.timecard td {
padding: 3px;
border-width: 1px;
border-style: solid;
border-color: black black;
}

table.timecard td {
text-align: left;
font-size: 10px;
height: 14px;
}

table.timecard tbody th {
text-align: left;
font-weight: normal;
}

table.timecard tfoot {
font-weight: bold;
font-size: large;
background-color: #687886;
color: #fff;
}

table.timecard tr.even {
background-color: #fde9d9;
}

@font-face {
    font-family: 'primelight';
    src: url('Fonts/prime_light-webfont.eot');
    src: url('Fonts/prime_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/prime_light-webfont.woff') format('woff'),
         url('Fonts/prime_light-webfont.ttf') format('truetype'),
         url('Fonts/prime_light-webfont.svg#primelight') format('svg');
    font-weight: normal;
    font-style: normal;
}

.nav-tabs-custom {
    padding-left: 15px;
    margin-bottom: 0;
    border: none;
}
.nav-tabs-custom {
    border: 0px solid #000;
    border-radius: 0px;
}

.nav-tabs-custom {
    border-left: 0px solid #000;
    border-right: 0px solid #000;
    border-bottom: 0px solid #000;
    border-radius: 0px 0px 0px 0px;
}

.tab-pane {
    margin-top: 20px;
}

.datepicker table tr td,
.datepicker table tr th {
text-align: center;
width: 30px;
height: 30px;
border-radius: 4px;
border: none;
color: #FFFFFF;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
background: #555555;
cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
color: #FF8000;
}

.datepicker table tr td.today {
color: #000000;
background-color: #FFA953;
border-color: #FFB76F;
}

.datepicker table tr td.today:hover {
color: #FFFFFF;
background-color: #884400;
border-color: #f59e00;
}

.datepicker .datepicker-switch {
width: 145px;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
background: #50A2C9;
}
