/* INIT
-----------------------------------------------------------------------------*/

html, body, h1, h2, h3, h4, h5, h6, a, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt {
	margin: 0;
	padding: 0;
	border: 0;
	outline-style: none;
	outline-width: 0;
}
a, a:visited {
	text-decoration: none;
}
a {
	color: #2f8d8f;
}
a:hover {
	color: #44d4bc;
}

ol, ul {
	list-style: none;
}

table {
	border-spacing: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

legend {
	display: none;
}
body, input, textarea, select, option, optgroup, button {
	font-family: trebuchet MS;
	outline-style: none;
	outline-width: 0;
}
input, textarea, select, option, optgroup, button {
	font-size: 11px;
	outline-style: none;
	outline-width: 0;
}

input[type="text"], input[type="password"], input[type="number"], select {
    border: 1px solid #ccc;
    padding: 1px 2px;
    height:20px;
}
select {
    height:24px;
}

input[type="submit"], .ui-button.ui-state-default {
    background: url("images/ui-bg_glass_24_058082_1x400.png") repeat-x scroll 50% 50% #058082;
    border: 1px solid #077C7E;
    color: #FFFFFF;
    font-weight: bold;
  	font-size: 11px;
}


/* LAYOUT
-----------------------------------------------------------------------------*/
body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding: 0;
	margin: 0;
	background-color: #011c22;
	background-image: url('../../kpanel/css/img/cms-bg.jpg');
	background-repeat: no-repeat;
}
body.login {
	background-image: url('../../kpanel/css/img/logowanie-bg.jpg');
	background-repeat: no-repeat;
	color: #2f8d8f;
}
.panel_l {
    color: #2F8D8F !important;
    float: left;
    margin-top: 15px;
    padding-left: 20px;
}
.page-wrap {
	width: auto;	
	margin: 20px 20px 20px 205px;
	padding: 0 0 70px 0;
	min-height: 600px;
   background: #fff url('../../kpanel/css/img/naglowek.png') repeat-x 0 0;
	color: #333!important;
}

.page{
	max-width: 1200px;
	padding: 0 20px 20px 20px ;
}

input[type="submit"], input[type="button"]{
	cursor: pointer;
}
input[type="submit"]:hover, input[type="button"]:hover{
	background: url('../../kpanel/css/img/btn-h.png') repeat-x 0 center;
}

/* LOGIN
-----------------------------------------------------------------------------*/
.login-wrap{
    margin: 259px auto 0;
    width: 194px;
    position: relative;
}
.login-input{
	border: 0;
	background: url('../../kpanel/css/img/login-input.png') no-repeat 0 0;
	width: 194px;
	height: 26px;
	padding: 20px 0 0 20px;
}
.login-input input{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FFFFFF;
    height: 19px;
    width: 153px;
}
input.login-btn{
	border: 0 ;
	width: 160px;
	height: 27px;
	margin: 15px 0 0 17px;
	background: url('../../kpanel/css/img/login-btn2.png') no-repeat 0 0;
	cursor: pointer;
}
input.login-btn:hover{
	background: url('../../kpanel/css/img/login-btn2.png') no-repeat 0 0;
	background-position: 0 -27px;
}
select{
	border: 1px solid #ccc;
	padding: 1px;
	height: 22px!important;
}

.login-msg{
	position: absolute;
	top: -40px;
	left: 0px;
	text-align: center;
	width: 100%;
}

/*	HEAD-----------------------------------------------------*/
.head {
	height: 95px;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
}

.head #logo {

	width: 70px;
	height: 70px;
	margin: 14px 20px 20px 0;
	float: left;
	clear: both;
}

.head #title {
	color:#555555;
	font-size:30px;
	font-weight:bold;
	padding: 15px 0 0 20px;
	text-shadow: white 1px 1px 1px;
}

.head #description {
	color: #555555;
	font-size: 18px;
	padding: 9px 0 0 20px;
	text-shadow: white 1px 1px 1px;
}

.status-msg{
	position: absolute;
	top: 90px;
	left: 210px;
	width: 400px;
	color: #2F8D8F;
}

.login-menu{
	right: 20px;
    position: absolute;
    top: 90px;
    width: auto;
 	color: #2f8d8f!important;   
}
.login-menu *{
	float: left;
	color: #2f8d8f!important;
	margin: 0 2px;
}
.login-menu a:hover, .login-menu strong{
	color: #44d4bc!important;
	font-weight:normal;
}
/*	PANEL LEFT--------------------------------------------------------------*/

