@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans/OpenSans.eot?#iefix") format('embedded-opentype'),
    local('Open Sans'),
    url("../fonts/OpenSans/OpenSans.woff") format('woff'),
    url("../fonts/OpenSans/OpenSans.ttf") format('truetype'),
    url("../fonts/OpenSans/OpenSans.svg#OpenSans") format('svg');
}

@font-face {
    font-family: 'Open Sans Light';
    src: url("../fonts/OpenSansLight/OpenSansLight.eot?#iefix") format('embedded-opentype'),
    local('Open Sans Light'),
    url("../fonts/OpenSansLight/OpenSansLight.woff") format('woff'),
    url("../fonts/OpenSansLight/OpenSansLight.ttf") format('truetype'),
    url("../fonts/OpenSansLight/OpenSansLight.svg#OpenSans-Light") format('svg');
}

@font-face {
    font-family: HelveticaNeueCyr Light;
    src: url(../fonts/HelveticaNeueCyr-Light/HelveticaNeueCyr-Light.eot)
}

@font-face {
    font-family: HelveticaNeueCyr Light;
    src: url(../fonts/HelveticaNeueCyr-Light/HelveticaNeueCyr-Light.otf)
}

@font-face {
    font-family: HelveticaNeueCyr Thin;
    src: url(../fonts/HelveticaNeueCyr-Thin/HelveticaNeueCyr-Thin.eot)
}

@font-face {
    font-family: HelveticaNeueCyr Thin;
    src: url(../fonts/HelveticaNeueCyr-Thin/HelveticaNeueCyr-Thin.otf)
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto'),
    local('Roboto-Regular'),
    url('../fonts/Roboto/Roboto.woff2') format('woff2'),
    url('../fonts/Roboto/Roboto.woff') format('woff'),
    url('../fonts/Roboto/Roboto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.sideBar-panel-scroll {
    -ms-scrollbar-base-color: #4D5A75;
    -ms-scrollbar-track-color: #4D5A75;
    -ms-scrollbar-highlight-color: #4D5A75;
    -ms-scrollbar-3dlight-color: #4D5A75;
    -ms-scrollbar-shadow-color: #4D5A75;
    -ms-scrollbar-darkshadow-color: #4D5A75;
    -ms-scrollbar-arrow-color: #3D475D;
    -ms-scrollbar-face-color: #3D475D;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", serif;
    background-color: #EBEEEF;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}

/*.ts-sidebar-item-image,
.ts-sidebar-item-text,
.ts-sidebar-list > li {
   height: 58px !important;
}*/

.main-header {
    height: 64px;
    left: 17em;
    right: 0em;
    top: 0;
    background-color: #ffffff;
    z-index: 1006;
    display: inline-flex;
    display: -webkit-inline-flex;
    border-top: 6px solid #ebeeef;
    margin-right: 4em;
    /*border-radius: 8px 8px 0 0;*/
}

.left-header-container-class {
    width: 100%;
    height: inherit;
    padding: 0 27.7em 0 0.5em;
    display: inline-flex;
    border-radius: 3px 3px 0 0;
    border: 1px solid #DEDEDE;
    border-bottom: 0;
}

.caption-class {
    height: 100%;
    font-size: 3em;
    color: #444167;
    float: left;
    line-height: 53px;
}

.caption-class > .t-label {
    font-size: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    font-weight: normal;
    font-family: "Open Sans Light";
}

.right-header-container-class {
    height: inherit;
    position: absolute;
    right: 0;
    top: 0;
}

.main-header-image-container-class {
    float: right;
}

.main-header-image-container-class > .t-btn-wrapper {
    padding: 0.4em 0.2em 0 5px;
}

.main-header-image-container-class > .t-btn-wrapper > .view-images-class {
    background-size: cover;
    width: 3em;
    height: 3.1em;
    border-radius: 3em;
    border: 1px solid #ddd
}

.view-images-class {
    width: 2.75em;
    height: 2.75em;
    background-repeat: no-repeat;
}

.main-header-logo-container-class {
    float: right;
    background-size: contain;
    display: inline-table;
    color: #00478B;
    margin-right: 10px;
    margin-top: 16px;
    font-size: 20px;
}

.help-button-image {
    display: inline;
    background-image: url(../img/HelpIcon.png);
    background-position: 0 -46px;
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.help-button-image:hover {
    background-position: 0 -87px;
}

.center-panel {
    margin: 64px 4em 0 17em;
    padding: 0 0.8em 0.8em 0.8em;
    position: relative;
    background-color: #fff;
    border: 1px solid #dedede;
    border-top: none;
    border-bottom: none;
}

.default-center-panel-content {
    /*margin-right: 1em;*/
}

.fixed {
    position: fixed;
}

.scroll:hover {
    right: 0.1px;
    overflow-y: auto;
}

.left-panel-collapsed .left-panel .header {
    width: 100%;
}

.left-panel-collapsed .center-panel {
    margin-left: 5.5em;
}

.left-panel-collapsed .ts-sidebar-item-text {
    display: none;
}

.left-panel-collapsed #collapse-button-imageEl {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: "FlipH";
}

.section-designer-shown .center-panel {
    padding-top: 0;
    margin-left: 0;
}

.section-designer-shown .main-header {
    display: none;
}

.section-designer-shown .left-panel {
    display: none;
}

.section-designer-shown .left-panel .content {
    top: 2em;
}

.section-designer-shown .ts-sidebar-item-image {
    width: 0;
}

@media screen and (min-width: 1440px) {
    .center-panel-content {
        margin-right: 35em;
    }
}

@media screen and (max-width: 1440px) {
    .center-panel-content {
        margin-right: 1em;
    }
}

.container {
    overflow: hidden;
}

.controlCaption {
    margin-top: 24px;
    margin-bottom: 4px;
}

.controlDescription {
    margin-top: 4px;
    margin-bottom: -6px;
    color: #999999;
}

.controlBaseedit {
    margin-bottom: -6px;
}

.check-box-label-container {
    margin-top: 0;
}

.check-box-container {
    margin-top: 21px;
    margin-bottom: -14px;
}

.radio-group-container {
    margin-top: 24px;
}

.radio-item-container .t-radio-wrap {
    vertical-align: middle;
}

.radio-item-container .t-label {
    vertical-align: middle;
    margin: 5px;
    width: auto;
}

#header-name {
    font-size: 3.5em;
    font-family: "Segoe UI Light";
    color: #444;
    letter-spacing: -0.01em;
    float: left;
    width: 45%;
}

.header-score {
    float: right;
    color: #888888;
    height: 44px;
}

#head-score-star {
    font-size: 2.0em;
    line-height: 31px;
    color: #FFE981;
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-left: 10px;
}

#head-score-digit {
    font-family: "Segoe UI Light";
    font-size: 3.8em;
    display: inline-block;
    vertical-align: top;
    line-height: 31px;
    float: right;
}

.header-query {
    width: 55%;
    float: right;
}

.t-label.left-label-left-panel {
    color: #999;
    font-size: 14px;
    width: 37%;
    vertical-align: top;
    margin-top: 22px;
    margin-right: 7%;
}

.t-label.right-label-left-panel {
    width: 55%;
    color: #444;
    font-size: 16px;
    margin-top: 22px;
    vertical-align: top;
}

#item-info .t-label.right-label-left-panel {
    margin-top: 0;
    margin-bottom: 7px;
}

.t-label.account-name {
    font-family: "Segoe UI Light";
    color: #0e84cf;
    font-size: 22px;
    line-height: 16px;
    padding-bottom: 9px;
}

.t-label.account-info {
    color: #444;
    font-size: 16px;
    line-height: 12px;
    padding-bottom: 14px;
}

.ts-controlgroup-wrap {
    margin-top: 36px;
    margin-bottom: 24px !important;
}

.ts-controlgroup-container.control-group-container {
    padding-top: 0;
    padding-bottom: 30px;
}

.ts-controlgroup-container.main-elements-control-group-container {
    border-bottom: none;
    margin-top: -22px;
}

/*.ts-controlgroup-container.ts-controlgroup-empty-caption {
	padding-top: 0;
	padding-bottom: 6px!important;
}*/
.required-caption:after {
    content: "*";
    color: #f15440;
    margin-left: 4px;
}

#utils {
    width: 100%;
    /*margin-bottom: 28px;*/

    display: inline-block;
}

.item-container {
    margin-top: 20px;
}

#gridUtils {
    width: 100%;
    margin-bottom: -4px;
    display: inline-block;
}

