@import url(https://fonts.googleapis.com/earlyaccess/alefhebrew.css);

body 
{
    background-color: #fff; 
    color: #010101; 
    line-height: 1; 
    font-size: 14px; 
    font-family: Arial,"Alef Hebrew",  Helvetica, sans-serif; 
    margin:auto !important;
}


.btn_accessibility 
{
	top:60px !important;
	left: 50px important;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, audio, canvas, details, figcaption,
figure, footer, header, hgroup, mark, menu, meter, nav,
output, progress, section, summary, time, video 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, dialog, figure, 
footer, header, hgroup, menu, nav, section, blockquote 
{ 
	display: block;
}

ol { list-style: decimal inside none; }
ul { list-style: disc inside none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
blockquote, q { quotes: none; }

ins { text-decoration: underline; }
del { text-decoration: line-through; }
mark { background: none; }
abbr[title], dfn[title] { border-bottom: 1px dotted #000; cursor: help; }
hr { width: 100%; float: right; display: block; height: 3px; border: 0; background: #dce7ef; margin: 10px 0; padding: 0; }
img, 
fieldset { border: 0; }
a img { vertical-align: middle; }

:focus { outline: 0; }
a: focus { outline: 0; }
::selection { text-shadow: none; background: #909090; color: #fff; }


/*--------------------------------------*/
/*----------------Table-----------------*/
/*--------------------------------------*/
table { width: 100%; border-spacing: 0; border-collapse: collapse; background-color: transparent; direction: rtl; }
td, th { text-align: right; vertical-align: top; }


/*--------------------------------------*/
/*----------------Form------------------*/
/*--------------------------------------*/
select, input[type="text"], input[type="password"] { padding-right: 5px; text-align: right; direction: rtl; border: solid 1px #707070; background: #fff; font-size: 12px; font-family: "arial"; }
.validInput { border: solid 1px #ff9191 !important; background-color: #ffe5e5 !important; }
.disableInput { background: #D6D6D6 !important; border: none !important; }
input[type="submit"], input[type="button"], button { border: none !important; }
input, select { vertical-align: middle; }
input[type="radio"],
input[type="checkbox"] { margin: 0; }
textarea { padding: 5px; border: solid 1px #707070; }


/*--------------------------------------*/
/*----------------Clear-----------------*/
/*--------------------------------------*/
.clear-right { clear: right; }
.clear-left { clear: left; }
.clear-both { clear: both; }


/*--------------------------------------*/
/*----------------Float-----------------*/
/*--------------------------------------*/
.float-right { float: right !important; }
.float-left { float: left !important; }
.float-none { float: none !important; }


/*--------------------------------------*/
/*---------------Position---------------*/
/*--------------------------------------*/
.absolute { position: absolute; }
.relative { position: relative; }
.static { position: static; }
.fixed { position: fixed; }

.no-border { border: medium none !important;}
.no-margin { margin: 0 !important; }
.no-padding { padding: 0 !important; }
.no-bg { background: none !important; }


/*--------------------------------------*/
/*---------------Display----------------*/
/*--------------------------------------*/
.active { display: block !important; }
.noActive { display: none !important; }

.visibile { visibility: visible !important; }
.hidden { visibility: hidden !important; }

.table-row {  display: table-row; #display: inline; }
.inline-block { display: inline-block !important; }
.inline { display: inline !important; }
.block { display: block !important; }


/*--------------------------------------*/
/*----------------Text------------------*/
/*--------------------------------------*/
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }

.ver-top { vertical-align: top !important; }
.ver-middle { vertical-align: middle !important; }
.ver-bottom { vertical-align: bottom !important; }

.nowrap { white-space: nowrap; }


/*--------------------------------------*/
/*--------------Direction---------------*/
/*--------------------------------------*/
.rtl { direction: rtl; }
.ltr { direction: ltr; }


/*--------------------------------------*/
/*--------------Font Size---------------*/
/*--------------------------------------*/
.fs10 { font-size: 10px !important; }
.fs11 { font-size: 11px !important; }
.fs12 { font-size: 12px !important; }
.fs13 { font-size: 13px !important; }
.fs14 { font-size: 14px !important; }
.fs15 { font-size: 15px !important; }
.fs16 { font-size: 16px !important; }
.fs18 { font-size: 18px !important; }
.fs20 { font-size: 20px !important; }
.fs22 { font-size: 22px !important; }
.fs24 { font-size: 24px !important; }
.fs28 { font-size: 28px !important; }
.fs14bold { font-size: 14px !important; font-weight:bold;}


/*--------------------------------------*/
/*-------------General Fonts------------*/
/*--------------------------------------*/
p, h1, h2, h3, h4, h5, h6 { display: block; text-align: right; direction: rtl; }

h1 { color: #010101; font-size: 36px; margin-bottom: 10px; }
h1 a { float: left; }
h2 { color: #327626; font-size: 36px; margin: 15px 0 10px; }
h2 img { vertical-align: text-bottom; }
h3 { color: #327626; font-size: 20px; margin-bottom: 5px; text-decoration: underline;}
h4 { color: #327626; font-size: 16px; }
h5 { color: #327626; font-size: 20px; font-family:  Arial !important;}

a { color: #0a87c6; text-decoration: underline; cursor: pointer; text-align: right; }
a:hover { text-decoration: none; }
span { text-align: right; direction: rtl; }
label { font-size: 14px; }
.valid { color: #ff0000; }
.disable { color: #AFB1B3; }


/*--------------------------------------*/
/*-------------Dynamic Button-----------*/
/*--------------------------------------*/
.btnOrange { float: left; display: block; height: 30px; padding: 0 5px; background-color: #F36A21; border: solid 1px #d8520b; border-radius: 5px; direction: rtl; color: #f1f3f6 !important; font: bold 16px/30px Arial; cursor: pointer; text-decoration: none; }
.btnOrange:hover { background-color: #da540d; }
.btnBack { float: left; display: block; height: 30px; padding: 0 18px; background-color: #3F5765; border: solid 1px #acb7be; border-radius: 5px; color: #f1f3f6 !important; font: bold 16px/30px Arial; cursor: pointer; text-decoration: none; }
.btnBack:hover { background-color: #1f709b; }
.btnBlue { float: left; display: block; height: 30px; padding: 0 10px; background-color: #0A87C6; border: solid 1px #015884; border-radius: 5px; color: #fff !important; font: bold 14px/30px Arial; cursor: pointer; text-decoration: none; }

.btnOrange img,
.btnBlue img { vertical-align: middle; margin-left: 5px; }

.btns li { display: inline-block; margin: 30px 0 20px 24px; }


/*--------------------------------------*/
/*-------------old css-----------*/
/*--------------------------------------*/

.ui-datepicker-trigger {
	height: 17px;
	margin-top: 5px;
	background-image: url("../images/calendar-icon.png");
	border:none;
	margin-right:5px;
}
#ui-datepicker-div {
 display: none;
}

.inner-header{color: #327626; font-size: 16px; font-weight:bold; direction: rtl; display: block; }

.ui-widget {font-family:  Arial, "Alef Hebrew",Helvetica, sans-serif !important;}

/*
.ui-growl {position:fixed;top: 40%;left: 37%; }
.ui-growl-title {font: 24px "Alef Hebrew", Arial, Helvetica, sans-serif; text-align: center;}
.ui-growl-message p {font: 18px "Alef Hebrew", Arial, Helvetica, sans-serif; letter-spacing: -1px; width: 250px;float: right;}
*/
a:link { text-decoration:none; }
a:hover { text-decoration:underline; }
a:active { text-decoration:underline; }
a:focus { text-decoration:blink; }



/*--------------------------------------*/
/*-------------offers table-----------*/
/*--------------------------------------*/


.companyHeader{width: 103px;}
.coveragesRateHeader{width: 148px;}
.protectionHeader{width: 108px;}
.chovaPremuimHeader{width: 158px;}
.makifPremuimHeader{width: 125px;}
.chovaCommisionHeader{width: 120px;}
.makifCommisionHeader{}
.totalCostHeader{width: 91px;}

.starImage{width:22px; height:20px}

.companyCol{width: 103px;}
.coveragesRateCol{width: 148px;}
.protectionCol{width: 108px;}
.chovaPremuimCol{width: 158px;}
.makifPremuimCol{width: 125px;}
.chovaCommisionCol{width: 120px;}
.makifCommisionCol{}
.totalCostCol{width: 91px;}


/*----------------- taken from orenMizrach.css (companyBox)--------------------------*/
table.offersResult { height: 65px; direction: rtl; }
table.offersResult td { padding: 0 8px; text-align: center; vertical-align: middle; }
table.offersResult td + td { border-right: solid 2px #fff; }



.ui-chkbox {
    display: inline-block;
    cursor: pointer;
}

.ui-chkbox .ui-chkbox-box {
    float: left;
    width: 12px;
    height: 12px;
    margin: 3px 3px;
    float: right;
    background: url(../images/checkboxFilter.png) ;
}

.ui-chkbox .ui-chkbox-label {
    cursor: pointer;
    display: block;
    margin: 1px 0 ;
    outline: medium none;
    z-index: 1;
    float: right;
    font-weight: bold !important; 
    font-size: 18px; 
}

/*.ui-icon {width: 9px !important; height: 9px !important;}*/  
.ui-icon-check{background-position: -66px -147px !important}

.validationError{border-color:red;}

.error_input
{
	border:1px solid red !important;
}

.modal_sms {
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255,255,255,0.8);
}

.modal_email {
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255,255,255,0.8);
}


.modal_sms .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #d6d6d6;
    width: 100%;
    height:513px;
    max-width: 900px;
    box-shadow: 0 0 1px rgba(0,0,0,.16), 0 4px 8px rgba(0,0,0,.12);
}

.modal_email .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #d6d6d6;
    width: 100%;
    height:222px;
    max-width: 900px;
    box-shadow: 0 0 1px rgba(0,0,0,.16), 0 4px 8px rgba(0,0,0,.12);
}




.modal_sms .close {
    color: #aaaaaa;
    float: left;
    font-size: 28px;
    font-weight: bold;
    margin-top: -12px;
    margin-left: -5px;
    cursor: pointer;
}

.modal_sms .modal-content table {
    margin-top: 0 !important;
    box-shadow: none !important;
}
.modal_sms .table_info {
    border: 1px solid #ffffff;
    border-radius: 0px;
    margin: 0 0 20px 1%;
    float: right;
    background: #ffffff;
    box-shadow: 0 0 1px rgba(0,0,0,.16), 0 4px 8px rgba(0,0,0,.12);
}

.modal_sms .table_info th {
    padding: 8px 10px;
    text-align: right;
    font-weight: 600;
    background: #ffffff;
    color: #0083b5;
    font-size: 16px;
}

.modal_sms .modal-content td {
    background: #ffffff !important;
}
.modal_sms .table_info td {
    padding: 5px 10px;
    border-bottom: 0px solid #ffffff;
}

.modal_sms .modal-content input, .modal-content select, .modal-content .textarea {
    border: 1px solid silver !important;
}
.modal_sms .modal-content select {
    width: 100%;
}
.modal_sms .table_info input, .table_info select {
    border: 1px solid #ffffff;
    border-radius: 3px;
    padding: 3px 10px;
}

.modal_sms .modal-content button {
    cursor: pointer;
}
.modal_sms .sms_btn {
    width: 100%;
    color: #000000;
    background: #f2f2f2;
    text-align: center;
    padding: 8px;
    border: 0;
    margin-bottom: 10px;
    border-radius: 5px;
}

.modal_sms .modal-content input, .modal-content select, .modal-content .textarea {
    border: 1px solid silver !important;
}
.modal_sms .table_info .textarea {
    border: 1px solid #ffffff;
    border-radius: 3px;
    font-family: Arimo, Arial, tahoma, sans-serif;
    color: #464646;
    font-size: 14px;
    resize: none;
    width: 100%;
    height: 100% !important;
    padding: 4px 5px;
}










