.arrow-up {
	width: 0;
	height: 0;

	cursor: pointer;
	cursor: hand;

	border-right: 5px solid transparent;
	border-bottom: 5px solid black;
	border-left: 5px solid transparent;
}

.arrow-down {
	width: 0;
	height: 0;

	cursor: pointer;
	cursor: hand;

	border-top: 5px solid black;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

#report_grid td {
	min-width: 10em;
}

.img-selected {
	border: 7px solid rgb(0, 0, 0);
}

.sugestion-item {
	display: none;
}
.selected {
	display: block !important;
}

.report-thumb {
	display: block;
	overflow: hidden;

	max-width: 50px;
	height: auto;
}

.scroll-bar,
.report {
	overflow-x: scroll;
	overflow-y: hidden;
	margin-left: 0.9375rem;
	padding-left: 0;
}

.scroll-bar {
	height: 20px;
	width: 100%;
}

.scroll-bar-content {
	height: 20px;
}

.report-content {
	overflow: auto;
	width: 100%;
	margin-top: 6px;
}

.report-content th {
	line-height: 1;
    padding: 4px 0;
}

.fixed-button {
    position: fixed;
    bottom: 20px;
    right: 10%;
    box-shadow: 0px 0px 11px 6px rgba(0, 0, 0, 0.33);
    z-index: 100;
}

.select {
    cursor: pointer;
    padding: 10px;
}

