@media screen and (max-width: 992px) {
    .media-none-992{
	display: none;
    }
}

::-webkit-scrollbar-button { 
    background-image:url(''); 
    background-repeat:no-repeat; 
    width:5px; 
    height:0px 
} 
::-webkit-scrollbar-track { 
    background-color:#32312e; 
    box-shadow:0px 0px 3px #000 inset; 
} 
::-webkit-scrollbar-thumb { 
    -webkit-border-radius: 5px; 
    border-radius: 5px; 
    background-color:#ffcb17; 
    box-shadow:0px 1px 1px #fff inset; 
    background-position:center; 
    background-repeat:no-repeat; 
} 
::-webkit-resizer{ 
    background-image:url(''); 
    background-repeat:no-repeat; 
    width:5px; 
    height:0px 
} 
::-webkit-scrollbar{ 
    width: 10px; 
}
::-webkit-scrollbar:horizontal{
    height: 10px;
}

body{
    /*background: #ccc;*/
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.container-fluid{
    margin: auto;
    padding: 20px;
    width: 100%;
    border: 0px solid black;

}

.center {
    text-align: center;
}
.navbar-dark .navbar-nav .nav-link {
    /*font-size: 1em;*/
    /*color: white;*/
}
.wrapper{
    min-height: calc(100vh - 65px);
    /*min-height: 800px;*/
    /*    width: 95%;
	margin: auto;*/
}
.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    height: 65px;
}

.pointer {
    cursor: pointer;
}

.nav-link-razdel {
    padding: 5px !important;
    border: 1px solid black;
    border-radius: 20px;
    margin: 5px;
    background-color: white;
    color: black !important;
    text-align: center;
    font-size: 1.2rem;
    cursor: pointer;
    font-family: Trebuchet MS !important;
    transition: .5s;
    width: 100%;
}

.nav-link-razdel:hover {
    color: black !important;
    border: 1px solid white;
    text-decoration: none;
    transition: .5s;
    background-color: coral !important;
}

/*.dropdown:hover .dropdown-menu {
 display: block;
 margin-top: 0;
 }*/

.dropdown-menu a:hover {
    background-color: #007bff;
    color: white;
}

.dropdown a {
    text-decoration: none;
}

.dropdown-menu {
    margin-top: 5px;
}

.block {
    /*border: 1px solid black;*/
    font-family: Trebuchet MS;
    font-size: 1.2rem;
}

.txt-absolute{
    position: absolute;
    margin: 0;
    top: 60%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 5rem;
    font-family: Trebuchet MS;
    color: white;
    text-align: center;
}

.menu{
    transition: .3s;
    margin: 10px auto 0px;
    filter: grayscale(0);
    padding: 0px;
}

.menu:hover{
    /*    box-shadow: 20px 20px 20px #000;*/
    box-shadow: 10px 20px 30px rgba(0,0,0,0.25), 10px 10px 10px rgba(0,0,0,0.22);
    transition: .3s;
    padding: 0px;
    filter: grayscale(100);
}

#navbarSupportedContent>ul>li{
    /*margin: 10px auto;*/
}

.paragraph p{
    text-align: justify;
    font-size: 18px;
}

.section{
    transition: .3s;
    margin: 10px auto 0px;
    filter: grayscale(0);
    padding: 0px;
}

.section:hover{
    /*    box-shadow: 20px 20px 20px #000;*/
    box-shadow: 10px 20px 30px rgba(0,0,0,0.25), 10px 10px 10px rgba(0,0,0,0.22);
    transition: .3s;
    filter: grayscale(100);
}

#loader{
    position:fixed;
    display:none;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:#000000;
    opacity:.5;
    z-index: 1;
}

#popup-message{
    display: none;
    color: #000;
    font-size: 24px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px #ccc;
    padding: 5px;
    text-align: center;
    /*width: 600px;*/
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    /*font-weight: bold;*/
    background: greenyellow;
}

.a-page-article{
    text-decoration: none;
    color: black;
}

.a-page-article:hover{
    text-decoration: none;
    color: red;
}

button:active, button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.menu-white {
    font-weight: bold;
    background-color: white; 
    color: black; 
    padding: 5px;
    font-size: 18px;
    margin: 5px;
    border-radius: 10px;
    text-align: center;
}

