/*------ START Simon Fonts --------------------*/
@font-face {
    font-family: 'Simon';
    src: url('fonts/simon-circular-pro-book-c.woff');
    font-weight: 400;
    /*src:url('fonts/VMCircularShout-Bold.eot?#iefix') format('embedded-opentype'),*/
    /*url('fonts/VMCircularShout-Bold.woff') format('woff'),*/
    /*url('fonts/VMCircularShout-Bold.ttf')  format('truetype'),*/
    /*url('fonts/VMCircularShout-Bold.svg#svgVMCircularShout-Bold') format('svg'),*/
    /*url('fonts/VMCircularShout-Bold.otf');*/
}
@font-face {
    font-family: 'Simon';
    src: url('fonts/simon-circular-pro-bold-c.woff');
    font-weight: 700;
    /*src:url('fonts/VMCircularNatter-Medium.eot?#iefix') format('embedded-opentype'),*/
    /*url('fonts/VMCircularNatter-Medium.woff') format('woff'),*/
    /*url('fonts/VMCircularNatter-Medium.ttf')  format('truetype'),*/
    /*url('fonts/VMCircularNatter-Medium.svg#svgVMCircularNatter-Medium') format('svg'),*/
    /*url('fonts/VMCircularNatter-Medium.otf');*/
}

@font-face {
    font-family: 'Simon';
    src: url('fonts/simon-circular-pro-black-c.woff');
    font-weight: 800;
    /*src:url('fonts/VMCircularChat-Book.eot?#iefix') format('embedded-opentype'),*/
    /*url('fonts/VMCircularChat-Book.woff') format('woff'),*/
    /*url('fonts/VMCircularChat-Book.ttf')  format('truetype'),*/
    /*url('fonts/VMCircularChat-Book.svg#svgVMCircularChat-Book') format('svg'),*/
    /*url('fonts/VMCircularChat-Book.otf');*/
}
/*------ END Simon Fonts --------------------*/
body {
    font-family: 'Simon', Fallback, sans-serif;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}
.modal-open {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

.navbar-rightbtns {
    margin-top: 0;
}
.infoListModal {
    float: left;
    margin-left: 33%;
    font-weight: bold;
    width: 85px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clearfix {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 765px) {
    /*.no-scrollbars::-webkit-scrollbar {  width: 0 !important }
    .no-scrollbars {
        overflow-x: hidden;
        overflow-y: scroll;
        height:770px;
        -ms-overflow-style: none;
        /*overflow: -moz-scrollbars-none;*/
    /*}*/
    .no-scrollbars {
        height:770px;
        position: relative;
        /*overflow:hidden;*/
    }

    .infoListModal {
        margin-left: 33%;
    }
    .navbar-rightbtns {
        margin-top: 12px;
        float: right!important;
    }
}

@media (min-width: 1200px) {

}

/*------ Bootstrap black button --------*/
.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #333333;
    border-radius: 0;
}
.btn-black:focus,
.btn-black.focus {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
    outline: none;
    outline-offset: 0;
}
.btn-black:hover {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}
.btn-black:active:hover,
.btn-black.active:hover,
.open > .dropdown-toggle.btn-black:hover,
.btn-black:active:focus,
.btn-black.active:focus,
.open > .dropdown-toggle.btn-black:focus,
.btn-black:active.focus,
.btn-black.active.focus,
.open > .dropdown-toggle.btn-black.focus {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
    background-image: none;
}
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled.focus,
.btn-black[disabled].focus,
fieldset[disabled] .btn-black.focus {
    background-color: #000;
    border-color: #333333;
}
.btn-black .badge {
    color: #000;
    background-color: #fff;
}
/*------ Bootstrap black progress bar --------*/
.progress-bar-black {
    background-color: #000;
}
.progress-striped .progress-bar-black {
    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);
}

/*------ Bootstrap black text helper class --------*/
.text-black {
    color: #000;

}
a.text-black:hover,
a.text-black:focus {
    color: #333333;
}

/* Links change to black*/
a {
    color: #000;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #808080;
    text-decoration: none;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/*------ Bootstrap black pagination --------*/
.pagination-black {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination-black > li {
    display: inline;
}
.pagination-black > li > a,
.pagination-black > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination-black > li:first-child > a,
.pagination-black > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination-black > li:last-child > a,
.pagination-black > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination-black > li > a:hover,
.pagination-black > li > span:hover,
.pagination-black > li > a:focus,
.pagination-black > li > span:focus {
    z-index: 2;
    color: #000;
    background-color: #eee;
    border-color: #ddd;
}
.pagination-black > .active > a,
.pagination-black > .active > span,
.pagination-black > .active > a:hover,
.pagination-black > .active > span:hover,
.pagination-black > .active > a:focus,
.pagination-black > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #000;
    border-color: #333333;
}
.pagination-black > .disabled > span,
.pagination-black > .disabled > span:hover,
.pagination-black > .disabled > span:focus,
.pagination-black > .disabled > a,
.pagination-black > .disabled > a:hover,
.pagination-black > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

/*------ Bootstrap black active on list --------*/
.dropdown-menu > .active-black > a,
.dropdown-menu > .active-black > a:hover,
.dropdown-menu > .active-black > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #000;
    outline: 0;
}



