body{
    color:#01539A;
    font-size: 16px;
    height:100%;
    background: #F5F5F6;
    line-height: 1.5;
    
}
.block{
    padding:1rem;
}
.content__formright-wrap::-webkit-scrollbar {
    width: 13px;
  }
   
  .content__formright-wrap::-webkit-scrollbar-track {
    background-color: #f0f0f0;
  }
   
  .content__formright-wrap::-webkit-scrollbar-thumb {
    background-color: lightgrey;
    border-radius: 10px;
  }
  .content__formright-wrap::-webkit-scrollbar-thumb:hover{
    background-color:rgb(172, 168, 168);
  }
  .content__formright-wrap::-webkit-scrollbar-button:single-button {
    background-color: #f0f0f0;
    display: block;
    border-style: solid;
    height: 10px;
    width: 5px;
  }
  /* Up */
  .content__formright-wrap::-webkit-scrollbar-button:single-button:vertical:decrement {
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent rgb(172, 168, 168) transparent;
  }
  .content__formright-wrap::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
    background-color: lightgray;
    border-color: transparent transparent rgb(143, 140, 140) transparent;
  }
  /* Down */
  .content__formright-wrap::-webkit-scrollbar-button:single-button:vertical:increment {
    border-width: 7px 7px 0 7px;
    border-color: rgb(172, 168, 168) transparent transparent transparent;    
  }
  .content__formright-wrap::-webkit-scrollbar-button:single-button:vertical:increment:hover {
    background-color: lightgray;
    border-color: rgb(143, 140, 140) transparent transparent transparent;

  }

    /*for removing search input clear btn */
    input[type="search"]::-webkit-search-decoration,
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-results-button,
    input[type="search"]::-webkit-search-results-decoration {
        -webkit-appearance:none;
    }
header{
    background:#ffffff;
    color:#525252;
}

