.msf-view {
            display: none;
        }
        
        .msf-navigation {
            text-align: center;
        }
        
        .msf-nav-button {
            display: none;
        }
        
        .msf-header {
            padding-top: 10px;
            margin-bottom: 0px;
            color: #c5c5c5;
        }
        
        .msf-header .msf-step {
            font-size: 19px;
            /*display : inline-block;
       vertical-align : middle;*/
        }
        .msf-header .msf-step:hover {
            cursor: pointer;
        }
        
        .msf-header .msf-step i.fa {
            height: 60px;
            width: 60px;
            line-height: 55px;
            text-align: center;
            border: 3px solid #c5c5c5;
            border-radius: 100%;
            font-size: 30px;
            margin-left: 10px;
            margin-right: 10px;
        }
        
        .msf-header .msf-step.msf-step-complete {
            /*color: #ef4035;*/
            color: #73f173;
        }
        
        .msf-header .msf-step.msf-step-complete i.fa {
            /*border-color : #ef4035;*/
            border-color: #73f173;
        }

        .msf-header .msf-step.msf-step-incomplete {
            /*color: #ef4035;*/
            color:red;
        }
        
        .msf-header .msf-step.msf-step-incomplete i.fa {
            /*border-color : #ef4035;*/
            border-color: red;
        }
        
        .msf-header .msf-step.msf-step-active,
        .msf-header .msf-step.msf-step-active.msf-step-complete,
        .msf-header .msf-step.msf-step-active.msf-step-incomplete {
            color: white;
            /*color:#3c763d;*/
        }
        
        .msf-header .msf-step.msf-step-active i.fa,
        .msf-header .msf-step.msf-step-active.msf-step-complete i.fa,
        .msf-header .msf-step.msf-step-active.msf-step-incomplete i.fa  {
            border-color: white;
            /*border-color : #3c763d;*/
        }

        


.input-validation-error {
    border-color: red;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255, 0,0,0.6);
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255, 0,0,0.6);*/
    box-shadow: inset 0 1px 46px rgba(0, 0, 0, 0), 0 0 25px rgb(74, 32, 32);
}

    .input-validation-error:focus {
        border-color: red;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255, 0,0,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255, 0,0,0.6);
    }
    .create_account , body
    {
        
         background:url("../images/monomunt_bg.jpg") no-repeat center center fixed;
             background-repeat: no-repeat;
    background-size: 100% 100%;
    }
    .create_account label, .upload_pics label, .qualification label, .challan_screen label,.review_screen label, .submit_screen label, .review_screen span
    {
        color: white;
        margin-top: 5px !important;
    }
    h3
    {
        color: white !important;
    }
@media (min-width: 768px) 
{
    .omb_row-sm-offset-3 div:first-child[class*="col-"] 
    {
        /*margin-left: 25%;*/
    }
   .with_exp_tab
    {
        width: 14.28% !important;
    }
    .with_exp_tab span
    {
        display: block;
        margin-top: 5%;
    }
}

.omb_login .omb_authTitle {
    text-align: center;
    line-height: 300%;
}
    
