/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  color: #333;
  font-size: 14px;
  padding-top: 50px;
}
/* MODIFIED BOOTSTRAP DEFINED CSS */
.dropdown-menu>li>a {
    font-size: 12px;
}
.navbar-inverse {
    background: #2e63d3;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    color: #fff;
	top: 4px;
}
.container-fluid.white {
    background: #fff;
    height: 80px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background: #fff;
    color: #000;
    font-weight: bold;
	font-size: 12px;
    top: 4px;
    height: 29px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -moz-box-shadow: 1px 0px 1px #ccc;
    -webkit-box-shadow: 1px 0px 1px #ccc;
    box-shadow: 1px 0px 1px #ccc;
}
.subnav {
    background: #ffffff url("../../images/subnav.png") bottom center repeat-x;
    border-bottom: 1px solid #999999;
    height: 6px;
}
@media (max-width: 1024px) {
	form.navbar-form.navbar-right {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	form.navbar-form.navbar-right {
		display: none;
	}
	.navbar-nav>li>a {
	    padding: 10px 11px;
	}
	.navbar-right.main-nav > li:last-child {
	    display: none;
	}
	.navbar-right.main-nav ul.dropdown-menu li.mobile-logout {
	    display: block!important;
	}
}
@media (max-width: 734px) {
	.white li.current-user {
		margin-left: 10px;
	}
	.navbar-toggle {
		display: block!important;
		margin-right: 10px;
	}
	.navbar-nav {
		margin: 0;
	}
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
		background-color: #1b3979;
	}
	#navbar li {
		min-height: 22px;
	}
	.navbar-header {
		float: none!important;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-collapse.collapse.in {
		display: block!important;
	}
	.navbar-inverse .navbar-toggle {
		border-color: #fff!important;
	}
	.navbar-nav, .navbar-right {
		float: none!important;
	}
	.navbar-form .form-control {
		width: 100%!important;
	}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		border-top: 1px solid #101010;
		padding: 10px 15px;
		margin-bottom: 10px!important;
	}
	.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
		border-radius: 0;
		margin-right: 10px;
		border: 0!important;
	}

	.dropdown-menu {
		width: 98.8%!important;
		left: 0!important;
	}

	li.divider {
		display: none;
	}
	li.dropdown span.glyphicon.glyphicon-cog {
		display: none;
	}
}
@media (max-width: 767px) {

  table tr td .artwork-img,
  table tr td .customer-img {
    display: none;
  }
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #000;
		background: #fff;
		font-size: 12px;
	}
	#navbar li {
		min-height: 22px;
	}
	#navbar li.divider {
		background-color: #d8d8d8;
		min-height: 1px;
		margin: 0;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background: #2e63d3 none 0 0;
	}
	.navbar-nav {
		margin: 0;
	}	
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
		background-color: #1b3979;
	}
	.navbar-inverse .navbar-toggle {
		border-color: #eee;
	}
}

#navbar{
	padding: 0 0 0 8px;
	margin: 0 auto 0 auto;
}
.navbar-nav>li>a {
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 10px;
}
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.navbar-right {
    margin-right: 0px;
}
.white li.current-user {
    color: #000!important;
    font-size: 12px;
    font-weight: bold;
}
.white ul.nav.navbar-nav.navbar-right {
    top: 45px;
    position: relative;
    margin-right: 10px;
}

.row {
    margin-right: 0; 
    margin-left: 0; 
}


span.item-code {
    background: #1674ba;
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    /*margin-bottom: 6px;*/
    vertical-align: middle;
    padding: 3px;
    display: inline-block;
}
.customer-details .glyphicon,
.vendor-details .glyphicon,
.contact-details .glyphicon {
    margin-right: 10px;
}
.glyphicon-star-empty {
  color: #dbdbdb;
  cursor: pointer;
}
.glyphicon-star {
  color: #fbbe25!important;
  cursor: pointer;
}
table.dataTable {
    width: 100%!important;
}
.show-addresses {
    padding: 0 0 0 20px;
}
/*
 * Global add-ons
 */

.icon-link { cursor: pointer; }
.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 119px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 10px 20px;
    overflow-x: hidden;
    overflow-y: auto;  /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
  .sidebar span.glyphicon.glyphicon-remove {
    color: #d60303;
  }
  .filter-views {
    display: block;
  }
  .artwork-img,
  .customer-img {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
  }
   .bootstrap-select>.dropdown-toggle[data-id="selectArtwork"],
   .bootstrap-select>.dropdown-toggle[data-id="selectArtist"]  {
    width: 390px;
   }
   .typeahead, .tt-query, .tt-hint,
  .tt-dropdown-menu  {
    width: 358px;
  }
}
/* Sidebar navigation */
  .nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
  }
  .nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-sidebar > .active > a,
  .nav-sidebar > .active > a:hover,
  .nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #428bca;
  }
  .well {
    margin: 0 auto;
    width: 225px;
    padding: 19px 0!important;
    border: 0;
}
  .nav-sidebar .slider {
    width: 145px;
    display:block;
  }
  .nav-sidebar em.left {
    margin-right: 70px;
  }
  .nav-sidebar li a[aria-expanded="true"] {
      background: #eee;
    color: #337ab7;
  }

