html{
	height: 100%;
}
html,body {
    /*font-family: 'Rubik', sans-serif;*/
    height: 100%;
}
body{
    background: #00A7C5;
}

img{
    max-width: 100%;
}

.line-1em {
    line-height: 1em;
}

.single-line {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    line-height: 1em;
}

.grayscale-bg, .grayscale {
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%); 
}

.no-outline {
    outline: 0 !important;
}

.pull-auto {
    left: auto;
    right: auto;
}

.position-relative {
    position: relative;
}

.wide-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.overflow-hidden {
    overflow: hidden;
    position: relative;
}



a.no-decoration{
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
    outline: 3px auto -webkit-focus-ring-color;
    outline-offset: -5px;
}

a.u-line {
    text-decoration: underline;
}

.no-padding{
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0;
}

.width-90 {
    width: 90%;
}

.navbar-profteh li>a {
    padding: 15px 10px;
}

.dropdown-menu>li>a {
    padding: 3px 20px!important;
    cursor: pointer;
}

.color-profteh {
    color: #0d7c93;
}

.bg-profteh {
    background: #4499b7 !important;
}


.btn-profteh:hover {
    background: #0d7c93;
    color: #fff;
}
.btn-profteh {
    background: #0098b7;
    color: #fff;
    border-color: #0b839c;
}