#schedulerUtils {
    width: 100%;
    margin-bottom: 21px;
    display: inline-block;
}

#utils-left {
    float: left;
}

#utils-left > span {
    vertical-align: top;
    margin-right: 9px;
}

#utils-left > span:last-child {
    margin-right: 0;
}

#utils-right {
    float: right;
}

#utils-right > span:first-child {
    vertical-align: top;
    margin-right: 9px;
}

#utils-right > span {
    vertical-align: top;
    margin-right: 3px;
}

#utils-right > span:last-child {
    margin-right: 0;
}

#item-image {
    float: left;
    margin-bottom: 0;
    height: 100%;
    margin-right: 21px;
}

#item-info {
    display: inline-block;
    height: 100%;
}

#item-information-container {
    margin-top: 30px;
    height: 72px;
}

.base-edit.date-edit.dimension-class {
    width: 170px;
    margin-right: 9px;
}

.base-edit.dimension-class {
    width: 101px;
}

.datetimeeditcontainer-class {
    /*margin-bottom: 28px;*/

}

.buy-now-btn {
    cursor: pointer;
    z-index: 10000;
    position: fixed;
    bottom: 0;
    left: 0;
}

.buy-now-btn-img-ru {
    width: 214px;
    height: 36px;
}

.buy-now-btn-img-en {
    width: 97px;
    height: 36px;
}

.online-help-btn {
    cursor: pointer;
    z-index: 10000;
    position: fixed;
    bottom: 0;
    left: 0;
}

.online-help-btn-img-ru {
    width: 246px;
    height: 36px;
}

.online-help-btn-img-en {
    width: 128px;
    height: 36px;
}

.viewmodel-scrolltop-btn div {
    font-size: 1.4em;
}

.x-ie8 .header-tab-btn-user-class .t-btn-marker,
.x-ie9 .header-tab-btn-user-class .t-btn-marker {
    border-top-width: 7px;
    border-right-width: 7px;
    border-left-width: 7px;
}

.left-panel-collapsed .left-panel .ts-sidebar-item-image {
    margin-left: 9px;
    margin-right: 10px;
}

.left-panel .ts-sidebar-item-image {
    margin-left: 4px;
    margin-right: 16px;
}

.main-header-menu-logo-image-container-class {
    display: inline-block;
    float: left;
}

.main-header h2 {
    font-size: 24px;
    margin: 20px 0 0 30px;
}

/*Main loading*/
.ts-mask-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1020;
    width: 100%;
    height: 100%;
}

.ts-mask-container .ts-mask-opacity {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-color: #ffffff;
}

.ts-mask-container .ts-mask-spinner-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    margin: auto;
    width: 100%;
    height: 16px;
    text-align: center;
}

.ts-mask-container .ts-mask-spinner {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    position: relative;
    margin-top: 1px;
}

.ts-mask-container .ts-mask-spinner-caption {
    display: inline-block;
    font-size: 14px;
    color: #444;
    vertical-align: top;
    padding-left: 2px;
}

.ts-mask-spinner-frame-visible .ts-mask-frame {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #E2E2E2;
    margin-top: -15px;
    background-color: #FAFAFA;
}

.x-loading-spinner {
    background-image: url(../img/loading.gif);
}

/*ModalBox*/
.ts-modalbox-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: #737CA1;
    opacity: 0.3;
}

.ts-modalbox-center-position {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}

.ts-modalbox {
    border-top: 3px solid #64B8DF;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    position: fixed;
    padding: 35px 10px 10px;
    background-color: #FFF;
    overflow: hidden;
    z-index: 2000;
}

.ts-modalbox2 {
    border-top: 3px solid #64B8DF;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    position: fixed;
    padding: 35px 10px 10px;
    background-color: #FFF;
    overflow: hidden;
    z-index: 2002;
}

.container-lookup-page-fixed {
    display: inline-block;
    min-width: 600px;
}

.container-lookup-page-fixed .header-name-container {
    font-family: "Segoe UI Light";
    color: #64B8DF;
    font-size: 1.4em;
    text-align: left;
}

.header-name-container {
    position: absolute;
    width: 100%;
}

.label {
    left: 0;
    top: 5px;
    padding-left: 10px;
}

.close-btn-user-class {
    top: 12px;
    right: 10px;
    width: 0.9em;
    height: 0.9em;
    cursor: pointer;
    background: url(../img/CloseIcon.png) no-repeat;
}

.ts-modalbox .modalbox-content, .ts-modalbox2 .modalbox-content {
    overflow: no-display;
    height: 100% !important;
    width: 100% !important;
}

.t-btn-style-green {
    background: none repeat scroll 0% 0% #8ECB60;
    color: #FFF;
}

.t-btn-style-green button {
    border: 1px solid #8ECB60;
    background: none repeat scroll 0% 0% #8ECB60;
    color: #FFF;
}

.t-btn-style-primary {
    background: none repeat scroll 0% 0% #286090;
    color: #FFF;
}

.t-btn-style-warning {
    background: none repeat scroll 0% 0% #f0ad4e;
    color: #FFF;
}

.t-btn-style-green a, .t-btn-style-blue a, .t-btn-style-warning a, .t-btn-style-green button {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 0.56em 0.86em;
    height: 35px;
}

.t-btn-style-grey {
    background: none repeat scroll 0% 0% #f8f8f8;
}

.t-btn-style-grey a {
    display: block;
    text-decoration: none;
    color: #444;
    padding: 0.56em 0.86em;
}

.separate-action-buttons-right-container-wrapClass {
    display: inline-block;
    float: right;
    position: relative;
    z-index: 1;
}

.left-utils-container-wrapClass {
    white-space: nowrap;
}

.t-btn-wrapper.wrapper-with-centered-right-menu {
    padding: 0.5em 0.7em;
    padding-right: 30px;
}

.actions-button-margin-right {
    margin-right: 0.65em;
}

.actions-button-margin-right {
    margin-right: 0.65em;
}

.t-btn-style-default {
    color: #444;
    background-color: #F0F0F0;
}

.t-btn-style-default:hover {
    background: #f2f5ff;
}

.wrapper-with-centered-right-menu {
    position: relative;
    padding-right: 1.86em;
}

.wrapper-with-centered-right-menu .t-btn-text {
    line-height: 1.075em;
    /*margin-bottom: 10px;
    margin-left: 5px;*/
}

.t-btn-text {
    border: medium none;
    line-height: 1.2em;
}

.t-btn-left {
    float: left;
}

.t-btn-menuWrap {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1.6em;
    z-index: 10;
    opacity: 0;
    background-color: #FFF;
}

.wrapper-with-centered-right-menu .t-btn-menu {
    float: none;
    position: absolute;
    right: 0.86em;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.t-btn-menuWrap {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1.6em;
    z-index: 10;
    opacity: 0;
    background-color: #FFF;
}

.custom-filter-button-container {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}

.custom-filter-button-container .t-btn-image {
    width: 1.4em;
    height: 1.4em;
    margin-top: -0.2em;
    margin-right: -0.1em;
}

.button-class > .t-btn-wrapper {
    padding: 0.7em 0 0 0;
}

.button-class > .t-btn-pressed > .t-btn-image {
    background-position: 0 -2.95em;
}

.separate-action-buttons-left-container-wrapClass {
    border-bottom: 1px solid #ccc;
    margin-top: 2px;
    background-color: #fff;
}

.top-actions-filters {
    left: 17.1em;
    right: 4em;
    top: 4.1em;
    z-index: 1005;
    position: fixed;
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
    border-right: 1px solid #dedede;
}

.left-panel-collapsed .top-actions-filters {
    left: 5.6em;
}

.filter-hover:hover {
    color: #4789ff;
}

.custom-filter-container {
    display: inline-block;
    vertical-align: top;
    height: 46px;
    min-width: 750px;
    overflow: hidden;
    background-color: #fff;
}

.custom-filter-container2 .chosen-container {
    margin-top: 0 !important;
}

.custom-filter-container2 {
    display: inline-block;
    vertical-align: top;
    height: 46px;
    min-width: 750px;
    background-color: #fff;
}

.custom-filter-container:hover, .custom-filter-container1:hover {
    overflow-x: auto;
}

.custom-filter-container div, .custom-filter-container2 div, .custom-filter-container1 div {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    padding: 0;
    white-space: nowrap;
}

.custom-filter-container #calendar, .custom-filter-container2 #calendar {
    white-space: normal !important;
}

