/*general*/

* {
    font-family: 'roboto';
}

a {
  text-decoration: none;
}

body {
    min-height: 100vh;
    padding-bottom: 100px;
    position: relative;
    background-color: #f1f1f1;
}

header {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.container-fluid {
    padding: 0;
}

.row {
    margin: 0;
}

.tela {
    width: 100%;
    display: inline-flex;
    min-height: 75vh;
    background-color: #f1f1f1;
    margin-bottom: -17px;
  }

  

  .img-logo{
    width: 50%;
    margin: 10px auto
}

.formulario{
    width: 50%;
    padding: 20px;
    margin: 30px auto;
}

.form-top{
    margin: 0px auto;
}

.formulario-new{
    width: 70%;
    padding: 20px;
    margin: 30px auto;
}

.formulario-new textarea{
    width: 100%;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
}

.formulario-new button{
    width: 100% !important;
    margin-bottom: 10px;
}

.clientes{
    width: 100% !important;
    max-height: 350px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e9e9e9;
    background-color: #f5f5f5;
    padding: 5px;
}



.clientes .item-cliente{
    text-transform: uppercase;
    white-space: nowrap;
    margin: 1%;
    border-radius: 3px;
    padding: 11px;
    font-size: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
    font-weight: bold;
}

.bt-ex:hover{
    cursor: pointer;
}

.selecionartodos{
    width: 80px;
    text-align: right;
}
.cursor:hover{
    cursor: pointer;
}

.links-msg{
    padding-left: 10px;
    margin-bottom: 5px;
}

.links-msg span{
    background-color: #e9e9e9;
    color: #484849;
    padding: 5px;
    border-radius: 3px;
}

.links-msg .selected{
    background-color: #40baf2;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
}
.links-msg span:hover{
    cursor: pointer;
}

.opcoes-send{
    padding-left: 10px;
    margin-top: 10px;
    width: 100%;
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
}

.container-whats{
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
    padding: 20px;
    background-color: #f5f5f5;
    text-align: center;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.container-whats .header{
    background-color: #fff;
    padding: 20px;
    padding-bottom: 5px;
    margin: 20px;
}

#todos:hover{
    cursor: pointer;
}

.formulario .item{
    width: 100%;
    padding: 20px;
    border-radius: 2px;
    background-color: #f9f9f9;
    border: 1px solid #9b9797;
    margin-top: 10px;
}
.formulario .continuar{
    background-color: #40baf2;
    color: #fff;
    display: none;
}
.formulario .continuar h5{
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
}
.formulario .item h5{
    text-align: center;
    font-size: 15px;
}

.resultado{
    width: 50%;
    margin: 10px 0px;   
    text-align: center;
    display: none;
}

.resultado2{
    display: none;
}

.resu-cliente, .resultado, .resultado-lojista{
    display: none;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #9b9797;
    color: #000;
    width: 100%;
    border-radius: 2px;
    padding-bottom: 5px;
}

.resu-cliente{
    margin-bottom: 10px;
}

.resu-cliente .header, .resultado .header, .resultado-lojista .header{
    width: 100%;
    border-bottom: 1px solid #9b9797;
    padding-top: 10px;
    margin-bottom: 5px;
}

#novocliente{
    position: relative;
    right: 0px;
    float: right;
    top: -10px;
}

#continuar{
    width: 100%;
    background-color: #40baf2;
    color: #fff;
    padding: 10px;
    border: 1px solid #9b9797;
    border-radius: 2px;
    margin-top: -10px;
}

.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.pagina{
    width: max-content;
}

.resultado-lojista{
    margin-top: 10px;
    margin-bottom: 10px;
}
.tablecar{
    width: 70% !important;
    margin: 10px auto !important;
    display: none;
    text-align: center;
    padding:  5px;
}

.span-pedido{
    width: 290px;
    display: block;
    position: absolute;
    top: 100px;
    left: 30px;
    z-index: 999;
}


.pessoa{
    display: none;
}

/* confirmação de senha*/
.input-danger{
    border: 1px solid red;
}

.input-danger:focus{
    border:1px solid red;
}

.input-success{
    border: 1px solid #17b83c;
    transition: 0.7s;
}

.input-success:focus{
    border: 1px solid #17b83c;
    transition: 0.7s;
}

/* menu lateral */

.botao-lateral {
    position: fixed;
    z-index: 999;
    right: 0px;
    top: 62px;
    background-color: #484849;
    color: #fff;
    text-align: center;
    font-size: 30px;
    height: 39px;
    width: 39px;
    transition: 0.7s;
}

.botao-lateral ion-icon{
    margin-top: 5px;
}


