html {
    min-height: 100%;
    display: flex;
	padding-bottom: 34px;
}

body {
	padding-top: 50px;
    flex: 1;
}

.wrapper, .row {
   height: 100%;
   margin-left:0;
   margin-right:0;
}

.wrapper:before, .wrapper:after,
.column:before, .column:after {
    content: "";
    display: table;
}

.wrapper:after,
.column:after {
    clear: both;
}

#sidebar {
    padding-left: 0;
    float: left;
    min-height: 100%; 
}

#sidebar .collapse.in {
    display: inline;
}

#sidebar > .nav>li>a {
    white-space: nowrap;
    overflow: hidden;
}


/*
 * off canvas sidebar
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
    #sidebar {
        display:none;		
    }
    
    #main {
    left: 0;
	/*background:linear-gradient(to bottom right, rgba(0,156,80,0.3), rgba(0,156,80,0.5));*/
	min-height:100%;
	text-align:center;
    }
    
    #sidebar .visible-xs {
       display:inline !important;
    }
	
	.buttons{ width: 30%; margin-bottom:2%; margin-left:1%;}	

	#divespaco{font-size: 36pt; font-family:'Audiowide', cursive; align:center;color:white;padding-bottom:35%;}
	
	#campocodempresa{margin:0 auto;margin-bottom:2%;width:100%;}
	#campousuario{margin:0 auto;margin-bottom:2%;width:100%;}
	#campoSenha{margin:0 auto;margin-bottom:2%;width:100%;}
	
	#campocodempresasenha{margin:0 auto;margin-bottom:2%;width:100%;}
	#campousuariosenha{margin:0 auto;margin-bottom:2%;width:100%;}
	#campoconfusuariosenha{margin:0 auto;margin-bottom:2%;width:100%;}
} 
 
 
@media screen and (min-width: 768px) {
	.row-offcanvas {
		position: relative;
	}
	
	.row-offcanvas-left .sidebar-offcanvas {
		position: relative;
		top: 0;
		text-align: left;
		min-width:42px;
		border-color:black;
		z-index:1;		
	}	
	
	.row-offcanvas-left.active .sidebar-offcanvas {		
		left: 0%;
		position: absolute;
		top: 0;
		width: 3%;
		text-align: center;
		min-width:42px;
		border-color:black;
		z-index:1;		
	}
  
	#main {
		left: 0;
		/*background:linear-gradient(to bottom right, rgba(0,156,80,0.3), rgba(0,156,80,0.5));*/
		min-height:100%;
		text-align:center;
	}
 
 
	.postit {		 
		width: 220px;    
		margin: 10px;
		min-height:160px;
		max-height:160px;   
	}
	
	.postrecados {		
		padding-top:0;
		padding-left:0;
		padding-right:0;
		margin-top:0;
		border:none;
		background:transparent;
		min-height:420px;
	}	
 
    .buttons{width: 15%; margin-bottom:1%; margin-left:1%;}
	
	#divespaco{font-size: 36pt; font-family:'Audiowide', cursive; align:center;color:white;padding-bottom:11%;}
	
	#campocodempresa{margin:0 auto;margin-bottom:2%;width:50%;}
	#campousuario{margin:0 auto;margin-bottom:2%;width:93%;}
	#campoSenha{margin:0 auto;margin-bottom:2%;width:93%;}
	
	#campocodempresasenha{margin:0 auto;margin-bottom:2%;width:50%;}
	#campousuariosenha{margin:0 auto;margin-bottom:2%;width:93%;}
	#campoconfusuariosenha{margin:0 auto;margin-bottom:2%;width:93%;}	
    
}
 
  #btnacessorapido{
  background: transparent;
 }  
 
  .iconacessorapido{
  color: white;
 }  
 
  .iconacessorapido:hover{
  color: white;
 }  

  #btnsacessorapido{
  background: transparent;
 }  
 
.fonthead {font-size: 20pt; font-family: 'Audiowide', cursive; align:center}

.l {margin-left:3%;}

input[type='date']:before {
  content: attr(placeholder)
}

input[type=date]:required:invalid::-webkit-datetime-edit {
    color: transparent;
}
input[type=date]:focus::-webkit-datetime-edit {
    color: black !important;
}

