@import url("mediaQ.css?v=14.7");
@import url("dashboard.css?v=14.7");
/*@import url("MA.css");
import url("customTable.css?v=14.7");
*/
html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 50px;
    background: #f5f6fa;
    font-size: 13px;
    font-family: "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif !important;
    margin-bottom: 40px;
}

a {
    color: #2669b2;
}

.inline-block {
    display: inline-block;
}

.panel-heading .right-content {
    margin-top: 2px;
}

.panel-heading {
    padding: 2px 10px;
}

.right-content button:active, .right-content button:focus, .right-content button:hover, .right-content button:hover:active, .right-content button:active:focus {
    outline: none !important;
    background: #afacac;
    transition: 300ms ease-in-out;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 111112;
    background-color: rgba(0,0,0,0.5); /*dim the background*/
}

.list-group-item {
    border: 1px solid #ddd;
    border-width: 1px 0;
}
/* Drop down menu */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

.navbarCustom .navbar-brand {
    padding: 0px !important;
    height: auto !important;
}

#menu-toggle:hover, .mainNavToggle.open #menu-toggle {
    background-color: #3170b7;
}

#menu-toggle {
    background-color: #d2dbe0;
    padding: 12px;
    display: inline-block;
}

    #menu-toggle i {
        color: #fff;
        font-size: 20px;
    }

.navbar .logo-lg {
    margin-left: 5px;
}

.navbarCustom.navbar {
    min-height: auto !important;
    box-shadow: 1px -20px 0px 0px rgba(0, 0, 0, 0), 1px -2px 13px 0px rgba(0, 0, 0, 0.55);
    background-color: #fff;
    border-bottom: 0;
    z-index: 111111;
}

    .navbarCustom.navbar .navbar-link {
        color: #000000;
    }

        .navbarCustom.navbar .navbar-link:hover {
            color: #23527c;
        }

        .navbarCustom.navbar .navbar-link:hover, .navbarCustom.navbar .navbar-link:focus, .navbarCustom.navbar .navbar-link:active {
            background-color: transparent;
        }

.main_dropdown {
    width: 100%;
    padding: 0;
    margin: 8px 0 0;
}

    .main_dropdown .panel {
        margin-bottom: 0;
        border-radius: 0;
        background-color: #3170b7;
    }

    .main_dropdown .panel-heading {
        border-radius: 0;
        background-color: #275a93;
    }

.list-group-horizontal {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .list-group-horizontal > .list-group-item {
        padding: 10px 20px;
        display: table-cell;
        float: none;
        text-align: left;
        width: 1%;
        border-radius: 0;
        color: #fff;
        background-color: transparent;
        border-left: 0;
        border-top: 0;
        border-bottom: 0;
    }

        .list-group-horizontal > .list-group-item:after {
            content: "";
            position: absolute;
            right: 0;
            z-index: 100;
            top: 26px;
            width: 1px;
            height: 90%;
            background: #fdfdfd5c;
        }

        .list-group-horizontal > .list-group-item:last-child:after {
            background: transparent;
        }

        .list-group-horizontal > .list-group-item:first-child {
            border-bottom-left-radius: 3px;
        }

        .list-group-horizontal > .list-group-item:last-child {
            border-bottom-right-radius: 3px;
        }

        .list-group-horizontal > .list-group-item span {
            margin-left: 10px;
            font-weight: 700;
        }

        .list-group-horizontal > .list-group-item .list-group .list-group-item {
            background-color: transparent;
            border: none;
            border-radius: 0;
            display: list-item;
            list-style-type: none;
            padding: 0;
        }

            .list-group-horizontal > .list-group-item .list-group .list-group-item a {
                color: #fff;
                display: block;
                padding: 2px 2px 2px 14px;
                transition: 500ms;
                background-image: url('../images/bullet2.png?v=1');
                background-repeat: no-repeat;
                background-position: 0 8px;
            }

                .list-group-horizontal > .list-group-item .list-group .list-group-item a:hover {
                    padding: 2px 2px 2px 24px;
                    background-color: #275a93;
                    background-position: 10px 8px;
                    text-decoration: none;
                }

        .list-group-horizontal > .list-group-item .list-group {
            margin-top: 10px;
            margin-bottom: 5px;
        }

.main_dropdown:before {
    content: '';
    position: absolute;
    left: 22px;
    top: -6px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #275a93;
    clear: both;
}

#footer {
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 40px;
    font-size: 12px;
    color: #777;
    text-align: center;
    z-index: 111111;
}

    #footer .copyright {
        height: 100%;
        padding-top: 14px;
        border-top: 0px solid #cbcccf;
    }

