body, html {
    background-color: #0f0f23;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
}
h1{
    color:white;
    font-size: 45px;
    margin: 5px;
}
h2{
    color:white;
    font-size: 40px;
    margin: 5px;
}
h3{
    color:white;
    font-size: 35px;
    margin: 5px;
}
h4{
    color:white;
    font-size: 25px;
    margin: 5px;
}
h5{
    color:white;
    font-size: 20px;
    margin: 5px;
}
h6{
    color:white;
    font-size: 16px;
    margin: 5px;
}
input{
    background-color: #1a4d84;
    width: 100%;
    padding: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    border-width: 0px;
    color:white;

}
select{
    background-color: #1a4d84;
    width: 100%;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    border-width: 0px;
    color:white;

}
textarea
{
    background-color: #1a4d84;
    width: 100%;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    border-width: 0px;
    color:white;
}
p{
    margin: 0px;
    padding: 5px;
}
a{
    color:#3e64ed;
    text-decoration: none;
    font-weight: normal;

}

.cursor{
    cursor: pointer;
}

.hoverblue:hover{
    color:#3e64ed;
}
.hoverred:hover{
    color:#ac0b1e;
}


/* ##### PROFILE ##### */

.profilebox{
    width:100%;
    height:330px;
}

.profileimage{
    width:300px;
    height:300px;
    float:left;
    border-radius:40px;
    margin-top:10px;
    margin-left:10px;
}

.profilecontentbox{
    width:calc(100% - 330px);
    float:left;
    margin-left:20px;
    height:300px;
}


/* ##### ICONS ##### */

.iconbuttonbox{
    width:170px;
    margin-top:10px;
    float:left;
}
.iconbuttonboxoicon{
    width:20px;
    margin-top:5px;
    margin-left:10px;
    float:left;
}
.iconbuttonboxotext{
    width:125px;
    float:left;
    text-align:left;
    margin-left:5px;
}
.iconbuttonbox:hover i{
    background-color: #becbff;
}
.iconbuttonbox:hover .icontext{
    color: #becbff;
}

.iconadd {
    width: 20px;
    height: 20px;
    margin-top:1px;
    margin-left:0px;
    display: inline-block;
    background-color: white;
    -webkit-mask: url(/img/icon-add.svg) no-repeat 50% 50%;
    mask: url(/img/icon-add.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

/* ##### HEADER VERTICAL ##### */
.verticalmainbox{
    width:100%;
}
.verticalmainnav{
    float:left;
    background-color: #0f0f23;
    width:300px;
    height: 100%;
}
.verticalmaincontent{
    float:left;
    background-image: url("../img/userbackground.jpg");
    background-color: #1a4d84;
    width:calc(100% - 300px);
}
.verticalbutton{
    width:270px;
    height:50px;
    background-color:#0f0f23;
    margin-top:10px;
    cursor: pointer;
}
.verticalbutton:hover{
    background-color:#4264ed;
}
.verticalbuttonlogout{
    width:270px;
    height:40px;
    background-color:#0f0f23;
    margin-top:10px;
    cursor: pointer;
}
.verticalbuttonlogout:hover{
    background-color:#ac0b1e;
}
#verticalmainnavbuttons{
    display:inline-block;
}
#verticallogoimage{
    width:200px;
}
#verticallogobox{
    width:90%;
    text-align:center;
}
#verticalnavbox{
    display:none;
}

#verticalnavmobile{
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    background-color: #0f0f23;
}
#verticalnavmobilebackground{
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.363);
}


.widthfull {
    width:100%;
}
.widthbox {
    width:100%;
}

/* ##### HEADER ##### */
.headerbox {
    width:100%;
    height: 150px;
    text-align: center;
    line-height: 150px;
}
.headergred {
    display: inline-block;
    vertical-align: middle;
    width:1150px;
}

/* ##### LOGIN ##### */
.loginbox {
    width:100%;
    height: 100%;
    min-height:850px;
    background-image: url("/img/background.jpg");
    /* height: calc(100% - 150px);  */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}


.logingred {
    display: inline-block;
    margin-top: 100px;
    width:600px;
    height: auto;
    margin-bottom:100px;
    padding-bottom:30px;
    background-color: rgba(0, 17, 53, 0.7);
    border-radius: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff4d;
    color:white;
}
.loginboxform {
    margin-top: 20px;
    display: inline-block;
    width:90%;
    text-align: left;
}

