@media (min-width: 1200px) {
    .container {
        width: 94%;
    }
}

.dxtlCSD {
    width:1450px !important;
} 

.color {
    orange: #f8931d;
    orange-hover: #e28112;
    green: #aacc55;
    green-hover: #8eb234;
    blue: #0f275a;
    blue-hover: #031c4f;
}
html {
     margin:0;
	padding:0;
	height:100%;
}
body {
    margin:0;
    position: relative;
	padding-bottom: 80px;
    height: auto;
	min-height: 100vh;
}
html,body,
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
    font-family: 'Roboto', sans-serif;
  
}


ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a, a:hover, a:focus {
    outline: none;
}

a, span {
    transition: all 0.5s ease;
}


.rightAligned {
    float: right;
}

.leftAligned {
    float: left;
}

.clear5 {
    padding-bottom: 5px;
}

.clear10 {
    padding-bottom: 10px;
}

.clear15 {
    padding-bottom: 15px;
}

.clear20 {
    padding-bottom: 20px;
}

.clear25 {
    padding-bottom: 25px;
}
/* btn styles start */
.btn {
    border-radius: 0;
    text-transform: uppercase;
    border: 0;
}
.btn:focus{
    outline: none;
}

.btn-primary {
    background-color: #0f275a;
}

    .btn-primary:hover {
        background-color: #031c4f;
    }

.btn-warning {
    background-color: #f8931d;
}

    .btn-warning:hover {
        background-color: #e28112;
    }

.btn-success {
    background-color: #aacc55;
}

    .btn-success:hover {
        background-color: #8eb234;
    }
    .btn-success.disabled, .btn-success[disabled]{
        background-color: #7D7D7D;
        border-color: #7D7D7D;
    }
.btn-danger{
    background-color: #aacc55;
}
/* btn styles end */


.no-left-padding {
    padding-left: 0px !important;
}

/* header styles */
.header {
    background: url(../images/header-bg.jpg) repeat-x left top;
    min-height: 60px;
}

    .header .bizlogo {
        margin: 20px 0;
    }

        .header .bizlogo .greenheader {
            text-decoration: none;
            color: #aacc55;
            font-size: 23px;
        }

        .header .bizlogo .orangeheader {
            text-decoration: none;
            color: #f8931d;
            font-size: 16px;
        }

    .header .user-nav {
        margin: 20px 0;
        text-transform: uppercase;
    }

        .header .user-nav ul {
            float: right;
        }

            .header .user-nav ul li {
                float: left;
                border-left: 1px solid transparent;
            }

                .header .user-nav ul li .btn {
                    border-radius: 0;
                }

/* navigation styles */
.navigation {
    margin-bottom: 10px !important;
    text-transform: uppercase;
}

.navbar-default {
    background-color: #aacc55;
    border: 0;
    border-bottom: 3px solid #f1f1f1;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-brand {
    color: #ffffff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #8eb234;
}

.navbar-default .navbar-toggle {
    border-color: #ffffff;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.3);
    }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #94ba37;
    color: #ffffff;
}

