﻿#settingsIcon, #homeIcon, #logoutIcon, #calendarIcon 
{
    cursor: pointer;
}

#contentMain {
    padding-left:35px;
}

.logo {
    width:180px;
}

.full {
    display:flex;
    flex-direction: row;
    height:100%;
    width:100%;
}

.content-container {
    max-width: 132rem;
    padding: 1rem 2rem 1rem 2rem;
    margin: auto;
}

.content-wrapper {
    height: 100%;
    width: 100%;
}

.container-content {
    height: 100%;
    width: 100%;
    padding: 0rem 8rem 8rem 8rem;
}

#newEventDialog .modal__content {
    width:600px;
}

#loadingBackDrop div {
    background-color: #ffffff;
    position: absolute;
    padding: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 25px;
    border: 2px solid #7f7f7f;
}

.nav-side--left {
    position: static !important;
}

.calendarRow {
    min-height: 90px !important;
    height: 90px !important;
}

.sidebar {
    width: 275px !important;
    min-width: 275px !important;
    max-width: 275px !important;
    background-color: #eef3f6;
}

.dot {
    height: 20px;
    width: 20px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.greenDot {
    height: 20px;
    width: 20px;
    background-color: #25B252;
    border-radius: 50%;
    display: inline-block;
}

.redDot {
    height: 20px;
    width: 20px;
    background-color: #DD1122;
    border-radius: 50%;
    display: inline-block;
}

.blueDot {
    height: 20px;
    width: 20px;
    background-color: #086ADB;
    border-radius: 50%;
    display: inline-block;
}


.greyDot {
    height: 20px;
    width: 20px;
    background-color: #cccccc;
    border-radius: 50%;
    display: inline-block;
}

.yellowDot {
    height: 20px;
    width: 20px;
    background-color: #f1c40f;
    border-radius: 50%;
    display: inline-block;
}

.orangeDot {
    height: 20px;
    width: 20px;
    background-color: #FF8B2E;
    border-radius: 50%;
    display: inline-block;
}

.flatpickr-calendar {
    z-index: 1999999 !important;
}

.tableInTableMini {
    border: 0px !important;
    border-spacing: 0px !important;
    border-collapse: collapse !important;
    margin: 0px !important;
    padding: 0px !important;
}

    .tableInTableMini td {
        border: 0px !important;
        border-spacing: 0px !important;
        border-collapse: collapse !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    .tableInTableMini tr {
        border: 0px !important;
        border-spacing: 0px !important;
        border-collapse: collapse !important;
        margin: 0px !important;
        padding: 0px !important;
    }

.tableInTable {
    border-bottom: 0px !important;
    border-top: 0px !important;
    border-spacing: 0px !important;
    border-collapse: separate !important;
    height: 80px !important;
    min-height: 80px !important;
}

.tableInTable td {
    padding:0px !important;
    height:40px !important;
}

.streamStatusBox td {
    font-size: 10px !important;
    font-style:italic !important;
    width:50% !important;
}

.streamStatusBox td:nth-child(2) {
    padding-left:10px !important;
}

.noborder {
    border-width:0px !important;
}

.socialIcon {
    width: 20px;
    margin: 0px;
    padding: 0px;
}

.activePlaylistItem {
    border: 5px solid #cc0000 !important;
}

.playlistItem {
    border: 5px solid transparent;
}

#productionInfosContentCell {
    width: 100% !important;
}

.loggingTable td {
    padding: 0px 5px !important;
    font-size:12px;
    vertical-align:top;
}

.logLevel30 {
    color: green !important;
    font-weight: bold;
}

.logLevel40 {
    color: #660066;
    font-weight: bold;
}

.logLevel50 {
    color:red;
    font-weight:bold;
}

.stackTrace {
    border:2px solid red;
    font-weight:bold;
}

.logLevelRow30 td {
    color: #999999;
}

.ui-draggable {
    z-index:2 !important;
}

#sessionStatusImg {
    height:47px !important;
}

#wscThumbnail {
    height: 40px;
    cursor: pointer;
    border-radius: 5px;
}

.footNotes {
    font-size:10px;
    font-style:italic;
    text-align:right;
    width:100%;
}

.tabTable {
    margin: 0px !important;
    padding: 0px !important;
    border-bottom: 0px !important;
    border-top: 0px !important;
    border-spacing: 0px !important;
    border-collapse: separate !important;
    width: 642px !important;
    max-width:642px !important;
    min-width:642px !important;
    background-color: #f1f1f1;
}


    .tabTable td {
        white-space: nowrap;
        margin: 0px !important;
        padding: 0px !important;
        background-color: #d5d5d5;
        border-top: 3px solid transparent;
    }

        .tabTable td:hover, .tabTable td:hover .tableInTableMini, .tabTable td:hover .tableInTableMini td {
            background-color: #ddd;
        }

        .tabTable td.active, .tabTable td.active table e, .tabTable td.active table td {
            background-color: #FFFFFF !important;
            border-top: 3px solid #858585;
        }

.tabLinks {
    border-right: 2px solid #fff !important
}

.clickable {
    cursor:pointer;
}

.standalonePlayerStatusPic {
    width: 75px;
    opacity: 0.25;
}

.standalonePlayerStatusPicClickable {
    width: 85px;
    opacity: 0.65;
}

.standalonePlayerStatusPicActive {
    width: 115px !important;
    opacity: 1 !important;
}


.statusDividerHR {
    width: 15px !important;
    height: 3px !important;
    margin: 0px 5px !important;
    background-color: #DDE3E7 !important;
    color: #DDE3E7 !important;
}


.sw-code {
    padding: 8px 20px;
    margin: 24px 20px;
    box-shadow: none !important;
    background-color: #E7E9EB;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important
}

.sw-code div {
    font-size: 10px;
    width: auto;
    background-color: #fff;
    color: #000;
    padding: 8px 12px;
    border-left: 4px solid #4CAF50;
}

.copy:hover {
    cursor: pointer;
}

#streamAnalyzerWrapper table td {
    padding:8px !important;
}

.streamTargetTitle img {
    height:15px;
}