.panel-heading img {
    margin-left: 10px;
}

.height-100 {
    height: 100%;
}

.popover {
    z-index: 1111111;
}

.breadcrumb > li + li:before {
    color: #444141;
    content: "> ";
    padding: 0 5px;
}

.breadcrumb {
    margin-bottom: 5px;
    padding: 3px 15px;
}

    .breadcrumb li a {
        font-weight: 700;
        color: #7d7e80;
    }

.btn {
    border-radius: 0 !important;
    font-size: 13px;
}

.height-91 {
    height: 91%;
}

.btn:focus {
    outline: none !important;
}

.main_dropdown .panel-heading {
    padding: 5px 15px !important;
    font-size: 12px;
}

.btn-info {
    background-color: #1c96e1;
    border-color: #217a94;
}

.form-control {
    height: 26px;
    border-radius: 0;
}

.breadcrumb li {
    font-size: 12px;
}

.main_dropdown .list-group-item img {
    width: 10%;
}

.dropdown-submenu:hover ul {
    display: inline-block !important;
}

.dropdown-submenu span {
    margin-left: 15px;
}

.dropdown-menu li a {
    cursor: pointer;
}

.form-control {
    padding: 0px 8px;
}

.dropdown-menu, .form-control {
    font-size: 13px;
}

.navSearchCon {
    margin-left: 200px;
    margin-right: 300px;
}

    .navSearchCon .navSearch {
        padding: 8px 20px 0;
        position: relative;
    }

        .navSearchCon .navSearch > .form-control {
            height: 28px;
            background-color: #f5f6f9;
            border-color: #e2e2e2;
            padding-left: 30px;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
        }

        .navSearchCon .navSearch .incSearch {
            display: block;
            width: 20px;
            height: 20px;
            color: #9e9ea0;
            position: absolute;
            left: 28px;
            top: 14px;
        }

.filter {
    margin-top: 5px;
}

.icnNav {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin-top: 4px;
}

.icnNav-UserManual {
    background-image: url('../images/icn_panel_app_info.png?v=1');
}

.icnNav-Logout {
    background-image: url('../images/logout-icn_1.png');
    background-position: center;
    display: inline-block;
    width: 20px;
    height: 23px;
    background-repeat: no-repeat;
    margin-top: 0px;
}

.icnNav-Frequently {
    background-image: url('../images/icn_nav_frequently.png?v=1');
}

.icnNav-Widget {
    background-image: url('../images/icn_nav_widget.png?v=1');
}

.icnNav-Filter {
    background-image: url('../images/icn_nav_filter.png?v=1');
}

.icnNav-Notifigation {
    background-image: url('../images/icn_nav_notification.png?v=1');
}

.navbar-nav > li {
    border-left: 1px solid #dadada;
}
    /* .navbar-nav>li:last-child{ border-left:0px solid #dadada;} */
    .navbar-nav > li > a {
        height: 44px;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
    }
/*.navbar-nav>li>a.navIcnActive:after{content:''; position:absolute; left:0px; right:0px; bottom:-1px; height:1px; background-color:#fff;}*/
.icnNavTxt {
    display: block;
    height: 44px;
    padding: 10px 20px;
    line-height: 1.6;
}

.navBlueBg {
    background-color: #f3f9ff;
}

.sepSmall:before {
    content: '';
    display: block;
    width: 0;
    height: 24px;
    position: absolute;
    left: 0;
    top: 10px;
    border-left: 1px solid #dadada;
}

.dual-list .panel-heading h5 {
    margin-top: 6px;
    margin-bottom: 6px;
}