/*
 * Main content
 */

.main {
  padding: 20px;
  padding-top: 100px;
}

.container-fluid table {
  font-size: 14px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.clr {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.main .page-header {
  margin-top: 0;
}
.main h1 {
  font-size: 20px;
}
.main h2 {
    font-size: 16px;
}
.filter-views a span {
  color: #333;
    float: right;
    margin-left: 3px;
    margin-top: 8px;
    font-size: 18px;
    border: 0;
}
.filter-views a span:focus, 
.filter-views a span:active,
.filter-views a span.active{
  color: #337ab7;
}
.filters input.form-control.search {
    padding-right: 25px;
}
.filters span.glyphicon.glyphicon-search {
  color: #9d9d9d;
    position: absolute;
    top: 9px;
    right: 5px;
    z-index: 9;
}
.filters .col-sm-6, 
.filters .col-sm-4 {
  padding: 0;
}
.detailed-view table.sub-items {
    margin-top: 10%;
}
table td a {
    color: #333;
}
table td a:hover, .grid-view .artwork-details a {
    text-decoration: none;
	/*color: #333;*/
}
.detailed-view td:first-child {
    width: 15%;
}
.sub-items td:first-child {
    width: auto;
}
.detailed-viewed .artwork-details {
  margin: 0;
  padding: 0;
}
.customer-details ul,
.vendor-details ul,
.contact-details ul,
.business-cards ul,
.nav-sidebar ul {
    padding: 0;
    line-height: 1.8;
}
.detailed-view .artwork-details li,
.customer-details li,
.vendor-details li,
.contact-details li,
.business-cards li,
.sidebar ul.nav-sidebar ul li {
  list-style-type: none;
  word-break: break-all;
}
.nav-sidebar li a[aria-expanded="true"] .glyphicon {
    color: #337ab7;
}
.sidebar ul.nav-sidebar ul li .glyphicon {
    color: #337ab7;
    font-size: 12px;
}
.new-list-modal .col-sm-11, .new-list-modal .col-sm-1 {
    padding-left: 0 !important;
}
.grid-view p {
    line-height: 0.8;
}
.grid-view .artwork-details,
.grid-view .bcards-details {
    margin-bottom: 2%;
    padding: 10px;
    /* margin-left: 0.5%;
    width: 220px;
    height: 380px; */
	min-width: 222px;
    height: 400px;
}
.detailed-view .sub-items {
  background: #f9f9f9;
}
.grid-view .artwork-details:hover, 
.detailed-view .sub-items:hover {
  background: #f9f9f9;
  color: #23527c;
}
.
table span.label {
    margin-top: 2px;
    display: inline-block;
}
.paginate {
  text-align: center;
}
.tabs {
    margin-top: 30px;
}
#image-thumbnails {
    margin: 0;
    padding: 0;
}
#image-thumbnails li {
    float: left;
    list-style-type: none;
    margin: 10px 0 0 5px;
}
#image-thumbnails li img{
    max-height: 140px;
    max-width: 140px;
}
#image-thumbnails.slideshow li img{
    max-height: 200px;
    max-width: 200px;
}
#image-thumbnails.bcard li img{
    max-width: 600px;
}
.upload-img-holder {
    margin: 0;
    padding: 0;
}
.upload-img-holder li, 
#image-thumbnails li {
    position: relative;
	list-style-type: none;  
    margin-bottom: 10px;
}
.upload-img-holder li a {
    position: absolute;
    bottom: 5px;
    background: #eee;
    cursor: pointer;
    width: 130px;
    left: 5px;
    text-align: center;
}
.update-images, .update-info, a.update-properties {
    margin-top: -10px;
    background: #337ab7;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff !important;
    display: block;
}
.list-view img.img-thumbnail {
    max-width: 80px;
    max-height: 80px;
}
.add-artwork img.img-thumbnail,
.detailed-view img.img-thumbnail  {
    max-width: 140px;
    max-height: 140px;
}
.grid-view img.img-thumbnail {
    max-width: 300px;
    max-height: 300px;
}
.set-primary {
  /*display: none;*/
}
.artwork-filter {
   /* max-width: 250px; */
    min-width: 100px;
    margin-right: 5px;
}
.artwork-filter button {
	margin-left: 5px;
}
.artwork-filter button i {
    color: #1674ba;
}
.page-header .add {
  margin-left: 10px;
}
.filters .filter-checkbox {
  
}
.filters .filter-search { 
    max-width: 190px;
}
.filters .filter-perpage,
.filters .filter-views {
    max-width: 150px;
}

