/**
 * MacOS X like theme for elFinder.
 * Required jquery ui "smoothness" theme.
 *
 * @author Dmitry (dio) Levashov
 **/

/* dialogs */
.std42-dialog, .std42-dialog .ui-widget-content {
	background-color: #efeff4;
	background-image: none;
	background-clip: content-box;
}

.ui-widget-content.std42-dialog {
	border: 1px solid #c8c7cc !important;
	border-radius: 0;
}

/* navbar */
.elfinder .elfinder-navbar {
	background: #efeff4 !important;
}

.elfinder-navbar .ui-state-hover {
	background: transparent;
	border-color: transparent;
}

.elfinder-navbar .ui-state-active {
	background: #0079ff;
	border-color: #0079ff;
	color: #fff;
}

.ui-state-active.ui-state-hover {
	background: #0079ff!important;
}

.elfinder-dialog-resize .ui-state-active.ui-state-hover {
	background: none !important;
}

.elfinder-navbar .elfinder-droppable-active {
	background: #A7C6E5 !important;
}



/* disabled elfinder */
.elfinder-disabled .elfinder-navbar .ui-state-active {
	background: #dadada;
	border-color: #aaa;
	color: #fff;
}

/* current directory */
/* selected file in "icons" view */
.elfinder-cwd-view-icons .elfinder-cwd-file .ui-state-hover {
	background: none !important;
}

.ui-state-hover {
	background: #efeff4 !important;
}

/* list view*/
.elfinder-cwd table tr:nth-child(odd) {
	background-color: #edf3fe;
}

.elfinder-cwd table tr {
	border-top: 1px solid #fff;
}

/* common selected background/color */
.elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename.ui-state-hover,
.elfinder-cwd table td.ui-state-hover,
.elfinder-button-menu .ui-state-hover {
	background: #0079ff !important;
	color: #fff;
}

/* disabled elfinder */
.elfinder-disabled .elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename.ui-state-hover,
.elfinder-disabled .elfinder-cwd table td.ui-state-hover {
	background: #dadada;
}

/* statusbar */
.elfinder .elfinder-statusbar {
	color: #555;
}

.elfinder .elfinder-statusbar a {
	text-decoration: none;
	color: #555;
}

.std42-dialog .elfinder-help, .std42-dialog .elfinder-help .ui-widget-content {
	background: #fff;
}

/* contextmenu */
.elfinder-contextmenu .ui-state-hover {
	background: #3875d7;
}

.elfinder-contextmenu .ui-state-hover .elfinder-contextmenu-arrow {
	background-image: url('../img/arrows-active.png');
}

.ui-widget-content {
	border: 0 !important;
}

.ui-widget-header, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: none;
	border: 0;
	border-radius: 0;
}





