/**
 * Файл стилей темы
 */
.gt-login img{
    position: absolute;
    bottom: 14px;
    left: 20px;
}

/**
 * Верхняя панель
 */
#wpadminbar{
    background: linear-gradient(rgba(17, 92, 165, 0.95), rgba(16, 96, 173, 0.95));
}
#wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item,
#wpadminbar .menupop .ab-sub-wrapper{
    background: #0d4477 !important;
}

#wp-admin-bar-maintenance_options,
#wp-admin-bar-comments,
#wp-admin-bar-updates,
#wp-admin-bar-wpseo-menu,
#menu-posts-tech,
#wp-admin-bar-customize,
#wp-admin-bar-wp-logo,
#wp-admin-bar-search,
#wp-admin-bar-clearfy-menu{
    display: none !important;
}

#wp-admin-bar-new-tech{
    display: none !important;
}
#wp-admin-bar-new-content .ab-label{
	font-size: 0px !important;;
}
#wp-admin-bar-new-content .ab-icon{
	margin-right: 0px !important;
}
#wp-admin-bar-edit .ab-item{
	font-size: 0px !important;;
	padding-right: 1px !important;
}

#wpadminbar .quicklinks>ul>li>a{
	position: relative;
}



#wp-admin-bar-wp-admin-bar-separator,
#wp-admin-bar-wp-admin-bar-separator2,
#wp-admin-bar-wp-admin-bar-separator3,
#wp-admin-bar-wp-admin-bar-separator4,
#wp-admin-bar-wp-admin-bar-separator5{
    opacity: 0.4;
}

body #wpadminbar #wp-admin-bar-wp-admin-bar-separator:hover a{
    background: none !important;
    cursor: default;
}
body #wpadminbar #wp-admin-bar-wp-admin-bar-separator2:hover a{
    background: none !important;
    cursor: default;
}
body #wpadminbar #wp-admin-bar-wp-admin-bar-separator3:hover a{
    background: none !important;
    cursor: default;
}


kbd{
 	background-color:#eee;
	border:1px solid gray;
	display: inline-block;
	font-size:1.2em;
	line-height: 1.4;
	box-shadow:1px 0 1px 0 #eee, 0 2px 0 2px #ccc, 0 2px 0 3px #444;
	border-radius:3px;
	margin:6px 3px;
	padding:1px 5px;
}

#errormessages {
	font: bold 13px Arial;
	color: #DD3030;
	min-height: 32px;
	padding: 0px 10px;
	text-align: center;
}
#dropzone-wrapper {
	background-color: #fff;
	margin: 10px;
	border: 6px dotted #ddd;
	border-radius: 10px;
	height: 200px;
	width: 200px;
	position: relative;
	cursor: pointer;
	transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#dropzone-wrapper #dropzone {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;

}
#dropzone-wrapper #textbox-wrapper {
	display: table;
	width: 100%;
	height: 100%;
}
#dropzone-wrapper  #textbox-wrapper #textbox {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#dropzone-wrapper  #textbox-wrapper #textbox p {
	transition: all .5s ease-in-out;
	margin: 0 0 10px 0;
	font: bold 20px Arial;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.42);
}
#dropzone-wrapper  #textbox-wrapper #textbox p.small {
	color: #777;
	font: bold 12px Arial;
}
/* Replacement for :hover */
.dropzonehover #dropzone-wrapper {                  
	background-color: rgba(220, 109, 10,.2);
	border-color: rgb(220, 109, 10);
}
.dragover #dropzone-wrapper {
	background-color: rgb(155, 247, 155);
	border-color: rgb(0, 109, 10);
}
.dropzonehover #dropzone-wrapper #textbox-wrapper #textbox p.small {
	color: rgb(220, 109, 10);
	font-size: 21px;
}
.dropzonehover #dropzone-wrapper #textbox-wrapper #textbox p.large {
	font-size: 0px;
  transform: scale(0);
}
.dragging #dropzone-wrapper #textbox-wrapper #textbox p.small {
	font-size: 0px;
  transform: scale(0);
}
.dragging #dropzone-wrapper #textbox-wrapper #textbox p.large {
	color: green;
	font-size: 21px;
}
.dragover #dropzone-wrapper #textbox-wrapper #textbox p.small {
	color: red;
}
.dragging #dropzone-wrapper {
	z-index: 99999;
  animation: greenPulse 1.5s infinite;
}

#output canvas {
	margin:5px;
	border: 1px solid #ddd;
	box-shadow: 2px 2px 2px rgba(0,0,0,.5);
}
#overlay {
	background: rgba(0,0,0,0);
	position: fixed;
	left: 0;
	top: 0;
	z-index: -99998;
	width: 100%;
	height: 100%;
	display: none;
}
.dragging #overlay {
	z-index: 99998;
	display: block;
	background: rgba(0,0,0,.5);
}

