/* admin-styles.css
*
* wp-photo-album-plus
* version 8.2.03.004
*/
#files_list, #files_list2
{
	margin: 10px 0;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1em;
	border: 1px #ccc solid;
	padding: 5px;
}

#files_list2 thead {
	font-size: 1.25em;
	font-weight: normal;
}

#files_list h3, #files_list2 h3
{
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	border-bottom: 2px #e5f3ff solid;
	font-weight: normal;
	font-size: 1.2em;
}

.wppa-help-ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 2em;
}

.wppa-help-ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 2em;
}

.wppa-help-ol li, .wppa-help-ul li {
	line-height: 100%;
	padding-bottom: 0px;
}

ul.wppa_nav
{
	margin: 15px 0 0 60px;
	background: red;
	padding: 0;
	list-style: none;
}

.wppa_nav li
{
	margin: 0 0 0 0px;
	padding: 0;
	list-style: none;
	display: inline;
}

.wppa_nav li a
{
	color: #333;
	font-size: 0.8em;
	display: block;
	float: left;
	padding: 0 3px;
	margin: 0 7px 0 0;
	border: 1px #ccc solid;
	border-bottom: none;
	text-decoration: none;
}

.wppa_nav li a:hover, .wppa_nav li a.active { background-color: #dfdfdf; }

.table_wrapper {
	max-height: 400px;
	overflow: auto;
}

.wppa-table-wrap {
	border:1px solid #ccc;
	position:relative;
}
.wppa-table {
	padding: 5px;
	margin: 0 0 7px 0;
	font-size: 13px;
	line-height: 15px;
}
.wppa-table tr {

}
.wppa-table th {
	font-weight: bold;
	padding:3px 5px !important;
	vertical-align: middle !important;
	float: left;
	text-align: left;
	font-size: 13px;
	line-height: 15px;
}

.wppa-table td {
	padding:3px 5px !important;
	vertical-align: middle !important;
	font-size: 13px;
	line-height: 15px;
	height: 20px;
}
.wppa-table input, .wppa-table textarea, .wppa-table select {
	vertical-align: middle !important;
	border: 1px solid #DDDDDD;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07) inset !important;
 	font-size: 13px !important;
	line-height: 15px !important;
}
.wppa-table input {
	height: 20px !important;
	padding:0 !important;
}
.wppa-table textarea {
	padding:0 !important;
}
.wppa-table select, .wppa-photo-table select, .wppa-album-table select {
	height: 20px !important;
	padding:0 24px 1px 4px !important;
}
.wppa-table a {
	cursor: pointer;
}
.wppa-table thead td, .wppa-table tfoot td {
	font-weight: bold !important;
	font-size: 13px;
	line-height: 15px;
}
.wppa-photo-table {
	float: left;
	width: 100%;
}
.wppa-photo-table th {
	max-width: 150px;
}
.wppa-photo-table input, .wppa-photo-table textarea, .wppa-album-table input, .wppa-album-table textarea {
	padding:0 4px 1px !important;
}
.wppa-setting-table td{
	border-bottom: 1px solid #ddd;
	font-size: 13px;
	line-height: 15px;
}
.wppa-subtable td {
	padding: 0 2px;
	font-size: 13px;
	line-height: 15px;
}

.photoitem, .albumtable, .table_wrapper {
	margin: 7px 0;
	padding: 5px;
	border: 1px #ccc solid;
}

.photoitem .deletelink
{
	text-decoration: none;
	border: none;
	color: red;
	font-weight: bold;
	float: left;
}

.photoitem .copylink
{
	text-decoration: none;
	border: none;
	color: blue;
	font-weight: bold;
	float: left;
}

.photoselect {
	position: relative;
	margin: 7px;
	padding: 5px;
	border: 1px #ccc solid;
	display: block;
	float: left;
}

.photoselect input {
	float: right;
}

tt {
    font-weight: bold;
    font-family: Consolas,Monaco,"Courier New",Courier,monospace;
    background-color: #e0e0e0;
}

.wppaedit {
	font-weight: bold;
	color: green;
}

.wppadelete {
	font-weight: bold;
	color: red;
}

.wppacreate {
	font-weight: bold;
	color: blue;
	cursor: pointer;
}

.alternate {
	background-color: #f5f5f5;
}

h4 {
	margin: 0;
}

h6 {
	margin: 0;
	font-size: 1em;
}

hr {
	height: 0px;
	border-color: #ccc;
	color: #ccc;
	margin: 0;
	border-width: 1px;
	background-color: #f7f6f1;
}

.updatedok {
	margin: 5px 0 15px;
	background-color: #e0ffe0;
	border: 1px solid #55ff55;
	padding: 0 20px;
}

.wp-menu-image a:link {
background-color:transparent;
}
#wppa-err-table {
border:1px solid black;
	border-collapse:collapse;
}
#wppa-err-table td {
	font-size:16px;
	border:1px solid black;
	padding:1px 6px;
}
#wppa-err-table tbody td {
	font-weight:normal;
}
.wppa-none {
	display:none !important;
}
/* phpinfo */
#phpinfo {background-color: #ffffff; color: #000000;}
#phpinfo, #phpinfo td, #phpinfo th, #phpinfo h1, #phpinfo h2 {font-family: sans-serif;}
#phpinfo pre {margin: 0px; font-family: monospace;}
#phpinfo a:link {color: #000099; text-decoration: none; background-color: #ffffff;}
#phpinfo a:hover {text-decoration: underline;}
#phpinfo table {border-collapse: collapse;}
#phpinfo .center {text-align: center;}
#phpinfo .center table { margin-left: auto; margin-right: auto; text-align: left; width:600px;}
#phpinfo .center th { text-align: center !important; }
#phpinfo td, #phpinfo th { border: 1px solid #000000; font-size: 75%; vertical-align: baseline;}
#phpinfo h1 {font-size: 150%;}
#phpinfo h2 {font-size: 125%;}
#phpinfo .p {text-align: left;}
#phpinfo .e {background-color: #ccccff; font-weight: bold; color: #000000;}
#phpinfo .h {background-color: #9999cc; font-weight: bold; color: #000000;}
#phpinfo .v {background-color: #cccccc; color: #000000;}
#phpinfo .vr {background-color: #cccccc; text-align: right; color: #000000;}
#phpinfo img {float: right; border: 0px;}
#phpinfo hr {width: 600px; background-color: #cccccc; border: 0px; height: 1px; color: #000000;}

