/*
* {
	  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
*/

a {
	color:#666;
}
a:hover {
	color:#222;
	text-decoration:none;
}
a.normal {
	text-decoration:underline;
}


/* Bootstrap overrides */

.img-responsive {
	margin-bottom:20px;
	max-height:100%;
}
.container-fluid {
	padding-right:10px;
	padding-left:10px;
	margin-right:auto;
	margin-left:auto;
}

.page-banner {
	margin-top:0px;
}

.banner h3 {
	font-size:2em;
}
.banner p {
	font-size:1.3em;
}

.btn-borderless {
	border:0;
}


/* Navigation tweaks */
.navbar.main-nav {
	border-radius:0;
	font-size:1.2em;
	min-height:0px;
	padding-top:2px;
	padding-bottom:2px;
	/*min-height:32px !important*/
}

.navbar.main-nav a {
	color:white;
	/*padding-bottom:3px;*/
}
.navbar.main-nav a:hover {
	color:#f00;
}

.navbar.main-nav .dropdown-menu {
	padding:0;
	background-color:white;
}
.navbar.main-nav .dropdown-menu li {
	padding:0;
	margin:0;
	color:white;
}
.navbar.main-nav .dropdown-menu > li > a {
	height:auto;
	color:black;
}
.navbar.main-nav .dropdown-menu > li > a:hover {
	background-color:#55b4b0;
	color:white;
}
.navbar.main-nav .dropdown.open {
	background-color:white;
}
.navbar.main-nav .dropdown.open > a {
/*	color:#55b4b0; */
}
.navbar.main-nav .navbar-nav > li > a {
	padding-top:0;
	padding-bottom:0;
	color:white !important;
}
.navbar.main-nav .navbar-nav > li > a:hover {
	color:#ddd !important;
}
.navbar.main-nav .navbar-nav > .open > a {
	background-color:#55b4b0 !important;
}


.dropdown-menu > li > a:hover {
	cursor:pointer;
}


/* Debug menu */
.debug-menu {
	min-height:0;
}

.debug-menu ul {
	margin-right:100px;
}

.debug-menu ul > li, .debug-menu ul > li > a {
	color:white;
	padding-top:2px;
	padding-bottom:2px;
}

