@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');

noscript {
    position: relative;
    top: 57px;
    display: block;
    margin: 0;
    padding: 0 16px;
    background-color: #f55b5b;
    border: 1px solid #5d3f41;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 0.84em;
    letter-spacing: 0.4px;
}

.legend {
    margin-bottom: 18px;
    font-size: 1.2em;
    color: #235C91;
}

.legend-danger {
    color: red;
}

.msg, .sky-form .label:not(.login-label) {
    padding: 4px;
}

.msg-err {
    color: red;
}

.msg-succ {
    color: green;
}

.msg-mdl {
    text-align: left;
    font-size: 0.9em;
    padding: 4px 0 0 4px;
}

.sky-form .button {
    margin-right: 10px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.sky-form .input-required:not(.state-error) input,
.sky-form .input-required:not(.state-error) select,
.sky-form .input-required:not(.state-error) textarea {
    background-color: lightyellow;
}

.color-pick {
    opacity: 0;
}
.minicolors-input {
    cursor: default;
}
.minicolors-input-swatch {
    cursor: pointer;
}

.ico {
    display: inline-block;
    padding: 0 3px;
}

.sky-form label {
    font-family: 'Roboto', sans-serif;
}

.sky-form .frame {
    padding: 2px;
    border: 1px solid lightgray;
    border-radius: 3px;
}

.sky-form .frame-inner {
    margin: 2px;
    padding: 5px;
    height: 525px;
}

.sky-form .heading {
    color: #033C68;
    font-family: Roboto;
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: 0.8px;
    padding-bottom: 1px;
    margin-bottom: 2px;
    border-bottom: 1px solid lightgray;
}

.sky-form .heading a {
    color: inherit;
}

.sky-form .tbl-profile {
    margin: 9px 7px;
    color: black;
    text-align: left;
    font-family: Roboto;
    letter-spacing: 0.5px;
    font-size: 1.2em;
}
.sky-form .tbl-profile tr {
    padding-bottom: 10px;
    border-bottom: 1px solid lightgray;
}
.sky-form .tbl-profile th {
    font-weight: normal;
    padding-right: 24px;
    vertical-align: text-top;
}
.sky-form .tbl-profile td {
    font-weight: bold;
    font-size: 1.1em;
}

.sky-mega-menu .fa:not(.fa-indicator):not(.fa-single),
.sky-mega-menu .fas:not(.fa-indicator):not(.fa-single),
.sky-mega-menu .far:not(.fa-indicator):not(.fa-single) {
    display: inline-block;
    margin-right: 7px;
}
.sky-mega-menu .fa:not(.fa-indicator):not(.fa-custom-top),
.sky-mega-menu .fas:not(.fa-indicator):not(.fa-custom-top),
.sky-mega-menu .far:not(.fa-indicator):not(.fa-custom-top) {
    width: 15px;
    text-align: right;
}

/*
a.signout {
    text-align: center;
    margin: auto;
    text-decoration: none !important;
    font-size: 1.3em;
    color: #127dad;
}

.ui-widget.ui-widget-content {
    text-align: center;
    font-size: 1.2em;
    z-index: 999999 !important;
}

.ui-widget-overlay {
    top: 0;
    position: absolute;
    background: rgba(0,0,0,.8);
    z-index: 99999 !important;
    opacity: .8 !important;
    width: 100%;
    height: 100%;
}

button.ui-button {
    margin: auto;
    float: none;
}

a.signout:hover {
    text-decoration: none;
}
*/