html,
body {
    height: 100%;
}

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

.wrap > .container {
    padding: 70px 15px 20px;
}

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

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

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

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

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

table.small-rows th,
table.small-rows td{
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
table.filter{
    width: 100%;
}

table.filter input,
table.filter select{
    width: 100% !important;
}

table.filter th{
    text-align: center;
}
table.filter th,
table.filter td{
    padding: 5px;
}

.text-align-center{
    text-align: center !important;
}

/* Utility: reused inline padding-right */
.padding-right-35{
    padding-right: 35px !important;
}

/* Utility: reused inline width 100px */
.width-100px{
    width: 100px !important;
}

/*+++++++++ CUSTOM STYLES FOR THE SITE ++++++++++++*/
div.content > h1{
    color: #666;
} 
.dropdown-menu,
.btn,
.form-control,
body{
    font-size: 13px !important;
}

.btn{
    min-width: 100px !important;
}

a{
    color: #4498C7;
}
a:hover,
a:focus{
    color: #4498C7;
    text-decoration: none !important;
}
.btn-danger{
    background-color: #D27070;
}
.btn-danger:hover{
    background-color: #9c413e;
    border-color: #D27070;
}
#div-lang{
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
#div-lang img.flag-current{
    width: 20px;
}
#div-lang ul.dropdown-menu{
    left: -135px;
}

#lang-button{
    padding: 0;
}
#user-button{
    display: inline-block;
}
.grid-view tbody td a{
    margin-left: 1em;
}
.loading{
    display: none;
    z-index: 20000;
}
.loading .background{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20001;
    background: rgba(0,  0,  0,  0);
    background-color: rgba(0,  0,  0,  0);
    color: rgba(0,  0,  0,  0);
}

.loading .body{
    position: fixed;
    width: 55px;
    height: 55px;
    top: 40%;
    left: 45%;
    padding: 5px;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 20002;
    text-align: center;
}

.loading .body .text{
    display: none;
    position: absolute;
    top: 18px;
    margin-left: 10px;
    color: #DC6160;
}
.loading.with-text .body .text{
    display: inline;
}

.loading .body img{
    width: 45px;
}

.ui-tooltip-content ul{
    padding: 5px 30px;
}

.grid-view .rowspan{
    vertical-align: middle;
}

.form-group{
    margin-bottom: 2px !important;
}
.form-group label{
    color: #666 !important;
}
label.control-label{
    color: #666 !important;
}

.grid-level-5 table th a{
     font-weight: bold;
     color: #666;
}
.grid-level-5 table td a{
     font-weight: normal;
     color: #666;
}
.grid-level-5 table th,
.grid-level-5 table td{
     border: 1px solid #CCC !important;
     background-color: #FFF !important;
     color: #666;
}

table th{
    font-weight: bold;
}

.modal{
    top:20px;
    z-index: 10000 !important;
}

.modal-body{
    min-height: 250px;
    max-height: 450px !important;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 100% !important;
    padding-bottom:50px !important;
}

.modal-header{
    font-weight: bold;
    padding-top: 10px;
}
.modal-header .modal-title,
.modal-header .modal-title h4,
.modal-header .modal-title .item-name{
    color:#777;
}
#modal .modal-footer{
    position: relative;
    padding: 10px 15px;
}
.modal-xl {
    width: 1200px;
}


.modal-body-md-height .modal-body{
    min-height: 200px !important;
}


.modal-body-md-padding .modal-body{
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.modal-header.ui-draggable-handle{
    cursor: move;
}

span.multi-view{
    position: absolute;
    display:none;
    right: 10px;
    top: 30px;
    color: #666;
    cursor: pointer;
}

button.ui-multiselect{
    font-size: 13px;
}

.ui-multiselect{
    padding: 5px 0 5px 4px !important;
    position: relative;
}

select[id^='drop-down']{
    min-width: 100% !important;
}

.ui-multiselect-optgroup-label{
    text-align: left !important;
}

.nav-tabs > li > a{
    border-color: #ddd !important;
    color: #A6A6A6;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover{
    background-color: #F2F2F2 !important;
    color: red !important;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.input-error{
    border-color: #F00 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #F00 !important;
}

.ui-front{
    z-index: 2050;
}
.ui-dialog{
    z-index: 100000 !important;
}

#modal-dialog.container{
    max-height: 400px !important;
    overflow-y: auto;
}

.ui-multiselect-menu label{
    font-weight: normal;
}

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

#modal .modal-header:hover{
    cursor: move;
}
#modal .modal-header{
    min-height: 40px;
}

.form-control[readonly]{
    cursor: pointer !important;
}


.details-number{
    color: #999 !important;
}

.label {
    font-size: 0.9em !important;
}

.label-pending{
    background-color: #EC7E76;
}

.label-in-progress{
    background-color: #cf7a3c;
}

.label-in-progress-grouping{
    background-color: #F38F46;
}

.label-completed{
    background-color: #4CAE50;
}

.label-contracted{
    background-color: #999;
}

.label-num-records{
    color: #EC7E76;
    text-align: center;
    
}

.label-rounded{
    border-radius: 10px;
    padding: 3px 7px;
}

.text-superviser-title{
    color: #CC5555 !important;
}
.text-superviser-content{
    color: #666666 !important;
}

.text-transcriber-title{
    color: #CC5555 !important;
}
.text-transcriber-content{
    color: #666666 !important;
}


.text-pending{
    color: #EC7E76 !important;
}


.text-in-progress{
    color: #D98040 !important;
}

.text-to-approve{
    color: #4CAE50 !important;
}

.text-approved{
    color: #247B27 !important;
}

.non-grouped-header-cells{
    position: relative;
    vertical-align: middle !important;
}
.grouped-header-cells-title{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-align: center;
}

.table-general > thead th,
.fixed-header > thead th,
.fixed-header-tosave > thead th{
    background-color: #EEE !important;
    color:#666 !important;
}

.table-general > thead th.filtered-column-bg,
.fixed-header > thead th.filtered-column-bg,
.fixed-header-tosave > thead th.filtered-column-bg{
    background-color: #DAE2E5 !important;
}


.tabs-align-right ul.nav-tabs{
    margin-right: -15px;
}
.tabs-align-right ul.nav-tabs > li {
    float: right;
}


.tabs-nav-row{
    margin-right: 0 !important;
    margin-left: 0 !important;
    border-bottom: 1px solid #ccc;
}

