﻿/* USER MANAGEMENT ADD NEW USER PAGE */
/*lmsUserEdit.html Internal CSS*/
.container_box {
    height: auto;
    min-height: 430px;
    padding: 5px 5px 0 5px !important;
    border: 1px solid #C5C5C5;
    background: #FFF !important;
    box-shadow: none;
}

.stepwizard {
    background: #ffffff;
    display: table;
    width: 100%;
    position: relative;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
}

.stepwizard-row {
    display: table-row;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
[data-ng-controller*='lmsUserEditController'] .stepwizard-step {
    width: 25%;
}

.stepwizard-step .btn[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard .btn[disabled]:hover, .stepwizard .btn[disabled]:focus {
    color: #bbbaba;
    border-color: #bbbaba;
    text-decoration: none;
    background-color: #BBBABA;
}

.stepwizard-step .btn {
    z-index: 998;
    position: inherit;
}

.stepwizard .btn.btn-circle {
    width: 40px;
    height: 40px;
    padding: 8px 0 0 0;
    font-size: 12px;
    text-align: center;
    color: #BBBABA;
    line-height: 1.428571429;
    outline: 0;
    border: 1px solid #CCCCCC;
    border-radius: 100% !important;
    box-shadow: none;
    background: #FFFFFF !important;
}

.stepwizard .btn.step-tag-active {
    width: 50px;
    height: 50px;
    padding: 12px 0 0 0;
    color: #F3994C;
    outline: 0;
    border: 1px solid #F3994C;
}

[data-ng-controller*='lmsUserEditController'] .stepwizard-step > a > i {
    margin-top: 4px;
}
.stepwizard-step > a > i {
    font-size: 18px;
}

.stepwizard-step > p {
    margin: 10px 0 0;
    font-size: 12px;
}
/*stepwizard Progressbar section*/
.setup-content .progress-bar {
    background-color: #f3994c;
}

.setup-content .progress {
    height: 6px;
    margin-bottom: 18px;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
    /*-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    overflow: hidden;
    border: none !important;
}

.setup-content .progress .bar {
    width: 0;
    height: 6px;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -ms-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(top, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.setup-content .progress-striped .bar {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.setup-content .progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.setup-content .progress-danger .bar {
    background-color: #dd514c;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(top, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}

.setup-content .progress-danger.progress-striped .bar {
    background-color: #F3994C;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.setup-content .progress-success .bar {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -ms-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(top, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}

.setup-content .progress-success.progress-striped .bar {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.setup-content .progress-info .bar {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(top, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}

.setup-content .progress-info.progress-striped .bar {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}
/*stepwizard form section*/
.setup-content img.preview {
  width: 80%;
  height: auto;
  clear:both;
}
.setup-content form {
    padding: 10px;
}

.setup-content .form-control {
    height: 26px !important;
    padding: 2px 12px !important;
    font-size: 12px !important;
}

.setup-content .errorMessage {
    padding: 0 !important;
    float: right;
    font-size: 12px;
    color: #a94442 !important;
}
/*.setup-content input:focus:invalid:focus, */
.setup-content textarea:focus:invalid:focus,
.setup-content select:focus:invalid:focus, .setup-content [type="file"]:focus:invalid:focus {
    border: 1px solid #e9322d !important;
    color: #e9322d;
}

.setup-content :valid + .icon-validation::before {
    content: attr(data-icon);
    color: #8BC34A;
    position: absolute;
    right: 20px;
    top: 7px;
}

.setup-content .has-error .form-control .errorMessage {
    display: block;
}

.setup-content label {
    font-size: 12px !important;
}

.setup-content select {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    height: 26px;
    font-size: 12px;
}

.setup-content textarea {
    width: 100%;
    padding: 2px 12px !important;
    font-size: 12px !important;
}

.setup-content input:focus:valid:focus, .setup-content textarea:focus:valid:focus,
.setup-content select:focus:valid:focus, .setup-content [type="file"]:focus:valid:focus {
    border: 1px solid #62c462 !important;
}

.setup-content ::-webkit-input-placeholder {
    color: #ccc !important;
}

.setup-content .tooltip {
    opacity: inherit !important;
}

.setup-content .tooltip-inner {
    padding: 8px;
    color: #555555;
    text-align: left;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
}

form .setup-content .tooltip-inner:before {
    content: "\f071";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #F3994C;
    padding: 0 8px 0 0;
}

.setup-content .tooltip.right .tooltip-arrow {
    border-right-color: #ccc;
    top: 10%;
}

.setup-content .tooltip.left .tooltip-arrow {
    border-left-color: #ccc;
    top: 10%;
}

.setup-content .tooltip.top .tooltip-arrow {
    border-top-color: #ccc;
    left: 10%;
}

.setup-content .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ccc;
    left: 10%;
}
/* Fixed Button section */
.setup-content .m-t-10 {
    height: 254px;
    position: relative;
}

    .setup-content .m-t-10 .col-md-12:last-child {
        position: absolute;
        bottom: 10px;
    }
/*UMS Add pages common css*/
.form_layout {
    border: 1px solid #DCDCDC;
}

.noresize {
    resize: none;
}

.pal {
    background-color: #fafafa;
    padding: 10px 10px 1px 10px;
    margin: 0 -15px;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #eee !important;
}

.heading_2 {
    font-size: 14px;
    background-color: #3498DB;
    padding: 10px;
    margin: 0 -15px 10px;
    color: #fff;
}

.ums_user {
    margin-top: 2%;
    width: 60px;
    height: 45px;
}

.ums_stepwizard {
    background-color: #F1F1F1;
    padding: 10px 20px 0 13px;
    width: 730px;
    margin-left: -15px;
    margin-top: -10px;
}

.pal_ums {
    background-color: #fafafa;
    padding: 10px 10px 1px 10px;
    margin: 0 -15px 0 -20px !important;
}

.ums_comm {
    margin-top: 15px !important;
}

.ums_social {
    margin-top: 15px !important;
}

.ums_dept {
    margin-top: 15px !important;
}

.ums_addHeading {
    font-size: 14px;
    background-color: #3498DB;
    padding: 10px;
    margin: -20px -20px 10px;
    color: #fff;
}

.comm_btns {
    margin-top: 8%;
}

.social_btns {
    margin-top: 15%;
}

.dept_Content {
    margin-top: 6%;
}

.dept_btns {
    margin-top: 5%;
}

.ums_CocialContent {
    margin-top: 10%;
}

.select_formfield {
    padding: 0 !important;
}

.Add_footerBtn {
    margin-bottom: -25px;
}

.Add_Succes {
    margin-top: 15px;
}
/*UMS Edit pages css*/
.lmsEdit-sec .box-footer {
    padding: 10px 0 0;
}
/*UMS add edit pages jQuery form validation common CSS*/
input.ng-valid:focus, textarea.ng-valid:focus, select.ng-valid:focus {
    border: 1px solid #00ff00 !important;
    color: #00ff00;
}

:valid + .icon-validation::before {
    content: attr(data-icon);
    color: #8BC34A;
    position: absolute;
    right: 20px;
    top: 32px;
}

input[type="text"].error, textarea.error, textarea.error:focus, select.error, select.error:focus {
    border: 1px solid #F0CFCF !important;
    background-color: #ffffff !important;
    color: #444444 !important;
    /*width: 83% !important;*/
    margin-left: 0 !important;
    outline: none;
}
/*jQuery form validation tooltip*/
.tooltip {
    opacity: inherit !important;
    /*Below code for LMSWEB_Sprint2RequireJs Bug ID:3886 - Fixed*/
    z-index: 1029;
}
form .tooltip-inner {
    padding: 8px;
    color: #555555;
    text-align: left;
    background-color: #fff;
    box-shadow: 1px 1px 19px rgba(136, 136, 136, 0.52);
    border-radius: 4px;
    text-align: center !important;
    border: 1px solid red!important;
}
form .tooltip-inner:before {
        content: "\f071";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        color: #F3994C;
        padding: 0 8px 0 0;
}
form .tooltip.right .tooltip-arrow {
    border-right-color: red!important;
    top: 10%;
}
form .tooltip.left .tooltip-arrow {
    border-left-color: red!important;
    top: 10%;
}
form .tooltip.top .tooltip-arrow {
    border-top-color: red!important;
    left: 10%;
}
form .tooltip.bottom .tooltip-arrow {
    border-bottom-color: red!important;
    left: 10%;
}

.lmsEdit-sec section .box-title {
    font-size: 16px;
    color: #444444;
    margin: 15px;
    font-weight: 600;
}
.lmsEdit-sec img#lmsUserImage {
    height: 95px;
    width: 95px;
    position: relative;
    border: 0 solid #ccc;
}
#umsform :valid + .icon-validation::before {
    top: 9px;
}
input[type="file"]:invalid > .error {
    color: red !important;
}
.lmsEdit-sec input.cmn-toggle-round + label {
    padding: 2px;
    width: 100%;
    height: 22px;
    background-color: #dddddd;
    border-radius: 91px;
}
.lmsEdit-sec input.cmn-toggle-round:checked + label:after {
    margin-left: 63px;
}

