html,
body {
    height: 100%;
    font-size: 14px;
}

.btn-primary {
    background-image: linear-gradient(to top, #f08e02, #f39e2a);
}

.navbar-inverse {
    border-top: 1px solid #4d4d4d;
    line-height: 70px;

    background: rgb(50,50,50); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(50,50,50,1) 0%, rgba(43,43,43,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(50,50,50,1)), color-stop(100%,rgba(43,43,43,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(50,50,50,1) 0%,rgba(43,43,43,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(50,50,50,1) 0%,rgba(43,43,43,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(50,50,50,1) 0%,rgba(43,43,43,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(50,50,50,1) 0%,rgba(43,43,43,1) 100%); /* W3C */
}

.navbar-inverse .navbar-brand {
    height: 70px;
    color: #fff;
    font-size: 160%;
}

.navbar-brand > img {
    display: inline;
    max-width: 100%;
    max-height: 100%;
}

ul.navbar-nav {
    height: 70px;
    line-height: 70px;
}

.navbar-nav li {
    height: 100%;
    line-height: 70px;
}

.navbar-nav li a {
    padding-top: 25px;
    padding-bottom: 21px;
}

.navbar-nav li.active a {
    padding-top: 20px;
    padding-bottom: 26px;
    border-bottom: 5px solid #f08f02;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -80px;
    padding: 0 0 80px;
}

.wrap > .listscope-container {
    padding: 90px 15px 0px;
    position: fixed;
    z-index: 1001;
    width: 100%;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
}

.fixed-bottom {
    position: fixed;
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 70px;
    bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(255, 255, 255, .5);
    width: 100%;
}

.fixed-bottom .alert {
    margin-bottom: 0;
    border-radius: 0;
    border-left-width: 0;
    border-right-width: 0;
    text-align: center;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.no-padding{
    padding: 0 !important;
}

.missing-button-margin {
    margin-right: 40px;
}

.only-padding-left {
    padding-right: 0 !important;
}

/* 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";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.site-login .panel, .site-request-password-reset .panel, .site-reset-password .panel {
    max-width: 600px;
    width: 50%;
    margin: auto;
    margin-top: 150px;
    padding: 31px 45px 32px;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #282728;
    background-color: #333;
}

.site-login .panel h1, .site-request-password-reset .panel h1, .site-reset-password .panel h1 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #f08e02;
}

.site-login .panel .logo, .site-request-password-reset .panel .logo, .site-reset-password .panel .logo {
    max-height: 100%;
    max-width: 100%;
    padding: 0 80px;
}

.site-login .panel .forgot-password, .site-request-password-reset .panel .forgot-password, .site-reset-password .panel .forgot-password {
    color: #f08d02;
    line-height: 3;
}

.site-login .panel .panel-body, .site-request-password-reset .panel .panel-body, .site-reset-password .panel .panel-body {
    padding: 0;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.listscope-container {
    background-color: #f4f4f4;
    border-bottom: 1px solid #bbb;
}

.listscope-container .date-navigate {
    margin-top: .2em;
    font-size: 9.3pt;
}

#cuesheet-container, .container.normal-container {
    padding: 100px 50px 0 50px;
    width: auto;
}

.users-add, .usergroups-add, .broadcasters-sync {
    margin-bottom: 15px;
}

.user-add-container {
    margin: 15px;
}

.program-list {
    padding-top: 200px;
}

.content-page {
    padding-top: 100px;
}

/* Tables */

.program-list table {
    table-layout: fixed;
}

.table thead tr {
    background-color: #eee;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d�0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -moz-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -o-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: linear-gradient(to bottom,#f2f2f2 0,#fafafa 100%);
    font-size: 10pt;
}

/* Overzicht programma's */

#program-list-view .table thead tr th.col-date {
    width: 60px;
}

#program-list-view .table thead tr th.col-last-modified {
    width: 120px;
}

#program-list-view .table thead tr th.col-broadcast-time {
    width: 100px;
}

#program-list-view .table thead tr th.col-repeat {
    width: 30px;
}
#program-list-view .table thead tr th.col-name {
    width: 45%;
}

#program-list-view .table thead tr th.col-data {
    width: 200px;
}

