/* --------------------------------------------------  
Sticky footer styles
-------------------------------------------------- */

:root {
    --blue: #4e73df;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e74a3b;
    --orange: #fd7e14;
    --yellow: #f6c23e;
    --green: #1cc88a;
    --teal: #20c9a6;
    --cyan: #36b9cc;
    --white: #fff;
    --gray: #858796;
    --gray-dark: #5a5c69;
    --primary: #4e73df;
    --secondary: #858796;
    --success: #1cc88a;
    --info: #36b9cc;
    --warning: #f6c23e;
    --danger: #e74a3b;
    --light: #f8f9fc;
    --dark: #5a5c69;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 30px;
    /* Margin bottom by footer height */
}

body>.container,
body>.container-fluid {
    padding: 43px 0 0 0;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    /* Set the fixed height of the footer here */
    line-height: 28px;
    /* Vertically center the text there */
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

.card-panel,
.card,
.breadcrumb {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.selectize-dropdown {
    z-index: 9999;
}

.selectize-form-control {
    display: block;
    min-width: 200px;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-move {
    cursor: move;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.calendar-margin-top {
    margin-top: 10px;
}

#accordionRoles .card-text .row {
    margin-right: 0;
    margin-left: 0;
}

#accordionRoles .card-body {
    padding-top: .6em;
    padding-bottom: .25em;
}

.bpmn-model-wrapper {
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    height: 100% !important;
}


/* --------------------------------------------------  
*  Playlist Scheduling Tool drag and drop
*  -------------------------------------------------- */

body.dragging,
body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

.dragged td {
    background-color: #eee;
    -webkit-box-shadow: 11px 5px 12px 2px #333, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
    -webkit-box-shadow: 6px 3px 5px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
    -moz-box-shadow: 6px 4px 5px 1px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
    -box-shadow: 6px 4px 5px 1px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
}

.dragged td:last-child {
    -webkit-box-shadow: 8px 7px 12px 0 #333, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
    -webkit-box-shadow: 1px 8px 6px -4px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
    -moz-box-shadow: 0 9px 4px -4px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset, -1px 0 0 #ccc inset;
    -box-shadow: 0 9px 4px -4px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset, -1px 0 0 #ccc inset;
}


/* line 94, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */

.sorted-table tr {
    cursor: pointer;
}


/* --------------------------------------------------  
*  Playlist Scheduling Tool drag and drop
*  -------------------------------------------------- */

.modal-overflow-y {
    max-height: 600px;
    overflow-y: auto;
}

.form-control-in-row {
    font-size: 0.9rem;
    line-height: 1.1;
}

.background-white {
    background: white;
}

.fixed-table-body {
    overflow: visible !important;
}

.card-body-overflow-y {
    max-height: 755px;
    overflow-y: auto;
}

.tab-content-overflow-y {
    max-height: 700px;
    overflow-y: auto;
}

.tap-pane-body-overflow-y {
    max-height: 610px;
    overflow-y: auto;
}

.nav-pills-padding {
    max-width: 50px;
}

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

.font-size-14 {
    font-size: 14px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-10 {
    font-size: 10px;
}

.transition {
    flex-shrink: 1;
    transition: all 400ms ease;
}

.fixed-select {
    min-width: 150px !important;
}

.selectize-input-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 920;
}

.ui-state-highlight {
    height: 1.5em;
    line-height: 1.2em;
    color: #004085;
    background-color: #cce5ff;
    border: 1px solid #b8daff;
    border-radius: .25rem;
}

.breadcrumb {
    padding: 0.35rem 1rem;
}

.navbar {
    padding: .1rem 1rem;
}

.ui-layout-pane-borderless {
    border: unset !important;
}

table td {
    word-wrap: break-word;
}

.dropdown-menu {
    min-width: 12rem;
}

.text-light-gray {
    color: rgba(255, 255, 255, .5);
}


/* --------------------------------------------------  
jQuery UI Layout styles -- start
-------------------------------------------------- */

.ui-layout-resizer {
    background: #333 !important;
    border: 1px solid #333 !important;
    border-width: 0;
}

.ui-layout-toggler-south,
.ui-layout-toggler-east,
.ui-layout-toggler-west {
    border-width: unset !important;
    border: unset !important;
}

.ui-layout-resizer-sliding {
    opacity: .50 !important;
}


/* --------------------------------------------------  
jQuery UI Layout styles -- end
-------------------------------------------------- */

button,
select {
    text-transform: none;
}

.ui-layout-toggler {
    background-color: transparent
}

a {
    color: #004085;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: "";
    background-image: url('../img/movie_play.png');
    background-repeat: no-repeat;
    background-size: 96px;
    background-position: 55% calc(50% - 0px);
    border: none !important;
    box-shadow: none !important;
}

.not-allowed {
    cursor: not-allowed! important;
}

.select-static-width {
    width: 200px !important;
}

.playlist-schedulling-tooltip{
    padding-left: 5px;
    position: relative;
    display: inline-block;
}

.playlist-schedulling-tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -15px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .playlist-schedulling-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 15px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  .playlist-schedulling-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }

  div#playlist-pane-hidden-container div div div.bs-bars{
	width: 98%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
 }

  .search-box-align{padding-left: 12%;} 
  input#searchBox{width: 100%; height: 33px;}
  .searchBoxOk, .searchBoxOk:hover, .searchBoxOk:focus{color:green;} 
  .searchBoxKo, .searchBoxKo:hover, .searchBoxKo:focus{color:red;} 
  .boostrap-table-custom-controls div{float: left;}
  .input-group-text-search{background-color: #e9ecef !important; opacity:1;}

  a.disabled {
    pointer-events: none;
    cursor: default;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
  }

  .special-blue{
    background-color: #4949d8 !important;
 }

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

 textarea.code-viewer{
    padding:0px 5px 0px 5px;
    width:100%;
    min-width:350px;
    height:200px;
    overflow:auto; 
    border-width:0px 1px 1px 1px; 
    border-style:solid; 
    border-color:#dee2e6;
    resize: none;
 }

 .card-header-slim{
     padding:0;
 }

 .textarea-container {
    position: relative;
  }
  .textarea-container textarea {
    box-sizing: border-box;
  }
  .textarea-container button {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .tooltip {
    position: relative;
   /* display: inline-block;*/
  }
  
  #copy-player-profile .tooltip-copy {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  #copy-player-profile .tooltip-copy::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  #copy-player-profile:hover .tooltip-copy{
    visibility: visible;
    opacity: 1;
  }

  .is-invalid-label{ border-color: #dc3545 }
  .is-invalid-summernote{border: 1px solid red}

  .col-xs-0 {
    width: 0px;
    float: left;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    min-height: 1px;
}

#left,#right {
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: 	all 500ms ease-in-out 0s;
    -o-transition: 		all 500ms ease-in-out 0s;
    transition: 		all 500ms ease-in-out 0s;  
}
div#left.col{padding: 0;}

.container-left-right{
    min-height:500px;
    height:820px;
    max-height:1200px; 
    overflow-y:auto;
    overflow-x:hidden; 
  /*  border:2px solid #6E6259;*/ 
    padding-left:5px;
    padding-right:5px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 97%;
    display: block;
    float: left;
}

.container-right-max{
    max-width: 1200px;
}

div.leftRightSeparator div#hideLeft{
    width:25px;
    height:25px;
    margin:0;
    position:absolute;
    top:50%;
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    background-color:#6E6259
}

