@import url('https://fonts.googleapis.com/css?family=DM Sans');

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'DM Sans';
    font-size: 15px;
}

a {
    color: #011689;
}

th {
    color: #011689;
}

.btn-primary {
    background-color: #097789 !important;
}

.iconcolor {
    padding: 5px;
    background: #011689;
    color: white;
    border-radius: 5px;
}

.hcolor {
    color: #5a5454;
}

.iconcolor:hover {
    color: white;
}

.formcomponents .formcomponent {
    font-size: .9em;
}

.page-link {
    color: #011689;
    border: 1px solid #011689;
}

.page-link:hover {
    border-color: #011689;
}

.page-item.active .page-link {
    background-color: #011689;
    border-color: #011689;
}

.font-16 {
    font-size: 16px;
}

.table thead th {
    border-bottom: 2px solid #011689;
}

.form-user-icon {
    font-size: 55px;
    color: #011689 !important;
}

.form-user-icon img {
    height: 60px;
}

.login-form-title {
    color: #595454;
}

.bluecolor {
    color: #595454 !important;
    font-weight: 600;
    font-size: 16px;
}

.table td,
.table th {
    border-top: 1px solid #011689;
}

.table tr {
    border-bottom: 1px solid #011689;
}

.datalisting tr td span {
    display: inline-block;
    margin-right: 12px;
}

.accessTable {
    display: table;
    width: 100%;
}

.accessTable .r {
    display: table-row;
}

.accessTable .r .col {
    display: table-cell;
    padding: 8px;
    border-bottom: 1px solid #ccc;
}

.accessTable .r.head .col {
    background: #f3f3f3;
    font-weight: 500;
}

.dataListing {
    display: block;
    font-size: 16px;
}

.dataListing ul {
    display: block;
}

.dataListing ul li {
    display: block;
    padding: 8px 20px;
    border: 1px solid #f3f3f3;
    border-radius: 8px;
    margin-bottom: 8px;
    position: relative;
}

.dataListing ul li.true {
    border-color: green;
    background-color: #d2f7d273;
}

.dataListing ul li.false {
    border-color: #772a28;
    background-color: #772a2821;
}

.dataListing ul li .que {
    display: inline-block;
    width: 100%;
    text-align: left;
    vertical-align: top;
    word-wrap: break-word;
    /*padding: 0 8px;*/
}

.dataListing ul li .ans {
    display: inline-block;
    width: 100%;
    /*margin-left: 20px;*/
    vertical-align: top;
}

.dataListing ul li .ans .options {
    display: block;
    margin-bottom: 4px;
}

.dataListing ul li .ans .options .option {
    display: block;
}

.dataListing ul li .ans .options .checked {
    display: block;
}

.dataListing ul li.fields {
    border: 0;
    padding: 8px 20px;
    background: #f3f3f3;
    border-radius: 12px;
    margin-bottom: 20px;
}

.dataListing ul li.fields .field {
    display: inline-block;
    vertical-align: top;
    min-width: 120px;
}

.dataListing ul li.fields .field label {
    display: block;
    font-size: 12px;
    margin-bottom: 0;
}

.dataListing ul li.fields .field input[type=text] {
    display: block;
    width: 80px;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    height: 32px;
    padding: 0 8px;
    font-size: 14px;
}

.dataListing ul li.fields .field input[type=text].remark {
    width: 400px;
}

.checkbox-wrapper input[type="checkbox"] {
    display: none;
}

.checkbox-wrapper .terms-label {
    cursor: pointer;
}

.checkbox-wrapper .terms-label .label-text {
    margin-left: 10px;
}

.checkbox-wrapper .checkbox-svg {
    width: 18px;
    height: 18px;
    border: 1px solid #cecece;
}

