* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #3E8BE1;
    font-family: 'Roboto', sans-serif;
}
a {
    text-decoration: none;
    color: #014798;
}

/* =============== HEADER =============== */
/* Header Box */
.header {
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    height: 100px;
    width: 100%;
    padding-top: 15px;
    background-color: white;
}

/* Header Left */
.header-left {
    display: block;
    float: left;
    width: 40%;
}
.logo {
    float: left;
    height: 80px;
    margin-left: 10px;
}
.title {
    float: left;
    margin-top: 18px;
    padding-left: 10px;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    color: #454747;
}
.moto {
    float: left;
    margin-top: 36px;
    padding-left: 20px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #454747;
}

/* Header Right */
.header-right {
    display: block;
    float: left;
    width: 60%;
}
.menu {
    float: right;
    margin-top: 30px;
    width: 100%;
}
.menu-item {
    float: right;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    margin-right: 25px;
    color: #454747;
}
.menu-item a {
    color: #454747;
    text-decoration: none;
}
.menu-item a:hover {
    color: #3E8BE1;
}
.menu-item-active a {
    float: right;
    font-size: 24px;
    margin-right: 25px;
    text-decoration: none;
    color: #3E8BE1;
}
.login-item {
    float: right;
    right: 0;
    font-size: 14px;
    font-weight: bold;
    margin-right: 30px;
    margin-left: 10px;
    margin-top: -5px;
    padding: 10px 15px 10px 15px;
    color: white;
    background: #FCA205;
    border-radius: 5px;
}
.group-item {
    float: right;
    right: 0;
    font-size: 14px;
    font-weight: bold;
    margin-right: 30px;
    margin-left: 10px;
    margin-top: -5px;
    padding: 10px 16px 10px 15px;
    color: white;
    background: #EF6145;
    border-radius: 5px;
}
#moreText {
    display: none;
}

/* =============== MAIN BODY =============== */
.main {
    width: 100%;
    margin: 150px auto 0 auto;
    justify-content: center;
}


/* =============== HOMEPAGE =============== */
.main img {
    display: block;
    width: 73%;
    margin: auto;
    justify-content: center;
}


/* =============== VACANCY.php =============== */
.vacancy-text {
    width: 50%;
    margin: 30px auto 0;
    color: white;
    font-size: 20px;
    text-align: justify;
}

/* =============== INDICATORS.php =============== */
.indicators-text {
    clear: both;
    display: block;
    width: 50%;
    margin: 30px auto 0;
    color: white;
    font-size: 20px;
    text-align: left;
}
.indicators-text ol {
    width: 85%;
    margin: 30px auto 0;
    color: white;
    font-size: 20px;
    text-align: justify;
}
.indicators-text ul {
    width: 85%;
    margin: 30px auto 0;
    color: white;
    font-size: 20px;
    text-align: justify;
}
.gtypeD-button {
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    padding: 5px 9px;
    color: #FCA205;
    background: white;
    border-radius: 20px;
    box-shadow: 2px 2px rgb(76, 76, 76);
}
.gtypeD-button-active {
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    padding: 5px 9px;
    color: white;
    background: #FCA205;
    border-radius: 20px;
    pointer-events: none;
}
.gtype-button {
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    margin-left: 2px;
    padding: 5px 7px;
    color: #FCA205;
    background: white;
    border-radius: 20px;
    box-shadow: 2px 2px rgb(76, 76, 76);
}
.gtype-button-active {
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    margin-left: 2px;
    padding: 5px 7px;
    color: white;
    background: #FCA205;
    border-radius: 20px;
    pointer-events: none;
}


/* =============== RENTS.php =============== */
.rents-text {
    width: 50%;
    margin: 30px auto 0;
    color: white;
    font-size: 20px;
    text-align: justify;
}


/* =============== STUDY.php =============== */
.study-text {
    width: 70%;
    margin: 10px auto;
    color: white;
    font-size: 20px;
    text-align: justify;
}