@keyframes greenPulse {
  from { box-shadow: 0 0 4px #08FF00,0 0 6px #fff; 	border-color: #aaa;}
  50% { box-shadow: 0 0 22px #0FBC09,0 0 30px #fff; 	border-color: #0FBC09;}
  to { box-shadow: 0 0 9px #08FF00,0 0 6px #fff; 	border-color: #aaa;}
}

#helpbutton {
    background: #eee;
    background: linear-gradient(#eee, #e2e2e2);
    border: solid 1px #d0d0d0;
    border-bottom: solid 3px #b2b1b1;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #f5f5f5;
    color: #555;
		cursor: pointer;
    display: inline-block;
    font: bold 12px Arial, Helvetica, Clean, sans-serif;
    margin: 0 0 0 25px;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #fafafa;
}

#helpbutton:hover {
    background: #e4e4e4;
    background: linear-gradient(#e4e4e4, #ededed);
    border: solid 1px #c2c2c2;
    border-bottom: solid 3px #b2b1b1;
    box-shadow: inset 0 0 0 1px #efefef;
}

#helpbutton #helpscreen {
	color: #111;
	text-align:left;
	position: absolute;
	top: -1px;
	left:-1px;
	width: 0px;
	height: 0px;
	padding: 0px;
 	border:1px solid #E8E8E8;
  background: rgb(255,255,136);
	transition: all .2s ease-in-out;
	font: normal 11px arial;
	overflow: hidden;
}
#helpbutton:active #helpscreen,#helpbutton #helpscreen:hover {
	width: 380px;
	height: 280px;
	padding: 10px 15px;
	z-index: 10;
}
.nopaste #helpbutton,.nofilereader #dropzone-wrapper {
	display: none;
}


#output ul {
	max-width: 500px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#output ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-content {
	display: table;
	table-layout: fixed;
	width: 100%;
	background: #fff;
	border: 1px solid #aaa;
	margin: 5px 0;
}
.list-content span {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 10px;
}
.list-content span.preview {
	width: 55px;
}
.list-content span.type {
	text-align: center;
	width: 60px;
}
.list-content span.name {
 	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-content span.options {
	width: 30px;
}
.list-content span.options .imagedelete {
	cursor: pointer;
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	padding: 0;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNJREFUeNrEVGtIU2EYfs7Ojh6nc+Jt5WWmk7w3cKnlDamQLqJIvyv6UQT9CIkiNPwTiIYQQqaFRf2MCCmQCgwKzB+GJEYpXipNzUuunO54tp1L36YbZ8tVrKAX3vN9H9/7vN9z3hslyzL+p6g9m9aecerl4GQzraKyE2Ii0sNYJpahVVpBkiiOd1ptnGN53mKb5BzCu9w0fX3Hmb2C0lGweC+BZ/0jT29dqK5kGGCFByyrPJa+r2NxxQabzRHLO5yxpkxVRkq89nBn98AeAilXEggWr/I4yEuNM+k0wLodsNsF8EQ5uxPcuhM2sjoEERKxi4tiYUrX5/iHMli8NwITM8sjY8vQR6pF8qGRHBUOIVEDSYyGKFNYIw7nljlMza9geGJh2J9AsHgvgeI8Q8W8VUTn23WoJCcoyQ7JwcO6asWKdQ2zixbMflnAqSP52Je/o8KfQLB4ldJJaQoNcxKNjG0sEnU0QtQUzEY9puaWUFVmBs9ZUVNuCljRgfAz81+9+KMVpq27wCUiSZJAlKXJnqERFqJGlDYUrlZl2VBiQUEguQwk/vjjRbEoMYaj/mA1Xk/bkR99CMXJKuhkw9YEiH+3yG6V3Q975sQfzQsFvjJDg93JLCa7mgFJQsHpehQYMjHW1oCI+ATAcPYAMev1JfC3M0mBdz3+4fZVfLzTsvGn4VoItlVM37/hPnNTE+ezLl3zI/APxZUOSs14z+Ptjb7BomkpYAqCFgV+cIZH4Yk6MFodRlsvuihtlj2DgptPoMsx9/9MwJ3rDd3yr0Txt1ny4DXMBhu7ZdE3N+RS4Fa9dH3aMIxELEajQnwEBae4UdESWV0TzUmqPz01FbqwwFnz4BN1FHK3h5KCu7xZA5KCgIA352pdd1d8CAx9+ma83j2MmrxQlKaxyDeEo8gYiaSYEHTUVaGYtNODxlq8GHiP3qHPO/0fV+KLUljYBRmaZKP3vrDrOcztPZsnGvzCTJM7DMr2Otb2qjgnSfvqVyHuH10qe9ywv2+rOyW+JEuPsmw9Zh/dg0zaMKn2JPpGFhDysGWA5Sy9u5ruNrjsfggwANaIwN5Hg9AjAAAAAElFTkSuQmCC');
	background-position: 0px 0px;
}
.list-content span.options .imagedelete:hover {
	background-position: -16px 0px;
}

#output .removed-item {
    animation: removed-item-animation .6s cubic-bezier(.55,-0.04,.91,.94) forwards;
}

#output .new-item {
	opacity: 0;
    animation: openspace .6s ease forwards, new-item-animation .3s .3s cubic-bezier(0,.8,.32,1.07) forwards;
}

@keyframes openspace {
    to {height:auto;}
}
@keyframes removed-item-animation {
    from {opacity: 1;transform: scale(1);}
    to {opacity: 0;transform: scale(0);}
}
@keyframes new-item-animation {
    from {opacity: 0;transform: scale(0);}
    to {opacity: 1;transform: scale(1);}
}
