.button {
	position: relative;
	top: 0;
}
.button:hover {
	top: -1px;
}

/* LOGIN */

#login_right_side
{
	background: #332f2c;
	color: white;
}
.login_form_field h3
{
	color: white;
}
.checkbox_container h4
{
	color: white;
	padding-top: 0;
}
.register_checkbox_wrapper label
{
	color: white !important;
}

#login_button, #register_button
{
	color: white;
	border-radius: 40px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.5);
	background: #5f794c;
	position: relative;
	top: 0px;
}

h1.page_title {

	width: 100%;
	background: #70895e;
	margin-top: 0;
	padding: 0.5em;
}

#login_button:hover {
	top: -1px;
}

#login_button i, #register_button i {
	color: #ffffff;
}

#login_wrapper input[type=text], #login_wrapper input[type=password],  #login_wrapper input[type=email], #login_wrapper select {
	background: #b1afa4;
	color: white;
	border-bottom: solid 1px white;
}

.reorder-filter-text {
	color: #332f2c;
}

#login_body
{
    background: white !important;
}

@media screen and (max-width: 899px) {
	#login_body {
		background: #01529C !important;
	}
}

#top_nav_message_count {
	background-color: #ff4b4b;
	color: white;
	border-radius: 15px;
	padding-left: .4em;
	padding-right: .4em;
	top: -6px;
	position: absolute;
}
#top_navigation {
	padding-right: 64px;
}

#top_navigation_content .top_level i {
	font-size: 1.5rem;
}

/* JQUERY UI OVERRIDES */
.ui-dialog 
{
    box-shadow: 0px 3px 21px rgba(0,0,0,.3);
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border: 0 !important;
    padding: 0 !important;
}

.ui-state-default {
	background-color: #FFFFFF !important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color:#000;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	border: solid 1px #332f2c !important;
}

.ui-widget-header
{
    background: #332f2c !important;
    color: #fff !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
	font-weight: 700;
	border-bottom: none;
}
.ui-tabs-nav
{
	background-color: #ffffff !important;
}

.ui-tabs-nav
{
	border-bottom: solid 1px silver;
}

table.month-picker-year-table tbody rt td 
{
	border: none !important;
}

.month-picker-header
{
	background-color: #ffffff !important;
}

.ui-dialog .ui-dialog-buttonpane
{

}

#active_message_list .ui-selectmenu-button.ui-button {
    max-width: 10rem;
}
.inbox_folders .ui-selectmenu-button.ui-button, .mailbox-search-options-wrapper .ui-selectmenu-button.ui-button {
    padding: 0.76rem !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus
{
	background-color: #332f2c !important;
}

.ui-state-hover a, .ui-widget-content .ui-state-hover a, .ui-widget-header .ui-state-hover a, .ui-state-focus a, .ui-widget-content .ui-state-focus a, .ui-widget-header .ui-state-focus a, .ui-button:hover a, .ui-button:focus a
{
	 color: white !important;
}

.ui-dialog-titlebar span {
	filter: brightness(0) invert(1);
}

.ui-button.ui-selectmenu-button{
	padding: .9em !important;
	width: auto !important;
}

.ui-button {
	background-color: #5f794c !important;
	color: #FFFFFF !important;
	border-radius: 4px !important;
	padding: .6em;
	transition: .2s;
	border: none;
}

.ui-button a {
	color:#000 !important;
}

.ui-button:hover {
	opacity: .9;
	font-weight: bold;
	background-color: #314A72;
	border: none !important;
}
#login_button_wrapper .ui-button {
	background-color: #5f794c !important;
	font-weight: 400 !important;
	color: white !important;
}
#login_button_wrapper .ui-button:hover  {
	background-color: #5f794c !important;
	font-weight: 400 !important;
	border: none !important;
}
#google_authenticator h1 {
	color: lightgrey !important;
}

.ui-selectmenu-button {
	padding: .3em !important;
}

.production_spec_template{ 
	color: #332f2c !important
}

.button2, #add_to_cart_button
{
	background: #332f2c !important;
    color: white !important;
    border: none !important;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
	background:#332f2c !important;
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
	background: #5f794c63 !important;
}
.wizard > .steps .disabled a
{
	background-color: #efefef !important;
}
.wizard > .actions .disabled a {
	color: #ffffff !important;
}
.wizard > .actions a {
	background:#332f2c !important;
}
#button_bar a {
	background: #5f794c !important;
}

/* WIDGETS */
.logo {
	margin-left:54px;
}
.logo img{
	max-height: 120px;
}

input[type="text"], input[type="email"], input[type="number"], input[type="date"], textarea
{
	padding: .2em;
	box-sizing: border-box;
	color: #000;
}

