/* Angular cloading */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
* {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
/* The starting CSS styles for the enter animation */
.fade.ng-enter {
  transition:0.5s linear all;
  opacity:0;
}

/* The finishing CSS styles for the enter animation */
.fade.ng-enter.ng-enter-active {
  opacity:1;
}
/* Legacy Existing Elements */
#menutop-wrapper {
	width: auto;
}
.animate-wrapper {
	float: right;
	box-sizing: border-box;
	width: 100%;
	/* -webkit-transition: width 2s;*/ /* For Safari 3.1 to 6.0 */
    /*transition: width 2s; */
}
#imgwidgetcontainer {
	width: 100%;
}


#imgwidgetcontainer.dock-open {
	height: 350px;
}

#imgwidgetcontainer.lightbox {
	float: left;
	width: 76%;
	margin: 0 1%;
}

#imgwidgetcontainer.lightboxAnonymous {
	float: left;
	width: 90%;
	margin: 0 1%;
}

/* FF */
@-moz-document url-prefix() {
  #imgwidgetcontainer.lightbox {
     position: relative;
  }
}

/* ie 9 and up */
_:-ms-input-placeholder, :root #imgwidgetcontainer.lightbox {
     position: relative;
  }



#subpageinnerwrapper {
	min-height: 10000px;
}
#advance-wrapper.animate-wrapper.open,
.animate-wrapper.open {
	width: 70%;
	float:left;
}

.header-fixed-wrapper {
	position: absolute;
    width: 100%;
    background: #000;
    z-index: 2;
    top: 0;
}
#wrapper {
    /* position: relative; */  
    padding: 162px 0 0 0;
}
#footer {
	padding: 15px 0 60px 0;
}
#footer.dock-open {
	padding-bottom: 280px;
}
#wrapper .pagePageCountHeader.Bottom,
.advance-middle,
.onelayer-wrapper {
	margin-bottom: 30px;
}
.onelayer-wrapper {
	min-height: 450px;
	padding: 0 20px;
}
#laning-wrapper,
#subpagesWrapper {
	overflow: hidden;
}
/* New Elements & Styles*/

body {
	overflow: auto;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
h4 {
	border-bottom: none;
}

.left {
    float: left;
}
/* font awesome styles */
a.fa:hover {
	text-decoration: none;
	cursor: pointer;
}
button .fa-save:before, 
button .fa-floppy-o:before {
	margin-right: 5px;
}

.no-data {
	font-size: 14px;
	color: #ccc;
}
.no-data.wmargin {
	margin: 0 0 0 20px;
}
.no-data p,
.no-data li,
.no-data h3 {
	margin-bottom: 10px !important;
}
ul.bullet-list,
ul.bullet-list li {
   list-style: inherit;
   list-style-type: disc; 
   list-style-position: inside; 
   margin-left: 15px;
}

/* font-awseme fallback font override */
.fa {
	font: normal normal normal 14px/1 '"Font Awesome 5 Brands', Helvetica, Arial, sans-serif;
}
/* new page header & nav */

.page-header {
	clear: both;
	margin: 5px 20px 20px 0;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    display: table;
}
.page-header .title {
    display: table-cell;
	font-size: 20px;
	float: left;
	vertical-align:middle;
	line-height: 36px;
	font-family: "Futura Today Bold";
	font-size: 24px;
}

.page-header .title span.numberItem {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

#gallery-stream .filters,
.page-header .filters {
    float: right;
    margin: 0 20px 0 0;
}

#gallery-stream .filter,
.page-header .filter {
    margin-right: 40px;
    float: left;
    width:350px;
}

#gallery-stream .page-header-new {
	width: 50%;
}

#gallery-stream .secondary-header {
	width: 50%;
}


.page-header .filter.date {
    margin-right: 10px;
}

.page-header .filter-name {
    margin-right: 10px;
    float: left;
    line-height: 27px;
    color: #ccc;
}

#gallery-stream .filter-keywords, 
.page-header .filter-keywords {
    font-size: 13px;
    padding: 3px;
    height: 25px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    width: 250px;
    float: left;
    border-right: none;
    font-family: arial;
    font-weight: 400;
}

#gallery-stream .filter .search-btn,
.page-header .filters .search-btn {
    border: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    height: 25px;
    background: #fff;
    padding: 0 8px;
    cursor: pointer;
    color: #ccc;
    display: table-cell;
    vertical-align: middle;
    border-left: 0;
}

#gallery-stream .filter .search-btn {
	float: left;
	line-height: 25px;
}

#gallery-stream .filter .btn {
	float: left;
	margin-left: 5px;
	height: 28px;
}

.search-filters .date-error,
.page-header .filters .date-error {
    text-align: center;
    color: #b81900;
    padding: 3px;
}

#gallery-stream .filter {
	float: right;
	clear:both;
	width: 300px;
	margin: 0 auto 15px auto;
	overflow: hidden;
	
}

.page-info {
    color: #ccc;
    text-align: center;
    font-size: 14px;
    padding: 10px;
}
.page-info a {
    color: #ccc;
}

.page-info a:hover {
    color: #FFF;
}

.no-results {
    padding: 20px 0;
    font-size: 16px;
    color: #FFF;
}
.page-view-nav {
 		float: left;
 		margin-left: 60px;
 		color: #ccc;
}
.page-view-nav li.fa,
.page-view-nav li a.fa {
	font-weight: bold;
	font-size: 18px;
	margin-right: 20px;
	cursor: pointer;
	color: #999;
}
.page-view-nav li {
	display: inline-block;
}
.page-view-nav li:hover {
	color: #fff;
}
.page-view-nav li a {
	color: #999;
}
.page-view-nav a:hover,
.page-view-nav li.active,
.page-view-nav li.active a {
	color: #FFF;
}

.page-view-nav li a.fa:hover,
.page-view-nav li a.fa:before:hover {
	color: #fff;
}

.page-view-nav li.fa:before,
.page-view-nav li a.fa:before{
	margin-right: 5px;
}

.fa span.text {
     font-family: Helvetica, arial;
}

.page-header .more-actions {
	float: right;
	margin-right: 40px;
}
 
/* lightbox details sidebar */
.lightbox-details {
	float: left;
	width: 20%;
	display: table-cell;
	padding: 20px;
	background: #0c1215;
	margin: 0 1%;
	line-height: 30px;
	font-size: 16px;
	color: #ccc;
	box-sizing: border-box;
	overflow: hidden;
}

.content-wrapper.legacy .lightbox-details {
    width: 100%;
    float: none;
    display: block;
    color: #fff;
}

.content-wrapper.legacy .lightbox-details .btn {
    color: #FFF;
}

.content-wrapper.legacy .lightbox-details input,
.content-wrapper.legacy .lightbox-details select,
.content-wrapper.legacy .lightbox-details texarea {
    color: #333;
}


.status-wrapper {
	min-height: 20px;
	text-align: right;
	overflow: hidden;
	line-height: 15px;
	padding: 5px 0;
	font-size: 16px;
}
.status-wrapper .status.success {
	color: #51a825;
}
.status-wrapper .status.success:before {
	content: "\f05d";
	margin-right: 5px;
}

.status-wrapper .status.error {
	color: #f3162b;
}
.status-wrapper .status.error:before {
	content: "\f06a";
	margin-right: 5px;
}

.lightbox-details .count {
    font-size: 12px;
}

.lightbox-details .details label {
	display: block;
	font-weight: bold;
}

.lightbox-details .details label span {
	font-weight: normal;
	color: #666;
	font-size: 12px;
}

.lightbox-details input,
.lightbox-details textarea {
	line-heght: normal;
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px;
	margin-bottom: 20px;
	border: 1px solid #0c1215;
	padding:5px;
	box-sizing: border-box;
}

.lightbox-details input {
	height: 30px;
	box-sizing: border-box;
}
.lightbox-details select {
	width: 100%;
	font-size: 16px;
}
.lightbox-details input.btn {
	padding: 10px 20px;
	height: auto;
	width: 100%;
}
.lightbox-details textarea {
	height: 80px;
	margin-bottom: 0;
}
.lightbox-details button {
	width: 100%;
	margin-bottom: 20px;
}
.lightbox-details .options {
	display: table;
	clear: both;
}
.lightbox-details .options label {
	font-size: 12px;
	font-weight: normal;
	font-family: arial;
	display: table-cell;
	margin: 0;
	padding: 0;
	line-height: normal;
    vertical-align: top;
}
.lightbox-details .options .checkbox {
	display: table-cell;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 5px 0 0;
    vertical-align: top;
}
.lightbox-details.modal {
	background: none;
	width: 100%;
}

.lightbox-details.modal label {
	font-family: arial;
	color: #555;
	display: inline;
	font-size: 14px;
	font-weight: normal;
}

.lightbox-details.modal input,
.lightbox-details.modal textarea {
	width: 100%;
	border-color: #ccc;
}

.lightbox-details.modal .checkbox {
	width: auto;
	float: left;
}

.lightbox-details.preferences label {
	display: inline-block;
}

.ui-widget button.fa
 {
	font-family: "Font Awesome 5 Free";
}
.ui-autocomplete {
	z-index: 999999999999 !important;
}
/* Edit Photo */
.modal {
	text-align: left;
}
.modal label {
	font-weight: bold;
	font-size: 16px;
}
.modal-header {
	overflow: hidden;
	text-align: left;
	clear: both;
	padding: 10px 0;
}
.modal-body {
	clear:both;
	position: relative;
}
.modal-right-wrapper {
	float: right;
	width: 548px;
	text-align: left;
	font-size: 11px;
	background-color: #eeeeee;
	height:600px;
	overflow-y: auto;
}
.modal-right-wrapper-left-column{
	float:left;
	width: 60%;
	padding:20px 0 0 20px;
	clear:both;

}
.modal-right-wrapper-right-column{
	float:left;
	width:30%;
	padding:20px 0px 20px 20px;
}
.modal-right-wrapper-left-column div{
	padding-top:0px;
	padding-bottom: 8px;
	overflow: hidden;
}

