@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/OpenSansHebrew-Light.eot);
    src: url(fonts/OpenSansHebrew-Light.eot?#iefix) format('embedded-opentype'),
    url(fonts/OpenSansHebrew-Light.woff) format('woff'),
    url(fonts/OpenSansHebrew-Light.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/OpenSansHebrew-Regular.eot);
    src: url(fonts/OpenSansHebrew-Regular.eot?#iefix) format('embedded-opentype'),
    url(fonts/OpenSansHebrew-Regular.woff) format('woff'),
    url(fonts/OpenSansHebrew-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/OpenSansHebrew-Bold.eot);
    src: url(fonts/OpenSansHebrew-Bold.eot?#iefix) format('embedded-opentype'),
    url(fonts/OpenSansHebrew-Bold.woff) format('woff'),
    url(fonts/OpenSansHebrew-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 800;
    src: url(fonts/OpenSansHebrew-ExtraBold.eot);
    src: url(fonts/OpenSansHebrew-ExtraBold.eot?#iefix) format('embedded-opentype'),
    url(fonts/OpenSansHebrew-ExtraBold.woff) format('woff'),
    url(fonts/OpenSansHebrew-ExtraBold.ttf) format('truetype');
}
html {
	overflow-y: auto;
}
body{
    direction: rtl;
    color:#353535;
    font-family: 'Open Sans Hebrew' , 'Arial' !important;
    /*max-width: 700px;*/
    padding: 10px;
    float: right;
    overflow: hidden;
}
*{font-family: 'Open Sans Hebrew' , 'Arial' !important;}
#parking_form{
    margin: 0 -15px;
}
.inputWrapper{
    width: 100%;
    padding: 0 15px;
    float: right;
    margin-bottom: 30px;
    position: relative;
}
.inputWrapper.w100{
    width: 100%;
}
.inputWrapper input:not(.send),
.inputWrapper textarea{
    border: 1px solid #e1e1e1;
    background: #f4f4f4;
    color: #4b4b4b;
    width: 100%;
    height: 39px;
    line-height: 39px;
    text-indent: 18px;
    font-size: 14px;
}
.inputWrapper textarea{
    height: 100px;
}
.icon-file,
.icon-questionMark{
    position: absolute;
    top: 10px;
    left: 25px;
    width: 20px;
    height: 20px;
    fill: #003c58;
    pointer-events: none;
}
.icon-questionMark{
    top: 0;
    left: 10px;
}
.inputWrapper .icon-questionMark{
    top: 10px;
    left: 25px;
}
.inputWrapper .hasToolTip .icon-questionMark,
.checkboxLabelCLick .hasToolTip .icon-questionMark{
    top: 0;
    left: 0;
	position: static;
	display: inline-block;
	vertical-align: middle;
}
.inputWrapper.file{
    z-index: 0;
    position: relative;
}
.inputWrapper.file input{
    opacity: 0;
    cursor: pointer;
}
.inputWrapper.file .files_names,
.inputWrapper.file .files_names2,
.inputWrapper.file .files_names3{
    position: absolute;
    top: 0;
    right: 15px;
    border: 1px solid #e1e1e1;
    background: #f4f4f4;
    color: #4b4b4b;
    width: calc(100% - 30px);
    height: 39px;
    line-height: 39px;
    text-indent: 18px;
    font-size: 14px;
    margin: 0 0 15px 0;
    z-index: -1;
    padding-left: 40px;
    overflow: hidden;
}
.inputWrapper label{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 25px;
    color: #4b4b4b;
    font-weight: normal;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.inputWrapper.textarea label{
    top: 10px;
    transform: translate(0,0);
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.inputWrapper.textarea.hover label{
    top: -20%;
    right: 15px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.inputWrapper.hover label{
    top: -30%;
    right: 15px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;

}
.inputWrapper input.send{
    border: 0;
    color: #fff;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    background: #003c58;
    width: 100%;
}
.prevTxt{
    text-align: center;
    margin-bottom: 30px;
}
.prevTxt strong{
    color:#003c58;
    margin-bottom: 10px;
    display: inline-block;
}
.contactDet{
    text-align: center;
    font-size: 13px;
    color:#003c58;
    margin-bottom: 30px;
}

.contactDet ul{
    padding: 0;
    margin: 0;
    margin-top: 5px;
    list-style: none;
}
.contactDet ul li{
    display: inline-block;
    padding: 0 10px;
}
.contactDet ul li a{
    color:#003c58;
    text-decoration: none;
}
.notic{
    margin-bottom: 30px;
    padding: 15px;
    border:2px solid #59cdf6;
    text-align: center;
    font-weight: 700;
}
.addTxt{
    color: #003c58;
    font-size: 13px;
    margin: -10px 0 10px;
}
.checkBoxWrapper{
    width: 43%;
    padding-left: 20px;
    float: right;
}
.checkBoxWrapper.defW{
    width: 28.5%;
}
.checkWrap{
    float: right;
    width: calc(100% - 30px);
    margin: 0 15px;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    padding: 30px 0;
    margin-bottom: 20px;
}
.checkboxLabelCLick{
    position: relative;
}

.checkboxLabelCLick input[type="checkbox"]{
    position: absolute;
    right: 0;
    top: 0;
    width: 21px;
    height: 21px;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -khtml-opacity: 0;
    cursor: pointer;
    z-index: 10;
}
.checkboxLabelCLick input[type="checkbox"]:checked + .chkbx {
    background-position: right bottom;
}
.chkbx{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 21px;
    height: 21px;
    background: url(../images/checkBg.png) center top no-repeat;
    background-color: #F4F4F4;
    border: 1px solid #E1E1E1;
    box-sizing: content-box;
}
.checkboxTxt{
    color:#4b4b4b;
    font-size: 13px;
    margin-right: 5px;
    font-weight: normal;
}
.checkboxTxt strong{
    font-style: italic;
}
.checkboxLabelCLick .hasToolTip.posAbsolut,
.inputWrapper .hasToolTip{
    position: absolute;
    top:10px;
    left:25px;
    width: 20px;
    height: 40px;
}
.checkboxLabelCLick .hasToolTip.posAbsolut{
    top:0px;
    left:15px;
}
.hasToolTip{
    position: relative;
    padding-bottom: 20px;
}
.hasToolTip:hover span,
.hasToolTip.hover span{
    display: block;
}
.hasToolTip span{
    position: absolute;
    bottom: 150%;
    padding: 10px;
    background: #fff;
    border: 1px solid #003c58;
    width: 230px;
    font-size: 12px;
    left: 0;
    z-index: 1;
    display: none;
}
.hasToolTip span:after, .hasToolTip span:before {
    top: 100%;
    left: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
	transform: rotate3d(0,0,1, 180deg);
}
.hasToolTip span:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}
.hasToolTip span:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #003c58;
    border-width: 16px;
    margin-left: -16px;
}

.checkboxLabelCLick .hasToolTip span {
	left: 50%;
	transform: translate(-50%, 0);
}
.checkboxLabelCLick .hasToolTip span:after,
.checkboxLabelCLick .hasToolTip span:before {
	left: 50%;
}

label[for="applayDate"]{
    display: none;
}
#approveContact .modal-dialog{
    text-align: center;
    font-size: 23px;
    background: rgba(255,255,255,0.8);
    padding: 90px 0;
}
.notic_clear {

    clear: both;
}
form h3{    font-size: 16px;    font-weight: bold;    margin:40px 15px 20px 15px; clear: both}
.checkboxLabelCLick .hasToolTip.posAbsolut {
    top: 0;
    left:50px;
}
.icon-questionMark.ntn{
    top:-3px !important;
    left:-25px !important;
}
.doc_list{border: 1px solid #e1e1e1;    background: #f4f4f4;    color: #4b4b4b; padding:10px; box-sizing:border-box; margin: 0 15px 30px 15px;}
.inputSignature{
    position: relative;
    width:260px;
    margin:10px auto 50px auto;
}

.inputSignature input:not(.send), .inputSignature textarea{
    border: none;
    border-bottom: solid 2px #003c58;
    color: #003c58;
    text-align:center;
    width:260px;
    height: 39px;
    line-height: 39px;
    text-indent: 18px;
    font-size: 14px;
}


.inputSignature label{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right:35%;
    color:#003c58;
    font-weight: bold;
    transition: all .25s ease-in-out;    -moz-transition: all .25s ease-in-out;    -webkit-transition: all .25s ease-in-out;
}
.inputSignature.textarea label{
    top: 10px;
    transform: translate(0,0);    transition: all .25s ease-in-out;    -moz-transition: all .25s ease-in-out;    -webkit-transition: all .25s ease-in-out;
}
.inputSignature.textarea.hover label{
    top: -20%;
    right: 15px;
    transition: all .25s ease-in-out;    -moz-transition: all .25s ease-in-out;    -webkit-transition: all .25s ease-in-out;
}
.inputSignature.hover label{
    top: -30%;
    right: 15px;
    transition: all .25s ease-in-out;    -moz-transition: all .25s ease-in-out;    -webkit-transition: all .25s ease-in-out;

}

#sapak_form .inputWrapper,
#parking_form .inputWrapper {
	width: 33%;
}
.inputSignature-wrapper {
	float: right;
	width: 50%;
}

@media screen and (max-width: 772px) {
	#sapak_form .inputWrapper,
	#parking_form .inputWrapper {
		width: 50%;
	}
	.inputSignature-wrapper .inputSignature {
		width: 100%;
	}
	.inputSignature-wrapper .inputSignature label {
		right: 0;
	}
	.inputSignature-wrapper .inputSignature input:not(.send), .inputSignature textarea {
		width: 100%;
	}
	.checkWrap {
		flex-wrap: wrap;
		display: flex;
	}
	.checkBoxWrapper,
	.checkBoxWrapper.defW {
		width: 100%;
	}
	/*.hasToolTip {*/
		/*display: none;*/
	/*}*/
	.checkboxLabelCLick {
		display: flex;
	}
}

@media screen and (max-width: 480px){
	#sapak_form .inputWrapper,
	#parking_form .inputWrapper {
		width: 100%;
	}
	.inputSignature-wrapper {
		width: 100%;
	}
}


