.menu-bar {
	padding: 10px;
	text-align: right;
	border: 1px solid rgba(0,0,0,0.1);
}

.menu-bar select {
	top: -10px;
	position: relative;
    display: initial;
}

.bar-controls {
	float: right;
}

#view-selector {
	width: 90px;
	height: 35px;
	background: #fff;
	position: relative;
	display: inline-block;
	margin-left: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	top: 5px;
	overflow: hidden;
	border: 1px solid #ccc;
}

select {
	padding: 5px 25px;
	height: 35px;
	min-width: 140px;
	top:-2px;
	text-indent: 10px;
	position: relative;
	border-radius: 0;
	border: 0 solid rgba(0,0,0,0.2);
	background: #fff;
	border: 1px solid #ccc;
}
	
.list-view {
	width: 50%;
	height: 35px;
	float:left;
	background: url(../images/selector_icons.png) no-repeat 0 0;
	background-color: #fff;
}	

.grid-view {
	background: url(../images/selector_icons.png) no-repeat -45px 0;
	background-color: #fff;
	width: 50%;
	height: 35px;
	float:left;
}

#view-selector .selected {
	background-color: rgba(0,0,0,0.1);
}

#sort-selector {
    width: 45px;
    height: 35px;
    background: rgba(0,0,0,0.05);
    position: relative;
    display: inline-block;
    margin-left: 20px;
    top: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.item-sort.asc {
    width: 100%;
    height: 35px;
    float:left;
    background: url(../images/sort_icons.png) no-repeat 0 0;
    background-color: #fff;
}

.item-sort.desc {
    width: 100%;
    height: 35px;
    float:left;
    background: url(../images/sort_icons.png) no-repeat -45px 0;
    background-color: #fff;
}

.b5-file-manager a {
	display: block;
}

li.b5-item {
	list-style: none;
	text-align: center;
}

/*li.b5-item:hover {
	background: rgba(0,0,0,0.05);
}*/

.b5-item-date {
}

.b5-folder-date {
}

.b5-file-manager a.b5-download {
	font-size: 0.9em;
}

.b5-file-manager a.b5-download.b5-download-icon.after:after,
.b5-file-manager a.b5-download.b5-download-icon.before:before {
    content: "\f316";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/1 'dashicons';
    vertical-align: middle;
}

.b5-title {
	font-size: 0.9em;
}

.b5-item {
   	position: relative!important;
	float: left;
	width: 200px;
	margin: 0px !important;
	padding: 5px 0 10px;
	display: block;
	height: 50px!important;
}

.b5-item div.dashicons.dashicons-category {
	display: block;
	margin: 0 auto 20px;
	max-width: 100%;
}

.b5-icon {
	padding: 10px;
}

ul.b5-breadcrumbs {
	margin: 0 !important;
	padding: 10px 0;
	float: left;
}

.b5-breadcrumbs li {
	display: inline-block;
	padding: 0 10px;
	list-style: none;
	position: relative;
	margin: 0 !important;
}

.b5-breadcrumbs li:first-child:after {
	border: 0;
}

.b5-breadcrumbs li:after {
	content: "";
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid black;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
}

.b5-breadcrumbs li a {
	text-decoration: none;
}

.b5-breadcrumbs li a:hover {
	text-decoration: underline;
}

ul#b5-file-manager-container {
	padding: 20px 0;
	margin: 0;
}

ul.infowrapper li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.b5-icon a {
	text-decoration: none !important;
	margin: 0 auto;
}

.dashicons {
	text-decoration: none !important;
}

.b5-icon img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

/* ---------------   List View --------------- */
.list li.b5-item {
	text-align: left;
	width: 100%;
	height: auto;
	clear: both;
	float: none;
	padding: 10px 0 10px 0;
	margin: 0;
}

.list li.b5-item .b5-icon {
	padding: 2px;
	margin-right: 20px;
    margin-left: 10px;
	float: left;
	width: 30px;
	height: 30px;
    font-size: 90%;
}

.list li.b5-item .b5-info {
	width: 100%;
	height: auto;
}

body .b5-info p {
	margin: 0;
}

.b5-info a {
	text-decoration: none;
}

ul.infowrapper {
	padding: 0 !important;
    margin: 0 0 10px 0 !important;
}

.list .b5-title{
	float: left;
}

.list .dashicons {
	width: 30px !important;
	height: 30px !important;
	font-size: 30px !important;
}

.list ul.infowrapper {
	float: right;
	margin: 0;
	padding: 0;
}

.list ul.infowrapper li {
	list-style: none;
	padding: 0 10px;
	float: left;
}

.list .b5-item div.dashicons.dashicons-category {
	display: block;
	margin: 0;
	max-width: 100%;
}

#b5-loading {
    z-index: 9999;
    /*width: 30px;*/
    height: 30px;
    background: #fff url("../images/loading.gif") no-repeat center center;
    /*position: absolute;*/
    left: 50%;
    top: 50%;
    margin-top: 15px;
    /*margin-left: -30px;*/
    display: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

/* ---------------   Responsive --------------- */
@media all and (min-width: 480px) and (max-width: 700px) {
	.b5-item  {
		width: 50%;
	}
}

@media all and (max-width: 480px) {
	.b5-item  {
		width: 100%;
	}
}