@import url('https://fonts.googleapis.com/css2?family=Gelasio:wght@400;500;600&display=swap');

* {
	box-sizing: border-box;
}

.open_delivery_help {
	text-decoration: underline;
    font-size: .9rem;
    color: darkblue !important;
}
.rounded-white
{
    margin-top: 20px;
    border-radius: 20px;
    background-color: white;
    padding: 2em;
}
a.recipient_email {
	color: blue;
}
.view-cart {
	position: relative;
}
.cart_count {
	background: red;
    color: white;
    border-radius: 50px;
    font-size: 12px;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
	justify-content: center;
    position: absolute;
    top: -8px;
}
.locked_template {
	color: white;
	background-color: #bf2727;
	padding: 1em;
	display: inline-block;
}
.grabbable {
	cursor: grab;
}
.grabbable:active {
	cursor: grabbing;
}
html {
	height: 100%;
}
.ui-selectmenu-menu .ui-menu
{
	overflow-x: hidden;
	height: 200px;
}
.cke_skin_kama .cke_dialog_body { z-index: inherit; }

.bulk_option, .bulk_selector {
	padding: .34em;
}

.normal_select_billing_code
{
	margin-top: .4em;
}

.pod_thumbnail{
	width: auto;
	max-height: 200px;
	max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: 1em;
    box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 25%);
    border: solid 1px silver;
    display: block;
}

#open_items
{
    background: #656565;
    padding: .3em;
    border-radius: 2px;
    position: absolute;
    right: 3px;
    bottom: 3px;
    font-size: .9em;
}

.billing_code_wrapper .select2-container
{
	margin-bottom: .4em;
	width: 150px;
}
.billing_code{
	margin-top: .4em;
}

.forced_small
{
	width: 150px !important;
}

#slicknav_logo
{
	display: none;
}
.italic
{
	font-style: italic;
}

.main_ui {
	display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
	margin-bottom: .5em;
}
.main_ui_center {
	align-items: center !important;
}
.main_ui_button_wrapper{
	text-align: right;
}

.button_wrapper
{
	padding-top: 1.5em;
}
.status_helper
{
	padding-right: 1em;
	line-height: 1.5em;
}
.ui-icon-closethick {
	/*
	I know we had this in here for a reason, but it seems to only be causing problems
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);*/
}

span.custom_page_content ul li
{
	margin-bottom: .5em;
}

span.custom_page_content ol li
{
	margin-bottom: .5em;
}

.slicknav_nav .slicknav_row, .slicknav_nav a
{
	padding: 0 !important;
	margin: 0 !important;
}

.slicknav_recently_viewed
{
	padding: 2em;
}

.slicknav_recently_viewed_title
{
	text-align: center;
}

.slicknav_recently_viewed a
{
	font-size: .9em;
	padding-bottom: .5em !important;
}

.inner_slicknav_content
{
	display: grid;
    grid-template-columns: 8% 46% 46%;
	grid-gap: .5em;	
	padding-left: 1.5em;
	padding-right: 1.5em;	
}

.slick_search
{
	padding-top: 1em;
	padding-bottom: 1em;
	margin: auto;
	width: 90%;
	display: grid;
    grid-template-columns: 75% 25%;
	grid-gap: .5em;
	font-size: 1.5em;
}

.slick_search_box
{
	padding: .5em !important;
}

.slick_search_button
{
	padding: .5em !important;
	color: black;
}

.message_visibility_notice
{
	font-style: italic;
	color: gray;
	font-size: .8em;
}
.lower_logo
{
	z-index: 48;
    position: relative;
}
.red
{
	color: red;
}

#top_bar_alert_input
{
	width: 100%;
	text-align: center;
}

.top_bar_alert
{
    text-align: center;
    padding: 0;
    margin: 0;
    padding-top: .3em;
    padding-bottom: .3em;
    width: 100%;
    font-size: 0.95em;
    display: block;
    position: relative;
}

.hide_alert
{
	position: absolute;
	right: 10px;
	top: 7px;
	cursor: pointer;
}


#search_packets
{
	padding-bottom: 2em;
}
#search_packets input[type="text"]
{
	padding: .3em;
	padding-bottom: .4em;
	width: 300px;
}

.packet_submit_message
{
	background: forestgreen;
    color: white;
    padding: .5em;
    text-align: center;
    border-radius: 3px;
}

#vendor_packet_warning
{
    margin-bottom: 1em;
    background: white;
    padding: 1em;
	border: solid 1px #666;
	color: darkred;
	border-radius: 4px;
	width: 95%;
}

#submission_requirements_not_met
{
	border: solid 1px #666;
	background: white;
	border-radius: 15px;
	padding: 0 1em;
}
#swap_user
{
	position: absolute;
	top: 0;
	right: 0;
	background: red;
	color: white;
	padding: .2em;
	text-align: center;
	display: block;
	font-size: .7em;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	width: 100%;
	z-index: 99999;
}

