@charset "UTF-8";
/* CSS Document */

:root {
  --verify-beta-color: #a52a2a;
}

body, html {
    height:100%;
    min-height: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #444;
}
.clockframe {
    padding-top: 50px;
    padding-left: 30px;
    color: #CDCDCD !important;
    display: inline-block;
    width: auto;
    text-align: center;
}
.clockframe h6 {
    font-size: 10px !important;
}
#welcome_timestamp {
    display: inline-block;
}
.pt7 {
    padding-top: 7px;
}
.mt0 {
    margin-top: 0px;
}
.mb0 {
    margin-bottom: 0px;
}
.mt10 {
    margin-top: 10px;
}
.mb10 {
    margin-bottom: 10px;
}
.mr10 {
    margin-right: 10px;
}
.ml10 {
    margin-left: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mb20 {
    margin-bottom: 20px;
}
.mr20 {
    margin-right: 20px;
}
.ml20 {
    margin-left: 20px;
}
.pl30 {
    padding-left: 30px !important;
}
.pl50 {
    padding-left: 50px !important;
}
.pl70 {
    padding-left: 70px !important;
}
.pl90 {
    padding-left: 90px !important;
}
.max120 {
    max-width: 120px !important;
}
.max300 {
    max-width: 300px !important;
    display: inline-block;
}
.mt80 {
    margin-top: 80px;
}
.floatr {
    float: right !important;
}
.floatl {
    float: left !important;
}
.nodisp {
    display: none !important;
}
.modal-footer {
    text-align: unset !important;
}

.modal-text-bullet {
    margin: 0;
    padding: 0;
    /*line-height: 1.42857143;*/
    font-size: 12px;
    text-align: left;
    list-style-type: disc;
    font-weight: 400;
}
.nounderline {
    text-decoration: none !important;
}
h3 {
    text-decoration: underline;
}

h4 {
    margin-bottom: 20px;
    font-size: 16px;
}
.table450 {
    height: 450px;
    overflow-y: scroll;
}
th {
    font-weight: 400;
    font-size: 14px;
}

td {
    font-weight: 300;
    /*font-size: 14px;*/
    /* reduced size - 7Mar18 @CR */
    font-size: 12px;
}
.pag-btn {
    padding: 10px 12px;
    color: #fff;
    border-radius: 5px;
    background-color: #5b9bd5;
    border: 1px solid #41719c;
}
.pag-btn:hover {
    color: #fff;
    cursor: pointer;
}
select.pag-btn.sel-pag-btn {
    height: 39px;
    font-weight: 500;
    margin: 0 80px;
}
.ns_flex {
    display: flex;
    align-items: center;
}

.ns_no-hover:hover {
    background-color: inherit !important;
}

.ns_no-border-top td {
    border-top: none !important;
}

.ns_margin-bottom {
    margin-bottom: 20px !important;
}

.ns_no-margin-bottom {
    margin-bottom: 0 !important;
}

.ns_no-padding-bottom {
    padding-bottom: 0 !important;
}

.ns_no-padding-left {
    padding-left: 0 !important;
}
.ns_no-padding-right {
    padding-right: 0 !important;
}
nav.navbar.navbar-default {
    background-image: none !important;
    background-color: #a52a2a;
    border: none !important;
    border-radius: 0px !important;
}

.navbar.navbar-default.navbar-fixed-top {
    left: 15%;
}

.navbar-brand img {
    padding: 7px 10px 10px 25px;
    max-width: 100%;
    width: 200px;
}

.navbar-default .navbar-nav li a {
    color: #fff !important;
    text-shadow: none !important;
    display: inline-block;
}

.navbar-nav > li > a {
    padding-bottom: 24px !important;
    padding-top: 24px !important;
}

.navbar-default .navbar-nav li:hover {
    background-color: #db7575 !important;
    background-image: none !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #db7575 !important;
    background-image: none !important;
}

.navbar-default .navbar-nav a:hover, .navbar-default .navbar-nav a:focus {
    background: #db7575 !important;
}

.navbar-default .navbar-nav .dropdown-menu {
    background-color: #a52a2a !important;
    border: none !important;
    border-radius: 0px 0px 5px 5px;
}

.navbar-default .navbar-nav .fa {
    color: #fff !important;
}

.dropdown-menu li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-submenu a {
    background-color: transparent !important;
}

.dropdown-menu .fa {
    padding-right: 10px;
}

/* -------------------- SUBMENU CSS -------------------- */
.dropdown-submenu > a::after {
  content: "";
  float: right;
  margin-right: -10px;
}
@media (min-width: 1023px) {
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100% !important;
    margin-top: -6px;
    border-top-left-radius: 0;
    min-width: 230px !important;
    border-radius: 0px 5px 5px 5px !important;
  }
  .dropup .dropdown-submenu .dropdown-menu,
  .navbar-fixed-bottom .dropdown-submenu .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -6px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 0;
  }
  .dropdown-menu-right .dropdown-submenu .dropdown-menu {
    left: auto;
    right: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .dropup .dropdown-menu-right .dropdown-submenu .dropdown-menu,
  .navbar-fixed-bottom .dropdown-menu-right .dropdown-submenu .dropdown-menu {
    border-radius: 4px 4px 0;
  }
  .dropdown-submenu > a::after {
    margin-top: 6px;
    border-left: 4px dashed;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  .dropdown-menu-right .dropdown-submenu > a::after {
    float: left;
    border-left: none;
    margin-left: -10px;
    margin-right: 0;
    border-right: 4px dashed;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
}
@media (max-width: 1022px) {
  .dropdown-submenu .dropdown-menu {
    position: static;
    margin-top: 0;
    border: 0;
    box-shadow: none;
  }
  .dropdown-submenu > a::after {
    margin-top: 8px;
    border-top: 4px dashed;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    margin-left: 7px;
  }
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a {
    padding-left: 30px;
  }
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 40px;
  }
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 50px;
  }
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 60px;
  }
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a {
    padding-left: 35px;
  }
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 45px;
  }
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 55px;
  }
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 65px;
  }
}

