@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?lx9660');
  src:  url('fonts/icomoon.eot?lx9660#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?lx9660') format('truetype'),
    url('fonts/icomoon.woff?lx9660') format('woff'),
    url('fonts/icomoon.svg?lx9660#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-profile:before {
  content: "\e923";
}
.icon-clipboard:before {
  content: "\e9b8";
}
.icon-checkbox-unchecked:before {
  content: "\ea53";
}
.icon-radio-unchecked:before {
  content: "\ea56";
}
.icon-text-width:before {
  content: "\ea60";
}
.icon-text-color:before {
  content: "\ea6d";
}



/*******************************************
PDF Dynamic forms
*******************************************/

.field_api_name_container {display: block;}
     
.input {border: 1px solid green; z-index: 9; }

.radio_input {border-radius: 50%;}

.text_input, .file_input, .id_number_input, .radio_input_other, .date_input, .smartphone_text_input, .email_input 
{width: 100px; height: 17px; }

.checkbox_input, .radio_input {width: 15px; height: 15px; }

.smartphone_text_input {border: 2px dotted orange !important;}

.radio_input_other {}
.textarea_input {width: 100px; height: 50px;}

.group_border {z-index: 1; position: absolute;  border: 1px dashed #0072c6; padding: 3px; min-height: 28px;}
 

 .draggable {
    position: absolute; display: inline-block; vertical-align: top; zoom: 1;
    *display: inline;   cursor: move;  
}


.active {z-index: 99;}
.active_border_color { border-color: red !important;}

 .ui-resizable-handle 
{
    background: #337AB7;  border: 1px solid #FFF; width: 5px; height: 5px; 
}
.ui-resizable-se
{
    right: -5px; bottom: -5px;
}


.tofes_right_col, .tofes_main_col, .tofes_left_col {min-height: 300px;} /* נחוץ רק בשביל לראות טוב במצב פיתוח בדפדפן  */

.tofes_right_col, .tofes_main_col {padding-left: 0; padding-right: 0; }

.add_fields_to_form_container {position: sticky; width: 230px; padding-right: 10px; top: 115px; text-align: center; z-index: 102;}
                               
                              
  	
.tofes_container {position: relative; z-index: 1;}


/*.remove_icon {position: absolute; top: -10px; left: 3px; z-index: 9999; cursor:pointer; background: white;}*/
.remove_group_border_icon { position: absolute; top: -4px; left: -12px; z-index: 9999; cursor:pointer; background: white;}

.max_characters, .min_characters {width: 60px !important; display: inline-block; padding: 3px 3px; text-align: center; height: 26px;}

.add_fields_icon {cursor: pointer;}

.deletable {position: relative;}
.remove_option_icon {position: absolute; top: 30px; left: 5px; z-index: 9; cursor:pointer;}



.add_fields_to_form_container .one_row {margin-bottom: 10px;}

.add_fields_to_form_container .one_row .col-md-6 {padding-right: 5px; padding-left: 5px;}

.add_fields_to_form_container .kaftor {padding: 7px 5px 5px 5px; text-align: center; border: 1px solid #ccc; cursor: move; background: none;}
   .add_fields_to_form_container .kaftor:hover {background: #EFEFEF; }
   
   .add_fields_to_form_container .kaftor p {font-size: 15px; line-height: 16px; min-height: 30px; }
      

         
   .tofes_icon {font-size: 22px; }
          
                   
.attachment_btn {width: 87px; height: 16px; background: url(../images/attachment-icon.png);  border: none !important;}

/***   field details   ***/
.frm_details_container {position: fixed; left: 20px; background: #F7F7F7; height: 500px; overflow: auto;
                        border: 1px solid silver; padding: 10px; 
                       }

.elm_coordinates_size .row div {direction:ltr; padding-left: 0; padding-right: 0;}
  .elm_coordinates_size input[type=text] {direction:ltr; text-align: center; display:inline-block; width: 54px;}

.the_field_type {margin: 0 0 10px 0; color: green;}

.selected_option {border: 2px dashed green;}

/*
fieldset {border: 1px solid #ccc; padding: 5px; margin-bottom: 10px;}
legend {margin-bottom: 0; font-size: 16px; font-weight: bold;}

  fieldset .checkbox {margin-top: 0;}
  */

.open_large_textarea {cursor: pointer; color:#286191; font-weight: bold; font-size: 1.5rem;}

.textarea_modal textarea {height: 150px;}
.btn_textarea_modal {width: 50%; margin: 20px auto;}



.form_url {direction:ltr; width: 400px; margin: 5px 0 10px 0;}

#field_api_name, #field_calculation_name {direction:ltr;}

.sort_tbl_tfasim .tbl_txt {font-size: 1.1em;}

.frm_details_container label {font-size: 15px;}
.checkbox label {font-weight: 400; }


/** Formulas  **/

.formula_toolbar {background: #ddd;}

.formula_active_cell {display:none; } /**  a formula can't contain the id of the field which holds the formula (as an data attribute) **/



@media screen and (max-width: 1360px) {
	.kaftor.add_input p { font-size: 12px; }
}

@media screen and (max-width: 767px) {
   .form_url {max-width: 95%;}
}