.btn-profteh-alt {
    width: 330px;
    position: relative;
    text-align: left;
    background: #FFC107;
    padding: 5px 15px;
    text-shadow: 0 1px #ffe083;
    color: #444;
    outline: none;
    background: #ffc107; /* Old browsers */
    background: -moz-linear-gradient(top, #ffc107 0%, #f7a307 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffc107 0%,#f7a307 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffc107 0%,#f7a307 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc107', endColorstr='#f7a307',GradientType=0 ); /* IE6-9 */
    box-shadow: inset 0 -1px rgba(0,0,0,.15), inset 0 1px rgba(255,255,255,0.4), 0 0px 10px 5px rgba(0,0,0,.1), 0 0px 25px 25px rgba(0,0,0,.05), inset 0 2px 0 rgba(255,255,255,.55) !important;
    -webkit-transition: box-shadow 0.15s ease-out;
    transition: box-shadow 0.15s ease-out;
    margin-bottom: .5em;
}

.btn-profteh-alt:focus {
outline: 0;
}

.btn-profteh-alt:hover {
    background: #f5b800;
    color: #7d5e00;
    text-shadow: 0 1px #ffc000;
    box-shadow: inset 0 -1px rgba(0,0,0,.15), inset 0 1px rgba(255,255,255,0.4), 0 0px 10px 5px rgba(255,255,255,.1), 0 0px 25px 25px rgba(255,255,255,.05) !important;
}

.btn-profteh-alt > .btn-profteh-alt-addon {
    margin: 0 -15px;
    background: red;
}

button.btn.btn-profteh-alt.btn-profteh-alt-blue {
    background: #4fd1ce;
    background: -moz-linear-gradient(top, #4fd1ce 0%, #0094b2 100%);
    background: -webkit-linear-gradient(top, #4fd1ce 0%,#0094b2 100%);
    background: linear-gradient(to bottom, #4fd1ce 0%,#0094b2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fd1ce', endColorstr='#0094b2',GradientType=0 );
    color: #3e4e11;
    text-shadow: 0 1px #c5ff00;
    background: #b6e026;
    background: -moz-linear-gradient(top, #b6e026 0%, #9bc625 100%);
    background: -webkit-linear-gradient(top, #b6e026 0%,#9bc625 100%);
    background: linear-gradient(to bottom, #b6e026 0%,#9bc625 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6e026', endColorstr='#9bc625',GradientType=0 );
}



.btn-profteh-alt img {
    display: inline-block;
    height: 4em;
    transition: transform 0.1s linear;
}

.btn-profteh-alt.btn-profteh-alt-blue img {
    margin-right: .5em;
}

.btn-profteh-alt:hover img{
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.btn-profteh-alt > .btn-title {
    display: inline-block;
    font-weight: 500;
    vertical-align: middle;
    line-height: 1.1em;
    font-size: 1.1em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.label-light {
    background: none;
    border: 1px solid #777;
    color: #777;
    font-weight: normal;
}

.fa-small {
    font-size: 10px;
}


.navbar {
    margin-bottom: 0;
}

.navbar-transparent {
    background: none !important;
}

.navbar-student {
    background: #0098b7;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}



.modal-header{
    text-shadow:none;
}
.modal-header .close{
    text-shadow:none;
    opacity: 1;
}

.page-container{
    background: #fff;
    background-repeat: no-repeat, repeat;
    padding-bottom: 2em;
}

    
.h1, h1 {
    font-size: 30px;
}

.no-sort{
	width: 1px;
}

.btn {
   box-shadow: inset 0 -1px rgba(0,0,0,.15), inset 0 1px rgba(255,255,255,0.4);
}

.btn-22px{
	width: 22px;
}

.inline-block {
    display: inline-block;
}

.vertical-top {
    vertical-align: top !important;
}

.vertical-bottom {
    vertical-align: bottom !important;
}

.vertical-middle {
    vertical-align: middle;
}

.page-header {
    /*margin-top: 1em;*/
    margin-top: 0;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.offer-panel{
    position:relative;
    min-height:110px
}

.margin-auto {
    margin: 0 auto;
}


table.dataTable thead > tr > th{
    white-space: nowrap;
}

div.dataTables_filter {
    text-align: left;
}

kbd.keyboard-key {
    background-color: #E6E6E6;
    color: #444;
    text-shadow: 0 1px white;
    font-weight: bold;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0px rgba(85, 85, 85, 0.3), inset 0 1px white, inset 0 -1px #B9B9B9;
    border: 1px solid #ececec;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-bottom-color: #aaa;
    border-top-color: #ccc;
    padding: .2em 1em .25em;
    margin-right: .5em;
}

.footer {
    z-index: 1;
    color: #fff;
    background: #00A7C5;
    box-shadow: inset 0 12px 10px -10px rgba(51, 51, 51, 0.5);
    width: 100%;
    min-height: 8em;
}

.footer a {
    color: #66E8FF;
    text-decoration: underline;
}

.white-bg{
    background: #fff;
}

.trumbowyg{
    margin: 0;
    width: 100%;
}

button.trumbowyg-insertPddRule-button.trumbowyg-add-pdd-button,
button.trumbowyg-insertPddSign-button.trumbowyg-add-pdd-button,
button.trumbowyg-insertPddMark-button.trumbowyg-add-pdd-button,
button.trumbowyg-file_upload-button.trumbowyg-add-pdd-button
{
    background: none!important;
    background-image: none!important;
    width: auto!important;
    color: #000;
    line-height: 1em;
    font-size: .9em!important;
    text-indent: 0!important;
}

div.Tokenize {
    width: 100%;
    height: auto;
}
div.tokenize.form-control {
    padding: .1em;
}
div.tokenize ul.TokensContainer{
    width: 100%;
    border:none;
    height: auto;
}
div.Tokenize ul.Dropdown li{
    padding-left: 10px;
}

div.Tokenize ul.Dropdown {
    margin-left: -1px;
}

div.Tokenize ul.TokensContainer li.Token{
    background: #fff;
    border-color: #ccc;
}

div.Tokenize ul.TokensContainer li.Token, div.Tokenize ul.TokensContainer li.TokenSearch{
}

div.Tokenize ul.TokensContainer li.Token a.Close {
}

ul.TokensContainer>li.Token>span {
    vertical-align: top;
}

ul.small-sub {
    margin-top: 5px;
    padding-left: 0px;
    font-size: .93em;
    list-style-type: none;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.school-info-block{
    height: 7em;
}

.dark-cover-background{
    background-size: cover;
    color: #fff;
}

.dark-cover-background .text-muted{
    color: #B7B5B5;
}

.text-white{
    color: #fff;
}

.dark-glass{
    background: rgba(0,0,0,.4);
    padding: 2em;
    margin-bottom: .5em;
    color: #fff;
    text-align: center;
}

.popover{
    max-width: 380px; /* Max Width of the popover (depending on the container!) */
    min-width: 240px;
}

.shadow-paper-panel {
    border-radius: 0;
    border-color: #ccc;
    border-bottom-color: #A0A0A0;
    box-shadow: inset 0 -15px 10px -10px rgba(213, 213, 213, 0.2),0 8px 0 -7px #ECEBEB,0 8px 0 -6px #A0A0A0,0 11px 0 -8px #EAE9E9, 0 11px 0 -7px #A8A8A8, 0 10px 10px -4px rgba(0,0,0,.3);
}

.dashed-hr{
    margin: .3em 0;
    border: 0;
    border-bottom: 1px dashed #D5D5D5;
    border-top: 1px dashed white;
}

ul.news-list{
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: .95em;
}

ul.news-list > li{
    padding-bottom: .3em;
}

.no-border {
    border: 0;
}

.no-margin {
    margin: 0;
}

.no-margin-top {
    margin-top: 0 !important;
}
.no-margin-bottom {
    margin-bottom: 0;
}

.exam-nav {
    margin-bottom: -9px !important;
}


.small-top-padding{
    padding-top: .5em;
}

.small-top-margin {
    margin-top: .5em;
}

.small-bottom-margin {
    margin-bottom: .5em;
}

.md-bottom-margin{
    margin-bottom: 15px;
}
.button-block{
    margin-top:.5em;
    margin-bottom:1em;
}


.inner-box {
    padding: .2em 0 0 0;
}

img.navbar-prof-logo{
    height: 2em;
    display: inline-block;
    margin: -20px 5px -15px 0px;
}

@media (max-width: 767px) {
  img.navbar-prof-logo {
    width: 220px;
    }
}



a.nav-link {
    padding: 15px;
    display: inline-block;
}

a.nav-user{
    margin: 10px;
    border: 1px solid;
    border-radius: 3px;
    padding: 5px;
}

.navbar-profteh {
    border-top: 0;
    border-radius: 0;
    background-color: #00A7C5;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
}



span.brand-text {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}


.navbar-profteh .navbar-brand{
    color: #fff;
}

.navbar-profteh .navbar-nav>li>a:focus, .navbar-profteh .navbar-nav>li>a:hover, .nav-link:hover, a.nav-user:hover{
    color: #FFFFFF;
    text-decoration: none;
}

.navbar-profteh .navbar-nav>li>a, a.nav-link, a.nav-user{
    color: #eee;
}

.navbar-profteh .navbar-brand:focus, .navbar-profteh .navbar-brand:hover {
    color: #FFFFFF;
}

.navbar-profteh .navbar-nav>.open>a, .navbar-profteh .navbar-nav>.open>a:focus, .navbar-profteh .navbar-nav>.open>a:hover {
    color: #016E81;
    background-color: #DBFAFF;
}

.navbar-profteh  .dropdown-menu>li>a{
    color: #016E81;
}

.navbar-profteh  .dropdown-menu>li.active a{
    font-weight: 600;
    background-color: rgba(0,0,0,.07) !important;
}

.navbar-profteh ul.dropdown-menu {
    left: -1px;
    background-color: #DBFAFF;
    border-top: 0;
}

.navbar-profteh ul.dropdown-menu.dropdown-menu-right {
    left: auto;
    right: -1px;
}

.navbar-profteh ul.dropdown-menu .divider {
    background-color: #A8A4CD;
}

.navbar-profteh ul.dropdown-menu>li>a:focus, .navbar-profteh ul.dropdown-menu>li>a:hover {
    background-color: #C4F7FF;
}

.navbar-profteh .navbar-nav>.active>a, .navbar-profteh .navbar-nav>.active>a:focus, .navbar-profteh .navbar-nav>.active>a:hover {
    color: #016E81;
    background-color: #DBFAFF;
}

.navbar-default .navbar-toggle{
    border-color: #fff;
}
.navbar-profteh .navbar-toggle .icon-bar {
    background-color: #FFF;
}
.navbar-profteh .navbar-toggle:focus, .navbar-profteh .navbar-toggle:hover {
    background-color: #04C4E6;
}

.navbar-profteh .dropdown-header{
    /*color: #fff;*/
}

.navbar-profteh .navbar-nav .open .dropdown-menu>li>a{
    /*color: #fff;*/
}

.navbar-nav>li>form>button {
    padding: 15px 10px;
}

@media (max-width: 768px) {
    .navbar-profteh .navbar-nav>li>a, a.nav-link, a.nav-user {
        width: 33%;
        float: left;
        padding: 9px 0px 9px 20px;
    }

    .navbar-nav>li>form {
        width: 33%;
        float: left;
    }

    .navbar-nav>li>form>button {
        padding: 9px 0px 9px 20px;
    }


    .navbar-collapse {
        border: 0;
    }
    .navbar-collapse > ul.nav.navbar-nav:first-child {
        background: #017b94;
        margin-top: 0;
    }

    .brand-text {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .navbar-profteh .navbar-nav>li>a, a.nav-link, a.nav-user {
        width: 50%;
        float: left;
    }

    .navbar-nav>li>form {
        width: 50%;
        float: left;
    }
}



.orange-nav {
    background-color: rgb(240, 173, 78);
    border-color: #eea236;
    letter-spacing: .04em;

}
strong.message-count {
    font-size: 11px;
    background: #F44336;
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.4), inset 0 1px rgba(255, 255, 255, 0.27);
    text-shadow: 0 -1px #932820;
    display: inline-block;
    padding: 0px 5px;
    border-radius: 3px;
    vertical-align: bottom;
    color: #fff;
}

/*.dropdown.open strong.message-count {
    content: 
}*/

ol.breadcrumb.panel.panel-default {
    margin-bottom: 10px;
}


h3.profile-username{
    margin-top: .2em;
    font-weight: 100;
}

h3.profile-username>.glyphicon {
    font-size: .7em;
    vertical-align: baseline;
}

#cart_table{
    position: relative;
}

.cart-btn {
    background-color: #00A7C5;
    border-color: #308E9E;
    border-radius: 2px;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 -1em rgba(0,0,0,0.1);
}

.cart-count-btns{
    width: 120px;
}

.cart_loading{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    padding:1em;
    background:rgba(255,255,255,.8);
    z-index: 1;
}

.field-error{
     border-color: red;
    box-shadow: 0 0px 10px rgba(255, 0, 0, 0.3);
}

/* СТАТИСТИКА */


.stat-cell{
    width: 160px;
}

td.stat-cell-small {
    width: 220px;
}

.progress-bar-percent {
    background: #fff;
    color: #5cb85c;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    padding: 1px 4px;
    border-radius: 5px;
    opacity: 1;
    margin-left: 2px;
}

.stat-progress{
    width: 150px;
    margin-bottom: 0;
}

.stat-cell-small{
    /*width: 70px;*/
}

.stat-progress-small{
    /*width: 70px;*/
    margin-bottom: 0;
}

.yellow-dot{
    vertical-align: middle;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 8px;
    background-color: #ffc107;
}

.green-dot{
    vertical-align: middle;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 8px;
    background-color: #4CAF50;
}

.green-dot-empty {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 8px;
    border-color: #4CAF50;
    border-width: 1px;
    border-style: solid;
    background: #fff;
}

.bronze-dot{
    vertical-align: middle;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 8px;
    background-color: #CDB393;
}
.silver-dot{
    vertical-align: middle;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 8px;
    background-color: #878787;
}

.silver-dot-o{
    vertical-align: middle;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 8px;
    background-color: #878787;
}

.gold-dot{
    vertical-align: middle;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 8px;
    background-color: #FFD331;
}
.platinum-dot{
    vertical-align: middle;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 8px;
    background-color: #E3E3E1;
}
.maximum-dot{
    vertical-align: middle;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 8px;
    background-color: #DB3F10;
}


.progress.stat-progress-small>.progress-bar {
    font-size: 12px;
    font-weight: bold;
}

.lesson-body img{
    max-width: 100%;
}

/*kbd.keyboard-key{
    padding: .4em .6em .5em .6em;
    margin: 0 .5em 0 0;
    color: #575656;
    background-color: #efefef;
    text-shadow: 0 -1px white;
    font-weight: bold;
    box-shadow: inset 0 -.1em 0 rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.5), inset 0 1em rgba(255, 255, 255, 0.8), 0 0 5px rgba(0, 0, 0, 0.4);
}*/

.panel.panel-default.panel-product {
    height: 450px;
}

.product-wrap{
    position: relative;
    padding: 1em;
    height: 250px;
    text-align: center;
}

.product-wrap>a {
    width: 100%;
    height: 100%;
    display: inline-block;
    line-height: 220px;
}

.product-wrap.bundle-wrap{
    height: 445px;
}

.product-wrap.library-bundle-wrap{
    height: 270px;
}

.bundle-title {
    font-size: 1.2em;
    line-height: 1.2em !important;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    margin-top: 5em;
    display: block;
    text-align: center;
    height: auto;
}

.bundle-title:hover{
    color: #fff;
}

.product-wrap.library-bundle-wrap .bundle-title{
    margin-top: 1.5em;
    height: 3.2em;
}

.bundle-description{
    margin-top: 1.5em;
    color: #fff;
}

.bundle-description.bundle-description-absolute {
    position: absolute;
    left: 5%;
    width: 90%;
    right: 5%;
    top: 145px;
    margin-top: 1em;
    color: #fff;
}

.bundle-bottom {
    color: #fff;
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 5px;
}

.bundle-description a.small-a {
    color: #fff;
    font-size: .9em;
    text-decoration: underline;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    padding: 10px 0;
    display: inline-block;
}
.bundle-description .yellow-link{
    font-size: 1.1em;
    color: #FFCD00;
}
    
.bundle-description a.yellow-link{
    text-decoration: underline;
}    

.bundle-cost{
    font-size: 2em;
    font-weight: bold;
    color: #FFCD00;
}

div.bundle-count {
    position: absolute;
    top: 60px;
    width: 100%;
    left: 0;
    font-size: 1.5em;
    color: #FFFFFF;
    padding: .1em 0;
    background: rgba(0,0,0,.4);
    box-shadow:  inset 0 -15px 10px -10px rgba(0,0,0,.3),  inset 0 15px 10px -10px rgba(0,0,0,.3);
    border-bottom: 1px solid rgba(255,255,255, .3);
}

.btn-solidwhite{
    border: 1px solid white;
    color: white;
}

.btn-solidwhite:hover{
    color: white;
    background: rgba(255,255,255,0.1);
}

a.bundle-link{
    color: white;
    text-decoration: none;
}

img.product-preview {
    max-height: 100%;
    max-width: 100%;
    border-radius: 4px;
}

img.product-preview-inner{
    display: inline-block;
    border-radius: 4px;
}

.product-info{
    position: relative;
    padding-top: 0;
    padding-bottom: .2em;
    font-size: .9em;
}

.product-info>span.h4 {
    font-size: 1.2em;
}

.product-cost {
    position: absolute;
    bottom: 10px;
    left: -5px;
    width: 90px;
    text-align: right;
    font-weight: bold;
    font-size: 1.1em;
    color: #FFFFFF;
    text-shadow: 0 -1px #00788D;
    padding: .1em 0;
    padding-right: .5em;
    background: linear-gradient(#00BCDE 0%, #0091AB 100%);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), inset 0 1px 1px -1px white;
}

.product-cost:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 0;
    border-color: transparent #00788D transparent transparent;
}

.product-cost:after {
    content: '';
    position: absolute;
    top: 0;
    right: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 5px 0px 0px;
    border-color: #00B9DB transparent transparent transparent;
}

.product-cost>span.glyphicon {
    font-size: .8em;
}

.product-cost.required-mod {
    background: linear-gradient(#D82D2A 0%, #a94442 100%);
    width: auto;
    width: calc(100% + 10px);
    padding-left: 1em;
    font-size: .9em;
    font-weight: normal;
    text-align: center;
}

.product-cost.required-mod:before{
    border-color: transparent #69201E transparent transparent;

}

.product-cost.required-mod:after{
    border-color: transparent transparent transparent #69201E;
    border-width: 0 0 5px 5px;
    bottom: -5px;
    right: 0;
    top: auto;
    left: auto;
}

.product-line {
    height: 3.3em;
    line-height: 1.1em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 0;
}

.product-line-single{
    height: 1.1em;
    white-space: nowrap;
}

.product-footer{
    padding: 5px;
    position: relative;
}

.product-quanity-input{
    width: 4em;
    text-align: center;
    display: inline-block;
}

.variants-list{
    height: 6em;
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 1.2em;
}

.variants-list label {
    padding: 0;
    padding-left: 2px;
    font-weight: normal;
    cursor: pointer;
    margin: 0;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.product-panel-description{
    height: 6em;
}

.required-option {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 12px;
    padding: .3em;
    color: #fff;
    background: #0093BE;
    box-shadow: 0px 3px 15px -8px black;
}

h4.required-info-inner {
}

@media (max-width: 767px) {
  .product-line {
    height: 1.1em;
  }
}

h3.product-title-inner{
    margin-top: .5em;
}

/* СЛАЙДЕРЫ */

.carousel-caption>a, .carousel-caption>a:hover {
    text-decoration: none;
    color: #fff;
}

.carousel img {
    border-radius: 10px;
}

.carousel-control.left{
    border-radius: 10px 0 0 10px;
}

.carousel-control.rig{
    border-radius: 0 10px 10px 0;
}

/* ЭКЗАМЕН */
.pagination.issue-chooser {
    margin: 0;
}

.pagination.issue-chooser>li>a {
    border: 0;
    width: 31px;
    text-align: center;
    padding: 8px 0px !important;
}

.pagination.issue-chooser>li:first-child>a,.pagination.issue-chooser>li:last-child>a{
    border-radius: 0;
}


li.select-issue-failed a {
    color: #FFFFFF;
    background: #D9534F;
}
li.select-issue-done a {
    color: #FFFFFF;
    background: #5CB85C;
}
.pagination>.select-issue.active>a, 
.pagination>.select-pano.active>a {
    background: #02BAE0;
    color: #fff;
}
.pagination>.select-issue.active.active-background>a {
    opacity: .2
}
.pagination>.select-issue-failed.active>a, .pagination>.select-issue-failed>a:hover {
    background: #BB4744;
    color: #fff;
}
.pagination>.select-issue-done.active>a, .pagination>.select-issue-done>a:hover {
    background: #479C47;
    color: #fff;
}
ul.issue-chooser li.select-issue-unknown>a {
    background: #0098B7;
    color: white;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover{
    border: none;
}


.exam-name {
    padding: 5px 15px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

span.exam-explain {
    color: #0098b7;
    border-bottom: 1px solid;
    font-size: 12px;
    vertical-align: text-bottom;
    letter-spacing: 0;
    cursor: pointer;
}

div#exam-app-stats {
    white-space: nowrap;
}

div#exam-app-issue {
   min-height: 390px;
   padding-top: 20px;
}
div#exam-app-issue .thumbnail {
    margin-bottom: 0;
}
div#exam-app-controls {
    padding-top: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div#exam-app-controls a {
    padding: 6px 9px;
}


.nextUnanswered {
    line-height: 18px;
    padding: 7px 15px;
    margin-top: 5px;
}



.label-answer{
    font-size: 1em;
    margin-left: .5em;
    font-weight: normal;
}


.list-group-item.disabled.answer-success{
    background-color: #5cb85c;
    color: #fff;
}

.list-group-item.disabled.answer-danger{
    background-color: #d9534f;
    color: #fff;
}

.progress{
    width: 100%;
    display: table;
}

.progress-bar{
    padding: 0 1em;
    float: none;
    display: table-cell;
    white-space: nowrap;
}

.progress-sm {
    height: .6em;
}

.progress-bar-library-bundle {
    background: rgba(255,255,255,.4);
    height: 2em;
    box-shadow: 0 -1px rgba(255,255,255,0.5), 0 1px rgba(0,0,0,0.3), 0 1px 5px rgba(0,0,0,0.3);
}

.progress-bar-library-bundle .progress-bar {
    line-height: 1.95em;
    font-size: 1em;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.7);
    font-weight: bold;
    box-shadow: inset 0 1em rgba(255,255,255,0.15), inset 0 -3px rgba(0,0,0,.15), inset 0 1px 0px rgba(255, 255, 255, 0.5);
}

p.issue-stat-par{
    border-right: 1px solid #ccc;
    padding-right: 15px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: top;
}

p.issue-stat-par:last-child {
    border-right: 0;
}

.issue-chooser{
    margin-top: 10px;
    position: relative;
}

.issue-chooser .issue-progress {
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: -10px;
    margin: 0;
    background-color: white;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
}

.issue-chooser>li>a>.glyphicon {
    font-size: 1em;
    margin-left: .3em;
    vertical-align: baseline;
}

.secure-img {
    position: absolute;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.thumbnail.issue-thumbnail{
    position: relative;
    min-height: 100px;
}

.thumbnail.issue-thumbnail:before {
    z-index: 0;
    position: absolute;
    left: 0;
    top: 3em;
    content: 'Изображение загружается..';
    width: 100%;
    text-align: center;
}

.thumbnail.issue-thumbnail:after {
    content: '\f110';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 1em;
    font-size: 1.2em;
    left: 0;
}

.thumbnail.issue-thumbnail > img {
    position: relative;
    z-index: 1;
}
    

/* ЛЕНТОЧКА АКЦИИ */

.offer-ribbon {
    position: absolute;
    right: -4px;
    top: -7px;
    z-index: 1;
    overflow: hidden;
    width: 110px;
    height: 110px;
    text-align: right;
}
.offer-ribbon span {
    font-size: 10px;
    letter-spacing: 0.01px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 26px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 140px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#00BCDE 0%, #0091AB 100%);
  box shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 30px;
  right: -30px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.offer-ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #0091AB;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #0091AB;
}
.offer-ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #0091AB;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #0091AB;
}

/* FLEXBOX */

.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
     margin:-.2px; /* hack adjust for wrapping */
}

.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {
    width:100%;
}


.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 3 60%;
    flex-flow: column nowrap;
}

.flex-grow {
    display: flex;
    -webkit-flex: 2;
    flex: 2;
}

/* HEXAGON ACHIVMENT */

.hexagon {
  display: inline-block;
  position: relative;
  width: 60px; 
  height: 34.64px;
  background-color: #ffffff;
  margin: 17.32px 0;
  border-left: solid 5px #cfcfcf;
  border-right: solid 5px #cfcfcf;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 42.43px;
  height: 42.43px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 3.7868px;
}

.hexagon:before {
  top: -21.2132px;
  border-top: solid 7.0711px #cfcfcf;
  border-right: solid 7.0711px #cfcfcf;
}

.hexagon:after {
  bottom: -21.2132px;
  border-bottom: solid 7.0711px #cfcfcf;
  border-left: solid 7.0711px #cfcfcf;
}

.hexagon-label {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 45px;
    color: #bbb;
}

td.hexagon-cell{
    width: 80px;
    text-align: center;
}

td.hexagon-desc{
    padding-top: 1em !important;
}

/* HEXAGON colors */

.hexagon-bronze {
    background-color: #FFE7CA;
    border-left-color: #CDB393;
    border-right-color: #CDB393;
}

.hexagon-bronze:before {
  border-top-color: #CDB393;
  border-right-color: #CDB393;
}

.hexagon-bronze:after {
  border-bottom-color: #CDB393;
  border-left-color: #CDB393;
}

.hexagon-bronze .hexagon-label{
    color: #CDB393;
}

.hexagon-silver {
    background-color: #878787;
    border-left-color: #6A6A6A;
    border-right-color: #6A6A6A;
}

.hexagon-silver:before {
  border-top-color: #6A6A6A;
  border-right-color: #6A6A6A;
}

.hexagon-silver:after {
  border-bottom-color: #6A6A6A;
  border-left-color: #6A6A6A;
}

.hexagon-silver .hexagon-label {
    color: #FFFFFF;
}

.hexagon-gold {
    background-color: #FFD331;
    border-left-color: #FFE06E;
    border-right-color: #FFE06E;
}

.hexagon-gold:before {
  border-top-color: #FFE06E;
  border-right-color: #FFE06E;
}

.hexagon-gold:after {
  border-bottom-color: #FFE06E;
  border-left-color: #FFE06E;
}

.hexagon-gold .hexagon-label {
    color: #FFFFFF;
}


.hexagon-platinum {
    background-color: #FFFFFF;
    border-left-color: #E3E3E1;
    border-right-color: #E3E3E1;
}

.hexagon-platinum:before {
  border-top-color: #E3E3E1;
  border-right-color: #E3E3E1;
}

.hexagon-platinum:after {
  border-bottom-color: #E3E3E1;
  border-left-color: #E3E3E1;
}

.hexagon-platinum .hexagon-label {
    color: #A3A3A3;
}



.hexagon-maximum {
    background-color: #DB3F10;
    border-left-color: #FF7804;
    border-right-color: #FF7804;
    box-shadow: inset 0 -3px 20px #992300;
}

.hexagon-maximum:before {
  border-top-color: #FF7804;
  border-right-color: #FF7804;
}

.hexagon-maximum:after {
  border-bottom-color: #FF7804;
  border-left-color: #FF7804;
}

.hexagon-maximum .hexagon-label {
    color: #FFFC00;
}

ul.list-help li {
    margin-bottom: .5em;
}
ul.list-help {
    list-style-type: decimal;
    padding: 0;
    padding-left: 1em;
}

.offer-bg .offer-link {
    color: #fff;
}

div#payment-chooser {
    width: 100%;
    display: table;
}

div#payment-chooser>label {
    display: table-cell;
    width: auto;
    float: none;
}

@media (max-width: 767px) {
  div#payment-chooser>label {
    display: block;
    width: 100%;
    float: none;
    }
}

.exams-list{
    padding: 0;
    margin: 0;
    min-height: 3em;
}

.exams-list li {
    cursor: pointer;
    display: inline-block;
    background: white;
    padding: .1em .5em;
    border: 1px solid #eee;
    border-radius: 2px;
    margin: .1em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), inset 0 -1px #ccc;
}

.exams-list li.semi-hidden {
    opacity: .3;
}

.exams-list li.alt-event {
    background: #44C0D9;
    border: 1px solid #1D90A8;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), inset 0 -1px #27A8C2;
    color: #fff;
    text-shadow: 0 -1px #126374;
}

.exercise {
    border: 1px solid #ccc;
    background: #fdfdfd;
    padding: 7px;
    margin-bottom: .5em;
    box-shadow: 0 3px 3px -3px;
    margin-bottom: 15px;
}

.exercise div.h5 {
    font-weight: 600;
    padding: 0;
    display: block;
    margin-top: 0;
    color: #555;
    text-shadow: 0 1px white;
}

.exercise-footer {
    background: #eaeaea;
    margin: -7px;
    margin-top: 7px;
    padding: 7px;
}

.exercise-footer i {
    color: #0098b7;
}

.exercise-footer input {
    height: 24px;
    font-size: 15px;
    width: 42px !important;
    color: #0098b7;
    background: none;
    border: none;
}

.event-alt-front {
    color: #A94442;
}

a.a-effect {

}
a.a-effect:hover>* {
    color: #C9F6FF!important;
}

.list-group-item.active span.text-muted {
    color: #C9F6FF;
}

/* Фикc для фильтров мобильный */

.dropdown-menu>li>span {
    padding: 3px 20px;
    width: 100%;
    cursor: pointer;
    display: block;
}

.dropdown-menu>li>span:hover{
    background: #efefef;
}

.dropdown-menu>li>a {
    padding-right: 30px;
}

.bootstrap-select.mini-select {
    width: 180px !important;
}

@media (max-width: 767px) {
    .bootstrap-select.btn-group .dropdown-menu{
        max-width: 100%;
    }
    .bootstrap-select.btn-group .dropdown-menu span.text {
        max-width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
    }    
}

/* Блоки ученика в АШ */

a.feature-block {
    text-align: center;
    background: #0098B7;
    border-radius: 4px;
    text-shadow: 0 -1px #0F6C7E;
    box-shadow: inset 0 -2px rgba(0,0,0,.3), inset 0 4em rgba(255, 255, 255, 0.1);
    padding: 1em;
    color: #fff;
    height: 8em;
    width: 100%;
    line-height: 6em;
    margin-bottom: 1em;
    display: block;
    cursor: pointer;
}

a.feature-block:hover {
    background: #05ADCF;
}

a.feature-block > .inner {
    width: 100%;
    line-height: 1em;
    display: inline-block;
}


#school_sidebar, #school_sidebar>* {
    background: none;
    border: none;
    box-shadow: none;
}

#school_sidebar li.list-group-item,  #school_sidebar li.list-group-item > * {
    border-bottom: none;
    border-top: none;
}

table.helpful-links {
    margin-top: 1em;
    margin-bottom: 1em;
}

table.helpful-links img {
    width: 100px;
}

table.helpful-links a {
    font-size: 1.3em;
    margin-left: .5em;
    display: block;
    color: #0098B7;
    font-weight: bold;
}

table.helpful-links a.disabled {
    color: #888;
}

table.helpful-links a.disabled img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

table.helpful-links small {
    margin-left: .5em;
    color: #777;
}

.profteh-b-btn {
    background: #0098B7;
    border: 1px solid #007891;
    color: #fff;
}

.profteh-b-btn:hover, .profteh-b-btn:active, .profteh-b-btn:focus {
    background: #0098B7;
    border: 1px solid #007891;
    color: #fff;
}

/*.last-message {
    font-style: italic;
    font-size: .9em;
    border-top: 1px dashed #ddd;
    margin-top: .5em;
    padding-top: .5em;
}*/

/*.list-group-item.active .last-message .text-muted {
    color: #66E8FF;
}*/

a.no-link {
    text-decoration: none;
}

.exam_category_posters .h4 small {
    font-size: .28em;
}
.exam_category_posters .h4 {
    padding: 0;
    margin: 0;
    font-size: 3em;
}

/* КАРТОЧКИ МАТЕРИАЛОВ */
.fancybox-nav span {
 visibility: visible;
}

.fancybox-skin {
    background: #fff!important;
}

.fancybox-wrap {
    border-radius: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    box-shadow: 0 3px 0 -2px white, 0 3px 0 -1px #BCBCBC, 0 8px 0 -5px white, 0 8px 0 -4px #B6B5B5, 0 5px 5px rgba(81, 81, 81, 0.25);
}

.fancybox-inner .card-item {
    font-size: 1.3em;
    background: none;
    border: none;
    box-shadow: none;
}

.fancybox-inner .card-item .lead{
    font-size: 23px;    
}


.fancybox-inner .card-item:hover {
    box-shadow: none;
    background: none;
}

.fancybox-inner a.fancybox {
    display: none;
}

.fancybox-nav {
    width: 10% !important;
    top: 40%;
    height: 20%;
}

.fancybox-prev {
    left: -20px;
}

.fancybox-next {
    right: -20px;
}

.card-single-image {
    text-align: center;
    position: relative;
}

.card-carousel .owl-item:after, .card-single-image:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(156, 124, 124, 0);
    z-index: 99;
}

.card-item-image {
    position: relative;
}

.card-item-image:after {
    content: '';
    position: absolute;
    top : 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
}

.cards-list {
    text-align: center;
}

.card-item-switch {
    text-align: left;
    text-align: right;
    margin-bottom: -2em;
    margin-right: 1em;
    font-size: 1.2em;
}

.card-item {
    text-align: left;
    padding: 1em;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    box-shadow: 0 3px 0 -2px white, 0 3px 0 -1px #BCBCBC, 0 8px 0 -5px white, 0 8px 0 -4px #B6B5B5, 0 5px 5px rgba(81, 81, 81, 0.25);
}



.card-item:hover{
    background: #fefefe;
    box-shadow: 0 3px 0 -2px white, 0 3px 0 -1px #BCBCBC, 0 8px 0 -5px white, 0 8px 0 -4px #B6B5B5, 0 5px 12px rgba(81, 81, 81, 0.5);
}

.card-otem > p.lead{
    height: 2em;
}

.card-item-content {
    text-align: left;
    margin-top: 1em;
    padding-bottom: 1em;
}

.card-item-image > img {
    max-width: 100%;
    /*height: 100%;*/
    display: inline-block;
}
.card-item-image {
    /*height: 280px;*/
    text-align: center;
}




.card-item .owl-nav {
    display: none;
}

.card-item .owl-dots {
    /*display: none;*/
}

.posters-block {
    background: #efefef;
    padding: 2em;
    margin-bottom: 2em;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.card-poster-item {
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 1em;
}

@media (max-width: 767px) {
    .card-item .owl-nav {
        display: block;
        margin-top: 10px;
    }


}

/* ФИКС НАВИГАЦИИ ПО КАРТОЧКАМ */
    
#cards_nav {

}   


span.danger-label.popover-link {
    background: #DB3F10;
    padding: .2em .5em;
    border-radius: 3px;
    color: #fff;
}


.ac_slider_item {
    height: 112px;
    margin-top: 5px;
    border-radius: 4px;
    background-size: cover!important;
}

.ac_slider_inner {
    background: rgba(0,0,0,.3);
    height: 100%;
}

p.h4-slide {
    text-align: center;
    display: block;
    padding-top: .7em;
    color: #fff;
    font-size: 1.2em;
}

p.desc-slide {
    padding: 0 1em;
    text-align: center;
    color: #fefefe;
}

.orderAgreement, .personalAgreement {
    background: #fff;
    padding: 1em 1em .7em 1em;
    display: inline-block;
    border: 1px solid #CCC;
    border-radius: 10px;
}

.orderAgreement, .personalAgreement label {
    vertical-align: top;
    cursor: pointer;
}

div#error_log {
    margin: -15px;
    border: 0;
    margin-bottom: 15px;
    border-radius: 0;
}

