@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}
.navbar-collapse{
    justify-content: center;
}
nav{
    width: 100%;
    background-color: #044779;
    margin: 0;
    padding: 0;
}
.navbar{
    margin: 0;
    padding: 3pt;
}

.nav-link {
    margin: 0pt 5pt 0pt 5pt;
    padding: 0pt 5pt 0pt 5pt;
    font-size: medium;
    color: #9597A3;
    width: 100%;
}
.background-link {
    background-color: #f3f0ea;

}
.up-nav {
    color: #f3f0ea;
    display: inline-block;
    border-right: 1px solid #f3f0ea;
    text-align: justify;
}
.up-nav1 {
    color: #f3f0ea;
}
.up-nav:hover{
    background: #103D70;
    color: #F3F781;
        }
.up-nav1:hover{
    background: #103D70;
    color: #F3F781;
}
.navbar-active{
    color: #F3F781;
}
.navli {
    font-size: larger;
}
.navbar-toggler{
    background-color: #084B8A;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.footer{
    margin: 0;
    width: 100%;
    font-size: 0.65em;
    font-weight: bold;
    background-color: #044779;
    color: #ffffff;
    text-align: center;
}
.footer p{
    margin: 0;
}
.clothnav{
    font-size: 11pt;
}
.clothnav1{
    margin: 0pt 5pt 0pt 5pt;
    padding: 0pt 5pt 0pt 5pt;
}
.pocket-info{
font-size: 9pt; text-align: center; margin-bottom: -0.8em;
}
.form-group{
    color: #66ccff;
    font-weight: bold;
    font-size: 100%;
}
.btn-light-gray {
    color: #050505;
    background-color: #FFFFFF;
    border-color: #CED4DA;
    width: 30%;
}
.font-title {
    color: #000000;
    font-size: 12pt;
    text-align: center;
    font-weight: 600;
}
.normal-text {
    font-weight: normal; /* Жирное начертание текста заголовка */
    font-size: 9pt; /* Размер шрифта */
    color: #000000; /* Цвет текста заголовка */
    text-align: center;
    }
.top-sticky th {
    position: sticky;
    top: 0;
    background: white;
    color: black;
}
.table-style td {
    padding: 1pt;
}
.table-style th {
    padding: 1pt;
}
.danger-my {
    font-weight: 500;
    text-align: center;
    margin: auto;
    width: 250pt;
}
@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-remove-sign:before {
    content: "\e083";
}
.glyphicon-remove-circle:before {
    content: "\e088";
}

div#channel-list {
    display: none;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    margin-top: 2em;
}
.btn-light-gray:hover,
.btn-light-gray:focus,
.btn-light-gray:active,
.btn-light-gray.active,
.open .dropdown-toggle.btn-light-gray {
    color: #050505;
    background-color: #DCDFE0;
    border-color: #CED4DA;
}
.btn-light-gray:active,
.btn-light-gray.active,
.open .dropdown-toggle.btn-light-gray {
    background-image: none;
}
.btn-light-gray.disabled,
.btn-light-gray[disabled],
fieldset[disabled] .btn-light-gray,
.btn-light-gray.disabled:hover,
.btn-light-gray[disabled]:hover,
fieldset[disabled] .btn-light-gray:hover,
.btn-light-gray.disabled:focus,
.btn-light-gray[disabled]:focus,
fieldset[disabled] .btn-light-gray:focus,
.btn-light-gray.disabled:active,
.btn-light-gray[disabled]:active,
fieldset[disabled] .btn-light-gray:active,
.btn-light-gray.disabled.active,
.btn-light-gray[disabled].active,
fieldset[disabled] .btn-light-gray.active {
    background-color: #FFFFFF;
    border-color: #CED4DA;
}
.btn-light-gray .badge {
    color: #FFFFFF;
    background-color: #050505;
}
form {
    margin-top: 5%;
    margin-bottom: 5%;
}

img {
    margin: 0;
    max-width: 100%;
}

.btn-exit {
    background: green;
    font-size: 11pt;
    color: white;
    margin-bottom: 15pt;
    margin-top: 15pt;
}
.modal {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 1050;
    display: none;
    outline: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}
.modal-content {
    width: 100%;
    position: fixed;
    margin: 0px;
    padding: 0;
    border-radius: 5px;
    border: 0;
    top: 5%;
}
.close-channel {
    color: blue;
    line-height: 20pt;
    position: absolute;
    right: 5pt;
    text-align: center;
    top: 5pt;
    width: 20pt;
    text-decoration: none;
    font-weight: 500;
    border-radius: 20pt;
    box-shadow: 1px 1px 3px #000;
    z-index: 1052
}
