/* Minification failed. Returning unminified contents.
(1434,46): run-time error CSS1046: Expect comma, found '139'
(1434,54): run-time error CSS1046: Expect comma, found '/'
(1489,46): run-time error CSS1046: Expect comma, found '139'
(1489,54): run-time error CSS1046: Expect comma, found '/'
(2054,46): run-time error CSS1046: Expect comma, found '139'
(2054,54): run-time error CSS1046: Expect comma, found '/'
(2801,46): run-time error CSS1046: Expect comma, found '139'
(2801,54): run-time error CSS1046: Expect comma, found '/'
(3515,46): run-time error CSS1046: Expect comma, found '139'
(3515,54): run-time error CSS1046: Expect comma, found '/'
(3912,46): run-time error CSS1046: Expect comma, found '139'
(3912,54): run-time error CSS1046: Expect comma, found '/'
(8778,24): run-time error CSS1046: Expect comma, found '43'
(8778,30): run-time error CSS1046: Expect comma, found '/'
(9363,33): run-time error CSS1046: Expect comma, found '0'
(9363,37): run-time error CSS1046: Expect comma, found '/'
(9566,52): run-time error CSS1046: Expect comma, found '232'
(9566,59): run-time error CSS1046: Expect comma, found ')'
(9566,85): run-time error CSS1046: Expect comma, found '230'
(9566,92): run-time error CSS1046: Expect comma, found ')'
(9567,44): run-time error CSS1046: Expect comma, found '232'
(9567,51): run-time error CSS1046: Expect comma, found ')'
(9567,77): run-time error CSS1046: Expect comma, found '230'
(9567,84): run-time error CSS1046: Expect comma, found ')'
(9577,40): run-time error CSS1046: Expect comma, found '232'
(9577,47): run-time error CSS1046: Expect comma, found ')'
(9577,73): run-time error CSS1046: Expect comma, found '230'
(9577,80): run-time error CSS1046: Expect comma, found ')'
(9591,27): run-time error CSS1039: Token not allowed after unary operator: '-ggs'
(9632,27): run-time error CSS1039: Token not allowed after unary operator: '-ggs'
(9685,24): run-time error CSS1046: Expect comma, found '43'
(9685,30): run-time error CSS1046: Expect comma, found '/'
(9712,46): run-time error CSS1046: Expect comma, found '139'
(9712,54): run-time error CSS1046: Expect comma, found '/'
(9957,46): run-time error CSS1046: Expect comma, found '139'
(9957,54): run-time error CSS1046: Expect comma, found '/'
(9975,46): run-time error CSS1046: Expect comma, found '139'
(9975,54): run-time error CSS1046: Expect comma, found '/'
(10040,46): run-time error CSS1046: Expect comma, found '139'
(10040,54): run-time error CSS1046: Expect comma, found '/'
(10088,46): run-time error CSS1046: Expect comma, found '139'
(10088,54): run-time error CSS1046: Expect comma, found '/'
(10151,46): run-time error CSS1046: Expect comma, found '139'
(10151,54): run-time error CSS1046: Expect comma, found '/'
(10184,33): run-time error CSS1046: Expect comma, found '0'
(10184,37): run-time error CSS1046: Expect comma, found '/'
(10623,33): run-time error CSS1046: Expect comma, found '0'
(10623,37): run-time error CSS1046: Expect comma, found '/'
(10623,61): run-time error CSS1046: Expect comma, found '0'
(10623,65): run-time error CSS1046: Expect comma, found '/'
(10631,37): run-time error CSS1046: Expect comma, found '0'
(10631,41): run-time error CSS1046: Expect comma, found '/'
(10631,65): run-time error CSS1046: Expect comma, found '0'
(10631,69): run-time error CSS1046: Expect comma, found '/'
(10635,33): run-time error CSS1046: Expect comma, found '0'
(10635,37): run-time error CSS1046: Expect comma, found '/'
(10635,61): run-time error CSS1046: Expect comma, found '0'
(10635,65): run-time error CSS1046: Expect comma, found '/'
(10779,21): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10796,44): run-time error CSS1046: Expect comma, found '232'
(10796,51): run-time error CSS1046: Expect comma, found ')'
(10796,77): run-time error CSS1046: Expect comma, found '230'
(10796,84): run-time error CSS1046: Expect comma, found ')'
(10814,44): run-time error CSS1046: Expect comma, found '232'
(10814,51): run-time error CSS1046: Expect comma, found ')'
(10814,77): run-time error CSS1046: Expect comma, found '230'
(10814,84): run-time error CSS1046: Expect comma, found ')'
 */
/*Normalize css*/
/*Copyright ©2025 Shield Compliance, LLC. All rights reserved.*/

html
{
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

body:not(.modal-open){
  padding-right: 0px !important;
}

.help-block {
    color: red;
    font-weight: 800;
}

#profileNotesText {
    line-height: 1.1;
}
#profileNotesText p, #profileNotesText h1, #profileNotesText h2, #profileNotesText h3, #profileNotesText h4, #profileNotesText h5, #profileNotesText h6, #profileNotesText ul, #profileNotesText li
{
    margin: 0px;
}

#profileNotesText {
    margin: 5px;
}
.flex-column {
    display: flex;
    flex-direction: column;
}

.past_due
{
    border: 2px solid #ec5767;
    background-color: transparent;
    border-radius: 50px;
    color: #ec5767;
    padding: 5px 15px;
    font-family: OpenSans-Semibold, 'Segoe UI Semibold';
    font-size: 14px;
    letter-spacing: 0px;
    text-align: center;
    font-weight: 600;
}

/**/
/*@media print {
    body * {
        visibility: hidden;
    }

    #clientListdiv, #clientListdiv * {
        visibility: visible;
    }

    #clientListdiv {
        position: absolute;
        left: 0;
        top: 0;
    }
}*/
::placeholder {
    color: #99A1AC;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #99A1AC !important;
}

article, aside, footer, header, nav, section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

p {
    font-family: OpenSans-Regular,"Segoe UI Light";
    font-size: 13px;
}

h3 {
    font-family: OpenSans-Regular,"Segoe UI Light";
}

h4 {
    font-family: OpenSans-Regular, "Segoe UI Light";
}

em {
    color: black !important;
}

#mrbTask {
    font-family: OpenSans-Regular,"Segoe UI Light";
    font-size: 13px;
}

figcaption, figure, main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: inherit;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}


/*Circles*/
.redDot{
    margin: 5px 0 0 4px;
    height: 15px;
    width: 15px;
    background-color: #BC4242;
    border-radius: 50%;
    display: inline-block;
}
.greenDot
{
    margin: 5px 0 0 4px;
    height: 15px;
    width: 15px;
    background-color: #13A510;
    border-radius: 50%;
    display: inline-block;
}
.orangeDot
{
    margin: 5px 0 0 4px;
    height: 15px;
    width: 15px;
    background-color: #EAA237;
    border-radius: 50%;
    display: inline-block;
}
.engageProfileCheckStyle {
    width: 35px;
    height: 15px;
    margin-top: 3px !important;
    margin-right: 14px !important
}
.assureProfileCheckStyle {
    width: 35px;
    height: 15px;
    margin-top: 3px !important;
    margin-right: 0px !important;
}

.engageLicenseCheckStyle {
    width: 35px;
    height: 15px;
    margin-top: 3px !important;
    margin-right: 22px !important
}

.assureLicenseCheckStyle {
    width: 35px;
    height: 15px;
    margin-top: 3px !important;
    margin-right: 7px !important;
}
/*tinymce*/
.tox-tinymce {
  margin: auto;
}
  textarea {
    overflow: auto;
}

inputtextarea {
    min-height: 200px;
    min-width: 300px;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details, menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

input[type=text]::-ms-clear {
    display: none;
}

input[type="date"].ng-empty {
    color: lightgrey;
}

.cell-wrap {
    white-space: normal !important;
}

.btn-edit {
    float: right;
    font-weight: 400;
}

div.btn-form > button {
    float: right !important;
    margin-left: 5px;
}

@font-face {
    font-family: OpenSans-Regular;
    src: url(../fonts/OpenSans-Regular.eot);
    src: url(../fonts/OpenSans-Regular.eot) format('embedded-opentype'), url(../fonts/OpenSans-Regular.ttf) format('truetype'), url(../fonts/OpenSans-Regular.woff) format('woff'), url(../fonts/OpenSans-Regular.woff2) format('woff2'),url(../fonts/OpenSans-Regular.svg) format('svg');
}

@font-face {
    font-family: OpenSans-Regular;
    src: url(../fonts/OpenSans-Regular.eot);
    src: url(../fonts/OpenSans-Regular.eot) format('embedded-opentype'), url(../fonts/OpenSans-Regular.ttf) format('truetype'), url(../fonts/OpenSans-Regular.woff) format('woff'), url(../fonts/OpenSans-Regular.woff2) format('woff2'),url(../fonts/OpenSans-Regular.svg) format('svg');
}

@font-face {
    font-family: OpenSans-Semibold;
    src: url(../fonts/OpenSans-Semibold.eot);
    src: url(../fonts/OpenSans-Semibold.eot) format('embedded-opentype'), url(../fonts/OpenSans-Semibold.ttf) format('truetype'), url(../fonts/OpenSans-Semibold.woff) format('woff'), url(../fonts/OpenSans-Semibold.woff2) format('woff2'),url(../fonts/OpenSans-Semibold.svg) format('svg');
}

@font-face {
    font-family: OpenSans-Bold;
    src: url(../fonts/OpenSans-Bold.eot);
    src: url(../fonts/OpenSans-Bold.eot) format('embedded-opentype'), url(../fonts/OpenSans-Bold.ttf) format('truetype'), url(../fonts/OpenSans-Bold.woff) format('woff'), url(../fonts/OpenSans-Bold.woff2) format('woff2'),url(../fonts/OpenSans-Bold.svg) format('svg');
}


@media print, screen {
    .printlogo {
        margin: 0 0 34px;
        padding: 5px;
        border-radius: 4px 4px 0 0;
        box-shadow: 0 0 10px 0 rgba(153,181,194,0.31);
        -webkit-print-color-adjust: exact !important;
    }

    .centerText {
        text-align: center;
        margin: auto;
        width: 50%;
        padding: 10px;
        -webkit-print-color-adjust: exact !important;
    }

    div.printlogo {
        margin: 0;
        background: #2D4062;
        padding: 5px;
        border-radius: 4px 4px 0 0;
        box-shadow: 0 0 10px 0 rgba(153,181,194,0.31);
        -webkit-print-color-adjust: exact !important;
    }
}

/*Login Page*/
.loginBox {
    margin: 0 auto;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 380px;
}

.alertlogin {
    padding: 5%;
    width: 380px;
    height: auto;
    text-align: center;
    margin-bottom: 20px !important;
}

.login-warning {
    background-color: #e53935;
    color: #fff;
}

.login-info {
    background-color: #2D4062;
    color: #fff;
}

.login-hazard {
    background-color: #FFEE58;
}

.logo {
    margin: 0 0 34px;
}

h1.logo {
    margin: 0;
    background: #2D4062;
    padding: 5px;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 0 10px 0 rgba(153,181,194,0.31);
}

.loginBox img {
    height: 53px;
}

.errorMessageLogin {
    color: #f72d2d;
    margin: 5px 0 15px;
}

.successMessageLogin {
    color: #0aaa0a;
    margin: 5px 0 15px;
}

.g-recaptcha > div {
    margin: 3px auto 0;
}

.loginPage {
    background: #FFFFFF;
    border: 1px solid #D0E1EA;
    box-shadow: 0 0 10px 0 rgba(153,181,194,0.31);
    border-radius: 0 0 4px 4px;
    text-align: center;
    width: 380px;
    padding: 42px 40px 37px;
}

    .loginPage .form-group:first-child {
        margin-bottom: 50px;
    }

    .loginPage .form-group .form-control.loginInput {
        font-family: OpenSans-Semibold, 'Segoe UI Semibold';
        font-size: 16px;
        color: #99B5C2 !important;
        text-align: left;
        border-bottom: 1px solid #D0E1EA;
        box-shadow: none;
        border-left: 0;
        border-top: 0;
        border-right: 0;
        padding: 6px 0 13px 0;
        height: 40px;
    }

    .loginPage .form-group.password .form-control.loginInput {
        font-family: OpenSans-Semibold, 'Segoe UI Semibold';
        font-size: 16px;
        color: #3F535D !important;
    }

    .loginPage .input-group-addon {
        border: 0;
        background: #ffffff;
        color: #2D4062;
        text-align: center;
        border-bottom: 1px solid #D0E1EA;
        padding: 0 14px 5px 0;
    }

        .loginPage .input-group-addon img {
            width: 28px;
            height: 28px;
        }

        .loginPage .input-group-addon .fa {
            font-size: 29px;
        }

            .loginPage .input-group-addon .fa.fa-lock {
                margin: 0 0 0 7px;
            }

    .loginPage .form-group.userName {
        margin-bottom: 50px;
    }

    .loginPage .form-group.password {
        margin-bottom: 65px;
    }

    .loginPage .btn-login {
        background: #2D4062;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
        border-radius: 4px;
        font-family: OpenSans-Semibold, 'Segoe UI Semibold';
        font-size: 20px;
        color: #fff;
        letter-spacing: 0;
        text-align: center;
        width: 100%;
        padding: 11px 0;
        border: 0;
        margin: 0 0 30px;
    }

        .loginPage .btn-login:active {
            outline: none;
        }

        .loginPage .btn-login:focus {
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

.pdfobject, .termsPdf {
    margin-top: 25px;
    display: none;
}

embed.pdfobject {
    height: calc(60vh - 100px) !important;
}

.pdfInline {
    width: 90%;
    height: 45vh;
    overflow-y: scroll;
    margin: 0 auto;
}

.form-group.loginBtn {
    margin: 30px 0 0;
}

.forgotLink {
    font-family: OpenSans-Semibold, 'Segoe UI Semibold';
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    color: #000028;
    margin: 0;
}

    .forgotLink a {
        color: #99B5C2;
    }

        .forgotLink a:hover {
            text-decoration: none;
        }

.backToLogin a {
    font-family: OpenSans-Bold, 'Segoe UI Black';
    font-size: 14px;
    color: #2F4264;
}

.rememberMeOption label {
    position: relative;
}

.rememberMeOption input[type="radio"],
.rememberMeOption input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}

    .rememberMeOption input[type="checkbox"] + label {
        padding-left: 21px;
        margin-bottom: 0;
    }

        .rememberMeOption input[type="checkbox"] + label:before {
            position: absolute;
            left: 0;
            -moz-left: -1rem;
            top: 4px;
            content: "";
            background: #F4F9FA;
            border: 1px solid #99B5C2;
            border-radius: 4px;
            width: 17px;
            height: 17px;
        }

    .rememberMeOption input[type="checkbox"]:focus + label:before {
        border: 1px dotted #99B5C2;
    }

    .rememberMeOption input[type="checkbox"]:checked + label:before {
        content: "";
        background: url('../images/checkbox.png');
        color: #99B5C2;
        border: 0;
        top: 0px;
        font-size: 18px;
    }

.rememberMeOption {
    font-size: 16px;
    /*color: #99B5C2;*/
    padding: 0 0 0;
    margin-bottom: 25px;
    cursor: pointer;
}

    .rememberMeOption label {
        font-weight: normal;
        cursor: pointer;
    }

.loginInput::-webkit-input-placeholder {
    font-size: 16px;
    color: #99B5C2;
}

.loginInput::-moz-placeholder {
    font-size: 16px;
    color: #99B5C2;
}

.loginInput:-ms-input-placeholder {
    font-size: 16px;
    color: #99B5C2;
}

.loginInput:-moz-placeholder {
    font-size: 16px;
    color: #99B5C2;
}

.passwordInput::-webkit-input-placeholder {
    color: #3F535D;
    margin: 3px 0 0;
}

.passwordInput::-moz-placeholder {
    color: #3F535D;
    margin: 3px 0 0;
}

.passwordInput:-ms-input-placeholder {
    color: #3F535D;
    margin: 3px 0 0;
}

.passwordInput:-moz-placeholder {
    color: #3F535D;
    margin: 3px 0 0;
}

.loginPage .form-check .label-text {
    margin-left: 3px;
}

.notification {
    font-family: OpenSans-Regular, 'Segoe UI';
    font-size: 18px;
    color: #99A1AC;
    letter-spacing: 0;
    text-align: center;
}

.forgotPswd {
    margin: 0 0 76px;
}

.notification {
    margin: 0 0 93px;
    line-height: 21px;
}

.modal.popup {
    z-index: 1055;
}

.scroll_modal {
    max-height: 75vh;
    overflow-y: auto;
}

.defaultBtn.saveBtn.sendBtn {
    width: 263px;
    transition: .3s all;
}

.defaultBtn.saveBtn.validateBtn {
    width: 100px;
}

.validateBtn, .sendBtn {
    margin: 20px 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.modal.popup p {
    font-size: 15px;
    font-family: OpenSans-Regular, 'Segoe UI Light';
    color: #393C40;
}

.modal.popup .modal-dialog {
    width: 85%;
    min-height: 390px;
    overflow-y: initial !important
}

.modal-dialog-scrollable {
    display: inline-block;
    margin-top: 80px;
    text-align: left;
    vertical-align: middle;
    overflow-y: initial !important;
    overflow-x: initial !important;
}

.modalBodyInnerWrapper {
    min-height: 290px;
    position: relative;
}

.modal.popup .modal-body {
    padding-bottom: 0;
}

.modal.popup .modal-body-large {
    width: 1308px;
    overflow-x: scroll;
    overflow-y: scroll;
}

.modal-body-large {
    padding: 20px;
}

#owner-modal-dialog {
    width: 67rem !important;
}

#validateAccessCode .form-control {
    width: 250px;
}

.resendCode {
    text-decoration: underline;
}

.modal.popup .title {
    margin: 10px 0 0;
}

#chooseNewPasswordPopup p {
    margin: 0 0 25px;
}
/* Custom CSS */
html {
    height: 100%;
    background-color: #F4F6F8;
    height: 100%;
    min-height: 100%;
    font-family: OpenSans-Regular, 'Segoe UI';
}

body {
    font-family: OpenSans-Regular, 'Segoe UI';
    position: relative;
    overflow-x: hidden;
    background-color: #F4F6F8;
    height: 100%;
    min-height: 100%;
}

a:focus {
    outline: none;
}

textarea {
    resize: vertical;
}

header {
    position: relative;
    width: 100%;
    z-index: 999;
}

.progress-bar {
    background-color: #5f83c3;
}

#hideInit td {
    padding: 6px 6px;
    font-size: 13px;
    vertical-align: middle;
}



    header .navbar-default {
        background-color: #2D4062;
        border-radius: 0;
        margin: 0;
        border: 0;
        min-height: 80px;
        background: #2D4062;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.69);
    }

        header .navbar-default .navbar-nav > li > a {
            color: #ffffff;
            font-size: 13px;
            padding: 0;
            margin: 30px 15px 28px;
            transition: ease all .2s;
            border-bottom: 1px solid transparent;
        }

            header .navbar-default .navbar-nav > li > a:hover, header .navbar-default .navbar-nav > li > a:active, header .navbar-default .navbar-nav > li > a:focus {
                text-decoration: none;
                color: #fff;
                border-bottom: 1.5px solid #fff;
                transition: ease all .2s;
            }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:active {
    background-color: transparent;
    color: #ffffff;
    border-bottom: 1.5px solid #fff;
    transition: ease all .2s;
    text-decoration: none;
}

header .navbar-default .navbar-nav > li > a.profilePicture:hover {
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #ffffff;
    text-decoration:none;
    background-color: transparent;
}

.navbar-default .navbar-nav a:hover {
    text-decoration: none;
}

.navbar.navbarRight > li > .dropdown-menu li a:hover, .navbar.navbarRight > li > .dropdown-menu li a:active {
    text-decoration: none;
    color: #2d4062;
}

.navbar-nav > li > .dropdown-menu li a:hover .fa {
    color: #ffffff;
}

.navbar-nav > li > .dropdown-menu li a img {
    width: 15px;
    margin-right: 2px;
}

.hhNameDropDown {
    color: #2d4062;
    max-height: 118px;
    overflow-y: auto;
    width: 350px;
    margin: -15px 0 12px;
    padding: 0;
    background: #ffffff;
    border: 1px solid #99A1AC;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.27);
    border-radius: 3px;
    top: 140px;
    position: absolute;
    list-style-type: none;
}

    .hhNameDropDown li.ng-scope {
        background: rgba(153, 161, 172, 0.21);
        padding: 5px 10px;
    }

.householdName > div {
    padding-bottom: 0 !important;
}

.navbar-default .navbar-brand {
    font-weight: bold;
    color: #000000;
    font-size: 22px;
    height: 80px;
    /*padding: 21px 15px 21px 0;*/
    margin: 0 20px 0 0;
    width: 15rem;
}

    .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
        color: #000000;
    }

.navbar-right {
    padding: 0;
    margin: 0;
}

.navbar.navbarRight .dropdown-menu > li > a {
    margin: 0 0 5px;
    padding: 5px 20px;
    color: #393C40;
}

.navbar.navbarRight .dropdown-menu > li:last-child > a {
    margin: 0;
}

.navbar.navbarRight .dropdown-menu > li > a:focus, .navbar.navbarRight .dropdown-menu > li > a:hover, .navbar.navbarRight .dropdown-menu > li > a.activeLink, .navbar.navbarRight .dropdown-menu > li > a.activeLink:hover, .navbar.navbarRight .dropdown-menu li a.active .fa, .dropdown-menu li.open > a, .navbar.navbarRight .dropdown-menu > li > a.activeFI {
    background: #99A1AC !important;
    color: #ffffff !important;
    text-decoration: none;
}

    .navbar.navbarRight .dropdown-menu > li > a.activeLink .fa {
        color: #ffffff;
    }

    .dropdown-menu li.open > a .fa {
        color: #ffffff;
    }

.navbar-default .navbar-nav > li > a.activeLink, .navbar-default .navbar-nav > li > a.activeLink:focus {
    background: transparent;
    color: #ffffff;
}

.wrapper {
    position: relative;
    min-height: 100%;
    background-color: #F4F6F8;
}

#footer {
    display: block !important;
    height: 72px;
    font-family: OpenSans-Regular, 'Segoe UI Light';
    font-size: 12px;
    color: #393C40;
    letter-spacing: 0;
    width: 100%;
}

    /*#footer div {
        padding: 0 0 30px;
    }*/

header .navbar-default .navbar-nav > li > a.profilePicture {
    margin: 20px 0;
}

.dropdown {
    cursor: pointer;
}

textarea#profileNotesEdit:focus {
    outline: none;
}

.dropdown-menu li a .fa {
    margin: 0 2px 0 0;
    font-size: 11px;
}

#changePasswordPopup {
    z-index: 1055;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1054;
    display: none;
    background-color: #000000;
    opacity: 0.6;
}

.searchBar {
    margin: 20px 20px 20px 0;
}

    .searchBar input {
        width: 250px;
        height: 40px;
        border: 1px solid #FFFFFF;
        border-radius: 40px;
        background: transparent;
        padding: 10px 35px 10px 20px;
        color: #ffffff;
    }

    .searchBar form {
        position: relative;
    }

    .searchBar button {
        position: absolute;
        right: 16px;
        top: 8px;
        border: 0;
        background: transparent;
        padding: 0;
        font-size: 18px;
    }

.stateDrop {
    position: absolute !important;
    width: initial;
}

.checkbox.form-check.marAll {
    margin: 0;
}

.searchBar button:focus {
    outline: none;
}

.searchBarTop::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 12px;
    font-family: OpenSans-Regular, 'Segoe UI';
}

.searchBarTop::-moz-placeholder {
    color: #ffffff;
    font-size: 12px;
    font-family: OpenSans-Regular, 'Segoe UI';
}

.searchBarTop:-ms-input-placeholder {
    color: #ffffff;
    font-size: 12px;
    font-family: OpenSans-Regular, 'Segoe UI';
}

.searchBarTop:-moz-placeholder {
    color: #ffffff;
    font-size: 12px;
    font-family: OpenSans-Regular, 'Segoe UI';
}


.caseProfileGrid {
  display: flex;
  margin: auto;
  flex-direction: row;
}

li.caseProfileSelected {
  background-color: #799BD9;
  color: white;
  font-weight: bold;
}
ul li.caseProfileNoSelect:hover {
  background-color: #CECECE;
}

li.caseProfileNoSelect {
  background-color: white;
}
ul li.borderList {
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  padding: 0 0 0 3px;
}

ul.noBullets {
  cursor: pointer;
  width: 90%;
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0px -10px 0px 0px;
  line-height: 22px;
}

.shieldPageHeaderCase {
  color: #2D4062;
  font-size: 18px;
  font-family: OpenSans-Bold, 'Segoe UI Black';
  padding: 30px 0px 0px 0px
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CECECE;
  -webkit-transition: .4s;
  transition: .4s;
}

  .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

input:checked + .slider {
  background-color: #2A92D4;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2A92D4;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

  .slider.round:before {
    border-radius: 50%;
  }

.caseProfileListView {
  display: flex;
  width: 20%;
  padding: 30px 0 0 10px;
  flex-direction: column
}
.caseProfileView
{
  display: flex;
  width: 80%;
  flex-direction: column;
}

.caseProfileSearch {
  display: flex;
  margin: 10px 0px 38px 0;
  width: 90%;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  border-radius: 4px;
}

#caseFilter {
  border: 0.5px solid transparent;
  box-shadow: 0 0px 0px transparent;
  border-radius: 4px;
  width: 100% !important;
  height: 22px;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-50
{
    flex: 1 0 50%;
}
.navbar.navbar-default .innerWrapper
{
    padding: 0 4%;
}

.pageHeaderMenu, .pageHeaderMenu.householdDetailsPage.householdDetailsPageWrapper {
    margin: 0 0 15px;
}

    .pageHeaderMenu.householdDetailsPage {
        margin: 0 0;
    }

.innerWrapper {
    padding: 0 0 77px;
}

.currentTab {
    padding: 7px 0 0;
}

.navbarRight.navbar {
    margin: 0;
}

.logout {
    cursor: pointer;
}

.dropdown-menu li.integration a .fa {
    margin: 0 6px 0 0;
}

.listFixedHeader .floatThead-container.floated {
    box-shadow: none !important;
}

.size-row, .size-row .floatThead-col {
    height: 44px !important;
}

.check .bottom {
    position: absolute;
    bottom: -1px;
    left: 13px;
    display: block;
    height: 44px;
    width: 100%;
    -moz-box-shadow: 3px 19px 12px -15px rgba(0,0,0,0.34) !important;
    -webkit-box-shadow: 3px 19px 12px -15px rgba(0,0,0,0.34) !important;
    box-shadow: 3px 19px 8px -15px rgba(0,0,0,0.34) !important;
}

.over-x-hide {
    overflow-x: hidden !important;
}

#trFilter th {
    border: 0 !important;
}

/*created to float filter over table instaed of push*/
#trFilter {
    z-index: 2;
    position: absolute !important;
    width: 100%;
}

.filterMenuBox {
    position: absolute;
}


.removeRow {
    font-family: OpenSans-Regular, 'Segoe UI';
    font-size: 16px;
    color: #43639C;
    letter-spacing: 0;
    cursor: pointer;
}

.alertify .dialog {
    width: auto !important;
    margin: 0 auto !important;
    position: fixed !important;
    top: auto !important;
    bottom: -80px !important;
    right: -2px !important;
    transform: translateY(-50%) !important;
}

button.cancel {
}

.bottom_border {
    border-bottom: 1px solid #ddd;
}

.top_border {
    border-top: 1px solid #ddd !important;
}

.left_border {
    border-left: 1px solid #ddd;
}

.right_border {
    border-right: 1px solid #ddd;
}

nav > button.cancel, nav > button.ok, nav > button.options {
    color: #fff !important;
    border: 1px solid !important;
}

.isChecked {
    width: auto;
    max-width: 45px;
}

    .isChecked:after {
        content: '/f560';
        color: forestgreen;
    }

