/*
 Theme Name:	Salient Child Theme
 Template:		enfold
 Version:		1.0.1
 Text Domain:	enfold-child
*/

/**************************************************************
	HEADER
***************************************************************/

/*	header background
*************************************/

/*#header,
.header_color .header_bg {
	background: transparent !important;
}*/

#header {
	border-bottom: 1px solid #CCC;
}

/*	top bar
*************************************/

#header_meta .container {
	/*min-height: 40px;*/
}

/*	page title in header
*************************************/

.main-title.entry-title,
.main-title.entry-title > a {
	color: #FFF !important;
	font-weight: bold !important;
	font-size: 20px;
	text-transform: inherit !important;
}

/* the whole bar */

.title_container {
	background: #163a75;
	color: #FFF;
}

.title_container + .container_wrap {
	border: none;
}

/*	breadcrumbs
*************************************/

/* general */

.alternate_color .breadcrumb,
.alternate_color .breadcrumb a {
	color: #FFF;
	text-decoration: none !important;
}

/* remove "home" */

.breadcrumb-trail > span:first-child + a,
.breadcrumb-trail > span:nth-child(3) {
	display: none !important;
}

/* remove "you are here" */

span.trail-before {
	display: none !important;
}

/* remove the duplicate "blog" breadcrumb */

.single-post .breadcrumb-trail > span:nth-child(6),
.single-post .breadcrumb-trail > span:nth-child(7) {
	display: none !important;
}

/*	social media icons
*************************************/

/* remove the divider between icons - top bar */
#top .social_bookmarks li,
.responsive #top #header_meta .social_bookmarks li {
	border: none !important;
}

@media only screen and (max-width: 767px) {
	
	.responsive #top #header_meta .social_bookmarks li {
		border: none !important;
	}
	
}

/* remove the divider between icons - main header area */
.avia-menu.av_menu_icon_beside {
	padding-right: 0;
	border: none;
}

.export-buttons{
	display:none;
}

/* facebook icon - make coloured by default */

/*#top #wrap_all .av-social-link-facebook a {
	color: #FFF;
	background-color: #37589B;
	text-decoration: none !important;
}*/

/**************************************************************
	PRIMARY NAVIGATION
***************************************************************/

/*	top level links
*************************************/

/* hide "Home" for all but mobile */

.mobile-only {
	display: none;
}

@media only screen and (max-width: 989px) {
	
	.mobile-only {
		display: block;
	}
	
}

/* links */

#top .av-main-nav > li > a {
	font-size: 18px !important;
	color: #000;
	/*font-weight: 400 !important;*/
}

#top .av-main-nav > li:hover > a {
	/*border-bottom: 5px solid rgb(231, 83, 42);*/
}

/* when using a background colour for links, reset the padding of the last one */

.html_main_nav_header #top .main_menu .menu > li:last-child > a {
	/*padding: 0 13px;*/
}

/* show that there are subpages */
/* see http://brajeshwar.github.io/entities */

@media only screen and (min-width: 990px) {
	
	.main_menu li > a:after {
		/*content: '\00a0\00a0\25bc';*/ /* space, space, filled arrow */
		content: '\00a0\e877'; /* space, down arrow */
		font-family: 'entypo-fontello';
		font-size: 20px;
		color: #163A75;
		position: relative;
		top: 2px;
	}
	
	.main_menu li#menu-item-search > a:after,
	.main_menu li > a:only-child:after {
		content: '';
	}
	
}

/*	submenus
*************************************/

#top .av-main-nav ul {
	width: 240px;
}

#top .av-main-nav ul a {
	font-size: 14px;
}

#top #header.av_minimal_header .main_menu ul:first-child > li > ul,
#top #header.av_minimal_header .main_menu .avia_mega_div > .sub-menu {
	border: 1px solid #CCC;
}

	#top #header.av_minimal_header .main_menu ul:first-child > li > ul li a,
	#top #header.av_minimal_header .main_menu .avia_mega_div > .sub-menu li a {
		color: #000;
		font-size: 15px;
	}

/**************************************************************
	SECONDARY NAVIGATION
***************************************************************/

/*	top level links
*************************************/

.sub_menu {
	/*line-height: 40px;
	padding-top: 10px;*/
}

.sub_menu li {
	border: none;
}

.sub_menu > ul > li > a,
.sub_menu > div > ul > li > a {
	/*font-weight: normal;
	padding: 7px 0px;
	color: #FFF !important;
	text-transform: uppercase;*/
}

/* hover */

#top .header_color .sub_menu > ul > li > a:hover {
	color: #000;
}

/*	additional information
*************************************/