div#hideLeft span{
    display:block;
    margin-top:2px;
    margin-left:5px;
}

div.leftRightSeparator{   
    min-height:500px;
    height:820px;
    max-height:1200px; 
    width: 3%;
    padding-left: 10px;
    margin: 0;
    display: block;
    float: left;
}
div.leftRightSeparator div#hideLeft{
    cursor: pointer;
    color:white;
}
div.leftRightSeparator div#hideLeft:hover{
    color:#ffc107;
}

div.leftRightSeparatorLeft{
    padding-left: 7px;
} 

.msg-alarm-label {
    position: absolute;
    top: 2px;
    right: 16px;
    display: block;
  /*background: #00acac;*/
    background: #FF0000;
    line-height: 7px;
    font-weight: 600;
    font-size: 12.2px;
    color: #fff;
    padding: .3em .3em;
    border-radius: 10px;
}

.msg-alarm-label-ul {
    margin: 0;
    border-top: 1px solid #f2f3f4;
    box-shadow: 0 13px 25px -2px rgba(0,0,0,.2);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 500px !important;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-height: 800px;
    overflow-y: auto;
}

.msg-alarm-label-ul-header {
    padding: 10px 15px !important;
    background: #f2f3f4;
    font-size: 10px;
    font-weight: 700;
    color: #585c61;
    margin: -7px 0 10px;
    display: block;
    white-space: nowrap;
}