.promo-block {
    background: #0098B7;
    background: url("../../public/icons/promo-partners.jpg");
    background-size: cover;
    padding: 1em;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 1em;
}

.promo-block a {
    color: yellow;
}

.promo-block-alt {
    background: #0098b7;
    box-shadow: inset 0 -50px 50px -50px rgba(0, 0, 0, 0.3);
}

.promo-block table {
    width: 100%;
}

.promo-block table td {
    vertical-align: top;
}

.promo-block table td:first-child{
    width: 4em;
}

.promo-block table td h4{
    margin: 0;
}

p.blue-muted {
    margin-top: .5em;
    color: #ABF1FF;
}

p.yellow-code {
    color: #FFEB3B;
    text-shadow: 0 2px #007790;
    font-size: 2em;
    margin: .2em 0;
    display: inline-block;
}
video#background-video { 
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    min-height: 100%;
    min-width: 100%;
    opacity: .5;
    /*-webkit-transform: translateX(-50%) translateY(-50%);*/
    /*transform: translateX(-50%) translateY(-50%);*/
}

div#background-wrap {
    background: #005567;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    min-height: 100%;
    min-width: 100%;
    opacity: .6;
    background-size: cover!important;
}


/*V2 SCHOOL PAGES*/

.alert-sm {
    padding: .6em 1em;
}