.phone-info {
	font-weight: bold;
	/*font-size: 12px;*/
}
	
	.phone-info span {
		/*line-height: 40px;*/
	}

/**************************************************************
	PAGE HEADINGS
***************************************************************/

/*	general
*************************************/

.main_color h2,
.alternate_color h2 {
	font-size: 35px;
	font-weight: bold;
	text-transform: inherit !important;
}

.main_color h3,
.main_color h3.av-special-heading-tag,
.main_color h3.widgettitle {
	color: #000;
}

.alternate_color h3,
.alternate_color h3.av-special-heading-tag,
.alternate_color h3.widgettitle {
	color: #444;
}

/*	special headings
*************************************/

#top .av-special-heading h2.av-special-heading-tag {
	font-weight: bold;
	float: none; /* only use when hiding the border, as per below */
}

	#top .av-special-heading.av-special-heading-h2 .av-special-heading-tag + .special-heading-border {
		display: none;
	}

.modern-quote h3.av-special-heading-tag {
	font-weight: 700;
}

/* reset ampersand on special headings */

.special_amp {
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}

/*	reset headings
*************************************/

.template-page .entry-content-wrapper h1,
.template-page .entry-content-wrapper h2 {
	letter-spacing: inherit !important;
}

/**************************************************************
	FOOTER
***************************************************************/

/*	general
*************************************/

#footer {
	font-size: 14px;
}

#footer.container_wrap {
	border: none;
}

footer.container_wrap {
	font-size: inherit;
}

#footer h3.widgettitle {
	color: #FFF;
	/*border-bottom: 3px solid #7FBAED;
	padding-bottom: 10px;*/
}

/*	hyperlinks
*************************************/

#footer a,
#socket a {
	text-decoration: none !important;
}

#footer a {
	/*border-bottom: 1px dotted #666;*/
	text-decoration: underline !important;
	font-weight: bold;
}

#footer a:hover {
	/*border-bottom: 1px dotted #FFF;*/
	text-decoration: none !important;
	color: #FFF;
}

#socket a:hover {
	text-decoration: underline !important;
}

#socket .social_bookmarks a:hover {
	text-decoration: none !important;
}

/*	placeholder text
*************************************/

#footer ::-webkit-input-placeholder {
	color: #63bdf4;
}

#footer :-moz-placeholder { /* Firefox 18- */
	color: #63bdf4;
}

#footer ::-moz-placeholder { /* Firefox 19+ */
	color: #63bdf4;
}

#footer :-ms-input-placeholder {
	color: #63bdf4;
}

/*	socket
*************************************/

#socket {
	font-size: 13px;
}

@media only screen and (max-width: 479px) {
	
	.responsive #socket .sub_menu_socket ul {
		margin: 0;
	}
	
		.responsive #socket .sub_menu_socket ul li {
			padding: 10px 10px 10px 0;
			border: none;
		}
	
}

@media only screen and (max-width: 767px) {
	
	#footer .widget,
	.responsive #top #wrap_all .flex_column {
		margin: 15px 0 0 0;
	}
	
	#socket {
		text-align: center;
	}
	
	#socket .copyright {
		float: none;
	}
	
	.responsive #socket .sub_menu_socket {
		display: block;
		margin: 0;
		float: none;
	}
	
		.responsive #socket .sub_menu_socket ul li {
			float: none;
			display: inline-block;
		}
	
}

/**************************************************************
	BUTTONS
***************************************************************/

/*	general
*************************************/

/* reset button height in Firefox */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* general buttons */

#top input[type="submit"] {
	font: inherit;
	/*color: #FFF !important;*/
}

#top .avia-button {
	/*text-transform: uppercase !important;*/
}

#top .avia-button,
#top .main_color .avia-button.avia-color-theme-color {
	border: none;
	outline: none;
	font-family: inherit;
	font-size: inherit;
	font-size: inherit;
}

#top .avia-button.avia-size-large {
	font-size: 18px;
}

#top .avia-button.avia-size-x-large {
	font-size: 22px;
}

#top .avia-button,
#top .main_color .avia-color-theme-color,
#top .alternate_color .avia-color-theme-color {
	text-decoration: none;
}

#top .avia-button.avia-color-silver:hover {
	/*background: #EFEFEF;*/
	color: #FFF !important;
}

/* form buttons */

.avia_ajax_form .button {
	font-weight: inherit;
	font-size: 18px !important;
	letter-spacing: normal;
	min-width: 0;
}

#top .gform_wrapper .gform_button, /* gravity forms */
#top .woocommerce-page .button /* woocommerce */ {
	border-radius: 3px;
	padding: 12px 16px 10px !important;
}