ul.address {
  position: relative;
    font-size: 12px;
}
ul.address li {
    float: left;
    padding-left: 20px;
    margin-top: 5px;
}
ul.address li span.glyphicon.glyphicon-map-marker {
    padding-top: 4px;
    position: absolute;
    left: 0px;
    top: inherit;
}
th .checkbox input {
    margin-top: 13px;
}
td .checkbox input {
    margin-top: -7px;
}
.glyphicon-plus, 
.glyphicon-remove, 
.glyphicon-ok, 
.glyphicon-minus,
.glyphicon-search {
    margin: 0!important;
}
.view-container .btn.add {
    padding: 2px 4px;
}
.glyphicon {
  margin-right: 5px;
 /* color: #737370;*/
}
.glyphicon.glyphicon-star,
.glyphicon.glyphicon-star-empty {
    margin-right: 5px;
}
.row .disabled {
    background: #eeeeee;
}
.selectArtwork li:last-child,
.selectArtist li:last-child {
    background: #C5C5C5;
}
.selectArtwork li:last-child a,
.selectArtist li:last-child a {
    font-weight: bold;
}
.add-artwork #artist-firstname, 
.add-artwork #artist-lastname, 
.contact-container, 
.address-container, 
.artist-pref-container {
  display: none;
}
.upload-img-holder span.glyphicon.glyphicon-remove,
#image-thumbnails span.glyphicon.glyphicon-remove,
#customer-img-holder span.glyphicon.glyphicon-remove {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    margin: 8px!important;
    color: #DC0000;
}
span.glyphicon.glyphicon-ok-sign {
    color: #008000;
}
span.glyphicon.glyphicon-remove-sign,
span.glyphicon.glyphicon-remove-circle {
    color: #CA0000;
}
span.glyphicon.glyphicon-alert {
    color: #E29302;
}
#module-content .glyphicon-user {
    clear: both;
    display: block;
    margin-top: 10px;
	cursor: pointer;
}
.glyphicon-user.active,
span.glyphicon.glyphicon-ok-circle {
    color: #51A261;
    border-color: #dff0d8;
}
.glyphicon-user.inactive,
.glyphicon-ban-circle {
    color: #DADADA;
}
#shipping-details p {
    float: left;
}
#shipping-details input {
    width: 50%;
}
#shipping-details .row {
  background-color: #eee;
  padding: 10px 0;
  margin: 5px 0;
}
a.update-properties, a.update-prices {
    color: #337ab7;
}
.modal td {
    padding: 5px 10px;
}
#form-artworks-edit table .form-group {
    padding-left: 0;
    margin-top: 10px;
}
/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}
.footer p {
  text-align: center;
}
.alert .glyphicon {
    font-size: 20px;
    vertical-align: top;
}
.dropdown-menu.open {
    /*max-height: 200px!important;*/
}
ul.dropdown-menu.inner {
    /*overflow-y: hidden!important;*/
}
/* Price Range Slider */
.slider-selection {
    background: #444;
}
/** Sorting DataTable */
table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
}
 
