/* aesthetic reasons only, can be dropped */

/*--------------------------------*/
/*body {background: rgba(0, 0, 0, 0) url("../images/img1.png") repeat scroll 0 0 / cover ;font-family: "Open Sans",sans-serif;}*/

/* .pem {height: 100%;} */
/* a:hover { text-decoration:none; } */
.label-warning {background-color: #ba4e0b;display: table-caption;margin-bottom: 10px;padding: 10px;}
.info-text { color: #8ddcfb }
.orange-text { color: #ba4e0b }
.bg-info { background-color: #8ddcfb }
.bg-gray { background-color: grey;}
.bg-orange { background-color: #ba4e0b }
.your-report .well h4{margin:0px;}
.your-report .well{margin-bottom:0px;}
.bs-bs p {font-size: 16px;}
.bs-bs li {font-size: 16px;}
.bs-bs h4  a{font-size: 16px!important;}
.mb10{margin-bottom:10px;}
.counterpart-3{display: inline-flex;padding: 20px 0;}
.bs-bs h3 {margin: 15px 0 10px;}
.header-nav .fa-stack {display: inline; height: 50px; padding-right: 10px; width: 50px;}
.header-nav .fa-stack img {border: 3px outset;height: 40px;width: 40px;}
.header-nav .avtar-1 {padding-bottom: 8px;padding-top: 8px;}
.header-nav.navbar-default {background: #434343 none repeat scroll 0 0;border-color: #7a7a7a;}
.header-nav .navbar-brand img {border: 4px outset;border-radius: 50%;height: 38px !important;margin-top: 8px;padding: 2px 5px 5px;width: 38px;}
.history-title{color:#434343;font-family: 'Roboto', sans-serif;}
.user-settings {border: 3px solid;border-radius: 8px;margin-top:30px;margin-bottom:50px;}
.user-settings input[type="text"] {border: 2px solid #d1d1d1;border-radius: 3px;padding: 7px;width: 100%;}
.home-profile .col-right{background:#fff;border-radius:8px;}
.detail {height: 170px;}
.home-profile .col-left {background:#fff;border-radius:8px;}
.panel-heading {padding: 10px 30px 10px 15px;}
.float-left { float: left !important; }
.float-right { float: right !important; }
.modal-backdrop.show { display: none; }
.step-1-selected li { display: none; }
body .td-child, body .td-parent { vertical-align: top; }
/*--------------------------------*/

@media all and (max-width:989px){
    .height380 {height:auto;}
}
@media all and (min-width:990px) and (max-width:1199px){
    .height380 {height:510px;}
}
@media all and (min-width:1200px){
    .height380 {height:510px;}
}
/*-------------------------------------*/

.main-container{
    max-width:1000px;
}

.full-width{
    width:100%;
}

.btn {
    white-space: normal;
}


.btn-active{
    font-weight: bold;
}

.btn-padding {
    margin:.25em .25em;
}

.popoverLink {
    color: orange;
    cursor: pointer;
}

.popoverLink:hover {
    text-decoration: underline;
}

.popoverFinished {
    color: green;
    cursor: pointer;
    text-decoration: underline;
}

.printable {
    background-color: white;
}

.lesson-slide img {
    width:90%;
    margin-left:5%;

}

ul li ul li {
    list-style-type: none;
    /*margin-left:-2em;*/
}
ul li ul li:before {content: "\00BB \0020"; margin-left: 15px;}

/* to preserve vertical height of divs in rows */
.height200 {height:200px;}
.height245 {height:245px;}
.height300 {height:300px;}
.height330 {height:330px;}

.strategy {float:left;}
.mt10 {margin-top:10px; }
.danger { color: #800000e8; }
.btn-danger { background: #800000e8; }
.help-block {color: #ff4136;}
.mt25 { margin-top: 25px; }
.pro-pic {width: 26px; height: 26px; border-radius: 50%;}
.back-btn {width: 80px; }
.pdf-btn {width: 40px; margin: 0px 15px 0px 0px; float: right; cursor: pointer;}  
.propicset{width: 150px; border-radius: 10px;}
.sbtn { top: 57px; }
.navbar-brand { padding-top: 0px !important; padding-bottom: 0px !important; }
.navbar-brand img { height: 54px; }
/******For tooltip*******/
a.custip img {
    float:right;
    width: 22px;
    padding-bottom: 4px;
}
a.custip {
    outline: none;
    text-decoration: none;
    border-bottom: dotted 1px blue;
    position: relative;
    right: 20px;
    position: absolute;
    top: 6px;
}

a.custip strong {
    line-height: 16px;
}

a.lasttip > span {
    left: -130px !important;
}
a.lasttip span b {right: 58px !important;}

a.custip > span {
    top: -11px;
    left: 33px;
    width: 300px;
    padding: 10px 20px;
    margin-top: 0;
    margin-left: -120px;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    position: absolute;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #999;
    -webkit-transition-property: opacity, margin-top, visibility, margin-left;
    -webkit-transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
    -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-property: opacity, margin-top, visibility, margin-left;
    transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
    transition-timing-function: 
        ease-in-out, ease-in-out, ease-in-out, ease-in-out;
}

/*a.custip > span:hover,*/
a.custip:hover > span {
    opacity: 1;
    text-decoration: none;
    visibility: visible;
    overflow: visible;
    margin-top: 50px;
    display: inline;
    margin-left: -90px;
}

a.custip span b {
    width: 15px;
    height: 15px;
    margin-left: 40px;
    margin-top: -19px;
    display: block;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: inset -1px 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -o-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    /* display: none\0/;
    *display: none; */
}    

a.custip > span {
    color: #000000; 
    background: #FBF5E6;
    background: -webkit-linear-gradient(top, #FBF5E6, #FFFFFF);
    background: linear-gradient(top, #FBF5E6, #FFFFFF);     
    border: 1px solid #CFB57C;       
}    
      
a.custip span b {
    background: #FBF5E6;
    border-top: 1px solid #CFB57C;
    border-right: 1px solid #CFB57C;
}
.mt40 { margin-top: 40px; }
.font16 { font-size: 16px; }
.font14 { font-size: 14px; }
.pad0 {padding: 0 !important;}
.clear { clear: both; }
.panel-body { font-size: 15px; }
.mt30 {margin-top: 30px;}
.homeicn { width: 30px; height: 30px !important; margin: 14px 0 0 60px; }
.pad20 { padding: 20px; }
.pt10 { padding-top: 10px; }
.propichm img { width: 80px; border-radius: 10px; height: 80px;}
.loglogo { height: 46px !important; }
.tisd {position: relative;z-index: 999;}
.mytables {margin: 20px auto;}
.mytables tr { border: 1px solid #f8f8f8; }
.mytables tr td:first-child { width: 70%; border-right: 1px solid #f8f8f8;}
.mytables tr td:last-child { width: 15%; }
.mytables tr td {padding: 2px 20px;}

.tablesd {margin: 20px auto; width: 100%;}
.tablesd tr { border: 1px solid #000000;  width: 100%;}
.tablesd tr td {padding: 2px 26px; border-right: 1px solid #000000 !important;}

.faqquest .panel { margin-bottom: 0px; }
.faqquest .panel.show { margin-bottom: 20px ; padding: 20px; }
.faqquest button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.faqquest button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

.faqquest button.accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.faqquest button.accordion.active:after {
    content: "\2796";
}

.faqquest div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

.faqquest div.panel.show {
    opacity: 1;
    max-height: 1400px;  
}
.faqtable tr td, .faqtable tr th { border:1px solid #f1f1f1; border-color:#f1f1f1 !important; padding: 10px; }
.calpics { width: 28px; margin-left: 10px; cursor: pointer; }
.backpart3steps {    position: relative;
    cursor: pointer;
    z-index: 9;
    display: block;
    margin-left: auto;
    margin-bottom: 10px ;}
.activity-move {
    position: relative;
    top: 26px;
}

.activity-move.activity-move-active {
    transition: all 0.5s ease;
    top: 0;
}

.activity-move + div {
    /* cannot have transition on this element */
    /*transition: all 1s ease;*/
    position: relative;
    top: -26px;
}

.activity-move.activity-move-active + div {
    transition: all 0.5s ease;
    position: relative;
    top: 0;
}

.activity-enter {
    position: relative;
    opacity: 0.0;
    height: 0;
    left: 100px;
}

.activity-enter.activity-enter-active {
    transition: all 0.5s ease;
    opacity: 1.0;
    left: 0;
    height: 26px;
}


.activity-leave {
    position: relative;
    opacity: 1.0;
    left: 0;
    height: 26px;
    z-index: -100;
}

.activity-leave.activity-leave-active {
    transition: all 0.5s ease;
    opacity: 0.0;
    left: 100px;
    height: 0;
    top: -13px;
}
.defr {padding-left: 15px !important;}
.table-div { border:1px solid; text-align: center; margin-bottom: 15px; padding: 0;}
.row-data {border-top: 1px solid; margin-left:0px !important; margin-right:0px !important;}
.txtareasd {width: 100%; margin-top: 15px;}
.step2tablesd .row-data .col-md-2:first-child {border-right: 1px solid; text-align: left; padding-top: 10px;}
.step2tablesd .row-data .col-md-4:last-child {border-right: none !important;}
.tems .col-md-4 {height: 40px !important;}
.step2tablesd .row-data .col-md-2 {padding-top: 4px;}
.dings {margin-top: -117px; float: left; margin-left: 15px;}
.stirkedone { text-decoration: line-through; }
.rtms {color: #23a127; font-size: 22px;}
.addstr { border: 2px solid #d1d1d1; border-radius: 3px; padding: 7px; width: 80%; margin-top: 12px;}
.btnright {margin-right: -156px;}
.nwtbl tr td:nth-child(2) {width: 38%;}
.nwtbl tr td:last-child {width: 38%; padding: 10px;}
/* NG-Progress bar Css */
/* Styling for the ngProgress itself */
#ngProgress {
    margin: 0;
    padding: 0;
    z-index: 99998;
    background-color: green;
    color: green;
    box-shadow: 0 0 10px 0; /* Inherits the font color */
    height: 2px;
    opacity: 0;

    /* Add CSS3 styles for transition smoothing */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* Styling for the ngProgress-container */
#ngProgress-container {
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}
.splashbg {background: rgba(0, 0, 0, 0) url("../images/splash-bg.png") repeat scroll 0 0 / cover ;}
.fnts { font-size: 36px; padding-bottom: 7px;}
.wids { width: 30%; margin-bottom: 10px; }
.mb40 {margin-bottom: 40px;}
.backstretch img {opacity: 0.2; filter: alpha(opacity=20);}    
.pointer { cursor: pointer; }
/* .btm-brdr {border-bottom: 3px solid;} */
.btn-edtstrt {position: absolute; right: 37px; margin-top: -9px !important;}
.radio-env-fac {border-radius: 20% !important; padding: 2px 4px 0px 4px !important; margin-right: 4px;}
.env-fact {border:1px solid var(--bs-primary); margin-bottom:20px; }
.env-fact tr td:nth-child(2) {
    border-left: 1px solid var(--bs-primary);
    border-bottom: 1px solid var(--bs-primary);
    width: 50%;
    border-right: 1px solid var(--bs-primary);
}
.env-fact tr td:nth-child(1) {
    border-bottom: 1px solid var(--bs-primary);
    width: 1%;
}
.env-fact tr td:nth-child(3) {
    border-bottom: 1px solid var(--bs-primary);
    width: 49%;
    border-left: 1px solid var(--bs-primary);
    border-top: 1px solid var(--bs-primary);
}
.env-fact tr td { padding:8px; }
.wid-45 {width: 100%;}
.inerlst {margin-top: 5px; margin-bottom: 10px; margin-left: 0px; }
.inerlst p { margin: 0px !important; }
.big-bullet{
font-size: 14px;
line-height: 8px;
margin-top: 0px;
display: inline-block;
}
#list_strt { list-style: none; }
#list_strt li {margin-bottom: 10px;cursor: pointer;}
#list_strt li span.hitr {width: 61px;
    cursor: pointer;
    height: 21px;
    display: inline-block;
    margin-left: 0px;
    vertical-align: top;}
#list_strt li span.add { background: url("../images/add.png") no-repeat; background-size: 21px; z-index: 999999; position: relative;}
#list_strt li span.tick { background: url("../images/tick.png") no-repeat; background-size: 21px; display: none;}
#list_strt li span.remvrn { background: url("../images/remove.png") no-repeat; background-size: 21px;}
#waitdiv { opacity: 1; background: url('/images/splash-bg.png') no-repeat 0px 0px #FFF; width: 100%; height: 100%; z-index: 10; top: 0; left: 0; position: fixed; color: dodgerblue; font-size: 40px; text-align: center; padding-top: 110px;}
.basic-clr { color: #555555 !important; }

#container_daycare_bar .highcharts-series-group path, #container2_daycare_bar .highcharts-series-group path {
    fill: #39811d !important;
}
.account--form__box { border: 10px solid #c4ddf9!important; animation: shake .5s; animation-iteration-count: 2 }
#container_home_bar, #container2_home_bar, #container_community_bar, #container2_community_bar, #container_daycare_bar, #container2_daycare_bar{ border: 1px solid #ccc; }
#container2_daycare_bar .highcharts-axis.highcharts-yaxis, #container2_daycare_bar  .highcharts-legend-item,#container_daycare_bar .highcharts-axis.highcharts-yaxis, #container_daycare_bar  .highcharts-legend-item { display: none; }
.profile--block { padding: 15px; font-size: 0.875em; color: #000; line-height: 2}
/* .graph-text-block tr{
    border: .1px solid  var(--bs-info) !important; 

} */
table{border:.1px solid  var(--bs-info)}
.graph-text-block thead, tbody, tfoot, tr, td, th{border-color: var(--bs-info) !important; }
table {
    border-spacing: 0 !important;
}


 f1f9ff {
    border: 1px solid var(--bs-info) !important; 
    background-color: #f1f9ff;
    color: var(--bs-info);
}

.note_box {
    min-height: 75px;
    text-align: left;
    margin-bottom: 13px !important;
}
.graph-title-heading {
    color: #358db3;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 19px;
}

.float-left li , .float-left p {
    font-weight: bold;
}

li.td-child.ng-scope {
    list-style: none;
}
/* .k-pdf-export *{
} */
.k-pdf-export h5 {
border: none;
padding-bottom: 0px;
font-weight:bold;
margin-bottom:5px;
}

.k-pdf-export tr{
border-left-width:1px !important;
border-right-width:1px !important;
border-top-width:1px !important;
border-bottom-width:1px !important;
}

.k-pdf-export td {
border-left-width:1px !important;
border-right-width:1px !important;
border-top-width:1px !important;
border-bottom-width:1px !important;
border-width:0 1px 1px 0 !important;

}

.k-pdf-export table {
border-left-width:1px !important;
border-right-width:1px !important;
border-top-width:1px !important;
border-bottom-width:1px !important;

}
.k-pdf-export hr {
border-top: 2px solid #2a2a2a !important;
}

.detail {
height: 170px;
font-weight: bold;
}

.k-pdf-export strong{width:100px;}

/* 20-oct */

.bg-black-shadow { position: relative; z-index: 1; }
.bg-black-shadow::before {content: "";background-color: rgb(0,0,0,.6);width: 100%;height: 100%;position: absolute;z-index: -1;left: 0;right: 0;}
.rounded-3 {border-radius: 0.7rem !important;}
.progress.progress-warning {height: .9rem;background-color: #e7823a54;border-radius: 0.55rem;}
.progress.progress-warning #progress_text{font-size: 9px;text-align: center;display: block;width: 100%;position: absolute;font-weight: bold;line-height: 15px;color: #fff;}
.progress{position: relative;}
.well{position: relative;}
.form-control{background-color: #f1f9ff;border-color: var(--bs-info);color: var(--bs-info);font-size: 0.875em;}
 label {display: inline-block;color: var(--dark);font-size: 0.875em;font-weight: 600;}

.custom-nav-list .nav { border: 1px solid #343a40; }
.custom-nav-list .nav-pills .nav-link {background: none;border-right: 1px solid #343a40;border-radius: 0;padding: 0.95rem 1rem;position: relative;color: #9e9e9e;font-weight: 600;font-size: .8rem;padding-left: 50px;text-align: left;}
.custom-nav-list .nav-pills .nav-link.active, .nav-pills .show > .nav-link { background-color: var(--bs-warning); color: #fff;}
.custom-nav-list ul.nav-pills li.nav-item:last-child .nav-link{border: 0;}
.custom-nav-list .nav-pills .nav-item.success .nav-link{color: var(--bs-success);}
.custom-nav-list ul.nav-pills li.success::before{content: "\f00c";color: var(--bs-success);font-family: FontAwesome;}
.custom-nav-list ul{counter-reset: section;}
.custom-nav-list ul.nav-pills li::before {counter-increment: section;content: " " counter(section) ""; bottom: 0;margin: 0 auto;font-size: 19px;z-index: 1;width: 60px;float: left;height: 100%;display: flex;align-items: center;justify-content: center;position: absolute;}
.custom-nav-list ul.nav-pills li{position: relative;}
.activity-section .panel {box-shadow: 0 0.2rem .5rem rgba(0, 0, 0, 0.07) !important;margin-bottom: 25px;border-bottom-right-radius: 80px; }
.activity-section .panel .panel-body { height: 160px; overflow: auto; font-size:0.875em !important ;}
.activity-section .panel .panel-body::-webkit-scrollbar{display: none;}
.activity-section .panel .panel-footer {color: #fff}
.panel-footer ul li {height: 35px;width: 35px;background: #fff;color: #9d9d9d;z-index: 1;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 16px;border: 2px solid #9E9E9E;cursor: pointer;}
a.ng-binding.active {background-color: #158cba;border-color: #127ba3;color: #fff;}
textarea::placeholder,.form-control::placeholder{color: var(--bs-gray);}
.btn-cus-h .btn {min-height: 50px;}

.table-striped > tbody > tr:nth-of-type(odd) {background: #f1f9ff;color: var(--bs-info);--bs-table-accent-bg:unset}
.table > :not(caption) > * > * { border-color: var(--bs-info); }
.btn-cus-h .btn i.fa {font-size: 18px;}
.bg-img::before{width: 37vw;background-size: contain !important;}
.dropdown{z-index: 99;}
table.min-t-h tr{height: 60px;vertical-align: middle;}
.radio-env-fac input {height: 22px;}
/*td.td-parent img {width: 23px;}
*/
.talble-h table.table.table-bordered.tablestriped th {color: #000;}

@media(max-width: 991px){
    .custom-nav-list ul.nav-pills li{width: 100%; }
    .custom-nav-list .nav-pills .nav-link{border-right:0;border-bottom: 1px solid #000;}
    .custom-nav-list .nav-pills .nav-item:last-child .nav-link{border: 0;}
    .btn-cus-h .btn { height: 50px; }
}
@media(min-width: 992px){
.step-3-5{ padding-top:120px; }
.bg-img::before,.bg-img-wel::before{z-index: 1;}
.min-h-35vh{min-height: 50vh;}
.bg-black-shadow::before{width: 125%;left: -85px;}
.video-position{
    /* margin-bottom: -26vh; */
    z-index: 1;
}
/* .custom-nav-list a.nav-link:after {content: "";display: block;position: absolute;right: -22px;top: 0;margin: auto;bottom: 0;width: 0;height: 0;border-style: solid;border-color: transparent transparent transparent #fff;border-width: 11.27px;z-index: 1;} */
/* .custom-nav-list a.nav-link::before {border-color: transparent transparent transparent #343a40;border-width: 11px;content: "";display: inline-block;position: absolute;width: 0;height: 0;border-style: solid;right: -23px;top: 0;margin: auto;bottom: 0;z-index: 1;} */
/* .custom-nav-list .nav-pills .nav-link.active, .nav-pills .show > .nav-link {margin-left: -1px;} */
.custom-nav-list a.nav-link.active:after {border-color: transparent transparent transparent var(--bs-warning);}
.custom-nav-list ul.nav-pills li.nav-item:last-child .nav-link::after, ul.nav-pills li.nav-item:last-child .nav-link::before { content: unset; }
li.nav-item .nav-link::after {
    content: "";
    font-size: 41px;
    top: 0 !important;
    right: -12px !important;
    font-weight: 400;
    position: absolute;
    margin: 0 auto;
    left: auto;
    background: #fff;
    height: 100%;
    width: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(/content/arrow2.svg);
    background-position: top left;}
    .custom-nav-list a.nav-link.active::after {content: unset !important;}
.custom-nav-list a.nav-link.active::before {
    border-color: transparent transparent transparent #ba4f29;
    border-width: 12px;
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    right: -24px;
    top: 0;
    margin: auto;
    bottom: 0;
    z-index: 1;
}
}


#list_strt li:first-child {
    background: green !important;
    color: white !important;
    border-color: white !important;
}

#list_strt li {
    background: #800000e8 !important;
    color: white !important;
    border-color: white !important;
}
#list_strt li:hover {
    border-color: #000000 !important;
}
a{color: #358db3;}

.custom_radio input:checked ~ label{background-color: var(--bs-warning) }
.custom_radio label{background-color: var(--bs-info)}
.custom_radio input{position: absolute;opacity: 0; width: 100%; height: 100%;}
table{    vertical-align: baseline !important;}

@media (min-width: 1500px){
/* .video-position { margin-bottom: -9vh !important; } */
}
table.env-fact input {
    font-size: 0.955em !important;
}
body p {
    line-height: 2 !important;
}
.loders {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* z-index: 99; */
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    /* background: rgba(0,0,0,0.2); */
}
.loders img {
    z-index: 99;
    width: 75px;
    padding-top: 50vh;
}
.form-control:focus {
    box-shadow: none;
}
/* .nav-item.arrow .nav-link::before {right: -23px !important;}
@media (max-width:1200px){
    li.nav-item.arrow .nav-link::after {right: -21px }
}
@media (max-width:1500px){
    li.nav-item.arrow .nav-link::after {right: -22px }
    }
@media (min-width:1600px){
    li.nav-item.arrow .nav-link::after {right: -23px }
    } */