/* hovering (all buttons) */

#top .avia-button:hover,
#top .avia-button:focus,
.avia_ajax_form .button:hover,
.avia_ajax_form .button:focus,
.gform_wrapper .gform_button:hover,
.gform_wrapper .gform_button:focus,
#top .woocommerce-page .button:hover,
#top .woocommerce-page .button:focus,
#top .main_color .button:hover,
#top .main_color .button:focus,
#top .slide-entry-excerpt .more-link:hover,
#top .slide-entry-excerpt .more-link:focus {
	opacity: 1 !important;
	background: #333 !important;
	transition: all 0.3s ease-out 0s;
	text-decoration: none;
	color: #FFF !important;
}

/* footer buttons */

/*.footer_color input[type="submit"],
.footer_color .button {
	font-family: inherit;
	font-size: inherit;
	color: #fff !important;
	background-color: transparent !important;
	border: 3px solid #837856 !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 10px;
	display: inline-block !important;
	text-decoration: none;
}

.footer_color input[type="submit"]:hover,
.footer_color .button:hover {
	background-color: #837856 !important;
	text-decoration: none;
}*/

/**************************************************************
	FORMS
***************************************************************/

/* placeholder text */

::-webkit-input-placeholder {
	color: rgb(153, 153, 153);
}

::-moz-placeholder { /* Firefox 18- */
	color: rgb(153, 153, 153);
}

::-moz-placeholder { /* Firefox 19+ */
	color: rgb(153, 153, 153);
}

::-ms-input-placeholder {
	color: rgb(153, 153, 153);
}

/* hide title on contact form when displayed on Contact Us page */

.no-title .gform_widget > .widgettitle {
	display: none;
}

/* form labels */

#top label {
	font-weight: normal;
	font-size: inherit;
}

#top legend {
	font-weight: bold;
	margin: 0 0 10px 0;
}

/* form inputs reset */

#top .input-text,
#top input[type="text"],
#top input[type="input"],
#top input[type="password"],
#top input[type="email"],
#top input[type="number"],
#top input[type="url"],
#top input[type="tel"],
#top input[type="search"],
#top textarea,
#top select {
	font: inherit;
	color: #000 !important;
}


#top .main_color .input-text,
#top .main_color input[type="text"],
#top .main_color input[type="input"],
#top .main_color input[type="password"],
#top .main_color input[type="email"],
#top .main_color input[type="number"],
#top .main_color input[type="url"],
#top .main_color input[type="tel"],
#top .main_color input[type="search"],
#top .main_color textarea,
#top .main_color select {
	background: #FFF;
}

#top div .av-light-form input[type="text"] {
	color: #FFF !important;
}

/*	Gravity Forms
*************************************/

.gform_wrapper {
	max-width: 100% !important;
}

.gform_wrapper .gform_heading {
	margin-bottom: 0.85em !important;
}

#top .gform_wrapper ul li.gfield {
	margin-bottom: 0 !important;
}

#top .gform_wrapper textarea {
	margin-bottom: 0;
}

#top .gform_wrapper div.validation_error {
	background: #FFF;
	padding: 1em 15px;
}

/* inline labels (use "no-labels" for the form class) */

.no-labels_wrapper .gfield_label {
	display: none !important;
	float: none !important;
}

.no-labels_wrapper label.gfield_label + div.ginput_container {
	padding: 0;
	margin: 0;
}

/* newsletter signup form (use "newsletter-wide" for the form class) */

#top .newsletter-wide {
	max-width: none;
	margin: 0;
	padding: 0;
}

#top .newsletter-wide .gform_body {
	float: left;
	width: 74%;
	margin-right: 1%;
}

#top .newsletter-wide .gfield_label {
	display: none;
	float: none;
}

#top .newsletter-wide label.gfield_label + div.ginput_container {
	padding: 0;
	margin: 0;
}

#top .newsletter-wide ul li.gfield {
	float: left;
	padding: 0;
	width: 32.333%;
	margin: 0 1% 0 0;
	clear: none;
}

#top .newsletter-wide ul li.gfield:nth-child(3n+0) {
	margin: 0;
}

#top .newsletter-wide ul li.gfield input {
	border-radius: 3px;
	padding: 15px 10px;
	color: #000;
	font-size: 16px;
	background: rgba(0, 0, 0, 0.1);
}

#top .newsletter-wide ul li.gfield input::-webkit-input-placeholder {
	color: #555;
}

#top .newsletter-wide ul li.gfield input:-moz-placeholder { /* Firefox 18- */
	color: #555;
}

#top .newsletter-wide ul li.gfield input::-moz-placeholder { /* Firefox 19+ */
	color: #555;
}