.dialog > div {
    background: rgba(197,43,158, .8) !important;
    color: #fff !important;
    font-size: 16px;
    font-family: OpenSans-Bold, 'Segoe UI Black';
}

.alertify {
    background: none !important;
}

.removeRow.removeAccount {
    margin: 8px 0 0;
}

.row.addAnotherRow.addNewRow {
    margin: 0;
}

.modal_med {
    width: 700px !important;
}

.vendorStatusCheckBox {
    margin-right: 5px !important;
    margin-top: 3px !important;
    color: #99A1AC;
}

.vendorStatusSpan {
    color: #99A1AC;
}

#MRBDetails .modal_dd {
    width: 220px;
    font-size: 14px;
    font-weight: bold;
}

#MRBDetails .modal-body .vendor_approve {
    width: 100%;
    height: 162px;
}

#frmaddVendorManagementData .modal-body select {
    width: 300px;
    height: 34px;
    border-radius: 2.5px;
    padding: 8px;
    border: 1px solid #cad2dd;
    box-shadow: inset -1px 1px 4px 0 rgb(126 139 149 / 23%);
    font-size: 13px;
}
#frmaddVendorManagementData .modal-body select.ng-dirty.ng-invalid, select.ng-invalid.ng-touched {
        border: 2px solid #f47373;
}

.grid_top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.grid_top h4 {
    margin: 0px;
    font-family: OpenSans-Bold, 'Segoe UI Black';
    font-size: 13px;
    color: #2D4062;
    margin: 0 0 1px;
}

.grid_top_input {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 440px;
}

.grid_top_input h4 {
    margin: 0px;
    font-family: OpenSans-Bold, 'Segoe UI Black';
    font-size: 13px;
    color: #2D4062;
    margin: 0 0 1px;
}

.facade {
    width: 304px;
    border: 2px solid #f47373;
    position: relative;
    padding: 15px;
    left: -2px;
    top: 32.3px;
    border-radius: 3px;
}

#multiAddVendorManagementDataDiv form.ng-submitted select.ng-invalid {
    border: 2px solid #f47373;
}

#frmaddVendorManagementData .modal-body input {
    width: 300px;
    border-radius: 2.5px;
    padding: 8px;
    border: 1px solid #cad2dd;
    box-shadow: inset -1px 1px 4px 0 rgb(126 139 149 / 23%);
    font-size: 13px;
}

#frmaddVendorManagementData .modal-body .chosen-search input {
    width: 99.9%;
}

#frmaddVendorManagementData .modal-body input.ng-dirty.ng-invalid, select.ng-invalid.ng-touched {
    border: 2px solid #f47373;
}

#frmaddVendorManagementData form.ng-submitted .chosen-container-active.chosen-with-drop .chosen-single .ng-invalid {
    border: 2px solid #f47373;
}
    #frmaddVendorManagementData .modal-body select.ng-dirty.ng-invalid .chosen-container-active.chosen-with-drop .chosen-single, #frmaddVendorManagementData .modal-body select.ng-dirty.ng-invalid .chosen-container.chosen-container-single .chosen-single, select.ng-invalid.ng-touched .chosen-container-active.chosen-with-drop .chosen-single, select.ng-invalid.ng-touched .chosen-container.chosen-container-single .chosen-single {
        border: 2px solid yellow;
    }

#MRBDetails .modal-footer {
    justify-content: flex-end;
    padding: 6px 0px 4px 0px;
}

#addVendorManagementDataPopup .modal-content {
    padding: 15px 20px;
    overflow: inherit;
}

#addVendorManagementDataPopup .scroll_modal {
    overflow-y: visible;
}

#addVendorManagementDataPopup .modal-footer .btn + .btn {
    margin-left: 8px;
}

#addVendorManagementDataPopup hr {
    margin: 12px 0;
}

.vertical-centered-box {
    position: absolute;
    width: 100px;
    height: 10px;
    top:0px;
    text-align: left;
}

    .vertical-centered-box:after {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

    .vertical-centered-box section {
        display: inline-block;
        vertical-align: middle;
        width: 10%;
        text-align: center;
        padding-top: 100px;
    }

.dot {
    border-radius: 50%;
}

#filicensesloadingicon .vertical-centered-box {
    top: 135px;
}

@-webkit-keyframes loader-2 {
    0%, 10% {
        -webkit-transform: translate3d(-10px,0,0);
        opacity: 0;
    }

    20% {
        -webkit-transform: translate3d(0,0,0);
        opacity: 1;
    }

    80% {
        -webkit-transform: translate3d(20px,0,0);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: translate3d(30px,0,0);
        opacity: 0;
    }
}

@-moz-keyframes loader-2 {
    0%, 10% {
        -moz-transform: translate3d(-10px,0,0);
        opacity: 0;
    }

    20% {
        -moz-transform: translate3d(0,0,0);
        opacity: 1;
    }

    80% {
        -moz-transform: translate3d(20px,0,0);
        opacity: 1;
    }

    90%, 100% {
        -moz-transform: translate3d(30px,0,0);
        opacity: 0;
    }
}

@-o-keyframes loader-2 {
    0%, 10% {
        -o-transform: translate3d(-10px,0,0);
        opacity: 0;
    }

    20% {
        -o-transform: translate3d(0,0,0);
        opacity: 1;
    }

    80% {
        -o-transform: translate3d(20px,0,0);
        opacity: 1;
    }

    90%, 100% {
        -o-transform: translate3d(30px,0,0);
        opacity: 0;
    }
}

@keyframes loader-2 {
    0%, 10% {
        -webkit-transform: translate3d(-10px,0,0);
        -moz-transform: translate3d(-10px,0,0);
        -ms-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
        opacity: 0;
    }

    20% {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1;
    }

    80% {
        -webkit-transform: translate3d(20px,0,0);
        -moz-transform: translate3d(20px,0,0);
        -ms-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: translate3d(30px,0,0);
        -moz-transform: translate3d(30px,0,0);
        -ms-transform: translate3d(30px,0,0);
        transform: translate3d(30px,0,0);
        opacity: 0;
    }
}

[not-existing] {
    zoom: 1;
}

.loader-2 {
  width: 30px;
  height: 60px;
  font-size: 0;
  text-align: center;
  margin: 0 auto;
}
.loader-2 .dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  -webkit-animation: loader-2 2.5s infinite linear;
  -moz-animation: loader-2 2.5s infinite linear;
  -o-animation: loader-2 2.5s infinite linear;
  animation: loader-2 2.5s infinite linear;
  background-color: #a6c8ff;
}
.loader-2 .dot:nth-child(1) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.loader-2 .dot:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.loader-2 .dot:nth-child(3) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.loader-2.grey .dot {
  background-color: #ccc;
}

.vendor_name_input ul li:nth-child(1) {
    font-weight: bold;
}


.action_buttons button {
    width: 145px !important;
}

.vendor_actions {
    display: flex;
    justify-content: flex-end;
}

.vendor_actions button:nth-of-type(2) {
    margin-left: 10px;
}

.add_vendor_modal {
    margin-bottom: 10px;
}

