    a:hover,
a:focus{
    text-decoration: none;
    outline: none;
}
.vertical-tab {
    font-family: 'Poppins', sans-serif;
    display: table;
    border-radius: 0;
    width: 100%;
}
.vertical-tab > .nav-tabs{
    display: table-cell;
    width: 25%;
    min-width: 25%;
    padding: 10px 0;
    border: none;
}
.vertical-tab > .nav-tabs li{ float: none; }
.vertical-tab > .nav-tabs li a{
    color: #fbba00;
    background-color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    text-align: center;
    padding: 15px 10px;
    margin: 0 0 1px 0;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.vertical-tab > .nav-tabs li a:hover,
.vertical-tab > .nav-tabs li.active a:focus,
.vertical-tab > .nav-tabs li.active a,
.vertical-tab > .nav-tabs li.active a:hover{
    color: #fff;
    background-color: #333;
    border: none;
    text-shadow: 0 0 6px rgba(0,0,0,0.3);
}
.vertical-tab > .nav-tabs li a:before{
    content: '';
    background-color: #005a77;
    height: 100%;
    width: 10px;
    border-radius: 0 10px 10px 0;
    box-shadow: 5px 0 5px rgba(138,181,23,0.2);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.vertical-tab > .nav-tabs li a:hover:before,
.vertical-tab > .nav-tabs li.active a:before{
    width: 104%;
}
.vertical-tab > .tab-content{
    color: #333;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 23px;
    padding: 15px 15px 10px 25px;
    display: table-cell;
    border: 5px solid #005a77;
    border-radius: 0 15px 15px 0;
}
.vertical-tab > .tab-content h3{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 4px;
}
 h4, h5, h6{
            margin-top: 0px !important;
    margin-bottom: 10px;
    }
    
tr.goal_tr:hover {
    background-color: #ccccccd4;
    cursor: pointer;
}
.progress-bar{position: relative;}
.my-centered{
    position: absolute;
    display: block;
    width: 100%;
  }
.pr_row{
    width: 100%;
    display: inline-block;
    padding: 15px;
}
tr.child_row td:first-child{padding-left: 20px;}
#upload_doc_from{display: flex;}

@media only screen and (max-width: 479px){
    .vertical-tab{
        padding: 0;
        margin: 0;
    }
    .vertical-tab > .nav-tabs{
        width: 100%;
        padding: 0;
        display: block;
    }
    .vertical-tab > .nav-tabs li a:hover:before,
    .vertical-tab > .nav-tabs li.active a:before{
        width: 100%;
        border-radius: 0;
    }
    .vertical-tab > .tab-content{
        font-size: 14px;
        margin-top: 0;
        border-radius: 0;
        display: block;
    }
    .vertical-tab > .tab-content h3{ font-size: 18px; }
}


.csf-button-container {
    text-align: center;
    padding: 150px 0;
}
.start-csf-button,.start-csf-button:hover {
    position: relative !important;
    color: #3c3c3b;
    background: #fbba00;
    border: 2px solid #fbba00;
    text-shadow: unset !important;
    font-size: .875rem !important;
    font-weight: 700 !important;
    padding: 0 30px !important;
    line-height: 4rem !important;
    display: inline-block;
    text-decoration: none;

}
.csf-submit, .csf-submit:hover {
    color: #1d1d1b !important;
    background: #fbba00 !important;
    border: 2px solid #fbba00 !important;
    text-shadow: none !important;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 30px !important;
    width: calc(100% + 4px);
    height: 68px;
    line-height: 4rem;
    -webkit-transform: translate(-2px,-2px);
    transform: translate(-2px,-2px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: 700;
    margin: 15px 0;
}
input.tgl-radio-tab-child {
  position: absolute;
  /*left: -99999em;
  top: -99999em;*/
  opacity: 1;
  z-index: 1;
      visibility: hidden;
}

input.tgl-radio-tab-child+label {
  cursor: pointer;
  float: left;
  margin-right: -1px;
  padding: .5em 0.5em;
  position: relative;
  background-color: rgb(225, 226, 231);
   color: rgb(154, 154, 156);
    border: 1px solid rgb(154, 154, 156);
}

input.tgl-radio-tab-child+label:hover {
  background-color: rgb(239, 240, 242);
}

[type=radio]:checked+label {
  background-color: #fff !important;
    z-index: 1;
    color: #005a77 !important;
}
form.question_form{ 
    /* padding: 50px 20px; */
    width: 100%;
}
h2.no_result_msg {
    font-size: 18px;
    font-weight: 700;
    color: red;
}
form.question_form .question{color: black;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.form-group.option_container {
    margin-bottom: 15px;
    width: 100%;
    float: left;
    clear: both;
    padding: 56px 29px;
    /* border: solid 1px; */
    border-width: 1px 2px;
    border-style: solid;
    border-color: rgb(207, 209, 214) rgb(247, 247, 249);
    /* background-color: rgb(247, 247, 249); */
    margin: 0;
}
span.form-text {
    float: left;
    width: 100%;
    padding: 10px 0;
}
a, a:hover {
    color: #337ab7;
    text-decoration: none;
}
.q_comment {
    width: 100%;
    float: left;
}
textarea{width: 100%;
    margin: 0px;
    height: 140px;}
.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
span b {
    color: green;
}
.deadline_date{
float: right;
    color: #005a77;
    font-size: 20px;
    font-weight: 700;
}
.notice.updated{
    color: green;
}
.deadline_date.expired_class {
    color: red !important;
}
.top_data{display: inline-block;
    width: 100%;}
.top_data h3{
    float: left;
    margin: 0;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 700;
}
.assesment-left
{
    color: white;
    padding: 15px 0.5em 15px 1em;
    font-size: 13px;
    user-select: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    background-color: rgb(0 90 119);
    overflow: hidden;
    height: calc((100vh - 70px) - 60px);
    transition: all 0.5s ease-in-out 0s;
}
.assesment-dashboard .col-md-3 {
    padding-right: 0;
}

.assesment-dashboard .col-md-9 {
    padding-left: 0;
}