html,
body,
.ui-widget{
	font-family:Arial, Helvetica, sans-serif;
}
html,body{
	font-size: 12px;
	padding:0;
	margin:0;
	height:100%;
	color:#333;
	background:#b5b5b5;
}

table {
	position:relative;
}

.selectable {
	white-space:nowrap;
}

.greeninput {
	background-color: #bcffbc !important;
}

.redinput {
	background-color: #ff5f5f !important;
}

span.darker {
	background-color: rgba(0,0,0,0.1);
	margin-right: 5px;
}

.black-text {
	color:#333 !important
}

.header-text {
	font-size:25px;
	color:#333 !important;
}

.bulk-header {
	padding:10px;
	margin-bottom:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#fff;
	width:auto;
	clear:both;
	border: 1px solid #ddd;
}

.loader {
	position:absolute;
	background: rgba(0, 0, 0, 0.5);
	z-index:10000000;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align:center;
}

.loader .loadertext {
	display: block;
	text-align:center;
	vertical-align: middle;
	padding-left:50%;
	color:white;
	font-size:20px;
}

.width-100 {
	width: 100px !important;
	max-width: 100px !important;
}

.width-110 {
	width: 110px !important;
	max-width: 110px !important;
}

.width-50 {
	width: 50px !important;
	max-width: 50px !important;
}

.width-30 {
	width: 30px !important;
	max-width: 30px !important;
}

.width-160 {
	width: 160px !important;
	max-width: 160px !important;
}

.text-right {
	text-align:right;
}

.button-th {
	display:inline-block;
	font-size:12px !important;
	line-height:18px !important;
	margin:3px 1px 4px !important;
	min-width:26px !important;
	padding:2px 4px !important;
	-moz-border-radius:2px !important;
	-webkit-border-radius:2px !important;
	border-radius:2px !important;
}

.iframe-body{
	background:#f6f6f6	
}
.iframe-content{
	background:#f6f6f6;
	padding:10px;	
}
li{
    -webkit-user-select: none; 
}
.li-title{
	background-color: #c9c9c9;
	padding:5px;
	font-weight:bold;
	height:14px;
	line-height:14px;
}

#wrap{
	border:1px solid #9e9e9e;
	margin: 0 5px 0 5px;
}
#wrapper{
	min-width:600px;
	height: auto !important;
	height: 100%;
}
#header{
	height:47px;
	background-color:#333;
	background:url('../images/toolbar/toolbar-bg.gif') repeat-x top;
}
#content_wrap:after,
.theme_content:after,
.after:after{
	content:'.';
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}
#container{
	display: table;
	width: 100%;
	clear:both;
	position:relative;
	background-color: #646464 ;
	background-image: url('../../includes/images/imod-bg.png'),  url('../images/css/linen.png');
	background-repeat: no-repeat, repeat;
	background-position:center, top;
}
#container-spacer{
	display: table-cell;
	min-height: 15px;
	width: 10px!important;	
}
#content_wrap{
	background:#f6f6f6;
	border:1px solid #555;
	min-height:650px;
	height: 100%;
}
#content-table{
	display:table-cell;
	vertical-align:top;
	padding:15px;
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.4);
    box-shadow: inset 0 0 10px rgba(0,0,0,0.4);
}
#left-bar{
	display: table-cell;
	border-right:1px solid #494949;
	background:#dedede;
	min-width:10px;
	width:310px;
	min-height:200px;
	height:100%;
	overflow:hidden;
}
#left-bar-inner{
	position:relative;
}
#bar-mini{
	height:10px;
	position:absolute;
	top:0;
	right:0;
	left:0;
	background: url('../images/css/bar-content-bg.png');
}
#bar-mini div{
	float:right;
	background-image: url('../images/css/mini-arrow.png');
	background-repeat: no-repeat;
	width:10px;
	height:10px	
}
#bar-mini.collapse div{
	background-position: center 0	
}
#bar-mini.expand div{
	background-position: center -10px
}
#bar-mini:hover{
	cursor:pointer;
	background-color:#B9B9B9
}
#bar-content{
	overflow:auto;
	height:auto;
	padding: 20px 10px 10px 10px
}
.side-list{
	list-style:none;
	background:#f6f6f6	
}
.side-list ul li{
	list-style:none;
	padding: 0 0 0 20px
}
.side-list li{
	padding:1px 5px;
	margin: 0 0 1px 0;
	position:relative;
}
.side-list li a.edit{
	color:#333;
	display:block;
	line-height:28px;
	padding: 0 0 0 30px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px
}
#side-list-posts li a.edit{
	background-image: url('../images/icons/newspaper.png');
	background-repeat:no-repeat;
	background-position: 5px 4px;
}
#side-list-posts li.post-concept a.edit{
	background-image: url('../images/icons/newspaper_delete.png');
}
#side-list-posts li.post-scheduled a.edit{
	background-image: url('../images/icons/newspaper_scheduled.png');
}
#side-list-pages li a.edit{
	background-repeat:no-repeat;
	background-position: 5px 4px;
}
#side-list-pages li.page-published a.edit{
	background-image: url('../images/icons/page.png');
}
#side-list-pages li.page-concept a.edit{
	background-image: url('../images/icons/page_delete.png');
}
#side-list-pages li.page-scheduled a.edit{
	background-image: url('../images/icons/page_scheduled.png');
}
.side-list li > a.edit:hover,
.side-list li > a.edit.active{
	background-color:#DFDFDF
}
#side-list-pages li.homepage > a.page_edit{
	background-image: url('../images/icons/house.png');
}
#side-list-pages li.postpage > a.page_edit{
	background-image: url('../images/icons/newspaper.png');
}
#side-list-pages li.haschild a{
	background-image: url('../images/icons/page_go.png');
}
.side-list-delete{
	display:none;
	position:absolute;
	right:5px;
	top:4px	
}
#content{
	position:relative;
	min-height:500px;
	padding:10px;
}
.content-popup{
	background:#F6F6F6	
}
#footer{
	height:85px;	
	bottom:0;
	padding:5px 0 0 0;
	position:relative;
	color:#333;
	text-align:center;
	font-size:12px;
}
#bottomPanel{
	color:#333;
	background:#8b8b8b;
	height:24px;
	width:100%;
	border-top:1px solid #494949;
}
#bottomPanel #panelTop{
	height:24px;
	width:97px;
	float:left;
	text-align:center;
	font-weight:bold;
	border-right:1px solid #494949;
	background:#b9b9b9;		
}

