﻿@font-face{font-family:'Inder';src:url("../fonts/questrial-regular-webfont.woff") format("woff");font-weight:normal;font-style:normal;}

body, html
{
	margin:0;
	padding:0;
	font-family:Inder, Arial, sans-serif;
	font-size:18px;
	color:#ffffff;
}

a
{
	color:#ffffff;
}


html
{
	position:relative;
	min-height: 100%;
	
}

body
{
	/* footer-margin: bodyn alamargin määrittelee footerin yläpuolella olevan tyhjän tilan. */
	margin-bottom: 200px; /* footerin korkeus on 150px, joten nyt jää 50px tyhjää */
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background:#2695b6 url(../pics/pilvet.png) 0 -180px;
	color:#ffffff;
}

table {
	margin:0;
}

table tr td {
	vertical-align:top;
	padding:5px;
	border:1px solid rgba(255,255,255,0.35);
	background:rgba(255,255,255,0.15);
}

td input[type="text"] {
	border:1px solid rgba(255,255,255,1);
	background:rgba(255,255,255,0.6);
	padding:3px;
	-moz-box-shadow:inset 0 0 12px 0 rgba(255,255,255,1);
	-webkit-box-shadow:inset 0 0 12px 0 rgba(255,255,255,1);
	box-shadow:inset 0 0 12px 0 rgba(255,255,255,1);
}

.clearfloat
{
	clear:both;
}

ol, ul
{
	margin: 0;
	padding: 0;
}