.v2-content {
    min-height: 500px;
    border-radius: 5px;
    margin-bottom: 3em;
}

.v2-content p.well.well-sm {
    background: #ceebf1;
    border: 0;
    margin: -20px -15px;
    border-radius: 0;
    margin-bottom: 1em;
    padding: .6em 1em;
}


.school-cover {
    padding-top: 3em;
    min-height: 230px;
}

.school-avatar {
    width: 150px;
    height: 150px;
    width: 150px;
    height: 150px;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: 50% 50%!important;
    border-radius: 5px;
}

.avatar-, .avatar-default {
    border: 2px solid white;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    background-color: #fff !important;
}

.avatar-dark {
    border: 2px solid #383838;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    background-color: #444 !important;
}

.avatar-borderless {
    background-color:transparent!important;
}


.school-cover-table {
    width: 100%;
}

.school-cover-table a{
    color: #66E8FF;
}

.school-cover-table td {
    vertical-align: top;
}

.school-cover-img-td {
    width: 170px;
}

.school-cover-title-td {
    color: #fff;
}

.school-cover-title-td h1 {
    line-height: 1em;
    font-size: 24px;
    margin: 0;
    margin-bottom: .1em;
}

.school-cover-small-info {
    width: 100%;
}

.school-cover-small-info tr td {
    padding-top: .3em;
}