#add_attachement
{
    display: inline-block;
    border: solid 1px #888888;
    vertical-align: center;
    text-align: center;
    padding: .5em;
    border-radius: 4px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.attachment_list_vert ul li
{
	list-style: none;
}

.attachment_list_vert ul 
{
	padding-left: 0px;
}

.attachment_list ul
{
	padding-left: 0px;
}

.download_attachments
{
    padding-top: 0.5em;
    display: block;
	color: #ce6c17 !important;
}

.attachment_list ul li
{
	list-style: none;
    display: inline-block;
    padding-right: 1em;
}

#attach_recipient
{
	background: #00529C;
	border: none !important;
	color: white !important;
	border-radius: 4px !important;
	font-weight: normal !important;
}
.mobile_title
{
	display: none;
}
#filter_list
{
	max-width: 100%;
}
.address_book_table
{
	width: 576px;
}
.dashboard_table {
}
.dashboard_table thead 
{
	border-left: solid 1px #707070;
	border-right: solid 1px #707070;
}
.dashboard_table thead tr th
{
	padding: .4em !important;
	font-size: 1em;
}

.dashboard_table tbody tr td
{
	padding: .4em .4em .4em .8em !important;
}
.dashboard_table .bulk_checkboxes {
	min-width: 2em;
	padding-left: .4em !important;
	text-align: center;	
}

.dashboard_table tbody tr.spacer
{
	display: none;
}
.responsive_table {
	border-collapse: separate;
}
.responsive_table thead tr th
{
	padding: .4em !important;
	font-size: 1.1em;
	border-right: 0 !important;
}
.responsive_table tbody tr td
{
	background: #ECEDEF;
	color: #707070;
	padding: .4em .4em .4em .4em !important;
	border: solid 1px #707070 !important;
	border-top: 0 !important;
	border-right: 0 !important;
}
.responsive_table .bulk_checkboxes {
	min-width: 2em;
	padding-left: .4em !important;
	text-align: center;	
}
.label_td
{
	width: 20% !important;
}
.actions_td
{
	text-align: center;
}
.actions_td a
{
	display: inline-block;
	padding: .5em;
}
.optional_piece_text
{
	font-weight: normal;
	font-size: .8em;
	padding-top: 2px;
}

.responsive_table tbody tr td.actions {
	text-align: center;
	width: 15%;
}
.responsive_table tbody tr td.actions a {
	display: inline-block;
	padding-left: .3em;
	padding-right: .3em;
}

.hello {
	display: block;
	text-align: right;
	margin-top: .5em;
}
body {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #656565;
}
.box-sizing {
	box-sizing: border-box;
}
.top_option p {
	color:	white;
}

a.text_link {
	color: #1c94c4;
}

a.text_link:hover {
	text-decoration: underline;
}
#top_nav_search:hover
{
	text-decoration: none;
	color: initial;
}
#top_nav_recently_viewed
{
	text-align: left;
}
.center_align
{
	text-align: center;
}
.right_align
{
	text-align: right;
}

#top_nav_recently_viewed li
{
	padding-bottom: .8em;
	padding-left: 1em;
	list-style: none;
	font-size: .8em;
}
#mini_filesystems_iframe
{
	background: none !important;
	border: solid 1px #707070;
	height: 0px;
	overflow: scroll;
	padding: 0;
	margin-bottom: 1em;
	width: 100%;
}

#filesystems_iframe
{
	background: none !important;
	border: none !important;
	height: 436px;
	padding: 0;
	width: 100%;
}
.cd-multi-steps.text-top li, .cd-multi-steps.text-bottom li
{
	width: 100px !important;
}	

#view_more_recently_viewed
{
	color: blue;
	padding: 1em;
	font-size: .8em;
	display: block;
}

#top_nav_search
{
	position: relative;
}

#recently_viewed_title
{
	padding: 1em;
	padding-bottom: 0;
	font-size: .8em;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
}
#quick_search_form
{
	display: none;
	position: absolute;
	top: -14px;
	right: -19px;
	width: 500px;
	box-sizing: border-box;
	padding: .8em;
	border: solid 1px silver;
	text-align: right;
	padding-right: 18px;
	padding-bottom: .2em;
	background: white;
	border-radius: 4px;
	z-index: 999;
}

#advanced_search_link
{
	font-size: .8em;
	cursor: pointer;
	margin-right: 66px;
	display: inline-block;
}


#quick_search_form input
{
	padding: .5em;
	float: left;
	width: 400px;
	margin-bottom: .2em;
}
#quick_search_form span
{
}

img {
	border: 0;
	padding: 0;
}

a, a:link, a:visited, a:hover, a:active {
	outline: 0;
}

a:hover {
	color: #FCB445;
}

h1, h2, h3, h4, h5 {
	line-height: 1.1em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.17em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: .83em;
}

hr {
	border: none;
	margin: .5em 0 1em 0;
	border-bottom: 1px solid #D4D4D4;
}
.pointer
{
	cursor: pointer;
}
#site_title_bar
{
	font-size: 2em;
	padding-left: 1.75em;
	background: #00529b;
	color: white;
	line-height: 2em;	
}
#top_nav_message_count
{
	background-color: red;
	color: white;
	border-radius: 15px;
	padding-left: .3em;
	padding-right: .3em;
	position: absolute;
}
#steps 
{
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}
#steps li
{
	display: inline-block;
	padding: .5em;
	margin-left: 0;
	font-size: .8em;
	width: 137px;
	text-align: center;
	background-color: white;
	border: solid 1px silver;
}
.current_step
{
	border-bottom: solid 1px #F26B55 !important;
	background: #FBE55D !important;
}
.step_field_group
{
	border: solid 1px silver;
	width: 100%;
	padding-left: 1em;
	padding-right: 1em;
	background-color: white;
	padding-bottom: 1em;
}

ul {
	padding: 0 0 0 1.66em;
	margin: 0;
	list-style-type: disc;
}

ul li {
	padding: 0;
	margin: 0;
	list-style-type: disc;
}

ol li {
	padding: 0;
	margin: 0;
}
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.fixed {
	position: fixed;
}

.hide, .hidden, .noshow, .no_show {
	display: none;
}

.relative {
	position: relative;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.no_margins {
	margin: 0;
}

.seven_hundred {
	font-weight: 700;
}

.span1 {
	width: 8.32%;
}

.span2 {
	width: 16.65%;
}

.span3 {
	width: 25%;
}

.span4 {
	width: 33.32%;
}

.span5 {
	width: 41.65%;
}

.span6 {
	width: 50%;
}

.span7 {
	width: 58.32%;
}

.span8 {
	width: 66.65%;
}

.span9 {
	width: 75%;
}

.span10 {
	width: 83.32%;
}

.span11 {
	width: 91.65%;
}

.span12 {
	width: 100%;
}

a .fa:hover {
	cursor: pointer
}

.slicknav_menu {
	display: none;
}
/*
input, select {
	border-radius: .5em;
	padding-left: .33em;
}
*/
.compact_btn {
	padding: 0 1em !important;
    line-height: 1.66em;
}

.green, .skip_to_finish
{
	color: forestgreen !important;
}
.orange
{
	color: orange;
}

textarea {
	min-width: 70%;
	min-height: 6em;
}

.save_field_icon {
	color: green !important;
	padding: 0 .25em 0 .5em;
}

.cancel_save_field_icon {
	color: red !important;
	padding: 0 .25em;
}

/* System Alerts */
#alert_dialog {
	min-height: 4em;
}

#alert_dialog h3 {
	font-weight: normal;
}