.grid_actions {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid_actions button {
    padding: 1px;
    margin: 0px;
    background: transparent;
    border-radius: 50%;
    border: 0px solid transparent;
    transition: all .3s;
}

.grid_actions button:hover {
    margin: 0px;
    background: transparent;
    border: 0px solid transparent;
}

.vendor_remove img {
    width: 22px;
    padding: 4px;
}

.form_line {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
/*Loader*/
.progressIndicator {
    text-align: center;
    width: 100%;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    display: none;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    position: fixed;
    background-color: #000000;
    opacity: 0.6;
}

    .progressIndicator:after {
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        content: '';
        margin-right: 0;
    }

    .progressIndicator .progressIndicatorInnerWrapper {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

.loader,
.loader:after {
    border-radius: 50%;
    width: 12em;
    height: 12em;
}

.loader {
    margin: 60px auto 0;
    font-size: 7px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.0em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.progressIndicator p, .progressIndicatorNew p {
    margin: 6px 0px 0;
    color: #FFFFFF;
    font-size: 14px;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Table grid */
.marAll {
    margin: 0;
}

.marLeft {
    margin-left: 0 !important;
}

.padAll {
    padding: 0;
}

.padRight {
    padding-right: 0;
}

.padLeft {
    padding-left: 0;
}

.table thead tr th {
    position: relative;
    cursor: pointer;
    border: 1px solid #dddddd;
    border-top: 1px solid #dddddd !important;
}

.table tr th span {
    position: absolute;
    right: 14px;
}

.table tr td span .fa {
    margin-right: 10px;
}

.table tbody tr td {
    padding: 5px 8px;
    border: none;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
   /* vertical-align: top;*/
}

    .table tbody tr td.action-button {
        padding: 2px 8px 1px;
    }

    .table tbody tr td:first-child {
        border-left: 1px solid #ddd;
    }

.search {
    width: 350px;
}

.action-button {
    min-width: 86px;
}

.addBtn {
    font-size: 20px;
    margin: 4px 0 0;
    display: block;
    cursor: pointer;
}

.addPopup {
    width: 4%;
}

.searchFilter {
    width: 96%;
}

.fa {
    color: #2d4062;
}

table thead th span .fa {
    color: #99A1AC;
}

table {
    width: 100%;
}

table, td {
    border-collapse: collapse;
}

.table thead tr th {
    font-weight: normal;
    padding: 5px 6px;
}


tbody tr td {
    padding: 5px 8px;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 80px;
    right: 0;
    background: #ffffff;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.50);
    overflow-x: hidden;
    transition: 1s;
    padding-top: 0;
    z-index: 1005;
}

    .sidenav form {
        height: 100%;
    }

    .sidenav .modalHeader, .sidenav .modalBody {
        padding: 10px 15px;
    }

    .sidenav .modalBody {
        padding-top: 0;
    }

.modalHeader {
    padding: 0px 0 5px;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

    .modalHeader .close {
        font-size: 27px;
        color: #484848;
        opacity: 1;
    }

.close:focus, .close:hover {
    outline: none;
}

.modalHeader .modal-title {
    font-size: 20px;
    color: #000000;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modalBody {
    overflow-y: auto;
    overflow-x: hidden;
    margin: 15px 0 18px;
}

    .modalBody .form-group {
        margin-bottom: 10px;
    }

.modalFooter {
    padding: 0 15px 0;
    color: #5c7174;
    border-color: rgba(0,0,0,0.04);
    border-radius: 0;
    text-align: right;
}

.btn:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

.modalBtn.saveBtn {
    box-shadow: none;
    background-color: #999999;
    color: #ffffff;
}

.modalBtn.cancelBtn {
    background-color: transparent;
    border-color: #999999;
    color: #999999;
}

.modalBtn.saveBtn:hover {
}

.contentWrapper {
    margin: 0;
    position: relative;
}

    .contentWrapper.staticWrapper {
        padding: 27px 0;
    }

    .contentWrapper .row {
        margin: 0;
    }

.form-group .form-control, .search .form-control {
    border: 1px solid #BFBFBF;
    box-shadow: inset -1px 1px 4px 0 rgb(126 139 149 / 23%);
    border-radius: 2px;
    font-size: 13px;
}

.form-group select.form-control {
    cursor: pointer;
}

    .form-group select.form-control[disabled], .form-group .chosen-container.chosen-container-single.chosen-disabled .chosen-single.chosen-default, fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

.search .input-group .form-control {
    background-color: transparent;
    height: 35px;
    padding: 3px 10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.newsearch {
    position: relative;
    width: 100%;
    padding-right: 16px;
}

.contentWrapper .row.headingAndSearchBar {
    margin: 10px 17px 17px 0;
}

.pageHeading {
    margin: 4px 0 0;
}

.householdLink.linkVisible {
    cursor: pointer;
}

.searchiconset {
    position: absolute;
    z-index: 12;
    background-color: transparent !important;
    margin: -2px 0 0;
    padding: 1px 3px !important;
    height: 28px;
    top: 5px;
    right: 26px;
    border: 0;
    font-size: 20px;


}

.modalBody .control-label
{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    display: block;
}

.table-bordered tbody tr td.action-button {
    padding: 2px 8px;
}

.btn-edit {
    float: right;
}

.btn-action, .btn-action:hover {
    margin: 2px 4px 0 0;
    display: inline-block;
    width: 28px;
}

.icon-width .fa:last-child {
    margin-right: 0;
}

.icon-width .fa {
    font-size: 20px;
    margin-right: 4px;
}

.mandatory {
    color: #f72d2d;
    margin: 0px 0 0;
    font-size: 16px;
}

.errorMsg, .successMsg {
    font-size: 16px;
}

.editable-input.invalidField, div.ui-select-container.invalidField > a.select2-choice, .inputBox.invalidField, .responsive .selectBox .chosen-container.chosen-container-single.invalidField .chosen-single, .invalidField#colorValue .inputBox, .invalidField .attachFile .inputBox, .responsive .invalidField .chosen-container.chosen-container-single .chosen-single, .invalidField .ui-select-container.select2-container .select2-choice, .chosen-container.chosen-container-multi.invalidField, .chosen-container.chosen-container-single.invalidField > .chosen-single.chosen-default {
    background: rgba(197,43,158,0.05) !important;
    border: 1px solid #C52B9E !important;
    box-shadow: 0 0 4px 0 #C52B9E !important;
    border-radius: 3px;
}

.errorMsg {
    color: #f72d2d;
}

.red {
    color: red;
}

.alertify-logs.right > *.show {
    opacity: 0.8 !important;
}

.modalErrorMsg {
    font-size: 13px;
    margin: 0 0 5px;
    display: block;
}

.successMsg {
    color: #0aaa0a;
}

.input-group.date {
    width: 100%;
}

    .input-group.date .form-control {
        border-radius: 4px;
    }

    .input-group.date .input-group-addon {
        border: 0;
        background: transparent;
        position: absolute;
        top: 5px;
        right: 12px;
        z-index: 12;
        width: 21px;
        padding: 6px 0;
    }

.input-group-addon .fa {
    font-size: 20px;
    margin: 0;
}
/*Chosen*/
.chosen-container.chosen-container-single, .chosen-container.chosen-container-multi.chosen-with-drop, .chosen-container.chosen-container-multi {
    margin-bottom: 1em;
    width: 100% !important;
    border-radius: 4px;
    transition: all .3s;
}

.chosen-container .chosen-results {
    margin: 8px 4px 4px 0 !important;
}

.chosen-container .chosen-results {
    max-height: 150px !important;
    overflow: auto;
}

.chosen-container-active.chosen-with-drop .chosen-single, .chosen-container.chosen-container-single .chosen-single {
    border: 1px solid #BFBFBF;
    box-shadow: inset -1px 1px 4px 0 rgba(0,0,0,0.23) !important;
    border-radius: 4px;
    font-size: 14px;
    color: #8b8989;
}

.chosen-container .chosen-drop {
    border: 1px solid #BFBFBF !important;
}

.chosen-container-single .chosen-search input[type="text"]:focus {
    border-color: #BFBFBF !important;
    outline: none;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #5f83c39e !important;
    color: #fff !important;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    text-decoration: none;
}

.chosen-container {
    position: absolute;
}

.navbar-brand {
}

    .navbar-brand img {
        width: auto;
        height: auto;
        max-height: 50px;
    }
/*Households*/
.pageHeader {
    font-family: OpenSans-Bold, 'Segoe UI Black';
    color: #2D4062;
    text-align: left;
}

    .pageHeader .heading {
        font-size: 36px;
        line-height: 49px;
    }

        .pageHeader .heading .italic {
            font-family: OpenSans-Semibold, 'Segoe UI Semibold'
        }

.breadcrumb > li .previousPage {
    color: #99A1AC;
    text-decoration: none;
}

.breadcrumb > li > .active {
    color: #2D4062;
}

.breadcrumbsSection {
    padding: 0px
}

.dashboardSection .form-check label {
    font-family: OpenSans-Regular, 'Segoe UI Light';
    font-size: 12px;
    color: #393C40;
    font-weight: normal;
    margin: 0 20px 0 0;
    cursor: pointer;
}

.dashboardSection .boxWrapper {
    padding: 15px 17px;
}

.boxWrapper {
    overflow-x: auto;
}

.responsive {
    overflow-x: initial;
    overflow-x: auto;
}

.vissiblity {
    visibility: hidden;
}

.tableHeadShadow {
    position: absolute;
    width: 22px;
    border: red;
    display: block;
    height: 20px;
    top: -37px;
    left: -21px;
    z-index: 10000;
    background: red;
}

.cell-wrap-text {
    white-space: normal !important;
}

/* Prevents alertify message from being behind freshdesk widget */
#launcher-frame {
    z-index: 500 !important;
}

.floatThead-wrapper .vissiblity
{
    visibility: visible;
}

.dashboardSection .form-check input[type="checkbox"] + .label-text:before {
    float: left;
    margin: -2px 6px 0 0;
}

.breadcrumb .previousPage a:hover {
    text-decoration: none;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 2px;
    background-color: transparent;
    font-size: 20px;
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
}

.ag-root-wrapper {
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#clientAccountCumulativeHistorydiv h4 {
    color: #99a1b1;
    font-size: 13px;
}

.requestApprovalBtn {
    float: right;
    font-size: 13px;
    background: #43639C;
    padding: 6px 24px;
    font-family: OpenSans-Semibold, 'Segoe UI Semibold';
}

.breadcrumb > li + li:before {
    content: "" !important;
    display: inline-block;
    width: auto;
    padding: 0 5px;
    background-repeat: no-repeat;
    height: 12px;
    margin: 0 0 0 0.5em;
    background-image: url('../images/bc.png'),none;
    position: relative;
}

.unresolvedCaseCount p {
    font-family: OpenSans-Regular, 'Segoe UI';
    font-size: 13px;
    color: #393C40;
    margin: 12px 0 0px;
}

    .unresolvedCaseCount p .totalCount {
        font-family: OpenSans-Semibold, 'Segoe UI Semibold';
        font-size: 13px;
        color: #1B001C;
        letter-spacing: 0;
        line-height: 24px;
    }

.pageHeaderMenu li {
    float: left;
    list-style-type: none;
    margin-left: 20px;
    cursor: pointer;
}

.tabactive.tabli a {
    color: #2D4062;
    text-decoration: underline;
}

.tabli:first-child {
    margin-left: 0;
}

.pageHeaderMenu li.searchBar {
    margin: 0;
    position: relative;
}

    .pageHeaderMenu li.searchBar input {
        border: 1px solid #99A1AC;
        color: #99A1AC;
        width: 200px;
    }

        .pageHeaderMenu li.searchBar input.searchBox {
            font-size: initial;
        }

.searchBox::-webkit-input-placeholder {
    font-family: OpenSans-Regular, 'Segoe UI';
    font-size: 12px;
    color: #99A1AC;
}

.searchBox::-moz-placeholder {
    font-family: OpenSans-Regular, 'Segoe UI';
    font-size: 12px;
    color: #99A1AC;
}

.searchBox:-ms-input-placeholder {
    font-family: OpenSans-Regular, 'Segoe UI';
    font-size: 12px;
    color: #99A1AC;
}

.searchBox:-moz-placeholder {
    font-family: OpenSans-Regular, 'Segoe UI';
    font-size: 12px;
    color: #99A1AC;
}

.moreOptions .moreOptionsBtn {
    background: #EAEAEA;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.40);
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: block;
    position: relative;
}

    .moreOptions .moreOptionsBtn span {
        background-image: url('../images/MoreIcon.png');
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 24px;
        display: block;
        background-position: center left;
        background-repeat: no-repeat;
    }

.moreOptions.dropdown.open .moreOptionsBtn.dropdown-toggle {
    background: #99A1AC;
}

    .moreOptions.dropdown.open .moreOptionsBtn.dropdown-toggle span {
        background-image: url('../images/MoreIconWhite.png');
        background-position: center left;
        background-repeat: no-repeat;
    }

.headerFixed.content {
    margin: 176px 0 78px;
}


.add_client_profile {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

/* I dk where else these selectors are in place. It would probably be good to remove this appearance style everywhere */
select.inputBox, .arrowDown, .householdDashboardMenu select.inputBox, .responsive .selectBox .chosen-container.chosen-container-single .chosen-single {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    opacity: 0.99;
    font-family: OpenSans-Regular, 'Segoe UI';
    font-size: 11px;
    color: #4A4A4A;
}

/* removing here */
select.inputBox {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.wrap, .chosen-container-single .chosen-single {
    position: relative;
}

    /*.wrap:after, .chosen-container-single .chosen-single:after {
        content: "\f107";
        font-family: FontAwesome;
        color: #BFBFBF;
        position: absolute;
        z-index: 1;
        height: 2rem;
        pointer-events: none;
        border-left: 1px solid #bfbfbf !important;
        margin-top: -6px;
        padding: 0.4rem 0 0.4rem 0.6rem;
    }*/

    .wrap.topPosition.cLQueue::after {
        height: 2.5rem;
        margin-top: -2px;
    }

    .wrap:after {
        right: 10px;
        top: 11px;
    }

    .chosen-container-single .chosen-single:after {
        top: 6px;
        right: 9px;
    }

.dropdown.filter, .filterBtn.btn {
    position: absolute;
    right: 0px;
}

.dropdown.filter {
    top: 7px;
}

.filterBtn.btn {
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    top: 5px;
}

.greenCheck {
    width: 20%;
    color: green;
    text-align: center;
}

.goldAlert {
    width: 30%;
    color: darkgoldenrod;
    text-align: center;
}

.modalWrapper .wrap:after {
    top: 8px;
}

.chosen-container-single .chosen-single span {
    margin-right: 0;
}

.chosen-container-single .chosen-single div b:before {
    display: none;
}

select.inputBox:focus, .householdDashboardMenu select.inputBox:focus {
    outline: none;
    border-color: #979797;
    outline: 0;
    /*-webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.50);
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.50);*/
}

select.inputBox::-ms-expand, .householdDashboardMenu select.inputBox::-ms-expand {
    display: none !important;
}

.btnGroup .form-group {
    display: inline-block;
    margin: 10px 20px 10px 0;
}

.boxWrapper {
    background-color: #ffffff;
    box-shadow: 0 1px 15px 0 rgba(0,0,0,0.34);
    padding: 13px;
}

    .boxWrapper table thead th, .modal table thead th {
        background: #FCFCFC;
        font-family: OpenSans-Semibold, 'Segoe UI Semibold';
        font-size: 10px;
        color: #99A1AC;
        letter-spacing: 2.4px;
        text-transform: uppercase;
    }

.floatThead-container .floatThead-table thead {
    background-color: #fcfcfc;
}

    .floatThead-container .floatThead-table thead th {
        background: none;
        background-color: transparent;
    }

.boxWrapper .responsive table th, .boxWrapper .responsive table td {
    border: 1px solid #EAEAEA;
}

.boxWrapper .responsive .table td {
    border-left: 1px solid #EAEAEA;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.boxWrapper .responsive table tr:last-child td {
    border-bottom: 1px solid #EAEAEA;
}

.boxWrapper .responsive table th {
    border-top-color: #EAEAEA !important;
    padding: 10px 10px;
}

.boxWrapper .responsive table td {
    padding: 6px 6px;
    font-size: 13px;
    font-family: OpenSans-Regular, 'Segoe UI Light';
    color: #393C40;
}

    .boxWrapper .responsive table td .householdLink {
        font-size: 13px;
    }

.householdLink {
    font-family: OpenSans-Regular, 'Segoe UI';
    color: #43639C;
}

    .householdLink:hover, .householdLink:focus {
        text-decoration: none;
    }

.value {
    font-family: OpenSans-Regular, 'Segoe UI Light';
    color: #393C40;
}

.boxWrapper table tbody {
    overflow: hidden;
}

.boxWrapper table thead {
    width: 100%;
}

.moreOptions.dropdown.open .dropdown-menu, .filterBox, .dropdown.filter .dropdown-menu, .filterMenuBox ul {
    left: auto;
    right: 0;
    margin: 9.5px 0 0;
    background: #FFFFFF;
    border: 1px solid #99A1AC;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.27);
    border-radius: 3px;
    padding: 9px 0;
}

.moreOptions.dropdown.open .dropdown-menu, filterMenuBox {
    z-index: 99999;
}

.filterMenuBox {
    margin: 0;
    padding: 0;
}

.boxWrapper .responsive table th.filterTh {
    padding: 0;
}
.space-between {
    justify-content: space-between;
}
/*
    Engage data sync css
*/
#engageAppLinkModal option:not(:first-child)
{
    color: black;
}
#engageAppLinkModal .ng-pristine
{
    color: #99A1AC;
}

.requiredSelect {
    border-color: red !important;
}
.requiredText {
    color: red;
}

.dataSyncIcon
{
    font-size: 25px;
    cursor: pointer;
    padding-bottom: 9px;
    color: #2D4062;
    cursor: pointer;
}
#engageAppLinkModal .modalTitle
{
    color: #697077;
    font-size: 20px;
}
#engageAppLinkModal .titleItem
{
    color: #697077;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#engageAppLinkModal input[type=checkbox]
{
    width: 16px;
    height: 16px;
    color: #cad2dd;
    border: 1px solid #cad2dd;
    box-shadow: inset -1px 1px 4px 0 rgb(126 139 149 / 23%);
}

#engageAppLinkModal .dropdown-label
{
    color: #99A1AC;
    /*
        font-family: Roboto;
    */
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
}
#engageAppLinkModal select {
    width: 100%;
}

.moreOptions.dropdown.open .dropdown-menu li, .filterBox li, .dropdown.filter .dropdown-menu li, filterMenuBox, .moreOptions.dropdown.open .dropdown-menu li a, .moreOptions.dropdown.open .dropdown-menu li ul li a {
    width: 100%;
    margin: 0;
    font-family: OpenSans-Regular, 'Segoe UI Light';
    font-size: 18px;
    color: #393C40;
}

.filterBox, .dropdown.filter .dropdown-menu {
    position: absolute;
    padding: 12px;
}

.moreOptions .dropdown-menu > li > a:focus, .moreOptions .dropdown-menu > li > a:hover, .moreOptions .dropdown-menu > li > a.activeLink, .moreOptions .dropdown-menu > li > a.activeLink:hover {
    background: #99A1AC;
    text-decoration: none;
    color: #ffffff;
}

.pageHeaderMenu .moreOptions.dropdown.open .dropdown-menu li a {
    padding: 3px 12px;
    margin: 0;
}

    .pageHeaderMenu .moreOptions.dropdown.open .dropdown-menu li a:hover {
        color: #ffffff;
    }

.pageHeaderMenu .moreOptions.dropdown.open .dropdown-menu, .filterBox {
    min-width: 148px;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu {
    right: 160px;
}

.navbar-right .dropdown-menu li .dropdown-menu {
    right: 160px;
    top: 0;
}

.dropdown-menu li:focus a .fa, .dropdown-menu li:active a .fa {
    color: #ffffff;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .navbar-nav > li > .dropdown-menu li a:hover, .navbar-nav > li > .dropdown-menu li a:active {
    background: #99A1AC;
    color: #ffffff;
}

    .dropdown-menu > .active > a .fa {
        color: #ffffff;
    }

.responsive .choosenSelect .chosen-container.chosen-container-single {
    width: 100% !important;
    background-position: 98% !important;
}
/*Check box*/
.filter label {
    position: relative;
    cursor: pointer;
}

.filter li, .dropdown.filter .dropdown-menu li, .filterMenuBox ul li {
    list-style-type: none;
    margin: 0 0 6px;
}

    .filter li span, .filterMenuBox .filterMenu li span {
        font-family: OpenSans-Regular, 'Segoe UI Light';
        font-size: 18px !important;
        color: #393C40;
    }

    .filter li.filterText, .filterMenuBox .filterMenu li.filterText {
        margin: 0 0 5px;
    }

        .filter li.filterText span, .filterMenuBox .filterMenu li.filterText span {
            font-family: OpenSans-Semibold, 'Segoe UI Semibold';
            font-size: 8px !important;
            color: #99A1AC;
            position: static;
        }

.filterMenuBox .filterMenu {
    padding: 12px;
    min-width: 160px;
    font-size: 14px;
    margin: 0;
}

.filterThQueue .filterMenuBox .filterMenu {
    padding: 10px;
    min-width: 117px;
}

.floatThead-container {
    z-index: 900 !important;
    border-bottom: 0;
}

.table > thead > tr > th.filterTh {
    vertical-align: middle;
}

.table.floatThead-table {
    min-height: auto;
}

.table > thead > tr#trFilter > th {
    vertical-align: top;
}

.floatThead-container.floated, .boxWrapper .responsive .floatThead-container.floated table th {
    border-bottom: none !important;
}

#filterRole.filterMenuBox {
    width: 160px;
}

.table tr th span.label-text {
    position: static;
    width: 100%;
    text-transform: none;
}

.form-check input[type="checkbox"], .form-check input[type="radio"] {
    position: absolute;
    right: 0;
    display: none;
}

    .form-check input[type="checkbox"] + .label-text:before {
        content: "";
        background: url('../images/emptybox.png');
        speak: none;
        -webkit-font-smoothing: antialiased;
        width: 22px;
        height: 22px;
        display: inline-block;
        float: right;
    }

    .form-check input[type="checkbox"]:checked + .label-text:before {
        content: "";
        background: url('../images/checkbox.png');
        background-repeat: no-repeat;
        animation: effect 250ms;
    }

    .form-check input[type="checkbox"]:disabled + .label-text {
        color: #aaa;
    }

        .form-check input[type="checkbox"]:disabled + .label-text:before {
            content: "\f0c8";
            color: #ccc;
        }

.form-control .quickJump {
    z-index: 9999 !important;
    width: 100%!important;
}

.householdDetailsMenu .form-control {
    width: 77% !important;
}

/*Pagination*/
.pagination > li > a, .pagination > li > span {
    font-size: 11px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    padding: 6px 12px;
    color: #393C40;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #43639C;
    border-color: #43639C;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    border: 1px solid #EAEAEA;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

    .dataTables_info, .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        font-family: OpenSans-Regular, 'Segoe UI';
        font-size: 11px;
        color: #393C40;
    }

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination {
    margin: 2px 0 0;
}

.dataTables_info {
}

.count {
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    padding: 7px 5px;
    width: 60px;
    margin: 0 5px;
    cursor: pointer;
    background-color: white;
}

input:focus, select:focus {
    outline: none;
}
/*Household Details*/
.householdDetailsMenu ul {
    padding: 0;
    margin-top: 10px;
}

.tabli a {
    font-family: OpenSans-Regular, 'Segoe UI';
    font-size: 13px;
    color: #99A1AC;
    transition: all .3s;
}

    .tabli a.active, .tabli a:hover {
        color: #2D4062;
    }

    .tabli a:hover, .tabli a:focus {
        text-decoration: none;
    }

.tabli.jumpTo {
    font-family: OpenSans-Semibold, 'Segoe UI Semibold';
    font-size: 18px;
    color: #2D4062;
    margin-left: 0;
}

.boxWrapper.currentTab .responsive table td {
    padding: 25px 15px;
    font-family: OpenSans-Regular, 'Segoe UI Light';
    font-size: 18px;
    color: #393C40;
}

.currentTab .boxWrapper {
    height: auto !important;
}

.boxWrapper.currentTab .profileTab.responsive table td {
    padding: 12px 15px 13px;
}

.responsive label {
    width: 100%;
    font-weight: normal;
    margin-bottom: 0;
    display: block;
}

.title {
    font-family: OpenSans-Semibold, 'Segoe UI Semibold';
    font-size: 8px;
    letter-spacing: 2.4px;
    color: #99A1AC;
    text-transform: uppercase;
}

.details {
    font-family: OpenSans-Regular, 'Segoe UI Light';
    font-size: 13px;
    color: #393C40;
    margin: 2px 0 0;
    padding: 0px 0 1px;
}

.highlighted-text {
    font-weight: 600 !important;
}

.tabHeading {
    font-family: OpenSans-Bold, 'Segoe UI Black';
    font-size: 13px;
    color: #2D4062;
    margin: 0 0 1px;
}

.currentTab .boxWrapper, .addNewHousehold .boxWrapper {
    margin: 0 0 25px;
}

.headerFixed {
    width: 100%;
    z-index: 1;
    padding: 30px 0 0;
    background-color: #F4F6F8;
}

.avmHeader {
    width: 100%;
    z-index: 1;
}

.container-fluid {
    padding: 0;
}

.table tr.remove td {
    background: #FEFEA9;
}
/*Add New Household Page*/
.inputBox, .form-group .form-control.inputBox, .uk-form .inputBox, .uk-form .form-group .form-control.inputBox {
    background: #FFFFFF;
    border: 1px solid #979797;
    border-radius: 3px;
    width: 100%;
    padding: 4px 10px;
    height: 30px;
    margin: 4px 0 0;
    font-family: OpenSans-Regular, 'Segoe UI';
    font-size: 11px;
    color: #4A4A4A;
    text-align: left !important;
}

#vendorAddNew .form-control
{
    margin: 4px 0 0;
    font-family: OpenSans-Regular, 'Segoe UI';
    font-size: 11px;
    color: #4A4A4A;
}

.table .uk-form input:not([type]), .table .uk-form input[type=text], .uk-form input[type=password], .uk-form input[type=email], .uk-form input[type=url], .uk-form input[type=search], .uk-form input[type=tel], .uk-form input[type=number], .uk-form input[type=datetime], .uk-form input[type=datetime-local], .uk-form input[type=date], .uk-form input[type=month], .uk-form input[type=time], .uk-form input[type=week], .uk-form input[type=color], .uk-form select, .uk-form textarea {
    background: #FFFFFF;
    border: 1px solid #979797;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.50);
    border-radius: 3px;
    width: 100%;
    padding: 4px 10px;
    height: 32px;
    margin: 4px 0 0;
    font-family: OpenSans-Regular, 'Segoe UI';
    font-size: 11px;
    color: #4A4A4A;
    text-align: left;
}

textarea.inputBox {
    line-height: normal;
}
/*UIKit Datepicker*/
.uk-datepicker {
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    z-index: 9999 !important;
}

.uk-datepicker-table a.uk-active {
    background: #009dd8;
    color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-bottom-color: rgba(0,0,0,.4);
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top,#00b4f5,#008dc5);
    background-image: linear-gradient(to bottom,#00b4f5,#008dc5);
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}

.uk-datepicker table tr th, .uk-datepicker table tr td {
    word-break: normal;
}

.calenderWrapper.uk-form.uk-form-icon {
    width: 100%;
}

    .calenderWrapper.uk-form.uk-form-icon > [class*=uk-icon-] {
        right: 3px;
        top: 1rem;
        margin: -8px 0 0;
        color: #99A1AC;
        font-size: 14px;
    }

.uk-form input:not([type]):focus, .uk-form input[type=text]:focus, .uk-form input[type=password]:focus, .uk-form input[type=email]:focus, .uk-form input[type=url]:focus, .uk-form input[type=search]:focus, .uk-form input[type=tel]:focus, .uk-form input[type=number]:focus, .uk-form input[type=datetime]:focus, .uk-form input[type=datetime-local]:focus, .uk-form input[type=date]:focus, .uk-form input[type=month]:focus, .uk-form input[type=time]:focus, .uk-form input[type=week]:focus, .uk-form input[type=color]:focus, .uk-form select:focus, .uk-form textarea:focus {
    border-color: #979797 !important;
    outline: 0;
    background: #ffffff !important;
    color: #4a4a4a !important;
}

.uk-datepicker-table tbody {
    overflow-y: hidden;
}

.calenderWrapper.uk-form.uk-form-icon:not(.uk-form-icon-flip) > input {
    padding-left: 10px !important;
    cursor: pointer;
}
/*xeditable bsdate picker*/
.details .editable-wrap .editable-controls .input-group div[uib-datepicker-popup-wrap] ul.uib-datepicker-popup.dropdown-menu.ng-scope {
    width: 40rem !important;
    top: -12px !important;
}

.errortext {
    /*color: red;
    font-style: italic;*/
    color: #393C40 !important;
}

.responsive.profileTabNew {
    /*overflow-y: scroll;*/
}

.chosen-container-single .chosen-single span {
    margin-top: 3px;
}

.addNewHousehold .boxWrapper .responsive.profileTab table td {
    padding: 19px 15px 17px;
}


    .addNewHousehold .boxWrapper .responsive.profileTab table td .inputBox {
        margin: 4px 0 0;
    }


.addNewHousehold.addNewMRB .boxWrapper .responsive table td .inputBox {
    margin: 0 0 0;
}

.addNewHousehold.addNewMRB .boxWrapper .responsive table td .title {
    margin: 0 0 4px;
}

.boxWrapper .responsive table td.noBorder {
    border-right: 0;
    border-bottom: 0 !important;
}

/*#add_new_client.fixedHeaderContent.content {
    margin: 35px 0px 0px 0px;
}*/


.FIProfilePage .wrap:after {
    top: 8px;
}

.FIProfilePage .selectBox .wrap:after {
    content: '';
}

.addAnother {
    font-family: OpenSans-Regular, 'Segoe UI';
    font-size: 13px;
    color: #43639C;
    margin: 0 16px 7px 16px;
    cursor: pointer;
}

    .addAnother:hover, .addAnother:focus {
        text-decoration: none;
    }

.fixedHeaderContent.content.listPageTop {
    margin: 0 0;
}

.fixedHeaderContent.content.listPage {
    margin: 15px 0 0;
}

.filter {
    list-style-type: none;
}

    .filter .btn.dropdown-toggle {
        background-color: transparent;
        border: 0;
        padding: 0;
    }

        .filter .btn.dropdown-toggle:active {
            box-shadow: none;
        }

    .filter .fa {
        font-size: 16px;
        color: rgba(153,161,172,0.30);
    }

.dropdown-dash:hover {
    display: block !important;
}

.dashboardMenu:hover .dropdown-dash {
    display: block !important;
}

.fixed-header {
    position: fixed;
    top: 250px;
    left: 0;
    max-width: inherit;
    width: 100%;
}

.leftBlock {
    display: none;
}

.floatThead-container .leftBlock {
    display: block;
}

.alertify-logs > *.default {
    background: #0388C5 !important;
}

.alertify-logs > *.error {
    background: #C52B9E !important;
}

.alertify-logs > *.success {
    background: #17BC93 !important;
}

.alertify-logs *.show {
    font-family: OpenSans-Bold, 'Segoe UI Black';
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
    padding: 25px 81px !important;
    width: 464px;
}

.alertify-logs.right {
    right: 20px !important;
}

.alertify-logs.bottom, .alertify-logs:not(.top) {
    bottom: 20px !important;
}

.SARQCTickerStyle {
    width: 220px !important;
    text-decoration-color: black;
    font-size: x-large;
    border: none;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    line-height: 252%;
    display: inline-block !important;
    text-transform: uppercase;
}

.SARQCTickerTD {
    width: 60%;
    text-decoration-color: black;
    font-size: large !important;
    border: none !important;
    height: 50px !important;
}


#divCddCreationSummary {
    margin-left: 20px;
}
.ddLicenseInfoText 
{
    box-shadow: none !important;
    border-color: #e5e5e5 !important;
    border-radius: 4px;
}
/*Household Dashboard*/
.defaultBtn, .defaultBtn:active, .defaultBtn:focus {
    background-color: rgba(45,64,90,1);
    border-radius: 4px;
    color: #FFFFFF;
    letter-spacing: -0.42px;
    text-align: center;
    font-family: OpenSans-Semibold, 'Segoe UI Semibold';
    padding: 6px 10px;
    width: 100%;
    border: transparent;
    transition: all .3s;
}

    .defaultBtn:hover, .defaultBtn:focus, .defaultBtn:active {
        color: #ffffff;
        outline: 0;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
    }

.documentList ul li {
    list-style-type: none;
    font-family: OpenSans;
    font-size: 18px;
    color: #43639C;
    border-bottom: 1px solid #EAEAEA;
    padding: 12px 0;
}

.documentList ul {
    border: 1px solid #EAEAEA;
    padding: 0 15px;
}

.contentWrapper .dashboardSection {
    margin: 0 0 30px;
}

.dashboardSection .boxWrapper {
    overflow-x: hidden;
}

.dashboardSection .profileBox .boxWrapper, .dashboardSection .caseBox .boxWrapper {
    overflow-x: auto;
}

.contentWrapper .dashboardSection:last-child {
    margin: 0;
}

.dashboardSection .householdLink {
    font-size: 13px;
    color: #43639C;
    margin: 4px 0 0;
}

.dashboard.content {
    margin: 31px 0 0;
}

.selectBoxLabel {
    font-family: OpenSans-Semibold, 'Segoe UI Semibold';
    font-size: 12px;
    color: #99A1AC;
    letter-spacing: 2.4px;
    margin: 0 0 6px;
}

.householdDashboardMenu select.inputBox {
    background: #FFFFFF;
    border: 1px solid #BFBFBF;
    border-radius: 4px;
    width: 292px;
    height: 33px;
    margin-top: 0;
}

.searchAndMoreOption .defaultBtn {
    margin: 17px 0 0;
}

.navbarRight.navbar {
    position: absolute;
    top: 0;
    right: 0;
}


.instructions_box {
    padding: 8px;
    margin-bottom: -19px;
    background: rgba(153, 161, 172, 0.21);
    cursor: not-allowed;
    width: 95.7%;
    border: 1px solid #BFBFBF;
    box-shadow: inset -1px 1px 4px 0 rgb(126 139 149 / 23%);
    border-radius: 2px;
    font-size: 13px;
}


.defaultBtn.cancelBtn, .defaultBtn.saveBtn  {
    border-radius: 4px;
    font-family: OpenSans-Semibold, 'Segoe UI Semibold';
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    width: 101px;
}

.defaultBtn.saveBtn {
    background: #43639C;
    margin-left: 10px;
}

.defaultBtn.cancelBtn {
    background: #99A1AC;
}

.processBtns {
    display:flex;
    justify-content:flex-end;
}

.defaultBtn.cancelBtn:hover, .defaultBtn.cancelBtn:active, .defaultBtn.cancelBtn:focus {
    background: #929599;
}

.defaultBtn.saveBtn:hover, .defaultBtn.saveBtn:active, .defaultBtn.saveBtn:focus {
    background: #7199e0;
}
/*Upload Btn*/
.fileinput.fileinput-new .btn-file {
    position: relative;
    margin: 10px 0 0;
    width: auto;
    font-family: OpenSans-Semibold, 'Segoe UI Semibold';
    font-size: 18px;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.noteText {
    font-size: 11.5px;
    font-style: italic;
    color: #b5b5b5;
    width: 193px;
    display: inline-block;
    margin-left: 4px;
}

.input-file-name {
    width: 100%;
    border: 0;
    background: transparent;
    margin: 5px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}
/*MRB List*/
.pageHeaderMenu.MRBListPage {
    margin: 0;
    height: 82px;
}

    .pageHeaderMenu.MRBListPage .searchAndMoreOption ul {
        margin: 12px 0 0;
    }
/*Contact Profile*/
.seeAll {
    font-family: OpenSans-Semibold, 'Segoe UI Semibold';
    font-size: 16px;
    color: #43639C;
    text-align: right;
}

    .seeAll:hover {
        text-decoration: none;
    }
/*FI Overview Dashboard*/
.navigationYearAndMonth li {
    border-radius: 4px;
    list-style-type: none;
    display: inline-block;
    padding: 1.5px 9px;
}

    .navigationYearAndMonth li.active {
        background: #393C40;
    }

        .navigationYearAndMonth li.active a {
            color: #FFFFFF;
        }

    .navigationYearAndMonth li a {
        font-family: OpenSans-Regular, 'Segoe UI';
        font-size: 18px;
        color: #393C40;
    }

        .navigationYearAndMonth li a:hover {
            text-decoration: none;
        }

.navigationYearAndMonth {
    margin: 15px 0 0;
}

.amount {
    font-family: OpenSans-Semibold, 'Segoe UI Semibold';
    font-size: 47px;
    color: #2D4062;
    letter-spacing: 12.8px;
    text-align: center;
    margin-bottom: 0;
}

.scoreCardAmount {
    font-family: OpenSans-Semibold, 'Segoe UI Semibold';
    font-size: 40px;
    color: #2d4062;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 0;
}

.amountNote {
    font-family: OpenSans-Semibold, 'Segoe UI Semibold';
    font-size: 12px;
    color: #99A1AC;
    letter-spacing: 1.92px;
    margin: 12px 0;
    display: block;
}

.bottomBorder {
    width: 58px;
    height: 7px;
    display: block;
    margin: 0 auto;
}

    .bottomBorder.mrbFees {
        background: #17BC93;
    }

    .bottomBorder.avgFees {
        background: #0388C5;
    }

    .bottomBorder.depositBal {
        background: #C7B74E;
    }

    .bottomBorder.avgVelocity {
        background: #C52B9E;
    }

.amountSection .boxWrapper {
    padding: 83px 0 84px;
}

.amountSection:last-child .boxWrapper {
    margin: 0;
}

.globalSearchPage .seeAllList, .contactProfilePage .seeAllList {
    font-family: OpenSans-Semibold, 'Segoe UI Semibold';
    font-size: 16px;
    color: #43639C;
}

.progressLabel {
    font-family: OpenSans-Semibold, 'Segoe UI Semibold';
    font-size: 12px;
    color: #99A1AC;
    letter-spacing: 2.4px;
    margin: 0 0 9.7px;
    text-transform: uppercase;
}

.progress {
    background-color: #F0F0F0;
    box-shadow: none;
    border-radius: 0;
    height: 18.6px;
    margin: 0 0 35.7px;
}

.unresolvedMore .progress:last-child {
    margin-bottom: 22px;
}

.new .progress .progress-bar {
    background-color: #17BC93;
}

.unresolved .progress .progress-bar {
    background-color: #0388C5;
}

.unresolvedRemaining .progress .progress-bar {
    background-color: #C7B74E;
}

.unresolvedMore .progress .progress-bar {
    background-color: #C52B9E;
}

.progress .progress-bar {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.fIOperationDashboardPage .new .progress .progress-bar {
    background-color: #8FDA61;
}

.fIOperationDashboardPage .unresolved .progress .progress-bar {
    background-color: #60B1DB;
}

.fIOperationDashboardPage .SARsBox .unresolved .progress .progress-bar {
    background-color: #60B1DB;
}

.fIOperationDashboardPage .unresolvedRemaining .progress .progress-bar {
    background-color: #FFAA3F
}

.fIOperationDashboardPage .unresolvedMore .progress .progress-bar {
    background-color: #F64900;
}

.unresolvedCases, .profile, .newCases .boxWrapper {
    min-height: 412px;
}

    .unresolvedCases .boxWrapper, .profile .boxWrapper, .newCases .boxWrapper {
        height: 100%;
    }

    .unresolvedCases .boxWrapper {
        height: 412px;
    }

.dashboard .topHeader {
    margin-top: 2px;
}

.msgbankBtn {
    height: 39px;
}

    .msgbankBtn, .msgbankBtn:hover, .msgbankBtn:focus, .msgbankBtn:active {
        padding: 5px !important;
    }

.formLabel.control-label {
    font-weight: normal;
    font-family: OpenSans-Regular, 'Segoe UI';
    font-size: 16px;
}

.gellAllInventoryBtn {
    margin: 22px 0 0 20px;
}

.g-recaptcha {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

#feesEarnedChart g, #numberOfHouseholds g {
    font-family: OpenSans-Regular, 'Segoe UI' !important;
    font-size: 10px !important;
    color: #99A1AC !important;
}

.chart {
    width: 100%;
    min-height: 345px;
    font-size: 10px;
    color: #99A1AC;
}

#velocityOfDepositeAccounts.chart {
    min-height: 375px;
}

.feesEarned.unresolvedCases {
    height: 425px;
}


.wrap.topPosition:after {
    top: 7px;
}

/*Reporting*/

.refresh_filter {
    border-radius: 3px;
    font-family: OpenSans-Semibold, 'Segoe UI Semibold';
    font-size: 13px;
    color: #FFF;
    letter-spacing: .5px;
    text-align: center;
    background-color: #4b6ca7;
    padding: 4.3px 10px;
    transition: all .3s;
    margin-left: 10px;
}


.refresh_filter:hover {
     box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
     background-color: #799bd9;
     color: #FFF;
} 

.input-flex {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.reporting_wrapper .uk-input {
    margin-top: 0px !important;
}

.noIdent {
    margin-left: 0px !important;
}

.input-flex label {
    margin-left: 9px;
    width: 77px;
    margin-bottom: 0px;
}

.reporting_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 575px;
    margin-bottom: 13px;
}

.reporting_input_wrapper {
    width: 450px;
    display: flex;
    justify-content: space-between;  
}

.reporting_input_wrapper_ledger {
    width: 535px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.ledger_label {
    display: flex;
    align-items: flex-end;
    width: 94px;
    justify-content: space-evenly;
    font-weight: 500;
}

.chosen-container-active.chosen-with-drop .chosen-single, .chosen-container.chosen-container-single .chosen-single {
    padding: 6px 12px;
    box-shadow: inset -1px 1px 4px 0 rgb(126 139 149 / 23%) !important;
    border-radius: 2px;
    font-size: 13px;
    width: 300px;
    height: 30px;
    line-height: 1.42857143;
    color: #555;
    font-size: 13px;
}

.chosen-container-single.chosen-with-drop .chosen-drop .chosen-results li.result-selected::before {
    background-position: 0 -24px;
}

.chosen-container-single .chosen-drop .result-selected {
    color: #444 !important;
}


.chosen-container-single.chosen-container::after {
    background: url(https://image.ibb.co/cdSC2e/Select_Arrow.png) center center no-repeat !important;
    width: 31px;
    height: 41%;
    content: " ";
    position: absolute;
    transform: scale(0.35);
    right: -3px;
    top: 10px;
}

.chosen-container-single .chosen-choices {
    padding: 0px 12px !important;
}


.chosen-container-single.chosen-container ul.chosen-choices {
    padding-right: 20px;
    width: 300px;
    height: 30px;
    font-size: 13px;
    border: 1px solid #BFBFBF;
}

.chosen-choices {
    height: 50px !important;
    overflow-y: auto !important;
}


.chosen-container-single .chosen-single span {
    margin-top: 0px;
}

.reporting_input_wrapper_ledger .chosen-container.chosen-container-single, .chosen-container.chosen-container-multi.chosen-with-drop, .chosen-container.chosen-container-multi {
    margin-bottom: 0px !important;
}
/*FI Profile*/
.attachFile {
    width: 100%;
}

    .attachFile .inputBox.form-control {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .attachFile .input-group-btn .link {
        font-family: OpenSans-Regular, 'Segoe UI';
        font-size: 16px;
        color: #43639C;
        cursor: pointer;
    }

    .attachFile .input-group-btn {
        text-align: right;
        margin: 8px 0 0 0;
        padding: 0 0 1px 30px;
        font-weight: normal;
    }

.monthNote {
    position: relative;
}

    .monthNote span {
        font-family: OpenSans-Regular, 'Segoe UI';
        font-size: 18px;
        color: #99A1AC;
        position: absolute;
        right: 14px;
        top: 9px;
    }

    .ComplStartEdit.ng-scope {
        display: flex;
        align-items: flex-end;
    }



.complianceWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .complianceWrapper div:nth-child(2) {
        display: flex;
        align-items: flex-end;
    }

    .complianceWrapper div:nth-child(4) {
        padding-left: 5px;
        width: 75px
    }

    .complianceWrapper a {
        margin-left: 5px;
    }

    #complianceParametersSection table tr td.padAll {
        padding: 0;
    }

.responsive .selectMRB .chosen-container.chosen-container-single {
    width: 233px !important;
}

#addassociatedEntitiesSection .responsive .selectMRB .chosen-container.chosen-container-single {
    width: 470px !important;
}

#addAssociatedMRBsSection .responsive.selectBoxWrapper {
    overflow: visible;
}

    #addAssociatedMRBsSection .responsive.selectBoxWrapper .chosen-container.chosen-container-single, #editMRBSection .responsive.selectBoxWrapper .chosen-container.chosen-container-single {
        position: absolute;
    }

    .responsive .chosen-container.chosen-container-single .chosen-single, .ui-select-container .ui-select-match {
        background: #FFFFFF !important;
        border: 1px solid #979797 !important;
        border-radius: 3px;
        width: 100%;
        padding: 4px 10px;
        height: 32px;
        margin: 4px 0 0;
        font-family: OpenSans-Regular, 'Segoe UI';
        font-size: 11px;
        color: #4A4A4A;
        text-align: left;
    }

input:disabled {
    cursor: not-allowed;
}

.details.marAll {
    margin: 0;
    padding: 0;
}

.documentListWrapper .title {
    font-family: OpenSans-Regular, 'Segoe UI Light';
    font-size: 18px;
    color: #393C40;
    letter-spacing: 0;
    text-transform: none;
}

.documentListWrapper .householdLink a, .householdLink a {
    color: #43639C;
}

    .documentListWrapper .householdLink a:hover, .householdLink a:hover {
        text-decoration: none;
    }

.boxWrapper .responsive .table td.padAll {
    padding: 0;
}

.attachFile.editForm .input-group-btn.fileName span {
    font-family: OpenSans-Regular, 'Segoe UI Light';
    font-size: 18px;
    color: #393C40;
    text-align: left;
}

.attachFile label.input-group-btn.fileName.fileNameInputBox {
    margin: 3px 0 0;
}

    .attachFile label.input-group-btn.fileName.fileNameInputBox .inputBox {
        margin: 0 0 !important;
        width: 100%;
    }

.attachFile.editForm .fileActionLink .input-group-btn span {
    font-family: OpenSans-Regular, 'Segoe UI';
    font-size: 16px;
    color: #43639C;
    cursor: pointer;
}

.attachFile .fileActionLink label.input-group-btn {
    cursor: default;
    width: 50%;
    float: none;
    display: inline;
}

.attachFile.editForm .fileActionLink {
    margin: 8px 0 0;
}

    .attachFile.editForm .fileActionLink .input-group-btn:first-child span {
        margin-right: 30px;
    }

#addFIDocumentsSection.boxWrapper .responsive table td {
    padding: 10px 15px;
}

    #addFIDocumentsSection.boxWrapper .responsive table td .inputBox {
        margin: 3px 0 0;
    }

.attachFile label.input-group-btn.fileName {
    cursor: default;
    width: 50%;
}

.attachFile .input-group-btn span.text-overflow {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.coloValueTextBox.col-lg-4 {
    width: 33.33333333%;
    float: left;
}

.coloValueTextBox label {
    width: 13%;
    margin: 10px 0px 0 0;
}

.coloValueTextBox .colorValues {
    width: 87%;
    position: relative;
}

.input-group.attachFile.col-lg-7 {
    width: 70%;
}

.input-group.removeFile {
    width: 30%;
}

.editFIDocuments.attachFile .control-label.inputBox {
    width: 60%;
}

#addDataStandardsSection .wrap.details {
    margin-top: 13px;
}

.up {
    position: fixed;
    bottom: 36px;
    right: 20px;
    width: 55px;
    height: 55px;
    display: none;
    z-index: 901;
}

    .up img {
        width: 100%;
        height: 100%;
    }

.searchAndMoreOption .processBtns {
    margin: 7px 0 0;
}

.nestedList {
    padding: 0;
    list-style-type: none;
}

    .nestedList li {
        width: 50%;
        float: left;
        padding: 17px 15px;
        border: 1px solid #EAEAEA;
        border-right: 0;
        height: 90px;
    }

        .nestedList li:nth-child(2), .nestedList li:first-child {
            border-top: 0;
        }

        .nestedList li:nth-child(2n-1) {
            border-bottom: 0;
            border-left: 0;
        }

        .nestedList li:nth-child(2n-2) {
            border-bottom: 0;
            border-right: 0;
        }
/*Angular menuitem select Box*/
.ui-select-container {
    width: 100%;
}

    .ui-select-container.select2-container .select2-choice {
        height: 32px;
        padding: 4px 10px;
        border-radius: 3px;
    }

        .ui-select-container.select2-container .select2-choice .select2-arrow b {
            background: none;
            font-weight: normal;
        }

            .ui-select-container.select2-container .select2-choice .select2-arrow b:after {
                content: "\f107";
                font-family: FontAwesome;
                color: #BFBFBF;
                position: absolute;
                z-index: 1;
                font-size: 18px;
                height: 100%;
                pointer-events: none;
            }

        .ui-select-container.select2-container .select2-choice .select2-arrow {
            border: 0;
            background: transparent;
            top: 6px;
            right: 4px;
        }

    .ui-select-container.select2-container .select2-search input {
        background-color: #FFFFFF;
        border: 1px solid #c9cbce;
        border-radius: 2px;
        color: #555555;
        display: block;
        height: 34px;
        line-height: 1.42857;
        padding: 6px 12px;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        width: 100% !important;
        border-radius: 0;
    }

        .ui-select-container.select2-container .select2-search input:focus {
            border: 1px solid #99a1ac;
        }

    .ui-select-container.select2-container .select2-search {
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
        padding: 4px;
        margin: 0;
        width: 100%;
        border-top: 1px solid #99a1ac;
    }

    .ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search, .ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
        margin: 0 0 4px;
    }

    .ui-select-container .select2-results .select2-highlighted, .ui-select-container .ui-select-choices-row:hover {
        background: #99a1ac;
        color: #fff;
        margin: 0 0 2px;
        padding: 2px 0;
    }

    .ui-select-container .select2-drop-active {
        border: 1px solid #99a1ac;
        border-top: 1px solid #99a1ac;
        border-top: none;
    }

    .ui-select-container[theme="select2"].direction-up .ui-select-dropdown, .ui-select-container.select2.direction-up .ui-select-dropdown {
        box-shadow: 0 -3px 1px rgba(0, 0, 0, 0.10);
    }

    .ui-select-container .select2-results {
        max-height: 200px;
        padding: 0 0 0 4px;
        margin: 6px 4px 4px 0;
    }
/*Datepicker*/
.addNewHousehold .boxWrapper .responsive.profileTab table td {
    font-size: 13px;
    min-width: initial;
    border: 0;
    padding: 5px;
    word-break: break-all;
}

.boxWrapper .responsive .datepicker table th, .boxWrapper .responsive .datepicker table td {
    font-size: 12px;
    min-width: initial;
    border: 0;
    padding: 2.5px;
    word-break: break-all;
    border-bottom: 0 !important;
}

.boxWrapper .bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 0;
}

.boxWrapper .responsive .datepicker table td.today {
    background: #43639c;
    color: #ffffff;
}

.boxWrapper .responsive .bootstrap-datetimepicker-widget .datepicker table td.today:before {
    border-bottom-color: #ffffff;
}

.boxWrapper .responsive .datepicker table th {
    color: #2d4062;
}

.boxWrapper .responsive .bootstrap-datetimepicker-widget table td.active, .boxWrapper .responsive .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #2d4062;
}

.boxWrapper .responsive .datepicker table th span {
    position: relative;
    right: inherit;
    color: #99a1ac;
}

.boxWrapper .responsive .input-group.date .input-group-addon {
    top: 9px;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
    color: #a9a9a9;
}

.searchBar button img {
    width: 16px;
    height: 16px;
}

.dashboardMenu .dropdown-menu li a:hover {
    text-decoration: none;
}

.dashboardMenu .dropdown-menu li a {
    margin: 0 0 5px;
    padding: 5px 20px;
    color: #393C40;
}

.SARWorkspaceBox .householdLink {
    cursor: pointer;
}

.check::after {
    visibility: hidden;
}

    .check::after .table.sticky-header.floatThead-table {
        visibility: visible;
        display: block;
        content: '';
        background: #ffffff;
        width: 30px;
        height: 44px;
        position: absolute;
        left: -17px;
        box-shadow: rgba(0, 0, 0, 0.34) 0px 9px 5px -4px;
        margin: 14px 0 0;
    }
/*Resize Modal*/
.resize.resizable {
    background-color: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.34);
    width: 516px;
    height: 100%;
    padding: 20px 0;
    min-height: 40px;
    position: fixed;
    right: 0;
    top: 72px;
    z-index: 2000;
}