.tabs-nav-row div:nth-child(1){
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.tabs-nav-row .nav-tabs{
    border-bottom: none !important;
}

.ui-multiselect-filter-label{
    font-size: 1.3em;
    padding: 5px 0 5px 20px;
}
.ui-multiselect-filter-input{
    padding: 1px !important;
    border: 1px solid #ccc !important;
    font-size: 10px !important;
    height: 20px !important;
    margin-top: 4px !important;
}

.gray{
    color: #A6A6A6;
}
.red{
    color:red;
}
.green{
    color:green;
}

.ui-multiselect-numeric-filter-inputs-container{
    position: relative;
    padding: 5px 0;
}
.ui-multiselect-numeric-filter-inputs-container .ui-multiselect-numeric-filter-input{
    width: 45%;
    max-height: 20px !important;
    border: 1px solid #ccc !important;
}
.ui-multiselect-numeric-filter-inputs-container .ui-multiselect-numeric-filter-input:nth-child(2){
    position: absolute;
    top: 5px;
    right: -10px;
    display: none;
}

.text-grey-dark{
    color: #797979;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
  
@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}

.glyphicon-refresh-animate{
    -animation: spin .8s infinite linear;
    -ms-animation: spin .8s infinite linear;
    -webkit-animation: spinw .8s infinite linear;
    -moz-animation: spinm .8s infinite linear;
}

.filters-icons{
    height: 18px;
    position: absolute;
    right: 5px;
    bottom: 0px;
}
.filters-icons .glyphicon{
    font-size: 10px;
}

a span.glyphicon {
    color: #666666E0 !important;
}

a.btn span.glyphicon {
    color: white;
}
span.glyphicon-triangle-right,
span.glyphicon-triangle-bottom{
    color: #dddddd !important;
}

.monthselect:hover{
    background-color: #ddd;
}


fieldset{
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 25px;
    padding-top: 50px;
    position: relative;
}
fieldset > legend{
    background-color: #eee;
    border-bottom: 1px solid #CCC;
    border-radius: 4px 4px 0 0;
    padding: 10px 15px;
    font-size: 1em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

}
fieldset > legend > label{
    font-weight: normal;
}

fieldset div.section-body{
    padding-top: 15px !important;
}

.table-bordered th,
.table-bordered td{
    border: 1px solid #ddd !important;
}

.table-bordered th.transcripts-subtotals-table-padding-left-cell,
.table-bordered td.transcripts-subtotals-table-padding-left-cell{
    padding:0;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important; 
    background-color:white !important;
}

.table-bordered th.transcripts-subtotals-table-padding-right-cell,
.table-bordered td.transcripts-subtotals-table-padding-right-cell{
    border-top-color: transparent !important;
    border-right-color: transparent !important;
}

.table-bordered th.transcripts-subtotals-table-padding-right-cell-full,
.table-bordered td.transcripts-subtotals-table-padding-right-cell-full{
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
}



.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ddd !important;
}
.btn-more-filters-text{
    padding-left: 3px;
}
.tab-header-incomplete{
    position: relative;
}

.table-general thead th{
    background-color: #EEE;
}

.table-general.custom-header-height thead th{
    padding: 7px 5px !important;    
}

tr.transcripts-rows-frame-top-grey > td{
    border-top:2px solid #555 !important;
}

tr.transcripts-rows-frame-bottom-grey > td{
    border-bottom:2px solid #555 !important;
}

tr.transcripts-rows-frame-bottom-grey > td:first-child,
tr.transcripts-rows-frame-middle-grey > td:first-child,
tr.transcripts-rows-frame-top-grey > td:first-child{
    border-left:2px solid #555 !important;
}
tr.transcripts-rows-frame-bottom-grey > td:last-child,
tr.transcripts-rows-frame-middle-grey > td:last-child,
tr.transcripts-rows-frame-top-grey > td:last-child{
    border-right:2px solid #555 !important;
}


.table-general tbody td{
    color: #777 !important;
    vertical-align: middle !important;
}

.table-general table.table-general thead th{
    color:#666 !important;
}

.table-grey-titles thead th{
    color: #666 !important;
}

.table-column-filtered-sortered{
    background-color:#B2D298 !important;
}

.placeholder::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-style: italic;
    color: #ccc;
}
.placeholder:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-style: italic;
    color: #ccc;
}
.placeholder::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-style: italic;
    color: #ccc;
}
.placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-style: italic;
    color: #ccc;
}
.phrases-list-selected-text-font-color{
    color: #CC5555;
}
.phrases-list-selected-text-underline{
    text-decoration: underline;
}
.phrases-subtitles-hidden{
    border: none !important;
    background-color: transparent !important;
}
.phrases-subtitles-hidden p{
    display: none !important;
}
.phrases-subtitles-hidden img{
    display: none !important;
}
.phrases-subtitles-hidden span{
    display: none !important;
}

.long-phrase-container{
    max-width: 350px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    padding-right: 20px !important;
    white-space: nowrap;
}

.nav-tabs > li.disabled-tab > a:hover{
    cursor: default;    
}
.phrases-subtitles-container{
    position:relative;
    width:100%;
    color:#777777;
    border:1px solid #DDDDDD52;
    padding:1px 15px;
    text-align:center;
    min-height:25px;
    background-color:rgba(242,241,241,1);
    margin-bottom:5px;
    overflow-x: hidden;
    white-space: nowrap;   
    text-overflow: ellipsis; 
}
.phrases-subtitles-container img.phrase-avatar{
    position:relative;
    width:18px;
    height:18px;
    display:inline;
}
.phrases-subtitles-container span.icon-beep-region{
    position:relative;
    width:16px;
    height:16px;
    display:inline-block;
    top:4px;
}
.phrases-subtitles-container p.phrase-subtitle{
    margin-bottom:0;
    display:inline;
}

.phrases-subtitles-container p.phrase-broadcaster{
    margin-bottom:0;
    display:inline;
    color:#CC5555;
}


#modal .modal-header-append{
    position: absolute;
    top:12px;
    right: 32px;
}

.modal-header .btn-group .caret{
    color: white !important;
}

.modal-header .btn-show-details{
    width: 180px !important;
    text-align: left;
}

.modal-header .btn-show-details .caret{
    position: absolute;
    top:10px;
    right: 5px;
}

.modal-header .btn-show-details + .dropdown-menu{
    z-index: 6000;
}

.table-general a.btn-primary span.glyphicon{
    color:#fff !important;
}


.parameters-region-temp{
    background-color: #449AF54D !important;
    height: 80px !important;
    top: 40px !important;
}

.parameters-region-temp .region-sequence{
    background-color: rgba(68,154,245,0.7) !important;
}

.parameters-list-row .region-sequence-selected{
    background-color: rgb(12, 143, 220) !important;
}

fieldset.closed{
    padding: 17px;
    border-radius: 4px 4px 0 0;
    padding-bottom: 21px;
}
fieldset span.section-step-number{
    color: red;
}

.ui-multiselect-light{
    border: 1px solid #ccc;
    background: #fafafa;
    font-weight: normal;
}
.ui-multiselect-checkboxes{
    max-height: 150px;
}
.pagination-sm > li > a, 
.pagination-sm > li > span{
  padding: 2px 10px;
}
.pagination .pager-link-disabled{
    color: #9a9a9a;
    background-color: #eeeeee;
}
.broadcaster-transcript{
    background-color: #adadad;
    color: white;
}
.broadcaster-transcript:focus{
    color: white;
}
.broadcaster-transcript:hover,
.broadcaster-transcript.btn-primary{
    background-color: #286090;
    border-color: #204d74;
    color: white;
}
.broadcaster-evaluation{
    background-color: #adadad;
    color: white;
}
.broadcaster-evaluation:hover,
.broadcaster-evaluation.btn-primary{
    background-color: #286090;
    border-color: #204d74;
    color: white;
}
.broadcaster-evaluation:focus{
    color: white;
}
.popover .popover-close{
    position: absolute;
    top:5px;
    right: 8px;
    cursor: pointer;
}

.btn-filter-selected{
    background-color: #F8F8F8;
    border-color: #E6E6E8;
}
.btn-filter-selected:hover{
    background-color: #F8F8F8;
    border-color: #E6E6E8;
}