table.table thead .sorting { background: url('../../images/sort_both.png') no-repeat center right; }
table.table thead .sorting_asc { background: url('../../images/sort_asc.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('../../images/sort_desc.png') no-repeat center right; }
 
table.table thead .sorting_asc_disabled { background: url('../../images/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('../../images/sort_desc_disabled.png') no-repeat center right; }

/* typeahead */
span.twitter-typeahead {
    display: block!important;
}
div.inputArtwork{
  position: relative;
}
.typeahead, .tt-query, .tt-hint {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    outline: medium none;
    padding: 8px 12px;
    width: 100%;
}
.typeahead {
  background-color: #FFFFFF;
}
.typeahead:focus {
  border-color: #0097CF;
}
.tt-hint {
  color: #999999;
}
.tt-dropdown-menu {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 12px;
  padding: 8px 0;
  width: 100%;
}
.tt-suggestion {
  font-size: 14px;
  line-height: 24px;
  padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
  background-color: #0097CF;
  color: #FFFFFF;
}
.tt-suggestion p {
  margin: 0;
}

/*jQuery UI autocomplete for bootstrap*/
span.ui-helper-hidden-accessible {
    padding: 2px 15px;
    font-size: 12px;
    color: #828181;
    display: block;
}
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover, .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active, .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
}
/* MODAL */
.modal-dialog{
    overflow-y: initial !important
}


#pricelist-page2, #walltags-page2 {
    max-height: 560px;
    overflow-y: auto;
}
.modal-action-btn {
    margin-right: 16px;
    margin-bottom: 14px;
}
.modal-body .form-horizontal .col-sm-2,
.modal-body .form-horizontal .col-sm-10 {
    width: 100%
}
.modal-body .form-horizontal .control-label {
    text-align: left;
}
.modal-body .form-horizontal .col-sm-offset-2 {
    margin-left: 15px;
}
.clickable-row {
  cursor : pointer;
}

/* newly added 08122016 by Ivane */
.new-list {
    background: #87cd0a;
    border: 1px solid #87cd0a;
    margin-left: 5px;
	display: none;
}
.new-list:hover, .new-list:active {
    background: #74ad0e;
    border: 1px solid #74ad0e;
}
form#form-artworks-add #artist-firstname, form#form-artworks-add #artist-lastname {
    display: none;
}
td.artworks-display-image-list,
td.customers-display-image-list {
    max-width: 20%;
}
#pricehistory .price-history-properties {
    width: 30%;
}
.fancybox-wrap.fancybox-desktop.fancybox-type-image.fancybox-opened {
   /* top: 80px!important;*/
}
.main #addresses .glyphicon-map-marker {
    margin-top: 3px;
}
.main #addresses p {
    /*padding-left: 20px;*/
}
.main table td a {
    color: #337ab7;
}
#artwork-dimensions i.glyphicon.glyphicon-ok {
    color: #cfd2cd;
}
#artwork-dimensions i.glyphicon.glyphicon-ok.selected {
    color: #38c500;
}
.checkboxes .checkbox {
    margin-right: 10px;
    margin-top: 0!important;
}
.morecontent span {
	display: none;
}
.morelink {
	color: #337ab7;
	display: block;
}
#similar-customers {
    padding-left: 17px;
}
#similar-customers li {
    list-style-type: circle;
    font-weight: bold;
}
#similar-customers li small {
    color: #828282;
    font-weight: normal;
}
#added-customer-addresses li,
#added-customer-contacts li,
#added-customer-artists-preferences li,
#similar-customer-address li,
#similar-customer-contact li {
	list-style-type: none;
}
#not-listed {
    margin-left: 15px;
    color: #337ab7;
	cursor: pointer;
}
.last-contact-note {
	position: relative;
}
.last-contact-note p {
    position: absolute;
    width: 200px;
    background: #F7F7F7;
    padding: 10px;
    border-radius: 4px;	
    font-size: 12px;
}
#form-ar-record-add #tbl-non-artwork-list .bootstrap-select {
    width: 45%!important;
    float: left!important;
    margin-right: 10px;
}
.glyphicon-arrow-down {
    font-size: 16px;
    color: #93c531;
}
.glyphicon-arrow-up {
    color: #e79b34;
    font-size: 16px;
}
#view-sales-record #addresses p {
    padding-left: 0;
}
#similar-customers ol {
    padding: 0;
}
#similar-customers ol li {
    list-style: none;
}
#search-customer-availability {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
#module-content #customers.table-responsive {
    min-height: 50%!important;
}
.dimension-label, .price-label {
	display: none;
}
#image-thumbnails .set-primary, 
#image-thumbnails .primary {
    position: absolute;
    bottom: 5px;
    background: #eee;
    cursor: pointer;
    width: 130px;
    left: 5px;
    text-align: center;
}
div#UpdateImages li button {
    position: absolute;
}
div#UpdateImages li button.setPrimary {
    right: 2px;
    top: 0;    
	padding: 5px 0px 5px 6px;
	border: none;
	background: none;
}
div#UpdateImages li button.setPrimary i.glyphicon.glyphicon-star.selected,
div#UpdateImages li button.setPrimary i.glyphicon.glyphicon-star:hover {
    color: #fbbe25!important;
}
div#UpdateImages li button.setPrimary i.glyphicon.glyphicon-star {
    color: #ffffff!important;
}
div#UpdateImages li button.removeImage i.glyphicon.glyphicon-ok,
#table-sales .invoice-item button.shipItem i.glyphicon.glyphicon-ok {
	color: #e4e4e4!important;
}
div#UpdateImages li button.removeImage i.glyphicon.glyphicon-ok.selected,
div#UpdateImages li button.removeImage i.glyphicon.glyphicon-ok:hover,
div#UpdateImages li button.removeImage:hover,
#table-sales .invoice-item button.shipItem i.glyphicon.glyphicon-ok.selected,
#table-sales .invoice-item button.shipItem i.glyphicon.glyphicon-ok:hover,
i.glyphicon.glyphicon-ok.selected, i.glyphicon.glyphicon-ok.selected:hover {
    color: #337ab7!important;
	background-color: #fff;
}
#table-sales button.shipItem {
	margin-left: 10px;
	margin-top: 3px;
}
#table-sales .invoice-item {
	clear: both;
	display: block;
	margin-bottom: 10px;
}
#table-sales .invoice-item input {
	width: 80%;
}
div#UpdateImages li button.removeImage {
    right: -5px;
    bottom: -5px; 
    padding: 6px;
}
div#UpdateImages li img {
    max-height: 130px; 
    max-width: 130px;
	margin-left: 10px;
}
div#UpdateImages ul#customer-img-holder li button.removeImage {
    right: -5px;
    bottom: 30px;
    padding: 6px;
}
div#UpdateImages ul#customer-img-holder  li img {
    max-height: 130px; 
	width: 130px;
	margin-left: 10px;
}
div#UpdateImages li a {
	width: 120px;
    left: 15px;
}
#UpdateImages .blurb {
    color: grey;
    margin: 10px 0 0 10px ;
    display: block;
}
#login-main p {
	font-size: 13px;
	color: #333;
}
#login-main p.copyright {
	text-align: center;	
    margin: 10px 0 0 10px ;
    color: #666;
}
#login-container {
	margin: 10px 0 0 0;
    padding: 10px 30px 30px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f6f6f6;
}
#login-container h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    font-size: 20px;
    color: #666;
}
#login-container span.glyphicon.glyphicon-remove-sign {
    top: -1px;
}
#login-container .alert.alert-danger {
    font-size: 14px;
}
form.navbar-form.navbar-right {
    margin: 0!important;
}
form.navbar-form.navbar-right input.form-control {
    height: 25px;
    margin-top: 4px;
}
.inputSuite {
    position: relative;
}
.inputSuite input#artwork-suite {
    width: 90%;
}
@media (max-width: 768px) {
  .inputSuite .glyphicon-remove-sign {
    right: 10px!important;
  }
}
.inputSuite .glyphicon-remove {
    position: absolute;
    top: 35px;
    right: 20px;
    cursor: pointer;
}
.page-header .translated {
	font-style: italic;
    font-size: 14px;
    color: #5d5b5b;
}
.search-results {
    color: #337ab7;
}
#tbody-artworks td a img.artwork-img.img-responsive {
    width: 80px;
}
td.customers-display-image a img.customer-img.img-responsive {
	width: 45px;
}
.change-status {
    margin: 3px 0 0 10px;
}

