body {
    margin: 0;
    padding: 0;
    font-family: arial;
    font-size: 13px;
}

.fm-manager {
    padding: 10px;
    background: #f8f8f8;
}

.fm-manager .fm-active {
    background: #cccccc;
}

.fm-manager .fm-file-icon .fm-folder, 
.fm-manager .fm-file-icon .fm-file{
    padding-left: 30px;
    cursor: pointer;
}
.fm-manager .fm-file-icon .fm-folder {
    background: url(images/folder-20x20.png) no-repeat;
}

.fm-manager .fm-file-icon .fm-file {
    background: url(images/file-20x20.png) no-repeat;
}

.fm-grid .fm-folder-container {
    padding: 12px 0;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
}

.fm-grid .fm-folder-empty-container {
    height: 100px;
}

.fm-manager .fm-label {
    padding: 4px 0;
    width: 100%;
    text-align: center;
}

.fm-manager input.fm-label:-moz-read-only {
    border: none;
    background-color: transparent;
}

.fm-manager input.fm-label:read-only {
    border: none;
    background-color: transparent;
}

ul#fm-breadcrumbs {
    padding: 0;
    list-style: none;
    width: 100%;
    clear: both;
    float: left;
}

ul#fm-breadcrumbs li {
    float: left;
    margin: 0px 15px 0 0;
    cursor: pointer;
}

ul#fm-breadcrumbs li:after {
    content: ' \00bb ';
}

ul#fm-breadcrumbs li:first-child {
    margin-left: 0;
}

ul#fm-breadcrumbs li:last-child:after {
    content: '';
}

.fm-context-menu {
    display: none;
    z-index: 99999;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    /*border-radius: 5px;*/
    padding: 0;
	
}

.fm-toggle-child {
    position: absolute;
    left: 0;
    color: #5A5A5A;
}

.fm-toggle-child:hover {
    text-decoration: none;
}

.fm-subfolder {
    display: none;
}

.fm-show {
    display: block;
}

/* Each of the items in the list */

.fm-context-menu li {
    padding: 6px 12px;
    cursor: pointer;
    list-style-type: none;
}

.fm-context-menu li > span {
    margin-right: 5px;
}

.fm-context-menu li:hover {
    background-color: #DEF;
}

.fm-popup-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.79);
    z-index: 9999;
    display: none;
    top: 0;
    left: 0;
}

.fm-popup-container {
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    padding: 10px;
    background-color: #F3F3F3;
    border: 1px solid #ECECEC;
    border-bottom: 4px solid #C1C1C1;
}

ul.fm-tree {
    /*padding-left: 0px;*/
    list-style: none;
}

ul.fm-tree li a {
    width: 100%;
    padding: 5px 0px;
    display: block;
    background: #f2f2f2;
    border-bottom: 1px solid #cccccc;
    padding-left: 10px;
}

.fm-loader {
    background: url(images/fm-loader.gif) no-repeat rgba(255, 255, 255, 0.6) center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fm-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
}

.fm-popup-inner {
    margin-top: 20px;
}

.fm-confirm-footer {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: right;
    right: 0px;
    bottom: 0;
    padding: 10px;
}

.fm-manager .col-grid-item {
    width: 14%;
    height: 120px;
    display: inline-block;
    text-align: center;
    margin: 1%;
    border-radius: 2px;
    border: 1px solid #c1c1c1;
    font-weight: 400;
    font-size: 13px;
    box-shadow: 0.5px 0.5px 0.5px rgba(204, 204, 204, 0.7);
}

.fm-manager .col-grid-item .fm-grid-item-inner {
    width: 100%;
    height: 80%;
    background-repeat: no-repeat;
    background-position: center;
}

.view-switcher {
    padding: 10px;
    padding-right: 0;
    text-align: right;
    font-size: 20px;
}

.view-switcher a:first-child {
    margin-right: 5px;
}

.view-switcher a {
    color: #d2d2d2;
    text-decoration: none;
}

.view-switcher a:hover {
    text-decoration: none;
}

.view-switcher a.active {
    color: #0093e5;
}

.storage-info {
    margin: 20px 0;
    font-weight: 400;
    font-size: 0.9em;
}

.storage-info .storage-bar {
    width: 150px;
    float: left;
    min-height: 10px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin-right: 10px;
    padding: 4px;
}

.storage-info .storage-consume {
    background: #0093E5;
    height: 4px;
    display: block;
    border-radius: 10px;
}
.storage-info .storage-consume1 {
    background: #0093E5;
    height: 4px;
    display: block;
    border-radius: 10px;
}


.storage-info .allowed-storage {
    font-weight: bold;
    color: #0093E5;
}

.btn-accept-warning {
    margin-right: 10px;
}

.btn-accept-warning {
    margin-right: 10px;
}