.bold {
    font-weight: bold;
}
.invisible {
    opacity: 0;
}
th, td {
    vertical-align: top;
}
.table-fixed {
    table-layout: fixed;
}
.no-label label {
    display: none;
}
ul .divider:last-child {
    display: none;
}
.scroll-x {
    overflow-x: auto;
}
.table-scroll-x {
   min-width: 100%;
}
.table-scroll-x th {
    min-width: 200px;
    max-width: 400px;
    width: auto;
}
td .list-field {
    overflow-y: auto;
    max-height: 300px;
}
.multiple-checkbox ul {
    list-style: none;
}
.multiple-checkbox label {
    font-weight: normal;
}
button[data-checkbox-selections] {
    margin-top: 5px;
}
.filter-checklist {
    margin: 10px 0;
}
.form-control.translation-field-left {
    width: 25%;
    float: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.form-control.translation-field-right {
    width: 75%;
    float: left;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}
.vjs-subtitles.vjs-text-track {
    font-size: 2.25em;
    line-height: 1.2em;
}

.video-js .vjs-text-track {
    background: transparent;
}

.vjs-tt-cue {
    text-shadow: 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000;
}

.video-js .vjs-text-track-display {
    bottom: 1%;
}

.vjs-default-skin.vjs-has-started .vjs-control-bar {
    opacity: 0.7;
}

.vjs-default-skin .vjs-control-bar{
    background-color: rgba(7, 20, 30, 0.5);
}

.vjs-default-skin .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -60px;
}

.vjs-default-skin .vjs-poster {
  background-size: 100%;
}

ul.category-list {
    list-style: none;
}

a.closed-category .glyphicon-minus {
    display: none;
}

a.open-category .glyphicon-plus {
    display: none;
}

.ui-sortable-handle {
    cursor: grab;
}

body.documentation-off .documentation {
    display: none;
}

.documentation .tab-content {
    height: 210px;
    overflow-y: scroll;
}

#tagged-resource-list {
    max-height: 400px;
    overflow-y: auto;
}

.caption-panel {
    max-height: 600px;
    overflow-y: auto;
}

pre.export-log {
    min-height: 600px;
    max-height: 600px;
    overflow-y: auto;
    background-color: #000;
    color: #FFF;
}

.no-gap-columns {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

.column-count-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.column-count-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.column-count-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}
.classification-green,
.classification-green:focus,
.classification-green:hover {
    color: #5FAF48;
}
.classification-black,
.classification-black:focus,
.classification-black:hover  {
    color: #000;
}
.classification-blue,
.classification-blue:focus,
.classification-blue:hover  {
    color: #1D4DA1;
}
.classification-brown,
.classification-brown:focus,
.classification-brown:hover  {
    color: #996633;
}
.classification-pink,
.classification-pink:focus,
.classification-pink:hover  {
    color: #DE0D67;
}
.classification-orange,
.classification-orange:focus,
.classification-orange:hover  {
    color: #F3702C;
}
.classification-violet,
.classification-violet:focus,
.classification-violet:hover  {
    color: #AA31BC;
}
.classification-grey,
.classification-grey:focus,
.classification-grey:hover  {
    color: #666;
}
.classification-purple,
.classification-purple:focus,
.classification-purple:hover  {
    color: #64338E;
}
.classification-red,
.classification-red:focus,
.classification-red:hover {
    color: #AE2011;
}
.classification-turquoise,
.classification-turquoise:focus,
.classification-turquoise:hover {
    color: #66ADAD;
}
.classification-yellow,
.classification-yellow:focus,
.classification-yellow:hover {
    color: #FDC91F;
}
.note-html {
    float: right !important;
}
span[data-missing-word-difficulty] {
    border: 1px solid #888;
    background-color: #FFA;
}
span[data-missing-word-difficulty="high"] {
    background-color: #FCA;
}
span[data-missing-word-difficulty="low"] {
    background-color: #CFC;
}
div[data-jumble-order] {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-radius: 5px;
    padding: 3px;
}
div[data-jumble-order]:before {
    border: 1px solid #888;
    border-radius: 3px;
    padding: 2px;
    margin-bottom: 2px;
    font-size: 70%;
    text-align: right;
    background-color: #CCC;
    content: 'jumble order: ' attr(data-jumble-order);
}
.twine-panel {
    height: 440px;
    overflow-y: auto;
}
.labeling-quiz__image-container {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-bottom: 10px;
}
.labeling-quiz__preview--container {
    max-width: 300px;
}
.labeling-quiz__image {
    min-width: 100%;
    max-width: 100%;
}
.labeling-quiz__pin {
    cursor: move;
    background: #50b7ea;
    border: 4px solid #fff;
}
.labeling-quiz__pin--label {
    cursor: default;
    color: #fff;
    font-weight: normal;
    padding-top: 1px;
}
.labeling-quiz__pin.active {
    background: #31708f;
}
.labeling-quiz__label-placeholder {
    height: 40px;
    background: #f3f3f3;
    box-shadow: inset 3px 4px 14px 0 rgba(0,0,0,.4);
}
.labeling-quiz__remove-answer {
    cursor: pointer;
}
.labeling-quiz__sort-answers {
    cursor: ns-resize;
}
.active .labelling-answer {
    background: #d9edf7;
}

.has-error .labelling-answer,
.has-error .labeling-quiz__question {
    background: #f9d8d8;
}

/* Picture in Picture */
.pip-container {
    position: relative;
    height: auto;
}
.pip {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.pip:not(.pip-minimised) {
    top: 0;
    left: 0;
}
.pip-minimised {
    width: 25%;
    z-index: 2;
}
.pip-minimised.pip-top {
    top: 5px;
}
.pip-minimised.pip-left {
    left: 5px;
}
.pip-minimised.pip-bottom {
    bottom: 5px;
}
.pip-minimised.pip-right {
    right: 5px;
}
.pip:not(.pip-minimised) .pip-maximise {
    display: none;
}
.pip-maximise {
    display: block;
    position: absolute;

}
.pip-maximise:hover {
    cursor: pointer;
}
.pip-top .pip-maximise {
    top: 10px;
}
.pip-bottom .pip-maximise {
    bottom: 10px;
}
.pip-left .pip-maximise {
    left: 10px;
}
.pip-right .pip-maximise {
    right: 10px;
}
.x3d-menu-window {
    display: none;
    position: absolute;
    width: 250px;
    z-index: 2;
    bottom: 50px;
    left: 25px;
}
.x3d-menu-window .panel {
    cursor: 'crosshair';
    background-color: rgba(255, 255, 255, 0.3);
}
.note-editable:not(.no-class-highlighting) div[class] {
    border-left: 1px solid #AAA;
    border-right: 1px solid #AAA;
    border-radius: 5px;
    padding: 3px;
}
.note-editable:not(.no-class-highlighting) div[class]:before {
    border: 1px solid #AAA;
    border-radius: 3px;
    padding: 2px;
    margin-bottom: 2px;
    font-size: 70%;
    text-align: right;
    background-color: #EEE;
    content: 'Classes: ' attr(class);
}
ul.tagit-autocomplete {
    list-style: none;
    width: 50%;
    padding: 0;
}