.panel_l a{

	color: #2f8d8f!important;
}
.panel_l a:hover, .panel_l .active a{

	color: #44d4bc!important;
}
.panel_l .ul-title {
	padding: 7px 5px 7px 10px;
	font-size: 14px;
	
}

.panel_l ul {
	list-style-type: none;

}

.panel_l ul li {
	padding: 5px 0 5px 23px;

}

.panel_l ul #indentation {
	padding-left: 40px;

}
/*	CONTENT
---------------------------------------------------------*/
.header{
	height: 40px;
	width: 100%;
	color: #444444;
	margin-bottom: 10px;
	}
	h1{
	    float: left;
	    font-size: 19px;
	    font-weight: normal;
	    padding: 7px 0px;		
	}
	.button_top{
		width: auto;
		height: 35px;
		float: right;
		margin: 5px 3px 0 3px;
		cursor: pointer;
		}
		.button_top a {
         margin: 0 6px;
         float: left;
		}

	.button_top.stats{
		width: 130px;
		height: 35px;
		float: right;
		margin: 8px 3px 0 3px;
		cursor: pointer;
		}
.content-wrap{
	max-width: 900px;
	padding: 0 20px 20px 20px;
}

h2{
	width: 100%;
	background: url('../../kpanel/css/img/naglowek.png') repeat-x 0 0;
	border-bottom: 1px solid #ccc;
	height: 30px;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 0 0 0;
	text-indent: 14px;
	margin-bottom: 5px;
}

/*	TABELA ELEMENTÓW---------------------------------------------------------*/
table.listing {
	width: 100%;
	border-spacing: 0px;
}

table.listing  thead, .t-thead{
	background: #f5f5f5 url('../../kpanel/css/img/th.jpg') repeat-x 0 0;
	height: 30px;
	font-size: 11px;
}

table.listing th, .t-th{
	border-bottom: 1px solid #e3e3e3;
	padding-left: 3px;
	text-align: left;
	cursor: pointer;
	height: 29px;
}
table.listing th.sorting_disabled{
	padding: 0 10px 0 3px;
	cursor: default;
}

table.listing th.sorting{
	padding-left: 20px;
	background: url('../../kpanel/css/img/sort.png') no-repeat left center;
}
table.listing th.sorting_asc{
	padding-left: 20px;
	background: url('../../kpanel/css/img/sortasc.png') no-repeat left center;
	color: #2f8d8f;
} 
table.listing th.sorting_desc{
	padding-left: 20px;
	background: url('../../kpanel/css/img/sortdesc.png') no-repeat left center;
	color: #2f8d8f;
}


table.listing  tr:hover td{
	border-color: #c2e3de;
	border-top-color: #fff;
	background-color: #f0fbf9;
}

table.listing  tr:hover td:hover{
	color: #2f8d8f;
}

table.listing  td.column, table.listing  td {
	display: table-cell;
	vertical-align: middle;
	padding: 4px 4px 4px 4px;
	border: 1px solid #e3e3e3;
	border-width: 1px 0 1px 0;
	border-top-color: #fff;
	text-align: left;
}
table.listing .ico{
	width: 30px;
}
.col-1, .col-2, .col-3, .col-4 {
  
}

.col-5 {
    width:62%!important;
}

.col-6, .col-7  {
    width:8%!important;
}