/* =============== CUSTOM MENU =============== */
.custom-container {
    display: block;
    margin: 180px auto 20px auto;
    width: 100%;
    justify-content: center;
}
.custom-menu {
    width: 100%;
    text-align: center;
}
.custom-button {
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
    padding: 10px 15px 10px 15px;
    color: white;
    background: #454747;
    border-radius: 5px;
}
.custom-button-active {
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
    padding: 10px 15px 10px 15px;
    color: white;
    background: #EF6145;
    border-radius: 5px;
}
.custom-main {
    display: block;
    width: 100%;
    margin: 20px auto 0 auto;
    justify-content: center;
}


/* =============== SECONDARY MENU =============== */
.menu-container {
    display: block;
    margin: 140px auto 20px auto;
    width: 100%;
    text-align: center;
}
.menu-button {
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
    padding: 10px 15px 10px 15px;
    color: #FCA205;
    background: white;
    border-radius: 5px;
    box-shadow: 2px 2px rgb(76, 76, 76);
}
.menu-button-active {
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
    padding: 10px 15px 10px 15px;
    color: white;
    background: #FCA205;
    border-radius: 5px;
    pointer-events: none;
}
.chart-container {
    width: 100%;
    margin: 20px auto 0;
    justify-content: center;
}


/* =============== STATES MENU =============== */
.states-menu-container {
    display: block;
    margin: 10px auto 10px auto;
    width: 100%;
    text-align: center;
}
.states-menu-container2 {
    display: block;
    margin: 0 auto 20px auto;
    width: 100%;
    text-align: center;
}
.states-button {
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
    padding: 5px 7px;
    color: #FCA205;
    background: white;
    border-radius: 5px;
    box-shadow: 2px 2px rgb(76, 76, 76);
}
.states-button-active {
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
    padding: 5px 7px;
    color: white;
    background: #FCA205;
    border-radius: 5px;
    pointer-events: none;
}


/* =============== TREASURY MENU =============== */
.treasury-menu-container {
    display: block;
    margin: 10px auto 10px auto;
    width: 100%;
    text-align: center;
}
.treasury-menu-container2 {
    display: block;
    margin: 0 auto 20px auto;
    width: 100%;
    text-align: center;
}
.treasury-button {
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
    padding: 5px 7px;
    color: #FCA205;
    background: white;
    border-radius: 5px;
    box-shadow: 2px 2px rgb(76, 76, 76);
}
.treasury-button-active {
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
    padding: 5px 7px;
    color: white;
    background: #FCA205;
    border-radius: 5px;
    pointer-events: none;
}


/* =============== CORPORATE MENU =============== */
.corporate-menu-container {
    display: block;
    margin: 10px auto 10px auto;
    width: 100%;
    text-align: center;
}
.corporate-menu-container2 {
    display: block;
    margin: 0 auto 20px auto;
    width: 100%;
    text-align: center;
}
.corporate-button {
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
    padding: 5px 7px;
    color: #FCA205;
    background: white;
    border-radius: 5px;
    box-shadow: 2px 2px rgb(76, 76, 76);
}
.corporate-button-active {
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
    padding: 5px 7px;
    color: white;
    background: #FCA205;
    border-radius: 5px;
    pointer-events: none;
}


/* =============== DOWNLOAD MENU =============== */
.download-container {
    display: block;
    margin: 10px auto 20px auto;
    width: fit-content;
    text-align: center;
}
.download-title {
    padding-top: 4px;
    color: #364D72;
    font-size: 24px;
    float: left;
    font-weight: bold;
}
.download-button {
    font-size: 12px;
    margin-left: 10px;
    padding: 12px;
    color: white;
    background: #364D72;
    border-radius: 10px;
    float: left;
}
.menu-button-active {
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
    padding: 10px 15px 10px 15px;
    color: white;
    background: #FCA205;
    border-radius: 5px;
    pointer-events: none;
}