.dropdown-submenu1 {
    float: none !important;
    position: relative;
}

    .dropdown-submenu1 > .dropdown-menu {
        right: 100%;
        margin-left: -2px;
        top: -3px;
        padding: 0;
        border-radius: 0 !important;
        display: none;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

    .dropdown-submenu1:hover > ul {
        display: table;
    }

    .dropdown-submenu1 ul li:not(:last-child) {
        border-bottom: 1px solid #ddd;
    }

.dropdown-menu1 li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.dropdown-menu1 li a {
    padding: 8px 12px 8px 8px;
    text-align: left;
    font-size: 11px;
}

.dropdown-menu1 {
    padding: 0;
}

    .dropdown-menu1, .dropdown-menu1 .dropdown-menu {
        min-width: 200px;
    }

        .dropdown-menu1 li a i {
            float: right;
            line-height: 18px;
            color: #717171;
            font-size: 10px;
        }

.panelReportStatus {
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
    height: 16px;
    line-height: 14px;
    text-align: center;
    font-size: 10px;
    border: 1px solid transparent;
    font-weight: 600;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-left: 3px;
}

    .panelReportStatus.RScompleted {
        background-color: #dbfdb4;
        border-color: #bee492;
    }

    .panelReportStatus.RSinprogress {
        background-color: #ffffcb;
        border-color: #fbe603;
    }

.tooltip {
    font-size: 11px;
}


/* Loader for grids - naresh 9/1/2019 */
.loader_content {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    margin-top: -36px;
    color: #fff;
    bottom: 20px;
}

.loader_wrapper {
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
    height: 70px;
    transform: rotate(90deg);
    margin-left: -4px;
    margin-top: -55px;
}

#dot1,
#dot2,
#dot3,
#dot4,
#dot5,
#dot6,
#dot7,
#dot8,
#dot9,
#dot10 {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50px 50px;
    background: #fff;
    animation: spin 1.5s linear infinite;
    transform-origin: center center;
    top: 16px;
}

#dot1 {
    left: 4px;
}

#dot2 {
    left: 4px;
    animation: spin 1.5s -0.75s linear infinite;
}

#dot3 {
    left: 11px;
    animation: spin 1.5s -1.3s linear infinite;
}

#dot4 {
    left: 11px;
    animation: spin 1.5s -0.55s linear infinite;
}

#dot5 {
    left: 19px;
    animation: spin 1.5s -1.1s linear infinite;
}

#dot6 {
    left: 19px;
    animation: spin 1.5s -0.35s linear infinite;
}

#dot7 {
    left: 27px;
    animation: spin 1.5s -0.9s linear infinite;
}

#dot8 {
    left: 27px;
    animation: spin 1.5s -0.15s linear infinite;
}

#dot9 {
    left: 35px;
    animation: spin 1.5s -0.7s linear infinite;
}

#dot10 {
    left: 35px;
    animation: spin 1.5s 0.05s linear infinite;
}

#base1,
#base2,
#base3,
#base4,
#base5 {
    position: absolute;
    top: 30px;
    left: 5px;
    width: 1px;
    height: 4px;
    background: #fff;
    animation: flex 1.5s linear infinite;
    transform-origin: center center;
}

#base2 {
    left: 12px;
    animation: flex 1.5s -1.3s linear infinite;
}

#base3 {
    left: 20px;
    animation: flex 1.5s -1.1s linear infinite;
}

#base4 {
    left: 28px;
    animation: flex 1.5s -0.9s linear infinite;
}

#base5 {
    left: 36px;
    animation: flex 1.5s -0.75s linear infinite;
}

@-moz-keyframes spin {
    0%, 100% {
        transform: translateY(5px) scale(1);
    }

    25% {
        transform: translateY(10px) scale(2);
    }

    50% {
        transform: translateY(25px) scale(1);
    }

    75% {
        transform: translateY(15px) scale(0.3);
    }
}

@-webkit-keyframes spin {
    0%, 100% {
        transform: translateY(5px) scale(1);
    }

    25% {
        transform: translateY(15px) scale(2);
    }

    50% {
        transform: translateY(25px) scale(1);
    }

    75% {
        transform: translateY(15px) scale(0.3);
    }
}