td.column_separator {
	display: table-cell;
	/*float: left;*/
	vertical-align: middle;
	padding: 4px;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

div.column input.autoopen, div.column input.visibility {
      margin: 5px 0 0 0;
}

tr.row, .t-tr {
	width: 100%;
	/*display: table-row;*/
	vertical-align: middle;
	background: white;
}

tr.even{
	background: #fafafa;
}
tr.hidden, tr.hidden-struct{
	background-image: url('../../kpanel/css/img/row-invisible.png');
	
}

table.listing img, table.listing input[type="image"]{
	opacity: 0.55;
	cursor: pointer;
}

table.listing img.front-page {
	opacity: 0.7
}

table.listing img:hover, table.listing input[type="image"]:hover{
	opacity: 1;	
}  

.dataTables_wrapper{            
	position: relative;
}

.dataTables_length{
    position: absolute;
    right: 10px;
    top: -35px;
}
.dataTables_length label{
   width: 170px;
}
.dataTables_filter label{
   width: auto;
}
.dataTables_filter{
    position: absolute;
    right: 200px;
    top: -35px;
}
.dataTables_filter input{
   border: 1px solid #BBBBBB !important;
   height: 18px;
   width: auto!important;
}
.dataTables_info{
    position: absolute;
    left: 10px;
    bottom: -30px;
}

.dataTables_paginate{
    position: absolute;
    right: 10px;
    bottom: -35px;
    height: 26px;
}
/*
.listing + .fg-toolbar{
    position: absolute;
    right: 10px;
    bottom: -25px;
    width: 100%;
	background: #f5f5f5 url('../../kpanel/css/img/th.jpg') repeat-x 0 0;
	border-bottom: 1px solid #e3e3e3;
	height: 30px;    
}
*/

.t-thead {
    height: 30px;
  	border-bottom: 1px solid #e3e3e3;
}
.t-th {
   border: 0 none;
    display: inline-block;
    font-weight: bold;
    height: 29px;
    line-height: 29px;

}

.t-th:first-child {
    width: 76%;
}

.t-tr {
    border-color: #FFFFFF #E3E3E3 #E3E3E3;
    border-right: 0 solid #E3E3E3;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    cursor: n-resize;
}
.t-tr:hover {
 	border-color: #c2e3de;
	border-top-color: #fff;
	background-color: #f0fbf9;
}

.t-tr:hover .t-td:hover{
	color: #2f8d8f;
}

.t-td {
    display: inline-block;
    height: 29px;
    line-height: 29px;
    float:left;
    padding-left: 3px;
}

.t-td:first-child {
   width: 76%;
}

.paginate_button, .paginate_active{
   background: url("images/ui-bg_highlight-soft_100_dcf2f2_1x100.png") repeat-x scroll 50% 50% #DCF2F2;
   border: 1px solid #AFDCDD;
   color: #058082;
   font-weight: bold;
   border-radius:4px;
	font-size: 11px;
	cursor: pointer;
	margin: 0 2px;
	padding: 2px 5px;
	display: inline-block;
}
.paginate_active{
    background: url("images/ui-bg_glass_24_058082_1x400.png") repeat-x scroll 50% 50% #058082;
    border: 1px solid #077C7E;
    color: #fff;
}


.paginate_button:hover, .paginate_active:hover{
 	background: #fff;
}


table.form td {
    padding:2px;
}

/*	EDYCJA ARTYKUŁU 
----------------------------------------------------------------*/
	
input[type=text].edycja_tytul {
    background: url("images/ui-bg_inset-soft_100_e5f5f5_1x100.png") repeat-x scroll 50% 50% #E5F5F5;
    border: 1px solid #AFDCDD;
    color: #058082;
    font-weight: bold;
    font-size: 19px;
    height: 27px;
    margin-top:5px;
    margin-bottom: 15px;
    text-indent: 4px;
    width: 99%;
}

.art-btns{
   float:right;
    margin-top: 5px;
}
.art-tools{	
	position: relative;
	margin-bottom: 15px;
	min-height: 1px;
	display: inline-block;
	width: 100%;
	}
	.art-tools select.width200p{

	}
.art-shows{

}
.art-date{
	border-spacing: 2px;
}
.art-date select{
	height: 24px!important;
   width:100%;
}
.art-date input{
	height: 20px!important;
}

.art-up {
    display: inline-block;
    float: right;
    margin-top: 10px;
    text-align: right;
    width: 670px;
}

.art-up a{
   
}
.btn{
   clear: none;
   float: right;
}
.btn object, .btn form{
	cursor: pointer;
}



#kolumna_typ_tekst{
	max-width: 900px;
}

table.meta{
	width: 100%;
	border-spacing: 3px;
}

.art-addons{
	max-width: 900px;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	position: relative;
	min-height: 80px;
	width: 100%;
	display: inline-block;
}



.swfupload {
	position: absolute;
	width: 180px;
	height: 18px;
	top: 2px;
	left: 2px;
	cursor: pointer;
}

.art-attachment {
	height: 20px;
	width: 100%;
	padding: 5px 0;
}
.art-attachment a{

}
.form-attach{
	float: left;
}
.art-attachment span{
	vertical-align: top;
}

.szarawe {
	color: #888888;
	padding: 4px 0 4px 0;
	text-transform: uppercase;
}

