/* General rules */

body, html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    color: #323c41;
    background-color: #e6e6e6;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

a:link, a:active {
    color: #4ca9d8;
    text-decoration: none;
}

a:hover {
    color: #18B5F3;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
    border: none;
}

a.no-follow {
    cursor: default;
}

ul, ol {
    margin-bottom: 0;
}

.fixed {
    position: fixed !important;
    margin-top: 20px;
}

#flashStack {
    display: none;
}

.inline-block {
    clear: both;
    min-height: 30px;
}

.icon {
    display: block;
}

blockquote p {
    margin: 0 0 12px;
    font-weight: normal;
}

img {
    max-width: 100%;
}

/* --- Header and top menu --- */

.header {
    margin: 0;
    padding: 0 0 0 15px;
    background: #fff;
    border: none;
}

.header > .inner {
    height: 70px;
    max-width: 1600px;
    margin: 0 auto;
}

.header > .inner .region-right {
    width: auto;
    height: 65px;
    float: right;
    position: relative;
    z-index: 50;
    background: #fff;
}

.main-logo {
    display: block;
    height: auto;
    margin: 15px 2.5% 0 0;
    max-width: 290px;
    padding: 0;
}

.main-logo .pull-left {
    margin-right: 18px;
}

.main-menu .nav > li > a {
    padding: 25px 20px 25px 0;
    font-family: 'Roboto Condensed';
    font-size: 17px;
    color: #71797d;
}

.main-menu .nav > li.active > a,
.main-menu .nav > li > a:hover {
    background-color: transparent;
    color: #4ca9d8;
    text-decoration: none;
    background: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-menu .dropdown-toggle {
    display: block;
    height: 70px;
    text-indent: -9999px;
    background: rgba(0, 0, 0, 0.3) url('/img/icons-user-menu-white.png') 50% -375px no-repeat;
    width: 70px;
    position: absolute;
    right: 70px;
}

.main-menu .dropdown-menu {
    min-width: 120px;
    left: auto;
    right: 0;
    top: 60px;
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.main-menu .dropdown-menu > li > a {
    color: #fff;
}

.main-menu .dropdown-menu > li > a:hover,
.main-menu .dropdown-menu > li > a:focus {
    background: rgba(0, 0, 0, 0.8);
}

.main-menu .dropdown-menu:before {
    top: -20px;
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    left: 45px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent;
}

/* User info block */

.user-profile-wrapper {
    width: auto;
    float: right;
}

.user-profile {
    height: 70px;
    padding: 0 7px;
    background: #f4f4f4;
    min-width: 120px;
    float: left;
}

.user-profile .inner {
    display: inline-block;
}

.user-profile .user-mini-block {
    float: left;
}

.user-profile .user-mini-block a {
    display: block;
    float: left;
    width: 55px;
    height: 70px;
    padding: 18px;
    text-indent: -9999px;
    font-size: 0;
    background: url(/img/icons-user-menu-black.png) 50% 27px no-repeat;
}
.user-profile .user-mini-block.no-icon a {
    background: url('/img/glyphicons-halflings.png') -286px 0;
}

.user-profile .user-mini-block a span {
    text-indent: -9999px;
}

.user-profile .user-cms a {
    background-position: 50% -475px;
}

.user-profile .user-settings a {
    background-position: 50% -75px;
}

.user-profile .user-logout a {
    background-position: 50% -175px;
}
.user-profile .tooltip-inner {
    background-color: #fff;
    color: #000;
    font-family: 'Roboto Condensed';
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 0;
}
.user-profile .tooltip.bottom .tooltip-arrow {
    border-color: transparent transparent #fff transparent;
}
.user-data {
    float: right;
    height: 70px;
    position: relative;
    z-index: 1;
    padding: 0 22px;
}

.user-data:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #B8CEDD;
}

.user-data .user-name {
    float: left;
    height: 100%;
    max-width: 125px;
    padding-right: 10px;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 15px;
}

.user-data .user-name a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    word-wrap: normal;
    color: #323c41;
}

.user-data .user-avatar {
    float: left;
    margin-top: 10px;
    width: 48px;
    height: 48px;
}

.user-data .user-avatar a {
    display: block;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-size: cover !important;
}

.user-info-mobile {
    width: 70px;
    height: 70px;
}

.user-info-mobile .dropdown-menu {
    min-width: 120px;
    left: auto;
    right: 0;
    top: 60px;
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.5);
    border: medium none;
    border-radius: 0;
    box-shadow: none;
}

.user-info-mobile .dropdown-menu li a {
    color: #fff;
}

.user-info-mobile .dropdown-menu li a:hover {
    background: rgba(0, 0, 0, 0.8);
}


.user-info-mobile .dropdown-menu:before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    left: 75px;
    border-width: 10px;
    border-style: solid;
    top: -20px;
    border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
}

.user-info-mobile .dropdown-toggle {
    display: block;
    height: 70px;
    text-indent: -9999px;
    background: #B8CEDD url('/img/icons-user-menu.png') 50% -275px no-repeat;
}

.user-info-inner .dropdown-toggle {
    display: block;
    height: 70px;
    width: 70px;
    text-indent: -9999px;
    background: #B8CEDD url(../img/icons-user-menu.png) 50% -275px no-repeat;
}

.user-info-inner .dropdown-menu {
    min-width: 120px;
    left: auto;
    right: 0;
    top: 60px;
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.5);
    border: medium none;
    border-radius: 0;
    box-shadow: none;
}