.modal-right-wrapper-right-column div{
	padding-top:0px;
	padding-bottom: 10px;
}

.modal-right-wrapper a{
	color: #888;
}

.modal-right-wrapper .modal-caption a {
	color: #008ef4;
}

.modal-right-wrapper label.keyword{
	font-size: 11px !important;
	color: #888 !important;
	margin-top: 10px;
}
.modal-right-wrapper-top-row{
	margin-bottom: 10px;

}
.modal-right-wrapper span.modal-preview-icons a {
	border-right: 1px solid #eee;
	float: left;
	width: 20%;
	text-align:center;
	height: 90px;
	padding-top:15px;
	background: #FFF;
	 -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
	box-sizing: border-box;

}
.modal-right-wrapper span.modal-preview-icons a.closeButton {
	float: right;
	width: 20%;
	text-align:center;
	height: 90px;
	padding-top:30px;
	background: #FFF;
	color: #9a9a9a;
	box-sizing: border-box;

}


.modal-right-wrapper span.modal-preview-icons a:hover,
.modal-right-wrapper span.modal-preview-icons a:hover span,
.modal-right-wrapper span.modal-preview-icons a.closeButton:hover
{
	background: #008ef4;
	color: #FFF;
	transition: all .25s ease;

}

.modal-right-wrapper span.modal-preview-icons a.nolink:hover,
.modal-right-wrapper span.modal-preview-icons a.nolink:hover span
{
	background: #FFF !important;
	color: #008ef4 !important;
	transition: all .25s ease !important;

}

.modal-right-wrapper span.modal-preview-icons a:hover span{
	border: 0px solid #008ef4;
	background: transparent;

}
#preview-options {
    display: block;
}
#preview-download-options {
    display: none;
	border: 0px solid #008ef4;
	background: #008ef4;
	color: #FFF;
	width: 60%;
	height: 90px;
	float: left;
	padding: 5px 0 5px 0;
	overflow: hidden;
}
#chooseQualityIcon {
	display: none;
	border: 1px solid #008ef4;
	color: #FFF;
	cursor: default;	
	background: #008ef4;
	height: 90px;
}
#chooseQualitySpan {
	color: #FFF;
	cursor: default;
	background: #008ef4;


}
#hideLicense{
	display:none;
	border: 1px solid #008ef4;
	color: #FFF;
	cursor: pointer;	
	background: #008ef4;	
}
#hideLicense span{
	color: #FFF;
}
#hideVideoRequest{
	display:none;
	border: 1px solid #008ef4;
	color: #FFF;
	cursor: pointer;	
	background: #008ef4;	
}
#hideVideoRequest span{
	color: #FFF;
}

#view-license{
	display: none;
	width: 500px;
	height:500px;
	overflow: scroll;
	font:14px/20px Helvetica;
	color: #666;
	padding: 20px;
}
#view-license h1{
	font-size: 20px;
	font-weight: bold;
	color: #4d4d4d;
}
#view-license p{
	padding-top:15px;
}

#video-download-request{
	display: none;
	width: 500px;
	height:500px;
	overflow: scroll;
	font:14px/20px Helvetica;
	color: #666;
	padding: 20px;
}
#video-download-request h1{
	font-size: 20px;
	font-weight: bold;
	color: #4d4d4d;
}
#video-download-request p{
	padding-top:15px;
}




#hideEmbed{
	display:none;
	border: 1px solid #008ef4;
	color: #FFF;
	cursor: pointer;	
	background: #008ef4;	
}
#hideEmbed span{
	color: #FFF;
}


#view-embed{
	display: none;
	width: 550px;
	height:500px;
	overflow: scroll;
	font:14px/20px Helvetica;
	color: #666;
	padding: 0px;
}
#view-embed h1{
	font-size: 20px;
	font-weight: bold;
	color: #4d4d4d;
}
#view-embed p{
	padding-top:0px;
}


.modal-right-wrapper span.modal-preview-icons a.horizontal {
	border: 0px solid #000;
	width: 60%;
	text-align:center;
	height: 42px;
	background: #008ef4;
	font-size: 20px;
	padding-top: 0;
	display: block;
}

.modal-right-wrapper span.modal-preview-icons a.horizontal div{
	color: #fff;
	font: 14px/14px Helvetica;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: bold;
	border-radius:4px;
	background-clip: padding-box;
	background-color: rgba(0,0,0,0.1);
	display: block;
	width: 295px;
	cursor: pointer;
	text-align:left;
	height: 26px;
	vertical-align: middle;

}
.modal-right-wrapper span.modal-preview-icons a.horizontal span{
	font-weight: normal;

}

.modal-right-wrapper span.modal-preview-icons a.horizontal:hover {
	text-decoration: none;
}
.modal-right-wrapper span.modal-preview-icons a.horizontal:hover div,
.modal-right-wrapper span.modal-preview-icons a.horizontal:hover span
{
	color: #09f;
	background-color: #fff;
	text-decoration: none;
}

.modal-right-wrapper span.modal-preview-icons div.closeButton {
	border: 1px solid #f3f3f3;
	float: right;
	width: 18.15%;
	text-align:center;
	height: 65px;
	padding-top:30px;
}

.modal-right-wrapper span.modal-preview-icons div.closeButton a{
    color: #999999;
}

.modal-caption-wrapper {
	float: left;
	width: 38%;
	text-align: left;
	font-size: 11px;
	background-color: #fff;
}

.modal-full-preview-wrapper{
	width: 22% !important;

}
.modal-preview-icons .fa{
	-webkit-font-smoothing: antialiased;


}

.modal-preview-icons .fa:before {
    font-size:34px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.modal-preview-icons .fa span{
	display: block;
	padding-top:5px;
	color: #a3a3a3;
	-webkit-font-smoothing: antialiased;
	font: normal normal normal 12px/1 "Futura Today Bold";


}
.modal-body label{
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	color: #666 !important;
	font: 12px 'Futura Today Bold';
}
.modal-caption-wrapper div {
	
	margin-bottom: 10px;
}
.modal-custom-headline input {
	width: 100%;
}
.modal-caption-copy {
	height: 115px;
	overflow-y: auto;
	display: block;
}
.modal-custom-caption textarea {
	width: 100%;
	height: 200px;
}
.modal-image-wrapper {
	float:right;
	width: 60%;
}

.full-preview-prev,
.full-preview-next {
	position: absolute !important;
	top:226px !important;
	width: 60px;
	height: 60px;
	padding: 20px;
	outline: none;
}
.full-preview-prev{
	left: -67px;
}

.full-preview-next{
	right: -67px;
}

.full-preview-next .ui-button-text,
.full-preview-prev .ui-button-text {
	display: none;
}

.full-preview-next:after,
.full-preview-prev:after {
	font-family: "Font Awesome 5 Free";
	color: #ccc;
	font-size: 40px;
	font-weight: 900;
}

.full-preview-next:after {
	content: "\f054";
}

.full-preview-prev:after {
	content: "\f053";
}

.ui-dialog.photo-preview {
	overflow: visible
}

.full-modal-image-wrapper {
	background-image: url("/templates/images/modal-bg-pattern.png");
    background-repeat: repeat;
	float:left;
	width: 597px;
	position: relative;
	min-height: 597px;
	border-right:3px solid #333;
	box-shadow: inset 0 0 55px rgba(0,0,0,2);
	-moz-box-shadow: inset 0 0 55px rgba(0,0,0,2);
	-webkit-box-shadow: inset 0 0 55px rgba(0,0,0,2);
}
.full-modal-image-wrapper img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}

.full-preview-deeplink {
	clear: both;
}
.full-preview-deeplink label {
	display: block;
}
.full-preview-deeplink input {
	width: 100%;
	padding: 5px;
	border: none;
	display: block;
	margin: 5px 0;
}
.full-preview-deeplink a {
	color: #008ef4;
}

.photo-preview .ui-dialog-buttonpane {
	background: transparent;
	margin-top: -30px;
}
.photo-preview .modal-body {
	height: 540px;
	background: url(/templates/images/photo_gallery/loader_74x74_666666.gif) no-repeat 248px 226px;
}
.added-to-lightbox-from-icon:after {
	font-family: "Font Awesome 5 Free";
	content: "\f00c Added";
	color: #51a825;
	font-size: 14px;
	margin-left: 5px;
	font-weight: 900;
}

.photo-preview .added-to-lightbox:after {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	color: #51a825;
	font-size: 14px;
	margin-left: 5px;
}



#modal-image{
	max-width: 600px;
	max-height:600px;

}
.modal-image {
	position: relative;
	clear:  both;
}
.modal-custom-caption .ui-dialog,
.modal-image .ui-dialog {
	z-index: 9999;
}

#publish-options .widget-size #height-textbox  { 
	color: #ccc;
}

#usatsi-publish-gallery .ui-dialog-titlebar,
.modal-custom-caption .ui-dialog-titlebar,
.modal-image .ui-dialog-titlebar {
	display: none;
}
#usatsi-publish-gallery p {
	color: #555;
}
.modal-custom-caption {
	position: relative;
}
.modal-image-metadata {
	margin-right: 20px;
}
.modal-image-metadata  .title {
	font-weight: bold;
}
.modal-image-metadata  .size {
    color: #CCC;
}
.modal-image-actions {
	margin-top: 5px;
	clear: both;
}
.modal-image-actions li {
	float: left;
	display: block;
	margin-right:5px;
}
.modal-image-actions li.lock-ratio {
	float: right;
}
.modal-image-actions .custom-ratio {
    clear: both;
    display: block;
}

