.navbar-fixed-top > .container {
    width: 100%
}

#imcMainLayoutContainer {
    width: 100%
}

#imcApiLayoutContainer {
    width: 100%
}

#imcLoginLayoutContainer {
    position: relative;
    top: 100px;
    width: 100%;
}

.contaier {
    width: 100%
}

.panel-info > .panel-heading {
    color: clear;
}

/*------------------------------------------------------------------------------*/

div.imc-preloader-container {
    height: 100%;
    background-color: transparent;
}

img.imc-preloader {
    display: block;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/*------------------------------------------------------------------------------*/

/* styles for elements in clips drag&drop helper */
div.imc-drag-container {
    overflow: hidden;
    margin: -1px;
    padding: 0px;
    position: relative;
    z-index: 1000;
    background: rgb(252, 248, 227);
    border: solid 1px #DDD;
    border-radius: 4px;
}

div.imc-drag-header {
    padding: 2px;
    background: #BBBBBB;
    border-style: none;
    border-bottom: solid 1px #DDD;
}

#elClipsDragIcon {
    width: 18px;
    margin: 4px;
    font-size: 18px;
    vertical-align: center;
    text-align: center;
}

#elClipsDragIcon.glyphicon-ok-circle {
    color: green
}

#elClipsDragIcon.glyphicon-ban-circle {
    color: red
}

#elClipsDragTitle {
    padding: 2px 4px;
    height: 22px;
    font-size: 14px;
}

#elClipsDragAction {
    margin: 0;
    padding: 0px 2px;
    font-size: 12px;
    font-style: italic;
    height: 14px;
}

div.imc-drag-item {
    margin: 4px;
}

/* clips DnD: styles for showing place to insert clist while reordering */
.drop-target-before {
    border-top: thick solid #ff0000;
}

.drop-target-after {
    border-bottom: thick solid #ff0000;
}

/*------------------------------------------------------------------------------*/

.imc-section {
    border-style: none;
    border-color: #0;
    /* border-color:#DDD;*/
    padding-left: 0px;
    margin: 0px 0px 0px 0px;
}

.imc-panel-heading {
    margin-top: 4px;
    border: solid;
    border-width: 1px;
    border-radius: 4px 4px 0px 0px;
    background-color: #666;
    color: #CCC;
    font-weight: bold;
    text-align: center;
}

/* folders tree header - show/hide toggler */
#foldersTreeHeader {
    cursor: pointer;
}

/* folder content area header */
#folderContentHeader {
}

#folderTreeShowControl {
    position: absolute;
    float: left;
    margin-left: 12px;
    cursor: pointer;
}

#folderTreeShowControl:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f150';
    margin-right: 4px;
}

/*------------------------------------------------------------------------------*/

div.imc-project-section {
    border: none;
    margin: 12px 0px;
    padding: 0px;
}

div.imc-section-caption {
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-radius: 4px 4px 0px 0px;
    border-color: #DDD;
    text-align: center;
    font-weight: bold;
    color: #CCC;
    background: #666;
}

/* */
table.project-section {
    border: solid 1px;
    border-color: #DDD;
}

.project-section-item-label {
    border-style: solid;
    border-color: #DDD;
    border-width: 1px 0px 0px 1px;
    padding: 2px 4px 2px 2px;
    text-align: left;
    vertical-align: center;
}

.project-section-item-data {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    padding: 2px 2px 2px 4px;
    border-color: #DDD;
    text-align: left;
    vertical-align: center;
}

.project-description-container {
    height: 120px;
    vertical-align: top;
}

.imc-table-container {
    padding: 4px 8px;
    border: solid 1px #DDD;
}

.project-flag-container {
    margin: 2px auto;
    font-size: 12pt;
    font-weight: bold;
}

#imcProjectPAMStatuses {
    font-size: 12pt;
    font-weight: bold;
}

#imcProjectPAMStatuses .project-section-item-label {
    border: none;
}

#imcProjectPAMStatuses .project-section-item-data {
    border: none;
    padding-left: 8px;
    padding-top: 4px;
    cursor: not-allowed;
}

.imc-pam-active {
    color: lime;
}

.imc-pam-inactive {
    color: #DDD;
}

.imc-pam-manual {
    cursor: pointer;
}

.imc-pam-manual:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f25a";
    font-size: 8px;
    color: lime;
}

#imcProjectInfoHistory .imc-section-caption:after {
    margin-left: 10px;
    font-weight: normal;
    font-family: 'Font Awesome 5 Free';
    content: "\f150";
}

#imcProjectInfoHistory .imc-section-caption.imc-expanded-section:after {
    margin-left: 10px;
    font-weight: normal;
    font-family: 'Font Awesome 5 Free';
    content: "\f151";
}

.imc-togglable:after {
    margin-left: 10px;
    font-weight: normal;
    font-family: 'Font Awesome 5 Free';
    content: "\f150";
}

.imc-togglable.imc-expanded-section:after {
    margin-left: 10px;
    font-weight: normal;
    font-family: 'Font Awesome 5 Free';
    content: "\f151";
}

