/*
@
@		>>>> AQUAY <<<<
@
@	Timonix Aquay Edytor
@	Edytor Tekstowy
@	Versja: beta 0.1
@	Autor: Timonix
@   Cobright: Wszelkie prawa zasczeżone 
@
@		>>>> AQUAY <<<<
@
*/

	/* tworzenie klass odpowiedzialnych za wygląd aquay */
	
	#aquay {
		width: 100%;
		height: auto;
		margin: 20px 0px;
		padding: 0px;
		border: 0px;
		float: left;
	}
	
	.aquay {
		width: 100%;
		height: auto;
		margin: 20px 0px;
		padding: 0px;
		border: 0px;
		float: left;
		font-size: 14px;
		border: 1px solid #d1d1d1;
	}

	.aquay-input, .aquay-select {
		color: black;
		display: block;
		width: 150px;
		height: 25px;
		padding-left: 15px;
		padding-right: 15px;
		background-color: transparent;
		-webkit-border-radius: 0px 0px 0px 0px;
		border-radius: 0px 0px 0px 0px;
		-webkit-box-shadow: 0px 0px 20px -5px rgba(74,74,74,1);
		-webkit-box-shadow: 0px 0px 20px -5px rgba(74,74,74,1);
		box-shadow: 0px 0px 20px -5px rgba(74,74,74,1);
		border-width: 1px 1px 2.5px 2px;
		border-style: solid solid solid solid;
		border-color: #c5c5c5 #bfbfbf #8c8c8c #777777;
		outline: none;
		float: inherit;
	}
	.aquay-input-color {
		color: black;
		display: block;
		width: 25px;
		height: 25px;
		padding-left: 2px;
		padding-right: 2px;
		background-color: transparent;
		-webkit-border-radius: 0px 0px 0px 0px;
		border-radius: 0px 0px 0px 0px;
		-webkit-box-shadow: 0px 0px 20px -5px rgba(74,74,74,1);
		-webkit-box-shadow: 0px 0px 20px -5px rgba(74,74,74,1);
		box-shadow: 0px 0px 20px -5px rgba(74,74,74,1);
		border-width: 1px 1px 2.5px 2px;
		border-style: solid solid solid solid;
		border-color: #c5c5c5 #bfbfbf #8c8c8c #777777;
		outline: none;
		float: inherit;
	}
	
	.aquay-link {
		width: 100%;
	}
	
	.aquay-input-margin {
		margin-right: 4px;
	}
	
	.aquay-nawigacja {
		width: 100%;
		height: auto;
		background-color: #ececec;
		padding: 10px;
		border: 1px solid #d1d1d1;
		float: left;
	}
	
	.aquay-sekcjia {
		width: 100%;
		float: left;
		margin-top: 10px;
	}
	
	.aquay-text {
		width: 100%;
		height: auto;
		min-height: 555px;
		background-color: transparent;
		padding: 5px;
		border: 1px solid #d1d1d1;
		float: left;
	}
	.aquay-bloki-powiel {
		width: 100%;
		height: auto;
		min-height: 4px;
		background-color: transparent;
		padding: 5px;
		border: 1px solid #d1d1d1;
		float: left;
		display: none;
		visibility: hidden;
	}
	
	.aquay-text > *html, *body {
		margin: 0px;
		border: 0px;
		padding: 0px;
	}
	
	.aquay-ikona {
		width: 25px;
		height: 25px;
		padding: 0px;
		margin: 0px 5px;
		float: left;
	}
	
	.aquay-logo {
		max-width: 100px;
		max-height: 30px;
		min-width: 60px;
		min-height: 20px;
		font-size: 16px;
		background-color: #e4e4e4;
	}
	
	.aquay-bar {
		content: "";
		position: relative;
		height: 21px;
		width: 0;
		border-right: 1px solid #888888;
		margin: 2px 2.5px;
		top: 0;
	}
	
	.aquay-container {
		width: 100%;
		height: auto;
		margin: auto;
		border: none;
		float: left;
	}
	
	.aquay-edytuj-container {
		width: -webkit-fill-available;
		height: auto;
		padding: 11px;
		margin: 10px;
		border: none;
		float: left;
	}
	
	.aquay-edytuj-container:hover, .aquay-edytuj-container:focus {
		height: auto;
		padding: 10px;
		border: 1px solid #888888;
	}
	
	.aquay-type-title {
		position: relative;
		top: -25px;
		background-color: white;
		width: fit-content;
		padding: 5px;
	}

	.aquay-input-title {
		width: fit-content;
		padding: 5px;
	}
	
	.aquay-edytuj-text {
		padding: 10px;
	}
	
	.aquay-edytor-element-menu {
		position: relative;
		left: -150px;
		width: 300px;
		height: auto;
		max-height: 500px;
		padding: 15px;
		float: left;
		border: 1px solid #888888;
		background-color: #e4e4e4;
		display: none;
	}
	
	.aquay-edytor-menu-icons {
		width: 31.2%;
		height: 75px;
		padding: 5px;
		margin-right: 5px;
		margin-bottom: 10px;
		float: left;
		border: 1px solid #888888;
		background-color: white;
	}
	
	.aquay-edytor-menu-visable {
		display: block;
	}
	
	.aquay-edytuj-blok-kopiuj {
		display: hiddenn;
		visibility: hiddenn;
	}
	
	.aquay-edytor-separator {
		width: -webkit-fill-available;
		height: auto;
		padding: 0px;
		margin: 10px;
		float: left;
		border: 1px solid transparent;
	}
	
	.aquay-edytor-separator:hover {
		border: 1px solid #888888;
	}
	
	.aquay-edytor-separator:hover > .aquay-edytor-separator-tytul {
		color: black;
	}
	
	.aquay-edytor-separator-tytul {
		width: 100%;
		height: auto;
		color: transparent;
		padding: 10px;
		margin: auto;
		text-align: center;
		border-bottom: 1px solid #888888;
		cursor: pointer;
	}
	
	.aquay-edytor-naglowek {
		font-size: 24px;
	}
	
	.aquay-edytor-obrazek {
		width: 100%;
		min-height: 150px;
		padding: 15px;
		background-color: #cccccc;
	}

	.aquay-edytor-galeria {
		width: 100%;
		min-height: 150px;
		padding: 15px;
		float: left;
		background-color: #e8e8e8;
	}
	
	.aquay-add-media{
		color: black;
		display: block;
		width: 100%;
		height: auto;
		padding: 10px 20px;
		text-align: center;
		background-color: transparent;
		-webkit-border-radius: 0px 0px 0px 0px;
		border-radius: 0px 0px 0px 0px;
		-webkit-box-shadow: 0px 0px 20px -5px rgba(74,74,74,1);
		-webkit-box-shadow: 0px 0px 20px -5px rgba(74,74,74,1);
		box-shadow: 0px 0px 20px -5px rgba(74,74,74,1);
		border-width: 1px 1px 2.5px 2px;
		border-style: solid solid solid solid;
		border-color: #c5c5c5 #bfbfbf #8c8c8c #777777;
		outline: none;
	}
	
	.aquay-top-separator {
		margin-top: 10px;
	}

	.aquay-visable {
		display: block;
	}
	
	.aquay-hidden {
		display: none;
	}
	
	.aquay-modal-html {
		overflow: hidden;
	}

	.aquay-modals {
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		width: 100%;
		height: 100%;
		padding: 5%;
		overflow: auto;
		overflow-x: hidden;
		z-index: 999999999;
		background-color: #000000e6;
	}

	.aquay-modal-container {
		position: relative;
		width: -webkit-fill-available;
		height: -webkit-fill-available;
		display: inline-table;
		padding: 20px;
		background-color: #a0a0a0;
		overflow: auto;
		z-index: 1;
	}

	.aquay-modal-load {
		position: relative;
		width: -webkit-fill-available;
		height: -webkit-fill-available;
		font-size: 22px;
		float: left;
		text-align: left;
		z-index: 1;
	}

	.aquay-modal-closed {
		position: absolute;
		top: -15px;
		right: -15px;
		width: 40px;
		height: 40px;
		background-image: url("../../../pliki/ikony/zamknij.png");
		display: block;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		z-index: 1;
	}
	
	.aquay-edytor-kod {
		display: block;
	}
	
	.aquay-edytor-cytat {
		border-left-style: solid;
		border-width: 2px;
		padding-left: 15px;
	}
	
	.aquay-obrazek {
		width: 100%;
		height: 100%;
	}
	
	.aquay-galeria  {
		width: 25%;
		max-height: 250px;
		float: left;
		padding: 5px;
		margin-top: 10px;
	}

	@media (max-width: 1600px) {
		.aquay-galeria  {
			width: 25%;
			height: 175px;
			float: left;
			padding: 5px;
			margin-top: 10px;
		}		
	}

	@media (max-width: 1200px) {
		
	}

	@media (max-width: 992px) {
		.aquay-galeria  {
			width: 33.333333%;
			height: 195px;
			float: left;
			padding: 5px;
			margin-top: 10px;
		}		
	}

	@media (max-width: 768px) {
		.aquay-galeria  {
			width: 50%;
			height: 150px;
			float: left;
			padding: 5px;
			margin-top: 10px;
		}
	}

	@media (max-width: 576px) {
		.aquay-galeria  {
			width: 100%;
			height: -webkit-fill-available;
			float: left;
			padding: 5px;
			margin-top: 10px;
		}		
	} 	

	.aquay-button-pobierz {
		color: black;
		display: block;
		width: 100%;
		height: 45px;
		padding-left: 15px;
		padding-right: 15px;
		background-color: transparent;
		-webkit-border-radius: 0px 0px 0px 0px;
		border-radius: 0px 0px 0px 0px;
		-webkit-box-shadow: 0px 0px 20px -5px rgba(74,74,74,1);
		-webkit-box-shadow: 0px 0px 20px -5px rgba(74,74,74,1);
		box-shadow: 0px 0px 20px -5px rgba(74,74,74,1);
		border-width: 1px 1px 2.5px 2px;
		border-style: solid solid solid solid;
		border-color: #c5c5c5 #bfbfbf #8c8c8c #777777;
		outline: none;
		float: inherit;
	}
	
	.aquay-edytor-plik {
		width: 100%;
		min-height: 150px;
		padding: 15px;
		background-color: #dedede;
	}
	
	.aquay-clear {
		padding: 0px;
		margin: 0px;
		border: 0px;
	}
	
	.aquay-compiler {
		width: 0px;
		height: 0px;
		display: none;
		visibility: hidden;
		background-color: #ffffff00;
		color: transparent;
	}
	
	/* dragable przesuwanie kontenerów */
	.aquay-toggle {
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -8px;
	}
	.aquay-placeholder {
		border: 1px dotted black;
		cursor: n-resize;
		margin: 0 1em 1em 0;
		height: 50px;
		float: left;
		width: 100%;
	}