.msg-alarm-label-ul-header-bis {
    background: #f2f3f4;
    height: 53px;
    font-size: 12px;
    font-weight: 700;
    color: #585c61;
    margin: -7px 0 10px 0;
    display: block;
    white-space: nowrap;
    float: left;
    width: 100%;
}

.msg-alarm-label-ul-body {
    border-top: 1px solid #f2f3f4;
    border-bottom: 1px solid #f2f3f4;
    margin-bottom: -1px;
    padding: 15px;
    list-style-type: none;
}
.msg-alarm-label-ul-body>div{
    display: table-cell;
    vertical-align: top;
}
.msg-alarm-label-ul-body>div.msg-alarm-header>i{
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
    border-radius: 6px;
}

.msg-alarm-label-ul-body>div.msg-alarm-header>i.warning{
    color: #8a6d3b;
    background-color: #fff3cd !important;
    border-color: #ffeeba !important;
}

.msg-alarm-label-ul-body>div.msg-alarm-header>i.warning {
    color: #8a6d3b;
    background-color: #fff3cd !important;
    border-color: #ffeeba !important;
}

.msg-alarm-label-ul-body>div.msg-alarm-header>i.info{
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}


.msg-alarm-label-ul-body>div.msg-alarm-header>i.danger{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}


.msg-alarm-label-ul-body > div.msg-alarm-body {
    width: 10000px;
    overflow: hidden;
    zoom: 1;
    flex: 1;
    padding-left: 15px;
}

.msg-alarm-label-ul-body>div.msg-alarm-body>h6{
    font-weight: bolder;
    margin: 0;
    line-height: 16px;
    color: #b6c2c9 !important;
    text-decoration: none;
    font-size: 11px;
}

.msg-alarm-label-ul-body>div.msg-alarm-body>div{
    color: #242a30 !important;
    font-size: 12px !important;
    font-weight: 700;
}

.msg-alarm-label-ul-footer {
    font-weight: 700;
    color: #585c61;
    font-size: 12px;
    padding: 10px 15px;
    text-align: center !important;
    list-style-type: none;
}

.msg-alarm-label-ul-footer>a{
    text-decoration: none;
    color: #585c61;
}

.msg-alarm-notifications-controls{
    float:left;
    padding:10px;
    padding-bottom:0;
    padding-top: 20px;
    margin-bottom:-10px !important;
}

div.notifications-box li.msg-alarm-label-ul-body div.msg-alarm-header i, 
ul.msg-alarm-label-ul div.msg-alarm-label-ul-header-bis div.msg-alarm-notifications-controls i{
    cursor: pointer;
} 

.shepherd-title {

    color:  #f8f8f8;
}

.shepherd-button {
    background: #ec6f10;
}

.shepherd-has-title .shepherd-content .shepherd-header {
    background: #6E6259;
    padding: 1em;
}

.shepherd-button:not(:disabled):hover {
    background: #6E6259;
    color: hsla(0,0%,100%,.75);
}

.readonly-datepicker{
    background-color: white !important;
}

.brand-logo {
    box-shadow: 2px 2px 2px 2px;
}