.dataCell {
    white-space: nowrap;
}
th.dt-head-right {
    text-align: right !important;
}
table.dataTable thead th.sorting,
table.dataTable thead th.sorting_asc,
table.dataTable thead th.sorting_desc {
    background: none;

}
table.dataTable tbody td.plat-grid-col-actions {
    padding: 0px !important;
}
.badge-tag {
    padding: 1px 9px 2px;
    margin-right: 2px;
    font-size: 12.025px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    background-color: #999999;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

    .badge-tag:hover {
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
    }

.badge-tag-error {
    background-color: #b94a48;
}

    .badge-tag-error:hover {
        background-color: #953b39;
    }

.badge-tag-warning {
    background-color: #f89406;
}

    .badge-tag-warning:hover {
        background-color: #c67605;
    }

.badge-tag-success {
    background-color: #468847;
}

    .badge-tag-success:hover {
        background-color: #356635;
    }

.badge-tag-info {
    background-color: #3a87ad;
}

    .badge-tag-info:hover {
        background-color: #2d6987;
    }

.badge-tag-inverse {
    background-color: #333333;
}

    .badge-tag-inverse:hover {
        background-color: #1a1a1a;
    }
.video-mirror {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.brixx-control-center-checkbox {
    padding: 6px 12px;
}

.plat-mandatory {
    background: inherit;
    color: red;
    /*position: absolute !important;*/
}

.menu-on-top #firstStaticMenu{
    margin-left: 20px;
}
body:not(.menu-on-top) #firstStaticMenu {
    margin-top: 20px;
}
#blockerOverlay {
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 99999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.dt-body-center {
    text-align: center;
}

.concurrent-user-icon {
    position: absolute;
    top: 50px;
    right: 10px;
}

.dev-mode-for-apps {
    background-color: red;
}

.plat-readonly-form-title:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    content: "\f023";
    margin-right: 2px;
}

.plat-readonly-form-title-observer:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    content: "\f502";
    margin-right: 2px;
}


li.isEditor:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    content: "\f044";
    margin-left: 5px;
}

li.isViewer:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    content: "\f1e5";
    margin-left: 5px;
}

.custom-footer {
    background: #2a2725;
    border-top: 1px solid #cecece;
    bottom: 0;
    display: block;
    height: 52px;
    padding: 15px 13px 0;
    padding-left: 233px;
    position: absolute;
    width: 100%;
}