.btn-default-light-grey{
    background-color: #BDBDBD;
}

.ui-widget{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn-group-dropdown-grid-view{
     padding-bottom: 2px;
}
.btn-group-dropdown-grid-view .btn{
    min-width: 15px !important;
}
.btn-group-dropdown-grid-view .dropdown-toggle{
     box-shadow: none;
     border: none;
     background-color: transparent;
     padding:0;
     padding-right: 15px;
     font-size:1em;
     font-weight:bold;
     -webkit-box-shadow:none !important;
     box-shadow:none !important;
}
.btn-group-dropdown-grid-view .dropdown-toggle:focus,
.btn-group-dropdown-grid-view .dropdown-toggle:hover{
     color: white;
}
.btn-group-dropdown-grid-view .dropdown-toggle .caret{
     position: absolute;
     top: 7px;
     right: 0;
}

.cursor-tooltip{
    position: fixed;
    top: -100px;
    left: -100px;
    z-index: 500000;
    background-color: #eee;
    padding: 5px 10px;
    padding-left: 20px;
    border-radius: 4px;
    color: #666;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 1px #aaa;
    -webkit-box-shadow: 2px 2px 1px #aaa;    
}

.cursor-tooltip span.error{
    position: absolute;
    left: 5px;
    top:9px;
}

.btn-group-transparent .dropdown-toggle{
    color:#999;
    border: none;
}

.btn-group-transparent .dropdown-toggle,
.btn-group-transparent .dropdown-toggle:hover,
.btn-group-transparent .dropdown-toggle:active{
     background-color: white !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-group-transparent.open .dropdown-toggle{
     box-shadow: none;
     -webkit-box-shadow: none;
     color: #4498c7 !important;
}
.btn-group-transparent.open .dropdown-toggle:active{
     box-shadow: none;
     -webkit-box-shadow: none;
}
.dropdown-menu > li > a {
    color: #666 !important;
}
.dropdown-menu > li.active > a{
    color: #FFF !important;
}
.gridview-sublevel-row-top{
    border-top: 2px solid #91979a !important;
    border-left: 2px solid #91979a !important;
    border-right: 2px solid #91979a !important;
}
.gridview-sublevel-row-top td:last-child{
    border-right: 2px solid #91979a !important;   
}
.gridview-sublevel-row-bottom{
    border-bottom: 2px solid #91979a !important;
    border-left: 2px solid #91979a !important;
    border-right: 2px solid #91979a !important;
}
.section-opened{
    background-color: #ccd7dcba !important;   
}

.parameter-details-table > tbody > tr > td{
    padding: 10px;
}
.icon-non-editable-section{
    position: absolute !important;
    top: 12px !important;
    right: 26px;
}
.borderless-table-row td{
    border: none !important;
}

.list-fixed-header-clone{
    position: absolute;
    top: 0;
}

.inconsistent-list-icon{
    position: absolute;
    right: 5px;
    top: 7px;
}

.inconsistent-main-icon{
    position: relative;
    top: 2px;
}

.group-settings-active{
    background-color: #e6e6e6 !important;
    border-color: #adadad;
}

.tab-icon{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    left: 5px;
}
.non-clickable-btn{
background-color: #5cb85c;
border-color: #4cae4c;
border-radius: 4px;
text-align: center;
display: inline-block;
color: #FFF;
cursor: default;
}

.ui-multiselect-checkboxes > li > label > span {
    margin-left: 5px;
}

.alert .close{
    position: absolute;
    top: 0;
    right: 2px;
    font-size: 0.9em;    
}

.wave-files-deleted-message{
    color: #CC5555;
    margin: 10px 0px;
    text-align: center;
    font-size: 1em;    
}

.icon-remove-media-files.disabled span{
    cursor: default !important;
}

.go-back-arrow{
    display:inline-block;
    font-size:2.5em;
    color:#ccc;
    margin-right:10px;
}
.go-back-arrow:hover{
    color: #ccc !important;
}
.font-size-xs{
    font-size: 0.8em !important;
}
.font-size-s{
    font-size: 0.9em !important;
}

.player-speed-control .active{
    color: red !important;
}

.video-maximized{
    height: 450px !important;
    width: auto !important;
}

.modal-body-video-large{
    max-height: 750px !important;
    min-height: 550px !important;
}
.modal-body-video-large video{
    min-height: 340px !important;
}

.modal-body-video-maximized .info{
    display: none;
}

.modal-video-pip{
    display:none !important;
}
.video-dummy-player{
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #EEEEEE;
    border-radius: 15px;
}

.audio-dummy-player{
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #EEE;
    border-radius: 25px;  
}

.video-dummy-player .timeline,
.audio-dummy-player .timeline{
    position: absolute;
    left: 18%;
    width: 80%;
    height: 5px;
    background-color: #DDDDDD;
    border-radius: 10px;
    cursor: pointer;
}
.video-dummy-player .timeline{
    top: 12px;
}

.audio-dummy-player .timeline{
    top: 22px;
}

.video-dummy-player .timeline .cursor,
.audio-dummy-player .timeline .cursor{
    position: absolute;
    top: -8px;
    left: -10px;
    width: 20px;
    height: 20px;
    background-color: #999999;
    border-radius: 10px;
}

.video-dummy-player .timeline .progress,
.audio-dummy-player .timeline .progress{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #666;
    width: 0px;
    height: 5px;
}

.video-dummy-player .timeline .time,
.audio-dummy-player .timeline .time{
    position: absolute;
    top: -5px;
    left: -140px;
    font-size: 12px;  
}

hr.red-line{
    border-color: #CC5555 !important;
    margin-top: 10px;
    margin-bottom: 18px;
}

.grid-view-container{
    position: relative;
    height: 600px;
    overflow-y: auto;
    overflow-x: visible;
}

.dashboard-reports-months-control{
    display:flex; 
    column-gap:5px; 
    align-items: center; 
    width:200px;
    position: absolute;
    top: -5px;
    right: 0;
}

.sequence-circle{
    border: 1px solid #CC5555;
    padding: 5px 10px;
    border-radius: 15px;
    position: relative;
    top: 10px;
}

.dahsboard-general-panel-container{
    padding: 10px;
    background-color: #F3F3F3;
}

.dahsboard-general-panel-item{
    height: 400px; 
    text-align: center;
    border: 1px solid #ccc;
    background-color:white;
    padding: 10px;
    padding-top: 0;
    border-radius:8px;
}
.dahsboard-general-panel-item .chart-container{
    height: 350px;
}

.dahsboard-general-panel-item .title{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.gauge-chart-container{
    width: 200px;
    min-height: 200px;
    margin-left: 50%;
    position: relative;
    left: -100px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.gauge-calification-value{
    font-size: 4em;
    color: #a9a9a9;
    margin-right: 10px;
}

.gauge-calification-text{
    text-transform: capitalize;
    font-size: 2em;
    color: #c5c0c0;
}


.accordion-section-container{
    width: 100%;
    border: 1px solid #ddd;
}
.accordion-section-container > .header{
    padding: 10px 20px;
    background-color: #EEE;
}
.accordion-section-container > .header span{
    font-weight: bold;
    font-size: 1.2em;
}
.accordion-section-container .section{
    border-top: 1px solid #DDD;
}

.accordion-section-container .section > .header{
    position: relative;
    padding: 10px 20px;
}

.accordion-section-container .section > .header.open{
    background-color: #CCD7DCBA;
}

.accordion-section-container .section > .header .number{
    color:#e25a5a;
}

.accordion-section-container .section > .header .title{
    color: #777;
}

.accordion-section-container .section > .header.open .title{
    color: #333;
}

.accordion-section-container .section > .header .arrow{
    position: absolute;
    right: 10px;
}
.accordion-section-container .section .body{
    padding: 20px;
    display: none;
}
.accordion-section-container .section .body.open{
    display: block;
}
.accordion-section-container .completeness-section-icon{
    position: absolute;
    right: 30px;
}

.create-transcription-repeated-message-table th,
.create-transcription-repeated-message-table td{
    font-size: 13px;
}
.employee-title-red{
    color: #CC5555 !important;
}

.video-row-container.video-medium{
    float:left;
}
.video-row-sibling.video-small{
    margin-left:150px;
}
.video-row-sibling.video-medium{
    margin-left:270px;
}
.flex-container{
    display: flex; 
    justify-content: space-between;		
}

#wave-ddl-controls-container{ 
    min-width: 50px;
    text-align: center;
    position: relative;
    top: -3px;
}

#wave-ddl-controls-container li.separator{ 
    border-bottom: 1px solid #eee;
    padding-top: 5px;
    padding-bottom: 5px;
}

#wave-ddl-controls-container li:first-child{ 
    padding-top: 0;
}

#wave-ddl-controls-container li:last-child{ 
    padding-top: 5px;
}