#program-list-view .table thead tr th.col-episiode-data {
    width: 200px;
}

#program-list-view .table thead tr th.col-language {
    width: 50px;
}

#program-list-view .table thead tr th.col-completed {
    width: 30px;
}

#program-list-view .table thead tr th.col-check, #program-list-view .table thead tr th.col-bulk-set {
    width: 30px;
}

.bulk-set-actions {
    margin-top: 4px;
}

.bulk-set-actions select {
    width: 200px;
    display: inline;
}

.bulk-set-actions button[type=submit] {
    width: 100px;
    display: inline;
}

.bulk-set-actions-arrow {
    font-size: 20pt;
    display: block;
    float: left;
    margin: 0 10px;
    line-height: 30px;
}

/* Overzicht programma cuesheet */

#cuesheet-list-view .table thead tr th:nth-child(1) {
    width: 55px;
}
#cuesheet-list-view .table thead tr th:nth-child(2) {
    width: 55px;
}

#cuesheet-list-view .table thead tr th:nth-child(3) {
    width: 33%;
}

#cuesheet-list-view .table thead tr th:nth-child(4) {
    width: 33%;
}

#cuesheet-list-view .table thead tr th:nth-child(5) {
    width: 33%;
}


.admin-container h1 {
    font-size: 20pt;
    margin: 0 0 .5em 0;
}

.table tbody tr {
    font-size: 12px;
    height: 1.5em;
}

.table tbody tr td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.table > thead > tr > th {
    border-bottom: 2px solid #FF6D00;
}

.table-striped > tbody > tr:hover > td {
    background-color: #eee;
}

#program-list-view .table-striped > tbody > tr:nth-child(odd).films-series,
#program-list-view-week .table-striped > tbody > tr:nth-child(odd).films-series,
#program-list-view .table-striped > tbody > tr:nth-child(even).films-series,
#program-list-view-week .table-striped > tbody > tr:nth-child(even).films-series {
    background-color: #d9edf7;
}

body.is--sabam #program-list-view .table-striped > tbody > tr:nth-child(odd),
body.is--sabam #program-list-view-week .table-striped > tbody > tr:nth-child(odd),
body.is--sabam #program-list-view .table-striped > tbody > tr:nth-child(even),
body.is--sabam #program-list-view-week .table-striped > tbody > tr:nth-child(even) {
    background-color: #fff;
}


#program-list-view .table-striped > tbody > tr:nth-child(odd).marked > td,
 #program-list-view-week .table-striped > tbody > tr:nth-child(odd).marked > td{
     background-color: #F0AB00;
 }

#program-list-view .table-striped > tbody > tr:nth-child(even).marked > td,
#program-list-view-week .table-striped > tbody > tr:nth-child(even).marked > td{
    background-color: #CA9000;
}

#program-list-view .table-striped > tbody > tr:nth-child(odd).cuesheet-in-progress > td,
#program-list-view-week .table-striped > tbody > tr:nth-child(odd).cuesheet-in-progress > td{
    background-color: yellow;
}

#program-list-view tr.is--refreshing {
    opacity: 0.4 !important;
    filter: grayscale(100%);
}

#program-list-view tr.is--refreshing .cuesheetStatus {
    display: none;
}

#program-list-view .table-striped > tbody > tr:nth-child(even).cuesheet-in-progress > td,
#program-list-view-week .table-striped > tbody > tr:nth-child(even).cuesheet-in-progress > td{
    background-color: yellow;
}

#program-list-view .table-striped > tbody > tr:nth-child(odd).has-automatic-template > td,
#program-list-view-week .table-striped > tbody > tr:nth-child(odd).has-automatic-template > td,
#program-list-view .table-striped > tbody > tr:nth-child(even).has-automatic-template > td,
#program-list-view-week .table-striped > tbody > tr:nth-child(even).has-automatic-template > td {
    color: #004085;
    background-color: #cce5ff;
}

tr[data-allow-cuesheet-overrule="1"] td.allow-cuesheet-column.overrule {
    cursor: pointer;
}
td.allow-cuesheet-column .fa-ban {
    color: #dc3545;
}

td.allow-cuesheet-column .fa-check {
    color: #28a745;
}