p.field_note {
    margin: 1em 0 0;
    font-size: .88em;
    width: 50%;
    line-height: 1.2;
}
.scroll_box {
	height: 400px;
	overflow-y: scroll;
}

/* Tables */
.responsive_table
{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
}
#scroller
{
	padding: .5em;
	box-sizing: border-box;
}

.innerTable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
}

.innerTable thead tr {
	font-weight: bold;
	line-height: 1.33em;
	font-size: 1.1em;
}

.innerTable thead tr th {
	padding: .25em .25em .25em .33em;
	background: #8ACAD9;
	color: #fff;
}

.innerTable tbody tr {
	line-height: 1.8em;
}

.innerTable tbody tr td {
	padding-left: .5em;
	padding-right: .2em;
	border: 1px solid #ddd;
	background-color: #fff;
}

#add_item_checkbox
{
	width: 25px;
	text-align: center;
}
#add_item_item_number
{
	width: 100px;
}
#add_item_title
{

}

.reconcilation_text
{
	font-size: .8em;
    font-style: italic;
    display: block;
    margin-left: 2em;
}
/*
table {
	width: 100%;
}

table thead tr {
	font-weight: 700;
	line-height: 1.33em;
	font-size: 1.1em;
}

table thead tr th {
	padding: .25em .25em .25em .33em;
	background: #e0e0e0;
	color: #5a5a5a;
}

table tbody tr {
	line-height: 1.8em;
}

table tbody tr td {
	padding-left: .5em;
	padding-right: .2em;
	border: 1px solid #ddd;
    background-color: #fff;
}
*/
.address_book_table thead tr th
{
	border: solid 1px silver;
	padding: .5em;

}

.address_book_table tbody tr td
{
	border-bottom: solid 1px silver;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	padding: .5em;
}

.delivery_table
{
	margin-bottom: .5em;
}

.delivery_table thead tr th
{
	border: solid 1px #888888;
	padding: .5em;
}

.delivery_table tbody tr td
{
	border: solid 1px #888888;
	padding: .5em;
}

table#calendar
{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
}

table#calendar tbody tr td {
	padding-left: .5em;
	padding-right: .2em;
	border: 1px solid #ddd;
    background-color: #fff;
}

#collapse, #expand
{
	font-size: .8em;
	text-transform: uppercase;
}
#note_form
{

    margin-bottom: .5em;
}
#outer_note_wrapper
{
    clear: both;
	padding-top: .5em;
	
}
.scrollable_notes
{
	height: 500px;
    padding: 1em;
    border-bottom: none;
    margin-bottom: 1em;
    overflow-y: scroll;
    border: solid 1px silver;
    border-radius: 6px;
}
.note_wrapper
{
    padding-bottom: 1em;
}

.note_divider
{
	position: relative;
	background: none;
	padding-bottom: 1em;
	padding-top: 1em;
}
.note_divider hr
{
	position: absolute;
	width: 100%;
	z-index: 9;
}
.note_divider_text
{
	padding-left: 2em;
	padding-right: 2em;
	margin: auto;
	width: 250px;
	background: white;
	z-index: 10;
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: .8em;
}
.note_user
{
    font-weight: bold;
}
.note_name_and_date
{
	display: inline-block;
	margin-top: 1em;
}
.note_date
{
    font-size: .8em;
	color: gray;
	font-weight: 100;
}
.note_body
{
	margin-top: 0.2em;
	margin-left: 4.6em;
}

.note_body p:first-of-type{
	margin-top: 0;
	padding-top: 0;
}
.note_initials
{
	border-radius: 40px;
	color:white;
	background:#3f8f97;
	padding: .5em;
	display: inline-block;
	margin-right: 1em;
	font-size: 1.5em;
	min-width: 56px;
	text-align: center;
}

.note_gravatar
{
	border-radius: 40px;
	color:white;
	padding: .5em;
	float: left;
	font-size: 1.5em;
	min-width: 56px;
	text-align: center;
}

#request_data tbody tr {
	border-top: 8px solid #EEE;
	border-bottom: 4px solid #EEE;
}

#request_data tbody tr.child_row {
	border: none;
}

#request_data .hide_rows {
	display: none;
}

/* Forms */
fieldset {
	margin-bottom: 1.5em;
}

fieldset legend {
	font-weight: 700;
	margin-bottom: .8em;
	font-size: 1.2em;
}

.form_field, .form_element {
	margin-bottom: 1em;
}