.modal-image-actions li .fa-crop:before {
	margin-right: 5px;
}

.modal-image-actions a {
	
}
.modal-image-actions .fa {
	font-size: 20px;
	
}
.ui-widget .modal-image-actions button {
	font-family: "Font Awesome 5 Free";
}
/* gallery pane / filmstrip */
#gallery-pane {
	width: 100%;
	box-sizing: border-box;
    overflow: hidden;
    background: #e5e5e5;
    position: fixed;
    bottom: 0;
    left: 0;
}

#gallery-pane .close-pane {
	float: right;
	cursor: pointer;
    font-weight: bold;
}

#gallery-pane.open {
	left: 0;
	display: block;
}

#gallery-pane .module {
	/* overflow-y: hidden; */
}
#gallery-pane .module input {
	padding: 0.4em 2.1em 0.4em 1em; /* same as jquery ui selectmenu */
	width: 200px;
	margin-bottom:5px;
}

#gallery-pane .module b {
	margin-bottom: 5px;
	display: block;
}

#gallery-pane .module h4 {
	text-transform: uppercase;
}

#filmstrip-header {
	height: 51px;
	padding: 0px 0;
	border-top: 1px solid #555;
	box-shadow: 0 2px 1px 1px rgba(0,0,0,0.2);
	background: #333;
}

#filmstrip-header label {
	font-weight: bold;
	margin-right: 5px;
	color: #999;
}
#filmstrip-nav {
	float: left;
	display: block;
	width: 100%;
	margin-left: 10px;
	min-width: 950px;
}
#filmstrip-nav li {
	float: left;
	line-height: 50px;
	display: block;
	box-sizing: border-box;
}
#filmstrip-nav li select {
	font-size: 14px;
	width: 200px;
	color: #000;
}

#filmstrip-nav li .inverse {
	display: inline-block;
	padding: 3px 5px;
	line-height: normal;
	color: #888;
}
#filmstrip-nav li .inverse a {
  color: #888;
}
#filmstrip-nav li .inverse a:hover {
  text-decoration: underline;
}
#filmstrip-nav li .inverse b {
    font-weight: normal;
}
#filmstrip-nav #lightbox-status button {
	font-weight: bold;
}
#filmstrip-nav #filmstrip-toggle {
	float: right;
	height: 49px;
}
#filmstrip-toggle button {
	font-family: "Futura Today Bold";
	background: #000;
	color: #FFF;
	font-size: 13px;
	border: none;
	height: 100%;
	text-transform: uppercase;
	line-height: 16px;
	padding-right: 10px;
	border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	margin-top: -3px;
}
#filmstrip-toggle button:focus {
	outline: none;
}
#filmstrip-toggle button:hover {
	background: #222;
}

#filmstrip-toggle span:before {
	font-family: "Font Awesome 5 Free";
	/* content: "\f077"; */
	content: "\f139";
	color: #999;
	margin-right: 5px;
	font-weight: 900;
	/* font-size: 12px;
	padding: 2px;
	border-radius: 50%;
	border: 2px solid #999; */
}
#filmstrip-toggle span:after {
    content: 'Show';
	color: #ccc;
}
#filmstrip-toggle span.open:after {
	content: 'Hide';
}
#filmstrip-toggle span.open:before {
	/* content: "\f078"; */
	content: "\f13a";
}
#filmstrip-middle {
	overflow: hidden;
	clear:both;
	margin-top:12px;
	display: none;
}
#filmstrip-middle.open {
	display: block;
}
#filmstrip-middle .no-data {
	font-size: 25px;
	color: #999;
	line-height: 187px;
	display: inline-block;
	margin: 0;
	margin-left: 300px;
}
#filmstrip-middle .dropzone {
	display: inline-block;
	width: 270px;
	font-size: 20px;
	position: fixed;
	background: #e5e5e5;
	z-index: 1;
	padding: 0 10px;
}
#filmstrip-middle .default {
	color: #999;
	font-size: 14px;
	margin:56px 0 0 0;
	display: inline-block;
	position: fixed;
	left: 418px;
	border-left: 1px solid  #ccc;
	padding-left: 20px;
}
#filmstrip-middle .default a,
#filmstrip-middle .default strong {
	color: #666;
}
#filmstrip-middle .default strong {
	text-transform: uppercase;
}
/* Photo Stream Main Content CSS */
.stream-photo-wrapper {
	height: 365px;
	padding: 10px;
	display: inline-block;
	background: #191919;
    border: 1px solid #232323;
	border-radius: 4px;
	vertical-align:bottom;
	margin: 5px 5px 15px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.stream-photo-wrapper.lightbox {
	position: relative;
	height: 280px;
}

.stream-photo-wrapper.lightbox.featured {
	position: relative;
	height: 366px;
}
.stream-photo-wrapper.unsortable, 
.stream-photo-wrapper.unsortable .stream-photo {
	cursor: auto;
}
.stream-photos .sortable-placeholder {
	display: inline-block;
	width: 290px;
	height: 330px;
	border: 2px dashed #333;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-sizing: border-box;
    margin: 5px 5px 15px 0;
    clear: both;
}

.stream-photo-inner {
    height: 225px;
    width: 270px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: bottom;
    display: table-cell;
    text-align: center;
}

.stream-photo-wrapper .gallery-actions,
.stream-photo-wrapper .image-actions {
	display: block;
	clear: both;
    margin-top: 10px;
    text-align: left;
}

.stream-photo-wrapper .gallery-actions a,
.stream-photo-wrapper .image-actions a {
	color: #CCC;
}

.stream-photo-wrapper .image-actions a.noDownload {
	color: #444;
}

.stream-photo-wrapper .gallery-actions a:hover,
.stream-photo-wrapper .image-actions a:hover {
    color: #FFF;
}

.stream-photo-wrapper .gallery-actions .fa-times-circle,
.stream-photo-wrapper .image-actions .fa-times-circle,
.stream-photo-wrapper .image-actions .fa-ellipsis-h
 {
	float: right;
}
.fa-ellipsis-h:hover a {
        display: inline !important;
    }

.stream-photo-wrapper .fa {
	font-size: 20px; /* overrides font-awesome size */
	margin-right: 5px;
	cursor: pointer;
}

.stream-photo-wrapper .fa.fa-cog {
	cursor: auto;
}

ul.submenuitems .fa {
	font-size: 22px; /* overrides font-awesome size */
	margin-right: 2px;
	cursor: pointer;
	padding: 2px;
}

.stream-photos {
	clear:both;
}
.stream-photo-wrapper .fa:hover {
	text-decoration: none;
}

.stream-photo {
	z-index: 100;
	clear: both;
	display: block;
	margin: 0 auto;
	cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.stream-photos.no-drag .stream-photo {
	cursor: auto;
}

.stream-photo.ui-draggable-dragging{
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}

.stream-photo-wrapper .meta {
	clear: both;
	text-align: center;
	height: 72px;
	overflow: hidden;
	line-height: 25px;
	margin-top: 10px;
	color: #ccc;
}

.stream-photo-wrapper .meta a {
	color: #ccc;
}

.stream-photo-wrapper .meta .keywords{
	clear: both;
	display: block
}

.stream-photo-wrapper .meta .count .fa {
	margin: 0;
	cursor: auto;
	font-size: initial;
}

.stream-photo-wrapper .meta .count .fa-cog:before {
	font-size: initial;
}

/* batch edit */
.batch-save-indicator {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 260px;
	background: #000 url('/templates/images/photo_gallery/loader_black_bg_50x50.gif') no-repeat center;
	opacity: 0.7;
}
#imgwidgetcontainer.batch-edit {
	width: 76%;
	float: left;
	
}
.stream-photos.batch-edit {
	box-sizing: border-box;
	/* display: table; */
    width: 100%;
}
.stream-photos.batch-edit .stream-photo-wrapper {
	width: 100%;
	height: auto;
	display: block;
	clear: both;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
}

.stream-photos.batch-edit .stream-photo-inner {
	height: auto;
	display: table-cell;
	min-width: 250px;
	vertical-align: top;
}
.stream-photos.batch-edit .stream-photo {
    cursor: default;
}

.stream-photos.list {
    display: table;
    width: 100%;
}
.stream-photos.list dt {
    display: table-cell;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    color: #ccc;
}
.stream-photos.list dt.thumb {
    width: 10%;
}
.stream-photos.list dt.headline {
    width: 30%;
}
.stream-photos.list dt.caption {
    width: 50%;
}
.stream-photos.list dt.date {
    width: 10%;
    cursor: pointer;
}
.stream-photos.list dt.date:after {
    content: "\f0d8";
    margin-left: 5px;
}
.stream-photos.list dt.date.arrow_down:after {
    content: "\f0d7";
    margin-left: 5px;
}
.stream-photos.list dd {
    display: table-cell;
}
.stream-photos.list .stream-photo-wrapper {
    clear: both;
    float: none;
    display: table-row;
    height: 140px;
    padding: 0;
    width: 100%;
}
.stream-photos.list .stream-photo-inner {
    height: 140px;
    width: 10%;
    text-align: left;
    vertical-align: middle;
    display: table-cell;
}
.data-cell {
    display: table-cell;
    border-bottom: 1px solid #333;
    height: 140px;
    box-sizing: border-box;
    vertical-align: middle;
    padding-right: 20px;
}
.data-cell.headline {
    width: 30%;
}
.data-cell.caption {
    width: 50%;
}
.data-cell.date {
    width: 10%;
}
.data-cell.default,
.data-cell.default input,
.data-cell.default textarea {
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    font-size: 14px;
}

/* custom toggle switch */
    .cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 44px;
  height: 24px;
  background-color: #000;
  border-radius: 10px;
}
input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #B80000;
  border-radius: 10px;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 24px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #51a825;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 20px;
}

