@import url('flex.css?_v=7');
@media print {
   a[href]:after {
      visibility: hidden !important;
   }
   .noprint{
       display:none;
       visibility: hidden !important;
   }
}
.rtl ul.liml5 li{margin-left:5px;}
.rtl ul.liml10 li{margin-left:10px;}
.rtl ul.liml15 li{margin-left:15px;}
.rtl ul.liml5 li:last-child,.rtl ul.liml10 li:last-child,.rtl ul.liml15 li:last-child{ margin-left:0;}
.spaced{
    
}





.red{color:red;}
.blue{color:blue;}
.black{color:black;}
.white{color:white;}
.slashed{
    position: relative;
}
.slashed::after{
    content: ' ';
    height: 1px;
    width: 100%;
    transform: rotateZ(348deg);
    position: absolute;
    left: 0;
    right: 0;
    background: #ff000094;
    top: 50%;
}
.rtl .spaced>div:last-child{
    margin-left:0;
}

.ltr .spaced>div:last-child{
    margin-right:0;
}

.rtl .switch-control-label:not(.lined){
    align-items: start;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.rtl .switch-control-label .switch{
    margin-left:10px;
    margin-top: 5px;
    min-width: 30px;
}
.ltr .switch-control-label .switch{
    margin-right:10px;
        margin-top: 5px;
}
.ltr .switch-control-label{
    align-items: start;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.help-block{
    font-size: 90%;
    color: gray;
}
.zoom2{
    zoom:2;
}
.zoom15{
    zoom:1.5;
}
.scroll-y-100{
    overflow-y:auto;
    max-height:100px;
}
.bgblack{ background-color:black; }
.bgwhite{ background-color:white; }
.bgImage{
    width: 100%;
    max-width: fit-content;
}
.nowrap{
        white-space: nowrap;
}
.nofocus{
    outline:none !important;
    box-shadow:none !important;;
}
pre{
    direction: ltr;
    text-align: left;
}
.rtl{
    direction:rtl;
}
.ltr{
    direction:ltr;
}
.rtl .input-group .input-group-prepend button{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.min50{   min-width:50px;}
.min60{   min-width:60px;}
.min70{   min-width:70px;}
.min80{   min-width:80px;}
.min100{  min-width:100px;}
.min120{  min-width:120px;}
.min150{  min-width:150px;}
.min200{  min-width:200px;}
.min240{  min-width:240px;}
.min300{  min-width:300px;}


.max50{   max-width:50px;}
.max60{   max-width:60px;}
.max70{   max-width:70px;}
.max80{   max-width:80px;}
.max100{  max-width:100px;}
.max150{  max-width:150px;}
.max180{  max-width:180px;}
.max200{  max-width:200px;}
.max300{  max-width:300px;}
.maxh50{   max-height:50px;}
.maxh70{   max-height:70px;}
.maxh80{   max-height:80px;}
.maxh90{   max-height:90px;}
.maxh100{   max-height:100px;}
.maxh150{   max-height:150px;}
.maxh200{   max-height:200px;}
.maxh300{   max-height:300px;}
.rtl .input-group .input-group-append button{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.toggleWrapper{
    overflow-y:hidden;
    height:auto;
    -webkit-transition:all .4s ease-out;
    -moz-transition:all .4s ease-out;
    -ms-transition:all .4s ease-out;
    -o-transition:all .4s ease-out;
    transition:all .4s ease-out;
}
table.tableXls td{
    padding: 0;
    border: 1px solid #eee;
    margin: 0;
    border-radius: 0;
}
table.tableXls input{
    border: none !important;
    margin:0 !important;
   
}
table.tableXls td:hover input{
    background:#7abce70a;
}
.noclick{
    pointer-events: none;
}

.hideOnShort{
    display:none;
}

form:hover .hideOnShort,.hideOnShortDisabled{
    display:block;
}
a.nostyling{
    text-decoration:none;
}
.myAlert{
    width: 95%;
    margin: 10px auto;
    clear:both;
}

.flip-h {
  transform: scaleX(-1);
}
.flip-v {
  transform: scaleY(-1);
}
.spaceBetween,.spb,.fsb{
    display:flex;
    justify-content: space-between;
    width:100%;
}
.spb2{
    justify-content: space-between !important;
    width:100%;
}
.sparound{
    justify-content: space-around;
}
.fb{
    align-items:end;
}
.equalHWrapper{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.equalH{
    
}
.equalH>div{
    height:100%;
}
.module{
}
.english{
        direction: ltr !important;
    unicode-bidi: isolate;
}

form.fields-mb-10 .form-group{
    margin-bottom: 10px !important;
}
form.fields-mb-0 .form-group{
    margin-bottom: 0px !important;
}
form.fields-height-60 .tight>div[class^='col-']{
   min-height: 60px !important;
}

form.noLabel .form-group label{
    display:none !important;
}



.bold{
    font-weight:bold;
}
.font14 .fa{
    font-size:14px !important;
}
.font24 .fa{
    font-size:24px !important;
}
.font20 .fa{
    font-size:20px !important;
}
.font200,.fs-200{ font-size:200%;}
.font180,.fs-180{ font-size:180%;}
.font150,.fs-150{ font-size:150%;}
.fs-60{font-size:60%;}
.fs-70{font-size:70%;}
.fs-80{font-size:80%;}
.fs-100{font-size:100%;}
.fs-150{font-size:150%;}
.fs-130{font-size:130%;}
.fs-120{font-size:120%;}
.fr{
    float:right;
}
.fl{
    float: left;
}
.f>.fl{
    float: left;
    margin-left: 0;
    margin-right: auto;
}
.f>.fr{
    float: right;
    margin-left: auto;
    margin-right: 0;
}
.fnone{
    float:none;
}
.abs{
    position:absolute;
}
.posLT{
    right:auto;
    left:0px;
    top:0px;
}
.posLT5{
    right:auto;
    left:5px;
    top:5px;
}
.posRT5{
    left:auto;
    right:5px;
    top:5px;
}
.rel,.relative{
    position:relative;
    
}


.overflow-x{
    overflow-x:hidden;
}
.flex-space{
    justify-content: space-between;
}
.c{
    text-align:center;
}
.cc{
    margin-left:auto;
    margin-right:auto;
}
.r{
    text-align:right;
}
.l{
    text-align:left;
}
.mb30{ margin-bottom:30px;}
.mb20{ margin-bottom:20px;}
.mb15{ margin-bottom:15px;}
.mb10{ margin-bottom:10px;}
.mb5{ margin-bottom:5px; }
.mb0{ margin-bottom:0px; }

.spin{ -moz-transform: rotate(0deg);    -webkit-transform: rotate(0deg);    -o-transform: rotate(0deg);    -ms-transform: rotate(0deg);    transition: transform .8s ease-in-out; }

.spin2 {    -moz-transform: rotate(45deg);    -webkit-transform: rotate(45deg);    -o-transform: rotate(45deg);    -ms-transform: rotate(45deg);    transition: transform .8s ease-in-out;}


.block{
    display:block;
}
.quickLinks .fi{
    width:28px;
    text-align: center;
    height:16px;
}

.h100p,.h100{
    height:100%;
}
.h200{
    height:200px;
}
.wx120{width:120px;}
.wx100{width:100px;}
.wx90{width:90px;}
.wx80{width:80px;}
.wx70{width:70px;}
.wx60{width:60px;}
.wx50{width:50px;}
.wx40{width:40px;}
.wx30{width:30px;}
.wx20{width:20px;}
.wx10{width:10px;}
.wx5{width:5px;}


.fa-waze{
    background: #93c4d3 url(../media/shared/waze90x90.png) no-repeat center center;
    background-size: cover;
}
.fa-phone2{
    background: #42b41e  url(../media/shared/phone90x90.png) no-repeat center center;
    background-size: cover;
}
.module {
    position: relative;
}


  .img-responsive
{
    display: block;
    max-width: 100%;
    height: auto;
} 
  .c  .img-responsive
{
    display: inline-block;
}
.transparent{
    background-color: transparent;
}

.p0{
    padding:0;
}

.editorDiv img{
    max-width:90%;
}
.editorDiv>div{
    border:1px solid #aaa;
    border-radius: 10px;
    padding:10px;
    background-color:#fafafa;
    min-height: 300px;
    font-size:18px;
}

ul.inline li{
    display:inline;
}

.white{ color:white; }
.white2{ color:white !important; }
.black{ color:black; }
.black2{ color:black !important; }

.z-index-99{    z-index:99; }
.z-index-999{    z-index:999; }
.z-index-9999{    z-index:9999; }
.z-index-99999{    z-index:99999; }
.ul-ml5 li{ margin-left:5px;}
.ul-ml10 li{ margin-left:10px;}


.tight>div[class^='col-']{
    padding-left:2px;
    padding-right:2px;
    min-height: 70px;
}

.tight div.nolabel{
    min-height:30px;
}

.none,.none3,.las.none{
    display: none;
}

.none2{
    display: none !important;
}

.form-group.lined{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom:0;
    align-items: center;
}
.form-group.lined label{
    margin-bottom:0;
}
.form-group.lined .form-control{
    width:auto;
}
.form-group.lined-rev{
    flex-direction: row-reverse;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom:0;
}


.toggler.lined .form-group{
    flex-direction: row;
    display: flex;
    align-items: center;
}
.toggler.lined .control-label{
    margin:0;
    margin-left:10px;
}
.toggler.lined .toggle{
    margin:0;
}
.pointer{
   cursor: pointer; 
}
.imgFieldEraser{
    /* left: 2px; */
    /* top: 2px; */
    /* width: 30px; */
    /* padding: 0px 1px; */
    cursor: pointer !important;
    z-index: 1;
    border: 1px solid #ab8c8c;
    background: #ff000026;
    color: red;
    /* border-radius: 5px; */
}
.imgFieldEraser:hover{
    background: black;
    color:white !important;
}




/*
576px
768px
*/


@media only screen and (max-width : 576px) { 
    .img-responsive.mnone,.mnone,.flex.mnone{display:none; flex:0;} .mnone2{display:none !important;}
    .mc{
        text-align:center;
    }
    .mautoxflow{
        overflow-x:auto;
    }
    .mf0{
        flex: initial;
    }
    .mnoflix{
        display: block !important;
    }
    .mfh{
    display:flex;
    flex-direction:row;
    }
    
    .mfv{
        display:flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-self: center;
        align-items: center;
    }
    .mspb{
        justify-content: space-between;
    }
    .fmspb{
        justify-content: space-between !important;
    }
    .mfvt{
        align-items: flex-start;
    }
    .mc{
        align-items: center;
    }
    .mfvc{
        align-items: center;
    }
    .mfvb{
        align-items:baseline;
    }
    .mflr{
        align-items: flex-start;
    }
    .mfll{
        align-items: flex-end;
    }

    .mfr,.mfl{float:none !important;}
    .mwauto { width:auto;}
    .mw100 { width:100% !important;}
    .mh0 { height:auto !important;}
    .mw98 { width:98% !important;}
    .mw95 { width:95% !important;}
    .mw90 { width:90% !important;}
    .mw80 { width:80%;}
    .mw70 { width:70%;}
    .mw60 { width:60%;}
    .mw61 { width:61%;}
    .mw50 { width:50%;}
    .mw49 { width:49%;}
    .mw48 { width:48%;}
    .mw45 { width:45%;}
    .mw40 { width:40%;}
    .mw33 { width:33%;}
    .mw30 { width:30%;}
    .mw25 { width:25%;}
    .mw20 { width:20%;}
    .mw15 { width:15%;}
    .mw10 { width:10%;}
    .mw5 { width:5%;}
    
    .mpv15,.fvspace15>* {
        margin-top:15px;
        margin-bottom:15px;
    }
    .mm0{
        margin:0;
    }

}

@media only screen and (max-width : 420px) { 
    .mmnone{
        display: none;
    }
    
}
.pl0{
    padding-left:0;
}
.pr0{
    padding-right:0;
}
.clr{
    width:100%;
    clear:both;
    float:none;
}

.plr0{
    padding-right:0;
    padding-left:0;
}

.valigner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.imgWrapper{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 9px;
    border: 2px solid rgba(0,0,0,.1);
    overflow:hidden;
    
}
.imgWrapper img{
    
}
.imgWrapper:hover img{
    transform: scale(1.2) rotate(2deg);
}

@media only screen and (min-width : 320px) {
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        .md-pl0{
        padding-left:0;
        }
        .md-pr0{
            padding-right:0;
        }
        .md-plr0{
            padding-right:0;
            padding-left:0;
        }
        .dnone,.img-responsive.dnone,.flex.dnone{
            display:none;
        }
        .dnone2{
            display:none !important;
        }
        
 
        .row.tight .col-md-4 {
            width: 32.666%;
        }
        
        .row.tight .col-md-3 {
            width: 24.6%;
        }
        
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }

    
 
.spinner2 {
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}
.spinner {
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}


.pulse-white-hover:hover{
    animation:pulseWhite 2s linear infinite;
}
.pulse-white{
	animation:pulseWhite 2s linear infinite;
}
	
@keyframes pulseWhite{
    0%{box-shadow:0 0 0 0 rgb(255,255,255,.5),0 0 0 0 rgb(255,255,255,0)}
    40%{box-shadow:0 0 0 30px rgb(255,255,255,0),0 0 0 0 rgb(255,255,255,.7)}
    80%{box-shadow:0 0 0 30px rgb(255,255,255,0),0 0 0 20px rgb(255,255,255,0)}
    100%{box-shadow:0 0 0 0 rgb(204,201,23,0),0 0 0 20px rgb(204,201,23,0)}
}

.pulse2{
    animation: pulse2 2s infinite;
}
@keyframes pulse2 {
	0% {
		transform: scale(1);
		
	}

	30% {
		transform: scale(0.85);
		
	}

	50% {
		transform: scale(1.1);
		
	}
        75% {
		transform: scale(1);
		
	}
}

.pulse3{
    animation: pulse3 2s infinite;
}
@keyframes pulse3 {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}