@CHARSET "UTF-8";
html, body{
	color: #7d8083;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 100%;
}
a:link, a:visited, a:hover{
	color: #063b67;
	outline: none;
}
#processing {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#C94C74;
	color:#fff;
	display:none;
	font-weight:bold;
	font-size: 0.9em;
	left:50%;
	padding:5px 8px;
	position:absolute;
	top:40px;
	width:auto;
	z-index:9999;
}
#container{
	background: #fff url(../img/body.png) 0 0 repeat;
	min-height: 100%;
	width: 100%;	
}
#header{
	margin: 0 auto;
	background: url(../img/header.png) 20px 26px no-repeat;
	width: 1024px;
	height: 98px;
	position: relative;
}
.nav{
	position: absolute;
	top: 47px;
	right: 30px;
	height: 31px;
	width: 361px;
}
.nav li{
	float: left;
}
.nav li a:link, .nav li a:visited{
	display: block;
	height: 31px;
	float: left;
	margin: 0 2px;
	text-decoration: none;
	width: 116px;
}
.nav li a.home{
	background: url(../img/menu_home.png) 0 0 no-repeat;
}
.nav li a.settings{
	background: url(../img/menu_settings.png) 0 0 no-repeat;
}
.nav li a.logout{
	background: url(../img/menu_logout.png) 0 0 no-repeat;
}
.nav li a:active, .nav li a:hover, .nav li a.focus{
	background-position: 0 -31px;
}
#logo{
	display: block;
	width: 246px;
	height: 66px;
	position: absolute;
	top: 28px;
	left: 31px;
}
#middle{
	padding: 15px 17px 0;
