﻿body, html {
    padding: 0 !important;
    margin: 0 !important;
    height: 100% !important;
    width: 100% !important;
    background: #F8F9F9 !important;
}

.half-black {
    background: rgba(0, 0, 0, 0.5);
}

.om-interface-session {
    width: 100%;
    height: auto;
}

.om-interface-title {
    padding: 40px;
    padding-top: 10px;
    color: white;
    font-size: 20px;
    box-shadow: 0px 0px 1px #808B96;
    background: #09ACDC;
    padding-bottom: 200px;
}

.om-interface-body-session {
    width: 50%;
    height: 400px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0px 0px 4px #5D6D7E;
    margin-top: -100px;
    background: white;
}

.om-footer {
    clear: both;
    position: relative;
    z-index: 10;
    height: 3em;
    margin-top: 10%;
    border-top: solid 0.5px #E5E8E8;
}

.om-input-search {
    width: calc(100% - 25px);
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 12px;
    border: none;
    padding:5px;
    margin:5px;
    background: rgba(52, 73, 94,0.2) !important;
    color:#808B96;
    font-weight:bold;
}

    .om-input-search:focus {
        background: rgba(251, 252, 252,0.2) !important;
    }

.om-scrollbar::-webkit-scrollbar {
    width: 6px;
}

.om-scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(73, 72, 72,0.3);
    border-radius: 100px;
}

.om-bWhite{
    background:white;
}

.center-div {
    margin: auto;
    width: 50%;
    padding: 10px;
}


.eds-fixed-container {
    left: 240px;
}

@media only screen and (max-width: 1100px) {
    .eds-fixed-container {
        left: 0px;
    }

}

.om-text {
    color: rgba(0,0,0,0.54);
}


.om-yes {
    color: #006bea;
    font-weight: 600;
}

.om-no {
    color: #85929E;
    font-weight: 600;
}

.om-new {
    font-weight: 600;
    background: #006bea !important;
    color: white !important;
}

    .om-new[disabled] {
        background-color: #EBEDEF !important;
        color: #989999 !important;
    }