#wave-ddl-controls-container li .title{ 
    color: #a9a9a9;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.duration-continuous-end-label-container{
    display: flex;
    justify-content: space-between;
}

.disabled-input-light-bg{
    background-color: white !important;
}

.duration-month-container-cell{
	min-width: 80px;
	display: flex; 
	justify-content: space-between;
}

.time-days-container-cell{
	min-width: 80px;
}

.column-to-hide-header-container{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}


.filters-sections-container fieldset{
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 0 !important;
 }

 .filters-sections-container fieldset.first{
    border-radius: 4px 4px 0 0;
 }
 .filters-sections-container fieldset.last{
    border-radius: 0 0 4px 4px ;
    border-bottom: 1px solid #ddd !important;
 }

.filters-sections-container fieldset > legend{
    color: #333;
    background-color: #FFF;
}

.filters-sections-container fieldset.closed > legend{
    color: #777 !important;
}

.filters-sections-container fieldset div.section-body div.row{
    margin-bottom: 20px !important;
}

.filters-sections-container fieldset div.section-body div.row:last-child{
    margin-bottom: 0 !important;
}


div.ui-widget-shadow{
    -webkit-box-shadow: 4px 4px 4px #ccc !important;
    box-shadow: 4px 4px 4px #ccc !important;
}

#container-header{
    z-index: 10000;
}

.disk-space-widget-container{
    position: relative;
    left: 50px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.disk-space-widget-container .space-icon{
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
}

.disk-space-widget-container .delete-icon{
    position: relative;
    top: 4px;
}

.disk-space-widget-container .menu-container{
    padding: 15px;
    min-width: 400px;
    left: -25px;
    top: 45px;
}

.disk-space-widget-container .menu-container .left-background{
    position: absolute;
    width: 170px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #EEE;
}

.disk-space-widget-container .menu-container .row{
    margin-bottom: 10px;
}

#container-header.main-header-full .disk-space-widget-container #space-button .space-total{
    color: white !important;
}

.text-disk-space-grey{
    color: #545454;
}

.w-100{
    width: 100% !important;
}

.w-100px{
    width: 100px !important;
}

.filter-reset-button{
    position: relative;
 }
 .filter-reset-button .icon-reset-search-filters{
    position: absolute;
    top: 8px;
    left: 11px;
    color: #999;
    width: 14px;
    height: 14px;
 }


 .gridview-row-report-container{
    padding: 20px !important;
    padding-bottom: 60px !important;
 }

 .reports-title-months-period-months{
    position: relative;
    top: 7px;
    color:#A9A9A9;
 }


 /* Grouping Grid View */
 .grid-container{
    margin-top: 10px;
    display: grid;
    overflow: hidden;
    margin-bottom: 5px;
    background-color: #ccc;
}

.grid-container.grid-1{
  grid-template-columns: 100%;
  grid-template-rows: 100%;
}
.grid-container.grid-2{
  grid-template-columns: repeat(2,50%);
  grid-template-rows: 100%;
}
.grid-container.grid-4{
  grid-template-columns: repeat(2,50%);
  grid-template-rows: repeat(2,50%);
}
.grid-container.grid-6{
  grid-template-columns: repeat(3,33.33%);
  grid-template-rows: repeat(2,50%);
}
.grid-container.grid-8{
  grid-template-columns: repeat(4,25%);
  grid-template-rows: repeat(2,50%);
}
.grid-container.grid-12{
  grid-template-columns: repeat(4,25%);
  grid-template-rows: repeat(3,33.33%);
}
.grid-container.grid-15{
  grid-template-columns: repeat(5,20%);
  grid-template-rows: repeat(3,33.33%);
}
.grid-container.grid-18{
  grid-template-columns: repeat(6,16.66%);
  grid-template-rows: repeat(3,33%);
}

.grid-cell{
  position: relative;
  display: block;
  width: 100%;
  background-color: #EEEEEE;
  text-align: center;
  border: 1px solid #ddd;
}

.grid-cell.hidden{
  display: none;
}

.grid-cell.not-visible{
  display: none !important;
}

.grid-cell-draggable{
  position: relative;
  width: 100%;
  height: 100%;
}

.grid-cell-draggable.not-visible{
  visibility: hidden;
}


.grid-cell-draggable .grid-cell-audio-cover{
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0);
  z-index: 8;
}

.grid-cell-draggable.audio.in-time .grid-cell-audio-cover,
.grid-cell-draggable.audio.temporarily-enabled .grid-cell-audio-cover{
  display: block;
}

.grid-cell-draggable .selected-cover{
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  border: 2px solid red;
}

.grid-cell-draggable.selected .selected-cover{
  display: block;
}

.grid-cell-draggable.temporarily-enabled .selected-cover{
  display: block;
  border-color: #2196F3; 
}

.grid-cell-draggable .cover{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.8);
  z-index: 9;
}

.grid-cell-draggable.in-time .cover,
.grid-cell-draggable.temporarily-enabled .cover{
  display: none;
}

.grid-cell-media-container{
  position: relative;
  height: 100%;
  background-color: #000000;
}

.grid-cell-media-container .video-preview{
    position: absolute;
    width: 120px;
    height: 86px;
    top: 50%;
    left: 50%;
    margin-left: -64px;
    margin-top: -36px;
    background-color: white;
    background-position: 0px 0px;
    border: 1px solid #CCC;
    z-index: 10;
    display: none;
}

.grid-cell-media-container .video-preview .time-container{
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 0;
    left: 0;
    background-color: black;
    text-align: center;
}

.grid-cell-media-container .video-preview .time-container .clock{
    color: white;
    font-size: 10px;
}



.grid-cell-audio-icon,
.grid-cell-video-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  margin-left: -11px;
  margin-top: -11px;
  z-index: 1;
}