.school-cover-small-info tr td:first-child{
    width: 1.5em;
    text-align: right;
    padding-right: .5em;    
}

a.school-cover-dropdown {
    padding-bottom: .2em;
    border-bottom: 1px dashed;
    text-decoration: none;
}

.iso-copy-title{
    margin-top: .3em;
    display: block;
    text-shadow: none;
    color: rgb(0, 179, 216);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.school-cover-dropdown-menu li {
    border-radius: 0;

}

.school-cover-dropdown-menu li a {
    border-radius: 0!important;
    border: 0;
    border-bottom: 1px solid #ddd;
}

.school-cover-dropdown-menu li:last-child a {
    border-bottom: 0;
}

.school-cover-dropdown-menu .active,  .school-cover-dropdown-menu .active:hover {
    background-color: #C3F4FF;
    color: #3B799C;
    border-radius: 0;
}

.home-v2-menu {
    margin: 0 -15px;
    background: #0098B7;
    /*overflow: hidden;*/
    border-radius: 4px 4px 0 0;
}

.home-v2-menu>nav>ul {
    margin: 0 !important;
}

.home-v2-menu > nav > ul > li > a, .home-v2-menu > nav > ul > li > span {
    padding: 15px !important;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    /*margin-right: -4px;*/
}

.home-v2-menu a:hover, .home-v2-menu a:focus {
    background-color: #c3f4ff !important;
    color: #0098B7;
}

.home-v2-menu a.active {
    /*background-color: #C3F4FF;*/
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    color: #3b799c;
    /*box-shadow: 0 0 20px;*/
}


.school-cover-title.h1 {
    font-size: 30px;
}
.school-cover-title.h2 {
    font-size: 23px;
}
.school-cover-title.h3 {
    font-size: 20px;
}
.school-cover-title.h4 {
    font-size: 18px;
}

.v2-description img {
    max-height: 300px;
}


.design-options label {
    margin: 0;
    padding: .5em;
    margin-top: 0.5em;
    font-size: 13px;
    border-radius: 3px;
    display: inline-block;
}

.design-options label img {
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin-bottom: .8em;
    display: block;
}

.design-options label span {
    text-align: left;
    border-radius: 4px;
    width: 200px;
    display: block;
    vertical-align: top;
    display: inline-block;
}

.design-options input {
    opacity: 0;
}

.design-options input:disabled + label{
    opacity: .4
}

.design-options input:checked + label {
    background: #0098B7;
}

.design-options input:checked + label span {
    color: #fff;
}


/* Страница пользователей v2 */

ul#usersFilter {
    margin-bottom: 1em;
}

ul#usersFilter .nav-label {
    padding: 10px 15px;
}

td.hide-td{
    display: none;
}

/* Редактирование школы - выбор предустановленного логотипа */

div#installed-logos label img {
    margin-left: -8px;
    margin-top: -8px;
    max-width: 106px!important;
    width: 106px!important;
    height: 106px!important;
    border-radius: 3px;
}
div#installed-logos label span {
    position: absolute;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px;
}
div#installed-logos label {
    background: #ccc;
    border-radius: 3px;
    width: 110px;
    height: 110px;
    padding: 10px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
div#installed-logos input {
    display: none;
}

div#installed-logos input:checked + label, div#installed-logos input:checked + label span {
    background: #0098b7;
}


/* АРТИКЛИ */


.article-form-header {
    background: #ceebf1;
    margin: -15px;
    padding: 10px 15px 5px;
    margin-bottom: 15px;
}

.article-form-header>span {
    display: inline-block;
    margin-bottom: .5em;
    vertical-align: top;
} 

.article-form-header>p {
    display: inline-block;
}

ul.articles-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.articles-list li {
    padding: 0;
}

.article-list-el {
    position: relative;
    margin-bottom: 2em;
    padding: 1em;
    padding-top: .5em;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    box-shadow: 0 3px 0 -2px white, 0 3px 0 -1px #BCBCBC, 0 8px 0 -5px white, 0 8px 0 -4px #B6B5B5, 0 5px 5px rgba(81, 81, 81, 0.25);
    height: 200px;
    margin-right: 1em;
    background-size: cover!important;
    background-position: 50% 50% !important;
}

.article-list-el.article-list-el-mini {
    height: 150px;
}

.article-list-title {
    margin-top: 1.5em;
    text-align: center;
    font-size: 1.2em;
    line-height: 1em;
    /*height: 2.9em;*/
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

.article-list-el.hidden-article:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: 'Доступно преподавателям и администрации';
    color: #888;
    font-size: 12px;
    width: 100%;
    text-align: center;
}
.article-list-el.hidden-article {
    position: relative;
    background: #f8f8f8;
    border-style: dotted;
    box-shadow: none;
}

.article-el-desc {
    display: none;
    background: rgba(255, 255, 255, 0.64);
    position: absolute;
    top: 0%;
    left: 0px;
    height: 5.5em;
    margin-top: 1em;
    overflow: hidden;
    padding-top: 10px;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    height: 35px;
    border-radius: 30px;
}

.article-list-el:hover .article-el-desc {
    display: block;
}

.article-el-sortable {
    cursor: move;
}

.article-edit-panel {
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 6px;
}

.presentation-panel-header {
    background: #0098b7;
    margin: -15px;
    text-align: center;
    padding-bottom: .5em;
    color: white;
    margin-bottom: 1em;
}

.presentation-panel-header img {
    width: 80px;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    font-size: 32px;
    margin-top: -30px;
    padding: 28px 20px 28px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.05);
}



/* v2 home */

.v2-iso-block {
    border: 1px solid #e6e6e6;
    text-align: center;
    padding: 20px 20px 20px;
    margin: 20px auto;
    border-radius: 3px;
    background: #fff;
}

.v2-title small {
    font-weight: bold;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.v2-title {
    font-size: 38px;
    color: #0098b7;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: .5em;
}

.schools-count {
    color: #0098b7;
}

.schools-count>div {
    border: 1px solid #e1e1e1;
    padding: 2px 8px;
}

.schools-count>div {
    font-size: 20px;
    display: inline-block;
    border: 1px solid #d4d4d4;
    padding: 2px 8px;
    color: #666;
    border-radius: 2px;
    box-shadow: inset 0 20px 20px -10px rgba(121, 121, 121, 0.1);
    text-shadow: 0 -1px white;
        vertical-align: middle;
}

.schools-count>div.notnull {
    box-shadow: inset 0 20px 20px -10px #FF9800;
    background: #FFC107;
    color: #fff;
    text-shadow: 0 -1px #FFC107;
}

.schools-count>span {
    display: inline-block;
    width: 65px;
    line-height: 1em;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 3px;
}

span.count-labels {
    margin: 8px 0;
    display: block;
    color: #0d7c93;
    font-weight: bold;
}


.iso-banner a {
    font-size: 1.1em;
    height: 100px;
    line-height: 100px;
    display: block;
    color: #fff;
    text-shadow: 0 1px black;
}

.iso-banner a:hover {
    color: #dad7d7;
}

.iso-banner a>span {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    padding: 0 1em;
    text-align: center;
}


.v2-iso-link {
    color: #0098b7;
    text-decoration: underline;
}

.v2-iso-block.v2-iso-block-alt {
    background: #0098b7;
    color: #fff;
    padding: 0;
    border-color: #005463;
}

.v2-iso-block.v2-iso-block-alt:hover {
    background: #00a2c3;
}

a.v2-title.v2-title-alt{
    color: #fff;
    display: block;
    padding: 50px 20px;
    margin: 0;
}


a.v2-title.v2-title-alt small{
    color: #fefefe;
}

a.v2-title.v2-title-alt:hover, a.v2-title.v2-title-alt:hover small {
    color: #66e8ff;
    text-decoration: none;
}


a.v2-title.v2-title-alt table td:first-child {
    width: 30%;
    text-align: right;
    padding-right: .5em;
}


a.v2-title.v2-title-alt table {
    text-align: left;
    line-height: initial;
    width: 100%;
}


/* iso home v2 */

.btn-lg-register {
    height: 100px;
    line-height: 100px;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 1.5em;
}

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

ul.iso-features {
    margin: 0;
    padding: 0;
    background: #fff;
    margin-left: 1em;
}

ul.iso-features li {
    display: block;
    line-height: 1.1em;
    margin-top: 7px;
    padding-left: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #efefef;
}

.iso-feature-label {
    margin-bottom: 1em;
}


.testimonial-content {
    position: relative;
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    z-index: 1;
}

@media (max-width: 800px) {
  .testimonial-content {
  }
}


.testimonial-content:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 20px;
    border-color: transparent transparent transparent #ccc ;
}