/* CALENDAR */
#script-warning {
	display: none;
	background: #eee;
	border-bottom: 1px solid #ddd;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: red;
}
#loading {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}
#calendar {
	max-width: 900px;
	margin: 40px auto;
	padding: 0 10px;
}
.calendar .legend-scale {
    border: 1px solid #ddd;
    float: right;
    margin: 1% 5% 1%;
    padding: 10px 10px 0;
}
.calendar .legend-scale ul {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}
.calendar .legend-scale ul li {
    display: block;
    float: left;
    width: 50px;
    margin-bottom: 6px;
    text-align: center;
    font-size: 70%;
    list-style: none;
}
.calendar ul.legend-labels li span {
    display: block;
    float: left;
    height: 15px;
    width: 50px;
}

/* Slideshow Styles go here */

#navPrev, #navNext {
  color: #333;
  font-size: 2em;
}

#navPrev:hover, #navNext:hover {
  color: #ffffff;
}

#navPrev[disabled], #navNext[disabled] {
  color: #cdcdcd;
  cursor: default;
}
.thumbnail {
	float: left;
	border: 0 none!important;
}
.modal-dialog {
    background: none!important;
}
#artwork-view-display span.glyphicon.glyphicon-chevron-right {
    position: absolute;
    right: 14px;
	top: 100px;
}
#artwork-view-display span.glyphicon.glyphicon-chevron-left {
	top: 100px;
}
.album-view .modal-dialog {
    width: 98%;
}
.album-view #modalTitle, #modalText {
    color: #CCC;
}
.album-view #modalText {
    text-align: center;
}
.album-view div#modal {
    background-color: rgba(0, 0, 0, 0.9) !important;
}
.album-view img#modalImg {
    /*max-height: 400px!important;*/
	max-width: 98%;
}
.album-view .modal-content {
    background-color: rgba(0, 0, 0, 0) !important;
    box-shadow: none;
    border: none;
}
.album-view .modal-header, .album-view .modal-footer {
	border: none!important;
}
.album-view #modal .close {
    font-size: 32px;
    font-weight: normal;
    color: #ffffff;
    text-shadow: none; 
    opacity: .9;
}

#album-preloader {
    height: 64px;
	margin-top: 100px;
    background: transparent url("../../images/preloader-2.gif") center center no-repeat;	
	display: block;
}

