@charset "utf-8";

/* CSS Document */

@import url('fonts/stylesheet.css');
body {
    background-color: rgba(87, 117, 142, 0.1);
    color: #333;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: "source_sans_proregular";
    font-size: 15px;
}

th,
td {
    font-family: "source_sans_proregular";
    font-size: 15px;
}


/*
a:link { text-decoration : none; color : #336699; }
a:visited { text-decoration : none; color : #336699; }
a:hover { text-decoration : underline; color : #336699; }
*/

a.mainmenu:link {
    text-decoration: none;
    color: #ECF6FF;
}

a.mainmenu:visited {
    text-decoration: none;
    color: #ECF6FF;
}

a.mainmenu:hover {
    text-decoration: underline;
    color: #CC0000;
}

input,
textarea,
select {
    font-family: "source_sans_proregular";
    font-size: 15px;
}

form {
    margin: 0px;
    padding: 0px;
}

input[type=text],
input[type=password],
input[type=number],
textarea,
select {
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


/*
input[type=text], input[type=password], select, textarea {	
	padding: 5px 10px;
	
  	-moz-border-radius: 2px 2px 2px 2px;
  	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	
	background-color: #ffffff;
	border:#d1d1d1 solid 1px;
}

select {
    padding:2px;
    margin: 0;
    background: #ffffff;
    outline:none;
    display: inline-block;
    cursor:pointer;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    select {padding-right:18px}
    label {position:relative}
    label:after {
        content:'<>';
        font:11px "Consolas", monospace;
        color:#aaa;
        -webkit-transform:rotate(90deg);
        position:absolute;
        right:4px;
        top:2px;
        padding:0 0 2px;
        pointer-events:none;
        border-bottom:1px solid #ddd;
    }
}
*/

input[type=button],
input[type=submit],
input[type=reset] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 3px 12px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

form[name=entryform]>table {
    max-width: 1440px;
    margin: auto;
}

form[name=entryform] table input[type=text],
form[name=entryform] table input[type=password],
form[name=entryform] table input[type=number],
form[name=entryform] table textarea,
form[name=entryform] table select {
    width: 100%;
}

form[name=ticketform]>table {
    max-width: 1440px;
    margin: auto;
}

form[name=ticketform] table input[type=text],
form[name=ticketform] table input[type=password],
form[name=ticketform] table input[type=number],
form[name=ticketform] table textarea,
form[name=ticketform] table select {
    width: 100%;
}

table.full_w {
    width: 100%;
}

table.borderless td,
table.borderless th {
    border: none;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    padding: 5px 12px;
}

#table {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    width: 100%;
}

#table>thead>tr>th,
#table>tbody>tr>th,
#table>tfoot>tr>th,
#table>thead>tr>td,
#table>tbody>tr>td,
#table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

td.tablebg {
    background-color: #4678C2;
}

td.columnbg {
    background-color: #DDDDDD;
}

tr.headerbg td,
tr.headerbg th {
    background-color: #4678C2 !important;
    font-weight: bold;
    color: #FFFFFF;
}

tr.linebg1 td,
.linebg1 {
    /*background-color: #FFFFFF;*/
}

tr.linebg2 td,
.linebg2 {
    /*background-color: #EEEEEE;*/
}

tr.linebg3 td,
.linebg3 {
    background-color: #bbb;
}

tr.delete td {
    background-color: #666 !important;
    color: #999;
    text-decoration: line-through;
}

p {}

.thisbody {
    scrollbar-face-color: #804000;
    scrollbar-shadow-color: black;
    scrollbar-highlight-color: black;
    scrollbar-3dlight-color: #000000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #000000;
    scrollbar-arrow-color: #FFFFFF;
}

#t2 {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.bttn {
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;
    border-left: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    background: #D3DFF1;
    color: #000000;
}

.pagination {
    margin-bottom: 0px;
}

.copyright {}

.expword {}

.titleword {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
}

.larger {
    font-size: 16px;
}

.blinkword {
    color: #000099;
}

.pad0000 {
    padding: 0px 0px 0px 0px;
}

.pad5555 {
    padding: 5px 5px 5px 5px;
}

.pad2525 {
    padding: 2px 5px 2px 5px;
}

.pad0505 {
    padding: 0px 5px 0px 5px;
}

.pad1111 {
    padding: 1px 1px 1px 1px;
}

.pad5050 {
    padding: 5px 0px 5px 0px;
}

.verygoodhistory {
    color: #006600;
}

.goodhistory {
    color: #66CC99;
}

.normalhistory {
    color: #000000;
}

.badhistory {
    color: #FF6666;
}

.verybadhistory {
    color: #FF0000;
}

td.pagenav {
    color: #DDDDDD;
    padding: 2px 5px 2px 5px;
}

.currentpage {
    color: #000000;
}