.custom-filter-container div select, .custom-filter-container div input,
.custom-filter-container2 div select, .custom-filter-container2 div input,
.custom-filter-container1 div select, .custom-filter-container1 div input {
    padding: 5px;
    width: 120px;
    font-size: 12px;
    display: inline-block;
    margin-right: 3px;
    border: 1px solid #ccc;
}

.custom-filter-container div select optgroup,
.custom-filter-container2 div select optgroup {
    font-style: normal;
}

.custom-filter-container div select optgroup option,
.custom-filter-container2 div select optgroup option {
    margin-left: 10px;
}

.custom-filter-container div input,
.custom-filter-container1 div input,
.custom-filter-container2 div input {
    padding: 6px;
}

.simple-filter-edit-container .t-btn-wrapper {
    margin-right: 9px;
    vertical-align: bottom;
}

.t-btn-style-blue {
    background-color: #64B8DF;
    color: #FFF;
}

.t-btn-no-text-padding {
    padding: 0.56em 0.86em;
}

.t-btn-image2 {
    border: medium none;
    width: 1em;
    height: 0.9em;
}

.t-btn-style-blue {
    color: #FFF;
}

.filter-inner-container label {
    margin-right: 2px;
    vertical-align: top;
    top: 0.15em;
    position: relative;
}

.filter-caption-label {
    color: #999;
    padding-right: 3px;
}

.t-label {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    font-size: 1.4em;
    font-weight: normal;
}

.filter-value-label, .filter-caption-label {
    display: inline;
}

.empty-grid-message {
    font-family: SEGOEUIL;
    color: #999;
    width: 477px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.empty-grid-message .image-container {
    width: 135px;
    height: 139px;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
}

.empty-grid-message .description {
    font-size: 18px;
    margin-top: 29px;
    padding-top: 11px;
    padding-bottom: 13px;
    padding-left: 30px;
    box-shadow: -3px 0 0 0 #54B8DF;
}

.empty-grid-message .title {
    font-size: 16px;
    margin-top: 52px;
    margin-left: 29px;
}

#fancybox-overlay {
    position: fixed !important;
}

#grid-init, #treeview-init {
    display: none !important;
}

.treeSelected span:first-child {
    color: #FF0000 !important;
    font-weight: bold !important;
}

.treeSelected ul li span:first-child {
    font-weight: normal !important;
    color: #444 !important;
}

#podgruzka {
    font-size: 14px;
    text-align: center;
    font-family: "Segoe UI", serif;
    margin-top: 15px;
}

#podgruzka a {
    padding-left: 19px;
    background: url(../img/show-any.png) no-repeat 0 2px;
    color: #003FF6;
    cursor: pointer;
}

#podgruzka a:hover {
    color: #003FF6;
}

/*Table*/
.grid.grid-listed {
    font-size: 1em !important;
}

.grid {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 1.4em;
    font-family: "Segoe UI", serif;
    -moz-user-select: none;
    z-index: 0;
}

.grid-captions {
    box-sizing: border-box;
    padding: 2px 6px 7px;
    min-height: 36px;
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
}

.grid.grid-listed [class*="grid-cols-"] {
    line-height: 1.5em;
}

.grid-captions [class*="grid-cols-"] label {
    cursor: pointer;
}

.grid-captions [class*="grid-cols-"] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    line-height: normal;
    color: #999;
    vertical-align: middle;
}

[class*="grid-cols-"] {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0 6px 6px 0;
    min-height: 20px;
    word-wrap: break-word;
    -moz-user-select: none;
    display: inline-block;
    vertical-align: top;
}

[class*="grid-cols-"] a {
    text-decoration: none;
}

[class*="grid-cols-"] a:hover {
    text-decoration: underline;
    color: #003FF6;
}

.grid-listed-zebra .main-child-container:nth-child(2n+1) .grid-listed-row {
    background-color: #F1F1F1 !important;
}

.grid-listed-zebra .grid-listed-row:nth-child(2n+1) {
    background-color: #F1F1F1;
}

.grid-sort-arrow {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/sort-direction.png") no-repeat scroll 0% 0% transparent;
    vertical-align: top;
    margin-top: 5px;
}

.grid-sort-arrow-down {
    background-position: 0 -16px;
}

.grid-sort-arrow-up {
    background-position: 0 0;
}

.grid-listed-row {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 7px 6px 0;
    width: 100%;
}

.grid-row-actions {
    display: none;
}

.grid-row-actions a {
    margin-right: 5px;
}

.grid-row-selected {
    background-color: #E4EBFA !important;
}

.grid-row-highlight {
    background-color: #f2f0c2 !important;
}

.grid-row-selected .grid-row-actions {
    background-color: #E4EBFA !important;
    display: inline-table;
}

.grid-row-selected.hide-actions .grid-row-actions {
    display: none;
}

.grid-listed-row .grid-row-actions {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    width: 100%;
    color: #444;
}

.grid-listed-row > .grid-row-actions .t-btn-wrapper {
    line-height: 1.45em;
}

.grid-row-actions .t-btn-text {
    border: medium none;
    line-height: 1.2em;
}

.grid-row-actions .t-btn-wrapper {
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    padding: 0.30em 0.80em;
    cursor: pointer;
    font-size: 0.95em;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    line-height: 1.15em;
}

.grid-row-actions .t-btn-style-blue {
    background-color: #64B8DF;
    color: #FFF;
}

.grid-row-actions .t-btn-style-grey {
    background-color: #DBDBDB;
    color: #444;
}

.grid-row-actions .t-btn-style-danger {
    background-color: #f75d3f;
    color: #FFF;
}

.grid-pad {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 6px 6px 6px;
}

.grid-module {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 3px;
}

.grid-row {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
}

.grid-label {
    display: block;
    margin-right: 5px;
    color: #999999;
    font-size: 1em;
}

.grid-active-selectable {
    cursor: pointer;
}

.grid-cols-1 {
    width: 4.16666667%;
}

.grid-cols-2 {
    width: 8.33333333%;
}

.grid-cols-3 {
    width: 12.4%;
}

.grid-cols-4 {
    width: 16.1%;
}

.grid-cols-5 {
    width: 20%;
}

.grid-cols-6 {
    width: 24%;
}

.grid-cols-7 {
    width: 29.1666667%;
}

.grid-cols-8 {
    width: 32.3%;
}

.grid-cols-9 {
    width: 37.5%;
}

.grid-cols-10 {
    width: 41%;
}

.grid-cols-11 {
    width: 45.8333333%;
}

.grid-cols-12 {
    width: 50%;
}

.grid-cols-13 {
    width: 54.1666667%;
}

.grid-cols-14 {
    width: 58.3333333%;
}

.grid-cols-15 {
    width: 62.5%;
}

.grid-cols-16 {
    width: 66.6666667%;
}

.grid-cols-17 {
    width: 70.8333333%;
}

.grid-cols-18 {
    width: 75%;
}

.grid-cols-19 {
    width: 79.1666667%;
}

.grid-cols-20 {
    width: 83.3333333%;
}

.grid-cols-21 {
    width: 87.5%;
}

.grid-cols-22 {
    width: 91.6666667%;
}

.grid-cols-23 {
    width: 95.8333333%;
}

.grid-cols-24 {
    width: 100%;
}

.grid-header {
    font-size: 1.429em;
    font-family: Segoe UI Light, serif;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4E7BD8;
}

.grid a {
    color: #4E7BD8;
    text-decoration: none;
}

.grid a:hover {
    color: #4E7BD8;
    text-decoration: underline;
}

/*----*/
.custom-checkbox {
    display: inline-block;
    position: relative;
    width: 200px;
}

.control-width-15 {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-right: 10px;
}

.custom-checkbox .label-wrap {
    width: 100%;
}

.label-wrap {
    float: left;
    width: 40%;
    margin-right: 0.9em;
    min-width: 8em;
    max-width: 15em;
    position: relative;
}

.custom-checkbox .t-label {
    width: 155px;
    margin-left: 18px;
    padding-top: 8px;
    color: #444;
    cursor: pointer;
}

.control-width-15 .t-label {
    color: #999;
    padding-top: 8px;
    text-overflow: ellipsis;
    text-align: left;
    padding-left: 5px;
}

.custom-checkbox .control-wrap {
    margin-left: -17.1em;
    padding-left: 0;
    width: 40px;
    z-index: 999;
}

