/*  css */
.page-content {
    background-color: #f7f7f7;
}
#numeros-dash h2{
    font-size: 40px;
    font-weight: bold;
    color: #67B7DC;	
    margin-bottom: 0px;	
	margin-top: 0px;
}
#numeros-dash h4{
	/* font-weight: bold;	 */
	color: #7f7f7f;		
}
#numeros-dash h5{
	/* font-weight: bold; */
	color: #7f7f7f;
    margin-top: 0px;	
}
.box-dash:before{
    content: "";
    position: absolute;
    left: 0;
    height: 65px;
    border-left: 2px solid #ADB2B5;
    margin-top: 20px;
}
.number-dash h4 span{
	font-weight: bold;
    font-size: 15px;	
	color: #7f7f7f;	
}
.icone-valida{
    font-size: 24px;
}
.box{
    min-height: 50px;
    border: 1px solid #e7ecf1;
	width: 100%;
	float: left;
}
.box-titulo{
    text-align: center;
	margin-top: -14px !important;
}
.titulo-box {
    background: #fff;
    padding: 8px;
	font-size: 20px;
	font-weight:600;
}
table.dataTable tbody > tr.selected, table.dataTable tbody>tr>.selected {
    background-color: transparent;
    color: #333;
}
table.dataTable tbody tr.selected {
    background-color: transparent;
    color: #333;	
}
table.dataTable tbody tr.selected a {
    color: #333;	
}
table.dataTable tbody tr.selected i {
    /* color: #1b686f !important;	 */
}
.table-hover>tbody>tr:hover, .table-hover>tbody>tr:hover>td {

}
.table-hover>tbody>tr:hover, .table-hover>tbody>tr:hover>td a {

}
.table td, .table th {
    font-size: 12px;
}
.btn.disabled {
    opacity: .25;
}
.btn-group-vertical>.btn, .btn-group>.btn {
    float: none;
}
.page-sidebar .page-sidebar-menu>li.heading>h3 {
    color: #ffffff;
}
.linha-destacada {
    background-color: rgba(208, 208, 208, 0.09) !important;
    color: #f50000 !important;
}

@media (min-width: 1200px) {
	.logo-login{
			width: 360px;
	}
}

@media (max-width: 960px) {
	.logo-login{
			width: 280px;
	}
}



.pricing-content-1 .price-table-pricing>h3 {
    font-size: 30px;
}

.pricing-content-1 .price-table-content {
    font-size: 12px;
}


.quick-nav {
	top: unset;
    bottom: 5%;
}


.quick-nav .quick-nav-trigger i {
    padding-left: 20px;
    padding-top: 22px;
    color: #fff;
    font-size: 30px;
}

.page-header.navbar .page-logo .logo-default {
    margin: 13px 0 0;
    width: 170px;
}

.login .logo {
    margin: 60px auto 0px;
}

.login .content .create-account {
    padding-top: 0px;
}

.login .content .create-account p {
    margin-top: 0px;
}

/* The switch - the box around the slider */
.switch {
position: relative;
display: inline-block;
width: 44px;
height: 20px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  margin:0px!important;
}

.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 1px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
  background-color: #36c6d3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #36c6d3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

@media (max-width: 960px) {
	
	.nao-mostrar{
		width:100%;
	}	
	
	.nao-mostrar label{
		float: left;
	}		
	
}

.logo-login-novo{
	margin-top: 50px;	
}

.user-login-5 .login-container>.login-content {
    margin-top: 0%;
}

.user-login-5 .login-container>.login-content>.login-form {
    margin-top: 40px;
}	

.login-copyright{
	margin-top: 50px;
    font-size: 13px;
    color: #a9b5be;	
}
.user-login-5 h1{
	    font-size: 32px;
}
.user-login-5 label{
	font-weight: bold;
}

.icone-camera{color:#5c5656; font-size:16px;}

.legendas-requisicao{font-size:13px;}
.legendas-requisicao i{vertical-align:sub;}