.header--login{
    margin-bottom: 0.8rem;
    box-shadow:0 3px 7px #f5f5f5;
}
.block--docs section{
    height: 1404px;
    width:100%;
    padding:3.9rem;
    position: relative;
   
}
.block--survey{
    line-height: 1.2;
}
textarea{
    resize: none;
}
.block--docs{
    width:1040px;
    margin:0 auto;
    color:#20709f;
    font-size: 19.5px;
}
.error__wrap{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.error__wrap a{
    text-decoration: underline;
    color:#525252;
}
.error__wrap p{
    margin-bottom: 0;
}
.block--error{
    padding:13rem 0;
    color:#525252;
}
.error__http{
    font-size: 100px;
}

.pagination{
    justify-content: center;
    margin-top: 2rem;
}
.pagination--custom .page-link{
    color:#01539A;
    transform: scale(1.1);

}
.pagination--custom .page-item.active .page-link{
    background-color: #01539A;
    border-color: #01539A;
}
.brand-link{
    padding: .313rem .5rem;
}
.navbar-light .navbar-nav .nav-link{
    color:#525252;
}
header .nav-link:hover{
    font-weight: bold;
    margin:0 -2px;
}

.brand-link .brand-image{
    left: -27.6px;
    max-width: 157px;
    max-height: 57px;
    margin-left: 0;
    position: relative;
}
.navbar-light{
    background-color:#ffffff;
}

.nav-top{
    margin-bottom:3rem;
}
.nav-top .nav-link.active{
    border-bottom: 4px solid #096BBF;

}

.nav-top .nav-link{
    border-bottom:2px solid #E1E2E1;
    color:#01539A;
    padding: 0.5rem 4rem;
}
.notification__wrap {
    visibility: hidden;
    min-width: 250px;
    color: #fff;
    text-align: center;
    position: fixed;
    z-index: 1;
    top: 80px;
    right:0;
  }
  
  .notification__wrap.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  @-webkit-keyframes fadein {
    from {top: 0; opacity: 0;} 
    to {top: 80px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {top: 0; opacity: 0;}
    to {top: 80px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {top: 80px; opacity: 1;} 
    to {top: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {top: 80px; opacity: 1;}
    to {top: 0; opacity: 0;}
  }

.notification{
    padding:24px 57px 24px 67px;
    color:#ffffff;
    font-size:18px;
}
.notification__wrap--success{
    background-color:#006C08;
}
.notification__wrap--warning{
    background-color:#efd217;
}
.notification__wrap--error{
    background-color:#dc3545;
}
.fas{
    padding-right: 10px;
}
.btn{
    padding: 12.5px 44.4px;
    border-radius: 2px;
    line-height: 1.2;
}
.btn-search{
    background: #ffffff;
    border: 0;
    outline: 0;
    border-radius: 5px;
}

.btn-primary{
    background-color: #096BBF;
    border: 2px solid #096BBF;
    font-weight: 600;
}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus{
    background-color: #FFFFFF !important;
    color: #096BBF !important;
    border: 2px solid #096BBF  !important ;
}

.btn--lg{
    border-radius: 5px;
}
.btn-primary:disabled{
    background-color: #d3d3d4;
    border-color:#d3d3d4;
}
.btn-primary:disabled:hover{
    background-color: #d3d3d4 !important;
    border-color:#d3d3d4 !important;
    color:#ffffff !important;
}

.btn--sm{
    padding:12.5px 62.3px;
    font-size: 18px ;
    font-weight: 600;
}
.btn-secondary{
    background-color: white;
    color:#585858;
    border:2px solid #585858;
    font-weight: 600;

}
.content-header{
  padding:22px 0 0;
}


.content__subtitle{
    font-size: 20px;
    font-weight: 500;
}
h2.content__title{
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 0;
}
.content__title-wrap{
    margin-bottom: 1rem;
}
h3.content__sub{
    font-size: 20px;
    font-weight: bold;
}
h4.content__sub{
    font-size: 18px;
}
.content__text{
    font-size:16px;
    color:#595959;
    margin-bottom: 0.5rem;
}
.content__block{
    margin-bottom: 1.5rem;
}
.green-italic{
    color:#27b200;
    font-style: italic;
}
.yellow-bg{
    background-color: #ffffa5;
}

.content__form-left .content__subtitle{
    margin-bottom: 40px;
}
.content__formright-wrap{
    padding:25px;
    background:#ffffff;
    border:1px solid #949494;
    border-radius:5px;
    height: 325px;
    overflow-y: auto;
}
.content-header h1{
    font-size: 30px;
    margin-bottom: 0;
}
.content__title-wrap h1:first-child,.content__title-wrap p:first-child{
    margin-bottom: 12px;
}
.content__title-wrap h1:last-child{
    margin-bottom: 0;
}
.content-header p{
    font-size: 20px;
    margin-bottom: 0;
}
dt{
    display: inline-block;
    background-color:#b7e2ff;
    font-weight: normal;
}
dd{
    display: inline;
    color:#595959;
}
.content__btnright-wrap{
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
}
.block-docs .content__text-wrap{
    font-size: 24.7px;
    margin-bottom: 19.5px;
}
.content__bottombtn-wrap{
    display: flex;
    justify-content: center;
}
.row--advanced{
    display:none;
}
.row--advanced.show{
    display: flex;
}
.block--survey .content__bottombtn-wrap{
    justify-content: space-between;
}
.content-header__link{
    text-decoration:underline;
    color:#585858;
}
.content-header__right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.block--docs .content__block{
    margin-bottom: 1.3rem;
}
.content .card{
    border: 1px solid #E1E2E1;
    border-radius: 2px;
    box-shadow: none;
}
.content__img-wrap{
    background:#ffffff;
    justify-content: center;
}
.content__img--absolute{
    width:843px;
    height:1013px;
    align-self:center;

}
.content__img{
    max-width: 100%;
    height: auto;
}


.block--docs .block{
    background:#ffffff;
    margin:0 auto 3rem;
}
.block--helvetica{
    font-family: 'Helvetica',sans-serif;
}
.nav-link{
    font-size: 19px;
    padding:1.25rem 1.25rem;
}
.content__bottom-right{
    font-size: 18.2px;
    text-align:right;
    color:#708090;
    position: absolute;
    bottom: 31.2px;
    right: 36.4px;

}
.card-primary.card-outline-tabs>.card-header a.active{
    border-top:4px solid #096BBF;
    border-top-left-radius: 0;
    border-top-right-radius: 0%;
    font-weight: 500;
}

.card.card-outline-tabs .card-header a{
    color:#01539A;
    border-right:1px solid #E1E2E1;
    font-weight: normal;
    
}

caption{
    caption-side: top;
    color:#01539A;
    font-size: 24px;
    padding-left: 21px;
}
.dropdown-toggle::after{
    transform:rotate(180deg);
    vertical-align: middle;
    margin-left:5px;
    border-top: .5em solid;
}
.content--title .sidenav-content{
    height:100%
}
.block-docs .content__heading{
    font-size:41px;
    border-bottom: 5.2px solid #6acad7;
    padding-bottom: 6.5px;
    margin-bottom: 21px;
}
.block--docs .content__heading--continued{
    font-style: italic;
    border-bottom: 0;
}
.content__heading-wrap .content__heading{
    font-size:41px;
    border-bottom: 5.2px solid #6acad7;
    padding-bottom: 6.5px;
    margin-bottom: 21px;
}
.content__heading-wrap .content__heading--continued{
    font-style: italic;
    border-bottom: 0;
}
.content-index__topic{
    font-size:26px;
    padding:19.5px 0;
    border-bottom:2.6px solid #dde9ea;
}
.content-index__page{
    float: right;
}
.block--docs .content__sub{
    font-size: 26px;
}
.block--docs .content__sub-wrap{
    margin:19.5px 0;
}
.block--docs .content__text{
    font-size: 18.2px;
    line-height: 1.6;
    color:#585858;
    margin-bottom: 19.5px;
}
.content__centerimg-wrap{
    text-align: center;
}
.content__center-img:last-child{
    margin-bottom: 0;
}
.content__center-img{
    margin-bottom: 2.6rem;
}
.content__left-wrap{
    width:50%;
}
.content__text--different{
    color:#20709f!important;
}
.list--inline{
    column-count: 3;
    -webkit-column-count:3;
    padding-left:21.9px;
}
.content__list-item{
    font-size:18.2px;
    margin:5.2px 0;
    color:#585858;
    display: inline-block;
    width:90%;

}
.content__list-item::before{
    content: "";
    display: list-item;
    position: absolute;
}
.content__references{
    font-size: 13px;
    color:#708090;

}

.content__references-wrap{
    position: absolute;
    bottom:31.2px;
    width:85%;
}

/*.content__text{
    font-size:19px;
    margin-bottom: 1rem;
}*/
tbody{
    color:#595959;
}
.table thead th{
    border-top:none;
    border-bottom: 2px solid #E1E2E1;
}
.table th{
    border-bottom: 1px solid #E1E2E1;
}
.table a{
    text-decoration: underline;
    color:#01539A;
}
.table th,.table td{
    padding:1.3rem 0.75rem;
   
}
.table--site{
    background-color: #ffffff;
}
.table--secondary thead th{
    background-color: #00538A;
    color:#ffffff;
    font-size:18.2px;
    border-right: 1.3px solid #ffffff;
    border-bottom: 0;
    padding:20.8px 13px 13px;
    vertical-align: middle;
}
.table--split thead .table__domain{
    width:80%;
}
.table--secondary > tbody > tr:nth-child(odd){
    background-color:#f2f9fe;
}
.table--secondary tbody tr:nth-child(even){
    background-color:#e7f6fd;
}
.table--secondary tbody td{
    border:1.3px solid #ecf0f6;
    padding:13px;
    vertical-align: middle;
    height:unset;
}
.table--compressed thead th{
    padding:10.4px 6.5px 6.5px;
    width:50%;
}
.table--compressed tbody td{
    padding:6.5px;
}


.table--inner thead th{
    background-color:#e6f0f8;
    font-size:16px;
    padding:3px 5px;
    color:#01539A;
    border-right:0;
    text-align:left;
}
.table--inner{
    border:1px solid #ececec;
}
.table--inner tbody tr:nth-child(even){
    background: #F3FAFF;
}
.table--inner thead th:first-child{
    width:90%;
  
}
.table--inner tbody td{
    border:0;
    padding:2px 10px;
}
ol:not([class]) li{
    font-size:18.2px;
}
.table--priority ol{
    padding-left:1.5rem;
}
.content__flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.table--split tbody td{
    font-size:18.2px;
}
.table--font-sm tbody td{
    font-size: 15.6px;
}
.table__action{
    width:20%;
}
.table__detail{
    width:60%;
}
.table--secondary .list{
    margin-bottom: 0;
}
.table__left{
    margin-right: 1rem;
}
.content__list-wrap ol{
    color:#585858;
}
.card-header{
    margin-bottom: 2rem;
}
.badge{
    color:#ffffff;
    font-size: 1rem;
    font-weight: normal;
    border-radius:50px;
    display: inline-block;
    width:110px;
    height: 30px;
    padding:6px 2px;
}
.badge--complete{
    background-color:#64136F;
}
.badge--new{
    background-color:#006C08;
}
.badge--progress{
    background-color:#096BBF;
}

.td-top{
    font-weight: bold;
}
.footer{
    background-color:#E1E2E1;
}

.content-header .login__title{
    color:#595959;
    font-size:2.3rem;
    margin-bottom: 0;
    font-weight: 500;

}

.block--login .login__title--toggle ,.block--login .form-link--toggle, .btn--toggle{
    display: none;
}
.block--forgot-pwd .form-link, .block--forgot-pwd .login__title, .block--forgot-pwd .form-group--toggle, .block--forgot-pwd .btn{
    display: none;
}
.block--forgot-pwd .login__title--toggle, .block--forgot-pwd .form-link--toggle, .block--forgot-pwd .btn--toggle{
    display:block;
}
label{
    font-size:1rem;
    font-weight: 400 !important;
    color:inherit;
}
.form--login{
    color:#585858;
}
 .form-control{
    border:1px solid #949494;
    border-radius: 5px;
}
.form-link__wrap{
    margin-bottom: 1rem;
}
.form-link{
    color:#585858;
    text-decoration: underline;
}
.form-link:hover{
    color:#585858;
    text-decoration: underline;
}
.form--user .input-group--sm{
    width:50%;
    border:1px solid #949494;
    border-radius: 5px;
}
.content__formright-wrap .form--user .form-control{
    border:0
}
.content__formright-wrap .custom-checkbox .custom-control-label::before{
    border-radius:2px;
}
.form__title{
    margin-bottom: 21px;
    font-size: 16px;
}
.content__form-left .form--user{
    color:#01539A;
}
.content--bg{
    background-color:#ffffff;
    padding:25px;
    margin-bottom: 3rem;
}
.custom-control-label::before{
    background-color: white;
    border:2px solid #01539A;
    box-shadow: none;
    width: 20px;
    height: 20px;
    top:0;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after{
    border-radius: 50%;
    width: 0.75rem;
    height: 0.75rem;
    left: -1.25rem;
    background: #01539A;
}
.survey__title{
    font-size:26px;
}
.survey__title-wrap{
    margin-bottom: 19px;
}
.survey__subtitle{
    font-size:22px;
    font-weight: 500;
}
.survey__subtitle-wrap{
    margin-bottom: 46px;
}
.survey__common-text{
    font-size:20px;
    font-weight: 500;
    margin-bottom:21px;
}
.survey__ques{
    font-size:18px;
    margin-bottom: 24px;
    color:#00528A;
}
.survey__options-wrap .custom-control {
    margin-bottom: 0.5rem;
}

.survey__ques-wrap{
    margin-bottom: 52px;
}
.custom-control-input:checked~.custom-control-label::before{
    background-color: white;
    border-color: #01539A;
}
.survey__note-wrap{
    background-color:#096BBF12;
    border:1px solid #C5E2F0;
    padding:10px;
    border-radius: 10px;
    display: inline-block;
}
.survey__note-title{
    color:#01539A;
    font-weight: 500;
    font-size:16px;
}
.survey__note{
    color:#525252;
    font-size:15px;
}
.block--survey hr{
    margin:61.5px 0;

}
.block--report hr{
    margin:26.5px 0 37.5px;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before{
    border-color: #01539A;
    background-color: #ffffff;
}
.custom-checkbox .custom-control-label::before{
    border-radius: 0;
}
.custom-control-input{
    width: 20px;
    height: 20px;
}
.custom-control-label{
    line-height: 1.2;
    padding-left:8px;
    color:#525252;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    height: 0.9rem;
    width: 0.4rem;
    border-width:0 2px 2px 0;
    border-style:solid;
    border-color:#01539A;
    transform: rotate(45deg);
    left: -1.05rem;
    top: 2px;
}
.bottombtn-wrap{
    display: flex;
    justify-content: space-between;
}

.sidenav,.sidenav-content__wrap{
    background:#ffffff;
}
.sidenav-content__wrap{
    padding:1.5rem;
}
.sidenav-link{
    font-size:16px;
    color: inherit;
    display: block;
    padding: 0.5rem 1rem;
    border-radius: 0;
}
.sidenav-link.active{
    font-weight: bold;
    background-color: #096BBF1A !important;
    border:0 !important;
    border-left: 5px solid #01539A !important;
    color:#01539A !important

}
.sidenav__link{
    padding:0;
    color: #01539A;
    font-size:16px
}
.sidenav__tabs-wrap{
    position: relative;
    font-weight: 500;
    cursor:pointer;
}

.sidenav__dropdown-wrap--active .sidenav__tabs-wrap{
    background-color: #01539A ;
}
.sidenav__dropdown-icon{
    position: absolute;
    right: 15px;
    bottom: 17px;
    width: 10px;
    height: 10px;
    border: solid #707070;
    border-width: 3px 3px 0 0;
    transform: rotate(135deg);
    padding: 3px;
    transition: all .2s ease-in-out;
}
.sidenav__tab-link{
    font-weight: 500;
    color:#00528A;
    display: inline-block;
    width: 100%;
    padding: 13px 17px;
}
.sidenav__tab-link:hover{
    color:#00528A;
}
.sidenav__dropdown-wrap--active .sidenav__tab-link{
    font-weight: bold;
    color:white;
    padding:13px 5px;
}
.sidenav__dropdown-wrap--active .sidenav__dropdown-icon{
    border-color:#ffffff;
    transform:rotate(-45deg);
    top:21px;
}
.sidenav__dropdown-item{
    color:#01539A;
    margin-left: 53px;
}
.sidenav__dropdown-list{
    display: none;
}
.sidenav__dropdown-wrap--active .sidenav__dropdown-list{
    display: block;
    background-color:#096BBF1A;
    padding:7px 0px;
}
.sidenav__dropdown-link{
    padding:5px 0;
    font-size:16px;
    color:#01539A;
}
.nav-tabs.sidenav .nav-link{
    border-radius: 0;
}
.sidenav__dropdown-list .sidenav__dropdown-link.active{
    border: 0;
    background: unset;
    text-decoration: underline;
    font-weight: 500;
    color: #01539A;
}
.bg-poor{
    background-color: #e0e5ff;
}

.bg-unsatisfactory{
    background-color: #c3ceff;
}
.bg-fair{
    background-color: #9db4ff;
}
.bg-good{
    background-color: #7393ff;
}
.bg-excellent{
    background-color: #4f82fc;
}
.table--summary td{
    height:unset;
    border-bottom-color: #dfdfdf;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-spacing: 0px 0px;
    vertical-align: middle;
    padding:0.45rem 1rem;
}
.table--summary{
    margin-bottom: 0;
}
.table--summary thead th{
    vertical-align: top;
    padding:0;
    color:#595959;
}
.summary-table__col{
    text-align:center;
    font-size:1.2rem;
}
.summary-table__col--section{
    width:38%;
}
.summary-table__col--percentage{
    width:13%;
    text-align:right;
}
.summary-table__heading{
    color:#01539A;  
    font-size: 1.2rem;
}
.table--summary .summary-table__total{
    font-weight: 600;
    font-size:1rem; 
    padding-left:0
}
.summary__ratings{
    display:flex;
    margin-top:0.5rem;
    margin-bottom: 0.5rem;
    justify-content: space-around;
}
.ratings__type{
    font-weight: normal;
    color:#585858;
    font-size:0.9rem;
}
.table--summary .summary-table__heading{
    font-weight: bold;
    font-style: italic;
    padding-left:0;
    font-size:1rem;
    padding-bottom: 0;
}
.table--summary .summary-table__footer{
    color:#595959;
    font-weight: bold;
    font-size: 1rem;
    font-style: italic;
    padding: 1rem 0;
}
.table--summary .summary-table__footer span{
    font-style:normal;
    font-weight: normal;
    
}
.table--summary .table-caption{
    font-size: 1.3rem;
    font-weight: bold;
    margin-right: 6rem;
}
.content--title .sidenav__content{
    font-size:20px;
}
.summary-table__number{
    float: right;
}
.progress-marker{
    font-weight: bold;
    top: -30px;
    position: relative;
    color: #d00000;
    z-index: 0;
    font-size: 1.5rem;
    display: inline-block;
    height: 1.5rem;
    width: 5px;
    left: -4px;
}
.progress--custom{
    height:10px;
    background-color: unset;
    overflow:visible;
    font-size: inherit;
}
.progress-bar--custom{
    border-left:1px solid #bfbfbf;
    border-bottom:1px solid #bfbfbf;
}
.progress-bar-break{
    margin-left: 0px;
    border-left-style: none;
}
.summary-table__percentage{
    text-align:right;
}
.table--summary .summary-table__progress{
    vertical-align: bottom;
}
.culture-importance__percentage{
    font-size: 41.6px;
    color: #639F40;
}
.culture-importance__info{
    font-size: 15.6px;
}
.culture-importance__wrap {
    margin-left: 19.5px;
}
tfoot .summary-table__percentage{
    color: #595959;
    font-size: 1.2rem;
    font-style: italic;
}
.footer__text{
    padding: 1.719rem  0.5rem;   
}

.border-enclose{
    border-top:5.2px solid #6acad7;
    border-bottom:5.2px solid #6acad7;
    padding:1.3rem 0;

}
.border-enclose .content__sub-wrap{
    margin-top:0;
}
.wellscore__title{
    font-size:26px;
}
.wellscore__score{
    font-size:52px;
}
.wellscore__parameters-wrap span{
    font-size:26px;
    font-weight: 600;
    margin-bottom: 1.3rem;
    display: block;
    
}
.wellscore__img-wrap{
    align-self: flex-end;
}
.wellscore__img-title{
    font-size:18.2px;
    font-weight: bold;
    margin-bottom: 19.5px;
}
.wellscore__parameters-item{
    font-size:20.8px;
    margin-bottom: 18.2px;
}
.list--no-style{
    padding-left:0;
    list-style: none;
}
.list--square-style{
    list-style: square;
}
.list--nested {
    margin-top:1.3rem;
    line-height: 1.3;
}
.list--display-grid{
    display: grid;
    grid-template-columns: 54% 50%;
    grid-template-rows: 24% 46% auto;
    grid-auto-flow: column;
}
.list--nested li{
    margin:0;
    font-size:18.2px;
    color:#000000;
}
.list--nested > li{
    font-size: 20.8px;
    color:#20709f;
}

.wellscore-wrap{
    justify-content: space-between;
}
.domain__name{
    font-weight: bold;
}
.client__details span{
    display:block;
}
.client__details-wrap{
    margin-left:130px;
}
.content__comparative-change{
    border: 1.3px solid #ddd;
    border-radius: 6.5px;
    display: inline-block;
    margin-bottom: 6.5px;
}
.comparative-change__wrap{
    display: inline-block;
    padding: 19.5px;
    text-align: center;
    border-right: 1.3px solid #dddddd;
}
.comparative-change__wrap:last-child{
    border-right: 0;
}
.comparative-change__percent{
    font-size: 33px;
    font-weight: bold;
}
.summary__info:last-child{
    margin-bottom: 0;
}
.summary__info-wrap{
    margin-bottom: 1rem;
}
.report__info{
    margin-bottom: 0.4rem;
}

.report__points-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #01539A08;
    border:1px solid #1492D022;
    padding:11px 0;
    margin-bottom: 34px;
}
.report__check-value{
    width:11px;
}
.report__area-wrap .extra-info__icon{
    width:13px;
    height:13px;
    top:7px;
}

.points__wrap{
    font-weight: bold;
    font-size:18px
}
.list__text{
    color:#595959;
}

.card-primary.report__tabs-wrap>.report__tabs a.active{
    font-weight: bold;
}
.report__tabs-content{
    padding:0 64px;
}
.content--title .sidenav-content__wrap{
    height: 100%;
}
.content--title .sidenav-content{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}
.content__block a{
    color:#01539A;
}
.pillar__list span:last-child{
    float: right;
}
.pillar__select-wrap{
    margin-bottom: 65px;
}
.pillar__flex-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-self: center;
}
.report__tabs-content .report__points-wrap{
    background:#ffffff;
    justify-content: space-between;
    font-weight:500;
    border:0;
    padding:0;
}
.pillar__btn-wrap .btn--sm{
    width:145px;
    padding:12.5px 5px;
}
.report__final-score {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}
.report__area-title{
    margin-bottom:26px;
    text-decoration: underline;
    font-weight:500;
}
.report__area-wrap{
    margin-bottom:41px;
    width:37%;
}
.sidenav-header__wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;

}
.extra-info__icon{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #F0B411;
    background-color: #F0B411;
    margin-right:11px;
    position: relative;
    top:2px;
}
.extra-info__wrap{
    color:#525252;
    margin-bottom: 41px;
}
.extra-info__title{
    font-weight: bold;
    margin-right:15px;
}
.report__flex-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list--circle{
    list-style-type: disc;
}
.report__item-wrap{
    display:flex;
    color:#646464;
    font-weight:500;
    margin-bottom: 5px;
}
.report__item{
    background-color: #FFF0C7;
    width: 70px;
    display: flex;
    justify-content: space-evenly;
}
.report__pillar{
    color: #ffffff;
    padding: 0 5px;
}
.report__pillar--1{
    background-color: #B01F58;
}
.report__pillar--2{
    background-color: #00528A;   
}
.report__pillar--3{
    background-color: #29615A; 
}
.report__pillar--4{
    background-color: #682566;
}
.report__pillar--5{
    background-color: #BA9225;   
}

.report__item-wrap div{
    margin-right:13px;
}

@media (min-width: 575px){
    .header .nav-item:last-child .nav-link{
        padding-right: 0;
    }
    .header .navbar{
        padding-right:0;
    }
}
@media (max-width:1200px){
    .form--user .input-group--sm{
        width:100%;
    }
    .report__area-wrap{
        width:unset;

    }
   
   
}
@media (max-width: 992px){
    .btn{
        padding: 12.5px 14px;
    }
    .btn--sm{
        padding:12.5px 40px;
    }
    .ratings__type{
        margin-right:5px;
    }
    .error__content-wrap{
        text-align: center;
    }   
  
}
@media (max-width: 767.98px){
    .content-header{
        padding:0;
    }
    .content-header .login__title{
        text-align: center;
    }
    .sidenav{
        margin-bottom: 2rem;
    }
    .nav-link{
        padding:0.5rem;
    }
    .notification{
        padding:22px 27px;
    }
    .content__form-left{
        margin-bottom: 2rem;
    }
    .nav--md-vertical{
        flex-direction: column;
        width:50%;
        margin-left:auto;
        margin-right:auto;
    }
    .block--report .nav--md-vertical{
        width:80%
    }
    .summary-wrap .nav--md-vertical{
        width:80%;
    }
    .card-primary.card-outline-tabs>.card-header .nav--md-vertical a.active{
        border:0;
        border-bottom:4px solid #096bbf;
    }
    .card.card-outline-tabs .card-header .nav--md-vertical a{
        border-right:0;
        margin-bottom: 0.5rem;
    }
    .nav--md-vertical .nav-item{
        text-align: center;
    }
    .table td{
        padding:0.5rem;
    }
    .table tbody tr td:first-child{
        white-space: normal;
    }
    .table--summary tbody tr td:first-child{
        white-space: nowrap;
    }
    .content__title-wrap{
        text-align:center;
    }
    
    .content-header__right{
        justify-content: center;
        margin-top:1rem;
    }
    .nav-top{
        justify-content: center;
    }
    .content__form-left .content__subtitle{
        margin-bottom: 1rem;
    }
    .pillar__btn-wrap{
        text-align: center;
        margin-bottom: 1rem;
    }
    .sidenav-content__wrap{
        padding:1rem;
    }
    .block--survey .content__bottombtn-wrap{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .block--survey .bottombtn__left-wrap{
        margin-bottom: 1rem;
    }
    .report__tabs-content{
        padding:0 15px;
    }
    .block--error{
        padding:6rem 0;
    }
}

@media (max-width: 575px){
    .brand-link .brand-image{
        left:-12.6px;
    }
    .nav-link{
        padding:0.5rem 0.1rem;
    }
    .nav-top .nav-link{
        padding:0.5rem 2rem;
    }
    .header .navbar{
        padding-right: 1rem;
    }
    
    .block .sidenav-link{
        padding:0.5rem;
    }
    .notification{
        padding: 10px 12px;
    }
    .survey__title{
        font-size:22px;
    }
    .survey__subtitle{
        font-size:20px;
    }
    .survey__ques{
        font-size:17px;
    }
    .survey__common-text{
        font-size: 18px;
    }
    .survey__subtitle-wrap,.survey__ques-wrap{
        margin-bottom: 30px;
    }
    .sidenav__dropdown-icon{
        right:7px;
    }
    .sidenav__dropdown-wrap--active .sidenav__tab-link{
        padding:13px 21px;
    }
    .error__message{
        font-size: 1.7rem;
    }
    .pagination--custom .page-link{
        padding: 5px 9px;
        font-size: 18px;
    }
}

@media (max-width: 400px){
    .content--bg{
        padding:10px;
    }
}


.myaccordion {
  margin: 5px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,.myaccordion .card-header,
.myaccordion .card:last-child .card-header {
  border: none;
  margin-bottom: 0px;
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #004987;
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.dropdown-left-manual {
  right: 0;
  left: auto;
  padding-left: 1px;
  padding-right: 1px;
}


.item-table-wrap{
    width:360px;  /* adjust to desired wrapping */
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.jeditable{
    font-size: 30px;
    font-family: inherit;
    font-weight: 500;
    color: inherit;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn--editable{
    margin-left: 6px;
    margin-bottom: 8px;
}

#loadingDiv {
    display: block!important;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #666;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: .7;
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px!important;
    height: 150px!important;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #ffffff00;
    width: 120px;
    height: 120px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.reportSpan {
    font-size: 27px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    /* top: 0; */
    display: inline-block;
    text-align: center;
    margin-bottom: -5em;
}

.dropdown-toggle-up {
    white-space:nowrap;
}
.dropdown-toggle-up::after { 
    display:inline-block;
    margin-left:.255em;
    content:"";
    border-right:.3em solid transparent;
    border-bottom:0;
    border-left:.3em solid transparent;   
    vertical-align: middle; 
    border-top: .5em solid;
}

.asc,.desc {
    text-decoration: none!important;
}

.select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}



/* custom CSS for tooltip */
.tooltip-custom {
    display:inline-block;
    position:relative;
    border-bottom:1px dotted #666;
    text-align:left;
	cursor:help;
}

.tooltip-custom .bottom {
    
    top:40px;
    left:50%;
	width: 300px;
    transform:translate(-50%, 0);
    padding:10px 20px;	
    color:#000000;
    background-color:#FFFFFF;
    font-weight:normal;
    font-size:13px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    border:1px solid #FFFFFF;box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}

.tooltip-custom:hover .bottom {
    display:block;
}

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

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


