﻿.header-logo {
    height: 100px;
    margin: 0 auto;
    text-align: center;
    width: 50%;
}

.logo {
    height: 75px;
}

.espaco-linha-10 {
    margin-top: 10px;
}

.espaco-linha-20 {
    margin-top: 20px;
}

.espaco-linha-25 {
    margin-top: 25px;
}

.espaco-linha-30 {
    margin-top: 30px;
}

.margem-base-30 {
    margin-bottom: 30px;
}

.espaco-coluna {
    margin-left: 10px;
} 

table tbody tr td {
    vertical-align: middle !important;
}

.item-clicavel {
    cursor: pointer;
} 

.barra-busca {
    font-size: 18px;
    height: 40px;
}

.cores-predominantes {
    background-color: #1f437b !important;
    color: #FFFFFF !important;
}

.subtitulo {
    font-weight: bold;
    color: #1f437b;
}

.texto-azul {
    color: #1f437b;
}

.btn-primary {
    background-color: #1f437b;
    background-image: none;
    color: #ffffff;
}

.btn-secondary {
    background-color: #fbd831;
    background-image: none;
    border-color: #cccc00;
    color: #1f437b;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
}

.btn-secondary:hover {
    background-color: #ffdf00;
    background-position: 0 -15px;
    color: #000000;
}

.background-yellow {
    background-color: #FFFFFF;
    height: 100vh;
}

.erro {
    color: #a94442;
    font-weight: bold;
}


.rodape {
    background-color: transparent;
    color: #1f437b;
}

.corCancelado {
    color: red;
    font-weight: bold;
}


/******************** Toast Notification ********************/
.ng-toast--animate-slide {
    z-index: 100000 !important;
}

.toast-caixa {
    margin-top: 50vh;
}

.alert-danger {
    width: 650px;
}