.user-info-inner .dropdown-menu li a {
    color: #fff;
    height: auto;
    background: none;
}

.user-info-inner .dropdown-menu li a:hover {
    background: rgba(0, 0, 0, 0.8);
}


.user-info-inner .dropdown-menu:before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    left: 75px;
    border-width: 10px;
    border-style: solid;
    top: -20px;
    border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
}

.user-info-logout .btn {
    margin-top: 12px;
}

.user-info-unlogin {
    height: 70px;
}

.user-info-unlogin .btn {
    height: 70px;
    padding: 25px 19px 20px;
    text-transform: none;
    background-color: #B8CEDD;
    color: #323c41;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 14px;
    line-height: 14px;
    border-radius: 0;
}

.user-info-unlogin .btn:hover {
    background-color: #B8CEDD;
}

.user-info-unlogin .btn .text {
    display: block;
    float: left;
    line-height: 15px;
    color: #323c41;
}

.user-info-unlogin .btn .icon {
    width: 13px;
    height: 15px;
    float: left;
    background: url('../img/icons-small.png') -180px -180px;
    display: none;
}

.user-info-unlogin-mobile {
    width: 70px;
    height: 70px;
    background: #f1f1f1;
}

.user-info-unlogin-mobile a {
    display: block;
    width: 19px;
    margin: 20px auto;
}

.user-info-unlogin-mobile .icon {
    height: 21px;
    width: 19px;
    background: url('../img/icons-small.png') -53px -2px;
}

.user-info-unlogin-mobile .icon:hover {
    background: url('../img/icons-small.png') -153px -2px;
}

/* --- Main content --- */

.main-container {
    width: 100%;
    height: auto !important;
    min-height: 100%;
    padding: 0;
    position: relative;
}

.block-bg {
    max-height: 839px;
    padding: 20px 0;
    background: url('/img/dark-blue-bg.png');
}

.block--transparent {background: none; padding: 0;}

.block-bg-inner {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}

.block-main-content {
    width: 90%;
    margin: 35px auto 155px;
    max-width: 1600px;
    position: relative;
}

.page-name {
    min-height: 26px;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin: 10px 0 10px 3px;
    padding: 0;
}

.breadcrumb li {
    font-size: 12px;
    font-weight: 700;
    //display: inline; /* For IE7 */
}

.breadcrumb>li+li:before {
    content: '';
    padding: 0;
}

.breadcrumb li a,
.breadcrumb li.active {
    display: block;
    float: left;
    font-weight: bold;
    line-height: 13px;
    text-shadow: 1px 1px 1px #79badc;
    color: #13445d;
}

.breadcrumb .divider {
    display: block;
    float: right;
    width: 8px;
    height: 12px;
    margin: 0 5px 0 2px;
    padding: 0 2px !important;
    text-indent: -9999px;
    background: url('../img/icons-small.png') -7px -55px;
}

h1.page-title {
    width: 80%;
    margin: 0 10px 10px 0;
    font-family: 'Roboto Condensed';
    font-weight: normal;
    font-size: 36px;
    color: #fff;
}

.mdash {
    font-size: 38px;
    font-weight: normal;
}

/*Course show files and links*/

.files-course-block {
    background: #fff;
    margin: 20px 0 0;
    padding: 20px 25px 12px;
    background: #f4fafd;
}

/* My courses: course timeline with modules */

.block-mycourses {
    width: 90%;
    max-width: 1600px;
}

.no-courses {
    width: 90%;
    margin: -43px auto 140px;
    max-width: 1600px;
    border: 1px dotted rgba(53, 184, 218, 0.5);
    background: #FFF;
}

.no-courses-top h3,
.no-courses-top h4 {
    margin-left: 35px;
}

.no-courses  .wrapper .block-front-courses {
    padding: 10px 35px;
}

.course-wrapper-user {
    width: 82%;
    margin: 10px 0 0 !important;
    border: 1px solid #B7C4D8;
}

.course-wrapper-header {
    background: none repeat scroll 0 0 #D4F1FF;
    clear: both;
    height: 44px;
    border-bottom: 1px solid #B7C4D8;
}

.course-wrapper-header h4 {
    margin-top: 0;
    padding-left: 10px;
    padding-top: 10px;
}

.course-header-left h6 {
    display: block;
    float: left;
    width: 40%;
    margin: 0 2% 0 10px;
    margin-top: 0;
    font-size: 16px;
}

.course-header-left {
    float: left;
    width: 27%;
    height: 35px;
    padding: 10px 0 0;
    border-right: 1px solid #D4F1FF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.course-header-right {
    float: left;
    width: 73%;
    height: 44px;
}

.course-header-right .course-header-start-block {
    float: left;
    width: 3%;
    height: 44px;
    border-right: none;
}

.course-header-right .course-header-block {
    float: left;
    width: 8.818181%;
    height: 44px;
    background: url('/img/course-header-divider.png') repeat-y top right;
}

.course-header-right .course-header-block:last-child {
    border-right: none;
}

.course-header-right .course-header-module-number {
    display: block;
    margin: 14px auto 0;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}

.course-header-right .course-header-module-number .text {
    float: left;
    padding: 0 3px 0 25%;
}

.course-header-right .course-header-module-number .value {
    float: left;
}

.course-header-right .course-header-block:last-child {
    background: none;
}

.course-wrapper-body {
    min-height: 100%;
}