.separator_edycja {
	margin-top: 20px;
}

.zapisz_przycisk {
	width: 65px;
	height: 40px;
	margin-right: 5px;
	font-weight: bold;
}

.anuluj_przycisk {
	float: right;
	width: 65px;
	height: 40px;
}

.edycja_meta {
	width: 98%;
	height: 60px;
	border: 1px solid #cccccc;
	font-family: "Trebuchet MS";
	padding: 3px;
}

/*	MINIATURY ART
----------------------------------------------------------------*/
.thumbnails img{
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #f2f2f2; 
}


.thumb-upload { /* swfupload */
	margin: 0 13px 16px 0;
	background: #eeeeee;
	border: 1px solid #dddddd;
	padding: 5px;
	width: 120px;
	display: inline-block;
	position: relative;
	height: 120px;

}
.thumbs-list li {
	margin: 0 13px 16px 0;
}
.thumb {
	background: #eeeeee;
	border: 1px solid #ccc;
	width: 160px;
	display: inline-block;
	position: relative;
}

.thumb:hover {
	background: #e7e7e7;
	border: 1px solid #aaa;
}

.thumb-inner {
    	padding: 5px;
}
.thumb-img{
	width: 120px;
	height: 92px;
}
.thumb #label {
	margin-bottom: 5px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.thumb .desc{
   float: left;
   width: 260px;
   height: 85px;
 	background-color: #fff;
	border: 1px solid #ccc;
	resize: none;
   display: none;
}

.thumb-title {
	padding: 3px 0px;
	border: 0;
	width: 98%;
	background-color: #fff;
	border: 1px solid #ccc;
}

.thumb #buttons{
   float: left;
   width: 25px;
   margin-left: 8px;
}
.thumb #buttons div{
	width: 20px;
	float: left;
}

.thumb #buttons form {
    float:left;
}
.thumb #buttons #label input{
   margin-left: 0px;
}

.thumbs-tools{
	height: 40px;
	padding: 10px 0 0 0;
}
.thumbs-tools *{
	float: left;
	margin: 0 4px 0 0;
	
}

.thumb .flex-row {
    width: 154px;
}

.thumb .flex-row img {
    float: left;
    margin-bottom:4px;
    	cursor: move;
}

.thumb .flex-row a.fancyzoom {
    background: url("../../kpanel/css/img/zoom.png") no-repeat scroll center center #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 16px;
    left: 5px;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
    padding: 2px;
    position: absolute;
    top: 5px;
    width: 16px;
    padding: 3px;
}

.thumb .flex-row a:hover {
    opacity: 1;
    filter: Alpha(Opacity=100)
}
.thumb .flex-row #buttons a:hover, .thumb .flex-row #buttons input:hover {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
}

/*	UPLOAD
----------------------------------------------------------------*/
#divFileProgressContainerZdjecia, #divFileProgressContainerZalaczniki{
    float: right;
    font-size: 11px;
    height: 40px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 1px;
}

/* -- Form Styles ------------------------------- */
form {	
	margin: 0;
	padding: 0;
}



div.fieldset {
	border:  1px solid #afe14c;
	margin: 10px 0;
	padding: 20px 10px;
}
div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -30px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #73b304;
}
/*
div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #D9E4FF;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}
*/
/*label { 
	width: 150px; 
	text-align: right; 
	display:block;
	margin-right: 5px;
}

label{
	text-align: justify; 
}*/

#btnSubmit { margin: 0 0 0 155px; }

/* -- Table Styles ------------------------------- */

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	overflow: hidden;
}
/* Message */
.message {
	color: #2f8d8f!important;
    margin-bottom: 20px;
    padding: 5px 15px;
    position: absolute;
    top: -34px;
    left: -6px;
}

.zielony {
	
}

/* Error */
.red {
	color: #B50000;
}

/* Current */
.green {

}

/* Complete */
.blue {
	color: #2f8d8f;	
}

.progressName {
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: #2f8d8f;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}




/*	STD CLASSES
----------------------------------------------------------------*/
.fl{
	float: left;
}
.fr{
	float: right;
}

.dn {
	display: none;
}

.dib{
	display: inline-block;
}
.w100{
	width: 100%;
}
.w900p{
   width: 900px;
}
.sysinfo{
	position: fixed;
	bottom: 40px;
	left: 20px;
	font-size: 11px;
	color: #2f8d8f;
}
.copyright a{
	position: fixed;
	bottom: 20px;
	left: 20px;
	font-size: 11px;
}

/*	NAGŁÓWEK I KOMUNIKATY----------------------------------------------------------------*/


.msg_adm_green {
	margin-bottom: 20px;
	background: green;
	color: white;
	padding: 5px 15px 5px 15px;
}




#spanButtonPlaceHolder {
	z-index: 1;
}