li
{
	list-style:none;
	padding-left:0;
	margin-bottom:10px;
	color:#606060;
	display:block;
	background-color:#ffffff;
	padding:10px;
	margin-top:10px;
	position:relative;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

li:before
{
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	top: 50%;
	bottom: 0;
	left: 10px;
	right: 10px;
	-moz-border-radius: 100px / 10px;
	-webkit-border-radius: 100px / 10px;
	border-radius: 100px / 10px;
}

li:before, li:after {
	content: "";
	position: absolute;
	z-index: -2;
}

li div
{
	margin-right:160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

li div span
{
	color:#c0c0c0;
}

li > span
{
	width:0;
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	background-color:#acd7e3;
	opacity:0.5;
	-webkit-transition:width 0.1s ease-in-out;
	-moz-transition:width 0.1s ease-in-out;
	transition:width 0.1s ease-in-out;
	border-radius:4px;
}

li div:first-child
{
	float:right;
	margin-right:80px;
}

li a
{
	position:absolute;
	right:5px;
	width:70px;
	top:5px;
	bottom:5px;
	background-color:#e34c24;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	line-height:28px;
	-webkit-box-shadow:inset 0 0 0 2px #e34c24, inset 0 -25px 25px -25px rgba(0,0,0,0.3), inset 0 25px 25px -25px rgba(255,255,255,0.7);
	-moz-box-shadow:inset 0 0 0 2px #e34c24, inset 0 -25px 25px -25px rgba(0,0,0,0.3), inset 0 25px 25px -25px rgba(255,255,255,0.7);
	box-shadow:inset 0 0 0 2px #e34c24, inset 0 -25px 25px -25px rgba(0,0,0,0.3), inset 0 25px 25px -25px rgba(255,255,255,0.7);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

li a:hover
{
	-webkit-box-shadow:inset 0 0 0 2px #e34c24, inset 0 -25px 25px -25px rgba(0,0,0,0.5), inset 0 25px 25px -25px rgba(255,255,255,1);
	-moz-box-shadow:inset 0 0 0 2px #e34c24, inset 0 -25px 25px -25px rgba(0,0,0,0.5), inset 0 25px 25px -25px rgba(255,255,255,1);
	box-shadow:inset 0 0 0 2px #e34c24, inset 0 -25px 25px -25px rgba(0,0,0,0.5), inset 0 25px 25px -25px rgba(255,255,255,1);
}

.filesinfo
{
	color:#2695b6;
	float:left;
}

a.removeAll, a.filelist-delete
{
	position:relative;
	float:right;
	display:inline-block;
	background-color:#e34c24;
	color:#ffffff;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	line-height:28px;
	-webkit-box-shadow:inset 0 0 0 2px #e34c24, inset 0 -25px 25px -25px rgba(0,0,0,0.3), inset 0 25px 25px -25px rgba(255,255,255,0.7);
	-moz-box-shadow:inset 0 0 0 2px #e34c24, inset 0 -25px 25px -25px rgba(0,0,0,0.3), inset 0 25px 25px -25px rgba(255,255,255,0.7);
	box-shadow:inset 0 0 0 2px #e34c24, inset 0 -25px 25px -25px rgba(0,0,0,0.3), inset 0 25px 25px -25px rgba(255,255,255,0.7);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin-bottom:20px;
	z-index:20000;
}

a.removeAll:hover, a.filelist-delete:hover
{
	-webkit-box-shadow:inset 0 0 0 2px #e34c24, inset 0 -25px 25px -25px rgba(0,0,0,0.5), inset 0 25px 25px -25px rgba(255,255,255,1);
	-moz-box-shadow:inset 0 0 0 2px #e34c24, inset 0 -25px 25px -25px rgba(0,0,0,0.5), inset 0 25px 25px -25px rgba(255,255,255,1);
	box-shadow:inset 0 0 0 2px #e34c24, inset 0 -25px 25px -25px rgba(0,0,0,0.5), inset 0 25px 25px -25px rgba(255,255,255,1);
}


.addfilescontainer
{
	background-color:#f4f4f4;
	padding-top:20px;
	padding-bottom:20px;
}

.addfiles
{
	float:left;
	width:50%;
	height:100px;
	overflow:auto;
	position:relative;
}

.addfiles.normal div
{
	margin-left:20px;
	margin-right:10px;
	line-height:100px;
	text-align:center;
}

.addfiles.info
{
	
}

.addfiles.info > div
{
	position:absolute;
	left:10px;
	top:0px;
	bottom:0;
	right:20px;
	overflow:auto;
	color:#60b0b9;
	font-size:16px;
	background-color:#ffffff;
}

.info
{
	color:#60b0b9;
	font-size:16px;
}

.actionscontainer
{
	background-color:#ffffff;
	/*background-color:#e3eec4;*/
	padding:20px;
	padding-top:0;
	padding-bottom:0;
	height:0px;
	overflow:hidden;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}

.uploadactive .actionscontainer
{
	padding:20px;
	height:200px;
}



.description
{
	margin-right:310px;
	-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.15), inset 10px 10px 10px -10px rgba(0,0,0,0.15);
	-moz-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.15), inset 10px 10px 10px -10px rgba(0,0,0,0.15);
	box-shadow:inset 0 0 0 1px rgba(0,0,0,0.15), inset 10px 10px 10px -10px rgba(0,0,0,0.15);
	height:170px;
	background:#f4f4f4;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding:10px;
}

.description textarea
{
	padding:0;
	border:none;
	background:transparent;
	margin:0;
	font-size:18px;
	font-family:Inder, Arial, Sans-serif;
	width:100%;
	height:170px;
	outline:none !important;
}

.sendbuttoncontainer
{
	float:right;
}

.browsecontainer
{
	margin-left:20px;
	margin-right:20px;
	padding:20px;
	background:rgba(255,255,255,0.4);
}

.browsehelp
{
	 float:left;
	 position:relative;
	 padding:10px;
	 color:#ffffff;

}

.browsebutton
{
	padding:10px;
	float:left;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	position:relative;
	background:#f4f4f4;
	-webkit-box-shadow:inset 0 0 0 2px #f4f4f4, inset 0 -25px 25px -25px rgba(0,0,0,0.3), inset 0 25px 25px -25px rgba(255,255,255,0.7);
	-moz-box-shadow:inset 0 0 0 2px #f4f4f4, inset 0 -25px 25px -25px rgba(0,0,0,0.3), inset 0 25px 25px -25px rgba(255,255,255,0.7);
	box-shadow:inset 0 0 0 2px #f4f4f4, inset 0 -25px 25px -25px rgba(0,0,0,0.3), inset 0 25px 25px -25px rgba(255,255,255,0.7);
	color:#2695b6;
	text-decoration:none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition:all 0.4s;
}

.browsebutton:hover
{
	-webkit-box-shadow:inset 0 0 0 2px #f4f4f4, inset 0 -25px 25px -25px rgba(0,0,0,0.5), inset 0 25px 25px -25px rgba(255,255,255,1);
	-moz-box-shadow:inset 0 0 0 2px #f4f4f4, inset 0 -25px 25px -25px rgba(0,0,0,0.5), inset 0 25px 25px -25px rgba(255,255,255,1);
	box-shadow:inset 0 0 0 2px #f4f4f4, inset 0 -25px 25px -25px rgba(0,0,0,0.5), inset 0 25px 25px -25px rgba(255,255,255,1);
}

.over
{
	background-color:#60b0b9;
}

.uploadbutton
{
	padding:20px;
	color:#ffffff;
	text-decoration:none;
	float:right;
	-webkit-box-shadow:inset 0 0 0 3px #2695b6, inset 0 -25px 25px -25px rgba(0,0,0,0.3), inset 0 25px 25px -25px rgba(255,255,255,1);
	-moz-box-shadow:inset 0 0 0 3px #2695b6, inset 0 -25px 25px -25px rgba(0,0,0,0.3), inset 0 25px 25px -25px rgba(255,255,255,1);
	box-shadow:inset 0 0 0 3px #2695b6, inset 0 -25px 25px -25px rgba(0,0,0,0.3), inset 0 25px 25px -25px rgba(255,255,255,1);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	background:#2695b6 url(../pics/uploadicon.svg) no-repeat bottom;
	background-size:contain;
	height:150px;
	width:250px;
	text-align:center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.uploadbutton:hover
{
	-webkit-box-shadow:inset 0 0 0 3px #2695b6, inset 0 -25px 25px -25px rgba(0,0,0,0.5), inset 0 25px 25px -25px rgba(255,255,255,1), inset 0 25px 25px -25px rgba(255,255,255,1);
	-moz-box-shadow:inset 0 0 0 3px #2695b6, inset 0 -25px 25px -25px rgba(0,0,0,0.5), inset 0 25px 25px -25px rgba(255,255,255,1), inset 0 25px 25px -25px rgba(255,255,255,1);
	box-shadow:inset 0 0 0 3px #2695b6, inset 0 -25px 25px -25px rgba(0,0,0,0.5), inset 0 25px 25px -25px rgba(255,255,255,1), inset 0 25px 25px -25px rgba(255,255,255,1);
	background-color:#2695b6;
}

.uploadbutton.disabled
{
	opacity:0.5;
}

.dndhover
{
	position:absolute;
	left:0;
	right:0;
	display:block;
	text-align:center;
	bottom:0px;
	top:0;
	line-height:200px;
	font-size:200px;
	opacity:0.2;
	color:#ffffff;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
	text-shadow: 0px 0px 100px rgba(255, 255, 255, 0), 0px 0px 100px rgba(255, 255, 255, 0);
	border:10px dotted rgba(255,255,255,0);
}

.dndhover span
{
	font-size:200px;
}

.uploadactive .dndhover
{
	opacity:0.1;
}

.filescontainer .dndhover
{
	color:#2695b6;
	
}

.over .dndhover
{
	opacity:0.7;
	z-index:10000;
	text-shadow: 0px 0px 1px rgba(255, 255, 255, 1), 0px 0px 1px rgba(255, 255, 255, 1);
	border:10px dotted rgba(255,255,255,0.8);
}

.filescontainer
{
	background-color:#acd7e3;
	-webkit-box-shadow:inset 0 100px 100px -100px rgba(255,255,255,0.4);
	-moz-box-shadow:inset 0 100px 100px -100px rgba(255,255,255,0.4);
	box-shadow:inset 0 100px 100px -100px rgba(255,255,255,0.4);
	overflow:hidden;
	min-height:200px;
	position:relative;
}

.filescontainer div.filesheader
{
	height:40px;
	line-height:40px;
	font-size:25px;
	color:#e34c24 !important;
	background-color:#ffffff;
}

#files
{
	padding:20px;
}

.nofiles
{
	text-align:center;
	color:rgba(255,255,255,1);
}

.nofiles:after
{
	content:"Pudota tiedostot tähän";
}


			
.btn {
	cursor: pointer;
	overflow: hidden;
}

.btn input {
	cursor: pointer;
	opacity: 0;
	top: -10px;
	right: -40px;
	font-size: 550px;
	position: absolute;
}

.b-upload
{
	
}

.b-upload__dnd
{
	text-align:center;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	
}

.footercontainer {
	padding-top: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 125px;
	width: 100%;
}

.footerbottom {
	background: #60b0b9 url(../pics/pilvet-reverse-blur.png);
	-webkit-box-shadow:inset 0 120px 120px -120px rgba(255,255,255,0.5), 0 0 3px 0px #2695b6, 0 0 255px 0px rgba(255,255,255,0.5);
	-moz-box-shadow:inset 0 120px 120px -120px rgba(255,255,255,0.5), 0 0 3px 0px #2695b6, 0 0 255px 0px rgba(255,255,255,0.5);
	box-shadow:inset 0 120px 120px -120px rgba(255,255,255,0.5), 0 0 3px 0px #2695b6, 0 0 255px 0px rgba(255,255,255,0.5);
	height: 80px;
	position: relative;
	text-align: center;
	color: #ffffff;
	padding-top: 45px;
}

.footerbottom .footer-logo {
	background: url(../pics/footer-logo.svg) no-repeat;
	width: 375px;
	height: 133px;
	display: block;
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -187px;
}

.complete
{
	display:none;
	padding:20px;
	padding-top:100px;
	color:#ffffff;
	font-size:40px;
	text-align:center;
}

.upload-done .complete
{
	display:block;
	background-color:transparent;
}

.upload-done .content
{
	display:none;
}

.progress
{
	position:fixed;
	background-color:#2695b6;
	opacity:1;
	left:0;
	right:0;
	top:0;
	bottom:0;
	display:none;
	font-size:200px;
	color:#ffffff;
	text-align:center;
	padding-top:100px;
	z-index:10000;
}

.upload-active .progress
{
	display:block;
	opacity:0.15;
}

.upload-active.upload-done .progress
{
	background-color:#ffffff;
	display:block;
	-webkit-transition: opacity 0s;
	-moz-transition: opacity 0s;
	transition: opacity 0s;
	opacity:1;
}

.upload-done .progress
{
	background-color:#ffffff;
	-webkit-transition: opacity 4s;
	-moz-transition: opacity 4s;
	transition: opacity 4s;
	opacity:0;
	display:block;
}


.nodnd .dndhover, .nodnd .browsehelp
{
	display:none !Important;
}

.nodnd .nofiles:after
{
	content: "Ei tiedostoja";
}

/*download*/

.pagetitle {
	padding:10px;
	background-color:rgba(255, 255, 255, 1);
	color:#2695b6;
	margin-bottom:5px;
}

.filelist-item {
	background-color:rgba(38, 149, 182, 0.47);
	padding:10px;
	margin-bottom:5px;
	clear:both;
}

.filelist-order {
	font-size:12px;
	color:rgba(255,255,255,1);
	display:inline-block;
	margin-right:5px;
}

.filelist-download {
	display:block;
	text-decoration:none;
	position:relative;
}

.filelist-download:after {
	content: '';
	display: block;
	position: absolute;
	height: 0;
	top:90%;
	left: 0;
	right: 0;
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.filelist-date {
	color:rgba(255,255,255,0.7);
	display:inline-block;
	margin-right:5px;
	margin-left:5px;
	font-size:12px;
}

.filelist-delete {
	margin-top:-4px;
}




#THimagecontainer {
	position:fixed;
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
	/*background-color:transparent;*/
	z-index:2000;
	display:none;
	transition:all 0.5s;
	text-align:center;
}

#THimagecontainer.final {
	
	left:40px !important;
	right:40px !important;
	top:40px !important;
	bottom:40px !important;
	
}

#THimagecontainer.fullscreen {
	left:0px !important;
	right:0px !important;
	top:0px !important;
	bottom:0px !important;
	background-color:#000000;
}

