@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,500;0,700;1,400;1,500&display=swap');

body{
	font-family: 'Rubik', sans-serif;
	font-size:14px;

	color:#666;
	background:#EEE;
}


.bg-login{
	background:#EEE;
}


ul{
	margin: 10px;
	padding:0;
}

li{
	margin-right: 10px;
}


h2{
	color:#006DC4;
	font-weight:400;
}

h3{
	color:#006DC4;
	font-weight:400;
	font-size:18px;
}
form button.botao, form button.botao:hover{

	background-color: #ED1B24;
	border-color:#ED1B24;
}


a {
    color: #006DC4;
    text-decoration: underline;
}

.page-item.active .page-link{
	    background-color: #006DC4;
    border-color: #006DC4;
}

.form-select, .form-control{
	border-color:#ddd;
	   height:42px;
		font-size:15px;
}

.form-select:focus, .form-control:focus{
	 box-shadow: none!important;
	border-color:#ddd;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus, .btn-outline-secondary:focus, .accordion-button:focus {

  box-shadow: none!important;

}

.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #003FB8;
    border-color: #003FB8;
}


.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
	padding-left:30px;
	padding-right:30px;
}



.form-login{

width: 500px;
position: relative;
z-index: 10;
background: #fff;
border-radius: 15px;
top:15vh;
padding:60px 40px;
border:1px solid #DDDDDD;
}


.form-floating>.form-control {
   height:46px;
}


.form-floating>label {
    position: absolute;
    top: -4px;

}



.botao{
	width:100%;
	background-color:#006DC4;
	border-radius:100px;
	color:#fff;
	font-weight:600;
	font-size:14px;
	border:2px #006DC4 solid;
	padding: 12px 0;
	display:block;
	  transition: 0.3s;
	  text-align:center;
	  text-decoration:none;
	  cursor:pointer;
	  text-transform:uppercase;
	 transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}

.btn-file{

	background-color:#006DC4;
	border-color:#006DC4;
	margin-top:5px;

}

.file-drop-zone{
	    border: 2px dashed #006DC4!important;
}

.file-drop-zone:hover{
	    border: 2px dashed #349FF5!important;
}


.krajee-default .file-other-icon {

    color: #349FF5!important;
}

.arquivos .krajee-default .file-footer-buttons {

    display: none;
}


.dados-import{

	background: #fff;
    border-radius: 10px;
}

.registro{
	font-size:18px;
}

.registro strong{

	color:#006DC4;
	font-weight:500;

}

.item-registro{
	border:1px solid #eee;
	border-radius:10px;
	margin-bottom:8px;
}

.item-registro strong{
	color:#006DC4;
}

.sub-cadastro{
	font-size:22px;
	color:#006DC4;
	background:#DAEAF6;
	border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.botao-vermelho{

	background-color: #ED1B24;
	border-color:#ED1B24;
}

.botao-vermelho:hover{
	background-color: #F6535A!important;
	border-color:#F6535A!important;

}




.form-login .botao{
	background-color:#006DC4;
		border:2px #006DC4 solid;
}

.form-login .botao:hover{
		background:#167FD4;
	color:#fff;
	border-color:#167FD4;

}


.botao:hover {
	background:#167FD4;
	color:#fff;
	border-color:#167FD4;

}

.form-login h2{
	font-size:28px;
}

.form-login h4{
	font-size:22px;
	font-weight:normal;

}


.form-login .botao{
	border-radius:5px;
}


.mini-botoes a{
	color:#006DC4;
	font-size:14px;
	text-decoration:none;
	border-radius:100px;
	text-align:center;
	padding:5px 15px;
}


.mini-botoes a.destaque{
border:1px #006DC4 solid;
transition: 0.3s;
}

.mini-botoes a.destaque:hover{
	background-color:#006DC4;
	border-color:#006DC4;
	color:#fff;
}

	#side-bar{
		width: 350px;
z-index: 1002;
background: #006DC4;
bottom: 0;
margin-top: 0;
position: fixed;
top: 0;

-webkit-transition: all .1s ease-out;
transition: all .1s ease-out;
color:#fff;
	}

		#right-content {
  margin-left: 350px;
}


