/**
 * ALL CUSTOMIZATONS TO CSS GO HERE.
 * This file is loaded last so all selectors in other CSS files are overridden here.
 */

/*
#menu {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	padding-bottom: 10px;
	margin-top: -25px;
	z-index: 99;
}

#menu table td {
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu ul {
	list-style: none outside none;
    margin: 0;
    padding: 0;
}

#menu li {
    display: inline;
    font-weight: bold;
	padding-left: 5px;
    padding-right: 8px;
    background: none repeat scroll 0 0 transparent;
}

#menu a {
	color: tan;
	font-size: 13px;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;	
}
*/

/*
body {
	font-family: Geneva, verdana, helvetica, tahoma, Arial, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
}
*/

/*
h1 { font-size: 22px; font-weight: bold }
h2 { font-size: 18px; font-weight: bold }
h3 { font-size: 14px; font-weight: bold }
h4 { font-size: 13px; font-weight: bold }
*/

th, td.regularheader {
	background: #aaa;
    color: #fff;
    font-family: "alternate-gothic-no-2-d", "nimbus-sans", Arial, Verdana, sans-serif;
    text-transform: uppercase;
	font-size: 21px;
    line-height: 1.3em;
    padding: 12px;
}

#srvletarea td { padding: 3px 4px 3px 4px; } 
#srvletarea th { padding: 3px 4px 3px 4px; } 

#srvletarea.srvletpopup td { padding: 5px; }

#srvletarea #adpage table.catalogTable td, #srvletarea #adpage table.catalogTable th {
	font-size: 11px;
}

#srvletarea p, #srvletarea td, #srvletarea th, #srvletarea li {

}

#srvletarea p {
	font-size: 12pt;
}

/****************************************************************
 * 	jQuery related styles                                    		
 ****************************************************************/

#srvletarea textarea, #srvletarea input[type=text], #srvletarea input[type=password], #srvletarea input[type=number] {
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; 
 	padding: 3px;
	border: 1px solid #ccc;
}

#srvletarea input[type=button], #srvletarea input[type=submit], #srvletarea input[type=reset] {
    font-size: 15px;
    padding: .4em .6em;
}

#srvletarea input[type=button], #srvletarea input[type=submit], #srvletarea input[type=reset] {
    border-radius: 6px;
    background: #ffdf05;
    color: black;
    border-color: #ffdf05;
    font-family: "nimbus-sans-extended", "nimbus-sans", Arial, Verdana, sans-serif;
    font-weight: bold;
     font-size: 12px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: .05em;
    display: inline-block;
    border: 2px solid #ffdf05;
    padding: 12px 18px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    transition: all .35s ease;
}

#srvletarea input.orderFlow,
#srvletarea button.orderFlow {
	border: 2px solid #01662a;
	padding-right: 40px;
	background-image: url("../images/arrow.svg");
	background-position: 95%;
    background-repeat: no-repeat;
}

#srvletarea input[type=button]:hover, #srvletarea input[type=submit]:hover, #srvletarea input[type=reset]:hover {
	border: 2px solid #c2af2d;
}

#srvletarea { margin: 0 8%; } 
@media only screen and (max-width: 1300px) { #srvletarea { margin: 0 5%; } }
@media only screen and (max-width: 1200px) { #srvletarea { margin: 0 3%; } }


div#orderList_wrapper input, #srvletarea textarea, #srvletarea input[type=text], #srvletarea input[type=search], #srvletarea input[type=password], #srvletarea input[type=number] {
    background: #E6EBEF;
    border: none;
    border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 5px 15px;
    font-family: "nimbus-sans", Arial, Verdana, sans-serif;
    color: #000000;
    text-indent: 0.01px;
    font-size: 1.0157714286rem;
    line-height: 1.3em;
    font-weight: bold;
}

div#orderList_wrapper input, #srvletarea input[type=text], #srvletarea input[type=search], #srvletarea input[type=password], #srvletarea input[type=number] {
    height: 46px;
}

footer div.credit {
    color: rgba(255, 255, 255, 0.6);
}

/* Custom calendar changes */
#calendarDiv a.button {
    text-decoration: none;
}
#calendarDiv td.day {
	background-color: white;
}
#calendarDiv td.day.today {
    color: white;
    background-color: #333;
}
#calendarDiv span.daynumber {
	text-align: left;
	padding: 4px;
	padding-left: 10px;
}
#calendarDiv table {
	border-collapse: collapse;
}

/* Custom datatables style changes */

#orderList table,
#openinvoices table {
	margin: 0px;
}

#srvletarea .history-filter-header input {
	width: 100%;
}

div#orderList_wrapper .ui-widget-header,
div#openinvoices_wrapper .ui-widget-header {
    background: none;
	color: black;
	border: 0px;
}

div#orderList_wrapper td,
div#openinvoices_wrapper td {
	font-family: "alternate-gothic-no-2-d", "nimbus-sans", Arial, Verdana, sans-serif;
    font-size: 1.5714285714em;
    line-height: 1.3em;
	color: #666;
	padding: 25px 12px;
}