/*-------------------- LOGIN PAGE --------------------*/

.ns_login {
    width: 100%;
    height: 100%;
    background-color: #a52a2a;
}
.ns_login-box {
    position: absolute;
    width: 360px;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -25%);
    padding: 20px 40px 40px;
    border: 1px solid #db7575;
    border-radius: 20px;
}
.ns_login .ns_login-box label {
    color: rgba(255,255,255,0.75) !important;
}
.ns_forget_password {
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #a52a2a;
}
.ns_forget_password .ns_login-box label {
    color: #a52a2a !important;
}
.ns_forget_password .ns_logo {
    margin: 0 auto 10px;
}
.ns_logo {
    display: block;
    margin: 0 auto 40px;
    max-width: 75%;
}
.ns_forget_password .ns_username, .ns_forget_password .ns_email {
    background-color: transparent;
    border: 1px solid #db7575;
    width: 100%;
    color: #a52a2a;
    padding: 10px;
    font-size: 14px;
    box-sizing: border-box;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 4px;
}
.ns_login .ns_username, .ns_login .ns_password {
    background-color: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.6);
    border-top: none;
    border-right: none;
    border-left: none;
    width: 100%;
    color: #fff;
    padding: 10px 10px 10px 40px;
    font-size: 14px;
    box-sizing: border-box;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 20px;
}
.ns_username {
    background-image: url('../images/user.svg');
}
.ns_password {
    background-image: url('../images/password.svg');
}
.ns_input {
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
    border-bottom: 1px solid rgba(255,255,255,0.75);
    box-shadow: none !important;
}
.ns_input:focus {
    border-bottom: 1px solid #db7575;
}
.ns_floating-label {
    position: absolute;
    pointer-events: none;
    left: 32px;
    top: 8px;
    transition: 0.2s ease all;
}
input:focus ~ .ns_floating-label,
/*input:not(:focus):valid ~ .ns_floating-label,*/
input:not(:focus) ~ .ns_floating-label {
    top: -10px;
    left: 0;
    font-size: 11px;
}
.ns_forgot {
    color: #fff;
    text-decoration: underline;
    float: right;
    font-weight: 200;
    font-size: 12px;
    transition: all .3s;
}
.ns_forgot:hover {
    color: #db7575;
}
.ns_forgot_input {
    width: 80%;
    text-align: center;
    border-right: none;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid #db7575;
}
.modal-content h2 {
    font-weight: 300;
    font-size: 28px;
}
.label .fa {
    font-size: 13px !important;
}
.forgot-send {
    margin-bottom: 10px;
}
.ns_login-btn {
    width: 100%;
    border: none;
    background: #db7575;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    padding: 14px 0;
    transition: all .3s;
}
.ns_login-btn:hover {
    background: #226894;
    cursor: pointer;
}


.ns_login-box input:-webkit-autofill,
.ns_login-box input:-webkit-autofill:hover,
.ns_login-box input:-webkit-autofill:focus
.ns_login-box input:-webkit-autofill,
.ns_login-box textarea:-webkit-autofill,
.ns_login-box textarea:-webkit-autofill:hover
.ns_login-box textarea:-webkit-autofill:focus,
.ns_login-box select:-webkit-autofill,
.ns_login-box select:-webkit-autofill:hover,
.ns_login-box select:-webkit-autofill:focus {
  -webkit-text-fill-color: inherit !important;
  -webkit-box-shadow: 0 0 0px 1000px rgba(2,64,101,0.0) inset;
  transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}

.ns_login-checkbox {
    display: none;
}

.ns_login-checkbox + label {
    background: url('../images/checkbox.svg');
    background-repeat: no-repeat;
    background-position: center right;
    padding: 8px 30px 4px 0 !important;
    background-size: 24px;
    transition: all .3s;
}

.ns_login-checkbox:checked + label {
    background: url('../images/checkedbox.svg');
    background-repeat: no-repeat;
    background-position: center right;
    padding: 8px 30px 4px 0 !important;
    background-size: 24px;
    transition: all .3s;
}