.logo-apvs-sidebar{
	padding-top:25px;
	padding-bottom:25px;
}

.logo-apvs-sidebar img{
	width:150px;
}


.logo-apvs-sidebar{
	background:#fff;
}



.accordion-item:last-of-type .accordion-collapse{
	border-radius:0
}
.accordion-item{
	background-color:transparent;
}




.accordion-button::after {

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

}


.menu .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

}


.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #0C5288;
    box-shadow: none;
}




.accordion-button {

    color: #fff;

    background-color:transparent;


}



.menu .accordion-item{
	border:0;
}


.submenu{
	background-color:#125D98;
	padding: 5px 0;
}

.submenu li{
	margin:15px 30px;
	list-style:none;
	cursor:pointer;
}

.submenu li:first-child{
	padding-top:0;
}






.submenu  li a{
color:#fff;
	text-decoration:none;
}


.submenu-nivel2 ul li{
	list-style:inherit;
	list-style-type:disc;
}

.submenu-nivel2 ul{
	display:none;


}

.submenu-nivel2.nivel2-ativo ul{
	display:block;

}

.item-s-sub a{
	    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #fff;
    text-align: left;
	text-decoration:none;


}

.submenu-nivel2{
	position:relative;
}

.submenu-nivel2:after{
	position:absolute;
	width:8px;
	height:8px;
	content:"";
	right:0;
	top:0;
	transition: transform .2s ease-in-out;
	background-image:url("../images/arrow-sub2-menu.svg")
}

.submenu-nivel2.nivel2-ativo:after{
	transform: rotate(-180deg);
}

#topo-right{
	background:#006DC4;
	padding:17px 0;
}

.bt-sair {
	width:auto;
	padding:3px 20px;
	background:transparent;
	border:2px solid #fff;
	text-transform:inherit;
}

.bt-sair:hover {
	background:#fff;
	color:#006DC4;
	border:2px solid #fff;
}


.humbuger{
	margin-top:15px;
	padding:0 0.5em;
	border:1px solid #ddd;
	border-radius:2px;
	height:36px;
	    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;

}


.humbuger span{
    display: block;
    width: 24px;
    height: 2px;
    margin-bottom: 5px;
    background: #000;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;

}


.humbuger span:first-child{
	margin-top:0.68em;

}

.humbuger:not(.collapsed){
	background:#eee;
}


.humbuger:not(.collapsed) span{

    background-color: #006DC4;

}

.title{
	font-size:25px;
	color:#006DC4;
}

.title span{
	color:#666;
}

#content-box{
	background:#fff;
	border-radius:10px;

}


.filtros{
	border-radius:10px;

	border:1px solid #eee;
}

	.table .botao{
		width: 90px;
	}
#top-table{
		border-bottom:1px solid #eee;


}
#container-table{
		border-radius:10px;

	border:1px solid #eee;
}