#top .newsletter-wide ul li.gfield input:-ms-input-placeholder {
	color: #555;
}

#top .newsletter-wide .gform_footer.left_label { /* must set labels to left-align in form settings */
	padding: 0;
	margin: 0;
	float: left;
	width: 25%;
	clear: none;
}

#top .newsletter-wide input[type="submit"] {
	/*background: #FFF !important;
	color: #000 !important;*/
	font-size: 18px;
	border-radius: 3px;
	padding: 15px 10px !important;
	/*border: 2px solid #FFF;*/
	width: 100%;
}

#top .newsletter-wide input[type="submit"]:hover {
	/*background: #000 !important;
	color: #FFF !important;*/
}

@media only screen and (max-width: 767px) {
	
	#top .newsletter-wide .gform_body {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	
	#top .newsletter-wide ul li.gfield {
		float: none;
		width: 100%;
		margin: 0 0 15px 0;
		clear: both;
	}
	
	#top .newsletter-wide .gform_footer.left_label {
		float: none;
		width: 100%;
		clear: both;
		padding-top: 10px;
	}
	
}

/* relevanssi search forms */

.rlv-search {
	/* nothin' */
}

/**************************************************************
	BLOG
***************************************************************/

/* don't show the separator (unless we're showing the author etc) */

.text-sep {
	display: none !important;
}

/* individual blog articles */

#top .fullsize .template-blog .post .entry-content-wrapper,
#top .fullsize .template-blog .post .entry-content-wrapper > * {
	max-width: none;
	font-size: inherit;
}

#top .fullsize .template-blog .post-title,
#top .fullsize .template-blog .post-meta-infos {
	text-align: left;
	max-width: none;
}

#top .fullsize .template-blog .post-title {
	padding: 0 0 5px 0;
}

#top .fullsize .template-blog .read-more-link {
	padding-bottom: 30px;
}

#top .fullsize .template-blog .post_delimiter {
	width: 4000px;
	display: none;
}

#top article.post-entry.post {
	float: none;
	/*padding-top: 10px;
	border-top: 1px solid #CCC;
	margin-top: 20px;*/
}

/* recent blog articles list (when displayed as posts) */

.slide-entry-excerpt .more-link {
	border-radius: 3px;
	padding: 5px 10px;
	margin-top: 10px;
	display: inline-block;
	border: none;
	text-decoration: none !important;
}

.main_color .slide-entry-excerpt .more-link {
	background: #EFEFEF !important;
	color: #999 !important;
}

.alternate_color .slide-entry-excerpt .more-link {
	background: #FFF !important;
	color: #444 !important;
}

#top .avia-content-slider .slide-image {
	/*background: url('images/post-placeholder.jpg') 50% 50% no-repeat !important;
	background-size: cover !important;*/
	background: transparent !important;
	-webkit-box-shadow: inset 0 0 40px 5px rgba(0,0,0,0.05);
	box-shadow: inset 0 0 40px 5px rgba(0,0,0,0.05);
}

	#top .avia-content-slider .slide-image img {
		background-color: #FFF !important;
	}

#top .main_color .fallback-post-type-icon {
	display: none !important;
	visibility: hidden !important;
}

.news-thumb {
	background: #FFF !important;
	box-shadow: inset 0 0 15px 0 rgba(0,0,0,0.05);
}

/* recent blog articles list in the sidebar (possibly elsewhere?) */

.recentcomments,
.widget_recent_entries li {
	font-size: inherit;
	line-height: 1.65em;
	padding: 0;
}

#footer .widget_recent_entries li {
	border: none;
}

.widget_recent_entries li:first-child {
	margin-top: 7px;
	border: none;
	padding-top: 0;
}

	.recentcomments a,
	.widget_recent_entries li a {
		font-size: inherit;
		font-style: inherit;
		font-family: inherit;
		display: block;
	}
	
	.sidebar .widget_recent_entries li a {
		color: inherit !important;
	}
	
	.recentcomments .post-date,
	.widget_recent_entries li .post-date {
		display: block;
		font-style: italic;
		font-size: 90%;
		color: #CCC;
		margin: 5px 0 0 0;
	}

/**************************************************************
	WOOCOMMERCE
***************************************************************/

/*	general
*************************************/

.inner_product {
	border-radius: 0;
}

/* checkout page */

#top table.shop_table .actions .button { /* Update Cart */
	width: auto;
	min-width: none;
}

td.actions .coupon {
	width: auto;
}

/*	login/register page
*************************************/

.main_color #customer_login .col-1,
.main_color #customer_login .col-2 {
	background: transparent;
}

.woocommerce-page #customer_login .button {
	float: none;
}