.checkbox-wrapper .checkbox-box {
    fill: #ffffff;
    stroke: #011689;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper .checkbox-tick {
    stroke: #011689;
    stroke-dasharray: 172;
    stroke-dashoffset: 172;
    transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper input[type="checkbox"]:checked+.terms-label .checkbox-box,
.checkbox-wrapper input[type="checkbox"]:checked+.terms-label .checkbox-tick {
    stroke-dashoffset: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #011689 !important;
    background-color: #011689 !important;
}


.navbar-toggler:hover {
    outline: none;
}

.scoringStatus {
    text-align: center;
}

.pass,
.fail {
    display: block;
    width: 220px;
    line-height: 220px;
    text-align: center;
    font-size: 32px;
    color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 32px;
}

.pass {
    background: green;
}

.fail {
    background: red;
}

.maturityLabel {
    font-weight: bold;
    padding-left: 10px;
}

.maturity-progress {
    border-radius: 0px;
    background-color: unset !important;
}

.maturity-progress-bar {
    background-color: unset !important;
}

/*.maturity-status {
    background-color: #CB9700;
    color: #fff;
    border-right: 1px Solid #ccc;
    font-weight: 600;
    padding-left: 10px;
}*/

.maturity1 {
    background-color: #ffac25 !important;
}

.maturity2 {
    background-color: #df603a !important;
}

.maturity3 {
    background-color: #009fba !important;
}

.maturity4 {
    background-color: #c400c2 !important;
}

.proStatus {background: #eee7e7; border-right: 1px solid #ccc;}
.proStatus:last-child {border-right:0;}
.domainReport .statusremarks {background: #c400c2; color: #fff;}
.domainReport .summary {background: #eee7e7; color: #000;}
.domainReport .summary ul {padding-left: 20px;}
.domainReport .recommendations {background: #eee7e7; color: #000;}
.domainReport .recommendations ul {padding-left: 20px;}

.correct-answer {
    background-color: #b8e7ac88;
    color: #203b09;
    font-weight: bold;
}

.dataListing ul li .recoTooltip {
    position: absolute;
    right: 4px;
    top: 4px;
    background: #000;
    color: #fff;
    width: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
}

.dataListing ul li .recoTooltip .reco {
    display: none;
    position: absolute;
    bottom: calc(100% + 8px);
    right: -8px;
    z-index: 2;
    background: #ffeccd;
    color: #000;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    width: 50vw;
    text-align: left;
}

.dataListing ul li .recoTooltip.active .reco {
    display: block;
}

.dataListing ul li .recoTooltip .reco::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;

    border-top: 8px solid #ffeccd;
    position: absolute;
    top: 100%;
    right: 8px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, .2);
}

.areaOfFocus .form-control {
    border: 2px solid #8e8e8e;
    border-radius: 5px;
}

.areaOfFocus .form-control:focus {
    outline: none;
    box-shadow: none;
}

.h-5 {
    height: 5px;
}

.overflow-visible {
    overflow: visible;
}

.checkbox-wrapper input[type="checkbox"]:disabled~label .checkbox-box {
    fill: #d5d5d5;
    cursor: default;
}

.alertFixed {
    position: fixed;
    bottom: 32px;
    left: 32px;
}

.AdminLogin {
    padding: 40px 0;
    min-height: calc(100vh - 40px); 
}
.AdminLogin label, .AdminLogin legend {margin-bottom: 0;}
.AdminLogin h1 {font-size: 1.75rem;}

/* FOR ANIMATED NAVBAR  */
.navbar-toggler-icon {
    width: 22px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}

.navbar-toggler-icon:after,
.navbar-toggler-icon:before {
    width: 22px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.footerfixed {
    position: fixed;
    bottom: 0;
    width: 100%;
}

footer {
    background: #eee7e7;
}

footer .logo {
    width: 200px;
    display: inline-block;
}

footer .logo img {
    width: 100%;
}

.midsec {
    padding-bottom: 80px;
}

.dashWrap .overlay img {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center; z-index: 1;
}

/* 
select {
    background-color: white;
    border: thin solid blue;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
} */

/*select.role {
    background-image:
        linear-gradient(45deg, transparent 50%, #aa1a8c 50%),
        linear-gradient(135deg, #aa1a8c 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
    font-weight: 600;
}

select.role:focus {
    background-image:
        linear-gradient(45deg, green 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, green 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 15px) 1em,
        calc(100% - 20px) 1em,
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}*/

.user .nav-item .nav-link {background: none; color: #097789;}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #097789;
}

.login-form {
    font-size: 16px;
}

.checkbox {
    display: inline-block;
    position: relative;
    cursor: pointer; padding: 0 4px; border-radius: 5px;
}

.checkbox input {/*display: none;*/}

.checkbox input ~ label {
    display: inline-block;  
    cursor: pointer;
    color: #707070;
    border-radius: 5px;
    padding: 0px 5px 0px 0px; position: relative;
    /*padding: 0px 5px 0px calc(5px + 1.2em + 4px); position: relative;*/
}

.checkbox:hover {
    background: #f1f1f1;
}

/*.checkbox input ~ label::before {
    content: ''; display: inline-block;
    position: absolute; top: 2px; left: 5px;
    border: 1px solid #838383;
    height: 1.2em;
    width: 1.2em;
    margin-right: 5px;
    border-radius: 50%;

}

.checkbox input:checked ~ label::after {
    content: '';
    left: 50%;
    top: 50%;
    width: 7px;
    height: 7px;
    background: #a91b8b;
    border-radius: 50%;
    position: absolute; top: 8px; left: 11px;
}*/

.welcome {
    color: #595454;
    font-weight: 600;
}
.welcome h1 {font-size: 2rem;}

.bgwhite .form-group label {
    padding-top: 0;
}

.bgwhite .form-group.formio-component-submit {
    padding-left: 0;
}

.bgwhite .form-group {
    margin-bottom: 1rem;
    background: white;
    padding: 15px 20px;
    border-radius: 25px; box-shadow: 0 0 12px rgba(0,0,0,.4);
}

.bgwhite .form-group:last-child {
    background: transparent; box-shadow: none;
}

.bgwhite .form-group:nth-last-child(2) {
    background: transparent; box-shadow: none;
}

.bgwhite .btn-primary {
    /*background-image: linear-gradient(to right, #961a8c 0%, #071689 51%, #a71a8d 100%);*/
    background: #c400c2 !important;
    font-weight: 500;
    /*transition: 0.5s;*/
    text-align: center;
    text-transform: none;
    background-size: 200% auto;
    padding: 16px 42px;
    border-radius: 36px;
    /*border: 4px solid #f9c533 !important;*/
    border: 0;
    /*box-shadow: 0 0 12px rgba(0,0,0,.4);*/
}

.bgwhite .btn-primary:hover {
    background-position: right center;
}
.bgwhite .btn-primary:focus {
    box-shadow: none;
}
.leftnav {
    width: 100%;
    /*background-image: linear-gradient(to left, rgb(0, 12, 78), #041fb6);
    background-repeat: no-repeat;*/
    border-bottom-right-radius: 8px;
    background: #eee7e7;
}

.brdrradius {
    border-radius: 15px;
    background: #011689;
    padding: 15px;
    font-weight: 500;
}

.footer-margin {
    height: 80px;
}

.bclaender {
    background: url(../images/calender.png) 95% center no-repeat;
    background-size: 20px 20px;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    font-weight: 700;
    color: #c400c2;
}

.smheading {font-size: 15px;}

.fieldrule {font-size: 13px; margin-top: 4px; display: block;}
.ui-widget.ui-widget-content {z-index: 5 !important;}

.userDd {text-align: right;}
.userDd a {font-size: 12px;}
.userDd .usericon {color: #ba4422;}

@media only screen and (max-width: 767px) {
    .table td a.iconcolor {width: 28px; margin: 0 0 1px; text-align: center; display: inline-block; font-size: 14px; padding: 3px;}
}
@media only screen and (max-width: 575px) {
    #listForm .row.pb-3 {padding-bottom: 0 !important;}
    #listForm .row .col-sm-3, #listForm .row .col-sm-2 {margin-bottom: 4px;}
}


.domainReport table {width: 100%; }
.domainReport table td .domain, .domainReport table td .status {padding: 0.5rem;}
.domainReport table td .domain {font-weight: 600; border-bottom: 1px solid #A69F9F}
.domainReport table td:nth-child(1) .domain {background: #EEE7E7;}
.domainReport table td:nth-child(2) .domain {background: #A69F9F; color: #fff;}
.domainReport table td:nth-child(3) .domain {background: #595454; color: #fff;}
.domainReport table td:nth-child(4) .domain {background: #BE2BBB; color: #fff;}
.domainReport table td .status {background: #eee7e7; border-left: 1px solid #ccc;}
.domainReport table td:nth-child(1) .status {border: 0;}
.domainReport table td .star {margin: 12px 0; padding: 2px 8px; background: #eee7e7; border-left: 1px solid #ccc;}
.domainReport table td:nth-child(1) .star {border: 0;}
.domainReport table td .star .overlay {position: relative; height: 0;  margin: 0;}
.domainReport table td .star .overlay img { color: white; font-size: 100px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); text-align: center;}

.chosen-container-active .chosen-single {border: 2px solid #000 !important;}

.acco .item {margin-bottom: 12px;}
.acco .item.active {margin-bottom: 40px;}
.acco .item .accoHead {display: block; position: relative; padding: 8px 40px 8px 20px; background: #f3f3f3; border-radius: 6px; cursor: pointer;}
.acco .item .accoHead::before {content: '\f054'; display: block; position: absolute; right: 16px; top: 8px; font-family: "Font Awesome 5 Free"; font-weight: 900; transition: all ease-in-out .2s;}
.acco .item.active .accoHead::before {transform: rotate(90deg);}
.acco .item .accoContent {display: none;}
.acco .item.active .accoContent {display: block;}


#reportTab {text-align: center;}
#reportTab.nav {display: block;}
#reportTab .nav-item {display: inline-block;}
#reportTab .nav-link {border: 2px solid #fff; display: inline-block; border-radius: 6px; overflow: hidden;}
#reportTab .nav-link:focus-visible {border: 2px solid #000;}
#reportTab .nav-link.active {background: #097789; color: #fff;}

.tab-content>.tab-pane {width: 100%;}

.bold {font-weight: 700;}