/* kalendarz w edycji */
.calendarDateInputX {
	display: none;
}

.data_edycja {
	width: 140px;
	border: 1px solid #dddddd;
	float: left;
}

.komunikat {
	margin: 5px 0 5px 5px;
}

.komunikat_good {
	color: green;
}

.komunikat_bad {
	color: red;
}

.anuluj_upload {
	margin: 0 0 0 5px;
	padding: 1px;
}

.komunikat_fancybox {
	z-index:5;
	display: none;

}
/*
#fancybox_content {
	z-index:5;
	overflow: auto;
	background-color: #FDFDFD;

}

#fancybox_dodawanie, #fancybox_zmiena_nazwa, #fancybox_przenoszenie, #fancybox_nazwa_zalacznik, #fancybox_content,
#fancybox_przesuwanie, #fancybox_users, #fancybox_elements, #fancybox_dodawanie_typ, #fancybox_href
{
	min-width: 250px;
	min-height: 100px;
	width: 500px!important;
	max-height: 480px;
}

 #fancybox_content {
    	width: 500px!important;
 }
 */
.ui-dialog input[type="password"], .ui-dialog input[type="text"], .ui-dialog select
{
   width: 98%;
   margin-bottom: 8px;
 }

.ui-dialog .ui-dialog-buttonpane {
    padding: 0px;
}

div.row_ukryty {
	width: 100%;
	display: block;
	vertical-align: middle;
	background: white;
	display: none;
	margin-bottom: 10px;
}

.del-btn{
	padding: 0px 4px 0 0!important;
}
.input-new-form-elem{
	width: 93%!important;
	border: 1px solid #bbb!important;
}

.form-element-row {
	width: 100%;
	margin-bottom: 8px;
	padding-top:8px;
}

#form_dodatkowe_elementy .form-element-row {
  margin-bottom: 2px;
  padding-top:2px;
}

.form-element-row .del-btn, .form-element-row .input-new-form-elem {
	display: inline;
	vertical-align: middle;
}


.table-form-elem thead th, .table-form-elem td{
   padding: 4px 10px!important;
}

.table-form-elem .input_text {
	width: 440px;
}


/*	MODUŁ ZALOGOWANEGO USERA-----------------------------------------------*/
.logged {
	padding: 10px;
}

.logged .username {
	margin-bottom: 5px;
}

.logged .element {
	list-style-image: url('../../kpanel/css/img/punkt.png');
	/*list-style-type: square;*/
}

.logged ol {
	margin: 0;
	padding: 0 0 0 20px;
}


/*	USTAWIENIA----------------------------------------------------------*/

.settings h2{
	font-size: 16px;
	margin-bottom: 10px;
	color: #2f8d8f;
	padding-right: 20px; 
	width: auto;
}

.ust_text {
	border: 1px solid #cccccc;
	width: 100%;
	margin-bottom: 10px;
}
.settings textarea{
	width: 100%;
	border: 1px solid #cccccc;
	min-height:100px;
	margin-bottom:5px;
}

.ust_komun {
	font-weight: bold;
	margin-left: 5px;
}

.ust_check {
	padding-top: 5px;
	padding-bottom: 5px;
}

.px300 {
	width: 300px;
}

.ust_naglowek {
	font-size: 17px;
	text-transform: uppercase;
	border-bottom: 1px dotted #dddddd;
	margin-bottom: 5px;
	margin-right: 45px;
	padding-bottom: 3px;
	color: #333333;
}

.ust_elementy {
	margin-bottom: 20px;
}

.rejestracja_etykieta {
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}

div.wciecie {
	margin-left: 15px;
}


div.kolumna {
	display: table-cell;
}

div.wiersz {
	display: table-row;
}



.grupa_komentarz {
  margin-top: 3px;
  width: 430px;
  height: 32px;
  border: 1px solid #dddddd;
}




table.uprawnienia {
	width: 450px;
	margin: 0 10px 10px 10px;
	padding: 0;
	border: 1px dotted #eeeeee;
}