.batch-headline-switch {
    padding-bottom: 20px;
    clear:both;
    overflow: hidden;
}
.batch-headline-switch > label {
    height: 20px;
    line-height: 26px;
    margin-right: 10px;
    float: left;
    font-size: 16px;
    color: #ccc;
}
.batch-headline-switch .switch {
        display: inline-block;
        overflow: hidden;
        width: 50px;
        float: left;
}
.batch-headline-switch .note {
    font-size: 11px;
    color: #666;
    float: left;
    line-height:24px;
}
.btn.btn-filter {
    padding: 6px 10px;
}



.batch-metadata {
 	color: #ccc;
 	display: table-cell;
 	width: 100%;
 	padding: 0 20px;
 	font-size: 14px;
}
.batch-metadata label {
	display: block;
	margin-bottom: 5px;
}
.batch-metadata input {
	margin-bottom: 20px;
}
.batch-metadata input, 
.batch-metadata textarea {
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px;
	border: 1px solid #0c1215;
	padding:5px;
}
.batch-metadata textarea {
	height: 80px;
}
.stream-photos.batch-edit .batch-actions {
	text-align: right;
	padding-bottom: 40px;
}
.stream-photos.batch-edit button {
	/* margin-right: 20px; */
}

#gallery-pane-header .module {
	float: left;
}

.gallery-tab {
	width: 200px;
	height: 20px;
	padding: 5px;
	background: #333;
	color: #FFF;
}

.gallery-active-thumbs {
	clear: both;
	overflow: hidden;
}

.gallery-active-thumbs li {
	float: left;
}
.gallery-active-thumbs img {
	min-height: 50px;
	margin-right: 2px;
}
.gallery-list li {
	line-height: 20px;	
}
.gallery-list li a {
	display:block;
	padding: 5px;
	cursor: pointer;
}
.gallery-list li.active {
	background: #666;
}

.gallery-bucket-wrapper {
	width: 100%;
	/* overflow-x:auto; */
	overflow: scroll;
	white-space: nowrap;
	
}

.gallery-bucket-wrapper.full {
	width: 100%;
	margin-left: 20px;
}
.gallery-bucket {
	min-height: 200px;
}

.gallery-bucket li.sortable-placeholder,
.gallery-bucket li.item {
	display: inline-block;
	margin: 10px 0 0 10px;
	background: #fff;
	padding: 5px;
	text-align: center;
	position: relative;
	width: 152px;
	height: 180px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gallery-bucket li.loader {
	background: #FFF url(/templates/images/ajax-loader.gif) no-repeat center; 
}
.gallery-bucket img.bucket-photo {
	clear:both;
	cursor: move;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	display: block;
	margin: 0 auto;
	width: 135px;
	height: 135px;
	z-index: 2;
}

.gallery-bucket li.ui-sortable-helper img.bucket-photo  {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}

.stream-photos li .acquiring,
.gallery-bucket li .acquiring {
    position: absolute;
    background-color: #000;
    left: 9px;
    opacity: .7;
    -moz-opacity: .7;
    width: 135px;
    height: 135px;
    margin: 0 auto;
}

.stream-photos li .acquiring {
    width: 250px;
    height: 225px;
    left: 0;
}

.stream-photos li .acquiring .acquired,
.stream-photos li .acquiring .loader,
.gallery-bucket li .acquiring .acquired,
.gallery-bucket li .acquiring .loader {
    width: 135px;
    height: 135px;
    position: absolute;
    opacity: 1;
    -moz-opacity: 1;
    background: url(/templates/images/photo_gallery/loader_black_bg_50x50.gif) no-repeat center 25px;
}

.stream-photos li .acquiring .acquired,
.stream-photos li .acquiring .loader {
    width: 250px;
    height: 225px;
    background-position-y: 64px;
}

.stream-photos li .acquiring .acquired,
.gallery-bucket li .acquiring .acquired {
    background: none;
}

.stream-photos li .acquiring + img {
    width: 250px;
    height: 225px;
}

.stream-photos li .acquiring .acquired:before,
.gallery-bucket li .acquiring .acquired:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    position: absolute;
    left: 48px;
    top: 40px;
    font-size: 40px;
}

.stream-photos li .acquiring .msg,
.gallery-bucket li .acquiring .msg {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    left: 0;
    display: block;
    position: absolute;
    width: 135px;
    bottom: 20px;

}

.stream-photos li .acquiring .msg {
    width: 250px;
    bottom: 64px;
}

#gallery-stream .gallery-actions,
.gallery-bucket .image-actions  {
	display: block;
	margin-top: 4px;
}

#gallery-stream .gallery-actions .fa,
.gallery-bucket .image-actions .fa {
	font-size: 18px;
	padding: 5px 3px;
}

.stream-photo-wrapper .num,
.gallery-bucket li .num {
	color: #FFF;
	border-radius: 50%;
	border: 3px solid #FFF;
	background: #000;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 24px;
	border: 3px solid #ccc;
	position: absolute;
	top: -10px;
	left: -10px;
	text-align: center;
	
}

.stream-photo-wrapper .num:before {
    position: absolute;
    left: 4px;
    top: 0;
}

.stream-photo-wrapper .fa.num {
	padding: 0;
}

.gallery-bucket .image-actions a {
	color: #999;
	margin-right: 5px;
	cursor: pointer;
	float:left;
}
.gallery-bucket .image-actions a:hover {
	color: #333;
}

#gallery-stream .gallery-actions a.fa-times-circle,
.gallery-bucket .image-actions a.fa-times-circle {
	float:right;
}
#gallery-stream .gallery-actions a:hover,
.gallery-bucket .image-actions a:hover {
	text-decoration: none;
}
.gallery-bucket .automated,
.gallery-bucket .manual {
	display: inline-block;
}
.gallery-bucket .type-divider { 
	display:inline-block;
	width: 152px;
	height: 180px;
	color: #999;
	font-size: 18px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 60px;
}
.gallery-bucket .type-divider span {
	display: block;
	width: 152px;
	margin-bottom: 10px;
}
.gallery-bucket .type-divider span.auto {
	text-align:right;
}
.gallery-bucket .type-divider span.man:before {
	content: "\f053";
	margin-right: 5px;
}
.gallery-bucket .type-divider span.auto:after {
	content: "\f054";
	margin-left: 5px;
}

.gallery-bucket .lightbox_images_wrapper {
	margin-left: 385px;
	display: inline-block;
}

.gallery-bucket .type-divider span.text {
    display: inline;

}

.gallery-dropzone {
	position: relative;
	width: 100%;
	min-height: 190px;
	max-height: 190px;
	border: 2px dashed #aaa;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 20px;
	background: #f1f1f1;
	
}

.gallery-dropzone-nodrop {
	position: relative;
	width: 100%;
	min-height: 190px;
	max-height: 190px;
	border: 2px dashed #aaa;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 20px;
	background: #f1f1f1;
	opacity: .4;
}

.gallery-dropzone.active {
	border-color: #f3162b;
	color: #f3162b;
}

.gallery-dropzone:before {
	position: absolute;
	content: 'Drag & Drop\A an image to add\A to this lightbox';
	left: 10.2%;
	top: 29%;
	color: #999;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	white-space: pre;
}
.gallery-dropzone-nodrop:before{
	position: absolute;
	font-family: "Font Awesome 5 Free";
  	
	content: '\f0eb';
	left: 15.2%;
	top: 40%;
	color: #999;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	white-space: pre;
}
.gallery-dropzone.active:before {
	color: #f3162b;
}

.gallery-dropzone-nodrop:after {
    content: 'Click to add';
    font-family: Helvetica, arial;
    position: absolute;
	left: 25%;
	top: 40%;
	color: #999;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	white-space: pre;
}

#lightbox-selected-photos {
	/* width: 100%;
	min-height: 400px;
	overflow: hidden; */
}

#lightbox-selected-photos li {
	display: block;
	float: none;
	clear: both;
	margin: 0 0 10px 0 !important;
}

#dialog {
	overflow: hidden;
	text-align: center;
	padding-bottom: 10px;
	box-sizing: border-box;
}

.lightbox_new_name,
.lightbox-rename {
	width: 100%;
}


.crop,
.cancel-crop,
.select-crop {
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 10px;
}
.select-crop,
.cancel-crop {
	display: none;
}
.thumbnail {
	cursor: pointer;
}

.actions-menu {
	width: 200px;
}
/* Jcrop overrides */
.jcrop-holder, .cropable {
	margin: 0;
}

/* Jquery UI Overrides */
.ui-widget {
	font-family: Helvetica, Arial;
}
.ui-selectmenu-menu {
	position: fixed;
}

.ui-dialog .ui-dialog-buttonpane {
    border-width: 0;
}

/* Jquery UI Modal */
.ui-dialog .ui-dialog-title {
	white-space: normal !important;
}
.ui-widget-overlay {
	background: #000;
	opacity: .7;
}

.ui-dialog-titlebar {
    border: none;
    background: #333;
    color: #ccc;
}

.ui-dialog-titlebar .ui-state-default {
    border: none;
    background: none;
}
.ui-dialog-titlebar .ui-icon {
    background: none;
    color: #ccc;
    text-indent: 0;
    height: 22px;
    font-size: 22px;
    font-weight: 900;
}


