/*===========Including All CSS Files============*/
/*===========Including All CSS Files============*/
	@import url("reset.css"); /* reset all html tags */
	@import url("icons.css"); /* icons font css */
	@import url("960gs/fluid.css"); /* 960gs gride css */
	@import url("custom_grid.css"); /* custom gride css */
	@import url("fullcalendar.css"); /* full calendar css */
	@import url("datatable.css"); /* datatables css */
	@import url("plugins.css"); /* icons font css */
	@import url("elfinder.css"); /* file manager css */
	@import url("jquery-ui-1.8.13.custom.css"); /* jquery ui custom css */
	@import url("slider.css"); /* Contact slider css */
	@import url("wizard.css"); /* wizard css */
	@import url("jquery.fancybox.css"); /* fancybox gallery css */
	@import url("jquery.miniColors.css"); /* Color Picker */
	@import url("forms-validation.css"); /* Forms Validation */
	@import url("jquery.growl.css");

nav{
	width:180px;
	position: relative;
	/*margin-bottom: 81px;*/
	float: left;
	z-index: 30;
	font-size: 13px;
	letter-spacing: 0;
}

nav:after{
	content: '';
	width:180px;
	background:#373737 url(../images/nav-bg.jpg) repeat-y right;
	height:100%;
	position:fixed;
	top: 0;
	bottom: 0;
	z-index: -10;
}

nav #toggle-sidebar {
	cursor: pointer;
	position: absolute;
	display: block;
	right: -5px;
  top: 5px;
  padding: 5px 10px;
	font-size: 20px;
	background-color: #373737;
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

nav #toggle-sidebar i {
	color: #fff;
}

nav ul{
	list-style:none;
}
nav ul li a{
	display:block;
	border-top:1px solid #4b4b4b;
	border-bottom:1px solid #1b1b1b;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	padding: 8px 4px;
	text-align: left;
}
nav ul li a.current {
	background:#0b0b0b url(../images/nav-current.png) right center no-repeat;
	font-weight: bold;
}
nav ul li:hover>a {
	background-color:#0b0b0b;
}
/*
nav ul li a:hover{
	background:#0b0b0b url(../images/nav-current.png) right center no-repeat;
}
nav ul li a:hover i{
	color:#db006e;
	text-shadow: 0px 0px 40px #e22483;
}
*/
nav ul li a.current i,
nav ul li:hover a i {
	color:#db006e;
	text-shadow: 0px 0px 40px #e22483;
}
nav ul li a i{
	color: #0d0d0d;
	font-size: 16px;
	display: inline-block !important;
	text-shadow: 0px 1px 0px #656565;
	font-style: normal;
	width: 25px !important;
	text-align: center;
}

nav ul li a span{
	display: inline-block;
}

nav ul li a i.no-icon {
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing: -3px;
	font-size: 17px;
	line-height: 1em;
}

nav ul li{
	position: relative;
}

nav>ul>li:hover .hover-menu{
	display: block;
}

nav>ul>li>a.current ~ .hover-menu{
	display: none;
}

nav>ul>li:first-child .hover-menu{
	top: 0;
}

.hover-menu{
	display: none;
	position: absolute;
	left: 100%;
	top: 1px;
	background-color: #5f5f5f;
	list-style: none;
	z-index: -20;
	margin-left: -4px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.hover-menu li a{
	padding: 8px 20px;
	text-align: left;
	white-space: nowrap;
	font-size: 13px;
	border: none;
}

.hover-menu li a:hover{
	color: #db006e;
}

nav .bottom_nav{
	position:fixed; bottom:0px;
	width:180px;
	background-color: #373737;
}
nav .bottom_nav li a{
	height: auto;
	padding: 5px 0;
	text-align: left;
	/*margin-left: 5px;*/
}

nav .bottom_nav li a i{
	display: block !important;
	font-size: 14px;
	color: #ccc;
	text-shadow: none;
	float: left;
	height: 20px !important;
	margin: 0 5px 0 6px !important;
	width: 15px;
}
nav .bottom_nav li a span{
	color: #ccc;
}

#modifica_dati{
	display:none;
	position:absolute;
	bottom:10px;
	width:200px;
	height:205px;
	z-index:999;
	left:105px;
	background-color:#fff;
	color:#474849;
	font-size:13px;
	border-radius: 5px;
	box-shadow: 0 0 5px #5F5F5F;
	text-shadow: 0px 1px 0px #fff;
}
#modifica_dati form label{
	display:inline-block;
	margin:10px 0 0 15px;
}
#modifica_dati form a{
	margin:10px 0 0 15px;
}
#modifica_dati form label input.txt_errore{
	background-color: #fcc !important;
	color: #f00;
}
#arrow_mod_dati{
	position:absolute; color:#FFF; font-size:30px; top: 156px; left: -21px;
}

aside{
	width:239px;
	height:100%;
	position:relative;
	float: left;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
}

aside:before{
	content: '';
	position: fixed;
	background:url(../images/submenu-bg.jpg) repeat;
	border-right:1px solid #aeb2b9;
	top: 0;
	bottom: 0;
	width: 239px;
	z-index: -99;
}

aside > ul{
	float:left;
	width:100%;
	font-size:13px;
	font-weight:bold;
	list-style:none;
	margin:8px 0px 29px 0px;
}
aside > ul .aside_divider{
	border:1px solid #808080; height:0; width:10px; margin-left:25px; display: inline-block; vertical-align:top;
}
aside > ul > li{
	display:block;
	clear:both;
	margin:0;
}
aside > ul > li > a{
	display:block;
	padding:0px 0px 0px 16px;
	/*background:url(../images/submenu-arrow-open.png) 13px center no-repeat;*/
	color:#292929;
	text-transform:uppercase;
	font-size:11px;
}
aside > ul > li > a.arrow{
	/*background:url(../images/submenu-arrow-close.png) 13px 2px no-repeat;*/
}
aside > ul > li > ul > li{
	margin:0px;
}
nav > ul > li > ul > li.divider {
	height: 0;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #8B8B8B;
}

.expanded-menu li{
	background-color: #5f5f5f;
}

.expanded-menu li:hover a{
	color: #db006e;
}

.expanded-menu li.active a{
	font-weight: bold;
}

.expanded-menu li a{
	border: none;
	padding-left: 10px;
	padding-right: 10px;
}

nav ul li.module-cestino,
nav ul li.module-user_data{
	margin-top: 30px;
}

nav ul li.module-cestino a i,
nav ul li.module-cestino a.current i,
nav ul li.module-cestino:hover a i{
	/*color: #fff;*/
}

nav > ul > li > ul > li.divider:last-child {
	display: none;
}
aside > ul > li > ul{
	margin:10px 0px 10px 0px;
}
aside > ul > li.box_ricerca_container{
	border-top: 1px solid #fff;
	box-shadow: 0px -1px 0px #b1b5bd;
	text-shadow: 0px 1px 0px #fff;
}
aside > ul > li.box_ricerca_container > a.nav-top-item{
	margin:12px 0;
}
aside > ul > li ul.box_ricerca > li{
	padding:4px 0px 6px 25px;
	float:left;
	display:inline-block;
	width:180px;
	text-shadow: 0px 1px 0px #fff;
	font-weight:normal;
	background:none;
	color:#292929;
	font-size:12px;
}
aside > ul > li ul.box_ricerca > li > input[type="text"],
aside > ul > li ul.box_ricerca > li > select{
	width:99%;
	margin: 5px 0;
}
aside > ul > li > ul > li > a{
	padding:4px 0px 5px 25px;
	display:inline-block;
	width:100%;
	text-shadow: 0px 1px 0px #fff;
	font-weight:normal;
	background:none;
	color:#292929;
	font-size:12px;
	box-sizing: border-box;
}
aside > ul > li > ul > li > a.active{
	background: rgba(168, 176, 184, 0.5);
}
aside > ul > li > ul > li > a:hover{
	background: rgba(168, 176, 184, 0.5);
}

.user{
	text-align:center;
	margin:5px 0;
	border-bottom:1px solid #b1b5bd;
	box-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
}

.user #logo{
	max-width:230px;
	padding:5px 0;
}

.user p{
	color:#5d686e;
	font-size:12px;
	padding:4px 0px;
}