.testimonial-content:after {
    content: '';
    position: absolute;
    top: -18px;
    left: 21px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 0 18px;
    border-color: transparent transparent transparent #fff;
}

.testimonial-who {
    height: 110px;
    line-height: 1em;
}


.testimonial-who img {
    max-width: 100px;
    max-height: 100px;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
}

.map-more a {
    position: absolute;
    width: 100%;
    left: 0;
    font-size: 22px;
    text-transform: uppercase;
    top: 50%;
    color: #fff;
    font-family: 'Arimo', sans-serif;
}

.map-more {
    position: relative;
}

p.register-map{
    width: 100%;
    text-align: center;
}
    
.iso-banner {
    background-size: cover!important;
}

.iso-partners-list {
    text-align: center;
}

.iso-partners-list > a {
    display: inline-block;
    margin-right: 3em;
}

.sticky-btn-fixed {
    position: fixed;
    border-radius: 0 6px 6px 0;
    left: -100px;
    top: 60px;
    background-color: rgb(240, 173, 78);
    border-color: #eea236;
    letter-spacing: .04em;
    padding: .8em 1.2em;
    color: #fff;
    font-size: 1.25em;
    box-shadow: inset 0 -1px rgba(0,0,0,.15), inset 0 1px rgba(255,255,255,0.4), -14px 6px 20px -8px black;
    z-index: 10;
    transition: left .25s, top .25s;
    text-decoration: none;
}
 
.sticky-btn-fixed:hover{
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
    text-decoration: none;
}

.sticky-btn-fixed:focus {
    text-decoration: none;
    outline: 0;
    color: #fff;
}

.sticky-btn-fixed.showed, .sticky-btn-fixed:hover {
    left: 0px;
    top: 30px;

}

@media (max-width: 1190px) {
  .sticky-btn-fixed {
        display: none;
  }
}


/* НОВОЕ ДЛЯ ПРЕЗЕНТАЦИЙ */

.articles-filter {
    display: inline-block;
}

.articles-filter > a {
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    box-shadow: inset 0 -1px #bbb;
    padding: 5px 10px;
    border-radius: 12px;
    text-decoration: none;
    margin-right: .2em;
}

.articles-filter > a:hover {
    background: #eee;
}

.articles-filter > a.active {
    color: #fff;
    background: #0098b7;
    box-shadow: inset 0 -1px #00819c;
    border-color: #007891;
}


#keywords-tokenize + .Tokenize > .TokensContainer {
    border-radius: 3px;
}

/* АПЛОАД КАРТИНОК */
@media (min-width: 768px) {
    .modal-dialog.image-upload-dialog {
        width: 700px;
    }
}

/* ВИДЕОРОЛИКИ */

.video-el {
    background-size: cover!important;
    border-radius: 3px;
}

.video-inner {
    border-radius: 3px;
    height: 200px;
    display: flex;
    justify-content: center;
    background: rgba(0,0,0,.55);
    position: relative;
    margin-bottom: 1em;
}

.video-icon {
    position: absolute;
    top: 7px;
    left: 7px;    
    color: #fff;
    font-size: 14px;
}

.video-lock-icon {
    color: #fff;
    position: absolute;
    top: 6px;
    left: 28px;    
    font-size: 18px;
}

.video-lock-icon * {
    color: #555!important;
}

.video-inner-label {
    align-self: center;
    padding: 1em;
    color: #fff;
}

.video-link, 
.video-link2 {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
}


.video-link>span, 
.video-link2>span {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 15px;
    text-decoration: none;
    background: #fff;
    display: block;
    padding: 10px;
    width: 100%;
}

.video-link:hover, 
.video-link2:hover {
    /*color: #bbb;*/
}

.video-link:focus, 
.video-link2:focus {
    outline: none !important;
}

.video-disabled {
filter: gray;
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");    
-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
-o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(100%);
}

.video-disabled .video-inner {
    background: rgba(60,60,60,.80);
}

.video-title {
    height: 4em;
}

.video-desc {
    line-height: 1em;
    color: #aaa;
    height: 3em;
}

#videoPlayer {
    margin-bottom: -5px;
}


/* VIDEOJS */

.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline{width:10em}.video-js .vjs-controls-disabled .vjs-big-play-button{display:none!important}.video-js .vjs-control{width:4em}.video-js .vjs-menu-button-inline:before{width:1.5em}.vjs-menu-button-inline .vjs-menu{left:3em}.video-js .vjs-load-progress div,.vjs-seeking .vjs-big-play-button,.vjs-waiting .vjs-big-play-button{display:none!important}.video-js .vjs-mouse-display:after,.video-js .vjs-play-progress:after{padding:0 .4em .3em}.video-js.vjs-ended .vjs-loading-spinner{display:none}.video-js.vjs-ended .vjs-big-play-button{display:block!important}.video-js.vjs-paused .vjs-big-play-button,.vjs-paused.vjs-has-started.video-js .vjs-big-play-button,video-js.vjs-ended .vjs-big-play-button{display:block}.video-js .vjs-big-play-button{top:50%;left:50%;margin-left:-1.5em;background-color:null;font-size:3em;border-radius:12%;height:1.7em!important;line-height:1.7em!important;margin-top:-.85em!important}.video-js .vjs-big-play-button:active,.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{background-color:null}.video-js .vjs-loading-spinner{border-color:null}.video-js .vjs-control-bar2{background-color:#0098b7}.video-js .vjs-control-bar{background-color:#0098b7!important;color:null;font-size:11px}.video-js .vjs-play-progress,.video-js .vjs-volume-level{background-color:#fff}
.video-js .vjs-slider {
    background-color: rgba(15, 27, 43, 0.5);
}
.video-js .vjs-big-play-button, .video-js:hover .vjs-big-play-button {
    background-color: rgb(0, 152, 183);
}

.video-modal-body {
    padding: 0;
    margin-top: -1px;
}

/* EXAM ALT IMAGES */

.issue-image-chooser {
    position: absolute;
    z-index: 3;
    width: 100%;
    text-align: center;
    top: -15px;
    left: 0px;
}

/* SPECIAL BADGE */

.special_badge img {
    position: absolute;
    left: -35px;
    top: -5px;
}

.special_badge {
    line-height: 1.1em;
    font-size: 14px;
    width: 200px;
    text-shadow: 0 1px white;
    color: #5d4300;
    background: #f4c751;
    box-shadow: inset 60px 0 40px -30px rgba(43, 0, 0, 0.58), 0 2px 10px #000, inset 0 5px 5px rgba(255, 255, 255, 0.3);
    display: block;
    position: relative;
    padding: 10px;
    padding-left: 50px;
    display: table-cell;
    height: 65px;
    vertical-align: middle;
    font-weight: bold;
}

/* STUDENT LADDER */

span.badge.badge-ladder {
    background: #5cb85c;
}

.badge-bordered {
    background: none;
    color: #555;
    border: 1px solid #c1c1c1;
    margin-right: 1em;
}


/* PLAN v2 */

table#examTableExercise>tbody>tr:nth-child(odd) {
    background: #ececec;
}

table.exam-plan-table {
    width: 100%;
}

td.exam-plan-title {
    width: 250px;
    padding-right: 1em;
}

table.exam-plan-table td {
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
    padding-top: 3px;
}

table.exam-plan-table tr:last-child td {
    border-bottom: 0;
}

td.exam-plan-num {
    text-align: center;
    vertical-align: middle !important;
    font-size: 16px;
}

td.exam-plan-stats {
    width: 120px;
}

.issue-block {
    border-bottom: 1px solid #bbb;
    margin-bottom: 1em;
}

/* */

/* ПАРТНЕРСКИЙ БЛОК */

table.partner_percent {
    width: 100%;
}
table.partner_percent tr td:first-child{
    padding-right: .5em;
}


/* Учителя в статистики */

