﻿body {
    margin: 0;
    min-height: 90%;
    padding: 0;
    bottom: 0;
    background-color: #2483d3;
}
.menu_header {
    height:30px;
    background-color: #10b0f7
}
.menu_header a{
    color:#fff;
    text-decoration:none;
    font-weight:bold;
    padding:0 10px;
    font-size:18px;
    line-height:30px;
}
.body_container {
    width: 100%;
    min-height: calc(100% - 30px);
    min-height: 100%;
    margin: auto;
    background-color: #fff;
    box-sizing: border-box;
    position: absolute;
}
.login_body {
    width: 98%;
    min-height: 100%;
    margin: auto;
    background-color: #234772;
    padding: 0 50px 50px 50px;
    box-sizing: border-box;
    position: absolute;
    margin-left: 1%;
}

.loginbox {
    background-color: #fff;
    margin: auto;
    margin-top: 50px;
    text-align: center;
    display: box;
    display: table;
    padding: 10px 50px;
    height: 200px;
}


.loader {
    position: fixed;
    background-color: #8f75f538;
    width: calc(100% + 100px);
    margin-left: -100px;
    height: 100%;
    top: 0;
    text-align: center;
    vertical-align: central;
}

    .loader img {
        width: 120px;
        margin-top: 20%;
    }

.popup {
    background-color: #fff;
    border: 1px solid #3e3e3ee3;
    border-radius: 5px;
    opacity: 1;
    height: 100px;
    border: 1px solid #5f44c4;
}

.poup_alert {
    width: 300px;
    margin: auto;
}
.poup_recovery {
    width: 320px;
    height:125px;
    margin: auto;
}

.popup_header {
    background-color: #2483d3;
    width: 100%;
    height: 24px;
    color: #fff;
    text-align: center;
}

    .popup_header input {
        float: right;
        background-color: #fff;
        color: #5f44c4;
        border: none;
        height: 23px;
        width: 23px;
        margin-right: 1px;
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
    }

.mpbg {
    background-color: #3d3d3d35;
}

.popupmsg {
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
}

.success {
    color: #10b0f7
}

.fail {
    color: #ff0000
}
.gv {
    margin: auto;
    border-color: #8166ee;
    margin-top: 20px;
}

.gv_80 {
    width: 80%;
}

.gv_header {
    background-color: #0c7aaa;
    color: #fff;
    padding: 5px 35px;
}

.gv_label {
    color: #10b0f7;
}

.gv tr td {
    text-align: center;
    color: #2483d3;
    background-color: #fff;
}
    .gv tr td a {
        color: #10b0f7;
        text-decoration:none;
    }
.form_item_container {
    color: #10b0f7;
    font-weight: bold;
    padding: 5px;
    min-height: 60px;
    /*border: 1px solid red;*/
    vertical-align: top;
    display: box;
    align-items: center;
    display: grid;
    text-align: left;
}

.form_bot_item {
    text-align: center;
    display: table;
    width: 100%;
    flex: auto;
}

.form_full_item {
    text-align: left;
    display: table;
    width: 100%;
    flex: auto;
}

.form_textbox {
    width: 300px;
    border: 1px solid #10b0f7;
    font-size: 18px;
    color: #2483d3;
    display: block;
}

textarea:focus, input:focus {
    outline: 1px solid #0c7aaa;
}

.form_label {
    font-weight: 100;
    display: block;
}
.form_container {
    display:table;
    padding-top: 20px;
    margin:auto;
    background-color:#e4f3ff;
    padding:10px;
    margin-top:10px;
}
.btn {
    border: 1px solid #0c7aaa;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px 5px 15px;
    margin: auto;
}

    .btn:hover {
        cursor: pointer;
        font-size: 16px;
        color: #fff;
    }

.bt_acept {
    background-color: #10b0f7;
}

    .bt_acept:hover {
        border: 1px solid #10b0f7;
        background-color: #fff;
        color: #10b0f7;
    }

.registerLink {
    color: #10b0f7;
    text-decoration: none;
    font-style: italic;
    float: right;
    font-size: 16px;
}
.recoveryPassword {
    color: #10b0f7;
    text-decoration: none;
    font-style: italic;
    float: left;
    background-color:#00000000;
    border:none;
    font-size:16px;
    cursor:pointer;
}
.globemessage{
    background-color:#fff;
}