.mydropzone .dz-preview .dz-file-preview .dz-image{
    background: none;
    border-radius: 0;
}
.mydropzone .dz-preview .dz-image {
    background: none;
    border-radius: 0;
}
.mydropzone .dz-preview .dz-input {
    width: 120px;
    margin: 5px 0;
}
.mydropzone .dz-preview .dz-buttons {
    width: 120px;
}
.loading-overlay {
    position: absolute;
    z-index: 9999;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

/* Add controls for accordions */
.panel .accordion-toggle a:after{
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #333;         /* adjust as needed */
}
.panel .accordion-toggle.collapsed a:after{
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

/* Toogle button black variation*/
.checkbox-slider-black.checkbox-slider--default input:checked + span:after,
.checkbox-slider-black.checkbox-slider--a input:checked + span:after,
.checkbox-slider-black.checkbox-slider--c input:checked + span:after,
.checkbox-slider-black.checkbox-slider--c-weight input:checked + span:after {
    background: #000;
    background-clip: content-box;
}
.checkbox-slider-black.checkbox-slider--c input:checked + span:after,
.checkbox-slider-black.checkbox-slider--c-weight input:checked + span:after {
    border-color: #000;
}
.checkbox-slider-black.checkbox-slider--b input:checked + span:before,
.checkbox-slider-black.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-black.checkbox-slider--c input:checked + span:before,
.checkbox-slider-black.checkbox-slider--c-weight input:checked + span:before {
    background: #000;
}


.fa-stack-1x,
.fa-stack-2x,
.fa-stack-3x{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    line-height: inherit;
}
.fa-stack-3x {
    font-size: 2em;
}
/*------------------ Screen status classes ----------------------------*/
/* Screen is synced within the last hour with the latest playlist */
.status-green {
    width: 32px;
    height: 32px;
    background: center no-repeat url("../img/screen-status-green.png");
}
/* Screen is synced within the last hour but not with the latest playlist */
.status-blue {
    width: 32px;
    height: 32px;
    background: center no-repeat url("../img/screen-status-blue.png");
}
/* Screen is never synced  */
.status-grey {
    width: 32px;
    height: 32px;
    background: center no-repeat url("../img/screen-status-grey.png");
}
/* Screen has not synced 1 hour - 24 hours with the latest playlist */
.status-orange {
    width: 32px;
    height: 32px;
    background: center no-repeat url("../img/screen-status-orange.png");
}
/* Screen has not synced within the last day */
.status-red1 {
    width: 32px;
    height: 32px;
    background: center no-repeat url("../img/screen-status-red1.png");
}
/* Screen is not synced within 1 hour - 24hours and the playlist has changed*/
.status-red2 {
    width: 32px;
    height: 32px;
    background: center no-repeat url("../img/screen-status-red2.png");
}
/*---------------------------------------------------------------------*/

.drop-over{
    opacity: 0.4;
}

.disabled-img {
    opacity: 0.4;
}
/*Fix tooltip overlapped from other elements*/
.tooltip {
    position: fixed;
    word-wrap: break-word;
}

/*sub-menu on bootstrap dropdown*/
.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;
    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: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.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;
}

.media-type-icon {
    position: absolute;
    right: 5px;
    color: #F2F2F2;
    background: #333333;
    padding: 3px;
    bottom: 5px;
    border-radius: 3px;
}

.media-type-icon.fa-video-camera {
    /*background-color: #482C3D;*/
    background-color: #F6AA1C;
}

.media-type-icon.fa-link {
    background-color: #009587;
}

.media-type-icon.fa-picture-o {
    background-color: #3174b4;
}

.media-type-icon.fa-puzzle-piece {
    background-color: #b01313;
}

.playlist-item {
    position: relative;
}

.mediaslot-body {
    position: relative;
}

.mediaslot-details {
    padding-left: 100px;
}

.mediaslot-thumbs-container {
    position: relative;
    display: block;
}


.mediaslot-thumbs-container img {
    z-index: 3;
    position: relative;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}

.mediaslot-thumbs-container img:nth-of-type(n + 2) {
    position: absolute;
}

.mediaslot-thumbs-container img:nth-of-type(2) {
    top: 0;
    left: 10px;
    z-index: 2;
}

.mediaslot-thumbs-container img:nth-of-type(3) {
    top: 0;
    left: 20px;
    z-index: 1;
}

.red--text {
    color: #dc3545;
}

.red {
    background-color: #dc3545 !important;
}

.yellow {
    background-color: #ffc107 !important;
}

.green {
    background-color: #28a745 !important;
}

.nav-link.nav-zoomIn {
    visibility: hidden !important;
}

.nav-link.nav-zoomOut {
    visibility: hidden !important;
}

.date-picker-label {
    display: flex;
    align-items: center;
    margin-right: 8px;
}

.date-picker-label label {
    margin-bottom: 0;
}

.bg-error {
    background-color: #a94442 !important;
}

.bg-warning {
    background-color: #fff3cd !important;
}

#myDropzone .dz-error-message {
    display: none !important;
}

.slim-select .ss-single-selected.ss-disabled .placeholder .ss-disabled {
    color: #898989;
}

.nav-filters {
    padding: 6px;
}

.nav-filters > span {
    position: relative;
    display: inline-block;
    text-align: center;
}

.nav-filters > span {
    width: 120px;
}

.navbar-rightbtns > span.search {
    width: 260px;
    display: inline-block;

}

.nav-filters > span > button {
    width: 110px;
}

.font-weight-bold {
    font-weight: bold !important;
}

.integration-card {
    margin-top: 12px;
    max-width: 300px;
    word-break: break-word;
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.integration-card .integration-title,
.integration-card .integration-text {
    margin: 0 0 12px 0;
}