.zebra{
    width: 100%;
    margin: 20px auto;
    border-collapse: collapse;
}
.zebra .foot{
    background: #d5d5d5;
    color: #000;
    text-align: left;
}
.zebra input{
    width: 100%;
    transition: all .5s;
}
.zebra input:focus{
    box-shadow: 0 0 5px #000;
}
.zebra th {
    background: #323664;
    color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    vertical-align: middle;
    padding: 12px 5px;
    font-size: 16px;
    text-align: center;
    border: 1px solid white;
}
.zebra td{
    border: 1px solid #ccc;
    padding: 5px;
    vertical-align: middle;
    padding: 12px 5px;
    font-size: 16px;
}
.zebra tr{
    transition: all .5s;
}
.zebra tr:hover{
    background: #f1f1f1;
}

.editable{
    padding: 3px;
    transition: all .5s;
    border: 1px solid rgba(82, 168, 236, .5);
}
.editable:focus{
    border: 1px solid rgba(82, 168, 236, 1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.9);
    outline: 0 none;
}
.delete-confirm {
    background-color: black !important;
}

.stick-content{
    background: #DDD;
    padding: 10px;
}

.stick-content.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.stick-content.fixed div{
    /*margin-top: 10px;*/
    vertical-align: middle;
}

.btn-group{
    margin-top: 5px;
}

.navbar-brand a:hover {
    text-decoration: none;
}

.btn a {
    color: white;
}

.close_modal {
    background: transparent;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.gray{
    filter: grayscale(100);
}
.paystyle{
    padding: 0px !important;
    outline: 3px solid blue;
}


/*----------------------------------*/

.toggle-button {
    position: relative;
    display: inline-block;
    color: #fff;
}

.toggle-button label {
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left;
}

.toggle-button input {
    display: none;
}

.toggle-button__icon {
    cursor: pointer;
    pointer-events: none;
}

.toggle-button__icon:before, .toggle-button__icon:after {
    content: "";
    position: absolute;
    top: 45%;
    left: 35%;
    transition: 0.2s ease-out;
}

.toggle-button--aava label {
    height: 30px;
    line-height: 30px;
    transition: all 0.2s;
    border-radius: 2rem;
}

.toggle-button--aava label:before, .toggle-button--aava label:after {
    position: absolute;
    right: 0.7rem;
    transition: all 0.2s .1s ease-out;
}

.toggle-button--aava label:before {
    content: attr(data-on-text);
}

.toggle-button--aava label:after {
    content: attr(data-off-text);
}

.toggle-button--aava input[type=checkbox] + label {
    width: 80px;
    background: black;
}

.toggle-button--aava input[type=checkbox] + label:before {
    opacity: 0;
    transform: translate(0, 20px);
}

.toggle-button--aava input[type=checkbox] + label:after {
    opacity: 1;
    transform: translate(0, 0);
}

.toggle-button--aava input[type=checkbox]:checked ~ label {
    width: 80px;
    background: #61B136;
}

.toggle-button--aava input[type=checkbox]:checked ~ label:before {
    opacity: 1;
    transform: translate(0, 0);
}

.toggle-button--aava input[type=checkbox]:checked ~ label:after {
    opacity: 0;
    transform: translate(0, -20px);
}

.toggle-button--aava input[type=checkbox]:checked ~ .toggle-button__icon:before {
    transform: translate(-10%, 100%) rotate(45deg);
    width: 16.66667px;
}

.toggle-button--aava input[type=checkbox]:checked ~ .toggle-button__icon:after {
    transform: translate(30%) rotate(-45deg);
}

.toggle-button--aava .toggle-button__icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 30px;
}

.toggle-button--aava .toggle-button__icon:before, .toggle-button--aava .toggle-button__icon:after {
    height: 3px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.toggle-button--aava .toggle-button__icon:before {
    width: 25px;
    transform: rotate(45deg);
}

.toggle-button--aava .toggle-button__icon:after {
    width: 25px;
    transform: rotate(-45deg);
}
/*-----END TOOGLE-BUTTON---------------------*/

/*.zoom {
  width: 100%;
  background: white;
  box-shadow: 0 3px 10px #ccc;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  text-indent: 0px;
  text-align: center;
  padding: 5px;
  z-index: 100;
}

.zoom img {width: 100%; padding: 0px;}

.zoom:hover {
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(1deg);
  -o-transform: rotate(-1deg);
  -ms-transform: rotate(1deg);
  box-shadow: 0 2px 3px #666;
}

.zoom:focus {
  -webkit-transform: rotate(-3deg) scale(1.5);
  -moz-transform: rotate(-3deg) scale(1.5);
  -o-transform: rotate(-3deg) scale(1.5);
  -ms-transform: rotate(-3deg) scale(1.5);
  box-shadow: 0 2px 3px #666;
}*/
