/* 
    Document   : header.css
    Created on : Oct 4, 2012, 6:20:36 PM
    Author     : psoni
    Description:
        Purpose of the stylesheet follows.
*/

html,body{
    height: 100%
}

.main_outer_container{
    min-height: 100%;
    position:relative;
}
.poorPass{
    display: inline-block;
    text-decoration: none;
    background-color: red;
    padding: 5px;
    padding-bottom: 1px;
    width:20px;

    color:red;
    font-size: 5px;
    font-weight: bold;
}
.weakPass{
    display: inline-block;
    text-decoration: none;
    background-color: yellow;
    padding: 5px;
    padding-bottom: 1px;
    width:30px;
    color:yellow;
    font-size: 5px;
    font-weight: bold;
}
.goodPass{
    display: inline-block;
    text-decoration: none;
    background-color: orange;
    padding: 5px;
    padding-bottom: 1px;
    width:50px;
    color:orange;
    font-size: 5px;
    font-weight: bold;
}
.strongPass{
    display: inline-block;
    text-decoration: none;
    background-color: green;
    padding: 5px;
    padding-bottom: 1px;
    width:70px;
    color:green;
    font-size: 5px;
    font-weight: bold;
}
.excellentPass{ 
    display: inline-block;
    text-decoration: none;
    background-color: blue;
    padding: 5px;
    padding-bottom: 1px;
    width:90px;
    color:blue;
    font-size: 5px;
    font-weight: bold;
}
.ui-accordion .ui-accordion-header {
    background: #DEEBF5 !important;
    border: 0px !important;
    color:#424242 !important;
}​

img[src='images/busy2.gif']{
    z-index: 3000;
}

.show{
    display: block
}

.hide{
    display: none
}

.displayInline{
    display: inline;
}
/*
root { 
    display: block;
}*/

.clickablediv{
    min-height: 100%; width: 30%; float:left;
    cursor: pointer;
}
.header_css {
    background-repeat: repeat-x;
    /*    border-bottom: 3px solid #8DC63F;    */
    padding-left: 30px;
    padding-top: 25px;
    padding-bottom: 15px;

}

.forgotOverlay{
    margin-left: 40px;
    margin-top: 30px;

}

.waitmsgcls{
    text-align: left;
    padding-left: 10px;
}

.backgroundimageuserblock {
    background-image: url("../images/userpopup.png");
    background-position: right top;
    background-repeat: no-repeat;
    display: none;
    height: 190px;
    padding-right: 50px;
    padding-top: 50px;
    position: absolute;
    right: 2%;
    width: 265px;
    top:65%;
    z-index: 20000;
}

.titlecss{
    font-size: 18px;
    font-weight:bold;
    float:left;
}
/*.backgroundimagetroublesignup {
   background: none repeat scroll 0 0 #EEEEEE;
    border-bottom: 1px solid #BEBEBE;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);

    
   
    padding:20px;
    position: absolute;
    right: auto;
    width: 250px;
    z-index: 200;
}*/

.userBlockButtonFont{
    position: relative;
    display: inline-block;
    padding:1px;
    font-size:13px;
    text-align: right;
    margin-right: 0px;
}

.headermsg{
    color:#514D4D;padding-right: 30px;font-size:14px;text-align: right;
}

.table_notification{
    background-image:url('/images/table_bg.png');
    background-position:center;
    background-repeat:repeat-x;
    border-radius:2px;
    -moz-border-radius:2px;
    width:100%;
}

.tablenotificationdifference {
    border:1px solid #999999;
}

/* 
    Document   : index
    Created on : Aug 30, 2012, 4:24:49 PM
    Author     : pkurse    

*/

.page_body{
    background-color: #FFFFFF;
    /*    font-family: calibri,sans-serif;*/
    /*font-family: sans-serif;*/
    font-family: 'Lato',Calibiri,Arial,sans-serif !important;
    margin: 0px;
}

.store_main_container{
    background-color: #EEEEEE;
    width:550px;
    border-radius: 15px;
    background-repeat: repeat-x;
    padding-left: 20px;
    padding-right:20px;
    padding-top:20px;
    max-height:1000px;
}