.botao-lateral:hover{
    cursor: pointer;
}

.botao-aberto{
    right: 200px;
    transition: 0.7s;
}

.ic-fechar{
    display: none;
}

.alert-escolher{
    background-color: #f9f9f9;
    color: #484849;
    width: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    padding: 20px;
    padding-top: 40px;
    min-height: 250px;
    border: 1px solid #aaa;
    border-radius: 3px;
    display: none;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
}

#close:hover{
    cursor: pointer;
}
#btn-layout{
    text-align: center;
    padding: 8px;
    border-radius: 3px;
    width: 100% !important;
    border: none;
}
.atualizar{
    width: 100%;
    background-color: #40baf2;
    color: #fff;
    padding: 7px;
    border-radius: 3px;
    margin-top: 8px;
    border: none;
}
.btn-layout:hover{
    cursor: pointer;
}
#close{
    position: relative;
    float: right;
    right: 7px;
    top: -25px;
    color: #0d8acd;
}

#placa{
    text-transform: uppercase;
}

.uppercase{
    text-transform: uppercase !important;
}

#chassi{
    text-transform: uppercase;
}

.historico{
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    border:1px solid #9b9797;
    padding: 10px;
    text-align: center;
    padding-top: 3px;
}

.historico h6{
    font-size: 12px;
}

.historico thead{
    font-size: 12px;
}

.historico tbody{
    font-size: 10px;
}

.menu-lateral{
    z-index: 999;
    width: 200px;
    background-color: #484849;
    color: #fff;
    position: fixed;
    right: 0;
    top: 62px;
    height: 90vh;
    transition: 0.7s;
    border-left: 1px solid #ccc;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
    padding-top: 30px;
}

.menu-lateral a{
    text-decoration: none;
    color: #fff;
}

.menu-lateral ul{
    list-style-type: none;
    width: 200px;
    font-size: 18px;
}

.menu-lateral ul li{
    padding: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
    transition: 0.7s;
    border-bottom: 1px solid #757575;
}

.menu-lateral ul li span{
    display: inline-block !important;
    vertical-align:middle;
}

.menu-lateral ul li span ion-icon{
    margin-right: 8px;
}

.submenu{
    background-color: #757575;
    color: #fff;
    font-size: 15px !important;
    display: none;
}

.submenu li{
    border-bottom: 1px solid #484849 !important;
}
.menu-lateral ul li:hover{
    padding-left: 5px;
    transition: 0.7s;
    transform: 0.7s;
    cursor: pointer;
}

.menu-escondido{
    right: -200px;
    transition: 0.7s;
}


/*navbar*/
#navbar img{
    margin-left: 10px;
    width: 15%;
}

#navbar {
    justify-content: space-between;
    background-color: #fff;
    padding: 0px 0;
}

#navbar a{
    font-size: 14px;
    color: #757575;
}

#navbar a:hover{
    color: #40baf2;
}

#navbar ul {
  margin-right: 10px;
}

@media (max-width:1080px) {
    #navbar {
        display: inline-flex;
    }
    #navbar img{
        width: 20%;
    }
    #navbar ul{
        position: absolute;
        right: 10px;
        top: 5px
    }
}

/*servico*/
.itens-taxa{
    width: 100%;
    display: inline-flex;
    text-align: center;
    flex-wrap: wrap;
}

.taxa{
    padding: 10px;
    border-radius: 3px;
    background-color: #e8e8e8;
    border: 1px solid #e5e5e5;
    margin: 1px;
}

.btn-continuar{
    width: 100% !important;
    background-color: #40baf2;
    color: #fff;
    border: none;
    margin-top: 10px;
    padding: 7px;
    border-radius: 3px;
}

#isvariavel{
    margin-left: 5px;
    margin-bottom: 10px;
}

.spam-right{
    position:absolute;
    float: right;
    right: 10px;
    top: 93px;
    width: 340px;
    z-index: 1;
    text-align: center;
    padding: 10px;
    font-size: 13px;
    background-color: #f9f9f9;
    border-radius: 3px;
    border: 1px solid #9b9797;
}

.spam-os{
    position:absolute;
    float: left;
    left: 10px;
    top: 93px;
    width: 340px;
    z-index: 999;
    text-align: center;
    padding: 10px;
    font-size: 13px;
    background-color: #f9f9f9;
    border-radius: 3px;
    border: 1px solid #9b9797;
}

.spam-os button{
    width: 100%;
    margin-top: 5px;
}

.spam-os a{
    width: 100%;
    margin-top: 5px;
}

