/*@import url(//db.onlinewebfonts.com/c/001c5359b14d15fef1f5a9a305c2bff9?family=Pristina); */
@font-face {font-family: "Pristina";
    src: url("../fonts/pristinaa.eot");
    src: url("../fonts/pristina.eot?#iefix") format("embedded-opentype"),
    url("../fonts/pristina.woff2") format("woff2"),
    url("../fonts/pristina.woff") format("woff"),
    url("../fonts/pristina.ttf") format("truetype"),
    url("../fonts/pristina.svg#Pristina") format("svg");
}
@font-face {
    font-family: 'code_128regular';
    src: url('../fonts/code128-webfont.eot');
    src: url('../fonts/code128-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/code128-webfont.woff2') format('woff2'),
         url('../fonts/code128-webfont.woff') format('woff'),
         url('../fonts/code128-webfont.ttf') format('truetype'),
         url('../fonts/code128-webfont.svg#code_128regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'codabarmediummedium';
    src: url('../fonts/codabarmedium-webfont.eot');
    src: url('../fonts/codabarmedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/codabarmedium-webfont.woff2') format('woff2'),
         url('../fonts/codabarmedium-webfont.woff') format('woff'),
         url('../fonts/codabarmedium-webfont.ttf') format('truetype'),
         url('../fonts/codabarmedium-webfont.svg#codabarmediummedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

.telaLogin{
    position: relative;
    left:43%;
    margin-top:8%;
    width: 400px;
    height: 290px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
    border-color: #ddd;
    margin-left: -120px;


}
.telaFrequencia{
    position: relative;
    left:43%;
    margin-top:8%;
    width: 420px;
    height: 290px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
    border-color: #ddd;
    margin-left: -120px;


}
.telaRedefineSenha{
    position: relative;
    left:40%;
    margin-top:8%;
    width: 500px;
    height: 200px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
    border-color: #ddd;
    margin-left: -120px;


}

.formLogin{
    width: 100%; 
    position: relative; 
    left:33%; 
    margin-left: -120px;
    border-width: 1px;
}


.imgtopo{
    width: 240px;
    position: relative; 
    left: 50%; 
    margin-left: -120px;

}
.imgheader{
    width: 20%;
    position: relative;
    left: 37%;
}

.formRedefinirSenha{
    width: 100%; 
    position: relative; 
    left: 25%; 
    margin-left: -120px;
    border-width: 1px;
}
@media screen and (max-width: 425px) {
    .formRedefinirSenha {
        width: 100%;
        left:46%;
    }
}

#falhaLogin {
    text-align:center;
    font-weight:bolder;
    display:none;
}

#sucessoLogin {
    text-align:center;
    font-weight:bolder;
    display:none;
}

.rodape{
    padding-top: 10px;

}
.imgCadastro{
    width: 7%;
}


.banner_topo{
    width: 100%;
}


.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.salvar {
    background-image:url("../imagens/controle/salvar.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
.remover {
    background-image:url("../imagens/controle/remove.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}

.botaoAdicionar {
    background-image:url("../imagens/controle/Button Add.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 15px;

}
.botaoSalvar {
    background-image:url("../imagens/controle/ok.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 15px;
}
.botaoCancelar {
    background-image:url("../imagens/controle/cancelar.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 15px;
}
.botaoSair {
    background-image:url("../imagens/controle/Sair.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 15px;
}
.botaoReplicar {
    background-image:url("../imagens/controle/replicar.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 15px;

}
.botaoLogin{
    color: #fff;
    background-color: #91c74a;
    border-color: #ccc;
}

.botaoFecharCaixa {
    background-image:url("../imagens/controle/abrirCaixa.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 15px;

}
.botaoAbrirCaixa {
    background-image:url("../imagens/controle/fecharCaixa.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 15px;

}
.botaoImprimir {
    background-image:url("../imagens/controle/imprimir.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 15px;

}
.botaoCarta {
    background-image:url("../imagens/controle/carta.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 15px;
}

.botaoPasta {
    background-image:url("../imagens/controle/pasta.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    border-radius: 15px;
}


.input-portaria{
    width: 400px;
    height: 100px; 
    font-size:80px;
    font-weight: bold;
    text-align: center;


}
.botaoExcel {
    background-image:url("../imagens/excel.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 15px;

}
fieldset{
    border: 1px #000000 solid;
    border-radius: 10px;
    padding-bottom: 10px;

}
legend{
    border-bottom: 0;
}

.fundoLogin{
    background-image:url("../imagens/fundoLogin.png");  
    background-size: 100%;
    background-repeat: no-repeat;

}

@media screen and (max-width: 425px) {
    .telaLogin {
        left:40%;
        width:290px;
    }
    .telaFrequencia{
        left:42%;
        width:290px;
        height: 350px;
        
    }
    .telaRedefineSenha{
        width: 290px;
    }

    .formLogin{
        left:46%;
    }
    .fundoLogin{
        background-size: 400%;   
    }
}
.copyright{
   color:#fff;
}

.body{
    width:  100%;
    padding: 0px;
}
.topoVerde{
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.cont{   
    width: 100%;
}
.footer {
    align-content: flex-end;
    bottom:0px; 
    width:100%;
    margin-top: 10px;
    background: #202020;
    color: #fff;
}
.geral {
    min-height:100%; 
    position:relative; 
    width:1200px;
    margin: 0 auto;
}

html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 0; 
}
.carteirinha{
    border: 1px solid;
    border-color: #000;
    float: left;
    width: 50%;
    
}

.codigoBarras{
 font-family: 'code_128regular';
 
 
}
/*
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	//z-index: 9999;
	background: url('../imagens/loading.gif') 50% 50% no-repeat white;
}   

*/
.relatorioDescricao{
    padding: 2px;
    border-width: 1px; 
    border-style: solid;
    font-size: 10px;
}
.relatorioContabilidade{
    padding: 2px;
    border-width: 1px; 
    border-style: solid;
    width: 70px;
    text-align: center;
    font-size: 10px;
}
.tituloRelatorioContabilidade{
    padding: 2px;
    border-width: 1px; 
    border-style: solid;
    background: #ccc;
}
