.imageAttachment {
    display: inline-block;
    position: relative;
    border: 1px solid #DDD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

.imageAttachment .actions-bar {
    margin: 0;
}
.imageAttachment .no-image {
    color: #777;
    font-weight: bold;
    font-size: 20px;
    padding-top: 20px;
    vertical-align: middle;
    display: block;
    text-align: center;
}

.imageAttachment.with-image .no-image {
    display: none;
}

.imageAttachment .preview {
    text-align: center;
    min-height: 140px;
    min-width: 226px;
    margin:0px auto;
    border: 1px solid #eee;
}
.imageAttachment img {
    display: none;

}

.imageAttachment.with-image img {
    display: inline-block;
}

.imageAttachment .fileinput-button {
    position: relative;
    overflow: hidden;
    margin-left: 8px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.imageAttachment .fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;
    cursor: pointer;
}

/* drag & drop hint above gallery */
.imageAttachment .overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imageAttachment .overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #efefef;
    opacity: .5;
    width: 100%;
    height: 100%;
}

.imageAttachment.over .overlay {
    display: block;
}

.imageAttachment .drop-hint {
    background-color: #efefef;
    border: 2px #777 dashed;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    width: 50%;
    margin: -70px 0 0 -25%;
    text-align: center;
}

.imageAttachment .drop-hint-info {
    color: #777;
    font-weight: bold;
    font-size: 20px;
    margin-top: 35px;
    vertical-align: middle;
    display: inline-block;
}

/* upload progress */

.imageAttachment .progress-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imageAttachment .progress-overlay .progress-modal {
    background-color: #efefef;
    position: absolute;
    top: 50%;
    margin-top: -60px;
    width: 100%;
}
.imageAttachment .progress-overlay .progress-modal .info{
    padding: 10px;
}

.smartwizard_steps_container {

}
.smartwizard_steps_container .box_general {
    overflow: initial;
}
.smartwizard_steps_container .smartwizard_steps_forms {
    overflow: initial;
}
.smartwizard_steps_container.sw .toolbar > .sw-btn {

}
.smartwizard_steps_container.sw .toolbar > .sw-btn[disabled], .smartwizard_steps_container.sw .toolbar > .sw-btn:disabled, .smartwizard_steps_container.sw .toolbar > .sw-btn.disabled {
    cursor: default;
}
.smartwizard_steps_container.sw .toolbar > .sw-btn.sw-btn-prev {
    float: left;
}
.smartwizard_steps_container.sw .toolbar > .sw-btn.sw-btn-next {
    
}
.smartwizard_steps_container.sw .toolbar > .sw-btn.sw-btn-complete {
    
}
.smartwizard_steps_container.sw .toolbar > .sw-btn-complete[disabled],.smartwizard_steps_container.sw .toolbar > .sw-btn-complete:disabled,.smartwizard_steps_container.sw .toolbar > .sw-btn-complete.disabled {
    background-color: #cccccc !important;
    color: #8f8383 !important;
    border-color: #cccccc !important;
    cursor: default;
}
.wizard_step_msg {
    
}

form.wizard_form {
    width: 70%;
    margin: auto;
}
@media (max-width: 991px) {
form.wizard_form {
    width: 100%;
    margin: auto;
}
}

form.has-error .wizard_step_msg {
    
    color: #e36e6e;
}
.wizard_step_msg span {
    display: block;
    float: left;
    margin-right: 10px;
    border-right: 1px solid;
    padding-right: 10px;
}
form.wizard_form input.required::-webkit-input-placeholder {
    
}
/* form.wizard_form input.required::-webkit-input-placeholder::after {
   content: '*';
} */

/*form.wizard_form input.required::after {
        content: ' *';
        color: red;
}*/
form.wizard_form input.invalid {
    background-color: #edb5b5;
}
form.wizard_form textarea.invalid {
    background-color: #edb5b5;
}
form.wizard_form .chosen-container {
        width: 100% !important;
}
form.wizard_form .chosen-container-single .chosen-single {
        border-radius: 0!important;
    color: #858585;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    padding: 5px 4px 6px;
    font-size: 14px;
    font-family: inherit;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    height: auto;
}
form.wizard_form .invalid .chosen-container-single .chosen-default {
    background: #edb5b5;
}
form.wizard_form .tutor_video_preview {
    display: none;
}

form.wizard_form .tutor_video_preview iframe{

}
form.wizard_form .tutor_video_preview iframe svg {

}
form.wizard_form .form_group_time {

}
form.wizard_form .form_group_time input{
    width: 120px;
}
form.wizard_form .form_group_time label{
        width: 40px;
}
form.wizard_form .form-input-group {
    
}
.taxes_box {
    width: 100%;
    background: #ebf3ff;
    padding: 10px;
    border-radius: 10px;
        text-align: right;
    direction: rtl;
}
.taxes_box h2 {
    
    font-size: 20px;
    text-decoration: underline;

}
.taxes_box .clearfix {
        margin-bottom: 20px;
}
.taxes_box .checkboxes {
    
}

.taxes_box .checkboxes label {
        padding-left: 0px;
    padding-right: 30px;
}
.taxes_box .checkboxes strong{
    
        line-height: 16px;
    color: #000;
    font-size: 14px;

}
.taxes_box .checkboxes span{
        left: auto;
    right: 0;
}
.taxes_box .taxes_box_note {
        display: flex;
    align-items: center;
    justify-content: flex-start;
}
.taxes_box .taxes_box_note .note_txt{
        color: #d45050;
    line-height: 16px;
    font-size: 16px;
    padding-right: 10px;
}
.taxes_box .taxes_box_note i{
        color: red;
    font-size: 20px;
}
.steps_step_note {
        color: #05ae05;
    font-size: 20px;
}

.col_no_padding {
    padding-right: 0px;
    padding-left: 0px;
}
@media screen and (max-width: 640px) {
    .sw > .nav {
        flex-direction: row !important;
        flex: 1 auto;
    }
}
/***********  RTL  **************/

.rtl .sw-theme-dots > .nav-progress::after {
    left: auto;
    right: 0;
}

.rtl form.wizard_form .user_subjects_group label {
    text-align: right;    
        float: right;
}

.rtl form.wizard_form .container_check  {
        text-align: right;
}
.rtl form.wizard_form .container_check .checkmark {
    right: 0;
    left: auto;
}
.rtl .smartwizard_steps_container.sw .toolbar > .sw-btn.sw-btn-prev {
    float: right;
}
.rtl .smartwizard_steps_container.sw .toolbar > .sw-btn.sw-btn-next {
    float: left;
}
.rtl .smartwizard_steps_container.sw .toolbar > .sw-btn.sw-btn-complete {
    float: left;
}