/******************************************************************************************/
/******************Para Deixar o Autofill de acordo com o fundo dos forms******************/
/******************************************************************************************/


input.form-control:-webkit-autofill {
	     background-color: rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
		-webkit-text-fill-color: rgb(96,96,98) !important;
		transition: background-color 5000s ease-in-out 0s;

}

input.form-control.index:-webkit-autofill {
	     background-color: rgba(255,255,255,.1);
		-webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,.1) inset;
		-webkit-text-fill-color: rgb(96,96,98) !important;
		transition: background-color 5000s ease-in-out 0s;
}

input.form-control.index::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(96,96,98);
    opacity: 1; /* Firefox */
}

input.form-control.index:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(96,96,98);
}

input.form-control.index::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(96,96,98);
}

/******************************************************************************************/
/*******************Retirar setas do campo Cód Empresa que é type number*******************/
/******************************************************************************************/

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button;
    display: inline-block;
    cursor: default;
    flex: 0 0 auto;
    align-self: stretch;
    -webkit-user-select: none;
    opacity: 0;
    pointer-events: none;
    -webkit-user-modify: read-only;
}

.btnlogin{
	background-color:rgba(37,172,159,.7);
	border-color:rgba(37,172,159,1);
	color:white;
}

.btnlogin:hover{
	background-color:rgba(37,172,159,1);
	border-color:rgba(37,172,159,1);
	color:white;
}

.btn-login.ghost{	
	background: rgba(238,238,238,1);
	color:rgba(37,172,159,1);
	border-color:rgba(37,172,159,1);
}

.btn-login.ghost:hover:enabled{	
	background-image: linear-gradient(to bottom, rgba(37,172,159,1), rgba(37,172,159,.8) 55%);
	color:white;
	border-color:rgba(37,172,159,1);
}


@-webkit-keyframes autofill {
    to {
        color: #000000;
        background-color: rgba(0,0,0,.2);
    }
}


input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

/******************************************************************************************/
/********************************************FIM*******************************************/
/******************************************************************************************/

/*para o campo de pesquisa de resgistros ficar com o form-control style*/  
.dataTables_filter input{  
  height: 29px;
  padding: 16px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
  display: block;
  width: 120%;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
  
  
.table-hover>tbody>tr:hover{background-color:Gainsboro}

/*Para deixar o cabeçalho das tabelas preto*/
.table-hover>thead>tr {background-color:black; border-bottom:0%; opacity:0.65;}

/*Para deixar a imagem de ordenação do bootstrap branca*/
.sorting:after {color:white}
.sorting_asc:after {color:white}
.sorting_desc:after {color:white}


/*Para esconder as setas de ordenação das grids, deixando somente a imagem do bootstrap*/
.table.dataTable thead .sorting, 
.table.dataTable thead .sorting_asc, 
.table.dataTable thead .sorting_desc {
    background: none
}

.circulo{
		width:50px;
		height:50px;
		border-radius:50%;		
		border:3px solid rgb(227,227,227);
		background:transparent;
		position:relative;
		left: 27%;
		float:left;
}

.imgusu{height:19%;width:42%;border-radius: 50%;} /*navbar*/	

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
	background:Gainsboro;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}		

td.details-control  {
    background: url("Images/details_open.png")no-repeat center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('Images/details_close.png') no-repeat center;
}

table.dataTable thead .details-control {
    background: none;
    cursor: pointer;
}

.inner-addon {
  position: relative;
}

