    html,body,div,table,input,button,select,textarea{
        box-sizing: border-box;
        direction: rtl;
    }
    body{
        margin: auto;
        left: 0;
        right: 0;
        font-family:Arial, Helvetica, sans-serif;
        /* padding: 7px; */
    }
    input,button,select{
        height:30px;
        padding: 3px 5px;
        vertical-align: middle;
}
 .textCenter{
        text-align: center;
    }
    .marg0{
        margin:0;
    }
    .marg5right{
        margin-right:5px;
    }
    .topMenuBurger {
        display: none;
    }
    .logFormDiv {
    padding-right: 5px;
    }
    #newPassPop input,#newPassPop button,.logFormDiv form, .logFormDiv input{
        height:30px;
        display:inline-block;
        margin-right:5px;
    }
    .logFormDiv input[name="logOut"]{
        height:24px;
        padding:3px;
        font-size: 16px;
        color: rgb(241, 90, 90);
        vertical-align: baseline;
    }
    .ltrIline{
        display: inline-block;
        direction: ltr;
        text-align: right;
    }
    .topMenuBurger>div {
        width: 100%;
        height: 1px;
        background-color: #333;
    }
    .topMenuContainer {
        margin-top: 10px;
        text-align: right;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-end;
        /* justify-content: center; */
        align-items: stretch;
        width: 100%;
        background-color:#fff !important;
    }
    .topMenuContainer>div {
        flex: 1;
        line-height: 22px;
        width: calc(100%/6);
        max-width:max-content;
    }
    .top_link {
        font-weight: 700;
        color: #406386;
    }
    .gif_and_link a{
        text-decoration: none;
        padding: 5px;
        line-height:20px;
        height:20px;
        border-bottom: 1px solid #aaa;
        margin: 5px 5px 0 0;
        color: #1495cd;
        /* background-color: #efefef; */
        font-size: 18px;
    }
    .gif_and_link a:hover,.gif_and_link.activeLink a{
        color:#333;
        /* background-color:#fff; */
    }
    .mainView{
        padding: 5px;
    }
    .maxContentTable{
        width:max-content;
        padding:10px;
        margin:10px;
        border:1px solid #ddd;
        max-width: 100%;
    }
    button.closeMe{
        color: rgb(185, 6, 6);
        font-size: 24px;
        right: 0;
        position: absolute;
        margin-top: -30px;
        margin-right: -20px;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        border: 2px solid #555;
        z-index: 10;
        line-height: 32px;
        text-align: center;
        font-weight: bold;
    }
    button.closeMe:hover{
        cursor: pointer;
        color:#333;
        border-color: #333;
        background-color:#fff;

    }
    .butAndPopParent{
        position: relative;
    }
    .phoneMailRow{
        border: 1px solid #ddd;
        border-radius: 4px;
        width: fit-content;
        padding: 5px;
        margin-top: 5px;
    }
    /* .phoneMailRow button{
        vertical-align: bottom;
    } */
    .popAndGo{
        width: 400px;
        max-width: 99vw;
        padding:20px;
        position: fixed;
        margin:auto;
        left: 0;
        right: 0;
        top: 50px;
        z-index: 100;
        text-align: center;
        border:2px solid #000;
        border-radius: 4px;
        font-weight: bold;
        word-break: break-word;
    }
    .popAndGo.OK,.OK{
        background-color: rgb(214, 238, 213);
        color: rgb(11, 100, 11);
        border-color: rgb(11, 100, 11);
    }
    button.ERROR:hover,button.OK:hover{
        opacity: 0.8;
        cursor: pointer;
    }
    
    .popAndGo.ERROR,.ERROR{
        background-color: rgb(252, 200, 198);
        color: rgba(255, 0, 0, 0.555);
        border-color: rgba(255, 0, 0, 0.555);
        border-radius: 4px;

    }
    .redMust {
        color:rgba(255, 0, 0, 0.555);
    }
    .redMust:disabled{
        color:grey;
    }
    .deleted{
        text-decoration:line-through;
        text-decoration-thickness: 2px;
        color:#aaa;
    }
    .greenOK{
        color:green ;
    }
    .xbBTN {
        border-radius: 3px;
        padding: 4px 10px;
        font-size:18px;
        color:#333;    
        /* background-color: #fff; */
        background-color: #efefef;
        border: 1px solid #888;
        vertical-align: middle;
        margin: 0 2px;
    }
    .xbBTN.central{
        text-align: center;
        min-width: 280px;
        min-height: 46px;
    }
    .xbBTN.jumbo{
        font-size: 26px;
        min-height: 40px;
    }
    .xbBTN:hover{
        cursor: pointer;
        opacity: 0.8;
    }
    .xbBTN.action{
    /* background-color: #d6edf7; */
    background-color: #6272ff;
    color:#fff;

    }
    .xbBTN.lime{
    background-color: #73deb0;
    }
    .xbBTN.register{
        background-color: #6272ff;
    }
    .xbBTN.base{
        background-color: #efefef;
    }
    .xbBTN.icon{
        padding: 0 5px;
        width: 30px;
        background-color: #d6edf7;
        color: #333;
    }
    .xbBTN.icon.redMust{
        background-color: #f5dede;
        color:#ad1414;
    }
    .greenOK , .xbBTN.icon.greenOK {
        color:green !important;
    }
    .xbBTN.icon.excel {
        color:#fff !important;
        background-color: #0ca10c;
        font-size: 25px;
        width: 32px;
    }
    .xbBTN.plus{
        background-color: inherit;
        font-size: 24px;
        font-weight: normal;
        color: #777;
        border-color: #777;
    }
    .xbBTN[data-file-button]{
        text-wrap-mode: nowrap;
        max-width: 150px;
        overflow: hidden;
    }
    .xbBTN.likeCheck{
        border-radius: 0;
        border: 1px solid #bbb;
        vertical-align: middle;
    }
    .xbBTN.likeCheck::before{
        content: "\2714";
        position: absolute;
        text-align: center;
        width: 30px;
        margin-top: 3px;
        color: #ccc;
    }
    .xbBTN.noWidth{
        width: inherit;
    }
    .xbBTN.likeCheck:hover::before{
        content:"\2714";
    }
    
    .xbBTN.likeCheck:checked::before{
        content:"";
        /* &#10003;	 */
    }
    .actionBut {
        /* margin-left: 5px; */
        /* border-radius: 3px;
        padding: 4px 10px;
        font-size:18px;    
        /* background-color: #fff;
        background-color: #efefef;
        border: 1px solid #888;
        vertical-align: middle; */

        /* display: inline-block;
        border: 1px solid #888;
        width: 34px;
        height: 34px;
        line-height: 30px;
        font-size: 20px;
        padding: 2px;
        text-align: center;
        border-radius: 4px;
        background-color: #d6edf7;
        cursor: pointer;
        position: relative;
         */
    }
    button[id^="broshData_"]:not(:hover),.actionBut:not(:hover){
        filter: grayscale(85%);
    }
    .actionBut:hover{
        background-color: #fff;
        border: 1px solid #000;
    }
    .actionBut.logNotes:before{content:'\01F4DC';font-size: 16px;}
    .actionBut.rishNotes:before{content:'\270E'}
    /* .actionBut.teachNotes:before{content:'\01F4C2'; font-weight: bold;} */
    .alsoEdit::before{
        content:'\270E';
        position: absolute;
        margin-top: -10px;
        right: -7px;
        color: #5050dd;;
        /* color: brown; */
        transform: rotate(64deg);
        font-size: 20px;
    }
    .rotate90{transform: rotate(90deg);}
    /* 236 221E 1F551*/
    .actionBut.feeNotes:before{content:'\267E'}
    .tmpHoverPopParent{
        display: inline-block;
        position: relative;
        
    }
    .tmpHoverPop{
        position: absolute;
        background-color:#fff;
        width:fit-content;
        min-width:300px;
        right:0;
        z-index:100;
        margin-top:0px;
        border:6px solid #555;
        padding:10px;
        box-sizing:border-box;
        text-align:right;
        line-height:30px;
        max-width:83vw;
        border-radius: 5px;
    }
    [id^="broshData_"] .tmpHoverPop{
        min-width:400px;
    }
    .tmpHoverPop h4{
        text-align: center;
        background-color:#ddd;
    }
    .followupAddForm.followupAddForm input[type="text"]{
        width:100%;
        margin-bottom:10px;
    }
    .followupAddForm input.halfRow{
        width:50%;
        margin-bottom:10px;
        display:inline-block;
        box-sizing:border-box;
    }
    .followupAddForm input[type="button"],.followupAddForm input[type="submit"]{
        width:40%;
        margin-right:4%
    }
    .flexBlock{
        display: inline-block;
        width: 100%;
        padding: 5px;
    }
    .flexRow label{font-weight: bold;}
    .flexRow.itemEnd{
        align-items: flex-end;
    }
    div.flexRow.unseenLead{
        background-color:rgb(202, 245, 202);
        color:green;
    }
    .flexTitleRow{
      position: sticky;
      top:0;
  }
    .flexTitleRow,.flexRow{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: space-between;
        align-items: center;
        min-height: 30px;
        border-bottom: 1px dashed #888;
        padding: 10px 5px;
        margin-bottom: 10px;
        transition: background-color 1.1s ease,
        color  1.1s ease;
    }
    .flexRight{
        justify-content:flex-start;
    }
    .flexRight .flexCol{ 
    flex: initial;
    }
    #newUserBlock{
        background-color: #eee;
        border-radius: 4px;
        border: 1px solid;
        padding: 5px;
    }
    .showHideTab {
        border: 1px solid #a58282;
        padding: 12px;
        line-height: 26px;
        font-weight: bold;
        border-radius: 5px;
        text-align: center;
    }
    .showHideTab:hover{
        cursor: pointer;
        opacity: 0.8;
    }
    .showHideTab[data-unseen-sum]:after{
        content:attr(data-unseen-sum);
        position: absolute;
        color: red;
        margin-top: -17px;
        margin-right: -5px;
        border: 1px solid red;
        padding: 3px;
        line-height: 16px;
        width: 16px;
        border-radius: 50%;
        text-align: center;
        background-color: #efefef;
        
    }
    .showHideTab.active:after{
        background-color: #d6edf7;
    }
    .showHideTab.active{
        background-color: #d6edf7;
        color:#000;
    }
    .maxContentTable thead tr,.flexTitleRow{
        border-bottom: 1px solid #999;
        font-weight: bold;
        line-height:40px;
        background-color:#ddd;
    }