.grid-cell-footer{
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 20px;
    background-color: #DADADA;
    overflow: hidden;
    z-index: 8;
}

.grid-cell-footer span.camera-name{
  position: absolute;
  left: 0;
  font-size: 14px;
  padding: 0 4px;
  background-color: #dc6160;
  color: #FFFFFF;
  text-align: left;
  width: 100%;
  max-width:100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  padding-right: 5px;
}

.grid-cell-footer span.camera-name span.single-sub-marker{
  position: absolute;
  top: 0px;
  right: 2px;
}

.grid-cell-footer span.clock{
  font-size: 10px;
  position: absolute;
  right: 10px;
  top: 3px;
}

.grid-cell-footer span.index{
  position: absolute;
  left: 45%;
  top: 2px;
  font-size: 13px;
  color: #000000;
}
.grid-cell-footer span.date{
  position: absolute;
  right: 20px;
  top: 2px;
  font-size: 10px;
  color: #000000;
}


.grid-cell-footer span.camera-loading{
  position: absolute;
  right: 50%;
  margin-right: -8px;
  top: 2px;
  font-size: 10px;
  color: #000000;
  display: none;
}

.grid-cameras-filter-item,
.grid-timeline-filter-item{
  position: relative;
  border-bottom: 1px solid #e7e2e2;
  padding: 8px 10px;
}
.grid-timeline-filter-item.sub-item{
  padding: 8px 30px;
}
.grid-cameras-filter-item:hover,
.grid-timeline-filter-item:hover{
  background-color: #eee;
}
.grid-cameras-filter-item:last-child,
.grid-timeline-filter-item:last-child{
  border-bottom: none;
}

.grid-cell-fullscreen-go-back{
  display: none;
  position: absolute;
  right: 2px;
  top: 2px;
  padding: 8px;
  background-color: transparent;
  height: 30px;
  z-index: 1002;
}

.grid-cell-fullscreen-go-back span.icon-go-back{
  width: 16px;
  height: 16px;
  fill: white;
}
.grid-cell-draggable.fullscreen .grid-cell-fullscreen-go-back{
  display: block;
}

.timeline-filter-item-color{
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background-color: #ccc;
}

.timeline-filter-item-color.recording{
  background-color: #BFDABF;
}
.timeline-filter-item-color.event{
  background-color: #9EBAC9;
}
.timeline-filter-item-color.transaction{
  background-color: #D77273;
}
.timeline-filter-item-color.not-available{
  background-color: #EBB3B1;
}
.timeline-filter-item-color.selected-region{
  background-color: #F7D5A4;
}
.grid-left-menu-item{
    width: 100%;
    height: 100%;
    margin-bottom: 5px;
}
#icon-toggle-photograms:active,
#icon-toggle-photograms:focus,
#icon-toggle-photograms:hover{
    background-color: #FFF;
    border-color: #CCC;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#icon-toggle-photograms.selected{
    background-color: #DDD;
}

#icon-toggle-photograms .icon-toggle-photograms-grey{
    display: inline-block;
}

#icon-toggle-photograms .icon-toggle-photograms-blue{
    display: none;
}

#icon-toggle-photograms.selected .icon-toggle-photograms-grey{
    display: none;
}

#icon-toggle-photograms.selected .icon-toggle-photograms-blue{
    display: inline-block;
}

#btn-cameras-filter{
    padding-right: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 1002;
}
#btn-cameras-filter li.selected a{
    background-color: #E5E5E5;
}
#btn-cameras-filter.open,
#btn-cameras-filter.open div.dropdown-toggle{
    background-color: #DDD !important;
}
#btn-cameras-filter ul.dropdown-menu{
    min-width: 200px;
    max-height: 150px;
    overflow-y: scroll;
}

#btn-timeline-filter{
    padding-right: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 1001;
}
#btn-timeline-filter li.selected a{
    background-color: #E5E5E5;
}
#btn-timeline-filter.open,
#btn-timeline-filter.open div.dropdown-toggle{
    background-color: #DDD !important;
}
#btn-timeline-filter ul.dropdown-menu{
    min-width: 230px;
    max-height: 150px;
    overflow-y: scroll;
}

.filter-events-container{
    display: none;
}
.filter-events-triangle{
    position: absolute;
    top: 15px;
    right: 10px;
}


.transcript-tabs-header-container{
    display: flex;
    justify-content: start;
}
.transcript-id-popover-container{
    min-width: 40px;
    text-align: right;
}

.transcript-id-popover-container .popover-content{
    user-select: text;
    -webkit-user-select: text; 
    -ms-user-select: text; 
}

.transcript-id-popover-container .transcript-id-popover{
    position: relative;
    top: 7px;
    color:white;
    cursor:pointer;
    padding: 5px;
    background-color: #ccc;
}
.transcripts-subtotals-table-cell{
    position:relative;
    text-align:center;
    background-color: #FCF8E3 !important; 
    color: #777 !important; 
    border-top:1px solid #ccc !important;
}

.modal-filters-reset-button-container-row{
    margin-top: 10px;
    margin-bottom: 25px;
}

.dashboard-filters-container{
    padding: 25px;
    padding-top: 0;
}

.recordings-title-container{
    display: flex;
    justify-content: space-between;
    max-width: 260px;
}

.recordings-title-container .transcript-id-popover{
    top: 12px;
}
.dashboard-controls-buttons-container{
    margin-top: 25px;
}
.dashboard-after-controls-hr-line{
    margin-top: 25px;
    margin-bottom: 25px;
}
.general-table-header-sort-icon{
    position: absolute;
    right: 5px;
    top: 7px;
}

.reports-tabs-nav-row{
    overflow: auto;
    white-space: nowrap;    
    border-bottom: 1px solid #ccc;
}

.reports-tabs-nav-row.empty{
    border-bottom: none !important;
} 


.tab-header-report{
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    margin-right: 2px;
}

.tab-header-link-report{
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #A6A6A6 !important;
    border-radius: 4px 4px 0 0;
}
.tab-header-link-report:hover{
    background-color: #eee !important;
}

.tab-header-link-report.active{
    color: red !important;
    background-color: #F2F2F2 !important;
}

.tabs-nav-remove-icon{
    position: absolute;
    top: 0px;
    right: 4px;
    cursor: pointer;
}

.button-search-disabled .btn,
.button-search-disabled .btn-group{
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none;
    -webkit-box-shadow: none;
}

.button-search-disabled .dropdown-menu{
    display: none;
}

.zoom-square{
    position: relative;
    top:3px;
}


.reports-chart-filters-container{
    position: absolute; 
    top: 0;
    padding:10px; 
    width: 98%;
    height: 80px;
    border-radius: 5px;
    background-color: transparent;
    overflow-y: auto;
    z-index: 1;
}
.reports-chart-filters-container .filters{
    display: none;
}
.reports-chart-filters-container.active{    
    border: 1px solid #ccc; 
    background-color: white;
}
.reports-chart-filters-container.active .filters{
    display: inline;
}