.bt-light{
	border:1px solid #ddd;
	color:#006DC4;
	padding: 0.6rem 0.75rem;
	border-radius:5px;
	text-decoration:none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bt-light:hover{

	background:#eee;
	border-color:#ccc;
}
.bt-light span{
	position:relative;
	top:2px;
}
.bt-danger{
	border:1px solid #dc3545;
	background-color:#dc3545;
    color: white;
	padding: 0.6rem 0.75rem;
	border-radius:5px;
	text-decoration:none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bt-danger:hover{

	background:#eee;
	border-color:#ccc;
}
.bt-danger span{
	position:relative;
	top:2px;
}

.table{
	color:#444;
}


.table thead{
	color:#006DC4;
	border-bottom:0;
}

.table>:not(:first-child) {
    border-top: 2px solid #dee2e6;
}


.table>:not(caption)>*>* {
    padding: 1rem 1rem;

}

.pagination .page-link{
	color:#006DC4;
}
#top-table .bt-light,#top-table .bt-danger{
	position:relative;
	top:8px;
}
 .input-group-text{
height:42px;

 border-color: #ddd;


}

.busca .input-group-text{
		-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
	background-color:#fff;
	 border-color: #ddd;
}


.busca .form-control{
	border-right:0;
	-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}

.table-inner{
	border:1px solid #eee;
	border-radius:5px;
}

.table .form-check{
	margin-bottom:0;

}


.table .botao{
	padding-top:5px;
	padding-bottom:5px;
	font-size:13px;
	text-transform:inherit;
}

.table td, .table th{
	vertical-align:middle;
}
tbody .row {
	font-weight:normal!important;
}

.table tbody td, .table tbody th {
    vertical-align: middle;
    font-weight: normal;
}

.page-link {
    padding: 0.5rem 0.75rem;
}

.tab-editar{
	border-bottom:1px solid #EEEEEE;
	width:100%;
}

.tab-editar .nav-link{
	border:1px solid #EEEEEE;
	background-color:transparent;
	color:#666;
	font-size:16px;
	padding:15px 20px;
	border-left:none;
	border-bottom:none;
	border-top:none;
}


.tab-editar .nav-link.active{
	color:#006DC4;
}

.tab-editar .nav-link svg{
	margin-right:3px;
}

.tab-editar .nav-link.active svg path{
	fill:#006DC4;
}

.periodo img{
	height:21px;
}

.periodo .input-group-text{
	    border-left: 1px solid #ced4da;
			border-radius:'' ;

		border-top-left-radius:0.25rem;
    border-bottom-left-radius: 0.25rem;

	border-top-right-radius:0;
    border-bottom-right-radius: 0;

}


#content-agenda .card{
	background: #fff;
    border-radius: 10px;
	border:none;
}
#content-agenda .card-border{
	border: 1px solid rgba(0, 0, 0, .125);
}

#content-agenda .card{
	background: #fff;
    border-radius: 10px;
	/* border:none; */
}


.card-bg-secondary{
    background: #eeeeee;
}

.item-status{
	height:120px;
	text-align:center;
	background-color:#DDDDDD;
	border-radius:10px;
	color:#666;
}


.item-status.iniciada{
	background-color:#EACB22;
	color:#fff;
}


.item-status.sem-contato{
	background-color:#F29C41;
	color:#fff;
}

.item-status.em-andamento{
	background-color:#EACB22;
	color:#fff;
}


.item-status.concluido{
	background-color:#2091EB;
	color:#666;
}


.item-status.prazo-expirado{
	background-color:#FF7171;
	color:#fff;
}



.item-status span{
	font-size:16px;
}

.table-align{
		width:100%;
		height:100%;
		display:table;
	}


	.cell-align{
		width:100%;
		height:100%;
		vertical-align:middle;
		    display: table-cell;
	}

	#nav-agendar li{
		list-style:none;
	}

#nav-agendar li {
	margin-bottom:10px;
}

#nav-agendar li:last-child{
	margin-bottom:0;
}

#nav-agendar li a{
	display:block;
	width:100%;
	border-radius:5px;
	border:1px solid #CCC;
	color:#006DC4;
	text-align:center;
	padding:13px 0;
	font-weight:500;
	font-size:16px;
	cursor:pointer;
}

#nav-agendar li a:hover{

	background-color:#eee;
}

#visualizar-apolice a{
	border:1px solid #CCC;
	background:#fff;
	border-radius:10px;
	display:block;
	font-weight:500;
	font-size:18px;
	text-decoration:none;


}

#visualizar-apolice a:hover{
	border-color:#aaa;
}

#content-agenda .item-historico.card{
	border:1px solid #DDD;
	border-radius:5px;

}

#content-agenda .item-historico.card p{
	margin-bottom:0;
}


.item-historico h4{
	font-size:18px;
	color:#006DC4;
	font-weight:normal;
}

.item-historico .date{
	color:#006DC4;
}

.autor strong{
	font-weight:normal;
	color:#006DC4;
}


#content-agenda h3{
	font-size:20px;
	margin-bottom:15px;
}
.autor {

	border-top:1px solid #DDD;
}

.item-historico{
	margin-left:68px!important;
	position:relative;
	margin-bottom:15px;
	z-index:2;
}


.item-historico:last-child{
	margin-bottom:0;

}
.item-historico:before{
	width:50px;
	height:50px;
	content:'';
	border-radius:100px;
	border:1px solid #CCC;
	position:absolute;
	top:0;
	left:-70px;
	background-color:#fff;
	background-image:url("../images/comment-dots-solid.svg");
	background-repeat:no-repeat;
	background-position: 13px 14px;

}