/* ALBUM VIEW hover effect */
.album-view .hovereffect {
    width: 233px;
    height: 233px;
    float: left;
    margin: 7px;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.album-view .hovereffect .overlay {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	opacity:0;
	background-color:rgba(0,0,0,0.5);
	border-bottom: 5px solid #337ab7;
	-webkit-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
}

.album-view .hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    height: 100%;
    min-width: 100%;
}

.album-view .hovereffect h2 {
	text-transform:capitalize;
	color:#fff;
	text-align:left;
	position:relative;
	font-size:14px;
	font-weight: bold;
	/*background:rgba(0,0,0,0.6);*/
	-webkit-transform:translatey(-100px);
	-ms-transform:translatey(-100px);
	transform:translatey(-100px);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	padding:10px;	
    margin-top: 20px;
}

.album-view .hovereffect a.info {
	text-decoration:none;
	text-transform:uppercase;
	display:inline-block;
	color:#fff;
	border:1px solid #fff;
	background-color:transparent;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	margin:50px 0 0 68px;
	padding:7px 14px;
}

.album-view .hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.album-view .hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.album-view .hovereffect:hover .overlay {
	opacity:1;
	filter:alpha(opacity=100);
}

.album-view .hovereffect:hover h2,.hovereffect:hover a.info {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-transform:translatey(0);
	-webkit-transform:translatey(0);
	transform:translatey(0);
}

.album-view .hovereffect:hover a.info {
	-webkit-transition-delay:.2s;
	transition-delay:.2s;
	text-decoration: none;
    padding: 7px 14px;
    border: 1px solid #fff !important;	
    border-radius: 0!important;
    margin: 50px 0 0 68px;
    border-radius: 0;
    background-color: transparent;
}
.album-view .hovereffect h2 > p {
    font-size: 11px;
	font-weight: normal;
    margin: 0 0 5px 0;
    color: #fff;
    text-transform: capitalize;
}
th { white-space: nowrap; }

/* overwrite font-awesome default value */
.fa-sort { display: inline; }

/* UI fixes on Add Artwork > existing image */
#form-artworks-add li button.setPrimary {
    right: 2px;
    top: 0;
    padding: 5px 0px 5px 6px;
    border: none;
    background: none;
}
#form-artworks-add li button.setPrimary i.glyphicon.glyphicon-star.selected, #form-artworks-add li button.setPrimary i.glyphicon.glyphicon-star:hover {
    color: #fbbe25!important;
}

#form-artworks-add li button.setPrimary i.glyphicon.glyphicon-star {
    color: #ffffff!important;
}

#form-artworks-add li button {
    position: absolute;
}

#form-artworks-add li button.removeImage i.glyphicon.glyphicon-ok.selected, 
#form-artworks-add li button.removeImage i.glyphicon.glyphicon-ok:hover, 
#form-artworks-add li button.removeImage:hover {
    color: #337ab7!important;
    background-color: #fff;
}

#form-artworks-add li button.removeImage {
    right: -5px;
    bottom: -5px;
    padding: 6px;
}

/* added clear button/link on all search boxes */
input#sitewide-search {
    padding: 6px 15px 6px 6px;
}
#filter-search-clear .glyphicon-remove, .navbar-form .glyphicon-remove {
    color: #ff0000;
}
.navbar-form .glyphicon-remove {
    position: relative;
    right: 15px;
    cursor: pointer;
    font-size: 12px;
    top: 5px;
}
#filter-search-clear {
    text-align: right;
    display: none;
}


/* Notifications */
#notif-message {
    position: absolute;
    right: 10px;
    border: 1px solid #cccccc8f;
    padding: 6px 8px 4px;
    top: 10px;
    border-radius: 4px;
    background: #edf2fa;
}
#notif-message .glyphicon-remove-circle {
    position: absolute;
    right: -8px;
    top: -5px;
    color: #333;
}
#notif-message p {
    margin-bottom: 0 !important;
    font-size: 12px;
}
#notif-message .glyphicon-remove-circle {
	cursor: pointer;
}
#notification_li {
	position:relative
}
#notificationContainer {
	background-color: #fff;
	border: 1px solid rgba(100, 100, 100, .4);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	overflow: visible;
	position: absolute;
	top: 35px;
	margin-left: -170px;
	width: 280px;
	z-index: -1;
	display: none; // Enable this after jquery implementation 
}