#program-list-view .table-striped.scope-day,
#program-list-view .table-striped.scope-week,
#program-list-view .table-striped.scope-month,
#program-list-view .table-striped.product-catalogue {
    margin-bottom: 10px;
}

#program-list-view .table-striped.scope-day > tbody > tr.cuesheet-allowed > td.name-column:hover,
#program-list-view .table-striped.scope-week > tbody > tr.cuesheet-allowed > td.name-column:hover,
#program-list-view .table-striped.scope-month > tbody > tr.cuesheet-allowed > td.name-column:hover,
#program-list-view .table-striped.product-catalogue > tbody > tr.cuesheet-allowed > td.name-column:hover,
#program-list-view .table-striped.scope-day > tbody > tr.has-cuesheet > td.name-column:hover,
#program-list-view .table-striped.scope-week > tbody > tr.has-cuesheet > td.name-column:hover,
#program-list-view .table-striped.scope-month > tbody > tr.has-cuesheet > td.name-column:hover,
#program-list-view .table-striped.product-catalogue > tbody > tr.has-cuesheet > td.name-column:hover{
    text-decoration: underline;
    cursor: pointer;
    color: #007bff;
}

span.broadcaster {
    color: #aaa;
    font-size: 10px;
    display: block;
    float: right;
}

img.hh {
    height: 16px;
    margin-right: .5em;
}

i.music-indicator {
    margin-right: .5em;
}

i.music-indicator.text-danger {
    color: #dc3545;
}

.handle {
    cursor: move;
}

#program-list-view .table-striped > tbody > tr.cuesheet-closed > td,
    #program-list-view .table-striped > tbody > tr.cuesheet-closed > td a
{
    color: black;
}
#program-list-view .table-striped > tbody > tr.cuesheet-closed > td span.broadcaster {
    color: #aaa;
}

#program-list-view .table-striped > tbody > tr.cuesheet-closed > td a {
    text-decoration: underline;
}

#program-list-view .table-striped > tbody > tr:nth-child(odd).cuesheet-closed > td,
#program-list-view-week .table-striped > tbody > tr:nth-child(odd).cuesheet-closed > td{
    background-color: #FFB680;
}

#program-list-view .table-striped > tbody > tr:nth-child(even).cuesheet-closed > td,
#program-list-view-week .table-striped > tbody > tr:nth-child(even).cuesheet-closed > td{
    background-color: #FF6D00;
}

#program-list-view .table-striped > tbody > tr:nth-child(odd).checked > td,
#program-list-view-week .table-striped > tbody > tr:nth-child(odd).checked > td{
    background-color: #c8ffc8;
}

#program-list-view .table-striped > tbody > tr:nth-child(even).checked > td,
#program-list-view-week .table-striped > tbody > tr:nth-child(even).checked > td{
    background-color: #c8ffc8;
}

/* Sabam version uses checked colors as finished colors */
body.is--sabam #program-list-view .table-striped > tbody > tr:nth-child(odd).cuesheet-closed > td,
body.is--sabam #program-list-view-week .table-striped > tbody > tr:nth-child(odd).cuesheet-closed > td,
body.is--sabam #program-list-view .table-striped > tbody > tr:nth-child(even).cuesheet-closed > td,
body.is--sabam #program-list-view-week .table-striped > tbody > tr:nth-child(even).cuesheet-closed > td{
    background-color: #fff;
}

body.is--sabam #program-list-view .table-striped > tbody > tr:nth-child(odd).cuesheet-closed.cuesheet-allowed > td,
body.is--sabam #program-list-view-week .table-striped > tbody > tr:nth-child(odd).cuesheet-closed.cuesheet-allowed > td,
body.is--sabam #program-list-view .table-striped > tbody > tr:nth-child(even).cuesheet-closed.cuesheet-allowed > td,
body.is--sabam #program-list-view-week .table-striped > tbody > tr:nth-child(even).cuesheet-closed.cuesheet-allowed > td{
    background-color: #c8ffc8;
}

.cuesheet-header, .cuesheet-metadata, .cuesheet-template-actions {
    padding-bottom: 1em;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 1em;
}

.cuesheet-header h1, #cuesheet-container h1 {
    margin-top: 0px;
    font-size: 1.8em;
}

