/* here you can put your own css to customize and override the theme */
.menu-divider {
    height: 5px;
    width: 100%;
    border-bottom: solid 1px #cccccc;
}

.gray {
    color: gray;
}

.highlight {
    background-color: yellow;
}

.row-seperator-head {
    background: #efefef;
    color: #666;
    font-family: 'Open Sans', sans-serif;

    font-size: 130%;
}

.emol-white {
    color: white !important;
}

.emol-pointer {
    cursor: pointer;
}

.emol-yellow {
    color: #ffb848 !important;
}

.emol-blacklist {
    color: #000 !important;
}

.emol-functiontitles {
    color: #ff0000 !important;
}

.emol-levels {
    color: #3860ff !important;
}

.emol-educations {
    color: #ff549f !important;
}

.emol-experiences {
    color: #1ca162 !important;
}

.emol-contracts {
    color: #a1a044 !important;
}

.emol-red {
    color: #ff0000 !important;
}

.emol-gray {
    color: rgba(160, 160, 160, 0.48) !important;
}

.emol-green {
    color: #006600 !important;
}

.popover {
    position: absolute;
    min-width: 600px;
    min-height: 100px;
}

.emol-gray {
    color: #cccccc;
}

input.error {
    border-color: red;
}

em.hlt1 {
    color: green;
}

.alert-company {
    padding: 5px;
    margin: 2px;
    float: left;
    background: #000b80;
    border: solid 1px #004c80;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 90%;
}

.alert-industry {
    padding: 5px;
    margin: 2px;
    float: left;
    background: #444444;
    border: solid 1px #222222;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 90%;
}

.small thead tr th {
    font-size: 90%;
}

.alert-functiontitle {
    padding: 5px;
    margin: 2px;
    float: left;
    background: #ff4f0b;
    border: solid 1px #ff981a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 90%;
}

.alert-company-category,
.alert-company-industry {
    padding: 2px;
    margin-right: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    float: left;
    background: #777777;
    border: solid 1px #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 90%;
}

.alert-education {
    padding: 5px;
    margin: 2px;
    float: left;
    background: #f789dc;
    border: solid 1px #dc00a6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 90%;
}

.alert-level {
    padding: 5px;
    margin: 2px;
    float: left;
    background: #6d9eeb;
    border: solid 1px #005ae8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 90%;
}

.alert-experience {
    padding: 5px;
    margin: 2px;
    float: left;
    background: #7dbca7;
    border: solid 1px #09a972;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 90%;
}

.alert-salary {
    padding: 5px;
    margin: 2px;
    float: left;
    background: #8e7cc3;
    border: solid 1px #3400cf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 90%;
}

.alert-contract {
    padding: 5px;
    margin: 2px;
    float: left;
    background: #c67605;
    border: solid 1px #c6400b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 90%;
}

.job-ocr-result-text {
    font-family: courier, monospace;
    font-size: 12px;
    line-height: 1.6em;
    background: #fafafa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    border: solid 1px #ccc;

}

.ocr-alert a {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

.alert-ocr-small {
    float: none !important;
    padding: 0 !important;
    width: auto !important;
    margin: 0 !important;
    display: inline !important;
}

#ex1Slider .slider-selection {
    background: #BABABA;
}

.panel-footer {
    display: block;
    min-height: 55px;
}

/* .modal-fullscreen */

.modal-fullscreen {
    background: transparent;
}

.modal-fullscreen .modal-content {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-backdrop.modal-backdrop-fullscreen {
    background: #ffffff;
}

.modal-backdrop.modal-backdrop-fullscreen.in {
    opacity: .97;
    filter: alpha(opacity=97);
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media (min-width: 768px) {
    .modal-fullscreen .modal-dialog {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .modal-fullscreen .modal-dialog {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .modal-fullscreen .modal-dialog {
        width: 1170px;
    }
}

.label-tr {
    font-size: 10px;
    display: inline-block; /* <---- */
}

#tableWrapperScroll tbody > tr {
    display: block;
    float: left;
    width: 1200px; /*desired width*/
}

div.dText {
    height: 50px !important;
    line-height: 40px !important;
    padding: 0;
    overflow: hidden;
}

td.selText {
    height: 40px;
    max-width: 150px;
}

tr.even {
    background-color: #e7e7e7 !important;
    border-bottom: solid 1px #cccccc;
}

tr.odd {
    border-bottom: solid 1px #cccccc;
}

.panel-headingc a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}

.panel-headingc a.collapsed:after {
    content: "\e080";
}

li.divider {
    border-bottom: solid 1px #444;
}

.rtd span.label {
    margin: 3px !important;
    display: inline-block;
}

.ui-sortable-placeholder {
    border: 3px dashed #aaa;
    min-height: 45px;
    width: 100%;
    background: #ccc;
    margin-bottom: 20px;
}

.nested-sortable {
    margin-left: -40px;
}

.nested-sortable li ol,
.nested-sortable ol,
.nested-sortable {
    list-style: none;
}

.droppable-placeholder {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    border: 2px dashed #cacaca;
    min-height: 65px;
    height: auto;
    width: 100%;
    background: #f1f1f1
}

.nested-sortable li ol li div.ui-sortable-handle {
    background-color: #fff !important;
}

.label-functiontitle {
    background-color: red !important;
    color: white !important;
}

.label-category {
    background-color: #ff6859 !important;
    color: white !important;
}

.label-education {
    background-color: #ff71a5 !important;
    color: white !important;
}

.label-industry {
    background-color: #222 !important;
    color: white !important;
}

.label-experience {
    background-color: teal !important;
    color: white !important;
}

.label-level {
    background-color: cornflowerblue !important;
    color: white !important;
}

.label-company {
    background-color: forestgreen !important;
    color: white !important;
}

.text-big {
    font-size: 120%;
}

.bg-primary {
    background: #c3c3c3;
    font-size: 125%;
    border-bottom: solid 1px #707070 !important;

}

.bg-greyer {
    background: #e4e4e4;
    font-size: 115%;
    border-bottom: solid 1px #707070 !important;

}

.same-lib-item {
    background-color: #0b94ea;
}

.same-lib-item td a,
.same-lib-item td {
    color: #ffffff !important;
    font-weight: 600;
}