*,*:after,*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,html {
    font-family: 'Open Sans',sans-serif;
    font-size: 100%;
    padding: 0;
    margin: 0;
}

body {
    padding-top: 32px;
    font-weight: 200;
    background: #ececec;
    overflow: -moz-scrollbars-vertical;
}

#qLpercentage {
    font-family: 'Open Sans',sans-serif;
    font-size: 40px;
    line-height: 40px;
    color: #bbb;
    font-weight: 200;
    height: 60px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    text-shadow: 1px 1px 2px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1);
}

#qLbar {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhN2E3YSIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdhN2E3YSIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(122,122,122,0.4) 0, rgba(122,122,122,0.4) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(122,122,122,0.4)), color-stop(100%, rgba(122,122,122,0.4)));
    background: -webkit-linear-gradient(top, rgba(122,122,122,0.4) 0, rgba(122,122,122,0.4) 100%);
    background: -o-linear-gradient(top, rgba(122,122,122,0.4) 0, rgba(122,122,122,0.4) 100%);
    background: -ms-linear-gradient(top, rgba(122,122,122,0.4) 0, rgba(122,122,122,0.4) 100%);
    background: linear-gradient(to bottom, rgba(122,122,122,0.4) 0, rgba(122,122,122,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#667a7a7a', endColorstr='#667a7a7a', GradientType=0);
    z-index: 200;
    margin: 0;
    overflow: hidden;
}

[class^="rficon-"],[class*=" rficon-"] {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 16px;
    vertical-align: text-top;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.rficon-clipboard-apply {
    background-image: url(../img/clipboard_apply.png);
}

.rficon-clipboard-clear {
    background-image: url(../img/clipboard_clear.png);
}

.btn {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.container-fluid {
    padding-right: 0 !important;
    margin-top: 10px !important;
}

.img-precontainer {
    margin: auto;
    width: 100%;
    text-align: center;
    background: #fff;
    border: none;
}

.img-container {
    height: 91px;
    width: 122px;
    padding: 0;
    border: none;
    overflow: hidden;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    margin: auto;
}

ul.breadcrumb {
    margin-bottom: 5px;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-bottom: 4px;
    padding-top: 6px;
    background: #f0f0f0;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    border-bottom: 1px solid #bbb;
}

ul.breadcrumb .pull-left i {
    margin-top: 2px;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 2px;
    border: 1px solid #aaa;
    color: #666;
    font-weight: 200;
    font-size: 13px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #fff;
}

.img-container *,.img-container-mini * {
    vertical-align: middle;
}

#help {
    display: none;
}

iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.upload-tabbable {
    margin-left: 5px;
    margin-right: 5px;
}

.upload-tabbable .upload-help {
    font-size: 11px;
    font-weight: 200;
    color: #777;
    text-shadow: 0 1px 0 #fff;
    text-align: center;
}

.upload-tabbable .nav {
    margin: 0;
}

.upload-tabbable .nav li a {
    font-size: 13px;
    font-weight: 200;
    color: #777;
    text-shadow: 0 1px 0 #fff;
}

.upload-tabbable .tab-content {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-rigth: 1px solid #ddd;
    background: #fff;
    margin-bottom: 5px;
}

input#filter-input {
    margin: 0;
    width: 84px;
    height: 26px;
    vertical-align: bottom;
    margin-bottom: 2px;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
    font-weight: 200;
    position: relative;
    left: 1px;
}

.qq-uploader .span9 {
    margin-left: 14px !important;
    width: 690px !important;
}

.space10 {
    clear: both;
    height: 10px;
}

h4 {
    font-size: 12px;
    font-weight: 200;
    margin: 0;
    text-align: center;
    padding: 0;
    margin-top: 6px;
    line-height: 18px;
}

h3 {
    font-size: 14px;
    font-weight: 200;
}

.boxes {
    border: 1px solid #ccc;
    word-wrap: break-word;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);
    min-height: 115px;
    text-align: center;
}