/*-------------------- WHITE LOGIN --------------------*/
.ns_login_white {
    background-color: #fff !important;
}
.ns_login_white .ns_login-box {
    border-color: #024066 !important;
}
.ns_login_white .ns_username {
    background-image: url('../images/user_blue.svg') !important;
}
.ns_login_white .ns_password {
    background-image: url('../images/password_blue.svg') !important;
}
.ns_login_white .ns_username, .ns_login_white .ns_password {
    border-bottom: 1px solid #024066 !important;
    color: #024066 !important;
}
.ns_login_white .ns_login-box label {
    color: #024066 !important;
}
.ns_login_white .ns_login-box input:-webkit-autofill,
.ns_login_white .ns_login-box input:-webkit-autofill:hover,
.ns_login_white .ns_login-box input:-webkit-autofill:focus
.ns_login_white .ns_login-box input:-webkit-autofill,
.ns_login_white .ns_login-box textarea:-webkit-autofill,
.ns_login_white .ns_login-box textarea:-webkit-autofill:hover
.ns_login_white .ns_login-box textarea:-webkit-autofill:focus,
.ns_login_white .ns_login-box select:-webkit-autofill,
.ns_login_white .ns_login-box select:-webkit-autofill:hover,
.ns_login_white .ns_login-box select:-webkit-autofill:focus {
  -webkit-text-fill-color: inherit !important;
  -webkit-box-shadow: 0 0 0px 1000px rgba(2,64,101,0.0) inset;
  transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #024066 !important;
}
.ns_login_white  .ns_login-btn {
    border: 1px solid #024066;
    color: #024066;
    background: #fff;
    font-weight: 500;
    border-radius: 10px;
}

/*-------------------- MAIN --------------------*/
.ns_company-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ns_company-intro img {
    max-height: 50px;
}

.ns_dashboard h2 {
    font-size: 22px !important;
    margin-top: 20px !important;
}

.ns_lhs-link {
    list-style: none;
    padding-left: 18px;
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 42%;
}

.ns_lhs-link a {
    color: #fff;
    font-size: 19px;
    margin: 12px;
    transition: all .3s;
}

.ns_lhs-link a:hover {
    text-decoration: none;
    color: #db7575;
    cursor: pointer;
}

.ns_welcome {
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: #a52a2a;
    font-style: italic;
}

.ns_welcome img {
    margin-right: 5px;
}

.ns_sidebar {
    width: 15%;
    float: left;
    background-color: #a52a2a;
    height: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 1;
}

.ns_main-content {
    width: 85%;
    float: right;
    /*overflow-y: scroll;*/
    position: relative;
    height: 100%;
}

.ns_white-section {
    position: relative;
    padding-top: 110px;
    padding-bottom: 40px;
}

.page-header .fa {
    border: 2px solid #eee;
    padding: 8px;
    border-radius: 5px;
}

.half-size {
    width: 50%;
    float: left;
    padding-right: 10px;
}

.table th, tfoot td {
    background: #f5f5f5;
}

.ns_page-info {
    border-radius: 0px;
    /*margin-bottom: 10px; /* was 30 now 10 - 22Oct21 @CR */
    /*commented out margin-bottom - 18Mar22 *CR */
    position: relative;
    /*padding-bottom: 10px;*/
    /*commented out padding-bottom - 18Mar22 *CR */
    /*border-bottom: 1px solid #eee;*/
    /*commented out border-bottom - 22Oct21 *CR */
}

.ns_title {
    /*width: 120px;*/
    width: 240px; /* modified 23Apr17 @CR */
    display: inline-block;
}

.ns_title_auto {
    display: block;
}

.ns_description {
    font-weight: 300;
    display: inline-block;
}