.item-historico:after{

		position:absolute;
	top:20px;
	left:-15px;
	width:16px;
	height:24px;
	content:'';
	z-index:1;

	display:block;
	background-image:url("../images/triangulo-inter.svg");

}

#numeros-estoque.card {
    background: #fff;
    border-radius: 10px;
    border: none;
}


.item-estoque-equipamentos{
	height:120px;
	text-align:center;
	border:1px solid #DDD;
	border-radius:10px;
	color:#666;
}

.item-estoque-equipamentos span{
	font-size:18px;
	display:block;
}


.item-estoque-equipamentos strong{
	font-size:18px;
	display:block;
	color:#006DC4;
	font-weight:500;
	font-size:40px;
	line-height:30px;
}

.stroke-bt, .stroke-bt:hover{
	background-color:#fff;
	border-color:#006DC4;
	color:#006DC4;
}

.stroke-bt.show{

	background-color: #006DC4!important;
    border-color: #006DC4!important;
    color: #fff;
}

.dropdown .bt-light{
	top:2px!important;
}

.mini-bt{
font-size: 14px;
    padding-top: 4px;
    padding-bottom: 3px;
    font-weight: 500;
	text-transform:inherit;
}

.drop-massa .dropdown-menu{
	    min-width: 15rem;
		padding:20px;
}

.dropdown-menu li{
	margin-top:10px;
}

.dropdown-menu li:first-child{
	margin:0;

}



.acoes-table{
	position:relative;
}

.acoes-table .dropdown-menu{

		    min-width: 15rem;
		padding:20px;
		top:-30px!important;
		height:160px;
		margin-right: 10px!important;
		left:0;
		transform: translate3d(-87px, 0px, 0px)!important;
}



.acoes-table .mini-bt{
	width:100%;
}


.table tr:last-child .dropdown-menu{

	top:-120px!important;
}

.breadcrumb{
	border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.form-label{
	font-weight:bold;
	color:#000;
}

.campo-numero{
	width:100px!important;
}

.bg-detaque{
	background-color:#FF7171;
	color:#fff;
}


.bg-detaque .botao{
	background-color:#fff;
	border-color:#fff;
	color:#ED1B24;
}


.bg-detaque .botao:hover{
	background-color:#eee!important;
	border-color:#eee!important;
	color:#ED1B24;
}


.modal-header{
	border:0;
	padding-bottom: 0;
}

.item-localizacao{

	border-bottom:1px solid #DDDDDD;
	padding:10px 0;
}

.modal-title{
	color:#006DC4;
	font-size:22px;
	text-transform:uppercase;
}

.item-localizacao .botao{
	    padding: 8px 0;
		text-transform:inherit;
		margin-top:15px;
		width: 120px;

}

.listagem-agenda-localizacao .item-localizacao:last-child{
	border:0;
padding-bottom:0!important;
}

.item-localizacao h4{
	font-weight:500;
	font-size:18px;
}
.modal-content{
	border:0;
	border-radius:20px;
	 padding: 20px;
}
.pin-km{
}

#escolha-data .datetimepicker-inline{
	margin:0 auto;

}


.modal-agendar-dialog {
    max-width: 600px;
}

.datetimepicker thead tr th{
	background:;
	color:#006DC4;

}

.datetimepicker tfoot tr:first-child th:hover, .datetimepicker thead tr:first-child th:hover {
    background: #006DC4!important;
    color: #fff;
}
.datetimepicker table thead {
    border-bottom: 1px solid #eee;

    border-radius: 0;
	margin-bottom:10px;
    border: 0;
}

.datetimepicker thead  th{
	border-radius:0;
}

.datetimepicker table tr td.active.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover.active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active:hover:active {
    background-color: #006DC4!important;
	background-image:inherit!important;
}


.datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled.disabled, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover, .datetimepicker table tr td span.active.disabled:hover.active, .datetimepicker table tr td span.active.disabled:hover.disabled, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.disabled:hover:hover, .datetimepicker table tr td span.active.disabled:hover[disabled], .datetimepicker table tr td span.active.disabled[disabled], .datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active:hover.disabled, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active:hover:hover, .datetimepicker table tr td span.active:hover[disabled], .datetimepicker table tr td span.active[disabled] {
 background-color: #006DC4!important;
	background-image:inherit!important;
}

.stroke-bt{
	border-color:#CCC!important;
	color:#666;
	background-color:#fff!important;
}

.check-sucesso{
	font-size:60px;
}

#agendado-sucesso h5, #agendado-sucesso h6{
	color: #006DC4
}


	#escolha-data .table-sm>:not(caption)>*>*{
	padding: 1rem 1.5rem;
}


#escolha-data .datetimepicker-inline{

	 width: 473px;
	 border:1px solid #eee;
}


#escolha-data .datetimepicker th.switch {
    width: 382px;
}

#escolha-data .datetimepicker-hours{
	 width: 463px;
}

.sucesso-cadastro h6{
	font-size:25px;
	font-weight:400;
}

.sucesso-cadastro h6 strong{
	color:#006DC4;
}

.arrow-confirmar{
	margin-top:20px;
}

#origem-destino .card{
	border-color:#006DC4;
	padding:10px;
}

#origem-destino strong{
color:#006DC4;
}


#content-dashboard .chart{
	width:100%!important;
}


.legenda strong{
	color:#000;
	font-size:25px;
	display:block;
}

#content-dashboard .card{
	border:none;
	border-radius:10px;

}

#content-dashboard h3{
	text-transform:uppercase;
	color:#006DC4;
	font-weight:500;
}




.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.single-chart {
  width: 100%;
  justify-content: space-around ;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-height: 250px;
  width:70%;
}

.insumo-rastreador-chart{
	width:50%;

}





.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke: #ff9f00;
}

.circular-chart.green .circle {
  stroke: #35AFB2;
}

.circular-chart.blue .circle {
  stroke: #3c9ee5;
}


.circular-chart.rose .circle {
  stroke: #C40062;
}



.percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}

.chart-gauge{}
.chart-first{fill:#E65555}
.chart-second{fill:#EFE33F}
.chart-third{fill:#66CE5A}
.needle,.needle-center{fill:#030101}

.chart-gauge #Value{
display:none;
}

.valor-porcentagem{
	width:100%;
	font-size:50px;
	color:#000;
	text-align:center;
}

.valor-porcentagem span{
display:block;
}


.label-velocimetro{
	border-radius:100px;
	border:1px solid #DDDDDD;
	text-align:center;
	position:relative;
	left:-10px;
}



.label-velocimetro strong{
	color:#66CE5A;
	font-size:18px;
}

.chart-gauge svg{
	max-height:220px;


}

.legenda-propostas{
	font-size:18px;
}

.legenda-propostas span, .legenda-propostas strong{
	color:#3c9ee5;

}


 .numero-propostas{
	border-radius:100px;
	border:1px solid #DDDDDD;
	text-align:center;
	display:inline;


}

 .numero-propostas strong{
	 color:#3c9ee5;
	 font-size:18px;
 }

 .mensagem-esqueci{
	 font-size:18px;
 }

 .mensagem-esqueci strong{
	 color:#006DC4;
	 font-weight:500;
 }


 .eye-slash .olho-aberto{
	display:none;
}


.eye-slash .olho-fechado{
	display:block;
}


.eye .olho-aberto{
	display:block;
}


.eye .olho-fechado{
	display:none;
}

.pass-eye {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.condicoes-senha {
	background:#eee;
	border:1px solid #ddd;
	padding:10px;
	border-radius:10px;

}
.condicoes-senha li{
	list-style: inside;
}
@media screen and (min-width:1600px) {
    .table-responsive {
        /* overflow: inherit; */
    }


	#visualizar-apolice a img{
		position:relative;
		top:-2px;
	}





}

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

.insumo-rastreador-chart, .circular-chart{
	width:80%!important;

}


			.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: 15px;
    padding-right: 15px;
}







}


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

	.chart-gauge svg{
	max-height:230px;


}

.bg-login{
	background:#fff;
}
	.form-login{
		border:none;
	}

	#right-content {
  margin: 0;
}

