*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    list-style: none;
    font-weight: normal;
}

body{
    background: #fafafa;
    font-family: "Roboto";
    font-weight: normal;
}

a,li,h1,h2,h3,h4,h5,h6,strong {
    font-weight: normal;
    text-decoration: none;
    color: #8e8e93;
}

a{
    cursor: pointer;
    text-decoration: none; 
    color: #8e8e93 !important;
}

i{
    font-size: 1.5rem;
}

tr,td,th {
    border: 1px solid #dee2e6 !important;
}

/*Backgrouds -----------------------------------------------------------------------------------------------------*/
.bg-red {background: #0991d1 !important;}
.bg-red2 {background: #3ebfee !important;}
.bg-red3 {background: #0c3652 !important;}
.bg-dark-red {background: #282830 !important;}
.bg-none {background: none !important;}
.bg-white {background: #fff !important;}
.bg-gray {background: #ced4da !important;}
.bg-wrng-light {background: rgba(255, 245, 187, 1) !important;}
.bg-wrng-dark {background: rgb(255, 226, 128) !important;}
.bg-none {background: none !important;}

.bg-sucess{background: #D1E7DD !important;}
.bg-danger{background: #F8D7DA !important;}
.bg-warning{background: #FFF3CD !important;}

.bg-login{
    background: url(../images/backgroudLogin.png) no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
}

/*Color Txt ---------------------------------------------------------------------------------------------------------*/
.txt-red {color: #0991d1 !important;}
.txt-red2 {color: #3ebfee !important;}
.txt-red3 {color: #0c3652 !important;}
.txt-dark-red {color: #282830 !important;}
.txt-none {color: none !important;}
.txt-white {color: #fff !important;}
.txt-gray {color: #8e8e93 !important;}

/*Components ---------------------------------------------------------------------------------------------------------*/

.container_login {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.box_required_password{
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #92144B2b; 
    border-radius: 10px;
    margin: 10px;
    background: #fff;
    padding: 10px;
}

.box_home{
    width: 700px;
    backdrop-filter: blur(4px) saturate(200%);
    -webkit-backdrop-filter: blur(4px) saturate(200%);
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    box-shadow:  24px 24px 48px #d2d2d2, -24px -24px 48px #ffffff;
    border: 1px solid #92144B2b; 
}

.box_login {
    width: 550px;
    backdrop-filter: blur(4px) saturate(200%);
    -webkit-backdrop-filter: blur(4px) saturate(200%);
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    box-shadow:  24px 24px 48px #d2d2d2, -24px -24px 48px #ffffff;
    border: 1px solid #92144B2b; 
}

@media (max-width: 768px) {
    .container_login {
        height: 80vh;
    }
    .box_login {
        width: 400px;
    }
    .box_required_password{
        width: 300px !important;
        position: absolute !important;
        bottom: 0 !important;
        right: 0 !important;
        left: 0 !important;
        margin: auto !important;	
    }
}

@media (max-width: 576px) {
    .box_login {
        width: 90%;
    }
}


.container_alert {
    width: 100%;
    height: 40vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.box_alert {
    width: 470px;
    backdrop-filter: blur(4px) saturate(200%);
    -webkit-backdrop-filter: blur(4px) saturate(200%);
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    box-shadow:  3px 3px 6px #cccccc;
    border: 1px solid #92144B2b; 
}



/*Effects --------------------------------------------------------------------------------------------------------------------*/
.heightLabel{
    height: 24px !important;
}

.heightInput{
    height: 37.28px !important;
}

.showPassword{
    width: 40.86px !important;
    height: 37.28px !important;
    margin-left: 5% !important;

    background: #3ebfee !important;
    color: #fff !important;
    border: none !important;
    border-radius: 5px !important;

    padding-top: 2px !important;
}

.showPassword:hover{
    background: #0991d1 !important;
    color: #fff !important;
    transition: 0.5s;
}

.activeLink{
    color:#3ebfee!important;
    padding-bottom: 0px !important;
    font-weight: bold !important;

    margin-left: auto !important;
    margin-right: auto !important;
}

.alertAtz {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    text-align: center;
    top: 25%;
    left: 2%;
    font-size: 0.9rem;
    color: #353535;
}

@media (max-width: 992px) {
    .alertAtz {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: fixed;
        text-align: center;
        bottom: -10 !important;
        left: 30%;
        right: 30%;
        font-size: 0.9rem;
        color: #353535;
        z-index: 1000;
        margin-top: 400px;
    }
}

.iconQuest {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 2%;
    right: 2%;
    border:1px solid #3ebfee; 
    padding: 5px 8px;
    border-radius: 50px;
    cursor: pointer;
    background-color: #3ebfee;
    text-decoration: none !important;
    color: #fff !important;
}

.iconQuest:hover {
    background-color: #0c3652;
    transition: 0.5s;
}

/*Show e hide --------------------------------------------------------------------------------------------------------------------*/
.show{display: block !important;}
.hide{display: none !important;}
.hide_report{display: none}
.show_report{display: block !important;}

@media (max-width: 768px) {
    .hide_report{display: block !important;}
    .show_report{display: none !important;}
}

/*Display --------------------------------------------------------------------------------------------------------------------*/
.display-none{display: none !important;}
.display-block{display: block !important;}
.display-flex{display: flex !important;}
.display-inline{display: inline !important;}
.display-inline-block{display: inline-block !important;}

/*Curso --------------------------------------------------------------------------------------------------------------------*/
.curso-none{cursor:context-menu !important;}
.cursor-pointer{cursor: pointer !important;}
.cursor-copy{cursor: copy !important;}
.cursor-block{cursor: not-allowed !important;}
.cursor-context-menu {cursor: context-menu !important;}
.cursor-n-resize {cursor: n-resize !important;}
.cursor-help {cursor: help !important;}

/*Borders ----------------------------------------------------------------------------------------------------------------------------*/
.border-gray{border: 1px solid #ced4da !important;}
.border-red{border: 1px solid #0991d1 !important;}
.border-red2{border: 1px solid #343e7b !important;}
.border-none{border: none !important;}

.border-gray-bottom{border-bottom: 1px solid #ced4da !important;}
.border-gray-bottom-nav{border-bottom: 1px solid #ced4da !important;}

@media (max-width: 768px) {
    .border-gray-bottom-nav{
        border-radius: 0px 0 40px 40px !important;
    }
}

.border-gray-top{border-top: 1px solid #ced4da !important;}
.border-gray-left{border-left: 1px solid #ced4da !important;}
.border-gray-right{border-right: 1px solid #ced4da !important;}

.border-red-bottom{border-bottom: 1px solid #0991d1 !important;}
.border-red-top{border-top: 1px solid #0991d1 !important;}
.border-red-left{border-left: 1px solid #0991d1 !important;}
.border-red-right{border-right: 1px solid #0991d1 !important;}

.border-red2-bottom{border-bottom: 1px solid #343e7b !important;}
.border-red2-top{border-top: 1px solid #343e7b !important;}
.border-red2-left{border-left: 1px solid #343e7b !important;}
.border-red2-right{border-right: 1px solid #343e7b !important;}

.border-none-bottom{border-bottom: none !important;}
.border-none-top{border-top: none !important;}
.border-none-left{border-left: none !important;}
.border-none-right{border-right: none !important;}

/*Border Radius --------------------------------------------------------------------------------------------------------------------*/
.border-radius-15{border-radius: 15px !important;}
.border-radius-10{border-radius: 10px !important;}
.border-radius-5{border-radius: 5px !important;}

.border-radius-left-none{border-radius: 0px 5px 5px 0px !important;}

/* Icons --------------------------------------------------------------------------------------------------------------------*/
.icon{
    font-size: 1.2rem !important;
    color: #3ebfee !important;
}

.icon-gray{
    font-size: 1.2rem !important;
    color: #676767 !important;
}

.icon-white{
    font-size: 1.2rem !important;
    color: #fff !important;
}

/* Font Size --------------------------------------------------------------------------------------------------------------------*/
.font-0-5{font-size: 0.5rem !important;}
.font-0-6{font-size: 0.6rem !important;}
.font-0-7{font-size: 0.7rem !important;}
.font-0-8{font-size: 0.8rem !important;}
.font-0-9{font-size: 0.9rem !important;}
.font-1{font-size: 1rem !important;}
.font-1-1{font-size: 1.1rem !important;}
.font-1-2{font-size: 1.2rem !important;}
.font-1-3{font-size: 1.3rem !important;}
.font-1-4{font-size: 1.4rem !important;}
.font-1-5{font-size: 1.5rem !important;}
.font-2{font-size: 2rem !important;}
.font-2-5{font-size: 2.5rem !important;}
.font-3{font-size: 3rem !important;}
.font-3-5{font-size: 3.5rem !important;}
.font-4{font-size: 4rem !important;}

/* Font Weight --------------------------------------------------------------------------------------------------------------------*/
.font-weight-bold{font-weight: bold !important;}
.font-weight-normal{font-weight: normal !important;}

/* Font Family --------------------------------------------------------------------------------------------------------------------*/
.font-family-ubuntu{font-family: 'Ubuntu', sans-serif !important;}
.font-family-roboto{font-family: 'Roboto', sans-serif !important;}

/* Font Style --------------------------------------------------------------------------------------------------------------------*/
.font-style-italic{font-style: italic !important;}

/* width --------------------------------------------------------------------------------------------------------------------*/
.w-100{width: 100% !important;}
.w-95{width: 95% !important;}
.w-90{width: 90% !important;}
.w-85{width: 85% !important;}
.w-80{width: 80% !important;}
.w-75{width: 75% !important;}
.w-70{width: 70% !important;}
.w-65{width: 65% !important;}
.w-60{width: 60% !important;}
.w-55{width: 55% !important;}
.w-50{width: 50% !important;}
.w-45{width: 45% !important;}
.w-40{width: 40% !important;}
.w-35{width: 35% !important;}
.w-30{width: 30% !important;}
.w-25{width: 25% !important;}
.w-20{width: 20% !important;}
.w-15{width: 15% !important;}
.w-10{width: 10% !important;}
.w-9{width: 9% !important;}
.w-8{width: 8% !important;}
.w-7{width: 7% !important;}
.w-6{width: 6% !important;}
.w-5{width: 5% !important;}
.w-4{width: 4% !important;}
.w-3{width: 3% !important;}
.w-2{width: 2% !important;}
.w-1{width: 1% !important;}

.min-w-screen{
    min-width: 380px !important;
}

.min-width-100 {
    min-width: 100px !important;
}

.min-width-200 {
    min-width: 200px !important;
}

.min-width-250 {
    min-width: 250px !important;
}

.min-width-300 {
    min-width: 300px !important;
}

.min-width-350 {
    min-width: 350px !important;
}

.min-width-400 {
    min-width: 400px !important;
}

.min-width-450 {
    min-width: 450px !important;
}

.min-width-500 {
    min-width: 500px !important;
}

.min-width-550 {
    min-width: 550px !important;
}

.min-width-600 {
    min-width: 600px !important;
}

.min-width-650 {
    min-width: 650px !important;
}

.min-width-700 {
    min-width: 700px !important;
}

.min-width-800 {
    min-width: 800px !important;
}

.w-table{
    min-width: 1100px !important;
    width: 100% !important;
}

/* height --------------------------------------------------------------------------------------------------------------------*/
.h-100{height: 100% !important;}
.h-95{height: 95% !important;}
.h-90{height: 90% !important;}
.h-85{height: 85% !important;}
.h-80{height: 80% !important;}
.h-75{height: 75% !important;}
.h-70{height: 70% !important;}
.h-65{height: 65% !important;}
.h-60{height: 60% !important;}
.h-55{height: 55% !important;}
.h-50{height: 50% !important;}
.h-45{height: 45% !important;}
.h-40{height: 40% !important;}
.h-35{height: 35% !important;}
.h-30{height: 30% !important;}
.h-25{height: 25% !important;}
.h-20{height: 20% !important;}
.h-15{height: 15% !important;}
.h-10{height: 10% !important;}
.h-9{height: 9% !important;}
.h-8{height: 8% !important;}
.h-7{height: 7% !important;}
.h-6{height: 6% !important;}
.h-5{height: 5% !important;}
.h-4{height: 4% !important;}
.h-3{height: 3% !important;}
.h-2{height: 2% !important;}
.h-1{height: 1% !important;}

.h-table-10-itens{
    height: 490px !important;
}

.h-table-5-itens{
    height: 245px !important;
}

.w-h-linkGraphic{
    width: 138px !important;
    height: 120px !important;
    color: #8e8e93;
    box-shadow:  13px 13px 26px #e3e3e3,
             -13px -13px 26px #ffffff;
}

@media (max-width: 540px) {
    .w-h-linkGraphic{
        width: 118px !important;
        height: 100px !important;
        font-size: 0.8rem !important;
    }
}

@media (max-width: 440px) {
    .w-h-linkGraphic{
        width: 98px !important;
        height: 80px !important;
        font-size: 0.7rem !important;
    }
}

/* Hover --------------------------------------------------------------------------------------------------------------------*/
.hoverButtonred:hover{
    background-color: #0991d1 !important;
    color: #fff !important;
    transition: all 0.5s ease-in-out;
}

.hoverButtonred2:hover{
    background-color: #3ebfee !important;
    color: #fff !important;
    transition: all 0.5s ease-in-out;
}

.hoverButtonred3:hover{
    background-color: #0c3652 !important;
    color: #fff !important;
    transition: all 0.5s ease-in-out;
}

.hoverButtonGray:hover{
    background-color: #ced4da !important;
    color: #fff !important;
    transition: all 0.5s ease-in-out;
}

.hoverTxtred:hover{
    color: #3ebfee !important;
    transition: all 0.2s ease-in-out;
}

.hoverTxtred2:hover{
    color: #0991d1 !important;
    transition: all 0.2s ease-in-out;
}

.hoverTxtGray:hover{
    color: #8e8e93 !important;
    transition: all 0.2s ease-in-out;
}

.hoverTxtWhite:hover{
    color: #fff !important;
    transition: all 0.2s ease-in-out;
}

/* Button --------------------------------------------------------------------------------------------------------------------*/
.ButtonHeader{
    border:none !important;
    background: none !important;
    color: #3ebfee!important;
    padding: 1 !important;
}

.ButtonHeader:hover{
    background: none !important;
    color: #3ebfee!important;
    transform: rotate(90deg);
    transition: all 0.5s ease-in-out;
}
.ButtonHeader:focus{
    box-shadow: none !important;
    border: none !important;
}
.ButtonHeader:after{
    transform: rotate(90deg);
    transition: all 0.5s ease-in-out;
}

.ButtonLink{
    transition: all 0.5s ease-in-out;
    font-weight: bold !important;
    background-color: #3ebfee;
    border-radius: 10px;
    color: #F3F7FC !important;
}

.ButtonLink:hover{
    transition: all 0.5s ease-in-out;
    font-weight: bold !important;
    background-color: #0c3652;
    border-radius: 10px;
    color: #F3F7FC !important;
}

.ButtonGray{
    background-color: #ced4da !important;
    color: #fff !important;
    border-radius: 10px !important;
    border: none !important;
    padding: 10px 20px !important;
    font-size: 1.2rem !important;
    font-weight: bold !important;
}



/* table --------------------------------------------------------------------------------------------------------------------*/

/* text --------------------------------------------------------------------------------------------------------------------*/

/* Icon floating --------------------------------------------------------------------------------------------------------------------*/

.iconBox {
    padding: 15px 15px !important;
    left: 1% !important;
    background:#3ebfee !important;
    margin-top:0 !important;
    margin-bottom:0 !important;
    display:table !important;
    position:fixed !important;
    z-index:300 !important;
    bottom:10px !important;
    border-radius: 50px !important;
}

.iconBox button {
    color: #fff !important;
    align-items: center !important;
    display: flex !important;
    text-decoration: none !important;
    font-size: 0.8rem;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
}

.iconBox:hover {
    background-color: #0c3652 !important;
    transition: 0.5s !important;
}

/* Bootstrap --------------------------------------------------------------------------------------------------------------------*/

.form-control:focus {
    border-color: #0991d1 !important;
    outline: 0;
    box-shadow: none !important;
}

.nav-link{
    color: #8e8e93;
}	

/* datatables --------------------------------------------------------------------------------------------------------------------*/

.active>.page-link, .page-link.active{ 
    background: #3ebfee !important;
    border-color: #3ebfee !important;
    color: #fff !important;
}

.page-link{
    color: #8e8e93 !important;
}

.page-link:focus{
    box-shadow: none !important;
}


.dataTables_length{
    margin-bottom: 10px !important;
}

.dataTables_info{
    color: #8e8e93 !important;
    margin-bottom: 10px !important;
}

.dataTables_length label{
    color: #8e8e93 !important;
}

.dataTables_filter label{
    color: #8e8e93 !important;
}

.table_members_filter{
    margin-left: 90px !important;
    margin-bottom: 10px !important;
}	
