/*
    Author     : p065581
    */
    html {
     font-size: 100%;
 }

 body{
     font-family: 'Lato',Helvetica,Arial,sans-serif;
     font-size: 15px;
     line-height: 1.42857143;
     color: #333333;
     background-color: #eee;
 }

 /* CABECALHO */
 header {
     display: block;
     background-color: #fff;
 }

 .row-toolbar {
    background-color: #383d40;
    padding: 8px;
    text-transform: uppercase;
    font-size: 9px;
}

#row-logo-nome-sistema {
	padding: 5px 0px 5px 0px;
}

.logo-image {
	padding: 10px;
}

#nome-sistema {
	font-size: 30px;
	font-weight: bold;
    margin-top: 25px;
}

/* MENU */

#row-menu {
    border-top: 1px #d8d8d8;
}

.navbar-default {
    background-color: #FFF;
    border-radius: 0px;
}

.navbar-collapse{
	padding-left: 0;
	padding-right: 0;
}

.navbar-default .navbar-nav > li > a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 3px solid transparent;
}

.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:hover {
    color: #c4161c;
    border-bottom:3px solid #c4161c;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #fff;
    border-color: #c4161c;
}

.multi-level > li > a:hover {
 background-color: #fff;
}

.dropdown-menu a {
    font-size: 14px;
}

.banneritem a {
	background-color: transparent;
	color: #c4161c;
	font-weight: bold;
	text-decoration: none;
}

/* MENU SUPERIOR MOBILE */

.menu-superior, #menuMobile{
	background-color: #383d40;
	color: #FFF;
    padding: 8px;
    text-transform: uppercase;
    font-size: 12px;
}

.menu-superior a{
	color: white;
}

#menuMobile > .navbar-default{
	background-color: #383d40;
}

#menuMobile span{
	color: #FFF;
}

.menu-text-left{
    float: left;
}

.menu-text-right{
    float: right;
}

/* RODAPÉ */

.footer {
   height: 40px;
   background-color: #383d40;
   color: #fff;
   padding: 5px;
   margin-bottom: 0px;
}

.footer ul {
	list-style: none;
}

.footer ul li {
	float: left;
	padding-right: 30px;
  padding-top: 7px;
}

.footer ul li a {
	color: #FFF;
}


/* CONTEÚDO */

#conteudo.container {
	background-color: #FFF;
	padding: 20px;
	min-height: 100%;
	position: relative;
	margin-bottom: 60px;
}

/* OUTROS */

.topo-pagina {
	background-color: #ff0000;
    color: #fff;
    position: fixed;
    cursor: pointer;
    z-index: 9999;
    border-radius: 3px 3px 3px 3px;
    padding-top: 5px;
    padding-left: 5px;
    right: 20px;
    bottom: 33px;
    width: 43px;
    height: 43px;
    opacity: 0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65);
    font-size: 30px !important;
}

.licenca-ambiental {
    right: 12px;
    top: -2px;
    width: 40px;
    height: 35px;
    position: absolute;
    overflow: hidden;
    border-top-right-radius: 6px;
    z-index: 1;
    background: #9bff9dab;
    padding: 10px;
    color: green;
}
.veiculo-sucata {
    left: 14px;
    top: -1px;
    width: 40px;
    height: 35px;
    position: absolute;
    overflow: hidden;
    border-top-left-radius: 6px;
    z-index: 1;
    background: #ec5757ab;
    padding: 10px;
    color: #9e0000;
}
select[readonly] {
    background-color: #dbd5c7;
    color: #6d6d6d;
    cursor: not-allowed;
}

select[readonly] option {
    display: none;
}

.txt-moeda, .txt-decimal {
    text-align: right;
}

.actions > * {
    margin-right: 5px;
}


/* Identificação campo obrigatório */
.required > label {
    font-weight: bold;
}

.required > label:after {
    content: ' *';
    color: #ff0000;
}


/** Altera cor dos paginates */
.pagination > li > a, .pagination > li > span{
	color: #d9534f;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: #d9534f;
    border-color: #d9534f;
}

.menu-superior-mobile b {
    color: white;
}

.loader {
    position:absolute;
    left:38%;
    top:35%;
}


/* RESPONSIVOS */

@media (min-width: 992px) {
    .menu-superior-mobile {
        display: none;
    }
}

@media only screen and (max-width: 991px) {

	.menu-superior {
        display: none;
    }

    .menu-superior-mobile {
        display: block;
    }
    .navbar-default .navbar-nav > li > a {
        text-align: left;
        width: 100%;
    }
}