.debug-menu .nav > li > a:hover, .debug-menu .nav > li > a:focus {

	background-image: -webkit-linear-gradient(top, #55b4b0 0%, #3C7F7D 100%);
	background-image: -o-linear-gradient(top, #55b4b0 0%, #3C7F7D 100%);
	background-image: linear-gradient(to bottom, #55b4b0 0%, #3C7F7D 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55b4b000', endColorstr='#3C7F7D00', GradientType=0);

}

.debug-menu .dropdown-menu a {
	color:black;
}


.top-nav {
	margin-right:20px;
}

.img-max-full-width {
	max-width:100%;
}
.d-none {
	display:none;
}
.mt-200 {
	margin-top:200px;
}
.mt-100 {
	margin-top:100px;
}
.mt-20 {
	margin-top:20px;
}
.mb-10 {
	margin-bottom:10px;
}
.mb-20 {
	margin-bottom:20px;
}
.mb-100 {
	margin-bottom:100px;
}
.ml-auto {
	margin-left:auto;
}

.w-50 {
	width:50%;
}

/* For making images responsive. */
.img-container-xs {
	width:100px;
	height:100px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}
.img-container-sm {
	width:150px;
	height:150px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}

.img-container-md {
	width:250px;
	height:250px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}

.img-container-lg {
	width:300px;
	height:300px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}

.img-container-xl {
	width:400px;
	height:400px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}



.img-responsive-h {
	max-height:100%;
	max-width:auto;
	display:block;
	margin:0 auto;
}




/* Carousel tweaks */
.carousel-inner > .item  > .list-inline {
	padding-left:150px;
	padding-right:150px;
	min-height:225px;
}


.carousel-control {
	background:none !important;
}



/* Fonts and text display */

.debug-message {
	font-family:monospace;
	font-size:1.2em;
}
.debug-message:before {
	content:"DEBUG: ";
	font-weight:bold;
}

.text-link {
	color:blue;
	text-decoration:underline;
}
.text-link:hover {
	color:#0000AA;
	text-decoration:underline;
}

.text-grey {
	color:#333 !important;
}

.help-block {
	font-weight:bold;
}

.auto-abbreviated {
	width:100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.auto-abbreviated-block {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 6em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}
.auto-abbreviated-block:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
.auto-abbreviated-block:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
.mobile-h1 {
	font-size:1.2em;
	font-weight:normal;
	text-align:left;
}

h1 {
	color:white;
	margin-top:0;
	margin-bottom:0px;
	font-size:1.8em;
	text-align:center;
}

h2 {
	margin-top:0;
	margin-bottom:0px;
	padding-right:10px;
	font-size:1.7em;
	color:#666;
}

h3 {
	margin-top:0;
	margin-bottom:0px;
	font-size:1.4em;
	color:#666;
}

h4 {
	color:#555;
}

h4:hover {
	color:#222;
	text-decoration:none;
}

.text-bottom-right {
	position:absolute;
	right:0;
	bottom:0;
}

.text-medium {
	font-size:1.3em;
}

.text-small {
	font-size:.8em;
}

.text-bold {
	font-weight:bold;
}
.text-bold-red {
	color:red;
	font-weight:bold;
}
.text-red {
	color:red;
}

.text-green {
	color:green;
}

.text-white {
	color:white;
}
.text-strike {
	text-decoration:line-through;
}
.text-heavy {
	font-weight:bold;
	font-size:1.2em;
}

.gradient-header {
	-webkit-border-radius: 0 !important;
	 -moz-border-radius: 0 !important;
				border-radius: 0 !important;
	color:white !important;
	font-size:1.2em;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
}


@media (max-width: 768px) {
	.text-xs-center {
		text-align: center;
	}
	.text-xs-left {
		text-align: left;
	}
}

@media screen and (min-width: 768px) and (max-width:992px) {
	.text-sm-center {
		text-align: center;
	}
	.text-sm-left {
		text-align: left;
	}
}

@media screen and (min-width: 992px) and (max-width:1200px) {
	.text-md-left {
		text-align: left;
	}
}


@media screen and (max-width: 1220px) {
	.popular-carousel-responsive {
		display:none;
	}
}


#searchBar {
	border:0px;
}
#searchBarBtn {
	border-radius:0px;
}

/* Custom spacing and sizing tweaks */
.p-1 {
	padding:5px;
}
.p-2 {
	padding:10px;
}
.no-space-around {
	margin:0;
	padding:0;
}
.m-0 {
	margin:0;
}
.mr-1 {
	margin-right:5px;
}
.p-0 {
	padding:0;
}
.margin-20 {
	margin:20px;
}
.margin-top-20 {
	margin-top:20px;
}
.margin-top-100 {
	margin-top:100px;
}
.margin-bottom-10 {
	margin-bottom:10px;
}
.margin-bottom-20 {
	margin-bottom:20px;
}
.ml-15 {
	margin-left:15px;
}
.full-width {
	width:100%;
}
.half-width {
	width:50%;
	margin:0 auto;
}

.width-150 {
	max-width:150px;
}
.height-150 {
	height:150px;
}

.d-inline-block {
	display:inline-block !important;
}


/* Custom background colors */
.bg-red {
	background-color:red;
}
.bg-red-gradient {
	background-image: -webkit-linear-gradient(top, #55b4b0 0%, #3C7F7D 100%);
	background-image: -o-linear-gradient(top, #55b4b0 0%, #3C7F7D 100%);
	background-image: linear-gradient(to bottom, #55b4b0 0%, #3C7F7D 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55b4b000', endColorstr='#3C7F7D00', GradientType=0);
}

.bg-white {
	background-color:white;
}
.btn-light-red {
	background-color:#ff3333 !important;
}


/* Simulated tabs */
.tab-red-gradient {
	padding:10px;
	color:white;
	font-size:1.6em;
	margin:0px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-image: -webkit-linear-gradient(top, #3C7F7D 0%, #55b4b0 100%);
	background-image: -o-linear-gradient(top, #3C7F7D 0%, #55b4b0 100%);
	background-image: linear-gradient(to bottom, #3C7F7D 0%, #55b4b0 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3C7F7D00', endColorstr='#55b4b000', GradientType=0);
}
.tab-red-bar {
	min-width:100%;
	min-height:3px;
	background-color:#A00000;
	margin-top:3px;
	padding:0;
}


/* Panel tweaks */

.panel-heading h2 {
	font-size:1.3em;
	color:white;
	text-align:left;
}

.panel-heading h3 {
	font-size:1.1em;
	color:white;
	text-align:left;
}

.panel-body a.lead {
	/*text-decoration:underline;*/
	font-size:1.2em;
	font-style:italic;
}


/* Item Classes */
.prod-image {
	padding-bottom:10px;
	cursor:pointer;
}
.thumbnail {
	cursor:pointer;
}
.item {
	margin-top:10px;
	margin-bottom:50px;
}

.item-label {
	font-size:1.2em;
	font-weight:bold;
}
.item-text {
	margin-left:15px;
}

.item-price-outdated {
	color:red;
	font-weight:bold;
}

.pricing-table {
	border-collapse:collapse;
	margin:0;
	padding:0;
	margin-bottom:20px;
}
.pricing-table th {
	border:1px black solid;
	padding:5px;
}

.pricing-table td {
	width:100px !important;
	font-weight:normal !important;
	font-size:1em !important;
	border:1px black solid;
	padding:5px;
}
.supp {
	font-size:.8em;
	color:#ddd;
}


/* GSIs */
.gsi-links li {
	text-align:center;
	min-width:150px;
	max-width:150px;
	margin:10px;
	vertical-align:top;
}

.gsi-links img {
	/*height:150px;
	width:150px;*/
}



#campaign li {
	vertical-align:top;
	width:150px;
}

#alsolike li {
	vertical-align:top;
	width:150px;
}

#salespromotions {
	min-height:250px;
}
#popularitems {
	min-height:250px;
}

/* Kudos */
.kudo-text {
	font-style:italic;
	text-align:left;
}

.kudo-reference {
	text-align:right;
}

.kudo-item {
	font-size: 1.2em;
	text-align:center;
}
.kudo-item-number {
	font-size:1.4em;
}






/* Footer */
.footer {
	font-size:1em;
	color:white;
}
.footer li.header {
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}
.footer li {
	list-style-type:none;
}
.footer li > a {
	padding-left:5px;
	color:white;
	font-size:.9em;
}
.footer li > a:hover {
	color:#ddd;
}


/* Copyright */
div.copyright {
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}
div.copyright > p {
	text-align:center;
	font-size:1em;
	padding:0;
	margin:0;
}


/* catalog.php */
li.catLink {
	font-weight:bold;
	font-size:1.4em;
	padding-left:2px;
	padding-right:2px;
	cursor:pointer;
}

#index_list {
	font-size:1.2em;
	font-weight:bold;
	list-style-type:none;
}

#index-list li {

}







/* Loading indicator follows. */




/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 9999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display:none;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}




/* Checkout table


.checkout-table > tbody > tr:first-child > td {
	font-weight:bold;
	font-size:1.2em;
	background-color:#ddd;
	padding:3px;

}

.checkout-table tr td:nth-child(1) {
	width:30%;
}
.checkout-table tr td:nth-child(2) {
	width:30%;
}

.checkout-table tr td:nth-child(3) {
	text-align:center;
	width:10%;
}
.checkout-table tr td:nth-child(3) input{
	text-align:center;
}
.checkout-table tr td:nth-child(4) {
	text-align:center;
	width:10%;
}
.checkout-table tr td:nth-child(5) {
	text-align:center;
	width:10%;
}
.checkout-table tr td:nth-child(6) {
	text-align:center;
	width:10%;
}

.checkout-table > tbody > tr > td {
	vertical-align:top;
	padding:5px;
}

*/

/* Shopping Cart */

.customization-panel-header-detail {
	font-size:.8em;
	font-style:italic;
}

.selected-color-count {
	line-height:37px;
	height:37px;
	padding:0;
	margin:0;
}



.shopping-cart-table .btn-xs {
	margin:5px;
}

.art_files_list div.checkbox {
	margin:0;
	margin-top:5px;
	margin-left:30px;
	padding:0;
}

.checkout-table > tbody > tr > td:nth-child(1) {
	width:25%;
}
.checkout-table > tbody > tr > td:nth-child(2) {
	width:75%;
}


.checkout-inner, .checkout-inner tr {
	width:100%;
}

.checkout-inner td, .checkout-inner th {
	vertical-align:top;
}
.checkout-inner th:nth-child(1) {
	padding-left:5px;
	padding-right:5px;
	width:60%;
}
.checkout-inner th:nth-child(2), .checkout-inner td:nth-child(2) {
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	width:10%;
}
.checkout-inner th:nth-child(3), .checkout-inner td:nth-child(3) {
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	width:10%;
}
.checkout-inner th:nth-child(4), .checkout-inner td:nth-child(4) {
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	width:10%;
}
.checkout-inner th:nth-child(5), .checkout-inner td:nth-child(5) {
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	width:10%;
}




.customization-detail {
	margin-left:20px;
}
.customization-detail td {
	vertical-align:top;
}
.customization-detail td:nth-child(1) {
	padding-right:15px;
}
.customization-detail tr:first-child > td {
	padding-top:10px;
}
.customization-detail tr:last-child > td {
	padding-bottom:10px;
}
.customization-detail > tbody > tr > td:first-child {
	font-weight:bold;
}


.customization-btn {
	margin-right:0px;
	margin-left:0px;
}


.price-info {
	cursor:pointer;
}


.art-files-table {
	width:100%;
}

.art-files-table td:not(:first-child) {
	padding-left:10px;
}
.art-files-table span.btn-xs {
	margin:0px 5px 0px 5px;
}

.cart-pricing-table {
	width:50%;
	margin:0 auto;
	border-spacing:2px;
	margin-top:50px;
}

.cart-pricing-table > tbody > tr:first-child > td {
	font-weight:bold;
	font-size:1.2em;
	background-color:#ddd;
}
.cart-pricing-table > tbody > tr > td {
	border:1px black solid;
	padding:5px;
	text-align:center;
}

.uploaded_art_names {
	margin-top:20px;
	display:table;
	vertical-align:middle;
}
.uploaded_art_names li {
	list-style-type:none;
}

.progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}