#THimagecontainer.fullscreen #viewer-actions {
	top:0;
	right:0;
}

#THimagecontainer canvas {
	z-index:2001;
}

#THimagecontainerinfo {
	position:absolute;
	bottom:5px;
	left:0;
	right:0;
	height:20px;
	text-align:center;
	color:#fff;
	text-shadow:1px 1px #000;
	z-index:2001;
	font-size:11px;
}
	
#THimagecontainerinfo > span:not(:first-child):before {
	content:" - ";
}




.viewer img {
	display:none;
}

#viewer-actions {
	position:absolute;
	display:none;
	top:-40px;
	height:33px;
	width:123px;
	right:-20px;
	background-color:#0e4562;
	text-align:right;
	box-shadow:0 0 10px 0 rgba(0,0,0,1);
	border-left:1px solid rgba(255,255,255,0.3);
	border-bottom:1px solid rgba(255,255,255,0.3);
	border-right:1px solid rgba(255,255,255,0.3);
}

#viewer-actions a {
	display:inline-block;
	text-decoration:none;
	height:33px;
	width:40px;
	border-left:1px solid rgba(255,255,255,0.5);
	background:url(../pics/picviewer.png);
}

#viewer-actions a.viewer-full.option-on {
	background-position:0px -33px;
	background-color:#ffffff;
}