@-o-keyframes spin {
    0%, 100% {
        transform: translateY(5px) scale(1);
    }

    25% {
        transform: translateY(15px) scale(2);
    }

    50% {
        transform: translateY(25px) scale(1);
    }

    75% {
        transform: translateY(15px) scale(0.3);
    }
}

@keyframes spin {
    0%, 100% {
        transform: translateY(5px) scale(1);
    }

    25% {
        transform: translateY(15px) scale(2);
    }

    50% {
        transform: translateY(25px) scale(1);
    }

    75% {
        transform: translateY(15px) scale(0.3);
    }
}

@-moz-keyframes flex {
    0%, 100% {
        transform: scaleY(5);
    }

    25% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(5);
    }

    75% {
        transform: scaleY(1);
    }
}

@-webkit-keyframes flex {
    0%, 100% {
        transform: scaleY(5);
    }

    25% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(5);
    }

    75% {
        transform: scaleY(1);
    }
}

@-o-keyframes flex {
    0%, 100% {
        transform: scaleY(5);
    }

    25% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(5);
    }

    75% {
        transform: scaleY(1);
    }
}

@keyframes flex {
    0%, 100% {
        transform: scaleY(5);
    }

    25% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(5);
    }

    75% {
        transform: scaleY(1);
    }
}

.loader_overlay {
    position: absolute;
    top: 95px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.42);
    z-index: 11111;
}

.drag_panel .media .media-body {
    overflow: hidden;
    position: relative;
    max-height: 4.2em;
    margin-right: -1em;
    padding-right: 1em;
    display: inline-block;
    width: 75%;
}

.lg_drag_panel .media .media-body {
    overflow: hidden;
    position: relative;
    max-height: 4.2em;
    margin-right: -1em;
    padding-right: 1em;
    display: inline-block;
    width: 83%;
}

.drag_panel .panel .media {
    position: relative;
}
/* .media .media-body:before {
    content: '...';
    position: absolute;
    right: 0px;
    bottom: 0;
  }
  .media .media-body:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
  } */

/* necessary plugin styles */
.ellip {
    display: block;
    height: 100%;
}

.ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.ellip,
.ellip-line {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    text-align: justify;
}
/* .ellepsis_tooltip{
  position: absolute;
  bottom: -2px;
  right: 0;
  color: #3c92c5;
  font-weight: 500;
  cursor: pointer;
} */
.panel_popover {
    width: 500px;
    max-width: none;
    font-size: 12px;
    background-color: #000000;
    color: #fff;
}

    .panel_popover.top .arrow::after {
        border-top-color: #000000 !important;
    }
/* .drag_content .panel-home .panel-body{
  overflow-y: overlay;
  width: 100%;
} */

/* Custom scroll bar */


::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.m-135 {
    margin-right: 135px;
}

.panel_loader .progress {
    height: 15px;
    margin-bottom: 0px;
}

    .panel_loader .progress .progress-bar-striped {
        line-height: 12px;
    }

.progress-bar-blue {
    background-color: #6eb1eb;
}

.Nav-Logout {
    padding: 10px 10px;
}


/*-----MULTI FACTOR AUTHENDICATION-----*/ v
.logoLogin {
    margin-top: 10px;
    float: left;
    min-height: 34px;
    margin-left: 15px !important;
}

.MFA-LoginBg {
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: relative;
}

.empLoginContainer {
    position: relative;
}

.empLoginPanel {
    text-align: center;
}

.empLoginHead {
    font-size: 22px;
    border-bottom: 1px dashed #b9b9b9;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #ffffff;
    display: inline-block;
}

.empLoginPanel p {
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.6);
    margin-bottom: 30px;
}

.empLoginPanel .btn-default {
    border: 0;
}

.MFALoginPanel {
    width: 280px;
}

.loginHead {
    font-size: 22px;
    border-bottom: 1px dashed #b9b9b9;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.txtVisit {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 5px;
    background-color: #dae8f0;
}

