.dataTables_wrapper .fg-toolbar {
	background: none;
	border: none;
}

.btn-no-radius {
	border-radius: 0;
}
/*
.btn, input[type="checkbo"] {
	margin-right: 2px;
}*/

div.dataTables_filter input {
	height: 35px !important;
}

table.dataTable thead>tr>th {
	background: none;
}

table.dataTable a {
	word-break: break-all;
	word-wrap: break-word;
}

table.dataTable tr.odd {
	background-color: #ececec !important;
}

textarea.wysiwyg {
	display: none !important;
}

.elfinder .elfinder-cwd-view-icons .elfinder-cwd-file {
	height: auto !important;
	min-height:90px !important;
}

.elfinder-contextmenu {
	background-color: #fff !important;
}

.elfinder-button-menu {
	display: none !important;
}
.elfinder-button-search input[type="text"] {
	border: 1px solid lightgray !important;
	border-radius: 0;
}

.ui-state-disabled {
    background-image: none;
    opacity: 1 !important;
    pointer-events: auto !important;
}

.ui-resizable.ui-dialog {
	position: absolute !important;
}

.elfinder-dialog {
	top: 50% !important;
	margin-top: -200px !important;
	z-index: 99999;
	left: 50% !important;
	margin-left: -300px !important;
	position: fixed !important;
}

.elfinder-button-search input[type="text"] {
	font-size: 12px;
	font-weight: normal;
}

/* fix for non-working preview in jquery 2.0+ */
.elfinder-dialog-icon-confirm, .elfinder-button-icon-quicklook, div[title="Podgląd"] {
	display: none !important;
}

.elfinder-resize-type label {
	padding-right: 10px;
	padding-left: 5px;
}

.elfinder-resize-row input[type="checkbox"] {
	margin-right: 5px;
}

table.dataTable tr.odd td.sorting_1 {
	background-color: #fff !important;
}

table.dataTable tr td.sorting_1 {
	background-color: #fff !important;
}

a, a:hover, a:active, a:focus {
	color: #009FE3;
}

.dialogelfinder {
	z-index: 9999999 !important;
}

.elfinder-dialog-icon-error {
	display: none !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	background-color: #f4f3f3 !important;
	background-image: none !important;
}

.loader {
	height: 4px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99999;
	overflow: hidden;
	background-color: #fff;
}

.loader.run:before {
	display: block;
	position: absolute;
	content: "";
	left: -200px;
	width: 200px;
	height: 4px;
	background-color: #009FE3;
	animation: loading 2s linear infinite;
}

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}

.loader-disabled {
	pointer-events: none;
	-webkit-filter: grayscale(50%);
	filter: grayscale(50%);
    -moz-filter: grayscale(50%) !important;
    -ms-filter: grayscale(50%) !important;
    -o-filter: grayscale(50%) !important;
}

#modal-container {
	display: none;
}
#modal-container .modal-dialog {
	 width: 900px;
}

#modal-container .modal-body {
	height: 700px;
}
#modal-frame {
	height: 100%;
}
.ui-dialog { z-index: 999999 !important ;}

#result-box {
	position: fixed;
	color: #000;
	background-color: #fff;
	border-top: 2px solid #009FE3;
	min-height: 30px;
	padding: 10px;
	width: 100%;
	bottom: -1080px;
	z-index: 99999;
}

#result-box.full {
  padding: 0;
}

.result-box-flash {
	padding: 10px 20px;
	margin: 0;
}

#result-box-close {
	position: absolute;
	right: 10px;
	color: #000;
	font-size: 26px;
	background-color: transparent;
	border: none;
	z-index: 999999;
}

#categories-tree {
	overflow: auto;
}

.select2-container {
	width: 100% !important;
}

.language-selector {
	border: 1px solid transparent;
	padding: 5px;
}

.language-selector.active {
	border-bottom: 1px solid #21272b;
}  

.users-history-form {
	margin-bottom: 20px;
} 

.category-hidden {
	color: #FF0000 !important;
}

#contents-legend ul {
	list-style: none; 
	padding-left: 0;
}

#contents-legend ul li {
	display: inline-block;
	margin-right: 10px;
}

#contents-legend ul li:before {
	content: '';
	display: inline-block; 
	background-color: #6da070;
	width: 15px;
	height: 15px;
	margin-right: 10px;
}

#contents-legend ul li:nth-child(2):before {
	background-color: #E9573F;
}

#contents-legend ul li:nth-child(3):before {
	background-color: #313940;
}

#contents-legend ul li:nth-child(4):before {
	background-color: #009FE3;
}

.dropdown-menu {
	z-index: 10000;
}


.notification-overlay {
	background-color: rgba(0,0,0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
}

.notification-wrapper {
	width: 600px;
	height: 300px;
	left: 50%;
	margin-left: -300px;
	top: 50%;
	margin-top: -150px;
	position: absolute;
	background-color: #fff;
	padding: 10px;
}

.notification-content {
	height: 230px;
	width: 100%;
	overflow-y: auto;
} 

.chosen-container .chosen-results li {
	height: auto !important;
}