.resize {
    right: -5000px;
}

    .resize .modalHeader {
        border: 0;
        padding: 0 20px;
        position: relative;
    }

        .resize .modalHeader .closeBtn {
            position: absolute;
            top: 11px;
            right: 20px;
            width: 20.4px;
            height: 20.4px;
            cursor: pointer;
        }

            .resize .modalHeader .closeBtn img {
                width: 100%;
                height: 100%;
            }

    .resize .modalBody {
        margin: 0 0 10px;
        overflow-y: auto;
        padding: 0 20px;
    }

        .resize .modalBody .form-group {
            margin: 0 0 30px;
        }

    .resize .modalHeader h1 {
        font-family: OpenSans-Bold, 'Segoe UI Black';
        font-size: 36px;
        color: #2D4062;
        margin: 3px 0 33px;
    }

    .resize .title {
        width: 100%;
        margin: 0;
    }

    .resize textarea.inputBox {
        height: inherit;
    }

    .resize .fileinput.fileinput-new .btn-file.uploadBtn, .addCommentBtn {
        background: #DDDDDD;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
        border-radius: 7px;
        width: 166px;
        height: 39px;
        border: 0;
        padding: 10px 0 0;
        margin: 0;
    }

    .resize .fileinput {
        margin: 23px 0 0;
    }

        .resize .fileinput :valid + span {
            font-family: OpenSans-Regular, 'Segoe UI';
            font-size: 14px;
            color: #393C40;
            text-align: center;
        }

    .resize .uploadBtn:hover, .resize .uploadBtn:active, .resize .uploadBtn:focus {
        background: #DDDDDD;
        outline: none;
    }

    .resize .modalFooter .defaultBtn {
        width: 100%;
        padding: 9px 10px;
    }

    .resize .modalFooter {
        padding: 0;
        width: 100%;
        padding: 0 20px;
    }

.modalWrapper {
    position: relative;
}

.sticky-header td .householdLink {
    cursor: pointer;
}
/*Cases*/
.titleValue {
    font-family: OpenSans-Regular, 'Segoe UI Light';
    font-size: 18px;
    color: #393C40;
    letter-spacing: 0;
    margin: 0;
    font-weight: normal;
}

.resize .viewMode .titleWrapper .title {
    width: 90px;
    display: inline-block;
}

#viewSAR.resize .viewMode .titleWrapper .title, #modifySAR.resize .viewMode .titleWrapper .title, #editSAR.resize .viewMode .titleWrapper .title {
    width: 120px;
}

.form-group.titleWrapper {
    margin: 0 0 27px;
}

.activityWrapper {
    border: 1px solid #EAEAEA;
    padding: 4px 15px;
    max-height: 285px;
    overflow-y: auto;
    margin: 10px 0 0;
}

#activitySection:hover .edit {
    display: block;
}

.edit {
    padding-top: 7px;
    padding-right: 7px;
    display: none;
    z-index: 100;
    max-width: 15px;
    margin: 0px;
    float: right
}

    .edit a {
        color: #000;
    }

.activityTitle {
    font-family: OpenSans-Semibold, 'Segoe UI Semibold';
    font-size: 14px;
    color: #99A1AC;
    letter-spacing: 2px;
    width: 100%;
    text-transform: uppercase;
}

    .activityTitle .activityDate {
        float: right;
        font-style: italic;
    }

.activityDate {
    font-family: OpenSans-Regular, 'Segoe UI';
    font-size: 11px;
    color: #99A1AC;
    letter-spacing: -0.21px;
    font-weight: normal;
}

.activityDescription .activityDate {
    letter-spacing: 0;
    font-style: italic;
    margin: 0 5px 0 0;
}

.activityDescription {
    font-family: OpenSans-Regular, 'Segoe UI';
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 19px;
}

.activity {
    margin: 0 0 20px;
}

.description .title {
    margin: 0 0 10px;
}

.description .addCommentBtn {
    margin: 10px 0 0;
    padding: 0;
}

    .description .addCommentBtn:focus {
        outline: none;
    }

.editMode .activityWrapper {
    max-height: 146px;
}
/*Message Bank Popup*/
.msgBox {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    bottom: 0;
    right: -19px;
    overflow-x: hidden;
    transition: 0.5s;
    height: 450px;
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.34);
}

    .msgBox form {
        padding: 20px 35px 20px 20px;
    }

    .msgBox textarea.inputBox {
        height: 230px;
    }

    .msgBox .form-group {
        margin: 0 0 27px;
    }

    .msgBox .defaultBtn {
        width: 100%;
        height: 48px;
    }

    .msgBox .msgBoxHeader h1 {
        font-family: OpenSans-Bold, 'Segoe UI Black';
        font-size: 36px;
        color: #2D4062;
        text-align: left;
        margin: 0 0 33px;
    }

    .msgBox .msgBoxHeader {
        position: relative;
    }

        .msgBox .msgBoxHeader .closeBtn {
            width: 20.4px;
            height: 20.4px;
            position: absolute;
            top: 13px;
            right: 0px;
            cursor: pointer;
        }

            .msgBox .msgBoxHeader .closeBtn img {
                width: 100%;
                height: 100%;
            }


.check {
    background: #FCFCFC;
    position: fixed;
    display: block;
    top: 44px;
}

    .check .top {
        width: 116%;
        position: absolute;
        top: -9px;
        display: block;
        height: 10px;
        left: -11px;
        background: linear-gradient(to bottom, rgba(244,246,248,1), rgba(244, 246, 248,0));
    }

/*span.topEffect {
    display: inline-block;
    width: 100%;
    height: 22px;
    z-index: 1049;
    position: relative;
    margin: -2px 0 0;
    background: linear-gradient(to bottom, rgba(244,246,248,1), rgba(244, 246, 248,0));
}*/

.check .left, .check .right {
    width: 33px;
    height: 44px;
    margin: 7px 0 0;
    display: block;
    position: absolute;
    background: #FCFCFC;
}

.check .left {
    margin: -44px 0 0 -19px;
    -moz-box-shadow: -2px 5px 10px -1px rgba(0,0,0,0.34);
    -webkit-box-shadow: -2px 5px 10px -1px rgba(0,0,0,0.34);
    box-shadow: -2px 5px 10px -1px rgba(0,0,0,0.34);
    left: 2px;
    width: 51px;
}

.check .right {
    margin: -44px 0 0 -19px;
    -moz-box-shadow: 2px 5px 10px -1px rgba(0,0,0,0.34);
    -webkit-box-shadow: 2px 5px 10px -1px rgba(0,0,0,0.34);
    box-shadow: 2px 5px 10px -1px rgba(0,0,0,0.34);
    right: -48px;
    width: 47px;
}

.floatThead-container.floated {
    -moz-box-shadow: 3px 19px 12px -15px rgba(0,0,0,0.34) !important;
    -webkit-box-shadow: 3px 19px 12px -15px rgba(0,0,0,0.34) !important;
    box-shadow: 3px 19px 8px -15px rgba(0,0,0,0.34) !important;
    z-index: 900 !important;
}

    .floatThead-container.floated thead th:first-child {
        border-left: 0;
    }

    .floatThead-container.floated thead th:last-child {
        border-right: 0;
    }

.responsive {
    overflow-y: hidden;
}

.case table tr .householdLink {
    cursor: pointer;
}

.table-titlecase {
    width: 100%;
    padding: 4px 10px;
    height: 36px;
    margin: 4px 0 0;
}

.casesTable .householdLink {
    cursor: pointer;
}

    .casesTable .householdLink.cursorNone, .householdLink.cursorNone {
        cursor: default;
    }
/*/////////Below is commented out for future implementation////////*/

/*body:not(.nohover) .MRBcasesTable > tbody tr:hover {
    background-color: #C2D8FF;
}

.MRBcasesTable > td:hover::after,
.MRBcasesTable thead th:not(:empty):hover::after,
.MRBcasesTable > td:focus::after,
.MRBcasesTable thead th:not(:empty):focus::after {
    content: '';
    height: 10000px;
    left: 0;
    position: absolute;
    top: -5000px;
    width: 100%;
    z-index: -1;
}

.MRBcasesTable > td:focus::after,
.MRBcasesTable > th:focus::after {
    background-color: lightblue;
}
.MRBcasesTable > td:focus::after,
.MRBcasesTable > th:focus::after {
    background-color: lightblue;
}

.MRBcasesTable > td:focus::before,
.MRBcasesTable > tbody th:focus::before {
    background-color: lightblue;
    content: '';
    height: 100%;
    top: 0;
    left: -5000px;
    position: absolute;
    width: 10000px;
    z-index: -1;
}*/

.form-checkbox.form-normal.form-primary.active2:before {
    background: #F4F9FA;
}

.form-checkbox.form-normal:before {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 50%;
    margin-top: -9px;
    background: #F4F9FA;
    border: 1px solid #99B5C2;
    border-radius: 4px;
}

.form-checkbox > input[type="checkbox"], .form-radio > input[type="radio"] {
    margin-left: -50px;
    opacity: 0;
    position: absolute !important;
    visibility: hidden;
    z-index: -1;
}

.form-checkbox.form-normal.active2:after {
    content: '';
    position: absolute;
    height: 6px;
    width: 9px;
    left: 3px;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: 2.5px solid #99B5C2;
    border-left: 2.5px solid #99B5C2;
}

.form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar.navbarRight .dropdown-menu > li > a.logOut {
    cursor: pointer;
}

.checkbox.form-check label.form-checkbox.form-normal.form-primary.form-text {
    padding-left: 0;
    font-family: OpenSans-Regular, 'Segoe UI Light';
    font-size: 13px;
    color: #393C40;
    letter-spacing: 0;
    text-transform: capitalize;
}

.fIOperationDashboardPage .dropdown-menu.filterMenu {
    padding-top: 0;
}

.checkbox.form-check {
    margin: 6px 0;
}

.checkbox.form-check:last-child {
        margin-bottom: 0;
 }

    .checkbox.form-check .form-checkbox.form-normal:before {
        background: #Ffffff;
        width: 20px;
        height: 20px;
        font-size: 20px;
        border: 1px solid #99A1AC;
        border-radius: 5px;
        right: 0;
        left: inherit;
    }

    .checkbox.form-check .form-checkbox.form-normal.form-primary.activeChk:before {
        background: #4A4A4A;
        border-radius: 5px;
        border-color: #4a4a4a;
    }

.form-checkbox.form-normal.activeChk:after {
    content: '';
    position: absolute !important;
    height: 6px !important;
    width: 9px !important;
    top: 50% !important;
    margin-top: -3px !important;
    -webkit-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    border-bottom: 2px solid #ffffff !important;
    border-left: 2.4px solid #ffffff !important;
    right: 5px !important;
    top: 53% !important;
}

.filterStatus .fa {
    color: #17BC93;
}

.MRBList.listPage .boxWrapper .table {
    word-wrap: break-word;
}

/*Responsive table styles*/
.tableDisplay {
    display: table;
}

.tableDisplayHeader {
    display: table-header-group;
}

.tableDisplay > .tableCell {
    padding: 5px;
    margin: 5px 10px;
}

/*Editable containers*/
#editRelationship {
    display: none;
}

.boxWrapper table thead .trFilter {
    background: transparent;
}

/*File Upload*/


.uploadList {
    margin-top: 20px;
}
.attachFile .input-group-btn span, .input-group-btn .attachCaseFile {
    font-family: OpenSans-Regular, 'Segoe UI';
    font-size: 16px;
    color: #43639C;
    letter-spacing: 0;
    text-align: right;
}

.attachCaseFile {
    transition: .2s all;
    color: #5f83c3;
    background: white;
    padding: 5px 13px;
    letter-spacing: .5px;
    font-family: OpenSans-Regular, 'Segoe UI';
    font-size: 14px !important;
    border-radius: 3px;
    border: 1px solid #5f83c3;
    margin-left:10px;
 
}

    .attachCaseFile:hover {
        color: white;
        background: #5f83c3;
        z-index: 999999;
        box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
    }

.removeRow.removeIcon.pull-right {
    margin: -2px 0 0;
}

.attachFile .control-label.inputBox {
    float: left;
    width: 80%;
}

.attachFile label.input-group-btn {
    float: right;
    width: 19%;
    padding: 0;
    cursor: pointer;
}

.thresholdPeriod .inputBox {
    width: 66.66666667%;
}

.thresholdPeriod .wrap.col-lg-4 {
    width: 33.33%;
    float: left;
}

.thresholdPeriod select.inputBox {
    width: 100%;
}

.thresholdAmt, .coloValueTextBox {
    position: relative;
}

    .thresholdAmt span, .coloValueTextBox span {
        position: absolute;
        top: 10px;
        left: 8px;
    }

    .coloValueTextBox span {
        left: 8px;
    }

    .thresholdAmt .inputBox {
        padding-left: 24px;
    }

    .coloValueTextBox .inputBox {
        padding-left: 20px;
    }

.FIPage .searchAndMoreOption {
    width: 20%;
}

.FIPage .profileMenu {
    width: 80%;
    padding: 0;
}

.FIProfilePage .thresholdPeriod .wrap:after {
    top: 12px;
}

.addAnotherRow.row {
    margin-top: 15px;
}

.wrap.topPosition.arrowIcon:after {
    opacity: 0;
}

.wrap.topPosition.arrowIcon select.inputBox {
    cursor: not-allowed;
    background: rgba(153, 161, 172, 0.21);
}

#editKeySection .wrap:after {
    top: 9px;
}

#addFIBrandingSection tr td:last-child {
    position: relative;
}

#addFIBrandingSection tr td .mandatory {
    position: absolute;
    left: 3px;
    top: 30px;
}
/*User profile*/
.status li {
    display: inline-block;
    list-style-type: none;
    margin: 0 20px 0 0;
}

    .status li:last-child {
        margin: 0;
    }

.disabledTimePeriod .calenderWrapper.uk-form.uk-form-icon {
    width: 47%;
    float: left;
}

.fa.fa-minus {
    font-size: 14px;
    color: #99A1AC;
    margin: 15px 11px 0;
}

.status .checkbox.form-check .form-checkbox.form-normal:before {
    left: 0;
}

.status .form-checkbox.form-normal.activeChk:after {
    left: 5px !important;
}

.status .checkbox {
    width: auto;
    margin: 0;
}

    .status .checkbox.form-check label.form-checkbox.form-normal.form-primary.form-text {
        padding-left: 30px;
        font-size: 13px;
        color: #212121;
    }

.status {
    padding: 0;
    margin: 0;
}

.checkbox.form-check.operations {
    margin: 0 10px 0 0;
}

.radioBtn label {
    font-size: 14px;
}

.removeIcon {
    display: block;
    width: 16px;
}

    .removeIcon img {
        width: 100%;
        height: 100%;
    }

#addassociatedEntitiesSection .chosen-container .chosen-results {
    max-height: 100px !important;
}
/*Radio Button*/
.form-radio > input[type="radio"] {
    margin-left: -50px;
    opacity: 0;
    position: absolute !important;
    visibility: hidden;
    z-index: -1;
}

.form-radio:not(.btn) {
    display: inline-block;
    background-color: transparent;
    border: 0;
    position: relative;
    padding: 3px;
    line-height: 1em;
    min-width: 19px;
    margin: 0;
}

.form-checkbox.form-icon:after, .form-radio.form-icon:after {
    content: " ";
    color: inherit;
    color: #99A1AC;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    border: 1px solid #99A1AC;
    border-radius: 50%;
    position: absolute;
    left: .1em;
    top: 50%;
    margin-top: -0.44em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.details.invalidField .form-radio.form-icon:after {
    border-color: #C52B9E;
    background: rgba(197,43,158,0.05);
}

.form-radio.form-icon.activeRdo:after {
    content: '';
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    border: 7px solid #4A4A4A !important;
    right: 5px !important;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-radio.form-icon {
    padding-left: 30px;
    cursor: pointer;
}

    .form-radio.form-icon label {
        cursor: pointer;
    }
/*FI List FilterBox*/
header .navbar-default .navbar-nav > li > a.fiListFilter .fiNameContainer, .navbar-default .navbar-nav > .open > a.fiListFilter .fiNameContainer, .navbar-default .navbar-nav > .open > a.fiListFilter:focus .fiNameContainer {
    opacity: 0.13;
    background: #99A1AC;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

header .navbar-default .navbar-nav > li > a.fiListFilter .fiName {
    font-family: OpenSans-Regular, 'Segoe UI';
    font-size: 13px;
    color: #FFFFFF;
    width: 100%;
    position: absolute;
    top: 9px;
    left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 0 32px 0 0;
    cursor: pointer;
    font-weight: normal;
    margin: 0;
}

header .navbar-default .navbar-nav > li > a.fiListFilter {
    width: 200px;
    height: 40px;
    position: relative;
    margin: 21px 10px 20px 0;
}

    header .navbar-default .navbar-nav > li > a.fiListFilter .caret {
        position: absolute;
        top: 17px;
        right: 12px;
        border-top: 5px dashed;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        cursor: pointer;
    }

    header .navbar-default .navbar-nav > li > a.fiListFilter:hover {
        text-decoration: none;
    }

.navbar-nav > li > .dropdown-menu.FIList {
    max-height: 215px;
    overflow-y: auto;
    width: 200px;
    margin: 0px 0 12px;
    padding: 5px 10px;
    background: #FFFFFF;
    border: 1px solid #99A1AC;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.27);
    border-radius: 3px;
    top: 62px;
    z-index: 9999;
}

    .navbar-nav > li > .dropdown-menu.FIList li a {
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        font-family: OpenSans-Regular, 'Segoe UI Light';
        font-size: 13px;
        color: #393C40;
        padding: 0;
        margin: 0 0 10px;
        line-height: 24px;
    }

        .navbar-nav > li > .dropdown-menu.FIList li a:hover {
            text-decoration: none;
            background: transparent;
        }

.activeFI:before {
    content: '\f00c';
    font-family: "FontAwesome";
    font-size: 14.4px;
    color: #393C40;
    text-align: left;
    margin-right: 7px;
}

header .navbar-default .navbar-nav > li > a.fiListFilter {
    color: #ffffff;
}

.recentNote {
    font-family: OpenSans-Semibold, 'Segoe UI Semibold';
    font-size: 8px;
    color: #99A1AC;
    letter-spacing: 2.4px;
    margin: 5px 0;
}
/*Terms And Conditions*/
.termsAndConditions a {
    font-size: 20px;
    color: #337ab7;
    padding: 0 0 0;
    margin-top: 25px;
    margin-bottom: 25px;
    text-decoration: underline;
    cursor: pointer;
}

    .termsAndConditions a:hover {
        /* color: #23527c; */
        text-decoration: none;
    }
/*Secure Access Authentication*/
.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.selectBoxWrapperPosition {
    position: absolute;
    max-height: 80px;
}

[data-uk-sticky].uk-active.headerFixed {
    z-index: -1057;
}

.filterThStatus .filterMenu.filterMenuStatus {
    min-width: 130px;
}

#changeTermsAndCondOverlay {
    z-index: 1058;
}

#changeTermsAndConditions {
    z-index: 1059;
}
/*Update FI terms & conditions*/
.termsAndConditionsWrapper {
    border: 1px solid #979797;
}

.boxHeader {
    border-bottom: 1px solid #979797;
    padding: 10px;
}

.boxBody {
    max-height: 160px;
    overflow-y: auto;
    padding: 20px 10px 10px;
}

    .boxBody ol {
        margin: 20px 0;
        padding-left: 10px;
    }

.currentVersion {
    margin: 20px 0 15px;
}

    .currentVersion p {
        margin: 0 0 5px;
    }

.modal-body .defaultBtn.cancelBtn {
    margin-right: 10px;
}

#confirmTermsAndCondOverlay {
    z-index: 1061;
}

#confirmTermsAndConditionsChanges {
    z-index: 1062;
}

.fontWeightBold {
    font-weight: bold;
    color: #000000;
}

h5.fontWeightBold {
    margin: 0;
    font-size: 17px;
}

.defaultBtn.saveBtn.updateBtn {
    width: auto;
}

.modal.popup.resize.resizable {
    top: 0;
    right: 0;
    box-shadow: none;
    width: auto;
}

    .modal.popup.resize.resizable .modal-dialog {
        width: 100%;
    }

.rdodisabled {
    cursor: not-allowed !important;
}
/*Cases*/
.addCommentButton {
    background: #DDDDDD;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    border-radius: 4px;
    font-family: OpenSans-Regular, 'Segoe UI';
    font-size: 11px;
    height: 30px;
    color: #393C40;
    letter-spacing: 0;
    text-align: center;
    width: 167px;
    margin: 15px 30px 0 0;
}

div.disabledCase {
    opacity: 0.6;
}

.moreOptions.dropdown.open .dropdown-menu li.disabledCase a:hover, li.disabledCase a, .moreOptions.dropdown.open .dropdown-menu li.disabledCase a {
    background-color: transparent;
    color: #393C40;
    opacity: 0.4;
}

.sarPortable {
    font-family: OpenSans-Semibold, 'Segoe UI Semibold';
    font-size: 10px;
    color: #99A1AC;
    letter-spacing: 2px;
    width: 168px;
    margin: 6px 0 0;
    text-transform: uppercase;
}

.commentVissibility .title {
    margin: 28px 0 0
}

.commentVissibility ul {
    list-style-type: none;
    margin: 25px 0 0;
    padding-left: 10px;
}

.commentVissibility .form-radio.form-icon {
    font-family: OpenSans-Regular, 'Segoe UI';
    font-size: 14px;
    color: #212121;
    font-weight: normal;
}

.commentVissibility li {
    float: left;
    margin: 0 30px 0 0;
}

.contentWrapper .row.commentBox {
    margin: 15px 0 0;
}

.systemGenerated .activityWrapper {
    padding: 0;
    max-height: 350px;
}

    .systemGenerated .activityWrapper .activity {
        padding: 10px 15px;
    }

    .systemGenerated .activityWrapper .activityTitle {
        font-size: 11px;
        margin: 0;
    }

    .systemGenerated .activityWrapper .activityList {
        margin: 2px 0;
    }

    .systemGenerated .activityWrapper .activityTitle .labelText {
        letter-spacing: 2px;
        line-height: 17px;
        margin-left: 7px;
    }

    .systemGenerated .activityWrapper pre.details {
        border: 0;
        background: transparent;
    }

.systemGenerated .activityList li .details {
    font-family: OpenSans-Regular, 'Segoe UI';
    font-size: 14px;
    color: #4E4E4E;
}

.systemGenerated .activityList li.visibleComment {
    background: rgba(23,188,147,0.06);
}

.systemGenerated .activityWrapper .details {
    margin: 0;
    font-size: 14px;
}

.activityList {
    padding: 0;
    list-style-type: none;
}

    .activityList li {
        margin: 0 0 15px;
        padding: 4px 0;
    }

        .activityList li:last-child {
            margin: 0;
        }

.boxWrapper .responsive .table td
/*SAR*/
.boxWrapper .responsive .table td.tdBorder {
    padding: 0;
    border: none;
}

.boxWrapper .responsive .tableBorder tr td {
    border-bottom: none !important;
}

.boxWrapper .responsive .tableBottomBorder tr td {
    border-bottom: 1px solid rgb(234, 234, 234);
}

.table.narrativeBorder {
    border-bottom: 1px solid rgb(234, 234, 234);
}

.total {
    background: #EAEAEA;
}