#panelTop a{
display:block;
height:24px;
width:97px;
color:#333;
line-height:24px;	
}
#panelTop a:hover{
background:#dedede;	
}
#bottomPanel #panelVisit{
height:19px;
width:97px;
padding:6px 0 0 0;
float:left;
text-align:center;
font-weight:bold;
border-right:1px solid #494949;
background:#dedede;	
}
#bottomUser{
padding:6px 5px 3px 5px;
background:#dedede;
border-top:1px solid #494949;
min-height:28px;
}
#bottomUser table{
width:100%;	
}
#bottomUser table tr{
background:#fff	
}
#bottomUser table tr td{
	width:30%;
padding:5px
}
/* dock2 */
#bottomDock{
	bottom:0;
	width:100%;
	position: fixed;
	z-index:90;
}
#dock {
	position:relative;
	width: 100%;
	height:65px;
	background: url(../images/dock/dock-bg.png) bottom;
}
.dock-container {
	position:fixed;
	height: 65px;
	padding-left: 20px;
}
a.dock-item {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}

.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
/* TEXT FORMAT */
small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

/*tables*/
.table > thead,
.table > tbody > tr > th,
.table > tfoot > tr > th {
	text-align: left;
	color:#333;
}
.table-header,
.table-advanced > thead > tr > th,
.table-advanced > thead > tr > td,
.table-advanced > tfoot > tr > th,
.table-advanced > tfoot > tr > td {
	height:36px;
	font-weight:700;
	font-size:12px;
	line-height:30px;
	padding: 0 10px;
	text-align:left;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
	background: #c8c8c8; /* Old browsers */
	background: -moz-linear-gradient(top,  #c8c8c8 0%, #b7b7b7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8c8c8), color-stop(100%,#b7b7b7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c8c8c8 0%,#b7b7b7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c8c8c8 0%,#b7b7b7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c8c8c8 0%,#b7b7b7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c8c8c8 0%,#b7b7b7 100%); /* W3C */
	color:#333;
	border: 1px solid #9d9d9d;
	-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.45);
	-moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.45);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.table-simple thead th,
.table-simple tfoot th{
	border-bottom:1px solid #9e9e9e;
}
.table th{
	padding:5px;
	height:20px;
}
.table.two-col > tbody > tr > td,
.table.two-col > tr > th{
	width:50%	
}
.table td,
.table img{
	vertical-align:middle;
}
.table td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	height:30px;
	padding:10px;
	vertical-align:top	
}
.table-media-info td{
	height:auto	
}
.table{
	border-spacing:0;
	width:100%;
	border-collapse:collapse
}
.table-simple{
}
.simple-table td{
	border-bottom:1px solid #eee;
}
.simple-table tr:last-child td{
	border:none;	
}
.table-advanced{
	border:1px solid #9e9e9e;
	width:100%;
	background:#fff;
	clear:both;
}
.table-normal{
	border:1px solid #9e9e9e;
	border-collapse:separate	
}
.table-title td,
.table-title th{
	background-color: #dcdcdc!important;
	border-bottom:1px solid #9e9e9e;
	height:16px;
	line-height:16px;
	font-weight:bold;
}
.table-advanced.zebra > tbody > tr > td{
	border-left: 1px dotted #cfcfcf;
}

#tabs .table-advanced,
.tabs .table-advanced{
	border:0;
	margin:0;
}
#tabs .table-advanced th,
.tabs .table-advanced th{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border:none
}
.tdIcon{
	width:25px;	
}
.sort tr.odd:hover > td,
.sort tr.even:hover > td{
	background:#ebebeb!important
}
#editor table tr td,
#editor_small table tr td{
	min-width:0;
	padding:0
}
/*Table statuses*/
.table .even > td{
	background-color: #FFFFFF;
	border-top:1px solid #dfdfdf;
}
.table.vertical-align td,
.table.vertical-align img{
	padding-bottom:0;
	vertical-align:bottom	
}
.table td.status_bar{
	min-width:320px	
}
.table.zebra > tbody > tr:nth-child(odd) > td,
.table tbody tr.odd > td{
	background-color: #f9f9f9;
	border-top:1px solid #dfdfdf;
}
.table.zebra > tbody > tr:nth-child(even) > td,
.table tbody tr.even > td{
	background-color: #ffffff;
	border-top:1px solid #dfdfdf;
}
.table .statusMod{
	background-color: #FFC;	
}
.table .statusSpam{
	background-color: #eca18f;
}	
.table tbody tr.success > td {
  background-color: #dff0d8;
}

.table tbody tr.error > td {
  background-color: #f2dede;
}

.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

.table tbody tr.info > td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