#viewer-actions a:hover {
	background-color:#1a6481;
}

#viewer-actions a:first-child {
	border-left:1px solid transparent;
}

#viewer-actions a.viewer-draw {
	background-position:-40px 0;
}

#viewer-actions a.viewer-close {
	background-position:-80px 0;
}

#viewer-actions a.viewer-draw.option-on {
	background-position:-40px -33px;
	background-color:#ffffff;
}

#THViewer-prev, #THViewer-next {
	position:fixed;
	top:50%;
	margin-top:-52px;
	width:54px;
	left:40px;
	text-align:left;
	height:104px;
	color:#ffffff;
	opacity:0.4;
	transition:opacity 0.5s;
	z-index:20000;
}

#THViewer-prev:after {
	content:"";
	display:block;
	position:absolute;
	left:2px;
	top:4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 50px 0;
	border-color: transparent #ffffff transparent transparent;
}

#THViewer-next:after {
	content:"";
	display:block;
	position:absolute;
	left:2px;
	top:4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 0 50px 50px;
	border-color: transparent transparent transparent #ffffff;
}

#THViewer-prev:before {
	content:"";
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 54px 54px 54px 0;
	border-color: transparent #000000 transparent transparent;
}

#THViewer-next:before {
	content:"";
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 54px 0 54px 54px;
	border-color: transparent transparent transparent #000000;
}

