﻿    @import url(https://fonts.googleapis.com/earlyaccess/alefhebrew.css);
    h1,h2,h3,h4,h5,h6,h7,body{
        font-family: 'Heebo', sans-serif !important;      
        color:#0000c6 !important;    
    }   
    .link-form
    {
        font-size:18px;
        font-weight:bold;
    }
     header {
        margin: 0 10px;
        /* float: left; */
        background-color: #f1f1ef;
    }
    body {
      background:#f2f2f2;
    }
    .form-group {
          margin: 6px 0;
    }
    .form-group-must {
        /*color: red;*/ 
        font-size:14px;
        font-weight:bold;
    }
    .bold-field {
        background-color: #d6d6d3;
        padding: 4px 10px 13px;
    }
    .box-body {
         padding-bottom: 0;
    }
    #flags{
    float:left;
    position:relative;
    z-index:999;
    padding:0 12px;
    cursor:pointer;
    outline:none;
}
#flags:after{
    content:"\25bc";
    position:absolute;
    color:#FFFFFF;
    font-size:9px;
    top:11px;
    left:-1px;
    pointer-events:none;
}
#flags .list{
    display:none;
    position:absolute;
    top:45px;
    right:0;
    background:#222;
}
#flags .list .lang{
    padding:12px;
    cursor:pointer;
}
#flags .list .lang:hover{
    background:#333;
}
#flags .list img{
    display:block;
    margin:0;
}
input
{
    background: white;
}
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill,
    textarea:-webkit-autofill,
    textarea:-webkit-autofill:hover,
    textarea:-webkit-autofill:focus,
    select:-webkit-autofill,
    select:-webkit-autofill:hover,
    select:-webkit-autofill:focus
    {
        -webkit-box-shadow: inset 0 0 0px 9999px white;
    }
    input[type="file"]
    {
        /*background-color: #fff;*/
        /*width: 180px;*/
        padding: 0 5px;
        border: 1px solid;
        border-color: #d2d6de;
    }
.DisplayText
{
    display: none !important;
    visibility: hidden !important;
}
.frrtl
{
    direction: rtl;
    text-align: right;
}
.frltr
{
    direction: ltr;
    text-align: left;
}
h1, h2,h3,h4,h5,h6,h7
{
    margin: 0;
    color: #0000C6;
    font-size:24px !important;
    font-family: 'Heebo', sans-serif !important;   
}
    .btn-primary {
        width: 192px;
    }
    @media screen and (max-width: 800px) {
        .form-control {
            width: 97%;
            padding: 5px;
            font-size: 1.1em;
        }
        input[type="file"] {
            /*background-color: #fff;*/
            width: 97%;
            padding: 0 5px;
        }
        header {
            display:none;
        }
        .content {
            padding:0 10%;
        }
        .image-nefashot {
            display:none;
        }
    }
    @media only screen and (min-width: 600px)
    {
        .form-group
        {
            max-width: 400px;
        }
    }
    .content {        
        max-width: 457px;
        background-color: #f1f1ef;
    }
    #Description {
        line-height: 24px;
    }
    .loader {
        position: fixed;
        top:0;
        width:100%;
        height:100%;
        background-color:rgba(50, 41, 41, 0.72);
    }
    .loaderOnly {
      text-align: center;
      bottom: 43%;
      left: 43%;
      position: absolute;
      z-index: 100;
      background-color: #E9E916;
      border-radius: 8px;
      padding: 0% 3%;
    }
   .error {
        color:Red;
	/*margin-right:5px*/
    }

    .help-block {
        max-width: 95%;
        display: inline-block;
        color:#0000c6 !important;
    }
    .info-label {
        position: relative;
        top: -27px;
        left: 23px;
    }

    .info-icon {
        font-size: 1.5em;
        color: #00C0EF;
    }
    label {
        margin-bottom:0;
        font-weight:400 !important;
    }
    .image-nefashot {
        max-width: 238px;
        position: absolute;
        top: 22%;
        margin-left: 1px;
        display:none;
    }
    .arrows {
        height: 40px;
        margin: 12% 5%;
        margin-bottom: 10px;
    }
    .btn-flat{
        border:2px solid;
    }
    .wrapped-div {
        background-color: #f1f1ef;
        height: 100%;
        overflow-y: auto;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
    #logoid {
        z-index: 1;
        position: relative;
        max-height: 120px;
    }

    #chxDeclaration-error{
     
        display:none !important;
        
    }

.LoadFile {

    /*width: 200px !important;*/
}
.circle-plus {height:1em; width:1em; font-size:0.5em /*Will change icon size*/; padding-left: 10px; padding-top: 10px; cursor: help; }
.circle-plus .circle {position: relative; }
.circle-plus .circle .horizontal {position: absolute; background-color: #333; width: 2.4em; height: .7em; top: 1.9em; left: 1.05em;}
.circle-plus .circle .vertical {position: absolute; background-color: #333; width: .7em; height: 2.4em; top: 1.05em; left: 1.9em;}

.nonValidStyle
{ 
    border:1.5px solid #CCC;  
    background: #ad0808;
    text-align:center;  
}
.nonValidStyle-new
{ 
    border:1.5px solid #CCC;   
    background: #FFCDFF;
    text-align:center;  
}
.filename
{
    border:1.5px solid #CCC;
    box-shadow: 0px 0px 4px #FB6300;
    text-align:center;
    font-size: 13px;
    display: inline-block;
    direction:rtl;
  
}
.nonValidStyleDropDownListChosen
{     
    width: 100% !important;
    /*box-shadow: 0px 0px 4px #ff0000 !important;*/
}
.ValidStyleDropDownListChosen
{ 
    width: 100% !important;
    /*box-shadow: 0px 0px 4px #FB6300 !important;*/
}

.typeahead {
    text-align:right;
    width: 100%;
    z-index: 1051;
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.dropup,
.dropdown {
  position: relative;
  /*display: inline-block;*/
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}



.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  /*min-width: 160px;*/
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.dropdown-menu-list
{
    max-height:200px;
    min-height:38px;
    overflow:auto;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight:normal;
  /*line-height: 15px;*/
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #00c0ef;
    background-repeat: repeat-x;
    outline: 0;
    cursor: pointer;
    background-image: linear-gradient(to bottom, #00c0ef,#00c0ef);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
     -moz-border-radius: 5px 5px 5px 0;
          border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

 .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}


ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
dropdown.active > a:hover,
dropdown.active > a:focus {
  cursor: pointer;
}
.nonValidStyle-new
{ 
    border:1.5px solid #CCC;
    /*box-shadow: 0px 0px 4px #ff0000;*/
    background: #FFCDFF;
    text-align:center;  
}
.inputText {text-align:center;}
button.Clear { float: left; }
.accessibility{
	padding:0.15em;
    float:left;
}
.fluid_5,.fluid_10,.fluid_15,.fluid_16,.fluid_20,.fluid_25,.fluid_30,.fluid_33,.fluid_35,.fluid_40,.fluid_45,.fluid_50,.fluid_55,.fluid_60,.fluid_66,.fluid_65,.fluid_70,.fluid_75,.fluid_80,.fluid_85,.fluid_90,.fluid_95,.fluid_100
{ 
    display: inline; float: right; direction: rtl; position: relative; width:100%;
}
.border_t{ border-top: 1px solid #dddddd; }

.float_r{ float: right !important; }
.float_l{ float: left !important; }
.float_c{ float: none !important; }
.sp_l_fluid_50 {	width: 50%;		}
.sp_l_center{ text-align: center !important; }
.sp_p_fluid_50 {	width: 50%;		}
.sp_p_center{ text-align: center !important; }