
button,
button:focus,
.btn,
.btn:focus {
	outline: none;
}
h3 {
	font-size: 22px
}
.loading-label {
	font-size: 14px;
	padding: 2px 5px 3px 5px;
	line-height: 24px;
}

#loading{
	width: 100%;
	height: 100%;
	position: fixed;
	text-align: center;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1060;
}
.nav-header{
	text-transform: none;	
}
.loader{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -58px;
	margin-top: -120px;
}

.loader h3{
	color: #FFFFFF;
}
.zone-padding-settings {
	padding-top: 8px
}
.zone-padding-settings div{
	margin-left: 30px
}
.zone-padding-settings .settings-title {
	min-width: 83px;
	text-align: right;
	margin-left: 0 !important;
}
.display-inline {
	display: inline-block;
}

.container-fluid {
	margin: 0px;
	padding: 0px;
}

.image-upload-form{
	position: absolute;
}

.dropdown-main {
	padding-left: 12px;
}
.modal-backdrop {
	opacity: 0.67;
	filter: alpha(opacity=67);
}

.modal-backdrop.backdrop-visible {
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-header {
	padding: 7px 15px;
}

.modal-body {
	padding: 9px 15px 15px 15px;
}

.header{
	width: 55px;
	height: 39px;
	position: fixed;
	background: url("/cms/images/menuBg.png") repeat-x;
	z-index: 12;
	overflow: hidden;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 12px;
}
.cssload-spin-box {
	position: absolute;
	margin: auto;
	left: 0;
	top: 100px;
	bottom: 0;
	right: 0;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
		-o-box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
		-ms-box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
		-webkit-box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
		-moz-box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	animation: cssload-spin ease infinite 4.6s;
		-o-animation: cssload-spin ease infinite 4.6s;
		-ms-animation: cssload-spin ease infinite 4.6s;
		-webkit-animation: cssload-spin ease infinite 4.6s;
		-moz-animation: cssload-spin ease infinite 4.6s;
}



@keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
	}
	50% {
		box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}

@-o-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
	}
	50% {
		box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}

@-ms-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
	}
	50% {
		box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}

@-webkit-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
	}
	50% {
		box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}

@-moz-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
	}
	50% {
		box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}
.header ul{
	left: 50%;
	margin-left: -300px;
	position: absolute;
}

.header ul li{
	float: left;
	width: 120px;
	text-align: center;
}

.header ul li a{
	width: 100%;
	padding: 6px 0 9px 0;
	border-top: 3px solid transparent;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	cursor: pointer;
}

.header ul li a.current{
	color: #0088CC;
	border-top: 3px solid transparent;
}

.header ul li.on a{
	cursor: default;
    border-top: 3px solid #0088CC;
    color: #0088CC;
}

.header ul li.disabled a:hover{
	border-top: 3px solid transparent;
    color: #666666;
}

.header ul li.disabled a{
	color: #666666;
	cursor: default;
}

.header ul li a:hover{
	
}

a.more-link{
	padding: 9px 3px;
}

.header a.more-link i{
	padding-right: 0px;
}

.header .inner{
	height: 39px;
}

.full-width{
	width: 100%;
}

.header a.logo-min{
	width: 35px;
	height: 39px;
	display: block;
	text-indent: -9999px;
}
.header a.logo-min.webexpressLogo {
	background: url("/cms/images/logo.png") 0 6px no-repeat;
}

.header a.logo-min.webIzlogLogo {
	background: url("/cms/images/logo_webizlog.png") 0 6px no-repeat;
}

.header a.logo-full.webIzlogLogo{
	width: 159px;
}

.header a.logo-full.webexpressLogo{
	width: 200px;
}

.left-dropdown{
	position: static;
	float: none;
}

.header a{
	float: left;
	color: #fff;
	font-weight: bolder;
}

.header a:hover{
	color: #0088CC;
	text-decoration: none;
}

.header i{
	padding-right: 5px;
}

.header .top-menu{
	float: left;
}

.app-overlay {
	position: absolute;
	z-index: 11;
	top: 0; left: 0;
}

a.top-link {
	padding: 9px;
	float: right;
}

.dropdown-toggle {
	cursor: pointer;
	color: #111;
}

.main-site-select {
	margin: 12px 0px 0px 0px;
}

/*
.custom-dropdown {
  background: #EEEEEE;
  border: 1px solid #DDDDDD;
  border-radius: 7px;
  margin: 0px 0px 0px 0px;
  padding: 7px 12px 7px 7px;
}
*/

.custom-dropdown a i {
	margin-right: 5px;
}


.pages-select {
	margin-top: 70px;
	/*margin-top: 70px;*/
}
.site-settings,
.ecommerce-pages {
	margin-top: 6px;
}

.custom-dropdown .btn-large {
	font-size: 14px;
	min-width: 120px;
    text-align: left;
	background: -webkit-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
    background:    -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* IE10+ */
	background:      -o-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Opera 11.10+ */
	background: 	    linear-gradient(to bottom, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C */
	background:        -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */    
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );
}

.pages-select .dropdown-menu a.selected {
	background-color: #CCC;
}

.pages-select .page-notvisible {
	margin-right: 1px;
}

.custom-dropdown .dropdown-menu {
	background: #EEEEEE;
}

.context-menu-title {
	background: lightblue;
	font-size: small;
	padding: 0px 6px;
}

.dropdown-menu a {
	cursor: pointer;
	padding: 3px 18px;
}

.pages-select .dropdown-menu a {
	padding: 3px 25px 3px 18px;
}

.dropdown-menu li.highlighted {
	background-color: lightyellow;
}
.dropdown-menu li.attention {
	background-color: #F2DEDE;
}

.dropdown-menu .divider.custom {
	margin-top: 5px;
}

.dropdown-menu .divider.custom2 {
	margin-top: 5px;
	margin-bottom: 5px 
}