.panel-heading.cart-customization .accordion-toggle:before {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading.cart-customization .accordion-toggle.collapsed:before {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */

}

.payment-info {
	cursor:pointer;
}


.cart-customization {
	cursor:pointer;
}

.cart-customization-table td {
	padding-top:2px;
	padding-bottom:2px;
}
.cart-customization-table td:first-child {
	font-weight:bold;
	min-width:125px;
}
.cart-customization-table td:last-child {
	padding-left:20px;
}


/* Checkout */
.order_options .form-group {
	padding-left:20px;
	padding-right:20px;
}

.billing_address_preview {
	margin-left:20px;
	font-size:1.2em;
}
.shipping_address_preview {
	margin-left:20px;
	font-size:1.2em;
}



/* Contact page table */
.contact-table {
	width:100%;
}
.contact-table > tbody > tr > td {
	vertical-align:top;
}
.contact-table > tbody > tr > td:first-child {
	font-weight:bold;
	font-size:1.2em;
	width:33%;
}
.contact-table > tbody > tr > td {
	padding:15px;
}





/* Checkout page */
#CheckoutProgress {
	padding:0;
}
#AddAddressPanel {
	display:none;
	margin-top:50px;
}
.checkout-address-table {
	border-collapse:separate;
	border-spacing: 10px;
}
.checkout-address-table > tbody > tr > td:first-child {
	min-width:50px;
}
#AddAddressDiv {
	padding-left:50px;
	padding-right:50px;
}
#checkout-order-details > tbody > tr > td {
	vertical-align:top;
}
#checkout-order-details > tbody > tr > td:first-child {
	font-weight:bold;
	padding-right:10px;
}
#checkout-order-details .in-hands {
	font-weight:bold;
	font-size:1.2em;
	color:red;
}