.container-fluid {
    padding: 0 10px !important;
}

body .avpw .avpw_primary_button,body .avpw .avpw_primary_button:link,body .avpw .avpw_primary_button:visited,body .avpw .avpw_primary_button:active {
    background-color: #999;
    color: #fff;
    background-image: none;
    border: none;
}

body .avpw .avpw_primary_button:hover {
    border: none;
    background-color: #666;
}

.uploader {
    position: fixed;
    top: 50px;
    left: 14px;
    margin: auto;
    width: 100%;
max-height:260px;
    z-index: 9999;
    overflow: hidden;
    background: #eee;
    padding-top: 20px;
    border: 1px solid #ccc;
    display: none;
    -webkit-box-shadow: 0 0 10px 0 rgba(1,1,1,0.5);
    box-shadow: 0 0 10px 0 rgba(1,1,1,0.5);
}

.download-form {
    margin-bottom: 25px;
}

.grid li i {
    margin-left: 2px;
    margin-right: 2px;
    z-index: 0;
}

.box,.boxx {
    text-align: center;
    word-wrap: break-word;
    vertical-align: top;
    text-align: left;
    position: relative;
    border: none;
    box-shadow: none;
    z-index: 100;
    padding: 4px;
}

.box .btn {
    width: 100%;
    background: none;
    box-shadow: none;
    border: none;
    z-index: 200;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid #bbb;
}

.navbar .navbar-inner {
    border: none;
    min-height: 35px;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-bottom: 2px;
    margin: 0;
    padding-right: 8px;
    padding-left: 8px;
}

.navbar .navbar-inner .container-fluid {
    margin: 0;
    margin-top: 0 !important;
    padding: 0;
}

.navbar .navbar-inner .container-fluid .brand {
    display: none;
}

.navbar .navbar-inner .container-fluid .filters span {
    margin-top: 0;
    font-size: 13px;
    font-weight: 200;
    color: #777;
    text-shadow: 0 1px 0 #fff;
}

ul.sorting {
    position: absolute;
    left: -25px;
    top: 20px;
    min-width: 0;
    background: #eee;
}

ul.sorting li a:hover {
    background: #aaa;
}

.btn-group .dropdown-toggle.sorting-btn {
    background: none;
    border: none;
    box-shadow: none;
    position: relative;
    -webkit-box-shadow: none;
    top: -5px;
    font-size: 13px;
}