.control-wrap {
    overflow: visible;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.control-width-15 .t-checkboxedit-wrap {
    margin-top: 0.8em;
    margin-left: 1.1em;
}

.t-checkboxedit-wrap {
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 1px solid #C8C8C8;
    background-image: url(../img/CheckboxFixedFilterImage.png);
    cursor: pointer;
}

.custom-checkbox span.t-checkboxedit-wrap {
    border: medium none;
    background-position: 0 -20px;
    margin-top: 7px;
}

.custom-checkbox span.t-checkboxedit-checked {
    background-position: 0 0;
}

/*Tabs*/
.tab-panel-margin-bottom {
    margin-bottom: 0.8em;
}

.ts-tabpanel {
    box-sizing: border-box;
    height: 2.3em;
    position: relative;
    border-bottom: 1px solid #DBDBDB;
}

.ts-tabpanel-wrap {
    height: inherit;
    overflow: hidden;
    position: relative;
}

.ts-tabpanel-scroll-left {
    width: 3em;
    background-image: url("../img/arrow-left.png");
}

.ts-tabpanel-scroll-left, .ts-tabpanel-scroll-right {
    position: absolute;
    height: 3.6em;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFF;
    cursor: pointer;
    top: -1px;
}

.ts-tabpanel-items {
    padding: 0;
    height: inherit;
    overflow: hidden;
    margin: 0 2em;
    width: 10000px;
    position: absolute;
}

.ts-tabpanel-items > li:first-child {
    margin-left: 5px;
}

.ts-tabpanel-items > li {
    display: inline-block;
    font-size: 1.6em;
    padding: 0.375em 0.5em 0.5em;
    color: #4E7BD8;
    cursor: pointer;
    height: 2.0625em;
    margin-left: 0em;
    margin-right: 0em;
    position: relative;
}

.ts-tabpanel-items > li > a {
    text-decoration: none;
}

.ts-tabpanel-items > li > span {
    position: absolute;
    top: 0;
    right: -13px;
    border: 1px solid red;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 1;
    color: #fff;
    background: red;
}

.ts-box-sizing {
    box-sizing: border-box;
}

.ts-tabpanel-scroll-right {
    right: 0;
    width: 3em;
    background-image: url("../img/arrow-right.png");
}

.ts-tabpanel-scroll-left, .ts-tabpanel-scroll-right {
    position: absolute;
    height: 2.3em;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFF;
    cursor: pointer;
    top: -1px;
}

.ts-tabpanel-items .ts-tabpanel-active-item {
    color: #444;
    box-shadow: 0 0.1875em 0 #F49D57;
    background-color: #FFF;
}

.ts-tabpanel-items .ts-tabpanel-active-item a {
    color: #444;
    text-decoration: none;
}

.ts-tabpanel-items .ts-tabpanel-active-item11 {
    color: #444;
    background-color: #FFF;
}

.ts-tabpanel-items > li {
    display: inline-block;
    padding: 0.375em 0.7em 0.5em;
    font-size: 1em;
    color: #4E7BD8;
    cursor: pointer;
    height: 2.0625em;
    margin-left: 0em;
    margin-right: 0em;
    text-transform: uppercase;
}

.drop-down1 {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 7px;
    right: 5px;
    cursor: pointer;
}

.drop-down1 span.t-btn-menu1 {
    float: none;
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.drop-down1 span.t-btn-menu1 span.t-btn-marker1 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    width: 0;
    height: 0;
    border-top: 0.4em solid #6D6D6D;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
    content: "";
}

.lookup-delete-right-icon {
    background-image: url("../img/CloseIcon.png");
    width: 16px;
    height: 16px;
    position: absolute;
    top: 8px;
    right: 29px;
    cursor: pointer;
    display: none;
}

.row2:hover .lookup-delete-right-icon, .row2:hover .lookup-edit-right-icon {
    display: block;
}

.divTreeSelect {
    position: absolute;
    border: 1px solid #777;
    width: 96.14%;
    height: 235px;
    overflow: auto;
    background: #fff;
    top: 29px;
    padding: 0 10px;
    z-index: 3;
    display: none;
    margin-bottom: 20px;
}

.divTreeSelect li {
    font-size: 11px;
}

.divTreeSelect .col-uncol-pan {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 5px;
}

.divTreeSelect .col-uncol-pan a {
    color: #444;
    font-size: 12px;
    cursor: pointer;
}

.divTreeSelect .col-uncol-pan a:hover {
    text-decoration: underline;
}

.divTreeSelect li {
    cursor: pointer !important;
}

.ts-image-edit-button {
    position: absolute;
    width: 34px;
    height: 34px;
    display: block;
    background-color: #F0F0F0;
    cursor: pointer;
    left: 95px;
    bottom: 5px;
    display: none;
}

.ts-image-edit-upload {
    left: 55px;
}

.ts-image-edit-button span {
    width: 16px;
    height: 16px;
    display: block;
    background: none no-repeat scroll center top transparent;
    margin: 9px;
}

.ts-image-edit-wrap .ts-image-edit-disabled {
    background-color: #F0F0F0;
    cursor: default;
}

.ts-image-edit-button.ts-image-edit-disabled span {
    background-position: center bottom;
}

.ts-image-edit-upload span {
    background-image: url("../img/image-edit-ico-upload.png");
}

.ts-image-edit-clear span {
    background-image: url("../img/image-edit-ico-clear.png");
}

.photo-container {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #999;
    width: 180px;
    height: 230px;
    position: relative;
}

.photo-container:hover span.ts-image-edit-button {
    display: block;
}

.ts-image-edit-button:hover {
    background-color: #e6e6e6;
}

.ts-image-edit-button:hover.ts-image-edit-disabled {
    background-color: #F0F0F0;
}

#photo-upload-loader {
    width: 180px;
    height: 230px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff url("../img/loading.gif") no-repeat center;
    z-index: 3;
    opacity: 0.5;
    display: none;
}

/*Spr*/
.spr-menu {
    padding: 12px 12px 12px 0;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    cursor: pointer;
    padding-left: 7px;
}

.spr-menu:first-child {
    border-top: 1px solid #ccc;
}

#treeview, #modules-treeview {
    font-size: 13px;
    font-family: Segoe UI !important;
}

.top-actions-access {
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 8px;
    font-size: 12px;
    background-color: #fff
}

.top-actions-access a {
    cursor: pointer;
    color: #444;
}

.top-actions-access a:hover {
    text-decoration: underline;
}

.top-actions-access2 {
    margin-bottom: 5px;
    font-size: 12px;
    position: fixed;
}

.top-actions-access2 a {
    cursor: pointer;
    color: #444;
}

.top-actions-access2 a:hover {
    text-decoration: underline;
}

.sprEditor {
    width: 16px;
    height: 16px;
    background-image: url(../img/button.png);
    background-position: -9px -9px;
    display: inline-block;
    margin-top: 7px;
    margin-left: 3px;
}

.kagentEditor {
    width: 16px;
    height: 16px;
    background-image: url(../img/button.png);
    background-position: -9px -9px;
    display: inline-block;
    margin-top: 7px;
    margin-left: 3px;
}

input.date {
    background: url(../img/calendar.gif) no-repeat 72px 5px;
    cursor: pointer;
}

div.turn {
    width: 15px;
    height: 15px;
    background: url("../img/sort-direction.png") no-repeat scroll 0% 0% transparent;
    border: 1px solid #ccc;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 1px;
}

div.turn-down {
    background-position: -1px -15px;
}

div.turn-up {
    background-position: -1px -1px;
}

.t-tree-wrap {
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 1px solid #C8C8C8;
    background-image: url(../img/minus.png);
    cursor: pointer;
}

.t-tree-wrap.minis {
    background-image: url(../img/minus.png);
}

.t-tree-wrap.plus {
    background-image: url(../img/plus.png);
}