.login label[for="rememberme"] {
	margin-top: 10px;
}

/*	categories
*************************************/

div .product-sorting { /* hide toolbar above product listing pages */
	/*display: none !important;*/
}
	
.term-description {
	font-size: inherit;
}

/*	products
*************************************/

#main .header_color .avia_cart_buttons {
	background: #FFF;
}

#main .inner_product.main_color {
	background: #EFEFEF;
}

.avia_cart_buttons {
	opacity: 1;
}

.button-mini-delimiter { /* hide vertical line between "add to cart" and "view details" buttons */
	display: none !important;
}

.show_details_button {
	display: none !important;
}

#top .avia_cart_buttons .button.add_to_cart_button {
	line-height: 20px;
	font-size: 16px;
	color: #FFF;
	float: none;
	width: auto;
	padding: 15px 10px;
}
	
	#top .avia_cart_buttons .button.add_to_cart_button > span { /* hide cart icon */
		display: none;
	}
	
	.main_color .avia_cart_buttons {
		background-color: #D22328;
		padding: 0;
	}
	
	.main_color .avia_cart_buttons:hover {
		background: #333 !important;
		transition: all 0.3s ease-out 0s;
	}

/**************************************************************
	WIDGETS
***************************************************************/

/*	general
*************************************/

/* reset heading format */

.widgettitle {
	text-transform: inherit;
	letter-spacing: inherit;
	font-size: 1.3em;
}

/*	"Contact and social"
*************************************/

.contact-methods li {
	line-height: 40px;
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
}

	.contact-methods li span {
		width: 40px;
	}

/*	"Facebook feed"
*************************************/

.av_facebook_widget_wrap {
	background: transparent;
}

/**************************************************************
	PHOTO GALLERIES
***************************************************************/

/* popup captions */

figcaption .mfp-title {
	font-size: 20px;
	font-weight: bold;
}

/**************************************************************
	SLIDERS
***************************************************************/

/*	fullwidth easy slider
*************************************/

/* use a custom height */

/*.avia-slideshow-inner {
	max-height: 200px;
}*/

/* captions */

.slideshow_caption {
	width: 45%;
}

	.caption_framed .slideshow_caption .avia-caption-title {
		/*background: #009DAC;
		padding: 10px 20px;*/
		font-size: 30px;
		margin-bottom: 5px;
	}
	
	.caption_framed .slideshow_caption .avia-caption-content p {
		background: rgba(0, 0, 0, 0.7);
		/*border-radius: 10px;*/
	}

/* hide captions on smaller screens */

@media only screen and (max-width: 767px) {
	
	.slideshow_caption .avia-caption-title,
	.slideshow_caption .avia-caption-content {
		display: none !important;
	}
	
}

/* hide slider completely on mobiles */

@media only screen and (max-width: 479px) {
	
	#full_slider_1 {
		display: none !important;
	}
	
}

/**************************************************************
	MISCELLANEOUS
***************************************************************/

/* link styles in body area */

#main .container a {
	/*text-decoration: underline;*/
}

/* images */

.page-thumb img,
div .products .product a, /* woocommerce */
div .products .product a img /* woocommerce */ {
	border-radius: 0;
}

/* promo boxes */

@media only screen and (min-width: 768px) {

	.avia-promocontent p {
		float: left;
	}

}

.avia-promocontent p + p {
	clear: both;
}

/* reset bold text to normal colours */

.alternate_color strong,
.main_color strong {
	color: inherit;
}

/* remove margins from elements */

.no-mt {
	margin-top: 0 !important;
}

/* share toolbar on blog posts */

#top .av-share-box {
	float: none;
	margin-bottom: 0;
}

#top .av-share-box ul {
	background: #FFF;
}

#top .av-share-box ul li a { /* just in case we've set links to have underlines etc */
	text-decoration: none !important;
}

/* hide the unnecessary stuff on error pages */

/*.search_not_found h3,
.search_not_found div,
.404_recommendation h3,
.404_recommendation div {
	display: none !important;
}*/

/* make long text (e.g. links) wrap */

/*a {
	-ms-word-break: break-all;*/
	/*word-break: break-all;*/ /* Be VERY careful with this, breaks normal words wh_erever */
	/*word-break: break-word;*/ /* Non standard for webkit */
	/*-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}*/

/*	search page
*************************************/

#top #searchsubmit {
	width: 46px;
	height: 46px;
	font-family: 'entypo-fontello' !important;
	color: #FFF !important;
}

.ajax_load {
	width: 46px;
	height: 46px;
}

#top #avia-menu #s {
	padding-top: 8px;
	padding-bottom: 8px;
}

