.editorPanel {
	background-color:#666;
	padding-top:10px;
	padding-bottom:10px;
	color:#ddd;
	top:-102px;
	position:fixed;
	width:100%;
	z-index:1200;
	box-shadow:1px 1px 4px rgba(0,0,0,0.5); 
	
}


.editorPanel a, .editorPanel button {
	color:#fff !important;
}

.editorPanel  .dropdown-menu a {
	color:#000 !important;
}

#editorPanelToggle {

display:block;
position:fixed;
top:0px;
z-index:1200;
left:0px;
}

.editorPanel a, .editorPanel button {
color:#eee;	
}

.editorPanel a:hover,.editorPanel button:hover, .editorPanel .active {
	text-decoration:none;
	color:#fff;
}

.editorTableMinimal td {
	padding:0px !important;	
}

.editorTableMinimal td input {
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	border-radius:0px;
}

.editorItemPanel {
	right:0px;
	top:5px;
	position:relative;
	float:right;
	margin-right:3px;
	margin-left:3px;
}

.editorTextRight {
	text-align:right;
}

.tfooter td {
	border-top:1px solid #555 !important;
	font-weight:bold;
	
}

.editorListFilter {
	background-color:#f8f8f8;
	margin-left:-15px;
	margin-right:-15px;
	margin-top:-15px;
	padding:10px 15px 7px 15px;
	margin-bottom:15px;
}

.editorListFilter.active {
	background-color: #dbebff !important;
}



.editorListFilter .checkbox {

margin-bottom:0px;
margin-top: 5px;
}

.editorListFilter .form-group {
margin-top:0px;
margin-bottom:5px;
}

.form-group.editor-check{
margin-bottom:0px;
margin-top: 0px;
	font-size:0.9em;	
vertical-align: top;
}


.editorFilesItems {
margin-top:5px;
margin-bottom:5px;
display:block;
float:left;
width:100%;
}



#editorModal .modal-dialog {
	width:700px;
}

.editorFilesItems .editorThumb {
	margin-right:5px;
	display:block;
	float:left;
	width:82px;
	height:82px;
	background-color:#f8f8f8;
	border:1px solid #ddd;
	text-align:center;
}

.editorFilesItems .editorThumb:hover {
		border:1px solid #bbb;
}

.editorFilesItems .file img {
	font-size:35px;
	margin-top:15px;
	color:#ddd;
}

.editorFilesItems input {
	border:1px solid #fff;
	padding:3px;
}

.editorFilesItems input:hover {
	/*border:1px solid #ddd;*/
	/*background-color:#eee;*/
	box-shadow: inset 0 0 1px rgba(0,0,0,1);
}

.datepicker{z-index:1500 !important;}

.editorWorkingOverlay {
	background-color:#fff;
	background-image:url(../img/progress6_s.gif);
	background-repeat:no-repeat;
	background-position:center center;
	opacity:0.8;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	z-index:9999;
	display:none;
}



.table-middle td {
	vertical-align:middle !important;
	
}


.editorFormActions {
border-bottom:1px solid #ddd; padding:10px 20px;
background-color:#f8f8f8;
}

.editorFormActions .btn {
margin:4px;
}


.select2-selection{
	min-height:34px;
	border: 1px solid rgb(204, 204, 204) !important;
}

.btn-editor {
 /*
  color: #fff;
  background-color: #666;
  border-color: #666;
*/
  color: #fff;
  border-color: #fff;
  background-color:rgba(0,0,0,1);
}
.btn-editor:hover,
.btn-editor:focus,
.btn-editor:active,
.btn-editor.active,
.open .dropdown-toggle.btn-editor {
  color: #fff;
  background-color: #888;
  border-color: #777;
}
.btn-editor:active,
.btn-editor.active,
.open .dropdown-toggle.btn-editor {
  background-image: none;
}
.btn-editor.disabled,
.btn-editor[disabled],
fieldset[disabled] .btn-editor,
.btn-editor.disabled:hover,
.btn-editor[disabled]:hover,
fieldset[disabled] .btn-editor:hover,
.btn-editor.disabled:focus,
.btn-editor[disabled]:focus,
fieldset[disabled] .btn-editor:focus,
.btn-editor.disabled:active,
.btn-editor[disabled]:active,
fieldset[disabled] .btn-editor:active,
.btn-editor.disabled.active,
.btn-editor[disabled].active,
fieldset[disabled] .btn-editor.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-editor .badge {
  color: #5cb85c;
  background-color: #fff;
}

.editorModal {
	z-index:2000;
	
}


/* .editorModal.fade { */

.editorModal.fade {
 
  -webkit-transition: opacity .05s linear;
       -o-transition: opacity .05s linear;
          transition: opacity .05s linear;
}

.editorModal.fade .modal-dialog {

		  
	  -webkit-transition:none !important;
     -moz-transition:none !important;
       -o-transition:none !important;
          transition:none !important;
		  
  -webkit-transform:none !important;
      -ms-transform:none !important;
          transform:none !important;
}





.modal.fade .modal-dialog {
	/*
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
		  
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
*/
}



.tree-title {
	font-size:17px;
	font-weight:bold;
	color:#999;
	display:inline-block;
	width:100%;
	margin-top:20px;
}

.editorPhotoContainer {
	min-width:5px;
	min-height:10px;
}

.lang_sk {
	display:inline-block;
	width:30px; height:17px;
	background-image:url(../img/sk.png);
	background-repeat:no-repeat;
	background-position:center;
}




.select2-container {
	z-index:2000;
}

#editorPage .select2-container {
	z-index:1500;
}



.rowHighlight td {
	font-weight:bold;
	font-size: 0.98em;
/*	background-image: linear-gradient(rgba(223, 0, 255, 0.5), rgba(255, 255, 0, 0.5));
	*/
}

.rowHighlight.tr-success td {
	background-image: linear-gradient(rgba(223, 240, 216, 0.7), rgba(223, 240, 216, 0.7));
}

.rowHighlight.tr-default td {
	background-image: linear-gradient(rgba(230, 230, 230, 0.6), rgba(230, 230, 230, 0.6));
}

tr.active td {
	
	background-color:#d9eeff !important;
}

.editorColorBadge {
	vertical-align:middle;display:inline-block;height:16px;width:16px;border-radius:16px;
}

.editorGlobalTag {
	vertical-align:middle;display:inline-block;border-radius: 12px;padding: 1px 6px; font-size:0.8em;
	margin:1px;box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}

.editorListCheckSelected {
	padding-bottom: 10px;
/*	padding-left: 9px;*/
/*	padding: 2px;*/
/*	background-color: #FEFACD;*/
	color:#1164FF;


}


.bootstrap-datetimepicker-widget {
	z-index: 2001 !important;
	
}

.editorLookupItem {
padding:6px 12px;
	border-radius: 5px;
background-color: #f4f4f4;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	display: inline-block;
	border:1px solid #ccc;
}

.editorLookupItem i {
	margin-left: 7px;
/*	color:#f00;*/
}

.inputErr  {
	color:#f00;
}

.inputErr input, .inputErr select , .inputErr textarea {
border:2px solid #f00;	
	
}