.photo-icon {
    background-size: cover;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.main-header-image-container-class {
    float: none;
    display: block;
    padding-top: 5px;
}

form * {
    font-family: "Open Sans";
}

form .form-group {
    margin-bottom: 0 !important;
}

form label {
    font-weight: normal;
    margin-bottom: 3px !important;
}

form input {
    border-radius: 0 !important;
    height: auto !important;
    box-shadow: none !important;
    padding: 3px 12px !important;
}

form .has-success input {
    border: 1px solid #ccc;
    box-shadow: none !important;
}

form .has-success label,
form .has-error label {
    color: #333 !important;
}

form .btn {
    border-radius: 0 !important;
}

form .form-group.has-error {
    position: relative !important;
    padding-bottom: 30px !important;
}

form .form-group.has-error input {
    border: 1px solid #58aeda !important;
}

form .form-group.has-error .help-block {
    position: absolute;
    top: 52px;
    margin: 0;
    color: #fff;
    background: #58aeda;
    font-size: 0.9em;
    padding: 0 5px 2px;
}

/*newssss*/
.view-id-news .views-row {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
    margin-bottom: 0;
    display: table
}

.view-id-news .views-row.views-row-first {
    padding: 0 0 30px
}

.view-id-news .views-row.views-row-last {
    border: none
}

.view-id-news .views-row .views-field-field-events-image-preview, .view-id-news .views-row .views-field-field-news-image, .view-id-news .views-row .views-field-field-news-image-preview {
    padding: 20px 40px;
    float: left;
    text-align: center
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .view-id-news .views-row .views-field-field-events-image-preview, .view-id-news .views-row .views-field-field-news-image, .view-id-news .views-row .views-field-field-news-image-preview {
        padding: 20px 0
    }
}

@media screen and (min-width: 1200px) {
    .view-id-news .views-row .views-field-field-events-image-preview, .view-id-news .views-row .views-field-field-news-image, .view-id-news .views-row .views-field-field-news-image-preview {
        min-width: 220px
    }
}

@media (max-width: 768px) {
    .view-id-news .views-row .views-field-field-events-image-preview, .view-id-news .views-row .views-field-field-news-image, .view-id-news .views-row .views-field-field-news-image-preview {
        display: none
    }
}

.view-id-news .views-row .views-field.views-field-field-events-data, .view-id-news .views-row .views-field.views-field-field-news-data {
    /*font:18px/18px HelveticaNeueCyr Light;*/
    font-size: 16px;
    color: #999;
    margin-bottom: 20px;
    margin-top: 18px
}

.view-id-news .views-row .views-field-title {
    /*font:18px/24px HelveticaNeueCyr Light;*/
    margin-bottom: 20px;
    font-size: 18px;
}

.view-id-news .views-row .views-field-title a {
    color: #59ADD3;
    text-decoration: none
}

.view-id-news .views-row .views-field-body {
    /*font:14px/18px HelveticaNeueCyr Light;*/
    color: #333
}

.view-id-news .views-row .views-field-view-node {
    clear: both;
    width: 100%;
    margin-top: 20px;
    text-align: right;
    font: 16px/16px HelveticaNeueCyr Light, Arial
}

.view-id-news .text-center {
    clear: both
}

/*Пагинация*/
ul.pagination {
    padding: 20px 0;
}

ul.pagination li {
    display: inline-block;
    font: 18px/18px HelveticaNeueCyr Thin;
    color: #4B5771;
    padding: 0 10px;
}

ul.pagination li.pager-first a, ul.pagination li.pager-first a:hover {
    background: transparent url("../img/arrow_first.png") no-repeat scroll right top;
}

ul.pagination li.pager-first a, ul.pagination li.pager-last a {
    font-size: 0;
    width: 17px;
    height: 19px;
    top: -7px;
    position: relative;
}

ul.pagination li.prev a {
    font-size: 0;
    width: 18px;
    height: 18px;
    position: relative;
    top: -7px;
}

ul.pagination li.prev a, ul.pagination li.prev a:hover {
    background: transparent url("../img/arrow_prev.png") no-repeat scroll left top;
}

ul.pagination li.next a, ul.pagination li.next a:hover {
    background: transparent url("../img/arrow_next.png") no-repeat scroll right top;
}

ul.pagination li.pager-last a, ul.pagination li.pager-last a:hover {
    background: transparent url("../img/arrow_last.png") no-repeat scroll right top;
}

ul.pagination li a {
    display: inline-block;
    font: 18px/18px HelveticaNeueCyr Thin;
    color: #01B0E5;
    padding: 0;
    float: none;
    border: medium none;
}

ul.pagination li.active a {
    background: transparent none no-repeat scroll 0% 0%;
    color: #4B5771;
}

.pager-ellipsis.disabled {
    display: none;
}

ul.pagination li.next a {
    font-size: 0;
    width: 18px;
    height: 18px;
    position: relative;
    top: -7px;
}

#page-navigation {
    float: right;
    margin: 20px 0;
}

#page-navigation, #page-navigation a {
    font: 18px/18px HelveticaNeueCyr Light;
    color: #CCC;
}

#page-navigation #next-container, #page-navigation #prev-container {
    margin: 0 20px;
    float: right;
}

#page-navigation, #page-navigation a {
    font: 18px/18px HelveticaNeueCyr Light;
    color: #CCC;
}

#page-navigation #prev-container img {
    margin-right: 10px;
}

#page-navigation, #page-navigation a {
    font: 18px/18px HelveticaNeueCyr Light;
    color: #CCC;
}

#page-navigation a:hover {
    color: #F3781F;
}

.node-events h1, .node-news h1 {
    border-left: 2px solid #F3781F;
    padding-left: 20px;
    /*font: 24px/36px HelveticaNeueCyr Thin,Arial;*/
    font-size: 24px;
    color: #4C5770;
    margin-bottom: 20px;
    margin-top: 20px;
}

.node-events .event-date, .node-events .event-rapporteur, .node-news .event-date, .node-news .event-rapporteur {
    padding-left: 20px;
    /*font: 18px/23px HelveticaNeueCyr Light;*/
    font-size: 16px;
    color: #999;
    margin-bottom: 10px;
}

.node-events .field-name-field-events-image, .node-events .field-name-field-news-image, .node-news .field-name-field-events-image, .node-news .field-name-field-news-image {
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
}

.node-events .field-name-body, .node-news .field-name-body {
    padding-right: 30px;
    font-size: 16px;
    color: #666;
}

.without_padding {
    padding: 0;
}

/**/
.ts-controlgroup {
    width: 100%;
    position: relative;
    /*overflow: hidden;*/
}

.ts-controlgroup-caption-wrap {
    border-top: none;
    border-bottom: none;
    height: 2em;
}

.ts-controlgroup-marker-wrap {
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    margin-top: 0.13em;
    vertical-align: top;
}

.ts-controlgroup-marker {
    top: 50%;
    cursor: pointer;
    height: 23px;
    width: 23px;
    background: url("../img/arrow_group.png") no-repeat center 0;
    background-position: 0 -23px;
}

.ts-controlgroup-caption-wrap > span,
.ts-controlgroup-caption-wrap2 > span {
    font-family: "Segoe UI";
    font-size: 1.1em;
    color: #4e7bd8;
    cursor: pointer;
    height: 2.5em;
    vertical-align: top;
}

.ts-controlgroup-collapsed .ts-controlgroup-marker {
    background-position: 0 0;
}

.ts-controlgroup-container.no-line {
    border: none;
}

.ts-controlgroup-container {
    padding-left: 1.9em;
    padding-bottom: 1em;
}

.ts-controlgroup-collapsed .ts-controlgroup-container {
    display: none;
}

.system-name {
    position: absolute;
    color: #fff;
    top: 10px;
    left: 60px;
    font-size: 24px;
}

.bootstrap-select {
    margin-bottom: 0 !important;
}

.col-chasov {
    margin-top: 20px;
}

.col-chasov th {
    border: 1px solid #ccc;
    padding: 3px 7px;
    text-align: center;
}

.col-chasov td {
    border: 1px solid #ccc;
    padding: 3px 7px;
}

#vid-zanyatiya-title {
    color: #E34000;
    font-weight: bold;
    font-size: 15px;
}

#vid-zanyatiya-title a {
    font-size: 14px;
    cursor: pointer;
    font-weight: normal;
    display: inline-block;
    margin-left: 7px;
}

.tbl-journal {
    width: 100%;
    margin-top: 10px;
    border: 2px solid #333;
}

.tbl-journal tr.even {
    background-color: #DAE6FA;
}

.tbl-journal th {
    border: 1px solid #333;
    text-align: center;
    padding: 3px 3px;
    border-bottom: 2px solid #333;
    font-weight: normal;
}

.tbl-journal td {
    border: 1px solid #333;
    padding: 1px 1px;
    text-align: center;
}

.tbl-journal td input {
    border: 1px solid red;
    width: 40px;
    text-align: center;
    padding: 0 1px !important;
    cursor: pointer;
}

.ltitle {
    font-size: 18px;
    color: #E34000;
}