img.products {
    border: 2px solid #000000;
}

.bar {
    background-color: #003366;
    color: #EEEEEE;
}

td.printhead {
    border-top: 0.01em solid black;
    border-left: 0.01em solid black;
    border-right: 0.01em solid black;
    border-bottom: 0.01em solid black;
}

td.printsubhead1 {
    border-left: 0.01em solid black;
    border-bottom: 0.01em solid black;
}

td.printsubhead2 {
    border-left: 0.01em solid black;
    border-right: 0.01em solid black;
    border-bottom: 0.01em solid black;
}

td.printboth {
    border-left: 0.01em solid black;
    border-right: 0.01em solid black;
}

td.printleft {
    border-left: 0.01em solid black;
}

td.printright {
    border-right: 0.01em solid black;
}

td.printbottom {
    border-bottom: 0.01em solid black;
    border-left: 0.01em solid black;
    border-right: 0.01em solid black;
}

.ul_main {
    list-style-image: url('../images/smallbullet.gif');
}

.dir_url {
    color: #AAAAAA;
    font-size: 9px;
}

.promote_small {
    color: #555555;
    font-size: 9px;
}

#bestsellermeds .body {
    background: #EEEEEE url('../images/bg_bestsellermeds.gif') repeat-y;
    padding: 2px 2px 5px 5px;
}

#bestsellermeds .header {
    border-bottom: 0.01em solid black;
    border-top: 0.01em solid #A0C0F0;
}

#accountlogin .body {
    background: #EEEEEE url('../images/bg_accountlogin.gif') repeat-y;
    padding: 2px 2px 5px 5px;
}

#accountlogin .header {
    border-bottom: 0.01em solid black;
    border-top: 0.01em solid #A0C0F0;
}

#search .body {
    background: #EEEEEE url('../images/bg_search.gif') repeat-y;
    padding: 2px 2px 5px 5px;
}

#search .header {
    border-bottom: 0.01em solid black;
    border-top: 0.01em solid #A0C0F0;
}

#cart .body {
    background: #EEEEEE url('../images/bg_cart.gif') repeat-y;
    padding: 2px 2px 5px 5px;
}

#cart .header {
    border-bottom: 0.01em solid black;
    border-top: 0.01em solid #A0C0F0;
}

#visitor .body {
    background: #EEEEEE url('../images/bg_visitor.gif') repeat-y;
    padding: 2px 2px 5px 5px;
}

#visitor .header {
    border-bottom: 0.01em solid black;
    border-top: 0.01em solid #A0C0F0;
}

#promote .body {
    background: #EEEEEE url('../images/bg_search.gif') repeat-y;
    padding: 2px 2px 5px 5px;
}

#promote .header {
    background: #EEEEEE url('../images/hd_bg.gif');
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    height: 17px;
    border-bottom: 0.01em solid black;
    border-top: 0.01em solid #A0C0F0;
}

#mainbody .header {
    background-color: #4677C0;
    background-image: url('../images/hd_bg.gif');
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    height: 17px;
    border-bottom: 0.01em solid black;
    border-top: 0.01em solid #A0C0F0;
}

#mainbody .body {
    background-color: #FFFFFF;
    padding: 2px 2px 5px 5px;
    border: 0.01em solid #EEEEEE;
}

img.topsearch {
    border: 0em solid black;
}

div.tableheader {
    padding: 5px 12px;
}

.tableheader {
    /*
	background: #D3DFF1 url('../images/hd_bg.gif') repeat-x;
	color: #000000;
	font-weight: bold;
	height: 25px;
	border-bottom: 0.01em solid black;
	border-top: 0.01em solid #A0C0F0;
	*/
}

.tableheader {
    background-color: #336699;
    color: #FFFFFF;
    font-weight: 600;
    /*background: url(images/bg_table_hdr.png) repeat-x top;*/
}

.tableheader a:link {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}

.tableheader a:visited {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}

.tableheader a:hover {
    text-decoration: underline;
    color: #000000;
    font-weight: 600;
}

#pageheader {
    font-size: 18px;
    font-weight: bold;
    line-height: 55px;
    text-align: center;
}

#table {
    empty-cells: show;
}

#table .header {
    background-color: #336699;
    color: #FFFFFF;
    font-weight: bold;
    /*background: url(images/bg_table_hdr.png) repeat-x top;*/
}

#table .header a:link {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 600;
}

#table .header a:visited {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 600;
}

#table .header a:hover {
    text-decoration: underline;
    color: #FFFFFF;
    font-weight: 600;
}

#table td {
    background-color: #FFFFFF;
    empty-cells: show;
    /*border-bottom: 1px dashed #bbb;*/
}

#table .linebg1,
#table tr.linebg1 td {
    /*background-color: #FFFFFF;*/
}