.ui-dialog .ui-dialog-titlebar-close {
    margin-top: -16px;
    font-weight: 900;
}
.ui-widget-header .ui-icon:after {
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    font-size: 20px;
    font-weight: 900;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 0;
    border: none;
}
.pictureInfoBar-img,
.mylightboxes {

}

.imginfoblock {
	display: block;
}

.crop-container {
    display: none;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Helvetica, Arial;
}

/* Jquery UI Actions Menu */
#gallery-pane span.ui-selectmenu-text:after {
	/*content: 'Actions';*/
}
#gallery-pane .ui-selectmenu-button {
	margin-top: 8px;
}
#gallery-pane .ui-selectmenu-button span.ui-selectmenu-text {
	padding: 2px;
}

#gallery-pane .ui-sortable-placeholder {
	
	visibility: visible important:
}

#gallery-pane .sortable-placeholder {
	border: 2px dashed #aaa;
    border-radius: 10px;
    background: #e5e5e5;
    /*width: 145px;
    height: 140px;
    
    position: relative;
    top: 17px;
    margin-top: 0; */
}

/* Main Top Menu */
.fa.upload-btn {
	display: inline;
	font-weight: bold;
}
.fa.upload-btn:before {
	font: normal normal normal 14px/1 "Font Awesome 5 Free";
	margin-right: 5px; 
}

/* Upload Images */
#usatsi-upload-images {
	/*width: 100%;
	height: 100%;
	border: 3px dashed #ccc;
	border-radius: 20px;*/
	margin-top: 15px;
	
}
#usatsi-upload-images,
#upload-images {
	height: 92%;
}
#upload-images {
	text-align: center;
}
#upload-images.fa-cloud-upload:before {
	font-size: 40px;
}
#upload-select {
	float: left;
	width: 30%;
	height: 90%;
	margin-right: 3%;
}
#upload-select span {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	color: #999;
}
#upload-select span.text {
    color: #fff;
}
#upload-default-msg {
	position: relative;
	width: 65%;
	float: right;
	height: 80%;
}
#upload-default-msg:before {
	content: "There are currently no Photos in Queue to be uploaded";
	font-size: 20px;
	color: #CCC;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	top: 32%;
	display: block;
	
}
#upload-queue-wrapper {
	float: right;
	width: 67%;
	height: 80%;
}
.upload-queue {
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
    height: 82%;
    padding-right: 10px;
}
#upload-images .my-drop-zone-wrapper {
	height: 98%;
	margin-bottom:10px;
}
#upload-images .my-drop-zone {
	border: 4px dashed #aaa;
	background: #f1f1f1;
	border-radius: 20px;
	height: 98%;
	position: relative;
}
#upload-images .my-drop-zone:before {
	position: absolute;
    content: 'Drop Photos';
    font-size: 30px;
    color: #999;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    left: 0;
    top: 50%;
    text-align: center;
    width: 100%;
    margin-top: -18px;
}

#upload-images .my-drop-zone.active {
    border-color: #f3162b;
}
#upload-images .my-drop-zone.active:before {
	color: #f3162b;
}

#upload-images .progress {
	height: 20px;
	overflow: hidden;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	width: 90%;
	float: left;
}
#upload-images .progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
	background: #f3162b;
}

#upload-images .progress-bar.uploaded {
	background: #51a825;   
}
#upload-images canvas {
	background-color: #f3f3f3;
	-webkit-box-shadow: 3px 3px 3px 0 #e3e3e3;
	-moz-box-shadow: 3px 3px 3px 0 #e3e3e3;
	box-shadow: 3px 3px 3px 0 #e3e3e3;
	border: 1px solid #c3c3c3;
	height: 100px;
	margin: 6px 0 0 6px;
 }
 #upload-images .fa:before {
    margin-right: 5px;
 }
 #upload-progress {
    margin: 10px 0;
    overflow: hidden;
 }
#upload-images button {
  border: 0;
  margin: 0;
  font-weight: 900;
}
#upload-progress h3 {
	margin-bottom: 10px !important;
}

#upload-images .custom-file-upload {
    display: block;
    margin-top: 10px;
    font-weight: 900;
}
  
#upload-images input[type="file"] {
    display: none;
}
#upload-actions-wrapper {
   /* position: absolute;
    
    bottom: 20px;
    left: 50%;*/
    overflow: hidden;
}

#upload-exit-actions {
	float: right;
	margin-top: 40px;
}


#upload-images .autoupload span {
	color: #999;
	font-weight: bold;
	text-transform: none;
	font-size: 11px;
	display: inline;
}

.checkmark:after {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    width: 10%;
    float: left;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#upload-images span.maxsize {
	display: block;
	margin-top: 5px;
}

#upload-lightbox-selection {
	width: 65%;
	float: right;
	text-align: left;
	font-family: Helvetica, Arial
}
#upload-lightbox-selection h3 {
	margin: 0;
}
#upload-lightbox-selection select {
	margin: 10px 0;
}

#upload-lightbox-selection .helptext {
	color: #CCC;
	font-style: italic;
	display: block;
	font-size: 12px;
	
}

/* FONTAWESOME */
/* RIGHT ARROW AFTER */

#upload-exit-actions .btn-myuploads:after {
	content: "\f0a9";
	font-family: "Font Awesome 5 Free";
	margin-left: 5px;
}

.arrow-o-right:after {
	content: "\f18e";
	font-family: "Font Awesome 5 Free";
	margin-left: 5px;
}
 /* BUTTONS */
.btn .fa:before {
	margin-right: 5px;
}
 a.btn,
 .btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  background: #666;
  margin: 0;
  border: 0;
  cursor: pointer;
}

button.btn-medium,
.btn-medium {
	padding: 7px 14px;
	font-size: 13px;
}
.btn-small {
	padding: 5px 10px !important;
	font-size: 12px;
}

.btn-large {
	padding-left:6px;
	padding-right:6px;
}

a.btn:hover,
.btn:hover {
  text-decoration: none;
  background: #999;
}

/* Upload */
.btn-login { 
	height: 36px;
	width: 204px;
}
.btn-upload {
    background: #51a825;
    margin-bottom: 10px;
}
.btn-upload:hover {
    background: #090;
}

.btn-upload.uploaded {
    background: #CCC;
}

.btn-upload.uploaded:hover {
    background: #CCC;
}

.btn span.text {
    font-family: "Futura Today Bold";
}

.upload-actions-btn {
	display: block;
	background: #0096ff;
	text-transform: none;
	font-weight: bold;
	font-size: 16px;
	margin-right: 15px;
}

.upload-actions-btn:hover {
	background: #0096ff;
	opacity: .9;
}

.upload-actions-btn.usernav {
    font-size: 13px;
    margin-right: 0;
}
#menuLogin .upload-btn:hover {
    text-decoration: none;
}
/* Cancel */
button.btn-cancel {
	background: #fff;
	color: #999;
	border: 1px solid #999;
}
button.btn-cancel:hover {
	background: #f3162b;
	border-color: #f3162b;
	color: #FFF;
}
/*my uploads */
.gallery-details input.btn-action,
a.btn-myuploads, .btn-action {
	background-color: #0096ff;
    border: none;
}
.gallery-details input.btn-action.inactive {
    background-color: #c0c0c0;
    cursor: default;
}
.gallery-details input.btn-action.inactive:hover {
    background-color: #c0c0c0;
    opacity: 1.0;
}
.gallery-details input.btn-action:hover,
a.btn-myuploads:hover, .btn-action:hover {
    background-color: #0096ff;
    opacity: .8;
    border:none;
}
/* Remove */
#upload-images button.btn-remove {
	background: #fff;
	color: #999;
	border: 1px solid #999;
}
#upload-images button.btn-remove:hover {
    background: #f3162b;
    border-color: #f3162b;
    color: #FFF;
}


.btn-action-outline {
    background-color: #FFF;
    border: 1px solid #ccc;
    color: #0096ff;
}

.btn-action-outline:hover {
    background:  #FFF;
    color: #0096ff;
}


.btn-action-outline.disabled {
    color: #ccc;
}
.btn-action-outline.disabled:hover {
    cursor: default;
}
.btn-action-outline.processing,
.btn-action-outline.complete {
    color: #999;
}

/* Publish Gallery Overlay */
.gallery-details .config {
	width: 100%;
}
.gallery-details .config .button {
	margin-top: 10px;
}
.gallery-details h3 {
	margin-bottom: 20px;
}

.gallery-details {
	text-align: left;
    border-bottom: 1px dashed #ccc;
}

.gallery-details label {
	display: block;
}
.gallery-details input,
 .gallery-details textarea {
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 9px;
    font-size: 14px;
    line-height: 20px;
    
}

.gallery-details  textarea,
.gallery-details input[type=text] {
    width: 100%;
    box-sizing: border-box;
}

.gallery-details textarea {
	height: 150px;
}

.gallery-details .help-inline {
	font-size: 11px;
	display: block;
    font-weight: normal;
    color: #999;
    margin-top: 5px;
}
.gallery-details .help-inline.required:before {
    content: "*";
    color: red;
}
.gallery-details .help-inline.required {
    float: right;
    margin-top: 0;
    margin-right: 1%;
}
#usatsi-publish-gallery,
#publish-gallery {
	height: 100%;
	box-sizing: border-box;
	text-align: left;
    width: 955px;
    padding-right: 5px;
}
#preview-gallery {
	height: 100%;
	box-sizing: border-box;
	text-align: left;
    width: 1153px;
    padding-right: 5px;
}
#publish-gallery {
	overflow: auto;
}
/*#embed-gallery {
	display: none;
}
#embed-gallery.active {
	display: block;
} */
#usatsi-publish-gallery  label {
	font-weight: bold;
	color: #999;
    margin-bottom: 5px;
}

