

/** Window */



.window .win-btn, .window .toolbar-btn {
	float: right;
	margin: 0 auto;
	padding: 4px;
	display: table;
	color: #fff !important;
	text-decoration: none;
	margin-top: 15px;
	margin-right: 5px;
	background: #0C4A63;
	border-radius: 3px;
	text-align: center;
}


.window .toolbar-btn  {
	margin-top: 0px;
	margin-bottom: 5px;
}

.window textarea {
	width: 100%;
	height: 83px !important;
	border: 1px solid #ccc;
}

.window .win-btn:hover {
  text-decoration: none;
  background: #347E9C;
}


.window {
	display: table;
	position: absolute !important;
	background: #F5F5F5;
	overflow: hidden;
	border-radius: 5px;
    z-index: 999999;
	box-shadow: 1px 1px 2px #b7b7b7;
}

.window .wrapper h1 {
	height: 33px;
	width :100%;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 10px;
	background: #4982BD;
	color: #fff;
	margin: 0px;
	display: block;
}

.window .wrapper h1.error {
	background: #CE5353;
	color: #fff;
}
.window .wrapper h1.ok {
	background: #598637;
	color: #fff;
}
.window .wrapper h1.warning {
	background: #B9B257;
	color: #fff;
}


.window .wrapper h1 .buttons {
	position: absolute;
	right: 0px;
	top: 11px;
	display: table;
	padding-right: 10px;
}


.window .wrapper h1 .buttons a {
	float: left;
	margin-right: 10px;
	font-size: 15px;
	color: #fff;
}


.window .wrapper h1 .buttons a:hover {
	color: #7CAAD1;
}

.window .wrapper h1 .buttons a:last-child {
	margin-right: 0px;
}


.window .wrapper {
	display: table;
	position: relative;
    width: 100%;
    height: 100%;
}

.window .content {
	padding: 10px;
	width: 100%;
	height: 100%;
    display: table;
    font-size: 12px;
    margin-top: 10px;
}

.window-tray {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	z-index: 99999;
    box-shadow: 2px 2px 2px #152D31;
}

.window-tray-element {
	height: 33px;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 10px;
	background: #4982BD;
	color: #fff;
	display: table;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 3px 3px 0px 0px;
	margin-left: 15px;
	float: left;
}