label
{
	color: #000;
}

select{
	padding: .2em;
	box-sizing: border-box;
	max-width: 100%;
}

.help
{

}

a.disabled {
	color: silver !important;
}

/* PAGE LAYOUT COLORS */

body {
	background: #f2efed;
	font-family: Roboto;
}
a {
	text-decoration: none;
	color: #656565;
}

h1, h2, h3, h4, h5 {
	font-weight: 700;
	color: #716262;
}

.round_button {
	border-radius: 15px;
	padding-left: 1em;
	/* padding-right: 1em; */
	padding-top: .45em;
	padding-bottom: .4em;
	/* background: #fff; */
	color: #ffffff;
	opacity: .9;
	transition: .1s;
}
.round_button:hover {
	opacity: 1;
	color: #f6ff69;
	transition: .1s;
}

#header {
    background: #332f2c;
}

#top_navigation_content .top_level i {
	color: #b1afa4;

}

#top_navigation_content .top_level i:hover {
	color: #ffffff;
}

#screens {
	text-align: right;
    width: 100%;
	padding-right: 64px;
}


#attach_recipient {
	background-color: #332f2c !important;
}

#screens a 
{
	border-top-right-radius: 9px;
	border-top-left-radius: 9px;
	background: #5F794C;
	border-bottom: 1px solid #42533699;
	color: #fff;
}
#screens a:hover {
	background: #70895E;
	border-bottom: 1px solid #70895E;
}

#screens a.highlight 
{
	background: #70895E;
	border-bottom: 1px solid #70895E;
	font-weight: bold;
}

#main_content 
{
	background: #f2efed;
	width: 100%;
}

#admin_main_content
{
	background: #f2efed;
	width: 90%;
	margin: auto;
}

#dashboard_main_content
{
	background: #f2efed;
	width: 100%;
}

.printondemand-name {
	background: #5f794c !important;
}

#page_header {
	width: 100%;
	margin-bottom: 1.33em;
	background: #70895e;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 64px;
	padding-right: 64px;
}
#page_header h1.page_title {
	margin: 0.1em 0;
}

.hub_inner_content
{
	width: 93%;
}
.grid_wrapper{
	background-color: white;
	box-sizing: border-box;
}
#footer
{
	color: #FBFBFB;
    background: #332f2c;
}

#open_items {
	background: #332f2c;
}

h1.page_title {
	font-size: 1.66em;
	font-weight: 400;
	color: white;
	text-align: left;
}
/* DASHBOARD TABLES */
.empty_list
{
	color: #666;
	text-align: center;
}

.grid_list .table_title
{
    color: #818588;
	background: white;
	padding-left: 20px;
	padding-top: 18px;
	padding-bottom: 12px;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.66;
	margin-top: 0;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}

.dashboard_table {
	border: solid 1px silver;
}

.dashboard_table thead tr th
{
    background: #fff;
    color: #707070;
	border: solid 1px silver;
	border-left: 0;
    border-right: 0;
}

.dashboard_table tbody tr td
{
	background: #fbfbfb;
	color: #707070;
	border-bottom: solid 1px silver;
	border-top: 0;
    border-right: 0;
	border-left: 0;
}

.dashboard_table thead tr th:first-child {
	border-left: solid 1px silver !important;
}
.dashboard_table thead tr th:last-child {
	border-right: solid 1px silver!important;
}
.dashboard_table td:last-child {
	padding: .4em .66em .4em .4em !important;
	border-right: solid 1px silver !important;
}
/*
.dashboard_table tr:last-child td:first-child {
	border-bottom-left-radius: 15px;
}
.dashboard_table tr:last-child td:last-child {
	border-bottom-right-radius: 15px;
}
*/

#add_to_cart_inventory {
	color: #666 !important;
}
#pricing_and_usage_history a {
	color: #5F794C !important;
}
/* DASHBOARD WIDGETS */

#dashboard_widgets
{
	width: 92%;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
    margin: 0;
    padding-top: 0px;
    background: white;
    border-radius: 12px;
}
.setting, .grid-stack-item-content {
	padding: 0;
}
.setting_item_alert {
    background: #884a56;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content:hover {
	box-shadow: 0px 1px 8px rgb(0 0 0 / 25%);	
}

.grid_widget {
    border-radius: 12px;
    border: solid 1px #ffffff;
    background-color: #ffffff;
    box-shadow: 0px 1px 2px rgba(0,0,0,.1);
    color: #707070;
}

.breadcrumb a 
{
	color: #332f2c !important;
}

.dashboard_table
{
	width: 100%;
}