#THViewer-prev:hover, #THViewer-next:hover {
	opacity:1;
}

#THViewer-next {
	right:40px;
	left:auto;
	text-align:right;
}

#img {
	display:inline-block;
	box-shadow:0 0 0 5px #e8e8e8;
	position:relative;
}

#THmodallayer
{
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.8);
	z-index:66666;
	display:none;
}


#alertdialog, #uploadprogress, #videocontainer, #htmlcontainer
{
	position:fixed;
	left:50%;
	margin-left:-175px;
	top:50%;
	margin-top:-125px;
	width:350px;
	height:250px;
	z-index:1001;
	background-color:#f0f0f0;
	box-shadow:inset 0 0 0 1px rgba(0,0,0,0.3), 0 0 20px 0 rgba(0,0,0,0.3);
	color:#000000;
	padding:10px;
}

#htmlcontainer {
	left:50px;
	top:50px;
	right:50px;
	bottom:50px;
	width:auto;
	height:auto;
	margin-left:0;
	margin-top:0;
}

#videocontainer {
	width:500px;
	height:281px;
	margin-left:-250px;
	margin-top:-140px;
}

#THmodallayer > div a.closeButton {
	background:#004764;
	width:50px;
	height:45px;
	position:absolute;
	right:0;
	top:-45px;
	color:#ffffff;
	text-align:center;
	line-height:45px;
	text-decoration:none;
}