.lmsEdit-sec input.cmn-toggle-round + label:before {
    background-color: #8ce196;
}

.lmsEdit-sec input.cmn-toggle-round:checked + label:before {
    background-color: #ff0000;
}
.lmsEdit-sec .switch.has-feedback {
    display: -webkit-inline-box;
    display: -ms-inline-box;
}
.ModalForUserImage .cropArea {
    overflow: hidden;
    height: 25em;
    padding: 0;
}
.ModalForUserImage img-crop {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.ModalForUserImage img-crop canvas {
    display: block;
    left: 0;
    outline: 0 none;
    position: absolute;
    top: 0;
    width: 100%;
}
.ModalForUserImage .cropArea canvas {
    margin-top: 0 !important;
    margin-left: 0 !important;
}
/*lmsUsers.html CSS*/
.lms-users a[disabled="disabled"] {
    pointer-events: none;
}
/*UserDetailView.html CSS*/
.user-detail-view .fb-image-profile {
    z-index: 999;
    position: relative;
    margin-top: 0;
}
.user-detail-view .Profile_Image {
    width: 200px;
    height: 200px;
    position: relative;
}
@media (max-width: 1199px) {
    .user-detail-view .Profile_Image {
        margin-top: 0;
        margin-bottom: 15px;
    }
}
.user-detail-view .profile-badge i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    z-index: 100;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    border: 1px solid;
}
.user-detail-view .profile-badge span {
    font-size: 20px;
    margin-left: 15px;
    font-weight: 600;
}
.user-detail-view .profile-contacts .contact-info p {
    padding: 10px 0 0 15px;
    line-height: 22px;
}