#usatsi-publish-gallery .config {
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
	text-align: left;
}
#usatsi-publish-gallery .config h3 {
	padding-bottom: 15px;
	margin-bottom: 5px !important;
	color: #333;
    margin-top: 0;
}
#usatsi-publish-gallery .config-subheader {
	margin: 10px 0;
	display: block;
	color: #999;
	font-size: 12px;
}
#usatsi-publish-gallery .config-subheader a {
    color: #0096ff;
}

#usatsi-publish-gallery .config h2 {
	padding-bottom: 5px;
    margin-bottom: 5px !important;
    color: #999;
    font-size: 16px;
    line-height: normal;
    cursor: pointer;
}

#usatsi-publish-gallery .config h2.gallery-title {
	font-size: 1.17em;
	margin-bottom: 0 !important;
	padding-bottom: 0;
	font-size: 20px;
}

#usatsi-publish-gallery .config span.fa {
	margin-right: 5px;
}

#usatsi-publish-gallery .config .note {
	font-size: 11px;
	font-weight: normal;
	font-family: Helvetica, Arial;
}

#publish-live {
	text-align: left;
	width: 300px;
	padding: 15px;
}
#publish-live .status {
	color: #ff4a3d;
}
#publish-options {
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 15px 0;
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}
#publish-content {
	height: 100%;
	text-align: left;
    width: 950px;
    overflow: hidden;
    background: #e6e6e6;
}

.publish-customize {
    width: 320px;
    float: left;
}

.publish-customize h3 {
    color: #999;
    font-size: 14px;
}
.publish-customize h3 span {
    font-weight: normal;
    font-size: 13px;
}
.publish-customize .checkbox label {
    line-height: 20px;
}
.publish-customize .checkbox input {
    float: left;
    margin-right: 10px;
}
.ui-widget #publish-options select {
    width: 295px;
}
#publish-options  .publish-customize fieldset.submit {
    padding-top: 15px;
}

#publish-options .update-create div {
    float: left;
    width: 48%;
    margin-right: 4%;
    box-sizing: border-box;
    text-align: center;
    line-height: 20px;
    padding: 5px;
}
#publish-options .update-create .processing:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(/templates/images/photo_gallery/loader_spinning_arrow_20x20.gif) no-repeat;
    float: left;
}
#publish-options .update-create .complete:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    padding-right: 5px;
    color: #0096ff;
    float: left;
    display: inline-block;
}

#publish-options .update-create div:last-child {
    margin-right: 0;
}
#publish-options .form-error {
    font-size: 11px;
    color: #ff0033;
    padding-top: 5px;
}
#publish-content pre {
	white-space: normal;
	word-wrap: break-word;
	overflow: hidden;
	background: #fafafa;
	border: 1px solid #999;
	display: none;
	width: 550px;
	padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#publish-content input, .gallery-details textarea {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding: 0;
}

#publish-content textarea,
#publish-content input {
  width: 100%;
  display: block;
  margin: 0;
  border: none;
  background: #fafafa;
   
}

#publish-content textarea {
    height: 80px;
}
#publish-content textarea.large {
    height: 280px;
}
#publish-content textarea:focus,
#publish-content input:focus {
	 outline-width: 0;
}

#publish-content code  {
	border: 0;
}

#publish-content .preview-wrapper {
	overflow: hidden;
}

#publish-options fieldset {
	border: 0;
	outline: 0;
	margin: 0;
	padding: 0 0 10px 0;
	display: block;
	overflow: hidden;
}
#publish-options fieldset label {
    font-size: 12px;
    font-weight: normal;
}



#publish-options fieldset h4 {
	color: #999;
	font-size: 14px;
}

#publish-options h3 {
    margin-bottom: 15px !important;
}

#publish-options h3.ui-accordion-header {
   /*  margin-bottom: 0 !important; */
}

#publish-options .slideshow-icon input {
	margin-right: 50px;
	line-height: 20px;
}
#publish-options .slideshow-icon {
background: url(/templates/images/photo_gallery/slideshow.png) no-repeat 24px -2px;
height: 28px;
color: #555;
display: block;
font-size: 13px;
margin: 15px 0 7px;
line-height: 22px;
font-weight: normal;
}

#publish-options .widget-size {
	float: left;
    margin: 0 14px 0 0;
}
#publish-options .widget-size label,
#publish-options .custom-css label {
	font-weight: normal;
}
#publish-options .widget-size input,
#publish-options .custom-css input {
	background: #FFF;
    border: 1px solid #CCC;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    border-radius: 4px;
    color: #555;
    padding: 3px;
    display: inline-block;
}
#publish-options .widget-size input {
	width: 60px;
	height: 20px;
	margin-right: 5px;
	text-align: center;
}

#publish-options .custom-css {
	margin-bottom: 10px;
}
#publish-options .custom-css input {
	width: 100px;
    height: 20px;
}
#publish-new {
    float: none;
	margin: 10px 0;
}

.publish-preview {
    float: right;
}

.preview-wrapper {
    float: left;
 }
#publish-options .help-inline {
    margin-top: 0;
    margin-left: 26px;
}
#publish-options .button {
    width: 100%;
}

#publish-options .gallery-skins {
    overflow: hidden;
    margin-bottom: 10px;
    width: 320px;
}
#publish-options .gallery-skins select {
    width: 320px;
    height: 30px;
    font-size: 13px;
}
#publish-options .gallery-skins option {
    padding: 5px;
}

#publish-options .hide {
    display: none !important;
}

#publish-options .show {
    display: block !important;
}

#publish-options .publish-templates label {
    margin-top: 5px;
}
#publish-options .publish-templates a {
    font-size: 11px;
    color: #5C5C5C;
    display: inline-block;
}

#delete-skin-dialog p {
    margin-top: 5px;
    color: #666;
    font-size: 11px;
}
#embed-gallery .gallery-id {
    float: right;
}
#embed-gallery .gallery-id h4 {
    font-size: 16px;
    margin-top: 0;
    line-height: normal;
    text-align: right;
}
#embed-gallery .config h3 {
    padding-bottom: 0;
}

#embed-gallery input.widget-width {
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    width: 50px;
    display: inline-block;
    margin-right: 5px;
}
#publish-content .embed-options {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background: #e6e6e6;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
 }
#publish-content .embed-nav {
    width: 300px;
    background: #333;
    height:100%;
    float: left;
}

#publish-content .embed-nav .nav-item {
    padding: 20px;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #666;
    cursor: pointer;
}
#publish-content .embed-nav .nav-item.active {
    background: #e6e6e6;
    color: #333;
    cursor: default;
}
#publish-content .embed-nav .nav-item.active p {
    color: #333;
}
#publish-content .embed-steps h5,
#publish-content .nav-item h5 {
    font-size: 16px;
    margin: 0;
}
#publish-content .embed-steps h5 {
    font-size: 16px;
}
#publish-content .embed-steps p,
 #publish-content .embed-steps i {
    font-size: 13px;
    padding-bottom: 10px;
    color: #555;
}
#publish-content .nav-item p {
    color: #fff;
    font-size: 13px;

}
#publish-content .nav-item.last {
    border-bottom: none
}

#publish-content .embed-steps {
    width: 600px;
    top: 0;
    right: 0;
    padding: 20px;
    float: left;
    display: none;
}
#publish-content .embed-steps.active {
    display: block;
    background: #e6e6e6;
}
#publish-content .embed-steps .step {
    margin-bottom: 15px;
}







#gallery-preview-content .embed-options {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background: #e6e6e6;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
 }
#gallery-preview-content .embed-nav {
    width: 140px;
    background: #333;
    height:100%;
    float: left;
}

#gallery-preview-content .embed-nav .nav-item {
    padding: 4px;
    color: #fff;
    font-size: 11px;
    border-bottom: 1px solid #666;
    cursor: pointer;
}
#gallery-preview-content .embed-nav .nav-item.active {
    background: #e6e6e6;
    color: #333;
    cursor: default;
}
#gallery-preview-content .embed-nav .nav-item.active p {
    color: #333;
}
#gallery-preview-content .embed-steps h5,
#gallery-preview-content .nav-item h5 {
    font-size: 11px;
    margin: 0;
}
#gallery-preview-content .embed-steps h5 {
    font-size: 11px;
}
#gallery-preview-content .embed-steps p,
 #gallery-preview-content .embed-steps i {
    font-size: 11px;
    padding-bottom: 10px;
    color: #555;
}
#gallery-preview-content .nav-item p {
    color: #fff;
    font-size: 11px;

}
#gallery-preview-content .nav-item.last {
    border-bottom: none
}

#gallery-preview-content .embed-steps {
    width: 355px;
    top: 0;
    right: 0;
    padding: 20px;
    float: left;
    display: none;
}
#gallery-preview-content .embed-steps.active {
    display: block;
    background: #e6e6e6;
}
#gallery-preview-content .embed-steps .step {
    margin-bottom: 15px;
}

#gallery-preview-content pre {
	display:block;
	font:100% "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;
	margin:.5em 0;
	overflow:auto;
	width:355px;
	z-index: 5000;
}

input.gallery-preview-embed {
	width:350px;

}

textarea.gallery-preview-embed {
	width:350px;

}