table.uprawnienia tr td {
	border-top: 1px dotted #eeeeee;
}

table.uprawnienia tr td.label {
	padding-left: 5px;
}

table.uprawnienia tr td.upr {
	border-left: 1px dotted #eeeeee;
	text-align: center;
}


.disabled {
	display: none;
}
/*
.profile-tabs, .profile-tabs-supernews{
	display: inline-block;
	width: 100%;
	background: #f9f9f9 url('../../kpanel/css/img/tabs-bg.png') repeat-x left bottom;
	height: 30px;
}

.profile-tabs li, .profile-tabs-supernews li{
	float:left;
	margin: 0 4px 0 0;
}

.profile-tabs li:first-child, .profile-tabs-supernews li:first-child{
	margin-left: 10px;
}

.profile-tabs li a, .profile-tabs-supernews li a{
   color: #777;
   display: inline-block;
   height: 24px;
   padding: 10px 11px 0 11px;
   position: relative;
   top: -5px;
}

.profile-tabs li a.current, .profile-tabs-supernews li a.current {
   color: #000000;
   padding: 9px 10px 0 10px;
 	border: 1px solid #d6d6d6;
 	border-bottom: 1px solid #fff;
 	background: #fff url('../../kpanel/css/img/tabs-current.png') repeat-x left 3px;
}

.profile-panes, .profile-panes-supernews {
	position: relative;
}
*/


#tabs-profile input[type="button"], .btn-save-supernews{
	position: absolute;
	top: 48px;
	right: 10px;
}

#tabs-profile select {
    width:300px;
}


li.li-square {
	list-style: square inside;
	font-weight: bold;
	color: #aaa;
}

li.li-square span{
	color: #333;
}

.cke-area {
   display: inline-block;
   width: 100%;
   min-height: 200px;
}

.ck-cms-pages {
	border: 1px solid #a0a0a0!important;
	background: #fff!important;
	min-width: 460px;
	min-height: 150px;
	max-height: 300px;
	overflow-y: scroll;
	padding: 5px!important;
	position: relative !important;
}
.ck-cms-pages-title {
   margin-bottom: 5px !important;
   text-align: right !important;
}
.ck-cms-pages a {
	cursor: pointer!important;
	 display: inline-block !important;
    width: 93%!important;
}

.ck-cms-pages a:hover {
	cursor: pointer!important;
	text-decoration: underline!important;
}

.ck-cms-pages ul li {
   padding: 3px 0 ;
}

ul.level-0 {
	list-style: disc inside;
}

ul.level-1 {
	list-style: disc inside;
	padding: 2px 0;
}

li.level-0 {
	margin-left: 5px;
	color: #bbb;
}

li.level-1 {
	margin-left: 15px;
	color: #bbb;
}
li.level-1 a {
	color: #666;
}


.ck-cms-pages ul.level-1 {
	background: #f6f6f6;
	border: 1px dotted #ccc;
	border-width: 1px 0 1px 0;
}

.lang-select {
	width: 100%;
}

.plupload.flash {
	cursor: pointer;
}
.plupload_header_content {
    text-align: left;
}



.up-progress {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0,0,0, 0.8);
    text-align: center;
    z-index: 99999;
    padding-top:200px;
}

.up-msg {
      width: 108px;
      height: 16px;
      background: url('../../kpanel/css/img/up-anim.gif') no-repeat 0 0;
      display: inline-block;
}

/* ----------------- UI -------------------- */

 .ui-widget-content {
    border: 0;
 }
.ui-tabs .ui-tabs-nav {
    height:29px;
}

.ui-tabs .ui-tabs-panel {
    padding: 10px 0;
}

.ui-datepicker {
    display: none;
    padding: 0.2em 0.2em 0;
    width: 17em;
}

#sortableImages {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

#sortableImages li {
   float:left;
}

span.ui-icon {
   display: inline-block;
   cursor: pointer;
}
span.ui-icon:hover {
   opacity: 0.6;
   filter: Alpha(Opacity=60);
}



ul.drag {
	display: inline-block;
	width: 97%;
	margin-bottom:10px;
	background: #f5f5f5;
	border: 1px #ccc solid;
	padding: 1.5%;
}
ul.drag li {
	float: left;
	margin: 0 5px;
	border: 1px solid #f5f5f5;
	padding: 2px;
  	 cursor: move;
}
ul.drag li:hover {
    background:#FFB8B8;
    border: 1px solid #F93834;
    color: #AD0000;
}