/* >> START>> xb ToolTip */

.toolTipIcon{font-size: 14px;line-height: 16px;height: 16px;width:16px;font-family:'Times New Roman', Times, serif;display: inline-block;border-radius: 50%; text-align:center;
    background-color: #ffffff;
    color: #3c76a1;
    font-weight: bold;
    border: 1px solid;
}
.xbToolTip {margin: -8px 0 0 2px;position: relative;z-index: 2;}
.xbToolTip:hover {cursor: pointer;color: #ddd;}
.xbTtPop {position: absolute;background-color: #fff;border-radius: 15px;border: 2px solid #009dd8;min-width: 150px;max-width: 250px;color: #333;box-sizing: content-box;font-family:sans-serif;font-size: 14px;z-index: 9999;}
.xbTtTitleRow {display: flex;align-items: stretch;justify-content: start;line-height: 26px;border-bottom: 1px dashed #ddd;margin-bottom: 5px;font-weight: bold;background-color: #efefef;padding: 10px;border-top-left-radius: 15px;border-top-right-radius: 15px;}
.xbTtTitle {text-align: right;padding-right:5px ;}
.xbTtCloseMe {font-size: 18px;}
.xbTtCloseMe:hover{opacity: 0.7;cursor: pointer;}
.xbTtTxt {padding: 10px;}
/* << END <<  xb ToolTip */

    .maxContentTable tr,.flexRow:nth-child(even){
        background-color: #efefef;
    }
    .fullInput{
        width: 100%;
    }
    .flexCol{
    align-self:center;   
    flex: 1;
    position: relative;
    margin:0 5px;
    }
    #noteMsg_bg {
        position: fixed;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        background: #333;
        z-index: 11;
        left: 0;
        top: 0;
    }
    #noteMsg_msg {
        position: fixed;
        opacity: 1;
        background: #fff;
        height: 70%;
        width: 98%;
        z-index: 12;
        display: block;
        top: 15%;
        left:1%;
        padding: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        overflow-y: auto;
        box-sizing:border-box;
    }
    .noteMsg_close {
        position: absolute;
        left: 15px;
        top: 15px;
        display: inline-block;
        font-size: 34px;
        background: rgba(153, 0, 0,0.6);
        color: #fff;
        text-align: center;
        padding: 0px 7px;
        z-index: 2;
    }
    #newPassPop{
        text-align: center;
    }
    #newPassPop label{
        clear: both;
        display: block;
        margin-top: 10px;
    }
    .showOnMob{
        display:none;
    }
    @media only screen and (min-width: 990px){
        .srBizBlock .bInfo {
        padding-right: 15px;
        padding-left: 15px;
        width: calc(100% - 30px);
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        }
        .srF5Block.teachPage::before {
            height:calc(100% + 20px);
        }
    }
    @media only screen and (min-width: 768px){

    .srF5Block.teachPage .f5_divider {
        display: inline-block;
        margin-right: 30px;
        width: calc(20% - 28px);
        vertical-align: top;
        height: 138px;
        position: relative;
        padding-top: 22px;
      }
    }
    @media (max-width: 990px) {
        .srBizBlock .bInfo .bAction input[type="button"].call{
            vertical-align:bottom;
        }
    }
    @media (max-width: 768px) {
        .hideOnMob{
            display: none;
        }
        .showOnMob{
            display: block;
        }
        .flexCol {
            width: 32%;
            flex: auto;
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px dashed;
            align-self: stretch;
        }
        .topMenuBurger {
            display: flex;
            width: 40px;
            height: 40px;
            clear: both;
            border-radius: 4px;
            background-color: #efefef;
            flex-direction: column;
            justify-content: space-evenly;
        }
        .gif_and_link{
            margin-top: 10px;
        }
        .gif_and_link a{ 
            display: block;
        }
        .topMenuContainer {
            display: none;
        }
        .topMenuContainer>div {
            width: 100%;
            max-width: 100%;
            text-align: right;
        }

    }
    @media (max-width: 420px) {

        .flexCol {
        width:calc(50% - 10px);
        margin:0 5px;
        }
        #teachAdmin .flexCol {
            width:100%;
            margin-top: 10px;
            border-bottom: 1px solid #ccc;
            padding-bottom: 10px;
        }
    }


    /* auto complete */
    #cityNameSelectInput{
        width:calc(100% - 34px);
        }
        /* auto complete */
        
        .autocomplete-items {
          position: absolute;
          border: 1px solid #d4d4d4;
          border-bottom: none;
          border-top: none;
          z-index: 99;
          /*position the autocomplete items to be the same width as the container:*/
          top: 100%;
          left: 5px;
          width: calc(100% - 40px);
        }
        .autocomplete-items div {
          padding: 10px;
          cursor: pointer;
          background-color: #fff;
          border-bottom: 1px solid #d4d4d4;
        }
        .autocomplete-items div:hover {
          /*when hovering an item:*/
          background-color: #e9e9e9;
        }
        .autocomplete-active {
          /*when navigating through the items using the arrow keys:*/
          background-color: DodgerBlue !important;
          color: #ffffff;
        }
        .fieldDiv select, .fieldDiv textarea, .fieldDiv input:not([type="checkbox"]), button:not(.cancelMe):not(.topMenuBurger){
            /* width:auto !important; */
        }
        #cityNameSelectInputnewBranch,#cityNameSelectInputupdateBranch{
        width: calc(100% - 34px);
        }
        textarea#about{min-height: 52px;}

        