.tool {
    position: relative;
}


    /*== common styles for both parts of tool tip ==*/
    .tool::before,
    .tool::after {
        left: 50%;
        opacity: 0;
        position: absolute;
        z-index: -100;
    }

    .tool:hover::before,
    .tool:focus::before,
    .tool:hover::after,
    .tool:focus::after {
        opacity: 1;
        transform: scale(1) translateY(0);
        z-index: 100;
    }


    /*== pointer tip ==*/
    .tool::before {
        border-style: solid;
        letter-spacing: .7px;
        border-width: 1em 0.75em 0 0.75em;
        border-color: #2D4062 transparent transparent transparent;
        bottom: 40%;
        content: "";
        margin-left: -4em;
        transition: all .65s cubic-bezier(.84,-0.18,.31,1.26), opacity .65s .5s;
        transform: scale(.6) translateY(-90%);
    }

    .tool:hover::before,
    .tool:focus::before {
        transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
    }


    /*== speech bubble ==*/
    .tool::after {
        background: #2D4062;
        border-radius: .25em;
        bottom: 55%;
        color: #EDEFF0;
        content: attr(data-tip);
        margin-left: -8.75em;
        padding: .65em;
        transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
        transform: scale(.6) translateY(50%);
        width: auto;
    }

    .tool:hover::after,
    .tool:focus::after {
        transition: all .65s cubic-bezier(.84,-0.18,.31,1.26);
    }

@media (max-width: 760px) {
    .tool::after {
        font-size: .75em;
        margin-left: -5em;
        width: 10em;
    }
}

.sarQuestionsBtn {
    text-align: left;
}

    .sarQuestionsBtn .btn {
        margin: 0 11px 5px 0;
        /*background: #DDDDDD;*/
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
        border-radius: 4px;
        font-family: OpenSans-Regular, 'Segoe UI Light';
        font-size: 12px;
        /*color: #393C40;*/
        letter-spacing: 0;
        text-align: center;
        width: 123px;
        height: 30px;
    }




.boxWrapper .responsive table tr.total td.totalText {
    font-family: OpenSans-Semibold, 'Segoe UI Semibold';
    color: #4A4A4A;
    font-size: 13px;
}

.SARDetailsBtn {
    text-align: left;
}

    .SARDetailsBtn .btn {
        margin: 0 11px 5px 0;
        background: #DDDDDD;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
        border-radius: 4px;
        font-family: OpenSans-Regular, 'Segoe UI Light';
        font-size: 12px;
        color: #393C40;
        letter-spacing: 0;
        text-align: center;
        width: 123px;
        height: 30px;
    }

.sarProfile .checkbox {
    margin: 2px 0 0;
}
/*Add Related party container*/
.rel_party tbody tr td {
    border: none !important;
    padding: 4px !important;
}

    .rel_party tbody tr td input {
        text-align: left !important;
    }

.edit_rel_party tbody tr td input� {
    �text-align: �left !important;
}

.boxWrapper .responsive .table tr.total td {
    border-right: 1px solid #fcfcfc;
}

    .boxWrapper .responsive .table tr.total td:last-child {
        border-right: 0px none #fcfcfc;
    }

.boxWrapper .responsive .table tr.total.indirectTotal td {
    border-bottom: 1px solid #fcfcfc;
}

.defaultBtn.saveBtn.createSAR {
    width: 138px;
    height: 40px;
    background: #43639C;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.34);
    border-radius: 5px;
    font-family: OpenSans-Semibold, 'Segoe UI Semibold';
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
}

.searchAndMoreOption .processBtns.createSarBtn {
    margin: 4px 0 0;
    padding: 3px;
}

.primaryCheckboxWrapper.checkbox.form-check .form-checkbox.form-normal:before {
    right: inherit;
}

.primaryCheckboxWrapper .form-checkbox.form-normal.activeChk:after {
    left: 5px;
    right: 0;
}

.householdName input.inputBox {
    position: relative;
    z-index: 10;
}

.householdName div div {
    top: 7px !important;
    color: #A99B8E !important;
    height: 36px !important;
    vertical-align: middle !important;
    margin: 0 !important;
    width: 350px !important;
    padding-top: 8px !important;
}

    .householdName div div:after {
        display: block;
        font-family: fontAwesome;
        position: absolute;
        right: 13px;
        top: 8px;
        font-size: 21px;
    }

.householdName.validHouseHold div div:after {
    content: '\f05d ';
    color: #008000;
}

.householdName.duplicateHouseHold div div:after {
    content: '\f05c ';
    color: #ff0000;
}

.householdName > div {
    width: 350px;
}

.duplicateHouseHold .inputBox {
    border: 1px solid #ff0000;
}

.validHouseHold .inputBox {
    border: 1px solid #008000;
}

.stausIcon {
    position: absolute;
    top: 0;
    right: 0;
}

.suggest-more {
    display: none !important;
}

.search-container.select2-search:before {
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -.5em;
    z-index: 3;
}

.fetchBtn.defaultBtn {
    width: auto;
    margin: 21px 0 0 0;
}

.paymentSection td .title {
    margin: 6px 0 0;
}
/*Audit List*/
.auditListWrapper fieldset.boxWrapper {
    overflow-x: initial;
}

.auditListWrapper legend {
    border: 0;
    font-size: 18px;
    width: auto;
    padding: 0px 4px 0;
    height: 19px;
    margin-bottom: 10px;
    background: #ffffff;
}

.auditListWrapper .calenderWrapper.uk-form.uk-form-icon {
    width: 65%;
    margin: 0 0 10px;
}

    .auditListWrapper .calenderWrapper.uk-form.uk-form-icon .inputBox {
        margin: 0;
    }

.auditListWrapper .title.text-capitalize {
    text-transform: capitalize;
    margin: 10px 0 0;
    font-size: 13px;
}

.auditListWrapper li {
    list-style-type: none;
    float: left;
    margin: 0 30px 0 0;
}

.auditListWrapper .checkbox.form-check .form-checkbox.form-normal:before {
    left: 0;
    right: inherit;
}

.auditListWrapper .form-checkbox.form-normal.activeChk:after {
    left: 5px !important;
}

.auditListWrapper .checkbox.form-check label.form-checkbox.form-normal.form-primary.form-text {
    padding-left: 30px;
    font-size: 16px;
}

.boxWrapper.returnResults .title {
    margin: 14px 20px 0 0;
    display: inline-block;
}

.boxWrapper.returnResults .inputField {
    display: inline-block;
    width: 60%;
}

.boxWrapper.returnResults li {
    width: 25%;
}

.auditListWrapper ul {
    padding: 0 0 0 5px;
}

.defaultBtn.searchBtn {
    margin-right: 15px;
}

.auditListWrapper .fa-angle-down {
    color: #4c88f5;
    cursor: pointer;
    font-size: 20px;
    margin: 0 2px 0 0;
}

.auditListWrapper .chosen-container .chosen-results li {
    float: none;
    width: 100%;
}

.auditListWrapper .chosen-search {
}

.auditListWrapper .chosen-container-active.chosen-with-drop .chosen-single, .auditListWrapper .chosen-container.chosen-container-single .chosen-single {
    border: 1px solid #979797 !important;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.50) !important;
}

.auditListWrapper .boxWrapper.userTypeFilter ul li {
    margin: 0 60px 0 0
}

.auditListWrapper select:required:invalid {
    color: #99A1AC;
}

.auditListWrapper option {
    color: #4A4A4A;
}

    .auditListWrapper option[value=""][disabled] {
        display: none;
    }

select:focus::-ms-value {
    background-color: #ffffff;
    color: #4a4a4a;
}

.listPage .currentTab > .boxWrapper > .responsive {
    min-height: 50px;
}

.searchAndMoreOption.resetAndSearch .defaultBtn {
    margin-top: 0;
}

.floatThead-container .table {
    margin: 0;
}

    .floatThead-container .table #trFilter {
        border: 0;
    }

.mrbVisibleChk.checkbox.form-check .form-checkbox.form-normal:before {
    left: 0;
}

.mrbVisibleChk.form-checkbox.form-normal.activeChk:after {
    left: 6px;
}

#addCaseProfilSection .responsive .chosen-container.chosen-container-single {
    width: 100% !important;
}

.floatThead-container .table {
    margin: 0;
}

    .floatThead-container .table #trFilter {
        border: 0;
    }

.chosen-container.chosen-container-single.chosen-disabled .chosen-single {
    background-color: #eeeeee !important;
    cursor: not-allowed;
}

.chosen-container.chosen-container-single.chosen-disabled {
    opacity: 1 !important;
}

.checkbox.form-check.attachmentChk .form-checkbox.form-normal:before {
    left: 0;
}

.checkbox.form-check.attachmentChk {
    margin:  0px !important;
}

    .checkbox.form-check.attachmentChk .form-checkbox.form-normal.activeChk:after {
        left: 5px !important;
    }

textarea[disabled = "disabled"], input[disabled = "disabled"], .uk-form input[type=text]:disabled, select[disabled = "disabled"] {
    background: #eeeeee !important;
    cursor: not-allowed;
    opacity: 1 !important;
}

input[disabled = "disabled"], .uk-form input[type=text]:disabled {
    border-color: #979797;
}

.navbar-collapse.collapse {
    padding: 0;
}

.mobileDeviceOnly {
    display: none;
}

.navbar-collapse.in {
    overflow-y: visible;
}

label.fileinput input[type="file"] {
    position: absolute;
    top: -1000px;
}

.ag-details-row.ag-details-row-fixed-height {
    width: 99.4958% !important;
}

    .ag-details-row.ag-details-row-fixed-height .ag-center-cols-viewport {
        overflow-x: hidden !important;
    }

.fileinput {
    display: inline-block;
}

    .fileinput :valid + span {
        color: #ffffff;
        width: auto;
        font-family: OpenSans-Semibold, 'Segoe UI Semibold';
        font-size: 18px;
        font-weight: normal;
    }

input[type="text"]:disabled, .disabled {
    background: rgba(153, 161, 172, 0.21);
    cursor: not-allowed;
}

.checkbox.form-check.eFileWrapDiv span, .checkbox.form-check.sarReportingChk span, .radioBtn.eFileWrapDiv, .radioBtn.sarReportingChk {
    margin: -33px 0 0 32px;
    display: block;
    font-size: 14px;
    text-transform: none;
    color: #212121;
    letter-spacing: 0;
}

.radioBtn.eFileWrapDiv, .radioBtn.sarReportingChk {
    margin: -10px 0 0 0;
    text-transform: initial;
}

.checkbox.form-check.eFileWrapDiv, .checkbox.form-check.sarReportingChk .form-checkbox.form-normal:before {
    left: 0;
    top: -4px;
}

.eFileWrapDiv .form-checkbox.form-normal.activeChk:after, .sarReportingChk .form-checkbox.form-normal.activeChk:after {
    left: 5px !important;
    top: -4px !important;
}

.title.attachment {
    background-color: #FCFCFC;
}

.calenderWrapper.uk-form.uk-form-icon.sarReportingDate {
    width: 48.25%;
}

.attachFileText {
    font-family: OpenSans-Regular, 'Segoe UI';
    font-size: 16px;
    margin: 0 0 0 17px;
    color: #43639C;
    letter-spacing: 0;
}

.addNewHousehold .boxWrapper .responsive table td.attachHeading {
    padding: 13px 15px;
}

.removeRow.removeAccount.closeIcon.marAll {
    margin: 0 !important
}

.reportAttachFile.attachFile label.input-group-btn {
    float: left !important;
    margin: 0 0 10px 16px;
    width: auto;
}

.top_spacer {
    padding-top: 55px;
}
/*To disable link on index page -Aakash*/
.disablenavlink {
    cursor: not-allowed !important;
    text-decoration: none;
    color: black;
}

    .disablenavlink a, .disablenavlink {
        pointer-events: none;
    }

        .disablenavlink a:hover, .disablenavlink a:active {
            background: #ffffff !important;
            color: #393C40 !important;
        }

.dropdown-menu li.disablenavlink:focus a .fa, .dropdown-menu li.disablenavlink:active a .fa {
    color: #2d4062;
}

.angular-with-newlines {
    white-space: pre;
}

.checkbox.form-check label.form-checkbox.form-normal.form-primary.form-text.caseProfileCheck {
    font-family: OpenSans-Regular, 'Segoe UI';
    font-size: 13px;
    color: #212121;
    font-weight: normal;
    padding-left: 30px;
}

    .checkbox.form-check label.form-checkbox.form-normal.form-primary.form-text.caseProfileCheck:before {
        left: 0;
    }

    .checkbox.form-check label.form-checkbox.form-normal.form-primary.form-text.caseProfileCheck:after {
        left: 5px;
        top: 10px !important;
    }

#filterType {
    width: 240px;
}

    #filterType ul {
        overflow-y: auto;
        max-height: 200px;
    }

#sarReportingSection .sarPortable, #addSarReportingSection .sarPortable {
    width: 100%;
}

.copyright {
    font-family: OpenSans-Regular, 'Segoe UI Light';
    font-size: 12px;
    color: #626569;
    letter-spacing: 0;
    width: 100%;
    margin: 25px 0 10px;
}

.checkbox.form-check.title .form-checkbox.form-normal:before {
    left: 0;
    right: inherit;
    width: 17px;
    height: 17px;
}

.checkbox.form-check.title .form-checkbox.form-normal.activeChk:after {
    left: 4px;
    right: inherit;
    top: 47% !important;
}

.checkbox.form-check.title label.form-checkbox.form-normal.form-primary.form-text {
    padding-left: 30px;
    font-family: OpenSans-Semibold, 'Segoe UI Semibold';
    font-size: 6px;
    letter-spacing: 2.4px;
    color: #99A1AC;
    text-transform: uppercase;
    width: auto;
    padding-left: 24px;
}
#vendorAddNew .invalidField
{
    background: rgba(197,43,158,0.05) !important;
    border: 1px solid #C52B9E !important;
    box-shadow: 0 0 4px 0 #C52B9E !important;
    border-radius: 3px;
}


#engageRelatedPartyModal select.invalidField
{
    background: rgba(197,43,158,0.05) !important;
    border: 1px solid #C52B9E !important;
    box-shadow: 0 0 4px 0 #C52B9E !important;
    border-radius: 3px;
}
    #vendorAddNew .fileDropText
    {
     
        height: 32px;

        font-style: normal;
        font-weight: 400;
        display: flex;
        align-items: center;
        /* Page Info Text Color */

        color: #999999;
    }
    #vendorAddNew label
    {
        margin: 7px 10px;
    }
#vendorAddNew .inputRow { 
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 10px;
}
#vendorAddNew .inputRow-2
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 10px;
}   
#vendorAddNew .inputRow-2-col-1
{
    grid-column: 1/2;
}
#vendorAddNew .inputRow-2-col-2
{
    grid-column: 2/3;
}
    #vendorAddNew .inputRow-2-col-all
    {
        grid-column: 1/3;
    }

    #vendorAddNew .vendorRemove
    {
        margin-left: auto;
        padding: 5px 19px 0px 0px;
        cursor: pointer;
    }


.inputRow-col-1 {
    grid-column: 0 / 1;
}

.inputRow-col-2
{
    grid-column: 1 / 2;
}

.inputRow-col-3
{
    grid-column: 2 / 3;
}
.inputRow-col-2-3
{
    grid-column: 2 / 4;
}
.inputRow-col-1-3 {
    grid-column: 1 / 4;
}

    .inputRow-col-2-3 label
    {
        width: calc(100% - 19px);
    }
.inputRow-2-col-2 label
{
    width: calc(100% - 19px);
}

#vendorAddNew input {
    width: 100%;
    margin-top: 6px;
}


.gridVendorEntry {
    display: grid;
    margin: 6px 2.5%;
}

.addVendorSection {
    margin-top: 10px;
    border: 1px solid #BDC3C7;
    border-radius: 3px;
}
#vendorAddNew .requiredStar
{
    color: #BC4242E5;
}

#vendorAddNew .paddingBox
{
    padding: 10px 0;
}
.moreDetail
{
}

.addVendorMore {

}


#vendorProfile input
{
    width: 100%;
    margin-top: 4px;
    font-size: 11.2px;
    border-radius: 3px;
    height: 29px;
} 
#vendorProfile .details {
    margin-top: 2px;
}
#vendorProfile select {
    width: 100%;
}

#vendorProfile input[type="checkbox"] {
    height: 14px;
    width: 14px;
}
.editVendorAddress div {
    width: 16%;
}

.editVendorAddress select { 
    padding-top: 5px;
}

#vendorriskrate .errorRisk
{
    color: red;
}

.editVendorAddress div input {
    margin-top: 5px;
}


.checkbox.form-check.title {
    /*width: auto;
    margin: 0 0 0 20px !important;*/
}

.boxWrapper .responsive table td .table.dataTable td {
    padding: 12px 15px;
    font-size: 16px;
}

.boxWrapper .responsive table td.borderAll {
    border: 0 !important;
    padding: 0 15px;
}

    .boxWrapper .responsive table td.borderAll:first-child {
        padding-left: 0;
    }

    .boxWrapper .responsive table td.borderAll:last-child {
        padding-right: 0;
    }

    .boxWrapper .responsive table td.borderAll:nth-child(2) {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

.checkbox.form-check.title.accountingData {
    margin: 0 0 0 !important;
}

    .checkbox.form-check.title.accountingData label.form-checkbox.form-normal.form-primary.form-text {
        padding: 0 30px 0 0;
    }

    .checkbox.form-check.title.accountingData .form-checkbox.form-normal:before {
        right: 0;
        left: inherit;
    }

    .checkbox.form-check.title.accountingData .form-checkbox.form-normal.activeChk:after {
        left: inherit;
    }

.downloadDoc
{
    color: grey !important;
    cursor: default;
}
#resultGrid .responsive {
    overflow-y: auto;
    max-height: 400px;
}
/*Media Queries*/
@media (min-width: 768px) {
    #changePasswordPopup .modal-dialog {
        width: 600px;
        margin: 119px auto;
    }

    .navbar-right .dropdown-menu {
        right: 6px;
    }
}

@media (min-width: 1300px) {
    #caseSection, #caseSection .responsive, #editCaseSection, #editCaseSection .responsive {
        overflow: visible;
    }
}

@media only screen and (max-width: 1950px) {
    #addAssociatedMRBsSection .responsive.selectBoxWrapper .chosen-container.chosen-container-single {
        width: 392px !important;
    }

    #editMRBSection .responsive.selectBoxWrapper .chosen-container.chosen-container-single, #editMRBSection .ui-select-container {
        width: 366px !important;
    }

    .responsive #tdLegalName .chosen-container.chosen-container-single {
        width: 756px !important;
    }
}

@media only screen and (max-width: 1700px) {
}

@media only screen and (min-width: 1650px) {
    .navbar.navbar-default .innerWrapper, .contentWrapper {
        max-width: 1600px;
        margin: 0 auto;
        position: relative;
    }

    .navbar.navbar-default .innerWrapper {
        padding: 0;
    }

    .quickJump {
        width: 77%;
    }
}

@media only screen and (max-width: 1650px) {
    .unresolvedCases, .profile {
    }

    .navbar.navbar-default .innerWrapper, .contentWrapper {
        max-width: 1240px;
        margin: 0 auto;
        position: relative;
    }

    .navbar.navbar-default .innerWrapper {
        padding: 0;
    }

    .SARWorkspaceBox.listPageTop .boxWrapper table th, .SARWorkspaceBox.listPageTop .boxWrapper table td {
        min-width: 160px;
    }

    #addAssociatedMRBsSection .responsive.selectBoxWrapper .chosen-container.chosen-container-single {
        width: 294px !important;
    }

    #editMRBSection .responsive.selectBoxWrapper .chosen-container.chosen-container-single, #editMRBSection .ui-select-container {
        width: 260px !important;
    }

    #addassociatedEntitiesSection .responsive .selectMRB .chosen-container.chosen-container-single {
        width: 359px !important;
    }

    .responsive #tdLegalName .chosen-container.chosen-container-single {
        width: 576px !important;
    }
}

@media only screen and (max-width: 1600px) {
    header .navbar-default .navbar-nav > li > a {
        margin: 30px 10px 28px;
    }

    .MRBListPageWrapper .SARWorkspaceBox .boxWrapper table th, .MRBListPageWrapper .SARWorkspaceBox .boxWrapper table td {
        min-width: 180px;
    }

    header .navbar-default .navbar-nav > li > a.fiListFilter {
        margin: 21px 10px 20px 0;
        padding: 0 0;
    }
}

@media only screen and (max-width: 1500px) {
    .up {
        bottom: 36px;
        right: 12px;
        width: 43px;
        height: 43px;
    }
}

@media only screen and (max-width: 1430px) {
    .unresolvedCases, .profile {
        min-height: 401px;
    }

    .responsive .selectMRB .selectBoxWrapperPosition .chosen-container.chosen-container-single {
        width: 357px !important;
    }
}

@media only screen and (max-width: 1300px) {


    .listPage .boxWrapper table th, .listPage .boxWrapper table td {
        min-width: 200px;
    }

    .boxWrapper table th, .boxWrapper table td {
        min-width: 250px;
    }

    table[role="grid"] th, table[role="grid"] td {
        min-width: 0;
    }

    .MRBListPageWrapper .boxWrapper table th, .MRBListPageWrapper .boxWrapper table td, .MRBListPageWrapper .SARWorkspaceBox .boxWrapper table th, .MRBListPageWrapper .SARWorkspaceBox .boxWrapper table td {
        min-width: 150px;
    }

    .MRBListPageWrapper .userList .boxWrapper table th, .MRBListPageWrapper .userList .boxWrapper table td {
        min-width: 150px;
    }

    .pageHeader .heading.MRBListHeading {
        font-size: 33px;
    }

    .boxWrapper .row.addAnotherRow.addNewRow table th, .boxWrapper .row.addAnotherRow.addNewRo table td {
        min-width: 300px;
    }

    .responsive .selectMRB .selectBoxWrapperPosition .chosen-container.chosen-container-single {
        width: 260px !important;
    }

    #addassociatedEntitiesSection .responsive .selectMRB .chosen-container.chosen-container-single {
        width: 290px !important;
    }

    #addAssociatedMRBsSection .responsive.selectBoxWrapper .chosen-container.chosen-container-single {
        width: 218px !important;
    }

    #editMRBSection .responsive.selectBoxWrapper .chosen-container.chosen-container-single, #editMRBSection .ui-select-container {
        width: 220px !important;
    }

    .responsive #tdLegalName .chosen-container.chosen-container-single {
        width: 576px !important;
    }

    .boxWrapper.returnResults li {
        width: 30%;
    }

    header .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        margin: 29px 10px 27px;
    }

        header .navbar-default .navbar-nav > li > a.fiListFilter {
            width: 191px;
            margin: 19px 10px 16px 0;
        }

            header .navbar-default .navbar-nav > li > a.fiListFilter .fiName {
                font-size: 14px;
                text-align: left;
                line-height: normal;
            }

    .navbar-default .navbar-brand {
        margin: 0 10px 0 0;
    }

    .navbar-brand img {
        width: auto;
        height: auto;
        max-height: 40px;
    }

    .breadcrumb {
        font-size: 18px;
    }

    .pageHeader .heading {
        font-size: 30px;
    }

    .pageHeaderMenu.MRBListPage {
        height: 75px;
    }

    .check.miniSpace {
        top: 108px;
    }

    .check .right {
        top: -44px !important;
    }
}

@media only screen and (max-width: 1242px) {

    .navbar.navbar-default .innerWrapper, .contentWrapper {
        max-width: 97%;
    }

    .pageHeader .heading.MRBpageHeading {
        font-size: 32px;
    }

    #addassociatedEntitiesSection .responsive .selectMRB .chosen-container.chosen-container-single {
        width: 220px !important;
    }

    .responsive #tdLegalName .chosen-container.chosen-container-single {
        width: 520px !important;
    }

    header .navbar-default .navbar-nav > li > a {
        margin: 29px 6px 27px;
    }

    header .navbar-default {
        min-height: 75px;
    }

    .navbar-default .navbar-brand {
        height: 75px;
    }

    .check .left {
        width: 46px;
        left: 8px;
    }

    .check .right {
        width: 40px;
        right: -19px;
    }
}

@media only screen and (max-width: 1200px) {
    .innerWrapper {
        padding: 0%;
    }

    .MRBListPageWrapper .boxWrapper table th.primaryAccOwner, .MRBListPageWrapper .boxWrapper table td.primaryAccOwner {
        min-width: 260px;
    }

    .navbar-default .navbar-brand {
        margin: 0;
    }

    .searchBar input {
        width: 180px;
    }

    .nav .navbarRight.navbar .searchBar {
        margin: 20px 20px 20px 0;
    }

    .amountSection .boxWrapper {
        min-height: 303px;
    }

    .innerWrapper {
        padding: 0 0 77px;
    }

    .SARWorkspaceBox.listPageTop .boxWrapper table th, .SARWorkspaceBox.listPageTop .boxWrapper table td {
        min-width: 200px;
    }

    .searchBox::-webkit-input-placeholder {
        padding-top: 4px;
        font-family: OpenSans-Regular, 'Segoe UI';
        font-size: 12px;
        color: #99A1AC;
    }

    .searchBox::-moz-placeholder {
        padding-top: 4px;
        font-family: OpenSans-Regular, 'Segoe UI';
        font-size: 12px;
        color: #99A1AC;
    }

    .searchBox:-ms-input-placeholder {
        padding-top: 4px;
        font-family: OpenSans-Regular, 'Segoe UI';
        font-size: 12px;
        color: #99A1AC;
    }

    .searchBox:-moz-placeholder {
        padding-top: 4px;
        font-family: OpenSans-Regular, 'Segoe UI';
        font-size: 12px;
        color: #99A1AC;
    }

    .attachFile .control-label.inputBox {
        width: 70%;
    }

    .attachFile label.input-group-btn {
        width: 25%;
    }

    .editFIDocuments.attachFile .control-label.inputBox {
        width: 44%;
    }

    .FIPage .searchAndMoreOption {
        width: 30%;
    }

    .FIPage .profileMenu {
        width: 70%;
    }

    .thresholdPeriod .wrap.col-lg-4, .thresholdPeriod .inputBox {
        float: left;
    }

    .responsive .selectMRB .selectBoxWrapperPosition .chosen-container.chosen-container-single {
        width: 230px !important;
    }

    .listPage .boxWrapper {
        padding: 13px 0 13px 13px;
    }

    .check .right {
        width: 26px;
        right: -5px;
    }

    .MRBListPageWrapper.listPageTop.accountListWrapper table tr th, .MRBListPageWrapper.listPageTop.accountListWrapper table tr td {
        min-width: 190px;
    }

        .MRBListPageWrapper.listPageTop.accountListWrapper table tr th:nth-child(4), .MRBListPageWrapper.listPageTop.accountListWrapper table tr td:nth-child(4) {
            min-width: 250px;
        }
}

@media only screen and (min-width: 1255px) and (max-width: 1299px) {
    #caseSection > .responsive {
        overflow: initial !important;
    }
}