.nav-fixed {
    position: fixed;
    display: block;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.nav-fixed .previous,
.nav-fixed .next {
    display: block;
    width: 34px;
    height: 101px;
    opacity: 0.5;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.nav-fixed .previous:hover,
.nav-fixed .next:hover {
    opacity: 1;
}

.nav-fixed .previous {
    background: url("../images/arrow-previous.png") no-repeat;
    position: absolute;
    left: 1%;
    top: 0;
}

.nav-fixed .next {
    background: url("../images/arrow-next.png") no-repeat;
    position: absolute;
    right: 1%;
    top: 0;
}

.nav-fixed .previous:hover,
.nav-fixed .next:hover {
    opacity: 1;
}

.nav-fixed .previous {
    background: url("../images/arrow-previous.png") no-repeat;
    position: absolute;
    left: 1%;
    top: 0;
}

.nav-fixed .next {
    background: url("../images/arrow-next.png") no-repeat;
    position: absolute;
    right: 1%;
    top: 0;
}

.op-selected:hover,
.op-selected:focus {
    text-decoration: none;
    background-color: #eeeeee;
    border-radius:5px;
    width:500px;
    color:black !important;

}


.history{
    font-size:14px;
}


.history b{
    color: #000;
}

.showHistory {
    margin-top: -1px;
	overflow: hidden;
	height: 100%;
	position: relative;
	z-index: 10;
    -moz-transition: height 0.5s ease-in-out, -moz-box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, -o-box-shadow 0.1s linear;
    -webkit-transition: height 0.5s ease-in-out, -webkit-box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear
}

.hideHistory {
    margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
    /*-moz-transition: height 0.5s ease-in-out, -moz-box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, -o-box-shadow 0.1s linear;
    -webkit-transition: height 0.5s ease-in-out, -webkit-box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear*/
}

.copyright {
	position: fixed;
	bottom: 20px;
	left: 20px;

	font-size: 11px;
	text-transform: uppercase;
}

.footer .logo {
	display: none;
}

.loading-box {
	pointer-events: none;
}

.loading-box img {
	display: none;
}

.gallery {
	list-style: none;
}
.gallery li {
	height: 280px;
}
.gallery li[class*="column"] + [class*="column"]:last-child {
	float: left;
}
.work-details-holder {
	margin-top: 10px;
}

.work-details {
	margin-top: 10px;
}

.work-details h5 {
	margin-top: 0;
	padding-top: 0;
	border: none;
}

.details-slider {
	float: left;
	position: relative;
	width: 100%;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 15px;
}

.details-slider-controls {
	float: right;
}

.details-slider .details-prev,
.details-slider .details-pos,
.details-slider .details-next {
 	margin-left: 10px;
	float: left;
}

.details-slider .details-prev,
.details-slider .details-next {
	cursor: pointer;
}


 /* jssor slider arrow navigator skin 05 css */
        /*
        .jssora05l                  (normal)
        .jssora05r                  (normal)
        .jssora05l:hover            (normal mouseover)
        .jssora05r:hover            (normal mouseover)
        .jssora05l.jssora05ldn      (mousedown)
        .jssora05r.jssora05rdn      (mousedown)
        .jssora05l.jssora05lds      (disabled)
        .jssora05r.jssora05rds      (disabled)
        */
        .jssora05l, .jssora05r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 40px;
            cursor: pointer;
            background: url('img/a17.png') no-repeat;
            overflow: hidden;
        }
        .jssora05l { background-position: -10px -40px; }
        .jssora05r { background-position: -70px -40px; }
        .jssora05l:hover { background-position: -130px -40px; }
        .jssora05r:hover { background-position: -190px -40px; }
        .jssora05l.jssora05ldn { background-position: -250px -40px; }
        .jssora05r.jssora05rdn { background-position: -310px -40px; }
        .jssora05l.jssora05lds { background-position: -10px -40px; opacity: .3; pointer-events: none; }
        .jssora05r.jssora05rds { background-position: -70px -40px; opacity: .3; pointer-events: none; }
        /* jssor slider thumbnail navigator skin 01 css *//*.jssort01 .p            (normal).jssort01 .p:hover      (normal mouseover).jssort01 .p.pav        (active).jssort01 .p.pdn        (mousedown)*/.jssort01 .p {    position: absolute;    top: 0;    left: 0;    width: 72px;    height: 72px;}.jssort01 .t {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    border: none;}.jssort01 .w {    position: absolute;    top: 0px;    left: 0px;    width: 100%;    height: 100%;}.jssort01 .c {    position: absolute;    top: 0px;    left: 0px;    width: 68px;    height: 68px;    border: #000 2px solid;    box-sizing: content-box;    background: url('img/t01.png') -800px -800px no-repeat;    _background: none;}.jssort01 .pav .c {    top: 2px;    _top: 0px;    left: 2px;    _left: 0px;    width: 68px;    height: 68px;    border: #000 0px solid;    _border: #fff 2px solid;    background-position: 50% 50%;}.jssort01 .p:hover .c {    top: 0px;    left: 0px;    width: 70px;    height: 70px;    border: #fff 1px solid;    background-position: 50% 50%;}.jssort01 .p.pdn .c {    background-position: 50% 50%;    width: 68px;    height: 68px;    border: #000 2px solid;}* html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {    /* ie quirks mode adjust */    width /**/: 72px;    height /**/: 72px;}


.zero {
    padding:0;
}


.fadeIn {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.img-fade-in {
opacity:0;
-moz-transition: opacity 1s; /* Firefox 4 */
-webkit-transition: opacity 1s; /* Safari and Chrome */
-o-transition: opacity 1s;
transition: opacity 1s;
}

.img-fade-in-f {
opacity:1;
-moz-transition: opacity 1s; /* Firefox 4 */
-webkit-transition: opacity 1s; /* Safari and Chrome */
-o-transition: opacity 1s;
transition: opacity 1s;
z-index:100;
}


.login-page .login-login { max-width: 230px; margin-bottom: 0px; }

.login-page label {
    color: #67595b;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
}

.login-page input[type='text'], input[type='password'] {
    float: left;
    width: 150px;
    border-radius: 0;
    font-size: 13px;

	height: 20px;
	margin-top: 7px;
	padding: 0 5px;

}

.login-page .copyright {
    font-size: 10px;
    color: #808080;
}

.login-page fieldset {
    border: none;
    padding: 50px 20px;
}

.login-page label {
    float: left;
    width: auto;
    margin-right: 10px;
}

.login-page label span {
    float: left;
    width: auto;

    font-size: 10px;
    color: #003399;

    margin-top: 10px;
    margin-left: 5px;
    margin-right: 10px;

    font-family: "Timew New Roman", Times, serif;
    text-transform: uppercase;
}

.login-page .login-form-button {
	opacity: 0;
	pointer-events: none;

	transition: opacity 1s;
}

.login-page .login-form-button.active {
	opacity: 1;
	pointer-events: all;
}


.login-page .login-form-button img {
    width: 285px;
    max-width: 285px;
    cursor: pointer;
}

.login-page .login-form-button img:hover {
    opacity: .6;
}

.login-page .login-form-holder {
    opacity: 0;
	width: 100%;
	top: 175px;
    position: absolute;
    pointer-events: none;

    transition: opacity 1s;
}

.login-page .login-form-holder.active {
    opacity: 1;
	pointer-events: all;
}

.login-page .login-btn {
	position: absolute;
	right: 30px;
	float: left;
	margin-top: -12px;
	background: #2C1D1D;
	border-radius: 0;
	font-family: Helvetica, Arial, sans-serif;
	background: none;
	background-image: url('../images/logo-white.png');
	background-size: 56px 56px;
	width: 56px;
	height: 56px;
	outline: none;
}

.columns .wrapper {
	display: inline-block;
	vertical-align: middle;
}

.login-form-holder span.error {
	float: left;
	width: 100%;
}

.vert-align {
	display: table-cell;
	height: 200px;
	vertical-align: middle;
}

@media only screen and (max-width: 1180px) {

	.login-page .login-btn {
	    float: none;
	    margin: 0 auto;
	    position: absolute;
	    text-align: center;
	    top: 160px;
	    left: 50%;
	    margin-left: -28px;
	}

	.login-form-holder span.error {
		position: absolute;
		left: 0;
		top: 0;
	}

}

@media only screen and (max-width: 768px) {
	nav.main-nav {
		border-top: 1px solid #ccc;
		padding-top: 7px;
		border-bottom: 1px solid #ccc;
		height: 55px;
	}

	nav.main-nav li {
		width: 100%;
		text-align: center;
	}

	nav.main-nav li a {
		padding: 6px 0;
	}

	.report-page .large-2 {
		width: 100%;
	}

	.report-page {
		margin-top: 25px;
	}

	nav.main-nav li {
		width: 18%;
	}

	nav.main-nav li:nth-last-child(1) {
		float: right;
	}

	nav.main-nav li a {
		font-size: 11px;
	}

	nav.main-nav li:nth-last-child(1) a {
		font-size: 9px;
	    padding-top: 8px;
	}

	.main-nav .inline-list {
		margin-bottom: -10px;
	}


}

 .lazy {
    display: none;
}


@keyframes fadeIn {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}
.artist-name {
    cursor:pointer;
}

.fadeInAnim {
    animation: fadein .5s normal forwards ease-in-out;

}
.art-hide {
     opacity: 0;
}
.slider {
    position:relative;

    animation: fadein .5s normal forwards ease-in-out;
}

.slider .slider-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    text-align: center;
}

.slider img {
    position: relative !important;
    display: inline-block !important;
}

.slider .ng-hide-add-active {
    display: inline-block !important;
    opacity:1;
    transition: opacity 0.5s;

}
.slider .ng-hide-remove-active {
    display: inline-block !important;
    opacity: 1;
    transition: opacity 0.5s;
}
.slider .ng-hide {
    display: inline-block !important;
  opacity: 0;
}

.slider .ng-show {
    display: block !important;
    opacity: 1;
}

.nobg {
    background-image:none !important;
}

.slider, .slider img {
	-webkit-backface-visibility: hidden !important;
	-webkit-transform: translate3d(0,0,0) !important;
}

.artist-1 {
	display: none;
}

.work-controllers {
	position: relative;
}

.work-controllers .back-btn {
	float: left;
    font-size: 14px;
}

.zoomed {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 160%;
    padding-top: 50px;
    background: #FFF;
	transition: all .5s;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    height: 100vh;
    padding-bottom: 200px;
    z-index: 999999;
}

.zoomed.active {
	opacity: 1;
	pointer-events: all;
}

.zoom-behind.active {
	display: none;
}

.zoomed .zoom-slider {
	margin-top: 20px;
	text-align: center;
}

.zoomed .slider .slider-img {
	height: 1250px;
	height: auto;
}

.zoom-slider.slider {
	float: left;
	width: 100%;
}

.zoomed .slider-img img {
	max-height: 600px !important;
}

.zoomed .zoomed-work-details {
	text-align: center;
}

.gallery figcaption {
	margin-top: 5px;
}

.gallery li {
	margin-bottom: 20px;
}

#offered-works .gallery li {
    padding-left:0;
    text-align:left;
}


.collection-gallery li {
	height: auto !important;
	min-height: 210px !important;
	margin-bottom: 50px;
}

.gallery.collectionartist li {
	height: 200px;
}

.documents-accordion {
	float: left;
	width: 100%;
	padding-left: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.documents-accordion.hideHistory {
	display: none;
}

.documents-accordion dl {
	margin: 0;
}

.inline-list > li:nth-last-child(1) {
	float: right
}

.documents-accordion a {
	color: #555;
	font-size: 14px;
	padding-left: 12px;
}

.ac-container h6 {
	font-size: 16px;
}

.email-artwork-holder {
	padding: 10px;
	margin-top: 10px;

	overflow: hidden;
	height: 0;

	opacity: 0;
	pointer-events: none;

	transition: opacity .5s;
	color: #555;
}

.email-artwork-holder.active {
	height: auto;

	opacity: 1;
	pointer-events: all;
}

.email-artwork-holder.active.visible-xs {
	display: none;
}

.email-artwork-holder p {
	margin-bottom: 10px;
}

.email-artwork-holder p.active {
	color: #555 !important;
}

.email-artwork-holder input, .email-artwork-holder textarea {
	border-radius: 0;
	background-color: #fdfdfd;
	font-family: inherit;
	border: 1px solid #999999;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 0;
}

.email-artwork-holder input {
	height: 35px;
}

.email-artwork-holder button {
	margin-top: 5px;
	border-radius: 3px;
}


.history.ac-small, .history.ac-small.hideHistory {
	overflow: hidden;
	height: 0;

	opacity: 0;
	pointer-events: none;

	transition: opacity .5s;
}

.history.ac-small.showHistory {
	height: auto;

	opacity: 1;
	pointer-events: all;
}

.email-artwork-holder input, .email-artwork-holder textarea {
	border-radius: 3px;
	font-size: 14px;
}

.information-block dt {
	padding-left: 12px;
	width: 30%;
	text-align: left;
}

.dl-row {
	float: left;
	width: 100%;
}

.ac-small p {
	margin-bottom: 10px;
}

.history.ac-small {
	color: #555;
	padding-left: 2px !important;
}

.history.ac-small b {
	color: #555;
}

#emailArtwork, .emailArtwork {
	background:#003399;
    color: #FFF;
    padding: 10px 18px;
    border-radius: 3px;
}

#emailArtwork:hover, .emailArtwork:hover {
	background:black;
	color:#ccc;
}