#table .linebg2,
#table tr.linebg2 td {
    /*background-color: #EEEEEE;*/
}

#table .linebg3,
#table tr.linebg3 td {
    background-color: #bbb !important;
}

#table tr>td {
    background-color: #FFFFFF;
}

#table tr:nth-child(2n)>td {
    background-color: #efefef;
}

#table tr:hover>td {
    background-color: rgba(0, 0, 0, .2);
}

#table tr:hover>td.header {
    background-color: #336699;
}

.table-list td.border {
    border-bottom: 1px dotted #999;
}

.table-list tr.no-border td {
    border-bottom: 1px dotted #999;
}

.table-list tr:hover td {
    background-color: #bbb;
}

.page-item.active .page-link {
    background-color: #336699;
    border-color: #336699;
}

.msg_table {
    background-color: #FFFFCC;
    border: 1px solid #000000;
    color: #FF0000;
    padding: 5px 5px 5px 5px;
}

#msg {
    background-color: #FFFFCC;
    border: 1px solid #FF9900;
    padding: 5px;
    text-align: center;
    margin: auto;
}

#mpm ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#mpm li {
    float: left;
    margin: 0px;
}

#mpm li .tabfirst {
    border-right: 1px solid #dcdce9;
    border-bottom: 1px solid #c6c6d3;
}

#mpm li .tablast {}

#mpm li .tabother {
    border-right: 1px solid #dcdce9;
    border-bottom: 1px solid #c6c6d3;
}

#mpm li a {
    background: url(images/menu_bg.gif) #fff bottom left repeat-x;
    height: 2em;
    line-height: 2em;
    float: none;
    width: 163px;
    display: block;
    color: #0d2474;
    border-right: 1px solid #dcdce9;
    border-bottom: 1px solid #c6c6d3;
    text-decoration: none;
    text-align: center;
}

#mpm li a.btnselected {
    background: url(images/menu_bg_selected.gif) #fff top left repeat-x;
    height: 2em;
    line-height: 2em;
    float: none;
    width: 163px;
    display: block;
    color: #0d2474;
    border-bottom: 0px solid #c6c6d3;
    text-decoration: none;
    text-align: center;
}

#mpmtable {
    border: 1px solid #c6c6d3;
}

#maincontent {}

.balloonstyle {
    position: absolute;
    top: -500px;
    left: 0;
    padding: 5px;
    visibility: hidden;
    border: 1px solid black;
    font: normal 11px sans-serif;
    line-height: 18px;
    z-index: 100;
    background-color: white;
    width: 200px;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid: DXImageTransform.Microsoft.Shadow(color=gray, direction=135, Strength=5);
}

#arrowhead {
    z-index: 99;
    position: absolute;
    top: -500px;
    left: 0;
    visibility: hidden;
}

.alert {
    background-color: #FFFFCC;
    border: 1px solid #FF9900;
    padding: 5px;
}

#searchbox {
    background-color: #F7F3EE;
}

#searchbox td {
    color: #000000;
}

#searchbox .header {
    color: #000000;
    background-color: #7f90ac;
    font-weight: bold;
}

#searchbox input[type=text],
#searchbox input[type=password],
#searchbox input[type=number],
#searchbox textarea,
#searchbox select {
    width: 100%;
    max-width: 100%;
}

#searchdiv {
    display: none;
}

#tooltip {
    padding: 3px;
    background: #FFC;
    border: 1px solid #F60;
    text-align: left;
    font-size: smaller;
}

span.tip {
    border-bottom: 0px dashed #F93;
}

.tooltip {
    display: none;
    position: absolute;
    padding: 3px;
    background: #FFC;
    border: 1px solid #F60;
    text-align: left;
    font-size: 10px;
    color: #000;
    z-index: 99;
    font-family: Tahoma, Geneva, sans-serif;
}

.order_history_list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.show-float {
    position: relative;
}

.show-float a {
    display: block;
    text-decoration: none;
    position: relative;
}

.show-float:hover a {
    background-color: #06C;
    color: #FFF;
    text-decoration: none;
}

.show-float-hl a {
    display: block;
    text-decoration: none;
    background-color: #06C;
    color: #FFF;
    position: relative;
}

.show-float-hl:hover a {
    background-color: #06C;
    color: #FFF;
    text-decoration: none;
}

.float-div {
    padding: 5px;
    border: 1px solid #000;
    display: none;
    position: absolute;
    background-color: #FFF;
    width: 200px;
    max-height: 250px;
    overflow: auto;
    text-align: left;
    z-index: 99;
    font-size: 12px;
    top: 20px;
}

.float-div.top {
    top: inherit;
    bottom: 20px;
}

.float-item-inactive {
    color: #CCC;
}

.float-item-active {
    color: #000;
}

.float-item-red {
    color: #F00;
}

