body{
    padding: 0;
}

.auth-form {
    display: block;
    position: relative;
    width: 46%;
    left: 27%;
    top: 200px;
    min-height: 400px;
    background: #ecf0f1;
    border-radius: 5px;
    border-top: 6px solid rgb(5, 99, 83);
    box-shadow: 3px 3px 10px #333;
    padding: 15px;
}

.auth-form h2 {
    text-align: center;
    font-weight: 200;
    font-size: 2em;
    margin-top: 10px;
    color: #34495e;
}

.auth-form .elements-form {
    display: block;
    position: relative;
    width: 60%;
    left: 20%;
    padding-top: 20px;
    text-align: center;
}

.auth-form input,
.auth-form button {
    width: 80%;
    margin-bottom: 25px;
    height: 40px;
    border-radius: 5px;
    outline: 0;
    background: white;
}

.auth-form input{
    padding: 3px 5px;
}

.auth-form a {
    text-align: center;
    font-size: 14px;
    color: #3498db;
}
    
.auth-form button {
    background: rgb(5, 99, 83);
    border:none;
    color: white;
    font-size: 20px;
    font-weight: 200;
    cursor: pointer;
    transition: box-shadow .4s ease;
}

.auth-form button:hover{
    background: rgb(8, 155, 130);
}

.menu{
    display: block;
    position: relative;
    list-style:none;
    width:40%;
    left: 30%;
    margin-top: 30px;
}

.menu li{
    display:block;
    width:75%;
    text-align:center;
    background-color:rgb(5, 99, 83);
    margin-bottom: 10px;
    transition-duration: 2.0s;
}

.menu li:hover{
    width: 100%;
    transition-duration: 2.0s;
}

.menu .menu__li--bg{
    background-color:rgb(4, 73, 62);
}

.menu li a{
    display: block;
    width: 100%;
    height: 100%;
    color:#fff !important;
    padding: 20px;
    font-size: 1.2em;
    text-decoration: none; 
    cursor: pointer;
}


.modalframe, .logModalFrame{
    position: fixed;
    background-color: #a0afa1;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 10px;
    left: 25%;
    top: 15%;
    min-width: 50%;
    max-height: 80%;
    overflow: auto;
}

.maindiv{
    position: relative;
    width: 80%;
    left: 10%;
    margin-top: 10px;
    background-color: #d8d1d1;
    border: 1px rgba(0, 0, 0, 0.541) solid;
    border-radius: 10px;
    padding: 10px;
}

.readonlyInput,.readonlyTextArea, .readInput{
    margin-left: 10%;
    width: 40%;
    padding: 5px;
    border: 0.1em rgba(0, 0, 0, 0.3) solid;
    border-radius: 5px;
}

.onethirdwidth{
    margin-left: 5%;
    max-width: 25%;
}

.text{
    display: inline-block;
    vertical-align: top;
    color:black;
    letter-spacing: 0.09em;
    width: 40%;
    text-align: center;
}

.radioBlock{
    display: block;
    position: relative;
    width: calc(35% + 19px);
    left: calc(35% - 19px/2);
}

.radioBtn{
    display:none;
}

.radioBtn + label{
    width:100%;
    cursor: pointer;
}

.radioBtn + .radioLabel_inline{
    width:calc(50% - 5px);
}

.radioBtn + label .radio_span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(/icons/check_radio_sheet.png) -38px top no-repeat;
    cursor:pointer;
}

.radioBtn:checked + label .radio_span {
    background:url(/icons/check_radio_sheet.png) right top no-repeat;
}

#OKbtn, .ok{
    display:block;
    width: 20%;
    position: relative;
    left: 40%;
}

.modalframe > .cancelBtn{
    display: block;
    position: relative;
    min-width: 32px;
    width: 5%;
    left: 1%;
    top: 1%;
    margin-bottom: 20px;
    cursor: pointer;
}

.modalframe > .cancelBtn:hover{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 800ms;
}



.marginTopBottom{
    margin-top: 20px;
    margin-bottom: 20px;
}

.bthsize{
    max-height: 3.5em;
    max-width: 3.5em;
    min-height: 3em;
    min-width: 3em;
}

.groupdsbtn{
    position:relative;
    width:80%;
    left:10%;
    margin-top:5%;
}

.iconsize{
    width: 100%;
}

.form{
    display: block;
    position: relative;
    padding: 10px;
    /* background: rgba(105, 105, 105, 0.25);
    border: 1px rgba(105, 105, 105, 0.45) solid; */
    background:rgba(0, 80, 67, 0.25);
    border: 1px rgba(4, 73, 62,0.45) solid;
    top: 10px;
    width: 60%;
    left: 20%;
    margin-bottom:10px;
}

.formBgLight{
    background: rgba(0, 80, 67, 0.212);
}

.form input, .form select, .form textarea, .modalframe select, .modalframe textarea, .sel, .textArea{
    margin-left: 10%;
    min-width: 40%;
    padding: 5px;
    border: 0.1em rgba(0, 0, 0, 0.3) solid;
    border-radius: 5px;
}

.closed{
    display: none;
}

.opened{
    display: block;
}

.readInput{
    width: 100%;
}

.sel, .textArea, .readInput{
    margin: 0;
}

.logModalFrame{
    left: 15%;
    top: 15%;
    min-width: 70%;
    max-height: 80%;
}

.longModal{
    left: 10%;
    top: 15%;
    width: 80%;
    max-height: 80%;
}

.errorBlock, .smallModal{
    position: fixed;
    width: 40%;
    min-height: 30%;
    top:10%;
    left: 30%;
    z-index: 1000;
    color:white;
    min-height: 35px;
    padding: 2px 8px;
    font-weight: bold;
    border: 1.5px white solid;
    border-radius: 5px;
}

.smallModal{
    min-width:30%; 
    background-color: #a0afa1;
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.errorBlock{
    border: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.errorBlock > p{
    display: block;
    position: relative;
    width: 95%;
    left:2%;
    top:2px;
    overflow: auto;
}

.errorBgRed{
    background-color: #e64552;
}

.errorBgGreen{
    background-color: #27db45;
}

.errorBgBlue{
    background-color: #7977f3;
}

.title{
    margin: 40px 0 40px 0;
}

.title h3 {
    font-family: 'Merriweather', serif;
    font-size: 24px;
    text-align: center;
    color: #465457;
    display: table;
    position: relative;
    width: auto;
    max-width: 300px;
    margin: 15px auto;
    letter-spacing: 2px;
}

.title h3:before {
    content: "";
    position: absolute;
    top: -20%;
    left: -20px;
    width: 30px;
    height: 20px;
    border-top: 2px solid rgb(5, 99, 83);
    border-left: 2px solid rgb(5, 99, 83);
}

.title h3:after {
    content: "";
    position: absolute;
    bottom: -20%;
    right: -20px;
    width: 30px;
    height: 20px;
    border-bottom: 2px solid rgb(5, 99, 83);
    border-right: 2px solid rgb(5, 99, 83);
}

.fileAnchor{
    display: block;
    position: relative;
    width: 60%;
    left: 20%;
    margin-bottom: 10px;
    color: white !important;
    border: 1px solid black;
    padding: 1px;
    border-radius: 4px;
    cursor: pointer;
    text-align:center;
}

.fileAnchor:hover{
    text-decoration: underline;
    background-color: rgba(207, 207, 207, 0.212);
}

.gijgo_div_input{
    display: inline-block;
    margin-left: 10%;
    min-width: 40%;
}