/*overlay*/
.overlayBG{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	z-index: 200;	
	top: 0;
	bottom:0;
	left: 0;
	width:100%;
	height:100%;
}
.overlayLoad{
	height:32px;
	width:32px;
	z-index: 201;		
}
#overlay,
#overlayLoad{
	position:fixed;
}
#element_overlay,
#element_overlayLoad{
	position:absolute;	
}
/*general*/
#content-title{
	height:60px;
	position:relative;
	border-bottom:1px solid #494949;
	padding:0 0 0 15px;
}
#TB_title,
#content-title,
.ui-dialog .ui-dialog-titlebar,
.imod .mceTop,
.imod .mceTop div{
	background: #1d78b7; /* Old browsers */
	background: -moz-linear-gradient(top,  #1d78b7 0%, #0d65a3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d78b7), color-stop(100%,#0d65a3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1d78b7 0%,#0d65a3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1d78b7 0%,#0d65a3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1d78b7 0%,#0d65a3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1d78b7 0%,#0d65a3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d78b7', endColorstr='#0d65a3',GradientType=0 ); /* IE6-9 */
}
h1{
	display:inline;
	text-shadow:0 1px 0 rgba(7, 37, 58, 0.6);
	margin:0;
	font-size:24px;
	letter-spacing:0.2px;
	line-height:60px;
	color:#fff;
	font-weight:500;

}
.green{
	color:#093
}
.orange{
	color:#F90	
}
.red{
	color:#F00	
}
.deleteicon{background: url(../images/icons/bin.png) no-repeat left center;padding: 0 0 0 20px}
.databaseicon{background: url(../images/icons/database.png) no-repeat left center;padding: 0 0 0 20px}
.imageicon{background: url(../images/icons/picture_go.png) no-repeat left center;padding: 0 0 0 20px}
p.small{
font-size:10px;
color:#666;
display:inline;
}
h2{
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
	color:#333;
	padding: 5px 0
}
h3{
font-size:14px;
color:#333;
border-bottom:1px solid #9e9e9e;
}
h3 a{
color:#333	
}
li.child{
border-top:1px solid #efefef;
padding:2px;
}
#content h3.tab{
height:10px;
padding:5px 5px 10px 0;
border-bottom:none;
}
iframe{
border:none;
width:100%;height:100%;
}
.iframe iframe{
min-height:700px;
}
.iframe{
	width:100%;height:100%;
	min-height:700px;
	border:1px solid #9e9e9e;
}
a,img{
text-decoration:none;
border:none;
}
a{
	outline:none;
	color:#136caa;
}
a.disabled{
	color:#999	
}
table td a:hover{text-decoration:underline}
a img:hover{
	text-decoration:none	
}
small{
	color:#999	
}
ul li.blue{
	list-style:none;
	color:#1c69d2;
	padding:2px 0 2px 10px;
}
/* PAGE */
#friendlyurl{
	width:200px;
	background: transparent;
	border:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
	padding:0;
	margin:0
}
#friendlyurl-row{
	display:none	
}
#page-image-preview{
	padding: 0 0 10px 0	
}

/*Forms*/
.input,
.file,
select,
textarea,
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week]{
	width:100%;
	max-width:400px;
	box-sizing:border-box;
	background:#f2f2f2;
	border:1px solid #9e9e9e;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
	height:30px;
	line-height:18px;
	padding:0 5px;
	font-size:12px!important;
	font-family: Helvetica, Verdana, Arial, sans-serif!important;
	color:#454545
}
input:-webkit-autofill{
	background-color:#f2f2f2!important	
}
input:disabled,
select:disabled{
	color: #999!important;	
}
textarea {
	padding-top:6px;
	background:#f2f2f2;
	resize: vertical;
	min-height:60px	
}
input.hidden-field{
	background: transparent;
	border:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
	margin:0	
}
.ui-autocomplete-input{
	border:none!important;
	height:auto!important;
	background:none!important
}
input[type=search]{
	-webkit-appearance: textfield;
	width:150px;
	height:28px
}
input:focus,
textarea:focus,
select:focus{
	outline:none;
	-moz-box-shadow: 0 0 4px #89B5F3;
	-webkit-box-shadow:  0 0 4px #89B5F3;
	box-shadow: 0 0 4px #89B5F3;	
}
input[type=text]:hover,
input[type=password]:hover,
select:hover{
	background: #dedede	
}
.inputsmall{
	max-width:75px!important
}
.inputhalf{
	max-width:150px	!important
}
.inputbig{
	max-width:none!important	
}
.input_fail{
	background: #ffdddd!important;
	border:1px solid #D35757!important	
}
select{
	height:30px!important;
	padding: 5px;
	
}
option{
	height:30px	
}
li.category-child input {
    margin-left: 20px;
    
}
li.category-child span {
    padding-left: 10px;
}

select.multiple{
	height:75px	
}
input[type=text].colorpicker,
input[type=text].inputImage{
width:100px;
}
.inputAlt{
	padding:20px 0 0 0;
	display:none;
	position:absolute;
	z-index:20;
}
.editAlt img{
	margin:5px;	
}

fieldset{
	border:none;	
}

#editor_small textarea{width:400px}

/* INPUT APPEND/PREPEND*/
.input-append,
.input-prepend {
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  width:100%
}
.optionBanner .input-append,
.optionBanner .input-prepend{
	width:auto;	
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  font-size: 12px!important;
  font-weight:normal;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}
.input-append select,
.input-prepend select{
	-webkit-appearance: none;
}	

.input-append input[type="button"],
.input-prepend input[type="button"]{
	margin:0	
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  margin:0;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #dedede;
  border: 1px solid #9e9e9e;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px!important;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
	-webkit-appearance: none;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}


#editor textarea{
	max-width:100%	
}
textarea.mceEditorTA{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border:none
}
textarea.mceEditorTA:focus{
	outline:none;
}
#button,.page-list:hover{
cursor:pointer;	
}

/* align*/
.center{
text-align:center;	
}
.leftBanner{
float:left;
}
.spacerHolder{
width:10px;	
display:block
}
.leftHolder{
width:50%;
vertical-align:top
}

.rightHolder{
width:50%;
margin-left:20px;
vertical-align:top
}
.left{
width:400px;
float:left;
text-align:left;
color:fff;
padding:8px 6px 6px 6px;
font-size:24px;
font-weight:600;
}
.right{
background:#313131;
max-width:350px;
float:right;
text-align:right;
color:#fff;
padding:4px;
margin:13px 10px 10px 10px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
}
.right a,.left a{
color:white
}
.divTable{display:table;width:100%}

#alignLeft,#alignRight{
	display:table-cell;

}
.tableSpacer{min-height:10px;width:10px!important;}