#THmodallayer > div a.closeButton:after {
	content:"✖";
	font-weight:normal;
}


/*
.modal #THmodallayer, .uploading #THmodallayer, .viewvideo #THmodallayer, .viewhtml #THmodallayer
{
	display:block;
}

#THmodallayer > div {
	display:none;
}

.modal #THmodallayer #alertdialog, .uploading #THmodallayer #uploadprogress, .viewvideo #THmodallayer #videocontainer, .viewhtml #THmodallayer #htmlcontainer
{
	display:block;
}
*/




/*NOTIFICATOR*/
.headernotifystart {
	position:absolute;
	top:70px;
	left:0;
	right:0;
	height:0px;
	background-color:#ffffff;
	color:#ffffff;
	font-size:18px;
	font-family:TalentumBold, Arial, sans-serif;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	transition:  all 0.5s ease-in-out;
	text-align:center;
	overflow:hidden;
	line-height:0px;
}

.headernotifyend {
	top:0;
	height:70px;
	background-color:#54860f;
	line-height:70px;
}

.notificator {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index:5002;
}

.notificator-modal {
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.8);
	z-index:5002;
}

.notificator-confirm {
	position:fixed;
	top:100px;
	left:50%;
	margin-left:-170px;
	width:340px;
	height:260px;
	border:1px solid #cccccc;
	color:#000000;
	background: #ffffff;
	-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 5px 20px 0px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);
	z-index:5002;
}

.notificator-text, .notificator-text-nobuttons {
	position:absolute;
	top:20px;
	left:20px;
	bottom:59px;
	right:60px;
	overflow:auto;
}

.notificator-text-nobuttons {
	bottom:20px;
}

a.notificator-close {
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	width:49px;
	height:49px;
	line-height:49px;
	text-align:center;
	line-height:14px;
	overflow:hidden;
	font-size:14px;
	font-weight:bold;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background: #ffffff url(../pics/bg-button.png) 0 100% repeat-x;
}

a.notificator-close span {
	margin-top:18px;
	margin-left:20px;
	display:block;
	width:10px;
	height:11px;
}

a.notificator-close span:before {
	font-size:20px;
	font-family:Arial, sans-serif;
	color:#000;
    content: "×";
}

a.notificator-close:hover span {
	background-position:-2608px -98px;
}

.notificator-buttons {
	position:absolute;
	bottom:0;
	right:8px;
	height:48px;
	left:0;
}

.notificator-buttons a
{
	float:left;
	margin-left:10px;
	background-color:#2695b6;
}

.notificator-buttons a:first-child
{
	margin-left:0px !important;
}

.notificator-spike
{
	position:absolute;
	width:18px;
	height:11px;
	left:50%;
	margin-left:-9px;
	bottom:-11px;
	background:url(/pics/pop-spike.png) no-repeat;
}

.notificator-spike:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5.5px 18px 5.5px 0;
	border-color: transparent #007bff transparent transparent;
}