.recordings-grid-container{
    display: grid;
    grid-template-rows: 250px 50px 250px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.recordings-grid-row{
    height: 100%;
    overflow: hidden;
}


.recordings-timeline-time-span{
    display: inline-block;
    min-width: 70px;
    text-align: center;
    padding-top: 7px;
}


.recordings-audio-toggle-icon > span::before{
    font-size: 25px;
}

.recordings-audio-toggle-icon > span{
    top: 4px;
    color: #ddd;
}

.recordings-audio-toggle-icon.active > span{
    color: green !important;
}


.recordings-zoom-controls-container{
    display: inline-grid;
    grid-template-columns: 15% 70% 15%;
}


.recordings-grid-controls-container{
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
}

.recordings-playing-controls-container{
    width: 130px;
    position: relative; 
    display: inline-block;
    text-align:center;
    padding-top: 7px;
}


.recordings-zoom-range-control{
    display: inline-block;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    outline: none;
}

.recordings-zoom-range-control::-webkit-slider-runnable-track{
    background: #E4E4E4;
    height: 0.4rem;
}
.recordings-zoom-range-control.disabled::-webkit-slider-runnable-track{
    background: #F0F0F0;
    height: 0.4rem;
    cursor: default;
}

.recordings-zoom-range-control::-moz-range-track{
    background: #E4E4E4;
    height: 0.4rem;
}

.recordings-zoom-range-control.disabled::-moz-range-track{
    background: #F0F0F0;
    height: 0.4rem;
}

.recordings-zoom-range-control::-webkit-slider-thumb{
    -webkit-appearance: none;
    appearance: none;
    margin-top: -6px;
    background-color: #B3B2B2;
    border-radius: 1rem;
    height: 1.5rem;
    width: 1.5rem;
}

.recordings-zoom-range-control.disabled::-webkit-slider-thumb{
    background-color: #DDD;
}

.recordings-zoom-range-control::-moz-range-thumb{
    border: none;
    margin-top: -6px;
    background-color: #B3B2B2;
    border-radius: 1rem;
    height: 1.5rem;
    width: 1.5rem;
}

.recordings-zoom-range-control.disabled::-moz-range-thumb{
    background-color: #DDD;
}

.recordings-control-item{
    text-align: center;
}

.recordings-rewind-icon > span{
    position: relative;
    top: 2px;
}

.toggle-disabled-control.disabled{
    cursor: default !important;
}
.toggle-disabled-control.disabled span.glyphicon{
  color: #eee !important;
}


.recordings-btn-play-only-regions{
    display: none;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 5px;
    left: 0px;
}

.recordings-btn-play-only-regions.visible{
    display: block;
}

.recordings-btn-play-only-regions span{
    position: relative;
    width: 22px;
    height: 22px;
}


.recordings-timeline-cursor-lock-icon{
    position: relative;
    top: 2px;
}

.add-to-dashboard-filters-container{
    visibility: hidden;
    padding:10px; 
    height: 150px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #FFFFFF;
    z-index: 1;
}
.add-to-dashboard-filters-container.active{
    visibility: visible;
}


.column-to-hide-group-supervisors{
    display: none;
}
.column-to-hide-group-transcribers{
    display: none;
}
.pagination-row-no-margins{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.pagination-row-no-margins .leading{
    padding-left: 0 !important;
}

.pagination-row-no-margins .trailing{
    padding-right: 0 !important;
}

.list-container{
    padding:0;
    position:relative;
    overflow-y:auto;     
}
.list-container table{
    margin-bottom: 300px;
}

.transcript-main-container{
    padding:0 10px;
    margin-top:0px;    
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.playing-controls-container a{
    margin-left: 10px !important;
}

.player-max-min-icon{
    position: relative;
    top: 2px;
}

.parameter-player-title-controls{
    position: absolute;
}

.parameter-player-title-controls.inner-player{
    top: 5px;
    right: 5px;
}

.parameter-player-title-controls.modal-player{
    top: 25px;
    right: 60px;
}

.list-fixed-header{
    position:sticky;
    z-index: 10;
}

.list-fixed-header.fixed-header-one{
    top:-1px;
}

.list-fixed-header.fixed-header-two{
    top:18px;
}

.table-fixed-header{
    position: absolute;
    top: 0;
    left: 0;
}


.transcripts-no-media-files td{
    background-color: rgba(255,0,0,0.3) !important;
}


.backup-corner-link{
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 0;
    border-color: transparent #999 transparent transparent;
}

.cell-show-calendar{
	cursor: pointer !important;
}


.create-transcriptions-save-button span.caret{
    position: absolute;
    top:14px;
    right: 5px;
}


.schedule-details-item-table-container{
    position: relative;
    max-height: 250px;
    overflow-y: scroll;
}

.schedule-time-range{
    font-size: 1.0em;
    margin: 0;
}

.schedule-recording-type{
    font-size: 0.9em;
    margin: 0;
}


video::-webkit-media-controls-timeline{
    display: none !important;
}
video::-webkit-media-controls-play-button{
    display: none !important;
}
video::-webkit-media-controls-current-time-display{
    display: none !important;
}
video::-webkit-media-controls-time-remaining-display{
    display: none !important;
}
video::-webkit-media-controls-volume-control-container{
    display: none !important;
}
.transcript-headed-playing-cursor{
    position: absolute; 
    bottom: 20px;
    height: 75px; 
    width: 2px;
    z-index:10;
}

.transcript-headed-playing-cursor .body{
    position: absolute; 
    bottom:0; 
    left:0; 
    height: 60px; 
    width: 1px; 
    border-left: 1px solid red;
}

.transcript-headed-playing-cursor .head{
    position: absolute; 
    top:0; 
    left:-5px; 
    height: 15px; 
    width: 10px;
}

.transcript-headed-playing-cursor .head .top{
    position: absolute; 
    top:0; 
    left:0; 
    height: 10px; 
    width: 10px;
    background-color: red;
}

.transcript-headed-playing-cursor .head .arrow{
    position: absolute; 
    top:10px; 
    left:0; 
    height: 0; 
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid red;
}


.btn-timeline-regions-actions{
    position: relative;
    min-width: 90px;
    text-align: center;
    margin-right: 10px;
}
.btn-timeline-regions-actions span.cut-icon{
    position: absolute;
    top: 7px;
    left: 8px;
}
.btn-timeline-regions-actions span.caret{
    position: absolute;
    top: 14px;
    right: 5px;
}

.btn-timeline-regions-actions.btn-default span.caret{
    visibility: hidden;
}


.recordings-menu-timeline-regions{
    width: 160px;
    left: 75px;
}
.recordings-menu-timeline-regions.visible{
    display: block;
}

.recordings-menu-timeline-regions a span{
    color: #afacace0 !important;
    margin-right: 10px;
}


.recordings-btn-timeline-regions-trash{
    display: none;
    position: absolute;
    top: 8px;
    right: 5px;
}

.recordings-btn-timeline-regions-trash span{
    color: #ccc;
}


.finish-error-message-camera-marker{
    color: red;
    font-size: 1.5em;
    position: relative;
    top: 9px;
}


.recordings-top-bar-controls-container{
    display: flex;
    justify-content: space-between;
}

.recordings-btn-fullscreen-toggle.active span.glyphicon{
    color: #4498C7 !important;
}

.recordings-date-label{
    position: relative;
    top: 15px;
}


.recordings-btn-toggle-info{
    position: relative;
    top: 10px;
}


.recordings-btn-actions{
    position:relative;
    display:inline-block;
    width:100px;
    height:34px;
    z-index: 1002;
}

.recordings-btn-actions.disabled .recordings-btn-actions-ddl{
    display: none !important;
}


.more-filters-checkbox-container{
    padding-top:20px;
}

.more-filters-checkbox-container span.control-label{
    font-weight: bold;
}


.edit-volume-video-container{
    position: relative;
    width: 100%;
    min-height: 250px;
    max-height: 250px;
    background-color: black;
    margin-bottom: 5px;
}

.edit-volume-video-container video{
    min-height: 250px;
    max-height: 250px;
}

.edit-volume-video-container audio{
    position: relative;
    top: 100px;
    width: 80%;
}


.modal-body.maximized .edit-volume-video-container{
    min-height: 480px;
    max-height: 480px;
}

.modal-body.maximized .edit-volume-video-container video{
    min-height: 480px;
    max-height: 480px;
}


.preview-video-container{
    position: relative;
    width: 100%;
    min-height: 250px;
    max-height: 250px;
    background-color: black;
    margin-bottom: 5px;
}

.preview-video-container video{
    min-height: 250px;
    max-height: 250px;
}

.preview-video-container audio{
    position: relative;
    top: 100px;
    width: 80%;
}

.modal-body.maximized .preview-video-container{
    min-height: 530px;
    max-height: 530px;
}

.modal-body.maximized .preview-video-container video{
    min-height: 530px;
    max-height: 530px;
}

.edit-volume-playing-controls-container{
    width: 100%;
    text-align: center;
    padding-top: 5px;
}

.volume-tooltip{
    width: 25px;
    height: 25px;
    background-color: #999;
    color: white;
    padding: 3px;
    font-size: 1.1em;
    border-radius: 5px;
    font-weight: bold;
}

.volume-tooltip.value-0{
    padding-left: 8px;
}

.volume-tooltip.value-10{
    padding-left: 2px;
    padding-top: 4px;
    font-size: 0.9em;
}


.edit-volume-range-control{
    display: inline-block;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
}

.edit-volume-range-control::-webkit-slider-runnable-track{
    background: #E4E4E4;
    height: 0.4rem;
}
.edit-volume-range-control.disabled::-webkit-slider-runnable-track{
    background: #F0F0F0;
    height: 0.4rem;
    cursor: default;
}

.edit-volume-range-control::-moz-range-track{
    background: #E4E4E4;
    height: 0.4rem;
}

.edit-volume-range-control.disabled::-moz-range-track{
    background: #F0F0F0;
    height: 0.4rem;
}

.edit-volume-range-control::-webkit-slider-thumb{
    -webkit-appearance: none;
    appearance: none;
    margin-top: -6px;
    background-color: #B3B2B2;
    border-radius: 1rem;
    height: 1.5rem;
    width: 1.5rem;
}

.edit-volume-range-control.disabled::-webkit-slider-thumb{
    background-color: #DDD;
}

.edit-volume-range-control::-moz-range-thumb{
    border: none;
    margin-top: -6px;
    background-color: #B3B2B2;
    border-radius: 1rem;
    height: 1.5rem;
    width: 1.5rem;
}

.edit-volume-range-control.disabled::-moz-range-thumb{
    background-color: #DDD;
}



.edit-volume-controls-container{
    padding-top:10px;
}

.edit-volume-controls-container .controls{
    width: 100%;
    display: inline-grid;
    grid-template-columns: 10% 80% 10%;
}

.edit-volume-controls-container .labels{
    width: 100%;
    display: inline-grid;
    grid-template-columns: 40% 10% 20% 30%;
}

.edit-volume-controls-container .controls .volume-range-container{
    position: relative;
    top: 10px;
}

.edit-volume-controls-container .labels span.glyphicon-volume-up::before{
    top: -5px;
}

.edit-volume-controls-container .controls .volume-range-container .volume-tooltip{
    position: absolute;
    top: -35px;
    left: -5px;
}


.edit-volume-preview-edited-current-volume-container{
    display: none;
    position: absolute;
    top:0;
    right: 25%;
}

.edit-volume-preview-edited-current-volume-container span.glyphicon-volume-up::before,
.edit-volume-controls-container-labels span.glyphicon-volume-up::before{
    font-size: 1.8em;
    position: relative;
}

.edit-volume-preview-edited-current-volume-container span.glyphicon-volume-up::before{
    top: 5px;
}



.edit-volume-preview-edited-current-volume-container .volume-tooltip{
    display: inline-block;
}

.modal-content{
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}


.btn-edited-original{
    color: #B5B2B2;
    border: 1px solid #ADA9A9;
    padding: 6px 12px;
    border-radius: 4px;
    background-color: white;        
}

.btn-edited-original:hover{
    color: #B5B2B2;
}

.btn-edited-original span.glyphicon{
    color: #DDD !important;
}

.btn-edited-original.selected{
    color: #7FA2B0;
    border: 1px solid #7FA2B0;
}

.btn-edited-original.selected span.glyphicon{
    color: #7FA2B0 !important;
}

.edit-volume-original-edited-toogle-controls-container{
    display: none;
    width: 100%;
}

.edit-volume-original-edited-toogle-controls-container .controls{
    width: 100%;
    display: inline-grid;
    grid-template-columns: 25% 25% 25% 25%;
    padding: 25px 20px;
    background-color: #eee;
    border-radius: 10px;
    border: 1px solid #ccc;
}


.modal-header-video-size-controllers{
    position: absolute;
    top: 10px;
    right: 40px;
}


.preview-playing-controls-container{
    width: 100%;
    text-align: center;
    padding-top: 5px;
}

.upper-right-corner-span{
    position: absolute;
    top: 9px;
    right: 15px;
    color: #a9a9a9;        
}


.input-time-container .updated-help-text{
    display: none;
    font-size: 0.9em;
    color: red;        
}

.input-time-container.updated input{
    border-color: green;
}

.input-time-container.updated .updated-help-text{
    display: inline-block;
}


.recordings-timeline-container{
    display: grid;
    grid-template-rows: 120px auto;
    position: relative;
    height: 170px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #ccc;
    overflow-x: hidden;
    overflow-y: hidden;
}
.svg-time-text{
    font-size: 0.89em;
}
.svg-timeline{
    position: relative;
    left: 40px;
}
.svg-timeline.dragging{
    cursor: col-resize;
}

.svg-camera-name{
    fill: white;
    stroke: black;
    stroke-opacity: 0.5;
    stroke-width: 1;
}

.svg-camera-name-tooltip-container{
    display:none;
}

.timeline-upper-container{
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: scroll;
    overflow-y: scroll;
}

.timeline-bottom-container{
    position: absolute;
    top: 120px;
    left: 0;
    background-color: white;
    overflow-x: scroll;
    overflow-y: scroll;
}

.timeline-bottom-container.browser-chrome-win,
.timeline-bottom-container.browser-chrome-mac,
.timeline-bottom-container.browser-edge,
.timeline-bottom-container.browser-firefox-mac,
.timeline-bottom-container.browser-firefox-win{
    top: 120px;
}

.timeline-upper-container.browser-firefox-mac,
.timeline-upper-container.browser-firefox-win,
.timeline-upper-container.browser-chrome-mac,
.timeline-upper-container.browser-safari{
    overflow-x: hidden;
}

.cameras-icons-container,
.timeline-dummy-container{
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 1;
}
.editing-region-border{
    cursor: col-resize;
}

.timeline-cursor-header{
    cursor: col-resize;
}
.camera-single-subs-marker{
    font-size: 1.5em;
    color: red;
    position: relative;
    left: 5px;
}

.timeline-upper-container .icon-lock-grey{
    display: none;
    position: absolute;
    top: 1px;
    left: 0;
}

.timeline-upper-container .icon-lock-grey.visible{
    display: inline-block;
}


.transcript-textinput-upper-row {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .transcript-textinput-upper-row .input-title, .timer-container {
    margin-right: 10px; 
  }
  .transcript-textinput-upper-row .spacer {
    flex-grow: 1; 
  }
  .transcript-textinput-upper-row .broadcaster-title {
    min-width: 220px;
    text-align: center;
  }  


  .transcript-textinput-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .transcript-textinput-bottom-row .separator{
    min-width: 2px;
    height: 100%;
    padding-bottom: 10px;    
  }
  .transcript-textinput-bottom-row .separator .vertical-line{
    min-height: 50px;
    border-left: 1px solid #ccc;
  }

  .transcript-textinput-bottom-row .input-container{
    flex-grow: 1; 
  }
  .transcript-textinput-bottom-row .broadcaster-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 150px;
  }

  .transcript-textinput-bottom-row .broadcaster-container div.radio{
    min-width: 100px;
  }

  .transcript-textinput-bottom-row .broadcaster-container .broadcaster-name{
    position: relative;
    top:2px;
  }

  .transcript-textinput-bottom-row .buttons-container{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 220px;
    padding-left: 10px;
  }
  .transcript-textinput-bottom-row .buttons-container .btn{
    padding: 4px;
    width: 45%;
  }

  .transcript-textinput-bottom-row .input-container textarea{
    background-color: #f6f6f7a3;
    resize: none;    
  }

  .transcript-textinput-bottom-row .input-container textarea:focus{
    background-color: white;
  }


.transcripts-calendar-widget{
    background-color: white;
    border:1px solid #ccc;
    border-radius: 4px;
}
.transcripts-calendar-widget .title{
    text-align: center;
    padding: 5px;
    cursor: pointer;
}
.transcripts-calendar-widget table{
    margin-bottom: 0;
}
.transcripts-calendar-widget .title .week{
    color: #999;
}
.transcripts-calendar-widget .title .month,
.transcripts-calendar-widget .title .year{
    font-weight: bold;
}
.transcripts-calendar-widget .title .close{
    font-size:12px;
    position: relative;
    top: 5px;
    right: 3px;
}

.btn-search-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.5);
    display:none;
    z-index:1000;
    border-radius:4px;
    cursor:not-allowed;
}
.btn-dropdown-toggle-search-type{
    min-height:32px;
    min-width:20px !important;
    padding:0;border:none;
    background-color:#ccc;
}

.btn-show-filters-modal{
    min-width: 45px !important;
}
.btn-show-filters-modal.active{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}   

.quick-search-container {
    position: relative;
    flex: 1;
}
.quick-search-results {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 1000;
    max-height: 125px;  
    overflow-y: auto;
    display: none;
}
.quick-search-results ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.quick-search-results ul li {
    padding: 5px 20px;
}

.quick-search-results ul li a{
    color: #666;
}

.quick-search-results ul li:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}

