/*-----------------------------
RESET STYLES
-----------------------------*/



html, form, fieldset, p, div, h1, h2, h3, h4, h5, h6, label, form
{
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none; /* This stops the iPhone from automatically changing the size of the text when you flip the phone */
    color: #444;
    font-size: 12px;
}
body
{
    -webkit-transform: translate3d(0,0,0);
}
ul, li, ol, dl, dd, dt
{
    list-style: none;
    padding: 0;
    margin: 0;
}
a
{
    text-decoration: none;
}
br.clear
{
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}
.8x
{
    height: 12px;
    line-height: 12px;
    display: block;
}
/*-----------------------------
	SITE SPECIFIC STYLES
-----------------------------*/

body
{
}
p, label
{
    font-size: 13px; /*padding-bottom:8px;*/
}
a
{
    color: #0000ff;
    text-decoration: none;
}

img
{
    border: none;
}



/*-----------------------------
	HEADINGS
-----------------------------*/

h1
{
    width: auto;
    padding: 10px 0px 0px 10px;
    margin: 0px;
    display: block;
    font-family: arial;
    font-size: 13px;
    font-weight: bold; /*background:url(../images/logo.jpg) 0 0  no-repeat; 	text-indent:-5000px;*/
    color: #FFF;
}

h2
{
    font-size: 13px;
    color: #000;
}
.hdr-small
{
    font-size: 12px;
    font-weight: normal;
}

.con-det
{
    padding: 3px 0px 3px 7px;
}

.orangetext
{
    font-size: 13px;
    color: #6a9908;
}
a.orangetext
{
    color: #6a9908;
}
a.orangetext:hover
{
    color: #6a9908;
    text-decoration: underline;
}

.bluetext
{
    color: #0463ce;
}
a.bluetext
{
    color: #0463ce;
    text-decoration: underline;
}
a.bluetext:hover
{
    text-decoration: none;
}

.whitetext
{
    color: #fff;
}
a.whitetext
{
    color: #fff;
    text-decoration: none;
}
a.whitetext:hover
{
    text-decoration: underline;
}
/*-----------------------------
	BASIC LAYOUT
-----------------------------*/

#page_wrapper
{
    /*padding-top:20px; 	background:#000 url(../images/page_background.gif) repeat-x;*/ /*overflow-x: none;     overflow-y: auto;*/
    height: 100%;
    width: 100%;
}


/*-----------------------------
	HEADER
-----------------------------*/

#header
{
    background: url(../images/bg-header.jpg) 0 0 repeat-x;
    height: auto;
    z-index: 3000;
}
.banner
{
    /* background: url(../images/banner.jpg) top right no-repeat; */
    width: inherit;
    height: 25px;
    vertical-align: middle;
}


ul.mainav li.nobg
{
    background: none;
}

.welcome_left
{
    font-size: 12px;
    font-weight: normal;
    color: #003366;
}
/*-----------------------------
	CONTENT
-----------------------------*/

#content
{
    padding: 5px;
    display: block;
    clear: both;
    min-height: 220px;
    z-index: 4000;
}

.calltext
{
    font-size: 16px;
    color: #ff4747;
}
.lrg-emailtext
{
    font-size: 18px;
    margin: 6px 0px;
    display: block;
}

.content-space
{
    background: url(../images/login-bg.jpg) top center no-repeat;
    display: block;
    padding-bottom: 35px;
}

#welcome
{
    width: 50%;
    background: url(../images/welcome-line.gif) right top no-repeat;
}
#signin
{
    width: 40%;
    padding: 0px 5px 0px 8px;
}
#welcome, #signin
{
    display: block;
    float: left;
}

.inputbox
{
    background: url(../images/input-bg.gif) 0 0 repeat-x;
    border: 1px solid #dddddd;
    padding: 2px;
    width: 90%;
    text-align: right;
    min-width: 80px;
    font-size: inherit;
}

.inputbox_Login
{
    /*background: url(../images/input-bg.gif) 0 0 repeat-x;*/
    border: 1px solid #dddddd;
    background-color: #fff;
    min-width: 60px;
    width: 90%;
    font-size: 17px;
    height: 18px;
    opacity: 0.9;
    padding: 3px;
}