.form-items ul li{
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #CCCCCC;
    display: inline-table;
    font-weight: bold;
    height: 24px;
    margin-bottom: 2px;
    padding: 2px 0;
    width: 100%;
  	 cursor: move;
}
.form-items ul li img {
    cursor: pointer;
}
.c1, .c3, .c4, .c5, .c6{
    display: table-cell;
    max-width: 200px;
    min-width: 150px;
    vertical-align: middle;
}

.c1 {
    max-width: 50px;
    min-width: 50px;
    width: 50px;
}

ul li.ui-sortable-placeholder {
    background:#FFB8B8;
/*    border: 1px solid #F93834;*/
    color: #AD0000;
    visibility: visible!important;
}

ul#sortable {
	min-height: 100px;
}
.treeview .group {
	border: 1px #AFDCDD solid;
	padding: 10px;
	position: relative;
	background: url("images/ui-bg_highlight-soft_100_dcf2f2_1x100.png") repeat-x scroll 50% 0 #DCF2F2!important;	
}
.treeview .users li {
	border: 1px #AFDCDD solid;
	padding: 7px;
	background: none!important;
}
.g1 {
	display: inline-block;
	width: 99%;
	cursor: pointer;
	padding: 0.5%;
	font-weight: bold;
}
.g1:hover {
	background: url("images/ui-bg_glass_24_058082_1x400.png") repeat-x scroll 50% 50% #058082;  
   color: #FFFFFF;
}
ul.groups .group .tree-ico{
	float: right;
	width: 100px;	
}
ul.groups .group .tree-ico *{
	float: right;

}
ul.users .row-item *{
  display: inline;
    padding: 1px;
    vertical-align: top;
}

ul.groups .hitarea {
	display: none;
}

.form_table {
    border-collapse: collapse;
}
    
.form_table tr td {
    padding: 5px;
}

.hidden {
    display: none !important;
}

#add-showing {
    cursor: pointer;
}

#class-date-list li {
    overflow: hidden;
    width: 120px;
}

#class-date-list li p {
    display: inline-block;
    line-height: 27px;
}

#class-date-list li a {
    overflow: hidden;
    display:inline-block;
    float: right;
    cursor: pointer;
}

#class-date-list li a img {
    padding: 0;
    margin: 3px 0 0;
}

#showing-list li {
    overflow: hidden;
    width: 120px;
}

#showing-list li p {
    display: inline-block;
    line-height: 27px;
}

#showing-list li a {
    overflow: hidden;
    display:inline-block;
    float: right;
    cursor: pointer;
}

#showing-list li a img {
    padding: 0;
    margin: 3px 0 0;
}

#datetime-list li {
    overflow: hidden;
    width: 100%;
}

#datetime-list li p {
    display: inline-block;
    line-height: 27px;
}

#datetime-list li a {
    overflow: hidden;
    display:inline-block;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

#datetime-list li a img {
    padding: 0;
    margin: 3px 0 0;
}

#intro_disable {
    position: relative;
    top: -24px;
    left: 80px;
    float: left;
}

#icons .icon-container {
    min-height: 40px;
}

#icons label {
    width: 40px;
    display: inline-block;
}

#icons .icon {
    border-top: 1px solid #333;
    padding: 10px 20px 40px;
    position: relative;
}

#icons .icon .remove-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #880000;
    color: #FFF;
    padding: 10px;
    cursor: pointer;
}

#icons .file-uploader  {
    display: inline-block;
    margin: 25px;
}

#icons .icon-image {
 background: #ddd none repeat scroll 0 0;
    display: inline-block;
    position: relative;
}
#icons .icon-image .remove-icon-image {
    position: absolute;
    top: 2px;
    right: 2px;
    color: red;
    font-size: 1.2em;
    line-height: 14px;
    cursor: pointer;
}

#new-icon {
    color: #FFF;
    margin: 30px 0 0;
    padding: 10px;
    font-size: 1.3em;
    background: #880000;
    display: inline-block
}

#calendar-container #remove-calendar {
    background: #880000;
    color: #FFF;
    font-size: 0.8em;
    padding: 5px 10px;
    cursor: pointer;
}

#type-select{
    font-size: 14px;
    font-weight: 800;
    padding: 0 10px;
}