.tbl-students {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tbl-students th {
    border: 1px solid #f6f8fa;
    background: #f6f8fa;
    padding: 4px 0;
    text-align: left;
    font-weight: normal;
    border-bottom: 2px solid #333;
}

.tbl-students td {
    border-bottom: 1px dashed #333;
}

.tbl-students td img {
    width: 50px;
    height: 51px;
    border: 2px solid #EEEEEE;
    margin: 5px;
    border-radius: 50px;
    cursor: pointer;
}

.ts-progress-bar-items {
    width: 158px;
    display: flex;
    height: 4px !important;
}

.ts-progress-bar-item {
    padding: 0;
    border: 0;
    margin-right: 2px;
}

.ts-progress-bar-item-inactive {
    background: #e0e0e0;
}

.ts-progress-bar-item-active {
    background: #f8c065;
}

@media (min-width: 768px) {
    .col-sm-9 {
        width: 74% !important;
    }
}

.vid-zanyatiya-tabs {
    list-style: none;
}

.vid-zanyatiya-tabs li {
    float: left;
}

/*-----*/
/*Tabs*/
.ts-tabpanel-items2,
.ts-tabpanel-items3 {
    padding: 0;
    height: inherit;
    overflow: hidden;
    margin: 0;
    width: 10000px;
    position: absolute;
}

.ts-tabpanel-items2 .ts-tabpanel-active-item,
.ts-tabpanel-items3 .ts-tabpanel-active-item {
    color: #444;
    box-shadow: 0 0.1875em 0 #F49D57;
    background-color: #FFF;
}

.ts-tabpanel-items2 > li, .ts-tabpanel-items3 > li {
    display: inline-block;
    padding: 0.375em 0.7em 0.2em;
    font-size: 0.8em;
    color: #4E7BD8;
    cursor: pointer;
    margin-left: 0;
    margin-right: 0;
    text-transform: uppercase;
}

/*-----*/
.viewmodel-scrolltop-btn {
    visibility: hidden;
    cursor: pointer;
    height: 34px;
    z-index: 1000;
    background-color: #ededed;
    padding-top: 0.7em;
    padding-left: 12px;
    padding-right: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute !important;
    right: 0;
}

.t-btn-style-default .t-btn-image, .t-btn-style-green .t-btn-image {
    width: 1.067em;
    height: 1.067em;
}

.absolute-vertical-centered .t-btn-image {
    float: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.left-12px {
    left: 0.86em;
}

/*Fancy*/
.fancybox-skin {
    border-radius: 0 !important;
    background: #fff !important;
    border-top: 3px solid #64b8df !important;
}

.fancybox-title-inside-wrap {
    padding-top: 0 !important;
    color: #64b8df !important;
    font-size: 1.8em !important;
    letter-spacing: -0.01em !important;
    font-weight: normal !important;
    margin-top: -7px !important;
    font-family: "Open Sans Light" !important;
}

.fancybox-close {
    background-image: url("../img/CloseIcon.png") !important;
    top: 20px !important;
    right: 16px !important;
    width: 16px !important;
    height: 16px !important;
    z-index: 8051 !important;
    margin-top: -7px !important;
}

.fancybox-div {
    /*margin-top: 20px;*/
}

.fancybox-div h4 {
    margin-top: 5px;
}

.fancybox-div .grid-captions {
    padding-bottom: 0 !important;
}

/*Fancy*/

.compact-grid {
    padding-bottom: 0;
    min-height: 33px;
}

.compact-grid .grid-cols-0 {
    padding-bottom: 0;
}

.col-tab {
    font-size: 14px;
    color: #333;
}

.zayavlenie-podpisi-table {
    width: 100%;
    font-size: 12px;
}

.zayavlenie-podpisi-table th {
    text-align: center;
    border: 1px solid #ccc;
    padding: 4px 3px;
}

.zayavlenie-podpisi-table td {
    border: 1px solid #ccc;
    padding: 2px 3px;
}

.zayavlenie-students-table {
    width: 100%;
    font-size: 13px;
}

.zayavlenie-students-table th {
    text-align: center;
    border: 1px solid #ccc;
    padding: 4px 3px;
}

.zayavlenie-students-table td {
    border: 1px solid #ccc;
    padding: 2px 3px;
}

.zayavlenie-students-table td input[type=text] {
    border: 1px solid #ccc;
    width: 45px;
    margin: 0 !important;
    padding: 1px 3px !important;
}

.zayavlenie-students-table td input.do {
    background-color: #fff;
    border: none
}

.zayavlenie-students-table td input[type=checkbox] {
    cursor: pointer;
}

.zayavlenie-students-table tr.even,
.zayavlenie-students-table tr.even td input.do {
    background-color: #DAE6FA;
}

/*Lenta*/
.feedWidth {
    max-width: 55em;
}

.postContainer:first-of-type {
    border-top: 0 none;
    padding-top: 0;
}

.postContainer {
    border-top: 1px solid #E0E0E0;
    padding-top: 8px;
    margin-bottom: 9px;
}

.parentPostContainer {
    padding: 10px 12px 1px;
    border-left: 3px solid #64B8DF;
    padding-right: 0;
}

.messageHeader {
    display: inline-block;
    margin-right: 5px;
}

.createdByImage {
    margin-right: 11px;
    border-radius: 50%;
    float: left;
}

.label-link {
    cursor: pointer;
    color: #4E7BD8;
}

.image32 {
    width: 32px !important;
    height: 32px !important;
}

.label-link {
    cursor: pointer;
    color: #4E7BD8;
}

.messageHeader .createdByTo-wraper {
    display: block;
    width: 755px;
    margin-top: 6px;
}

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

.createdBy {
    display: inline;
    line-height: 18px;
    margin-right: 5px;
}

.createdByToEntity {
    display: inline;
    margin-right: 5px;
}

.createdByToEntity label {
    display: inline;
}

.t-label {
    overflow: hidden;
    display: inline;
    width: 100%;
    font-size: 1.1em;
}

.entity-container {
    display: inline;
    margin-right: 5px;
}

.t-label.label-link {
    cursor: pointer;
    color: #4E7BD8;
}

.multiline-label-wrap.message {
    line-height: 18px;
}

.x-gecko .message {
    padding-top: 15px;
}

.multiline-label-wrap {
    font-size: 1.4em;
}

.message {
    padding-top: 16px;
}

.multiline-label-wrap .label-content-container {
    position: relative;
}

.multiline-label-wrap .read-more {
    display: none;
    color: #8AA0CF;
    cursor: pointer;
}

.multiline-label-wrap.message {
    line-height: 18px;
}

.multiline-label-wrap {
    font-size: 1.04em;
}

.actions {
    margin-top: 11px;
    margin-bottom: 9px;
    line-height: 18px;
    height: 18px;
}

.createdByDate {
    display: inline;
    margin-right: 10px;
}

.unimportant {
    color: #999;
}

.comment-like-actions-actions-right {
    display: none;
}

.parentPostContainer:hover .comment-like-actions-actions-right {
    display: inline;
}

.actions .t-label, .actions .t-btn-wrapper, .comment-actions .t-label, .comment-actions .t-btn-wrapper {
    font-size: 0.9em;
}

.actionsButtonWrap {
    padding: 0 !important;
    margin-right: 18px;
    margin-top: 1px;
}

.actionsColor {
    color: #8AA0CF;
}

.padding-left-34px {
    padding-left: 2.43em !important;
}

.absolute-vertical-centered {
    position: relative;
}

.actions .t-btn-image, .comment-actions .t-btn-image {
    width: 16px;
    height: 16px;
}

.absolute-vertical-centered .t-btn-image {
    float: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.actionsButtonImage {
    position: relative !important;
    float: left !important;
    left: 0;
}

.social-feed .actionsButtonText {
    padding-left: 5px;
}

.t-btn-text {
    border: medium none;
    line-height: 1.2em;
}

.likeButtonImageConfig {
    padding-right: 0 !important;
    margin-top: 0;
}

.actions-right {
    display: inline;
    float: right;
}

.parentPostContainer .actions-right .t-btn-wrapper, .commentsContainer .actions-right .t-btn-wrapper {
    padding-left: 0.86em !important;
    padding-right: 0;
    padding-top: 0;
}

.padding-left-34px {
    padding-left: 2.43em !important;
}

.padding-left-20px {
    padding-left: 18px !important;
}

.absolute-vertical-centered {
    position: relative;
}

.postCommentEditDeleteOpacity {
    margin-left: 17px;
}

.showLikedUsers {
    margin: 0;
    padding: 0;
    font-size: 14px !important;
}

.adjust-text {
    width: 100%;
    resize: none;
    border-radius: 0;
}

.relativePosition {
    position: relative;
}

.postPublishActions {
    margin-bottom: 35px;
}

.publishButtonWrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 770px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.t-btn-style-green2 {
    background: #8ECB60 none repeat scroll 0% 0%;
    color: #FFF;
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 0.3em 0.7em;
}

.commentPublish .t-btn-wrapper {
    margin-top: 7px;
    margin-bottom: 4px;
}

.t-btn-style-default {
    color: #4e7bd8;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 1.5em;
    min-height: 30px;
    text-transform: uppercase;
    padding: 0.3em 0.7em;
}

/*Lenta*/
.diagramma-title {
    text-align: center;
    color: #4E7BD8;
    font-size: 12px;
    font-weight: bold;
}

#article-comment_yes {
    vertical-align: top;
    margin-top: 5px;
}

.field-article-file input[type=file] {
    padding-left: 0 !important;
}

form .field-article-text .help-block {
    position: absolute;
    top: 2px;
    right: 0;
}

.article-control {
    float: left;
    font-size: 13px;
    height: 10px;
    margin-left: 20px;
    display: none;
}

.article-item:hover .article-control {
    display: inline-block;
}

.field-article-file, .field-news-file {
    display: inline-block !important;
}

.field-news-file input[type=file] {
    padding-left: 0 !important;
}

.article-control2 {
    float: left;
    font-size: 13px;
    height: 10px;
    display: inline-block;
}

.article-control2 .t-btn-wrapper {
    cursor: default;
}

.likeCaption {
    font-size: 16px !important;
    vertical-align: top;
    margin-top: -2px;
    margin-right: 10px;
}

.archive-discipline th {
    text-align: center;
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    padding: 2px 5px;
}

.archive-discipline td {
    border: 1px solid #ccc;
    padding: 2px 5px;
    background-color: #fff;
}

.uchebniy-plan {
    font-size: 12px;
}

.uchebniy-plan td {
    border: 1px solid #000;
    text-align: center;
    width: 30px;
    padding: 0 2px;
}

.plan-plan {
    margin-bottom: 20px;
    font-size: 12px;
}

.plan-plan td {
    border: 1px solid #000;
    text-align: center;
    padding: 0 3px;
}

.plan-plan thead td {
    /*font-weight: bold;*/
}

.plan-plan-oboznacheniya td {
    padding-left: 5px;
}

.rating-container {
    display: inline-block;
    font-size: 1.8em !important;
}

.rating-container .filled-stars {
    color: #F49D57 !important;
}

.field-mailform-message.has-error .help-block {
    display: none;
}

form .field-mailform-message.has-error {
    padding-bottom: 0 !important;
}

.select2-selection--single {
    border-radius: 0 !important;
}

.file-item {
    background-color: #f5f5f5;
    border: 1px solid #dcdcdc;
    margin: 0 0 9px;
    overflow-y: hidden;
    padding: 5px 4px 6px 8px;
}

.file-item a {
    color: #333;
}

.file-item a:hover {
    text-decoration: underline;
}

.file-item span {
    font-weight: 600;
    margin-left: 5px;
}

.file-item img {
    float: right;
}

.base-edit-right-icon-wrapper {
    position: absolute;
    top: 22px;
    right: 15px;
    bottom: 0;
    width: 32px;
    height: 29px;
    cursor: pointer;
}

.lookup-edit-right-icon {
    background-image: url("../img/button.png");
    background-position: -9px -9px;
}

.base-edit-right-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 8px;
}

.t-btn-style-green10 {
    background: #8ecb60;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 1.5em;
    text-transform: uppercase;
    padding-left: 0.7em;
    padding-right: 0.7em;
    padding-bottom: 0.29em;
    padding-top: 0.295em;
}

.main-buttons {
    float: left;
    margin: 0 9px 0 0;
}

.t-btn-style-blue10 {
    background-color: #00aeef;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 1.5em;
    text-transform: uppercase;
    padding-left: 0.7em;
    padding-right: 0.7em;
    padding-bottom: 0.36em;
    padding-top: 0.27em;
}

.emails-main-container .email-container {
    padding: 10px 5px 15px 10px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    margin-right: 15px;
}

.emails-main-container .messageHeader {
    display: inline-block;
    width: 100%;
    position: relative;
    height: 51px;
}

.emails-main-container .author-image-container {
    margin: 7px 10px 0 0;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: top;
}

.emails-main-container .ts-image-edit-wrap.author-image-container img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
}

