/* --------------------------------------------------  
Sticky footer styles
-------------------------------------------------- */
.footer-img{
    width: 75px;
}

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

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

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

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

.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;
}
  
.selectize-input-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.selectize-control.single .selectize-input, .selectize-dropdown.single {
    border-color: #ced4da;
}

.selectize-control.single .selectize-input {
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
	box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  	background-color: #f9f9f9;
  	background-image: -moz-linear-gradient(top, #fff, #fff);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff));
  	background-image: -webkit-linear-gradient(top, #fff, #fff);
  	background-image: -o-linear-gradient(top, #fff, #fff);
  	background-image: linear-gradient(to bottom, #fff, #fff);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff', endColorstr='#fffff', GradientType=0);
}

.btn, .cursor-pointer {
	cursor: pointer;
}

.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: 800px;
    overflow-y: auto;
}

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

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

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

.range-booking .slider.slider-horizontal {
    width: 100%;
}

.range-booking .slider-handle {
    width: 5px;
    background: #ffffff;
    border: solid 1px;
}

.range-booking .slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
    margin-left: 0px;
}

.range-booking .slider-handle.round {
    border-radius: 0%;
}

.range-booking .slider-selection {
    background: #000000;
    border-radius: 4px 0px 0px 4px;
}

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

.recording-preview{
   width:177px;
   position: relative;
}

.recording-preview div{
    float: left;
    position: absolute;
    left:65px;
    top:25px;
}

.recording-preview div i.fa-play-circle{
    color:#28a745;
}

.recording-preview img.img-fluid{
    height:100px; 
    width:177px; 
}
.recording-preview > div[name="divStopRecording"]{
    color:#dc3545;
    display: none;
}
.recording-preview:hover > div[name="divStopRecording"]{
    display: block;
}

.table-recorder-config > tr {
    height: 200px;
}

.modal-x-dialog {
    max-width: 100%;
    margin: 1.75rem auto;
}
.modal-xlg {
        width:  86%; 
 }

.thumbsBar {
    width: 141.6px; 
    height:80px; 
    margin-right:2px; 
    float: left; 
}

.thumbsBar.show{
    display:block;
}

.thumbsBar.hide{
    display:none;
}


.selected-frame{
    border: 2px solid gold;
}


.sliderticks {
    display: flex;
    justify-content: space-between;
    padding: 0 7px;
    z-index: 1;
    cursor:pointer;
  }
  
 .sliderticks p {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 0.2em;
    background: #D3D3D3;
    height: 15px;
    line-height: 40px;
    margin: -15px 0 0 0;
    font-size: 0.69em;
    cursor:pointer;
  }

  #slidercontainer-minutes{cursor:pointer;}
  #slidercontainer-minutes input{cursor:pointer;}

.day-disabled{
    color:red;
}

.day-enabled{
  color:green;
 }

 .div-textarea-container{
    resize:none;
    height: 129px;
    position:relative;
    padding: 0;
  }

 .textarea-content{
    resize:none;
    height: 127px;
    width:100%;
    padding: 0;
    padding-left: 10px;
    margin: 0;
    border: 0;
  }
  .textarea-content-error{
    color: #dc3545;
  } 
 .textarea-content-error::placeholder{
    color: #dc3545;
  } 
  .textarea-content-error select option{
    color: #dc3545;
  }

  .div-textarea-control{
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 118px;
    font-size: 0.8rem;
    font-weight: 500;
    height: 30px;
    padding-top: 5px;
    padding-left: 5px;
    background-color: #EC6F10;
    color: #fff;
    box-shadow: 1px 2px 6px;
    border-radius: .25rem;
    border: 1px solid rgba(0,0,0,.15)
  }
  div.modal-dialog.modal-lg{ top:5%; }
  div.modal-x-dialog.modal-xlg{top:0;}