.ns_download-btn {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.ns_red-text {
    color: #f00 !important;
    font-weight: 400; /* added 22Feb22 @CR */
}

/* added 22Feb18 @CR */
.ns_red-text-center {
    vertical-align: middle !important;
    color: #f00 !important;
}

.ns_green-text {
    color: #10af62 !important;
    font-weight: 400; /* added 22Feb22 @CR */
}

.ns_blue-text {
    color: #024066 !important;
    font-weight: 400; /* added 22Feb22 @CR */
}
.ns_light-blue-text {
    color: #337ab7 !important;
    font-weight: 400; /* added 22Feb22 @CR */
}
.ns_yellow-text {
    color: #ffff42 !important;
    font-weight: 400; /* added 22Feb22 @CR */
}

a.ns_red-text:hover, a .ns_red-text:hover {
    color: #f00 !important;
    -moz-text-decoration-color: #f00 !important;
    text-decoration-color: #f00 !important;
}

a.ns_green-text:hover, a .ns_green-text:hover {
    color: #10af62 !important;
    -moz-text-decoration-color: #10af62 !important;
    text-decoration-color: #10af62 !important;
}

.ns_paragraph {
    margin-bottom: 30px;
}

.post_string_headers {
    /* added 23Feb22 @CR */
    font-size: 1.4em;
    font-weight: 500;
}

.ns_download-box {
    background: #f5f5f5;
    width: 100%;
    display: inline-block;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.ns_download-box h4 {
    display: inline-block;
    margin-right: 10px;
}

.ns_top-buttons {
    position: absolute;
    /*top: 190px;*/
    top: 190px;
    right: 40px;
}

.ns_mid-buttons {
    position: absolute;
    top: 265px;
    right: 40px;
}

/* added ns_clean-button css - 17Oct21 @CR */
.ns_clean-button {
  background-color: white;
  border: 0.08em solid #d0d0d0;
  border-radius: 3px;
  color: #024065; /* verify blue */
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  font-weight: 550;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

/* added ns_help-button css - 25May22 @CR */
/* actually the oppos. of .ns_clean-button css (ie swap blue with white) */
.ns_help-button {
  background-color: #024065; /* verify blue */
  border: 0.08em solid #d0d0d0;
  border-radius: 3px;
  color: white;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  font-weight: 550;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

/* added ns_clean-button css - 17Oct21 @CR */
/* now shared with ns_help-button hover - 25May22 @CR */
.ns_clean-button:hover
.ns_help-button:hover {
    box-shadow: 0 6px 4px 0 rgba(0,0,0,0.24),0 3px 2px 0 rgba(0,0,0,0.19);
    cursor: pointer;
    text-decoration: none;
}

/*-------------------- PHONE LEAD SEARCH --------------------*/
.ns_new-radio {
    display: none;
}

.ns_new-radio + label {
    display: inline-block;
    padding: 8px 5px;
    /*font-size: 14px;*/
    font-size: 12px;
    color: #333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #eee;
    /*min-width: 110px;*/
    min-width: 80px;
    float: left;
    margin: 0;
    transition: all 0.2s;
}

.ns_new-radio:hover + label {
    background-image: none;
    outline: 0;
    background: #ddd;
    color: #444;
    border: 1px solid #ddd;
}

.ns_new-radio:checked + label {
    background-image: none;
    outline: 0;
    background-color: #a52a2a;
    color: #fff;
    border: 1px solid #a52a2a;
}

.ns_new-radio-green:checked + label {
    background-color: #10af62 !important;
    border: 1px solid #10af62 !important;
}

.ns_new-radio-red:checked + label {
    background-color: #ff0000 !important;
    border: 1px solid #ff0000 !important;
}

.ns_new-radio-orange:checked + label {
    background-color: #ffa500 !important;
    border: 1px solid #ffa500 !important;
}

.yn-green label {
    min-width: 70px !important;
}
.yn-green {
    overflow: hidden;
}

.ns_new-radio-choice {
    border-radius: 0;
    border-right: none !important;
}

.ns_new-radio-choice:nth-child(2) {
    border-radius: 5px 0 0 5px;
}

.ns_new-radio-choice:last-child {
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #ddd !important;
}
.signature .ns_new-radio-choice {
    width: 50%;
}
.ns_choices {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.ns_select-table td:first-child, .ns_select-table td:last-child {
    min-width: 218px;
    padding: 5px 0;
}

.ns_blue-border {
    border: 1px solid #a52a2a;
    border-radius: 5px;
    padding: 10px;
    /*max-height: 778px;*/
    max-height: 721px;
    overflow-y: scroll;
    scrollbar-face-color: #367CD2;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
}

.nobar::-webkit-scrollbar {
    display: none;
}

.ns_blue-border::-webkit-scrollbar {
    width: 12px;
}

/* Track */
.ns_blue-border::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.ns_blue-border::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #a52a2a;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.ns_blue-border .ns_results-table {
    border-bottom: 1px solid #a52a2a;
    padding-bottom: 20px;
}

.ns_blue-border .ns_results-table:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.ns_results-table {
    border-spacing: 5px 0;
    border-collapse: separate;
}

.ns_results-table th, .ns_results-table td {
    border-top: none !important;
    /*padding: 3px 10px !important;*/
    font-size: 14px;
    font-weight: 300;
}

.ns_results-table td:first-child {
    font-weight: 400;
}

.ns_results-table.table-striped > tbody > tr:nth-of-type(even) {
    background-color: rgba(0,112,192,0.04);
}

.ns_results-table.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(0,112,192,0.2);
}

.ns_results-table .edit_width_first_column {
    width: 150px;
}

.ns_results-table .edit_width_second_column {

}

/*-------------------- MANDATORY FIELDS --------------------*/
.ns_batch-error-msg {
    margin-top: -20px !important;
    text-align: right;
}

#list_mandatory_fields {
    right: 40px;
    width: 400px;
    padding-top: 10px;
    position: absolute;
}

.plain_text {
    font-size: 13px !important;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
    transition: all .3s;
}

/*-------------------- BUTTONS --------------------*/
.ns_green-button {
    padding: 8px 20px;
    background-color: #10af62;
    color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px #0d844b;
    box-shadow: 0 4px #0d844b;
    font-size: 14px;
    transition: all .3s;
    display: inline-block;
    border: none;
}
table .ns_green-button {
    padding: 5px 20px 6px !important;
}
.ns_green-button:hover {
    cursor: pointer;
    color: #fff;
    -webkit-box-shadow: 0 2px #0d844b;
    box-shadow: 0 2px #0d844b;
    text-decoration: none;
    -webkit-transform: translate(0,3px);
    -ms-transform: translate(0,3px);
    -o-transform: translate(0,3px);
    transform: translate(0,3px);
}

.ns_blue-button {
    padding: 8px 20px;
    background-color: #337ab7;
    color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px #a52a2a;
    box-shadow: 0 4px #a52a2a;
    font-size: 14px;
    transition: all .3s;
    display: inline-block;
    border: none;
}

.ns_blue-button:hover {
    cursor: pointer;
    color: #fff;
    -webkit-box-shadow: 0 2px #a52a2a;
    box-shadow: 0 2px #a52a2a;
    text-decoration: none;
    -webkit-transform: translate(0,3px);
    -ms-transform: translate(0,3px);
    -o-transform: translate(0,3px);
    transform: translate(0,3px);
}

.ns_purple-button {
    padding: 8px 20px;
    background-color: #7200a2;
    color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px #da81ff;
    box-shadow: 0 4px #da81ff;
    font-size: 14px;
    transition: all .3s;
    display: inline-block;
    border: none;
}

.ns_purple-button:hover {
    cursor: pointer;
    color: #fff;
    -webkit-box-shadow: 0 2px #da81ff;
    box-shadow: 0 2px #da81ff;
    text-decoration: none;
    -webkit-transform: translate(0,3px);
    -ms-transform: translate(0,3px);
    -o-transform: translate(0,3px);
    transform: translate(0,3px);
}

.ns_red-button {
    padding: 8px 20px;
    background-color: #FF1100;
    color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px #AA0800;
    box-shadow: 0 4px #AA0800;
    font-size: 14px;
    transition: all .3s;
    display: inline-block;
    border: none;
}

.ns_red-button:hover {
    cursor: pointer;
    color: #fff;
    -webkit-box-shadow: 0 2px #AA0800;
    box-shadow: 0 2px #AA0800;
    text-decoration: none;
    -webkit-transform: translate(0,3px);
    -ms-transform: translate(0,3px);
    -o-transform: translate(0,3px);
    transform: translate(0,3px);
}

.ns_blue-red-grad-button-1 {
    padding: 8px 20px;
    background-color: #325852;
    color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px #172724;
    box-shadow: 0 4px #172724;
    font-size: 14px;
    transition: all .3s;
    display: inline-block;
    border: none;
}

.ns_blue-red-grad-button-1:hover {
    cursor: pointer;
    color: #fff;
    -webkit-box-shadow: 0 2px #172724;
    box-shadow: 0 2px #172724;
    text-decoration: none;
    -webkit-transform: translate(0,3px);
    -ms-transform: translate(0,3px);
    -o-transform: translate(0,3px);
    transform: translate(0,3px);
}

.ns_blue-red-grad-button-2 {
    padding: 8px 20px;
    background-color: #8D862E;
    color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px #5F581F;
    box-shadow: 0 4px #5F581F;
    font-size: 14px;
    transition: all .3s;
    display: inline-block;
    border: none;
}

.ns_blue-red-grad-button-2:hover {
    cursor: pointer;
    color: #fff;
    -webkit-box-shadow: 0 2px #5F581F;
    box-shadow: 0 2px #5F581F;
    text-decoration: none;
    -webkit-transform: translate(0,3px);
    -ms-transform: translate(0,3px);
    -o-transform: translate(0,3px);
    transform: translate(0,3px);
}

.ns_blue-red-grad-button-3 {
    padding: 8px 20px;
    background-color: #FF9B00;
    color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px #B66B00;
    box-shadow: 0 4px #B66B00;
    font-size: 14px;
    transition: all .3s;
    display: inline-block;
    border: none;
}

.ns_blue-red-grad-button-3:hover {
    cursor: pointer;
    color: #fff;
    -webkit-box-shadow: 0 2px #B66B00;
    box-shadow: 0 2px #B66B00;
    text-decoration: none;
    -webkit-transform: translate(0,3px);
    -ms-transform: translate(0,3px);
    -o-transform: translate(0,3px);
    transform: translate(0,3px);
}

/* added 24Apr18 @CR */
.ns-wtext-dkgrey-bgrd:disabled {
    font-weight: 500 !important;
    color: white !important;
    background-color: #003264 !important; /* dark blue */
}

.ns_tooltip-left {
    position: absolute !important;
    top: 7px;
    left: -10px;
}
.ns_switch-blue-blue .toggle-group label.btn {
    background: #003264 !important;
    color: #fff !important;
    text-shadow: none !important;
}

/* added tooltip style - 24Apr18 @CR */
.tooltip2 {
    position: relative;
    display: inline-block;
}

.tooltip2 .tooltiptext2 {
    visibility: hidden;
    /*width: 500px;*/
    width: 300px;
    background-color: #a52a2a; /* bgrd colour of the tooltip bubble fill */
    border-style: solid; //added 4May18 @CR
    border-color: yellow transparent transparent transparent; //added 4May18 @CR
    color: #fff;
    text-align: left; /* alignment of text within the tooltip */
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    /*margin-left: -250px;*/
    margin-left: -150px; /* Use half of the width (300/2 = 150), to center the tooltip */
}

.tooltip2 .tooltiptext2::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    /*margin-left: -5px;*/
    margin-left:  0px; /* re the little pointer (triangle) and where it's positioned relative to center */
    border-width: 5px;
    /*border-style: solid;*/
    border-style: solid; /* solid colour of the next parameter ... */
    border-color: #a52a2a transparent transparent transparent; /* Verify Blue is the colour of the triangle pointer on the edge */
    color: #a52a2a;
}

.tooltip2:hover .tooltiptext2 {
    visibility: visible;
    /*color: #6DF99E;*/
    color: #FFFFFF; /* white - colour of text within the tooltip */
}
/* to here - added tooltip style - 24Apr18 @CR */


/* added tooltip style - 4May18 @CR */
.tooltip3 {
    position: relative;
    display: inline-block;
}

.tooltip3 .tooltiptext3 {
    visibility: hidden;
    width: 300px;
    background-color: #eee; /* bgrd colour of the tooltip bubble fill */
    border: 1px solid #ccc; /* border colour of the tooltip bubble fill */
    color: #a52a2a;
    text-align: left; /* alignment of text within the tooltip */
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 99;
    bottom: 150%;
    left: 50%;
    margin-left: -150px; /* Use half of the width (300/2 = 150), to center the tooltip */
}

.tooltip3 .tooltiptext3::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    /*margin-left: -5px;*/
    margin-left:  0px; /* re the little pointer (triangle) and where it's positioned relative to center */
    border-width: 5px;
    /*border-style: solid;*/
    border-style: solid; /* solid colour of the next parameter ... */
    border-color: #808080 transparent transparent transparent; /* Grey is the colour of the triangle pointer on the edge */
    color: #808080; /* grey*/
}

