@font-face{
  font-family: 'LabGrotesque';
  src: url("../fonts/LabGrotesque-Regular.eot");
    src: url("../fonts/LabGrotesque-Regular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/LabGrotesque-Regular.woff") format("woff"),
    url("../fonts/LabGrotesque-Regular.woff2") format('woff2');
    font-style: normal;
    font-weight: normal;
}

@font-face{
  font-family: 'LabGrotesque';
  src: url("../fonts/LabGrotesque-Bold.eot");
    src: url("../fonts/LabGrotesque-Bold.eot")format("embedded-opentype"),
    url("../fonts/LabGrotesque-Bold.woff") format("woff"),
    url("../fonts/LabGrotesque-Bold.woff2") format('woff2');
    font-style: bold;
    font-weight: bold;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
    font-family: 'LabGrotesque' !important;
}

body {
    height: 100%;
}
a,
.table-hove tr,
accordion .list-group,
.table-list tbody .tr,
.big-grid tr {
    cursor: pointer;
}
accordion .list-group {
    margin-bottom: 10px !important;
}
accordion .list-group:last-child {
    margin-bottom: 0px !important;
}
accordion accordion .panel-group {
    margin-bottom: 0px !important;
}
.logo_img {
    max-height: 240px;
    max-width: 700px;
}

.vuz_name {
    color: #777;
}

.bg-text {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 1.42857;
    margin: 0 0 10px;
    padding: 9.5px;
    word-wrap: break-word;
}

.field-img {
    max-width: 680px;
}

.navbar-nav > li .input-group {
    padding-bottom: 8px;
    padding-top: 8px;
}

.contact-img {
    width: 100%;
}

fieldset {
    margin-bottom: 15px !important;
}

blockquote {
    font-size: 14px !important;
}

 span.bg-danger,
 span.bg-warning,
 span.bg-info {
     padding: 5px;
 }

 td span.bg-danger {
     background-color: #f2dede;
 }
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  height: 100%;
  min-height: 100%;
}

.text {
    -moz-transform: rotate(270deg); /* Для Firefox */
    -ms-transform: rotate(270deg); /* Для IE */
    -webkit-transform: rotate(270deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(270deg); /* Для Opera */
    transform: rotate(270deg);
}

.sveden_note_panel {
    position: fixed;
    height: 143px;
    z-index: 1100;
    cursor: pointer;
}
.sveden_note_panel_info {
    position: relative;
    width: 530px;
    padding: 10px;
    margin: 0px;
    z-index: 100;
    float: left;
}
.sveden_note_hide_btn {
    position: relative;
    width: 20px;
    background-color:#ff6600 !important;
    height: 100%;
    top: 5px;
    z-index: 101;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 6px;
    float: left;
    padding-top: 60px;
    padding-left:2px;
}

.sveden_note_hide_btn span {
    color: white;
}
.sveden_note_hide_btn:hover {
    background-color: #999999;
}

.navbar-collapse::-webkit-scrollbar {
    width: 20px;
}
.navbar-collapse::-webkit-scrollbar-track {
    background-color: lightgray;
}
.navbar-collapse::-webkit-scrollbar-thumb {
    background-color: lightblue;
}

/*education*/
.actual_date_count_students {
    font-size: 10pt;
    color: grey;
}

.clear {
    clear: both;
}

/*custom*/

.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

body:not(.special-site-color-black-white) .breadcrumb {
    padding-left: 0;
    background-color: transparent !important;
}

body:not(.special-site-color-black-white) .breadcrumb li.active {
    color: rgba(15, 69, 199, 1) !important;
}

body:not(.special-site-color-black-white) .breadcrumb a {
    color: rgba(15, 69, 199, 1) !important;
    opacity: .5;
}

body:not(.special-site-color-black-white) .dropdown-menu {
    top: calc(100% + 1px) !important;
    border: 1px solid rgba(15, 69, 199, 1) !important;
}

body:not(.special-site-color-black-white) .navbar-nav:not(.navbar-right) {
    display: none;
}

#vikon-nav-special {
    display: block !important;
}

body:not(.special-site-color-black-white) #vikon-nav-special {
    height: 100%;
    margin: 0;
    padding: 0;
    border-right: 1px solid #b7c7ee;
}

.vikon-section .container-fluid {
    width: 100%;
}

body:not(.special-site-color-black-white) .vikon-section .container-fluid,
body:not(.special-site-color-black-white) .vikon-section .container-fluid .row {
    display: flex;
    flex-grow: 1;
}

body:not(.special-site-color-black-white) #nav-menu-special a {
    display: block;
    padding: 20px 20px;
    text-decoration: none;
    color: #0f45c7;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

body:not(.special-site-color-black-white) #nav-menu-special li.nav-menu-special-active a,
body:not(.special-site-color-black-white) #nav-menu-special li.nav-menu-special-active a:hover {
    opacity: 1;
    pointer-events: none;
    cursor: default;
}

body:not(.special-site-color-black-white) #nav-menu-special li:not(.nav-menu-special-active) a:hover {
    opacity: 1;
    background-color: rgba(15, 69, 199, 0.1);
}

body:not(.special-site-color-black-white) #nav-menu-special li {
    margin: 0;
}

body:not(.special-site-color-black-white) .navbar-default .navbar-toggle {
    border-color: rgba(15, 69, 199, 0.2);
}

body:not(.special-site-color-black-white) .navbar-default .navbar-toggle .icon-bar {
    background-color: rgba(15, 69, 199, 1);
}

body:not(.special-site-color-black-white) .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

body:not(.special-site-color-black-white) .navbar-default .navbar-toggle:hover {
    background-color: rgba(15, 69, 199, 0.1);
}

body:not(.special-site-color-black-white) .navbar-default .navbar-collapse {
    border-color: rgba(15, 69, 199, 0.2)
}

body:not(.special-site-color-black-white) #nav-menu-special li:not(:last-child) {
    border-bottom: 1px solid #b7c7ee;
}

@media (max-width: 768px) {
    body:not(.special-site-color-black-white) .vikon-section .container-fluid .row {
        flex-direction: column;
    }

    body:not(.special-site-color-black-white) #vikon-nav-special {
        border-right: none;
    }

    body:not(.special-site-color-black-white) #vikon-content {
        min-height: auto;
    }
}

@media (max-width: 1280px) {
    .vikon-section .container-fluid {
        padding-top: 50px;
    }
}