.quick-search-results ul li:hover a{
    font-weight: bold;
}

.quick-search-results ul li a {
    text-decoration: none;
}
.quick-search-clear {
    position: absolute;
    top: 9px;
    right: 12px;
    cursor: pointer;
    display: none;
}
.quick-search-loading {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 9px;
    right: 12px;
    display: none;
}

.table-sub-totals td.subtotal-cell{
    border:none !important;
    background-color:transparent !important;
    text-align: right !important;
    width: 50px !important;
    color: #777 !important;
    text-align: center !important;
    cursor: pointer !important;
}
.table-sub-totals td.subtotal-cell .subtotal-value{
    display: inline-block;
    background-color: #337ab72b !important;
    border-radius: 4px !important;
    padding: 5px !important;
    border: 1px solid #bbd1e3 !important;
    width: 47px !important;
}
.table-sub-totals td.subtotal-title{
    border:none !important;
    text-align: right;
    vertical-align: middle;
}

.non-editable-field{
    font-weight:normal !important;
    background-color:#f9f9f9 !important;
}

.text-align-right{
    text-align: right !important;
}
.text-align-left{
    text-align: left !important;
}

.weekly-cell{
    background-color: #FFFFFF !important;
    text-align: center !important;
}

.subtotal-cell{
    position:relative !important;
    width:50px !important;
    text-align:center !important;
    vertical-align:middle !important;    
}