.read_only {
	opacity: .66;
}

.piece_element label{
	max-width:400px !important;
}

.need_by_date_disclaimer
{
	margin-top: 0;
	padding-top: 0;
	font-style: italic;
}

.field_wrapper {
	margin-bottom: 1em;
}

.field_wrapper label {
	min-width: 208px !important;
    display: inline-block;
}

.field_note {
	line-height: 1;
    margin: .5em 0 0;
    padding: 0;
    font-size: .88em;
    font-style: italic;

}
.field_wrapper select {
	max-width: 50%;
}

.long_text_field
{
	width: 75% !important;
}
.field_group
{
	padding-top: .1%;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 1%;	
	margin-bottom: 2em;
	box-sizing: border-box;
}

.template_specifications .field_wrapper {
	font-style: italic;
	border-bottom: 1px dotted silver;
	padding-top: .5em;
	line-height: 1;
	margin-bottom: 0;
}

.template_specifications .field_wrapper label {
	float: none;
	vertical-align: bottom;
	min-width: 150px;
}

.template_specifications .field_wrapper label:after {
	content: ":";
}

.template_specifications .form_field input, .template_specifications .form_field select, .template_specifications .field_wrapper input, .template_specifications .field_wrapper select {
	background: none;
	outline: none;
	border: none;
	padding: 0;
	margin: 0;
}

.mailing_list_wrapper
{
	background: #fbfbfb;
    width: 95%;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 1em;
    padding-top: .5em;
	color: white;
	margin-top: 1em;
}

.associated_items_table
{
	width: 100%;
	margin-bottom: 1em;
}
.associated_items_table thead,
.associated_items_table tbody,
.associated_items_table thead tr th,
.associated_items_table tbody tr td
{
	padding: .5em;
	border: solid 1px #707070;
	background: white;
	color: #707070;
}
.associated_items_table thead tr th {
	font-size: .8em;
}
#mini_mode_no_files
{
	font-size: 1em;
    display: block;
    color: #666666;
    width: 100%;
    text-align: center;
    height: 55px;
    padding: .5em;
}
.packet_coverletter_date
{
	font-weight: bold;
	font-size: .7em;
}
.mini_mode_table {
	border-collapse: separate;
}
.mini_mode_table thead 
{

}
.mini_mode_table thead tr th
{
	background: #fff;
	color: #707070;
	border-bottom: solid 1px #707070 !important;
	padding: .4em .4em .4em .8em !important;
	font-size: .8em;
}

.mini_mode_table tbody tr td
{
	background: #ECEDEF;
	color: #707070;
	padding: .4em 0 .4em .8em !important;
	border-bottom: solid 1px #707070 !important;
}



.ui-sortable-handle
{
	/*border-top: solid 1px #707070;*/
}
.ui-sortable-placeholder
{
	border: solid 1px #707070;
}

#mailing_list_files_warning
{
	padding: 1em;
    margin-bottom: 1em;
    line-height: 1.7em;
    background: #F26C57;
    color: white;
    border-radius: 10px;
    font-size: 1em;
}

.form_field textarea {
	border-radius: .5em;
	max-width: 70%;
}

.form_field div {
	min-width: 66%;
	display: inline-block;
}

.form_field .notes {
	display: block;
	margin-bottom: .66em;
}

.date_pickers input {
	max-width: 23.5%;
}

.form_label, .form_element label {
	min-width: 160px;
	display: inline-block;
}

/* Production Spec creation forms */
.form_loader {
	width:88%;
	margin-bottom: 1em;
	text-align: center;
	min-height: 6em;
	border-radius: .66em;
	opacity: .8;
	background: #e0e0e0;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 1px inset;
}
.form_loader:hover {
	cursor: pointer;
	background: #fff;
	box-shadow: rgba(0, 0, 0, .8) 0px 0px 2px inset;
	opacity: 1;
}
.form_loader p.field_name {
	padding-top: 1.66em;
	margin: 0;
	font-size: 1.3em;
}
.form_loader p.optional_tag {
	font-size: .8em;
	font-weight: 700;
	font-style: italic;
	padding: 0;
	margin: 0;
}
.required {
	font-weight: 700;
}
.disabled_optional_form {
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQ0lEQVQYV2Pcu3dvvbOzcyMDHgBSwwiSx6cYJgdWiEsxsgFwheiK0W1BUQhTDKLR3U2eQmTrcFqNzecYniEqeIgNcACHcEV3Ws/nJAAAAABJRU5ErkJggg==) repeat !important;
	opacity: .5 !important;
}
h2 select {
	font-size: .8em;
	margin-left: 1em;
}

/* Primary pieces & navigation */
#page_wrapper {
	padding-bottom: 3em;
}

#page_counter {
	text-align: center;
	min-height: 64px;
}

#page_counter table {
	width: 45%;
	margin: 0 auto;
	border-collapse: collapse;
}

#page_counter table td {
	text-align: center;
	background: transparent;
	border: none;
	padding: 0;
}

.pagination_text {
	padding: 0;
	margin: 0;
	color: #556774;
}

.prev_page, .next_page {
	border-radius: 50%;
	height: 64px;
	width: 64px;
	display: inline-block;
	position: relative;
}

.next_page:hover, .prev_page:hover {
	cursor: pointer;
}

.prev_page img, .next_page img {
    position: absolute;
    top: 20px;	
}

.prev_page img {
	transform: rotate(270deg);
	left: 11px;
}

.next_page img {
    transform: rotate(90deg);
    right: 11px;
}

#header {
	position: relative;
}

.logo {
	float: left;
	padding-top: 1em;
	padding-bottom: 1em;
	max-width: 45%;
}