.arrow-confirmar{
	margin-top:30px;
}




.logo-apvs-sidebar{
	padding-top:18px;
	padding-bottom:18px;
}

#topo-right{
	display:none;
}

#side-bar {
    width: 100%;

    margin-top: 0;
    position: inherit;

}


.menu{
	padding-bottom:10px;
	padding-top:10px;
}


}


@media screen and (max-width:1442px) {
		text#scale10{
transform: translate(121.86046511627907px, 10.733333333333333px);

}

}




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

	.tab-pane .title{
	font-size:22px;
}


	.drop-massa .dropdown-menu {

		min-width: 100%;
	}

	.title span {
		display:block;
	}


.form-login {
	    top: 8vh;
		padding-top:0;
		padding-bottom:0;
}

.form-login h4{
	font-size: 18px;
}


}

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

	#escolha-data .datetimepicker-inline {
 width: 314px!important;
    left: -7px;
    position: relative;
}
}



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

	.propostas .circular-chart{
		width:50%!important;
	}

	.acoes-table .dropdown-menu{
		min-width: 11rem;
	}


#content-dashboard h3{
	font-size:16px;
}
.circular-chart{

	width:100%!important;
}


	#escolha-data .table-sm>:not(caption)>*>* {
    padding: 0.8rem 0.8rem;
}


#escolha-data .datetimepicker-inline {
    width: 322px;
}
#estoque-local-tab #top-table {

    border-top: 1px solid #eee;
}

	#visualizar-apolice a{
		font-size:16px;
	}

	.item-estoque-equipamentos {
		height:80px;
	}

	.item-estoque-equipamentos span{
		font-size:16px;
	}
	.item-estoque-equipamentos strong{
		font-size:28px;
	}

	#visualizar-apolice a img{
		height:23px;
	}
	.item-status{
		height:60px;
	}
	.tab-editar .nav-item{
		width:100%;
	}

	.table-inner{
		border:0;
	}

	.tab-editar .nav-link{
		width:100%;
		border:1px solid #EEEEEE;
		margin-bottom:10px;
		border-radius:5px;
			padding: 10px 20px;
	}

	.tab-editar .nav-link svg {
    margin-right: 3px;
    height: 18px;
}


	.tab-editar .nav-link:last-chid{
		margin-bottom:0;
	}

	.tab-editar{
		border:0;
	}

	#top-table .bt-light{
		top:0;

}

	.pagination .page-item{
	display:none;
}

	#top-table .bt-light{
		display:block;
		text-align:center;

	}
.pagination .page-item.anterior, .pagination .page-item.proximo{
	display:block;
}



	.table>:not(caption)>*>* {
        padding: 0.5rem 0.5rem;
}
	.mini-botoes .destaque{
		display:block;
	}

	.mini-botoes .destaque:first-child{
		margin-bottom:8px;
	}

}

.bootstrap-select>.dropdown-toggle {
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    height: 42px;
    font-size: 15px;
}

.bootstrap-select>.dropdown-toggle:after{
    display: none;
}

.dataTables_paginate{
    margin-top: 15px;
    margin-bottom: 15px;
}

.dataTables_paginate .pagination{
    display: flex;
    justify-content: flex-end!important;
}

#menu-collapse{
    overflow-y: auto;
    max-height: 80vh;
}
select[readonly] {
  background: #eee; /*Simular campo inativo - Sugestão @GabrielRodrigues*/
  pointer-events: none;
  touch-action: none;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }


#side-bar.collapse-menu{
    width: 50px;
}

#right-content.collapse-menu{
    margin-left: 50px;
}

.logo-apvs-sidebar img.collapse-menu{
    width: 50px;

}

.pac-container {
    z-index: 1200;
}

.myc-available-time {
    text-decoration: none;
}

.myc-available-time {
	border-radius: .4rem !important;
	padding: 5px 0 !important;
}

#myc-available-time-container {
	height: 300px;
	overflow-y: auto;
}

#book-schedule-provider .modal-dialog {
	max-width: 800px !important;
}

#search-provider-address {
	z-index: 9999;
}