/*	"scroll to top" icon
*************************************/

#scroll-top-link.avia_pop_class {
	opacity: 1;
	border: 1px solid #999;
	border-radius: 1000px;
}

/*	accordions
*************************************/

.ui-widget {
	font-family: inherit;
	font-size: inherit;
}

.ui-accordion .ui-accordion-content,
.ui-widget-content {
	background: #FFF;
	color: inherit;
	font-size: inherit;
}

/*	icon lists
*************************************/

/* the icon */

.main_color .avia-icon-list .iconlist_icon {
	background-color: #EFEFEF;
	color: #444;
}

.alternate_color .avia-icon-list .iconlist_icon {
	background-color: #666;
	color: #FFF;
}

#top .av_iconlist_title a {
	line-height: 1.4em;
}
@media only screen and (max-width: 989px) and (min-width: 768px) {
	.avia-icon-list .av-iconlist-empty .iconlist_title {
		margin-top: 10px;
		font-size: 14px;
	}

	.avia-icon-list .iconlist_icon {
		height: 48px;
		width: 48px;
		line-height: 48px;
		font-size: 22px;
		margin-right: 15px;
	}
}

/**************************************************************
	API PAGES
***************************************************************/

.account_wrapper {
	margin: auto;
	text-align: center;
}

.account_form_submit_button {
	float: right;
}

.account_form_cancel_button {
	float: left;
	margin-right: 5px;
}

.form_error {
	color: red;
	float: right;
	position: relative;
	top: -0.6em;
}

#username.text_field_input {
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
}

.account_form {
	margin: auto;
	display: inline-block;
	/*min-width: 400px;*/
}

.account_edit_label {
	float: left;
}

/* "Manage accounts" page */

.accounts-list-item {
	background: #FAFAFA;
	padding: 20px;
	/*border: 1px solid #CCC;*/
	border-right: 1px solid #CCC;
	margin-bottom: 5px;
	display: inline-block;
	width: 25%;
}

.accounts-list-item:nth-of-type(odd) {
	background: #EFEFEF;
}

	.accounts-list-item .account-name {
		margin-bottom: 0;
		font-size:20px; 
		font-weight:600;
	}
	
	.accounts-list-item .account-email {
		display: block;
	}
	
	.accounts-list-item .account-actions {
		margin-top: 10px;
	}
	
		.accounts-list-item .account-actions form {
			margin-right: 10px;
			float: left;
		}
		
@media only screen and (max-width: 1300px) {
	
	.accounts-list-item {
		width: 50%;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.accounts-list-item {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #CCC;
		margin-bottom: 0;
	}
	
}

/* product listing page */

.page-id-391 .container_wrap_first > .container {
	max-width: none;
}

.page-id-391 table {
	margin-bottom: 25px;
}

.page-id-391 .main_color tr:nth-child(2n+1) {
	background-color: #FFF;
}

.page-id-391 .main_color tr:nth-child(2n) {
	color: inherit !important;
}

.page-id-391 tbody > tr:first-child {
	background: #CCC !important;
}

/* remove the page width restrictions */
.page-template-Accounts #main .container_wrap_first > .container:first-child {
	max-width: none;
	padding: 0;
}

/* remove header and title bar width restrictions */
.page-template-Accounts #header_main > .container:first-child,
.page-template-Accounts #main .title_container > .container:first-child {
	max-width: none;
	padding-left: 20px;
	padding-right: 20px;
}

/* remove the main page padding */
.page-template-Accounts:not(.page-template-Accountstemplate-login-php) #main .container_wrap_first > .container:first-child > .template-page {
	padding-top: 0;
}

