*{
    margin: 0;
    padding: 0;
    /* transition: all 500ms ; */
    font-family: 'Roboto', Times, serif;
    box-sizing: border-box;
    outline: none;
    transition: all .2s;
    
} 
/* Criaçao do Menu*/
a{
    text-decoration: none;
}
.pointer{
    cursor: pointer;
}
.flex{
    display: flex;
}
.flex.h-sb{
    justify-content: space-between;
}
.flex.v-ct{
    align-items: center;
}
.flex.column{
    flex-direction: column;
}
.flex .grow{
    flex-grow: 1;
}
body{
    min-height: 100vh;
    overflow: hidden;
}
.ul, ol, li{
    list-style: none;
}


.conteudoPrincipal{
    height: calc(100vh - 69px);
    position: relative;
}
.conteudoPrincipal .isPage{
    padding: 1rem 2%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EDF4FA;
}
.conteudoPrincipal .isPage.active{
    display: block;
}

.isPage ._header{
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.isPage ._header button{
    background: #2fb45a;
    padding: 14px 1.2rem 11px;
    letter-spacing: 1px;
    border: none;
    font-size: .93rem;
    font-weight: 700;
    color: #FFF;
    border-radius: 4px;
    box-shadow: 0 1px 8px -1px #666;
    cursor: pointer;
}

.isPage main{
    height: calc(100% - 75px);
}
.isPage main table{
    border: 1px #333 solid;
    display: block;
    height: 100%;
    width: 100%;
}
.isPage main thead{
    padding-bottom: 10px;
}
.isPage .secondary {
    justify-content: flex-end;
}
.isPage .secondary li {
    cursor: pointer;
    color: #000;
    padding: 10px 1rem;
    font-weight: 700;
    opacity: .7;
    border-bottom: 2px solid transparent;
    text-align: center;
}
.isPage .secondary li:hover, .isPage .secondary li.active{
    color: #007ACC;
    border-bottom-color: #007ACC;
}

.isPage .masterContentTab{
    position: relative;
}
.isPage .contentTab{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.isPage .contentTab.active{
    display: block;
}

header{
    background-color: #FFF;
    padding: .3rem 2rem;
    box-shadow: 0 0 15px -4px #aaa;
    position: relative;
    z-index: 1;
}
header .iSvg{
    width: 28px;
    padding: 4px;
    fill: #0099FF;
    /* margin: 4rem 0; */
    cursor: pointer;
}
header .pageCtrl{
    margin-left: 20%;
}
header .pageCtrl ul li{
    line-height: 40px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}
header .pageCtrl ul li.active{
    border-bottom-color: #0099FF;
}
header .iSvg + span{
    color: #0099FF;
    font-weight: 500;
    margin-left: 6px;
    margin-right: 1.2rem;
}
header .pesquisa{
    /* margin-right: 1rem; */
    position: relative;
    width: 300px;
    
}
header .inputPes{
    border: none; 
    height: 42px;
    font-size: 1rem;
    border-radius: 40px;
    text-indent: 3rem;
    width: 100%;
    background-color: #f4f5f6;
    
}
header .inputPes:focus{
    border: none;
    outline: none;
}
header .inputPes:focus + label{
    border: none;
    outline: none;
    color: #0077FF;
}

header [for="inputPesquisa"]{
    position: absolute;
    left: 1rem;
    transform: translateY(-50%);
    opacity: .6;
    top: 50%;
}
article{
    
    background-color: #f2f3f4;
    

}
.homeArticle{
    height: calc(100vh - 68px);
}
.homeArticle ._header{
    margin-bottom: 2rem;
}


.masterFloatBtn{
    position: fixed;
    border: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    bottom: 5vh;
    right: 5vh;
    background-color: #0099FF;
    border-radius: 50%;
    font-size: 2rem;
    color: #FFF;
    box-shadow: 0 2px 5px #888 ;
    cursor: pointer;
    z-index: 20;
}
.ul ul{
 display: none;
}  
.ul li:hover  > ul{
    display: block;
}
.ul{
   position: relative;
}
.lis{
    color: #000;
    /* opacity: .7; */
    letter-spacing: .03rem;
    font-weight: 500;
    font-size: 1rem;
    right: 0;
    top: 2.5rem;
     /* right: -112px!important; */
     height: 100px;
     position: absolute;
     background: #FFF;
     left: auto!important;
     width: 250px!important;
     padding: 1rem 10px;
     border-radius: 7px;
     box-shadow: 1px 1px 10px #aaa;
     transition: .8s;
     transition-property: background;
}


.lis li:hover{
    background: #659CBD;
    color: #FFF;
    /* background-color: rgba(255, 255, 255, .07); */
}
.lis li{
    text-align: center;
    /* width: 120px; */
    margin:7px 0;
    padding: 7px 0;
    white-space: nowrap;
}
.logo img{
    width: 3rem;
}
.lis{
    display: none;
}
.lis.show{
    display: block;
}

.Ulutilizadores{
    /*background-color: #f2f3f4;*/
    height: 50vh;
    width: 100%;
    position: static;
    padding: .5rem 0 .5rem;
    margin-left: .5px;
    border-radius: .3rem;
    /*position: relative;*/
    margin: 1rem 0 0 1rem;
    /*color: #33aaff;*/
    opacity: .9;
    /* width: 100%;
    max-width: 240px;
    margin: 1rem 0 0 1rem;
    left: 1rem;
    transform: translateY(-10%);
    opacity: .8;
    position: static; */
}

.Ulutilizadores .isUtil{
    /*height: 100vh;*/
    width: 100%;

}
/*.Ulutilizadores .isUtil .itemCorUtilizadores{*/
/*    background: #0DC143;*/
/*    color: red;*/
/*}*/
.Ulutilizadores .UtilScroll{
    overflow-x: hidden;
    overflow-y: scroll;
    height: 50vh;
    padding-right: 1.5rem;
}
.Ulutilizadores .isUtil li{
    /*color: inherit;*/
    cursor: pointer;
    /*color: #178fe5;*/
    opacity: 1;
    display: flex;
    font-size: .8rem;
    line-height: 23px;
    outline: 0;
    padding: 1px 10px;
    /*text-decoration: inherit;*/
    white-space: nowrap;
    font-size: .8rem;
    font-weight: 600;
   /* border:1px solid #aaa;
    border-radius: .3rem;*/
    width: 79%;
    /*opacity: .7;*/
    /*border-bottom: 1px solid #33aaff;*/
}
.Ulutilizadores .isUtil .c-a{
    color: #178fe5;
}
.pt-1px{
    margin-top: .5rem;
}
[list_menu] li{
    text-transform: uppercase;
}

[list_menu] li.hide{
    display: none;
}
li[father]:before {
    content: "\f105  ";
}
li[father][closed]:before {
    content: "\f107  ";
}
li[child].selected:before {
    content: "\f058  ";
    color: #0099FF;
}

li[father].selected:after {
    content: "  \f058";
    color: #0099FF;
}

[acao='editar']:after {
    color: #efa419;
    content: "editar";
    margin: 10px;
    font-size: 0.9rem;
    position: absolute;
}

[acao='adicionar']:after {
    color: #0099FF;
    content: "adicionar";
    margin: 10px;
    font-size: 0.9rem;
    position: absolute;
}

/* .magicoH2{
    text-align: center;
    font-size: 40px;
    opacity: .7;
    margin-top: 80px;
    color: #0099FF;
    float: right;
} */
.BodyCarrocel{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.BodyCarrocel .item_BodyCarrocel{
    margin-right: .5rem;
}
#main h1{
    text-align: center;
    font-size: 30px;
    margin-top: 5rem;
    margin-bottom: 2rem;
    color: #0099FF;
    border-bottom: 2px solid #0099FF;
}
.box img{
    height: 380px;
    border-radius: .5rem;
    
}

select[multiple]{
    height: 190px;
}

select[multiple] option{
   padding-bottom: 8px;
   padding-top: 8px;
}

body.loading .xLoadingBar {
    opacity: 1;
    visibility: visible;
}

.xLoadingBar {
    height: 4px;
    background-color: rgba(5, 114, 206, 0.2);
    width: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
}
.xLoadingBar div {
    width: 100%;
    height: 100%;
    background-color: #0572ce;
    animation: indeterminateAnimation 1s infinite linear;
    transform-origin: 0% 50%;
}

@keyframes indeterminateAnimation {
    0% {
        transform: translateX(0) scaleX(0);
    }
    40% {
        transform: translateX(0) scaleX(0.4);
    }
    100% {
        transform: translateX(100%) scaleX(0.5);
    }
}