.checkout-review-table {
	width:100%;
	margin-top:20px;
}
.checkout-review-table > tbody > tr > td {
	vertical-align:top;
	padding:10px;
}
.checkout-review-table > tbody > tr:first-child {
	font-size:1.2em;
	font-weight:bold;
	background-color:#eee;
}
.checkout-review-table > tbody > tr > td:nth-child(1) {
	width:30%;
}
.checkout-review-table > tbody > tr > td:nth-child(2) {
	width:30%;
}
.checkout-review-table > tbody > tr > td:nth-child(3) {
	width:10%;
	text-align:center;
}
.checkout-review-table > tbody > tr > td:nth-child(4) {
	width:10%;
	text-align:center;
}
.checkout-review-table > tbody > tr > td:nth-child(5) {
	width:10%;
	text-align:center;
}
.checkout-review-table > tbody > tr > td:nth-child(6) {
	width:10%;
	text-align:center;
}

.checkout-review-customizations-table > tbody > tr > td:nth-child(1) {
	padding-right:10px;
	padding-bottom:3px;
}

.searchDetailTable td:nth-child(1) {
	width:150px;
}


.typeahead { z-index: 9999; }
@media only screen and (max-width: 500px){
	  .typeahead {
        left:0px !important;
				width:100% !important;
    }
}