.inputbox:focus
{
    background: #fdfdfd none 0 0 repeat-x;
    border: 1px solid #92ddf4;
    padding: 2px;
    width: 90%;
    font-size: inherit;
}
.inputbox_other
{
    background: #fff /*url(../images/input-bg.gif) repeat-x scroll 0 0 transparent*/;
    border: 1px solid #DDDDDD;
    min-width: 80px;
    width: auto;
    padding: 1px;
    height: auto;
    font-size: 14px;
}

.login
{
    margin: 8px 0px;
}

ul.hlink
{
    list-style-type: none;
    padding: 0px;
    margin: 25px auto auto auto;
    display: block;
    clear: both;
}
ul.hlink li
{
    float: left;
    margin: 0;
    padding: 0px;
    display: block;
    padding-top: 10px;
}
ul.hlink li.frist
{
    margin-right: 8px;
}


.bluebox
{
    border: 1px solid #DDDDDD;
    font-size: 110%;
    width: 100%;
    overflow: auto;
}

.bluebox a
{
    color: #133866;
}

.bluebox tr.blueboxheader
{
    font-size: 110%;
    font-weight: bold;
    background-color: #ddd;
    color: #333;
    height: 30px;
}

.bluebox tr
{
    background-color: #f9f9f9;
}

.bluebox tr:hover
{
    background-color: #f1f1f1;
}

.bluebox tr td.deliver
{
    background: #8fc400; /* background:#8fc400 url(../images/done.jpg) repeat-x left top; */
    border: 1px solid #7eac00;
    color: #fff;
    cursor: pointer;
}

.bluebox tr td.deliver:hover
{
    background: #b0d64b;
    color: #000;
}
/* url(../images/done-hover.jpg) repeat-x left top */

.bluebox tr td.pending
{
    background: #d20f0d; /* background:#d20f0d url(../images/pending.jpg) repeat-x left top; */
    border: 1px solid #bc1300;
    color: #fff;
    cursor: pointer;
}

/*Bindya*/
.bluebox tr td.getcopyofpresc
{
     
     background: #B2B2E6; /* background:#d20f0d url(../images/pending.jpg) repeat-x left top; */    
  
    cursor: pointer;
}

.bluebox tr td.pending:hover
{
    background: #e14d4d;
    color: #000;
}
/* url(../images/pending-hover.jpg) repeat-x left top */

.bluebox tr td.cancel
{
    background: #4197ee; /* background:#4197ee url(../images/cancel.jpg) repeat-x left top; */
    border: 1px solid #2d83da;
    color: #fff;
    cursor: pointer;
}
.bluebox tr td.cancel:hover
{
    background: #a0c9f5;
    color: #000;
}
/* url(../images/cancel-hover.jpg) repeat-x left top */
/*-----------------------------
	FOOTER
-----------------------------*/



#footer
{
    background: #eeeeee;
    border-top: 1px solid #e3e3e3;
    padding: 5px 5px 5px 5px;
    clear: both;
    display: block;
    vertical-align: middle;
    color: #333;
    text-align: right;
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 6000;
    font-size: smaller;
}

#footer span
{
    /**Changing from 2px to 20px t*/
    padding: 20px 0pt 4px;
    float: right;
    width: 282px;
}

/*--------------------
Store
-------------------*/



.store
{
    padding: 3px 8px;
    border: 1px solid #cccccc;
    clear: both;
    margin: 10px auto;
    width: 90%;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
}
.store p
{
    display: block;
    clear: both;
    margin: 5px 3px;
}

.store label
{
    width: 80px;
    float: left;
    color: #4a4a4a;
    padding-top: 4px;
    margin-right: 3px;
}