.course-block-main-wrapper {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.course-block-main-wrapper:last-child .border-bottom {
    background: #F2F7F6;
}

.course-block-main {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.course-block-info {
    width: 27%;
    float: left;
    position: relative;
    padding: 0;
    overflow: hidden;
    border-right: 1px solid #B7C4D8;
    background: #f2f7f6;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.course-block-info-top {
    padding-top: 10px;
}

.course-block-info .course-image {
    float: left;
    width: 27%;
    padding-left: 3%;
}

.course-block-info .course-text {
    float: left;
    width: 67%;
    padding: 0 1% 0 2%;
}

.course-block-info .course-name {
    display: table-cell;
    vertical-align: middle;
}

.course-block-info .date {
    font-size: 11px;
}

.course-block-info .course-name p {
    font-weight: bold;
}

.course-block-info .course-footer {
    float: left;
    width: 100%;
    margin: 5px 0 10px;
}

.course-block-info .course-footer a {
    font-size: 12px;
    text-decoration: underline;
}

.course-block-info .course-footer a:hover {
    text-decoration: none;
}

.course-results {
    margin-left: 10px;
}

.border-bottom {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 99%;
    background: #B7C4D8;
}

.course-block-progress {
    width: 73%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.course-element-wrapper {
    width: 9%;
    float: left;
}

.course-element-title-wrapper {
    width: 100%;
    min-height: 21px;
    padding: 6px 0 5px;
    border-bottom: 1px dashed #d9d9d9;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.course-element-title-wrapper:last-child {
    border-bottom: none;
}

.course-element-title {
    font-size: 12px;
}

.further-icon {
    display: block;
    float: left;
    width: 20px;
    height: 15px;
    margin-right: 4px;
    background: url('/img/icons-small.png') -25px -53px;
}

.go-to-icon {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 4px;
    background: url('/img/icons-small.png') -225px -25px;
}

.clocks-icon {
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    background: url('/img/icons-small.png') -204px -5px;
}

.date-icon {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    opacity: 0.6;
    background: url('/img/icons-small.png') -88px 0;
}

.info-icon {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 4px;
    background: url('/img/icons-small.png') -25px -25px;
    cursor: help;
}

.video-icon {
    display: block;
    width: 16px;
    height: 16px;
    margin: 3px 5px 0 0;
    background: url('/img/icons-module-types.png') -4px -5px;
}

.test-icon {
    display: block;
    width: 16px;
    height: 16px;
    margin: 3px 5px 0 0;
    background: url('/img/icons-module-types.png') -4px -55px;
}

.homework-icon {
    display: block;
    width: 16px;
    height: 16px;
    margin: 3px 5px 0 0;
    background: url('/img/icons-module-types.png') -4px -105px;
}

.checkhomework-icon {
    display: block;
    width: 16px;
    height: 16px;
    margin: 3px 5px 0 0;
    background: url('/img/icons-module-types.png') -4px -154px;
}

.close-icon-sm {
    display: block;
    width: 16px;
    height: 16px;
}

.course-progress-cell {
    width: 8.272727%;
    float: left;
    border-right: 1px solid #fff;
}

.course-progress-cell:last-child {
    float: right; /* For Safari */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

.module-block-wrapper {
    width: 100%;
    min-height: 21px;
    padding: 6px 0 5px;
    border-bottom: 1px dashed #d9d9d9;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.module-block-wrapper:last-child {
    border-bottom: none;
}

.module-block {
    width: 97.5%;
    display: block;
    float: left;
    height: 20px;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.module-block:hover {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.module-block .module-popover {
    display: block;
    width: 100%;
    height: 100%;
}

.module-block.passed {
    background: #A0CC85;
}

.module-block.passed:hover {
    background: #8cbc6d;
    cursor: pointer;
}

.module-block.non-passed {
    background: #d86151;
}

.module-block.non-passed:hover {
    background: #cc4d3c;
    cursor: pointer;
}

.module-block.active {
    background: #6fc6f1;
}

.module-block.active:hover {
    background: #56b3e1;
    cursor: pointer;
}

.module-block.in-work {
    background: #e1b45e;
}

.module-block.in-work:hover {
    background: #d1a34e;
    cursor: pointer;
}

.module-block.locked {
    background: #dcdedf url('/img/lock-small.png') no-repeat center center;
}

.module-block.locked:hover {
    background: #dcdedf url('/img/lock-small.png') no-repeat center center;
    cursor: default;
}

.module-block.empty {
    background: none;
}

.course-final-test {
    height: 93px;
    width: 95%;
    float: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.course-final-test:hover {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.course-final-test.passed {
    background: #A0CC85;
    border: 1px solid #A0CC85;
}

.course-final-test.passed:hover {
    background: #7AC050;
}

.course-final-test.non-passed {
    background: #d86151;
    border: 1px solid #E57C86;
}

.course-final-test.non-passed:hover {
    background: #ec7063;
}

.course-final-test.active {
    background: #6fc6f1;
    border: 1px solid #4EBDDC;
}

.course-final-test.active:hover {
    background: #1E9FC3;
}

.course-final-test.in-work {
    background: #e1b45e;
    border: 1px solid #EFECA1;
}

.course-final-test.in-work:hover {
    background: #E7E371;
}

.course-final-test.locked {
    background: #f1f3f4;
    border: 1px dashed #cccccc;
}

.course-final-test .icon {
    width: 32px;
    height: 35px;
    margin: 30px auto 0;
    background: url('/img/icons-large.png') -104px -8px;
}

.course-final-test.locked .icon {
    height: 32px;
    cursor: default !important;
    background: url('/img/lock-big.png') no-repeat center center;
}

.course-final-test.locked .icon:hover {
    cursor: pointer;
}

.course-legend-wrapper {
    margin-left: 0 !important;
}

.course-legend-block {
    height: 100%;
    padding: 15px 15px 5px 15px;
    margin-top: 10px;
    background: #fff;
}

.block-course .course-legend-block {
    display: none;
}

.course-legend-block .section {
    clear: both;
    margin-bottom: 15px;
}

.module-type {
    display: block;
    float: left;
    margin-right: 5px;
    width: 18px;
    height: 18px;
}

.module-type-passed {
    background: #A0CC85;
}

.module-type-non-passed {
    background: #E57C86;
}

.module-type-active {
    background: #6fc6f1;
}

.module-type-in-work {
    background: #EfECA1;
}

.module-type-locked {
    background: #E5E8EB url('/img/lock-small.png') no-repeat center center;
}

.module-type-description {
    font-size: 13px;
    font-style: italic;
    line-height: 18px;
}

/* --- Footer --- */

#footer {
    position: relative;
    width: 100%;
    clear: both;
    height: 120px;
    padding: 0 15px;
    background: #d5dfe5 url('/img/universarium-bg-white.png');
}

#footer .inner {
    max-width: 1600px;
    margin: 0 auto;
}

#footer .inner .pull-left {
    padding-top: 50px;
}

#footer .inner .pull-right {
    padding-top: 40px;
}

#footer .inner p {
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

#footer .block-socials > span {
    display: block;
    float: left;
    margin: 10px 15px 0 0;
    font-size: 13px;
    font-weight: 500;
    color: #71797d;
}

#footer .block-socials ul {
    float: left;
    padding: 0;
}

#footer .block-socials ul li {
    display: inline-block;
    list-style-type: none;
    width: 25px;
    height: 25px;
    margin: 0;
}

#footer .block-socials ul li a {
    display: block;
    width: 25px;
    height: 25px;
    background-image: url('../img/icons-social-sm.png');
    background-repeat: no-repeat;
    background-position: -2px 3px;
}