/* style glyph */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align glyph */
.left-addon .glyphicon  { left:  0%;}
.right-addon .glyphicon { right: 0%;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.scrolledTable{ overflow-y: auto; clear:both; }


 .postit {
  line-height: 1;
  text-align:center;    
  position:relative; 
  margin-top: 1%;  
  border:1px solid #E8E8E8;  
  border-top:10px solid #fdfd86;
  font-family: 'Reenie Beanie', cursive;   
  font-size:22px;      
  border-bottom-right-radius: 60px 5px;
  display:inline-block;    
  background: #ffff88; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ffff88 81%, #ffff88 82%, #ffff88 82%, #ffffc6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(81%,#ffff88), color-stop(82%,#ffff88), color-stop(82%,#ffff88), color-stop(100%,#ffffc6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* IE10+ */
  background: linear-gradient(135deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff88', endColorstr='#ffffc6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.postit a {
    color: blue;    
    text-align:center;
    text-decoration: none;
	margin-bottom:6px;
    display: block;
	font-weight:bold; 	
}

.postit dd {
    color: black;  
    position:absolute;    
    text-decoration: none;
	margin-right: 1%;  
    display: block;
	font-weight:bold; 
    bottom:0%; 	
	right:2%;
}
 
.postit:after {     
  content: "";
  position:absolute;
  z-index:-1;
  right:-0px; bottom:20px;
  width:200px;
  height: 25px;
  background: rgba(0, 0, 0, 0.2);
  box-shadow:2px 15px 5px rgba(0, 0, 0, 0.40);
  -moz-transform: matrix(-1, -0.1, 0, 1, 0, 0);
  -webkit-transform: matrix(-1, -0.1, 0, 1, 0, 0);
  -o-transform: matrix(-1, -0.1, 0, 1, 0, 0);
  -ms-transform: matrix(-1, -0.1, 0, 1, 0, 0);
  transform: matrix(-1, -0.1, 0, 1, 0, 0);
}

.input-group-addon{
cursor: pointer;	
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute; 
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  float:left;  
}

.container {
	padding:0;
    width: 20%;
	position: relative; 
	text-align: left;
	float:left;	
	margin-left:1%;	
}

.container:hover .image {
  opacity: 0.3;  
}

.container:hover .middle {
  opacity: 0.7;
}




.zoom {
  position: fixed;
  bottom: 45px;
  right: 24px;
  height: 70px;
}

.zoom-fab {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  transition: 0.2s ease-out;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.zoom-btn-large {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.zoom-menu {
  position: absolute;
  right: 70px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 500px;
  list-style: none;
  text-align: right;
}

.zoom-menu li {
  display: inline-block;
  margin-right: 10px;
}

.zoom-card {
  position: absolute;
  right: 150px;
  bottom: 70px;
  transition: box-shadow 0.25s;
  padding: 24px;
  border-radius: 2px;
  background-color: #009688;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  color: #FFF;
}

.zoom-card ul {
  -webkit-padding-start: 0;
  list-style: none;
  text-align: left;
}

.scale-transition { transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important; }

.scale-transition.scale-out {
  transform: scale(0);
  transition: transform 0.2s !important;
}

.scale-transition.scale-in { transform: scale(1); }

input::placeholder {
    text-transform: none;
}

.index::placeholder {
    text-transform: uppercase;
}

/*setas do campo numérico*/
input[type="number"]:not(.tempCert)::-webkit-outer-spin-button, input[type="number"]:not(.tempCert)::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*
-----------------------------animação placeholder label-----------------------------------------------

.border-lable-flt {
  display: block;
  position: relative;
}
.border-lable-flt label, .border-lable-flt > span {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  font-size: 85%;  
  opacity: 1;
  -webkit-transition: all .2s;
          transition: all .2s;
  top: -.4em;
  left: 0.75rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
}
.border-lable-flt label::after, .border-lable-flt > span::after {
  content: " ";
  display: block;
  position: absolute;
  background: white;
  height: 10px;
  top: 0em;
  left: -.2em;
  right: -.2em;
  z-index: -2;
}
.border-lable-flt .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
          transition: all .2s;
}
.border-lable-flt .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}
.border-lable-flt .form-control:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  opacity: .5;
  top: .6em;
  font-weight: normal;
}

.input-group .border-lable-flt {
  display: table-cell;
}
.input-group .border-lable-flt .form-control {
  border-radius: 0.25rem;
}
.input-group .border-lable-flt:not(:last-child), .input-group .border-lable-flt:not(:last-child) .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
}
.input-group .border-lable-flt:not(:first-child), .input-group .border-lable-flt:not(:first-child) .form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control:focus {
  color: #000000;
  background-color: #fff;
  border-color: #006633;
  box-shadow: 0 0 0 0.2rem rgba(37, 172, 159, 0.5);
  font-weight: normal;
}

.form-control {
  font-weight: normal;
}
*/