.btn-group .dropdown-toggle.sorting-btn:hover {
    background: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

ul.sorting.dropdown-menu>li>a {
    font-size: 12px;
    text-shadow: none;
}

ul.sorting.dropdown-menu>li>a.ascending {
    background-image: url(../img/down.png);
    background-repeat: no-repeat;
    background-position: 6px 8px;
}

ul.sorting.dropdown-menu>li>a.descending {
    background-image: url(../img/up.png);
    background-repeat: no-repeat;
    background-position: 6px 8px;
}

.sorter-container {
    margin-top: 5px;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-bottom: 4px;
    padding-top: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    background-color: #f5f5f5;
    position: relative;
    border-bottom: 1px solid #bbb;
    height: 24px;
}

.sorter-container a.sorter {
    color: #000;
}

.sorter-container a.ascending {
    padding-left: 9px;
    background-image: url(../img/down.png);
    background-repeat: no-repeat;
    background-position: 0 3px;
}

.sorter-container a.descending {
    padding-left: 9px;
    background-image: url(../img/up.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
}

.sorter-container .img-dimension,.sorter-container .file-date,.sorter-container .file-size,.sorter-container .file-extension,.sorter-container .file-name,.sorter-container .file-operations {
    display: block;
    position: absolute;
    top: 0;
    z-index: 100;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    font-size: 13px;
    margin-top: 1px;
    color: #999;
}

.sorter-container .file-operations {
    width: 110px;
    right: 0;
}

.sorter-container .img-dimension {
    width: 65px;
    right: 123px;
}

.sorter-container .file-date {
    width: 70px;
    right: 188px;
}

.sorter-container .file-size {
    width: 55px;
    right: 258px;
}

.sorter-container .file-extension {
    width: 40px;
    right: 313px;
}

.sorter-container .file-name {
    width: 50px;
    left: 52px;
}

.img-dimension,.file-date,.file-size,.file-extension,.file-name,.file-operations {
    font-size: 12px;
    font-weight: 200;
    color: #777;
    text-shadow: 0 1px 0 #fff;
    display: none;
}

.view-controller {
    text-align: left;
}

.view-controller .btn-group>.btn:first-child,.view-controller .btn-group>.btn:last-child {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.navbar .filters .btn {
    margin-bottom: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 5px;
}

.filters .types {
    text-align: right;
}

@media (max-width:780px) {
    #view2 {
        display: none;
    }
}

@media (max-width:839px) {
    body {
        padding-top: 0;
    }

    .filters .types {
        text-align: left;
    }

    .navbar .navbar-inner .container-fluid .brand {
        display: block;
    }

    .navbar .navbar-inner {
        padding-bottom: 4px;
    }

    .filters div.span3.half,.filters div.half.span6 {
        float: none;
        width: 100%;
    }

    .container-fluid {
        margin: 0 !important;
        padding: 0;
    }

    #qLbar {
        height: 50px !important;
    }
}

@media (min-width:400px) and (max-width:839px) {
    .filters .row-fluid .half {
        width: 48.61878453038674%;
        *width: 48.56559304102504%;
        float: left;
    }
}

.tooltip.in {
    z-index: 10000;
    opacity: 1;
    filter: alpha(opacity=1);
    font-weight: bold;
}

.tooltip {
    font-weight: bold;
    z-index: 10000;
}

.grid {
    padding: 0 0;
    margin: 0 auto;
    list-style: none;
    -webkit-overflow-scrolling: touch;
}

.grid li {
    display: inline-block;
    width: 124px;
    border: none;
    margin: 4px;
    margin-bottom: 8px;
    padding: 0;
    vertical-align: top;
}

.grid figure {
    margin: 0;
    position: relative;
    display: block;
    width: 122px;
    margin: auto;
}

.grid figure:hover {
    background: #e0e0e0 !important;
}

.list-view1.grid li {
    width: 100%;
}

.list-view1.grid li figure {
    width: 100%;
}

.grid figcaption {
    text-align: center;
    padding: 2px;
    padding-top: 8px;
    color: #fff;
    height: 30px;
    width: 122px;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: auto;
    bottom: 0;
    -webkit-box-shadow: inset 0 0 8px 0 rgba(41,41,41,0.5);
    box-shadow: inset 0 0 8px 0 rgba(41,41,41,0.5);
}

.grid figcaption a {
    margin: 0;
    padding: 3px;
}

.grid figcaption h3 {
    margin: 0;
    padding: 0;
    color: #fff;
}

.grid h4 {
    text-align: center;
    color: #000;
    padding: 0;
    margin-bottom: 4px;
    margin-top: 4px;
}

.grid figure .box {
    box-sizing: content-box;
}

.list-view0.grid figure .box,.list-view1.grid figure .box,.list-view2.grid figure .box {
    max-width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.list-view0.grid figure .box h4.ellipsis,.list-view1.grid figure .box h4.ellipsis,.list-view2.grid figure .box h4.ellipsis {
    height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-view0.grid figure .box h4,.list-view1.grid figure .box h4,.list-view2.grid figure .box h4 {
    z-index: 1;
}

.list-view0.grid figure .box h4 a,.list-view1.grid figure .box h4 a,.list-view2.grid figure .box h4 a {
    z-index: 1;
}

.list-view0.grid .selected,.list-view1.grid .selected,.list-view2.grid .selected {
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.25);
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.25);
}

.no-touch .list-view0 figure .box {
    z-index: 1;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}

.ui-state-highlight {
    border: 1px solid #f00;
}

.no-touch .list-view0 figure:hover .box,.no-touch .list-view0 figure.cs-hover .box {
    -webkit-box-shadow: 0 0 4px 0 rgba(1,1,1,0.5);
    box-shadow: 0 0 4px 0 rgba(1,1,1,0.5);
    -webkit-transform: translateY(-26px);
    -moz-transform: translateY(-26px);
    -ms-transform: translateY(-26px);
    transform: translateY(-26px);
}

.list-view0 figure:hover .box.no-effect,.list-view0 figure.cs-hover .box.no-effect,.no-effect {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

.list-view0 .img-precontainer-mini {
    display: none;
    background: none;
}

a,a:hover {
    color: #000;
    text-decoration: none;
}

.back-directory .img-precontainer,.back-directory .img-precontainer-mini,.back-directory .box {
    background: none;
}

form {
    margin: 0;
    padding: 0;
}

.modal-body form,.modal-body input {
    margin: 0;
}

.modal-header h3 {
    font-weight: 300;
    font-size: 20px;
}

.list-view1.sorter-container {
    display: block;
}

.list-view0.sorter-container,.list-view2.sorter-container {
    display: none;
}

.list-view0.grid .img-precontainer .img-container img {
    max-width: 122px !important;
    max-height: 91px !important;
}

.list-view0.grid .img-precontainer .img-container img.icon {
    width: 122px;
    margin-top: 0;
}

.list-view0.grid .img-precontainer .filetype {
    position: absolute;
    top: 0;
    width: 120px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
}

.list-view0.grid .cover {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4yNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.25) 0, rgba(255,255,255,0.25) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0.25)), color-stop(100%, rgba(255,255,255,0.25)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.25) 0, rgba(255,255,255,0.25) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.25) 0, rgba(255,255,255,0.25) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.25) 0, rgba(255,255,255,0.25) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.25) 0, rgba(255,255,255,0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40ffffff', endColorstr='#40ffffff', GradientType=0);
    width: 122px;
    position: absolute;
    top: 22px;
    right: 0;
    height: 69px;
}

