.diskhero_admin_main_container{
    margin:20px 0;
}

.diskhero_admin_main_container:after{
    content:'';
    clear:both;
    display:block;
}

.diskhero_admin_main_container p {
	font-size: 15px;
}

.diskhero_admin_col_1,
.diskhero_admin_col_2 {
	box-sizing: border-box;
	padding: 1%;
}

.diskhero_admin_col_1 {
	width: 70%;
	background: #fff;
	border-radius: 4px;
	margin: 1%;
	float: left;
}

.diskhero_admin_col_2 {
	width: 26%;
	background: #fff;
	border-radius: 4px;
	margin: 1%;
	float: left;
	padding: 2%;
}

.diskhero_inside_col_1{
    text-align:center;
    width: 40%;
    float: left;
}

.diskhero_inside_col_2{
    text-align:center;
    width: 60%;
    float: right;
}

.diskhero_inside_container {
	border: solid 1px #ddd;
	padding: 2%;
	border-radius: 4px;
}

.diskhero-directory-files-container {
	height: 400px;
	overflow: auto;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 10px #ddd inset;
	border: solid 1px #ddd;
	border-radius: 5px;
	max-width: 500px;
	margin: auto;
}

.diskhero_inside_container:after {
	content: '';
	clear: both;
	display: table;
}

.diskhero-progress-bar {
	max-width: 100%;
	margin: 0 auto 20px;
	box-sizing: border-box;
}

.diskhero-progress-bar-first {
	margin: 0 auto 10px;
	padding: 10px;
	border-radius: 5px;
	padding-right: 40px;
	position: relative;
	cursor: pointer;
}

.diskhero-progress-bar-file {
	padding: 10px;
	margin-bottom:0;
}

.diskhero-progress-bar-first:hover,
.diskhero-progress-bar-first.expanded {
	background: #f5f5f5;
	outline: solid 1px #ddd;
}

.diskhero-progress-bar-first:after {
	position: absolute;
	top: 5px;
	right: 10px;
	font-weight: 500;
}

.diskhero-progress-bar-first.notexpanded:after {
	content: '+';
}

.diskhero-progress-bar-first.expanded:after {
	content: '-';
}

.diskhero-progress-bar:last-of-type {
	margin-bottom: 0;
}

.diskhero-progress-bar-single {
	height: 10px;
	background: #f4f4f4;
	border-radius: 30px;
	border: solid 0.5px #ddd;
	overflow: hidden;
	clear: both;
}

.diskhero-progress-bar-folder {
	float: left;
	font-weight: 500;
	margin-bottom: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 80%;
}

.diskhero-progress-bar-counter {
	float: right;
}

.diskhero-progress-bar-inner {
	height: 10px;
	background: #28b328;
}

.diskhero-progress-bar .dashicons-open-folder {
	color: #ffc75b;
}

.diskhero-progress-bar .dashicons-media-default {
	color: #0b98dd;
}

.diskhero-progress-bar-folder-size {
	color: #b5b5b5;
}

.diskhero-progress-bar-child-container {
	padding: 20px 20px 20px 20px;
	background: #fbfbfb;
	margin: 10px 0 0;
	border: solid 1px #ddd;
	border-radius: 6px;
	box-shadow: 0 0 15px #eee inset;
}

.circle {
	width: 200px;
	margin: 6px 6px 20px;
	display: inline-block;
	position: relative;
	text-align: center;
	line-height: 1.2;
}

.circle canvas {
	vertical-align: top;
}

.circle strong {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	transform: translate(0%, -50%);
}

.circle strong i {
	font-style: normal;
	font-size: 0.6em;
	font-weight: normal;
}

.circle span {
	display: block;
	color: #aaa;
	margin-top: 12px;
}
.diskhero_button{
    background: #cc0000;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}