:root {
    --primary-color: #428bca;
    --dark-color: #005e99;
    --light-color: #7abbfd;
}

html, body , #app{
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-family: Roboto, serif;
    font-size: 16px;
    overflow: hidden;
}

#app{
    display: table;
    width: 100%;    
}


.app-principal{
    width: 100vw;
    height: 100%;
    overflow: auto;
}

.app-topo{
    height: 55px;
} 

.app-centro{
    height: calc(100% - 110px);
    width: 100%;
    overflow: auto;
    background-color: #EFEFEF;
}

.app-centro-sem-rodape{
    height: calc(100% - 55px);
    overflow: auto;
    width: 100%;
    background-color: #EFEFEF;
}

.app-rodape{
    height: 50px;
}

.componente-principal{
    height: calc(100% - 128px);
    position: absolute; 
    top: 60px;    
    width: 100%;
    overflow: auto;
}

.principal{
    background-color: #EFEFEF;
    width: 100%;
    height: calc(100% - 148px);    

}

.topo{
    background-color:var(--dark-color);
    height: 100px;	
    overflow: visible;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 3;
    position: relative;
    --border-bottom: 2px solid #7bb835;    
}

.logo{
    margin-top: 35px;    
    transition: all  0.2s ease-in-out;	    
}

.topo span{
    color: white;
    font-size: 18px;
}  

.botao-menu {
    font-size: 16px;
    background-color: var(--primary-color);
    border: 0px;
    transition: all  0.2s ease-in-out;		
    padding: 5px;
    width: calc(100% - 30px);
    color: #FFFFFF;
    height: 40px;
    --box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 10px;

    border-radius: 4px;
}


#principal{
    padding: 0px;
    margin: 0px;
}


#centro{
    padding: 20px;
    margin: 40px 20px;
    background-color: #F5F5F6;
    border-radius: 10px;
    border: 1px solid #dedede;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

form div {
    padding: 5px;
    margin: 10px;
} 



.nav-bar{
    height: 50px;
    text-align: center;
    padding-top: 4px;
    overflow: hidden;
}

.nav-bar-item{
    width: 70px;
    margin: 0 10px;
    border: 0px solid;
    float: left;
    height: 44px;
    line-height: 12px;
    color: var(--dark-color);
    z-index: 1;
    text-align: center;
    font-size: 10px;
}

.nav-bar-item:nth-child(1){
    margin-left: calc((100% - 250px) / 2);
}

.nav-bar-item-active-bg{
    background-color: var(--primary-color);
    height: 44px;
    width: 25%;
    z-index: -1;
    position: relative;	
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
}

.nav-bar-item-active-bg-transtion{
    transition: width .2s linear 0s, transform .2s ease-out 0s;
}

.nav-bar-item-active{
    color: #FFF;			
}

.nav-awesome{
    margin-top: 6px;
    line-height: 12px;
}

.separador{
    height: 10px;    
    background: #fff;
}

.item-lista{
    padding: 10px;
    width: 100%;
    --box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);  
    height: 30px;
    border-top: 1px solid #CECECE;
    line-height: 30px;
    background-color: #fafafa;
    font-size: 16px;
}

.item-lembrete{
    padding: 10px;
    border-top: 1px solid #CECECE;
    background-color: #fff792;
    font-size: 16px;
    text-align: justify;
    min-height: 54px;
    margin: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.lista{
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 150px);
}

.msg-error{
    color: red;
    width: calc(100% - 40px);
    padding: 20px;
}

.lista-sem-rodape{
    height: calc(100vh - 70px);
    overflow: auto;

}


.panel-cadastro{
    width: calc(100%);
    display: table;
    padding: 10px;
}

.label-cadastro{
    background-color: var(--primary-color);
    color: white;
    padding: 5px;
    height: 40px;

}

.campo-cadastro{
    padding: 5px;
    height: 40px; 
   
}

.info-cadastro{
    height: calc(100vh - 134px);
    overflow: auto;
}


.fade-enter-active, .fade-leave-active {
    transition: opacity .2s;
  }
  .fade-enter, .fade-leave-to /* .fade-leave-active em versões anteriores a 2.1.8 */ {
    opacity: 0;
  }

.botao-pesquisa{
    font-size: 12px;
    border-radius: 10px;

    background-color: var(--primary-color);
    border: 0px;		

    transition: all  0.2s ease-in-out;		

    padding: 5px;
    width: 50px;
    color: #FFFFFF;
    height: 34px;
    margin-top: -10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.loader{
    visibility: visible;
    content: "";
    display: block;
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    z-index: 101;
    
    
    -webkit-transition: visibility 5s, opacity 0.5s linear; /* Safari prior 6.1 */
    transition: visibility 5s, opacity 0.5s linear;
    opacity: 1;
    pointer-events: all;
}

.block-menu {			
    content: "";
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    border: 0px;
    z-index: 10;

    
    -webkit-transition: visibility 5s, opacity 0.5s linear; /* Safari prior 6.1 */
    transition: visibility 5s, opacity 0.5s linear;
    opacity: 0;
    pointer-events: none;
}

.vdatetime-input{
    width: 0px !important;
    height: 0px !important;
    border: 0px solid;
    left: -500px;
    position: fixed;
}


.vdatetime-calendar__month__day--selected:hover>span>span, .vdatetime-calendar__month__day--selected>span>span {
    color: #fff;
    background: #005e99 !important;
}

.vdatetime-popup__header {
    background: #005e99 !important;
}