.omb_login .omb_socialButtons a {
    color: white; // In yourUse @body-bg 
    opacity:0.9;
}
.omb_login .omb_socialButtons a:hover {
    color: white;
    opacity:1;      
}
.omb_login .omb_socialButtons .omb_btn-facebook {background: #3b5998;}
.omb_login .omb_socialButtons .omb_btn-twitter {background: #00aced;}
.omb_login .omb_socialButtons .omb_btn-google {background: #c32f10;}


.omb_login .omb_loginOr {
    position: relative;
    font-size: 1.5em;
    color: #aaa;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.omb_login .omb_loginOr .omb_hrOr {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.omb_login .omb_loginOr .omb_spanOr {
    display: block;
    position: absolute;
    left: 50%;
    top: -0.6em;
    margin-left: -1.5em;
    background-color: white;
    width: 3em;
    text-align: center;
}           

.omb_login .omb_loginForm .input-group.i {
    width: 2em;
}
.omb_login .omb_loginForm  .help-block {
    color: red;
}
.omb_forgotPwd
{
  text-align: right;
}

.logo
{
  width: 100%;
      margin-top: 20%;
}
.header_social i
{
  font-size: 1.5em;
  padding: 1%;
  color: white; 
}
.footer {
   /*position: fixed;*/
   left: 0;
   bottom: 0;
   width: 100%;
   
   background-color: #337ab7;
   color: white;
   text-align: center;
}
.footer p
{
  margin-top: 10px;
}
.panel
{
    background-color: transparent !important;
}
.panel-primary
{
    border:none;
}
.register_container, .reset_container
{
    margin-top: 2%;
}
.register_container label , .reset_container label
{
    color:white;
}
.omb_loginForm .msg, .omb_forgotPwd a, .omb_login label
{
    color: white !important;  
}
.challan_screen span
{
    color:white;
}
span.msg 
{
    color:white !important;
}
.thumbnail_pic img
{
    width: 96%;
    border: 6px solid white;
    margin: 5% 3%;
}
.thumbnail_deg_pic img
{
    width: 60%;
    border: 6px solid white;
    margin: 2% 3%;  
}
.thumbnail_deg_pic
{
    width: 50%; 
    float: left;
}
.review_screen .row div
{
    text-align: left;
}
.review_thumb
{
    width: 25%;
    border:2px solid white;
    float: right;
        margin: 1%;
    margin-right: 40%;
}
#submit_oath
{
    width: 2%;
    margin-right: 1%;
    float: left;
}
.forget_pass
{
    color:white;
}
.forget_pass:hover
{
    color:#cccaca;
}
.login_btns
{
    margin-top: 0%;
}
.search_result
{
    background-color: white;
    
    padding: 2%;
    border-radius: 5px;
    
}
.search_result tr td
{
    padding: 1%;

}
.search_result thead tr td
{
    text-align: center;
    padding: 1%;
    font-size: 1.5em;
    color: #828282;
}
.submit_oath a 
{
    color: white !important; 
    font-weight: bold !important;
    text-decoration: underline;
}
.exp_tbl
{
    width: 100%;
    border-color: white;
    margin-top: 1%;
}
.exp_tbl thead tr td
{
    font-weight: bold;
}
.exp_tbl thead tr td
{
    background-color: white;
    font-size: 1.2em;
}
.exp_tbl tr td
{
    color: #555;
    font-size: 1em;
    padding: 1%;
    border: 1px solid #555;
    background-color: white;

}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.ajax_loader
{
    width: 4%;
    display: none;
}
.tbl_for_qual tr td ,.tbl_for_qual tr
{
    border:1px solid white;
    border-color:white;
    color: white;
}
.tbl_for_qual tr td
{
    padding: 5px ;
}
.submit_screen label , .submit_screen ul li
{
    color:white;
}
.submit_screen
{
        margin-bottom: 19%;
    background-color: #3d7496;
    border-radius: 12px;
    padding: 1% 2%;
    text-align: justify;
    margin: 5%;
}

@media only screen and (max-width: 768px) {
  .panel-heading {
       /*width: 1040px;*/
  }
  .container
  {
    width: auto !important;
  }
  .msf-header .msf-step i.fa
  {
    height: 30px;
    width: 30px;
    border: none !important;
    font-size: 3em;
  }
  .msf-header .msf-step
  {
    font-size: 0.5em;
    
  }
  .col-xs-offset-1
  {
        margin-left: 0%; /*6.333333%*/
  }
  .msf-step 
    {
        width: 14% !important;
    }
    .text-center
    {
        width: 100%;
    }
    .msf-step span
    {
        margin-left: 10px;
    }
    #submit_oath
    {
        width: 8%;
    }
    .exp_tbl {
    width: 100%;
    border-color: white;
    margin-top: 1%;
    font-size: 0.25em;
}
.exp_tbl img {
    width: 100% !important;
}
#exp_btn_del
{
    font-size: 100% !important;
}

}
input,textarea
{
    /*text-transform: uppercase;*/
}
input[type=email],input[type=password]
{
    text-transform: none;
}

.ajax_loader_onsubmit
{
    display: none;
}
.updated_review_screen h4,.updated_review_screen h5
{
    color: white;
}
.review_each_segment
{
    width: 100%; 
    float: left;
}
.qual_review_table
{
    color: white;
}
.review_each_segment img
{
width: 60px;
    border: 1px solid white;
    padding: 1%;
}
.doc_thumb img
{
    width: 150px;
}
.updated_review_screen table
{
    color: white;
}
.exp_tbl img
{
    width: 75px;
}
.tooltip-inner
{

    
    
    text-align: center;
    background-color: #ffffff;
    border-radius: 8px;
    border: 3px solid #ab0000;
    color: black;
}
.date_type_inputs input
{
    width: 21%;
    float: left;
    margin: 0 1.3%;
}
.date_type_inputs span
{   
    float: left;
    float: left;
    width: 5%;
    color: white;
    text-align: center;
    font-size: 2em;
    line-height: 1em;
    padding: 0 1%;
}   
.date_type_inputs input:last-child
{
    width: 40%;
}
.date_type_inputs label
{
    width: 100%;
}
@keyframes tooltip-fade {
  0% {
    opacity: 1;
    visibility: visible;
  }
  
  96% {
    opacity: 1;
    visibility: visible;
  }
  
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.tooltip.fade.in {
  opacity: 0;
  visibility: hidden;
  animation: tooltip-fade 6s linear;
}
/*************img preview**********/
.show{
    z-index: 999;
    display: none;
}
    .show .overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.66);
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
}
.show .img-show{
    width: 50%;
    height: 50%;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    display: none;
}
.img-show span{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
}
.img-show img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.qual_show_each
{
        background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
        margin: 6% 0;
    text-align: left;
}
.qual_show_each table tr td
{
    width: 50%;
    font-size: 1.2em !important;
}
.qual_show_each table tr td h3
{
    text-align: center;
    color: black !important;
}
.qual_del_btn
{
    text-align: right;
}
.qual_show_each tr td img
{
    width: 50%;
    MARGIN: 2%;
    FLOAT: LEFT;
    WIDTH: 40%;
}
.qual_show_each thead tr td
{
    font-weight: bold;
}
.mat table tr td
{
    color: black !important;
}
.add_more_edu
{
    margin: 1% !important;
}