@media only screen and (max-width: 1100px) {
    .responsive .selectMRB .selectBoxWrapperPosition .chosen-container.chosen-container-single {
        width: 200px !important;
    }

    .navbar-toggle {
        display: block;
        margin: 21px 0 0;
    }

    .navbar-header {
        float: none;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

        .navbar-collapse.collapse.fiListDropdown {
            display: block !important;
            position: absolute;
            top: 0;
            left: 210px;
            width: auto;
            border: 0;
        }

    .navbar-collapse.collapse, .navbar-collapse.collapsing {
        width: 100%;
        border-top: 1px solid #657288;
    }

        .navbar-collapse.collapse.in, .navbar-collapse.collapsing {
            display: block !important;
            width: 100%;
            position: absolute;
            border-radius: 0px;
            background: rgb(45, 64, 98);
            box-shadow: rgba(0, 0, 0, 0.69) 0px 2px 5px 0px;
            left: 0px;
            top: 75px;
        }

    header .navbar-default .navbar-nav > li:first-child > a {
        margin-left: 0;
    }

    .navbar-collapse {
        border-top: 1px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbarRight.navbar li {
        float: left;
    }

    .navbarRight.navbar .nav.navbar-nav li.open .dropdown-menu li {
        float: none;
    }

    .navbar-default .navbar-brand {
        height: 50px;
        padding: 3px 15px 3px 0;
        margin: 21px 0 0 25px;
    }

    .navbar-default .navbar-toggle {
        border: 0;
        margin-right: 20px;
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: transparent;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }

    .navbar-toggle .icon-bar {
        display: block;
        width: 24px;
        height: 4px;
        border-radius: 1px;
    }

    .navbarRight.navbar li.searchBar {
        margin: 19px 20px 10px;
    }

    header .navbar-default .navbar-nav > li > a.profilePicture {
        margin: 19px 0;
    }

    .navbarRight.navbar {
        right: 80px;
    }

    .nav.navbar-nav {
        width: 100%;
        text-align: center;
        float: none !important;
    }

    .navbar-collapse.collapse .nav.navbar-nav li, .navbar-collapse.collapsing .nav.navbar-nav li {
        float: none;
        display: inline-block;
    }

    .navbar-collapse.collapse .nav.navbar-nav .dropdown-menu.FIList li {
        display: block;
    }

    header .navbar-default .navbar-nav > li > a {
        margin: 10px;
        font-size: 16px;
        line-height: 28px;
    }

    .navbar-collapse.collapse {
        float: none !important;
    }

    .searchBar input {
        width: 200px;
    }

    .navbar.navbar-default .innerWrapper {
        max-width: 100%;
    }

    .contentWrapper {
        max-width: 95%;
    }

    header .navbar-default .navbar-nav > li > a.fiListFilter .fiName {
        font-size: 16px;
    }

    .tabli a {
        font-size: 16px;
    }

    .uploadAcctgData {
        width: 275px;
        right: 50px;
    }

    .pageHeaderMenu li {
        margin-left: 15px;
    }

    .householdDetailsMenu ul {
        margin: 18px 0 7px;
    }

    .searchAndMoreOption > ul {
        margin-bottom: 0;
    }

    .searchAndMoreOption .defaultBtn, .msgbankBtn.defaultBtn {
        width: 100%;
        font-size: .8rem;
    }

    .searchAndMoreOption.resetAndSearch .defaultBtn {
        width: 110px;
    }

    .searchAndMoreOption.resetAndSearch {
        margin: 8px 0 0;
    }

    .listPage .boxWrapper table th, .listPage .boxWrapper table td {
        min-width: 200px;
    }

    .pageHeader .heading.MRBpageHeading {
        font-size: 28px;
        margin: 7px 0 0;
    }

    .caseCount p {
        margin: 9px 0 0px;
    }

    .check {
        /* S19-147
        1100 breakpoint*/
        /* top: 139px; */
        top: 44px;
    }

    .processBtns .btn {
        margin: 0 0 20px 11px;
    }
}

@media only screen and (max-width: 991px) {
    #dateFilter .wrap {
        width: 40%;
    }

    #dateFilter .form-group {
        padding: 0;
    }

    .pageHeader {
        font-size: 33px;
    }

    .boxWrapper.returnResults li {
        width: 45%;
        margin: 0 0 10px;
    }

    .fixedHeaderContent.content {
        margin: 15px 0 0;
    }

    .loginBox {
        position: relative;
        left: initial;
        top: 5%;
        transform: none;
    }

    .stateSystemPage .form-group {
        padding: 0;
    }

    .gellAllInventoryBtn {
        margin: 22px 0 0 0;
    }

    .navigationYearAndMonth {
        font-size: initial;
        margin: 10px 0 0;
    }

        .navigationYearAndMonth li a {
            font-size: 13.5px;
        }

        .navigationYearAndMonth li {
            padding: 1.5px 6.8px;
        }

    .amountSection, .amountSection:first-child, .amountSection:nth-child(2) {
        margin: 0 0 30px;
    }

    .unresolvedCases, .profile {
        min-height: 381px;
    }

    .feesEarned {
        margin: 0 0 10px;
    }

        .feesEarned.newCases {
            margin: 0;
        }

    .amountSection:nth-child(2), .amountSection:nth-child(4) {
        padding-right: 0;
        padding-left: 15px;
    }

    .amountSection:nth-child(3), .amountSection:nth-child(4) {
        margin: 0;
    }

    .amountSection:nth-child(3) {
        padding-left: 0;
    }

    .amountSection:nth-child(2n+1) {
        padding-right: 15px;
    }

    .amountSection:nth-child(2n+1) {
        padding-left: 0;
    }

    .profileBox, .unresolvedCasesBox {
        padding: 0 !important;
    }

    .profileBox {
        margin-top: 30px;
    }

    .searchAndMoreOption .defaultBtn.msgbankBtn, .msgbankBtn.defaultBtn {
        width: 100%;
        padding: 0 5px !important;
    }

    .boxWrapper {
        margin-bottom: 20px;
    }

    div#contactInfoBoxWrapper {
        margin-bottom: 20px;
    }

    .chart {
        width: 100%;
        min-height: 450px;
    }

    .row {
        margin: 0 !important;
    }

    .check .left {
        margin: -44px 0 0 -19px;
        left: 7px;
        width: 46px;
    }

    .check .right {
        margin: -44px -19px 0 0;
        right: -7px;
        width: 29px;
    }

    .innerWrapper {
        padding: 0 0 77px;
    }

    .pageHeader .heading.MRBListHeading {
        font-size: 28px;
    }

    .searchBar {
        font-size: initial;
    }

    .pageHeader .heading.MRBpageHeading {
        font-size: 26px;
    }

    .padRight.searchAndMoreOption ul.pull-right, .padRight.searchAndMoreOption {
        padding: 0;
    }

    .attachFile label.input-group-btn.fileName {
        width: 40%;
    }

    .attachFile .fileActionLink label.input-group-btn {
        width: 60%;
    }
}

@media only screen and (max-width:800px) {
    .pageHeader .heading.MRBpageHeading {
        font-size: 25px;
    }

    .pageHeaderMenu li {
        margin-left: 6px;
    }
}

@media only screen and (max-width:780px) {

    .pageHeader .heading.MRBpageHeading {
        font-size: 21px;
    }

    .pageHeaderMenu.MRBListPage {
        height: 40px;
    }
}

@media only screen and (max-width:768px) {
    dataTables_info {
        text-align: center;
    }

    .navbar-collapse.collapse.in, .navbar-collapse.collapsing {
        top: 60px;
    }

    .showResultCount {
        padding-right: 0;
        width: 100%;
    }

    .paginationWrapper {
        padding-left: 0;
        margin: 15px 0 0;
        width: 100%;
    }

    .dataTables_paginate.paging_simple_numbers {
        text-align: center;
        float: none !important;
    }

    .searchAndMoreOption .processBtns {
        margin: 7px 10px 0;
    }

    .dataTables_info {
        text-align: center;
    }

    .searchAndMoreOption ul {
        padding: 0;
    }

    .householdDetailsPage > .row {
        position: relative;
    }

    .householdDetailsPage .searchAndMoreOption .menuBtn, .householdDetailsPage .searchAndMoreOption .processBtns {
        position: absolute;
        top: -30px;
        right: 0;
    }

    .householdDetailsPage .searchAndMoreOption .processBtns {
        width: 189px;
        margin: -6px 14px 0 0;
    }

    .householdDetailsPage .searchAndMoreOption {
        position: relative;
        right: 0;
        width: auto;
    }

    .householdDetailsPage.profilePage .searchAndMoreOption {
        top: 2px;
    }

    .householdDetailsPage .searchAndMoreOption.msgBankWrapper {
        top: 1px;
    }

    .householdDetailsPage.listPageWrapper .searchAndMoreOption, .searchAndMoreOption.searchOption {
        position: initial;
    }

    .check {
        top: 125px;
    }

        .check .top {
            top: -11px;
            height: 13px;
        }

    .cases .check {
        top: 125px;
    }

        .cases .check .top {
            top: -11px;
            height: 13px;
        }

    .pageHeader .heading.MRBListHeading {
        font-size: 22px;
    }

    .pageHeader {
        font-size: 27px;
    }

    .navbar.navbarRight .open .dropdown-menu {
        position: absolute;
        float: left;
        width: auto;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        background-color: #fff;
    }

    #checkSpan {
        display: none;
    }

    .check.miniSpace {
        top: 108px;
    }

        .check.miniSpace .top {
            top: -11px;
            height: 8px;
        }

        .check.miniSpace .left, .check.miniSpace .right, .check.miniSpace .bottom, .check .left, .check .right, .check .bottom {
            height: -40px;
        }

        .check.miniSpace .bottom, .check .bottom {
            bottom: -36px;
        }

    .unresolvedCases, .profile {
        min-height: auto;
    }

    header .navbar-default .navbar-nav > li > a {
        margin: 10px 15px 10px 0;
    }

    .amountSection:first-child, .amountSection:nth-child(2) {
        margin-bottom: 30px;
    }

    .amountSection:nth-child(2) {
        padding-right: 0;
    }

    .amountSection:nth-child(3) {
        padding-left: 0;
    }

    .feesEarned {
        margin: 0 0 30px;
    }

    .unresolvedCases .boxWrapper {
        height: auto;
    }

    .fIOperationDashboardPage .unresolvedCasesBox {
        margin: 0 0 30px;
    }

    .SARsBox {
        padding: 0;
    }

    .searchBar input.searchBarTop {
        width: 162px;
    }

    .nav.navbar-nav .searchBar button {
        top: 4px;
    }

    header .navbar-default .navbar-nav > li > a.fiListFilter, .searchBar input.searchBarTop {
        height: 32px;
        width: 165px;
    }

    .searchBar input.searchBarTop {
        padding-top: 8px;
    }

    header .navbar-default .navbar-nav > li > a.fiListFilter .fiName {
        top: 4px;
        font-size: 14px;
    }

    header .navbar-default .navbar-nav > li > a.fiListFilter .caret {
        top: 14px;
    }

    .searchBarTop::-webkit-input-placeholder {
        padding: 0
    }

    .searchBarTop::-moz-placeholder {
        padding: 0
    }

    .searchBarTop:-ms-input-placeholder {
        padding: 0
    }

    .searchBarTop:-moz-placeholder {
        padding: 0
    }

    .dropdown-toggle.profilePicture img {
        width: 32px;
    }

    .navbar-toggle {
        margin: 17px 0 0;
    }

    header .navbar-default .navbar-nav > li > a.fiListFilter {
        margin: 12px 10px 12px 0;
    }

    .navbarRight.navbar li.searchBar, header .navbar-default .navbar-nav > li > a.profilePicture {
        margin: 12px 7px 0;
    }

    .navbarRight.navbar {
        right: 50px;
    }

    .navbar-toggle {
        margin: 11px 0 0;
    }

    .navbar-default .navbar-toggle {
        padding: 9px 0;
    }

    .navbar-default .navbar-brand {
        height: 36px;
        margin: 9px 0 0 20px;
    }

    header .navbar-default {
        min-height: 60px;
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

    .pageHeaderMenu li.searchBar input.searchBox {
        height: 32px;
        width: 165px;
        padding-top: 8px;
    }

    .moreOptions .moreOptionsBtn {
        width: 29px;
        height: 29px;
    }

        .moreOptions .moreOptionsBtn span {
            background-size: contain;
            width: 54%;
        }

    .searchBar button {
        top: 4px;
    }

    .pageHeaderMenu .moreOptions.dropdown.open .dropdown-menu li a {
        font-size: 16px;
    }

    .pageHeader .heading {
        font-size: 22px;
        line-height: normal;
        margin: 0 0 20px;
    }

    .headerFixed {
        padding: 15px 0 0;
    }

    .pageHeaderMenu.MRBListPage .searchAndMoreOption ul {
        margin: 0;
    }

    .breadcrumb {
        font-size: 12px;
    }

    .householdDetailsMenu ul {
        margin: 9px 0 7px;
    }

    span.topEffect {
        height: 15px;
        margin: 0;
    }

    .fixedHeaderContent.content {
        margin: 18px 0 0;
    }

    .pageHeaderMenu li {
        margin-left: 15px;
    }

    .tabHeading {
        line-height: 22px;
    }

    .loginPage {
        padding: 32px 30px 27px;
    }

    .msgBox textarea.inputBox {
        height: 80px;
    }

    .msgBox {
        height: 280px;
    }

        .msgBox .msgBoxHeader h1 {
            font-size: 25px;
            margin: 0 0 10px;
        }

        .msgBox .msgBoxHeader .closeBtn {
            width: 15px;
            height: 15px;
        }

        .msgBox form {
            padding: 10px 35px 10px 10px;
        }

    .contentWrapper .dashboardSection {
        margin: 0 0 10px;
    }

    .unresolvedCaseCount p {
        font-size: 13px;
        margin: 6px 0 0;
    }

    .mrbIpadPortrait {
        display: none;
    }
}

@media only screen and (max-width: 767px) and (min-width: 516px) {
    .householdDashboardMenu {
        float: right;
    }
}

@media only screen and (max-width: 767px) {
    .fIOperationDashboardPage .unresolvedCasesBox {
        margin: 0 0 10px;
    }
}

@media only screen and (max-width: 670px) {
    .navbar-collapse.collapse.fiListDropdown {
        position: relative;
        left: initial;
        width: 100%;
        box-shadow: none;
        border-top: 1px solid #99A1AC;
    }

        .navbar-collapse.collapse.fiListDropdown .multiLevelDropdown, header .navbar-default .navbar-nav > li > a.fiListFilter {
            width: 100%;
        }

    .navbar-collapse.collapse.fiListDropdown {
        display: none !important;
    }

    header .navbar-default .navbar-nav > li > a.fiListFilter {
        margin: 14px 10px 12px 0;
    }

        header .navbar-default .navbar-nav > li > a.fiListFilter .fiName {
            font-size: 16px;
        }

    .nav.navbar-nav.mobileDeviceOnly {
        display: block;
    }

    .nav.navbar-nav {
        width: 50%;
        text-align: left;
        float: left !important;
    }

    .navbar-collapse.collapse.in .nav.navbar-nav, .navbar-collapse.collapse.in ul.nav.navbar-nav.mobileDeviceOnly, .navbar-collapse.collapsing .nav.navbar-nav, .navbar-collapse.collapsing ul.nav.navbar-nav.mobileDeviceOnly {
        padding: 0px 0px 0 50px;
        margin: 80px 0 0;
    }

    .navbar.navbarRight .nav.navbar-nav {
        width: 100%;
    }

    .navbar-collapse.collapse .nav.navbar-nav li, .navbar-collapse.collapsing .nav.navbar-nav li {
        float: none;
        display: block;
        width: 95%;
        margin: 0 auto;
    }

    header .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        margin: 0 0 32px 0;
        line-height: 19px;
    }

    .navbar-collapse.collapse.fiListDropdown .nav.navbar-nav {
        width: 100%;
        float: none !important;
    }

    .navbar-collapse.collapse.in ul.nav.navbar-nav.mobileDeviceOnly.fiListDropdown, .navbar-collapse.collapsing ul.nav.navbar-nav.mobileDeviceOnly.fiListDropdown {
        width: 100%;
        float: none !important;
        position: absolute;
        top: 0px;
        left: 0;
        border-left: 0;
        border-top: 1px solid #99A1Ac;
        margin: 0;
        padding: 5px 0 0;
    }

    ul.nav.navbar-nav.mobileDeviceOnly {
        border-left: 1px solid #99A1Ac;
        min-height: 274px;
    }

    .navbar-nav > li > .dropdown-menu.FIList {
        width: 100%;
        top: 34px;
    }

    .navbar-collapse.collapse.in, .navbar-collapse.collapsing {
        border: 0;
        margin: 0;
        top: 54px;
        padding: 0 0;
    }

    .searchForm {
        display: block;
    }



    .navbarRight.navbar-right {
        display: none;
    }

    .pageHeader .heading.MRBpageHeading {
        font-size: 22px;
    }

    .mobileDeviceOnly.searchList {
        display: block;
    }

    .jumpToLinks {
        display: none;
    }

    .householdDetailsPage.profilePage .searchAndMoreOption {
        top: -35px;
    }

    header .navbar-default {
        min-height: 54px;
    }

    .navbar-brand img {
        width: auto;
        height: auto;
        max-height: 29px;
    }

    .navbar-default .navbar-toggle {
        padding: 7px 0;
    }

    .title, .boxWrapper .responsive table th {
        font-size: 9.6px;
        line-height: 13px;
    }

    .currentTab .boxWrapper, .addNewHousehold .boxWrapper {
        margin: 0 10px 20px;
    }

    .boxWrapper .responsive table td, .boxWrapper .responsive table td .householdLink, .details {
        font-size: 12px;
        line-height: 19px;
    }

    .boxWrapper .responsive table td, .responsive table th {
        padding: 9px 12px;
    }

    .boxWrapper {
        padding: 8px;
    }

    .innerWrapper {
        padding: 0 0 55px;
    }

    .size-row, .size-row .floatThead-col {
        height: 40px !important;
    }

    .tabHeading {
        font-size: 13px;
    }

    .details {
        margin: 8px 0 0;
    }

    .householdDetailsPage .searchAndMoreOption .menuBtn {
        top: 0;
    }

    .householdDetailsPage .searchAndMoreOption .processBtns {
        margin: -1px 0;
        top: 0;
    }

    .box {
        position: relative;
        width: 100%;
    }

    .icon {
        position: absolute;
        top: 12px;
        right: 65px;
        z-index: 2;
        display: block;
        width: 30px;
        height: 30px;
        text-align: center;
        left: initial;
        border: 1px solid #ffffff;
        border-radius: 50%;
    }

    #globalSearch {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background: #2D4062;
        z-index: 6;
    }

        #globalSearch .innerWrapper {
            padding: 0;
            width: 95%;
            margin: 0 auto;
        }

        #globalSearch ul {
            padding: 0;
            margin: 8px 0 0px;
        }

            #globalSearch ul li {
                list-style-type: none;
                margin: 0;
                display: inline-block;
                width: auto;
                color: #ffffff;
            }

                #globalSearch ul li a, #globalSearch ul li a:hover, #globalSearch ul li a:focus {
                    color: #ffffff;
                    text-decoration: none;
                    margin-left: 10px;
                }

                #globalSearch ul li.searchBar {
                    position: relative;
                    width: 80%;
                }

        #globalSearch .searchBar input.searchBarTop {
            height: 40px;
            width: 100%;
        }

        #globalSearch .searchBar button {
            top: 8px;
        }

    .icon img {
        width: 16px;
        height: 16px;
        margin: 4px 0 0;
    }

    .check.miniSpace {
        top: 104px;
        z-index: 2;
    }
}

@media only screen and (max-width: 630px) {
}

@media only screen and (max-width:600px) {
    .titleValue {
        font-size: 15px;
    }

    .icon {
        right: 50px;
    }

    .checkbox.form-check label.form-checkbox.form-normal.form-primary.form-text {
        font-size: 14px !important;
    }

    .MRBListPageWrapper.MRBList .boxWrapper table th, .MRBListPageWrapper.MRBList .boxWrapper table td {
        min-width: 180px !important;
    }

    .filterMenuBox .filterMenu {
        padding: 10px;
    }

    .check {
        top: 99px;
    }

    .activityDescription {
        font-size: 13px;
    }

    .cases .check {
        top: 102px;
    }

    .navbar-collapse.collapse.in .nav.navbar-nav, .navbar-collapse.collapse.in ul.nav.navbar-nav.mobileDeviceOnly, .navbar-collapse.collapsing .nav.navbar-nav, .navbar-collapse.collapsing ul.nav.navbar-nav.mobileDeviceOnly {
        padding: 0px 0px 0 30px;
    }

    .resize .modalHeader, .resize .modalBody, .resize .modalFooter {
        padding: 0 10px;
    }

    .fixedHeaderContent.content.auditListWrapper {
        margin: 14px 0 0 !important;
    }

    .navbar-toggle {
        margin: 19px 0 0;
        padding: 0;
    }

    .navbarRight.navbar {
        margin: 10px 0 0px 8px;
    }

    .navbarRight.navbar {
        right: 50px;
    }

    .navbar-default .navbar-toggle {
        margin: 9px 10px 0 0;
    }

    .navbarRight.navbar li.searchBar {
        width: 80%;
        margin: 0 7px 0 9px;
    }

    .navbar-default .navbar-brand {
        padding: 0;
        margin: 10px 0 0 10px;
    }

    .navbarRight.navbar li.searchBar {
        width: 78%;
        margin: 7px 14px 7px 0;
        float: left;
    }

    .multiLevelDropdown {
        margin: 7px 0 7px 0;
    }

    .navbarRight.navbar li.multiLevelDropdown {
        float: right;
    }

    header .navbar-default .navbar-nav > li > a.profilePicture {
        margin: 0;
    }

    .searchBar input {
        width: 100%;
    }

    .innerWrapper {
        padding: 132px 0 57px;
    }

    .monthNote span {
        font-size: 14px;
        top: 11px;
    }

    .attachFile .input-group-btn .link {
        font-size: 14px;
    }

    .boxWrapper table thead th, .boxWrapper .responsive table th, .modal table thead th {
        font-size: 9.6px;
        padding: 10px 12px;
    }

    .table tr th span {
        right: 8px;
        font-size: 11px;
        top: 10px;
    }
    .addAnother {
        font-size: 8px;
        margin: 0 0 10px;
    }

    .dashboard.content {
        margin: 0;
    }


    .boxWrapper table th, .boxWrapper table td, .MRBListPageWrapper .boxWrapper table th, .MRBListPageWrapper .boxWrapper table td, .boxWrapper .responsive.profileTab.profileTabWrapper table td, .dashboardSection .boxWrapper .responsive.profileTab table td, .boxWrapper .responsive.profileTabNew table td {
        min-width: 121px;
    }

        .MRBListPageWrapper .boxWrapper table th.primaryAccOwner, .MRBListPageWrapper .boxWrapper table td.primaryAccOwner {
            min-width: 240px
        }

        .MRBListPageWrapper .boxWrapper table th:nth-child(2), .MRBListPageWrapper .boxWrapper table td:nth-child(2), .MRBListPageWrapper .boxWrapper table th:nth-child(3), .MRBListPageWrapper .boxWrapper table td:nth-child(3) {
            min-width: 170px !important;
        }

    .boxWrapper .responsive table td {
        padding: 13px 12px 12px;
    }

    .progressLabel {
        font-size: 10px;
    }

    .dashboardSection .householdLink {
        font-size: 8px;
    }

    .dashboardSection .householdLink {
        font-size: 13px;
    }

    .progress {
        height: 9.3px;
        margin: 0 0 16.6px;
    }

    .unresolvedCases, .profile {
        min-height: auto;
    }

    .pageHeader .heading {
        font-size: 22px;
        width: 100%;
    }

        .pageHeader .heading.household {
            margin: 0;
        }

    .contentWrapper.staticWrapper {
        padding: 10px 8px 0;
    }

    #footer div {
        padding: 0 0 15px;
    }
    #footer {
        font-size: 10px;
    }

    .innerWrapper {
        padding: 0 0 53px;
    }

    .contentWrapper .dashboardSection:last-child {
        margin: 0;
    }

    .contentWrapper .dashboardSection, .fIOperationDashboardPage .unresolvedCasesBox {
        margin: 0 0 10.5px;
    }

    .breadcrumb {
        font-size: 8px;
    }

    .householdDetailsMenu ul {
        margin: 14px 0 7px;
    }

    .caseCount p, .caseCount p .totalCount {
        font-size: 15px;
        margin: 20px 0 0;
    }

    .navigationYearAndMonth li {
        padding: 0 6.8px;
        line-height: 21px;
    }

    .navigationYearAndMonth {
        margin: 0;
    }

    .amountSection, .amountSection:first-child, .amountSection:nth-child(2) {
        margin: 0 0 10px;
    }

    .feesEarned, .householdNumber, .feesEarned.unresolvedCases, .feesEarned.newCases {
        padding: 0;
        height: auto;
    }

    .searchBarWrapper .searchBar {
        border: 1px solid #99A1AC;
        border-radius: 32px;
        position: relative;
        width: 82%;
        margin: 0 0 7px;
    }

    .searchBarWrapper li a {
        font-family: OpenSans-Regular, 'Segoe UI';
        font-size: 16px;
        color: #43639C;
        margin: 0 0 0 8px;
    }

    .searchBarWrapper ul {
        padding: 0;
        margin: 0;
    }

        .searchBarWrapper ul li {
            list-style-type: none;
            display: inline-block;
            margin: 0;
        }

    .searchBarWrapper .searchBar input {
        height: 32px;
        padding-top: 8px;
        color: #99A1AC;
    }

    .feesEarned {
        margin: 0 0 10px;
    }

        .feesEarned.newCases {
            margin: 0;
        }

    .amountSection:nth-child(2), .amountSection:nth-child(4) {
        padding-right: 0;
        padding-left: 5px;
    }

    .amountSection:nth-child(3), .amountSection:nth-child(4) {
        margin: 0;
    }

    .amountSection:nth-child(3) {
        padding-left: 0;
    }

    .amountSection:nth-child(2n+1) {
        padding-right: 5px;
    }

    .amountSection:nth-child(2n+1) {
        padding-left: 0;
    }

    .dashboardSection .amountSection .boxWrapper {
        min-height: auto;
        padding: 42px 0 53px;
    }

    .amount {
        font-size: 23.5px;
        letter-spacing: 6.4px;
    }

    .amountNote {
        font-size: 6px;
        letter-spacing: 0.96px;
        margin: 1px 0 6px 0;
    }

    .bottomBorder {
        width: 29.6px;
        height: 3.6px;
    }

    .dashboardSection .form-check label {
        font-size: 6px;
    }

    .dashboardSection .form-check input[type="checkbox"] + .label-text:before {
        width: 10px;
        height: 10px;
        font-size: 10px;
        margin: -5px 5px 0 0;
    }

    .dashboardSection .boxWrapper {
        padding: 7px 9px;
    }

    .checkboxButton {
        position: absolute;
        top: 3px;
        right: 0;
    }

    .unresolvedCases, .profile, .newCases .boxWrapper {
        min-height: auto;
    }

    .pagination, .dataTables_info, .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        font-size: 12px;
    }

    .profileBox {
        margin-top: 10.5px;
    }

    .alertify-logs *.show {
        font-size: 13px;
        line-height: 15px;
        padding: 15px 15px !important;
        width: 300px;
    }

    .alertify-logs.right {
        right: 8px !important;
    }

    .alertify-logs.bottom, .alertify-logs:not(.top) {
        bottom: 20px !important;
    }

    .resize.resizable {
        top: 60px;
        width: 80%;
        padding: 7px 0 0;
    }

    .resize .modalHeader h1 {
        font-size: 20px;
        margin: 0px 0 14px;
    }

    .defaultBtn, .defaultBtn:active, .defaultBtn:focus, .defaultBtn:hover {
        font-size: 14.4px;
    }

    .resize .modalHeader .closeBtn {
        top: 6px;
        width: 17.4px;
        height: 17.4px;
    }

    .resize .modalBody .form-group {
        margin: 0 0 10px;
    }

    .resize .fileinput {
        margin: 13px 0 0;
    }

    .msgBox {
        right: -6px;
    }

        .msgBox form {
            padding: 10px 16px 10px 10px;
        }

        .msgBox .msgBoxHeader h1 {
            font-size: 26px;
            margin: 0 0 23px;
        }

        .msgBox .msgBoxHeader .closeBtn {
            width: 15px;
            height: 15px;
            top: 5px;
        }

    .pageHeaderMenu .pageHeader {
        margin: 0;
        width: 90%;
    }

    .SARPage.pageHeaderMenu .pageHeader {
        width: 65%;
    }

    .resize .fileinput.fileinput-new .btn-file.uploadBtn, .addCommentBtn {
        width: 100px;
        height: 34px;
    }

    #frmAuditLogs .pageHeaderMenu .pageHeader {
        width: 100%;
    }

    .searchAndMoreOption.resetAndSearch {
        width: auto;
    }

    #dateFilter .wrap {
        width: 60%;
    }

    .boxWrapper.returnResults li {
        width: 70%;
    }

    .searchAndMoreOption {
        width: 10%;
    }

    .boxWrapper.returnResults .title {
        width: 100px;
    }

    .auditListWrapper legend {
        font-size: 16px;
    }

    .auditListWrapper .checkbox.form-check label.form-checkbox.form-normal.form-primary.form-text {
        font-size: 14px;
    }

    .auditListWrapper .boxWrapper.userTypeFilter ul li {
        margin: 0 60px 7px 0;
    }

    .auditListWrapper .checkbox.form-check {
        margin: 5px 0 8px;
    }

    .check.miniSpace {
        top: 68px;
    }

        .check.miniSpace .top {
            height: 13px;
        }

    .check .bottom {
        bottom: -30px;
        height: 40px;
    }

    .filterBtn.btn {
        top: 4px;
        right: 0;
    }

    .fixedHeaderContent.content.listPage {
        margin: 15px 0 0;
    }

    .check .left, .check .right {
        height: 34px;
        margin-top: -4px;
    }

    .check .left {
        left: 13px;
        width: 41px;
    }

    .check .right {
        width: 24px;
        right: -2px;
    }

    .check .top {
        top: -11px;
    }

    .size-row, .size-row .floatThead-col {
        height: 34px !important;
    }

    .pageHeaderMenu.householdDetailsPage.householdDetailsPageWrapper.listPageWrapper li.searchBar, .pageHeaderMenu.SARPage li.searchBar, .pageHeaderMenu.MRBListPage.MRBListPageWrapper li.searchBar {
        display: none !important;
    }

    .pageHeaderMenu.listPageWrapper .moreOptions.dropdown {
        position: absolute;
        top: -29px;
        right: 0;
    }

    .caseCount {
        width: 100%;
        position: absolute;
        top: -29px;
    }

    .MRBListPageWrapper.accountList .boxWrapper table th:nth-child(4), .MRBListPageWrapper.accountList .boxWrapper table td:nth-child(4) {
        min-width: 230px;
    }

    .content .contentWrapper {
        max-width: 100%;
    }
}

