body{
	/* min-width:800px; */
	margin:0;
	text-align: left;
	font-size: 14px;
	cursor: default;
	font-family: arial,sans-serif;
	color: rgb(78, 78, 78);
	background: #EFEFEF;
	overflow: hidden;
}

p,h1,h2,h3,h4,h5,h6{
	border:0;
	margin: 4px 1px;
	padding:0;
}

ol,ul{
	margin: 2px;
}

h1{
	color: #0e0e0e;
	font-weight: bold;
	text-shadow: 0 0 2px rgb(255, 255, 255);
	padding-left: 5px;
	font-size: 38px;
}

h2{
	color: #444;
	font-size: 22px;
}

img{
	margin:2px;
	vertical-align: middle;
}

pre{
	text-align:left;
	margin:5px
}

table{
	border-spacing: 0px 0px;
}

td{
	vertical-align: middle;
}

ul{
	padding-left:15px;
	text-align:left;
}

a{
	cursor: pointer;
	text-decoration: none;
	/* font-weight:bold; */
	color: rgb(28, 112, 207);
	outline: none;
	margin: 1px 3px;
	border:0;
}

hr{
	border:0;
	border-bottom: 1px solid #ECECEC;
	margin: 5px 1px;
}

.input, input, .select, button, select, .button, textarea, .tip{
	box-sizing: border-box;
	-moz-box-sizing:    border-box;
	font-family: arial,sans-serif;
	outline: none;
	
	-webkit-transition: background-color 1s;
	-moz-transition: background-color 1s;
}

.input, input, .select, select, textarea, .check{
	display: inline-block;
	margin: 2px;
	padding: 6px;
	border: 0;
	font-size: 13px;
	
	font-family: sans-serif;
	color: #EEE;
	border-radius: 3px;
	color: #474747;
	box-shadow: 2px 2px 4px rgba(160, 160, 160, 0.2) inset;
	background-color: white;
	padding: 10px 15px;
	width: 310px;
	height: 40px;
	margin: 3px 0;
	border: 1px solid rgb(226, 226, 226);
}

.pg, .content{
	display: none;
}

.popBox input, .popBox .select{
	padding: 6px;
}

.select{
	cursor: pointer;
	background-image: url('down.png'), linear-gradient(#FFF, #EEE);
	background-position: right 10px center, top left;
	background-repeat: no-repeat, repeat-x;
	padding-right: 26px !important;
}

.check{
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
	background-repeat: no-repeat;
	background-position: center; 
	background-size: 12px 12px;
	border-radius: 4px;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0px 10px 3px 0;
}

.check.v{
	background-image: url('V.png');
}

input.err, textarea.err, .check.err{
	border-color: #474747 !important;
	box-shadow: 0 0 10px #262626 inset;
}

.wrong, .red{
	background: rgba(200,10,20,0.7) !important;
}

.good, .green{
	background: rgba(0, 126, 20, 0.7) !important;
}

.cc{
	background: rgba(87, 127, 165, 1) !important;
}

.orange{
	background: rgba(255, 184, 107, 0.9) !important;
}


.cRed{
	color: #2a2a2a;
}

.bgPaper{
	background: transparent url('bgPaper.png');
}

*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

header{
	position: fixed;
	top: 0;
	height: 30px;
	text-align: left;
	font-size: 15px;
	background: rgba(225, 225, 226, 0.8);
}

header>input{
	background-color: rgba(209, 209, 209, 0.3);
	font-size: 12px;
	margin-top: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
}

header>.txt{
	display: block;
	float: left;
	margin-top: 6px;
	font-size: 13px;
}

button, .button{
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	padding: 5px 25px;
	font-size: 13px;
	border-radius: 3px;
	background-color: rgb(220, 222, 235);
	opacity: 0.9;
	transition: opacity 0.5s, background 0.5s;  height: 40px; background: linear-gradient(#009acb, #007CBC);  color: white; border: 1px solid white; 
	margin: 8px 0; box-shadow: 0 0 4px rgba(206, 206, 206, 1);
	align-items: stretch;
	line-height: 9px;
}

.file{
	background-image: url('load.png');
	background-position: left;
	background-size: 0% 100%;
	transition: background-size 0.5s, background-color 1s;
	background-repeat: no-repeat;
	cursor: pointer;
}

.grad{
	background-image: linear-gradient(#FFF, #EEE);
}

button.grey{
	background: #999;
	padding: 4px 15px;
	font-size: 11px;
	height: 22px;
}

header > button{
	background-color: rgb(250, 250, 250);
}

button:hover, .button:hover{
	opacity:1;
}

.title{
	background-color: #999;
	border-left: 10px solid #0052ff;
	color: white;
	font-size: 13px;
	display: table;
	padding: 2px 17px 2px 10px;
	margin: 20px 0;
	height: 20px;
	border-radius: 0 2px 2px 0;
}

.cc{
	background-color: rgb(85, 158, 172);
}

.l,.fl{
	float: left;
}

.r,.fr{
	float: right;
}

.bl{
	display: block;
}

div.space{
	height: 10px;
}

.btn_l{
	border-radius: 0 3px 3px 0;
	margin-left:0;
	height: 24px;
}

.btn_r{
	border-radius: 3px 0 0 3px;
	margin-right:0;
	height: 24px;
}

.btn_c{
	border-radius: 0;
	border-width: 1px 0 1px 0;
	height: 24px;
}

.btn_x{
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	opacity:0.3;
	box-shadow: none;
}

.big{
	font-size:13px;
	padding:6px;
}

.icon{
	background-position: 7px center; 
	background-size:16px 16px;
	background-repeat: no-repeat;
	padding-left: 26px !important;
}

.i-24, .ibig{
	background-size:24px 24px;
	padding-left: 35px !important;
	height:30px;
	font-size: 14px;
}

.i-32{
	background-size: 32px 32px;
	padding-left: 45px !important;
	padding-right: 12px;
	height: 45px;
	font-size: 15px;
}

.i-48{
	background-size:48px 48px;
	padding-left: 56px !important;
	height:54px;
	font-size: 18px;
}

.im{
	width:30px;
	min-height: 24px;
	padding-right:0;
	background-position: center;
}


.im.i-24, .im.ibig{
	padding-right:2px;
}

#url a{
	color:#5185c1;
}

#url a:hover{
	color:#e06a0f;
}

.transp{
	opacity: 0.7;
}

*[draggable]{
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
}

.drag{
	opacity: 0;
}

.drop{
	background-color: #13AB5A !important;
}

table.page{
	width: 100%;
}

td.content{
	vertical-align: top;
}

.blueBg{
	background-color: rgba(47, 119, 168, 0.4);
}

#image{
	padding: 0;
	transition: border-color 2s;
	min-width: 400px;
	min-height: 200px;
}

