body, .Label, legend {
    color: #3f3f3f;
}

body, html {
    font-weight: normal;
}

body {
    background-color: var(--gl-theme-color-grey-2);
}

body, html, input, select, textarea, table, button, p, a, th, td, tr {
    font: var(--gl-theme-typography-body-xs-font, normal normal 11px Segoe, "Segoe UI", Verdana, Helvetica, Arial, sans-serif);
    letter-spacing: 0.1px;
}

tr.scrolltable_head,
    td.scrolltable_head,
        th.scrolltable_head,
            td.head_color,
                th.thBorderChannelLinks,
                    th.thBorder,
                        th.scrolltable_head_weekend,
                            .headerTable,
                                .headerTableCenter,
                                    th.thDay,
                                        td.scrolltable_head_weekend,
                                            table.resInterface th,
                                                table.rateInterface th {
    background: var(--gl-theme-color-primary-100);
    color: #fff;
}

td.tdBorderChannelLinks {
    background-color: #fff;
    padding: 0 3px 0 3px;
}
.button {
    background-color: var(--gl-theme-color-primary-100);
    margin-top: 1px;
    margin-bottom: 1px;
    white-space: nowrap;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    border-radius: var(--gl-theme-surfaces-border-radius-s);
    min-height: 18px;
    vertical-align: top;
    outline-style: none;
    border-style: none;
    padding-left: 7px;
    padding-right: 8px;
    font: var(--gl-theme-typography-body-xs-font, normal normal 11px/17px Segoe, "Segoe UI", Verdana, Helvetica, Arial, sans-serif);

    background-image: none;
    box-shadow: 0 0 1px grey;
}

.button:hover {
    background: var(--gl-theme-color-primary-hover);
}

input[disabled].button {
    filter: alpha(opacity=50);
    opacity: .5;
}

input {
    line-height: normal;
}

a.link, a.link:visited {
    color: blue;
}

a {
    color: blue;
}

a {
    background-color: transparent;
    text-decoration: none;
}

.ui-widget-header {
    background: var(--gl-theme-color-primary-100) !important;
}

td.tdImageInput > img,
    table#crsInterfaces td.scrolltableImage > img, table#crsInterfaces td.scrolltable_head > img, table#crsInterfaces td.scrolltable[id$='connActive'] > img,
        table#pmsInterfaces img {

    width: 12px;
    height: 12px;
}

table.monitoringHeader a {
    color: #414141 !important;
}

img.monitoringImg {
    width: 30px;
    height: 16px;
}

table.WebInput {
    border-collapse:collapse;
}

table.WebInput td {
    padding:0;
}

.body_fullColor {
    background: var(--gl-theme-color-primary-pressed);
}

.oc-reactRoot-roomlynx-sso-logon > div {
    background-color: transparent !important;
}

.div_LogOn center input {
    border:0!important;
    background:var(--gl-theme-color-primary-hover) !important;
    border-radius:0!important;
    padding:12px 10px!important;
    color:#fff!important;
    font-weight:normal!important;
    height:auto!important;
    line-height:100%!important;
    font-size: 15px;
    margin: 10px 0;
}

.div_LogOn input[type=submit] {
    padding:0!important;
    margin:0!important;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border-image-width:0!important;
    border:1px solid #fff!important;
    background:transparent!important;
    box-shadow:none!important;
    height:auto!important;
    font-size:14px;
    padding:12px 10px!important;
    line-height:100%!important;
    border-radius: 0 !important;
}

.div_LogOn {
    position:relative;
    width:100%;
    background:transparent;
    -webkit-box-shadow:none!important;
    -ms-box-shadow:none!important;
    box-shadow:none!important;
    color:#fff;
    font-size:14px;
    top:30%;
}

.div_LogOn center {
    position:relative;
    width:250px;
    margin-left:auto;
    margin-right:auto;
}

.div_LogOn table.WebInput {
    width:100%;
}

#loginSuggestionTitle {
    margin-top: 30px;
    text-align: center;
}
#multiLogonTable {
    width: 100%;
    table-layout: fixed;
    max-width: 800px;
}

#multiLogonTable td {
    width: 50%;
}

#multiLogonTable td td{
    width: auto;
}

td.copyDownCell {
    background: #e73859;
}

.read-more {
    color: #fff;
    margin-top:10px;
    text-decoration: underline;
    font-size:14px !important;
    text-align:center;
}

input[type="radio"],
input[type="checkbox"] {
    height: 15px;
    width: 15px;
    vertical-align: bottom;
    margin: 3px;
    border: 1px solid var(--gl-theme-color-grey-3);
    background-color: white;
    -webkit-appearance: none;
    -webkit-transition: box-shadow 200ms;
}

input[type="radio"] {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

input[type="checkbox"] {
    padding: 1px;
    -webkit-border-radius: var(--gl-theme-surfaces-border-radius-s);
    border-radius: var(--gl-theme-surfaces-border-radius-s);
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
    background-color: var(--gl-theme-color-primary-100);
}
input[type="checkbox"]:checked:disabled {
    background-color: var(--gl-theme-color-grey-5);
}

input[type="radio"]:checked:before {
    display: block;
    height: 5px;
    width: 5px;
    position: relative;
    left: 4px;
    top: 4px;
    background: #fff;
    border-radius: 100%;
    content: '';
}

input[type="checkbox"]:checked:before {
    content: '';
    display: block;
    width: 4px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 3px;
    margin-top: 0;
}

#mainFrameID {
    height: 100%;
}

.warningBox {
    display: flex; 
    align-items: center; 
    background-color:#FCE8BB;  
    color:#2F2D43;
    padding: 8px; 
    gap:8px; 
    border-radius: 8px; 
}