#footer .block-socials ul li.twitter-icon {
    margin-top: 6px;
}

#footer .block-socials ul li.twitter-icon a {
    background-position: -2px 3px;
}

#footer .block-socials ul li.twitter-icon a:hover {
    background-position: -2px -97px;
}

#footer .block-socials ul li.facebook-icon a {
    margin-top: -2px;
    background-position: -2px -199px;
}

#footer .block-socials ul li.facebook-icon a:hover {
    background-position: -2px -299px;
}

#footer .block-socials ul li.vk-icon a {
    margin-top: -2px;
    background-position: -3px -594px;
}

#footer .block-socials ul li.vk-icon a:hover {
    background-position: -3px -694px;
}

#footer .block-socials ul li.youtube-icon a {
    margin-top: -2px;
    background-position: -2px -398px;
}

#footer .block-socials ul li.youtube-icon a:hover {
    background-position: -2px -498px;
}

#footer .block-socials ul li.instagram-icon a {
    margin-top: -2px;
    background-position: -2px -796px;
}

#footer .block-socials ul li.instagram-icon a:hover {
    background-position: -2px -896px;
}

/* --- Popovers --- */

.module-popover {
    text-indent: -9999px;
}

.popover {
    width: 370px;
    padding: 35px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 5px 30px rgba(0,0,0,0.5);
}

.popover-content {
    padding: 0;
    margin: 0;
}

.popover-content .title {
    color: #4ca9d8;
    font-weight: bold;
}

.popover-content h5 {
    margin: 16px 0;
    font-size: 18px;
    line-height: 18px;
}

.popover-content p {
    margin-bottom: 18px;
    color: #71797d;
}

.popover-content .btn .text {
    display: inline-block;
    float: left;
    margin-right: 9px;
}

.popover-content .btn .icon {
    width: 10px;
    height: 12px;
    float: left;
    background: url('/img/icons-small.png') -32px -181px;
}

/* --- Modals: homework and test results --- */

.modal-backdrop.fade.in {
    opacity: 0.5;
}

.modal-content {
    max-width: 370px;
    padding: 35px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 0 50px #525151;
    -moz-box-shadow: 0 0 50px #525151;
    -webkit-box-shadow: 0 0 50px #525151;
}

.modal-header {
    min-height: 28px;
    padding: 0;
    border-bottom: none;
}

.modal-content h4 {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 18px;
}

.modal-body {
    clear: both;
    padding: 0;
}

.modal-content .btn-wrapper {
    min-height: 45px;
}

.modal-footer {
    margin-top: 20px;
    padding: 0;
    border-top: none;
    background: none;
}

.modal-footer .btn+.btn {
    margin-left: 8px;
}

#modal-data {
    display: none;
}

.course-detail-modals .course-results-formula-wrapper {
    display: inline-block;
    padding: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #BCE8F1;
}

.course-detail-modals table.course-results-formula {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
}

.course-detail-modals table.course-results-formula tbody tr td.second .icon {
    width: 18px;
    height: 15px;
    margin: 4px 4px 0 0;
}

.course-detail-modals .divide-top {
    display: block;
    margin: 0 auto;
    padding-bottom: 4px;
    clear: both;
    border-bottom: 2px solid #34495E;
}

