.cv_container .remove_item_btn{
    /*    position: absolute;
        top: 7px;
        right: 7px;
        color: #8e8e8e !important;
        background-color: #fff;
        border-radius: 50%;
        z-index: 9;
        height: 18px;
        width: 18px;
        text-align: center;*/
}
.cv_container .well{
    padding: 15px 15px 1px 15px;
    margin-bottom: 15px;
    background-color: #f1f1f1;
    border: 0px solid #e3e3e3;
    position: relative;
}

.cv_container .add_more_btn button{
    background-color: #f1f1f1 !important;
    color: #115B9D !important;
    border: 2px dashed #bbb !important;
    margin-bottom: 15px !important;
    font-size: 17px !important;
}
.cv_container .add_more_btn{
    margin-bottom: 10px;
    margin-top: -5px;
}
.cv_container .edit_item_btn{
    /*    position: absolute;
        top: 7px;
        right: 32px;
        color: #8e8e8e;
        background-color: #fff;
        border-radius: 50%;
        z-index: 9;
        height: 18px;
        width: 18px;
        text-align: center;*/
}
.remove_edit{
    position: absolute;
    bottom: 0px;
    z-index: 8;
    right: 5px ;
    left: auto ;
    font-size: 15px;
}
.close_btn_ico {
    position: relative;
    width: 40px ;
    height: 40px;
}
.close_btn_ico:before,.close_btn_ico:after {
    content: "";
    width: 2px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    background: #555;
    transform: rotate(45deg);
}
.close_btn_ico:after {
    transform: rotate(-45deg);
}
.cv_container .whole_item{
    border-left: 3px solid #115B9D;
    border-right: none;
}
.cv_container .item_title{
    text-align: center;
    font-weight: normal !important;
    font-size: 17px;
    padding-bottom: 0px;
}

.cursor-pointer{
    cursor: pointer;
}

.cv_container .cv_box{
    background: #fff;
    padding: 40px;
    box-shadow: 0px 3px 6px #ddd;
}
.cv_container .cv_head{
    padding: 7px 15px 0px 15px;
}
.cv_container .head_p{
    text-align: center;
    color: #115B9D;
    margin-top: 10px;
}
.cv_container .cv_body{
    padding: 0px 15px 0px 15px;
}
.cv_container .cv_body{
    margin-top: 15px;
}
.cv_container{
    max-width: 650px;
    margin: 0px auto 0px auto;
}
.cv_container h1{
    font-size: 25px;
    margin: 50px 0px 15px 0px;
    color: #115B9D;
}
@media (min-width: 992px) {
    .cv_container .head_title {
        color: #818e41;
        font-size: 28px;
        text-align: center;
        font-weight: bold;
    }

}
.cv_container .head_desc{
    color: #818e41;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    margin-top: 5px;
}
.cv_container .head{
    margin-bottom: 45px;
}

.cv_container .percent{
    float: right;
    font-size: 15px;
    padding-top: 10px;
    color: green;
}
.cv_container .row-mg{
    margin-bottom: 5px;
}
.cv_container .cv-main-col{
    z-index: 9;
}
.cv_footer{
    padding: 10px 15px 15px 15px;
    margin-top: 20px;
}
.skip_btn{
    float: left;
}
.cv_container .cv_steps{
    background: #fff;
}
.cv_container .cv_step{
    padding: 7px 7px 7px 10px;
    border-left: 3px solid #fff;
}
.cv_container .step_dir{
    float: right;
    color: #ccc;
    padding-top: 3px;
}
.cv_steps .active{
    color: #115B9D;
    font-weight: bold;
    border-left: 3px solid #115B9D;
    background-color: #f1f1f1;
}
.cv_steps .active .step_dir{
    color: #115B9D !important;
}
label {display: block; color: #333;}
.help-block + .help-block {display: none !important;}
select.error-message {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.form-group.date .help-block {color: #a94442}
.form-group.required label:after {
    float: right;
    color: #e32;
    content: ' *';
    display: inline;
}
.inline-form input[type="checkbox"], .inline-form input[type="radio"] {
    margin-right: 8px;
}
.inline-form label {
    display: inline-block !important;
    padding-top: 10px;
}
@media (max-width:767px){
    .cv_container .cv_box {
        padding: 20px;
    }
}
@media (max-width:480px){
    .cv_container .cv_box {
        padding: 10px;
    }
    .cv_container .cv_head {
        padding: 6px 15px 0px 15px;
    }
    .cv_container .cv_body {
        padding: 0px 5px 0px 5px;
    }
    .cv_footer {
        padding: 10px 5px 15px 5px;
        margin-top: 0px;
    }
}
.backk_btn{
    margin-top: 25px;
}
label{
    font-size: 17px !important;
}

.cv_loader {
    height: 4px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.in_cv_loader:before{
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #115B9D;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}
.logo_container{
    margin: 50px 0px 15px 0px;
}
.drag_drop{
    height: 100%;
    width: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    border: 3px dashed #115B9D;
}
.drag_text{
    /* background: #06c; */
    width: 183px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 38%;
    vertical-align: middle;
    font-size: 37px;
    color: #115B9D;
    /* text-decoration: underline; */
    padding-bottom: 2px;
    text-align: center;
}
h1,h2,label,.btn,.tooltip,.modal-title {
    /*font-family: 'Droid Arabic Kufi',arial,Geneva,sans-serif;*/
}
.steps_button{
    font-size: 33px;
    padding: 0px;
    height: 38px;
}
.cv-nav .active{
    background: #115B9D !important;
    cursor: pointer !important;
    color: #fff !important;
}
.bottom_steps {
    background: #fff;
    margin-top: 10px;
    margin-bottom: 70px;
    height: 10px;
}

.bottom_steps .b_step{
    background-color: #115B9D;
}
.bottom_steps .n_step{
    background-color: #ccc;
}
.bottom_steps table{
    width: 100%;
}
.bottom_steps td{
    height: 10px;
    border: 3px solid #EBEBEC;
    background-color: #818c41;
}
.bottom_steps td.active, .bottom_steps td.active~td{
    height: 10px;
    background-color: #ddd !important;
}
.bottom_steps td a{
    display: block;
    height: 100%;
}
.toast-top-center{
    margin-top: 20px;
}
#toast-container.toast-bottom-center>div, #toast-container.toast-top-center>div{
    max-width: 600px;
    margin: auto;
    width: auto !important;
}
.btn:active:focus, .btn:focus{
    outline: 0px !important;
}


.top_logo{
    margin-left: 25%;
    width: 40%;
    padding-left: 15px !important;
    margin-right: 25%;
    max-height: 200px;
}
