/*
 * 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;
}
.row {
    margin-right: 0; 
    margin-left: 0; 
}

/*
 * 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;
}

/*
 * 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;
}

.footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}
.footer p {
  text-align: center;
}
.modal-dialog{
    overflow-y: initial !important
}

/* Slideshow Styles go here */

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

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

#navPrev[disabled], #navNext[disabled] {
  color: #333;
  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/75.gif") center center no-repeat;	
	display: block;
}

/* ALBUM VIEW hover effect */
.album-view .hovereffect {
    width: 233px;
    height: 233px;
    float: left;
    margin: 3px;
    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;
}