@media only screen and (max-width:570px) {
    .householdDetailsPage.householdDetailsPageWrapper .searchAndMoreOption, .searchAndMoreOption.searchOption {
        width: 100%;
        padding: 0;
        position: static;
    }

        .householdDetailsPage.householdDetailsPageWrapper .searchAndMoreOption ul {
            float: left !important;
            margin: 0
        }

    .householdDetailsPage .searchAndMoreOption.btnWrapper .defaultBtn {
        width: 101px;
    }
}

.noMRB {
    display: none;
}

/*MEDIA QUERRIES IPAD ALL VERSIONS*/
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) {
    .mrbIpadPortrait {
        display: none;
    }

    .mrbIpadLandscape {
        display: none;
    }
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .mrbIpadPortrait {
        display: none;
    }

    .mrbIpadLandscape {
        display: none;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .mrbIpadPortrait {
        display: none;
    }

    .mrbIpadLandscape {
        display: none;
    }
}

@media only screen and (max-width:550px) {
    .unresolvedCaseCount p {
        font-size: 13px;
        margin: 2px 0 0;
    }

    .uk-form-icon > [class*=uk-icon-] {
        top: 2.1rem !important;
    }

    .searchBarWrapper .searchBar {
        width: 78%;
    }

    .unresolvedCaseCount p .totalCount {
        font-size: 13px;
    }

    td.borderAll.padLeft {
        padding-bottom: 8px !important;
    }

    td.borderAll.padRight {
        padding-bottom: 8px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .searchAndMoreOption {
        padding-left: 0;
    }

    .uk-sticky-placeholder {
        height: auto !important;
    }

    .householdName > div {
        width: 100%;
    }

    .caseCount {
        padding-right: 0;
    }

    .pageHeaderMenu li {
        margin-left: 18px;
    }

    .tabli a, .tabli.jumpTo {
        font-size: 15px;
        margin: 0 0 10px;
    }

    .pageHeaderMenu li {
        margin-left: 14px;
    }

    .householdDashboardMenu select.inputBox {
        margin: 0 0 15px;
    }

    .MRBListPageWrapper .SARWorkspaceBox .boxWrapper table th, .MRBListPageWrapper .SARWorkspaceBox .boxWrapper table td, .boxWrapper table th, .boxWrapper table td, .MRBListPageWrapper .boxWrapper table th, .MRBListPageWrapper .boxWrapper table td, .boxWrapper .responsive.profileTab.profileTabWrapper table td, .dashboardSection .boxWrapper .responsive.profileTab table td {
        min-width: 150px;
    }

    .MRBListPageWrapper.MRBList .boxWrapper table th:nth-child(3), .MRBListPageWrapper.MRBList .boxWrapper table td:nth-child(3) {
        min-width: 100px !important;
    }

    .staticWrapper .pageHeader .heading {
        margin: 0;
    }

    .FIProfilePage .boxWrapper table th, .FIProfilePage .boxWrapper table td {
        min-width: 250px;
    }

    .searchAndMoreOption.searchOption .searchBar {
        width: 80%;
    }

    .navbar-nav .open .dropdown-menu {
        right: 0;
        left: inherit;
        min-width: 95px;
    }

    .navbar-collapse .navbar-nav .open .dropdown-menu {
        left: 0;
        min-width: 140px;
        right: inherit;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 15px;
    }

    .profileBox .boxWrapper table tr td, .currentTab #addUserTypeSection.boxWrapper .responsive .table td, .currentTab #addPersonalInformatioSection.boxWrapper .responsive .table td, .currentTab #userTypeSection.boxWrapper .responsive .table td, .currentTab #personalInformatioSection.boxWrapper .responsive .table td, .currentTab #FIProfileSection.boxWrapper .responsive .table td, .currentTab #addFIProfileSection.boxWrapper .responsive .table td, .currentTab #profileSection.boxWrapper .responsive .table td, .currentTab #editProfileSection.boxWrapper .responsive .table td, .currentTab #shieldSystemSection.boxWrapper .responsive .table td, .currentTab #editShieldSystemSection.boxWrapper .responsive .table td, .currentTab #personalInformationSection.boxWrapper .responsive .table td, .currentTab #editPersonalInformationSection.boxWrapper .responsive .table td, #caseProfilSection.boxWrapper .responsive .table td, #addCaseProfilSection.boxWrapper .responsive .table td {
        width: 100% !important;
        display: block;
    }

    .gellAllInventoryBtn, .fetchBtn.defaultBtn {
        margin: 13px 0 0 0;
        font-size: 14.4px;
        width: 150px;
    }

    .inputBox > option {
        text-overflow: ellipsis;
    }

    .fileinput.fileinput-new .btn-file {
        font-size: 14.4px;
        margin: 0;
    }

    .formLabel.control-label {
        font-size: 14px;
        margin: 0;
    }

    .status li {
        margin: 0 20px 10px 0;
    }

    .inputBox, .form-group .form-control.inputBox, .uk-form .inputBox, .uk-form .form-group .form-control.inputBox, .table .uk-form input:not([type]), .table .uk-form input[type=text], .uk-form input[type=password], .uk-form input[type=email], .uk-form input[type=url], .uk-form input[type=search], .uk-form input[type=tel], .uk-form input[type=number], .uk-form input[type=datetime], .uk-form input[type=datetime-local], .uk-form input[type=date], .uk-form input[type=month], .uk-form input[type=time], .uk-form input[type=week], .uk-form input[type=color], .uk-form select, .uk-form textarea {
        font-size: 11.2px;
        height: 29px;
    }

    .wrap:after {
        top: 7px;
    }

    .addNewHousehold .boxWrapper .responsive table td {
        padding: 16px 12px;
    }

    .mobileDeviceOnly.processBtnsWrapper {
        display: block;
    }

    .searchAndMoreOption .processBtns {
        display: none;
    }

    .mobileDeviceOnly.processBtnsWrapper .defaultBtn {
        width: 81px;
        font-size: 14.4px;
        margin: 0 9px 0 0;
    }

    .processBtns.text-left {
        text-align: left;
        margin: 0 0 10px;
    }

    .fixedHeaderContent.content {
        margin: 7px 0 0;
    }

        .fixedHeaderContent.content.editProfile {
            margin: 5px 0 0;
        }

    .dropdown-menu .mobileDeviceOnly {
        display: block;
    }

    .pageHeaderMenu .moreOptions.dropdown.open .dropdown-menu li a {
        line-height: 22px;
        padding: 4px 12px;
    }

    .pageHeaderMenu .moreOptions.dropdown.open .dropdown-menu ul.mobileDeviceOnly {
        border-bottom: 1px solid #99A1AC;
        margin: 0 12px 8px;
        padding: 0 0 8px;
    }

        .pageHeaderMenu .moreOptions.dropdown.open .dropdown-menu ul.mobileDeviceOnly li a {
            padding: 4px 0;
            line-height: 22px;
            display: block;
        }

    .moreOptions.dropdown.open .dropdown-menu li {
        font-size: 16px;
    }

    .moreOptions.dropdown.open .dropdown-menu .recentNote {
        font-family: OpenSans-Semibold, 'Segoe UI Semibold';
        font-size: 10px;
        color: #99A1AC;
        letter-spacing: 2.4px;
        margin: 0 0 4px;
        text-transform: uppercase;
    }

    .pageHeader .heading.fipageHeading {
        font-size: 20px;
    }

    .navigationYearAndMonth {
        display: none;
    }

    .staticWrapper .mobileDeviceOnly {
        display: block;
        position: absolute;
        top: -9px;
        right: 0;
        list-style-type: none;
    }

        .staticWrapper .mobileDeviceOnly li {
            list-style-type: none;
            margin-bottom: 8px !important;
            display: block;
        }

            .staticWrapper .mobileDeviceOnly li:last-child {
                margin: 0 !important;
            }

        .staticWrapper .mobileDeviceOnly .moreOptions.dropdown.open .dropdown-menu {
            min-width: 148px;
            padding: 12px;
        }

            .staticWrapper .mobileDeviceOnly .moreOptions.dropdown.open .dropdown-menu ul {
                padding: 0;
            }

                .staticWrapper .mobileDeviceOnly .moreOptions.dropdown.open .dropdown-menu ul li a {
                    font-size: 16px;
                }

    .hhListMobileDevice .uk-sticky-placeholder, .caseListMobileDevice .uk-sticky-placeholder {
        height: 71px !important;
    }

    .accountListMobileDevice, .userListMobileDevice, .systemUserListMobileDevice, .mrbListMobileDevice, .sarListMobileDevice {
        height: 65px !important;
    }

    .fiListMobileDevice {
        height: 48px !important;
    }

    .beter {
        display: none;
    }
}

@media only screen and (max-width:515px) {

    .householdDetailsPage .searchAndMoreOption, .searchAndMoreOption.searchOption {
        width: auto;
    }

    .searchAndMoreOption.msgBankWrapper {
        width: 100%;
    }

    .msgbankBtn.defaultBtn {
        float: left !important;
        margin: 0;
    }

    .fixedHeaderContent.content.listPage {
        margin: 15px 0 0;
    }

        .fixedHeaderContent.content.listPage.MRBListPageWrapper {
            margin: 0 0;
        }

    .navigationYearAndMonth {
        float: left !important;
        padding: 0;
        margin: 10px 0 0;
        width: 100%;
    }

    .dashboard.content {
        margin: 14px 0 0;
    }

    .navbar-default .navbar-toggle {
        margin: 10px 10px 0 0;
    }

    .navbar-default .navbar-brand {
        height: 44px;
    }

    .auditListWrapper li {
        width: 40%;
    }
}

@media only screen and (max-width:400px) {
    .householdDashboardMenu select.inputBox {
        width: 100%;
    }

    .boxWrapper.returnResults li {
        width: 100%;
    }

    .boxWrapper.returnResults .title {
        width: 92px;
    }

    .auditListWrapper li {
        width: 100%;
    }

    .unresolvedCaseCount {
        width: 100%;
    }

    .householdDetailsPage .searchAndMoreOption {
        width: 100%;
    }

        .householdDetailsPage .searchAndMoreOption .defaultBtn {
            float: left !important;
        }

    .dashboard.content {
        margin: 15px 0 0;
    }

    .loginBox {
        width: 310px;
    }

    .loginPage {
        width: 100%;
        padding: 20px 15px;
    }

    .g-recaptcha {
        transform: scale(0.92);
        -webkit-transform: scale(0.92);
    }

    .loginPage .form-group.userName {
        margin-bottom: 30px;
    }

    .loginPage .form-group.password {
        margin-bottom: 40px;
    }

    .loginPage .btn-login {
        margin: 0 0 15px;
    }

    .notification {
        margin: 0 0 48px;
        font-size: 16px;
    }

    .forgotPswd {
        margin: 0 0 35px;
    }

    .searchAndMoreOption.resetAndSearch {
        width: 100%;
        margin: 0;
    }

        .searchAndMoreOption.resetAndSearch .defaultBtn:first-child {
            float: none !important;
            margin-top: -12px;
        }

        .searchAndMoreOption.resetAndSearch .defaultBtn:last-child {
            float: left !important;
        }

    #dateFilter .wrap {
        width: 75%;
    }

    .pageHeader .heading.caseList {
        margin: 0 0 5px;
    }
}

@media (min-width: 320px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .left, .top, .check .right {
        top: -64px !important;
    }
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.curtain {
    background: rgb(33 43 54 / 71%);
}

#enterAccountpopUp .modal-footer {
    justify-content: flex-end;
    padding: 12px 10px 4px 0px;
}

#uploadDataPopup .modal-footer {
    justify-content: flex-end;
}

#uploadDataPopup .modal-footer .btn+.btn  {
    margin-right: 10px;
}

#uploadDataPopup .modal-body select {
    width: 383px;
}

#uploadDataPopup .modal-header {
    padding: 5px 10px 5px 5px;
}

#uploadDataPopup label {
    font-size: 14px;
    color: #373333;
    margin-bottom: 5px;
}

.updateTraceSalesBtn, .updateTraceSalesBtn:focus {
    transition: all .3s;
    font-size: 14px;
}

.uploadAccountingDataBtn, .uploadAccountingDataBtn:hover, .uploadAccountingDataBtn:focus {
    font-size: 14px;
}

    .uploadAccountingDataBtn:hover {
        background-color: #516589;
    }

    .uploadAccountingDataBtn .glyphicon {
        color: #fff;
        margin: 0 3%;
    }

.uk-icon-calendar {
    z-index: 4;
    top: 60% !important;
}

.editable-wrap {
    width: 100% !important;
}

.p-sm {
    padding-bottom: 10px !important;
}

.modal-backdrop {
    /* bug fix - no overlay */
    display: none;
}


.editable-checkbox {
    width: initial !important;
}

    .editable-checkbox > .editable-controls > label {
        padding-top: 5px;
    }

.modal-cumulative {
    padding: 0 20px;
}

/*AG-Grid*/
/*.ag-theme-balham .ag-ltr .ag-row-group-indent-1 {
    padding: 0px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-2 {
    padding: 0px;
}
.ag-theme-balham .ag-ltr .ag-row-level-1 .ag-row-group-leaf-indent{
    margin: 0px !important;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-1{
   padding: 0px !important;
}
.ag-cell-wrapper ag-row-group-leaf-indent ag-row-group-indent-2 {
    padding: 0px;
}
.ag-theme-balham .ag-ltr .ag-row-level-2 .ag-row-group-leaf-indent {
    padding: 0px;
    margin-left: 0px !important;
}*/


/*
 *
 * AG Grid help with grid resizing
 *
**/

.ag-theme-balham {
    transition: all 0.3s ease 0s;
}

#multiTestResultDiv .ag-header-cell-label
{
    justify-content: center;
}

#multiTestResultDiv .ag-row-group .ag-group-value {
    padding-left: 15px;
}
/*
 *
 * Form Validation
 *
**/
.rel_party input.ng-invalid
{
    background: rgba(197,43,158,0.05);
    border: 1px solid #C52B9E;
    box-shadow: 0 0 4px 0 #C52B9E;
    border-radius: 3px;
}

.key-modal input.ng-invalid {
    background: rgba(197,43,158,0.05);
    border: 1px solid #C52B9E;
    box-shadow: 0 0 4px 0 #C52B9E;
    border-radius: 3px;
}



/*
 *
 * PRINT STUFF
 *
**/

@media print {
    body {
        -webkit-print-color-adjust: exact !important;
    }

    @page {
        size: auto;
        margin: 3mm;
        margin: 3mm 5mm 7mm 5mm;
        -webkit-print-color-adjust: exact !important;
        overflow: visible;
    }

    .sectionpage-after {
        page-break-after: avoid;
    }

    .sectionpage-before {
        page-break-before: always;
        border-top: 5px solid green;
        /* this is for the header */
        margin-top: 5.5rem !important;
    }

    .sectionpage {
        page-break-inside: avoid !important;
        page-break-after: avoid !important;
        page-break-before: avoid !important;
    }

    #print-related-entities {
        visibility: visible;
    }
}



/* new print stuff */

#newPrintMarkup {
    width: 85%;
    margin: 0 auto;
    display: none;
}

    #newPrintMarkup.print {
        display: block;
    }

    #newPrintMarkup .section {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-row-gap: 1rem;
        grid-column-gap: 1rem;
        padding: 2rem 0;
        border-bottom: 1px solid black;
    }


        #newPrintMarkup .section .section {
            padding: 0;
            grid-column: span 4;
            border-bottom: none;
        }

        #newPrintMarkup .section.section-half {
            grid-template-columns: repeat(2, 1fr);
            grid-column: span 2;
        }

        #newPrintMarkup .section h3,
        #newPrintMarkup .section h4,
        #newPrintMarkup .section h5 {
            grid-column: span 4;
            font-family: "Helvetica";
            font-weight: bold;
            margin-top: 0;
            margin-bottom: 0.5em;
            line-height: 1;
        }

    #newPrintMarkup .span-2 {
        grid-column: span 2;
    }

    #newPrintMarkup .span-4 {
        grid-column: span 4;
    }

    #newPrintMarkup .col-1 {
        grid-column: 1;
    }

    #newPrintMarkup h3 {
        font-family: "Helvetica";
        font-weight: bold;
        font-size: 1.25rem;
        line-height: 1;
        margin-top: 0;
        margin-bottom: 0.5em;
        padding: 0;
        text-transform: capitalize;
    }

    #newPrintMarkup h4,
    #newPrintMarkup h5 {
        margin-top: 2em;
    }

    #newPrintMarkup h4 {
        font-size: 1rem
    }

    #newPrintMarkup h5 {
        font-size: 0.875rem
    }

    #newPrintMarkup label {
        font-family: "Helvetica";
        font-weight: bold;
        font-size: 0.75rem;
        line-height: 1;
        margin-bottom: 0.5em;
        padding: 0;
        display: block;
    }

    #newPrintMarkup p {
        font-family: monospace;
        font-size: 1rem;
        line-height: 1;
        margin: 0;
        padding: 0;
    }

    #newPrintMarkup .watermark {
        text-transform: uppercase;
        font-weight: bold;
        -webkit-print-color-adjust: initial !important;
        display: block;
        text-align: right;
        font-size: 2rem;
    }

#complianceReviewWrapper #print_header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3rem;
    padding: 1rem;
    display: none;
    justify-content: space-between;
}


    #complianceReviewWrapper #print_header h2 {
        font-size: 1rem;
        line-height: 1;
        margin: 0;
        padding: 0;
    }

@media print {

    body {
        overflow: visible;
        margin: 0;
        padding: 0;
    }

    @page {
        margin: 16mm 8mm;
    }

    #newPrintMarkup {
        width: 100%;
        padding: 2rem;
        display: inline;
    }

        #newPrintMarkup .section {
            page-break-inside: avoid;
        }

    #complianceReviewWrapper {
        padding-top: 2rem;
    }

        #complianceReviewWrapper button,
        #complianceReviewWrapper .uk-sticky-placeholder,
        #complianceReviewWrapper .innerWrapper .headerFixed,
        #complianceReviewWrapper #complianceSection,
        #complianceReviewWrapper #complianceSectionFromHousehold,
        #complianceReviewWrapper #financialSummarySection,
        #complianceReviewWrapper #financialHistoryByTagSection,
        #complianceReviewWrapper #caseListSection {
            display: none;
        }

        #complianceReviewWrapper #print_header {
            display: flex;
        }
}
/*debug*/
/*#newPrintMarkup { display: block; }*/
/*Fixing lining alignment issue*/
.defaultBtn.cancelBtn, .defaultBtn.saveBtn
{
    height: 34px;
}
.form-checkbox.form-normal.activeChk:after {
    right: 5px !important;
    top: 50% !important;
}

/*
 * Reporting Page UI
 *
 *
**/

#reporting_slider .tabs {
    display: flex;
    position: relative;
    padding: 5px 5px 5px 0px;
}

    #reporting_slider .tabs * {
        z-index: 2;
    }

#reporting_slider input[type=radio] {
    display: none;
}

#reporting_slider .tab {
    display: flex;
    align-items: center;
    height: 14px;
    width: 118px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 2px;
    cursor: pointer;
    transition: color 0.15s ease-in;
    color: #1d8acb;
}

    #reporting_slider .notification {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        margin-left: 0.75rem;
        border-radius: 4px;
        transition: 0.15s ease-in;
    }

#reporting_slider input[type=radio]:checked + label {
    color: #1d8acb;
}

    #reporting_slider input[type=radio]:checked + label > .notification {
        color: #5f83c3;
    }

#reporting_slider input[id=radio-1]:checked ~ .glider {
    transform: translateX(0);
}

#reporting_slider input[id=radio-2]:checked ~ .glider {
    transform: translateX(100%);
}

#reporting_slider input[id=radio-3]:checked ~ .glider {
    transform: translateX(200%);
}

#reporting_slider .glider {
    position: absolute;
    display: flex;
    bottom: 0px;
    height: 3px;
    width: 118px;
    background-color: #1d8acb;
    z-index: 1;
    border-radius: 1px;
    transition: 0.25s ease-out;
}

.rm_icon {
    width: 21px;
    margin-bottom: 2px;
}

@media (max-width: 700px) {
    #reporting_slider .tabs {
        transform: scale(0.6);
    }
}


/*
 * List View Root level
 *
 *
**/
._lv {
}

.lv_root {
    color: #2D4062;
}

.lv_bar {
    width: 100%;
    background: pink;
    border-radius: 20px;
    padding: 8px;
    font-size: 10px;
}



/*
 * Typography
 *
 *
**/
.lv_root h1,
.lv_root h2,
.lv_root h3 {
    font-family: OpenSans-Bold, 'Segoe UI Black';
    color: inherit;
    margin-bottom: 0;
    margin-top: 0px
}

.lv_root h1 {
    font-size: 18px;
    font-weight: 400;
}

.lv_root h2 {
    font-size: 14px;
    font-weight: 500;
}



/* 
 * List View Stacks
 *
 *
**/
.lv_stack {
    display: flex;
}

.lv_stack1 {
    display: inherit !important;
}
.lv_stack.just {
  display: flex;
  justify-content: space-between
}
.lv_stack.x {
    flex-direction: row;
    align-items: center;
}

    .lv_stack.x.end {
        justify-content: flex-end;
        bottom: 31px;
    }
   .lv_stack.x.start{
     justify-content: flex-start;
     bottom: 31px;
   }

.lv_stack.y {
    flex-direction: column;
}

.lv_stack.sm.y > * + * {
    margin-top: 8px
}

.lv_stack.sm.x > * + * {
    margin-left: 8px
}

.lv_stack.xs.x > * + * {
    margin-left: 4px
}

/*
 * Used on innerWrapper 
 *
 *
**/

.helper {
    min-height: calc(145vh - 150px);
}


/*
 * List View Button
 *
 *
**/
.lv_btn {
    border-radius: 4px;
    background: #5f83c3;
    width: 16rem;
    color: white;
    height: 32px;
    font-size: 15px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: .5px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all .3s;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}

    .lv_btn:hover {
        background: #799bd9;
        box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
    }

    .lv_btn:focus {
        outline: none;
    }



a.dropdown-toggle.fiListFilter:first-child:hover {
    border-bottom: 1px solid transparent;
}

.navbar-default .navbar-nav > .open > a:first-child {
    border-bottom: 1.5px solid transparent;
}
.navbar-default .navbar-nav > .open > a:last-child {
    border-bottom: 1.5px solid transparent;
}
/*
 * Tab Bar
 *
 *
**/
.lv_tab-bar {
    width: 100%;
    border-radius: 8px;
    padding: 8px 0;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 #e4e4e4;
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
}

.lv_tab-bar--tab {
    display: inline-flex;
    padding: 8px 16px;
    border-bottom: 2px solid transparent;
    line-height: 1;
    font-size: 12px;
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    color: #1d8acb;
}

    .lv_tab-bar--tab:hover {
        cursor: pointer;
    }

.lv_tab-bar--tab__active {
    border-color: #1d8acb;
}

    .lv_tab-bar--tab__active:hover {
        cursor: default;
    }


#slide {
    position: relative;
    padding-bottom: 8px;
}

    #slide .line {
        height: 2.5px;
        position: absolute;
        bottom: 0;
        margin: 10px 0 0 0;
        background: #1d8acb;
    }

    #slide ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: -webkit-box;
        display: flex;
    }

        #slide ul li {
            margin: 0 40px 0 0;
            opacity: 0.8;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

            #slide ul li:hover {
                opacity: 0.9;
            }

            #slide ul li.active {
                opacity: 1;
            }

                #slide ul li.active a {
                    font-weight: 600;
                }

            #slide ul li:last-child {
                margin-right: 0;
            }

            #slide ul li a {
                text-decoration: none !important;
                color: #1d8acb;
                display: block;
                font-weight: 500;
                letter-spacing: 0.5px;
                font-size: 13px;
            }

.bigger {
    padding: 3px;
    margin: -3px;
}

.search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 40px;
    background: white;
    border-radius: 4px;
}

    .search > * {
        border: none;
        outline: none;
    }

.search__input {
    padding: 0 15px;
    height: 100%;
    width: calc(100% - 120px);
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: .5px;
}
#txtSearchTextMsbState.invalidField
{
    border-color: #C52B9E !important;
}

    .search__input:not(:placeholder-shown) + .search__button {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    .search__input:placeholder-shown + .search__button {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }


.search__button {
    letter-spacing: .5px;
    background: #333;
    color: #fff;
    padding: 2px;
    background: #5f83c3;
    font-size: 14px;
    cursor: pointer;
    width: 110px;
    border-radius: 3px;
    height: calc(100% - 8px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    right: 4.5px;
    top: 4.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
}

    .search__button:hover {
        -webkit-box-shadow: 0 4px 6px -1px rgb(220 232 240), 0 2px 4px -1px rgb(225 230 235);
        box-shadow: 0 4px 6px -1px rgb(220 232 240), 0 2px 4px -1px rgb(225 230 235);
        background-color: #799bd9;
        cursor: pointer;
    }

    .search__button:disabled {
        cursor: auto;
    }

.search:focus-within {
    box-shadow: 0 4px 6px -1px rgb(220 232 240), 0 2px 4px -1px rgb(225 230 235);
}

/* icons*/
.gg-attachment {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid;
    border-top: 0;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    transform: scale(var(--ggs,.9));
    margin-top: 12px;
    color: #697077;
}

    .gg-attachment::after,
    .gg-attachment::before {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        border-radius: 3px;
        border: 2px solid;
    }

    .gg-attachment::after {
        border-bottom: 0;
        border-top-left-radius: 100px;
        border-top-right-radius: 100px;
        right: -2px;
        width: 10px;
        height: 14px;
        bottom: 8px;
    }

    .gg-attachment::before {
        width: 6px;
        height: 12px;
        border-top: 0;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 100px;
        left: 2px;
        bottom: 4px;
    }


.gg-search {
    margin-left: 5px;
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 11px;
    height: 11px;
    border: 2px solid;
    border-radius: 100%;
    margin-left: 6px;
    margin-top: -2px;
}

    .gg-search::after {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        border-radius: 3px;
        width: 2px;
        height: 5px;
        background: currentColor;
        transform: rotate(-45deg);
        top: 6px;
        left: 7px;
    }

.gg-close {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 20px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 40px;
}

    .gg-close::after,
    .gg-close::before {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 14px;
        height: 2px;
        background: currentColor;
        transform: rotate(45deg);
        border-radius: 5px;
        top: 8px;
        left: 1px
    }

    .gg-close::after {
        transform: rotate(-45deg)
    }

.modal-open .modal {
    background: rgb(33 43 54 / 71%);
    z-index: 1500;
}

.empty_space {
    width:100%;
    opacity: 0;
}

.modal {
    top: 0px !important;
}

.rightSide {
    display: flex;
    align-items: baseline;
}

.modal-body {
    padding: 5px 10px 5px 5px;
}

.modal-body select {
    width: 250px;
    border-radius: 2.5px;
    padding: 8px;
    border: 1px solid #cad2dd;
    box-shadow: inset -1px 1px 4px 0 rgb(126 139 149 / 23%);
    font-size: 13px;
}

#fidueDiligenceSection .ag-theme-balham .ag-cell {
    border: 1px solid transparent;
    line-height: 22px;
    padding-left: 11px;
    padding-right: 11px;
    margin-bottom: 5px;
}

.small {
    width: 15% !important;
}

.indentLeft {
    margin-right: 105px;
}

.modal-footer {
    display: flex;
    align-items: baseline;
    padding: 12px 0px 4px 0px;
    border-top: 0px solid #e5e5e5;
    justify-content: space-between;
}

.modal-small {
    width: 450px !important;
}

#enterCaseTypePopup .modal-footer {
    justify-content: flex-end;
}