.store labelno
{
    width: 5px;
    float: left;
    color: #4a4a4a;
    padding-top: 4px;
    margin-right: 3px;
}
.store .selectbox
{
    float: left;
    width: 50%;
    margin-right: 5px;
}
/*.store .st-button {background:#50548f; color:#fff; font-weight:bold; padding:2px 5px; border:none; font-size:11px; cursor:pointer;}*/
.store .lbl
{
    width: 30%;
    float: left;
    color: #4a4a4a;
    padding-top: 4px;
    margin-right: 3px;
}
.store .btn-pad
{
    padding-left: 83px;
    margin-top: 15px;
}
.store input[type="submit"], .store input[type="button"]
{
    background: url(../images/button.jpg) repeat-x #50548f;
    padding: 2px 3px;
    font-weight: bold;
    letter-spacing: 1px;
    border: none;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
    cursor: pointer;
    font-family: arial;
    font-size: 13px;
    width: 85px;
    height: 25px;
    text-transform: uppercase;
}
.store input[type="submit"]:hover, .store input[type="button"]:hover
{
    background: #666;
}
.store input[type="TextBox"]
{
    float: left;
    width: 20%;
    height: 16px;
    margin-right: 10px;
}
.store labelnote
{
    width: 160px;
    float: left;
    color: #4a4a4a;
    padding-top: 4px;
    margin-right: 3px;
}
/*************
Deshbord Style
*************/

.welcome-msg
{
    background: none repeat scroll 0 0 #97e0ff;
    color: #003366;
    font-size: 12px;
    height: 21px;
    opacity: 0.6;
}

.msgtext
{
    display: block;
    width: 25%;
    float: left;
    height: 15px;
    padding: 8px 0px 5px 0px;
}
.btn-space
{
    display: block;
    width: 70%;
    float: left;
    height: 15px;
    padding-top: 5px;
    background: #efefef;
}

.user
{
    background: url(../images/ven-bg.gif) 0 0 repeat-x;
    padding: 5px 8px;
    border: 1px solid #f0e9e9;
    clear: both;
    margin-bottom: 6px;
}
.user p
{
    display: block;
    clear: both;
    height: 20px;
}
.user p.btmspace
{
    margin-bottom: 3px;
}
.user label
{
    width: 55px;
    float: left;
    color: #4a4a4a;
    padding-top: 2px;
}
.user input
{
    float: left;
    width: 75%;
    height: 14px;
}

/*year & Month*/
.ym
{
    padding: 3px 8px;
    border-bottom: 1px solid #dae8f8;
    border-top: 1px solid #dae8f8;
    clear: both;
    margin-bottom: 4px;
    clear: both;
    display: block;
}
.ym.row
{
    display: block;
    clear: both;
}
.ym label
{
    width: 55px;
    float: left;
    color: #4a4a4a;
    padding-top: 4px;
}
.ym .inputbox
{
    float: left;
    width: 20%;
    height: 16px;
    margin-right: 10px;
}
.ym .selectbox
{
    float: left;
    width: 20%;
    margin-right: 5px;
}

.selectbox
{
    background: url(../images/input-bg.gif) 0 0 repeat-x;
    height: 21px;
    padding: 1px;
    border: 1px solid #dddddd;
    width: 90%;
}

/*Category*/
#categoryWrap
{
    display: block;
    clear: both;
}



.catlist-content
{
    margin: 0 auto;
    width: 98%;
    margin-bottom: 4px;
}
.catlist-content h2
{
    /*border-bottom:1px solid #dde9f6;*/
    color: #000; /*background:#f1f6fb;*/
    margin-bottom: 3px;
    padding: 1px 8px;
    display: block;
}
ul.catlist
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 48%;
}
ul.catlist li
{
    font-size: 12px;
    color: #0858b2;
    margin-bottom: 2px; /*border:1px solid #efefef;*/
}
ul.catlist li a
{
    color: #0858b2;
    display: block; /*background:url(images/category-bg.gif) top right repeat-x; */
    padding: 1px 4px;
}
ul.catlist li a:hover
{
    color: #54a91f;
    text-decoration: underline; /*background:url(../images/category-bg-ovr.gif) top right repeat-x;*/
}
.category h2
{
    color: #05385f;
    margin-bottom: 6px;
}

ul.catlist.midspace
{
    margin-right: 5px;
}

.catlink
{
    display: block;
}
.catlink a
{
    color: #000;
    margin-right: 5px;
    font-size: 12px;
}
.catlink a:hover
{
    text-decoration: underline;
}

.catesap
{
    height: 6px;
    line-height: 6px;
    font-size: 0px;
    clear: both;
}