/* =============== MAIN CHART PAGES =============== */
.chart-title {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.chart-title a {
    color: white;
    text-decoration: none;
}

.chart-title2 {
    display: block;
    width: 100%;
    margin: 40px auto 0;
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.chart {
    width: fit-content;
    margin: 0 auto;
}
.chart-large {
    display: block;
    width: 73%;
    margin: auto;
    justify-content: center;
    overflow:visible;
    width:  1100px;
    height: 490px;
}
.chart-1300 {
    display: block;
    width: 73%;
    margin: auto;
    justify-content: center;
    overflow:hidden;
    width: 0;
    height:0;
}
.chart-1200 {
    display: block;
    width: 73%;
    margin: auto;
    justify-content: center;
    overflow:hidden;
    width: 0;
    height:0;
}
.chart-1000 {
    display: block;
    width: 73%;
    margin: auto;
    justify-content: center;
    overflow:hidden;
    width: 0;
    height:0;
}
.chart-900 {
    display: block;
    width: 73%;
    margin: auto;
    justify-content: center;
    overflow:hidden;
    width: 0;
    height:0;
}
.chart-800 {
    display: block;
    width: 73%;
    margin: auto;
    justify-content: center;
    overflow:hidden;
    width: 0;
    height:0;
}
.chart-700 {
    display: block;
    width: 73%;
    margin: auto;
    justify-content: center;
    overflow:hidden;
    width: 0;
    height:0;
}
.chart-500 {
    display: block;
    width: 73%;
    margin: auto;
    justify-content: center;
    overflow:hidden;
    width: 0;
    height:0;
}


/* =============== REGISTRATION PAGE =============== */
:root {
    --background: #1d2d50;
    --accent: #fcdab7;
    --accent2: #1e5f74;
    --color: #fefefe;
    --dull: white;
    --error: #e74c3c;
    --highlight: rgba(255,255,255,.05);
}

h1 {
    font-size: 5em;
    margin: 40px 0;
}

.hidden {
    position: absolute;
    left: -1000%;
    top: -1000%;
    height: 0;
    width: 0;
    pointer-events: none;
    opacity: 0;
}

.formWrapper {
    width: 100%;
    margin: 100px auto 0 auto;
    justify-content: center;
    display: grid;
    align-items: center;
    color: white;
}
.formWrapper-login {
    width: 100%;
    margin: 150px auto 0 auto;
    justify-content: center;
    display: grid;
    align-items: center;
    color: white;
}
.formWrapper-resetpassword {
    width: 100%;
    margin: 150px auto 0 auto;
    justify-content: center;
    display: grid;
    align-items: center;
    color: white;
}
form {
    width: 95vw;
    max-width: 300px;
    box-sizing: border-box;
    padding-top: 50px;
}
form h1 {
    margin: 0 0 15px 0;
    font-size: 3em;
}
.inputblock {
    position: relative;
    display: block;
    padding: 20px 0;
    clear: both;
}
.inputblock input {
    width: 100%;
    padding: 7px;
    box-sizing: border-box;
    display: block;
    background: transparent;
    outline: none;
    font-family: inherit;
    font-size: 15px;
    color: inherit;
    border: 0;
    margin-top: 2px;
    border-bottom: 1px solid var(--color);
}
.inputblock label {
    display: block;
    font-size: 13px;
    color: var(--dull);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
}


.btn {
    display: inline-block;
    padding: 12px 60px;
    font-size: 18px;
    border: 2px solid var(--color);
    border-radius: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    transition: background .3s, color .3s;
}
.btn:hover, .btn:active {
    border: 0;
    padding: 14px 62px;
    background: var(--color);
    color: var(--background);
}
.btn:active {
    box-shadow: inset 0 0 4px 5px rgba(0,0,0,.1);
}

.errcontainer {
    font-size: 14px;
    opacity: 1;
    transition: opacity .3s;
}
.err {
    margin: 5px 0;
    color: var(--error);
}
.err ul {
    list-style-type: none;
    margin: 0;
    padding-inline-start: 2em;
}

.wave {
    width: 100vw;
    height: 25vw;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}
.wave:nth-child(2) {
    bottom: -12%;
    width: 103%;
    left: -3%;
}
form a {
    position: relative;
    margin: 0;
    line-height: 1.4em;
    display: inline-block;
    color: var(--dull);
    text-decoration: none;
    transition: color .3s;
}
.errorcontainer a {
    display: inline;
    line-height: normal;
    text-decoration: underline;
    color: inherit;
}
form a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 1px;
    background: var(--dull);
    width: 0px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: width .5s;
}
form a:hover:before {
    width: 100%;
}
form a:hover {
    color: var(--color);
}
.loader {
    height: 64px;
    width: 64px;
    position: fixed;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    border: 2px solid var(--highlight);
    border-left: 2px solid var(--color);
    border-radius: 50%;
    -webkit-animation: loader 1.5s linear infinite;
    -moz-animation: loader 1.5s linear infinite;
    -ms-animation: loader 1.5s linear infinite;
    -o-animation: loader 1.5s linear infinite;
    animation: loader 1.5s linear infinite;
}
@-webkit-keyframes loader {to {-o-transform: rotate(360deg);-ms-transform: rotate(360deg);-moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);transform: rotate(360deg);}}
@keyframes loader {to {-o-transform: rotate(360deg);-ms-transform: rotate(360deg);-moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);transform: rotate(360deg);}}

