@charset "UTF-8";

/*
TODO rename this file and use it as separate css where needed (url_blacklist, bms insurers, claims...)
The main styles for the remark theme are now in global.css
*/

.loadingOn {
    background-color: #fff;
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.9;
}

.bmsBusCodesTable {
    margin: auto;
}

.bmsBusCodesTable td.dataDescription {
    word-break: break-all;
}

.bmsBusCodesTable td {
    vertical-align: middle;
}

.bmsBusCodesTable th {
    background-color: #eceeef;
}

.claimsTable {
    width: 100%;
    margin: auto;
}

.claimsTable th {
    background-color: #eceeef;
}

.center {
    text-align: center;
}

.hiddenButton {
    display: none;
}

.loaderHolder,
.loadOverlayBg {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.loaderHolder {
    display: none;
    z-index: 10;
}

.loadOverlayBg {
    background-color: #ffffff;
    opacity: 0.5;
}

.loadingOverlay {
    position: relative;
    width: 100%;
    height: 100%;
}

.subsectionLoader {
    position: relative;
    width: 100%;
    height: 120px;
    background-color: #f9f9f9;
}

.loaderRow,
.tableNoResults {
    display: none;
}

.loaderRow .loaderHolder {
    display: block;
}

.smsActivityScrollable,
.activityScrollable {
    max-height: 429px;
    overflow: hidden;
}

.customFancy .fancybox-close {
    width: 25px;
    height: 25px;
    right: 20px !important;
    top: 16px !important;
    background: url('/images/campayn/X_light_25.png') no-repeat 0px 0px;
}

.customFancy .fancybox-close:hover {
    background: url('/images/campayn/X_dark_25.png') no-repeat 0px 0px;
}

/***** Change Password page start *****/

#hiddenTemplates,
#passChangeForm .text-help {
    display: none;
}

/***** Change Password page end *****/

/***** Profile page start *****/

.phoneRowAdd a {
    text-decoration: none;
}

.emailRow i span {
    font-size: 1rem;
    font-family: Roboto;
}

.inputRedBorder {
    border-color: red;
}

/***** Profile page end *****/

.red-border {
    border: 1px solid red !important;
}

.red-border:focus {
    border: 1px solid red;
}

/***** BMS Integration page start *****/

.page.settings-container .copy-paste-toggle:hover {
    cursor: pointer;
}

/***** BMS Integration page end *****/
