@CHARSET "UTF-8";

@import url(//fonts.googleapis.com/css?family=Lato:300,400,700,900)
	;

/* CSS genérico */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'Lato', serif !important;
}

/* Valores padrão para o bootstrap */
* {
	border-radius: 0 !important;
}

.form-control {
	-webkit-border-radius: 1px !important;
	-moz-border-radius: 1px !important;
	border-radius: 1px !important;
}

.btn {
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}

.btn-primary {
	background-color: #293f54 !important;
	border-color: #293f54 !important;
}

.btn-primary:hover {
	background-color: #4c7296 !important;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:visited {
	background-color: #4c7296 !important;
	outline: none !important;
	box-shadow: none !important;
}

.btn-outline-secondary {
	background-color: transparent !important;
/* 	border-color: #fff !important; */
/* 	color: #fff !important; */
}

.btn-outline-secondary:hover {
	background-color: #fff !important;
	color: #3b3b3b !important;
}

.btn_manual {
	margin-top: 40px;
	display: block;
	text-align: center;
	font-size: 18px;
}

.form-control:focus {
	border-color: #4c7296;
	box-shadow: none !important;
}

/* *** CONTAINER *** */
.webfrota-container {
	min-height: 100%;
	position: relative;
}

/* *** CABECALHO *** */
.webfrota-cabecalho {
	border-bottom: 5px solid #293f54;	
	background: #f9f9f9;
	height: 90px;
}

.webfrota-cabecalho-logo {
	padding-left: 170px;
}

.webfrota-cabecalho-usuario {
	font-size: 0.9em;
	display: flex;
	margin-top: 29px;
}

.webfrota-nav-login {
	width: 100%;
	margin: 0 auto;
	padding: 5px 0px 0px 0px;
}

.webfrota-nav {
	width: 100%;
	margin: 0 auto;
	padding: 10px 20px;
}

.webfrota-nav .navbar-brand {
	color: #123962;
    padding: 0px;
    margin: 0px;
}

.navbar-nav>li>a {
	color: #123962;
}
/* *** CONTEUDO *** */

.webfrota-conteudo section {
	padding-bottom: 150px;
}


/* *** CONTEUDO *** */

/* *** MENU LATERAL *** */
.webfrota-menu-lateral {
	padding-top: 90px;
}

#body-row {
	margin-left: 0;
	margin-right: 0;
}

#sidebar-container {
	background-color: #ebedf0;
	padding: 0;
	bottom: 0;
	position: absolute;
	top: 95px;
	width: 180px;	
    border-right: 1px solid #d9d9d9;
}

#sidebar-container .list-group a {
	color: #293f54;
	background: #ebedf0;
	font-size: 16px;
	font-weight: normal !important;
	line-height: 0;
	border-radius: 0;
	padding: 12px 20px;
	border: none;
}

#sidebar-container .list-group a:hover {
    background-color: #293f54;
    color: #ebedf0;
}

#sidebar-container .list-group a span{
	margin-right: 0 !important;
}

#sidebar-container .list-group :not (.sidebar-separator-title ) :hover {
	color: #fff;
	background: #1AB394;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
	height: 45px;
	padding-left: 30px;
}

.sidebar-submenu {
	font-size: 0.9rem;
}

/* Separators */
.sidebar-separator-title {
	background-color: #236B5A;
	color: #fff;
	height: 35px;
}

.sidebar-separator {
	background-color: #993399;
	height: 25px;
}

.logo-separator {
	background-color: #993399;
	height: 60px;
}

/* *** CONTEUDO *** */
.webfrota-conteudo {
	margin-left: 180px;
}

.webfrota-conteudo-header {
	color: #4f4f4f;
}

.webfrota-conteudo-header h4 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
	height: 60px;	
}

.webfrota-conteudo-header-controles {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 60px;
}

/* *** RODAPE *** */
.webfrota-rodape {
	background-color: #293f54;
	bottom: 0;
	clear: both;
	color: white;
	font-family: "arial";
	min-height: 80px;
	position: absolute;
	width: 100%;
	z-index: 1010;
	margin: 0 !important;
	padding: 0 !important;
}

.webfrota-rodape label {
	font-size: 12px;
	margin: 0;
}

/* *** TABELA *** */
.tabela {
	margin: 0 0 40px 0;
	width: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	display: table;
	font-size: 14px;
	line-height: 20px;
	color: #3b3b3b;
}

.table thead{
	background-color: #293f54;
	color: #fff;
}

.table tbody{
	font-size: 12.6px;
}

@media screen and (max-width: 580px) {
	.table {
		display: block;
	}
}

.t-linha {
	display: table-row;
	background: #f6f6f6;
}

.t-linha:nth-of-type(odd) {
	background: #e9e9e9;
}

.t-linha.t-header {
	font-weight: 900;
	color: #ffffff;
	background: #27ae60;
}

@media screen and (max-width: 580px) {
	.t-linha {
		padding: 14px 0 7px;
		display: block;
	}
	.t-linha.t-header {
		padding: 0;
		height: 6px;
	}
	.t-linha.t-header .t-cell {
		display: none;
	}
	.t-linha .t-cell {
		margin-bottom: 10px;
	}
	.t-linha .t-cell:before {
		margin-bottom: 3px;
		content: -webkit-animation-timing-function: linear;
		-moz-animation-timing-function: linear;
		-o-animation-timing-function: linear;
		animation-timing-function: linear; tr (data-title);
		min-width: 98px;
		font-size: 10px;
		line-height: 10px;
		font-weight: bold;
		text-transform: uppercase;
		color: #969696;
		display: block;
	}
}

.t-cell {
	padding: 6px 12px;
	display: table-cell;
}

@media screen and (max-width: 580px) {
	.t-cell {
		padding: 2px 16px;
		display: block;
	}
}

/* *** LOGIN *** */
.login-centro {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.login-centro.responsivo {
/* 	width: 50%; */
	height: 50%;
/* 	min-width: 200px; */
	max-width: 320px;
	padding: 40px;
	box-sizing:content-box;
}

@media only screen and (max-width: 380px) {
	#logosige {
		display: none;
	}
}

@media only screen and (max-width: 466px) {
	#rodape-logos {
		padding: 0;
	}
	
	div#rodape-logos.col-md.text-center a img.px-3.my-1 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}