.MFALogin label, .MFARegnPanel label {
    font-weight: 600;
}

.MFARegnPanel {
    position: relative;
}

    .MFARegnPanel .loginHead {
        display: inline-block;
    }

    .MFARegnPanel .regnInfoTxt {
        margin-top: 4px;
        margin-bottom: 20px;
    }

    .MFARegnPanel i {
        color: #777;
    }

.RegnForm {
    width: 240px;
}

.regOR {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    background-color: #c9c9c9;
    margin-bottom: 15px;
    font-weight: 600;
}

.RegnForm .input-group-btn {
    width: 50px;
}

    .RegnForm .input-group-btn select {
        background-color: #f1f1f1;
        padding-left: 3px;
        padding-right: 0px;
    }

.regnOTP {
    background-color: #edf7fc;
    border: 1px dashed #9dd2e6;
    padding: 15px;
    display: inline-block;
}

    .regnOTP #MainContent_mobileOtpDiv {
        float: left;
    }

.regnOTPCol1, .regnOTPCol2 {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.regnOTPCol1 {
    width: 140px;
}

    .regnOTPCol1 > input {
        letter-spacing: 13px;
        border: 0;
        background-image: url(../images/bg_OTP_form.png?v=1);
        background-repeat: no-repeat;
        background-position: 8px 100%;
        padding-left: 12px;
    }

        .regnOTPCol1 > input:focus {
        }

    .regnOTPCol1 label {
        font-weight: normal;
    }

.regnOTPCol2 {
    width: 150px;
    margin-top: 5px;
}

.regnOTP .regnOTPCol2 {
    width: 150px;
    margin-top: 36px;
}

.regnOTP span, .regnOTP2 span {
    color: #777;
}

.txtDisabled {
    color: #777;
    cursor: no-drop;
}

    .txtDisabled:hover {
        text-decoration: none;
    }

.userMnlImag {
    position: absolute;
    left: 340px;
}

.logoLogin {
    margin-top: 10px;
    min-height: 34px;
    float: left;
    margin-left: 15px !important;
}

.mTop10 {
    margin-top: 10px;
}

.MFARegnPanel .alert {
    border-radius: 0;
}

.mTop20 {
    margin-top: 20px;
}

.valPass {
    position: relative;
    padding-bottom: 12px;
}

.CP-popup-con {
    z-index: 889;
    left: 250px;
    width: 240px;
    top: 0px;
}

    .CP-popup-con .CP-popup {
        position: relative;
        z-index: 898;
        border: 1px solid #9cddff;
        background-color: #fff;
    }

        .CP-popup-con .CP-popup ul {
            list-style-type: none;
            padding: 10px;
        }

            .CP-popup-con .CP-popup ul li {
                padding-left: 22px;
                background: url(../images/icon_tick_success.png?v=1) no-repeat 0 0;
                min-height: 16px;
                line-height: 16px;
                margin-top: 5px;
                color: #8e8e8e;
            }

                .CP-popup-con .CP-popup ul li.active {
                    background-position: 0px -20px;
                    color: #000;
                }

        .CP-popup-con .CP-popup h6 {
            font-weight: bold; /*font-size:11px;*/
            color: #000;
            padding: 8px;
            background: #d7f0fd;
            margin: 0;
        }

.valPass .erroeMSG {
    position: absolute;
    bottom: -8px;
    display: none;
    color: #e04332;
    font-size: 12px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}


.MFARegnPanel .alert {
    min-height: 30px;
    padding-left: 40px;
    position: relative;
    margin-top: 20px;
}

    .MFARegnPanel .alert .statusIcon {
        position: absolute;
        left: 10px;
        top: 14px;
        width: 20px;
        height: 20px;
        display: block;
    }

.MFARegnPanel .alert-success .statusIcon {
    background-image: url(../images/icon_alert_success.png);
}

.MFARegnPanel .alert-warning .statusIcon {
    background-image: url(../images/icon_alert_warning.png);
}

.MFARegnPanel .alert-danger .statusIcon {
    background-image: url(../images/icon_alert_error.png);
}

.mBot20 {
    margin-bottom: 20px;
}