.logo img {
	max-width: 100%;
	position: relative;
	z-index: 24;
}

#top_navigation {
	float: right;
	padding-top: 1.5%;
	max-width: 45%;
}

#top_navigation_content .top_level i {
	cursor: pointer;
}
#top_navigation_content .top_level i {
	font-size: 2.5em;
}
.slicknav_menu {
	display: none;
}


.slicknav_nav a
{
	font-size: 1.5em;
    line-height: 1.5em;
}

#top_navigation .top_level {
	display: inline-block;
	max-width: 67px;
	margin: .66em 2em 0 0;
}

#top_navigation .top_level:last-child {
	margin-right: 0; 
}

.slicknav_menu img {
	max-width: 70px;
}

.slicknav_menu nav a:after {
	position: relative;
	bottom: 28px;
	left: 1em;
}

.slicknav_menu nav a:hover {
	color: #fff;
	text-decoration: underline;
}

.slicknav_nav a:hover {
	background: none;
}

#top_navigation a:hover {
}

#top_navigation .top_level img {
	max-width: 100%;
}

#main_content {
	width: 100%;
	position: relative;
	color: #555;
	box-sizing: border-box;
	margin: auto;
	padding-bottom: 3em;
}

.hub_inner_content
{
	padding-top: 1.33em;
	display: block;
	width: 90%;
	margin: auto;
}

#item_counter {
	margin-top: 0;
}

#item_counter {
	color: #8ACAD9;
	margin-right: 1em;
	font-size: .88em;
}

h1.page_title {
	width: auto;
	min-width: 33%;
	display: inline-block;
}

.ui-selectmenu-text
{
	font-family: arial !important;
}


/* Footer */
#footer
{
	padding: .5em;
	font-size: .8em;
	text-align: center;
	margin-top: 2em;
	position: fixed;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
}

#footer a
{
	color: white;
	text-decoration: underline;
}
/* Dashboard Widgets */
.view_widgets {
	height: 225px !important;
}

.slick-prev, .slick-arrow, .slick-dots {
	display: none !important;
}

.widget_selected img {
	box-shadow: none;
}

.widget_selected img:hover {
	box-shadow: none;
}

.dashboardwidget #pagination {
    width: 48%;
    float: right;
    text-align: right;
    padding: .4em;
}

.second_option {
	font-size: 1.2rem;
}

.top_option:hover {
	cursor: pointer;
}

.parent_cat_link, .big_dash_button {
	float: left;
	display: block;
	width: 95%;
	max-width: 250px;
}

.top_option p {
	line-height: 1em;
}

.option {
	opacity: .9;
	position: relative;
	min-width: 120px;
	min-height: 120px;
	width: calc(12.5% - 1em);
	margin-right: 1em;
	margin-bottom: 1em;
	border-radius: 0.5em;
	background-size: 50% !important;
	float: left;
	box-shadow: 0px 0px 6px #fff;
}
.option_add_template {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(/assets/svg/desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.option:hover {
	opacity: 1;
	box-shadow: 0px 3px 6px #888;
	cursor: pointer;
}

.option_label {
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: .5em 5%;
	width: 100%;
	text-align: center;
	font-size: 1em;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em;
	color: #fff;
	background: rgba(0,0,0,0.55);
}

#new_project_form {
	min-height: 20em;
}

/* Category listing - Icons */
.category_wrapper {
	width: 15%;
	min-width: 100px;
	background: lightgreen;
	padding: 5%;
	margin: 2%;
	display: inline-block;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
}

/*Category List mode */
.list {
    font-size: 1.2rem;
    padding-top: .2em;
    padding-bottom: .2em;
    display: inline-block;
}
.list_mode_item {
	width: 33%;
	padding: .33em .66em;
	border-radius: .33em;
	border: 1px solid silver;
}

/* Item Creation */

#item_creation_area {
	min-height: 350px;
}


/*Item listing and search*/
#pagination
{
	margin: 0;
	padding: 0;
}
#pagination li
{
	list-style: none;
	display: inline-block;
	padding: .5% .8%;
	border-radius: 4px;
	background: #ffffff;
	min-width: 3.5em;
	text-align: center;
	margin-bottom: .3%;
}
#pagination li:hover
{
	cursor: pointer;
}
#pagination li.highlight
{
	background: #F9D45C;
}
.bad_query
{
	background:	#FFC633;
	padding: 1%;
	font-weight: 700;
	border-radius: 4px;
	font-size: 1.2em;
	width: 50%;
}	
#search_wrapper
{
	position: relative;
}
#simple_search_query
{
	width: 55%;
}
#advanced_search, #simple_search
{
	display: none;
}
#toggle_search_type
{
	display: block;
	font-weight: 700;
}


/* Address Book Dialog */
.address_wrapper {
	display: inline-block;
	vertical-align: top;
    width: 43%;
    min-width: 150px;
    background: white;
    padding: .33em 2%;
    line-height: 1.2em;
    border-radius: 8px;
    position: relative;
    margin-bottom: .66em;
    box-shadow: inset 0px 0px 1px #777;
    margin-left: 1%;
}
.address_wrapper:hover {
	background: #89CAD9;
	cursor: pointer;
}
.company_wrapper {
	padding-bottom: 2%;
	border-bottom: dashed 1px silver;
}
#address_book_dialog .company_wrapper:last-of-type {
	border-bottom: none;
}
.favorite_icon {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: .7em;
	color: silver !important;
}
.attention {
	font-weight: 700;
}
.attention .title {
	font-size: 90%;
}
.address_search {
	padding-top: 1em;
}
.search {
	margin-top: 0;
}
.favorite {
	color: orange !important;
	opacity: 1;
}
#add_new_address {
	padding: .5em 0 1em 0;
}
#save_new_address {
	font-size: .9em;
}
#save_new_address .field_wrapper {
	margin-bottom: .5em;
}
#save_options {
	margin-left: 1em;
}