.fieldsBoss{
  display: flex;
  flex-wrap: wrap;
}
.fieldsBoss h2{
  width:100%; 
  /* background-color:#efefef; */
  background-color:#4fbfee;
  color:#fff;          
  padding:5px;
  text-align:center;
  margin-top: 10px;
}
.fieldDiv {
    width: 24%;
    margin: 5px auto;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius:4px;
    padding: 10px;
    position: relative;
}

.candiFormLabel{
  display: block;
  /* background-color: #efefef; */
  background-color:#dbeef7;
  padding-right: 5px;
  line-height:26px;
  margin-bottom:5px;
  border-radius:2px;
  text-align:center;
}
.fieldDiv.checkbox label.candiFormLabel {
  background-color:inherit;
  /* background-color: #efefef; */
}
.fieldDiv.checkbox input[type="checkbox"]{
  vertical-align: middle;
}
.fieldDiv.checkbox .candiFormLabel{
  display: inline;
} 
.fieldDiv.openHours {
  width:100%;
  display:flex;
  flex-wrap: wrap;
  }
  .flexRow{
    border-bottom:1px dashed #75a5c7;
    padding:5px;
    margin-bottom:7px;
  }
  .fieldDiv.openHours .flexCol.hoursAndButDivMaster{
  border:none;
  margin-top: 0;
  padding-top:0;
}
  .fieldDiv.openHours .flexCol.label{
  border:none;
  margin-top: 0;
  padding-top:0;
  font-weight:bold;
  width:max-content;
  max-width:100px;
} 
.fieldDiv.openHours .addHoursDiv{
width:40px;
}
.fieldSingleRow{
  height:60px;
  line-height:50px;
  margin:auto;
  background-color: #efefef;
  vertical-align:middle;
  border-radius:2px;
}
.flexCol.hoursAndButDiv{
display:flex;border:none;
border-right:1px solid #ccc;
border-radius:0;
align-items:flex-start;
}
.flexCol.hoursAndButDiv .flexCol{
  margin-top: 0;
  padding-top:0;
  border:none;
}
.fieldDiv.openHours label.candiFormLabel[for="opens"]{
  display: none;
}
.fieldDiv.openHours .flex.opensDayBlock{
  width: 33%;
  background-color: #fff;
  border-radius:4px;
  margin:5px auto;
  align-items: center;
  padding:4px;
}
.fieldDiv.openHours .opensDayBlock:last-child{
  margin-right:4px;
}
.fieldDiv input:invalid{
  border:2px solid red;
  
}
/*  */
#mainPageTBL th.center.redMust,#mainPageTBL th.center.greenOK{
  text-align: center;
  background-color:#f7f2f2;
  font-size:30px;
}
#mainPageTBL th.center.greenOK{
  background-color:#f1ffef;
}
select,input{
  vertical-align: top;
  height: 34px;
  padding: 3px;

}
.fieldDiv select,.fieldDiv textarea, .fieldDiv input:not([type="checkbox"]), button:not(.cancelMe):not(.xbBTN):not(.topMenuBurger):not([id^="affFeeNotes_"]){
  width: 100%;
  border-radius:4px;
  font-family:Arial, Helvetica, sans-serif;
}