.cuesheet-header .row {
    padding-top: .5em;
    padding-bottom: .5em;
}

.cuesheet-header .col-md-2 {
    font-weight: bold;
}

.cuesheet-metadata > div > div {
    min-height: 2em;
    line-height: 2em;
}

.cuesheet-metadata .form-group {
    margin-bottom: 0;
}

.cuesheet-metadata .help-block {
    display: none;
}

div.empty {
    font-size: 200%;
    text-align: center;
    padding: 2em 0;
}

form#cuesheet-line p.help-block.help-block-error {
    display: none;
}

.downloadbutton {
    margin-right: 0px;
}

.scrollable-select > div > div {
    max-height: 250px;
    padding: 0 10px;
    min-height: 250px;
    overflow-y: auto;
    border: 1px solid #bbb;
}

#cuesheet-modal .modal-dialog > .modal-content {
    overflow: hidden;
}

#error-modal ul li {
    list-style-type: none;
}

#cuesheet-modal .modal-dialog > .modal-content > .modal-content {
    width: 200%;
    transition: transform ease-in-out .5s;
    -webkit-transition: transform ease-in-out .5s;
}

#cuesheet-modal .slide-panel.editing {
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
}

.tab-content .row {
    margin-top: 1em;
    margin-bottom: 1em;
}

#station-grid th:first-child {
    width: 50px;
}
#station-grid th:nth-child(2) {
    width: 80%;
}

/** language specific css **/
body.lang-en #program-list-view .table thead tr th.col-language {
    width: 75px;
}
body.lang-en #program-list-view .table thead tr th.col-broadcast-time {
    width: 110px;
}
.on-demand-list-view th:last-child {
    width: 90px;
}

#cuesheetexportform-station {
    width: 243px;
    height: 34px;
    border-radius: 5px;
}

#cuesheetexportform-year, #cuesheetexportform-week{
    width: 243px;
}

.language-picker.small a {
    margin: 27px 4px 0 4px !important;
    line-height: initial;
}

.language-picker.small i {
    width: 23px !important;
    height: 16px !important;
}

.language-picker.small i.en {
    background-image: url(../images/vlag-gb.png);
    background-size: 100% 100%;
    background-position: 0 !important;
}

.language-picker.small i.fr {
    background-image: url(../images/vlag-fr.png);
    background-size: 100% 100%;
    background-position: 0 !important;
}

.language-picker.small i.de {
    background-image: url(../images/vlag-de.png);
    background-size: 100% 100%;
    background-position: 0 !important;
}

.language-picker.small i.nl-BE {
    background-image: url(../images/flag-be.png);
    background-size: 100% 100%;
}

.confirm-excel-upload{
    width: 500px;
    margin:auto;
    margin-top: 100px;
}

/* VRT CSS 20-03-2018 */

.vrtShowValues{
    padding-top: 50px;
    padding-bottom: 50px;
}

.sabam-cuesheet-form{
    padding: 20px 15px;
}

#cuesheet-container .form-inline .form-control{
    width: 96%;
}

#cuesheet-container .sabam-cuesheet-grid .form-inline .form-control {
    width: calc(100% - 5px);
}

#new-cuesheet .col-md-1, #new-cuesheet .col-md-2, #new-cuesheet .col-md-3 {
    padding: 0;
}

#new-cuesheet .col-md-1 > div.form-group, #new-cuesheet .col-md-2 > div.form-group, #new-cuesheet .col-md-3 > div.form-group {
    width: 100%;
}

#new-cuesheet .btn.btn-default{
    width: 100%;
}

.alert.alert-error{
    color: #721c24;
    background-color: #f8d7da;
}

.alert.alert-succes{
    color: #155724;
    background-color: #d4edda;
}

.vrt-checkbox-field-not-center {

}

.vrt-checkbox-field {
    text-align: center;
}
.vrt-checkbox-field input[type='checkbox'],.vrt-checkbox-field-not-center input[type='checkbox']{
    width: 20px;
    height: 20px;
    margin-top: 5px;
    position: relative;
}

.listscope-container .control-label {
    display: block;
}

.listscope-container .label-toggle-btn{
    width:100%;
}