.outer_table_wrapper
{
    padding: 0 1.3em;
	background: white;
}
#screens a {
	padding: 0.5em 0.5em 0.4em;
}

#screens a i {
	font-size: 1rem;
	padding-right: .5rem;
	position: relative;
	top: 0;
}
/* FORMS */

.field_group
{
    background: #ffffff;
	border: 1px solid #ddd;
	border-left: solid 3px #332f2c;
}

.scroller_title {
    position: sticky;
    position: -webkit-sticky;
    z-index: 100;
    background: #332f2c;
    line-height: 2em;
    text-align: right;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding-right: 15px;
    border: solid 1px #555;
    box-sizing: border-box;
    font-weight: bold;
    width: calc(100% - 21px);
    color: white;
}

/* TABLES */

.responsive_table thead tr th a {
	color: #332f2c !important;	
}

.responsive_table thead 
{
	border-left: solid 1px #707070;
	border-right: solid 1px #707070;
}
.responsive_table thead tr th
{
	background: #fff;
	color: #707070;
	border: solid 1px #707070;
}

.responsive_table tbody tr td
{
	background: #fff;
	color: #707070;
}
/
.responsive_table thead tr th:first-child 
{
	border-left: solid 1px #707070 !important;
}

.responsive_table thead tr th:last-child 
{
	border-right: solid 1px #707070 !important;
}

.responsive_table td:last-child 
{
	padding: .4em .66em .4em .4em !important;
	border-right: solid 1px #707070 !important;
}
/*
.responsive_table tr:last-child td:first-child 
{
	border-bottom-left-radius: 15px;
}

.responsive_table tr:last-child td:last-child
{
	border-bottom-right-radius: 15px;
}
*/

.non_responsive_table thead 
{
	border-left: solid 1px #707070;
	border-right: solid 1px #707070;
}
.non_responsive_table thead tr th
{
	background: #fff;
	color: #707070;
	border: solid 1px #707070;
}

.non_responsive_table tbody tr td
{
	background: #ffffff;
	border: solid 1px #707070;
	color: #707070;
}

.non_responsive_table thead tr th:first-child 
{
	border-left: solid 1px #707070 !important;
}

.non_responsive_table thead tr th:last-child 
{
	border-right: solid 1px #707070 !important;
}

.non_responsive_table td:last-child 
{
	border-right: solid 1px #707070 !important;
}
/*
.non_responsive_table tr:last-child td:first-child 
{
	border-bottom-left-radius: 15px;
}

.non_responsive_table tr:last-child td:last-child 
{
	border-bottom-right-radius: 15px;
}
*/

/* CALENDAR */

#calendar_wrapper
{
    background: #fff;
	border-radius: 24px;
}

#calendar {
	background: #fff;
}

#calendar thead tr th {
	color: #332f2c;
}

.today {
	background: #e3f4fe !important;
}

.gray {
	background: #f4fffe;
}

.week_view thead tr th {
	background: none;
	color: #332f2c;
	border: 1px solid #dbdbdb;
}

.month_view tr td {
	border: 1px solid #dbdbdb;
}

#calendar_filter_wrapper {
	background: whitesmoke;
	border-bottom-right-radius: 24px;
	border-bottom-left-radius: 24px;
	border-right: solid 1px #d4d4d4;
	border-bottom: solid 1px #d4d4d4;
}

/* ITEM VIEW */

#edit_item .field_wrapper > span:first-of-type, .liteview_edit .field_wrapper > span:first-of-type {
	padding: .5em;
	background: #FFFFFF;
	border-radius: 4px;
}

#edit_item .field_wrapper span:hover, .liteview_edit .field_wrapper span:hover {
	cursor: pointer;
}

.itemversionrequest_row
{
	background: #ecedef;
	border: solid 1px #888888;
	border-bottom: none;	
	padding: .3em;
}

.itemversionrequest_row_collapsed 
{
	border-bottom: none !important;
	padding: .3em;
}

.itemversionrequest_row_last_row
{
	border-bottom: solid 1px #888888 !important;

}
.message-list-controls .ui-button a {
	color: #ffffff !important;
}

@media screen and (max-width: 839px) {
	.slicknav_menu {
		background: #332f2c !important;
	}
	.slicknav_menu h2 {
		color: #b1afa4;
	}
	.slicknav_menu a {
		color: #b1afa4;
	}
	.slicknav_menu .slicknav_icon-bar {
		background: #332f2c !important;
	}
}

@media screen and (max-width: 767px) {
	#dashboard_header {
		padding: 0;
		background: #332f2c;
		margin-bottom: 1.5em;
	}
}