@font-face {
    font-family: Roboto-Bold;
    src: url('../fonts/Roboto-Bold.ttf');
}

@font-face {
    font-family: Roboto-Light;
    src: url('../fonts/Roboto-Light.ttf');
}

@font-face {
    font-family: Roboto-Regular;
    src: url('../fonts/Roboto-Medium.ttf');
}

:root {
    --primaria: #0070c0;
    --primaria-ativa: #008ef3;
    --primaria-inativa: #6d9fc4;
    --secundaria: #fff;
    --secundaria-ativa: #fff;
    --secundaria-inativa: #fff;
    --custom-ui-default-color: #333;
    --custom-ui-background-default-color: #0070c0;
}

* {
    font-family: 'Roboto-Regular', sans-serif;
}

/*main {
    min-height: 100vh;
    background-color: #fcfcfc;
}*/

/*header {
    z-index: 999 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}*/

label {
    font-weight: 400 !important;
    color: #333;
}

body {
    margin: 0;
    height: 100%;
    
    display: flex;
    flex-direction: column;
}

main {
    height: auto;
    width: 100%;
    
    display:flex;
    flex-grow: 1;
    flex-direction: column;
}

/*
 * Cabeçalho
 */
.menu-cabecalho {
    border: none !important;
}

.bt-com-borda-azul {
	padding-bottom:-2px;
	border-bottom:2px solid var(--primaria);
}

.bt-com-borda {
	padding-bottom:-2px;
	border-bottom:2px solid #ccc;
}

.menu-fixado {
    background: white;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10 !important;
}

.cabecalho-tabela {
    font-size: 1.3em;
    height: 50px;
    background-color: var(--primaria);
    color: white;
    padding: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.navbar {
    border: none!important;
    border-radius: 0!important;
}

.navbar-default {
    border-color: none!important;
    background-color: #fff!important;
}

.navbar-brand {
	padding: 4px!important;
}

/*.navbar {
    border-radius: 0 !important;
    border: none !important;
    margin: 0px !important;
}

.navbar-nav>li {
    padding: 5px;
}*/

.label {
    font-weight: 400 !important;
    color: #333;
}

/*
 * Outros
 */
.panel-body {
    background-color: white !important;
}

.com-sombra {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
}

.toast {
    margin-top: 15px !important;
}

/*
 * Colunas
 */
.row1 {
    text-align: center !important;
    margin: 0 auto !important;
}

.row1 .col-md-2 {
    display: inline-block !important;
    vertical-align: middle !important;
    float: none !important;
}

/*
 * Botões
 */
.btn-primary {
    background: var(--primaria) !important;
}

.btn-primary:hover {
    background: var(--primaria-ativa) !important;
}

.btn-primary:disabled {
    background: var(--primaria-inativa) !important;
}

.botao-fale-conosco {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 11;
}

/*
 * Box
 */
.box-center {
    margin: 0 auto;
    position: relative;
    
    width: 400px;
    padding: 25px;
    border-radius: 4px;
    
    background: white;
    z-index: 5 !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.box-data-loading {
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: rgba(32, 32, 32, 0.30);
}

.box-sub-data-loading {
    color: var(--customer-blue);
    position: relative;
    color: var(--primaria-ativa);
    position: relative;
    font-size: 60px;
    top: 30%;
    z-index: 999;
}

/*
 * Inputs
 */
.form-control {
    width: 100% !important;
    border-radius: 4px !important;
}

.input-sm {
    width: 100% !important;
}

/*
 * Modal
 */
.md-toolbar-tools {
    background-color: var(--primaria);
    color: white;
}

md-toolbar.md-default-theme:not(.md-menu-toolbar),
md-toolbar:not(.md-menu-toolbar) {
    background-color: var(--primaria);
    color: white;
}

/*
 * Cards
 */
.box-filtros {
    margin: 0 auto!important;
    width: 80%;
}

.cards-box {
	gap: 16px;
	display:flex;
    justify-content: center;
}

.card-box {
	width: 250px;
    height: 120px;
    border: 1px solid #ccc;
}

.card-title {
    color: #333;
    padding: 16px 8px;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-barra-azul {
    background-color:#337ab7!important;
    color:white;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-barra-vermelho {
    background-color:#ed3237!important;
    color:white;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
 * Rodapé
 */
.rodape {
    bottom: 0px;
    width: 100%;
    margin: -50px 0 0 0;
    color: white;
    padding: 15px 0px;
    background: #111;
    position: fixed;
    z-index:10;
}

.hidden-mobile {
	display:inline-block!important;
}

.show-mobile {
	display:none!important;
}

.hidden-xlsx {
	display:none!important;
}

.sticky-fixed {
  position: sticky;
  top: 0;
  width: 100%;
  height: 50px;
  z-index:9;
}

/*
 * Mobile
 */
@media only screen and (max-width: 990px) {
	.card-title h5 {
    	font-size: 1rem;
    }
    
	.card-barra-azul h3 {
		font-size: 1.4rem;
	}
    
    .card-barra-vermelho h3 {
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 820px) {
    .hidden-mobile {
    	display:none!important;
    }
    
    .show-mobile {
    	display:block!important;
    }
    
	.card-title h5 {
    	font-size: 2rem;
    }
    
	.card-barra-azul h3 {
		font-size: 2.3rem;
	}
    
	.card-barra-vermelho h3 {
		font-size: 2.3rem;
	}
    
	.cards-box {
        flex-wrap: wrap;
    }
    
    .card-box {
        width: 100%;
    }
    
    .box-filtros {
        width: 90%;
    }
}

@media only screen and (max-width: 420px) {
    .box-center {
        width: 90%;
    }
}