.dropdown-menu li span.sortHandler{
	display: block;
	float: left;
	position: absolute;
	width:20px;
	height: 26px;
	cursor: all-scroll;
}

.pages-select a.page-edit {
	display: none;
	color: black;
	cursor: pointer;
	float: right;
	font-size: small;
	margin: -26px 0px 0px 0px;
	padding: 3px 5px;
}

.selected > div a.page-edit{
	display: block;
	width: 14px;
}

li.selected >  a.page-edit{
	display: block;
	width: 14px;
}

.custom-dropdown.menu-left .dropdown-menu {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	overflow-y: auto;
	max-height: 300px;
}

#main-iframe {
	border: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.data-section-border {
	border: 1px solid #2F96B4;
}

.modal.page-edit-modal {
	position: absolute;
	margin: 0px;
	top: 97px;
	left: 189px;
	width: 410px;
}

.page-edit-modal .modal-body {
	overflow: hidden;
}
.page-edit-modal legend {
	margin-bottom: 10px;
	line-height: 26px;
}

.page-edit-modal form {
	margin-bottom: 0px;
}

.page-edit-modal nav {
	margin-bottom: 12px;
}

.seo-settings{
	display:none;
}

.page-edit-modal .modal-footer {
	padding: 7px 15px;
}

.page-edit-modal .btn-danger {
	float: right;
}

.nav-small-scroll{
    max-height: 250px;
    padding: 15px;
    overflow-y: auto;
    width:200px;
    border: 1px solid #2F96B4;
}
.create-new-zone .nav-small-scroll{
	width:256px;
}

.layouts-holder{
    float:left;

}

.tpl-preview-wrapper{
    width: 278px;
    float:left;
}
.create-new-zone .tpl-preview-wrapper{
	width: 238px;
}

.tpl-preview-holder{
    text-align: center;
    padding-top: 20px;
}

.tpl-preview-holder.tpl-preview-details {
	padding-top: 0;
}

li.tpl-name{
    padding-left: 15px;
    cursor: pointer;
}

.tpl-group-name{
    font-size: 15px;
    color:#000;
    padding-top: 10px;
}

.page-new-page{
	max-height: 450px;
}

.modal-newpage {
	margin-top: -260px;
}

.modal-newpage .modal-footer {
	padding: 9px 15px;
}

.page-new-page input,
.page-new-page label{
    margin-left: 10px;
}

.modal-edit-zone .page-new-page label{
    margin-left: 0;
}

.tpl-preview-holder img{
    width: 175px;
    height: 175px;
    display: block;
    margin: 0 auto;
}

.error-msg{
	display: none;
}

.app-loading-container {
	left: 50%;
	margin-left: -45px;
	position: fixed;
	text-align: center;
	top: 2px;
	width: 90px;
	z-index: 1045;
}

.app-error-container {
	position: fixed;
	top: 12px;
	right: 36px;
	width: 500px;
	z-index: 1041;
}

.app-error-container .alert {
	margin-bottom: 12px;
}

.app-error-container .alert-success {
	width: 310px;
	float: right;
}

.app-error-container .alert-success .close {
	display: none;
}

.app-error-container .icon-white {
	margin-top: 5px;
	margin-right: 5px;
}

.app-add-content-container {
	position: fixed;
	z-index: 1040;
}

.textedit-modal {
	
}

.textedit-modal .modal-body {
	margin-right: 15px;
}

.textedit-modal.rte-modal .modal-body {
	
}

.textedit-title {
	width: 100%;
	font-weight: bold;
}

.textedit-text {
	width: 100%;
}
.textedit-hl {
	width: 100%;
}

.textedit-modal.rte-modal {
	width: 640px;
	margin: 0 0 0 -310px;
	top: 35px;
}

.rte-modal .jqte_toolbar, .producteditor-modal .jqte_toolbar{
	/*display: none;*/
}


.modal-imagegal {
	width: 640px;
	margin-left: -310px;
	margin-top: -290px;
}

.modal-imagegal .modal-footer {
	padding: 7px 15px;
}
.productsChooseModal thead tr {
	background-color: #999;
	color: #fff;
}
.productsChooseModal table input {
	width: 16px;
	height: 16px
}
/* image gallery */
.modal .gallery-modal{
	position: relative;
	max-height: 460px;
	height: 460px;
}

.modal-imagegal .nav-tabs {
	margin-bottom: 10px;
}

.modal-imagegal .user-img {
	width: 181px;
	height: 190px;
	display: block;
	margin: 0px 9px 9px 0px;
	padding: 1px;
	float: left;
	background: #F3F3F3;
	position: relative;
	border: 2px solid transparent;
}

.modal-imagegal .user-img.selected {
	border: 2px solid #0088CC;
	padding: 4px;
}

.selected .user-img{
	border: 2px solid #0088CC;
}

.modal-imagegal .img-edit-icons {
	position: absolute;
	bottom: 0px;
	left: 2px;
	line-height: 19px;
}

.media-info {
	display: none;
}

.modal-imagegal .img-info {
	position: absolute;
	bottom: 3px;
	right: 3px;
	height: 29px;
	opacity: 0.63;
	width: 108px;
	padding: 2px 5px;
}
.modal-imagegal .img-info.visible {
	display: block;
}
.modal-imagegal .img-info span {
	white-space: normal;
}

.user-img i {
	margin: 0px 4px 0px 0px;
}


/* change image */

.modal-changeimg {
	width: 680px;
}

.modal-changeimg .user-img {
	height: 160px;
	float: left;
	padding: 3px;
	margin: 0px 7px 5px 0px;
	position: relative;
}

.modal-changeimg .selected .user-img {
	border: 2px solid #0088CC;
	padding: 1px;
}

.modal-changeimg .user-img .img-title {
	position: absolute;
	top: 4px;
	right: 4px;
	display: none;
}

.modal-changeimg .user-img:hover .img-title,
.modal-changeimg .selected .user-img .img-title {
	display: inline;
}