.list-view0.grid .box {
    background: #fff;
}

.list-view0.grid .directory {
    background: #ddd;
}

.list-view0.grid figure.back-directory .directory {
    background: #bbb;
}

.list-view0.grid figcaption {
    background: #fff;
}

.list-view1.grid li,.list-view2.grid li {
    margin: 0;
}

.list-view1.grid li.back figure.back-directory,.list-view2.grid li.back figure.back-directory {
    height: 34px;
}

.list-view1.grid li:nth-child(odd) figure,.list-view2.grid li:nth-child(odd) figure {
    background: #f9f9f9;
}

.list-view1.grid li:nth-child(odd) figure.directory,.list-view2.grid li:nth-child(odd) figure.directory {
    background: #eaeaea;
}

.list-view1.grid li figure,.list-view2.grid li figure {
    border-bottom: 1px solid #ccc;
    background: #fff;
}

.list-view1.grid li figure.back-directory,.list-view2.grid li figure.back-directory {
    background: #bbb;
}

.list-view1.grid li figure.back-directory .box,.list-view2.grid li figure.back-directory .box {
    background: none;
}

.list-view1.grid li figure.directory,.list-view2.grid li figure.directory {
    background: #efefef;
}

.list-view1.grid li figure.directory box,.list-view2.grid li figure.directory box {
    padding: 0;
    min-height: 10px;
}