.btn-voltar{
    background-color: #9b9797;
    color: #fff;
}

/*Footer*/

footer{
    text-align: center;
    background-color: #484849;
    color: #fff;
    padding: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 0px;
}

footer p{
    margin-bottom: 0;
}

/*mensagem*/
/*mensagem*/
.msg {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #C3E6CB;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  padding: 10px;
}


/*cliente show*/

.clienteshow{
    width: 95%;
    margin: 10px auto;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #9b9797;
}

.clienteshow .item{
    padding-left: 20px;
}

.clienteshow .btnsis{
    text-align: right;
    padding: 5px;
}


.modal-file{
    display: none;
    position: absolute;
    float: left;
    width: 60%;
    top: 20%;
    left: 50%;
    z-index: 999;
    border-radius: 5px;
    text-align: center;
    transform: translate(-50%,-50%);
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
    min-height: 150px;
}

.modal-file h6{
    color: #484849;
    font-size: 25px;
}

.modal-file button{
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#cancelar{
    position: absolute;
    background-color: transparent;
    height: 20px;
    border: none;
    top: 10px;
    right: 20px;
}

.modal-file a:hover{
    cursor: pointer;
}

/** caixa */

.formulario .caixa{
    display: inline-flex;
    width: 100%;
}

.data{
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    color: #484849;
}

.item .tabelas{
    display: inline-flex;
    width: 100%;
}

.tabelas table{
    width: 50%;
    margin: 4px;
}

.caixa .itens{
    width: 50%;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
    margin: 0 4px;
    color: #484849;
}

.caixa .entradas{
    background-color: cadetblue;
    color: rgb(50, 105, 107);
}

.caixa .saidas{
    color: rgb(133, 41, 41);
}

.formulario .btn{
    padding: 0px 6px !important;
    border-radius: 3px;
}

.notification{
    background-color: #FFF;
    border: 1px solid #40baf2;
    color: #484849;
    border-radius: 50%;
    padding: 5px;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 35px;
    height: 35px;
}

.notification span{
    background-color: #40baf2;
    color: #000;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    top: -5px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    font-size: 10px;
}

.notification:hover{
    background-color: #40baf2;
    color: #fff !important;
}

/*pdf*/

.pdf .header{
    width: 100%;

}

.pdf .header .top{
    width: 100%;
    position: relative;
    display: inline-flexbox;
   
}
.table-os{
    height: 100px;
    width: 50%;
    text-align: center;
    background-color: #e9e9e9;
    color: #484849;
    font-size: 25;
    font-weight: 600;
}

.dados table{
    margin-top: 15px;
    width: 100%;
}

.dados table tr td{
    width: 50%;
    border-bottom: 1px solid #9b9797;
    text-align: center;
    padding: 5px;
    padding-bottom: 1px;
}
.top table tr td img{
    width: 50%;
}

.atendente{
    width: 100%;
    background-color: #e9e9e9;
    color: #484849;
    text-align: center;
    padding: 5px;
    margin-top: 10px;
}

.pdf .header img{
    width: 40%;
    margin-top: -10px;
}

.pdf table{
    width: 100%;
}

.pdf small{
    font-size: 12px;
    color: #757575;
}

.pdf hr{
    border: 0.5px dotted  #aaa;
}

.saldodisponivel{
    width: 100%;
    display: none;
}



.inline{
    display: inline-flex !important; 
}

.saldodisponivel .saldo{
    width: 50%;
    background-color: #0d8acd;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 10px 40px;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
}

.saldodisponivel .credito{
    background-color: #17b83c;
}

/*arrasta e solta*/


.area-upload{
	box-shadow: 0 5px 20px rgba(0,0,0,.2);
	margin: 20px auto;
	padding: 15px;
	box-sizing: border-box;
	width: 100%;
	max-width: 700px;
	position: relative;
    transition: 0.5s;
}

.sobre-curso {
  margin-top: -50px !important;
}

.img-curso {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.img-capa-curso {
  width: 40%;
  margin: auto;
}

.area-upload:hover {
  padding: 12px;
  transition: 0.5s;
}

.area-upload label.label-upload{
	border: 2px dashed #0d8acd;
	min-height: 40px;
	text-align: center;
	width: 100%;
	
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #0d8acd;
	position: relative;
	
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}

.area-upload label.label-upload.highlight{
	background-color: #fffdaa;
}

.area-upload label.label-upload *{
	pointer-events: none;
}

.area-upload input{
	position: absolute;
	left: 0;
	top: 0; 
	right: 0;
	bottom: 0;
	width: 100%;
	-webkit-appearance: none;
	opacity: 0;
}