/* Address book admin area */
.address_wrapper_short {
	width: 19.5%;
}
.address_wrapper_short:hover {
	background: white;
	cursor: default;
}
.attention .edit {
	position: absolute;
	top: .33em;
	right: .33em;	
}
.attention .delete_address {
	position: absolute;
	top: 1.5em;
	right: .4em;	
}
.delete_company {
	font-size: .9em;
}
p.request_data {
	padding: 0;
	margin: 0;
}

.production_spec_template
{
	color: #00529c;
}

.production_spec_category
{
	color: #666;	
}

.red_button, .red_button a
{
	background: red !important;
	color: white !important;
	border: solid 1px darkred !important;
}

/********** MEDIA QUERIES **********/

/* Standard Media Queries */
@media screen and (max-width: 1439px) {

	.icon_wrapper {
		width: 48%;
	}	

	.setting p {
		width: calc(100% - 78px);
	}	

	#cart .span6, #cart .span5 {
		width: 100%;
	}
/*
	.form_field input, .form_field select, .field_wrapper input, .field_wrapper select {
	    max-width: 60%;
	}
*/
	.field_wrapper label {
		display: block;
		padding-bottom: .33em;
	}
	.field_group
	{
		width: 100%;
		padding: 1em;
	}
	.checkbox_container
	{
		width: 100% !important;
		float: none !important;
		padding: 1em;
	}
	.checkbox_container .checkbox_wrapper
	{
		margin-bottom: .5em;
	}
	.checkbox_container h4
	{
		margin: 0;
		padding: 0;
		padding-bottom: 1em;
	}
	#page_counter .prev_page {
		right: 1em;
	}
	#page_counter .next_page {
		left: 1em;
	}

}

@media screen and (max-width: 1279px) {
	.setting_title {
		font-size: 125%;
		padding-top: 0;
	}
	.setting p {
		font-size: 95%;
		width: calc(100% - 90px);
	}
	.setting img {
		max-width: 56px
	}
	.item_data, .item_accordian {
		width: 50%;
	}
	#page_counter table {
		width: auto;
	}	

	.campaign_buttons a
	{
		width: 100%;
		display: block;
		margin-bottom: 1em;
	}
}

@media screen and (max-width: 1023px) {

	#open_items_text
	{
		display: none;
	}

	.template_specifications {
		width: calc(100% - 2.5em);
		padding: 1em;
		background: #FFE1B3;
		border: 1px solid #cd8301;
		border-radius: .5em;
	}
	#item_creation_area .form_loader {
		min-height: 0;
	}
	#item_creation_area .form_loader p:first-child {
		padding: 1em 0;
		min-height: 2.5em;
	}
	#item_creation_area	p.optional_tag {
		margin: 0;
		padding: 0;
		line-height: 0;
		position: relative;
		top: -.7em;
	}
	.icon_wrapper {
		width: 98%;
	}

	#main_content .span5, #main_content .span7, #main_content .span4 {
		width: 100%;
		padding-bottom: 2em;
	}
	#header .logo {
		max-width: 22%;
	}
	#top_navigation {
		margin-right: 0;
		max-width: 60%;
	}
	#top_navigation_content .top_level i {
		font-size: 2em;
	}
	#main_content .span1 {
		display: none;
	}
	.item_data, .item_accordian, #campaign_item_wrapper, .campaign_accordian {
		width: 100%;
	}
	.item_accordian {
		border-top: 2px solid #ccc;
		padding-top: 1em;
		padding-bottom: 3em;
	}
	.item_accordian .right {
		width: 100%;
		box-sizing: border-box;
	}
	.option {
		min-width: 116px;
		min-height: 116px;
		max-width: 130px;
		width: 23%;
		margin-right: 1.5%;
		margin-bottom: 1.5em;
		background-size: 55% !important;
	}
	.top_option {
		padding: .5em .5rem; 
	}
	#search_results_wrapper {
		width: 100%;
		margin-top: 2em;
	}
	.instructions, #design_wrapper {
		width: 97%;
	}
	.message_wrapper {
		width: 90%;
		position: fixed;
		box-shadow: 0px 8px 8px rgba(0,0,0,0.5);
		min-height: 20em;
		top: 1em;
		left: 2%;
	}
	#active_message_list {
		width: 100%;
	}

}