/*Popup Arrow*/
#notificationContainer:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	color: transparent;
	border: 10px solid black;
	border-color: transparent transparent white;
	margin-top: -20px;
	margin-left: 188px;
}
#notificationTitle {
	font-weight: bold;
	padding: 8px;
	font-size: 13px;
	background-color: #ffffff;
	position: fixed;
	z-index: 1000;
	width: 278px;
	border-bottom: 1px solid #dddddd;
}
#notificationsBody {
	padding: 40px 10px 10px 10px !important;
	min-height: 300px;
    background: #edf2fa;
}
#notificationsBody p:last-child {
    border-bottom: none !important;
}
#notificationsBody p {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#notificationsBody p .completed {
    color: #ccc;
	cursor: default;
	text-decoration: none !important;
}
#notificationFooter {
	background-color: #e9eaed;
	text-align: center;
	font-weight: bold;
	padding: 8px;
	font-size: 12px;
	border-top: 1px solid #dddddd;
}
#notification_count {
	padding: 1px 6px;
    background: #cc0000;
    color: #ffffff;
    margin-left: 77px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    position: absolute;
    top: 0;
    right: 6px;
    font-size: 10px;
}
/* public page */
span.glyphicon.glyphicon-eye-close {
    color: #ccc;
}
span.glyphicon.glyphicon-eye-open {
    color: #0067c1;
}
/*
.dimension_inches, .dimension_cm { display: none; }
*/
#shortp, #longp { cursor: pointer; }
/* ul.sales-status {display:none;} */
ul.sales-status li:first-child {
    /*border-left: 1px solid #ccc;*/
}
ul.sales-status li {
    position: relative;
    width: 32px;
    height: 33px;
    /*border: 1px solid #ccc;*/
    display: inline-block;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    border-left: 0;
    float: left;
}
ul.sales-status li i {
    cursor: pointer;
}
ul.sales-status li i.status-payment {
    background: url('../../images/status_payment.png') no-repeat;
    height: 30px;
    width: 30px;
    display: block;
}
ul.sales-status li i.status-wrap {
    background: url('../../images/status_wrap.png') no-repeat;
    height: 30px;
    width: 30px;
    display: block;
    cursor: pointer;
}
ul.sales-status li i.status-customframe{
    background: url('../../images/status_customframe.png') no-repeat;
    height: 30px;
    width: 30px;
    display: block;
    cursor: pointer;
}
ul.sales-status li i.status-shipped{
    background: url('../../images/status_shipped.png') no-repeat;
    height: 30px;
    width: 30px;
    display: block;
}
ul.sales-status li i.status-coa{
    background: url('../../images/status_coa.png') no-repeat;
    height: 30px;
    width: 30px;
    display: block;
    cursor: pointer;
}
ul.sales-status li i.status-shipped.selected {
    cursor: auto!important;
}
ul.sales-status li i.selected:after {
    content: '';
    background: url(../../images/selected.png) no-repeat;
    width: 13px;
    display: block;
    height: 16px;
    margin-top: 17px;
    position: absolute;
    margin-left: 19px;
}
#event-group-name { display:none; margin-top: 10px; }
input#vendors-onhand-only, input#artworks-onhand-only {  margin: 15px 0px 15px 20px; }
.nav-sidebar .well ul  {
    margin: 0 15px;
}
/*
#collapseLocations ul.locations li {
    padding-left: 15px;
}
ul.locations li:before {
    content: '\2022';
    margin: 0 10px 2px 0;
    color: #337ab7;
    font-size: 12px;
}
*/
td.artworks-display-image-list img.artwork-img,
.artbrow-sorttable td:first-child .artwork-img,
.modal-dialog td .artwork-img {
    width: 100px;
    height: 100px;
    position: relative;
    clip: rect(0px,60px,200px,0px);
}
#tbody-dimension td a {
    margin-bottom: 5px;
    display: block;
    background: #333;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
}
#tbody-dimension td sup a {
    padding: 0;
    border-radius: unset;
    color: #337ab7;
    margin: 0;
    display: unset;
    background: none;
}

/* added Tagged Entities */
i.glyphicon.glyphicon-tags {
    left: 15px;
    position: absolute;
    top: inherit;
    bottom: 5px;
}
.tag-entity {
    border: 1px solid #eee;
    border-radius: 4px;
    margin-top: 10px;
    margin-left: 10px;
    width: 130px;
    padding-left: 25px;
}
#image-thumbnails .more-items {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 110px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding-top: 34px;
    height: 110px;
}
.fancybox-title-float-wrap .child {
	background: none!important;
}
.fancybox-title-float-wrap .child a {
	color: #fff;
}
.tright {
	text-align: right;
}
.tleft {
	text-align: left;
}
.tcenter {
	text-align: center;
}
#artworkItems td img.artwork-img {
    margin-right: 20px;
    width: 150px;
}
#scannedInvoice ul#image-thumbnails {
	padding: 0;
}
#scannedInvoice ul#image-thumbnails li {
	list-style: none;
    float: left;
    margin: 5px;
}
@media (min-width: 768px) {
	.table-responsive {
		overflow: inherit !important;
	}
}