div#orderList_wrapper table.dataTable tbody tr.even, div#orderList_wrapper table.dataTable tbody tr.shaded,
div#openinvoices_wrapper table.dataTable tbody tr.even, div#openinvoices_wrapper table.dataTable tbody tr.shaded {
	background: #f2f2f2;
	border-bottom: 2px solid #e6e6e6;
}

div#orderList_wrapper table.dataTable tbody tr.even:hover, div#orderList_wrapper table.dataTable tbody tr.shaded:hover,
div#openinvoices_wrapper table.dataTable tbody tr.even:hover, div#openinvoices_wrapper table.dataTable tbody tr.shaded:hover  {
	background: white;
	border-bottom: 2px solid #e6e6e6;
}

div#orderList_wrapper tr:hover,
div#openinvoices_wrapper tr:hover {
	background: white;
}

div#orderList_wrapper td a,
div#openinvoices_wrapper td a {
	display: flex;
	justify-content: center;
}

#orderList button,
#openinvoices button {
	font-size: 9pt;
}

div#orderList_wrapper table.dataTable thead th div.DataTables_sort_wrapper span,
div#openinvoices_wrapper table.dataTable thead th div.DataTables_sort_wrapper span {
	background-color: #929cad;
    margin-left: 5px;
}

div#orderList_wrapper th,
div#openinvoices_wrapper th, div#openinvoices th.sorting.ui-state-default  {
	letter-spacing: .3mm;
	padding: 12px;
	font-family: "alternate-gothic-no-2-d", "nimbus-sans", Arial, Verdana, sans-serif;
    font-size: 18px;
    line-height: 1.3em;
    background: #c8dce8;
	color: #fff;
	border: 0px;
	text-transform: uppercase;
}

div#orderList_wrapper th:hover,
div#openinvoices_wrapper th:hover, div#openinvoices th.sorting.ui-state-default:hover  {
	cursor: pointer;
}

div#orderList_wrapper label,
div#openinvoices_wrapper label {
	font-size: 1em;
    font-weight: 900;
    color: #c8dce8;
    margin-bottom: 5px;
	letter-spacing: .05em;
	white-space:nowrap
}

/* end datatables changes */

img.ui-datepicker-trigger {
	margin-left: -25px;
}

#srvletarea input.medium.search-field {
  background: url('../images/search-icon.svg') no-repeat right 10px center #E6EBEF;
  padding-right: 50px; 
}

/* Hide borders on catalog page table */
.catalogTable, .catalogTableMiddle, .catalogTableMiddle:last-child, .catalogTableTop  {
	border: 0px;
}

.header-search-advanced > * {
	max-height: 60px;
	height: 60px;
}

.profileshaded{
	background: initial;
}

table.ppro-table td {
	font-family: "alternate-gothic-no-2-d", "nimbus-sans", Arial, Verdana, sans-serif;
    font-size: 1.5714285714em;
    line-height: 1.3em;
    color: #666;
}    

.header-toolbar {
	border-bottom: 0px;
}

#profile_comm_values {
	width: 250px;
}

.cartTable {
	border-collapse: collapse;
}

#srvletarea .cartTable tbody tr.shaded {
	background: none;
}

#calendarDiv td.day a, .pproholiday {
	font-size: 14px;
}

.pproholiday {
	font-weight: bold;
}

div.ui-dialog {
 font-size: 15px;
}

table#openinvoices {
	width: 100%;
	font-size: 15px;
}


/* right align print button */
#srvletarea.srvletpopup input#btnprint {
	margin-left: calc(100% - 82px);
    margin-bottom: 5px;
}

.pushtitle { 
	font-size: 22pt; 
	font-weight: bold; 
} 
.pushtitle>span { 
	font-size: 16pt; 
	font-weight: normal; 
}

/* fix search styles in firefox */
.keyword-filter {
    width: 100%;
}

/* custom.  hide download order button */
#srvletarea input[type=button] .downloadOrder {
	display: none;
}

#srvletarea .quantity-input input[type="button"] {
	height: 46px;
	font-size: 20pt;
	text-align: initial;
    padding: 0px;
    padding-left: 9px;
    background-color: black;
    color: white;
    border: 2px solid #333;
}

#profile_lst.connectedSortable, #catalog_lst.connectedSortable {
    width: 400px;
}

a.submit, a.submitRemove {
	font-size: 11pt;
}

.cartTable {
    font-size: 12pt;
}

.cartupdate {
	left: -70px;
}

.downloadOrder {
	display: none;
}

#paymentFormContent input[type=text] {
	margin-right: 5px;
    margin-bottom: 5px;
}

div.session {
	color: black;
}

ul.nav a.order, ul.nav a.cart-link {
	background: black;
}

ul.nav a.order, ul.nav a.cart-link:hover {
	background: #333;
}