#cuesheet-block-container.loaded-from-template {
    opacity: 0.5;
}

.sabam-cuesheet-grid .sabam-header,
.sabam-cuesheet-grid .cuesheet-list,
.sabam-cuesheet-grid .sabam-cuesheet-form input, .sabam-cuesheet-grid .sabam-cuesheet-form select {
    font-family: Arial Narrow, Arial, sans-serif;
    font-size: 10pt;
}

.sabam-cuesheet-grid .sabam-header > div {
    padding-left: 5px;
    padding-right: 5px;
}

.sabam-cuesheet-grid .btn {
    padding-left: 10px;
    padding-right: 10px;
}

.sabam-cuesheet-grid .title-indent {
    margin-left: 1.5em;
}

.col-md-1.half-width {
    width: 4.16666666665%;
}
.col-number {
    width: 4%;
}
.col-duration {
    width: 5.33333333%;
}
.col-owner {
    width: 15.66666667%;
}

#create-cuesheet-template .nav-tabs {
    border-bottom: 0;
}

#create-cuesheet-template .nav-tabs + .tab-content {
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}#create-cuesheet-template .nav-tabs {
    border-bottom: 0;
}

#create-cuesheet-template .nav-tabs + .tab-content {
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.site-background {
    background: URL('../images/background.jpg');
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.site-login .has-error .help-block, .site-login .has-error .control-label, .site-login .has-error .radio, .site-login
.has-error .checkbox, .site-login .has-error .radio-inline, .site-login .has-error .checkbox-inline, .site-login .has-error.radio label,
.site-login .has-error.checkbox label, .site-login .has-error.radio-inline label, .site-login .has-error.checkbox-inline label,
.site-request-password-reset .has-error .help-block, .site-request-password-reset .has-error .control-label, .site-request-password-reset .has-error .radio, .site-request-password-reset
.has-error .checkbox, .site-request-password-reset .has-error .radio-inline, .site-request-password-reset .has-error .checkbox-inline, .site-request-password-reset .has-error.radio label,
.site-request-password-reset .has-error.checkbox label, .site-request-password-reset .has-error.radio-inline label, .site-request-password-reset .has-error.checkbox-inline label,
.site-reset-password .has-error .help-block, .site-reset-password .has-error .control-label, .site-reset-password .has-error .radio, .site-reset-password
.has-error .checkbox, .site-reset-password .has-error .radio-inline, .site-reset-password .has-error .checkbox-inline, .site-reset-password .has-error.radio label,
.site-reset-password .has-error.checkbox label, .site-reset-password .has-error.radio-inline label, .site-reset-password .has-error.checkbox-inline label {
    color: #F02F02;
}
.site-login .has-success .help-block, .site-login .has-success .control-label, .site-login .has-success .radio,
.site-login .has-success .checkbox, .site-login .has-success .radio-inline, .site-login .has-success .checkbox-inline,
.site-login .has-success.radio label, .site-login .has-success.checkbox label, .site-login .has-success.radio-inline label,
.site-login .has-success.checkbox-inline label,
.site-request-password-reset .has-success .help-block, .site-request-password-reset .has-success .control-label, .site-request-password-reset .has-success .radio,
.site-request-password-reset .has-success .checkbox, .site-request-password-reset .has-success .radio-inline, .site-request-password-reset .has-success .checkbox-inline,
.site-request-password-reset .has-success.radio label, .site-request-password-reset .has-success.checkbox label, .site-request-password-reset .has-success.radio-inline label,
.site-request-password-reset .has-success.checkbox-inline label,
.site-reset-password .has-success .help-block, .site-reset-password .has-success .control-label, .site-reset-password .has-success .radio,
.site-reset-password .has-success .checkbox, .site-reset-password .has-success .radio-inline, .site-reset-password .has-success .checkbox-inline,
.site-reset-password .has-success.radio label, .site-reset-password .has-success.checkbox label, .site-reset-password .has-success.radio-inline label,
.site-reset-password .has-success.checkbox-inline label{
    color: #02F061;
}

.select2-selection.select2-selection--multiple {
    font-size: 0;
}

.select2-selection.select2-selection--multiple .select2-selection__rendered {
    font-size: 14px;
}