.message {
    text-align: center;
}
.message h2 {
    font-size: 4em;
}


@media screen and (min-width: 1201px) and (max-width: 1300px) {
    .header {
        height: 75px;
        padding-top: 5px;
    }
    .logo {
        height: 65px;
    }
    .title {
        font-size: 30px;
        top: 25px;
    }
    .moto {
        margin-top: 28px;
        padding-left: 20px;
    }
    .menu {
        margin-top: 25px;
    }
    .menu-item {
        font-size: 20px;
    }
    .menu-item-active a {
        font-size: 20px;
    }
    .main {
        margin: 100px auto 0 auto;
    }
    .chart-large {
        visibility: hidden;
        width: 0;
        height:0;
    }
    .chart-1300 {
        visibility: visible;
        width: 1000px;
        height:490px;
    }
  }
  @media screen and (min-width: 1001px) and (max-width: 1200px) {
    .header {
        height: 60px;
        padding-top: 5px;
    }
    .logo {
        height: 55px;
    }
    .title {
        font-size: 24px;
        margin-top: 14px;
        left: 75px;
    }
    .moto {
        font-size: 12px;
        margin-top: 22px;
        padding-left: 14px;
    }
    .menu {
        margin-top: 20px;
    }
    .menu-item {
        font-size: 16px;
    }
    .menu-item-active a {
        font-size: 16px;
    }
    .login-item {
        font-size: 12px;
        padding: 6px 12px 6px 12px;
    }
    .main {
        margin: 80px auto 0 auto;
    }
    .chart-large {
        visibility: hidden;
        width: 0;
        height:0;
    }
    .chart-1200 {
        visibility: visible;
        width: 900px;
        height:490px;
}
}
@media screen and (min-width: 901px) and (max-width: 1000px) {
    .header {
        height: 60px;
        padding-top: 5px;
    }
    .logo {
        height: 55px;
    }
    .title {
        font-size: 24px;
        margin-top: 14px;
        left: 75px;
    }
    .moto {
        font-size: 12px;
        margin-top: 22px;
        padding-left: 14px;
    }
    .menu {
        margin-top: 20px;
    }
    .menu-item {
        font-size: 16px;
        margin-right: 20px;
    }
    .menu-item-active a {
        font-size: 16px;
        margin-right: 20px;
    }
    .login-item {
        font-size: 12px;
        padding: 6px 12px 6px 12px;
    }
    .main {
        margin: 80px auto 0 auto;
    }
    .chart-large {
        visibility: hidden;
        width: 0;
        height:0;
    }
    .chart-1000 {
        visibility: visible;
        width: 800px;
        height:490px;
}
}
@media screen and (min-width: 801px) and (max-width: 900px) {
    .header {
        height: 60px;
        padding-top: 5px;
    }
    .header-left {
        width: 30%;
    }
    .header-right {
        width: 70%;
    }
    .logo {
        height: 55px;
    }
    .title {
        font-size: 24px;
        margin-top: 14px;
        left: 75px;
    }
    .moto {
        display: none;
    }
    .menu {
        margin-top: 20px;
    }
    .menu-item {
        font-size: 16px;
        margin-right: 20px;
    }
    .menu-item-active a {
        font-size: 16px;
        margin-right: 20px;
    }
    .login-item {
        font-size: 12px;
        padding: 6px 12px 6px 12px;
    }
    .main {
        margin: 80px auto 0 auto;
    }
    .chart-large {
        visibility: hidden;
        width: 0;
        height:0;
    }
    .chart-900 {
        visibility: visible;
        width: 700px;
        height:490px;
    }
}
@media screen and (min-width: 601px) and (max-width: 800px) {
    .header {
        height: 120px;
        padding-top: 5px;
    }
    .header-left {
        width: 100%;
    }
    .header-right {
        clear: both;
        width: 100%;
        float: left;
    }
    .logo {
        height: 55px;
    }
    .title {
        font-size: 24px;
        margin-top: 14px;
        left: 75px;
    }
    .moto {
        display: none;
    }
    .menu {
        margin-top: 20px;
        width: 100%;
        float: left;
    }
    .menu-item {
        font-size: 16px;
        margin: 0 0 0 10px;
        float: left;
    }
    .menu-item-active a {
        float: left;
        font-size: 16px;
        margin: 0 0 0 10px;
    }
    .login-item {
        float: left;
        font-size: 12px;
        margin: -5px 0 0 10px;
        padding: 6px 12px 6px 12px;
    }
    .chart-large {
        visibility: hidden;
        width: 0;
        height:0;
    }
    .chart-800 {
        visibility: visible;
        width: 600px;
        height:490px;
    }
}
@media screen and (min-width: 501px) and (max-width: 600px) {
    .header {
        height: 120px;
        padding-top: 5px;
    }
    .header-left {
        width: 100%;
    }
    .header-right {
        clear: both;
        width: 100%;
        float: left;
    }
    .logo {
        height: 55px;
    }
    .title {
        font-size: 24px;
        margin-top: 14px;
        left: 75px;
    }
    .moto {
        display: none;
    }
    .menu {
        margin-top: 20px;
        width: 100%;
        float: left;
    }
    .menu-item {
        font-size: 16px;
        margin: 0 0 0 10px;
        float: left;
    }
    .menu-item-active a {
        float: left;
        font-size: 16px;
        margin: 0 0 0 10px;
    }
    .login-item {
        float: left;
        font-size: 12px;
        margin: -5px 0 0 10px;
        padding: 6px 12px 6px 12px;
    }
    .chart {
        background:url(images/image-loading.jpg) center center no-repeat;
    }
    .chart-large {
        visibility: hidden;
        width: 0;
        height:0;
    }
    .chart-700 {
        visibility: visible;
        width: 400px;
        height:490px;
    }
}
@media screen and (max-width: 500px) {
    .header {
        height: 120px;
        padding-top: 5px;
    }
    .header-left {
        width: 100%;
    }
    .header-right {
        clear: both;
        width: 100%;
        float: left;
    }
    .logo {
        height: 55px;
    }
    .title {
        font-size: 24px;
        margin-top: 14px;
        left: 75px;
    }
    .moto {
        display: none;
    }
    .menu {
        margin-top: 20px;
        width: 100%;
        float: left;
    }
    .menu-item {
        font-size: 14px;
        margin: 0 0 0 10px;
        float: left;
    }
    .menu-item-active a {
        float: left;
        font-size: 14px;
        margin: 0 0 0 10px;
    }
    .login-item {
        float: left;
        font-size: 12px;
        margin: -5px 0 0 10px;
        padding: 6px 12px 6px 12px;
    }
    .main img {
        padding-top: 150px;
        width: 125%;
        overflow: hidden;
        margin: 0;
    }
    .chart {
        background:url(images/image-loading.jpg) center center no-repeat;
    }
    .chart-large {
        visibility: hidden;
        width: 0;
        height:0;
    }
    .chart-500 {
        visibility: visible;
        width: 350px;
        height:490px;
    }
}