/*.wppa-links table { border-top:1px solid #ccc; margin:0; padding:0; }*/
.wppa-links td { margin:0 !important; padding:0 10px !important; }

/* Album admin used styles */
.sortable-placeholder-albums {
	width: 100%;
	height: 60px;
	margin: 5px;
	border: 1px dotted #cccccc;
	border-radius:3px;
	float: left;
}
.ui-state-default-albums {
	position: relative;
	width: 100%;
	height: 60px;
	margin: 5px;
	border: 1px solid #cccccc;
	border-radius:3px;
	float: left;
}
.ui-state-default-albums td {
	padding:0 !important;
	line-height:12px !important;
	text-align:center !important;
}
#src-alb{
	color:transparent;
}
/* Comment admin */
.column-photo {
	width:180px;
}
.column-user, .column-email, .column-timestamp {
	width:180px;
}
.column-status {
	width:100px;
}
/* Maintenance popup */
#wppa-maintenance-list h2 {
	margin-top:0;
}
#wppa-maintenance-list div {
	background-color:#f1f1f1; border:1px solid #ddd;
}
#wppa-maintenance-list td, #wppa-maintenance-list th {
	border-right: 1px solid darkgray;
}
/* Photo admin */
.cropper-drag-box{
	background-color:transparent;
}
#wppa-horizon {
	background-color:transparent;
	height:11px;
	position:fixed;
	width:100%;
	top:500px;
	z-index:100000;
	display:none;
	cursor:ns-resize;
}
#wppa-horizon hr {
	color:black;
	position:relative;
	top:5px;
	left:0px;
	border:none;
	background-color:black;
	height:1px;
	width:100%;
}
.wppa-photo-table {
	width:100%;
}
.wppa-photo-table .cropper-modal {
	background-color: transparent;
}
.wppa-cropper-container-wrapper {
	display:inline-block;
	margin-left:25%;
	width:50%;
}

/* Photo admin sequence */
.sortable-placeholder-photos {
	border: 1px dotted !important;
	border-color: gray;
}
.ui-state-default-photos, .sortable-placeholder-photos {
	border: 1px solid !important;
	position: relative;
	width: 180px;
	height: 180px;
	margin: 5px;
	border-radius:3px;
	float: left !important;
}

.wppa-publish {
	background-color: rgb( 255, 255, 224 );
	border-color: rgb( 230, 219, 85 )!important;
}
.wppa-featured {
	background-color: rgb( 224, 255, 224 );
	border-color: rgb( 85, 238, 85 )!important;
}
.wppa-pending, .wppa-scheduled, .wppa-private {
	background-color: rgb( 255, 235, 232 );
	border-color: rgb( 204, 0, 0 )!important;
}
.wppa-bronze {
	background-color: rgb( 221, 221, 187 );
	border-color: rgb( 204, 204, 170 )!important;
}
.wppa-silver {
	background-color: rgb( 255, 255, 255 );
	border-color: rgb( 238, 238, 238 )!important;
}
.wppa-gold {
	background-color: rgb( 238, 238, 204 );
	border-color: rgb( 221, 221, 187 )!important;
}