.typeahead.dropdown-menu > li > a {
	width:100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}



/* Magnify Modal */
/* Style the Image Used to Trigger the Modal */
#magnifyImage {
    border-radius: 5px;
    cursor: pointer;
		box-shadow:0 !important;
    /*transition: 0.3s;*/
}

/*#magnifyImage:hover {opacity: 0.7;}*/

/* The Modal (background) */
#magnifyModal .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
		padding:0 important;
		padding-top: 100px; /* Location of the box */
		padding-left:15px;
    left: 0;
    top: 0;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
#magnifyModal .modal-content {
    margin: auto;
    display: block;
	max-height:100%;
	max-width:100%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#magnifyCaption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
#magnifyModal .modal-content, #MagnifyCaption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
#magnifyModal .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

#magnifyModal .close:hover,
#magnifyModal .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Item Edit Modal */
.large-modal-dialog {
	width:80%;
}

#item_edit_modal span.option-value {
	background-color:#E0E0E0;
	padding:3px;
	border-radius:4px;
}
#item_edit_modal .list-inline {
	line-height:25px;
}
#item_edit_modal .remove-option {
	color:red;
	cursor:pointer;
}



/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    #magnifyModal .modal-content {
        width: 100%;

    }
}




.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
	border-bottom:1px solid #ddd;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}

/* Catalog page */
/*Custom media query for the 4th gsi link*/
@media only screen and (min-width: 1200px) and (max-width:1500px) {
	.visible-gsilink-1200-1500 {
		display:block;
	}
}


/* On page edits */
.on-page-edit-btn {
	margin:2px;
	font-size:.8em;
}

/* Glyphicon edits */
.glyphicon-medium {
	font-size:25px;
}
.glyphicon-large {
	font-size:50px;
}




.form-control-75 {
	width:75% !important;
}

.form-control-25 {
	width:24% !important;
}
.variant-nav {
	margin-top:10px;
}