.selected-tab {
	background: #003399 !important; 
}
.selected-tab:hover {
	color: #fff !important; 
}

.information-block dt, .information-block dd {
	width: 50%;
}

.information-block dd {
	text-align: right;
	padding-right: 20px;
}

.visible-xs { display: none; }

ul.gallery {
	margin-left: 0;	
}

.slider .slider-img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.arrow-down, .arrow-up { position: absolute; }
.arrow-down { top: -17px; right: -8px; }
.arrow-up 	{ top: -22px; right: -8px; }

th .row {
	margin: 0 !important;
}

.inventory-btn-holder {
	width: 680px;
}

.inventory-btn-holder a {
	display: inline-block;
	width: 160px;
	margin-right: 5px;
	text-align: center;
	padding: 10px;
}

.replacement-options {
	width: 680px;
}

.replacement-options ul.gallery {
	display: flex;
    flex-wrap: wrap;
    
    /* margin-left: -20px !important; */
    margin-right: 15px !important;
}

.replacement-options ul.gallery li {
	height: 200px;
}

.replacement-options .large-12 {
	padding: 0;
}

.replacement-options-mobile {
	display: none;
}

@media screen and (orientation:landscape) and (max-width: 768px) {
	.hide-xs { display: none; }
	.visible-xs { display: block; }

	.login-page .login-form-holder {
		width: 100%;
		left: 0%;
	}

	.login-page .login-form-button img {
		max-width: 175px;
	}

	.login-page fieldset {
		padding: 0px 20px;
	    margin-top: -50px;
	}

	.login-page .login-btn {
		top: 25px;
	}

	.login-form-holder span.error {
		top: 90px;
	}

	nav.main-nav li:nth-last-child(1) {
		width: 40px;
	}

	.ac-container h6 {
		font-size: 14px;
	}
 }