#enterCaseTypePopup .processBtns button:nth-child(2) {
    margin: 0px 10px;
}

#enterCaseTypePopup .table {
    table-layout: fixed;
}

#enterCaseTypePopup .table td {
    word-wrap: break-word;
}

#clientSelModal .modal-footer {
    justify-content: flex-end;
}

#clientSelModal .form-control {
    width: 100%;
}

#clientSelModal button:nth-child(2) {
    margin: 0px 0px 0px 10px;
}

#clientSelModal .modal-header {
    padding: 5px 5px 5px 0px;
}

.new_client_wrapper {
    margin-top: 15px;
    padding-left: 1px;
}

.form-group {
    margin-bottom: 15px;
}

#editDuediligenceDataPopup label {
    font-size: 13px;
    margin-left: 5px;
    margin-bottom: 0px;
}

#frmaddDuediligenceData .footerAlign label {
    margin-left: 5px;
    font-size: 13px;
}

#editDuediligenceDataPopup input.ng-dirty.ng-invalid, input.ng-invalid.ng-touched {
    border: 2px solid #F87171;
    border-radius: 4px;
}

#editDuediligenceDataPopup select.ng-dirty.ng-invalid, select.ng-invalid.ng-touched {
    border: 2px solid #F87171;
    border-radius: 4px;
}

#addDuediligenceDataPopup input.ng-dirty.ng-invalid, input.ng-invalid.ng-touched {
    border: 2px solid #F87171;
    border-radius: 4px;
}

#addDuediligenceDataPopup select.ng-dirty.ng-invalid, select.ng-invalid.ng-touched {
    border: 2px solid #F87171;
    border-radius: 4px;
}

#frmSearchCases input.ng-dirty.ng-invalid, input.ng-invalid.ng-touched {
    box-shadow: 0 0px 0px transparent;
}
.licenseGridViews span.bluetxt:hover
{
    cursor: default !important;
    text-decoration: none !important;
    color: #23527c;
}

.licenseGridViews span.bluetxt 
{
    text-decoration: none !important;
    color: #23527c;
}

#addEditLicenseModal label, #locationAddressModal label
{
    padding: 5px;
}
#addEditLicenseModa a.select2-choice, #locationAddressModal a.select2-choice
{
    border: 1px solid #dddddd !important;
}
#addEditLicenseModal ul.invalidField, #locationAddressModal ul.invalidField
{
    background: rgba(197, 43, 158, 0.05) !important;
    border: 1px solid #C52B9E !important;
    box-shadow: 0 0 4px 0 #C52B9E !important;
    border-radius: 3px;
}
#addEditLicenseModal .search:focus-within, #locationAddressModal .search:focus-within
{
    box-shadow: none;
}

#addEditLicenseModal .modal-body select, #locationAddressModal .modal-body select
{
    padding: 4px;
}
#addEditLicenseModal .form-control, #locationAddressModal .form-control
{
    width: 100%;
}
    #addEditLicenseModal .requiredStar, #locationAddressModal .requiredStar
    {
        color: red;
    }
.auth_modal
{
    display: flex;
    width: 100%;
}

.errorOutline {
    border: 3px solid #F87171 !important;
}

#frmmultiaddVendorManagementData select.ng-invalid.ng-dirty {
    border: 2px solid #F87171;
}

/*select:invalid {
    height: 0px !important;
    opacity: 0 !important;
    position: absolute !important;
    display: flex !important;
}*/

    select:invalid[multiple] {
        margin-top: 15px !important;
    }


.error-message {
    color: #fb5353;
    font-size: 14px;
    display: block;
    letter-spacing: .2px;
    margin-top: 5px;
    font-weight: bold;
    animation: fadein .3s;
    -moz-animation: fadein .3s;
    -webkit-animation: fadein .3s;
    -o-animation: fadein .3s;
}

#dueDiligenceSection .add {
    float: right;
    font-size: 13px;
    padding: 6px 24px;
    font-family: OpenSans-Semibold, 'Segoe UI Semibold';
}

.vm_icon {
    width: 18px;
    padding-bottom:2px;
}


.m-spacer {
    width: 210px;
    opacity: 0;
}

.indentRight {
    margin-left: 20px;
}

.indentFirst {
    margin-left: 20px !important;
}

.bumpRight {
    margin-left: 45px;
}

.item-cat-text {
    font-size: 13px;
    margin-left: 32px;
    color: #99A1AC;
}

hr {
    margin: 5px 0px;
}

.ddModal-line {

}

.modal-content
{
    border-radius: 4px;
    overflow: hidden;
    padding: 20px 25px;
    font-family: OpenSans-Semibold, 'Segoe UI Semibold';
}

.modal-input {
    border: 1px solid #BFBFBF;
    box-shadow: inset -1px 1px 4px 0 rgb(126 139 149 / 23%);
    border-radius: 2px;
    font-size: 13px;
    padding: 5px;
    width: 250px;
}

.multiple-input {
    display: flex;
    justify-content: flex-start;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background-color: #799ede !important;
    border-radius: 3px !important;
}

.chosen-container-multi .chosen-choices {
    box-shadow: inset -1px 1px 4px 0 rgb(126 139 149 / 23%);
}

#riskTable .chosen-container.chosen-container-single, .chosen-container.chosen-container-multi.chosen-with-drop, .chosen-container.chosen-container-multi {
    margin-bottom: 0px;
}

#riskTable {
    border-collapse: collapse;
    width: 100%;
}

    #riskTable td, #riskTable th {
        border: 2px solid black;
        padding: 8px;
        font-size: 13px;
    }


    #riskTable th {
        padding-top: 6px;
        padding-bottom: 6px;
        text-align: left;
        background-color: #f4f4f4;
        color: black;
        font-size: 13px;
    }

.table_wrapper {
    width: 90%;
    border: 0px solid transparent !important;
    padding: 6px 0px 0px 0px;
}


.modal-line {
    position: relative;
    width: 116%;
    right: 37px;
    border-top: 1px solid #e8e3e3b0;
}

#idPanel {
    margin: 15px;
}

.bumpLeft {
    margin-right: 37px;
}

.modal_text {
    margin-top: 0px;
    margin-left: 10px;
    color: #99A1AC;
    width: 100%;
}

.modal_title {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 13px;
}

.helps {
    border: 1px solid #BFBFBF;
    box-shadow: inset -1px 1px 4px 0 rgb(126 139 149 / 23%);
    border-radius: 2px;
    font-size: 13px;
    padding: 5px;
}

.modal-header h4 {
    color: #99A1AC;
}

.modal-header {
    margin-bottom: 0px;
    padding: 5px;
    border-bottom: 0px solid black;
}

.fa-chevron-down {
    margin-left: 2px;
    color: #99A1AC;
}

.invalid-cell{
    border-color: red;
}
.valid-row {
    background-color: green;
    color: white;
}
.full
{
    width: 97.7% !important;
}

.lockMonthly {
    position: relative;
    bottom: -1px;
    margin-right: 5px !important;
}

.lockText {
    font-size: 13px;
}

.modal-form {
    padding: 6px 4px;
    border: 1px solid #bdc3c7;
    border-radius: 2.5px;
    font-size: 13px;
    box-shadow: inset -1px 1px 4px 0 rgb(126 139 149 / 23%);
    margin-left: 20px;
    width: 250px;
}

.bar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.deactivate_dd {
    width: 15px;
    margin-left: 7.5px;
    margin-bottom: 1.5px;
}

.deactivate_dd_modal {
    padding: 4px 0px 4px 0px;
    display: flex;
    justify-content: flex-end;
}

.modal_small {
    width: 600px !important;
}
.relPartySyncSpan span {
    padding-top: 3px;
    padding-right: 6px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.relPartySyncSpan span label.title
{
    height: 7px;
}

.relPartySyncSpan span select
{
    width: 98%;
    height: 30px;
    padding-top: 5px;
}
.relPartyRowLeft
{
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr 1fr;
    align-items: center;
}
.relPartyRowRight {
    display: grid; 
    grid-template-columns: 1.5fr 1fr 1.2fr 1fr 0.8fr 0.6fr; 
    align-items: center;
}
.relPartySyncSpan span input[type=checkbox]
{
    height: 20px;
}

.relPartySyncSpan span input[type=text]
{
    border: 1px solid #cad2dd;
    box-shadow: inset -1px 1px 4px 0 rgb(126 139 149 / 23%);
    width: 97%;
    margin: 0;
}
.align-center {
    align-items: center;
}


#engageRelatedPartyModal label.details
{
    font-weight: normal;
}

#frmremoveDuediligence p
{
    font-size: 15px;
}

#frmremoveDuediligence form-group:last-child {
    margin-bottom: 0px;
}

.pageHeaderMenu {
    position: relative;
    z-index:99;
}

.modal {
    z-index:9999;
}

.btn {
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}

.modal_dd {
    color: #fff !important;
    background-color: #43639C;
    font-size: 12px;
    border-radius: 3px;
    transition: all .3s;
    padding: 4px 12px;
    outline: none;
    border: 0px solid black;
}

.modal_dd_ghost {
    background-color: transparent;
    color: #99A1AC !important;
    font-size: 13px;
    border: 0px solid red;
    outline:none;
    transition: all .3s;
}

.calendar-input {
    margin-left: 20px !important;
    width: 250px !important;
}

.cd-spacer {
    width: 160px;
}

input[type=checkbox], input[type=radio] {
    margin: 0px;
}

.footerAlign {
    display: flex;
    align-items: baseline;
}

    .footerAlign label {
        bottom: 2px;
        position: relative;
        padding-bottom: 0px;
    }

.pushRight {
    margin-left: 5px;
}

.pushLeft {
    margin-left: 10px !important;
}

.grey {
    background-color: #a5adb8;
    border-color: #a5adb8;
}

    .grey:hover {
        background-color: #818a97 !important;
        border-color: #a5adb8 !important;
    }

.modal_dd:hover {
    color: #fff;
    background-color: #7199e0;
    border-color: #7199e0;
    box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
}

.modal_dd:active {
    color: #fff;
    background-color: #7199e0;
    border-color: #7199e0;
    box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
}
/*
 * Widget Bar
 *
 *
**/
.shimmer {
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%) !important;
    background-repeat: no-repeat !important;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.result_wrapper {
    line-height: 1;
    display: flex;
    justify-content: space-between;
    width: inherit;
    opacity: 0;
}

.lv_widget-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.lv_widget--stack {
    padding: 4px;
    border-radius: 4px;
    background: white;
    box-shadow: inset 0 0 0 1px #E1E6F9, 0 4px 8px rgba(0, 17, 119, 0.025), 0 8px 20px rgba(0, 17, 119, 0.025);
    display: inline-flex;
}

.lv_widget {
    display: inline-flex;
    padding: 2px 8px;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
    min-width: 140px;
    opacity: 0;
}

    .lv_widget.lv_widget__active span {
        transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
        color: #5f83c3;
    }

    .lv_widget.lv_widget__active.lv_widget {
        background: #f2f4f8;
    }

    .lv_widget:hover {
        background: #f2f4f8;
        cursor: pointer;
    }

    .lv_widget + .lv_widget {
        margin-left: 2px;
    }

.lv_widget--txt > * {
    margin: 0;
    color: #697077;
    line-height: 1;
    font-size: 10px;
}

.lv_widget h2 {
    color: #697077;
    padding-bottom: 2px;
}

.lv_widget span {
    font-size: 32px;
    color: #4d5358;
    line-height: 1;
    padding-left: 16px;
    transition: color .3s ease-in-out;
}


#nav-helper nav {
    position: relative;
    padding-bottom: 6px;
}

    #nav-helper nav .line {
        height: 2px;
        position: absolute;
        bottom: 0;
        margin: 10px 0 0 0;
        background: #1d8acb;
    }

    #nav-helper nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: -webkit-box;
        display: flex;
    }

        #nav-helper nav ul li {
            margin: 0 40px 0 0;
            opacity: 0.7;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            #nav-helper nav ul li:hover {
                opacity: 0.7;
            }

            #nav-helper nav ul li.active {
                opacity: 1;
            }

            #nav-helper nav ul li:last-child {
                margin-right: 0;
            }

            #nav-helper nav ul li a {
                text-decoration: none;
                color: #1d8acb;
                display: block;
                font-weight: 600;
                letter-spacing: 0.7px;
                font-size: 13px;
            }



/*
 * Search Bar
 *
 *
**/
.lv_search-bar {
    width: 100%;
    padding: 0;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    color: #2f3135;
}

.lv_search--wrapper {
    flex-grow: 1;
}

    .lv_search--wrapper span {
        display: none;
    }

.lv_search--input,
.lv_search--filter {
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding: 8px;
    line-height: 1;
    color: grey;
    background: white;
    border: 1px solid transparent;
    border-color: #dfdfe0;
    border-radius: 4px;
}

.lv_search--input {
    width: 100%;
}

.lv_search--filter {
    flex: 0 0 250px;
}

.form-control-feedback {
    top: 8px;
    right: 8px;
    font-size: 20px !important;
    color: #c1c8d6;
}

.form-control {
    width: 95.7%;
}

form {
    width: 100%;
}

.form-small {
    width: 14%;
}


/*
 * AG Grid status badge
**/

.rag-red {
    background-color: #ff8389;
}

.rag-green {
    background-color: #a7f0ba;
    border-radius: 5px;
    text-align: center;
    margin-left: 25px;
    border: 1px solid #42be65 !important;
    width: auto !important;
}

.rag-amber {
    background-color: #ff8389;
    border-radius: 5px;
    text-align: center;
    width: auto !important;
    margin-left: 25px;
    border: 1px solid #fa4d56 !important;
}

.rag-red-outer .rag-element {
    background-color: lightcoral;
}

.rag-green-outer .rag-element {
    background-color: lightgreen;
}

.rag-amber-outer .rag-element {
    background-color: lightsalmon;
}

.warning-text {
    color: red;
}
/*
 * Loader before Grid data arrives
**/
.dot-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-animation: ripple 2s ease-out 0.7s infinite;
    animation: ripple 2s ease-out 0.7s infinite;
}

.dot-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-animation: ripple 2s ease-out 1.4s infinite;
    animation: ripple 2s ease-out 1.4s infinite;
}

.dot-3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-animation: ripple 2s ease-out 2.1s infinite;
    animation: ripple 2s ease-out 2.1s infinite;
}

@-webkit-keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1);
        background: #a2a9b0;
    }
}

@keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1);
        background: #a2a9b0;
    }
}

.ghost {
    opacity:0;
}

.dropdown .dropdown-menu {
    -webkit-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    -moz-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    -ms-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    -o-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.dropdown.open .dropdown-menu {
    -webkit-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
    -moz-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
    -ms-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
    -o-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
    transition: max-height 0.3s, opacity 0.2s, visibility 0s;
    max-height: 190px;
    opacity: 1;
    visibility: visible;
    z-index: 99999;
}

.nu_drop {
    height: 42px;
    border-radius: 100%;
    border: 0px solid white;
    background: #EAEAEA;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    padding: 1px 6px;
    margin-left: 10px;
    transition: .3s all;
}

    .nu_drop:hover {
        background: #F4F6F8;
        box-shadow: 0 0px 0px rgb(0 0 0 / 16%), 0 0px 0px rgb(0 0 0 / 23%);
    }

.ghost_drop {
    box-shadow: 0 0px 0px rgb(0 0 0 / 16%), 0 0px 0px rgb(0 0 0 / 23%);
    background: transparent;
}

/*
 * List View Dropdown
**/

.dropdown {
    position: relative;
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
}

    .dropdown select {
        display: none;
    }

    .dropdown > span {
        cursor: pointer;
        padding: 9px 16px;
        border-radius: 3px;
        display: block;
        position: relative;
        color: #3F4656;
        border: 1px solid #ddd;
        background: #fff;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

        .dropdown > span:before, .dropdown > span:after {
            content: '';
            display: block;
            position: absolute;
            width: 8px;
            height: 2px;
            border-radius: 1px;
            top: 50%;
            right: 15px;
            background: #6C7486;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

        .dropdown > span:before {
            margin-right: 4px;
            -webkit-transform: scale(0.96, 0.8) rotate(50deg);
            transform: scale(0.96, 0.8) rotate(50deg);
        }

        .dropdown > span:after {
            -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
            transform: scale(0.96, 0.8) rotate(-50deg);
        }

    .dropdown ul {
        margin: 0;
        padding: 0;
        list-style: none;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        max-height: calc(9 * 42px);
        top: 22px;
        left: -76px;
        font-size: 14px;
        z-index: 1;
        right: 0;
        background: #fff;
        border-radius: 3px;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
        transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
        transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
        transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
        -webkit-transform: scale(0.8) translate(0, 4px);
        transform: scale(0.8) translate(0, 4px);
        border: 1px solid #E4ECFA;
    }

        .dropdown ul li {
            opacity: 0;
            -webkit-transform: translate(6px, 0);
            transform: translate(6px, 0);
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            width: 100%;
            margin-left: 0px;
        }

            .dropdown ul li a {
                font-family: OpenSans-Regular, 'Segoe UI';
                cursor: pointer;
                display: block;
                padding: 10px 16px;
                color: #99A3BA;
                text-decoration: none;
                outline: none;
                position: relative;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                font-size: 16px
            }

                .dropdown ul li a:hover {
                    color: #6C7486;
                    background: #f2f4f8;
                }

            .dropdown ul li.active a {
                color: #6C7486;
                background: #f2f4f8;
            }

                .dropdown ul li.active a:before, .dropdown ul li.active a:after {
                    content: '';
                    display: block;
                    width: 10px;
                    height: 2px;
                    position: absolute;
                    right: 17px;
                    top: 50%;
                    opacity: 0;
                    background: #99A3BA;
                    -webkit-transition: all .2s ease;
                    transition: all .2s ease;
                }

                .dropdown ul li.active a:before {
                    -webkit-transform: rotate(45deg) scale(.6);
                    transform: rotate(45deg) scale(.6);
                }

                .dropdown ul li.active a:after {
                    -webkit-transform: rotate(-45deg) scale(.6);
                    transform: rotate(-45deg) scale(.6);
                }

                .dropdown ul li.active a:hover:before, .dropdown ul li.active a:hover:after {
                    --scale: .9;
                    opacity: 1;
                }

            .dropdown ul li:first-child a {
                border-radius: 6px 6px 0 0;
            }

            .dropdown ul li:last-child a {
                border-radius: 0 0 6px 6px;
            }

    .dropdown.filled > span {
        color: #99A3BA;
    }

    .dropdown.open > span {
        box-shadow: 0 4px 6px -1px rgb(220 232 240), 0 2px 4px -1px rgb(225 230 235);
    }

        .dropdown.open > span:before, .dropdown.open > span:after {
            background: #6C7486;
        }

        .dropdown.open > span:before {
            -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
            transform: scale(0.96, 0.8) rotate(-50deg);
        }

        .dropdown.open > span:after {
            -webkit-transform: scale(1,1) rotate(50deg);
            transform: scale(1, 1) rotate(50deg);
        }

    .dropdown.open ul {
        box-shadow: 0 4px 6px -1px rgb(220 232 240), 0 2px 4px -1px rgb(225 230 235);
        opacity: 1;
        visibility: visible;
        /*-webkit-transform: scale(1) translate(0, 12px);
        transform: scale(1) translate(0, 12px);*/
        -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
        transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
        transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
        transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    }

        .dropdown.open ul li {
            opacity: 1;
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }

            .dropdown.open ul li:nth-child(1) {
                -webkit-transition-delay: 80ms;
                transition-delay: 80ms;
            }

            .dropdown.open ul li:nth-child(2) {
                -webkit-transition-delay: 160ms;
                transition-delay: 160ms;
            }

            .dropdown.open ul li:nth-child(3) {
                -webkit-transition-delay: 240ms;
                transition-delay: 240ms;
            }

            .dropdown.open ul li:nth-child(4) {
                -webkit-transition-delay: 320ms;
                transition-delay: 320ms;
            }

            .dropdown.open ul li:nth-child(5) {
                -webkit-transition-delay: 400ms;
                transition-delay: 400ms;
            }

            .dropdown.open ul li:nth-child(6) {
                -webkit-transition-delay: 480ms;
                transition-delay: 480ms;
            }

            .dropdown.open ul li:nth-child(7) {
                -webkit-transition-delay: 560ms;
                transition-delay: 560ms;
            }

            .dropdown.open ul li:nth-child(8) {
                -webkit-transition-delay: 640ms;
                transition-delay: 640ms;
            }

            .dropdown.open ul li:nth-child(9) {
                -webkit-transition-delay: 720ms;
                transition-delay: 720ms;
            }

            .dropdown.open ul li:nth-child(10) {
                -webkit-transition-delay: 800ms;
                transition-delay: 800ms;
            }


select.dropdown {
    padding: 9px 16px;
    border-radius: 6px;
    color: #3F4656;
    border: 1px solid #2F3545;
    background: #151924;
    line-height: 22px;
    font-size: 14px;
    font-family: inherit;
    -webkit-appearance: none;
}


/*
 * Action Button / 3 dots button
**/



#caseProfileView .more {
    background: #EAEAEA;
    height: 41px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 3px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    margin-left: 20px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
}

#caseProfileView .more:hover {
    background: #efeeee;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

#caseProfileView .more:hover .more-dot  {
    background: #89aeefcf;
}

#caseProfileView .more-menu {
    top: 51px;
}



#caseProfileView .more-dot {
    background-color: #5f83c3;
}

.more-menu {
    width: 170px;
}

.more-btn {
    margin-top: 3px;
}

.engageText
{
    color: #B5734E;
}
.dataSyncTable tr:first-child {
    border-top: 1px solid #ddd;
}
.dataSyncTable {
    margin-top: 5px;
}


.more-btn,
.more-menu-btn
{
    background: none;
    border: 0 none;
    line-height: normal;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
    text-align: left;
    outline: none;
    cursor: pointer;
}

.more-dot {
    background-color: #aab8c2;
    margin: 0 auto;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 1px;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.more-menu-helper {
    top: 86px !important;
    right: 1px !important;
}

.more-menu {
    position: absolute;
    top: 60px;
    z-index: 99999;
    right: 0px;
    padding: 0px;
    margin-top: 9px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 4px 16px 0 rgba(22, 42, 90, 0.12);
    opacity: 0;
    transform: translate(0, 15px) scale(.95);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    pointer-events: none;
}

.more-menu-caret {
    position: absolute;
    top: -10px;
    left: 12px;
    width: 18px;
    height: 10px;
    float: left;
    overflow: hidden;
}

.more-menu-caret-outer,
.more-menu-caret-inner {
    position: absolute;
    display: inline-block;
    margin-left: -1px;
    font-size: 0;
    line-height: 1;
}

.more-menu-caret-outer {
    border-bottom: 10px solid #c1d0da;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: auto;
    left: 0;
    top: 0;
    width: auto;
}

.more-menu-caret-inner {
    top: 1px;
    left: 1px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}

.more-menu-items {
    margin: 0;
    list-style: none;
    padding: 0;
}

.more-menu-item {
    transition: all .3s ease;
    display: block;
}

.more-menu-btn {
    min-width: 100%;
    color: #99A3BA;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: .5px;
    padding: 10px 15px;
    position: relative;
    white-space: nowrap;
}

.more-menu-item:hover {
    background-color: #f2f4f8;
}

    .more-menu-item:hover .more-menu-btn {
        color: #6C7486;
    }

.more-btn:hover .more-dot,
.show-more-menu .more-dot {
    background-color: #5f83c3;
}

.show-more-menu .more-menu {
    opacity: 1;
    transform: translate(0, 0) scale(1);
    pointer-events: auto;
}

/*
 * Result Bar
**/

.lv_result-bar {
    width: 100%;
    background: #e8eaec;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    color: #5f83c3;
}

.lv_result-bar--count {
    border: none;
    border-radius: 4px;
    padding: 2px;
    cursor: pointer;
    background-color: #a5abb3;
    background-color: #f5f7f7;
}

.lv_result-bar--pages {
    display: inline-block;
    padding: 0 4px;
}



.lv_icon-btn__more > span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #2D4062;
    margin-left: 2px;
}

.lv_icon-btn__more span:first-child {
    margin-left: 0;
}

.lv_icon-btn {
    border: 0px;
    outline: none;
    background-color: inherit;
    border-radius: 100%;
    padding: 2px;
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
}

    .lv_icon-btn:hover {
        background: #fff;
        transform: scale(1.1);
    }

    .lv_icon-btn:active {
        transform: scale(.9);
    }

    .lv_icon-btn:disabled {
        background: transparent;
        transform: scale(1);
    }



/*
 * Pagination Icons 
**/

.lv_icon__push-chevron-right,
.lv_icon__push-chevron-left,
.lv_icon__chevron-left,
.lv_icon__chevron-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px
}

    .lv_icon__push-chevron-right::after,
    .lv_icon__push-chevron-right::before,
    .lv_icon__push-chevron-left::after,
    .lv_icon__push-chevron-left::before {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 2px;
        height: 14px;
        top: 2px;
    }

    .lv_icon__push-chevron-right::after,
    .lv_icon__push-chevron-right::before {
        border-right: 2px solid;
        right: 0
    }

    .lv_icon__push-chevron-left::after,
    .lv_icon__push-chevron-left::before {
        border-left: 2px solid;
        left: 0
    }

    .lv_icon__push-chevron-right::after,
    .lv_icon__push-chevron-left::after {
        width: 10px;
        height: 10px;
        border-bottom: 2px solid;
        top: 4px
    }

    .lv_icon__push-chevron-right::after {
        transform: rotate(-45deg);
        right: 6px;
    }

    .lv_icon__push-chevron-left::after {
        transform: rotate(45deg);
        left: 6px;
    }


    .lv_icon__chevron-left::after,
    .lv_icon__chevron-right::after {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid;
        top: 4px
    }

    .lv_icon__chevron-right::after {
        border-right: 2px solid;
        transform: rotate(-45deg);
        right: 6px;
    }

    .lv_icon__chevron-left::after {
        border-left: 2px solid;
        transform: rotate(45deg);
        left: 6px;
    }

.lv_icon__more-alt {
    transform: scale(0.9);
    transition: .3s ease;
}

    .lv_icon__more-alt:hover {
        transform: scale(1.1);
        color: #5f83c3;
    }

    .lv_icon__more-alt,
    .lv_icon__more-alt::after,
    .lv_icon__more-alt::before {
        box-sizing: border-box;
        position: relative;
        display: block;
        width: 4px;
        height: 4px;
        background: currentColor;
        border-radius: 100%
    }

        .lv_icon__more-alt::after,
        .lv_icon__more-alt::before {
            content: "";
            position: absolute;
            top: 0
        }

        .lv_icon__more-alt::after {
            left: -6px
        }

        .lv_icon__more-alt::before {
            right: -6px
        }

@media (min-width: 768px) {
    .modal-dialog {
        width: 800px;
    }
}
