.button-panel {
    bottom: 52px;
    position: fixed;
    right: 16px;
    z-index: 10000;
}

.sidebar-panel {
    transition: width 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1) 0s;
}

.main-panel {
    transition: margin 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1) 0s;
}

.help-block {
    position: absolute;
    right: 0;
    top: 28px;
    font-size: 12px;
}

.full-height {
    height: 100%;
    background-color: #e3e3e3;
}

.control-label + input + .help-block, .form-group .chosen-container + .help-block {
    top: 54px;
}

.chosen-container {
    text-align: left;
}

textarea + .help-block {
    top: 0;
}

.v-wa {
    background-color: #980000;
    color: #fff;
}

.v-ca {
    color: #fff;
    background-color: #056403;
}

.form-group {
    position: relative;
}

.chosen-container.chosen-container-single .chosen-single abbr {
    margin-top: -8px;
}

.cb-checkbox.checked i::before {
    top: 7px;;
}

.dd-placeholder {
    border: 2px dashed #b6b6b6;

}

.dd-handle {
    cursor: pointer;
}

.dd-group {
    background-color: #e4e4e4;
}

.ats label.cb-checkbox .cb-inner {
    float: right;
}

.ats label.cb-checkbox:hover {
    background-color: #f4f4f4;
}

.ats label.cb-checkbox {
    width: 100%;
}

.selectable_tr {
    cursor: pointer;
}

.box-tab.left .tab-pane {
    padding-bottom: 180px;
}

.main-panel > .header .nav > li.active > a {
    color: #fff;
    font-weight: bold;
}

.header .nav li.active {
    background-color: #0099cc;
}

.header .nav li.active a:hover {
    color: #0099cc;
}

.upload-kit-item .img-wrapper img {
    width: 100%;
    max-width: 100%;
}

.upload-kit-item .img-wrapper {
    width: 100%;
    height: 150px;
    overflow: hidden;
    border: 1px solid #e3e3e3;
}

.upload-kit .upload-kit-item.image > img {
    border-radius: 0px;
}

.upload-kit .upload-kit-input, .upload-kit .upload-kit-item {
    background-origin: border-box;
    background-position: center center;
    background-size: cover;
    border: 1px dashed #999;
    border-radius: 0;
    color: #999;
    float: left;
    width: 240px;
    list-style: outside none none;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    height: 180px;
}

.upload-kit .upload-kit-item .remove {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 1px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    padding-top: 10px;
    text-align: center;
    top: 50%;
    width: 40px;
}

.dd-list .dd-list {
    padding-left: 37px;
}

.dd-active > .dd3-content {
    background-color: #F0F0F0;
}

pre {
    white-space: pre-line;
}

#loader i {
    left: 50%;
    position: absolute;
    top: 50%;
}

#loader {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 20px;
    right: 0;
    background-color: rgba(68, 85, 89, 0.05);
    z-index: 1000;
}

/*.col-md-3 .upload-kit .upload-kit-input, .col-md-3 .upload-kit .upload-kit-item {
    width: 100%;
    height: 140px;
}*/

/*.col-md-3 .upload-kit .upload-kit-item.image > img {
    height: auto;
    width: 100%;
}*/

span.fancytree-selected span.fancytree-title {
    font-style: normal;
    font-weight: bold;
}

span.fancytree-active span.fancytree-title, span.fancytree-selected span.fancytree-title {
    background-color: transparent;
}

.fancytree-treefocus span.fancytree-selected span.fancytree-title {
    background-color: transparent;
    color: #0a0a0a;
}

.fullscreen .note-editable.panel-body {
    height: 305px;
    width: 60%;
    margin: 0px auto;
    border: 2px solid rgb(227, 227, 227);
    padding: 20px 40px;
}

.header {
    border-bottom: 2px solid #e3e3e3;
    padding-bottom: 5px;
    display: block;
}

.box-tab .tab-content {
    overflow: inherit;
}

input[id=course_module_tag] {
    width: 95px !important;
}

.file-wrapper .form-group {
    display: none;
}

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

#data-grid .table {
    margin-bottom: 0;
}

div.mce-fullscreen {
    z-index: 2000;
}

.table > tbody > tr > td.odd_day {
    background-color: rgba(227, 9, 0, 0.25);
}

#schedule-grid tbody tr:hover td {
    background-color: rgba(20, 9, 227, 0.25);
}

table td span.show_hv a:hover {
    background: #0099cc;
    color: #ffffff;
}

table td span.show_hv a {
    width: 30px;
    text-align: center;
    border: 1px solid #e3e3e3;
    display: block;
}

table td span.show_hv {
    display: none;
}

table tr:hover td span.show_hv {
    display: inline-block;
    float: right;
}

.nav.nav-tabs li.active a {
    background-color: #e3e3e3;
}

.upload-kit .upload-kit-input, .upload-kit .upload-kit-item {
    width: 120px !important;
}

.upload-kit ~ .help-block {
    position: relative;
    top: 0;
    text-align: right;
    color: #ff253a;
}

.chosen-container.chosen-container-single .chosen-single div b, .chosen-container.chosen-container-single .chosen-single abbr {
    background: none !important;
}

.dd-list .dd-list .dd-item::before {
    content: "";
    border-bottom: 1px solid #e4e4e4;
    width: 37px;
    display: block;
    height: 100%;
    top: -15px;
    position: absolute;
    margin-left: -15px;
    border-left: 1px solid #e4e4e4;
    left: -22px;
}

.chosen-container.chosen-container-single .chosen-search input[type=text] {
    background: none !important;
}

.has-error > .input-group + .help-block {
    margin-top: 30px;
}