@media screen and (max-width: 767px) {

	#slider_wrapper
	{
		width: 100% !important;
	}
	#advanced_search div input, #advanced_search div select, #advanced_search .select2
	{
		width: 100% !important;
	}
	.hub_inner_content {
		padding-top: 0;
	}
	#dashboard_header {
		margin-top: 0 !important;
	}
	#dashboard_widgets {
		padding: 0;
		position: relative;
	}
	.grid-stack {
		margin-top: 0 !important; 
	}
	h1.page_title {
		text-align: center !important;
		width: 100%;
		padding-top: .5em !important;
		border-radius: 0 !important;
		margin-top: 0 !important;
		font-size: 1.5em !important;
		box-sizing: border-box;
	}
	#dashboard_header h1.page_title
	{
		margin-bottom: 0 !important;
	}
	#main_content {
		padding-top: 0;
	}

	.round_button {
		opacity: 1;
		font-size: .8em;
		border: none;
		background: none;
		color: white;
	}
	#header	{
		height: auto;
		padding: 0 !important;
	}
	
	#form_pieces {
		width: 100%;
	}
	#form_pieces .form_loader {
		display: inline-block;
		width: 22%;
		padding-right: 2%
	}
	#item_creation_area .form_loader p:first-child {
		min-height: 2em
	}

	#item_creation_area {
		padding-bottom: 1.5em;
	}

	#top_navigation	{
		float: right;
		text-align: right;
		padding-top: 1em;
	}
	.logo {
		max-width: 30%;
	}
	#top_navigation .top_level {
		margin: 0em 0em 1em .5em;
		padding: .8em;
		font-size: .75rem;
    }	
	#main_content .span6, #main_content .span7 {
		width: 100%;
	}
	.form_label, .field_wrapper label {
		padding-bottom: .5em;
		min-width: 90%;
		bottom: 0 !important;
	}
	.add_address {
		text-align: right;
	}
	.add_address label {
		display: none;
	}
	#search_results_wrapper {
		margin-top: 2em;
	}
	.top_option, .second_option {
		max-width: 160px;
	}
	.item_accordian, .campaign_accordian {
		padding-top: 1em;
	}
	#edit_item .field_wrapper span {
		width: 99%;
	}		
}

@media screen and (max-width: 839px) {

	.description_td
	{
		background-color: #fff !important;
		font-weight: bold;
	}

	.responsive_table thead tr th:not(:first-child):not(:last-child), .responsive_table tbody tr td:not(:first-child):not(:last-child)
	{
		display: none;
	}
	.responsive_table_with_checkbox thead tr th:nth-child(2), .responsive_table_with_checkbox tbody tr td:nth-child(2)
	{
		display: table-cell !important;
	}
	.responsive_table_with_checkbox tr th:first-child, .responsive_table_with_checkbox tr td:first-child {
		width: 100px;
	}

	.responsive_table thead tr th.title_column
	{
		display: table-cell !important;
	}
	.responsive_table tbody tr td.title_column
	{
		display: table-cell !important;
	}

	td.dynamic_date_column
	{
		width: auto !important;
	}

	.search_table
	{
		border-right: solid 1px;
	}

	.search_table thead tr th:not(:first-child)
	{
		display: none;
	}

	.search_table tbody tr td:not(:first-child)
	{
		display: none;
	}

	.actions a 
	{
		display: block;
		padding: 1em;
	}
	.responsive_table tbody tr td:last-child
	{
		width: 25%;
		text-align: center;
	}
	#header
	{
		padding-left: 0;
		padding-right: 0;
	}
	.logo
	{
		padding-left: 2em;
	}
	#top_navigation {
		float: none;
	}
	#form_pieces .form_loader {
		width: 31%;
		padding-right: 1%
	}
	.mobile_title {
		font-weight: bold;
		font-size: 1em;
		display: block;
		line-height: 1.4em;
	}
	.mobile_value{
		display: block;
		font-size: 1em;
		line-height: 1.4em;
		min-height: 1em;
	}
	.dashboard_table .bulk_checkboxes {
		display: none;
	}
	.dashboard_table thead tr th,
	.dashboard_table table tfoot tr th	{
		background-color: #e6EEEE;
		border: 1px solid #FFF;
		font-size: 1em !important;
		padding: .33em;
		max-width: 35px;
		word-wrap: break-word;
	}
	.dashboard_table,
	.dashboard_table thead,
	.dashboard_table tbody,
	.dashboard_table th,
	.dashboard_table td,
	.dashboard_table tr { 
		display: block; 
	}
	.dashboard_table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.dashboard_table tbody tr td { 
		/* Behave  like a "row" */

		border-right: solid 1px #707070 !important;
		position: relative;
		padding-left: 2% !important; 
		text-align: left !important;
		/* Used for table cell with no data */
		min-height: 1em;
		word-break: break-all;
	}

	.dashboard_table td.actions {
		padding-top: .5em;
	}
	.dashboard_table tbody td.actions a {
		display: block;
		border: 1px solid silver;
		background: #fff;
		padding: .5em 0;
		margin-bottom: .5em;
		border-radius: .33em;
		text-align: center;
		color: #333;
	}
	.dashboard_table tbody td.actions a:hover {
		background: #efefef;
		color: #FCB445;
	}

	.dashboard_table tbody tr td.description_td
	{
		border-top: solid 1px #707070 !important;
	}
	.dashboard_table tbody tr.spacer
	{
		display: block;
	}
	.dashboard_table tbody tr.spacer td 
	{
		min-height: 10px !important;
		line-height: 1em;
		background: #ecedef !important;
		border: solid 1px #ecedef !important;
		height: 10px;
		padding: 0 !important;
	}

	#open_items
	{
		display: none;
	}

	#search_wrapper h2 {
		width: 100%;
	}
	#toggle_search_type {
		float: left;
		padding-bottom: 1em;
	}
	#left_side, #right_side {
		width: 100%;
	}
	#top_navigation {
		display: none;
		padding: 0;
		margin: 0;
	}
	#top_navigation .top_level {
		width: 0;
		height: 0;
		padding: 0;
		margin: 0;
	}
	#top_nav_search {
		visibility: visible;
		width: auto !important;
		height: auto !important;
		position: absolute;
		right: 12px;
		top: 45px;
	}
	#alert_wrapper
	{
		margin-top: 0;
	}

	#slicknav_logo
	{
		padding: .5em;
	    position: sticky;
	    top: 0px;
	    left: 3px;
	    z-index: 100;
	    display: block;
	    height: 42px;
	}

	.logo
	{
		display: none;
	}
	#screens
	{
		display: none;
	}
	
	#main_content
	{
		margin-top: 0 !important;
	}

	#edit_item .field_wrapper > span:first-of-type, .liteview_edit .field_wrapper > span:first-of-type {
		width: 100% !important;
	}

	#edit_item .field_wrapper label, .liteview_edit .field_wrapper label 
	{
		width: 100% !important;
		display: block;
	}


	.slicknav_menu {
		display: block;
		position: fixed;
		top: 0;
		z-index: 49;
		width: 100%;
		color: #555;
		background: #ffffff;
		padding: 0;
	}
	a.slicknav_btn {
		background-color: #fff !important;
	}
	.slicknav_nav {
		padding-bottom: 1em;
		border-bottom: 1px solid #556774;
	}
	.slicknav_menu a {
		color: #555;
	}
	.slicknav_menu .slicknav_icon-bar {
		background-color: #00529C !important;
		box-shadow: none;
	    -webkit-box-shadow: none;
	    height: 3px;
	    width: 1.6em;
	}
	.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
		margin-top: 4px;
	}
	#item_counter {
		width: 100%;
		float: left;
	}
	.option {
		min-width: 105px;
		min-height: 120px;
		width: 30%;
		margin-right: 1.5%;
		margin-bottom: .66em;
	}
	.top_option, .second_option {
		max-width: 300px;
	}


