/*@font-face {
    font-family: 'Alef';
    src: url('../fonts/alef/Alef-Regular.eot');
    src: url('../fonts/alef/Alef-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/alef/Alef-Regular.woff') format('woff'),
         url('../fonts/alef/Alef-Regular.ttf') format('truetype'),
         url('../fonts/alef/Alef-Regular.svg#alefregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Alef';
    src: url('../fonts/alef/Alef-Bold.eot');
    src: url('../fonts/alef/Alef-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/alef/Alef-Bold.woff') format('woff'),
         url('../fonts/alef/Alef-Bold.ttf') format('truetype'),
         url('../fonts/alef/Alef-Bold.svg#alefbold') format('svg');
    font-weight: bold;
    font-style: normal;

}*/

html, body
{
/*    height:100%;
    margin:0;
    padding:0;
    font-family: 'Alef Hebrew', Arial;
    font-size:14px;*/
    /*background:#f2f2f2;*/
    background:#feffc4 !important;
    /*direction:rtl;*/
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    text-align: center;
}
body
{
    /*overflow-y: scroll;*/
/*    background:#feffc4;
    background-color: #feffc4;*/
}

#overlay
{
    display:none;
    z-index: 7;
    opacity: 0.7;
    background: black;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    cursor: default;
}

#tut, #info_text
{
    z-index: 10;
    position: relative;
    background:#fbe8aa;
    margin:20px 0px;
    padding:20px 0px;
}

.bs-wizard {display: none; margin-top: 40px; text-transform: uppercase;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
.bs-wizard > .progress > .progress-bar {-webkit-transition: width .6s linear !important;
    -o-transition: width .6s linear !important;
    transition: width .6s linear !important;}
.progress-bar
{
    -webkit-transition: width .6s linear !important;
    -o-transition: width .6s linear !important;
    transition: width .6s linear !important;
}

#uploader
{
    min-height:100%;
    min-height:100vh;
    display:flex;
    align-items:center;
}

#uploader > div
{
    padding:0px;
}

.box
{
    height:50%;
    height:50vh;
    
    background: #e7e875;
}

.box.is-dragover
{
    background:#FFCA28;
}

.box__input
{
    height:100%;
}

.box__file
{
    width:100%;
    height:100%;
    opacity:0;
}

.box__input > label
{
    position:absolute;
    width:100%;
    height:50%;
    top:25%;
    left:0%;
    display:flex;
    align-items:center;
}

.box__uploading, .box__success, .box__error
{
    display: none;
    width:100%;
    height:50%;
    top:25%;
    left:0%;
    position: absolute;
    align-items:center;
}

.box__uploading > div, .box__success > div, .box__error > div
{
    width:100%;
}

.label_text
{
    width:50%;
    margin-left:25%;
    background:red;
    padding:25px 0px;
    cursor:pointer;
}

.label_text > .link
{
    font-weight: bold;
}

.label_text > .link:hover
{
    color: blue;
    text-decoration: underline;
}


/*
.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
  display: none;
}

.box.has-advanced-upload {
  background-color: white;
  outline: 2px dashed black;
  outline-offset: -10px;
}
.box.has-advanced-upload .box__dragndrop {
  display: inline;
}

.box.is-dragover {
  background-color: grey;
}

.box.is-uploading .box__input {
  visibility: none;
}
.box.is-uploading .box__uploading {
  display: block;
}

.box__button {
  display: none;
}
.no-js .box__button {
  display: block;
}
*/
/*END Form Wizard*/
/*
.progressbar {
  margin: 0;
  padding: 0;
  counter-reset: step;
}
.progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
}
.progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 27px;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
}
.progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #7d7d7d;
  top: 15px;
  left: -50%;
  z-index: -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: green;
}
.progressbar li.active:before {
  border-color: #55b776;
}
.progressbar li.active + li:after {
  background-color: #55b776;
}
*/

/*********** 1200 Design ************/
/*
@media screen and (max-width:1380px)
{
    
}
*/