/*	position: relative;*/
	overflow: hidden;
	margin: 0 auto;
	width: 990px;
}
#footer{
	border-top: solid 1px #f3f3f3;
	padding: 20px 0 10px;
	margin: 0 auto;
	width: 990px;
}
/* Login */
#login-content{
	background: url(../img/login.png) 0 0 no-repeat;
	margin: 10px auto;
	padding: 35px 0 0;
	height: 456px;
	width: 984px;
}
.login-box{
	background-color: #fff;
	width: 412px;
	height: 191px;
	margin: 0 auto;
	box-shadow: 0 0 5px 2px #333;
	-moz-box-shadow: 0 0 5px 2px #333;
	-webkit-box-shadow: 0 0 5px 2px #333;
	padding: 35px 0 0;
}
#login-bottom{
	width: 984px;
	margin: 0 auto 0;
}
#login-logo{
	display: block;
	width: 246px;
	height: 66px;
	margin: 0 auto 20px;
}
/* Buttons */
.button{
	border: none;
	cursor: pointer;
	height: 47px;
	width: 124px;	
}
.button_login{background: url(../img/btn_login.png) 0 0 no-repeat;}
.button_hover{background-position: 0 -47px;}
/* Form controls */
.text,
.select,
.textarea{
	background-color: #fff;
	border: solid 1px #dedede;
	box-shadow: inset 0px 0px 1px 1px #f3f3f3;
	/*-moz-box-shadow: inset 2px 2px 1px #dedede;	
	-webkit-box-shadow: inset 2px 2px 1px #dedede;*/
	padding: 7px 3px;
}
.text{
	height: 20px;
}
.form{}
.form p{
	overflow: hidden;
	margin: 0 0 10px;
}
.form p label.title, .form div label.title{
	display: block;
	float: left;
	font-weight: bold;
	padding: 10px 5px 0 0;
	width: 100px;
	text-align: right;
}
.form p label.title_right{
	display: block;
	float: left;
	padding: 6px 6px 0 0;
	text-align: right;
	width: 90px;	
}
label.error{
	color: red;
	display: block;
	padding: 5px 0 0 105px;
}
label.error_clean{
	color: red;
	display: block;
}
.errors{
	color: red;
	padding: 5px 0;
	overflow: hidden;
}
span.left{
	display: block;
	margin: 10px 0 0;
}
.form h3{
	color: #185181;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
}
/* jqueryui fix */
.ui-widget {
    font-family: inherit;
    font-size: inherit;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: inherit;
    font-size: inherit;
}
img.ui-datepicker-trigger {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	padding: 10px 0;
	overflow: hidden;
}
#content div.ui-tabs{
	padding: 0;
}
#content div.ui-widget-content{
	background: none;
	border: none;
}
/* status */
.label-status{
	padding: 2px 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	white-space: nowrap;
}
.user-role-Admin{background-color: #6EB738; color: #fff; text-shadow: 1px 1px 1px #666;}
/* Colors */
.white{background-color: #fff; border: solid 1px #ccc;}
.sky{background-color: #EAFBFB; border: solid 1px #ccc;}
.light{background-color: #f5f5f5; border: solid 1px #ccc;}

.light-no-border{background-color: #f5f5f5}
.radius-3{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.gallery-item,
.gallery-clean-item{
	overflow: hidden;
	float: left;
	/*margin: 0 1px 10px 1px;*/
	margin: 0 5px 10px 5px;
	/*width: 245px;*/
	width: 175px;
}
.gallery-item p{
	/*width: 245px;
	height: 244px;*/
	overflow: hidden;	
}
.gallery-mask{background: url(../img/image_mask.png) 0 0 no-repeat}
.gallery-clean{/*background: url(../img/image_clean.png) 0 0 no-repeat*/border: 2px solid #eaeaea;margin-bottom: 10px; background-color:#FFF}
.gallery-clean label,
label.gallery-label{
	border-bottom: solid 1px #ebebeb;
	color: #23313e;
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	margin: 20px 25px 20px 20px;
	padding: 0 0 10px;
	text-align: center;
}
.gallery-mask img{
	/*width: 208px;
	height: 207px;*/
	width: 150px;
	height: 150px;
	margin: 19px 0 0 18px;
}
.gallery-clean .image{
	display: block;
	/*width: 208px;*/
	width: 159px;
	/*height: 207px;*/
	height: 159px;
	overflow: hidden;
	/*margin: 14px 22px 23px 15px;*/
	margin: 5px;
}
.gallery-clean .album{
	display: block;
    height: 159px;
    margin: 5px;
    overflow: hidden;
    position: relative;
    width: 159px;
}
.gallery-clean lable {
  color: #000;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
  font-size: 14px;
  font-weight: 700;
  display:none;
}
/*album hover effect turned off */
/*.gallery-clean .album:hover lable{display:block;}
.gallery-clean .album:hover::before{
 background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}*/
.gallery-clean img{
	/*width: 208px;
	height: 207px;*/
	/*margin: 14px 0 0 15px;*/
}
.gallery-item span{
	display: block;
	text-align: center;
	padding: 5px 0 0;
	height: 30px;
	overflow: hidden;
}
.gallery-item span a:link, .gallery-item span a:visited{
	color: #23313e;
	font-weight: bold;
	text-decoration: none;
}
.gallery-item span a:active, .gallery-item span a:hover{

}
.gallery-item span abbr{
	color: #83868a;
	font-weight: normal;
}
.gallery-item div{
	overflow: hidden;
	padding: 0 0 0 38px;
	margin: 10px 0 25px;
}
.gallery-item .image:hover{
	cursor: move;
}
a.ico{
	display: block;
	height: 21px;
	width: 28px;
	float: left;
	margin: 0 6px;
}
a.ico-delete{background: url(../img/delete.png) 0 0 no-repeat;}
a.ico-edit{background: url(../img/edit.png) 0 0 no-repeat;}
a.ico-resize{background: url(../img/resize.png) 0 0 no-repeat;}
a.ico-full{background: url(../img/full-screen.png) 0 0 no-repeat;}
a.ico:active, a.ico:hover{background-position: 0 -21px}

a.btn-gallery{
	color: #9fa3a6;
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	margin: 0 5px 20px 12px;
	padding: 0 0 0 30px;
	text-decoration: none;
}

.customcheckbox{
	width: 28px;
    height: 21px;
	display: inline-block;
	position: relative;
	z-index: 1;
	top: 0px;
	border:none;	
	}
	
	
a.btn-delete{background: url(../img/delete2.png) 0 0 no-repeat}
a.layout4-btn-delete{background: url(../img/delete-images-icon.png) 0 0px no-repeat;height:22px; margin-bottom:12px;}
a.btn-gallery.layout4-btn-delete:hover{background: url(../img/delete-images-icon.png) 0 -21px no-repeat;height:28px; margin-bottom:6px;}

a.layout4-btn-move{background: url(../img/move-images-icon.png) 0 0px no-repeat;height:22px; margin-bottom:12px;}
a.btn-gallery.layout4-btn-move:hover{background: url(../img/move-images-icon.png) 0 -21px no-repeat;height:28px; margin-bottom:6px;}


a.btn-preview{background: url(../img/preview.png) 0 0 no-repeat}
a.btn-options{background: url(../img/options.png) 0 0 no-repeat}
a.btn-install{background: url(../img/install.png) 0 0 no-repeat}
a.btn-gallery:active, a.btn-gallery:hover{background-position: 0 -26px}
a.btn-gallery span,
a.ico span{
	display: none;
}
a.btn-upload-video{
	background: url(../img/btn_upload_video.png) 0 0 no-repeat;
	display: block;
	width: 196px;
	height: 47px;
	clear: left;
	margin: 0 0 0 22px;
	overflow: hidden;
}
a.btn-upload-video:active, a.btn-upload-video:hover{background-position: 0 -47px}
.button{
	border: none;
	cursor: pointer;
	width: 162px;
	height: 47px;
}

a.btn-create-album{
	background: url(../img/btn_create-album.png) 0 0 no-repeat;
	display: block;
	width: 196px;
	height: 47px;
	clear: left;
	margin: 0 0 0 22px;
	overflow: hidden;
}
a.btn-create-album:active, a.btn-create-album:hover{background-position: 0 -47px}
.button{
	border: none;
	cursor: pointer;
	width: 162px;
	height: 47px;
}


a.btn-upload{
	background: url(../img/btn_upload.png) 0 0 no-repeat;
	display: block;
	width: 196px;
	height: 47px;
	clear: left;
	margin: 0 0 0 22px;
	overflow: hidden;
}
a.btn-upload:active, a.btn-upload:hover{background-position: 0 -47px}
.button{
	border: none;
	cursor: pointer;
	width: 162px;
	height: 47px;
}
.button-crop{
	background: url(../img/btn_crop.png) 0 0 no-repeat;
}
.button-hover{background-position: 0 -47px}
#sortable{
	float: right;
	width: 741px;
	overflow: hidden;
	margin-top:4px;
}
.upload-images input{
	opacity: 0;
	filter: alpha(opacity = 0);
	width: 100%;
	font-size: 50px;
	height: 100%;
	cursor: pointer;
}
.upload-images{
	background: url(../img/btn_upload.png) 0 0 no-repeat;
	cursor: pointer;
	display: block;
	width: 196px;
	height: 47px;
	clear: left;
	margin: 0 0 0 22px;
	overflow: hidden;
}
.upload-video input{
	opacity: 0;
	filter: alpha(opacity = 0);
	width: 100%;
	font-size: 50px;
	height: 100%;
	cursor: pointer;
}
.upload-video{
	background: url(../img/btn_upload_video.png) 0 0 no-repeat;
	cursor: pointer;
	display: block;
	width: 196px;
	height: 47px;
	clear: left;
	margin: 0 0 0 22px;
	overflow: hidden;
}

.create-album input{
	opacity: 0;
	filter: alpha(opacity = 0);
	width: 100%;
	font-size: 50px;
	height: 100%;
	cursor: pointer;
}
.create-album{
	background: url(../img/btn_create-album.png) 0 0 no-repeat;
	cursor: pointer;
	display: block;
	width: 196px;
	height: 47px;
	clear: left;
	margin: 0 0 0 22px;
	overflow: hidden;
}

.template-download{
	color: #7D8083;
	font-size: 11px;
}
.clean-box{
	width: 237px;
	overflow: hidden;
}
.clean-top{
	background: url(../img/clean_top.png) 0 0 no-repeat;
	height: 8px;
	overflow: hidden;
}
.clean-middle{
	background: url(../img/clean_middle.png) 0 0 repeat-y;
	overflow: hidden;
}
.clean-bottom{
	background: url(../img/clean_bottom.png) 0 0 no-repeat;
	height: 8px;
	overflow: hidden;
}
.notice-box{
	background-color: #fff;
	padding: 10px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 0 0 5px #ddd;
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px #ddd;
}
.table td{
	padding: 0 5px;
}
.inner{
	margin: 0 auto;
	width: 984px;
}
.arrow-left:link, .arrow-left:visited{
	background: url(../img/arrow_left.png) 0 0 no-repeat;
	color: #BCC2CA;
	display: block;
	height: 14px;
	margin: 18px 0 0 0;
	padding: 0 0 0 21px;
	float: left;
	text-decoration: none;
}
.arrow-left:hover, .arrow-left:active{
	color: #BCC2CA;
	text-decoration: none;
}
/* Extra CSS */

.am-option-icon{
	display:none;
	border: 1px solid #CCCCCC !important;
	width: 8% !important;
	background: white;
	position:absolute !important;
	z-index:999;
	margin-top: 26px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	padding-top: 6px !important;
	padding-right: 0 !important;
	padding-bottom: 6px !important;
	padding-left: 0 !important;
}
@-moz-document url-prefix() {
    .am-4 {
	margin-top: 12px !important;
	}
}
.am-option-icon ul{margin: 0 !important; padding: 0 !important; width: 100% !important; display: inline-block !important;position: relative !important;}
.am-option-icon ul li{margin-top: 6px;margin-bottom: 6px;margin-left: 6px;display: inline-block !important;width: 100% !important;float: none !important;position: relative !important;}
a.ico-delete{background:none !important;}
a.ico-edit{background:none !important;}
a.ico-resize{background:none !important;}
a.ico-full{background:none !important;}
a.ico span{display:block !important;text-align:left !important;}
.am-option-icon a{	
	font-weight:400 !important;
	color:#9CA7B1 !important;
	font-size:15px !important;
	line-height:15px !important;
	text-decoration:none !important;
	padding: 3px;
	cursor:pointer;
	}
.am-option-icon a:hover{
	font-weight:400 !important;
	color:#b93e66 !important;
	font-size:15px !important;
	line-height:15px !important;
	text-decoration:none !important;
	padding: 3px;
	cursor:pointer;
	}
.customcheckbox {
    border: 0px;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    width: 1px;
}
.customcheckbox + label {
    position: relative;
    left: auto;
	margin-left:10px;
    top: auto;
	background-color:#FFF;
  	cursor:pointer;
	margin-top:0px;
	padding-left: 0px;
	padding-right:0px;
	vertical-align:middle;
}

.customcheckbox:hover + label:before{
  border-color: #ccc;
  background-color:#FFF;
}
.customcheckbox:active + label:before {
  transition-duration: 0;
  filter: brightness(0.2);
  background-color:#FFF;
}
.customcheckbox + label:before, .customcheckbox + label:after {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  position: absolute;
  content: '';
  display: block;
  left: 0;
  background-color:#FFF;
}
.customcheckbox + label:before{
  top: 0%;
  width: 16px;
  height: 16px;
  margin-top: 0px;
  border: 1px solid #ccc;
  text-align: center;
  background-color:#FFF;
}
.customcheckbox + label:after {
  background-color: #fff;
  top: 0%;
  left: 6px;
  width: 8px;
  height: 8px;
  margin-top: 0px;
  transform: scale(0);
  transform-origin: 50%;
  transition: transform 200ms ease-out;
}

.customcheckbox + label:after {
  background-color: transparent;
  top: 0%;
  left: 4px;
  width: 7px;
  height: 4px;
  margin-top: 0px;
  border-style: solid;
  border-color: #ccc;
  border-width: 0 0 3px 3px;
  -moz-transform: rotate(-45deg) scale(0);
  -ms-transform: rotate(-45deg) scale(0);
  -webkit-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  margin-top: 4px;
}
.customcheckbox:checked + label:before {
  -moz-animation: borderscale 200ms ease-in;
  -webkit-animation: borderscale 200ms ease-in;
  animation: borderscale 200ms ease-in;
  background-color:#FFF;
}
.customcheckbox:checked + label:after {
  content: '';
  -moz-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
  -moz-transition: -moz-transform 200ms ease-out;
  -o-transition: -o-transform 200ms ease-out;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
}
.gallery-item.main-page-list {width: 188px;}
.gallery-item.main-page-list p {height: 190px;}


@media screen and (-webkit-min-device-pixel-ratio:0) {
  .customcheckbox + label {top: 0;} 
}