.emails-main-container .messageHeader .createdBy {
    max-width: 230px;
    display: inline-block;
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 4px;
    white-space: nowrap;
}

.emails-main-container .messageHeader .createdByAddress {
    font-size: 12px;
    display: inline-block;
    max-width: 195px;
    padding-top: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
}

.emails-main-container .messageHeader .message-date-text {
    right: 8px;
    position: absolute;
    max-width: 57px;
    font-size: 12px;
    top: 25px;
    text-align: right;
    color: #999;
    text-overflow: ellipsis;
}

.emails-main-container .t-label {
    display: inline;
}

.communication-panel-item-container .message-container {
    height: auto;
}

.emails-main-container .email-container .title-container {
    width: 98%;
    display: inline-block;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.emails-main-container .message-text-container {
    display: inline-block;
    max-height: 40px;
    max-width: 300px;
    overflow: hidden;
}

.emails-main-container .email-container .message-email-text {
    max-height: 24px;
    font-size: 0.89em;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.emails-main-container .t-label {
    display: inline;
}

.emails-main-container .email-container:hover {
    border: 1px solid #4e7bd8;
}

form .field-loginform-login.has-error .help-block,
form .field-loginform-password.has-error .help-block {
    top: 58px !important;
}

.schedule {
    width: 100%;
    border-bottom: 1px solid #777;
}

.schedule th, .schedule td {
    padding: 2px 5px;
    height: 100%;
    text-align: center;
    font-size: 13px;
    background-color: #fff;
}

.schedule th {
    padding: 8px 5px;
    background-color: #e6e6e6;
}

.schedule tr th.active,
.schedule tr td.active {
    background-color: #cfc;
}

.schedule-cell hr {
    border-top: 1px solid #F49D57;
    margin: 7px 0 2px 0;
}

.schedule-cell .item-discipline {
    font-size: 16px;
    margin-bottom: 4px;
    display: block;
}

.schedule-cell .item-title {
    font-weight: bold;
    color: #444;
    display: block;
}

.schedule-cell .item-value {
    margin-bottom: 7px;
    display: block;
}

.tab-fixed {
    position: fixed;
    right: 4.1em;
    top: auto;
    left: 17.1em;
    z-index: 1005;
    background: #fff;
}

.left-panel-collapsed .tab-fixed {
    left: 5.6em;
}

.result-info {
    width: 100%;
    margin-bottom: 20px;
}

.result-info td {
    padding: 4px 0;
    border-bottom: 1px dotted #E0E0E0;
}

.result-info .result-info-right {
    width: 300px
}

.result-info .result-info-right2 {
    padding-left: 30px;
    vertical-align: bottom;
}

.result-info .result-info-left {
    text-align: left;
    width: 170px;
    color: #213d7c;
    font-family: Segoe UI;
}

.result-info {
    text-align: left;
    font-family: Segoe UI;
}

.vertical-text-45 {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    text-align: center;
}

.vertical-text-65 {
    -webkit-transform: rotate(295deg);
    -moz-transform: rotate(295deg);
    -ms-transform: rotate(295deg);
    -o-transform: rotate(295deg);
    transform: rotate(295deg);
    text-align: center;
}

.vertical-text {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    text-align: center;
}

.my-table {
    table-layout: fixed;
}

.my-table th {
    border: 1px solid #ccc;
    padding: 3px 5px;
    text-align: center;
}

.my-table td {
    border: 1px solid #ccc;
    padding: 3px 5px;
}

.fancybox-title {
    padding-bottom: 8px !important;
}

.addButton {
    padding: 0.36em 0.86em !important;
    height: 34px !important;
}

.floating-container hr {
    margin: 3px 0 !important;
}

.border-schd {
    width: 100%;
    background: #fff;
}

.border-schd td {
    border: 1px solid #ccc;
}

.table2 th {
    padding: 2px 8px !important;
    vertical-align: middle !important;
    text-align: center;
}

.table2 td {
    padding: 3px 8px !important;
    vertical-align: middle;
}

.ttt td {
    border: none !important;
    padding: 2px;
}

.progress {
    height: 12px;
    margin-bottom: 5px;
    border-radius: 0;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.1);
}

.progress .progress-bar {
    font-size: 9px;
    line-height: 12px;
    box-shadow: none;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress-bar-dark {
    background-color: #33373a;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.ts-tabpanel-items .ts-tabpanel-active-item2 {
    color: #444;
    box-shadow: 0 0.1875em 0 #F49D57;
    background-color: #FFF;
    border: 1px solid #F49D57 !important;
    border-bottom: 0;
}

.ts-tabpanel-items .ts-tabpanel-active-item2 a {
    color: #444;
    text-decoration: none;
}

.lecture-pages .ts-box-sizing {
    border: 1px solid #ccc;
}

.question-compare {
    border: 1px dashed #ccc;
    padding: 5px;
    margin: 5px;
}

.question-compare:hover {
    border: 1px dashed #444;
}

.lecture-pager a {
    display: inline-block;
}

.lecture-pager label {
    font-weight: normal;
    margin-right: 3px;
}

.lecture-pager a.p {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 7px;
}

.lecture-pager a.p:hover {
    text-decoration: none;
}

.lecture-pager a.c {
    background: #F49D57;
    border: 1px solid #F49D57;
    color: #fff;
}

.lecture-pager a.pass-test {
    background: #5cb85c;
    border: 1px solid #4cae4c;
    color: #fff;
}

.form-group .bootstrap-select .btn {
    padding: 4px 12px !important;
}

.bootstrap-select {
    height: 30px !important;
}

.tname i {
    color: red;
    font-size: 16px;
    margin-left: 5px;
}

#lenta-comment {
    height: 35px;
}

#lenta-comment.placeholder:before,
.txt-element.placeholder:before {
    position: absolute;
    top: 6px;
    color: #999;
    white-space: nowrap;
    pointer-events: none;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#div-frm-lenta-new {
    border-top: 1px solid #E0E0E0;
}

.note-editor {
    margin-bottom: 0 !important;
}

.reestr-count-info {
    display: inline-block;
    vertical-align: top;
    margin: 6px 3px 0 5px;
    border-bottom: 1px dotted #ccc;
    color: green;
}

.reestr-count-info label {
    font-weight: normal;
    margin-bottom: 0;
}

.fixtable-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 101;
    background-color: #fff;
}

