* {
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Roboto', sans-serif;
    background-color: rgba(0,151,47,0.7);
    cursor: default;
}

.loader {
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    background-image: url('../img/loader.svg');
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.auth_body {
    width: 100%;
}

.auth_body .error {
    width: 320px;
    margin: 0 auto;
    background-color: #f13f3f;
    color: #fff;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    top: -40px;
    font-size: 15px;
    box-shadow:0 3px 3px rgba(0,0,0,0.5);
}

.auth_logo {
    width: 140px;
    height: 140px;
    background: url('../img/logo.png') center no-repeat;
    margin: 0 auto;
    padding: 40px 0 40px 0;
}

.auth_form {
    width: 320px;
    height: 114px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 30px;
    z-index: 1;
    position: relative;
}

.auth_form_block {
    width: 80%;
    margin: 0 auto;
    padding: 10px;
}

.auth_form_block .label {
    position: absolute;
    font-size: 20px;
    color: #8e8e8e;
    padding: 15px 0 0 10px;
    box-sizing: border-box;
}

.auth_form_line {
    width: 100%;
    background-color: #ccc;
    height: 4px;
}

.auth_form_block input {
    width: 100%;
    border: 0;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px 0 30px;
    box-sizing: border-box;
    color: #8e8e8e;
}

.auth_button {
    width: 320px;
    height: 100px;
    margin: 0 auto;
    background-color: #FCEE21;
    border-radius: 30px;
    top: -50px;
    z-index: 0;
    position: relative;
    cursor: pointer;
    box-shadow:0 3px 3px rgba(0,0,0,0.5);
}

.auth_button:hover {
    box-shadow:0 5px 5px rgba(0,0,0,0.5);
}

.auth_button_text {
    color: #8e8e8e;
    line-height: 145px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

input:focus {
    outline: none;
}

menu {
    position: fixed;
    width: 250px;
    height: 100%;
    left: 0;
    top: 0;
    box-shadow: 2px 1px 2px rgba(0,0,0,0.5);
    z-index: 1;
}

menu .navigation {
    overflow: auto;
    height: calc(100% - 160px);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

menu .navigation .navigation_group {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 10px;
    color: #fff;
    font-size: 16px;
    background-color: #00972F;
    border-bottom: 1px solid #028c2d;
    box-sizing: border-box;
    cursor: pointer;
}

menu .navigation .navigation_group:hover {
    color: #ffff00;
    background-color: #028c2d;
}



menu .navigation .navigation_item {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 20px;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #028c2d;
    box-sizing: border-box;
    cursor: pointer;
}

menu .navigation .navigation_item:hover {
    color: #ffff00;
    background-color: #028c2d;
}



.main_logo {
    width: 140px;
    height: 140px;
    background: url(../img/logo.png) center no-repeat;
    margin: 0 auto;
    padding: 10px 0 10px 0;
}

header {
    position: fixed;
    width: calc(100% - 250px);
    height: 50px;
    min-width: 518px;
    left: 250px;
    top: 0;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 1px 2px 2px rgba(0,0,0,0.5);
    z-index: 1;
}

header .header_title {
    float: left;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
    padding: 0 0 0 10px;

}

header .header_tools {
    float: right;
    line-height: 28px;
    font-size: 16px;
    color: #ffffff;
}

header .header_tools .header_tools_email {
    padding: 5px;
    border-radius: 10px;
    display: inline-block;
}


header .header_tools .header_tools_item {
    display: inline-block;
    margin: 5px 5px 5px -5px;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.5);
    cursor: pointer;
}





main {
    overflow: auto;
    position: fixed;
    width: calc(100% - 250px);
    height: calc(100% - 50px);
    background-color: #fff;
    left: 250px;
    top: 50px;
}

.view {
    padding: 5px;
}

.table {
    border: 1px solid #000;
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
}

.table tr, .table td {
    border: 1px solid #000;
    padding: 10px;
}

.table td {
    width: 50%;
}

.table_master {
    border: 1px solid #000;
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
}

.table_master tr, .table_master td {
    border: 1px solid #000;
    padding: 10px;
}
.table_master td {
    width: 100%;
}

.table_group {
    border: 1px solid #000;
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
}

.table_group tr, .table_group td{
    border: 1px solid #000;
    padding: 10px;
}

.nowrap {
    white-space: nowrap;
}

.h2 {
    font-size: 20px;
    padding: 10px 5px 10px 0;
    font-weight: 900;
}

.view_tools {
    float: right;
    text-align: right;
}

.button{
    white-space: nowrap;
    color: #fff;
    display: inline-block;
    margin: 3px 0 0 0;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.5);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

.margin0 {
    margin: 0;
}

.green:hover {
    color: #ffff00;
    background-color: #028c2d;
}
.red:hover{
    color: #ffff00;
    background-color: #b43e3e;
}
.green{
    border: 1px solid #028c2d;
    background-color: #00972F;
}

.red{
    border: 1px solid #b43e3e;
    background-color: #f13f3f;
}

.table input[type="text"],.table input[type="email"],.table input[type="date"],.table input[type="number"], .table select {
    width: 100%;
    height: 20px;
}

.alert {
    width: 100%;
    line-height: 30px;
    padding: 5px 0 5px 10px;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.5);
    margin-bottom: 5px;
}

.alert.error {
    background-color: #f13f3f;
}

.alert.message {
    background-color: rgba(0,151,47,0.7);
}

.overlay {
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
}
.modal {
    width: 100%;
    padding: 0;
    display: table;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    margin: 0;
}

.modal-block {
    vertical-align: middle;
    display: table-cell;
    margin: 0;
}

.modal-main {
    width: 450px;
    background-color: #fff;
    margin: 0 auto;
    text-align: left;
    border-radius: 5px;
}

.modal-button-close {
    left: 362px;
    position: relative;
}

.modal-header {
    background-color: #ccc;
    height: 42px;
    padding: 0;
    box-sizing: border-box;
    border-radius: 5px;
}
.modal-content {
    padding: 5px;
}

.modal-title {
    position: fixed;
    padding: 0 0 0 10px;
    line-height: 42px;
    font-weight: 900;
}

.search {
    width: 200px;
    height: 30px;
    font-size: 18px;
}

.select {
    width: 100%;
    height: 30px;
    line-height: 30px;
}