.store_container{
    background-color: #FFFFFF;
    width:95%;
    background-repeat: repeat-x;
    margin-left:20px;

}

*+html #primary { 
    vertical-align: middle;position: relative;
    top:40%;

}

.store_search_container{
    background-color: #EEEEEE;
    width:200px;
    border-radius: 15px;
    background-repeat : repeat-x;
    padding:25px 50px 30px 20px;
    height:350px;
}

.loginselectpharmacydiv{
    color:#AAAAAA;
    float:left;
    background-color:#FFFFFF;
    vertical-align: top;
    padding:7px;
    width:150px;
    font-size: 14px;
}


.notificationarea{
    margin-left: 18px;
    margin-right: 18px;display: block; margin-top:5px;margin-bottom:15px;

}
.imgHover .hover {
    display: none;
    background: url("images/ui-bg_glass_55_fbf5d0_1x400.png") repeat-x scroll 50% 50% #FBF5D0;
    border: 1px solid #4EB305;

    padding-left:15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    width:200px;
    position: absolute;
    z-index: 2;
    border-radius: 5px;

}
.regtablecolor{
    background-color: transparent !important;
}
.view_container {
    background-repeat: repeat-x;
    vertical-align: top;
    padding: 0;
    min-height: 450px;
    padding-left: 30px;
    padding-right:30px;
    /*    width: 900px;*/

}
.actionitem{

    background-color: #DEDEDE;
    width:100%;
    border-radius: 5px;
    background-repeat: repeat-x;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    margin-left: 1px !important;

}

.presdetailsheading{
    background-color:#DEDEDE;

}
.presdetailsinfo{
    background-color: #DDDDDD;

}


#vtabs{
    border:none;
}

#prescription_vtabs{
    border:none;
}
.druginfocontent{
    font-size:13px;line-height:1.75;
}
.da_processing{
    color: red; font-size: small; display: none;
}
.da_DivAppointments{
    overflow-y: auto; overflow-x: hidden; max-height: 200px;
}
.da_DivAppointments{
    overflow-y: auto; overflow-x: hidden; 
}
.da_reminder{
    display:block;padding:10px;
}

.drugInfoTabs{
    font-size: 12px;
}

.managedoctorsDiv{
    overflow-y: auto; overflow-x: hidden; height: 80px;
}

.pharmacyQuickSignUp{
    display: run-in;height: 100%;vertical-align: middle;width: 75%;text-align: left;
}

.upcomingreminders{
    height:70px; overflow-y:scroll;overflow-x:none;
}

.processingmsg{
    display:inline;color:red;cursor:pointer;
}

.quicksignuppharmacy{
    /*height:220px; overflow-y: auto; overflow-x: hidden;*/
}

.prescriptiondetails{
    text-align: left;background-color: #DDDDDD;width: 100%; 
}

.searchregpharmacy{
    text-align: left;border-right:none;
}

.storehours{
    overflow-y: auto; overflow-x: hidden;
}
.exceptioncss{
    text-align: center;
    margin-left:10px;
}
.ui-datepicker-trigger{
    margin-left:5px;

}

/* 
    Document   : footer
    Created on : Oct 4, 2012, 6:21:50 PM
    Author     : psoni
    Description:
        Purpose of the stylesheet follows.
*/

/*root { 
    display: block;
}*/

.header_container{
    width: 900px
}

.labelSmall{
    float: left;
    color: #7F7F7F;

}

level2Header{
    color: #7F7F7F;
    font-weight: bold
}

label{
    color: #7F7F7F;
    font-weight: bold
}

/*.footer {
    background-color: #424242;
    color: #D6D6D6;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 8px;
    padding-right: 90px;
    padding-top: 8px;
    position:absolute;
    bottom:0px;    
  
}*/