/* ##### REGISTER ##### */
.registerbox {
    width:100%;
    height: 100%;
    min-height:1400px;
    background-image: url("/img/background.jpg");
    /* height: calc(100% - 150px);  */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.registergred {
    display: inline-block;
    margin-top: 100px;
    width:600px;
    height: auto;
    margin-bottom:100px;
    padding-bottom:30px;
    background-color: rgba(0, 17, 53, 0.7);
    border-radius: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.3);
    color:white;
}
.registerboxform {
    margin-top: 20px;
    display: inline-block;
    width:90%;
    text-align: left;
}

/* ##### Message ##### */
.messagebox {
    width:100%;
    height: 100%;
    min-height:350px;
    background-image: url("/img/background.jpg");
    /* height: calc(100% - 150px);  */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}


.messagegred {
    display: inline-block;
    margin-top: 100px;
    width:600px;
    height: auto;
    margin-bottom:100px;
    padding-bottom:30px;
    background-color: rgba(0, 17, 53, 0.7);
    border-radius: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff4d;
    color:white;
}


/* ##### POP UP ##### */
.overlay {
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgba(1, 1, 55, 0.7); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.overlay-content {
    display:inline-block;
    position: relative;
    top: 25%;
    left:calc(50% - 325px);
    background-color: #1a4d84;
    border-style: solid;
    border-radius: 20px;
    border-color: rgba(255, 255, 255, 0.3);
    border-width:2px;
    min-height: 200px;
    width: 650px;
    text-align: center;
    margin-top: 30px;
}

.overlay-closebtn {
    display:inline-block;
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
    width:100px;
    font-size: 16px;
    border-style: solid;
    color:white;
    background-color:#103964;
    border-color: #f0f0f080;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-width:1px;
    cursor: pointer;
}

.overlay-message {
    display:inline-block;
    text-align:center;
    margin-top:20px;
    width:90%;
    color:white;
}

/* ##### POP UP IMAGE ##### */
.overlay-image {
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 7, 0.905); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.overlay-content-image {
    display:inline-block;
    position: relative;
    top: 10%;
    left:calc(50% - 325px);
    background-color: rgb(10, 10, 100);
    border-style: solid;
    border-radius: 20px;
    border-color: rgba(255, 255, 255, 0.3);
    border-width:2px;
    height: auto;
    min-height: 200px;
    width: 650px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 150px;
}

.overlay-closebtnbox-image {
    display:inline-block;
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
    width:100%;
}

.overlay-closebtn-image {
    display:inline-block;
    text-align:center;
    width:100px;
    font-size: 20px;
    border-style: solid;
    color:white;
    background-color: rgb(4, 4, 71);
    border-color: #f0f0f080;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-width:1px;
    cursor: pointer;
}

.overlay-message-image {
    display:inline-block;
    text-align:center;
    margin-top:20px;
    width:90%;
    color:white;
}

.overlay-buttonbox-image {
    display:inline-block;
    text-align:center;
    width:auto;
    max-width:100%;
    height: auto;
    
}

.overlay-button-image {
    display:inline-block;
    text-align:center;
    margin-left:5px;
    margin-right:5px;
    width:auto;
    color:white;
    cursor: pointer;
}

.overlay-imagebox-image {
    display:inline-block;
    text-align:center;
    width:auto;
    max-width:100%;
    height: auto;
}

.overlay-image-image {
    display:inline-block;
    text-align:center;
    margin-left:5px;
    margin-right:5px;
    margin-top:10px;
    width:115px;
    height:115px;
    cursor: pointer;
}


@media screen and (max-width: 1024px) {

/* ##### PROFILE ##### */
.profilebox{
    margin-left:0px;
    height:550px;
}
.profileimage{
    margin-top:10px;
    margin-left:0px;
    width:200px;
    height:200px;
}
.profilecontentbox{
    margin-top:20px;
    height:330;
    margin-left:0px;
    width:100%;
}

/* ##### VERTICAL MENU ##### */
.verticalmainnav{
    background-color: #1a4d84;
    display:inline-block;
    width:100%;
    height:120px;
}

#verticalmainnavbuttons{
    display:none;
}
.verticalmaincontent{
    width: 100%;
}
#verticallogoimage{
    width:100px;
}
#verticallogobox{
    width:30%;
    padding-left:30px;
    text-align:left;
    float:left;
}
#verticalnavbox{
    display:block;
    width:calc(70% - 60px);
    text-align:right;
    padding-top:35px;
    padding-right:30px;
    float:left;
}

}
@media screen and (max-width: 650px) {
    
    .overlay-content {
        top: 25%;
        margin-left:20px;
        margin-right:20px;
        left:0px;
        width: calc(100% - 40px);
    }

    .overlay-content-image {
        top: 25%;
        margin-left:20px;
        margin-right:20px;
        left:0px;
        width: calc(100% - 40px);
    }
    

}