/* the container that the navigation buttons sit in */
.page-template-Accounts .api-nav {
	padding: 25px 20px 0 20px;
	/*background: #DCE7F7;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dce7f7+0,dce7f7+41,b6cded+100 */
	background: rgb(220,231,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(220,231,247,1) 0%, rgba(220,231,247,1) 41%, rgba(182,205,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(220,231,247,1) 0%,rgba(220,231,247,1) 41%,rgba(182,205,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(220,231,247,1) 0%,rgba(220,231,247,1) 41%,rgba(182,205,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dce7f7', endColorstr='#b6cded',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #C5D3E8;
	margin-bottom: 50px;
}

	.page-template-Accounts .api-nav > div {
		clear: both;
	}

	/* the buttons inside the container */
	
	.page-template-Accounts .api-nav form {
		margin: 0 5px 0 0 !important;
		display: inline-block;
	}
	
	.page-template-Accounts .api-nav form:last-child {
		margin: 0 !important;
		float: right;
	}
	
		.page-template-Accounts .api-nav form input {
			margin: 0 !important;
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dce7f7+66,c6d9f4+97,c6d9f4+100 */
			background: rgb(220,231,247); /* Old browsers */
			background: -moz-linear-gradient(top,  rgba(220,231,247,1) 66%, rgba(198,217,244,1) 97%, rgba(198,217,244,1) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top,  rgba(220,231,247,1) 66%,rgba(198,217,244,1) 97%,rgba(198,217,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom,  rgba(220,231,247,1) 66%,rgba(198,217,244,1) 97%,rgba(198,217,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dce7f7', endColorstr='#c6d9f4',GradientType=0 ); /* IE6-9 */
			color: #555;
			border: 1px solid #C5D3E8;
			border-bottom: none;
			position: relative;
			top: 1px;
			font-weight: bold !important;
			font-size: 14px !important;
		}
		
		.page-template-Accounts .api-nav form.logout input,
		.page-template-Accounts .api-nav form.active input {
			color: #000;
			background: #FFF;
		}
		
		.page-template-Accounts .api-nav form.logout input {
			color: #163A75;
			font-weight: normal !important;
		}
		
		@media only screen and (min-width: 768px) {
		
			#top.page-template-Accounts .api-nav form input:hover,
			#top.page-template-Accounts .api-nav form input:focus,
			#top.page-template-Accounts .api-nav form.active input:hover,
			#top.page-template-Accounts .api-nav form.active input:focus {
				background: #FFF !important;
				transition: none;
				color: #000 !important;
				border: 1px solid #C5D3E8;
				border-bottom: none;
			}
			
		}
	
	.page-template-Accounts .api-nav > h2 {
		/*content: "Customer portal";*/
		float: left;
		font-size: 25px;
		font-weight: bold;
		text-align: left;
		margin-top: 0;
		color: #163A75 !important;
		margin-bottom: 25px;
		line-height: 1;
	}
	
@media only screen and (max-width: 767px) {
	
	.page-template-Accounts .api-nav {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 20px;
	}
	
		.page-template-Accounts .api-nav > h2 {
			padding-left: 20px;
			padding-right: 20px;
		}
	
		.page-template-Accounts .api-nav form {
			display: block;
			margin: 0 !important;
			padding: 0;
		}
		
			.page-template-Accounts .api-nav form input,
			.page-template-Accounts .api-nav form.active input {
				display: block;
				width: 100%;
				text-align: center;
				background: rgba(255,255,255,0.6);
				border: none;
			}
			
			.page-template-Accounts .api-nav form.active input {
				background: rgba(255,255,255,0.9);
			}
		
		.page-template-Accounts .api-nav form.logout {
			position: absolute;
			right: 0;
			top: 15px;
		}
		
			.page-template-Accounts .api-nav form.logout input {
				background: transparent !important;
				border: none !important;
				font-weight: bold !important;
				text-decoration: underline;
			}
			
			.page-template-Accounts .api-nav form.logout:hover input {
				background: transparent !important;
			}
			
			#top.page-template-Accounts .api-nav form input:hover,
			#top.page-template-Accounts .api-nav form input:focus,
			#top.page-template-Accounts .api-nav form.active input:hover,
			#top.page-template-Accounts .api-nav form.active input:focus {
				background: #FFF !important;
				border: none !important;
				transition: none;
				color: #163A75 !important;
			}
	
}

/* new wrapper for all other page content */

.api-content-wrapper {
	padding: 0 50px;
}

@media only screen and (max-width: 767px) {
	
	.api-content-wrapper {
		padding: 0 20px;
	}

}

.page-template-Accountstemplate_edit-php .api-content-wrapper {
	padding: 50px;
}

.page-id-363 .api-content-wrapper {
	padding-top: 0;
}

.page-template-Accounts h2 {
	color: #000;
}

/* the buttons to export reports */

.page-template-Accounts .export-buttons {
	text-align: left;
	border: 1px solid #C5D3E8;
	padding: 15px;
	background: #DCE7F7;
	/*min-height: 68px;*/
}
	
	.page-template-Accounts .export-buttons form {
		display: inline-block;
		margin: 0 5px 0 0 !important;
		position: relative;
		/*float: left;*/
	}
	
		.page-template-Accounts .export-buttons .gform_button {
			display: inline-block;
			position: relative;
			padding-left: 44px;
			padding-right: 44px;
		}
		
			.page-template-Accounts .export-buttons .gform_button span {
				position: absolute;
				right: 2px;
				top: -13px;
			}

/* the product search form */

.account_form .text_field {
	float: left;
	margin-right: 20px;
	width:100%;
}
.text_field_form {
	width: 100%;
}
.account_form > br {
	display: none;
}

.account_form .list_button {
	margin-top: 22px;
	float: left;
}

.account_form .datepicker {
	padding: 10px;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	font-family: "Open Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
}

.account_form .account_edit_label {
	font-weight: inherit !important;
	color: inherit !important;
}

@media only screen and (max-width: 767px) {
	
	.page-template-Accounts #main .container_wrap_first > .container:first-child {
		width: 100% !important;
		max-width: 100% !important;
		padding: 0;
	}
	
	.api-nav > div:first-child {
		clear: both;
		width: 100%;
		text-align: left;
		padding-top: 20px;
	}
	
	.account_form .text_field {
		float: none;
		clear: both;
		margin-right: 0;
	}
	
	.account_form > br {
		display: block;
	}
	
}

.cell-release .type,
.cell-release .releaseno,
.cell-release .destination,
.cell-release .rego,
.cell-release .carrier,
.cell-release .weightbridge,
.cell-release .out{
	background: #FEFDD5;
	color: #000;
}

.cell-transfer-in .type,
.cell-transfer-in .product,
.cell-transfer-in .in{
	background: #D9EACA;
	color: #000;
}

.cell-transfer-out .type,
.cell-transfer-out .product,
.cell-transfer-out .out{
	background: #FFDBCD;
	color: #000;
}

.cell-receival .type,
.cell-receival .destination,
.cell-receival .in{
	background: #CADBFE;
	color: #000;
}

.cell-stock-loss .type,
.cell-stock-loss .out{
	background: #D90B00;
	color: #FFF;
}

.cell-stock-gain .type,
.cell-stock-gain .in{
	background: #558E28;
	color: #FFF;
}

.cell-return .type,
.cell-return .in{
	background: #FFEFCB;
	color: #000;
}

/* BrightLocal ReviewBiz Badge */
.review-biz-button a.button {
    background-color: #fff !important;
}
.av_one_third .review-biz-button,
.av_one_fourth .review-biz-button,
.av_one_fifth .review-biz-button {
    width: 100% !important;
}
.av_one_third .review-biz-button .floating,
.av_one_fourth .review-biz-button .floating,
.av_one_fifth .review-biz-button .floating {
    width: 100% !important;
}
.av_one_third .review-biz-button .floating ul,
.av_one_fourth .review-biz-button .floating ul,
.av_one_fifth .review-biz-button .floating ul {
    padding: 0 5px !important;
}

.av_one_third .review-biz-button .floating li,
.av_one_fourth .review-biz-button .floating li,
.av_one_fifth .review-biz-button .floating li {
    width: 100% !important;
}


/* Additional styling - BulkCargo FM system */

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
	padding: 15px;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
	color: inherit;
}
.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
	margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}
.list-group + .panel-footer {
	border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
	margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
	padding-right: 15px;
	padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
	border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
	border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
	border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
	border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
}
.panel > .table-responsive {
	margin-bottom: 0;
	border: 0;
}
.panel-group {
	margin-bottom: 20px;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}
.panel-group .panel + .panel {
	margin-top: 5px;
}
.panel-group .panel-heading {
	border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}
.panel-default {
	border-color: #ddd;
}
.panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}
.panel-primary {
	border-color: #337ab7;
}
.panel-primary > .panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
	color: #337ab7;
	background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #337ab7;
}
.panel-success {
	border-color: #d6e9c6;
}
.panel-success > .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6;
}
.panel-info {
	border-color: #bce8f1;
}
.panel-info > .panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1;
}
.panel-warning {
	border-color: #faebcc;
}
.panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
}
.panel-danger {
	border-color: #ebccd1;
}
.panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: bold;
}
.alert > p,
.alert > ul {
	margin-bottom: 0;
}
.alert > p + p {
	margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.alert-success .alert-link {
	color: #2b542c;
}
.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #245269;
}
.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}

.spinner {
	background: url('/wp-content/themes/go-theme/images/ajax-loader.gif') no-repeat;
	background-size: 24px 24px;
	display: none;
	float: right;
	opacity: .7;
	filter: alpha(opacity=70);
	width: 25px;
	height: 25px;
	margin: 5px 5px 0;
}

.theme-button{
	background-color: #163a75;
	color: #ffffff;
	border-color: #041853;
}

.theme-button-alt{
	background-color: #cccccc !important;
	color: #222222  !important;
	border-color: #041853 !important;
}

.page-template-Accounts .export-buttons{
    clear:both;
}


/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer
 * - selected responsive and grid components

 *//*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
.container {
    margin-right: auto;
    margin-left: auto;

}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