/*SystemFeatures.html, Features.html, SubFeature.html, SubFeatureMapping.html pages CSS*/
#systemfeaturesmain .Navtabs_li a {
    cursor: pointer;
}
#FeaturesTable tbody tr, #FeaturesTable thead tr, #SubFeaturesTable tbody tr, #SubFeaturesTable thead tr {
    height: 35px;
}
#MappingTable thead tr, #MappingTable tbody tr {
        padding:10px;
}
#MappingModalTable tbody {
    counter-reset: rowNumber;
}
#MappingModalTable tbody tr {
    counter-increment: rowNumber;
}
#MappingModalTable tbody tr td:first-child::before {
    content: counter(rowNumber);
    min-width: 1em;
    margin-right: 0.5em;
}
.modal--body {
    max-height: 500px;
    overflow: auto;
}
#ShowMappingModal .modal--body {
    max-height: none;
    overflow: visible;
}
#ShowMappingModal .modal--body #MappingModalTable {
    max-height: 450px;
    overflow-y: auto;
}
.width-100-p {
    width: 100%;
}
/*App\UserManagement\App\views\lmsSystemFeatures\lmsRoleToSubFeatureMapping\RoleToSubFeatureMapping.html CSS*/
.role-toSubFeu-map #ShowSubFeatureMappingModal select > option {
    color: #454545;
}
.role-toSubFeu-map #ShowSubFeatureMappingModal select:invalid {
    color: #545454;
}
.role-toSubFeu-map .modal .modal-body {
    max-height: none; 
    overflow: initial;
}
.role-toSubFeu-map .modal .modal-body .MappingModalTable {
    max-height: 420px;
    overflow-y: auto;
}
/*lmsGroups.html CSS*/
.lms-groups .dataTables_wrapper table.dataTable thead th:last-child {
    width: 14% !important;
}
/* App\UserManagement\App\views\lmsRoles\lmsUserRoleMapping.html*/
#ShowAddRoleModal .modal--body {
    /*max-height: 82%;*/
}
#AddNewRole .accordion-toggle {
    display: table-row !important;
}