.table-header-unbolded{
    color:#666 !important;
    font-weight:normal !important;
}

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

.link-color-blue{
    color:#4498c7 !important;
}

.subtotal-view-header-cell-padding{
    padding: 15px 5px !important;
}

.min-width-80px{
    min-width: 80px !important;
}

.dashboard-rol-user-type-title-color{
    color: #666666 !important;
}

.dashboard-rol-user-name-title-color{
    color: #CC5555 !important;
}

.color-light-grey{
    color: #ccc !important;
}
.position-relative{
    position: relative !important;
}

.position-absolute{
    position: absolute !important;
}

.transcripts-view-controls-row{
    display:flex;
    justify-content:space-between;
    gap:15px;
    padding-right:15px;
    padding-left:15px;
}

.vertical-align-middle{
    vertical-align:middle !important;
}

.transcripts-view-controls-row .transcripts-view-btn-search-container{
    max-width:180px;
}

.transcripts-view-controls-row .transcripts-view-btn-search{
    display:inline-block;
    width:180px;
    height:34px;
    color: #999;
    border: 1px solid #CCC;
    background-color: #FFF;
}

.transcripts-view-controls-row .transcripts-view-btn-search-submit{
    width:33px;
    height:100%;
    border:none;
}

.transcripts-view-controls-row .transcripts-view-btn-search-submit-label{
    position:absolute;
    left:10px;
}

.transcripts-view-controls-row .transcripts-view-btn-search-type-container{
    position:absolute;
    top:1px;
    right:0;
}

.transcripts-view-controls-row .transcripts-view-btn-search-type-container .btn-group button span.caret{
    color:white;
}

.transcripts-view-controls-row .transcripts-view-btn-search-type-container .btn-group ul.dropdown-menu{
    left:-158px;
}

.transcripts-view-controls-row .transcripts-view-btn-search-type-container .btn-group ul.dropdown-menu{
    left:-158px;
}


.transcripts-view-controls-row .btn-show-filters-modal{
    color:#ccc;
}

.transcripts-view-controls-row .btn-show-filters-modal span{
    width:16px;
    height:16px;   
}

.transcripts-view-controls-row .transcripts-view-btn-add-transcriptions{
    visibility:visible;
    vertical-align:middle;
    width:100px;
    text-align:center;
    position:relative;
}

.transcripts-view-controls-row .transcripts-view-btn-add-transcriptions span.icon-plus-sign{
    position:absolute;
    top:11px;
    left:12px;
}

.transcripts-view-controls-row .transcripts-view-btn-add-transcriptions span.text-add-transcriptions{
    position:relative;
    top:1px;
}