#publish-options #publish-customize h3.ui-accordion-header {
    margin-bottom: 10px !important;
}
#publish-options #publish-customize h3.ui-accordion-header.active {
    margin-bottom: 0 !important;
}
#publish-customize .ui-state-default.active {
    background: none;
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#publish-customize .ui-accordion-content {
    padding: 10px;
}
#publish-customize .ui-accordion-content {
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 10px;
    margin-bottom: 10px;
}

#publish-customize .ui-state-default.active.ui-state-hover {
    border-color: #d3d3d3;
    margin-bottom: 0;
}

#publish-customize .ui-state-default .ui-icon {
    background-image: none;
}

#publish-customize .ui-icon-triangle-1-e:after {
    content: "\f078";
    color: #0096ff;
    font-weight: 900;
}
#publish-customize .ui-icon-triangle-1-s:after {
    content: "\f054";
    color: #0096ff;
    font-weight: 900;
}
#publish-customize .ui-icon{
    text-indent: 0px;
}
#publish-customize label.fa:after {
    content: "\f128";
    color: #0096ff;
    border: 1px solid #d3d3d3;
    padding: 2px;
    border-radius: 10px;
    width: 12px;
    height: 12px;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    cursor: pointer;
    line-height: normal;
    font-weight: 900;
}

#publish-customize  .ui-state-default,
#publish-customize .ui-state-default.active {
    background-image: none;
}

#gallery-dfp-interstitial-frequency,
#gallery-dfp-static-refresh-rate {
    width: 40px;
    text-align: center;
}

.toggle-wrapper {
	display: block;
}

/* Gallery Page */
#gallery-stream .stream-photo-wrapper  {
	height: 340px;
}
#gallery-stream .stream-photo-wrapper h4 {
	text-align: center;
	padding-bottom: 10px;
	display: block;
	box-sizing: border-box;

}
#gallery-stream .stream-photo-wrapper h4.gallery-title {
	cursor: pointer;
	
}
#gallery-stream .stream-photo-wrapper .count {
	color: #666;
	display: block;
	text-align: center;
	height: 28px;

}

#gallery-stream .stream-photo,
#gallery-stream .stream-photo-wrapper {
	cursor: auto;
}
#gallery-stream .stream-photo{
	cursor: pointer !important;

}
/* Inline Edit Directive CSS */
.editable {
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    width: 100%;
}
.editable.textarea {
    width: 100%;
}
.editable.enabled {
    border: 2px solid #4E6CA3;
    padding: 5px;
    cursor: default;
    width: 100%;
}
.editable.textarea.enabled {
    height: 60px;
}
/* Automation Option */

.automate-wrapper {
   /*  padding: 5px 25px 15px 25px;
    color: #333; */
    overflow: hidden;
    margin-bottom:20px;
}

.automate-wrapper .title {
	font-size: 22px;
	font-family: 'Futura'
}

.automate-wrapper .config {
	width: 260px;
	float: left;
	margin-right: 20px;
}

.automate-wrapper .config p {
	font-size: 12px;
	font-weight: normal;
}
.automate-wrapper .config label {
	font-weight: bold;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}
.automate-wrapper .config label span {
	font-size: 11px;
	font-weight: normal;
}
.automate-wrapper .config input {
	margin-top: 10px;
	font-size: 13px;
	padding: 3px;
	width: 100%;
	height: 26px;
	border: 1px solid #ccc;
	-webkit-border-radius : 4px;
	border-radius: 4px;
}

.automate-wrapper input.datepicker,
.filter input.datepicker {
	width: 85px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	height: 26px;
	border-right: none;
}

.filter input.datepicker {
    border: 1px solid #ccc;
    height: 25px;
    font-size: 13px;
    line-height: normal;
    border-right: 0;
    float: left;

}

/*.automate-wrapper span.datepicker-wrapper:after,*/
.automate-wrapper .ui-datepicker-trigger,
.filter .ui-datepicker-trigger {
    border-radius: 0 4px 4px 0;
    background-color: #eee;
    border: 1px solid #ccc;
    width: 31px;
    height: 25px;
    cursor: pointer;
    padding: 0 8px;
    margin: 0
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	background: #222;
	border: 1px solid #ddd;
	color: #fff;
}
.automate-wrapper .ui-datepicker-trigger span,
.filter .ui-datepicker-trigger span {
	font-size: 13px;
}

.automate-wrapper label.checkbox {
    float: none;
    clear: both;
    display: block;
    margin: 15px 0;	
}
.automate-wrapper label.inline p {
	display: inline-block;
}

.automate-wrapper .actions  {
	padding-top: 15px;
	float: none;
	clear: both;
}

.automate-wrapper .actions .status {
	font-size: 14px;
}
.automate-wrapper .actions .status.success {
	color: #51a825;
}
.automate-wrapper .actions .status.success:before {
	content: "\f05d";
	color: #51a825;
	margin-right: 5px;
}
.automate-wrapper .actions .status.success:after {
	content: "Lightbox automation successfully activated!";
}

.automate-wrapper .actions .status.success-removed:before {
	content: "\f057";
	color: #333;
	margin-right: 5px;
}
.automate-wrapper .actions .status.success-removed {
	color: #333;
}
.automate-wrapper .actions .status.success-removed:after {
	content: "Lightbox automation deactivated!";
}

.automate-wrapper .actions .status.error {
    color: #f3162b;
}
.automate-wrapper .actions .status.error:before {
	content: "\f06a";
	color: #f3162b;
	margin-right: 5px;
}

.automate-wrapper .actions .status.error:after {
	content: "Lightbox automation was unsuccessful.  Please try again.";
}

.automate-wrapper .ui-button-text-only .ui-button-text {
	padding: 3px;
}

a.pane-action-btn,
.pane-action-btn {
	text-transform: none;
	font-weight: bold;
	font-size: 13px;
	background: none;
	color: #ccc;
}

.page-action-btn {
	text-transform: none;
	font-weight: bold;
	font-size: 16px;
}

a.pane-action-btn:hover,
.pane-action-btn:hover {
	background: none;
}

.pane-action {
	border-left: 1px solid #666;
	padding-left: 10px;
}

.pane-action.create-lightbox {
	float: none;
	position: absolute;
	right: 90px;
	border-left: none;
}
.pane-action .btn-large {
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
}

#filmstrip-header .btn-upload {
	background: #51a825;
	margin-left: 8px;
	padding: 9px 10px !important;
	color: #fff;
	margin-bottom: 0;
}

#filmstrip-header .btn-publish:hover,
#filmstrip-header .btn-upload:hover {
	background: #090;
}

#filmstrip-header .btn-publish {
    background: #51a825;
}

.create-lightbox-btn:before {
	content: "\f067";
	margin-right: 5px;
}
#automate-toggle:after {
	content: "\f0d7";
	margin-left: 5px;
}

#automate-toggle.active:after {
	content: "\f0d8";
}

#filmstrip-nav .actions-nav {
	overflow: hidden;
}
#filmstrip-nav .actions-nav li {
	padding: 0 8px;
	border-right: 1px solid #000;
	border-left: 1px solid #666;
	color: #ccc;
	cursor: pointer;
}
#filmstrip-nav .actions-nav li.last {
	margin-right: 0;
}
#filmstrip-nav .actions-nav li:hover {
	background: #111;
}
.fa-cog:before {
	font-size: 17px;
}