/* iPad Portrait */
@media screen and (orientation:portrait) and (max-width: 768px) {
	.hide-xs { display: none; }
	.visible-xs { display: block; }

	.email-artwork-holder.active.visible-xs {
		display: block;
		width: 100%;
	}

	.login-page .login-form-holder {
		width: 50%;
		left: 25%;
	}

	nav.main-nav .inline-list {
		margin-left: 0;
	}

	nav.main-nav li {
		box-sizing: border-box;
		margin-left: 0;
		width: 25%;
	}

	nav.main-nav li a {
		padding-top: 10px;
		font-size: 13px;
	}

	.showHistory {
		width: 450px;
	}

	nav.main-nav li:nth-last-child(1) {
	    position: absolute;
	    top: -18px;
	    right: 0;
	    padding: 10px;
	    width: auto;
	}

	nav.main-nav li:nth-last-child(1) a {
		font-size: 13px;
	}

	.email-artwork-holder {
		width: 100%;
	}
	.information-block dt {
		padding-left: 35px;
		width: 40%;
		text-align: left;
	}

	.ac-container h6 {
		font-size: 14px;
	}
	
	.offeredworks-gallery li {
		width: 33.33%;
	}
	
	.inventory-btn-holder {
		width: 565px;
	}
	
	.inventory-btn-holder a {
		float: left;
		width: 160px;
		margin-right: 5px;
		text-align: center;
	}
	
	.replacement-options {
		width: 565px;
	}
	
	.replacement-options-mobile {
		display: block;
		width: 100%;
	}
	
}


