:root {
    --color-red: #FF3333;
    --color-darkred: #9d0f0f;
    --color-white: #EFEFEF;
    --color-white: #EFEFEF;
    --color-lightgrey: #C2C2C2;
    --color-grey: #A1A1A1;
    --color-darkgrey: #464646;
    --color-black: #333333;
}

html {

}

body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: var(--color-black);
    background-image: url("https://app.cloudair.tech/data/bvn/media/gfx/background-cube.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}

p {
    margin: 0px;
}

h1 {
    font-size: 30px;
    font-weight: 900;
    color: var(--color-black);
    margin: 0;
}

h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(color-black);
    margin-top: -5px;
}

h3 {
    font-size: 18px;
    font-weight: 500;
    color: #454545;
    margin: 3px 0;
}

sub {
    vertical-align: -0.4em;
    font-size: 0.7em;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li:before {
    content: "";
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #50525d;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}

table .button:hover {
    color: #FFFFFF !important;
    background-color: var(--color-black) !important;
}


#header {
    background-color: #00000010;
    border-top: solid 6px var(--color-red);
    min-width: 600px;
}

#top {
    margin: auto;
    position: relative;
    width: 100%;
    min-width: 600px;
    max-width: 1400px;
    height: 90px;
}

#top_logo {
    position: absolute;
    left: 10px;
    top: 20px;
    width: 200px;
}

#top_title {
    position: absolute;
    left: 250px;
    top: 22px;
    font-size: 22px;
    line-height: 20px;
    font-weight: 700;
    width: 200px;
    color: #000000;
}

#top_menu {
    position: absolute;
    right: 200px;
    bottom: 20px;
}

#top_search {
    position: absolute;
    right: 0px;
    bottom: 18px;
}

#top_user {
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 0px;
    width: 500px;
}
#top_setup {
    position:relative;
    display:inline-flex;
    flex: 2;
}
.setupPopup {
    position:absolute;
    top:25px;
    padding:10px;
    border: 1px solid var(--color-lightgrey);
    background-color: white;
    border-radius:6px;
    width:350px;
    min-height:200px;
    z-index:9999;
}
.setupPopup > div {
    margin-top:30px;
}
.setupPopup #setupDarkmode {
    margin-top:60px;
}
#top_darkmode {
    display: none;
}


#menuSetupClose {
    text-align:right;
    margin-top:40px;
    justify-content: flex-end;
}
#top_login {
    display:inline-flex;
    flex: 3;
    font-size: 12px;
    font-weight: 400;
}

#top_lang {
    flex: 2;
}

#contener {
    width: 100%;
    padding-top: 10px;
    min-height: 800px;
    margin: 5px;
}

#main {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    max-width: 1400px;
    min-width: 600px;
}


.fullwidth {
    margin: auto;
    width: 100%;
    min-width: 600px;
    max-width: 1400px;
}


#left {
    flex: 220px 0 0;
}

#left #leftbaner {
    margin-top: 15px;
}

#center {
    position: relative;
    flex: 1;
    width: 100%;
    height: auto;
    margin:10px;
}

#right {
    flex: 0 0 150px;
}

#top #topmenu {
    display: inline-flex;
    width: auto;
    position: absolute;
    bottom: 10px;
    right: 0px;
}

#top #searchbar {
}

#top #usermenu {
    display: flex;
    position: absolute;
    top: 5px;
    right: 0;
    margin-right: 10px;
}

#loginmenu {
    display: flex;
    text-align: end;
    margin-right: 5px;
}

#loginmenu .profileName {
    font-size: 13px;
    color: #CCCCCC;
    margin-right: 10px;
}

#langmenu {
    width: 100px;
}

#firmmenu {
    width: 180px;
}

#firmheader {
    display: flex;
    align-items: start;
    color: #454545;
}

#firmheader #logo {
    margin-top: 25px;
    margin-right: 10px;
    margin-left: 5px;
    width: 175px;
}

#firmheader_title {
    color: #dce0df;
    line-height: 18px;
    font-weight: 100;
    font-size: 20px;
    margin-left: 30px;
    margin-top: 30px;
    width: 240px;
    top: 45px;
}

#bottom {
    margin-top: 100px;
    background-color: #EFEFEF;
    min-width: 600px;
    min-height: 120px;
    padding: 20px 0;
}

#footer {
    margin: auto;
    width: 100%;
    max-width: 1400px;
    min-width: 600px;
    margin-bottom: 100px;
}

#footer > div {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
}

#footer > div > div {
    font-size: 14px;
    font-weight: 300;
    color: #454545;
    flex: 1;
    margin: 20px;
    min-width: 200px;
    opacity: 0.8;
}

#footer #footer_logo {
    margin-right: 120px;
    min-width: 120px;
    width: 120px;
    max-width: 120px;
    opacity: 0.7;
    fill: #FFFFFF !important;
}

#footer a:hover {
    text-decoration: underline;
}


.loginBackground {
    position: fixed;
    background-color: var(--color-darkred);
    opacity: .95;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.loginPopup {
    position: absolute;
    width:250px;
    left: 50%;
    top: 50%;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 8px;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.5));
    text-align: center;
}
.loginPopup > .loginLogo {
    width:90%;
    margin-top:10px;
    margin-bottom:20px;
}
.loginPopup > .title {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 20px;
}

.loginPopup > .forgetPassword {
    margin-top: 10px;
}
.password_reminder_div {
    font-size:12px;
    text-align: left;
    padding:6px;
    background-color:var(--color-white);
    border: 0px solid var(--color-red);
    border-radius:4px;

}
#password_reminder_but_button{
    margin-top:15px;
}
.loginPopup > .loginButtons > div {
    margin-top:10px !important;
}



#design_logo {
    width: 80px;
    margin-top: 5px;
    opacity: 0.5;
}

#design_logo:hover {
    opacity: 1;
}

.FEI_yes {
    color: #FFFFFF;
    background-color:green;
    border-radius: 6px;
    padding: 2px 4px;
}
.FEI_no {
    color: #FFFFFF;
    background-color:red;
    border-radius: 6px;
    padding: 2px 4px;
}
@media only screen and (max-width: 1150px) {

    #top {
        position: relative;
        width: 100%;
        min-width: 400px;
        height: 160px;
    }

    #top #topmenu {
        left: 10px;
        right: auto;

    }

    #firmheader_title {
        margin-top: 20px;
        width: 300px;
    }

    #firmheader #logo {
        margin: 15px;
    }

    #top #usermenu {
        bottom: auto;
        top: 20px;
        right: 6px;

    }
}
@media only screen and (max-width: 850px) {
    #left {
        display: none;
    }

}