.removehyperlink a
{
    text-decoration: none;
    color: #333333;
}

h1, h3
{
    margin: 0;
    padding: 0; /*font-weight: ;*/
}

a
{
    color: #EB067B;
}

div#container
{
    width: 580px;
    margin: 100px auto 0 auto;
    padding: 20px;
    background: #000;
    border: 1px solid #1a1a1a;
}

/* HOVER STYLES */
div#pop-up
{
    display: none;
    position: absolute;
    width: 280px;
    padding: 10px;
    background: #eeeeee;
    color: #000000;
    border: 1px solid #1a1a1a;
    font-size: 90%;
}

.maintext_blue_normal
{
    color: #005f85;
    font-size: 13px;
}

.red_normal
{
    color: Red;
    font-size: 12px;
    text-align: center;
    width: 100%;
}

.green_normal
{
    color: Green;
    font-size: 12px;
    text-align: center;
    width: 100%;
}

.blueboxdetail
{
    font-family: Tahoma;
    font-size: 12px;
    color: #444444;
    text-decoration: none;
    font-weight: normal;
}
.blueboxdetail a:link
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #444444;
    text-decoration: none;
}
.blueboxdetail a:visited
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #444444;
    text-decoration: none;
}
.blueboxdetail a:hover
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #333399;
    text-decoration: underline;
}
.div-table
{
    display: table;
}

.div-table-caption
{
    display: table-caption;
    background: #009999;
}

.div-table-row
{
    display: table-row;
}

.div-table-col
{
    display: table-cell;
    padding: 2px;
    width: auto;
}


body
{
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: helvetica neue;
    font-size: 19px;
    margin: 0;
    padding: 0;
    background: #fff; /*font-family: Helvetica; /* Helvetica is on the iPhone already, so you may as well take advantage */
    font-family: Arial;
    color: #999;
}

#hd, #ft
{
    position: fixed;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

#hd
{
    top: 0;
    background: #050;
    line-height: 44px;
    height: 44px;
    color: #ff0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

#ft
{
    height: 49px;
    bottom: 0;
    line-height: 48px;
    color: #fff;
    text-align: center;
    background: transparent url(UITabBarBkgd.png) 0 0 repeat-x;
}

#bd
{
    background: #fff;
    margin: 44px 0 49px 0;
}

div, ul, li
{
    margin: 0;
    padding: 0;
}


#scroller
{
}

#tableID
{
    overflow: scroll;
}

.gvPagerCss span
{
    background-color: #DEE1E7;
    font-size: 150%;
}
.gvPagerCss td
{
    padding-left: 15px;
    padding-right: 15px;
}


a:link
{
    text-decoration: none;
    color: #133866;
}

/* unvisited link */
/*
a:visited
{
    color: Gray;
    text-decoration: none;
}
*/

/* visited link */
a:hover
{
    color: #000;
    text-decoration: none;
}


/* mouse over link */
/*
a:active
{
    color: #FF0000;
    text-decoration:none;
}
*/
/* selected link */

.white_text
{
    background-color: Transparent;
    border: none 0px white;
    visibility: collapse;
}
.logout input[type="submit"], .logout input[type="button"]
{
    background: url(../images/button.jpg) repeat-x #50548f;
    padding: 2px 3px;
    font-weight: bold;
    letter-spacing: 1px;
    border: none;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
    cursor: pointer;
    font-family: arial;
    font-size: 10px;
    width: 65px;
    height: 15px;
    text-transform: uppercase;
}

.logout input[type="submit"]:hover, .logout input[type="button"]:hover
{
    background: #666;
}

.serviceBox
{
    border-right: #dddddd 1px solid;
    border-top: #dddddd 1px solid;
    font-size: 9pt;
    border-left: #dddddd 1px solid;
    border-bottom: #dddddd 1px solid;
    font-family: "Verdana";
    overflow: auto;
}

#ctl00_hrfLogout
{
    color: #000;
}
#ctl00_hrfLogout:hover
{
    color: #fff;
}


.rotate
{
    rotation: 180deg;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    rotation: 2;
}

.rotateimage180degree
{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
}


@media only screen and (device-width:999px)
{
    #page_wrapper
    {
        font-size: 200%;
    }
}