.list-view1.grid li figure .box,.list-view2.grid li figure .box {
    margin-left: 50px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.list-view1.grid li figure .box h4,.list-view2.grid li figure .box h4 {
    padding-top: 1px;
    font-size: 13px;
    text-align: left;
}

.list-view1.grid .img-precontainer-mini,.list-view2.grid .img-precontainer-mini {
    display: block;
    position: absolute;
    width: 45px;
    height: 34px;
    overflow: hidden;
    text-align: center;
}

.list-view1.grid .img-precontainer-mini img,.list-view2.grid .img-precontainer-mini img {
    height: 34px;
}

.list-view1.grid .img-precontainer-mini .filetype,.list-view2.grid .img-precontainer-mini .filetype {
    position: absolute;
    top: 5px;
    text-align: center;
    left: 5px;
    padding: 1px 2px;
    font-size: 13px;
    line-height: 22px;
    width: 34px;
    height: 24px;
    color: #fff;
    background: #333;
}

.list-view1.grid .cover,.list-view2.grid .cover {
    display: none;
}

.list-view1.grid .img-container-mini,.list-view2.grid .img-container-mini {
    width: 45px;
    height: 34px;
    border: none;
    overflow: hidden;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    margin: auto;
}

.list-view1.grid .img-precontainer-mini.original-thumb,.list-view2.grid .img-precontainer-mini.original-thumb {
    padding: 0;
}

.list-view1.grid .img-precontainer-mini.original-thumb img,.list-view2.grid .img-precontainer-mini.original-thumb img {
    width: auto;
    margin: 0;
    height: 34px;
}

.list-view1.grid .img-precontainer-mini.original-thumb img.original,.list-view2.grid .img-precontainer-mini.original-thumb img.original {
    width: auto;
    height: auto;
}

.list-view1.grid .img-precontainer,.list-view2.grid .img-precontainer {
    display: none;
}

.list-view1.grid figcaption,.list-view2.grid figcaption {
    background: none;
    width: 120px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: right;
}

.list-view1.grid .selected,.list-view2.grid .selected {
    -webkit-box-shadow: 0 0 3px 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px 2px rgba(0,0,0,0.2);
}

.list-view1.grid .img-dimension,.list-view1.grid .file-date,.list-view1.grid .file-size,.list-view1.grid .file-extension {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    margin-top: 7px;
}

.list-view1.grid .img-dimension {
    width: 65px;
    right: 120px;
}

.list-view1.grid .file-date {
    width: 70px;
    right: 185px;
}

.list-view1.grid .file-size {
    width: 55px;
    right: 255px;
}

.list-view1.grid .file-extension {
    width: 40px;
    right: 310px;
}

.list-view1.grid figure .box {
    padding-right: 352px;
}

.list-view2.grid figure .box {
    padding-right: 115px;
}

@media (max-width:610px) {
    .list-view1.grid figure .box {
        padding-right: 312px;
    }

    .list-view1.grid figure .file-extension {
        display: none;
    }

    .sorter-container .file-extension {
        display: none;
    }
}

@media (max-width:565px) {
    .list-view1.grid figure .box {
        padding-right: 257px;
    }

    .list-view1.grid figure .file-size {
        display: none;
    }

    .sorter-container .file-size {
        display: none;
    }
}

@media (max-width:495px) {
    .list-view1.grid figure .box {
        padding-right: 187px;
    }

    .list-view1.grid figure .file-date {
        display: none;
    }

    .sorter-container .file-date {
        display: none;
    }
}

@media (max-width:430px) {
    .list-view1.grid figure .box {
        padding-right: 115px;
    }

    .list-view1.grid figure .img-dimension {
        display: none;
    }

    .sorter-container .img-dimension {
        display: none;
    }

    .breadcrumb {
        margin-left: 0;
        margin-right: 0;
    }
}

.list-view2.grid .img-precontainer-mini .filetype.pdf,.list-view1.grid .img-precontainer-mini .filetype.pdf {
    background: #cb0011;
}

.list-view2.grid .img-precontainer-mini .filetype.css,.list-view1.grid .img-precontainer-mini .filetype.css {
    background: #d10698;
}

.list-view2.grid .img-precontainer-mini .filetype.ai,.list-view1.grid .img-precontainer-mini .filetype.ai {
    background: #d6772f;
}

.list-view2.grid .img-precontainer-mini .filetype.psd,.list-view1.grid .img-precontainer-mini .filetype.psd {
    background: #0960a4;
}

.list-view2.grid .img-precontainer-mini .filetype.html,.list-view1.grid .img-precontainer-mini .filetype.html,.list-view2.grid .img-precontainer-mini .filetype.xhtml,.list-view1.grid .img-precontainer-mini .filetype.xhtml {
    background: #035bc4;
}

.list-view2.grid .img-precontainer-mini .filetype.fla,.list-view1.grid .img-precontainer-mini .filetype.fla,.list-view2.grid .img-precontainer-mini .filetype.flv,.list-view1.grid .img-precontainer-mini .filetype.flv {
    background: #cf302e;
}

.list-view2.grid .img-precontainer-mini .filetype.ppt,.list-view1.grid .img-precontainer-mini .filetype.ppt,.list-view2.grid .img-precontainer-mini .filetype.pptx,.list-view1.grid .img-precontainer-mini .filetype.pptx {
    background: #da5b00;
}

.list-view2.grid .img-precontainer-mini .filetype.xls,.list-view1.grid .img-precontainer-mini .filetype.xls,.list-view2.grid .img-precontainer-mini .filetype.xlsx,.list-view1.grid .img-precontainer-mini .filetype.xlsx,.list-view2.grid .img-precontainer-mini .filetype.css,.list-view1.grid .img-precontainer-mini .filetype.css {
    background: #1a712c;
}

.list-view2.grid .img-precontainer-mini .filetype.rts,.list-view1.grid .img-precontainer-mini .filetype.rts,.list-view2.grid .img-precontainer-mini .filetype.doc,.list-view1.grid .img-precontainer-mini .filetype.doc,.list-view2.grid .img-precontainer-mini .filetype.docx,.list-view1.grid .img-precontainer-mini .filetype.docx {
    background: #002093;
}

.list-view2.grid .img-precontainer-mini .filetype.rar,.list-view1.grid .img-precontainer-mini .filetype.rar,.list-view2.grid .img-precontainer-mini .filetype.zip,.list-view1.grid .img-precontainer-mini .filetype.zip,.list-view2.grid .img-precontainer-mini .filetype.gzip,.list-view1.grid .img-precontainer-mini .filetype.gzip {
    background: #fe9221;
}

.list-view2.grid .img-precontainer-mini .filetype.mp4,.list-view1.grid .img-precontainer-mini .filetype.mp4,.list-view2.grid .img-precontainer-mini .filetype.mpeg,.list-view1.grid .img-precontainer-mini .filetype.mpeg,.list-view2.grid .img-precontainer-mini .filetype.mov,.list-view1.grid .img-precontainer-mini .filetype.mov,.list-view2.grid .img-precontainer-mini .filetype.avi,.list-view1.grid .img-precontainer-mini .filetype.avi,.list-view2.grid .img-precontainer-mini .filetype.mpg,.list-view1.grid .img-precontainer-mini .filetype.mpg,.list-view2.grid .img-precontainer-mini .filetype.wma,.list-view1.grid .img-precontainer-mini .filetype.wma,.list-view2.grid .img-precontainer-mini .filetype.webm,.list-view1.grid .img-precontainer-mini .filetype.webm {
    background: #31231e;
}

.list-view2.grid .img-precontainer-mini .filetype.mp3,.list-view1.grid .img-precontainer-mini .filetype.mp3,.list-view2.grid .img-precontainer-mini .filetype.m4a,.list-view1.grid .img-precontainer-mini .filetype.m4a,.list-view2.grid .img-precontainer-mini .filetype.ac3,.list-view1.grid .img-precontainer-mini .filetype.ac3,.list-view2.grid .img-precontainer-mini .filetype.aiff,.list-view1.grid .img-precontainer-mini .filetype.aiff,.list-view2.grid .img-precontainer-mini .filetype.mid,.list-view1.grid .img-precontainer-mini .filetype.mid,.list-view2.grid .img-precontainer-mini .filetype.ogg,.list-view1.grid .img-precontainer-mini .filetype.ogg,.list-view2.grid .img-precontainer-mini .filetype.wav,.list-view1.grid .img-precontainer-mini .filetype.wav {
    background: #9f008b;
}

.list-view2.grid .img-precontainer-mini .filetype.odt,.list-view1.grid .img-precontainer-mini .filetype.odt,.list-view2.grid .img-precontainer-mini .filetype.ots,.list-view1.grid .img-precontainer-mini .filetype.ots,.list-view2.grid .img-precontainer-mini .filetype.ott,.list-view1.grid .img-precontainer-mini .filetype.ott,.list-view2.grid .img-precontainer-mini .filetype.odb,.list-view1.grid .img-precontainer-mini .filetype.odb,.list-view2.grid .img-precontainer-mini .filetype.odg,.list-view1.grid .img-precontainer-mini .filetype.odg,.list-view2.grid .img-precontainer-mini .filetype.otp,.list-view1.grid .img-precontainer-mini .filetype.otp,.list-view2.grid .img-precontainer-mini .filetype.otg,.list-view1.grid .img-precontainer-mini .filetype.otg,.list-view2.grid .img-precontainer-mini .filetype.odf,.list-view1.grid .img-precontainer-mini .filetype.odf,.list-view2.grid .img-precontainer-mini .filetype.ods,.list-view1.grid .img-precontainer-mini .filetype.ods,.list-view2.grid .img-precontainer-mini .filetype.odp,.list-view1.grid .img-precontainer-mini .filetype.odp {
    background: #367bbe;
}

.list-view2.grid .img-precontainer-mini .filetype.jpg,.list-view1.grid .img-precontainer-mini .filetype.jpg,.list-view2.grid .img-precontainer-mini .filetype.jpeg,.list-view1.grid .img-precontainer-mini .filetype.jpeg,.list-view2.grid .img-precontainer-mini .filetype.png,.list-view1.grid .img-precontainer-mini .filetype.png,.list-view2.grid .img-precontainer-mini .filetype.bmp,.list-view1.grid .img-precontainer-mini .filetype.bmp,.list-view2.grid .img-precontainer-mini .filetype.gif,.list-view1.grid .img-precontainer-mini .filetype.gif,.list-view2.grid .img-precontainer-mini .filetype.tiff,.list-view1.grid .img-precontainer-mini .filetype.tiff,.list-view2.grid .img-precontainer-mini .filetype.svg,.list-view1.grid .img-precontainer-mini .filetype.svg {
    background: #cfa554;
}

.list-view2.grid .img-precontainer-mini .filetype.txt,.list-view1.grid .img-precontainer-mini .filetype.txt,.list-view2.grid .img-precontainer-mini .filetype.sql,.list-view1.grid .img-precontainer-mini .filetype.sql,.list-view2.grid .img-precontainer-mini .filetype.xml,.list-view1.grid .img-precontainer-mini .filetype.xml,.list-view2.grid .img-precontainer-mini .filetype.log,.list-view1.grid .img-precontainer-mini .filetype.log,.list-view2.grid .img-precontainer-mini .filetype.iso,.list-view1.grid .img-precontainer-mini .filetype.iso,.list-view2.grid .img-precontainer-mini .filetype.dmg,.list-view1.grid .img-precontainer-mini .filetype.dmg {
    background: #cacaca;
}

.list-view2.grid .img-precontainer-mini .filetype.ade,.list-view1.grid .img-precontainer-mini .filetype.ade,.list-view2.grid .img-precontainer-mini .filetype.adp,.list-view1.grid .img-precontainer-mini .filetype.adp,.list-view2.grid .img-precontainer-mini .filetype.mdb,.list-view1.grid .img-precontainer-mini .filetype.mdb,.list-view2.grid .img-precontainer-mini .filetype.accdb,.list-view1.grid .img-precontainer-mini .filetype.accdb {
    background: #b61c19;
}