.main-div-c_form .c_form_input,
.main-div-c_form .c_form_select,
.c_form_date {
    display: block;
    position: relative;
}

.c_form_input span,.c_form_select span{
    width: auto;
    text-align: right;
    display: inline-block;
    margin-left: 5px;
}

.main-div-c_form {
    padding: 7.5px 0;
}

.main-div-c_form fieldset:first-child{
    margin-bottom: 0px;
}

.main-div-c_form select, .main-div-c_form textarea{
    width: 100%;
}

.main-div-c_form input{
    width: calc(100% - 4px);
}

.main-div-c_form textarea {
    resize:vertical;
    min-height: 150px;
}

.main-div-menu-c_form{
    border: 1px solid silver;
    height: 39px;
    padding: 5px;
}
.main-div-c_form .main-div-menu-c_form_button_image{
    margin-left: 10px;
    text-align: center;
    float: right;
}

.main-div-menu-c_form_button_image,.main-div-menu-c_form_button_image label{
    cursor: pointer !important;
}

.main-div-c_form .main-div-menu-c_form_button_image img{
    height: 22px;
    filter: grayscale(100%);
}

.main-div-c_form .main-div-menu-c_form_button_image:hover img{
    filter: grayscale(0%);
}


.main-div-c_form .main-div-menu-c_form_button_image input[type="image"]{
    display: inline;
    height: 22px;
    width: auto;
}

.main-div-c_form .main-div-menu-c_form_button_image label{
    display: block;
    clear: both;
    line-height: 10px;
}

.c_form_title_chekbox{
    display: block;
    padding: 10px 0 5px 0;
}
.c_form_checkbox .main-div-label-chekbox{
    direction: rtl;
    text-align: right;
}

.c_form_checkbox .main-div-label-chekbox input{
    display: inline-block;
    width: auto;
}

.main-div-input-ltr input{
    text-align: left;
    direction: ltr;
}

.c_form_radio{

}

.c_form_select_file{
    direction: rtl;
}

.c_form_select_file .select-file-list_file{
    padding: 5px;
    background-color: #c9d8db;
    min-height: 30px;
    vertical-align: middle;
    text-align: center;
}

.select-file-main-div-img{
    float: right;
    padding-right: 15px;
}
.select-file-main-div-img:first-child{
    padding-right: 0;
}

.select-file-main-div-img img {
    height: 30px;
    max-width: 30px;
    max-height: 30px;
    cursor: pointer;
}

.select-file-main-div-text{
    height: 25px;
    padding-top: 5px;
    text-align: center;
    cursor: pointer;

}

.select-file-main-div-image{
    float: right;
    padding: 0 4px;
}
.select-file-main-div-image img{
    height: 80px;
    width: 80px;
}

.form-main-div-select-user{
    direction: rtl;
}

.form-main-div-select-user select{
    direction: rtl;
}

.form-main-div-select-multiple-user{
    height: 300px;
    direction: rtl;
    margin-bottom: 15px;
}

.form-main-div-select-multiple-user select{
    height: 300px;
    direction: rtl;
    padding: 5px;
}


.c_form_file_list{
    background-color: darkslategrey;
    padding: 0px 4px;
}

.c_form_file_list span{
    display: inline-block;
    border-bottom: 1px solid aliceblue;
    width: 100%;
    font-weight: normal;
}


.c_form_file_list ul {
    margin: 0;
    margin-top: 0px;
    margin-top: 14px;
}

.c_form_file_list  li{
    position: relative;
    width: 50px;
    height: 40px;
    padding: 5px 0px;
    display: inline-block;
    margin: 0;
    background-size: 33px 33px;
    background-position: center top 7px;
    cursor: pointer;
}

.rtlx_window_crm_info_view .msg-action-item-msg{
    cursor: auto;
}

.table_list_gifts{
    width: 100%;
}

.form-help-hover{
    float: left;
}

.form-help .from-help-text{
    display: none;
    padding: 5px;
    left: 0px;
    bottom: -6px;
    border: 1px solid gray;
    font-size: 11px;
    background-color: chartreuse;
    position: absolute;
    min-width: 123px;
    direction: revert;
}

.form-help{
    font-size: 11px;
    background-color: chartreuse;
    padding: 0 3px;
    border-radius: 100px;
    top: 4px;
    left: 4px;
    position: absolute;
    cursor: help;
}

.form-help:hover .from-help-text{
    display: block;
}

.rtlx_window_simditor_view .rtlx_win_body{
    overflow: hidden;
}

.rtlx_window_simditor_view .rtlx_win_body iframe{

}