/*
Library: eEGTA
Name: eWin CSS
Skin: eNorm
Version: 1.01
License: content of this file is covered by EGTA license. Usage without proper license is prohibited. To obtain it contact admin@egta.casa
Copyright EGTA https://www.egta.com.tr
*/

.eWin-modalBackground {
	background-color    : rgba(0,0,0,.75);
}

.eWin {
    background-color    : #00a3ff;
	background          : -moz-linear-gradient(top,#00cbff 0%,#00a3ff 100%);
	background          : -webkit-linear-gradient(top,#00cbff 0%,#00a3ff 100%);
	background          : -o-linear-gradient(top,#00cbff 0%,#00a3ff 100%);
	background          : -ms-linear-gradient(top,#00cbff 0%,#00a3ff 100%);
	background          : linear-gradient(top,#00cbff 0%,#00a3ff 100%);
	box-shadow          : 0 0 10px black;
	border-radius       : 10px 10px 24px 24px;
}

.eWin-modalBackground .eWin {
	box-shadow          : 0 0 20px rgba(255,255,255,.5);
}

.eWin-titleBar {
	height              : 30px;
	background-color    : #00cbff;
	background          : -moz-linear-gradient(top, #222 0%, #00cbff 100%);
	background          : -webkit-linear-gradient(top, #222 0%,#00cbff 100%);
	background          : -o-linear-gradient(top, #222 0%,#00cbff 100%);
	background          : -ms-linear-gradient(top, #222 0%,#00cbff 100%);
	background          : linear-gradient(top, #222 0%,#00cbff 100%);
	border-radius       : 10px 10px 0 0;
    text-align          : left;
}

.eWin-titleBar .eWin-title {
	height              : 30px;
	line-height         : 30px;
	padding             : 2px 0px 0px 10px;
	background-color    : rgba(0,0,0,.05);
	color               : white;
	font-size           : 13px;
}

.eWin-tabsBar {
	height              : 20px;
    background-color    : #00cbff;
}

.eWin-tabsBar .eWin-tabs {
	list-style-type     : none;
	padding             : 0;
	margin              : 0 0 0 10px;
}

.eWin-tabsBar .eWin-tabs .eWin-tab {
	background-color    : #00cbff;
	padding             : 0 10px;
	margin-right        : 5px;
	height              : 20px;
	border-radius       : 10px 10px 0 0;
	line-height         : 20px;
	color               : white;
	font-size           : 11px;
}

.eWin-tabsBar .eWin-tabs .eWin-tab:hover,
.eWin-tabsBar .eWin-tabs .eWin-tab.active {
	background-color    : #103c6b;
}

.eWin-content {
	*background-color    : rgba(0,0,0,.25);
    padding             : 0 5px 5px 5px;
	border-radius       : 10px;
}

.eWin-statusBar {
	height              : 20px;
	background-color    : #00cbff;
}

.eWin-statusBar .eWin-resizeIcon {
	width               : 7px;
	height              : 7px;
	background          : url('imgs/icons/resize.png');
}

div .eWin-button {
    margin-left         : -12px;
}

.eWin-titleBar .eWin-button {
	cursor              : pointer;
	box-shadow          : inset 0 1px 1px rgba(0,0,0,.15);
	position            : absolute;
	width               : 30px;
	height              : 24px;
	background          : #333;
	background          : -moz-linear-gradient(top, #00bcf0 0%, #333 100%);
	background          : -webkit-linear-gradient(top, #00bcf0 0%,#333 100%);
	background          : -o-linear-gradient(top, #00bcf0 0%,#333 100%);
	background          : -ms-linear-gradient(top, #00bcf0 0%,#333 100%);
	background          : linear-gradient(top, #00bcf0 0%,#333 100%);
	transition          : background 1s linear;
	top                 : 3px;
}

.eWin-titleBar .eWin-button:hover {
	background          : #00bcf0;
	background          : -moz-linear-gradient(top, #000 0%, #00bcf0 100%);
	background          : -webkit-linear-gradient(top, #000 0%,#00bcf0 100%);
	background          : -o-linear-gradient(top, #000 0%,#00bcf0 100%);
	background          : -ms-linear-gradient(top, #000 0%,#00bcf0 100%);
	background          : linear-gradient(top, #000 0%,#00bcf0 100%);
}

.eWin-titleBar .eWin-closeButton {
	right               : 3px;
	border-radius       : 50%;
}

.eWin-titleBar .eWin-closeButton:after {
	content             : '';
	position            : absolute;
	width               : 100%;
	height              : 100%;
	background          : url('imgs/icons/close.png') center center no-repeat;
}

.eWin-titleBar .eWin-maximiseButton {
	right               : 33px;
	border-radius       : 50%;
}

.eWin-titleBar .eWin-maximiseButton:after {
	content             : '';
	position            : absolute;
	width               : 100%;
	height              : 100%;
	background          : url('imgs/icons/max.png') center center no-repeat;
}

.eWin-titleBar .eWin-minimiseButton {
	right               : 63px;
	border-radius       : 50%;
}

.eWin-titleBar .eWin-minimiseButton:after {
	content             : '';
	position            : absolute;
	width               : 100%;
	height              : 100%;
	background          : url('imgs/icons/min.png') center center no-repeat;
}

.eWin-titleBar .eWin-refreshButton {
	right               : 95px;
	border-radius       : 0 0 10px 10px;
	width               : 24px;
}

.eWin-titleBar .eWin-refreshButton:after {
	content             : '';
	position            : absolute;
	width               : 100%;
	height              : 100%;
	background          : url('imgs/icons/refresh.png') center center no-repeat;
}