#helpdesk_attachment {
    background-color: #FFFFCC;
    border: 1px solid #993300;
    padding: 5px;
}

.helpdeskcnt {
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
    padding: 10px;
}

.closed_msg {
    background-color: #FCF;
    border: 1px solid #F6F;
    text-align: center;
    padding: 10px;
    margin-top: 5px;
}

a.submit_link {
    padding: 2px;
    background-color: #CCC;
    border: 1px solid #333;
    font-size: 11px;
}

a.submit_link:hover {
    background-color: #6CF;
    text-decoration: none;
}

.non-listed {}

.non-listed ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
}

.non-listed ul li {
    float: left;
    position: relative;
    left: -50%;
    margin-left: 30px;
}

.non-listed ul li:first-child {
    margin-left: 0px;
}

#div_mark_alert {
    position: relative;
}

#div_alert {
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    background-color: #efefef;
    border: 1px solid #ddd;
    padding: 10px;
    display: none;
    position: absolute;
    top: 20px;
    right: 0px;
    overflow: visible !important;
    z-index: 99;
}

.tablehdr-border {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

div#table>div {
    border: 1px solid #000;
    border-top: 0px;
}

div#table>div:first-child {
    border-top: 1px solid #000;
}

.payment_charge {
    width: 960px;
    margin: 0px auto 3px;
    padding-bottom: 3px;
}

.payment_charge .header a {
    display: block;
    padding: 5px;
    text-decoration: none;
}

.payment_charge .header a:hover {
    background-color: #6CF;
}

.payment_charge .detail {
    padding: 5px;
    display: none;
}

.payment_charge .detail>textarea {
    width: 930px;
    height: 200px;
}

.editable_order_field {
    position: relative;
    border: 1px dashed #000000;
}

.lbedit {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #036;
    color: #FFF;
    padding: 2px;
}

.lbedit a {
    color: #FFF;
}

#menu {
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
    list-style: none;
    border-top: 1px solid #ddd;
}

#menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-left: 2px;
    display: none;
}

#menu li {
    color: #000000;
    padding: 0px;
    margin: 0px;
}

#menu>li {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
}

#menu>li:first-child {
    border-top: 0px;
}

#menu>li:last-child {
    border-bottom: 0px;
}

#menu .hlmenu {
    color: #FFFFFF;
    background-color: #d2dbec;
}

#menu a.header {
    color: #000000;
    font-weight: bold;
    padding: 5px;
    display: block;
}

#menu a.header:link {
    text-decoration: none;
    color: #000000;
}

#menu a.header:visited {
    text-decoration: none;
    color: #000000;
}

#menu a.header:hover {
    text-decoration: underline;
    color: #FF0000;
}

#menu a {
    font-weight: normal;
}

#menu a:link {
    text-decoration: none;
    color: #000000;
}

#menu a:visited {
    text-decoration: none;
    color: #000000;
}

#menu a:hover {
    text-decoration: underline;
    color: #CC0000;
}

#menu .logo {
    color: #000000;
}

#menu .logo a:link {
    text-decoration: none;
    color: #CC0000;
    font-weight: normal;
}

#menu .logo a:visited {
    text-decoration: none;
    color: #CC0000;
    font-weight: normal;
}

#menu .logo a:hover {
    text-decoration: underline;
    color: #FFFFCC;
    font-weight: normal;
}

#menu .subitem {
    /*background-color: #FFFFFF;*/
}

#menu .item {
    padding: 3px;
    font-size: 14px;
    /*background-image: url(images/expanded.gif); background-repeat: no-repeat; background-position: 2px 5px;*/
}

#menu .selectheader a.header {
    /*color: #fff;*/
    font-weight: bold;
    /*background-color: #7f90ac; background: url(images/bg_table_hdr.png) repeat-x top;*/
}

.page-container {
    display: flex;
    flex-direction: row;
    height: 100vh;
}

.menu-container {
    width: 180px;
    min-width: 180px;
    /*position: fixed; float: left;*/
    padding: 15px;
    /*background: url(images/mnu_bg.jpg) top repeat-x; min-height: 600px;*/
}

.menu-container>p {
    padding: 5px;
}

.content-container {
    /*margin-left: 180px;*/
    padding: 10px 25px;
    border-left: 1px solid #ddd;
    background-color: #fff;
    /*position: relative; min-height: 100vh;*/
    overflow: auto;
    flex: auto;
}

.content-container>table {
    width: 100%;
    max-width: 100%;
}

.payment-box {
    width: 750px;
    margin: auto;
}

.payment-box>b {
    line-height: 25px;
}

.payment-box>div {
    border-radius: 5px;
    background-color: #efefef;
    border: 1px solid #999;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 10px;
}

.payment-box .sort_order {
    width: 75px;
}

.payment-box .displayname-box {
    width: 280px;
    margin-right: 3px;
}