.automate-option.edit-lightbox .automate-wrapper {
	color: #333;
	padding: 0;
	border: none;
}
.automate-option.edit-lightbox {
	border: none;	
	padding: 10px 20px;
	background: #fff;
	background:-webkit-linear-gradient(#eee, #ddd);
	background:-moz-linear-gradient(#eee, #ddd);
	background:-o-linear-gradient(#eee, #ddd);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
 	box-shadow: inset 0 1px 0 0 #fff;
 	-webkit-box-shadow: inset 0 1px 0 0 #fff;
 	-moz-box-shadow: inset 0 1px 0 0 #fff;
 	transition: all .2s ease-in-out;
	color: #09f;
	margin-bottom: 20px;
}
.automate-option.edit-lightbox:hover {
	background: #fff;
	background:-webkit-linear-gradient(#fff,#eee);
	background: -o-linear-gradient(#fff,#eee);
	background: -moz-linear-gradient(#fff,#eee);
	
}
.automate-option.edit-lightbox .automation-toggle {
	display: block;
	cursor: pointer;
	font-weight: bold;
}
.automate-option.edit-lightbox .automation-toggle:before {
	content: "\f0d7";
	margin-right: 5px;
}

.automate-option.edit-lightbox .automation-toggle.active:before {
	content: "\f0d8";
	margin-right: 5px;
}
.automate-option.edit-lightbox .automation-toggle.active .more {
	display: none;
}




/* Full Photo Preview */
.photo-preview.ui-dialog {
	background: #333;
	border: 1px solid #333;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.photo-preview #dialog.ui-widget-content {
	background: #666;
	padding: 0;
	box-shadow: 0 10px 60px #000;
	-moz-box-shadow: 0 10px 60px #000;
	-webkit-box-shadow: 0 10px 60px #000;
	height: 600px !important;
}

.gallery-preview #dialog.ui-widget-content {
	height: 575px !important;
}

.photo-preview.ui-dialog .ui-widget-header {
	background: #333;
	border: none;
}

.photo-preview.ui-dialog  .ui-dialog-titlebar {
	display: none;
}

.photo-preview.ui-dialog .ui-button {
	background: none;
	border: none;
}

.photo-preview .modal-image-wrapper {   
	float: left;
}

.photo-preview .modal-caption-wrapper {
	float: right;
	position: relative;
}
.photo-preview .modal-preview-icons{
	font-size: 30px;
}

.photo-preview .modal-preview-icons a{
	color: #008ef4;
	
}

.photo-preview .modal-preview-icons a.noDownload{
	color: #ccc !important;
	cursor: default;
}



.modal-close-btn {
	position: absolute;
	top: 0;
	right: 10px;
	display: block;
	width: 16px;
	height: 16px;
}
.modal-close-btn:before {
	content: "\f00d";
	font-size: 16px;
	cursor: pointer;
} 

.photo-preview #dialog {
	background: #000;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.photo-preview #dialog.ui-widget-content,
.photo-preview #dialog.ui-widget-content p {
    color: #888 !important;
    line-height: 15px;
    font-size: 11px;
}

.photo-preview #dialog.ui-widget-content label {
	color: #F4F4F4;
	font-size: 13px;
}

.photo-preview .modal-image {
	text-align: center;
}

.photo-preview .modal-image img {
	max-height: 600px;
	width: auto;
}

/* Form Validation & Help Tips*/
.help-error {
 color: red;
}
input.has-error,
.config.has-error input {
	border: 1px solid red;
}
.help-tip:after {
	content: "\f059";
	margin-left: 5px;
	font-size: 14px;
}

/* quick preview */
/* .stream-photo-wrapper {
	position: relative;
} */
.quick-preview {
	padding: 20px;
	background: #000;
	background-clip: padding-box;
	box-sizing: border-box;
	border: 1px solid #333;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	position: absolute;
	z-index: 999999;
}

/* ensure filter/view controls sit under quick-preview layer */
.view-columns-controls, .page-header .filters { position: relative; z-index: 1; }
.actions-submenu, .submenuitems { z-index: 5000 !important; }
.page-header { position: relative; z-index: 1; }

.quick-preview .caption {
	color: #ccc;
	margin: 5px 0 5px 0;
}
.quick-preview .caption,
.quick-preview .actions,
.quick-preview .date,
.quick-preview .credit {
	text-align: left;
	font: normal 13px/18px Helvetica;
}
.quick-preview .image-actions .fa {
	font-size: 28px;
}
.quick-preview .date,
.quick-preview .credit {
	color: #666;
}
.quick-preview .date {
	margin: 10px 0 5px 0;
}
.quick-preview .title {
	text-align: left;
	font-size: 14px;
	margin: 0;
}
.quick-preview  figure {
	padding: 0;
	margin:  0;
}
.quick-preview img {
	cursor: pointer;
}
.quick-preview .image-id {
	float: right;
	text-align: right;
}
/* pagination */
.pagination-wrapper a {
	cursor: pointer;
}

/* lightbox dock upload button */
.upload-action-dock {
 	text-align: center;
 	display: inline-block;
 	width: 114px;
 	white-space: normal;
 	color: #666;
 	position: fixed;
 	left: 268px;
 	padding-top: 50px;
    min-height: 200px;
    box-sizing: border-box;
    background: #e5e5e5;
    z-index:1;
    cursor: pointer;
                        	
}
.upload-action-dock:before {
	content: "\f382";
	color: #0096ff;
	display: block;
	font-size: 24px;
}

.upload-action-dock.fa span.text {
    display: inline;
}
/* lazy loader */
.lazy.loader {
	width: 135px;
	height: 135px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* background-image: url(/templates/images/ajax-loader.gif) center; */
}

/* registration overrides */

#registration-container {
	width: 400px;
	margin: 0 auto;
	min-height: 300px;
	margin-bottom: 40px;
	
}
#registration-container h2 {
	padding-bottom: 15px;
	margin-bottom: 0;
}
.registration-left {
	float: right;
}

.registration-left #column_equal,
.registration-right #column_equal {
	float: none;
	width: auto;
}

.registration-left #column_equal .singlesideUp,
.registration-right #column_equal .singlesideUp,
.registration-right #column_equal .singlesideDown {
	display: table-cell;
	width: auto;
	font-weight: normal;
}

.registration-left #column_equal .formtextbox-reg,
.registration-right #column_equal .formtextbox-reg {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	height: 25px;
	border:1px solid #000;
	width: 225px;
	background: #ccc;
	color: #333;
}

.registration-right #column_equal .formtextbox-reg:focus {
	background: #fff;
}

.registration-left  #column_equal .row,
.registration-right  #column_equal .row {
	height: 25px;
	display: table;
	margin-bottom: 15px;
}

.registration-right  #column_equal .row.company {
	height: 100px;
}



.registration-left #column_equal .singlesideUp,
.registration-right #column_equal .singlesideUp {
	line-height: 25px;
	height: 25px;
	margin-right: 10px;
	width: 125px;
	text-align: right;
}

.registration-right #column_equal .commmon-texsmall {
	width: 225px;
	background: #ccc;
}
.registration-right #column_equal .singlesideDownArea {
	float: none;
	display: table-cell;
}

.registration-right #column_equal .singlesideErrorDown,
.registration-left #column_equal .singlesideErrorDown {
	float: none;
	clear: both;
	width: 225px;
	margin-left: 135px;
}

#column_equal .singlesideErrorDown.no-margin {
	margin-left: 0;
	font-weight: normal;
}

.registration-header {
	border-bottom: 1px solid #666;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.registration-left {
	width: 300px;
}
.registration-right {
	margin-left: 0;
	width: 525px;
	padding-bottom: 10px;
}
.registration-right .clear {
	margin: 0 0 20px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
}
.registration-right .btn {
	width: 225px;
	margin-top: 15px;
}
.registration-right label {
	color: #ccc;
}

.registration-wrapper {
	width: 350px;
	overflow: hidden;
}
#registrationbox {
	border: none;
	border-left: 1px solid #333;
	color: #999;
	font-weight: normal;
	font-size: 11px;
	padding-left: 25px;
}

#registrationbox ul,
#registrationbox ul li{
   list-style: inherit;
   list-style-type: disc; 
   list-style-position: inside; 
   margin-left: 15px;
}

#subpageinnerwrapper #registrationbox  p {
	font-weight: normal;
}
.code-info {
	clear: both;
	font-size: 10px;
	line-height: normal;
	display: block;
	width: 225px;
	padding: 5px 0 15px 0;
	color: #999;
}
.copy-standard {
	font-size: 11px;
	color: #999;
}
#checkCode {
	width: 40px;
	background: #0096ff;
	height: 18px;
	font-size: 16px;
	padding: 5px 0;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
#checkCode:hover {
	opacity: .9;
}
.formtextbox-regdd {
	width: 225px;
	background: #ccc;
	height: 25px;
	border: none;
	border-radius: 4px;
	color: #333;
}
.styled-select {
	background: #ccc;
	overflow: hidden;
	width: 225px;
	border-radius: 4px;
	height: 25px;	
	position: absolute;
}
.styled-select:before {
	content: "\f078";
	position: absolute;
	right: 5px;
	top: 5px;
	color: #ff0000;
	
}
.styled-select select {
    background: transparent;
    padding: 5px;
    line-height: 1;
    appearance:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 120%;
    overflow: hidden;
    position: absolute;
}

.styled-select select::-ms-expand {
    display: none;
}

.fa.fa-arrow-left,
.fa.fa-arrow-right {
	font-size: 16px;
}

/* login overrides */
#login-box {
	margin: 0 auto;
	width: 350px;
	box-sizing: border-box;
	color: #999;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 20px;
	background: #222;
}
#login-box h3 {
	color: #ccc;
	margin:0;
	padding-bottom: 10px;
}
#login-box div.row {
	text-align: right;
	margin-right: 18px;
	margin-bottom: 10px;
}
#login-box .login-Txtbox {
	width: 200px;
	height: 25px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#login-box p {
	font-weight: normal;
	font-size: 11px;
	text-align: right;
	font-family: Helvetica, Arial;
}
#login-box a,
#login-page-wrapper a {
	text-decoration: underline;
}

div#login-page-wrapper {
	width: 50%;
	margin: 60px auto 0 auto;
}
#login-page-wrapper h4 {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 10px;
	display: block;
}
#login-page-wrapper p {
	margin-top: 10px;
	font-weight: normal;
	font-size: 11px;
	line-height: normal;
	color: #999;
}

#login-box .errormessage {
	text-align: left;
}

.admin-box {

    width: 450px !important;
}

.search-field {
    margin:5px 0 20px 0;
}
.search-field .searchTextbox {
    height: 22px;
    margin: 1px 0 1px 0;
}

.search-field .searchDiv {
    width: 242px;
}

.related-keywords a:hover {
    cursor: pointer;
}

#delete-myuploads{
	display:table;

}
#delete-myuploads span.thumbnail{
	float:left;
	display:table-cell;
	vertical-align:middle;
}

#delete-myuploads span.message{
	float:right;
	margin-left: 10px;
	display:table-cell;
	vertical-align:middle;	

}
#delete-myuploads span.message h3{
	font-size: 22px;
}

#delete-myuploads span.message .warning{
	font-style: italic;
	color: #909090 !important;
}
.btn-actiontest{
	background-color: #0096ff !important;
    border: none !important;

}

#support-msg a {
	text-decoration: underline;
	font-weight: bold;
}
#support-msg p {
	padding-bottom: 15px;
}

.actions-ui-submenu {
	display: inline-block;
}
.actions-ui-submenu .ui-submenu {
	display: none;
}
.result-set {
    position: relative;
    /* z-index: 10; */
    min-height: 400px;
    clear: both;
    padding: 20px;
}
.result-set.loading {
    background: url(/templates/images/photo_gallery/loader_75x75.GIF) no-repeat center;
}

#forgot_password #login-box {
    text-align: right;
}

#forgot_password #login-box h3 {
    text-align: left;
}

.char-counter {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
}

.char-counter.over {
    color: red;
    font-weight: bold;
}