/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06/06/2019, 09:55:17
    Author     : Designer Web Studio
*/

body, html{
    height: 100%;


}

.custom-icon{
    color: #FFF;
}

.header-cad{
    display: inline-block;
}

.cad .card-footer p{
    color: #645f58;
    font-family: 'Montserrat', sans-serif;
    font-size: small;
}

#col-left{
    position: relative;
    left: -75%;
}

#col-right{
    position: relative;
    right: -75%;
}

#effectLogo{
    position: relative;
    top: -160px;
}

#bg-opacity{
    opacity: 0;
}


.size-select-sm{
    width: 80%;
}

.input-group-text{
    background-color: #a00;
}

.bg-bordo{
    background-color: #a00;
}

.bg-efcol{
    background-color: #645f58;
}

.pelicula{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0, .4);
    z-index: -1;
}

.style-hr{
    height: 50%;
}

.bg-site{
    background: #131313 url('/img/bg/bg_login.jpg') no-repeat center;    
    background-size: cover;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.overflow-y-auto{
    overflow-y: auto;
}

.overflow-hidden{
    overflow: hidden;
}

input:-webkit-autofill {
    -webkit-transition: background-color 9999s ease-in;
    -webkit-text-fill-color: #999;
}

.form-control::-webkit-input-placeholder  { color:#DDD; }
.form-control:-moz-placeholder { color:#DDD; }

.input-group select{
    border-color: #a00000;
}

.border-bordo{
    border-color: #a00;
}

.text-bordo{
    color: #a00;
}

/* ESTILO PAINEL DO ALUNO PRESENCIAL */
#whrapper{
    background-color: #F7E6E6;
    min-height: calc(100vh - 70px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    top: 70px;
    position: relative;
    overflow-x: hidden;

}

.main-painel{
    width: calc(100% - 234px);
    min-height: calc(100vh - 70px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.content-wrapper{
    padding: 3.125rem 2.375rem 1rem 2.375rem;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.side-bar{
    min-height: calc(100vh - 70px);
    background: -moz-linear-gradient(90deg, rgba(220,53,69,1) 0%, rgba(240,58,76,1) 50%, rgba(220,53,69,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(220,53,69,1)), color-stop(50%, rgba(240,58,76,1)), color-stop(100%, rgba(220,53,69,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(220,53,69,1) 0%, rgba(240,58,76,1) 50%, rgba(220,53,69,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(220,53,69,1) 0%, rgba(240,58,76,1) 50%, rgba(220,53,69,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(220,53,69,1) 0%, rgba(240,58,76,1) 50%, rgba(220,53,69,1) 100%); /* ie10+ */
    background: linear-gradient(0deg, rgba(220,53,69,1) 0%, rgba(240,58,76,1) 50%, rgba(220,53,69,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc3545', endColorstr='#dc3545',GradientType=0 ); /* ie6-9 */
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    padding: 0;
    width: 234px;
    z-index: 11;
    -webkit-box-shadow: 6px 16px 31px -18px #b7bcd1;
}

.side-bar .nav-inner {
    overflow: hidden;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-bottom: 60px; 
    list-style: none;
}

.img-sm{
    width: 60px;
    height: 60px;
}

.side-bar .nav:not(.sub-menu) > .nav-item {
    margin: .625rem 1.125rem 0 1.125rem;
}

#busca{
    border: 0;
    background-color: #F7E6E6;
    padding: 10px;

}

.input-group-text{

    border: none;
}

.form-control:focus, button:focus{
    box-shadow: none;
    outline: none;
    border: 1px solid #dc3545;
}

.navbar-toggler{
    border: 0;
    color: #000000;
    font-weight: 500;
    font-size: 1.5rem;
    padding: 0 1.687rem 0 0;
    background-color: transparent;
    outline: none;
}

.navbar-brand{
    margin-right: 0;
    padding: .25rem 0;
}

.header-login{
    position: relative;
}

.nav-item{
    margin-left: 1rem; 
}

.count {
    position: absolute;
    left: 60%;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #f2125e;
    top: 5px;
}

.nav-status-indicator {
    width: 10px;
    height: 10px;
    background: #0acf97;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    left: 25px;
    top: 13px;
    border: 2px solid #ffffff;
}

.nav-profile-name {
    margin-left: .5rem;
}

.afterSeta:after{
    display: none;
}

#logotipo{
    transition: all .5s linear 0s;
}

.effectLogo{
    transform: scale3d(1,0,0);
    opacity: 0;
}

.footer{     
    display: -webkit-flex;
    display: flex;
    flex-direction: column; 
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    align-items: flex-end;
    padding: 30px 2.375rem;

}

.mobileDisplay{
    display: flex;
    flex-direction: row;
}

.navheader{
    height: 70px;
}

#menuHorizontal{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}

input:-internal-autofill-selected{
    background-color: transparent;
}

.box-btn {
    width: 100%;
    height: calc(100% - 185px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    bottom: 30px;
}

.box-cadastro, .bg-box-login{
    background: rgba(0,0,0, .99);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    transition: top .6s ease;
    z-index: 1023;
    overflow-y: auto;
}
.animeBottom{
    top: 0px;
}

.form-control{
    background-color: transparent;
    color: #999;
}

.form-control:focus{
    background-color: transparent;
    box-shadow: none;
    color: #999;
}

input:-webkit-autofill {
    -webkit-transition: background-color 9999s ease-in;
    -webkit-text-fill-color: #999;
}

.form-control::-webkit-input-placeholder  { color:#DDD; }
.form-control:-moz-placeholder { color:#DDD; }

.card-register {
    max-width: 40rem;
}

.card-header-login{
    font-size: large;
    color: #921a1b;
    text-align: center;
    font-family: 'Passion One', sans-serif;

}

.hideLogin{
    font-size: 25px;
    display: flex;
    width: fit-content;
    position: absolute;
    right: 0;
    top: 0;
    margin: 20px;
    color: #FFF;
}

.colorLogo{
    color: #a00;
}

.text-shadow{
    text-shadow: -1px 1px 1px #000;
}

.maintenance{
    position: fixed;
    top: 20px;
    right: 20px;
    width: 300px;
    background-color: #FFF;
    z-index: 999;
    border-radius: 2em;
    padding: 20px;
    display: none;
    box-shadow: 0 0 5px #222;
}

.popover-title{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}

.popover-content{padding:.5rem .75rem;color:#212529}


/* FIM ESTILO PAINEL PRESENCIAL */

@media all and (max-width: 1200px){
    .flex-column-mobile{
        flex-direction: column;
        align-items: center;
    }
}

@media all and (max-width: 768px){

}

@media all and (max-width: 540px){
    .bg-sm-dark{
        background: rgba(0,0,0, .8);
        position: fixed;
        top: 84px;
        left: 0;
        color: white;
        width: 100%;
        z-index: 1024;
        padding: 20px 0;
    }

    #search{
        display: none;
    }

    .mobileDisplay, .nav-profile-name{
        display: none;
    }

    #menuHorizontal .navbar-nav{
        flex-direction: row;

    }
    #menuHorizontal .navbar-nav .nav-item{
        margin-left: 0;
        margin-right: 3px;
    }

    .navbar-nav .nav-link{
        padding: 0 .625rem;
    }

    .main-painel{
        width: 100%;
    }

    .navMobile{
        padding: 10px;
    }

    .navbar-toggler-lg{
        display: none;
    }

    .navbar-toggler{
        padding: 0 8px;
    }

    .navbar-nav .dropdown-menu{
        position: absolute;
    }

    .dropdown-menu-right {
        left: -80px;        
        width: fit-content;
    }

    #whrapper {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    #main {
        width: 100%;
        height: 100%;
        position: relative;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-transition: 300ms ease all;
        -transition: 300ms ease all;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        padding: 3% 6%;
    }

    .show-nav #main {
        -webkit-transform: translateX(-234px);
        transform: translateX(-234px);
        -webkit-transform: translate3d(-234px,0,0);
        transform: translate3d(-234px,0,0);
    }

    .side-bar{
        width: -234px;
        height: 100%;
        position: fixed;
        overflow-y: auto;
        overflow-x: hidden;
        top: 0;      
        right: -234px;                

    }   



}

@media all and (min-width: 541px) and (max-width: 768px){
    .bg-md-dark{

        background: rgba(0,0,0, .8);
        position: fixed;
        top: 122px;
        left: 0;
        color: white;
        width: 100%;
        z-index: 1024;
        padding: 20px 0;
    }
}