.tooltip3:hover .tooltiptext3 {
    visibility: visible;
    color: #a52a2a; /* Verify Blue - colour of text within the tooltip */
}
/* to here - added tooltip style - 24Apr18 @CR */



/*-------------------- TABLES --------------------*/
.ns_fixed-head {
    word-break: break-word;
}

.ns_half-column {
    width: 50%;
    float: left;
}

.ns_dashboard-table thead th {
    padding: 6px !important;
    /*font-size: 14px !important;*/
    font-size: 12px !important;
    font-weight: 400 !important;
}

.ns_dashboard-table tbody td {
    /*padding: 8px !important;*/
    padding: 6px !important;
    font-size: 10px !important;
    font-weight: 300 !important;
}

.ns_dashboard-table tfoot td {
    padding: 6px !important;
    /*font-size: 14px !important;*/
    font-size: 12px !important;
    font-weight: 400 !important;
}

.tooltip3 {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

.tooltip3 .tooltiptext2 {
    visibility: hidden;
    width: 200px; /* width of tooltip box */
    background-color: #024065; /* bgrd color of tooltip box */
    color: #fff; /* ??? */
    text-align: left;
    border-radius: 6px; /* circle radius of each rounded corner of the tooltip box */
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    /*bottom: 150%; next line to align at the top */
    top: 0;
    left: 50%;
    margin-left: -40px; /* where tooltip box is relative to the info icon */
    margin-left: 25px; /* horiz - where tooltip box is relative to the info icon */
    margin-bottom: -32px; /* vertic - where tooltip box is relative to the info icon */
}

.tooltip3 .tooltiptext2::after {
    content: "";
    position: absolute;
    top: 100%;
    left: -5%; /* point along bottom (starting from left) of tooltip box where the small triangle is */
    margin-left: 10px;
    color: #E9FC46; /* ??? */
}

.tooltip3:hover .tooltiptext2 {
    visibility: visible;
    color: white; /* color of tooltip text and border */
    border-style: none;
}


/* from: https://www.cssportal.com/css-tooltip-generator */
[data-tooltip] {
  position: relative;
  cursor: pointer;
}
[data-tooltip]:before,
[data-tooltip]:after {
  line-height: 1;
  font-size: .9em;
  pointer-events: none;
  position: absolute;
  box-sizing: border-box;
  display: none;
  opacity: 0;
}
[data-tooltip]:before {
  content: "";
  border: 5px solid transparent;
  z-index: 100;
}
[data-tooltip]:after {
  content: attr(data-tooltip);
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 4px 10px;
  border-radius: 3px;
  background: #181454;
  color: #FFFFFF;
  z-index: 99;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  display: block;
  opacity: 1;
}
[data-tooltip]:not([data-flow])::before,
[data-tooltip][data-flow="top"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #181454;
}
[data-tooltip]:not([data-flow])::after,
[data-tooltip][data-flow="top"]::after {
  bottom: calc(100% + 5px);
}
[data-tooltip]:not([data-flow])::before, [tooltip]:not([data-flow])::after,
[data-tooltip][data-flow="top"]::before,
[data-tooltip][data-flow="top"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, -4px);
          transform: translate(-50%, -4px);
}
[data-tooltip][data-flow="bottom"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #181454;
}
[data-tooltip][data-flow="bottom"]::after {
  top: calc(100% + 5px);
}
[data-tooltip][data-flow="bottom"]::before, [data-tooltip][data-flow="bottom"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, 8px);
          transform: translate(-50%, 8px);
}
[data-tooltip][data-flow="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #181454;
  left: calc(0em - 5px);
  -webkit-transform: translate(-8px, -50%);
          transform: translate(-8px, -50%);
}
[data-tooltip][data-flow="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  -webkit-transform: translate(-8px, -50%);
          transform: translate(-8px, -50%);
}
[data-tooltip][data-flow="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #181454;
  right: calc(0em - 5px);
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
}
[data-tooltip][data-flow="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
}
[data-tooltip=""]::after, [data-tooltip=""]::before {
  display: none !important;
}