#image.loading{
	border-color: rgb(226, 126, 33) !important;
}

#imgs > img{
	margin: 0;
}
	
.block{
	background: white;
	border:1px solid #DDD;
	border-radius:4px;
	padding:3px;
	margin:2px;
	margin-bottom:6px;
}

.box{
	z-index: 850;
	text-align:left;
	position: absolute;
	box-shadow: 0px 0px 10px #444;
	border: 2px solid #5B90C4;
	background:white;
	border-radius:5px;
	padding:2px;
	opacity: 0.9;
}

.error{
	color: #d61313;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

#bubble{
	background-color: rgba(10,10,10,0.8);
	width: 12px;
	height: 6px;
	border-radius: 6px 6px 0 0;
	position: absolute;
	display: none;
	z-index: 13;
}

#resizer {
	position: absolute;
	height: 100%;
   cursor: w-resize;
	width: 5px;
}

table.form{
	margin: 10px auto;
	text-shadow: 1px 1px 1px white;
	font-weight: bold;
	font-size: 14px;
}

table.form td:first-child{
	text-align: right;
}

table.form td:last-child{
	font-size: 12px;
	text-align: left;
}

table.form td[colspan]{
	text-align: center;
}

.mdl{
	display: none;
}

.ins{
	display: block;
	font-size: 10px;
	padding-right: 5px;
	color: #999;
	font-weight: normal;
}

.er{
	color: #DB4C44;
}

#modal{
	z-index: 95;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
}

.modal{
	display:none;
	position: fixed;
	z-index: 98;
	width: 760px;
	height: 300px;
	margin: auto;
	left:0; right:0;
	top:0; bottom:0;
	padding: 0;
	border-radius: 4px;
	text-align: left;
	font-size: 15px;
	color:#969696;
	background: #FFF;
}

.x,.edit{
	display: block;
	position: absolute;
	background: transparent url('x.png') no-repeat right top;
	width: 14px;
	height: 12px;
	top: 10px;
	right: 10px;
	cursor:  pointer;
}

.edit{
	background-image: url('edit.png');
	z-index: 20;
	opacity: 0.8;
	top: 6px;
	right: 6px;
}

.edit:hover{
	opacity: 1;
}

.modal>.cont{
	float: left;
	text-align: left;
}

.modal.info{
	padding: 5px 8px;
	text-align: left;
	font-weight: normal;
}

.modal a, .modal h3{
}

.modal textarea{
    resize: none;
}

form{
	/* margin: 10px 15px; */
}

button.round{
	position: absolute;
	z-index: 14;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	border-radius: 15px;
	background-color: transparent !important;
	opacity: 0.7;
	border: 1px dashed #526fba;
	box-shadow: none;
	background-position: center;
	background-size: 16px 16px;
	background-repeat: no-repeat;
}

button.round.min{
	width: 18px;
	height: 18px;
	background-size: 10px 10px;
}

button.round:hover{
	opacity: 1;
}

.disabled{
	opacity: 0.4;
	cursor: default;
}