.submenu-footer{
	height:29px;
	background-color:#d1d9e5;
 /* Old Browsers */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebf1f8), to(#d1d9e4));
 /* Webkit Browsers */	background: -moz-linear-gradient(top , #ebf1f8, #d1d9e4);
 /* Mozila Browser */	background: linear-gradient(top , #ebf1f8, #d1d9e4);
 	background: -o-linear-gradient(top , #ebf1f8, #d1d9e4);
	background: -ms-linear-gradient(top , #ebf1f8, #d1d9e4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ebf1f8', EndColorStr='#d1d9e4');
 /* IE Browsers */	border-top:1px solid #adb1b9;
	box-shadow: 0 1px 0px #fff inset;
	position:fixed;
	color:#474849;
	bottom:0px;
	width:239px;
	font-size:13px;
	text-shadow: 0px 1px 0px #fff;
}


.submenu-footer span{
	padding:6px;
	float:right;
}


.submenu-footer .icons{
	list-style:none;
	width:180px;
	margin:0px;
}


.submenu-footer .icons li{
	list-style:none;
	position:relative;
	float:left;
}


.submenu-footer .icons li a{
	color:#5b5b5b;
	font-size:18px;
	padding:4px 10px;
	float:left;
	border-right:1px solid #adb1b9;
}


.submenu-footer .icons li a:hover{
	color:#292929;
	}


.submenu-footer-tooltip{
	background:#fff;
	padding:10px;
	display:none;
	position:absolute;
	height:28px;
	left:-15px;
	top:-60px;
	-moz-box-shadow:     0 0 5px #5F5F5F;
    -webkit-box-shadow:  0 0 5px #5F5F5F;
    box-shadow:         0 0 5px #5F5F5F;
    z-index:99;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius:5px;
	width:200px;
}


.messages_list{
	height:250px;
	top:-282px;
	width:250px;
}


.submenu-footer-tooltip input[type="text"]{
	width:155px;
}


.submenu-footer-tooltip a{
	 padding: 2px 8px !important;
	 margin-left:8px;
	 font-weight:normal;
}

.submenu-footer-tooltip img.arrow_w{
	position:absolute;
	left:24px;
	top:48px;
}

.messages_list > img.arrow_w{
	position:absolute;
	left:24px;
	top:270px;
}

.mail{
	margin:0px !important;
}

.mail li {
	list-style: none;
	display: block;
	margin-bottom: 10px;
	padding-left: 15px;
	background: url(../images/icons/packs/fugue/16x16/mail.png)/*tpa=images/icons/packs/fugue/16x16/mail.png*/ left center no-repeat;
}

.mail a {
	color: #222222;
	font-size: 12px !important;
	border:0px !important;
}

.mail a:hover, .toolbox .mail a:active {
	color: #305883;
}

.mail li.read, .mail li:hover {
	background: url(../images/icons/packs/fugue/16x16/mail-open.png)/*tpa=images/icons/packs/fugue/16x16/mail-open.png*/ left center no-repeat;
}

.mail li strong {
	margin-right: 5px;
	color: #164a7e;
}

.mail li small {
	display: block;
	color: #58646D;
	font-size:11px;
	padding-top:2px;
}

.main{
	position: absolute;
	top: 10px;
	left: 0px;
	right: 30px;
	overflow: visible;
	/*padding: 20px 20px 60px 20px;*/
	min-height: 500px;
}

nav + .main{
	position: absolute;
	top: 10px;
	left: 180px;
	right: 30px;
	overflow: visible;
	/*padding: 20px 20px 60px 20px;*/
	min-height: 500px;
}

.main > .non-shortable-content > h1{
	font-weight:normal;
	font-size:26px;
	text-shadow: 1px 1px 0px #fff;
}

.main > .non-shortable-content > h6{
	font-weight:normal;
	font-size:13px;
	color:#555555;
	text-shadow: 1px 1px 0px #fff;
}

.shortable-content{
	width:100%;
	margin-bottom: 16px;
	float:left;
}

.non-shortable-content{
	width:97%;
	padding:0px 10px;
	margin-bottom:16px;
}

menu{
	/*text-align:right;*/
	background: url(../images/wizard/bg-steps-active.png) bottom repeat-x #fff;
	border-bottom: 1px solid #cccccc;
	padding:10px;
	width:100%;
	box-shadow: #666 0px 1px 10px -3px;
	z-index: 999;
	box-sizing: border-box;
}

/*menu a:last-child{
	margin-right:10px;
}*/

/*menu a:nth-child(2){
	margin-left: 10px;
}

menu a:first-child{
	float: right;
	margin-right:10px;
}*/

/*menu a:last-child{
	margin-right:10px;
}*/

menu.sticked{
	position: absolute;
	left:0;
	z-index:999;
}

.steps{
	border-bottom: 1px solid #ddd;
	font-size: 15px;
}

div.message-head{
	background: #373737;
	/*border-color: #3b8eb5;*/

	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	background-size: 40px 40px;
	background-image: -webkit-gradient(linear, left top, right bottom,color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)), color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,transparent 75%, transparent);
	background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
	color: #fff;
	padding: 15px;
	position:fixed;
	z-index:999999999999;
	cursor:pointer;
	text-align:center;
	height:30px;
	left:180px;
	right:0;
	top:0px;
}
div.message-head.full {
	left: 0;
}

div.message-head #elimina {
	float: right;
}

/*** when box moves ***/
.placeholder{
	background: #dcdedf;
	border:1px dashed #9faab0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	float:left;
    margin:0px 0.9% 16px 0.9%;
	width: 100%;
 }


.box{
	border:1px solid #bebec4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	float:left;
	margin-bottom: 20px;
	display:block;
	background-color: #F7F9FA;
	width: 100%;
}

/*
.box:last-child{
	margin:0px 0.9% 0px 0.9%;
}
*/


.box:hover{
	border-color:#aeb2ba;
}


.box-header{
	background-color:#9faab0;
 /* Old Browsers */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e5eaeb), to(#cfd6d9));
 /* Webkit Browsers */	background: -moz-linear-gradient(top , #e5eaeb, #cfd6d9);
 /* Mozila Browser */	background: linear-gradient(top , #e5eaeb, #cfd6d9);
 	background: -o-linear-gradient(top , #e5eaeb, #cfd6d9);
	background: -ms-linear-gradient(top , #e5eaeb, #cfd6d9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e5eaeb', EndColorStr='#cfd6d9');
 /* IE Browsers */	border-bottom:1px solid #bebec4;
	box-shadow: 0 1px 0px #fff inset;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	-khtml-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	padding: 8px 10px 7px 10px;
	text-shadow: 1px 1px 0px #fff;
	/*cursor:move;*/
	color: #292929;
	font-size:15px;
}


.box-header i{
	color:#9faab0;
	font-size:20px;
	line-height:20px;
	float:right;
	margin-left:8px;
	cursor:pointer;
}


.box-header i:hover{
	color:#818d93;
}


.closed-box{
	border-bottom:0px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}


.box-content{
	background-color:#f7f9fa;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	-khtml-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	font-size:13px;
	color: #666666;
	position: relative;
}


.padd-10{
	padding:10px;
	/*width:96%;
	float:left;
*/}


.padd-20{
	padding:20px;
}


.padd-10-float{
	padding:2%;
	width:96%;
	float:left;
}


p, h1, h2, h3, h4, h5, h6{
	color:#666666;
	padding:0px 0px 10px 0px;
}


p, h4{
	font-size:13px;
}


 .box-content a{
	color: #DB006E;
}


		.list-style {
    list-style: none;
}


.list-style li {
    padding: 5px 0 5px 20px;
	color:#666666;
	font-size:13px;
}


.gray li {
    background: url("../images/icons/bullet_gray.png")/*tpa=images/icons/bullet_gray.png*/ no-repeat scroll left center;
}


.red li {
    background: url("../images/icons/bullet_red.png")/*tpa=images/icons/bullet_red.png*/ no-repeat scroll left center;
}


.green li {
    background: url("../images/icons/bullet_green.png")/*tpa=images/icons/bullet_green.png*/ no-repeat scroll left center;
}


.blue li {
    background: url("../images/icons/bullet_blue.png")/*tpa=images/icons/bullet_blue.png*/ no-repeat scroll left center;
}

.box-top{
	margin: 0 0.9% 16px 0.9%;
}

.pagescroll nav + .main.action-edit .box-top-title{
	position: fixed;
	left: 180px;
	right: 0;
	background-color: #F0F3F5;
	z-index: 99;
	top: 0;
	padding: 10px 15px;
	-webkit-box-shadow: 0 2px 4px 1px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px 1px rgba(0,0,0,0.2);
}

.pagescroll .main.action-edit .box-top-title{
	position: fixed;
	left: 0px;
	right: 0;
	background-color: #F0F3F5;
	z-index: 99;
	top: 0;
	padding: 10px 15px;
	-webkit-box-shadow: 0 2px 4px 1px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px 1px rgba(0,0,0,0.2);
}

.box-top-title .box-main-title,
.box-top-title .nav-menu{
	display: inline-block;
	padding: 0;
}

.box-top-title .nav-menu{
	float: right;
}

.box-main-title{
	font-size: 21px;
	color: #999;
}

.box-main-title .current{
	color: #333;
}

.box-main-title,
.filters-title{
	font-weight: normal;
}

.box-main-title>a{
	font-weight: bold;
	color: #666;
}

.box-main-title>i{
	font-size: 24px;
	padding: 0 15px;
	vertical-align: middle;
	line-height: 24px;
}

.flex{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 10px;
}

	.box-top-actions,
	.box-top-filters{
		display: inline-block;
		-moz-box-sizing: border-box;
    box-sizing: border-box
	}

	.box-top-actions{
		width: 20%;
		padding-right: 30px;
		text-shadow: 0px 1px 0px #fff;
	}

	.action-edit .box-top-actions{
		display: none;
	}

	.box-top-filters{
		width: 80%;
		padding-left: 30px;
		vertical-align: top;
		border-left: 1px solid #fff;
		box-shadow: -1px 0px 0px #b1b5bd;
	}

	.pagescroll .action-edit .box-top-actions,
	.pagescroll .action-edit .box-top-filters{
		margin-top: 30px;
	}

.action-edit .additional-actions,
.action-edit .hidden-actions{
	display: inline-block;
}

.actions-button{
	display: block;
	color: #666;
	font-size: 14px;
	padding-right: 16px;
}

.actions-button:hover,
.actions-button:focus{
	color: #111;
}

	.actions-button i{
		margin-right: 2px;
		width: 20px;
		display: inline-block;
		text-align: center;
	}

.filters{
	font-size: 0;
}

.filters-title{
	font-weight: normal;
}

.filters-title{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
}

.action-edit .filters-title{
	padding: 0;
	display: block;
}

.action-export .filters-title {
	display: inline-block;
	padding: 0 0 10px 0;
}

.action-export .box-top-filters{
	width: 100%;
	padding-left: 0;
	border-left: none;
	box-shadow: none;
}

.filter-mode{
	float: right;
	display: none;
}

.filter-mode-label{
	font-size: 13px;
	margin-left: 30px;
}

.switch {
	position: relative;
	height: 18px;
	width: 70px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #CECECE;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #b5b5b5;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b5b5b5), color-stop(100%, #d5d5d5));
	background-image: -webkit-linear-gradient(top, #CECECE, #DADADA);
	background-image: -moz-linear-gradient(top, #b5b5b5, #d5d5d5);
	background-image: -ms-linear-gradient(top, #b5b5b5, #d5d5d5);
	background-image: -o-linear-gradient(top, #b5b5b5, #d5d5d5);
	background-image: linear-gradient(top, #b5b5b5, #d5d5d5);
}

.switch-label {
	float: left;
	width: 32px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	line-height: 15px;
	z-index: 2;
	position: relative;
}

.switch-label:active {
  font-weight: bold;
}

.switch-label-off {
  padding-left: 2px;
}

.switch-label-on {
  padding-right: 2px;
}

.switch-input {
  display: none;
}

.switch-input:checked + .switch-label {
	/*font-weight: bold;*/
	color: #666;
	text-shadow: 0 1px rgba(255, 255, 255, 0.25);
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
	-ms-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
	-webkit-transition-property: color, text-shadow;
	-moz-transition-property: color, text-shadow;
	-ms-transition-property: color, text-shadow;
	-o-transition-property: color, text-shadow;
	transition-property: color, text-shadow;
}

.switch-input:checked + .switch-label-on ~ .switch-selection {
  left: 34px;
  /* Note: left: 50%; doesn't transition in WebKit */
}

.switch-selection {
	position: absolute;
	z-index: 1;
	top: 1px;
	left: 2px;
	display: block;
	width: 32px;
	height: 14px;
	-webkit-transition: left 0.15s ease-out;
	-moz-transition: left 0.15s ease-out;
	-ms-transition: left 0.15s ease-out;
	-o-transition: left 0.15s ease-out;
	transition: left 0.15s ease-out;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background-color: #fbfbfb;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #d9d9d9));
	background-image: -webkit-linear-gradient(top, #fbfbfb, #F1F1F1);
	background-image: -moz-linear-gradient(top, #fbfbfb, #d9d9d9);
	background-image: -ms-linear-gradient(top, #fbfbfb, #d9d9d9);
	background-image: -o-linear-gradient(top, #fbfbfb, #d9d9d9);
	background-image: linear-gradient(top, #fbfbfb, #d9d9d9);
}

.filters-list{
	display: inline-block;
	line-height: normal;
}

	.filters-list li{
		display: inline-block;
		font-size: 0;
		vertical-align: top;
		/*padding-bottom: 20px;*/
	}

	.filters-list li *{
		font-size: 14px !important;
	}

.filter-add-filter{
		color: #DB006E;
		text-decoration: underline;
		cursor: pointer;
		font-size: 14px;
		display: inline-block;
		vertical-align: bottom;
		margin-bottom: 15px;
}

.filter-add-icon{
	display: inline-block;
	font-size: 16px;
	margin: 0 10px;
	color: #5f5f5f;
	line-height: 64px;
}

	.filter-add-icon i{
		vertical-align: -14px;
	}

.filter-loading{
	display: none;
	font-size: 14px;
	vertical-align: bottom;
	margin-bottom: 15px;
	margin-left: 5px;
	color: #292929;
}

.filter-selection{
	display: inline-block;
	line-height: 57px;
	vertical-align: bottom;
}

.filter-selection .single-select{
	vertical-align: bottom;
	display: inline-block;
}

	.filter-selection select{
		vertical-align: bottom;
		margin-bottom: 2px;
	}


.select2-container .select2-choice{
	height: 29px !important;
	line-height: 29px !important;
	background-color: #fff !important;
	background-image: none !important;
}

.single-select{
	min-width: 150px;
}

.multiple-select{
	width: auto !important;
	min-width: 200px;
}

.form-row .multiple-select {
	width: 100% !important;
}

.filter-field{
	position: relative;
	margin: 7px 0;
}

	.filter-field>label {
		display: inline-block;
		text-shadow: 0px 1px 0px #fff;
		font-weight: normal;
		background: none;
		color: #292929;
		font-size: 12px;
	}

	.filter-field>label:first-child{
		float: left;
	}

	.filter-field input[type="radio"]{
		margin-left: 15px;
		margin-right: 5px;
	}

	.filter-field input[type="radio"]:first-of-type{
		margin-left: 0;
	}

.filter-buttons li{
	display: inline-block;
}

.delete-field{
	display: none;
	font-size: 12px;
	position: absolute;
	right: 0;
	cursor: pointer;
	color: #c00;
}

.filter-field:hover .delete-field,
.filter-field:focus .delete-field,
.filter-field input:focus ~ .delete-field{
	display: block;
}

.filter-buttons{
	margin-top: 20px;
	line-height: normal;
}

.selected-filters{
	margin-top: 10px;
	color: #666;
}

	.selected-filters ul{
		margin-top: 6px;
	}

		.selected-filters ul li,
		.selected-filters ul li.filter-current{
			display: inline-block;
			margin-right: 15px;
			margin-bottom: 10px;
		}

		.selected-filters ul li.filter-current{
			font-size: 13px;
		}

			.selected-filters ul li span{
				text-transform: uppercase;
				font-weight: bold;
				font-size: 16px;
			}

			.selected-filters ul li:last-child span{
				display: none;
			}

			.selected-filters ul li.filter-current span{
				margin-left: 5px;
				background-color: #fff;
				padding: 2px 5px;
				border: 1px solid #ddd;
				font-weight: normal;
				font-size: 14px;
				text-transform: capitalize;
				color: #999;
			}


	/*===========Messages Layout============*//*===========Messages Layout============*/.messages{
}


.messages li{
	list-style:none;
	position:relative;
	padding:12px 0px;
	border-bottom:1px dashed #d5d5d5;
	box-shadow: 0px 1px 0px #FFF;
}


.messages li:last-child{
	border-bottom:0px;
	padding-bottom:0px;
}


.messages li.incoming:first-child{
	padding-top:0px;
}


.messages li.incoming:first-child a{
	top:0px;
}


.messages li.incoming a img{
	height:51px;
	width:51px;
}


.messages li.incoming a{
	display: block;
	position:absolute;
	top:12px;
}


.messages li.incoming .message_area{
    border: 1px solid #d5d5d5;
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    border-radius:3px;
    padding: 8px 12px;
	margin-left:70px;
	font-size:15px;
	color:#666666;
	position:relative;
	font-size:13px;
}


.messages li:hover .message_area{
	background-color:#FFF;
}


.messages li.incoming .message_area span.arow{
	background:url(../images/icons/arow-left.jpg)/*tpa=images/icons/arow-left.jpg*/;
	width:6px;
	height:10px;
	position:absolute;
	top:20px;
	left:-6px;
}


.message_info{
	margin-bottom:5px;
}


.message_info span.sender{
	font-style:normal;
	font-weight:bold;
	color:#5f5f5f;
}


.message_info span.says, .message_info span.time{
	font-style:normal;
	font-size:12px;
	color:#999999;
	margin-left:5px;
}


.message_info span.time{
	float:right;
}


.messages li.outgoing:first-child{
	padding-top:0px;
}


.messages li.outgoing:first-child a{
	top:0px;
}


.messages li.outgoing a img{
	height:51px;
	width:51px;
}


.messages li.outgoing a{
	display: block;
	position:absolute;
	top:12px;
	right:0px;
}


.messages li.outgoing .message_area{
    border: 1px solid #d5d5d5;
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    border-radius:3px;
    padding: 8px 12px;
	margin-right:70px;
	font-size:15px;
	color:#666666;
	position:relative;
	font-size:13px;
}


.messages li.outgoing .message_area span.arow{
	background:url(../images/icons/arow-right.jpg)/*tpa=images/icons/arow-right.jpg*/;
	width:6px;
	height:10px;
	position:absolute;
	top:20px;
	right:-6px;
}


/*===========Forms Elements============*//*===========Forms Elements============*/

.form-row-container{
	/*min-height:400px;*/
	background-color:#fff;
}

.form-row-container.lang-container,
.multi-language .form-row-container.parent-levels {
	border-left:1px solid #ddd;
	margin-left:50px;
}

/*.multi-language .form-row-container{
	border-left:1px solid #ddd;
	margin-left:50px;
}*/
/*
.form-row-container .form-row:last{
	border-bottom:1px solid #ddd;
}
*/

.form-row{
	padding:15px 10px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	/*border-bottom:1px solid #e3e3e3;
	border-top:1px solid #fff;*/
}

.form-row-small{
	padding:8px 15px;
	font-size:13px;
}

.form-row-small label{
	width:15%;
	float:left;
}

.form-row:first-child{
	border-top:none;
}

.form-right-col{
	margin-left:15%;
	position:relative;
	line-height: 30px;
}

.form-right-col::after {
  content: '';
  clear: both;
  display: table;
}

.form-right-col label{
	font-size: 13px;
}

.form-row label strong{
	color:#5f5f5f;
	width:14%;
	margin-right: 1%;
	/*min-width: 150px;*/
	float:left;
	cursor:pointer;
	line-height: 30px;
}


.form-row label strong span{
	font-size:10px;
	clear:both;
	font-weight:normal;
	display:block;
	color:#999999;
}


fieldset{
	border:1px solid #CCC;
	color:#5f5f5f;
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    border-radius:3px;
	padding:5px 0px;
	float:left;
	margin:0px 1%;
}


fieldset legend{
	padding:0px 5px;
	font-weight:bold;
	margin:0px 0px 0px 10px;
	font-size:13px;
	background-color:#f7f9fa;
}


.forms-grid{
	margin: 10px 0.9% 10px 0.9%;
	font-size:13px;
}


input[type='text'],input[type='number'], input[type='password'], input[type="date"], input[type="datetime"], input[type="time"], input[type="search"], textarea, select{
	font-family: 'Open Sans', sans-serif;
	font-size: inherit;
	border:1px solid #bebec4;
	padding:5px;
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    border-radius:3px;
	color:#5f5f5f;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	-webkit-transition: border-color 0.15s linear, box-shadow 0.15s linear;
	-moz-transition: border-color 0.15s linear, box-shadow 0.15s linear;
	-ms-transition: border-color 0.15s linear, box-shadow 0.15s linear;
	-o-transition: border-color 0.15s linear, box-shadow 0.15s linear;
	transition: border-color 0.15s linear, box-shadow 0.15s linear;
}


span.checkbox, span.radio{
cursor:pointer;
}


.checkbox, .radio {
	width: 19px;
	height: 15px;
	padding: 0 25px 5px 0;
	position:relative;
	bottom:3px;
	background: url(../images/forms/checkbox.png)/*tpa=images/forms/checkbox.png*/ no-repeat;
}


.radio {
	background: url(../images/forms/radio.png)/*tpa=images/forms/radio.png*/ no-repeat;
}

.radio-lh{
	line-height: 29px;
}

.radio-lh label,
.radio-lh input{
	vertical-align: middle;
}

textarea{
	font-size:13px;
	min-height:100px;
}


input[type='text']:disabled,
input[type='password']:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="time"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
textarea:disabled:not(.editor),
select:disabled,
input.cke_dialog_ui_input_text:disabled,
input.cke_dialog_ui_input_password:disabled,
textarea.cke_dialog_ui_input_textarea:disabled,
select.cke_dialog_ui_input_select:disabled {
    cursor: not-allowed !important;
}


input[type="text"]:focus:not(.select2-input),
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="time"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus:not(.editor),
select:focus,
input.cke_dialog_ui_input_text:focus,
input.cke_dialog_ui_input_password:focus,
textarea.cke_dialog_ui_input_textarea:focus,
select.cke_dialog_ui_input_select:focus,
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #DB006E !important;
    box-shadow: 0 0 5px rgba(219, 0, 110, 0.8) !important;
}


input[type='text'].error, input[type='password'].error{
	border:1px solid #d0353c;
	color:#bb343a;
	background:url(../images/icons/icon-error.png)/*tpa=images/icons/icon-error.png*/ no-repeat center right 5px;
}


input[type='text'].success, input[type='password'].success{
	border:1px solid #449c3e;
	color:#449c3e;
	background:url(../images/icons/icon-success.png)/*tpa=images/icons/icon-success.png*/ no-repeat center right 5px;
}


select{
	padding:4px;
	border:1px solid #bebec4;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF;
}
select:disabled{
	background:#ebebe4;
}


.display_but{
	margin:5px 0px 5px 0px;
	width:10px;
}

.disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
}


.display_icon{
	margin:10px 10px;
	font-size:30px;
	padding:0px 10px;
	float:left;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	background-color:#F8F8F8;
 /* Old Browsers */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F8F8F8), to(#E8E8E8));
 /* Webkit Browsers */	background: -moz-linear-gradient(top , #F8F8F8, #E8E8E8);
 /* Mozila Browser */	background: linear-gradient(top , #F8F8F8, #E8E8E8);
 	background: -o-linear-gradient(top , #F8F8F8, #E8E8E8);
	background: -ms-linear-gradient(top , #F8F8F8, #E8E8E8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F8F8F8', EndColorStr='#E8E8E8');
 /* IE Browsers */	border: 1px solid #B0B0B0;
}


a.button i, a.grey i{
	margin:0px 0px 0px 0px;
	position:relative;
	top:1px;
	color:#666666;
}

.order_button{
	background-color: #F8F8F8;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F8F8F8), to(#E8E8E8));
	background: -moz-linear-gradient(top , #F8F8F8, #E8E8E8);
	background: -webkit-linear-gradient(top , #F8F8F8, #E8E8E8);
	background: -o-linear-gradient(top , #F8F8F8, #E8E8E8);
	background: -ms-linear-gradient(top , #F8F8F8, #E8E8E8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F8F8F8', EndColorStr='#E8E8E8');
	border: 1px solid #B0B0B0;
	color: #3A3A3A;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset;
	text-shadow: 0 1px 0 #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	outline: medium none;
	display: inline-block;
	padding: 1px 3px;
	font-size: 10px;
	cursor: pointer;
}
a.order_button {
	color: #3A3A3A;
}


.actions_bar{
	background-color:#F8F8F8;
 /* Old Browsers */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F8F8F8), to(#EFEFEF));
 /* Webkit Browsers */	background: -moz-linear-gradient(top , #F8F8F8, #EFEFEF);
 /* Mozila Browser */	background: linear-gradient(top , #F8F8F8, #EFEFEF);
 	background: -o-linear-gradient(top , #F8F8F8, #EFEFEF);
	background: -ms-linear-gradient(top , #F8F8F8, #EFEFEF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F8F8F8', EndColorStr='#EFEFEF');
 /* IE Browsers */    border-top: 1px solid #CDCDCD;
    color: #636363;
    font-size: 11px;
	height:30px;
    padding: 10px 12px;
}


/*Blue Button*/button, input[type="button"], input[type="submit"], a.button, .ui-button.ui-state-default:not(.ui-spinner-button), a.blue {
	background-color:#5B9FEA;
 /* Old Browsers */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5B9FEA), to(#0C62D7));
 /* Webkit Browsers */	background: -moz-linear-gradient(top , #5B9FEA, #0C62D7);
 /* Mozila Browser */	background: linear-gradient(top , #5B9FEA, #0C62D7);
 	background: -o-linear-gradient(top , #5B9FEA, #0C62D7);
	background: -ms-linear-gradient(top , #5B9FEA, #0C62D7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5B9FEA', EndColorStr='#0C62D7');
 /* IE Browsers */    border: 1px solid #17549B;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-moz-user-select: none;
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    border-radius:3px;
    outline: medium none;
    padding: 5px 10px;
	display:inline-block;
	color:#fff;
	cursor:pointer;
}


button:hover, input[type="button"]:hover, input[type="submit"]:hover, a.button:hover, .ui-button.ui-state-hover:not(.ui-spinner-button) {
	background-color:#94C7FF;
 /* Old Browsers */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #94C7FF), to(#367BD9));
 /* Webkit Browsers */	background: -moz-linear-gradient(top , #94C7FF, #367BD9);
 /* Mozila Browser */	background: linear-gradient(top , #94C7FF, #367BD9);
 	background: -o-linear-gradient(top , #94C7FF, #367BD9);
	background: -ms-linear-gradient(top , #94C7FF, #367BD9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#94C7FF', EndColorStr='#367BD9');
 /* IE Browsers */}


/*Gray Button*/
button.grey, input.grey[type="button"], input.grey[type="submit"], input.grey[type="reset"], a.grey, .jquery-msgbox-buttons button[type="submit"], .jquery-msgbox-buttons input[type="submit"], .jquery-msgbox-buttons button[type="button"], .jquery-msgbox-buttons input[type="button"], .jquery-msgbox-buttons button[type="reset"], .jquery-msgbox-buttons input[type="reset"] {
	background-color:#F8F8F8;
 /* Old Browsers */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F8F8F8), to(#E8E8E8));
 /* Webkit Browsers */	background: -moz-linear-gradient(top , #F8F8F8, #E8E8E8);
 /* Mozila Browser */	background: linear-gradient(top , #F8F8F8, #E8E8E8);
 	background: -o-linear-gradient(top , #F8F8F8, #E8E8E8);
	background: -ms-linear-gradient(top , #F8F8F8, #E8E8E8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F8F8F8', EndColorStr='#E8E8E8');
 /* IE Browsers */    border: 1px solid #B0B0B0;
    color: #3A3A3A;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset;
    text-shadow: 0 1px 0 #FFFFFF;
	-moz-border-radius: 3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    border-radius:3px;
    outline: medium none;
	display:inline-block;
    padding: 0 10px;
	font-size:13px;
	cursor:pointer;
	white-space: nowrap;
	line-height: 28px;
}


button.grey:hover, input.grey[type="button"]:hover, input.grey[type="submit"]:hover, input.grey[type="reset"]:hover, a.grey:hover {
	background-color:#FAFAFA;
 /* Old Browsers */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), to(#FAFAFA));
 /* Webkit Browsers */	background: -moz-linear-gradient(top , #FFFFFF, #FAFAFA);
 /* Mozila Browser */	background: linear-gradient(top , #FFFFFF, #FAFAFA);
 	background: -o-linear-gradient(top , #FFFFFF, #FAFAFA);
	background: -ms-linear-gradient(top , #FFFFFF, #FAFAFA);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#FAFAFA');
 /* IE Browsers */}


/*Red Button*/
button.red, input.red[type="button"], input.red[type="submit"], input.red[type="reset"], a.red{
	background-color:#ed5e5e;
 /* Old Browsers */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ed5e5e), to(#cc3030));
 /* Webkit Browsers */	background: -moz-linear-gradient(top , #ed5e5e, #cc3030);
 /* Mozila Browser */	background: linear-gradient(top , #ed5e5e, #cc3030);
 	background: -o-linear-gradient(top , #ed5e5e, #cc3030);
	background: -ms-linear-gradient(top , #ed5e5e, #cc3030);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ed5e5e', EndColorStr='#cc3030');
 /* IE Browsers */    border: 1px solid #832727;
	box-shadow: 0 1px 0 rgba(248, 175, 175, 1) inset;
    color: #ffffff;
    text-shadow: 0 1px 0 #702727;
	-moz-border-radius: 3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    border-radius:3px;
    outline: medium none;
	display:inline-block;
    padding: 5px 10px;
	cursor:pointer;
	font-size:13px;
}


button.red:hover, input.red[type="button"]:hover, input.red[type="submit"]:hover, input.red[type="reset"]:hover, a.red:hover {
	background-color:#f48a8a;
 /* Old Browsers */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f48a8a), to(#e05353));
 /* Webkit Browsers */	background: -moz-linear-gradient(top , #f48a8a, #e05353);
 /* Mozila Browser */	background: linear-gradient(top , #f48a8a, #e05353);
 	background: -o-linear-gradient(top , #f48a8a, #e05353);
	background: -ms-linear-gradient(top , #f48a8a, #e05353);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f48a8a', EndColorStr='#e05353');
 /* IE Browsers */}


/*Green Button*/
button.green, input.green[type="button"], input.green[type="submit"], input.green[type="reset"], a.green{
	background-color:#7cd570;
 /* Old Browsers */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7cd570), to(#3c7534));
 /* Webkit Browsers */	background: -moz-linear-gradient(top , #7cd570, #3c7534);
 /* Mozila Browser */	background: linear-gradient(top , #7cd570, #3c7534);
 	background: -o-linear-gradient(top , #7cd570, #3c7534);
	background: -ms-linear-gradient(top , #7cd570, #3c7534);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7cd570', EndColorStr='#3c7534');
 /* IE Browsers */    border: 1px solid #3c7534;
	box-shadow: 0 1px 0 rgba(192, 237, 186, 1) inset;
    color: #ffffff;
    text-shadow: 0 1px 0 #566532;
	-moz-border-radius: 3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    border-radius:3px;
    outline: medium none;
	display:inline-block;
    padding: 0 10px;
	cursor:pointer;
	font-size:13px;
	line-height: 28px;
}


button.green:hover, input.green[type="button"]:hover, input.green[type="submit"]:hover, input.green[type="reset"]:hover, a.green:hover {
	background-color:#8fdb85;
 /* Old Browsers */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8fdb85), to(#6cbe61));
 /* Webkit Browsers */	background: -moz-linear-gradient(top , #8fdb85, #6cbe61);
 /* Mozila Browser */	background: linear-gradient(top , #8fdb85, #6cbe61);
 	background: -o-linear-gradient(top , #8fdb85, #6cbe61);
	background: -ms-linear-gradient(top , #8fdb85, #6cbe61);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#8fdb85', EndColorStr='#6cbe61');
 /* IE Browsers */}

/*CSS3 Family Tree*/.tree ul {
	padding: 20px;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}


.tree li {
    float:left;
	text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}


/*We will use ::before and ::after to draw the connectors*/.tree li::before, .tree li::after{
	content: '';
	position: absolute;
 top: 0;
 right: 50%;
	border-top: 1px solid #ccc;
	width: 50%;
 height: 20px;
}


.tree li::after{
	right: auto;
 left: 50%;
	border-left: 1px solid #ccc;
}


.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}


.tree li:only-child{
 padding-top: 0;
}


.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}


.tree li:last-child::before{
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-khtml-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}


.tree li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-khtml-border-radius: 0 5px 0 0;
	-moz-border-radius: 5px 0 0 0;
}


.tree ul ul::before{
	content: '';
	position: absolute;
 top: 0;
 left: 50%;
	border-left: 1px solid #ccc;
	width: 0;
 height: 20px;
}


.tree li a{
	border: 1px solid #ccc;
	padding: 5px 10px;
	text-decoration: none;
	color: #666;
	font-family: arial, verdana, tahoma;
	font-size: 11px;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius:5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}


.tree li a:hover, .tree li a:hover+ul li a {
	background: #c8e4f8;
 color: #000;
 border: 1px solid #94a0b4;
}


.tree li a:hover+ul li::after, .tree li a:hover+ul li::before, .tree li a:hover+ul::before, .tree li a:hover+ul ul::before{
	border-color:  #94a0b4;
}


/*Stopwatch*/.stopwatch {
	text-align: center;
}


.timer {
	padding: 10px;
	overflow: hidden;
	display: inline-block;
	position: relative;
}


.cell {
	width: 0.60em;
	height: 40px;
	font-size: 50px;
	overflow: hidden;
	position: relative;
	float: left;
}


.numbers {
	width: 0.6em;
	line-height: 40px;
	text-align: center;
	color: #666;
	position: absolute;
	top: 0;
	left: 0;
	text-shadow: 0 0 5px rgba(255, 255, 255, 1);
}


/*Styles for the controls*/#timer_controls label {
	background-color:#F8F8F8;
 /* Old Browsers */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F8F8F8), to(#E8E8E8));
 /* Webkit Browsers */	background: -moz-linear-gradient(top , #F8F8F8, #E8E8E8);
 /* Mozila Browser */	background: linear-gradient(top , #F8F8F8, #E8E8E8);
 	background: -o-linear-gradient(top , #F8F8F8, #E8E8E8);
	background: -ms-linear-gradient(top , #F8F8F8, #E8E8E8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F8F8F8', EndColorStr='#E8E8E8');
 /* IE Browsers */    border: 1px solid #B0B0B0;
    color: #3A3A3A;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset;
    text-shadow: 0 1px 0 #FFFFFF;
	-moz-border-radius: 3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    border-radius:3px;
    outline: medium none;
	display:inline-block;
    padding: 5px 10px;
	cursor:pointer;
	margin:0px 5px;
}


input[name="controls"] {
display: none;
}


/*Control code*/#stop:checked~.timer .numbers {
animation-play-state: paused;
}


#start:checked~.timer .numbers {
animation-play-state: running;
}


#reset:checked~.timer .numbers {
animation: none;
}


.moveten {
	animation: moveten 1s steps(10, end) infinite;
	animation-play-state: paused;
}


.movesix {
	animation: movesix 1s steps(6, end) infinite;
	animation-play-state: paused;
}


.second {
animation-duration: 10s;
}


.tensecond {
animation-duration: 60s;
}


 /*60 times .second*/.milisecond {
animation-duration: 1s;
}


 /*1/10th of .second*/.tenmilisecond {
animation-duration: 0.1s;
}


.hundredmilisecond {
animation-duration: 0.01s;
}


.minute {
animation-duration: 600s;
}


 /*60 times .second*/.tenminute {
animation-duration: 3600s;
}


 /*60 times .minute*/.hour {
animation-duration: 36000s;
}


 /*60 times .minute*/.tenhour {
animation-duration: 360000s;
}


 /*10 times .hour*/@keyframes moveten {
	0% {
top: 0;
}


	100% {
top: -400px;
}


 	/*height = 40. digits = 10. hence -400 to move it completely to the top*/}


@keyframes movesix {
	0% {
top: 0;
}


	100% {
top: -240px;
}


 	/*height = 40. digits = 6. hence -240 to move it completely to the top*/}


/*===========Stetic Calendar============*//*===========Stetic Calendar============*/.cal {
  position: relative;
  padding: 4px;
  font-weight: bold;
  background: #bebfc0;
  background: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
}


.cal table {
	border-collapse: collapse;
}


.cal:before {
  content: '';
  position: absolute;
  right: 4px;
  bottom: 3px;
  left: 4px;
  height: 6px;
  background: #d9d9d9;
  border: 1px solid #909090;
  -moz-border-radius: 4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
    border-radius:4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}


.cal a {
  text-decoration: none;
}


.cal tr:first-child td {
  border-top: 0;
}


.cal td:first-child {
  border-left: 0;
}


.cal tr:first-child a {
  border-top: 0;
  margin-top: 0;
}


.cal tr:last-child a {
  border-bottom: 0;
  margin-bottom: 0;
}


.cal td:first-child a {
  border-left: 0;
  margin-left: 0;
}


.cal td:last-child a {
  border-right: 0;
  margin-right: 0;
}


.cal tr:last-child td:first-child a {
  -moz-border-radius: 0 0 0 3px;
    -webkit-border-radius: 0 0 0 3px;
    -khtml-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
}


.cal tr:last-child td:last-child a {
  -moz-border-radius: 0 0 3px 0;
    -webkit-border-radius:  0 0 3px 0;
    -khtml-border-radius:  0 0 3px 0;
    border-radius:  0 0 3px 0;
}


.cal-table {
  position: relative;
  margin: 0 0 1px;
  border-collapse: separate;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
  border-bottom: 1px solid #bbb;
  -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius:0 0 3px 3px;
    -khtml-border-radius:0 0 3px 3px;
    border-radius:0 0 3px 3px;
  -webkit-box-shadow: 1px 0 rgba(0, 0, 0, 0.1), -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 rgba(0, 0, 0, 0.1), -1px 0 rgba(0, 0, 0, 0.1);
}


.cal-caption {
  width: 100%;
  padding-bottom: 1px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  -moz-border-radius:  3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  background-color: #4b89d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #60a2ed), color-stop(75%, #4b89d7), color-stop(100%, #3b74bb));
  background-image: -webkit-linear-gradient(top, #60a2ed 0%, #4b89d7 75%, #3b74bb);
  background-image: -moz-linear-gradient(top, #60a2ed 0%, #4b89d7 75%, #3b74bb);
  background-image: -ms-linear-gradient(top, #60a2ed 0%, #4b89d7 75%, #3b74bb);
  background-image: -o-linear-gradient(top, #60a2ed 0%, #4b89d7 75%, #3b74bb);
  background-image: linear-gradient(top, #60a2ed 0%, #4b89d7 75%, #3b74bb);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.1), inset 0 2px rgba(255, 255, 255, 0.25), 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.1), inset 0 2px rgba(255, 255, 255, 0.25), 0 1px 3px rgba(0, 0, 0, 0.4);
}


.cal-caption a {
  line-height: 30px;
  padding: 0 10px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}


.cal-caption .prev {
  float: left;
}


.cal-caption .next {
  float: right;
}


.cal-body td {
  width: 30px;
  font-size: 11px;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}


.cal-body a {
  display: block;
  position: relative;
  line-height: 28px;
  text-align: center;
  color: #555;
  background: #fff;
}


.cal-body a:hover {
  background: #fafafa;
}


.cal-off a {
  color: #ccc;
  font-weight: normal;
}


.cal-today a {
  color: #000;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(70%, white));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, white 70%);
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, white 70%);
  background-image: -ms-linear-gradient(top, #f5f5f5 0%, white 70%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, white 70%);
  background-image: linear-gradient(top, #f5f5f5 0%, white 70%);
}


.cal-selected a, .cal-body a:active {
  margin: -1px;
  color: #b2494d;
  background: #fff5f6;
  border: 1px solid #e7d4d4;
}


.cal-check a {
  color: #f79901;
  overflow: hidden;
}


.cal-check a:before {
  content: '';
  position: absolute;
  top: -6px;
  right: -6px;
  width: 12px;
  height: 12px;
  background-color: #ffb83b;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb83b), color-stop(100%, #ff6c00));
  background-image: -webkit-linear-gradient(top, #ffb83b, #ff6c00);
  background-image: -moz-linear-gradient(top, #ffb83b, #ff6c00);
  background-image: -ms-linear-gradient(top, #ffb83b, #ff6c00);
  background-image: -o-linear-gradient(top, #ffb83b, #ff6c00);
  background-image: linear-gradient(top, #ffb83b, #ff6c00);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.lt-ie8 .cal-table {
  *border-collapse: collapse;
}


.lt-ie8 .cal-body a {
  zoom: 1;
}


/*===========Invoice Template============*//*===========Invoice Template============*/			#invoice .total,#invoice .price {
	text-align: right;
}


#invoice .sub_total, #invoice .grand_total{
	text-align: right;
	border-bottom: none;
}


#invoice .sub_total{
	border-top: 2px solid #CCC;
}


#invoice .grand_total {
	font-size: 14px;
	font-weight: bold;
}


#invoice .total_bar td {
	background: transparent;
}


#invoice .client_details,#invoice .invoice_details{
	padding:0px;
	margin: 0 0 1.5em;
	float: left;
	color: #5F5F5F;
	font-size:15px;
}


#invoice .invoice_details {
	float: right;
}


#invoice .client_details li,#invoice .invoice_details li{
	list-style-type: none;
	padding:5px 0px;
	font-size:13px;
}


	#invoice_total{
	background: #abc4dc;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	padding: 20px 15px;
	-moz-border-radius: 5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius:5px;
	border-radius: 5px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.35);
	border:1px solid #8da9c3;
	margin:20px 0px;
}


#invoice .details {
    -moz-box-sizing: border-box;
    display: table;
    margin-bottom: 35px;
    padding: 0 10px;
    width: 100%;
	font-size:13px;
}


#invoice .details div {
     background: none repeat scroll 0 0 #ECEFF2;
    border-color: #D3D8DC;
    border-style: solid;
    border-width: 1px 0;
    display: table-cell;
    padding: 10px 10px 10px 15px;
	color:#5f5f5f;
}


#invoice .details div:last-child {
    border-right-width: 1px;
}


#invoice .details .highlighted {
    background: none repeat scroll 0 0 #596772;
    border-color: #30363D;
    border-width: 1px;
	color:#FFF;
	text-shadow: 0 1px 0 #000000;
}


.invoice_table{
	margin:19px 0px;
	border:1px solid #dfdfdf;
	color:#5f5f5f;
}


	.invoice_table tr:nth-child(even){
	background-color:#f2f2f2;
}


		.invoice_table tr:last-child{
	background:none;
}


.invoice_table td, .invoice_table th{
	padding:8px;
	border:1px solid #dfdfdf;
	color:#5f5f5f;
	font-size:13px;
}


	.invoice_table th{
	text-align:left;
	background-color:#eeeeee;
}


#invoice p{
	color: #5F5F5F;
	font-size:13px;
}


	#invoice h5{
	color:#999;
	font-weight:normal;
	padding-bottom:6px;
}


/*===========Error Pages============*/
h1.error_heading{
    color: #FFFFFF;
    display: block;
    font-size: 250px;
    text-shadow: 0 1px 0 #CCCCCC,	             0 2px 0 #C9C9C9,				 0 3px 0 #BBBBBB,				 0 4px 0 #B9B9B9,				 0 5px 0 #AAAAAA,				 0 6px 1px rgba(0, 0, 0, 0.1),				 0 0 5px rgba(0, 0, 0, 0.1),				 0 1px 3px rgba(0, 0, 0, 0.3),				 0 3px 5px rgba(0, 0, 0, 0.2),				 0 5px 10px rgba(0, 0, 0, 0.25),				 0 10px 10px rgba(0, 0, 0, 0.2),				 0 20px 20px rgba(0, 0, 0, 0.15);
	text-align:center;
	filter: dropshadow(color=#CCCCCC,offX=5,offY=5);
}


/*===========QR and Barcode Pages============*/
.code_block{
	height:385px;
}


	.code_block_small{
	height:169px;
}


.display_qr{
	width:100%;
	display:block;
	margin:15px;
	float:left;
	}


/*===============NOTIFICATIONS PAGE START==================*//*===============NOTIFICATIONS PAGE START==================*/
.notification{
	position: relative;
	margin: 15px  0 10px 0;
	padding: 0;
	float:left;
	border: 1px solid;
	background-position: 10px 10px !important;
	background-repeat: no-repeat !important;
	font-size: 13px;
	width: 93.2%;
	padding: 10px 10px 10px 36px;
	display:block;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}

.notification_after{
	position: relative;
	margin: 10px 0 10px 0;
	padding: 0;
	border: 1px solid;
	background-position: 5px 5px !important;
	background-repeat: no-repeat !important;
	font-size: 12px;
	width: 93.2%;
	padding: 6px 10px 5px 30px;
	display:block;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}


.attention{
	background: #fffbcc url("../images/icons/exclamation.png")/*tpa=images/icons/exclamation.png*/ 10px 11px no-repeat;
	border-color: #e6db55;
	color: #666452;
}


.information{
	background: #dbe3ff url("../images/icons/information.png")/*tpa=images/icons/information.png*/;
	border-color: #a2b4ee;
	color: #585b66;
}


.success{
	background: #d5ffce url("../images/icons/tick.png")/*tpa=images/icons/tick.png*/;
	border-color: #9adf8f;
	color: #556652;
}


.error{
	background: #ffcece url("../images/icons/cross_circle.png")/*tpa=images/icons/cross_circle.png*/;
	border-color: #df8f8f;
	color: #665252;
}


.help{
	background: #d5f0fd url("../images/icons/help.png")/*tpa=images/icons/help.png*/;
	border-color: #64c3f7;
	color: #665252;
}


.notification .close_notification{
	position:absolute;
	right:10px;
	top:9px;
}


	/******** ANIMATED POPUP ALERT **********/.jquery-msgbox{
	  background:url(../images/alert_background.png)/*tpa=images/alert_background.png*/ repeat-x left bottom;
	  padding-bottom:55px;
	  font-style:normal;
	  color:#666666;
}


.jquery-msgbox-inputs input[type="text"],.jquery-msgbox-inputs input[type="password"]{
	padding:7px 6px;
	display:block;
	margin:3px 0 6px 0;
	width:95%;
}


.jquery-msgbox-wrapper{
   padding:20px 20px 20px 100px;
   font-size:13px;
}


.jquery-msgbox-buttons{
	padding:0px 5px 12px 15px;
	text-align:right;
	position:absolute;
	bottom:0;
	right:0;
}


.jquery-msgbox-buttons input{
	margin-left:10px;
	min-width:85px;
	padding:0 14px 2px;
	height:24px;
	cursor:pointer;
}


.jquery-msgbox-buttons button{
	margin-right:10px;
	padding:6px 13px !important;
}


.jquery-msgbox-inputs{
    margin-top:15px;
}


.jquery-msgbox-label{
    color: #5F5F5F;
    cursor: pointer;
	font-weight:bold;
    font-size: 13px;
}


.jquery-msgbox-alert{
    background: url(../images/icons/64x64/alert.png)/*tpa=images/icons/64x64/alert.png*/ no-repeat 20px 20px;
}


.jquery-msgbox-info{
    background: url(../images/icons/64x64/info.png)/*tpa=images/icons/64x64/info.png*/ no-repeat 20px 20px;
}


.jquery-msgbox-error{
    background: url(../images/icons/64x64/error.png)/*tpa=images/icons/64x64/error.png*/ no-repeat 20px 20px;
}


.jquery-msgbox-prompt{
    background: url(../images/icons/64x64/question.png) no-repeat 20px 20px;
}


.jquery-msgbox-confirm{
    background: url(../images/icons/64x64/confirm.png) no-repeat 20px 20px;
}


/******* STICKY NOTES PURRRR *******/
#purr-container {
	position: fixed;
	top: 40%;
	right: 30%;
	color: #fff;
	z-index:999;
}

.notice {
	position: relative;
	width: 324px;
	color: #fff;
}

.notice .close{
	position: absolute;
	top: 12px;
	right: 12px;
	display: block;
	width: 18px;
	height: 17px;
	text-indent: -9999px;
	background: url(../images/purrr/purrClose.png) no-repeat 0 10px;
}

.notice-body {
	min-height:35px;
	padding: 22px 22px 0 22px;
	background: url(../images/purrr/purrTop.png) no-repeat left top;
	color: #fff;
}

.notice-body img{
	margin: 0 10px 0 0;
	float: left;
}

.notice-body h3{
	margin: 0;
	padding: 2px; 0;
	font-size: 1.1em;
	color: #fff;
}

.notice-body p{
	margin: 5px 0 0 60px;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #fff;
}


.notice-bottom {
	height: 22px;
	background: url(../images/purrr/purrBottom.png) no-repeat left top;
}


/******* MODAL BOX *******/#basic-modal-content, #basic-modal-content2 {
	display:none;
}


/* Overlay */#simplemodal-overlay {
	background-color:#000;
	cursor:wait;
}


/* Container */
#simplemodal-container{
	height:360px;
	width:600px;
	color:#fff;
	background-color:#333;
	border:4px solid #444;
	padding:12px;
	max-height:400px;
}


#simplemodal-container p, #simplemodal-container h3{
	color:#bbb;
}


#simplemodal-container .simplemodal-data {
	padding:8px;
}


#simplemodal-container code {
	background:#141414;
	border-left:3px solid #abc4dc;
	color:#bbb;
 display:block;
	font-size:12px;
	margin-bottom:12px;
	padding:4px 6px 6px;
}


#simplemodal-container a {
	color:#ddd;
}


#simplemodal-container a.modalCloseImg {
	background:url(../images/icons/x.png)/*tpa=images/icons/x.png*/ no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-16px;
	cursor:pointer;
}


/******* TOP NOTIFICATION *******/
.message-top{
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	background-size: 40px 40px;
				background-image: -webkit-gradient(linear, left top, right bottom,							color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent),							color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)),							color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent),							to(transparent));
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,						transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,						transparent 75%, transparent);
	background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,						transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,						transparent 75%, transparent);
	background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,						transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,						transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,						transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,						transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,						transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,						transparent 75%, transparent);
								 -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
	 -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
			 box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
	 width: 100%;
	 border: 1px solid;
	 color: #fff;
	 padding: 15px;
	 position:fixed;
	 text-shadow: 0 1px 0 rgba(0,0,0,.5);
	 -webkit-animation: animate-bg 5s linear infinite;
	 -moz-animation: animate-bg 5s linear infinite;
	 z-index:999999999999;
	 cursor:pointer;
	 text-align:center;
}


.message-top h3, .message-top p{
	color:#FFFFFF;
}

.info-top{
	 background-color: #4ea5cd;
	 border-color: #3b8eb5;
}

.error-top{
	 background-color: #de4343;
	 border-color: #c43d3d;
}

.warning-top{
	 background-color: #eaaf51;
	 border-color: #d99a36;
}

.success-top{
	 background-color: #61b832;
	 border-color: #55a12c;
}


/*===============PROFILE PAGE==================*//*===============PROFILE PAGE==================*/
#avtar{
	padding:15px 15px 5px 15px;
	background-color:#FFFFFF;
	margin:0px 15px 10px 0px;
	float:left;
	border:1px solid #CCCCCC;
}


#avtar_details{
	float:left;
}


#avtar_details h3{
	font-size:22px;
	font-weight:normal;
	line-height:23px;
}


#avtar_details h3 small{
	font-size:11px;
	text-transform:uppercase;
}

#newsletter_details{
	padding: 15px 15px 5px 0;
	margin: 0 15px 10px 0
}

#newsletter_details > h3 small {
	font-weight: normal;
}

ul.info, ul.newsletter_numbers {
	margin:8px 0px 0px 0px;
}


ul.info li, ul.newsletter_numbers li {
    border-left: 1px solid #D3D9E3;
    display: inline-block;
    margin-left: 20px;
    padding-left: 20px;
}

.warning{
	color: #EB1313;
}

ul.info li:first-child, ul.newsletter_numbers li:first-child {
    border: 0 none;
    margin: 0 0 0 5px;
    padding:0px;
}


ul.info li a {
    text-decoration: none;
	color: #8d8d8d;
	font-size:16px;
}

ul.newsletter_numbers li{
	color: #8d8d8d;
	font-size:16px;
}


ul.info li a strong, ul.newsletter_numbers li strong{
	color:#abc4dc;
}


ul.info li strong, .profile ul.info li small, ul.newsletter_numbers li strong {
    display: block;
    text-align: left;
}

.chart{
	border: solid 1px #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:	border-box;
	background-color: white;
	min-height: 200px;
}

.charts_separator {
	border-left: none;
	border-right: none;
	margin: 10px 0;
}

.half_chart{
	width: 49%;
}

#pie_chart{
	float:left;
}

#pie_chart2 {
	float: right;
}

.charts_row_wrapper{
	margin-bottom: 10px;
}

.charts_row_wrapper{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.inside_chart{
	position: absolute;
    right: 0;
    top: 0;
    margin: 5px;
}



/*===============GALLERY PAGE==================*/
.imglist {
	overflow: hidden;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-family: "Lucida Grande", Verdana, sans-serif;
}

.imglist ul {
	padding: 0;
}

.imglist li {
	padding: 0;
	margin: 0;
	background: #fff;
	width: 80px;
	height: 90px;
	display: block;
	float: left;
	position: relative;
	margin: 5px 10px 10px 5px;
	border: 1px solid #ccc;
	padding: 1px;
	box-shadow: 0 0 3px #ccc;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
}

.imglist li:hover {
}

.imglist li img {
	width: 80px;
	height: 90px;
}

.imglist li ul {
	position: absolute;
	z-index: 10;
	width: 62px;
	height: 58px;
	left: 11px;
	top: 19px;
	display: none;
}

.imglist li:hover ul {
	display: block;
}


.imglist li ul li {
	display: block;
	width: 62px;
	height: 29px;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #fff;
	background: #000;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.imglist li ul li:last-child {
	border: 0;
}


.imglist .ui-state-highlight {
	border: 1px dashed #ccc;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}


.imglist .ui-sortable-helper {
	opacity: .80;
	-moz-opacity: .80;
	filter:alpha(opacity=80);
}


.imglist li ul li a {
	text-decoration: none;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
	text-shadow: 0 0 2px #000;
	outline: none;
}


.imglist li ul li a:hover {
	background: url(../images/gallery/imgt.gif) top center no-repeat;
}



/*===============STATIC DATA TABLE==================*//*===============STATIC DATA TABLE==================*/.static_table{
	width:100%;
	border-collapse:collapse;
}


.static_table th{
	padding: 8px 18px 8px 10px;
	color:#909090;
	font-weight:normal;
	background-color:#eeeeee;
	font-size:12px;
}


.static_table td{
	color:#5f5f5f;
	padding:7px 11px;
	font-size:13px;
}


.static_table tr:nth-child(even){
	background-color:#f2f2f2;
}


/*===============STYLED TOOLTIP==================*//*===============STYLED TOOLTIP==================*/.tipsy {
	padding: 5px;
	font-size: 16px;
	position: absolute;
	z-index: 100000;
}


.tipsy-inner {
	padding:8px;
	background-color: black;
	color: white;
	max-width: 200px;
	text-align: center;
	font-size:13px;
}


.tipsy-inner {
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


.tipsy-arrow {
	position: absolute;
	background: url("../images/icons/tipsy.gif")/*tpa=images/icons/tipsy.gif*/ no-repeat top left;
	width: 9px;
	height: 5px;
}


.tipsy-n .tipsy-arrow {
	top: 0;
	left: 50%;
	margin-left: -4px;
}


.tipsy-nw .tipsy-arrow {
	top: 0;
	left: 10px;
}


.tipsy-ne .tipsy-arrow {
	top: 0;
	right: 10px;
}


.tipsy-s .tipsy-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -4px;
	background-position: bottom left;
}


.tipsy-sw .tipsy-arrow {
	bottom: 0;
	left: 10px;
	background-position: bottom left;
}


.tipsy-se .tipsy-arrow {
	bottom: 0;
	right: 10px;
	background-position: bottom left;
}


.tipsy-e .tipsy-arrow {
	top: 50%;
	margin-top: -4px;
	right: 0;
	width: 5px;
	height: 9px;
	background-position: top right;
}


.tipsy-w .tipsy-arrow{
	top: 50%;
	margin-top: -4px;
	left: 0;
	width: 5px;
	height: 9px;
}


/*===============AJAX LOADER IMAGE==================*//*===============AJAX LOADER IMAGE==================*/.ajax-display-img{
	margin:0px 15px 15px 0px;
}


/*===============PROGRESS BAR==================*//*===============PROGRESS BAR==================*/.meter {
 	height: 18px;
  /* Can be anything */	margin: 20px 0 20px 0;
 /* Just for demo spacing */	text-shadow: 0px 1px 0px #FFFFFF;
	border:1px solid #b5b6b3;
	overflow:hidden;
	padding:2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow: inset 0 0 10px #d9d7d7;
	-webkit-box-shadow: inset 0 0 10px #d9d7d7;
	box-shadow: inset 0 0 10px #d9d7d7;
}


				.meter strong{
	float:right;
	z-index:999999;
	position:relative;
	bottom:18px;
	right:5px;
	font-size:13px;
}


		.meter > span {
	display: block;
	height: 100%;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background-color: rgb(43,194,83);
	border-color: #78b337 #6ba031 #568128;
	  background-color: #85c440;
	  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b7dc8e), color-stop(70%, #99ce5f), color-stop(100%, #85c440));
	  background-image: -webkit-linear-gradient(top, #b7dc8e 0%, #99ce5f 70%, #85c440 100%);
	  background-image: -moz-linear-gradient(top, #b7dc8e 0%, #99ce5f 70%, #85c440 100%);
	  background-image: -ms-linear-gradient(top, #b7dc8e 0%, #99ce5f 70%, #85c440 100%);
	  background-image: -o-linear-gradient(top, #b7dc8e 0%, #99ce5f 70%, #85c440 100%);
	  background-image: linear-gradient(top, #b7dc8e 0%, #99ce5f 70%, #85c440 100%);
	-webkit-box-shadow: 	inset 0 2px 9px  rgba(255,255,255,0.3),	inset 0 -2px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 	inset 0 2px 9px  rgba(255,255,255,0.3),	inset 0 -2px 6px rgba(0,0,0,0.4);
	box-shadow: 	inset 0 2px 9px  rgba(255,255,255,0.3),	inset 0 -2px 6px rgba(0,0,0,0.4);
	position: relative;
	overflow: hidden;
}


.meter > span:after, .animate > span > span {
	content: "";
	position: absolute;
	top: 0;
 left: 0;
 bottom: 0;
 right: 0;
	background-image:url(../images/progress-bars/progress.png)/*tpa=images/progress-bars/progress.png*/;
	z-index: 1;
	-webkit-animation: move 3s linear infinite;
	-moz-animation: move 3s linear infinite;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	overflow: hidden;
}


.animate > span:after {
	display: none;
}


@-webkit-keyframes move {
	0% {
	background-position: 0 0;
	}


	100% {
	background-position: 50px 50px;
	}


}


@-moz-keyframes move {
	0% {
	background-position: 0 0;
	}


	100% {
	background-position: 50px 50px;
	}


}


.gray > span {
	border-color: #bfbfbf #b3b3b3 #9e9e9e;
  background-color: #cccccc;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(70%, #dbdbdb), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dbdbdb 70%, #cccccc 100%);
  background-image: -moz-linear-gradient(top, #f0f0f0 0%, #dbdbdb 70%, #cccccc 100%);
  background-image: -ms-linear-gradient(top, #f0f0f0 0%, #dbdbdb 70%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #dbdbdb 70%, #cccccc 100%);
  background-image: linear-gradient(top, #f0f0f0 0%, #dbdbdb 70%, #cccccc 100%);
}


.orange > span {
	background-color: #f1a165;
	background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1, #f36d0a));
	background-image: -webkit-linear-gradient(#f1a165, #f36d0a);
 }


.blue > span {
	background-color: #60b0e5;
	background-image: -moz-linear-gradient(top, #68b8dd, #5499dc);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #5499dc),color-stop(1, #f42323));
	background-image: -webkit-linear-gradient(#68b8dd, #5499dc);
}


.nostripes > span > span, .nostripes > span:after {
	-webkit-animation: none;
	-moz-animation: none;
	background-image: none;
}


/****Goole Maps****/.map-canvas{
	height:400px;
}


/****Login Page****/.login_bg{
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 1024px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -999;
}


.login_warper{
	width:470px;
	height:275px;
	padding:15px;
	background:rgba(255, 255, 255, 0.7);
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
	border-radius:7px;
	margin:220px auto 0 auto;
	-webkit-box-shadow: 0px 0px 3px 2px rgba(63, 63, 63, .30);
    -moz-box-shadow: 0px 0px 3px 2px rgba(63, 63, 63, .30);
    box-shadow: 0px 0px 3px 2px rgba(63, 63, 63, .30);
	position:relative;
}


	#well {
	padding: 0px 4px 4px 4px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: #000000;
 /* Old browsers */	background: -moz-linear-gradient(top,  #000000 0%, #161616 100%);
 /* FF3.6+ */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#161616));
 /* Chrome,Safari4+ */	background: -webkit-linear-gradient(top,  #000000 0%,#161616 100%);
 /* Chrome10+,Safari5.1+ */	background: -o-linear-gradient(top,  #000000 0%,#161616 100%);
 /* Opera 11.10+ */	background: -ms-linear-gradient(top,  #000000 0%,#161616 100%);
 /* IE10+ */	background: linear-gradient(to bottom,  #000000 0%,#161616 100%);
 /* W3C */		border: 1px solid #454545;
	overflow: hidden;
 	-webkit-user-select: none;
	position:absolute;
	bottom:15px;
	width:460px;
}


#well h2 {
  background: -moz-linear-gradient(left, #4d4d4d, 0.4, #4d4d4d, 0.5, white, 0.6, #4d4d4d, #4d4d4d);
   background: -webkit-gradient(linear,left top,right top,color-stop(0, #4d4d4d),color-stop(0.4, #4d4d4d),color-stop(0.5, white),color-stop(0.6, #4d4d4d),color-stop(1, #4d4d4d));
   -moz-background-clip: text;
  -webkit-background-clip: text;
    -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-animation: slidetounlock 5s infinite;
  -moz-animation: slidetounlock 5s infinite;
  font-size: 41px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 0px 0px 0px 0px;
  width: 450;
  -webkit-text-size-adjust: none;
}


.login_inputfield, .login_inputfield:focus{
	padding:8px !important;
}


#well h2 span{
	margin:0px 0px 0px 39px;
}


.login_form{
	margin:0 auto;
}


.login_form label{
	font-size:14px;
	cursor:pointer;
	color: #5F5F5F;
    cursor: pointer;
	}


.login_form td{
	padding-bottom:20px;
}


#login_slider{
	background: url(../images/login/arrow.png) no-repeat;
	width: 75px;
	height: 48px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	cursor:pointer;
}


@-webkit-keyframes slidetounlock {
	0% {
		background-position: -720px 0;
	}


	100%{
		background-position: 720px 0;
	}


}


@-moz-keyframes slidetounlock {
	0% {
		background-position: -720px 0;
	}

	100%{
		background-position: 720px 0;
	}
}

.tab_left {
    margin: auto;
}
.tab_left > ul > li {
	cursor: pointer;
    width: 50px;
    list-style-type: none;
    display: block;
    text-align: center;
    margin: auto;
    padding: 10px 0;
    border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    position: relative;
    margin: 0 0 5px 0;
	background: #e7e7e7;
}
.tab_left > ul > li.selected {
    border: 1px solid #ddd;
    border-right: none;
	border-left: none;
    z-index: 10;
    background-color: #fff !important;
    position: relative;
}
.tab_left > ul {
    float: left;
    width: 50px;
    text-align: left;
    display: block;
    margin: 5px 0;
    padding: 0;
    position: relative;
}
.tab_left > div > div {
    background-color: #fff;
    /*margin-left: 50px;*/
    border-top: 1px solid #ddd;
    padding: 10px;
	/*position: relative;*/
    z-index: 9;
    -moz-border-radius: 20px;
}

.datepicker, .datetimepicker {
	background-image: url("../img/calendar.png");
	background-position: right center;
	background-repeat: no-repeat;
}

/****************************************
	CONTENT MANAGER
*******************************************/
#cm_blocchi .cm_blocco_group{
	height:172px;
}

#cm_blocchi .cm_blocco_group .box .box-header {
	cursor:move;
}

#cm_blocchi .cm_blocco_group .box .cm-blocchi-container {
	display:table;
	width:100%;
	/*padding:5px;*/
}
#cm_blocchi .cm_blocco_group .box .cm-blocchi-container .cm-column {
	padding:5px;
	width:50%;
	display:table-cell;
	vertical-align:middle;
}
#cm_blocchi .cm_blocco_group .box .cm-blocchi-container .cm-column .cm-column-content{
	text-align:center;
	position:relative;
}
#cm_blocchi .cm_blocco_group .box .cm-blocchi-container .cm-column .cm-column-content .editor_cm{
	overflow-y:auto;
	border:1px solid #ddd;
	padding:5px;
	text-align:left;
	height: 100px;
	box-shadow: 0 0 3px #ccc;
}
#cm_blocchi .cm_blocco_group .box .cm-blocchi-container .cm-column .editor_cm_container{
	width: 94%;
	margin-left: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#cm_blocchi .cm_blocco_group .box .cm-blocchi-container .cm-column .editor_cm_container:hover .editor_cm{
	opacity: 0.7;
	background: #efefef;
}
#cm_blocchi .cm_blocco_group .box .cm-blocchi-container .cm-column .editor_cm_container:hover a{
	display:block !important;
}
#cm_blocchi .cm_blocco_group .box .cm-blocchi-container .cm-column .cm-column-content .editor_cm_mod{
	width:100px;
	text-align:center;
	position:absolute;
	top:36%;
	left:37%;
	font-size:12px;
}


.editable-title{
	background: transparent;
	border: 0 !important;
	font-weight: bold;
	text-shadow: 0 1px 0;
	text-shadow: 1px 1px 0px #fff;
	color: #292929;
}
.editable-title:focus{
	border: 0 !important;
	outline: none !important;
	box-shadow: 0 !important;
}



.cm_imglist {
	overflow: hidden;
	margin: 0 0 0 5px;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
}

.cm_imglist ul {
	padding: 0;
}

.cm_imglist > li {
	background: #efefef;
}

.cm_imglist li {
	padding: 0;
	margin: 0;
	width: 80px;
	height: 90px;
	display: block;
	float: left;
	position: relative;
	margin: 5px 10px 10px 5px;
	border: 2px dotted #ccc;
	padding: 1px;
	box-shadow: 0 0 3px #ccc;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
}

.cm_imglist li img {
	width: 80px;
	height: 90px;
}

.cm_imglist li .action_btn_container{
	position:absolute;
	top:2px;
	left:2px;
	display: none;
}

.cm_imglist li:hover .action_btn_container{
	display: block;
}

.cm_imglist li .action_btn_container .action_btn{
	display:table-cell;
	width: 100%;
	height: 100%;
	vertical-align:middle;
	text-align:center;
	width: 80px;
	height: 90px;
}

.cm_imglist li .action_btn_container .action_btn a {
	background-color:#F8F8F8;
 /* Old Browsers */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F8F8F8), to(#E8E8E8));
 /* Webkit Browsers */	background: -moz-linear-gradient(top , #F8F8F8, #E8E8E8);
 /* Mozila Browser */	background: linear-gradient(top , #F8F8F8, #E8E8E8);
 	background: -o-linear-gradient(top , #F8F8F8, #E8E8E8);
	background: -ms-linear-gradient(top , #F8F8F8, #E8E8E8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F8F8F8', EndColorStr='#E8E8E8');
 /* IE Browsers */    border: 1px solid #B0B0B0;
    color: #3A3A3A;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset;
    text-shadow: 0 1px 0 #FFFFFF;
	-moz-border-radius: 3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    border-radius:3px;
    outline: medium none;
	display: block;
    padding: 5px 5px;
	font-size:11px;
	cursor:pointer;
	margin: 2px 5px 2px 5px;
}

.cm_imglist li .action_btn_container .action_btn a:hover {
	background-color:#FAFAFA;
 /* Old Browsers */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), to(#FAFAFA));
 /* Webkit Browsers */	background: -moz-linear-gradient(top , #FFFFFF, #FAFAFA);
 /* Mozila Browser */	background: linear-gradient(top , #FFFFFF, #FAFAFA);
 	background: -o-linear-gradient(top , #FFFFFF, #FAFAFA);
	background: -ms-linear-gradient(top , #FFFFFF, #FAFAFA);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#FAFAFA');
 /* IE Browsers */
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	height: 25px;
}
.chosen-container-multi .chosen-choices {
	border: 1px solid #bebec4;
	background: #FFF;
	box-shadow: none;
	border-radius: 3px;
}
.select2-choices {
	border: 1px solid #bebec4 !important;
	background: #FFF !important;
	box-shadow: none !important;
	border-radius: 3px !important;
	background-image: none !important;
}
.select2-results {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}
.select2-drop {
	color: #5f5f5f !important;
}
.select2-drop-active {
	border: 1px solid #bebec4 !important;
}
span.multi-value {
	position: relative;
	margin: 3px 0 3px 5px;
	padding: 2px 3px;
	border: 1px solid #aaa;
	border-radius: 3px;
	background-color: #e4e4e4;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
	background-image: -webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
	background-image: -moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
	background-image: -o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
	background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
	background-clip: padding-box;
	box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
	color: #333;
	line-height: 13px;
	cursor: default;
	float:left;
	font-size: 12px;
}

/**************************
	FINE CONTENT MANAGER
***************************/

/******************* barra colorata ******************/
#tab{
	background: #ADAFAF; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C9CCCD', endColorstr='#939495'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#C9CCCD), to(#939495)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #C9CCCD,  #939495); /* for firefox 3.6+ */

	background-image:linear-gradient(linear, left top, left bottom, from(#C9CCCD), to(#939495));/* CSS3 */

	-moz-box-shadow: 0px 0px 3px #000; /* Firefox */
	-webkit-box-shadow: 0px 0px 3px #000; /* Safari, Chrome */
	box-shadow: 0px 0px 3px #000; /* CSS3 */
}

#tab li{
	display:inline;
	font-size:11px;
}
#tab li a{
	float:left;
	margin:2px 10px 2px 0;
	padding-left:3px;
	text-decoration:none;
	background-position:0 0;
	background-repeat:no-repeat;
}
#tab li a span{
	display:block;
	float:none;
	line-height:20px;
	padding-right:3px;
	font-size:11px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	background-position:100% 0;
}
#tab li a:hover,
#tab li a:focus,
#tab li a:active{
	color:#fff !important;
	background:none;
}
#tab li a:hover span,
#tab li a:focus span,
#tab li a:active span{
	color:#fff !important;
	background:none;
}

#tab li a:link,
#tab li a:visited{
	color:#000;
	background-position:0 -82px;
	background-repeat:no-repeat;
}
#tab li a:link span,
#tab li a:visited span{
	color:#000;
	background-position:100% -82px;
	background-repeat:no-repeat;
}

#tab a{
	color: #fff;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}
/******************* /barra colorata ******************/
/* PAGINATORE */
.paginatore{
	background: #ADAFAF; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C9CCCD', endColorstr='#939495'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#C9CCCD), to(#939495)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #C9CCCD,  #939495); /* for firefox 3.6+ */

	background-image:linear-gradient(linear, left top, left bottom, from(#C9CCCD), to(#939495));/* CSS3 */

	bottom:0;
	border-top:1px solid #727478;
	font:normal 11px arial, helvetica, sans-serif;
	position:fixed;
	text-align:center;
	width:100%;
	z-index: 9999;
}

.paginatore .button_paginatore{
	background: url(../images/button_gradient.gif) #cccccc repeat-x;
	border:1px solid #cccccc;
	height:23px;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	cursor:pointer;
	padding:0px 5px 0px 5px;
	margin:2px !important;
}

.paginatore .button_paginatore:hover{
	background: #e0e0e0;
	border:1px solid #cccccc;
	height:23px;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	cursor:pointer;
	padding:0px 5px 0px 5px;
}
/* END PAGINATORE */
/*BOTTONI GRIGIO CHIARO*/
a.button_link{
	font-size:11px;
	display: inline-block;
	padding:3px 6px;
	font-weight:bold;
	color:#ffffff !important;

	border-radius:12px;

	text-shadow:0px -1px 0px #666;
	box-shadow:0px 1px 0px #666;

	background: #aaaaaa; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#BAC1C4), to(#8D9196)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #BAC1C4,  #8D9196); /* for firefox 3.6+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BAC1C4', endColorstr='#8D9196'); /* for IE8 */

	background-image:linear-gradient(linear, left top, left bottom, from(#BAC1C4), to(#8D9196));/* CSS3 */
}
a.button_link:active,
a.button_link_sel{
	font-size:11px;
	display:inline-block;
	padding:3px 6px;
	margin-bottom:2px;
	font-weight:bold;
	color:#ffffff !important;

	border-radius:12px;

	text-shadow:0px 1px 0px #666;
	box-shadow:0px -1px 0px #666;

	background: #BAC1C4; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8D9196', endColorstr='#BAC1C4'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#8D9196), to(#BAC1C4)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #8D9196,  #BAC1C4); /* for firefox 3.6+ */

	background-image:linear-gradient(linear, left top, left bottom, from(#8D9196), to(#BAC1C4));/* CSS3 */
}

/*BOTTONI GRIGIO SCURO*/
a.dark_button_link{
	background:transparent url(../images/dark_button_lft.png) no-repeat scroll right top;
	color:#fff;
	display:block;
	float:left;
	padding-right:9px;
	text-decoration:none;
	margin-right:8px;

}
a.dark_button_link strong {
	background:transparent url(../images/dark_button_rgt.png) no-repeat scroll left top;
	color:#fff;
	display:block;
	line-height:24px;
	padding-left:9px;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	margin-left:-4px;
	cursor: pointer;
}


a.dark_button_link:active{
	background:transparent url(../images/dark_button_lft_hover.png) no-repeat scroll right top;
	color:#fff;
	display:block;
	float:left;
	padding-right:9px;
	text-decoration:none;
	margin-right:8px;
}
a.dark_button_link strong:active {
	background:transparent url(../images/dark_button_rgt_hover.png) no-repeat scroll left top;
	color:#fff;
	display:block;
	line-height:24px;
	padding-left:9px;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	margin-left:-4px;
}
/* BOTTONI LINGUE */
a.spanbutton {
    background: transparent url('../images/bg_button_span.gif') no-repeat scroll top right;
    color: #646464;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 30px;
	margin-left: 0px;
    margin-right: 10px;
    padding-right: 5px; /* sliding doors padding */
    text-decoration: none;
	border:1px solid #CCC;
}
a.spanbutton span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 20px;
    padding: 4px 0 1px 5px;
	font-weight:bold;
	color: #646464;
}
a.spanbutton.selezionata {
    background-position: bottom right;
    color: #333;
    outline: none; /* hide dotted outline in Firefox */
	border:1px solid #AAAAAA;
}
a.spanbutton.selezionata span {
    background-position: bottom left;
    padding: 5px 0 0px 5px; /* push text down 1px */
}

a.spanbuttonhover {
    background: transparent url('../images/bg_button_span.gif') no-repeat scroll top right;
    color: #646464;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 34px;
	margin-left: 0px;
    margin-right: 10px;
    padding-right: 5px; /* sliding doors padding */
    text-decoration: none;
	border:1px solid #CCC;
}
a.spanbuttonhover span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 22px;
    padding: 5px 0 5px 5px;
	font-weight:bold;
	color: #646464;
}
a.spanbuttonhover:active {
    background-position: bottom right;
    color: #333;
    outline: none; /* hide dotted outline in Firefox */
	border:1px solid #AAAAAA;
}
a.spanbuttonhover:active span {
    background-position: bottom left;
    padding: 6px 0 4px 5px; /* push text down 1px */
}

/*#cboxOverlay{background:#FFF !important;}*/

#cboxContent .form-row, #import-table .form-row {
	padding: 10px;
}

ul {
	list-style: none;
	list-style-position: inside;
}

ul.circle {
	list-style: disc;
	list-style-position: inside;
}
i.icon-hidden {
	display:none !important;
}

.dataTables_wrapper .tableLang {
	float: right;
	margin: 10px 0 0 10px;
	color: #878787;
}

.dataTables_wrapper .tableLang select{
	width: 250px;
}

.dataTables_wrapper .tableActions{
	float: left;
	margin-top: 10px;
}

.dataTables_wrapper.table-margin .tableActions{
	margin-left: -35px;
}

.dataTables_wrapper pre {
	margin: 6px 0;
}


.clearfix:after {
	display: table;
	clear: both;
}

ul.language-switcher > li {
	cursor: pointer;
    width: 50px;
    list-style-type: none;
    display: none;
    text-align: center;
    margin: auto;
    padding: 10px 0;
    border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    position: relative;
    margin: 0 0 5px 0;
	background: #e7e7e7;
}
/*
ul.language-switcher > li:first-child {
	border-top: none !important;
}
*/
ul.language-switcher > li.selected {
    border: 1px solid #ddd;
    border-right: none;
	border-left: none;
    z-index: 10;
    background-color: #fff !important;
    position: relative;
}
ul.language-switcher > li.ui-draggable-dragging {
	background: none !important;
	border: none !important;
	text-align: left;
}
ul.language-switcher > li.ui-draggable-dragging img{
	margin-left: 4px;
	}
ul.language-switcher > li.added {
	display:block;
}
ul.language-switcher.add-language > li:not(.added) {
	display:block;
	opacity: 0.5;
}
ul.language-switcher {
    float: left;
    width: 50px;
    text-align: left;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    background-color: #f7f9fa;
}

.action-list ul.language-switcher {
	position: relative;
	margin-top: 48px;
}

.wiz_page ul.language-switcher li:first-of-type{
	border-top: none;
}

.wiz_page ul.language-switcher{
	margin-top: auto;
}

.wiz_page{
	background-color: #fff;
}

.dataTables_wrapper{
	clear: none;
}

.dataTables_wrapper.table-margin{
	margin-left: 51px;
}

.dataTables_wrapper .tablePars,
table.dataTable,
.dataTables_wrapper .tableFooter,
.dataTables_wrapper .dataTables_info{
	clear: none;
}

.dataTables_wrapper.table-margin .tablePars{
	margin-left: -50px;
}

.nowrap {
	white-space: nowrap;
}

.progress-label {
    position: absolute;
    left: 50%;
    line-height: 30px;
    text-shadow: 1px 1px 0 #fff;
  }

#cboxLoadedContent {
	margin-bottom: 0 !important;
}

.copy-language-active {
	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(124, 213, 112, 0.5);
	-moz-box-shadow: inset 0px 0px 15px 0px rgba(124, 213, 112, 0.5);
	box-shadow: inset 0px 0px 15px 0px rgba(124, 213, 112, 0.5);
}

.copy-language-hover {
	-webkit-box-shadow: inset 0px 0px 30px 0px rgba(124, 213, 112, 0.8);
	-moz-box-shadow: inset 0px 0px 30px 0px rgba(124, 213, 112, 0.8);
	box-shadow: inset 0px 0px 30px 0px rgba(124, 213, 112, 0.8);
}

/*.wizard.sidebar {
	width:35%;
	float:left;
	box-sizing:border-box;
	padding-left: 10px;
}*/
.wizard.sidebar .form-row {
	padding: 5px;
}
.wizard.sidebar .form-right-col {
	margin-left: 20%;
}
.wizard.sidebar .form-row label strong {
	width: 18%;
	min-width: inherit;
	margin-right: 10px;
	padding: 0px;
}
.dataTables_wrapper #grid-view {
	display: table;
	clear: both;
}
.dataTables_wrapper #grid-view li {
	margin: 10px;
	border: 1px solid #DDD;
	padding: 10px;
	float: left;
	width: 200px;
	height: 200px;
	overflow: hidden;
}

.dataTables_wrapper #grid-view li img {
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#select-media-options .form-right-col {
	margin-left: 150px;
}

.cms-sidebar .form-row label strong {
	color: #5f5f5f;
	width: auto;
	min-width: 0;
	float: none;
	display: block;
}

.cms-sidebar .form-right-col {
	margin: 0;
}

.permalink-value {
	background-color: #fcf8e3;
	color: inherit !important;
	cursor: pointer;
}

.permalink-not-translated {
	background-color: #f2dede;
	color: inherit !important;
}

.permalink-translated {
	background-color: #dff0d8;
	color: inherit !important;
}

ul.gallery-items > li.gallery-item:first-child {
	border-top: none;
}
ul.gallery-items > li.gallery-item {
	border-top: 1px solid #ddd;
	padding:10px;
	background: #FFF;
}
ul.gallery-items > li.gallery-item div.thumbnail {
	padding: 10px;
	width: 29%;
	text-align: center;
	float:left;
	box-sizing: border-box;
}
ul.gallery-items .background-contain {
	background-size: contain;
}
ul.gallery-items > li.gallery-item div.thumbnail a.view-media {
	width: 100%;
	height: 140px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #ddd;
	display: block;
}
ul.gallery-items > li.gallery-item div.thumbnail a.delete-media {
	margin-top: 10px;
}
ul.gallery-items > li.gallery-item div.gallery-fields {
	margin-left: 30%;
	box-sizing: border-box;
}
ul.gallery-items > li.gallery-item.ordering {
	display: inline-block;
	width:200px;
	height:200px;
	border-top: none;
	cursor: move;
}
ul.gallery-items > li.gallery-item.ordering div.gallery-item-list {
	display:none;
}
ul.gallery-items > li.gallery-item.ordering div.gallery-item-grid {
	display: block;
}
ul.gallery-items > li.gallery-item div.gallery-item-grid {
	display: none;
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #ddd;
}
.menu-items li a.menu-inactive {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/**************************
	JS TREE
***************************/

.jstree-default .jstree-wholerow.jstree-wholerow-clicked{
	background: #DB006E;
  background: -webkit-linear-gradient(top, #ffc6f7 0, #feb4f6 100%);
  background: linear-gradient(to bottom, #ffc6f7 0, #feb4f6 100%);
}

.jstree-default .jstree-wholerow-hovered,
.jstree-default .jstree-hovered,
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered  {
	background: #fae8fc;
}

.jstree-default>.jstree-no-dots .jstree-open>.jstree-anchor{
	font-weight: bold;
}


/**************************
	MEDIA UPLOADER
***************************/

#uploader #files-list:empty {
	/*border: 4px dashed #CCC !important;*/
	/*margin: 10px;*/
	padding: 10px;
	min-height: 94px;
}

#uploader #files-list:empty::before {
	content: 'Click "add files" to start uploading...';
	color: #666666;
	font-size: 13px;
	display: table;
	margin: 42px auto 0;
	font-style: italic;
}

#uploader .form-row label strong{
	display: block;
	float: none;
  width: 100%;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 6px;
}

#uploader .form-right-col {
	margin: 0;
}

#uploader .ui-progressbar {
	height: 1.5em
}

#uploader .progress-label {
	line-height: 22px;
	transform: translateX(-100%);
}

#uploader .ui-corner-all {
	-moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#uploader .file-status {
	font-style: italic;
}

#uploader #files-list .form-row {
	padding: 15px 30px 0px 30px;
}

#uploader #files-list .form-row.uploadcompleted .file-icon {
	color: #00B806;
}
#uploader #files-list .form-row.uploadfailed .file-icon {
	color: #c00;
}

div.wkp-media-element-image-loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.6);
	text-align:center;
}

div.wkp-media-element-image-wrapper	{
	width:100%;
	box-sizing:border-box;
	text-align:center;
	vertical-align:middle;
	position:relative;
}

div.wkp-media-element-empty-wrapper {
	width:100%;
	box-sizing:border-box;
	text-align:center;
	vertical-align:middle;
	position:relative;
	background-image: url(../js/ckeditor/plugins/mediaelement/images/media-element.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height:250px;
	opacity: 0.7
}

div.wkp-media-element-video-wrapper	{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

div.wkp-media-element-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


div.wkp-media-element-slideshow-items-container {
	max-width: 775px;
	overflow-x:auto;
}

div.wkp-media-element-slideshow-items-container > div {
	border: 1px solid #CCC;
	padding: 4px;
	display: inline-block;
	height: 140px;
	box-sizing: border-box;
	margin-right: 10px;
	text-align: center;
}

div.wkp-media-element-slideshow-items-container div.wkp-cks-slideshow-item-controls	{
	text-align: center;
}

div.wkp-media-element-slideshow-items-container div.wkp-cks-slideshow-item-controls > a:first-child	{
	float:left;
}

div.wkp-media-element-slideshow-items-container div.wkp-cks-slideshow-item-controls > a:last-child {
	float:right;
}

div.wkp-media-element-slideshow-items-container > div > img,
div.wkp-media-element-slideshow-items-container > div > a > img	{
	height: 100px;
}

.tableScroll {
	display: block;
	overflow-x: auto;
}

#export-table.dataTable tbody td {
	white-space: nowrap;
}

#import-conditions .condition {
	margin-bottom: 10px;
}

#import-conditions .condition:last-child {
	margin-bottom: 0;
}