.fieldDiv  input#price{
  width: 40px;
  -moz-appearance:textfield;

}
.fieldDiv.price{
  text-align: center;
}
.fieldDiv.price::after{
  content:'₪';
  color: #333;
  position: absolute;
  margin-top: 11px;
  right:calc(50% + 4px);
}

#tlm_viewSelectSpan select,#tlm_viewSelectSpan input{
  vertical-align: middle;
  margin:0 5px;
}
#t_cityName-isTeach{
  top:-14px;
  position:absolute;
}

#city-isTeach .fSearch{
  width:100%;
}
.clickedOnView{
  font-size:14px;
  position:relative;
  display:block;
  color:black;
  font-weight:normal;
}

.tlm_checkList{ list-style-type:none; width:205px; padding-right:0;}
.tlm_checkList li label{ margin-right:5px; color:#666}
.tlm_checkList li input[type="checkbox"]:checked+label{  color:#000}
.glyphicon.glyphicon-pencil{ transform:rotate(140deg)}
table .row{ margin-top:30px; border-top:1px solid #777;}
table .row:nth-of-type(odd){ background-color:#fff;}
.notesDiv{ border: 1px solid #efefef; border-radius: 4px;margin: 10px 0; padding: 5px 2px; display: inline-block;max-height: 200px;overflow-y: auto;}
.notesDiv .noteHead{ border-bottom: 1px dashed #aaa; padding-bottom: 5px 0; display: inline-block; width: 100%; margin-top: 10px; font-weight: bold;}
.noteHead .col-xs-3{ text-align: left;}
textarea[readonly=""]{z-index: -100; position: absolute; left: 0 !important;right: 0 !important}
.table {line-height: 1;}
.table.inTable{ margin-bottom: 2px; color: #333; line-height: 1}
/* width: 95%;max-width: 95%;  */
.table.inTable td{ padding: 2px;}
.table-striped{border:1px solid #efefef;border-collapse:unset}
.table-striped > tbody > tr:nth-child(2n){ background-color: #efefef}
.table-striped > thead{background-color: #888; color:#fff}
section.nav.menu{
  background-color:#fff;
}
.navbar-nav li{ border: none;}
.smallerTable{ max-height: 300px; overflow: scroll;}
.smallerTable.all{overflow: visible;max-height: inherit;}
.table.table-striped.table-bordered tr:hover{background-color: #f7f2f2;}
/* .table.table-striped.table-bordered tr:hover select{color:#000;} */
.dateCol{text-align: right;width:120px;direction: ltr;}
.noteTextInput{width: 300px; font-size: 12px; color: #111}
.followupAddWrapper{
            position:relative;

        }
        .followupAddForm{
            position: absolute;
            background-color:#fff;
            width:300px;
            right:0;
            z-index:100;
            margin-top:10px;
            border:1px solid #555;
            padding:10px;
            box-sizing:border-box;

        }

        .tmpHoverPopParent{
          display: inline-block;
          position: relative;
        }
        
        .tmpHoverPop{

            overflow-y: auto;
            position: fixed;
            background-color: #fff;
            min-width: 300px;
            right: 0;
            z-index: 100;
            margin-top: 0px;
            border: 1px solid #555;
            padding: 10px;
            box-sizing: border-box;
            text-align: right;
            display: block;
            left: 0;
            margin: auto;
            top: 40px;
            bottom: 0;

        }
        button.closeMe {
      margin-top: -10px;
      margin-right: 0px;
    }
        .followupAddForm.followupAddForm input[type="text"]{
          width:100%;
          margin-bottom:10px;
        }
        .followupAddForm input.halfRow{
          width:50%;
          margin-bottom:10px;
          display:inline-block;
          box-sizing:border-box;
        }
        .followupAddForm input[type="button"],.followupAddForm input[type="submit"]{
          width:40%;
          margin-right:4%
        }
        .navbar-nav{width:100%;}

    .flex {
      display: flex;
      flex-wrap: wrap;
    }
.opensDayBlock .flexCol.label{
  width:100px;
  max-width:33%;
  background-color: #fff
}
.addHoursButton{
  max-width:30px;
  width:30px;
}
.flexCol.fromToDiv{
  flex-wrap: nowrap;
  display:flex;
  justify-content: space-between;
}
.flexCol.fromToDiv input{
  margin:0 3px;
  width:calc(100% - 8px);
}
.flexCol{
    width:100%;
    /* border:1px solid #444; */
    border-radius: 5px;
    padding: 5px;
    margin-top: 15px;
}

.flexCol h2{
    background-color:#efefef;
    padding:5px;
    border:2px dashed #ccedfb;
}

#trashList.flexCol h2{
    border-color:#f3d77e;
}
.flexCol input,.flexCol textarea {
    width:calc(100% - 10px);
}
    .opticAdBG:before{
        content: " ";
        z-index: -1;
        background-image: url(./../img/ads/eyecheck_big.jpeg);
        width: 100%;
        opacity: 0.75;
        position: fixed;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .opticAdBG:after{
        content: " ";
        z-index: -1;
        width: 100%;
        position: fixed;
        top:0;
        height: 100%;
        /* background-color:rgba(0, 0, 0, 0.65); */
        background-color:rgba(0, 0, 0, 0.45);
    }


/* top strip */
.topStrip{
    width:100% ;
    margin: auto;
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
    height: 50px;
    flex-direction:row;
    justify-content:center;
    background-color:#f2f2f2;
  }
  .logoReplacement{
    border:4px dashed rgba(0, 0, 0, 1);
    
  }
  #opticLogoDiv img{
    max-height:54px;
    width:auto;
    vertical-align: middle;
  }
  .topH1{
    flex-grow:2;
    align-self: center;

  }
  .xbLandH1{
    font-weight: bold;
    text-align: right;
    color:#666;
    font-size:2.5em;

  }

  .xbLand_rLogo{
    max-width: 150px;
    flex-grow: 1;
    align-self: center;
    max-width: 200px;

  }

  .logoTitle {
    margin-top: -24px;
        padding: 0;
        margin-right:0;
        color:#333;
  

  }




  @media only screen and (max-width: 1200px) {
    .opticAdBG:before{
      background-image: url(./../img/ads/eyecheck_1200.jpg);
    }
    
  }        

  @media only screen and (max-width: 800px) {
    .fieldDiv{
      width:33%
    }
    .opticAdBG:before{
      background-image: url(./../img/ads/eyecheck_850.jpg);
    }
    .fieldDiv.openHours .flex.opensDayBlock{
    width: 49%;
    }
  }        
  @media only screen and (max-width: 768px) {
    .flexRow{
    margin-bottom:0;
    border-bottom-width:4px;
    }
  }
@media only screen and (max-width: 600px) {
  .xbLandH1{
    font-size:1.3em;
  }
  .fieldDiv{
    width:49%
  }
  .mobHide,.table.inTable{ display: none}
  .opticAdBG:before{
      background-image: url(./../img/ads/eyecheck_550.jpg);
    }

  
}
@media only screen and (max-width: 460px) {
  .topStrip{


  }
  .topH1{
    flex-grow:2;
    align-self: center;

  }
  .xbLandH1{
    font-size:14px;
 }

  .xbLand_rLogo{
    max-width: 150px;
  }
  .logoTitle{
    margin-top: -15px;
    font-size: 14px
  }

  .fieldDiv{
    width:99%;
  }  
  .fieldDiv.openHours .flex.opensDayBlock{
  width: 100%;
}
}

.opticLoginForm input:autofill{
  color: #000 !important;
  
}
.opticLoginForm{
  margin: 5px;
}
.opticLoginForm input{
  background-color: #efefef;
  border: 1px solid #ccc;
}
.userName{
  line-height:28px;
  margin:5px;
}
input[name="opticLogOut"]{
  border:0;
  background:none;
  color: #1770e3;
  
}