.tip{
	position: absolute;
	display: none;
	min-width: 50px;
	z-index: 120;
	padding: 5px 0;
	background-color: #282828;
	font-size: 12px;
	border-radius: 3px;
	color: white;
	display: none;
}

.tip > .option{
	text-align: left;
	font-weight: bold;
	cursor: pointer;
	padding: 5px 9px 4px;
	font-size: 12px;
}

.tip button, .tip .button{
	background-color: transparent;
	margin: 1px;
}

.tip > .option:hover, .tip button:hover, .tip .button:hover{
	background-color: rgba(41, 41, 41, 0.2);
	/* box-shadow: 0 0 8px #111 inset; */
}

.tip > .option.inline{
	display: inline-block;
	padding-left: 20px !important;
}


input.fcs{
	border-color: #1d1d1d;
	background-color: #FBFBFB;
}

.tip.options{
	width: 330px;
	background-color: #FBFBFB;
	color: #999;
	border: 1px solid #1d1d1d;
}

.tip.options > div{
	text-align: left;
	cursor: pointer;
	padding: 10px 15px;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tip.options >  div:first-letter {
    text-transform: uppercase;
}

.tip.options > div:hover{
	background-color: rgba(208, 208, 208, 0.2);
}

.resize{
	position: absolute;
	z-index: 12;
	bottom: -5px;
	right: -5px;
	height: 8px;
	width: 8px;
	border-radius: 5px;
	border: 1px dashed #222;
	cursor: nw-resize;
}

.scroll{
	position: absolute;
	display: none;
	top: 0;
	left: 1px;
	width: 2px;
	height: 50px;
	border: 1px solid black;
	border-left-width: 0;
	background-color: rgba(230,230,230,0.7);
}

.scroll:hover{
	background-color: rgba(230,230,230,0.8);
}

.h{
	display: none;
}

.fcs{
	background-color: rgba(10,10,10,0.4);
}

.slider{
	display: inline-block;
	position: relative;
	width: 50px;
	height: 5px;
	margin: 11px 5px;
	border-radius: 2px;
	border: 1px solid rgba(128, 128, 128, 0.5);
	background-color: rgba(65, 65, 65, 0.3);
}

.slider > .c{
	top: 8px;
	left: 20px;
	position: absolute;
}

.slider > .sl{
	display: block;
	cursor: w-resize;
	position: absolute;
	top: -5px;
	left: 1px;
	width: 10px;
	height: 15px;
	border-radius: 3px;
	background-color: rgb(126, 126, 126);
}


/* ----- Slides ------ */

.slides{
	display: block;
	overflow: hidden;
	height: 650px;
	width: 100%;
	position: relative;
}

.slides > .slide{
	position: absolute;
	display: none;
	width: 100%;
	bottom: 50px;
	padding: 15px 30px;
	text-align: center;
	top: 0;
	transition: right 1s, left 1s;;
	background-repeat: no-repeat;
	background-position: center;
}

.slides > .slide.slideRight{
	left: 100%;
}

.slides > .slide.slideLeft{
	right: 100%;
}

.slides > .slide:first-of-type{
	display: block;
}

.slides > .navigator{
	position: absolute;
	bottom: 0;
	width: 660px;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
}

.slides > .navigator > span{
	display: inline-block;
	cursor: pointer;
	background-color: #e0e0e0;
	width: 12px;
	height: 12px;
	margin-top: 8px;
	border-radius: 6px;
	transition: background-color 1s;
}

.slides > .navigator > span.on{
	background-color: #9e9e9e;
}

.slides > .navigator > span:not(.on):hover{
	background-color: #CCC;
}

.toLeft,.toRight{
	display: block;
	cursor: pointer;
	width: 16px;
	height: 27px;
	opacity: .9;
}

.toLeft:hover, .toRight:hover{
	opacity: 1;
}

.toLeft{
	background-image: url('toLeft.png');
	float: left;
}

.toRight{
	background-image: url('toRight.png');
	float: right;
}

.slide.on{
	background-color: transparent;
}



.lens{
	position: absolute;
	display: flex;
	align-items: center;
	padding: 0 35px;
	color: white;
	width: 214px;
	height: 212px;
	top: 31px;
	right: 0;
	margin: 0 auto;
	font-size: 15px;
	background-color: rgba(0, 0, 0, 0.9);
	border-radius: 150px;
	opacity: 0;
	transition: opacity 1s;
}

.lens:hover{
	opacity: 1;
}


@-webkit-keyframes pulsate {
from { box-shadow: 0 0 20px #333; }
to { box-shadow: 0 0 50px #252525; }
}
@-moz-keyframes pulsate {
from { box-shadow: 0 0 20px #333; }
to { box-shadow: 0 0 50px #BE0000; }
}
@keyframes pulsate {
from { box-shadow: 0 0 20px #333; }
to { box-shadow: 0 0 50px #BE0000; }
}