.padsettings{
    padding:20px !important; 
}
.ui-tabs-vertical { outline:0; }
.ui-tabs-vertical .ui-tabs-nav { outline:0;padding: .2em .1em .2em .2em; float: left;  }
.ui-tabs-vertical .ui-tabs-nav li { outline:0;clear: left; width: 145px; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px -1px 0; background: #BFBFBF ; border-color: #8E8E8E; border-bottom-style:double; height: 70px }
.ui-tabs-vertical .ui-tabs-nav li a {outline:0;border-color: transparent; display:block; color:#ffffff ; font-weight:bold;}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { outline:0;padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; color:#0079C2; background: url('../images/VerticalTabsBG.png');}
.ui-tabs-vertical .ui-tabs-panel { outline:0;padding: 10px; border: 1px solid #A6A6A6;background-color: #F2F2F2; margin: 3px}

.ui-tabs-vertical .ui-tabs-nav li :hover{outline:0; color: #0079C2;}
.ui-tabs-vertical .ui-tabs-nav li :active{outline:0;color: #0079C2}
.ui-tabs-vertical .ui-tabs-nav li.ui-state-active a{outline:0; border-color: transparent;color: #0079C2;}



.vtab {
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    /*    -webkit-border-top-left-radius: 10px;*/
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius: 10px    ;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    padding: 0px;
    min-height: 400px;
    min-width: 65%;
    overflow-x: auto;outline:0;

}

.vtab_prescriptions{
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    /*    -webkit-border-top-left-radius: 10px;*/
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius: 10px    ;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    padding: 0px;
    min-height: 400px;
    min-width: 75%;
    overflow-x: auto;outline:0;
}
/* 
    Document   : login
    Created on : Aug 31, 2012, 12:24:12 PM
    Author     : pkurse
    Description:
        Purpose of the stylesheet follows.
*/

.arrow{
    display:inline-block !important;vertical-align: middle;
}
.maintable{
    vertical-align: top; border-left: 1px solid #888888;
}
.logintable{
    color:#5E5E5E; vertical-align: top;padding: 20px;

}
.loginformtable{
    text-align: left !important;
}
.regtable{
    color:#5E5E5E; vertical-align: top;padding: 20px; width: 100%;text-align: center;
}
.loginmsg{
    color: #5E5E5E;text-align: left;font-weight: bold; font-size: 24px;

}
.newaccountmsg{
    color: #5E5E5E;font-weight: bold;

}

.main_outer_container{
    border: 0px solid #000000;
    background: transparent;
    margin-left: 15px;
    margin-right: 15px;
}
.main_container{
    z-index: 1;
    background-color: #FFFFFF;
    width: 960px;
    top: 0;
    left: 0;
    /*    border-left: 1px solid #0079C2;
        border-right: 1px solid #0079C2;
        border-top: 1px solid #0079C2;
        border-bottom: 1px solid #0079C2;*/
}

.header_css {
    background-repeat: repeat-x;
    /*    border-bottom: 4px solid #0079C2;*/
    padding-bottom: 5px;
}

.view_container {
    background-repeat: repeat-x;
    vertical-align: top;
}

.menuList {
    background: #0079C2;
    padding-top: 2px;
}

.footer {
    background-color: #424242;
    color: #D6D6D6;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 8px;
    padding-right: 90px;
    padding-top: 8px;
    position: absolute;
    bottom:0px; 
    width: 811px;
    margin-left: 29px;

}

.greyboxreg{
    background-color: #EEEEEE;
    width:95%;
    border-radius: 15px;
    background-repeat: repeat-x;
    padding:20px;

}

.greybox{
    background-color: #FFFFFF;
    width:100%;
    background-repeat: repeat-x;
    padding-top: 20px;
    height: 375px;
}

body{
    /*font-family: sans-serif !important;*/
    /*font-family: 'Lato', sans-serif !important;*/
    font-family: 'Lato',Calibiri,Arial,sans-serif !important;
    font-size: 14px;
    color:#5E5E5E;
}
.welcomemsg{
    text-align: left;margin-left:30px;margin-top: 10px;
}
.username{
    vertical-align: top;padding-bottom:15px;
}

.emailverification{
    background-color: #DDDDDD;margin-left: 50px;margin-right: 50px;-moz-border-radius: 15px;
    border-radius: 15px;
}

.emailverificationmsg{
    text-align: center;margin-left:10px;margin-top: 10px;
}

.emailaddressmsg{
    color: #5E5E5E;text-align: left;
}


.rx_leftmenu{
    font-size: 1.0em; width: 16%
}

root { 
    display: block;
}

.tdcolor{
    color:red;
}

.ui-refillsremaining{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 32px auto;
    padding-bottom: 12px;
    /*padding-top: 20px;*/
    position: relative;
}
.ui-refillsremaininggrey{
    background-image: url("../images/greycircle.png");
}

.ui-refillsremainingred{
    background-image: url("../images/Orangecircle.png");
}

.ui-refillsremainingyellow{
    background-image: url("../images/yellowcircle.png");
}

.ui-refillsremaininggreen{
    background-image: url("../images/greencircle.png");
}

.ui-refillsexpired{
    background-image: url("../images/whitebackground.png");
    background-size: 126px auto;
}

.ui-grid-settings-a{ overflow: hidden; }
.ui-block-settings-a, .ui-block-settings-b{ margin: 0; padding: 0; border: 0; float: left; min-height: 1px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
.ui-grid-settings-a .ui-block-settings-a{ width: 65.95%;}
.ui-grid-settings-a .ui-block-settings-b { width: 33.95%; }
/*.ui-grid-settings-a > :nth-child(n) { width: 50%; margin-right: -.5px; }*/
.ui-grid-settings-a .ui-block-settings-a { clear: left; }


.ui-grid-a, .ui-grid-b, .ui-grid-c, .ui-grid-d { overflow: hidden; }
.ui-block-a, .ui-block-b, .ui-block-c, .ui-block-d, .ui-block-e { margin: 0; padding: 0; border: 0; float: left; min-height: 1px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
.ui-grid-solo .ui-block-a { display: block; float: none; }
.ui-grid-a .ui-block-a, .ui-grid-a .ui-block-b { width: 49.95%; }
.ui-grid-a > :nth-child(n) { width: 50%; margin-right: -.5px; }
.ui-grid-a .ui-block-a { clear: left; }
.ui-grid-b .ui-block-a, .ui-grid-b .ui-block-b, .ui-grid-b .ui-block-c { width: 33.25%; }
.ui-grid-b > :nth-child(n) { width: 33.333%; margin-right: -.5px; }
.ui-grid-b .ui-block-a { clear: left; }
.ui-grid-c .ui-block-a, .ui-grid-c .ui-block-b, .ui-grid-c .ui-block-c, .ui-grid-c .ui-block-d { width: 24.925%; }
.ui-grid-c > :nth-child(n) { width: 25%; margin-right: -.5px; }
.ui-grid-c .ui-block-a { clear: left; }
.ui-grid-d .ui-block-a, .ui-grid-d .ui-block-b, .ui-grid-d .ui-block-c, .ui-grid-d .ui-block-d, .ui-grid-d .ui-block-e { width: 19.925%; }
.ui-grid-d > :nth-child(n) { width: 20%; }
.ui-grid-d .ui-block-a { clear: left; }
.ui-grid-a .ui-btn, .ui-grid-b .ui-btn, .ui-grid-c .ui-btn, .ui-grid-d .ui-btn, .ui-grid-e .ui-btn, .ui-grid-solo .ui-btn { margin-right: 5px; margin-left: 5px; }

.ui-corner-none {
    -moz-border-radius: 0 !important;
    -khtml-border-radius: 0px !important; 
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

#tabs {
    padding: 0.0em;
    border:none;
    display: inline-block;
}

#ul_tabs{
    padding: 0em;
    font-weight: bold;
}

.li_tab{
    margin: 0 !important;
    text-align: center !important;
    /*border: 1px solid #EB8050 !important;*/
}
.li_tab.ui-state-default {
    border-right: 1px solid #C9652A !important;
    border-left: 1px solid #C9652A !important;
    border-top: 0px solid #C9652A !important;
    border-bottom: 0px solid #C9652A !important;
}
.li_tab.ui-state-default.ui-state-active {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}
.li_tab.ui-state-default a, .li_tab.ui-state-default a:link, .ui-state-default a:visited {
    
    color: #ECC7B6;
    text-decoration: none;
    font-weight: bold;
    font-size: small;

}

.li_tab.ui-state-hover a, .li_tab.ui-state-hover a:hover, .li_tab.ui-state-hover a:link, .li_tab.ui-state-hover a:visited {
    
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: small;
}

.li_tab.ui-state-active a, .ui-widget-content .li_tab.ui-state-active a, .ui-widget-header .li_tab.ui-state-active a{
    border: 1px solid #FFFFFF;
    background: #FFFFFF url(images/ui-bg_highlight-hard_30_FFFFFF_1x100.png) 50% 50% repeat-x;
    font-weight: bold;
    font-size: small;
    color: #EB8050;
}
.section{
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.black-heading{
    font-size: 22px;
    font-weight: bold;
    color: #424242;
}
.black-subheading{
    margin-top: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #424242;
}
grey-heading{
    font-size: 22px;
    font-weight: bold;  
    color: #797979;
}
.grey-subheading{
    margin-top: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #797979;

}
.presc-subheading{
    margin-top: 8px;
    font-size: 12px;
    color: #878787;


}

.black-subheading{
    margin-top: 8px;
    font-weight: bold;
    color: #424242;

}
.text-transform{
    text-transform: capitalize;
}
.prescription-name{
    font-size: 16px;
    font-weight: bold;
    color: #707070;
}
.prescription-details{
    font-size: 14px;
    font-weight: normal;
    color: #797979;
}
.prescription-details a:active,.prescription-details a:hover,.prescription-details a:visited ,.prescription-details a:link{
    color: #85BBE1;
    text-decoration: none;
}

.anchor-button{
    background-color: #EB8050;
    border: 1px solid #D6D6D6;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
}
.date{
    display: inline-block;
    text-decoration: none;
    color: #707070;
    background-color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 15px;
    font-weight: 500;
    border: 1px solid #D6D6D6;
}
.image-circle{
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
    padding: 0px;
    border-radius: 28px;
    -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    -webkit-border-radius: 28px;
    font-weight: normal;
    width:30px;
    height: 30px;
}
.image-circle-registration{
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
    padding: 0px;
    border-radius: 28px;
    -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    -webkit-border-radius: 28px;
    font-weight: normal;
    width:18px;
    height: 18px;
}
.circle{
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
    padding: 5px 9px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    -webkit-border-radius: 15px;
    font-weight: normal;
}
.red{
    border: 1px solid #E9845D;
    background-color: #D54727;
}
.green{
    border: 1px solid #77D386;
    background-color: #A7E37B;
}
.orange{
    border: 1px solid #EB8B65;
    background-color: #EB8050;
}

.grey{
    border: 1px solid #D8D8D9;
    background-color: #CCCCCC;  
}

.light-grey{
    border: 1px solid #F5F4F6;
    background-color: #F5F4F6;
}
.lighter-grey{
    border: 1px solid #FCFAFC;
    background-color: #FCFAFC;
}

.align-center{
    text-align: center;
}
.align-right{
    text-align: right;
}

.custom-grey-button {
    border: 1px solid #EEEEEF !important; 
    color: #707070 !important;
    background: #EEEEEF !important; 
    /*width:95% !important;*/
    height: 36px;
    cursor: pointer;

}

.custom-grey-button:hover{
    border: 1px solid #78A642 !important; 
    color: #7CB536 !important; 
    background: #F6FBF1 !important; 
    /*width:95% !important;*/ 
    background-image: url('../images/successful.png') !important;
    background-position: 8px 7px !important;
    background-repeat: no-repeat !important;
    background-size: 21px auto !important;
    height: 36px;
    cursor: pointer; 
}

.custom-green-button{
    border: 1px solid #78A642 !important; 
    color: #6A992D !important; ;
    background: #F6FBF1 !important; 
    /*width:95% !important;*/ 
    background-image: url('../images/successful.png') !important;
    background-position: 8px 7px !important;
    background-repeat: no-repeat !important;
    background-size: 21px auto !important;
    height: 36px;
    cursor: pointer; 
    padding-right: 13px;
}

.custom-grey-button-asap {
    border: 1px solid #EEEEEF !important; 
    color: #707070 !important;
    background: #EEEEEF !important; 
    /*width:95% !important;*/
    height: 36px;
    cursor: pointer;

}

.custom-grey-button-asap:hover {
    border: 1px solid #78A642 !important; 
    color: #7CB536 !important; ;
    background: #F6FBF1 !important; 
    /*width:95% !important;*/ 
    background-image: url('../images/successful.png') !important;
    background-position: 80px 6px !important;
    background-repeat: no-repeat !important;
    background-size: 21px auto !important;
    height: 36px;
    cursor: pointer;    

}
.custom-green-button-asap{
    border: 1px solid #78A642 !important; 
    color: #6A992D !important; ;
    background: #F6FBF1 !important; 
    /*width:95% !important;*/ 
    background-image: url('../images/successful.png') !important;
    background-position: 80px 6px !important;
    background-repeat: no-repeat !important;
    background-size: 21px auto !important;
    height: 36px;
    cursor: pointer;    
}

.custom-grey-button-nbd {
    border: 1px solid #EEEEEF !important; 
    color: #707070 !important;
    background: #EEEEEF !important; 
    /*width:95% !important;*/
    height: 36px;
    cursor: pointer;

}

.custom-grey-button-nbd:hover {
    border: 1px solid #78A642 !important; 
    color: #7CB536 !important; ;
    background: #F6FBF1 !important; 
    /*width:95% !important;*/ 
    background-image: url('../images/successful.png') !important;
    background-position: 36px 6px !important;
    background-repeat: no-repeat !important;
    background-size: 21px auto !important;
    height: 36px;
    cursor: pointer;    
}
.custom-green-button-nbd{
    border: 1px solid #78A642 !important; 
    color: #6A992D !important; ;
    background: #F6FBF1 !important; 
    /*width:95% !important;*/ 
    background-image: url('../images/successful.png') !important;
    background-position: 36px 6px !important;
    background-repeat: no-repeat !important;
    background-size: 21px auto !important;
    height: 36px;
    cursor: pointer;    
}

.custom-gray-button{
    border-left: 1px solid #DDDDDD !important; 
    border-top: 1px solid #DDDDDD !important; 
    border-right: 1px solid #DDDDDD !important; 
    border-bottom: 1px solid #DDDDDD !important; 
    color: #797979 !important;
    background: #DDDDDD !important;     
    height: 36px;
    cursor: pointer; 
    border-radius: 6px;
}
.custom-gray-button:hover{
    border: 1px solid #FF9966 !important; 
    background-color: #FF9966 !important;
    color: #FFFFFF !important;
    height: 36px;
    cursor: pointer;
    border-radius: 6px;
}
.customized-gray-button{
    border-left: 1px solid #DDDDDD !important; 
    border-top: 1px solid #DDDDDD !important; 
    border-right: 1px solid #DDDDDD !important; 
    border-bottom: 1px solid #DDDDDD !important; 
    color: #797979 !important;
    background: #DDDDDD !important;  
    border-radius: 6px !important;
}

.customized-gray-button:hover{
    border: 1px solid #FF9966 !important; 
    /*border-bottom: 1px solid #993300 !important;*/
    background-color: #FF9966 !important;
    color: #FFFFFF !important;
    border-radius: 6px !important;

}
.leftpadding{
    padding-left: 46px;
}

ul#vtabHeader{padding: 0px;}

ul#vtabHeader li{margin-top: 0px;}

ul#vtabHeader li a{ padding-top:1px; padding-bottom: 1px; margin-top: 2px; margin-bottom: 2px;}

ul#vtabHeader li a p{padding-top:1px; padding-bottom: 1px; margin-top: 2px; margin-bottom: 2px;}

/* Corner radius */
.ui-corner-all-preferences { -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; -khtml-border-top-left-radius: 10px; border-top-left-radius: 10px;
                             -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; -khtml-border-top-right-radius: 10px; border-top-right-radius: 10px;
                             -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; -khtml-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px;
                             -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; -khtml-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; }

.login_grid
{
    background-color: #FFFFFF;
    border-radius: 15px;
    background-repeat: repeat-x;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px; 
    padding-right: 20px;
    height: 83%;
}


.login_grid:hover
{
    background-color: #FFEFE0;
    border-radius: 15px;
    background-repeat: repeat-x;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px; 
    padding-right: 20px;
    height: 83%;  
    border: solid;
    border-width: 1px;
    border-color: #BBB;
}

.account-subheading{
    font-size: 16px;
    color: #797979;
}

.ToggleOn, .ToggleOff{
    background: url('../images/sprites.png') no-repeat;
}

.ToggleOff{
    background-position: 0 0;
    width: 70px;
    height: 32px;
}

.ToggleOn{
    background-position: 0 -32px ;
    width: 70px;
    height: 32px;
}

.ui-multiselect {
    text-align: center !important;
    background: #F6FBF1 !important;
    border: 1px solid #78A642 !important; 
    color: #6A992D !important; 
    font-weight: bold !important;
    height: 35px !important;    
    border-radius: 7px;
    vertical-align: center !important;
    cursor:pointer !important;
}

.details_blue{
    border: 1px solid #D6D6D6!important;
    background-color: #FFFFFF !important;
    color: #84BAE5 !important;
}

.details_blue:hover{
    border: 1px solid #FF9966 !important; 
    background-color: #FF9966 !important;
    color: #FFFFFF !important;
    height: 36px;
    cursor: pointer;
    border-radius: 6px;
}


.ui-icon
{
    color: #7CB536 !important;
}
.ui-icon-triangle-2-n-s
{
    color: #7CB536 !important;
    background-position: 0% 0% !important;
    width: 0px !important;
    height: 0px !important;

}
.changeHover .ui-state-hover{
    background: #EB8145 !important;
    border: 1px solid #EB8145 !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
}

.ui-widget { font-family: 'Lato',Calibiri,Arial,sans-serif !important; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: 'Lato',Calibiri,Arial,sans-serif !important; font-size: 1em; }

.pharmacy-block-item:hover{
    background-color: white !important;
    color: black !important;
    font-weight: bold !important;
}

.search-box{
    background: none repeat scroll 0 0 #FFFFFF;
    border: solid 1px #E1E1E1;
    padding: 0px;
    margin: 0px;
    width: 99%;
    outline: none;
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
    box-shadow: none;
    height: 32px !important;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
    color: inherit;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    padding-left: 10px;
    padding-right: 10px;
}

.footer_storelocator {
    background-color: #424242;
    color: #D6D6D6;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 8px;
    padding-right: 90px;
    padding-top: 8px;
    position: absolute;
    bottom: 0px;
    width: 868px;
    margin-left: 0px;
}

.footer_storesearch {
    background-color: #424242;
    color: #D6D6D6;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 8px;
    padding-right: 90px;
    padding-top: 8px;
    position: relative;
    bottom: 0px;
    width: 868px;
    margin-left: 0px;
}

.expensereport{
    background-image: url('../images/dollar_nohover.png') !important;
    background-position: 12px 6px !important;
    background-repeat: no-repeat !important;
    background-size: 12px auto !important;
    height: 36px;
    cursor: pointer;
    width: 161px;
    padding-left: 12px;   
    font-weight: bold !important;
    border-radius: 6px;
    /*    border-bottom: 1px solid #BC5F34!important;*/
    background-color: #EA824B !important;
    color: #FFE6DD !important;
}

.expensereport:hover{
    background-image: url('../images/dollar.png') !important;
    background-position: 12px 6px !important;
    background-repeat: no-repeat !important;
    background-size: 12px auto !important;
    height: 36px;
    cursor: pointer;
    width: 161px;
    padding-left: 12px;   
    font-weight: bold;
    border-radius: 6px;
    /*border-bottom: 1px solid #993300 !important;*/
    background-color: #FF9966 !important;
    color: #FFFFFF !important;

}

.getrefillsbutton{
    background-image: url('../images/getrefillsicon_nohover.png') !important;
    background-position: 27px 6px !important;
    background-repeat: no-repeat !important;
    background-size: 14px auto !important;
    height: 36px;
    cursor: pointer;
    width: 161px;
    padding-left: 12px;   
    font-weight: bold !important;
    border-radius: 6px;    
    /*border-bottom: 1px solid #BC5F34!important;*/
    background-color: #EA824B !important;
    color: #FFE6DD !important;
}

.getrefillsbutton:hover{
    background-image: url('../images/getrefillsicon.png') !important;
    background-position: 27px 6px !important;
    background-repeat: no-repeat !important;
    background-size: 14px auto !important;
    height: 36px;
    cursor: pointer;
    width: 161px;
    padding-left: 12px;   
    font-weight: bold;
    border-radius: 6px;
    /*border-bottom: 1px solid #993300 !important;*/
    background-color: #FF9966 !important;
    color: #FFFFFF !important;

}

.getrefillshomebutton {
    background-image: url('../images/getrefillsicon_nohover.png') !important;
    background-position: 32px 9px !important;
    background-repeat: no-repeat !important;
    background-size: 18px auto !important;
    height: 49px;
    cursor: pointer;
    width: 184px;
    padding-left: 21px;
    font-weight: bold !important;
    border-radius: 6px;
    /*border-bottom: 1px solid #993300!important;*/
    font-size: 19px;
    /*border-bottom: 1px solid #BC5F34!important;*/
    background-color: #EA824B !important;
    color: #FFE6DD !important;
}

.getrefillshomebutton:hover {
    background-image: url('../images/getrefillsicon.png') !important;
    background-position: 32px 9px !important;
    background-repeat: no-repeat !important;
    background-size: 18px auto !important;
    height: 49px;
    cursor: pointer;
    width: 184px;
    padding-left: 21px;
    font-weight: bold !important;
    border-radius: 6px;
    /*border-bottom: 1px solid #993300!important;*/
    font-size: 19px;
    background-color: #FF9966 !important;
    color: #FFFFFF !important;
}

.print_button{
    background-image: url('../images/print_icon.png') !important;
    background-position: 11px 6px !important;
    background-repeat: no-repeat !important;
    background-size: 25px auto !important;
    height: 36px;
    cursor: pointer;
    width: 48px;
    padding-left: 12px;
    font-weight: bold !important;
    border-radius: 6px;
    border-bottom: 2px solid #993300!important;
    background-color: #F5F4F6 !important;
    border-left: 1px solid #A9A9A9 !important;
    border-right: 1px solid #A9A9A9 !important;
    border-top: 1px solid #A9A9A9 !important;
    border-bottom: 1px solid #A9A9A9 !important;

}
.print_button:hover{
    background-image: url('../images/print_icon.png') !important;
    background-position: 11px 6px !important;
    background-repeat: no-repeat !important;
    background-size: 25px auto !important;
    height: 36px;
    cursor: pointer;
    width: 48px;
    padding-left: 12px;
    font-weight: bold !important;
    border-radius: 6px;
    border-bottom: 1px solid #993300!important;
    background-color: #DDDDDD !important;
    border-left: 1px solid #A9A9A9 !important;
    border-right: 1px solid #A9A9A9 !important;
    border-top: 1px solid #A9A9A9 !important;
    border-bottom: 1px solid #A9A9A9 !important;

}

.shadow
{
    /*border-bottom: 2px solid #BC5F34!important;*/
    background-color: #EA824B !important;
    color: #FFE6DD !important; 
    border-radius: 6px !important;
}

.shadow:hover{
    /*border-bottom: 2px solid #993300!important;*/
    background-color: #FF9966 !important;
    color: #FFFFFF !important;
    border-radius: 6px !important;
}

.ui-multiselect.ui-button-text-only .ui-button-text{
    padding: 0 !important; 
}