.navbar-form {
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

.search-bar,
.navbar-form {
    position: relative;
}

    .navbar-form .form-control {
        background: none;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 4px;
        box-shadow: none;
        color: #ffffff;
        padding-right: 35px;
    }

        .navbar-form .form-control::-moz-placeholder {
            color: rgba(255, 255, 255, 0.5);
        }

        .navbar-form .form-control:focus {
            border-color: rgba(255, 255, 255, 1);
        }

    .search-bar .btn,
    .navbar-form .btn {
        background: none;
        font-size: 16px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .navbar-form .btn {
        color: rgba(255, 255, 255, 0.5);
    }

        .navbar-form .btn:hover {
            color: rgba(255, 255, 255, 1);
        }

.navbar-half-label {
    height: 50%;
    color: white;
    font-size: 10px;
    vertical-align: -webkit-baseline-middle;
    margin-top: 8px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* content styles */
.profile-block {
    margin-bottom: 10px;
    overflow: hidden;
}

.profile-info,
.profile-message,
.team-scores {
    background-color: #fbfbfb;
    border-radius: 4px;
}

.cover-pic {
    height: 140px;
    position: relative;
}

    .cover-pic .profile-pic {
        border: 10px solid rgba(255, 255, 255, 0.4);
        border-radius: 50%;
        bottom: -70px;
        height: 170px;
        left: 50%;
        margin-left: -85px;
        overflow: hidden;
        position: absolute;
        width: 170px;
    }

    .cover-pic img {
        width: 100%;
    }

.profile-details {
    padding: 90px 30px 30px;
    text-align: center;
}

    .profile-details .profile-userinfo {
        margin-bottom: 20px;
    }

        .profile-details .profile-userinfo h3 {
            font-size: 18px;
            margin-top: 0;
            text-transform: uppercase;
        }

    .profile-details .profile-about {
        font-size: 13px;
    }

        .profile-details .profile-about p {
            margin-bottom: 0;
        }

/* btn block styles */
.btn-block ul li {
    margin-bottom: 10px;
}

    .btn-block ul li a.btn {
        position: relative;
        text-align: left;
        text-transform: uppercase;
    }

    .btn-block ul li .fa {
        position: absolute;
        right: 15px;
        top: 12px;
    }

/* profile scores styles */
.profile-scores {
    /*margin-left: -15px;
	margin-right: -15px;*/
}

    .profile-scores .score-item {
        float: left;
        padding: 0 4px;
        text-align: center;
        width: 16.66%;
    }

    .profile-scores .fourgroup {
        width: 20%;
    }

    .profile-scores .score-item .score-num {
        border: 8px solid rgba(0, 0, 0, 0.05);
        border-radius: 50%;
        display: block;
        font-size: 32px;
        height: 100px;
        line-height: 84px;
        margin: 0 auto 10px;
        width: 100px;
    }

    .profile-scores .fourgroup .score-num {
        font-size: 30px !important;
    }

    .profile-scores p {
        border-radius: 4px;
        color: #ffffff;
        margin-bottom: 0;
        padding: 5px 0;
        text-transform: uppercase;
    }

    .profile-scores .green .score-num {
        color: #aacc55;
    }

    .profile-scores .greenSelected .score-num {
        background-color: #aacc55;
        color: #ffffff !important;
    }

    .profile-scores .green p {
        background-color: #aacc55;
    }

    .profile-scores .blue .score-num {
        color: #0f275a;
    }

    .profile-scores .blueSelected .score-num {
        background-color: #0f275a;
        color: #ffffff !important;
    }

    .profile-scores .blue p {
        background-color: #0f275a;
    }

    .profile-scores .orange .score-num {
        color: #f8931d;
    }

    .profile-scores .orangeSelected .score-num {
        background-color: #f8931d;
        color: #ffffff !important;
    }

    .profile-scores .orange p {
        background-color: #f8931d;
    }

    .profile-scores .lightblue .score-num {
        color: #3a8ab8;
    }

    .profile-scores .lightblueSelected .score-num {
        background-color: #3a8ab8;
        color: #ffffff !important;
    }

    .profile-scores .lightblue p {
        background-color: #3a8ab8;
    }

    .profile-scores .yellow .score-num {
        color: #f5d000;
    }

    .profile-scores .yellowSelected .score-num {
        background-color: #f5d000;
        color: #ffffff !important;
    }

    .profile-scores .yellow p {
        background-color: #f5d000;
    }

    .profile-scores .red .score-num {
        color: #FF6A6A;
    }

    .profile-scores .redSelected .score-num {
        background-color: #FF6A6A;
        color: #ffffff !important;
    }

    .profile-scores .red p {
        background-color: #FF6A6A;
    }

/* profile messages style */
.nav-tabs {
    background-color: #676a70;
    border-bottom: 3px solid #f8931d;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

    .nav-tabs > li > a {
        border: 0;
        border-right: 1px solid #ffffff;
        border-radius: 0;
        color: #ffffff;
        margin: 0;
        text-align: center;
    }

        .nav-tabs > li > a:hover {
            background-color: #999999;
        }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        background-color: #f8931d;
        border: 0;
        border-right: 1px solid #ffffff;
        color: #ffffff;
    }

.profile-message .message-clip {
    border-bottom: 1px solid #ffffff;
    color: #222222;
    display: block;
    font-size: 13px;
    margin: 0;
    padding: 10px 20px;
}

    .profile-message .message-clip.unread {
        background-color: #f1f1f1;
    }

    .profile-message .message-clip:hover,
    .profile-message .message-clip:focus {
        text-decoration: none;
    }

.profile-message .media-left {
    padding-right: 20px;
}

    .profile-message .media-left img {
        border-radius: 50%;
        height: 54px;
        width: 54px;
    }

.profile-message .media-body .media-heading {
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
}

/* team scroes */
.team-scores .table-heading {
    background-color: #aacc55;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    padding: 15px 20px;
    text-transform: uppercase;
}

.team-scores .table {
    margin: 0;
}

    .team-scores .table > thead > tr > th {
        background-color: #676a70;
        border-color: #ffffff;
        color: #ffffff;
        font-weight: normal;
    }

    .team-scores .table > thead > tr > th,
    .team-scores .table > tbody > tr > th,
    .team-scores .table > tfoot > tr > th,
    .team-scores .table > thead > tr > td,
    .team-scores .table > tbody > tr > td,
    .team-scores .table > tfoot > tr > td {
        border-color: #ffffff;
        padding: 12px 20px;
    }

/* footer styles */
.footer {
    background-color: #272a33;
    font-size: 13px;
    width:100%;
	height:60px;
	position:absolute;
	bottom:0;
	left:0;
}
.wrapper {
    /*min-height:100%;
	position:relative;
    */
}
#contents {
	padding-bottom:49px; /* Height of the footer element */
}


    .footer,
    .footer a {
        color: #aaaaaa;
    }

        .footer .social,
        .footer .footer-nav,
        .footer .newsletter {
            margin-bottom: 30px;
        }

        .footer h5 {
            color: #ffffff;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

        .footer .social {
            background: url(../images/logo-icon-big.png) no-repeat left top;
            min-height: 100px;
            padding-left: 80px;
        }

            .footer .social ul li {
                float: left;
                margin-bottom: 6px;
                margin-right: 6px;
            }

                .footer .social ul li a {
                    color: #ffffff;
                    display: block;
                    font-size: 18px;
                    height: 30px;
                    line-height: 30px;
                    text-align: center;
                    width: 30px;
                }

                .footer .social ul li.facebook a {
                    background-color: #3b5998;
                }

                .footer .social ul li.twitter a {
                    background-color: #25a8e0;
                }

                .footer .social ul li.google-plus a {
                    background-color: #ce3633;
                }

                .footer .social ul li.youtube a {
                    background-color: #ce322e;
                }

                .footer .social ul li a:hover {
                    background-color: #aacc55;
                }

        .footer .footer-nav ul li {
            margin-bottom: 5px;
        }

        .footer .newsletter .btn {
            text-transform: uppercase;
        }

.footer-btm {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 9px;
    text-align: center;
}

/*-- Claim summary counts added selectors ---*/
span.score-num:hover {
    background-color: #fffacd;
}

.score-count {
    cursor: pointer;
}

a.score-anchor {
    color: inherit;
    text-decoration: none;
}

.validerror {
    color: red !important;
}

.colorblue {
    color: rgb(45, 60, 215) !important;
}

.oddrow {
    background: #f5f5f5;
}

.twoPixPadding {
    padding-left: 2px !important;
    padding-right: 2px !important;
    font-size: 12px;
}

.boldfont {
    font-weight: 700;
}
.alternative_cls:nth-child(even) {
    background: #f5f5f5;
    width: 100%;
    float: left;
}

.alternative_cls div {
    float: left;
    width: 50%;
}
.alternative_clas div {
    float: left;
    width: 20%;
}

/*
.g-field-wrap {
     display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.g-field-wrap sup {
    color: #DD425A;
}

.g-field-wrap input {
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    padding: 4px 10px;
    width: 200px;
    max-width: 100%;
    color: #7D7D7D;
}

.g-field-wrap input:focus {
    outline: none;
}

.g-field-wrap input::placeholder {
    color: #7D7D7D;
    opacity: 1;
}

.g-field-wrap input:-ms-input-placeholder {
    color: #7D7D7D;
}

.g-field-wrap input::-ms-input-placeholder {
    color: #7D7D7D;
}

*/

.control-label label {
    padding-left: 5px;
    margin-bottom: 2px !important;
    margin-top: 2px;
    font-weight: 100 !important;
    color: #676A70;
}
.data-label {
    padding-left: 5px;
    margin-bottom: 2px !important;
    margin-top: 2px;
    font-weight: 100 !important;
    color: #676A70;
    max-height:100px; 
    overflow-x: hidden;
    overflow-y:auto;
   
}
.data-label .check-bx{
	height:27px;
}
.message-label{
    color: #f22828;
    margin-left: 27px;
}


.override-save {
    font-size: 20px !important;
    margin-top: 7px;
    margin-left: 6px;
}


.override-text-box {
    padding: 2px 12px;
    height: 27px;
    width: 50%;
    margin: 4px 0px;
    float: left;
}

.small-text-box {
    padding: 2px 12px;
    height: 27px;
    margin: 4px 0px;
    float: left;
}

.control-label {
    width: 50%;
    float: left;
}

.ui-autocomplete {
    height: 250px;
    overflow: auto;
    font-size: 12px !important;
    width: 100px;
}

#claimDetailTitle {
    background-color: #fff;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.panel-title a label {
	cursor:pointer !important;
}

 .required:after {
        content: "*";
        font-weight: bold;
        color: red;
    }
 .rep_iframe iframe {
        position: absolute;       
        width: 98%;
        height: 88%;
    }
 #page {
    display: none;
}
#loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100%;
    background-color: rgba(192, 192, 192, 0.5);
    background-image: url("/Images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
}
.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}
.footer {
height:auto;overflow:hidden;
}