.modal-changeimg .selected .user-img .img-title {
	top: 2px;
	right: 2px;
}

.ci-img-holder {
	line-height: 160px;
}

.ci-img-holder img {
	float: left;
	max-height: 160px;
	max-width: 280px;
}



/* upload img css */

.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  cursor: pointer;
  border: solid transparent;
  border-width: 0 0 100px 200px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: translate(-300px, 0) scale(4);
  direction: ltr;
}

.fileupload {
  margin-bottom: 9px;
}

.fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
}

.fileupload .thumbnail {
  display: inline-block;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.fileupload .thumbnail > img {
  display: inline-block;
  max-height: 100%;
  vertical-align: middle;
}

.fileupload .btn {
  vertical-align: middle;
}

.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
  display: none;
}

.fileupload-inline .fileupload-controls {
  display: inline;
}

.fileupload-new .input-append .btn-file {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.thumbnail-borderless .thumbnail {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.fileupload-new.thumbnail-borderless .thumbnail {
  border: 1px solid #ddd;
}

.fileupload .btn:hover,
.fileupload .btn:active,
.fileupload .btn.active,
.fileupload .btn.disabled,
.fileupload .btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.fileupload .uneditable-input,
.fileupload .uneditable-textarea {
  display: inline-block;
  padding: 4px 3px 4px 5px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  cursor: not-allowed;
  background-color: #ffffff;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}


.fileupload .uneditable-input {
  overflow: hidden;
  white-space: pre;
}

.fileupload .uneditable-textarea {
  overflow-x: hidden;
  overflow-y: auto;
  white-space: pre-wrap;
}
.fileupload .span2 {
  width: 140px;
}

.icon-file {
  background-position: -24px -24px;
}

.nav-tabs li a {
	outline: none;
}

.modal-imagegal .fileupload {
	float: left;
}

.modal-imagegal .btn.upload {
	/*position: absolute;
	left: 250px;*/
	float: right;
}


.modal.modal-user-login {
	width: 259px;
	margin-left: -130px;
}

.texteditinline-modal {
	width: 160px;
}

.edit-image,
.delete-image,
.crop-image,
.edit-video,
.delete-video,
.edit-document,
.delete-document {
	cursor: pointer;
}

.modal-edit-image{
	width: 520px;
	margin-left: -260px;
	margin-top: -200px;
}

.modal-edit-video{
	width: 630px;
	margin-left: -305px;
	margin-top: -200px;
}

.modal-edit-video .edit-dataholder textarea{
	max-width: 270px;
	max-height: 225px;
}

.modal-edit-image .modal-body {
	max-height: 550px;
	padding: 9px 15px;
}

.modal-edit-image .modal-body .img-preview{
	margin: 5px 0px 5px 0px;
	max-height: 320px;
}

.edit-imgholder{
	float: left;
	max-width: 50%;
	min-width: 50%;
	min-height: 165px;
	position: relative;
}

.edit-dataholder{
	float: left;
	margin-left: 10px;
	max-width: 285px;
}

.modal-edit-image .modal-footer {
	padding: 9px 15px;
}

.image-edit-textarea{
	max-width: 210px;
}

.modal.add-pagetopage {
	width: 313px;
	margin-left: -157px;
}

.modal-social {
	width: 680px;
	margin-left: -340px;
	margin-top: -190px;
}
.modal-social .modal-body {
	max-height: 439px;
}
.modal-social .modal-footer {
	padding: 7px 15px;
}

.social-holder{
	float: left;
	width: 300px;
	padding-left: 20px;
}
.social-holder img {
	width: 38px
}

.modal-down-right .social-holder {
	padding: 0;
	width: 50%;
}

.modal-down-right .social-holder input {
	width: 190px;
}

.modal-site-settings {
	margin: 0;
	position: absolute;
	left: 180px;
	top: 270px;
}


/**
 * imgAreaSelect default style
 */

.imgareaselect-border1 {
	background: url("/cms/images/border-v.gif") repeat-y left top;
}

.imgareaselect-border2 {
	background: url("/cms/images/border-h.gif") repeat-x left top;
}

.imgareaselect-border3 {
	background: url("/cms/images/border-v.gif") repeat-y right top;
}

.imgareaselect-border4 {
	background: url("/cms/images/border-h.gif") repeat-x left bottom;
}

.imgareaselect-border1,
.imgareaselect-border2,
.imgareaselect-border3,
.imgareaselect-border4 {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-handle {
	background-color: #fff;
	border: solid 1px #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-outer {
	background-color: #000;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.imgareaselect-selection {  
}

/* crop image */
.modal-cropimage {
	margin-left: -200px;
	margin-top: -330px;
	width: 450px;
}

.modal-cropimage .tab-content{
	min-height: 160px;
}

.modal-cropimage .tab-content .user-images{
	min-height: 160px;
}

.modal-cropimage ul {
	margin: 0px;
}

.modal-cropimage .img-li {
	list-style: none;
	float: left;
	margin: 0px 10px 10px 0px;
	position: relative;
}

.modal-cropimage .modal-body {
	max-height: 550px;
	overflow-x: hidden;
}

.modal-cropimage .user-images {
	position: relative;
	margin-top: 7px;
}
.modal-cropimage .user-images .label {
	position: absolute;
	top: 2px; left: 2px;
}
.modal-cropimage .crop-image-thumbs-holder {
		width: 420px;
}
.modal-cropimage .crop-image-thumb {
		display: inline-block;
		line-height: 65px;
		margin-right: 1px;
		padding: 3px;
		outline: none;
}
.modal-cropimage .crop-image-thumb.selected {
		background-color: #CCC;
}
.modal-cropimage .crop-image-thumb img {
    max-height: 70px;
    max-width: 60px;
}
.modal-cropimage img.img-crop {
		cursor: pointer;
}



.img-li span.label {
	position: absolute;
	top: 2px;
	right: 2px;
	font-size: 14px;
	line-height: 16px;
}

.img-li img{
	max-width: none;
}

.img-li.row1 img {
	height: 175px;
}

.img-li.row2 img {
	height: 115px;
}

.img-li.row3 img {
	height: 140px;
}

.modal.crop-window {
	max-height: 550px;
	margin-top: -270px;
}

.crop-window .modal-body {
	text-align: center;
	max-height: 480px;
}

.crop-window .crop-image {
	cursor: crosshair;
}

.crop-window .modal-footer p {
	float: left;
}
.resize-handle{
	bottom: 0;
	cursor: se-resize;
	height: 16px;
	position: absolute;
	right: 0;
	width: 18px;
}

.gmaps-modal {
	width: 435px;
	margin-left: -220px;
	margin-top: -300px;
}
.gmaps-modal .gmaps-preview { 
	width: 405px; 
	height: 370px;
}
.gmaps-modal .modal-body {
	max-height: 490px;
}
.gmaps-modal .input-xlarge {
	margin-bottom: 0px;
	width: 274px;
}
.gmaps-modal .modal-footer {
	padding: 7px 15px;
}

.seledted-imgs-slider{
	float: left;
}

.slider-imgs-holder{
	float: left;
}

.slider-imgs-holder ul{
	width: 310px;
	height: 310px;
	max-height: none;
}

.slider-imgs-holder ul li img{
	width: 280px;
	padding: 9px;
}

.slid-img{
	cursor: move;
}
.slider-img{
	position: relative;
	width: 295px;
}

.modal-sliderchoose{
	width: 800px;
	margin: -250px 0 0 -380px;
}

.modal-sliderchoose .modal-body{
	height: 370px;
}

.modal-sliderchoose .modal-footer{
	padding: 7px 15px;
}

.slider-choose-btn{
	float: left;
	margin: 140px 12px 0 12px;
}

.slider-choose-btn button{
	margin-bottom:20px;
}

.modal-sliderchoose img.selected {
	outline: 2px solid #0088CC;
}

.modal-S {
	width: 350px;
	margin-left: -175px;
	margin-top: -100px;
}
.modal-S .modal-footer {
	padding: 7px 15px;
}

.modal-XS {
	width: 220px;
}

.modal-footer,
.modal-footer.smaller {
	padding: 7px 15px;
}


.dropdown-menu.menu-hotspot {
	padding: 0px 0px;
	box-shadow: none;
	width: 165px;
	z-index: 990;
}

.geolocate-btn{
	width: 113px;
	padding: 0;
	height: 29px;
}

.gmaps-modal .modal-body .geolocate-btn{
	/*background-position: -329px -138px;*/
	/*background-image: url("/cms/images/glyphicons-halflings.png");*/
}

.geoorange{
	background-color: #FF8D02;
}


.modal.editor-settings {
	margin-top: -80px;
}

.editor-settings .lng-label {
	float: left;
	font-weight: bold;
	margin: 6px 10px 0px 0px;
}

.editor-settings .lng-label.next {
	margin-top: 12px;
}

.editor-settings .nav-pills {
	 margin-bottom: 0px;
}


/* Color Picker */

.farbtastic {
  position: relative;
}
.farbtastic * {
  position: absolute;
  cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
  width: 195px;
  height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px;
}
.farbtastic .wheel {
  background: url("/cms/images/wheel.png") no-repeat;
  width: 195px;
  height: 195px;
}
.farbtastic .overlay {
  background: url("/cms/images/mask.png") no-repeat;
}
.farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden; 
  background: url("/cms/images/marker.png") no-repeat;
}

/* Color Picker End*/

.form-item{
	float: right;
	width: 258px;
}

.background-position-div{
	padding-bottom: 15px;
}

.btncolors{
	text-indent: -9999px;
	background-image: none;
	margin-bottom: 5px;
}

.colors{
	text-align: left;
	width: 180px;
}

.form-item input{
	margin-bottom: 0px;
}

.form-item label{
	display: inline;
}

.picker{
	float: right;
}

.modal-style{
	width: 470px;
	margin-left: -175px;
}

.modal-style .modal-body{
	max-height: 420px;
}

.modal-st{
	width: 690px !important;
	margin-left: -330px;
}

.tabs-left > .nav-tabs > li > a{
	margin-right: -2px;
}

.modal-menu-st{
	width: 690px !important;
	margin-left: -370px;
}

.chstyle-btn{
	padding: 10px 0;
	text-align: center;
}

.chstyle-btn button{
	padding: 10px 0;
	width: 200px;
}

.fontFamily{
	
}

.image{
	display: none;
}

input[name=color]{
	
}

.modal-st .font-styles{
	text-align: right;
	overflow-x: hidden;
}

.preview{
	position: absolute;
	left: 25px;
	bottom: 80px;
	text-align: center;
	font-size: 12px;
}
.preview.text2{
	display: none;
	bottom: 46px;
}
.text1,
.text2 {
	width: 60%;
}
.trans-bg{
	
}

.show-display{
	display: none;
}

.confirm-box{
	margin: -80px 0 0 -270px;
	z-index: 1052;
	outline: none;
}

.positionImage{
	text-align: left;
}

/* jQurey text editor  CSS*/

/* editor's general field */
.jqte {
	width: 607px;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	margin: 10px 0px;
	border-radius: 3px 3px 3px 3px;
}
.producteditor-modal .short_desc .jqte {
	width: 340px;
}

.jqte * {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

/* toolbar */
.jqte_toolbar {
	padding:3px 4px;
	height:25px;
	background:#EEE;
	border-bottom: 1px solid #DDDDDD;
}
.jqte_tool {
	float:left;
	margin:0;
	padding:0;
	cursor:pointer
}

.jqte_tool,
.jqte_tool_icon {
	border:#EEE 1px solid;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px
}

.jqte_hiddenField {
	display:none
}

.jqte_tool_icon {
	display:block;
	width:22px;
	height:22px;
	background:url('/cms/images/jquery-te-1.1.png') no-repeat
}

.jqte_tool.jqte_tool_1 .jqte_tool_icon {
	background-position:0 0
}
.jqte_tool.jqte_tool_2 .jqte_tool_icon {
	background-position:-22px 0
}
.jqte_tool.jqte_tool_3 .jqte_tool_icon {
	background-position:-44px 0
}
.jqte_tool.jqte_tool_4 .jqte_tool_icon {
	background-position:-66px 0
}
.jqte_tool.jqte_tool_5 .jqte_tool_icon {
	background-position:-88px 0
}
.jqte_tool.jqte_tool_6 .jqte_tool_icon {
	background-position:-110px 0
}
.jqte_tool.jqte_tool_7 .jqte_tool_icon {
	background-position:-132px 0
}
.jqte_tool.jqte_tool_8 .jqte_tool_icon {
	background-position:-154px 0
}
.jqte_tool.jqte_tool_9 .jqte_tool_icon {
	background-position:-176px 0
}
.jqte_tool.jqte_tool_10 .jqte_tool_icon {
	background-position:-198px 0
}
.jqte_tool.jqte_tool_11 .jqte_tool_icon {
	background-position:-220px 0
}
.jqte_tool.jqte_tool_12 .jqte_tool_icon {
	background-position:-331px 0
}
.jqte_tool.jqte_tool_13 .jqte_tool_icon {
	background-position:-242px 0
}
.jqte_tool.jqte_tool_14 .jqte_tool_icon {
	background-position:-264px 0
}
.jqte_tool.jqte_tool_15 .jqte_tool_icon {
	background-position:-286px 0
}
.jqte_tool.jqte_tool_16 .jqte_tool_icon {
	background-position:-308px 0
}

.jqte_tool:hover {
	background-color:#FFF;
	border-color:#FFF
}
.jqte_tool:hover .jqte_tool_icon {
	border:#AAA 1px solid
}
.jqte_tool:active .jqte_tool_icon {
	border:#777 1px solid
}

.jqte_tool_depressed {
	background-color:#DDD;
	border-color:#AAA
}
.jqte_tool_depressed .jqte_tool_icon {
	border-color:#777
}
.jqte_tool_depressed:hover {
	background-color:#CCC
}

/* editor area */
.jqte_editor,
.jqte_source {
	padding: 7px 5px;
	background: #FFF;
	overflow-y: auto;
	outline: none;
	word-wrap: break-word; -ms-word-wrap:break-word;
}

.producteditor-modal .jqte_editor,
.producteditor-modal .jqte_source{
	height: 85px;

}

.rte-highlight .jqte_editor,
.rte-highlight .jqte_source {
	max-height: 100px;
}
.rte-content .jqte_editor,
.rte-content .jqte_source {
	max-height: 100px;
}

.jqte_editor div,
.jqte_editor p {
	margin:0 0 7px
}
.jqte_editor blockquote {
	margin-top:0;
	margin-bottom:7px
}

/* source area */
.jqte_source,
.jqte_source textarea {
	background:#FFF1E8
}
.jqte_source textarea {
	margin:0;
	padding:0;
	width:100%;
	min-height:100px;
	font-family:Courier, Arial, sans-serif;
	font-weight:bold;
	font-size:15px;
	overflow:hidden;
	border:none;
	outline:none;
	resize:none
}

/* title box */
.jqte_title {
	display:none;
	position:absolute;
	z-index:9999;
}
.jqte_titleArrow {
	position:relative;
}
.jqte_titleArrowIcon {
	width:7px;
	height:6px;
	margin:0 auto;
	background:url('/cms/images/jquery-te-1.1.png') 0 -23px no-repeat;
}
.jqte_titleText {
	padding:5px 7px;
	margin-top:0;
	min-width:5px;
	min-height:1px;
	max-width:400px;
	background:#000;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;
	white-space:wrap; word-wrap:break-word; -ms-word-wrap:break-word
}
.jqte_titleText,
.jqte_titleText * {
	color:#FFF;
	font-size:11px
}

.text-edit-body{
	max-height: none;
}

/* kbd shortcuts modal */

.modal.keyboard-shortcuts {
	width: 530px;
	margin-left: -265px;
	margin-top: -160px;
}
.kbd-column {
	width: 240px;
	float: left;
}
.kbd-column ul {
	list-style: none outside none;
	margin: 0px;
}
.kbd-column ul li {
	line-height: 26px;
	margin-bottom: 3px;
}
.kbd-column ul li.kbd-keys {
	float: left;
	margin-right: 10px;
	width: 50px;
}

.kbd-column ul li.kbd-keys .btn-mini {
	cursor: default;
}

.kbd-column ul li.kbd-keys .btn-mini[data-keylen1] {
	width: 23px;
}

.nonvisible{
	display: none;
}

.img-title {
	padding: 2px 5px;
	position: absolute;
	left: 2px;
	top: 2px;
}

.gallery-modal .tab-content{
	overflow: hidden;
}

.gall-img-holder {
	width: 180px;
	line-height: 184px;
	text-align: center;
	/*height: 154px;
	padding-top: 3px;*/
}

.gall-img-holder img {
	max-width: 180px;
	max-height: 154px;
	vertical-align: middle;
}

.ratio {
	float: right;
}

.pages-drop{
	/*max-height: 330px;
	overflow-y: auto; */
}

.dropdown-title{
	font-size: 18px;
	padding-left: 5px;
}

/*
.modal-menu{
	margin: 45px 0 0 0px;
	top: 0%;
	left: 0%;
	background: transparent;rgba(255, 255, 255, 0.7);
	width: auto;
}

.modal-menu .left-menu{
	max-height: none;
	padding-top: 0px;
}

.modal-menu .modal-header{
	background: #fff;
	padding: 0px;
	background: transparent;
}

.modal-menu .modal-header h3{
	padding-top: 15px;
	line-height: 15px;	
}

*/
.paste-modal{
	z-index: 1052;
}

.paste-backdrop{
	z-index: 1051;
}

.pastedText{
	width: 515px;
	max-width: 515px;
}

.hotspot-arrow{
	float: right;
	margin-top: 2px;
}

.modal-chimage{
	height: 440px;
	max-height: 490px;
}

.link-content-drop{
	padding-top: 0;
	display: block;
}

.link-menu{
	display: block;
	list-style: none outside none;
	margin: 0px;
}

.link-menu li.divider{
	margin-bottom: 0px;
}

.link-menu-pages{
	overflow-y: auto;
	display: block;
	margin: 0px;
}

.link-menu-pages .dropdown-title {
	font-size: 14px;
}

.link-menu-pages select {
	margin-bottom: 0
}

.addNew{
	cursor: pointer;
}

.ui-nestedSortable-no-nesting {
	background: #fbe3e4;
	border-color: transparent;
} 

.dropdown-menu ol.sortableNested{
	margin: 0px;
	list-style: none outside none;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden; 
}	

.hiden-pages{
	margin-left: 0; 
	overflow: auto;
}

.dropdown-menu ol.sortableNested li ol{
	list-style: none outside none;
}

.ui-state-highlight{
	line-height: 20px;
	background: #0088CC;
}

.dropdown-menu ol.sortableNested a:hover{
	background-color: #0081C2;
    background-image: -moz-linear-gradient(center top , #0088CC, #0077B3);
    background-repeat: repeat-x;
    color: #FFFFFF;
    text-decoration: none;
}

.dropdown-menu ol.sortableNested a[data-page]{
	box-shadow: 7px 0px 1px 0 rgba(0, 0, 0, 0.6)inset
}

.savingPages{
	position: absolute;
	background: #000;
	width: 100%;
	height: 100%;
	top: 0px;
	background: rgba(255, 255, 255, 0.7);
}

.savingPages img{
	left: 50%;
	margin-left: -12px;
	margin-top: -12px;
	position: absolute;
	top: 50%;
}

.add-video{
	cursor: pointer;
}

.changeUrl{
	cursor: pointer;
	font-size: 11px;
}

.ytvideo{
	height: 218px;
}

.producteditor-modal{
	width: 650px;
	margin: -200px 0 0 -330px;
}

.product_imgs {
	width: 603px;
}

.product_imgs label {
	display: inline-block;
	margin-right: 4px;
	margin-left: 3px;
}

.product_imgs img {
	height: 110px
}

button.remove_img, .default_img {
	color: white;
	border: 0;
	width: 110px;
	line-height: 22px;
	text-align: center;
	display: block;
}
button.remove_img {
	background: #ff3f3f;
}

.default_img {
	background: #2d56fc;
}

.default_img input[type="radio"] {
	margin: 0;
}

.producteditor-left{
	float: left;
	width: 340px;
}

.producteditor-right{
	float: left;
	padding-left: 50px;
	width: 225px
}
input.product-code {
	width: 185px
}
.ecommerce_product_editor .producteditor-right{
	padding-left: 20px;
	width: 200px
}
.ecommerce_product_editor .producteditor-left {
	width: 383px
}
.ecommerce_product_editor .producteditor-right input{
	width: 185px
}
.producteditor-modal.ecommerce_product_editor .short_desc .jqte {
	width: 375px
}
.product-hl{
	width: 350px;
	max-width: 350px;
	height: 95px;
}

.supportChatLink{
	bottom: 0;
    position: fixed;
    right: 20px;
}

.bgPosition_text{
	display: block;
}

.bgImage_text{
	display: block;
	padding-bottom:20px; 
}

.fontPreviw_text{
	display: block;
}

#te_link .input-medium{
	width: 250px;
	
}

#te_link .picker{
	padding-right: 60px;
}

#te_link .preview{
	left: 15px;
}

#te_link .colors{
	padding-left: 40px;
}

input.te_link{
	width: 236px;
}

.modal-style .textcolor{
	margin-bottom: 0px;
}

.edit-doc-img-preview{
	float: left;
	width: 180px;
}

.edit-doc-img-preview img{
	height: 180px;
}

.edit-doc-img-preview a{
	display: block;
	text-align: center;
}

.modal-edit-document{
	width: 510px;
	margin-left: -245px;
	margin-top: -200px;
}

.modal-edit-document .modal-body{
	
}

.inline-rte{
	width: 210px;
	height: 25px;
	background-color: #EEEEEE;
	padding: 5px;
	border: 3px solid #F2F2F2;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	display: none;
}

.inline-rte input{
	width: 25px;
	height: 25px;
	margin-right: 2px;
	float: left;
	background-image: url('/cms/images/jquery-te-1.1.png');
}

.act-bold{
	background-position: -0px 0px;
}

.act-italic{
	background-position: -23px 0px;
}

.act-underline{
	background-position: -45px 0px;
}

.act-makeLink{
	background-position: -221px -2px;
}

.act-makeDocLink{
	background-position: -331px -2px;
}

.act-unlink{
	background-position: -243px -2px;
}

.link-doc-drag{
	width: 25px;
	height: 25px;
	cursor: move;
	float: left;
	background-image: url("/cms/images/glyphicons-halflings.png");
	background-position: -166px 93px;
}

.addNewFile{
	cursor: pointer;
}

.msie-info{
	width: 600px;
	margin: -160px 0 0 -300px;
	
}

.msie-info .browser-links{
	padding: 20px 0 0 0;
}
.msie-info .browser-links a{
	margin-left: 75px;
}

.crop-loader{
	width: 100%;
	height: 100%;
	top: 0px;
	position: absolute;
	text-align: center;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1060;
}

.crop-loader .loader{
	left: 50%;
    margin-left: -98px;
    margin-top: -70px;
    position: absolute;
    top: 50%;
}
ul.media-imgs, 
ul.slider-imgs{
	position: relative;
}

.slider-loader{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    height: 340px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 300px;
    z-index: 1060;
}
.slider-loader .loader{
	left: 50%;
    margin-left: -98px;
    margin-top: -60px;
    position: absolute;
    top: 50%;
}
span.inline{
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle;
}
.modal-contactform input {
	width: 300px
}
.linkSlider {
	display: none;
	position: absolute;
	top: 9px;
	left: 136px;
	background: lightblue;
	font-size: small;
	padding: 0px 6px;
	border: 0;
	border-radius: 2px;
	width: 153px;
	text-align: left;
}
input.error {
	background-color: #f2dede;
	border-color: #b94a48;
}
.dropdown-menu.linkSliderDropdown{
	width: 170px;
	left: auto;
	left: 118px;
	top: 26px;
	height: auto;
}
input.siteToLink {
	width: 185px;
	margin-bottom: 4px
}
.btn.btn-100 {
	width: 100%;
}
select.input-250 {
	width: 264px
}
input.input-250 {
	width: 250px !important
}
.siteToLinkBtn{
	position: relative;
	bottom: 2px;
	line-height: 20px;
}
.modal-down-right .divider.custom2 {
	line-height: 10px
}
.modal-down-right hr {
	border-top: 1px solid #ddd;
}
.link-text-btn {
	line-height: 20px
}
.link-content-drop li.non-sortable {
	line-height: 5px;
}
hr.smallMargin {
	margin: 10px 0;
}
.file-upload-form,
.image-upload-form {
	display: none;
}
.nav-list > li > a {
	margin-right: 0;
}
label.checkbox input[type="checkbox"] {
	margin-right: 5px;
}
.inline {
	display: inline-block;
}
.price-div {
	width: 126px
}
.code-div {
	margin-left: 28px
}
.transparent-checkbox input{
	margin: 0
}
.transparent-checkbox span {
	position: relative;
	top: 1px
}
.ecommerce_product_editor .price-div input {
	width: 144px
}
.ecommerce_product_editor input[type="checkbox"] {
	width: auto
}
.ecommerce_product_editor input.product-title {
	width: 362px;
}
.tax-div {
	margin-right: 32px
}
.ecommerce_product_editor .tax-div, .discount-div {
	width: 82px
}
.ecommerce_product_editor .tax-div input,.ecommerce_product_editor .discount-div input {
	width: 41px
}
.details-social .inline {
	vertical-align: top;
	padding: 10px 30px;
	height: 85px;
}
.border-right {
	border-right: 1px solid #ddd;
}
.details-social span {
	position: relative;
	top: 3px
}
.no-margin {
	margin: 0 !important;
}
input.link-text-input {
	width: 197px;
}
.edit-text .jqte {
	width: 100%;
}
.chooseAddAction {
	display: none;
	margin-top: -26px;
}
.chooseAddAction .btn{
	display: block;
	margin: 5px;
}
.more-info {
	background: #333;
	color: #fff;
	padding: 1px 4px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 12px;
}
.modal-ecommerceSettings .payment-type input[type="checkbox"] {
	margin-top: -2px
}
.modal-ecommerceSettings .payment-type label {
	display: inline-block;
}
.modal-ecommerceSettings .payment-type div {
	display: inline-block;
	width: 33%;
	margin-left: 3%;
}
.orders-interval input {
	width: 40px;
	margin-top: 5px
}
.extend-input {
	border: 1px solid #ccc;
	padding: 6px;
	position: relative;
	margin-left: -7px;
	background: #fff;
	top: -1px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.sliderSpeed-modal .form-horizontal .control-label {
	width: auto;
	margin-right: 15px
}
.sliderSpeed-modal .form-horizontal .control-group,
.sliderSpeed-modal form {
	margin-bottom: 0
}
.link-content-modal .modal-body {
	max-height: none;
}
.currency-type {
	margin-top: 10px
}
.currency-type select {
	position: relative;
	top: 3px;
	width: 71px;
}
.product-tags {
	position: relative;
}
.product-tags div.tag {
	float: left;
	background-color: #888;
	color: #fff;
	padding: 3px 10px;
	border-radius: 3px;
	margin: 2px
}
.modal-edit-content .product-tags {
	min-height: 190px;
}
.modal-edit-content hr {
	margin: 10px 0
}
.modal-edit-content .product-tags div.tag {
	margin-left: 4px
}
.product-tags .tag span {
	position: relative;
	top: -9px;
	right: -13px;
	cursor: pointer;
	background-color: #fff;
	color: #888;
	border-radius: 8px;
	padding: 0px 2px;
	font-weight: bold;
	display: inline-block;
	line-height: 13px;
	border: 1px solid #888;
}
.product-tags hr {
	margin: 5px
}
.product-tags button {
	position: absolute;
	left: 200px;
	top: 26px;
	height: 30px;
}
a.selected {
	background-color: #31B6F9;
	color: #fff;
}
.fbshare-img {
	width: 299px;
	border: 1px solid #ddd;
}
.fbshare-img div {
	width: 168px;
	float: right;
	border-left: 1px solid #ddd;
	padding: 10px;
	font-style: italic;
}
.modal-social hr {
	margin: 15px 0;
}
.modal-social .fbshare-img {
	margin: 0 auto;
}
button.center-btn {
	display: block;
	margin: 0 auto
}
.modal-multilangsettings select {
	margin-top: 5px;
	width: auto;
}
.modal-multilangsettings span {
	font-weight: bold
}
.modal-multilangsettings hr {
	margin: 10px 0;
}
.multilang-position label {
	display: inline-block;
	text-align: center;
	width: 32%
}
.multilang-position span {
	font-weight: normal;
	display: block;
}
.modal-tagsSettings .picker {
	position: absolute;
	top: 76px;
	right: 10px;
}
.modal-tagsSettings .tranparent {
	margin-left: 241px;
	position: relative;
	top: -39px;
	padding: 4px 4px;
}
.modal-tagsSettings .textcolor {
	width: 206px;
}
.modal-tagsSettings .font-settings span {
	width: 100px;
	display: inline-block;
}
.modal-tagsSettings .font-settings p {
	padding-bottom: 15px
}
.modal-tagsSettings .position-settings label {
	width: 49%;
	text-align: center;
	display: inline-block;
}
.modal-tagsSettings input[type="checkbox"] {
	margin-top: -2px;
}
.modal-tagsSettings .position-settings p {
	margin: 10px 0 0
}
.modal-tagsSettings hr {
	margin-bottom: 10px
}
.dropdown-menu.dropdown-context {
	left: auto;
	right: 0
}
.create-new-zone hr {
	margin: 10px 0
}
.zone-position .pull-left {
	width: 50%;
}
.zone-position input[type='radio'] {
	margin-top: 0
}
.zone-visibility {
	width: 30%;
	margin-top: 22px
}
input.width-read-input {
	display: inline-block;
	width: 50px;
	margin-top: 8px;
	border: 0;
}
.modal-down-right{
	position: fixed;
	bottom: 0;
	top: auto;
	right: 0;
	left: auto;
	height: auto !important;
}
.modal-down-right .modal-header button {
	margin-left: 5px;
	margin-top: 2px;
	padding: 4px 6px; 
}
.modal-down-right button.close {
	margin-left: 10px
}
.modal-down-right .page-new-page {
	max-height: none;
}
.modal-down-right .tab-content {
	overflow: visible;
}
.modal-down-right h3 {
	font-size: 20px
}
.modal-down-right .jqte {
	width: 100%
}
.modal-down-right .textedit-title {
	width: 98%;
	padding: 1%;
}
.zone-ordering b {
	display: block;
	margin-bottom: 10px
}
.modal-down-right.modal {
	-webkit-box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.3);
	box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.3);
	border: 0;
	border-radius: 0;
	background-color: #ECF4F5;
}
.modal-down-right .modal-header {
	border-bottom: 1px solid #ddd;
	background-color: #f5f5f5;
}
.modal-down-right .nav-tabs a {
	color: #535454;
	padding: 5px 10px
}
.modal-down-right button i {
	margin: 0;
	position: relative;
	top: -1px;
	left: -2px;
}
.modal-down-right .nav-tabs a:hover {
	color: #535454;
}
.modal-down-right.hide-modal {
	display: none;
}
.modal-down-right .nav-tabs .active a {
	color: #f5f5f5;
	background-color: #777777;
}
.modal-down-right .background-position-div div {
	margin-left: 10px
}
.modal-down-right .modal-body {
	max-height: none;
}
.content-images ul, .contents-order ul {
	list-style: none;
	margin: 0 0 10px 0
}
.content-images li, .contents-order li {
	float: left;
	cursor: move;
	margin: 0 5px 5px;
	width: 110px;
	height: 134px;
	text-align: center;
	border: 1px solid #666;
	padding: 1px;
}
.contents-order li {
	height: 110px;
}
.sortableZones li {
	cursor: move;
}
.width-settings {
	width: 90%;
    margin: 0 auto;
}
.width-settings-container {
	margin-bottom: 10px
}
#contentSettings label span,
#mediaSettings label span {
	position: relative;
	top: 3px
}
#contentSettings label {
	display: inline-block;
}
.change-styles b.w-120{
	width: 120px;
	display: inline-block;
}
.change-styles hr {
	margin: 10px 0
}
.change-styles .preview {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 5px;
	background-color: #fff;
	box-shadow: 1px 1px 1px #ddd
}
.change-styles .text1,.change-styles .text2 {
	width: 100%;
}
.change-styles .preview.text2 {
	bottom: 0;
}
.change-styles select, .change-styles input {
	margin-bottom: 0
}
.product_editor input{
	width: 198px
}
.product_editor select{
	width: 210px
}
.product_editor input.product-discount {
	width: 171px
}
.radio-container {
	margin-top: 10px
}
.radio-container span {
	top: 3px;
	position: relative;
}
.custom-dropdown a.menu-v2 {
	min-width: 0;
}
.custom-dropdown a.menu-v2:hover {
	min-width: 120px;
}
a.menu-v2 span {
	display: none;
}
a.menu-v2:hover span {
	display: inline-block;
}
a.menu-v2 i {
	margin: 0
}
a.menu-v2:hover i {
	margin-right: 5px
}
div.links-list {
	padding: 3px 10px;
	background: #C5C5C5;
	border: 1px solid #ddd;
	border-left-width: 8px;
	margin-top: 2px;
	width: 200px;
	cursor: move;
}
.sortable-list-container {
	text-align: center;
}
.sortable-list, .sortable-list ol {
	list-style: none
}
.sortable-list {
	margin: 0 auto;
	display: block;
	width: 256px;
}
.text-align {
	display: inline-block;
}
.text-align label {
	display: inline-block;
	margin-left: 15px
}
.text-align label:nth-child(1) {
	display: block;
}
.text-align input {
	margin-top: 0;
}
.valign-top {
	vertical-align: top
}
ul.sortableZones { list-style-type: none; margin: 0; padding: 0; width: 100%; }
ul.sortableZones li { margin: 0 3px 3px 3px; text-align: center; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; height: 18px; }
ul.sortableZones li span { position: absolute; margin-left: -1.3em; }
.resizable { margin: 0 auto; padding: 9px; height: 100px !important}
.resizable h3 { text-align: center; margin: 0; }
.ui-resizable-helper { border: 1px dotted gray; }
/* Keep on bottom */

@media screen and (max-width: 1024px){
	.header ul{
		width: 500px;
		margin-left: -250px;
	}
	
	.header ul li{
		width: 100px;
	}
}