/* ---------- add sorting icons to gridview sort links ------------ */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

/*------------ dynagrid elements css ------------------*/

ul.pagination {
    margin: 0;
    padding: 0;
}

div.summary {
    float: right;
    margin-right: 10px;
    padding-top: 10px;
}

div.imc-dynagrid-tune {

}


/* clips table footer */
.kv-panel-after {
    padding: 2px 8px;
}


/*-----------------------------------------------------*/

/* search panel elements */

td.imc-search-filter-cell {
    padding: 2px 4px;
    vertical-align: top;
    text-align: center;
}

/* class for stand-alone panel*/
div.imc-sole-panel {
    width: 100%;
    border: solid 1px #DDD;
    border-radius: 4px;
    padding: 0px 4px;
    margin: 6px 0px;
}

.imc-sticky-panel {
    position: sticky;
    top: 51px;
    background-color: #2f2e2e;
    z-index: 10;
}

.imc-sticky-panel-api {
    top: 0;
}

div.imc-sole-panel:after {
    height: 0px;
    content: '';
    display: block;
    clear: both;
}

.btn {
    border-radius: 0;
}

.btn-right {
    border-radius: 0px 4px 4px 0px;
}

.btn-left {
    border-radius: 4px 0px 0px 4px;
}

.btn-round {
    border-radius: 4px;
}

.btn-group > .btn-alone {
    margin-right: 10px;
    border-radius: 4px !important;
}

/* Override bootstrap buttons - TIGER schema */

body {

    background-color: #2f2e2e;
    /*#808080*/
    color: #EEE;
}

.imc-panel-heading,
div.imc-section-caption {
    background-color: #575757;
}

.imc-section,
.kv-panel-before,
.kv-panel-after,
.kv-grid-container,
.panel-footer,
.kv-panel-pager,
table.project-section tr {
    background-color: #2f2e2e;
    /*#808080*/
}

/* Temporarily fixed colors for tables, not for production! */
table.kv-grid-table tr:nth-child(even) {
    background-color: #282828 !important
    /*#707070*/
}

table.kv-grid-table tr:nth-child(odd) {
    background-color: #393939 !important
    /*#909090*/
}

.context-menu-item {
    color: #000
}

.btn-success {
    color: #fff;
    background-color: #696969;
    border-color: #696969;
}

.btn-success:focus,
.btn-success.focus {
    background-color: #494949;
    border-color: #696969;
}

.btn-success:hover {
    background-color: #494949;
    border-color: #696969;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-color: #494949;
    border-color: #696969;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    background-color: #494949;
    border-color: #696969;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #494949;
    border-color: #696969;
}

.btn-info {
    background-color: #808080;
    border-color: #808080;
}

.btn-info:focus,
.btn-info.focus {
    background-color: #606060;
    border-color: #808080;
}

.btn-info:hover {
    background-color: #606060;
    border-color: #808080;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-color: #606060;
    border-color: #808080;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    background-color: #606060;
    border-color: #808080;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #606060;
    border-color: #808080;
}

.btn-primary {
    background-color: #A9A9A9;
    border-color: #A9A9A9;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #898989;
    border-color: #A9A9A9;
}

.btn-primary:hover {
    color: #fff;
    background-color: #898989;
    border-color: #A9A9A9;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #898989;
    border-color: #A9A9A9;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #898989;
    border-color: #A9A9A9;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #898989;
    border-color: #A9A9A9;
}

.btn-warning {
    color: #fff;
    background-color: #555555;
    border-color: #555555;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #353535;
    border-color: #555555;
}

.btn-warning:hover {
    color: #fff;
    background-color: #353535;
    border-color: #555555;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #353535;
    border-color: #555555;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #353535;
    border-color: #555555;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #cd5757;
}

.navbar-brand {
    color: #984a4a;
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-inverse .navbar-brand {
    color: white;
}

.navbar-inverse .navbar-nav > li > a {
    color: #8d8ecc;
}

/* Text color in clip table */
table.kv-grid-table tr {
    color: #888888;
}

table.kv-grid-table a {
    color: #a166d0;
}

/* Background color for player expanded row */
div.kv-expanded-row {
    background-color: #222222;
}

tr.kv-expand-detail-row > td {
    background-color: #222222 !important;
}


/* ADMIN USER */

/* Colors for panels */
div.panel-body {
    background-color: #2f2e2e;
    color: #EEE;
}

/* Background color for striped table */
.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #282828;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #393939;
}

/* Input controls */
.form-control {
    color: #EEE;
    background-color: #595959;
}

.form-control.imc-required {
    border-color: #E00;
}

/* Panel headings */
.panel-default > .panel-heading {
    color: #EEE;
    background-color: #595959;
    border-color: #ddd;
}

legend {
    color: #EEE;
}

/* Footer at the bottom */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-left: 350px;
}

a.navbar-brand {
    position: relative;
}

#mam_version {
    position: absolute;
    top: 30px;
    left: 60px;
    font-size: x-small;
    color: #777;
}

#mam_brand_label {
    margin-left: 40px;
}

