html {
    background: url('../images/fld_login_bg_1.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-logo a {
    color: #FFF !important;
}

.login-page,
.register-page {
    background: rgba(210, 214, 222, 0) none repeat scroll 0% 0% !important;
    ;
}

.yellowBg {
    background: #FFCC00 !important;
    color: #000000;
}

.greenBg {
    background: #3C763D;
    color: #FFFFFF;
}

.req {
    color: #f56954;
}

.popupEdit,
.popupDelete,
.popupView,
.downloadView {
    color: #c7254e;
    font-size: 12px;
    padding: 2px 0px;
    cursor: pointer;
}

.gallery {
    cursor: pointer;
    color: #337ab7;
    font-size: 16px
}

.posRel {
    position: relative;
}

.emailStatus {
    font-weight: bold;
}

.error {
    color: #dd4b39;
}

.success {
    color: #00a65a;
}

.hideShowOptions label {
    font-weight: 600;
    margin-right: 5px;
    width: auto;
}

.hideMe {
    display: none
}

.hidCol {
    display: none
}

.printView {
    display: none
}

@media print {
    .printHide {
        display: none !important;
    }

    .hidCol {
        display: block;
    }

    .printView {
        display: block
    }
}

/* additional required */
ul.token-input-list-facebook {
    width: 100% !important;
}

div.token-input-dropdown-facebook {
    z-index: 10000 !important;
}

.yellowLTS {
    background: #FFFF00;
    color: #000;
}

.clsNoMonthlyItems {
    color: #65CF2C;
}

.clsNoPeriodItems {
    color: #FF8784;
}

table.dataTable tbody tr.selected,
table.billingTableGrid tbody tr.selected {
    background-color: #ECF0F5;
}

.noActive {
    color: #FF8784;
}

.width40 {
    width: 40px !important
}

.showInactiveClient>label {
    font-size: 14px;
    font-weight: normal;
}

.onHoldClient {
    color: #fff;
    background-color: #dd4b39
}

input[readonly] {
    cursor: text;
    background-color: #fff;
}

.requestForm .text-muted {
    padding-left: 15px;
    line-height: 25px;
    margin-top: 5px;
}

.requestForm .text-muted b {
    padding-left: 5px
}

#clientApp .main-header .navbar {
    background-color: #f39c12 !important;
}

#clientApp .main-header a.logo {
    background-color: #222d32 !important;
}

#clientApp .main-sidebar {
    background-color: #222d32 !important;
}

#clientApp .sidebar-menu li>a {
    color: #b8c7ce !important;
}

#clientApp .sidebar-toggle {
    color: #fff !important;
}

.applyStrikeOut {
    text-decoration: line-through !important;
}

/* Toggle checkbox styles */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

._disableMe {
    cursor: not-allowed !important
}

table#__tblResp {
    font-size: 18px;
}

.iCollapse {
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1;
    color: #333;
}

.highLightTrBg {
    background-color: #FFCC00 !important;
    color: #000000;
    font-size: 22px
}

.noHover:hover {
    background-color: #d73925 !important;
}

.btn-app-cst {
    border-radius: 3px;
    position: relative;
    padding: 10px 5px;
    margin: 0 0 10px 10px;
    min-width: 40px;
    height: 40px;
    text-align: center;
    color: #666;
    border: 1px solid #367fa9;
    background-color: #f4f4f4;
    font-size: 12px;
}

.btn-app-cst .fa {
    font-size: 18px;
}

.ft20 {
    font-size: 20px;
}

.blinking {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
    0% {
        color: #fff;
    }

    49% {
        color: #fff;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #fff;
    }
}

.career-box {
    width: 60%
}

.tbl {
    border-collapse: collapse;
}

.tbl td {
    position: relative;
    padding: 5px 10px;
}

.tbl tr.strikeout td:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #111;
    width: 100%;
}

.fontWhite {
    color: #FFF !important;
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.mr-10 {
    margin-right: 10px
}

.childList strong {
    display: block;
}

.btn-app {
    font-size: 15px;
    padding: 7px 10px;
    font-weight: bold;
}

.fs14 {
    font-size: 14px;
}

.info-box-ct {
    margin-left: 0px;
    font-weight: bold;
    background-color: #3c8dbc;
    color: #fff;
    text-align: center
}

.info-box-ct .info-box-number {
    font-size: 26px;
}

.info-box-ct small {
    font-size: 18px
}

.clientNews,
.clientNews li {
    font-size: 16px;
}

.clientNews li ul {
    list-style-type: decimal;
    padding: 0px;
}

.clientNews li ul li {
    display: inline;
    margin-left: 20px;
}

.select2-container--default .select2-selection--multiple {
    width: 95% !important;
}

.fixedFooter {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1032;
    background-color: aliceblue;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 17%;
}

.clientNews a,
.dashboardLink a {
    color: #fff;
}
p.error {
    border-color: red !important;
    margin: 0px !important;
    font-weight: bold !important;
}
.disabled {
    pointer-events: none; /* Disables clicking */
    color: #ccc; /* Changes text color to a gray */
    cursor: default; /* Changes cursor to default arrow */
    text-decoration: none; /* Optionally remove underline */
    opacity: 0.6; /* Make it slightly transparent */
}