/* Documents */
.documents {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.doc img {
	height: 245px;
    border: 2px solid #7e8085;
	border-radius: 4px;
    padding: 20px;
}
.img-center {
	margin: 0 auto;
}
/* Business cards  */
.bcards-details img {
    height: 210px;
	overflow: hidden; 
}
/* selected/unselected fixes  */
.form-control[disabled] {
    color: #ccc;
}
.btn-default.focus, .btn-default:focus {
    background-color: #fff!important;
}
.modal-dialog button.btn-default i.glyphicon-ok{
    color: #ccc;
}
.as-artwork-item {
	margin: 0 10px 15px;
    padding: 15px;
    background-color: rgba(238, 238, 238, 0.56);
}

/* Events  */
#module-content .glyphicon-user {
    display: inline;
}
.event .li {
    overflow-y: auto;
    height: 300px;
}

/* Customer Status  */
.cust-stat.hot {
	background: url('../../images/hot-ico.png') no-repeat;
	height: 29px;
	width: 20px;
	display: block;		    
	position: relative;
	cursor: pointer;
}
.cust-stat.warm {
	background: url('../../images/warm-ico.png') no-repeat;
	height: 29px;
	width: 20px;
	display: block;		    
	position: relative;
	cursor: pointer;
}
.cust-stat.cool {
	background: url('../../images/cool-ico.png') no-repeat;
	height: 29px;
	width: 20px;
	display: block;		    
	position: relative;
	cursor: pointer;
}
.cust-stat.cold {
	background: url('../../images/cold-ico.png') no-repeat;
	height: 29px;
	width: 20px;
	display: block;		    
	position: relative;
	cursor: pointer;
}
.cust-stat.inactive {
	background: url('../../images/inactive-ico.png') no-repeat;
	height: 29px;
	width: 20px;
	display: block;		    
	position: relative;
	cursor: pointer;
}
.row.documents div.col-lg-1 {
    width: 7.5%!important;
}
/* 2020 css */
#btn-add-tag {
    background: #337AB7;
    border-color: #337AB7;
    border-radius: 4px;
    color: #fff !important;
    padding: 4px 10px;
}

#customer-tag-name {
    width: 70%;
    margin-top: 4px;
    margin-right: 5px;
}

button#save-updated-invoice {    
    margin-top: 10px;
}
/* 11/2021 updates */

.void:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 20%;
    /* top: 20%; */
    width: 920px;
    height: 511px;
    opacity: 0.6;
    background-image: url('https://app.artbrow.com/images/void-bg.jpeg');
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: cover;
}

.left-sidebar ul{
  list-style: none;
}
.left-sidebar ul li{
  width: 100%;
  padding:0px 0px;
  display: inline-block;
  border-bottom:1px solid #d2d2d2;
}
.left-sidebar ul li a:hover{
  background-color: #d2d2d2;
  color:red;
}
.left-sidebar ul li a{
  display: inline-block;
  width: 100% !important;
  color:#000;
}
.left-sidebar .badge{
  float:right;
}
.message-right h1{
  font-size:18px;
}
.message-box-icon i{
  padding: 0px 3px;
}
.message-box-input .form-control{
  border-radius: unset;
  box-shadow: none;
}
.message-box-last-content{
  /* margin-top: -20px; */
  /* border-top:2px solid #E5E5E5; */
  /* background-color: #f5f5f5; */
  width: 100%;
}
.message-box-last-content i{
  color:#404040;
  padding:0px 5px;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center; 
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}
.m-0 {margin: 0!important; }
.mb-3 { margin-bottom: 1rem!important; }
.mb-4, .my-4 { margin-bottom: 1.5rem!important; }
.p-0 { padding: 0!important; }
.p-2 { padding: .5rem!important; }
.p-3 { padding: 1rem!important; }
.px-0 {padding-left: 0;padding-right: 0;}
.pl-3, .px-3 { padding-left: 1rem!important; }
.pr-3, .px-3 { padding-right: 1rem!important;}
.pt-2 {padding-top: .5rem!important;}
.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.py-3 {padding-top: 1rem;padding-bottom: 1rem;}
.text-white { color: #fff!important; }
.border { border: 1px solid #e9ecef!important; }
.pull-right { float: right; }
.bg-dark { background-color: #343a40!important; }
.company-settings h3 {font-size: 18px;}
.nopad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*image gallery*/
.image-checkbox {
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 4px solid transparent;
  margin-bottom: 0;
  outline: 0;
}
.image-checkbox input[type="checkbox"] {
  display: none;
}

.image-checkbox-checked {
  border-color: #4783B0;
}
.image-checkbox .fa {
  position: absolute;
  color: #4A79A3;
  background-color: #fff;
  padding: 10px;
  top: 0;
  right: 0;
}
.image-checkbox-checked .fa {
  display: block !important;
}