.course-detail-modals .divide-bottom {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.course-detail-modals .course-results-formula-description {
    margin: 15px auto;
}

.course-detail-modals .course-detail-modals-body-inner {
    text-align: center;
}

.course-detail-modals .modal-body h5 {
    text-align: center;
}

.course-detail-modals .criteria-list-wrapper {
    margin: 7px 0;
    text-align: center;
}

.course-detail-modals .criteria-list {
    width: 70%;
    margin: 0 auto;
    text-align: left;
}

.course-detail-modals .criteria-list li {
    list-style: none;
}

.course-detail-modals .criteria-list li .icon {
    width: 17px;
    height: 17px;
    float: left;
    margin-right: 4px;
    background: url('/img/glyphicons-halflings.png') -286px 0;
}

.course-detail-modals .modal-footer.final-mark {
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    border-top: none;
    background: #F5F5F5;
}

.course-detail-modals  .modal-footer.final-mark .text {
    font-size: 18px;
}

.course-detail-modals .modal-footer.final-mark .value {
    padding: 0 7px;
    font-size: 22px;
    line-height: 28px;
    background: #FFF568;
}

/* --- Formulas --- */

.formula-body {
    display: table;
}

.formula-body .block {
    float: left;
}

.block.first {
    font-size: 26px;
    padding: 17px 0 0 10px
}

.formula-body .symbol {
    padding: 17px 10px 0;
}

.formula-body .formula-top {
    margin-bottom: 3px;
    padding-bottom: 2px;
    text-align: center;
    border-bottom: 2px solid #34495E;
}

.formula-body .formula-bottom {
    text-align: center;
}

.low-symbol {
    font-size: 11px;
}

.formula-description-wrapper {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.formula-description {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 13px;
    font-style: italic;
}

.formula-description li {
    list-style: none;
}

.formula-under {
    display: block;
    padding: 0 0 8px;
    font-weight: bold;
}

.mark-description {
    margin: 0;
    padding: 0;
}

.mark-description li {
    list-style: none;
    line-height: 26px;
}

.mark-description .icon {
    float: left;
    width: 22px;
    height: 22px;
    margin-right: 4px;
    opacity: 0.5;
    background: url('/img/entypo-icons.png') -159px -198px;
}

.mark-description-table {
    width: 100%;
    margin: 15px 0;
}

.mark-description-table tr {
    border-bottom: 1px dotted #DBDEE0;
}

.mark-description-table th,
.mark-description-table td {
    padding: 10px 0;
}

.mark-description-table th.first,
.mark-description-table td.first {
    width: 60%;
}

.mark-description-table th.second,
.mark-description-table td.second {
    width: 20%;
    text-align: center;
}

.mark-description-table th.last,
.mark-description-table td.last {
    width: 20%;
    text-align: center;
}

/* --- Buttons --- */

.btn,
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 14px;
    font-weight: 500;
}

.btn {
    border: none;
    background: #a1a8ad;
    color: #fff !important;
    padding: 17px 19px;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    text-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
    text-transform: uppercase;
}
.btn.btn_record {
    text-transform: none;
    color: #000000!important;
}

.btn:hover,
.btn:focus,
.btn-group:focus .btn.dropdown-toggle {
    background-color: #9b9fa2;
    outline: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}

.btn:active,
.btn-group.open .btn.dropdown-toggle,
.btn.active {
    background-color: #a1a6a9;
    color: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-color: #bdc3c7;
    color: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    background-image: none;
}

.btn.btn-lg {
    font-size: 16.996px; /* 17px */
    line-height: 20px;
}

.btn.btn-lg > [class^="fui-"] {
    top: 0;
}

.btn.btn-lg > [class^="fui-"].pull-right {
    margin-right: -2px;
}

.btn.btn-info {
    background-color: #4ca9d8;
}

.btn.btn-info:hover,
.btn.btn-info:focus,
.btn-group:focus .btn.btn-info.dropdown-toggle {
    background-color: #3f9fcf !important;
}

.btn.btn-info:active,
.btn-group.open .btn.btn-info.dropdown-toggle,
.btn.btn-info.active {
    background-color: #3f9fcf !important;
}

.btn.btn-primary {
    background-color: #2ECC71;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn-group:focus .btn.btn-primary.dropdown-toggle {
    background-color: #24c065 !important;
}

.btn.btn-primary:active,
.btn-group.open .btn.btn-primary.dropdown-toggle,
.btn.btn-primary.active {
    background-color: #24c065 !important;
}

.btn.btn-danger {
    background-color: #d86151;
}

.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn-group:focus .btn.btn-danger.dropdown-toggle {
    background-color: #CC4D3C;
}

.btn.btn-danger:active,
.btn-group.open .btn.btn-danger.dropdown-toggle,
.btn.btn-danger.active {
    background-color: #CC4D3C;
}

input, button, select, textarea {
    font-family: 'Roboto', sans-serif;
}

input[type=submit] {
    padding: 14px 19px;
}

/* --- Comments --- */

.course-discussion {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
}

.course-discussion .red-label {
    margin: 0 0 0 7px;
    position: relative;
    top: -3px;
}

.course-discussion .add-comment-form.top {
    padding: 15px;
    background: #fff;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    box-shadow: inset 0 -3px 3px -3px #c8d2d7;
    -moz-box-shadow: inset 0 -3px 3px -3px #c8d2d7;
    -webkit-box-shadow: inset 0 -3px 3px -3px #c8d2d7;
    overflow: hidden;
}
.course-discussion .add-comment-form.top .add-answer{
    border: 1px solid #d5dfe5;
    overflow: hidden;
    background-color: #fff;
}

.comments-bottom {
    position: relative;
    bottom: 0;
    background: #f3f7f8;
    box-shadow: inset 0 -3px 3px -3px #c8d2d7;
    -moz-box-shadow: inset 0 -3px 3px -3px #c8d2d7;
    -webkit-box-shadow: inset 0 -3px 3px -3px #c8d2d7;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

.comments-bottom a {
    display: block;
    padding: 25px 35px;
}

.comments-bottom a:hover {
    background: #ECF3F5;
    -webkit-transition: color 0.25s linear;
    -moz-transition: color 0.25s linear;
    -o-transition: color 0.25s linear;
    transition: color 0.25s linear;
}

.comments-bottom .load-more {
    width: 155px;
    margin: 0 auto;
}

.comments-bottom .load-more .state-icon {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    background: url('/img/icons-large.png') -157px -94px;
}

.comments-bottom .load-more .text {
    font-weight: bold;
    line-height: 25px;
    color: #a1a8ad;
}

.comments-wrapper {
    padding: 35px 0;
    background: #fff;
}

.comments-wrapper h2 {
    margin: 0 0 0 35px;
    font-size: 26px;
    line-height: 27px;
}

.comments-wrapper.red-label {
    margin: 5px 0 0 7px;
}

.comments-wrapper .comment {
    position: relative;
    padding: 30px 35px 20px;
    border-bottom: 1px dashed #dbdee0;
}

.comments-wrapper .comment:last-child {
    border-bottom: none;
}

.comments-wrapper .comment:after {
    width: 100%;
    content: '';
    left: 0;
    position: absolute;
    bottom: -3px;
    border-bottom: 1px dashed #fff;
}

.comments-wrapper .comment:last-child:after {
    border-bottom: none;
}

.comments-wrapper .comments-top {
    clear: both;
    min-height: 55px;
}

.comments-wrapper .user-avatar {
    float: left;
    width: 55px;
    height: 55px;
    margin-right: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover !important;
    background-position: center center !important;
}

.comments-wrapper .user-info {
    float: left;
    padding-top: 2px;
}

.comments-wrapper .user-name {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
}

.comments-wrapper .user-name a {
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
}

.comments-wrapper .date-and-time-added {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #a1a8ad;
}

.comments-wrapper .icons {
    float: left;
    padding: 12px 0 0 25px;
}

.comments-wrapper .icons > .icon {
    float: left;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.comments-wrapper .icons .votes {
    display: block;
    float: left;
    width: 14px;
    height: 16px;
    font-weight: bold;
    line-height: 16px;
    margin: 0 10px;
    text-align: center;
    color: #d5dfe5;
}

.comments-wrapper .icons .reply-icon {
    margin-right: 20px;
    background: url('/img/icons-small.png') -204px -81px;
}

.comments-wrapper .icons .reply-icon:hover {
    background-position: -229px -81px;
}

.comments-wrapper .icons .edit-icon {
    margin-right: 20px;
    background: url('/img/icons-small.png') -156px -106px;
}

.comments-wrapper .icons .edit-icon:hover {
    background-position: -181px -106px;
}

.comments-wrapper .icons .delete-icon {
    margin-right: 20px;
    background: url('/img/icons-small.png') -106px -105px;
}

.comments-wrapper .icons .delete-icon:hover {
    background-position: -131px -105px;
}

.comments-wrapper .icons .vote-plus-icon, .comments-wrapper .icons .vote-plus-icon.none-active:hover {
    background: url('/img/icons-small.png') -4px -285px;
}

.comments-wrapper .icons .vote-plus-icon:hover {
    background-position: -29px -285px;
}

.comments-wrapper .icons .vote-minus-icon, .comments-wrapper .icons .vote-minus-icon.none-active:hover {
    background: url('/img/icons-small.png') -54px -283px;
}

.comments-wrapper .icons .vote-minus-icon:hover {
    background-position: -79px -283px;
}

.comments-wrapper .icons .vote-minus-icon.none-active, .comments-wrapper .icons .vote-plus-icon.none-active {
    cursor: default;
}

.comments-wrapper .current-module {
    float: right;
}

.comments-wrapper .current-module .module-number {
    font-weight: bold;
}

.comments-wrapper .current-module .module-number:after {
    content: ':';
    color: #18B5F3;
}

.comments-wrapper .comment-text {
    clear: both;
    padding-top: 18px;
}

.comments-wrapper .comments-wrapper {
    background-color: #fff;
}

.comments-wrapper .label-respondent {
    display: inline-block;
    clear: both;
    margin-top: 6px;
    padding: 2px 4px 3px;
    font-size: 9px;
    line-height: 9px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.comments-wrapper .label-respondent.consultant {
    background-color: #e1b45e;
}

.comments-wrapper .label-respondent.teacher {
    background-color: #4ca9d8;
}

.comments-wrapper .comment-consultant .comment-text {
    clear: both;
    position: relative;
    margin-top: 20px;
    padding: 18px 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #EBF6FD;
    color: #444444;
}

.comments-wrapper .comment-consultant .top-arrow {
    width: 19px;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 20px;
    background: url('/img/comments-top-arrow-blue.png') no-repeat;
}

/* Add answer form (for comments and user profile messages) */

.add-answer .textarea-wrapper {
    width: 84%;
    float: left;
}

.add-answer textarea.your-message {
    width: 100%;
    height: 35px;
    padding-left: 12px;
    overflow: hidden;
    resize: vertical;
    margin: 0 !important;
    padding: 9px;
    background: none;
    border: none;
    box-shadow: none;
    resize: none;
    outline: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.add-answer .send-btn-wrapper {
    width: 14%;
    float: right;
    padding: 3px 2px;
}

.add-answer .send-btn-wrapper a {
    float: right;
    padding: 9px 10px;
    line-height: 14px;
}

.add-answer .send-btn-wrapper .text {
    display: block;
    float: left;
    margin-right: 7px;
}

.add-answer .send-btn-wrapper a .icon {
    float: left;
    width: 14px;
    height: 14px;
    background: url('/img/icons-small.png') -179px -81px;
}

.reply-for-comment {
    clear: both;
    min-height: 30px;
    padding: 25px 0 0 0;
    overflow: hidden;
}

.reply-for-comment.add-new {
    display: none;
}

#comment-child-text-block, #comment-text-block {
    display: none;
}

.reply-clearfix {
    display: inline-block !important;
    width: 100%;
}

.reply-for-comment .level-icon-wrapper {
    float: left;
    width: 45px;
}

.reply-for-comment .level-icon {
    display: block;
    min-width: 14px;
    height: 14px;
    margin: 18px 18px 0 15px;
    background: url('/img/icons-small.png') -130px -57px;
}

.reply-for-comment .reply-for-comment-text {
    margin-left: 45px;
    clear: both;
    padding-top: 18px;
}

.reply-for-comment.comment-consultant .reply-for-comment-text {
    clear: both;
    position: relative;
    margin-top: 20px;
    padding: 18px 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #EBF6FD;
    color: #444444;
}

.reply-for-comment.add-new .add-comment-form {
    float: left;
    width: 95%;
    position: relative;
    border: 1px solid #d5dfe5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

small.homework-claim a {
    color: #777;
    border-bottom: 1px dotted #777;
}

small.homework-claim a:hover {
    color: #aaa;
    border-bottom: 1px dotted #aaa;
}

#close, button.delete {
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: #FFFFFF 0 1px 0;
    border: none;
    background: none;
}

/* --- Progress bar --- */

.progress .progress-bar {
    background-color: #4ca9d8 !important;
    background-image: none !important;
    box-shadow: none !important;
}

.course-results-bar .progress .progress-bar {
    margin-top: -20px;
}

/* Labels */

.grey-label {
    display: inline-block;
    margin-left: 3px;
    padding: 4px 7px 5px;
    font-size: 11px;
    line-height: 11px;
    font-weight: normal;
    color: #7e8486;
    background: #dce1e5;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
}

.dark-grey-label {
    display: inline-block;
    margin-left: 3px;
    padding: 4px 7px 5px;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    color: #fff;
    background: #a1a8ad;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
}

.dark-grey-label:hover {
    background: #4ca9d8;
    cursor: pointer;
    text-shadow: 0 -1px 1px #439CC9;
}

.dark-grey-label a {
    color: #fff;
}

.red-label {
    display: inline-block;
    margin-left: 3px;
    padding: 4px 7px 5px;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    color: #fff;
    background: #d86151;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
}

/* Tooltips */

.tooltip {
    opacity: 1 !important;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

/* Fancybox */

.fancybox-overlay  {
    background: rgba(0, 0, 0, 0.8) !important;
}

.fancybox-skin {
    display: inline-block !important;
    padding: 4px !important;
}

.fancybox-close, .fp-close {
    display: block;
    width: 28px !important;
    height: 29px !important;
    top: 25px !important;
    right: 25px !important;
    opacity: 0.8;
    background: url('/img/icons-large.png') -157px -52px !important;
}

.fancybox-close:hover {
    opacity: 1;
}

/* Loader */

#fancybox-loading {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    background-image: none;
    background-color: #000;
    padding: 5px 15px 10px;
    border-radius: 8px;
    cursor: progress;
}

#fancybox-loading div {
    color: white;
    text-align: center;
    width: 65px;
    height: 85px;
    background: url("/img/fancybox_loading.gif") no-repeat center 19px;
}

#fancybox-loading div:before {
    content: "загрузка";
}

/*  Paginate load block */

.load-block {
    background: url('/img/fancybox_loading.gif') center no-repeat;
    height: 70px!important;
    padding:0;
    margin: -20px 0 0;
    display: none;
}

/* File type icons */

.file-attached {
    display: inline-block;
    width: 45%;
    margin: 0 8px 8px 0;
    padding: 9px 10px;
    background: #fff;
    border: 1px solid #cfe0e9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.file-attached a {
    display: inline-block;
    width: 100%;
    padding-top: 3px;
    word-break: break-all;
}

.file-attached a .text {
    display: inline-block;
    float: left;
    margin-right: 4px;
    padding-top: 3px;
}

.file-attached a .eye-icon {
    float: left;
    width: 16px;
    height: 11px;
    margin-top: 7px;
}

.file-attached a:hover .eye-icon {
    background: url('/img/icons-small.png') -154px -157px;
}

.file-type-icon {
    display: block;
    float: left;
    height: 23px;
    margin-right: 4px;
    opacity: 0.6;
}
.dz-edit-icon:hover{
    background-position: -180px -105px;
}

input[type="text"].dz-input {
    width: 80%;
    margin: 0;
    height: 24px;
}
.doc-icon {
    width: 33px;
    background: url('/img/file-type-icons.png') 0 0;
}

.docx-icon {
    width: 39px;
    background: url('/img/file-type-icons.png') -39px 0;
}

.xls-icon {
    width: 29px;
    background: url('/img/file-type-icons.png') -84px 0;
}

.xlsx-icon {
    width: 35px;
    background: url('/img/file-type-icons.png') -119px 0;
}

.ppt-icon {
    width: 32px;
    background: url('/img/file-type-icons.png') -160px 0;
}

.pptx-icon {
    width: 37px;
    background: url('/img/file-type-icons.png') -197px 0;
}

.txt-icon {
    width: 29px;
    background: url('/img/file-type-icons.png') -241px 0;
}

.rtf-icon {
    width: 27px;
    background: url('/img/file-type-icons.png') -276px 0;
}

.rar-icon {
    width: 29px;
    background: url('/img/file-type-icons.png') -309px 0;
}

.zip-icon {
    width: 30px;
    background: url('/img/file-type-icons.png') -344px 0;
}

.pdf-icon {
    width: 32px;
    background: url('/img/file-type-icons.png') -380px 0;
}

.jpg-icon {
    width: 30px;
    background: url('/img/file-type-icons.png') -418px 0;
}

.jpeg-icon {
    width: 36px;
    background: url('/img/file-type-icons.png') -454px 0;
}

.png-icon {
    width: 34px;
    background: url('/img/file-type-icons.png') -496px 0;
}

.url-icon {
    width: 54px;
    background: url('/img/file-type-icons.png') -582px 0;
}

.unknown-icon {
    width: 43px;
    background: url('/img/file-type-icons.png') -536px 0;
}

/* Course event highlighted */

.course-event-highlighted {
    display: inline-block;
}

.course-event-highlighted .top {
    padding: 12px 15px 11px;
    color: #fff;
    background: #4ca9d8;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

.course-event-highlighted .top .value {
    font-weight: bold;
}

.course-event-highlighted .bottom {
    padding: 15px;
    border: 1px solid #4ca9d8;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    background: #fff;
}

.course-event-highlighted .bottom .grey-label {
    margin-left: 7px;
}

.course-event-highlighted .bottom .grey-label .icon {
    float: left;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    background: url('/img/icons-small.png') -205px -5px;
}

.course-event-highlighted .bottom .grey-label .time {
    padding-right: 2px;
    font-weight: bold;
    line-height: 14px;
}

.course-event-highlighted .bottom .grey-label .questions {
    line-height: 14px;
}

/* Form elemens */

input, textarea {
    color: #34495E;
}

select, textarea, input[textfield], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .block-user-edit .form-text {
    width: 100%;
    padding: 6px;
    font-size: 13px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #d5dfe5;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="text"], input[type="password"], input[type="email"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: 38px;
}

select {
    height: 38px;
    background: #e6ebef;
}

select option {
    padding: 9px 12px;
}

select option:hover {
    background-color: #4ca9d8;
    color: #fff;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    background-color: #e6ebef;
    border: 1px solid #d5dfe5;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.footer .dropdown-menu {
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    border: 1px solid #d7d8d9 !important;
}

.footer .dropdown-menu > li > a:hover {
    background-color: #d7d8d9 !important;
    background-image: none !important;
    color: #323c41 !important;
}

/* Placeholder */

.placeholder {
    font-size: 13px;
    color: #a1a8ad;
}

input::-webkit-input-placeholder {
    color: #a1a8ad;
    font-size: 13px;
    font-style: italic;
}

input::-moz-placeholder {
    color: #a1a8ad;
    font-style: italic;
    font-size: 13px;
    text-decoration: blink;
}

input:-ms-input-placeholder {
    color: #a1a8ad;
    font-size: 13px;
    font-style: italic;
}

input::placeholder {
    color: #a1a8ad;
    font-size: 13px;
    font-style: italic;
}

textarea::-webkit-input-placeholder {
    color: #a1a8ad;
    font-size: 13px;
    font-style: italic;
}

textarea::-moz-placeholder {
    color: #a1a8ad;
    font-size: 13px;
    font-style: italic;
}

textarea:-ms-input-placeholder {
    color: #a1a8ad;
    font-size: 13px;
    font-style: italic;
}

textarea::placeholder {
    color: #a1a8ad;
    font-size: 13px;
    font-style: italic;
}

:focus::-webkit-input-placeholder {
    color:transparent;
}

:focus::-moz-placeholder {
    color:transparent;
}

:focus::placeholder {
    color:transparent;
}

/* Clearfix */

.main-container.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/* Video not found */

.video-not-found-gag {
    display: table;
    width: 100%;
    min-height: 400px;
    text-align: center;
    background: url('/img/no-signal.gif');
}

.video-not-found-gag > span {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    font-size: 17px;
    color: #d8d8d8;
}

/* Yandex share box */

.yashare-auto-init {
    float: right;
    min-height: 30px;
    margin: 25px 0;
}

.b-share_theme_counter .b-share {
    float: left;
    padding: 0 !important;
}

.b-share_theme_counter .b-share-btn__wrap {
    margin: 0 0 5px 5px !important;
}

.b-share__handle {
    margin-bottom: 5px;
}

/* Flowplayer */

.flowplayer {
    vertical-align: top;
    background-color: #000;
}

/* menu hack */
@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .top-menu .top-menu-list li a {padding: 0 10px 0 0;}
}