/* Settigs page */
.wppa-master-tabs {
	position:relative;
	top:24px;
}
.wppa-setting-tabs {
	position:relative;
	top:24px;
}
.wppa-setting-tabs li {
	border-color: darkgrey;
	border-width: 1px;
	float: left;
	background-color: white;
	padding: 8px 10px;
	font-size: 22px;
	color: darkgrey;
	border-style: solid;
	text-align: center;
	margin: 0 4px 0 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	cursor: pointer;
}
.wppa-master-tabs li {
	border-color: darkgrey;
	border-width: 1px;
	float: left;
	background-color: white;
	padding: 8px 10px;
	font-size: 22px;
	color: darkgrey;
	border-style: solid;
	text-align: center;
	margin: 0 4px 6px 0;
	border-radius:8px;
	cursor: pointer;
}
#wppa-setting-tab-99 {
	float: right;
}
.wppa-tabdesc h3 {
	margin: 0 0 9px 0;
	padding: 6px 0 0 0;
}
.wppa-master-tabs .active {
	color: black;
	background-color:#dddddd;
}
.wppa-setting-tabs .active {
	color: black;
	border-bottom-color: white;
	background-color:#dddddd;
}
#wppa-setting-content {
	clear:both;
	background-color: white;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	position:relative;
	top:24px;
	border-color:darkgrey;
	margin-bottom:12px;
}
.wppa-colorbox {
	height: 28px !important;
}
.wppa-doit-button {
	float:left;
	border-radius:3px;
	font-size: 11px !important;
	margin: 0 4px;
	padding: 0 6px;
	border: 1px solid darkgrey !important;
}

#wppa-cloudinary-table table, #wppa-cloudinary-table tbody, #wppa-cloudinary-table tr, #wppa-cloudinary-table td {
	margin:0;
	padding:0;
	border:none;
	font-size:9px;
	line-height: 11px;
}
#wppa-cloudinary-table td {
	height:11px;
}

#wppa-admin-spinner {
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-33px;
	margin-top:-33px;
	z-index:9999999;
}

/* Editors Admin styles */
#TB_ajaxContent {
	box-sizing:border-box; width:100% !important;
}
#wppagallery-table select {
	max-width:540px;
}
#wppagallery-table option {
	color: #070;
}
#wppagallery-table tr, #wppagallery-table th, #wppagallery-table td {
	padding: 2px 0;
}
.wppa-bar {
	background-color: #7f7;
	width:0%;
	height:15px;
	border-radius:3px;
	line-height: 18px;
	margin: 0;
}
.wppa-percent {
	position:relative;
	display:inline-block;
	top:-19px;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
.wppa-message {
	clear: both;
}
#wppaphoto-table tr, #wppaphoto-table th, #wppaphoto-table td {
	padding: 2px; 0;
}

.wppa-admin-button {
	margin:0 0 0 6px !important;
}

/* Album admin new */
details {
	margin-top: 20px;
	clear:both;
}

details.hidden {
	display: none;
}

.wppa-summary-toplevel {
	background-color: #666;
	color: white;
	font-size: 1.5em;
	margin-bottom: 6px;
	line-height: 1.8em;
	cursor:pointer;
}
.wppa-summary-sublevel {
	background-color: #888;
	color: white;
	font-size: 1.2em;
	margin-bottom: 6px;
	line-height: 1.5em;
	cursor:pointer;
}

.wppa-flex-container {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	-- background-color:#ffcc66;
	padding: 10px;
	margin:0 -10;
}

.wppa-flex-column {
	display: flex;
	flex-flow: column wrap;
	align-items: stretch;
	row-gap: 20px;
	grid-row-gap: 20px;
	row-gap: 20px;
	padding: 10px;

}

.wppa-flex {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	align-content: space-between;
	padding: 10px;
}

.wppa-flex div {

	margin-right: 4px;
}

.wppa-flex div label {
	font-size:0.8em;
	font-weight: 600;
	margin-bottom: 10px;
}

.wppa-fieldset {
	box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    color: #2c3338;
    padding: 8px;
	max-width: 900px;
}
.left {
	float:left;
}

.wppa-legend {
	padding:0 8px;
	font-weight: 600;
}

/* like disabled input */
.wppa-ldi {
	font-size: 1.2em;
	font-weight: 600;
	margin: 0 6px 0 0;

	padding: 0 8px;
	line-height: 2;
	min-height: 30px;
	width: fit-content;

	background: rgba(255, 255, 255, 0.5);
	border-color: rgba(220, 220, 222, 0.75);
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
	color: rgba(44, 51, 56, 0.5);
}

#wppa-action-container {
	margin-top: 8px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#wppa-action-container-left {
	display: flex;
	flex-basis: 50%;
	align-items: flex-start;
	margin-bottom: 8px;
}

#wppa-action-container-left input,
#wppa-action-container-left select {
	margin-right: 8px;
}

#wppa-action-container-left input:last-of-type {
	margin-right: 0;
}

#wppa-action-container-right {
	display: flex;
	align-items: flex-end;
}

#wppa-action-container-right input,
#wppa-action-container-right select {
	margin-left: 8px;
	align-self:baseline;
}

#wppa-action-container-right select:first-of-type {
	margin-left: 0;
}

.wppa-tabcontent {
	min-height: 530px;
}