.vid-zanyatita-label {
    padding: 0 6px 3px 6px;
    color: #fff;
    width: 100%;
    display: block;
}

#menu-nedkurs .menu-item {
    padding-left: 15px;
    padding-right: 15px;
}

#menu-nedkurs .menu-separator-header {
    border-top: 0;
    border-bottom: 1px solid #EBEBEB;
    padding: 0 26px 5px 8px;
    margin: 5px 7px 5px 7px;
}

#menu-nedkurs {
    width: 210px;
    position: absolute;
}

#menu-nedkurs .menu-item,
#menu-nedkurs .menu-separator {
    display: inline-block;
    width: 100px;
}

.grid-listed-zebra .main-child-container:nth-child(2n+1) .grid-listed-row {
    background-color: #F1F1F1 !important;
}

.switch-buttons {
    display: inline-block;
    float: right;
    line-height: 1 !important;
    margin-top: -2px;
}

.switch-buttons .switch-button {
    width: 2.75em;
    height: 2.75em;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
}

.switch-buttons .switch-button.switch-table {
    background-image: url("../img/GridDataViewIcon.png");
}

.switch-buttons .switch-button.switch-tree {
    background-image: url("../img/OrgRolesIcon.png");
}

.switch-buttons .switch-button.t-btn-pressed {
    background-position: 0 -2.95em;
}

.courses-tree {
    list-style: none;
    padding-left: 0;
}

.courses-tree > li {
    padding: 7px 5px;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
}

.courses-tree-btns {
    position: absolute;
    top: 8px;
    right: 5px;
}

.courses-tree-btns > a {
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    display: none;
}

.courses-tree > li.grid-row-selected .courses-tree-btns a {
    display: inline-block;
    color: #4e7bd8;
}

.courses-tree-btns a.courses-tree-view {
    font-size: 18px;
    margin-right: 10px;
    margin-top: -10px;
}

.courses-tree-btns a.courses-tree-edit {
    background-image: url("../img/Edit.png");
}

.courses-tree-btns a.courses-tree-delete {
    background-image: url("../img/Delete.png");
}

.courses-tree ul {
    list-style: none;
    padding-left: 20px;
}

.courses-tree ul li {
    margin-top: 5px;
}

.courses-tree ul li i {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-image: url("../img/AttachFileButtonImage.png");
}

.courses-tree a {
    color: #333;
}

.corner-marker {
    width: 0;
    height: 0;
    border-top: 6px solid red;
    border-left: 6px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
}

/* Тултип журнал, темы недель */
.custom {
    padding: 0.5em 0.8em 0.8em 2em;
}

.help {
    background: #9FDAEE;
    border: 1px solid #2BB0D7;
    z-index: 99;
}

.tooltip_j span.custom {
    display: none;
    position: absolute;
    text-align: left;
}

.tooltip_j:hover span.custom {
    display: block;;
    border-radius: 5px 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    right: 0;
    top: 45px;
    z-index: 99;
    width: 250px;
}

.tooltip_j:hover .img_help {
    margin: -20px 0 0 -40px;
    position: absolute;
}

.files-list {
    list-style: none;
    padding-left: 15px;
}

.files-list li i {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-image: url("../img/AttachFileButtonImage.png");
}

.bootstrap-select.btn-group .dropdown-menu {
    z-index: 999 !important;
}

.select2-container--krajee .select2-selection--single {
    height: auto;
    padding: 3px 24px 3px 12px;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 26px;
}

.lb table {
    border: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: left;
    font: inherit;
}

.island {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    width: 100%;
}

.lb tr, td {
    border: 0;
    padding: 0;
    vertical-align: top;
    font: inherit;
}

.lt22 {
    width: 260px;
}

.lt23 {
    width: 190px;
}

.island .item {
    max-width: 700px;
    padding: 0;
}

img.lt32 {
    border: 1px solid #CCC;
}

@media screen and (max-width: 1000px) {
    .lt22 {
        width: 23vw;
    }

    .lt23 {
        width: 23vw;
    }

    .lt32 {
        width: 20.9vw;
        height: 32vw;
    }
}

.island .book_name {
    margin-bottom: 13px;
}

.book_name a {
    font-size: 16px;
    border-bottom: 1px solid #e4e4e4;
    text-decoration: none;
}

.description {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    text-align: left;
    color: #666;
    overflow: visible;
}

.desc_box {
    margin-bottom: 3px;
}

.desc1:first-child {
    padding-left: 0;
    border-left: 0;
}

.desc1 {
    color: #666;
    font-size: 13px;
    padding-left: 12px;
    border-left: 1px solid #e2e2e2;
}

.desc2:last-child {
    padding-right: 0;
}

.desc2 {
    color: #000;
    font-size: 13px;
    padding-right: 12px;
}

.counters {
    border-left: 1px solid #e2e2e2;
    margin-left: 7px;
    padding-left: 7px;
    font-size: 16px;
    color: #666;
}

.counters:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

.counters .fa {
    color: #23527c;
}

.desc_container .btn {
    padding: 3px 6px;
    border-radius: 0;
}

.select-year {
    width: 100px !important;
}

.auth-chartdiv {
    min-height: 400px;
}

.auth-chartdiv .ts-mask-spinner-frame-visible {
    text-align: center;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}

.auth-chartdiv .ts-mask-spinner-frame-visible .ts-mask-frame {
    margin-top: 0;
}

.auth-chartdiv .ts-mask-spinner-frame-visible .ts-mask-frame > .ts-mask-spinner {
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    margin-right: 5px;
}

.auth-chartdiv .ts-mask-spinner-frame-visible .ts-mask-frame .x-loading-spinner {
    width: 16px;
    height: 16px;
}

.auth-chartdiv .ts-mask-spinner-frame-visible .ts-mask-frame .ts-mask-spinner-caption {
    display: inline-block;
    vertical-align: top;
}

#chartdiv2, #chartdiv3 {
    height: 300px;
}

.amcharts-pie-slice {
    transform: scale(1);
    transform-origin: 50% 50%;
    transition-duration: 0.3s;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    cursor: pointer;
    box-shadow: 0 0 30px 0 #000;
}

.amcharts-pie-slice:hover {
    transform: scale(1.1);
    filter: url(#shadow);
}

.tbl-students td {
    vertical-align: middle !important;
}

.menu-counter {
    background-color: red;
    border-radius: 10px;
    text-align: center;
    padding: 0 6px 2px;
    margin-left: 5px;
}

.alert-danger a {
    color: #fff;
    text-decoration: underline;
}

.alert-danger a:hover {
    text-decoration: none;
}