#item_edit_modal_details ul {
	list-style-type:none;
}
#item_edit_modal_details li {
	padding-right:4px;
}

.variant-selector {
	margin-bottom:5px;
}



/* breadcrumbs */
.breadcrumbs li {
	font-size:1em;
	margin-left:20px;
}
.breadcrumbs .list-inline-item {
	vertical-align:top;
}
.breadcrumbs .indented-list {
	font-size:.8em;
	list-style-type:none;
	margin:0;
	padding:0;
}


/* Tags Input */
.bootstrap-tagsinput {
	width:100%;
	border:0;
	background-color:white;
}
.tag {
	background-color:light blue;
}

.modal label {
	margin-top:10px;
}



/* Modal center screen
.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
*/




/* Search.php */
ul.undecorated > li {
	list-style-type:none;
}



/* List view for items list */
.items-list h3 {
	font-size:1em;
	text-align:left !important;
	color:black;
}
.items-list p {
	margin-bottom:0;
}
.items-list .row {
	margin-bottom:20px;
}
.items-list .image-div {
	text-align:center;
}
.items-list .pricing {
	text-align:right;
}
.items-list .detail-div {
	text-align:left;
}


/* Items grid view */
.items-grid {
	border:2px #ddd solid;
	margin-top:10px;
	margin-bottom:10px;
}
.items-grid .grid-item {
	border:2px #ddd solid;
	padding-top:15px;
	padding-bottom:15px;
}
.items-grid .grid-item:hover {
	border:2px #bbb solid;
}

.items-list {
	border-top:2px #ddd solid;
	border-bottom:2px #ddd solid;
	margin-bottom:10px;
	margin-top:10px;
}

/* Items list view */
.items-list .list-item {
	border-top:2px #ddd solid;
	border-bottom:2px #ddd solid;
	margin:0;
	padding-top:15px;
	padding-bottom:15px;
}
.items-list .list-item:hover {
	border-top:2px #bbb solid;
	border-bottom:2px #bbb solid;
}





/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 350px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
		text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 70%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
@media screen and (min-width: 800px) {
	#snackbar.show {
    visibility: visible; /* Show the snackbar */
	}
}

/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 1s;
    animation: fadein 1s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}


.about-supplier-item-number {
	cursor:pointer;
}


#customization_modal p {
	font-size:.9em;
}

.clickable {
	cursor:pointer;
}




/* Reviews */
.btn-grey{
  background-color:#D8D8D8;
	color:#FFF;
}
.rating-block{

}
.bold{
	font-weight:700;
}
.padding-bottom-7{
	padding-bottom:7px;
}

.review-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px;
	border-radius:3px;
	margin-bottom:15px;
}
.review-block-name{
	font-size:12px;
	margin:10px 0;
}
.review-block-date{
	font-size:12px;
}
.review-block-rate{
	font-size:13px;
	margin-bottom:15px;
}
.review-block-title{
	font-size:15px;
	font-weight:700;
	margin-bottom:10px;
}
.review-block-description{
	font-size:13px;
}



/* Spacing utilities */
.mr-25 {
	margin-right:25px;
}
.p-25 {
	padding:25px;
}



/* Quick Edits */
.btn-toolbar > .btn-group {
	margin-left:10px;
	margin-right:10px;
}
.ui-accordion-header-icon {
	display:none;
}




/* Edit Mode */
#sage_link_modal_overrides li {
	list-style-type:none;
	margin-left:-20px;
	padding-left:0;
}


/* New Page Wizard */
.tag-list {

}

.tag-list > li {
	display:inline;
	padding:5px;
	margin-right:5px;
	list-style-type:none;
	background-color:#eee;
	border-radius:3px;
}

.add-option-entry-li {
	padding-left:0px !important;
	padding-right:0px !important;
	border-radius:2px;
	width:50px;
	background:white;
}

.mx-auto {
	margin-left:auto;
	margin-right:auto;
}