li.teacher-item {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

li.teacher-item:last-child {
    border-bottom: none
}


/* COLLAPSIBLE MENU */

  .collapse-nav:before,
  .collapse-nav:after {
    content: " ";
    display: table;
  }
  .collapse-nav:after {
    clear: both;
  }
  .collapse-nav .navbar-brand,
  .collapse-nav.navbarnav > li > a {
    padding: 15px;
  }
  .collapse-nav .collapse-item {
    float: left !important;
  }
  .collapse-item.collapse-item-hidden {
    /** .collapse-item-hidden is applied when item is hidden from view, could tweak this and add CSS transition effect **/
    display: none;
  }
  .collapse-nav-target .collapse-item {
    float: none !important;
  }
  .collapse-nav-target .dropdown-menu {
    position: absolute !important;
    background: white !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    border: 1px solid #ccc !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 0 !important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
    right: 0 !important;
    left: auto !important;
    margin-top: 0 !important;
  }
  .collapse-nav-target .dropdown-menu > li > a {
    color: #444 !important;
  }
  .collapse-nav-target .dropdown-menu > li > a:hover {
    background-color: #f5f5f5 !important;
  }




.list-group-item.list-group-item-special, .list-group-item.list-group-item-special:hover, .list-group-item.list-group-item-special:focus {
    background: #f0ad4e;
    color: #fff;
    border: 1px solid #ca8b32;
    text-shadow: 0 -1px #8e6020;
}

/* V3 SCHOOL PAGE */


.switch input {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.switch {
    width: 110px;
    height: 35px;
    position: relative;
    margin: 0px auto;
}

.switch label {
  display: block;
  width: 80%;
  height: 100%;
  position: relative;
  background: #1F2736; /*#121823*/
  background: linear-gradient(#121823, #161d2b);
  border-radius: 30px 30px 30px 30px;
  box-shadow: inset 0 3px 8px 1px rgba(0,0,0,0.5),  inset 0 1px 0 rgba(0,0,0,0.5),  0 1px 0 rgba(255,255,255,0.2);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.switch input ~ label i {
  display: block;
  height: 31px;
  width: 31px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  border-radius: inherit;
  background: #283446; /* Fallback */
  background: linear-gradient(#36455b, #283446);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),  0 0 8px rgba(0,0,0,0.3),  0 12px 12px rgba(0,0,0,0.4);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.switch label + span {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 8px;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  background: #283446;
  background: gradient-gradient(#36455b, #283446);
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.2),  0 1px 0 rgba(255,255,255,0.1),  0 0 10px rgba(185,231,253,0),  inset 0 0 8px rgba(0,0,0,0.9),  inset 0 -2px 5px rgba(0,0,0,0.3),  inset 0 -5px 5px rgba(0,0,0,0.5);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
}

/* Toggle */

.switch input:checked ~ label + span {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
  background: #b9f3fe;
  background: gradient-gradient(#ffffff, #77a1b9);
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.1),  0 1px 0 rgba(255,255,255,0.1),  0 0 10px rgba(100,231,253,1),  inset 0 0 8px rgba( 61,157,247,0.8),  inset 0 -2px 5px rgba(185,231,253,0.3),  inset 0 -3px 8px rgba(185,231,253,0.5);
}

.switch input:checked ~ label i {
  left: auto;
  left: 63%;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),  0 0 8px rgba(0,0,0,0.3),  0 8px 8px rgba(0,0,0,0.3),  inset -1px 0 1px #b9f3fe;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

div#switch_status {
    background: rgba(255, 255, 255, 0.78);
    display: block;
    width: 130px;
    text-align: center;
    padding: .3em .5em;
    margin: 0 auto;
    margin-top: -2em;
    border-radius: 30px;
}

.apk-user-list {

}

.apk-user-list .apk-user {

}

.apk-user-list .apk-user td.apk-user-info {
    padding: 5px;
}

.apk-user-list .apk-user .apk-user-name {
    line-height: 1em;
    height: 2.3em;
}

.issue-pano-row {
    overflow: hidden;
    padding: 10px;
    padding-top: 0;
    margin-top: 0;
}

.issue-pano-el {
    position: relative;
    width: calc(20% - 6px);
    float: left;
    border: 1px solid #ddd;
    padding: 3px;
    margin: 3px;
    height: 185px;
    overflow: hidden;
    box-shadow: 0 2px 4px -1px #eee;
    border-radius: 2px;
    background-color: #fff;
}

.issue-pano-el.issue-pano-el-text-only {
    line-height: 185px;
}

.issue-pano-el:after {
    content: '';
    position: absolute;
    box-shadow: inset 0 -45px 30px -20px white;
    height: 50px;
    width: 100%;
    bottom: 0;
    left: 0;
}

.issue-pano-el:hover, .issue-pano-el.el-active {
    background: yellow;
}

.issue-pano-el:hover:after, .issue-pano-el.el-active:after {
    box-shadow: inset 0 -45px 30px -20px yellow;
}

.issue-pano-el .issue-pano-el-status {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    border-radius: 2px;
    z-index: 1;  
}

.issue-pano-el .issue-pano-el-status.el-success {
    background-color: rgba(0, 202, 8, 0.5);
}

.issue-pano-el .issue-pano-el-status.el-success:after {
    color: #fff;
    content: '\f00c';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 30px;
    margin-left: -21px;
    margin-top: -20px;
    width: 42px;
    text-align: center;
    line-height: normal;
}


.issue-pano-el .issue-pano-el-status.el-failed {
    background-color: rgba(255, 7, 0, 0.5);
}

.issue-pano-el .issue-pano-el-status.el-failed:after {
    color: #fff;
    content: '\f05e';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 30px;
    margin-left: -21px;
    margin-top: -20px;
    width: 42px;
    text-align: center;
    line-height: normal;
}

.issue-pano-el .issue-pano-el-status.el-unanswered {
    background-color: rgba(255, 188, 0, 0.25);
}

.issue-pano-el .issue-pano-el-status.el-unanswered:after {
    color: #fff;
    content: '\f059';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 30px;
    margin-left: -21px;
    margin-top: -20px;
    width: 42px;
    text-align: center;
    line-height: normal;
}


.issue-pano-el .issue-pano-el-status.el-answered {
    background-color: rgba(0, 99, 169, 0.5);
}

.issue-pano-el .issue-pano-el-status.el-answered:after {
    color: #fff;
    content: '\f046';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 30px;
    margin-left: -21px;
    margin-top: -20px;
    width: 42px;
    text-align: center;
    line-height: normal;

}


.issue-pano-el .issue-pano-el-status.el-answered {
    
}

.issue-pano-text {
    padding: 10px 10px;
    font-size: 11px;
    line-height: 1.1em;
    display: inline-block;
    vertical-align: middle;
}

.pano-stats {
    border: 1px solid #ccc;
    padding: 0 10px;
    margin-top: -5px;
    border-radius: 5px;
    padding-top: 5px;
    box-shadow: 0 2px 5px #ccc;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fcfcfc+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(252,252,252,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(252,252,252,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
}

.btn-issue-pano-stat {
    margin-top: 1px;
    margin-right: -5px;
}

.time-span {
    width: 3em;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.05em;
}

.archive-row {

}

.archive-row-active {
    background-color: #E1F5FE !important;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #ddd;
}

.pulse-animation {
    animation: pulse_animation 4s infinite;
}

@keyframes pulse_animation {
    0% { transform: scale(1); background: #fff; }
    30% { transform: scale(1); background: #fff; }
    40% { transform: scale(0.35); background: #4CAF50;}
    50% { transform: scale(1); background: #fff; }
    60% { transform: scale(1);  background: #fff;}
    70% { transform: scale(0.5); background: #4CAF50;}
    80% { transform: scale(1.2); background: #fff; }
    100% { transform: scale(1); background: #fff;}
}

.pulse {
  cursor: pointer;
  box-shadow: 0 0 0 rgba(3,169,244, 0.7);
  animation: pulse 2s infinite;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.9);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.9);
    opacity: 1;
  }
  10% {
    opacity: .8;

  }
  50% {
    /*color: #fff;*/
    opacity: 1;
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.9);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.9);
    opacity: 1;
  }
  10% {
    opacity: .8;
  }
  50% {
    /*color: #fff;*/
    opacity: 1;
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}

span.refresh-absolute-icon {
    position: absolute;
    top: .5em;
    right: 1em;
}

.label-hr > hr {
    border-color: #bbb;
}
.label-hr > span {
    position: absolute;
    background: white;
    width: 230px;
    margin-left: -110px;
    padding: 3px;
    top: -15px;
    font-size: 17px;
    border-radius: 20px;
    border: 1px solid #bbb;
    font-weight: bold;
    color: #444;
}
.label-hr {
    position: relative;
    margin-bottom: 40px;
    margin-top: 20px;
}

#to_print {
    background: #fff;padding: 10px 20px;border: 1px solid #ddd;box-shadow: 0 1px 5px rgba(0,0,0,.3);margin-bottom: 15px;
}

#to_print:hover input:invalid {
    background: rgba(255, 247, 0, 0.3)!important;
}


/* DATATABLES */

.dataTables_wrapper .dataTables_processing {
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        height: 100%;
        line-height: 100%;
        background: rgba(255, 255, 255, 0.15);
        margin: 0;
        padding: 0;
        min-height: 200px;
    }

    .dataTables_wrapper .dataTables_processing > img {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -40px;
        margin-top: -35px;
        width: 60px;
        height: 51px;
        opacity: .8;
    }

/* ГЕНЕРИРУЕМЫЕ СТИЛИ ХАРДКОД */
body, .footer, .navbar-profteh, .modal-header, .cart-btn {
  background-color: #0098b8;
}
.footer, .navbar-profteh, .modal-header, .modal-header .close {
  color: #ffffff;
}
.navbar-profteh .navbar-nav .dropdown.open, .navbar-profteh .navbar-nav .open .dropdown-menu>li>a, .navbar-profteh .navbar-nav>.open>a, .navbar-profteh .navbar-nav>.open>a:focus, .navbar-profteh .navbar-nav>.open>a:hover,.navbar-profteh ul.dropdown-menu, .dropdown .open > .dropdown-toggle, .navbar-profteh .navbar-nav>.active>a, .navbar-profteh .navbar-nav>.active>a:focus, .navbar-profteh .navbar-nav>.active>a:hover{
  background-color: #c3f4ff; 
  color: #3b799c;
}
.panel-default{
  background-color: rgba(243,243,243,0.62);
  color: ;
}


/* ПАНЕЛЬ СТУДЕНТА */

.theme-wrap {
}

.theme-wrap-ondrag {
    opacity: .6;

}

.exam-modal-link {
    cursor: pointer;
}

.theme-panel {
    position: relative;
    border: 1px solid #bbb;
    border-radius: 2px;
    height: 158px;
    margin-bottom: 15px;
    padding: 10px;
    box-shadow: 0 2px 5px #ddd;
    /*background: #fff;*/
    /*z-index: 1;*/
}

.theme-panel-unavailable {
    position: absolute;
    left: 0;
    top: 0;
    background: #efefef;
    width: 100%;
    height: 100%;
    z-index: -1;
}

@keyframes highlight {
  0% {
    opacity: .5;
    box-shadow: 0px 0px 25px #4499b7;
  }
  30% {
    opacity: 1;
    box-shadow: 0 0px 25px #4499b7;
  }
  100% {
    box-shadow: 0 2px 5px #ddd;
  }
}

.theme-panel.just-added {
    animation: highlight 1s;
}



#highlight:target {
  
}

.theme-panel-title {
    height: 42px;
    line-height: 18px;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 2px;
    padding-left: 5px;
    text-align: left;
}

.theme-buttons {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    right: 5px;
    top: 5px;
    opacity: 0;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    z-index: 1;
    border-radius: 6px;
    height: 22px;
}

.theme-wrap:hover .theme-buttons {
    opacity: 1;
}

.theme-panel-icon {
    font-size: 26px;
}

.theme-panel-icon-disabled {
    color: #999;
}

span.theme-panel-subtitle {
    color: #999;
    font-size: 10px;
    text-align: center;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    white-space: nowrap;
}

hr.theme-panel-hr {
    margin: 5px;
}


.nav-student-panel {

}

.nav-student-panel a.active {
    box-shadow: inset 0 15px 20px -15px rgba(0, 0, 0, 0.05);
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    color: #444;
}

.plan_day {
    /*padding-top: 10px;*/
/*    background: #fdfdfd;
    border: 1px solid #ededed;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 10px 9px;
    padding-bottom: 0;*/
}

.theme-panel-label {
    display: block;
    vertical-align: middle;
    height: 130px;
}

.theme-panel-label .title-wrap {
    display: block;
    font-size: 18px;
    font-weight: 100;
    width: 100%;
    line-height: 130px;
    height: 130px;
    text-align: center;
}

.theme-panel-label .title-wrap .theme-title {
    display: inline-block;
    line-height: 1em;
    vertical-align: middle;
}

.theme-panel-label .editable-title-wrap {
    display: block;
    width: 100%;
    line-height: 130px;
    height: 130px;
    text-align: center;
}

.theme-panel-label .editable-title-wrap .editable-title-area {
    width: 100%;
    line-height: 1em;
    min-height: 1em;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-align: center;
    outline: none;
    resize: none;
    font-size: 18px;
    font-weight: 100;
}

.theme-panel-label .editable-title-wrap .editable-title-area:focus {
    background: yellow;
}

.theme-panel-success {
    color: #4CAF50;
}

.student-panel-stats {
    background: #fbfbfb;
    padding: 10px;
    border-radius: 10px;
}

.footer-well {
    margin: 10px -15px;
    padding: 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    /*background: #ceebf1;*/
    /*border-radius: 0 0 4px 4px;*/
}

.news-panel {
    border: 1px solid #ddd;
    margin-bottom: 1em;
    border-radius: 2px;
    padding: 10px 20px;
    box-shadow: 0 1px 1px #ddd;
}

.news-panel.news-panel-sticky {
    background: #b0eaff;
    color: #1d1d1d;
    border: 1px solid #58bddc;

}

.news-panel.news-panel-sticky a {
    color: #005d6d;
}

.school_rating {
    background: #fceabb;
    background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -webkit-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
    background: linear-gradient(to bottom, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 );
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    display: inline-block;
    color: #67470f;
    text-shadow: 0 1px #f9e8b8;
    border: 1px solid #e4b96a;
}

.school_rating.school_rating_alt {
    color: #4499b7;
    border: 1px solid #e4b96a;
    background: #fff;
    border-color: #4499b7;
    text-shadow: none;
}

.tag-dot {
    width: 1em;
    height: 1em;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.cert-title {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.edit-wrapper{position:relative}

.edit-wrapper-panel{
    width: 100%;
    overflow:hidden;
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:0;
    box-shadow:inset 0 -15px 15px -10px rgba(0,0,0,.3),0 0 0 0 transparent;
    -webkit-transition:all .15s ease-out;
    transition:all .15s ease-out;
    background:rgba(0,0,0,.2);
    border-radius:3px;
    padding:0 5px
    ;z-index:2;
    border-bottom:0 solid transparent
}
.edit-wrapper-panel a{
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out
}

.edit-wrapper:hover .edit-wrapper-panel{
    width: 100%;
    height:100%;
    padding:5px;
    border-bottom:1px solid rgba(50,50,50,.15);
    box-shadow:inset 0 -15px 15px -10px transparent,0 10px 20px -10px;
    background:rgba(0,0,0,.4)
}

.star-color {
    color: #fbd818;
    text-shadow: 0 1px #b393008a, 0 1px 2px #b393008a;
}
.color-light {
    color: #dedede;
}

span.panel-abs-label {
    position: absolute;
    left: -1px;
    top: -10px;
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0;
    border-right: 0;
    padding: 2px 10px;
    box-shadow: inset 0 10px 5px -5px #fbfbfb;
}

span.panel-abs-label:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 1px;
    height: 9px;
    background: #bbbbbb;
}

.log-wrap {
        padding: .5em 1em;
        background-color: #FEFEFE;
        border: 1px solid #cecece;
        border-radius: 5px;
    }
    .log-message {
        margin-top: .5em;
        display: inline-block;
        width: 100%;
        white-space: normal;
    }

    .log-message-inner {
        display: inline-block;
        position: relative;
        padding: .8em;
        border-top: 1px solid #cecece;
        border-bottom: 1px solid #cecece;
        border: 1px solid #cecece;
        border-radius: 3px;
        background-color: #fff;
        box-shadow: 0 10px 20px -20px #000000;
    }

    .log-message-inner.from-right {
        background: #fbfbfb;
    }

    .log-message-inner:before{
        position: absolute;
        top: 8px;
        left: -12px;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 12px 12px 0;
        border-color: transparent #cecece transparent transparent;
    }    

    .log-message-inner:after{
        position: absolute;
        top: 9px;
        left: -11px;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 11px 11px 11px 0;
        border-color: transparent #ffffff transparent transparent;
    } 

    .log-message-inner.from-right:before{
        top: 8px;
        right:-12px;
        left: auto;
        border-width: 12px 0 12px 12px;
        border-color: transparent transparent transparent #cecece;
    }    

    .log-message-inner.from-right:after{
        top: 9px;
        right:-11px;
        left: auto;
        border-width: 11px 0 11px 11px;
        border-color: transparent transparent transparent #fbfbfb;
    }   


    .log-message.text-right .log-message-inner:before{
        right: 8px;
        left: auto;
    }
    .log-message.text-right .log-message-inner:after{
        right: 10px;
        left: auto;
        border-bottom-color: #f9f9f9;

    }

    .log-message.text-right .log-message-inner{
        background-color: #f9f9f9;
    }

    .log-message-inner.unread-message{
        background-color: #fffde7;
    }

    .log-message-inner.unread-message:after{
        border-color: transparent #fffde7 transparent transparent;
    }

    .log-message-inner.from-right.unread-message{
        background-color: #fffde7;
    }

    .log-message-inner.from-right.unread-message:after{
        border-color: transparent transparent transparent #fffde7;
    }

    /*automessage fix*/
    .log-message-inner.message-automessage {
        background: #5098b6;
        color: #fff;
        box-shadow: 0 10px 20px -20px #000000, inset 0 1px #96cbe5;
        border-color: #428099;
        font-weight: bold;
    }
    .log-message-inner.message-automessage.from-right {
        color: #444;
        background: #5098b6;
        box-shadow: 0 10px 20px -20px #000000, inset 0 1px white;
    }
    .log-message-inner.message-automessage:before {
        border-color: transparent #428099 transparent transparent;
    }
    .log-message-inner.message-automessage:after {
        border-color: transparent #5d97b4 transparent transparent;
    }
    .log-message-inner.message-automessage.from-right:before {
        border-color: transparent transparent transparent #428099;
    }
    .log-message-inner.message-automessage.from-right:after {
        border-color: transparent transparent transparent #5d97b4;
    }
    .btn-vk {
      background: #4a76a8;
      color: #fff;
    }
    .btn-vk:hover {
        background: #426995;
        color: #fff;
    }

    .pwa-banner {
      text-decoration: none !important;
      display: block;
      background: #63a2b5;
      background: -moz-linear-gradient(top, #63a2b5 0%, #3b99b7 100%, #3b99b7 100%);
      background: -webkit-linear-gradient(top, #63a2b5 0%,#3b99b7 100%,#3b99b7 100%);
      background: linear-gradient(to bottom, #63a2b5 0%,#3b99b7 100%,#3b99b7 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63a2b5', endColorstr='#3b99b7',GradientType=0 );
      height: 70px;
      border-radius: 10px;
      font-size: 1.2em;
      line-height: 70px;
      text-align: center;
      color: #fff;
      text-shadow: 0 -1px #245361;
    }

    .pwa-banner:hover {
        background: #63a2b5 !important;
        color: #fff;
    }

    .flex-list-item {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-align: end!important;
        align-items: center!important;
    }

    .text-truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .justify-content-between  {
        justify-content: space-between;
    }

    .w-100 {
        width: 100%;
    }

    .m-0 {
        margin: 0;
    }

    .p-0 {
        padding: 0;
    }

    .mr-1 {
        margin-right: 1em;
    }

    .mr-2 {
        margin-right: 2em;
    }

    .ml-1 {
        margin-left: 1em;
    }

    .ml-2 {
        margin-left: 2em;
    }

    .mb-0 {
        margin-bottom: 0;
    }

    .mb-1 {
        margin-bottom: 1em;
    }

    .mb-0-5 {
        margin-bottom: .5em;
    }

    .mt-0 {
        margin-top: 0;
    }

    .px-1 {
        padding-left: 1em;
        padding-right: 1em;
    }

    .px-2 {
        padding-left: 2em;
        padding-right: 2em;
    }

    .py-0-5 {
        padding-top: .5em;
        padding-bottom: .5em;
    }

    .p-0-5 {
        padding: .5em;
    }

    .p-1 {
        padding: 1em;
    }

    .p-2 {
        padding: 2em;
    }

    .mx-1 {
        margin-left: 1em;
        margin-right: 1em;
    }

    .skill-svg-placeholder {
      margin: 0 auto;
      width: 40px;
      height: 40px;
    }

    .skill-svg-placeholder > svg {
      max-height: 70%;
    }

    .overflowed-text {
        padding: 10px;
        overflow: hidden;
        position: relative;
    }

    .overflowed-text:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    }

    .d-flex {
        display: flex;
    }
    .align-items-center {
        align-items: center;
    }
    .flex-wrap {
        flex-wrap: wrap;
    }

