﻿:root {
    --textboxtextcolor: #907ddb;
    --labeltextcolor: #5f44c4;
    --bordercolor: #8166ee;
}
.system_version{
    float:right;
    margin-right:10px;
    color:#fff;
    font-size:12px;
    margin-top:5px;
    font-style:italic;
}
body {
    margin: 0;
    min-height: 90%;
    padding: 0;
    bottom: 0;
    background-color: #907ddb;
}
.login_body {
    width: 98%;
    min-height: 100%;
    margin: auto;
    background-color: #fff;
    padding: 0 50px 50px 50px;
    box-sizing: border-box;
    background-image: url(textura.png);
    position: absolute;
    margin-left: 1%;
}
.login_name {
    font-size: 50px;
    color: #5f44c4;
    font-weight: bold;
    text-shadow:8px 8px #c0b2fa;
}
.loginbox {
    background-color: #8f75f538;
    margin: auto;
    margin-top: 50px;
    text-align: center;
    display: box;
    display: table;
    padding: 10px 50px;
    border-radius: 10px;
}
.body_container {
    width: 98%;
    min-height: calc(100% - 30px);
    margin: auto;
    background-color: #fff;
    padding: 0 50px 50px 50px;
    box-sizing: border-box;
    background-image: url(textura.png);
    position: absolute;
    margin-left: 1%;
}
.lbt_recovery_password{
    font-style:italic;
    text-decoration:none;
    color:#5f44c4;
    float:right;
    margin-top:5px;
}
.lbt_recovery_password:hover {
    font-style: italic;
    text-decoration: underline;
    color: #8166ee;
}
.main_header {
    background-color: #5f44c4;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.main_header a{
    color: #fff;
    text-decoration:none;
    padding:0 10px;
    font-size:18px;
}
    .main_header a:hover {
        font-style: italic;
        cursor: pointer;
        color: #dad5ed;
    }

    .appointmentDelayed {
        background: #ff0000;
    }


.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;
}

.mpbg {
    background-color: #3d3d3d35;
}

.form_container {
    --min: 30ch;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}
    .form_container > * {
        flex: 1 1 350px;
    }
.form_item_container {
    color: var(--labeltextcolor);
    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_item_container.users_details {
        width: 30%;
        margin-left:auto;
        margin-right:10%;
        margin-bottom:-40px;
        text-align: right;
        display: grid;
        grid-template-columns: auto auto;
    }
.users_details label {
    display: inline-block;
    background-color: red;
}
.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 var(--bordercolor);
    font-size: 18px;
    color: var(--textboxtextcolor);
    font-weight: 100;
    display: block;
}

.tb_area {
    height: 100px;
    resize: none;
}

.form_textbox_tiny {
    width: 90px;
}

.form_textbox_small {
    width: 150px;
}

.form_textbox_big {
    width: 500px;
}

textarea:focus, input:focus {
    outline: none;
}

.form_label {
    font-weight: 100;
    display: block;
}
input[type="checkbox"]:checked {
    accent-color: #8166ee;
    box-shadow: 0 0 0 5px #8166ee;
    color: #8166ee;
}
input[type="checkbox"] {
    accent-color: #8166ee;
    box-shadow: 0 0 0 5px #8166ee;
    width: 30px;
    height: 30px;
}



.completionList {
    list-style-type: none;
    background-color: #dad5ed;
    margin-top: 0;
    text-decoration: none;
    padding-left: 5px;
    color: #8166ee;
}

    .completionList li:hover {
        color: #fff;
        cursor: pointer;
        background-color: #5f44c4;
    }
.btn {
    border: 1px solid #8166ee;
    background-color: #fff;
    font-size: 16px;
    color: #5f44c4;
    font-weight: bold;
    padding: 5px 5px 5px 23px;
    margin: auto;
    margin-right: 5px;
    margin-left: 5px;
}

    .btn:hover {
        cursor: pointer;
        border: 1px solid #8166ee;
        background-color: #dad5ed;
        font-size: 16px;
        color: #5f44c4;
    }

.bt_acept {
    background: url(accept.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 28px;
}

.bt_search {
    background: url(search.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 24px;
}
.bt_logout {
    background: url(logout.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 24px;
    float:right;
    margin-right:1%;
}
.bt_save {
    background: url(save.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 24px;
}
.bt_cancel {
    background: url(cancel.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 24px;
}
.gv {
    margin: auto;
    border-color: #8166ee;
    margin-top: 20px;
}

.gv_80 {
    width: 80%;
}

.gv_header {
    background-color: #dad5ed;
    color: #8166ee;
    padding: 5px 35px;
}

.gv_label {
    color: #5f44c4;
}

.gv tr td {
    text-align: center;
    background-color:#fff;
}
.gv tr td input{
    width:32px;
}
.poup_alert{
    width:250px;
    margin:auto;
}
.popup{
    border:1px solid #5f44c4;
}
.popup_header {
    background-color: #5f44c4;
    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;
    }
    .popup_body {
        background-color: #fff;
    }
.popupmsg{
    font-size:18px;
    font-style:italic;
    font-weight:bold;
}
.success {
    color: #8166ee
}
.fail {
    color: #ff0000
}
.hr_divisor {
    border-top: 1px solid #dad5ed;
}

.ajax__tab_inner {
    border-bottom: 1px solid #dad5ed;
    width: 100%;
}

.ajax__tab_inner:hover {
    background-color: #dad5ed;
}
    .ajax__tab_inner a {
        color: #8166ee;
        width:100%;
        font-size:16px;
    }
    .ajax__tab_inner a:Hover {
        color: #5f44c4;
    }




.ajax__tab_active .ajax__tab_inner {
    background-color: #5f44c4;
}
.ajax__tab_active .ajax__tab_inner:hover {
    background-color: #5f44c4;
}

    .ajax__tab_active .ajax__tab_inner a {
        color: #fff;
    }


.ajax__tab_header span {
    margin: 0 5px;
    padding: 5px;
}

.home {
    height: 100%;
    position:fixed;
    width: 100%;
    text-align: center;
    font-size: 50px;
    color: #fff;
    padding-top: 50px;
    background: url(logo.png);
    background-repeat: no-repeat;
    background-size: 190px;
    background-position:center;
}