@media screen and (orientation:landscape) and (max-width: 1024px) {
	.hide-xs { display: none; }
	.visible-xs { display: block; }
	
	.email-artwork-holder.active.visible-xs {
		display: block;
	}
	
	.report-page label, .report-page select, .report-page input {
		font-size: 12px;
	}

	.login-page .login-form-holder.active {
		width: 60%;
		left: 20%;
		margin-top: -60px;
	}

	.showHistory {
		width: 400px;
	}
	
	.offeredworks-gallery li {
		width: 25%;
	}
	
	.replacement-options-mobile {
		display: block;
	}
}

@media only screen and (orientation:portrait) and (max-width: 480px) {
	.hide-xs { display: none; }
	.visible-xs { display: block; }
	
	nav.main-nav {
		height: 34px;
	}
	
	.work-controllers {
		position: absolute;
		right: 0;
		font-size: 13px;
	}

	.details-slider .details-prev, .details-slider .details-pos, .details-slider .details-next {
		margin-left: 6px;
		font-size: 13px;
	}

	.work-controllers .back-btn {
		right: 15px;
		font-size: 13px;
	}

	.work-controllers.zoom-controllers {
		position: relative;
	}

	.collection-gallery li {
		margin-bottom: 10px;
	}

	.gallery li, .collection-gallery li {
		height: 270px !important;
	}
	
	.offeredworks-gallery li {
		height: auto !important;
		width: 100%;
		text-align: center;
	}

	nav.main-nav li a {
		font-size: 8px;
		padding-top: 5px;
	}

	nav.main-nav li:nth-last-child(1) {
	    position: absolute;
	    top: -18px;
	    right: 0;
	    padding: 10px;
	    width: auto;
	}

	nav.main-nav li:nth-last-child(1) a {
		font-size: 8px;
	}

	.inner-nav a {
		font-size: 11px;
	}

	.inner-nav li.right {
		margin-top: 15px;
	}

	.login-page .login-form-holder {
		width: 100%;
		left: 0;
	}

	.showHistory {
		width: 100%;
	}

	.email-artwork-holder {
		margin-top: -22px;
		width: 160%;
	}

	.email-artwork-mobile {
		width: 100%;
	}

	.email-artwork-holder.active {
		margin-top: 0;
	}

	.information-block dt {
		padding-left: 12px;
		width: 50%;
		text-align: left;
		box-sizing: border-box;
	}

	.work-info dd {
		width: 50%;
		text-align: left;
	}

	.information-block dd {
		text-align: left;
	}
	
	.replacement-options-mobile {
		display: block;
		width: 100%;
	}
	
	.inventory-btn-holder-mobile {
		width: 100%;
	}

	.inventory-btn-holder-mobile a {
		width: 100%;
		margin-bottom: 5px;
	}
	
	.details-slider {
		float: left;
		position: relative;
		z-index: 1;
		margin-top: -15px;
	}
}