#mam_logo {
    position: absolute;
    left: 20px;
    width: 25px;
}

#prj_metadata_form .form-control, .form-control[readonly], .form-control[disabled] {
    background-color: #595959;
}

.imc_column_limitheight {
    max-height: 100px;
    overflow: hidden;
}

.popover-textarea {
    resize: vertical;
}

.popover-body {
    background-color: #2f2e2e;
    color: #EEE;
}

.popover-footer {
    background-color: #2f2e2e !important;
    color: #EEE !important;
}

.popover-header {
    background-color: #575757 !important;
    color: #FFF !important;
}

.datetimepicker.dropdown-menu {
    background-color: #595959;
}

.datetimepicker table tr td span:hover {
    background: #2f2e2e !important;
}

.datetimepicker table tr td.minute:hover {
    background: #2f2e2e !important;
}

.datetimepicker table tr td.hour:hover {
    background: #2f2e2e !important;
}

.datetimepicker table tr td.day:hover {
    background: #2f2e2e !important;
}

.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot th:hover {
    background: #2f2e2e !important;
}

.datepicker {
    color: black;
}

.kv-loader-overlay {
    z-index: 10;
    background: #777777 !important;
    height: calc(100% - 20px) !important;
}

div.kv-loader {
    /*background: #777777 url('../img/loading.gif') center center no-repeat !important;*/
    background-color: #777777 !important;
}

.tab-content-fixed {
    position: fixed;
    width: calc(100% - 30px);
    top: 111px;
}

.modal-backdrop {
    /* bug fix - no overlay */
    display: none;
}

#clip_grid_dynagrid-grid-modal {
    top: 120px;
    /*height: calc(100% - 160px);*/
    overflow-y: hidden;
}

#clip_grid_dynagrid-grid-modal .modal-body {
    overflow-y: scroll;
}

#clip_grid_dynagrid-sort-modal {
    top: 120px;
}

#search_grid_dynagrid-grid-modal {
    top: 120px;
    /*height: calc(100% - 160px);*/
    overflow-y: hidden;
}

#search_grid_dynagrid-grid-modal .modal-body {
    overflow-y: scroll;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

img.icon-clip-gp {
    width: 160px
}

img.clip-attached {
    border: 3px solid #00a0dd;
}

div.clip-attached {
    border: 3px solid #00a0dd;
}

/*
td.clip-attached {
    color: blue;
}
 */

.clip-status.clip-conf {
    color: #55dd00;
}

.view {
    padding: 3px;
}

#gp-fast-search {
    width: 80%;
    float: left;
    display: inline-block;
}

#clip_grid_gridview > .panel-info {
    margin-bottom: 0;
}

.arch-status-new {
    color: #00a0dd;
}

.arch-status-approve {
    color: #00C000;
}

.arch-status-reject {
    color: #DD1144;
}

.arch-status-delete {
    color: #ddd429;
}

.ui-front {
    z-index: 2000 !important;
}

.icons-page-container {
    display: flex;
    gap: 20px;
}

.icons-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px;
    overflow: auto;
    align-content: flex-start;
}

.buttons-container {
    margin-top: -5px;
}

.select-all {
    margin-left: 4vw;
    width: 80px;
    height: 34px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.clear-all {
    width: 80px;
    height: 34px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-left: 5px;
}

.icon-item {
    position: relative;
    width: 160px;
    background: #353535;
    height: auto;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border: 1px solid #A9A9A9;
}

img {
    width: 140px;
}

.icon-item_name {
    color: #888888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 140px;

}

.icon-item.selected {
    background-color: rgb(51, 122, 183, 0.6);
}

.icon-item .checkmark {
    display: none;
}

.icon-item.selected .checkmark {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0;
    background: rgb(51, 122, 183);
    width: 23px;
    height: 21px;
    text-align: center;
}

#icon-tooltip, #icon-tooltip-search {
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    z-index: 1000;
    white-space: nowrap;
}

.lasso {
    position: absolute;
    background-color: rgba(0, 162, 255, 0.4);
    pointer-events: none;
    z-index: 9999;
}

.folder-view-recent {
    background-color: #00a0dd;
}

.folder-view-content {
    background-color: #00DDA0;
}


span.mos_air_ready {
    color: green;
}

span.mos_air_ready > span.fancytree-title {
    color: green !important;
}

span.mos_air_not_ready {
    color: #ddd429;
}

span.mos_air_not_ready > span.fancytree-title {
    color: #ddd429 !important;
}

span.mos_rundown > span.fancytree-title {
    color: #00a0dd !important;
}

span.mos_rundown {
    color: #00a0dd;
}

.toggle-meta-header .icon {
    margin-right: 0.5em;
    font-size: 1.2em;
    transition: transform 0.2s;
}
.toggle-meta-header .toggle-meta-label {
    font-size: 1.2em;
}


/*
Hebrew RTL
.imc-project-section h4, select.form-control, input.form-control, td.kv-align-middle, textarea.imc-input-control, input.imc-input-control {
    unicode-bidi: embed;
    direction: rtl;
}
 */