/* header */
#header {
    border-style: none none solid none;
    border-width: 1px 0 3px 0;
    border-color: #DFE1E2 #DFE1E2 #34CCE0;
    z-index: 100!important;
    padding-bottom: 10px;
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    width: 100%;
}
#header:after {
    content: "";
    display: block;
    clear: both;
}

#header a {
    display: inline;
    
}
#header a#logoHeader img {
    max-width: 40%;
    width: 231px;
    margin: 15px 0 0 10px;
    display: inline-block;
}
#header a#logoHeader img.tutor_portal {
    width: 279px;
}
#header img#unac {
    max-width: 40%;
    width: 231px;
    margin: 15px 0 0 10px;
    display: inline-block;
    
}

#header div {
    text-align: right;
    
}
div#head-area {
    float: right;
    padding: 15px 10px 0px 10px;
    
}
div#head-area a {
    cursor: pointer;
    
}
div#head-area img {
    margin: 0 0 0 15px;
    width: 25px;
    
}
div#head-logo {
    border-bottom: 1px solid #DFE1E2;
    padding: 5px 10px;
    
}
div#head-logo img {
    width: 150px;
    
}
#header div p {
    display: inline-block;
    
}
div p span {
    font-weight: bold;
    
}

#log-out {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 101;
    top: 0;
    
}
#log-out div {
    background: #fff;
    padding: 20px;
    width: 500px;
    margin: 150px auto 0;
    border-radius: 5px;
    box-shadow: 0 0 13px 2px #000;
    
}
#log-out div p {
    display: block;
    text-align: center;
    font-size: 18px;
    
}
#log-out div div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    width: auto;
    box-shadow: none;
    
}
#log-out div div a {
    width: 40%;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #53CBDE;
    border-radius: 5px;
    line-height: 34px;
    color: #53CBDE;
    
}
#log-out div div a:hover {
    color: #fff;
    background: #53CBDE;
    
}

@media screen and (max-width: 770px) {
    #header {
        width: auto;
        
    }
    #header div#head-logo img {
        width: 100px;
        
    }
    #header img#unac {
        max-width: 40%;
        width: 231px;
        margin: 15px 0 0 10px;
        display: inline-block;
        
    }
    
}