@media only screen and (orientation:landscape) and (max-width: 750px) {
	nav.main-nav {
		height: 45px;
	}
}


@media screen and (max-width: 1024px) {
	.arrow-down { top: -17px; right: -13px; }
	.arrow-up 	{ top: -22px; right: -13px; }
}



 @media screen and (max-width: 768px) {
	.hide-xs { display: none; }
	.visible-xs { display: block; }
	
	.email-artwork-holder.active.visible-xs {
		display: block;
	}
	
	.zoomed .slider .slider-img {
		height: auto;
	}
	
	#emailArtwork:hover, .emailArtwork:hover {
		background: #3F2412;
		color: #FFF;
	}
	
	.replacement-options ul.gallery li {
		height: 150px !important;
	}
}


@media print {

	.report-content {
		table-layout: fixed;
	}

	.report-content img {
		width: 100% !important;
		max-width: 60px !important;
		margin-right: 5px !important;
	}

	#report_grid td {
		max-width: 60px;
		min-width: 10px;
	    font-size: 7px;
		padding: 5px;
	}

	#report_grid th {
		font-size: 7px !important;
		padding: 5px;
	}

	#report_grid td:first-child,
	#report_grid th
	{
		width: 60px;
	}

	#report_grid th .large-4.columns {
		display: none !important;
	}

	.main-nav {
		display: none;
	}

	.report-page {
		margin-top: 0;
	}

	.report-page select, .report-page .button, .report-page .pagination {
		display: none;
	}
	.scroll-bar-content { display: none; }
	.large-12.scroll-bar { overflow: hidden;}
	.report { overflow: hidden;}
	.report::-webkit-scrollbar { width: 0 !important }
	.report { -ms-overflow-style: none; }
	.report { overflow: -moz-scrollbars-none; }
}
 
img.artwork {
    opacity: 0;
    transition: opacity .5s;
}

img.artwork.active {
    opacity: 1;
} 
.auto-suggest { 
  position: absolute;
  z-index: 100; 
  color: #fff; 
  font-size: 14px;
  margin-top: -15px;
  max-height: 260px;
  overflow-y: auto;
}

.auto-suggest-item {
  padding: 5px;
  background-color: #999;
}

.auto-suggest-item:hover {
  background: #333;
  cursor: pointer;
} 

#report_grid th .row {
	padding-right: 20px;
}

.gallery li figure {
	width: 100%;
}

.gallery li .wrapper {
	display: flex;
	width: 100%;
	justify-content: center;
}

.gallery li .vert-align {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
}

.gallery li .wrapper img {	
	max-width: 100%;
	max-height: 100%;
}

@supports (object-fit: contain) {
	
	.gallery li .wrapper img {
		width: 100%;
		height: 100%;
		max-width: 250px;
		object-fit: contain;
	}
	
 }


.selected-press-list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: 'Times New Roman', Georgia, Serif;
	font-size: 13px;
	color: #333;
}

.selected-press-list li {
	padding: 3px 0px;
}

.selected-press-list li span {
	padding-right: 10px;
}

.selected-press-list li span.press-list-filename {
	color: #000;
}

input:-webkit-autofill {
	background-color:white !important;

  }

  .cursor-pointer{
	cursor: pointer;
  }

  .upper{
	text-transform: uppercase;
  }