/*Other*/
#gmap{
width:100%;
height:500px;
border:1px solid #9e9e9e;	
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}
#thumbbox,#imagebox{
background:#fff;
padding:10px;
float:left;
margin:0 15px 15px 0;
border:1px solid #ccc;
}
.comment_count{
	background: url('../images/css/comment_count.png');
	display:block;
	line-height:18px;
	text-align:center;
	width:25px;
	height:22px	
}
/*buttons*/
.btn,
.submit,
button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
	outline:none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:13px;
	background-color: #c8c8c8; /* Old browsers */
	*background-color: #bababa;
	background-image: -moz-linear-gradient(top,  #c8c8c8 0%, #bababa 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8c8c8), color-stop(100%,#bababa)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top,  #c8c8c8 0%,#bababa 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top,  #c8c8c8 0%,#bababa 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top,  #c8c8c8 0%,#bababa 100%); /* IE10+ */
	background-image: linear-gradient(to bottom,  #c8c8c8 0%,#bababa 100%); /* W3C */
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#bababa',GradientType=0 ); /* IE6-9 */
	border:1px solid #9e9e9e;
	border-bottom-color: #aeaeae;
	cursor:pointer;
	min-width:90px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	height:30px;
	line-height:30px;
	padding: 0 10px;
	margin:0;
	color:#333;
	display:inline-block;
	*display: inline;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	vertical-align:middle;
	text-align:center;
	position:relative;
}
div.btn{
	min-width:inherit;
	height:28px;
	line-height:28px
}
.btn a{
	display:block;
	color:#333;
}
.btn-right{
	float:right
}
.btn .no-filestyle{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translate(-300px, 0) scale(4);
	font-size: 23px;
	direction: ltr;
	cursor: pointer;	
}
.btn-small{
	min-width:18px!important;
	height:18px!important;
	width:18px;
	padding:4px;
	float:left;
	margin: 0 5px 0 0	
}
.btn:hover,
.submit:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover{
	color:#333;
	background-color: #bababa; /* Old browsers */
	*background-color: #c8c8c8;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}


.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary,
input[type="submit"].btn-primary{
	color:#fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	border:1px solid #0c5589;
	background-color: #1d78b7; /* Old browsers */
	*background-color: #0e66a4;
	background-image: -moz-linear-gradient(top,  #1d78b7 0%, #0e66a4 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d78b7), color-stop(100%,#0e66a4)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top,  #1d78b7 0%,#0e66a4 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top,  #1d78b7 0%,#0e66a4 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top,  #1d78b7 0%,#0e66a4 100%); /* IE10+ */
	background-image: linear-gradient(to bottom,  #1d78b7 0%,#0e66a4 100%); /* W3C */
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d78b7', endColorstr='#0e66a4',GradientType=0 ); /* IE6-9 */
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
input[type="submit"].btn-primary:hover{
  color: #ffffff;
  background-color: #0e66a4;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

.btn-icon{
	background-repeat:no-repeat;
	background-position: left center;
	padding: 0 0 0 26px;
}
.btn-icon-image{
	background-image: url('../images/icons/picture_add.png')	
}
.btn-icon-add{
	background-image: url('../images/icons/add.png')
}
.btn-icon-add-link{
	background-image: url('../images/icons/link_add.png')
}
.btn-icon-add-redirect{
	background-image: url('../images/icons/redirect_add.png')
}
.btn-icon-save{
	background-image: url('../images/icons/disk.png')
}
.btn-icon-copy{
	background-image: url('../images/icons/page_copy.png')
}
.btn-icon-reset{
	background-image: url('../images/icons/arrow_rotate_anticlockwise.png');	
}
.btn-icon-preview{
	background-image: url('../images/icons/application_view_detail.png')
}
.btn-icon-view{
	background-image: url('../images/icons/page_go.png')
}
.btn-icon-delete{
	background-image: url('../images/icons/cancel.png')
}
.btn-icon-user-add{
	background-image: url('../images/icons/user_add.png');	
}
.submit:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.btn:active,
.btn.active{
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
}
.optionBanner .btn{
	margin: 0 5px 0 0	
}
.optionBanner .btn-right{
	margin: 0 0 0 5px;
}

@-webkit-keyframes greenflash {
	0% {
		background-color: lime;
	}

	100% {
		background-color:initial;
	}
}

@keyframes greenflash {
	0% {
		background-color: lime;
	}

	100% {
		background-color:initial;
	}
}

.greenflash > td {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: greenflash;
	animation-name: greenflash;
}

/*messages*/
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		display:none !important;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		display:none !important;
	}
}

div.notification {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100000;
}

.notification {
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.error,
.message{
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	padding:10px 10px 10px 30px;
	margin-bottom:10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-position: 7px center;
	background-repeat:no-repeat;
	position:relative;
}
.error span.close,
.message span.close{
	display:block;
	width:9px;
	height:9px;
	background: url('../images/css/close.png');
	position:absolute;
	right:8px;
	top:13px	
}
.message span.close:hover{
	cursor:pointer	
}
.message_succes{
	background-image:url(../images/icons/accept.png);
	border:1px solid #78a172;
	background-color:#9dd396;
	color:#468847
}
.error-warning,
.error-fatale-error,
.message_fail{
	background-image:url(../images/icons/delete.png);
	border:1px solid #ba8072;
	background-color:#eca18f;
	color:#b94a48
}
.error-notice,
.message_info{
	background-image:url(../images/icons/information.png);
	border:1px solid #668fad;
	background-color:#85b9e1;
	color:#3a87ad
}
.error-strict-error,
.message_notify{
	background-image:url(../images/icons/error.png);
	border:1px solid #f1cc1d;
	background-color:#faefb8;
	color:#c09853
}
/* LABELS & BADGES */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

.label:empty,
.badge:empty {
  display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}


@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #dddddd);
  background-image: -o-linear-gradient(top, #f5f5f5, #dddddd);
  background-image: linear-gradient(to bottom, #f5f5f5, #dddddd);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffdddddd', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.table .progress{
	margin:0;
}
.progress-vertical{
	position:relative;
	width:20px;
	overflow:visible;
	margin: 20px 0 0 0;	
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #3e9ac4; /* Old browsers */
  background-image: -moz-linear-gradient(top,  #3e9ac4 1%, #0e66a4 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#3e9ac4), color-stop(100%,#0e66a4)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top,  #3e9ac4 1%,#0e66a4 100%); /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top,  #3e9ac4 1%,#0e66a4 100%); /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top,  #3e9ac4 1%,#0e66a4 100%); /* IE10+ */
  background-image: linear-gradient(to bottom,  #3e9ac4 1%,#0e66a4 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e9ac4', endColorstr='#0e66a4',GradientType=0 ); /* IE6-9 */
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.progress-vertical .bar{
	height:auto;
	width:20px;	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
       -o-background-size: 40px 40px;
          background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.radial{
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.65) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.65)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.65) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.65) 0%,rgba(255,255,255,0) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.65) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,0.65) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
}
.blur{
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);	
}
.hoverBtnParent{
	position:relative;	
}
.hover_button{
	display:none;
	position:absolute;
}
.hover_button a{
	display:block;
	height:20px;
	background-position: center center;
	padding: 0;
}
.hoverBtnEdit{
	left:10px;
	top:10px;
}
.hoverBtnDelete{
	left: 41px;
	top:10px
}
.hoverBtnDelete a{
	background-image: url('../images/icons/picture_delete.png')
}
.hoverBtnEdit a{
	background-image: url('../images/icons/picture_edit.png')
}
#friendlyurlBanner{
	background:#fff;
	padding: 10px;
	border: 1px solid #9e9e9e;	
}
.optionBanner{
	padding:10px;
	margin-bottom:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#fff;
	height:30px;
	width:auto;
	clear:both;
	border: 1px solid #ddd;
}
.optionBanner form{
	display: inline-block;
}
.optionBanner input[type="text"]{
	max-width:200px	
}
.optionText{
	float:left;
	padding:5px 0 0 0;
}
/*NAV*/
.nav{
	float:left;	
	list-style:none;
	padding:0;
	margin:0 10px 0 0;
	height:28px;
	border:1px solid #9e9e9e;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.nav-right{
	float:right;
	margin: 0 0 0 10px;	
}
.nav li{
	background: #c8c8c8; /* Old browsers */
	background: -moz-linear-gradient(top,  #c8c8c8 0%, #bababa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8c8c8), color-stop(100%,#bababa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c8c8c8 0%,#bababa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c8c8c8 0%,#bababa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c8c8c8 0%,#bababa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c8c8c8 0%,#bababa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#bababa',GradientType=0 ); /* IE6-9 */
	height:28px;
	line-height:28px;
	padding: 0 10px;
	float:left;
	border-right:1px solid #9e9e9e;	
}
.nav li:last-child{
	border:none;	
}
.nav li:hover,
.nav li.active{
	background:#d7d7d7
}
.nav li a{
	display:block;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.4);
	line-height:28px;
	color:#333;	
}
.nav .dropdown{
	position:relative;
	cursor:pointer;	
	padding:0;
}
.nav .dropdown:hover,
.nav .dropdown.active{
	background:#f6f6f6;
}
.nav .dropdown > span{
	padding: 0 10px;
	display:block;
}
.nav .dropdown.active > span{
	display:block;
	position:relative;
	height:30px;
	background:#f6f6f6;
	z-index:3;
}
.nav .dropdown ul{
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 3px;
	-moz-border-radius-topleft: 0;
	border-radius: 3px;
	border-top-left-radius: 0;
	display:none;
	list-style:none;
	padding:0;
	background:#f6f6f6;
	position:absolute;
	top:26px;
	z-index:1;
	border:1px solid #9e9e9e;
	width:150px;	
}
.nav li.dropdown:last-child ul{
	-webkit-border-radius: 3px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 3px;
	-moz-border-radius-topright: 0;
	border-radius: 3px;
	border-top-right-radius: 0;
	right:-1px;	
}
.nav .dropdown ul li{
	padding:5px;
	background:#f6f6f6;
	width:140px;	
}
.nav .dropdown ul li.divider{
	height: 1px;
	margin: 0 5px;
	overflow: hidden;
	padding:0;
	background-color: #9e9e9e;
	border-bottom: 1px solid #ffffff;
}
.nav .dropdown ul li a:hover{
	background-color: #dfdfdf;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px	
}
.nav .dropdown ul li a{
	padding: 0 0 0 10px	
}
.optionBannerSmall{
	padding:5px;
	height:28px;
	line-height:28px;
	background: #c8c8c8; /* Old browsers */
	background: -moz-linear-gradient(top,  #c8c8c8 0%, #b7b7b7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8c8c8), color-stop(100%,#b7b7b7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c8c8c8 0%,#b7b7b7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c8c8c8 0%,#b7b7b7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c8c8c8 0%,#b7b7b7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c8c8c8 0%,#b7b7b7 100%); /* W3C */
}
.search-bar input[type="search"]{
	float:right;	
}
.highlight{
	color:blue;	
}
.editor{
	text-align: left;
	padding:0px; 
	overflow: scroll;
	height:800px;
	border: 1px solid #9e9e9e; 
	font-size: 12px; 
	font-face:verdana;
	background:#fff
}
textarea.editor{
	width:100%;
	height:auto;
	overflow:hidden
}
.numbers{
	text-align:right;
}
.border:hover,.theme img:hover{
	background-color:#fff;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	float:left;
	border:1px solid #ccc;
}
.border{
	background:#fff;
	float:left;
	border:1px solid #ccc;
	text-align:center;
}

.child{
	padding-left:10px;
}
.dots{
	padding: 3px 5px;
	border:1px solid #ccc;
}
/* pagination */
.topnav{
	padding: 3px 5px;
	height:30px;
	background:#bebebe;
	border:1px solid #9e9e9e;
	border-bottom:0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.45);
	-moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.45);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
.tablenav{
	margin: 0 0 10px 0;
	padding: 3px 5px;
	height:30px;
	background:#bebebe;
	border:1px solid #9e9e9e;
	border-top:0;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.45);
	-moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.45);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
.tablenav .tablenav-pages {
	float: right;
	display: inline;
	cursor: default;
	height: 30px;
	line-height: 32px;
	font-size: 11px;
}
.tablenav-pages span.current{
	text-decoration: none;
	border:1px solid #9e9e9e;
	color:#000;
	font-weight:700;
	background-color:#b6b6b6;
	padding: 3px 5px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;	
}
.tablenav .tablenav-pages a{
	text-decoration: none;
	border:1px solid #9e9e9e;
	color:#333;
	font-weight:700;
	padding: 3px 5px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.tablenav .displaying-num {
	margin-right: 10px;
	font-size: 12px;
	line-height:22px;
	color:#666;
	font-style:italic
}
.page-numbers,
.page-numbers a{
	margin-left:3px;
	background-color:#CCC;
	border:1px solid #9e9e9e;
}
.page-numbers:hover,
.page-numbers a:hover{
	background-color:#b6b6b6	
}
/* themes */
.theme,
.dashboard{
	vertical-align: top;
	background-color:#fff;
	margin: 0 0 10px 0;
}
.theme_description{
	width: 400px;
	float:left;
	margin:0 0 0 10px
}
.theme img{
	float:left;
	border:1px solid #ccc;
	width:100px
}
/*dashboard*/
.dash-icon{
	cursor:pointer;
	background-image: url('../images/css/dash-icons.png');
	background-repeat:none;
	width:18px;
	height:18px;
	display:inline-block;
	margin: 0 10px 0 0;
	display:none
}
.topnav .dash-icon{
	display:inline-block;
	margin: 7px 7px 0 0
}
.topnav .dash-icon a{
	width:18px;
	height:18px;
	display:block	
}
.placeholder{
	clear:both;
	background:#fff;
	border: 1px dashed #aaa;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	margin:0 0 10px 0;
	background: url('../images/css/placeholder-bg.png') no-repeat center center;
}

/* BUTTON CONTAINER */
.btn-container{
	background: #fff;
	padding: 19px;
	border: 1px solid #ccc;
	position: relative;
	margin: 0;
	-webkit-box-shadow: 0 2px 0 #ddd;
	-moz-box-shadow: 0 2px 0 #ddd;
	box-shadow: 0 2px 0 #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	zoom: 1;
	margin: 0 0 12px 0
}
.btn-container ul{
	list-style:inside	
}
.btn-container ul li{
	line-height:18px;	
}
.dropzone{
	color: #a9a9a9;
	padding: 12px;
	position: relative;
	white-space: nowrap;
	font-size: 13px;
	line-height: 17px;
	border: 1px dashed #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	min-height:150px
}
.dropzone-inside{
	text-align:center;
	margin: 40px auto 0;
	width: 250px;	
}
.dropzone-inside p{
	line-height:20px	
}
.dropzone-info{
	font-size:20px;	
}
.dropzone.in {

}
.dropzone.hover {
    background: #f6f6f6;
}
.dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}
.rss_title{
	font-weight:bold;	
}
.rss_content{
	padding: 5px 0 0 0	
}
.dashContent,
.theme_content{
	border:1px solid #9e9e9e;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	-webkit-box-shadow: 0 2px 0 #ddd;
	-moz-box-shadow: 0 2px 0 #ddd;
	box-shadow: 0 2px 0 #ddd;
	background:#fff;
	padding:10px;
}
.dashHide{
	display:none	
}
.dashHandle{ 
	display:block;
	cursor:move;
	background-position: -108px 0;
	float:left;
}
.dashOptions{ 
	background-position: -36px 0;
	float:right;
}
.dashRefresh{
	background-position: -54px 0;
	float:right;
}
.dashToggle{ 
	background-position: -18px 0;
	float:right;
}
.dashToggle.dashExpand{
	background-position: 0 0;
}
.dashGrid{ 
	background-position: -144px 0;
	float:left;
}
.dashList{ 
	background-position: -162px 0;
	float:left;
}
.dashTitle,
.theme_title{
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.6);
	padding: 10px 0 0 10px;
	font-weight:bold;
	background: #c8c8c8; /* Old browsers */
	background: -moz-linear-gradient(top,  #c8c8c8 0%, #b7b7b7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8c8c8), color-stop(100%,#b7b7b7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c8c8c8 0%,#b7b7b7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c8c8c8 0%,#b7b7b7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c8c8c8 0%,#b7b7b7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c8c8c8 0%,#b7b7b7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#b7b7b7',GradientType=0 ); /* IE6-9 */
	color:#333;
	-moz-border-radius-topright:3px;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	height:26px;
	border:1px solid #9e9e9e;
	border-bottom-width:0;
	font-size:12px;
	line-height:18px
}
.dashTitleClosed{
	border-bottom-width:1px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px
}
/*Revisions*/
.revisionTable{
	margin: 10px 0 0 0	
}
.revisionTable tbody{
	display:none	
}
.revisionToggle{ 
	background-image: url('../images/css/dash-icons.png');
	background-position: 0 0;
	float:right;
	margin:6px 10px 0 0;
	cursor:pointer;
	display:block
}
.revisionToggle.revisionExpand{
	background-position: -18px 0;
}

.thickbox{
cursor: url(cursors/zoomin.cur), -moz-zoom-in, pointer;
}
.floatRight{
	float:right	
}
.pull-left,
.floatLeft{
	float:left	
}
.paragraph{
	line-height: 17px;
	color: #666;	
}
#log li{list-style-position:inside}

.connectDash{
	min-height:200px;
	width:50%;
	vertical-align: top;
}
.bar_chart{width:14px;text-align:center; vertical-align:bottom;margin-left:auto;margin-right:auto;}
#editbtns,#gallerybtns {
	padding: 2px;
	position: absolute;
	display: none;
	z-index: 999998;
}
#editimgbtn,#delimgbtn,#editgallery,#delgallery {
	margin: 2px;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background:#ccc;
}
.image-align-none-label {background: url(../images/css/align-none.png) no-repeat center left;}
.image-align-left-label {background: url(../images/css/align-left.png) no-repeat center left;}
.image-align-center-label {background: url(../images/css/align-center.png) no-repeat center left;}
.image-align-right-label {	background: url(../images/css/align-right.png) no-repeat center left;}
.align label {
	display: inline;
	padding: 0 0 0 28px;
	margin: 0 1em 0 0;
	font-weight:bold
}
label{
	height:30px;
	line-height:30px	
}
label:hover{cursor:pointer}
.checkbox_label label{padding:0 20px 0 3px}
.size_image {
	padding:0 5px 0 0;
	float: left;
}
#quicktags{
	background:#D5D5D5;
	padding:0 0 0 3px;
}
#mediaInsert{
	float:left;	
}
input[type="button"]{
	display:inline-block;
	font-size:12px;
	line-height:18px;
	margin:3px 1px 4px;
	min-width:26px;
	padding:2px 4px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#topEditorBar{
	padding: 10px 0 0 0	
}
#toolSwitch{
	display:block;
	height:40px;
	padding: 0 10px 0 0;
	margin: 0 0 -1px 0;
	float:right
}
.button a{
	color:#666;
	font-size:14px;
	cursor:pointer;
	background:#e6e6e6;
	border:1px solid #7e7e7e;
	text-align:center;
	border-bottom:none;
	-moz-border-radius-topright:3px;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-top-left-radius:3px;	
	border-radius: 3px 3px 0 0;
	display:block;
	height:38px;
	line-height:38px;
}
.button{
	margin: 0 0 0 10px;
	width:120px;
	display:block;	
	float:right
}
#mceEditorTA{
	background:#fff;
	border:none;
	-moz-border-radius-topright:0;
	-moz-border-radius-topleft:0;
	-webkit-border-top-right-radius:0;
	-webkit-border-top-left-radius:0;
	border-top-left-radius:0;
	border-top-right-radius:0;
}
.button a.active{
	background:#d5d5d5;
	color:#333;
	border:1px solid #7e7e7e;
	border-bottom:1px solid #d5d5d5;

}
#editor{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #7e7e7e;
}
#editor_small{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #7e7e7e;
	float:left;
	margin: 10px 0
}
/* MEDIA */
.media-row{
	line-height:25px;	
}
.media-option-btn,
.media-insert-btn{
	float:right;
	margin: 0 0 0 20px
}
.media-image{
	float:left;
	width:10%	
}
.media-info{
	float:left;
}
.media-options{
	padding:35px 0 0 0;
	display:none;	
}
.media-options table td{
	padding: 5px 0	
}
/*media popup*/
#media_popup .expand{
	background: url('../images/css/icon_window_expand.gif') no-repeat left center;
	padding: 0 0 0 12px
}
#media_popup .collapse{
	background: url('../images/css/icon_window_collapse.gif') no-repeat left center;
	padding: 0 0 0 12px
}
#media_popup > div > div{
	padding:10px;
	margin: 0 0 20px 0
}
#media_popup .table-advanced{
	border:1px solid #9e9e9e;	
}
.preview_box{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	position:absolute;
	border:1px solid #23262A;
	background:#666;
	padding:10px;
	display:none;
	color:#fff;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
/*flot*/	
.flot {
    height: 150px;
    overflow: hidden;
	width:100%;
	margin:15px 0
}
.flot.big{
	width:100%;
	margin:0;
	height:400px	
}
.flot table{
	width:auto	
}
/*general*/
.all-edge-shadow{
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}
.bottom-shadow {
	-webkit-box-shadow: 0 8px 6px -6px #888;
	-moz-box-shadow: 0 8px 6px -6px #888;
	box-shadow: 0 8px 6px -6px #888;
}
.inset-shadow{
	-moz-box-shadow: inset 0 0 5px #888;
	-webkit-box-shadow: inset 0 0 5px#888;
	box-shadow: inner 0 0 5px #888;	
}
#tooltip,
div.round_borders,
tr.round_borders th,
img.round_borders{
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}
.clear{
	clear:both;
	overflow:hidden
}
.pull-left{
	float:left	
}
.pull-right{
	float:right	
}
.strong{
	font-weight:bold	
}
.strong a{
	color:#333	
}
.italic{
	font-style:italic	
}
.jcrop_image_holder{
	height: auto;
    width:50%;
    size: auto;	
}
/*tooltip*/
.tooltip-container{
	background:#b6b6b6;
	border:1px solid #9e9e9e;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#dashboard-note{
	width:100%;
	max-width:none;
	min-height:200px;
	background:#ffffcc url('../images/css/dashboard-note-bg.png') repeat-y left top;
	border:1px solid #e6e6e6;
	color: black;
	cursor: auto;
	font-family: 'Segoe UI', helvetica, arial, sans-serif!important;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: normal;
	text-align: start;
	text-decoration: initial;
	text-indent: 0px;
	text-rendering: auto;
	word-break: normal;
	word-wrap: break-word;
	word-spacing: 0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	margin: 0 0 5px 0;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	padding: 20px 47px
}
.timeline {
    position: absolute;
    left: 59px;
    border: none;
    border-top: 1px solid red;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 999;
}

/*image gallery*/
.table-gallery{
	border-right:1px solid #9E9E9E;
	border-left:1px solid #9E9E9E;
	width:100%;	
	background:#fff;
}
.table-gallery td{
	padding:10px;
	list-style:none;
	border-bottom: 1px dotted #cfcfcf;
	border-right: 1px dotted #cfcfcf;
	text-align:center;
}
.table-gallery td img{
	text-align:center;
}
/*seosnippet*/
#seosnippet .title{
	color: #11C;
	font-size: 16px !important;
	line-height: 19px;
	text-decoration: underline;	
	display:block
}
#seosnippet .url{
	color: #093;
	font-size: 13px;
}
#seosnippet .desc{
	max-width:512px;	
}
.button-side-text{
	padding: 0 0 0 10px	
}
.popdown-frame-close{
	display:inline-block;
	background:#f6f6f6;
	overflow:hidden;
	float:right;
	margin: 29px 15px -1px 0;
	width:120px;
	height:32px;
	line-height:32px;
	color:#666;
	font-weight:bold;
	padding: 0 10px;
	cursor:pointer;
	-moz-border-radius-topright:3px;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-top-left-radius:3px;	
	border-radius: 3px 3px 0 0;
}
.popdown-frame-close.non-active{
	background:#0c4a75	
}
.popdown-frame-close .icon{
	margin: 0 10px 0 0	
}
.popdown-frame-close a{
	display:block;
	color:#333;	
}
.popdown-frame-close.non-active a{
	color:#fff	
}
.popdown-frame-close span{
	display:block;
	width:16px;
	height:16px;
	float:right;
	margin: 8px 0 0 0;
	background:url('../images/icons/cancel.png')
}
.popdown-frame{
	position:absolute;
	z-index:5;
	top:0;
	left:0;
	border:none;
	bottom:0
}
/* MESSAGES */
.message-container table{
	border-collapse:collapse;
	width:100%;	
}
.message-container table td{
	padding: 5px 0;	
	border-bottom:1px solid #ccc
}
.message-container table tr:last-child td{
	border:none;	
}
/*overlays*/
.TB_overlayBG,
.overlayBG,
#mceModalBlocker,
.ui-widget-overlay{
	filter: alpha(opacity=80)!important;
	-moz-opacity: 0.8!important;
	opacity: 0.8!important;
	background:#333 url('../images/css/overlay-bg.png')!important;

}
::-webkit-scrollbar {
    height: 16px;
    overflow: visible;
    width: 16px;
    background: #fff;
}
::-webkit-scrollbar-button {
    display: none;
    height:0;
    width: 0;
}
::-webkit-scrollbar-track {
    -moz-background-clip: border;
    -webkit-background-clip: border;
    background-clip: border-box;
    border-width: 0 0 0 4px;
    border: solid transparent;
}
::-webkit-scrollbar-track:hover {
    background-color:rgba(0,0,0,.05);
    -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1);
    -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.1);
}
::-webkit-scrollbar-track:active {
    background-color:rgba(0,0,0,.05);
    -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.14), inset -1px 0 0 rgba(0,0,0,.07);
    -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.14), inset -1px 0 0 rgba(0,0,0,.07);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.14), inset -1px 0 0 rgba(0,0,0,.07);
}
::-webkit-scrollbar-track:horizontal {
    border-width: 4px 0 0;
}
::-webkit-scrollbar-track:horizontal:hover {
    -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
}
::-webkit-scrollbar-track:horizontal:active {
    -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.14), inset 0 -1px 0 rgba(0,0,0,.07);
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.14), inset 0 -1px 0 rgba(0,0,0,.07);
    box-shadow: inset 0 1px 0 rgba(0,0,0,.14), inset 0 -1px 0 rgba(0,0,0,.07);
}
::-webkit-scrollbar-thumb {
    -moz-background-clip: border;
    -webkit-background-clip: border;
    background-clip: border-box;
    background-color: rgba(0,0,0,.2);
    /*border-width: 1px 1px 1px 6px;
    border: solid transparent;*/
    -moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
    min-height: 28px;
    padding: 100px 0 0;
}
::-webkit-scrollbar-thumb:hover {
    background-color:rgba(0,0,0,.4);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
    box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
}
::-webkit-scrollbar-thumb:active {
    background-color:rgba(0,0,0,0.5);
    -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35);
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35);
}
::-webkit-scrollbar-thumb:horizontal {
    border-width: 6px 1px 1px;
    -moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.07);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.07);
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.07);
    padding: 0 0 0 100px;
}
::-webkit-scrollbar-corner {
    background: transparent;
}
body::-webkit-scrollbar-track-piece {
    -moz-background-clip: border;
    -webkit-background-clip: border;
    background-clip: border-box;
    background-color: #f5f5f5;
    /*border-width: 0 0 0 3px;
    border: solid #fff;*/
    -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.14), inset -1px 0 0 rgba(0,0,0,.07);
    -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.14), inset -1px 0 0 rgba(0,0,0,.07);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.14), inset -1px 0 0 rgba(0,0,0,.07);
}
body::-webkit-scrollbar-track-piece:horizontal {
    border-width:3px 0 0;
    -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.14), inset 0 -1px 0 rgba(0,0,0,.07);
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.14), inset 0 -1px 0 rgba(0,0,0,.07);
    box-shadow: inset 0 1px 0 rgba(0,0,0,.14), inset 0 -1px 0 rgba(0,0,0,.07);
}
body::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 5px;
}
body::-webkit-scrollbar-thumb:horizontal {
    border-width: 5px 1px 1px;
}
body::-webkit-scrollbar-corner {
    -moz-background-clip: border;
    -webkit-background-clip: border;
    background-clip: border-box;
    background-color: #f5f5f5;
    border-width: 3px 0 0 3px;
    border: solid #fff;
    -moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.14);
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.14);
}
@media only screen and (max-width: 1023px) {
	#sitename,
	#left-bar{
		display:none!important	
	}
}
@media only screen and (orientation:landscape) and (min-width: 800px) {
	#left-bar{
		display:table-cell!important	
	}
}
/* JQUERY UI */
.ui-sortable-helper{
	-webkit-transition-property:-webkit-box-shadow,-webkit-transform;transition-property:box-shadow,transform;-webkit-transition-duration:300ms;transition-duration:300ms;cursor:-moz-grabbing;cursor:-webkit-grabbing;cursor:grabbing;
-webkit-transform:rotate(2deg) translateY(-6px) scale(1.07);
transform:rotate(2deg) translateY(-6px) scale(1.07);
-webkit-box-shadow:-2px 5px 10px rgba(0, 0, 0, 0.5);
box-shadow:-2px 5px 10px rgba(0, 0, 0, 0.5);	
}
.tabs .table-header{
	border-left:none;
	border-top:none;
	border-right:none	
}
.tabs .ui-tabs .ui-tabs-nav li {
	border-bottom: 1px solid #c9c9c9;
}
.tabs-light .ui-widget-header{
	background: #dcdcdc;
	height:34px;
	border-bottom: 1px solid #9e9e9e;
}
.tabs-light .ui-tabs .ui-tabs-nav li {
	border-bottom: 1px solid #9e9e9e;
}
.tabs-light .ui-state-active, 
.tabs-light .ui-widget-content .ui-state-active, 
.tabs-light .ui-widget-header .ui-state-active{
	background:#fff;
	border-bottom:none;
}
.iframe-body .tabs-light{
	border:0!important	
}
.iframe-body .tabs-light .ui-state-active, 
.iframe-body .tabs-light .ui-widget-content .ui-state-active, 
.iframe-body .tabs-light .ui-widget-header .ui-state-active{
	background:#f6f6f6	
}