@media (max-width: 767px) {

	body, .dropdown-menu, #toolbar ul {
		font-size: 14px;
	}

	#toolbar div:last-child {
		padding: 7px;
	}

	#menu ul {
		margin-left: initial;
		position: relative;
	}

	#row-logo-nome-sistema{
		text-align: center;
	}

	#nome-sistema{
		margin-top: 0;
		padding-bottom: 10px;
		font-size: 26px;
	}

	#conteudo.container {
		position: relative;
		margin-bottom: 20px;
	}

	.footer {
		position: relative;
		height: 80px;
	}

	.footer div:first-child{
		margin: 0;
		padding: 0;
	}

	.footer div:last-child{
		margin: 0;
		padding: 0;
		text-align: right;
	}

	.footer ul {
        font-size: 13px;
        padding: 0px;
        list-style: none;
    }

    .footer ul li {
      float: left;
      padding-left: 30px;
  }

  .footer div:last-child ul li {
      float: right;
      padding-left: 30px;
  }

  .footer ul li:first-child {
      float: left;
      padding-left: 10px;
  }

  .footer ul li a {
      color: #FFF;
  }
}

.form-label label.control-label {
    text-align: left;
}

.txt-upload-img {
    margin: 50px 0 5px;
    font-weight: 700;
}

.txt-separacao {
    font-weight: 700;
    text-align: center;
}

.erro-upload, .erro {
    color: #d33c44;
    font-size: 13px;
    font-weight: 600;
    margin: 5px 0;
}

.table-white-space td, .table-white-space th {
    white-space: nowrap;
}

.img-documento {
    width: 20px;
}

.form-control{
	margin-right: 8px;
}

.breadcrumbs {
    background-color: #eeeeee;
    color: #333;
    display: flex;
    font-size: 14px;
    position: relative;
    margin-bottom: 15px;
}

.breadcrumb-item {
    padding-left: 30px;
}

.breadcrumb-item:first-child {
    padding-left: 10px;
}

.breadcrumb-item .number {
    display: block;
    background-color: #9e9e9e;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    text-align: center;
    float: left;
    margin: 15px 0 0 10px;
}

.breadcrumb-item .label {
    display: block;
    padding: 20px 0 25px 10px;
    float: left;
    color: #333;
}

.breadcrumb-item:not(:last-child)::after {
    content: '';
    display: block;
    width: 37px;
    height: 35px;
    transform: rotate(130deg) skew(-10deg);
    float: right;
    position: relative;
    top: 10px;
    left: 19px;
    border-top: 1px solid #9e9e9e;
    border-left: 1px solid #9e9e9e;
    background-color: #eeeeee;
}

.breadcrumb-item.current,
.breadcrumb-item.current::after{
    background-color: #9e9e9e;
}

.breadcrumb-item.current .number {
    background-color: #eeeeee;
}

.align-right-btn{
    text-align: right;
    width: 50%;
    float: right;
}

.btn-mais-item {
    float: right;
    margin-top: 40px;
}

.empresa-item{
    display: inline-block;
    width: 100%;
    margin: 20px 0 10px;
    border-top: 3px solid #c0c0c0;
    padding-top: 10px;
}

.botao-excluir{
    text-align: right;
}

.status-pre-arrematante{
    margin-top: 30px;
}

.btn-validar-reprovar {
    margin-right: 5px;
}

.txt-separacao.empresa {
    margin: 80px 0 10px;
}

#validar-pre-arrematante{
    float: right;
    width: 100%;
}

.filtrar {
    margin: 20px 0px;
}



/* Paginação */
@media (max-width: 540px) {

    body{
        font-size: 12px !important;
    }
    h3 {
        font-size: 1.6em;
    }


    .scroll-pagination {
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
    }
    .pagination {
        white-space: nowrap;
    }
    .scroll-pagination li {
        display: inline-block;
    }
}

@media screen and (max-width: 1200px) {
    .breadcrumb-item .number {
        margin: 10px 10px 10px 3px;
    }
    .breadcrumb-item .label {
        display: none;
    }
    .breadcrumb-item:not(:last-child)::after {
        width: 26px;
        height: 26px;
        top: 7px;
        left: 13px;
    }
    .breadcrumb-item {
        padding-left: 20px;
    }
    .breadcrumb-item:first-child {
        padding-left: 5px;
    }
}

.recuo {
    text-indent:4em;
}

.breadcrumb-item:last-child {
    padding-right: 20px;
}

.img-documento2 {
    margin: 5px 0px 5px 20px;
    width: 24px;
}
