body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}

.vjs-picture-in-picture-control {
    display: none !important;
}

.stream-player-logo {
    filter: grayscale(1);
}

.stream-player-logo:hover {
    filter: grayscale(0);
}

.stream_background {
  background-color: #f1f1f1;
}

.handle {
    cursor: grab;
}

.trs-dialog {
    margin-top: 100px;
    padding: 18px;
}

.trs-dialog h3 {
    font-weight: normal;
}

.dropdown-light > li > .dropdown-item {
    color: rgba(0,0,0,.5);
}

.dropdown-light > li > .dropdown-item:hover {
    color: rgba(0,0,0,.7);
}

.url_root {
    color: #888;
}

.active_nav-link {
    background-color: #eee;
    color: rgba(0,0,0,0.7) !important;
}

.img-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img-headshot {
    border-radius: 25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img-headshot-sm {
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.container-fluid-maxd {
    max-width: 1800px;
    margin: auto
}

#details-head h1 {
    margin-bottom: 4px;
}

#details-head {
    margin-bottom: 24px;
}

.details-block .status {
    font-size: 32px;
    width: 40px;
}

.details-block {
    border-bottom: 1px;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.details-block code {
    display: block;
    padding: 8px;
    margin-bottom: 8px;
    background: #f5f5f5;
}

.details-block form {
    display: inline;
}

#details-schedule th {
    padding-top: 4px;
}

#details-schedule td {
    padding: 4px 0 4px 8px;
}

#details-schedule th {
    vertical-align: top;
    font-weight: normal;
    text-align: right;
}

#details-schedule .value {
    font-weight: bold;
}

#details-schedule .subtitle {
    color: #999;
}

#details-integrations th {
    width: 50px;
    text-align: center;
}

#details-integrations .label {
    background: #777777;
}

#details-integrations .on .label {
    background: #22bc66;
}

#details-integrations tr:hover th, #details-integrations tr:hover td {
    cursor: pointer;
    background-color: #f5f5f5;
}


#details-remove-check {
    border-color: #d43f3a;
    color: #d43f3a;
    background: #FFF;
}

.status.icon-up, .status.icon-started { color: #5cb85c; }
.status.icon-new, .status.icon-paused { color: #CCC; }
.status.icon-grace { color: #f0ad4e; }
.status.icon-down { color: #d9534f; }

.label-start {
    background-color: #FFF;
    color: #117a3f;;
    border: 1px solid #117a3f;
}

.label-ign {
    background: #fafafa;
    color: #333;
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}

td.details-control {
    text-align:center;
    color:forestgreen;
    cursor: pointer;
}
tr.shown td.details-control {
    text-align:center;
    color:red;
}

.row-light-bg {
    background: #eee !important;
}

.video-js .vjs-time-control {
    display: block;
}
.video-js .vjs-remaining-time {
    display: none;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px; /* Set the fixed height of the footer here */
    line-height: 100px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

.publisher {
    background: transparent !important;
}

.OT_widget-container{
    background-color: rgba(22,22,22, 0) !important;
}

.OT_publisher .OT_bar, .OT_subscriber .OT_bar{
    background: transparent !important;
}

.h-divider{
     margin-top:5px;
     margin-bottom:5px;
     height:1px;
     width:100%;
     /*border-top:1px solid #343a40;*/
}

.popover{
    width: 100px;
    text-align: center;
}

#cameraPublisherContainer {
    display:none !important;
}

.do-not-modify {
    opacity: 0.7;
}

#canvas-holder-sync {
  position: absolute;
  z-index: 10;
  top: 50%;  /* position the top  edge of the element at the middle of the parent */
left: 50%; /* position the left edge of the element at the middle of the parent */

transform: translate(-50%, -50%);
}

/*Bitmovin styling*/
.bmpui-ui-watermark {
  display: none;
}

.bmpui-ui-hugereplaybutton {
    display: none;
}

.bmpui-ui-casttogglebutton {
    display: none;
}

.bmpui-ui-hugeplaybacktogglebutton.bmpui-on .bmpui-image {
  animation: none;
}

.bmpui-ui-hugeplaybacktogglebutton.bmpui-off .bmpui-image {
  animation: none;
}

.bmpui-ui-controlbar {
    background: transparent !important;
}
.bmpui-ui-titlebar {
    background: transparent !important;
}

.bmpui-ui-recommendation-overlay {
    display: none;
}

.vjs-big-play-button {
    display: none !important;
}

.vjs-has-started .vjs-loading-spinner {
  display: none !important;
}

.navigation-item {

}

.navigation-item > a {
    color: #666666;
    text-decoration: none;
    border-bottom: 5px solid transparent !important;
}

.navigation-item > a:hover {
    color: #666666;
    text-decoration: none;
    border-bottom: 5px solid #999 !important;
}


.navigation-item > a.active {
    color: #333;
    text-decoration: none;
    border-bottom: 5px solid #047857 !important;
}

.sub-navigation-item > a {
    color: #666666;
    text-decoration: none;
    border-bottom: 5px solid transparent !important;
}

.sub-navigation-item > a:hover {
    color: #666666;
    text-decoration: none;
    border-bottom: 5px solid #999 !important;
}


.sub-navigation-item > a.active {
    color: #333;
    text-decoration: none;
    border-bottom: 5px solid #D1D5DB !important;
}