@media screen and (max-width: 501px) {
	.note_initials
	{
		display: none;
	}
	.note_body
	{
		margin: 0;
	}
	.note_wrapper {
		padding-bottom: 1em;
		border-bottom: solid 1px silver;
		margin-bottom: 1em;
		padding: .5em;
	}
	.scrollable_notes
	{
		padding: 0;	
	}
	.note_date
	{
		display: block;
		margin-bottom: .5em;
	}

	#footer
	{
		position: initial;
	}

	#top_nav_search
	{
		display: none !important;
	}

	.top_right_buttons
	{
		float: none;
	}

	.button
	{
		width: 100%;
		margin-bottom: 1em;
	}
	
	h1.page_title
	{
		position: static;
	}
	#form_pieces .form_loader {
		width: 99%;
	}
	#item_creation_area .form_loader p:first-child {
		min-height: 1em
	}
	#item_creation_area .span7 {
		padding-top: 1em;
	}
	#item_creation_area .span7 .form_fields h2 select {
		display: block;
		margin-top: .66em;
		margin-left: 0;
	}
	#item_creation_area .span9 {
		width: 96%;
	}
	#top_navigation .top_level {
		width: 10%;
	}
	#top_nav_search {
		top: 3.66em;
	}	

	#main_content {
		width: 100%;
		padding-top: 0;

		box-sizing: border-box;
	}	
	.setting_title {
		padding: 0 0 0 8px;
		width: calc(100% - 64px);
	}

	.option {
		min-width: 80px;
		margin-right: 2%;
		width: 48%;
	}

	.option_label {
		font-size: 88%;
		word-break: break-word;
		width: 90%;
	}
	.full_width_input,
	.form_field input[type='text'],
	.form_field input[type='number'], 
	.form_field input[type='email'], 
	.form_field input[type='date'], 
	.form_field input[type='password'], 
	.form_field select, 
	.field_wrapper input[type='text'],
	.field_wrapper input[type='number'], 
	.field_wrapper input[type='email'], 
	.field_wrapper input[type='date'], 
	.field_wrapper input[type='password'], 
	.field_wrapper select 
	{
		width: 100% !important;
		box-sizing: border-box;
		max-width: 100% !important;
		margin-bottom: 1em;
	}

	.field_wrapper{
		position: relative;

	}

	#schedule_board_outer_wrapper 
	{
		zoom: .5;
	}

	.field_wrapper a.icon
	{
		position: absolute;
		right: 5px;
		top: 35px;
	}

	span#price
	{
		display: block;
	}
	#filter_list
	{
		width: 67%;
	}
	.form_field .notes {
		bottom: 0;
	}

	/*Make tabs look accordion-ish*/
	.ui-tabs .ui-tabs-nav li {
		width: 100%;
		border-radius: 4px;
		border-bottom-width: 1px;
	}
	.footer_logo {
		max-width: 100%;
		width: 100%;
		text-align: center;
	}
	#footer h3 {
		max-width: 100%;
		width: 100%;
		text-align: center;
		font-size: .8em;
		line-height: 1.2em;
		border-top: dashed 1px #efefef;
		padding-top: .4em;
	}
	.top_option, .second_option {
		max-width: 250px;
	}	

	/* Messages - mobile view */
	.inbox {
		width: 100%;
	}
	.inbox_folders {
		width: auto;
		min-width: 50%;
	}
	.inbox_folders h5 {
		margin: .33em 0;
	}
	.actions_column {
		min-width: 1.5em;
	}
	#message_list {
		clear: both;
		margin-top: .5em;
	}
	#message_list .sent_from_column, #message_list td.sent_from {
		display: none;
	}
	#message_list .from_column, #message_list .to_column {
		width: 20%;
	}
	#message_list .subject_column {
		width: 60%;
	}
	#message_list .date_column {
		width: 15%;
	}	
	#message_list tr {
		line-height: 1.2em;
	}
	#message_list thead tr {
		line-height: 1.1;
	}
	#message_list thead tr th {
		padding: .2em 0 .2em .5em;
	}
	.inbox table tbody {
		font-size: .8em;
	}
	#message_list .no_borders a {
		display: block;
		padding: .25em;
	}
	.inbox .paging-nav {
		text-align: center;
	}
	.inbox .paging-nav a {
		padding: .12em .45em;
		font-size: .9em;
		margin-right: .25em;
	}
	.before_folders {
		display: none;
	}
}
