

.ock_button1, .ock_back{
    font-weight: 500;
    border: 0;
    padding: 4px 10px;
    cursor: pointer;
    width: auto;

    margin-top: 20px;
    margin-bottom: 20px!important;

    color: #ffffff!important;
    border-width: 0px !important;
    border-radius: 4px; 
    box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.3);
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: 700 !important;
    background-image: linear-gradient(143deg,#9dc334 0%, #78ba21 100%);
    background-color: #9dc334;
  
    padding-top: 16px !important;
    padding-right: 30px !important;
    padding-bottom: 16px !important;
    padding-left: 30px !important;
  
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}

.ock_inputdisabled{
  cursor: not-allowed;
}

.ock_button1_disabled{
  font-weight: 500;
  border: 0;
  padding: 4px 10px;
  cursor: not-allowed!important;
  width: auto;

  margin-top: 20px;
  margin-bottom: 20px!important;

  color: #ffffff !important;
  border-width: 0px !important;
  border-radius: 4px; 
  box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.3);
  letter-spacing: 0px;
  font-size: 16px;
  font-weight: 700 !important;
  background-image: linear-gradient(143deg,#a0a0a0 0%,#4c4c4c 100%);
  background-color: #a0a0a0;

  padding-top: 16px !important;
  padding-right: 30px !important;
  padding-bottom: 16px !important;
  padding-left: 30px !important;

  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}

h2, h3{
    margin-bottom: 20px !important;
    margin-top: 20px !important;

}


table{
    border: 0px !important;
}

  
  .ock_button1:hover, .ock_back:hover{
    cursor: pointer;
  }
  
  .ock_button1::after, .ock_button1::before, .ock_back::after, .ock_back::before{
    line-height: 1em;
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
  }
  
  .ock_button_red{
    background-color:#ff3b00; 
    color:#ffffff!important; 
    background-image:linear-gradient(143deg,#ff3b00 0%,#ba0000 100%);
  }


input{
    cursor:pointer;
}

.ock_table_check{
    border-top: 1em solid transparent !important;
    padding: 0px 0px 0px 0px!important;
    vertical-align: middle;
}

.ock_table_check_box{
    border-top: 1em solid transparent !important;
    padding: 0px 0px 0px 0px!important;
    vertical-align: middle;
}

.ock_table_form{
    border-top: 0px!important;
    padding: 0px 20px 0px 0px!important;
    vertical-align: middle;
}

.ock_table_form_text{
    border-top: 0px!important;
    padding: 6px 6px 6px 0px!important;
    vertical-align: middle;
}


.ock_table_check_box, .ock_table_check, .ock_table_button{
    vertical-align: middle;
}


.actionLeft, .actionRight{
    border-top: 0px!important;
}



.ock_table_button{
    vertical-align: middle;
}

.ock_table_pic{
    border-top: 0!important;
    padding: 10px 120px 10px 0px;
    vertical-align: middle;
    height: 200px;
    width: 200px;
}

.ock_table {
    width: 100%;
}

.img_editor_preview{
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.ock_textfield{
    -webkit-appearance: none;
    background-color: #eeeeee;
    width: 100%;
    border-width: 0;
    border-radius: 0;
    color: #999999;
    font-size: 14px;
    padding: 16px;
}



label{
    vertical-align: middle!important;
    /*margin-bottom: 0px !important;*/
}

.menutable table {
    display: block;
}

.ock_picture_portrait{
    object-fit:cover;
    aspect-ratio: 9 / 16; 
  }

  .ock_picture_landscape{
    width:90% !important; 
    object-fit:cover !important;
    aspect-ratio: 16 / 9 !important;
  }

  .ock_formfield{
    -webkit-appearance: none;
    background-color: #eeeeee  !important;
    width: 100%;
    border-width: 0 !important;
    border-radius: 0;
    color: #999999 !important;
    font-size: 14px;
    padding: 16px !important; 
  }

  .ock_formfield_textarea{
    margin-bottom: 3%;
  }

  .ock_formfield_select{
    background-image: url("arrow.png");
    background-position: right center; /*Positioning*/
    background-repeat: no-repeat; /*Prevent showing multiple background images*/
    background-origin: content-box;
  }


  .ock_formfield_p{
    width: 50%;
    float: left;

    padding: 0 0 0 3%;
    margin-bottom: 3%;
    background-position: 50%;
    background-size: cover;


  }

  @media (max-width: 767px){
    .ock_formfield_p{
      width: 100%;
      float:unset;
      padding: 0 0 0 3%;
      margin-bottom: 3%;
      background-position: 50%;
      background-size: cover;
    }
  }

  .ock_formfield_p15{
    width: 15%;
    float: left;

    padding: 0 0 0 3%;
    margin-bottom: 3%;
    background-position: 50%;
    background-size: cover;


  }

  @media (max-width: 767px){
    .ock_formfield_p15{
      width: 50%;
      padding: 0 0 0 3%;
      margin-bottom: 3%;
      background-position: 50%;
      background-size: cover;
    }
  }


  .ock_formfield_p35{
    width: 35%;
    float:left;

    padding: 0 0 0 3%;
    margin-bottom: 3%;
    background-position: 50%;
    background-size: cover;


  }

  @media (max-width: 767px){
    .ock_formfield_p35{
      float:unset;

      width: 50%;
      padding: 0 0 0 3%;
      margin-bottom: 3%;
      background-position: 50%;
      background-size: cover;
    }
  }



  .ock_formfield_p100{
    width: 100%;

    padding: 0 0 0 3%;
    margin-bottom: 3%;
    background-size: cover;


  }

  .ock_formfield_button{
    padding: 0 0 0 3%!important;
    float: unset;

  }


  /*Checkbox*/
  /* The container */

  .ock_form{
    margin-left: -3%!important;
  }

  .ock_checkbox_table{
    float: unset;
    margin-left: 3%!important;
    margin-bottom: 3%;
    width: inherit !important;
  }

  .ock_form_table{
    width: inherit !important;
  }



.ock_checkbox_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser s default checkbox */
  .ock_checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .ock_checkbox_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .ock_checkbox_container:hover input ~ .ock_checkbox_checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .ock_checkbox_container input:checked ~ .ock_checkbox_checkmark {
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .ock_checkbox_checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .ock_checkbox_container input:checked ~ .ock_checkbox_checkmark:after {
    display: block;
    content: "N";
    font-family: ETmodules;
    color: #2ea3f2;
    width: 17px;
    height: 17px;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    text-align: center;
  }


  
  /* Style the checkmark/indicator */
  .ock_checkbox_container .ock_checkbox_checkmark:after {
  }