@charset "utf-8";
/* Standart */

.page_nav {
    letter-spacing: 1.1px;
    text-align: left;
    /* background-color: #ffffffde; */
    color: #2f2f2f;
    padding: 43px;
    margin-bottom: 24px;
    /* border: 1px solid #c8c8c8; */
    border-radius: 5px;
    padding-left: 78px;
    padding-right: 78px;
    /* box-shadow: 2px 3px 5px -3px rgb(0 0 0 / 61%); */
}

.mylink:link,
.mylink:active,
.mylink:visited {
    color: #333;
    text-decoration: none;
}

.mylink:hover {
    color: #000000;
    border-bottom: 3px dashed #666666
}

.nav_str {
    font-weight: bold;
}

.nav_str a {
    background-color: #8049ad8c;
    color: #ffffff;
    padding: 5px 15px;
    margin-right: 3px;
    margin-bottom: 5px;
    border-radius: 22px;
    border: 1px solid #f9f9f98a;
    display: inline-table;
    text-decoration: none;
}

.nav_str a:hover {
    background-color: #F9F9F9
}

.page_info {
    letter-spacing: 1.1px;
    text-align: left;
    color: #ffffff;
    padding: 10px 30px;
    margin-bottom: 25px;
    background-color: #027c6c80;
    border-radius: 10px;
}

.page_title {
    cursor: default;
    background-color: #ffffff29;
    color: #dbff92;
    border: 1px solid #fffefef2;
    margin-bottom: 30px;
    height: 35px;
    line-height: 35px;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border-radius: 10px;
}

/* BOOTSTRAP */

.input-group2 .form-control {
    height: 55px;
    background-color: #ffffffde;
    font-weight: bold;
    border: 3px solid #00000059;
}

.input-group2 .form-select {
    height: 50px;
    font-weight: bold;
}

.input-group2 .input-group-text {
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    background-color: #2d2d2db5;
    border: 1px solid #97c294;
    border-radius: 10px;
    min-width: 55px;
    box-shadow: inset 0 0 0px 0px #8c8c8c;
    border-right: 0;
    border: 1px solid #6b6b6b;
}

.input-group2 .input-group-text i {
    margin: auto;
    font-size: 18px;
}

/**/

.btn2 {
    line-height: 1.0;
    height: 50px;
    min-width: 150px;
    box-shadow: inset 0px 0px 4px 0px #000000bf;
    border: 0;
    font-weight: bold;
    letter-spacing: 1px;
    transition: .3s;
    /* border: 1px solid #000000; */
    border-radius: 5.25rem;
}

.btn-dark {
    background-color: #636363d1;
    border-color: #636363;
}

.btn-dark:hover {
    background-color: #2A2A2A;
}

.btn-primary {
    background-color: #003e7aa1;
    border-color: #407eb9a3;
}

.btn-primary:hover {
    background-color: #0f586d;
}

.btn-success {
    background-color: #56943f;
    border-color: #2f9628de;
}

.btn-success:hover {
    background-color: #65b966ab;
}

.btn-warning {
    background-color: #c4861fd1;
    border-color: #a76918c7;
    color: #FFFFFF;
}

.btn-warning:hover {
    background-color: #e892021a;
}

.btn-danger {
    background-color: #b92d3bbd;
    border-color: #af5565;
}

.btn-danger:hover {
    background-color: #b92d3b;
}

.btn-light {
    background-color: #ffffff70;
    border-color: #b9b9b9c4;
}

.btn-light:hover {
    background-color: #e4e4e4;
}

/*ANIM*/

.zoom {
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.zoom:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.lin {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: lin;
    animation-timing-function: linear;
}

@keyframes lin {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(0);
    }
}

.rotating {
    -webkit-animation: rotating 10s linear infinite;
    -moz-animation: rotating 10s linear infinite;
    -ms-animation: rotating 10s linear infinite;
    -o-animation: rotating 10s linear infinite;
    animation: rotating 10s linear infinite;
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*Таблица стилий*/

.table {
    font-size: 14px
}

.table .tab_title {
    background-color: #2323239c;
    color: #ff9c9ced;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 20px;
}

.table .tab_title th {
    background-color: #00000094;
    color: #FFFFFF;
}

.table tr {
    line-height: 20px;
    background-color: #ffffff94;
    /*border-bottom: 1px solid #9f9f9f;*/
    background-image: url(../img/fon/12.png);
}

.table tr:nth-child(odd) {
    background-color: #fbfbfbad;
}

.table tr:nth-child(even) {
    background-color: #f5f5f5cf;
}

.nav_str a {
    background-color: #0c0c0c00;
    color: #272626;
    padding: 10px 28px;
    margin-right: 3px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #f9f9f900;
    display: inline-table;
    text-decoration: none;
    background-repeat: no-repeat;
}

.nav_str a:hover {
    color: #000000
}

/*Menu nav*/

#_menu {
    border-radius: 50px
}

#_menu .btn {
    background-color: #383838b5;
    border: 1px solid #56937a8f;
    color: #FFFFFF;
}

#_menu a {
    border-radius: 50px
}

#_menu .btn:hover {
    color: #ffbc5c;
}

.input-group2 .input-group-text {
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffffc7;
    text-align: center;
    background-color: #4a4a4a;
    border: 1px solid #97c294;
    border-radius: 10px;
    min-width: 55px;
    box-shadow: inset 0 0 0px 0px #8c8c8c;
    border-right: 0;
    border: 1px solid #90909063;
}

.input-group2 .form-control {
    height: 55px;
    background-color: #ffffff24;
    font-weight: bold;
    border: 3px solid #0000004a;
    /* border-bottom: 3px solid #ffffffab; */
    border-radius: 50px;
}

input[type=text]::placeholder,
input[type=password]::placeholder {
    color: #7C7C7C;
}

input[type=text]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder {
    color: #7C7C7C;
}

input[type=text]::-moz-placeholder,
input[type=text]::-moz-placeholder {
    color: #7C7C7C;
}

input[type=text]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder {
    color: #7C7C7C;
}

.input-group2 .input-group-text i {
    margin: auto;
    font-size: 22px;
}

/*----------------------*/

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group2 .form-control {
    height: 50px;
    background-color: #ffffff24;
    font-weight: bold;
    border: 0px solid #0000004a;
    /* border-bottom: 3px solid #ffffffab; */
    border-radius: 50px;
    /* padding-left: 30px; */
}

.input-group2 .input-group-text {
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffffc7;
    text-align: center;
    background-color: #ffffff24;
    border: 1px solid #97c294;
    border-radius: 10px;
    min-width: 50px;
    box-shadow: inset 0 0 0px 0px #8c8c8c;
    border-right: 0;
    border: 0px solid #90909063;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 50px;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 50px;
}