/* to here - from: https://www.cssportal.com/css-tooltip-generator */


.tooltip {
    display:inline-block;
    position:relative;
    border-bottom:1px dotted #666;
    text-align:left;
}

.tooltip .right {
    min-width:200px;
    top:50%;
    left:100%;
    margin-left:20px;
    transform:translate(0, -50%);
    padding:10px 20px;
    color:#444444;
    background-color:#EEEEEE;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}

.tooltip:hover .right {
    display:block;
}

.tooltip .right i {
    position:absolute;
    top:50%;
    right:100%;
    margin-top:-12px;
    width:12px;
    height:24px;
    overflow:hidden;
}

.tooltip .right i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:0;
    top:50%;
    transform:translate(50%,-50%) rotate(-45deg);
    background-color:#EEEEEE;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}

/*
.table-fixed {
  width: 100%;
}
.table-fixed tbody {
  height: 640px;
  overflow-y: overlay;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td {
  float: left;
    word-wrap: break-word;
}
.table-fixed thead tr th {
  float: left;
    height: 44px;
}
.table-fixed tbody tr {
    overflow: hidden;
}
.table-fixed tbody tr:hover {
    background-color: #f5f5f5;
}
@media (max-width: 1150px) {
    .table-fixed tbody td {
      height: 70px;
    }
}
@media (max-width: 1150px) {
    .table-fixed thead tr th {
        height: 60px;
    }
}*/

.transparent_class {
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.ns_suppressed {
    padding: 5px 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #eee;
    text-transform: uppercase;
    font-weight: 700;
}

/*-------------------- INTERNAL PAGES CHECKBOX --------------------*/
.ns_nocheckbox {
    display: none;
}

.ns_nocheckbox + label {
    background: url('../images/checkbox.svg');
    background-repeat: no-repeat;
    background-position: center right;
    padding: 8px 30px 4px 0 !important;
    background-size: 24px;
    transition: all .3s;
}

.ns_nocheckbox:checked + label {
    background: url(../images/checkedbox.svg);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 8px 30px 4px 0 !important;
    background-size: 24px;
    transition: all .3s;
}

.ns_nocheckbox-vx {
    display: none;
}

.ns_nocheckbox-vx + label {
    background: url(../images/uncheckedbox.svg);
    background-repeat: no-repeat;
    background-position: center left;
    min-height: 24px;
    padding: 8px 10px 4px 24px !important;
    background-size: 24px;
    transition: all .3s;
}

.ns_nocheckbox-vx:checked + label {
    background: url(../images/checkedbox.svg);
    background-repeat: no-repeat;
    background-position: center left;
    min-height: 24px;
    padding: 8px 10px 4px 24px !important;
    background-size: 24px;
    transition: all .3s;
}

.ns_info-circle {
    font-size: 16px;
    padding-left: 5px;
}

/*-------------------- CHARTS --------------------*/
.ns_border-box {
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px; /* was 20, now 10 - 22Oct21 @CR */
    overflow: hidden;
    margin-bottom: 20px;
}

.ns_charts ul {
  list-style: none;
}

.ns_charts ul li {
  display: block;
  padding-left: 30px;
  position: relative;
  margin-bottom: 4px;
  border-radius: 5px;
  padding: 2px 8px 2px 28px;
  font-size: 14px;
  cursor: default;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.ns_charts li span {
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 20px;
  height: 10px;
  border-radius: 5px;
}

.ns_chart {
    width: 70%;
    float: left;
}

.ns_legend {
    width: 30%;
    float: left;
}

.ns_tooltip {
    position: relative;
    display: inline-block;
}

.ns_tooltip .ns_tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.ns_tooltip .ns_tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.ns_tooltip:hover .ns_tooltiptext {
    visibility: visible;
}

.ns_rules {
    overflow: hidden;
}

.ns_rule .ns_rule_label.control-label {
    width: 80px;
    font-size: 13px;
}

.ns_rule {
    width: 20%;
    float: left;
}
.checkbox .fa {
    color: #337ab7;
}
.ns_rules-info {
    border-radius: 0px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.ns_rules .form-group {
    overflow: hidden;
}

/* added 20Apr18 @CR */
.ns_yes_no_chkbox2_label.control-label {
    width: 220px;
    font-size: 13px;
}

/* added 20Apr18 @CR */
.ns_yes_no_chkbox2 {
    width: 30%;
    float: left;
}

.ns_noarrows::-webkit-inner-spin-button, .ns_noarrows::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.blue-header th {
  background: #a52a2a !important;
  color: #fff;
}
.breadcrumb {
    overflow: hidden;
}
.col-width-1 {
    width: 30%;
    float: left;
    text-align: right !important;
    padding-left: 15px;
}
.col-width-2 {
    width: 70%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.camp-q-bgrd {
    /* added 23Apr18 @CR */
    background-color: #e6e6e6; /* light grey */
}
.form-group.ns_flex .checkbox {
    margin: 0;
}
.no-label {
    margin-top: 25px;
    margin-bottom: 0;
}

.ns_form-inline label {
    min-width: 160px;
}
.ns_form-inline .form-group {
    margin-bottom: 10px;
}
.orivalue-col {
    float: left;
    margin-left: 15px;
}
.newvalue-col {
    padding-top: 5px;
    float: left;
    margin-left: 35px;
}
.edit-icon {
    font-size: 19px;
    display: inline-block;
    position: relative;
    top: 4px;
}
.edit-icon:hover {
    cursor: pointer;
}
/*#hidden-col .form-group {
    max-width: 173px;
}
#hidden-col #dob {
    max-width: 135px !important;
}*/
#hidden-col {
    max-width: 173px;
    float: left;
}
#hidden-col .form-group, #hidden-col .form-group input  {
    width: 100%;
}

#signaturePopup .modal-body {
    line-height: inherit !important;
}
.popinput {
    position: absolute;
    top: 8px;
    right: 40px;
    max-width: 240px;
}

.borderbox {
    border-radius: 10px;
    border: 1px solid #a52a2a;
    padding: 20px;
}
.small-check {
    width: 20px;
}
.rotatedown {
    transform: rotate(180deg);
}
.table-arrows i {
    font-size: 11px;
    color: #a52a2a;
}
.sort-icon {
    display: inline-block;
    margin-left: 5px;
}
.sort-icon:hover {
    cursor: pointer
}
.signature-box {
    width: 100%;
    min-height: 120px;
    text-align: center;
    display: table;
}
.signature-box span {
    display: table-cell;
    vertical-align: middle;
}
.section-step {
    max-width: 140px;
    background: #a52a2a !important;
    color: #fff;
    font-weight: 400;
}
.section-uniq-ref {
    /*max-width: 240px;*/
    background: #fff !important;
    color: #a52a2a;
    font-weight: 200;
    font-size: 9;
    display: inline-block;
}
.row.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 68px;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.row.sticky .form-group {
    margin: 0;
}
.titlesticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.freeform-text-box {
    width: 100%;
    min-height: 120px;
    /*text-align: center;*/
    display: table;
}
/*.scrolling-div {
    max-height: 500px;
    overflow-y: scroll;
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-top: -20px;
    overflow-x: hidden;
    margin-bottom: 20px;
}
.tab-content::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    background: #ccc;
    border-radius: 10px;
}
.tab-content::-webkit-scrollbar-thumb:vertical {
    background: #f46638;
    border-radius: 10px;
}
.tab-content::-webkit-scrollbar:hover {
    cursor: pointer;
}*/
.modal-body.ns_lhin {
    line-height: inherit !important;
}
.ns_blue_border_top {
    height:50px;
    width:100%;
    background-color: #a52a2a;
    padding-left: 50px;
    position: fixed;
    top: 0;
    z-index: 999;
}
.ns_blue_border_top img {
    height: 50px;
    padding: 10px 0;
}
.borders {
    width: 100%;
    padding: 50px 50px 0 50px;
    background-color: #a52a2a;
}
.borders h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-top: 0 !important;
    padding-top: 20px;
}
.borders > .container-fluid {
    min-height: 100vh;
    background-color: #fff;
}
h2.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 999;
    margin: 0;
    padding: 20px 0;
}
.borders .row.sticky {
    top: 124px !important;
}
.blue-box {
    background-color: #a52a2a;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 40px;
    max-width: 400px;
    margin: 50px auto 0;
}
.hotkey-btn {
    position: absolute;
    top: 0;
    left: 320px;
    width: 160px;
    border-radius: 5px;
    text-align: center;
    padding: 20px 0;
    background: #a52a2a;
    color: #fff;
}
.hotkey-btn .bigger {
    font-size: 24px;
}
.ns_relative {
    position: relative !important;
    left: auto !important;
    display: inline-block;
}
#hotkey_form .form-group {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.half-input {
    max-width: 50% !important;
}
.form-pwd .fa {
    font-size: 23px;
    margin-right:5px;
}
/*.steps {
    position: absolute;
    top: 15px;
    right: 0;
}*/
.sections-pad {
    padding-top: 120px;
}
.steps a {
    font-size: 12px;
    margin: 0 3px;
    background-color: #fff;
    padding: 5px 9px;
    border-radius: 5px;
    border: 1px solid #337ab7;
    color: #444;
    transition: all .25s;
}
.steps a:hover {
    background-color: #449ce8;
    text-decoration: none;
    color: #fff;
}
.btnactive {
    background-color: #449ce8 !important;
    text-decoration: none !important;
    color: #fff !important;
}
.steps ul {
    margin: 0;
    padding: 0;
}
.steps li {
    list-style: none;
    display: inline-block;
}
#frmBusDoc label {
    font-weight: 400 !important;
}
.titlesticky h2 {
    font-size: 20px !important;
}