.cellBgColor {
    text-decoration : underline;
}

.cellBgColor:hover {
    cursor:pointer;
    background-color: #FF8800;
    color : white;
}

.inlineBlock {
    display:inline-block;
}

.exportBtnPartial {
    margin-top : 5px;
    float : right;
}

/*Profile*/

/*.panel-heading {
    padding: 10px 5px;
}*/
.panel-body{
    padding: 10px;
}
.panel-body .col-md-4{
    margin-bottom: 5px;
}

/*MFA*/

.form-top-sec{
    padding-left: 30px;
}
.multifactor-authentication{
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    padding:  20px 0;
}
.multifactor-authentication h2{
    color: orange;
}
.ma-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ma-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
    .ma-right .toggle-title {
        color: #676A70;
        padding-right: 20px;
        display: block;
        margin-top: 5px;
    }

.radio>label{
    padding-left:30px;
}
.form-sec {
    display: flex;
    flex-wrap: wrap;
}
.form-sec-top {
    padding-left: 25px;
}
.form-sec .info {
    margin: 10px 0;
    color: #F8931D;
    width: calc(100% - 300px);
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.form-sec .info p {
    margin-bottom: 0;
}

.form-sec .radio {
    padding-right: 10px;
}
.form-sec i {
    padding-right: 10px;
}
.remove-aut a{
    color: #FF6A6A;
    font-weight: 700;
}

.config-mobile-app {
    color: #7D7D7D;
    border-radius: 10px;
    color: #7D7D7D;
    width: 440px;
    border: 1px solid #F0F0F0;
    padding: 20px;
    margin-bottom: 20px;
}

.config-mobile-app ul {
    padding-left: 20px;
}

.config-mobile-app li {
        list-style: decimal;
}

.config-mobile-app .form-grp ul {
    padding-left: 0;
}

 .config-mobile-app .form-grp ul li {
    list-style: none;
 }

.qr-img {
    text-align: center;
    padding: 10px 0;
}

.config-btn-wrap {
    text-align: right;
    margin-top: 20px;
}

.form-grp {
    display: flex;
    justify-content: flex-start;
    margin-left:-5px;
}

.form-grp ul {
    list-style: none;
    display: flex;
}

.form-grp ul li {
    padding: 10px 8px
}

 .form-grp ul input {
     height: 40px;
     width: 40px;
     border: 1px solid #DCDCDC;
     margin: 10px 5px;
     border-radius: 5px;
}

.method-inner {
    display: flex;
}

.method-section {
        /* padding-bottom: 30px;*/
}

.method-inner .radio {
   margin: 0 10px 0 0;
}
.method-inner .radio:hover {
   margin: 0 10px 0 0;
}
/*
.method-inner .radio input[type=radio] {

}
.method-inner .radio input[type=radio]:focus,
.method-inner .radio input[type=radio]:hover{    
    accent-color: #7D7D7D;
}
*/

.bsi-radio-disable{
    width:24px;
    height:24px;
    position: absolute;
    top: -6px;
    left: -10px;
    accent-color: #7D7D7D;
}
.bsi-radio {
    width:24px;
    height:24px;
    position: absolute;
    left: 20px;
    top: -6px;
}
.bsi-radio:checked {
   /* accent-color: #aacc55;*/
}
.bsi-radio:focus {
}




.radio{
    position: relative;
}

.radio .radio-shape-top {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #aacc55;
    left: 4px;
    top: 2px;
    pointer-events: none;
    display:none;
    z-index: 1;
}
.radio .radio-shape-bottom {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #aacc55;
    left: 0px;
    top: -2px;
    pointer-events: none;
    display: none;
    z-index: 1;
}

.radio .radio-shape-top-disable {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #7d7d7d;
    left: 4px;
    top: 2px;
    pointer-events: none;
    display:none;
    z-index: 1;
}
.radio .radio-shape-bottom-disable {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #7d7d7d;
    left: 0px;
    top: -2px;
    pointer-events: none;
    display: none;
    z-index: 1;
}

.radio:has(input:checked) .radio-shape-top-disable,
.radio:has(input:checked) .radio-shape-bottom-disable{
    display: block;
}
.radio input:checked{
    display: none;
}
.radio:has(input:checked) .radio-shape-top,
.radio:has(input:checked) .radio-shape-bottom{
    display: block;
}


.method-section p {
    color: #7D7D7D;
}

.save-mfa{
    text-align:right;
    padding-bottom: 0.5em;
}

 /*--AUTHENTICATION*/

.authentication {
    text-align: center;
    width: 500px;
    padding: 20px;
    margin: 50px auto;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.authentication form h4{
    font-size: 15px;
    font-weight: 600;
}
.authentication form .desc {
    color: #7D7D7D;
    font-size: 14px;
}
.authentication form .email{
    color: #000000;
}
.elipse {
    width: 64px;
    height: 64px;
    background: #f1f5e6;
    border: 0px;
    border-radius: 37px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.otp-code {
    display: flex;
    justify-content: space-between;
    padding: 0 5em;
    margin: 1em 0em;
}

.otp-code > input {
    text-align: center;
    height: 40px;
    width: 40px !important;
    /*background:red;*/
}

.otp-panel {
    width: 500px;
    text-align: center;
}
.re-send {
    display:flex;
    justify-content:space-between;
    padding: 0px 35px;
}
.re-send a {
    color: black;
}
.re-send p {
    color: #FF6A6A;
    font-weight: bold;
    margin-bottom: 0;
}

.authentication form fieldset .btn-success {
    padding: 10px;
    outline: none;
}
.fail-verify{
    margin-top: 20px;
    margin-bottom: 0;
}
.fail-verify a {
    color: #aacc55;
    margin-left: 1.2rem;
}
.fail-verify a:hover {
    color: #8eb234;
}


/*toggle-switch*/
.toggle-switch {
    position: absolute;
    left: -9999px;
}

.button-toggle {
    padding-right: 30px;
}

.toggle-switch ~ label {
    display: inline-block;
    position: relative;
    font-size: 1.2rem;
    cursor: pointer;
    vertical-align:middle;
    padding-bottom:.4em;
}

.toggle-switch ~ label::before,
.toggle-switch ~ label::after {
    position: absolute;
    transition: all 0.2s;
    content: "";
}

.toggle-switch ~ label::before {
    top: 0;
    left: 0;
    width: 24px;
    height: 10px;
    border: 1px solid #AACC55;
    border-radius: 8px;
}

.toggle-switch:checked ~ label::before {
    background-color: #AACC55;
}

.toggle-switch ~ label::after {
    top: 3px;
    left: -1px;
    width: 14px;
    height: 14px;
    background-color: #868686;
    border-radius: 50%;
    margin-top: -5px;
    border: 1px solid #AACC55;
}

.toggle-switch:checked ~ label::after {
    left: 12px;
    background-color: #fff;
}

.toggle-switch ~ label span::before {
    content: "Disabled";
}

.toggle-switch:checked ~ label span::before {
    content: "Enabled";
}
/*--toggle-switch*/
.form-control:focus {
    border-color: #aacc55;
    box-shadow: 0 0 0 0.2rem rgba(84, 151, 84, 0.25);
}
.btn-profile:disabled,
.btn-profile[disabled] {
    background-color: #7D7D7D;
}
#qr_img{margin:auto;}
#btnRemoveAuthApp {
    background-color: transparent;
    color:#FF6A6A;
}
#btnRemoveAuthApp:hover {
    background-color: transparent;
    color:#F43B3B;
}
/*BSI Project USOL section scroll design */

#previousCollapse .sys-dashboard-wrap,
#collapseUDF .sys-dashboard-wrap {
    padding-right: 10px;
   
}
#collapseUDF .sys-dashboard-wrap {
    padding-bottom: 20px;
}
    .bsi-usol-table {
        overflow-x: auto;
        width: calc(100% - 20px);
        margin-left: 10px;
    }