@CHARSET "UTF-8";
body {
    direction: rtl;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.page {
    margin: 20px auto;
    width: 100%;
}
.warning, .required {
    color: red;
    font-weight: bold;
}
.txtfield {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
 }
 .readonly, input.txtfield[readonly] {
    background: inherit;
    color: inherit;
    border: 0 none;
 } 
 span.required {
    font-size: 0.8em;
}
span.label {
    display: inline-block;  
    line-height: 1.6em;
    width: 40%; 
    box-sizing: border-box; 
}
span.label-sm {
    width: 28%;
}
 .label2>.input-col {
    width: 47%;
}
.date-select {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.date-select select {
    font-size: 1.2em;
    width: 30%;
}
.clear {
    clear: both;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
}
 input.hasDatepicker {
     cursor: pointer;
 }
.form fieldset {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.form fieldset>legend {
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
}  
.form .row {
    padding: 5px 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.form .row>label {
    padding: 0 0 0 5px;  
}    
.form .row>.label {
    display: inline-block;
}
.label2 {
    margin: 0 1em 0.8em;
    display: block;
    display: flex;
    width: 100%;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
}
.form .row span.label {
    display: inline-block;
    width: 150px;  
} 

.form .row .field-required {
    background-color: #ffbfbd;
}
textarea.txtfield {
    height: 5em;
    font-size: 1em;
}
 .form .row .txtfield {
    width: 200px;  
 }
 .label-group-wrapper {
    display: inline-block;
    width: auto;
 }
 .label-group {
    display: table-row;
    width: auto;
 }
 .label-group-cell {
    display: table-cell;
    padding: 0 5px;
 }
 label>span {
    vertical-align: middle;
 }
 input[type=radio], input[type=checkbox] {
    vertical-align: middle;
 }
 .form .row .notes {
    font-size: smaller;
 }
 .btn-reg {
    display: inline-block;
    display: table-cell;
    width: auto;
    height: 106px;
    border: 4px solid #5a4a42;
    background: url('../../images/surfclub1/btn-arrow.png') no-repeat 22px 36px #fd8222;
    padding: 0 24px 0 80px;
    width: 48%;
    color: #5a4a42;
    font-size: 24px;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
    vertical-align: middle;
    margin: 0 0 0 20px;
 }
 .btn-separator {
    display: inline-block;
    display: table-cell;
    width: 20px;
 }
 .btn-reg:active {
    position: relative;
    top: 1px;
 }
  #reg_hugim  .btn-reg {
    background-image: none;
    padding: 0 10px 0 10px;
    width: 28%;
 }    
  
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.dialog-entry {
    background-color: #d9d9d9 !important;
    text-align: center;
}
.dialog-entry-title {
    margin: 10px;
}

.dialog-entry-elm {
    padding: 5px;
    background-color: white;
    color: black;
    border-radius: 5px;
    font-size: 1.1em;
    border: 1px solid #4f81bd;
}
.dialog-entry-btn {
    width: 35%;    
    margin: 0.2em;
    box-sizing: border-box;  
}
.signature_img {
    width: 100%;
    height: 100%;
    background-color: white;
}
.signature_img_wrapper {
    width: 100%;
    height: 10em;
    border: 1px #ccc solid;
}
@media only screen and (min-width: 1024px)  {
    .page {
        width: 900px;
    }
    .row.contact-form {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .form .row.contact-form .label2 {
         width: 49%;
         margin: 0 0 1.2em;
     }
     .form .row.contact-form .label2.row-checkboxes {
         width: 99%;
      }
     .label2>.input-col {
         width: 204px;
     }
}
 
 