.plusminus:hover {
    cursor: pointer;
}

/* 15Dec21 @VC */
.ns_newbreadcrumbs {
    margin-bottom: 10px;
    position: sticky;
    top: 50px;
    background: white;
    padding: 10px 0;
    margin-top: -20px;
}
/* 15Dec21 @VC */

/* RESPONSIVE */
@media (max-width: 480px) {
    .container-fluid {
        padding-right: 20px;
        padding-left: 20px;
    }
    .ns_flex {
        display: block !important;
    }
    .ns_green-button {
        margin-bottom: 10px;
    }
    .ns_top-buttons {
        position: initial;
    }
    .ns_company-intro {
        display: block !important;
    }
    .ns_welcome {
        float: left;
        margin-top: 8px;
    }
    .mmt25 {
        margin-top: 25px !important;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        display: block !important;
        padding: 10px 15px;
    }
    .navbar-brand img {
        padding: 0;
        width: 135px;
    }
}

@media (max-width: 780px) {
    .ns_rule_label.control-label {
        min-width: 90px;
        max-width: 90px;
    }
}

@media (max-width: 1240px) {
    .ns_rule {
        width: 33.333%;
    }
}

@media (max-width: 1081px) {
    .ns_lhs-link a {
        font-size: 16px;
    }
    .ns_sidebar {
        display: none;
    }
    .ns_main-content {
        width: 100%;
    }
    .navbar.navbar-default.navbar-fixed-top {
        left: 0px;
    }
}

@media (max-width: 1022px) {
    .navbar-nav li > a {
        padding-bottom: 15px !important;
        padding-top: 15px !important;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-default .navbar-nav li a {
        display: block;
    }
    .dropdown-menu li {
        display: block;
    }
    .dropdown-submenu ul li a {
        padding: 10px 35px;
    }
    .ns_logout {
        display: flex !important;
        justify-content: flex-start !important;
    }
}

@media (min-width: 1023px) and (max-width: 1081px) {
    .nav > li > a {
        padding: 10px 13px;
        font-size: 13px;
    }
    .navbar-nav > li > a {
        padding-bottom: 20px !important;
        padding-top: 20px !important;
    }
}

@media (min-width: 1023px) {
    .ns_logout {
        display: flex;
        justify-content: space-between;
    }
}
