/** 
 * Dropfiles
 * 
 * We developed this code with our hearts and passion.
 * We hope you found it useful, easy to understand and to customize.
 * Otherwise, please feel free to contact us at contact@joomunited.com *
 * @package Dropfiles
 * @copyright Copyright (C) 2013 JoomUnited (http://www.joomunited.com). All rights reserved.
 * @copyright Copyright (C) 2013 Damien Barrère (http://www.crac-design.com). All rights reserved.
 * @license GNU General Public License version 2 or later; http://www.gnu.org/licenses/gpl-2.0.html

 */

.icon-32-alert {
    background: url('../images/icon-32-alert.png') 0 0 no-repeat;
}

.icon-48-dropfiles {
    background-image: url(../images/icon-48-dropfiles.png);
}

.icon-refresh::before {
    content: "" !important;
}

span.tagit-label {
    color: #555;
    font-size: 14px;
    font-weight: normal;
}

/* joomla 3.7 */
#mybootstrap [class^="icon-"]:before, #mybootstrap [class*=" icon-"]:before {
    content: none;
}

#mybootstrap .icon-eye {
    background-position: -96px -120px;
}

#mybootstrap a.icon-remove {
    background-position: -308px 5px;
    height: 16px !important;
}

.tagit-autocomplete,
.tagit-autocomplete .ui-menu-item a:hover,
.tagit-autocomplete .ui-state-hover,
.tagit-autocomplete .ui-widget-content .ui-state-hover,
.tagit-autocomplete .ui-widget-header .ui-state-hover,
.tagit-autocomplete .ui-state-focus,
.tagit-autocomplete .ui-widget-content .ui-state-focus,
.tagit-autocomplete .ui-widget-header .ui-state-focus {
    color: #555;
    background: #f6f6f6;
    border: 1px solid #DDD;
}

.dploading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/balls.gif) center center transparent no-repeat;
    z-index: 1000;
}

.dploadingcontainer {
    position: relative;
    z-index: 999;
}

#mycategories .btn-categories > a {
    height: 20px;
    line-height: 20px;
}

#mycategories .btn-sync-google,
#mycategories .btn-sync-dropbox,
#mycategories .btn-sync-onedrive,
#mycategories .btn-index-google {
    width: 100%;
    background: #eee none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    box-sizing: border-box;
    color: #333;
    display: block;
    font-weight: bold;
    height: 30px;
    margin: 5px 0;
    text-decoration: none;
}

#mycategories .btn-sync-google:hover,
#mycategories .btn-sync-onedrive:hover,
#mycategories .btn-index-google:hover {
    box-shadow: 1px 1px 12px #ccc
}

#df-panel-toggle {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 8px;
    height: 10px;
}

#df-panel-toggle span {
    font-size: 16px;
    color: #08c;
    position: absolute;
    text-decoration: none;
    right: 0;
    cursor: pointer;
}

#newcategory {
    margin-left: 0;
    width: 100%;
}

#newcategory .dropdown-menu.pull-right a {
    vertical-align: top;
    height: 30px;
    line-height: 28px;
    padding: 0;
    font-size: 15px;
    text-align: center;
    text-shadow: initial;
    background: #f7f7f7;
    border: 0;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #cccccc;
    box-shadow: inset 0 -2px #cccccc;
    border-top-left-radius: 2px;
}

#newcategory a:first-child:hover {
    border-bottom: 0.5px solid #219d55;
    background: #27ae60;
    color: white;
}

#mycategories .btn-categories a.btn.btn-default.dropdown-toggle {
    vertical-align: top;
    line-height: 28px;
    padding: 0;
    font-size: 15px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: transparent;
    border: 0;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 #006799;
    box-shadow: inset 0 0 #006799;
    border-top-right-radius: 2px;
    width: 10%;
    float: right;
}

#mycategories .btn-categories a.btn.btn-default.dropdown-toggle .caret {
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle;
    border-top: 4px solid #f5f5f5;
}

#newcategory.btn-categories > a:first-child,
#newcategory.centpc > a:first-child {
    width: 90%;
    height: 30px;
    line-height: 32px;
    padding: 0;
    font-size: 15px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: transparent;
    border: 0;
    cursor: pointer;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: bold;
}

#newcategory.centpc:active {
    box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.3) inset;
}

#newcategory ul.dropdown-menu.pull-right li a.googleCat {
    color: #333333;
    font-weight: normal;
    height: 30px;
}

#newcategory ul.dropdown-menu.pull-right li a.googleCat:hover,
#newcategory ul.dropdown-menu.pull-right li a.googleCat:focus {
    /*background: #27ae60;*/
    color: white;
}

#newcategory ul.dropdown-menu.pull-right li a.googleCat:hover .google-drive-icon {
    background-image: url(../images/drive-icon-white.png) !important;
    background-repeat: no-repeat;
    height: 16px;
    line-height: 16px;
    width: 16px !important;
    display: inline-block;
    vertical-align: sub;
}

#newcategory ul.dropdown-menu.pull-right li a.dropboxcat:hover .dropbox-icon {
    background: url(../images/dropbox_icon_white.png) no-repeat;
    height: 18px;
    line-height: 16px;
    width: 16px !important;
    display: inline-block;
    vertical-align: sub;
}

div#mybootstrap div.well select,
div#mybootstrap fieldset select {
    border-radius: 1px;
}

div#mybootstrap div#rightcol div.well {
    background-color: #f4f4f4;
    border: medium none;
    border-radius: 2px;
    box-shadow: none;
    padding: 19px !important;
    margin-bottom: 0;
}

div#mybootstrap {
    font-size: 14px;
}

#mybootstrap {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
}

#mybootstrap [class^="icon-"], #mybootstrap [class*=" icon-"] {
    font-family: inherit !important;
    font-size: 12px;
}

#mybootstrap .dropfiles-column {
    box-sizing: border-box;
}

/* mobile first */
#mycategories {
    flex: 1 100%;
    vertical-align: top;
    width: 300px;
}

#pwrapper {
    flex: 1 100%;
    background: #fff;
}

#rightcol {
    flex: 1 100%;
    vertical-align: top;
    border: 1px solid #e3e3e3;
    background-color: #f5f5f5;
}

/* Tablet (medium) screens */
@media (min-width: 30em) {
    #mycategories, #rightcol {
        flex: 1 15%;
    }

    #pwrapper {
        flex: 1 70%;
    }
}

/* Large screens */
@media (min-width: 48em) {
    #mycategories, #rightcol {
        flex: 1;
    }

    #pwrapper {
        flex: 3;
    }
}

#jform_params_usergroup_chzn .chzn-choices,
.tagit {
    margin: 0;
}

.view-manage #mybootstrap {
    overflow: visible;
    position: relative;
}

.view-manage #navigation {
    margin-bottom: 26px;
    margin-top: -7px;
    text-align: center;
}

#mybootstrap .themesblock a.themebtn {
    display: inline-block;
    width: 62px;
    line-height: 58px;
    color: transparent;
    text-decoration: none;
    margin-bottom: 8px;
    background-repeat: no-repeat;
}

#mybootstrap .themesblock a.themebtn.selected {
    border: none;
    box-shadow: 1px 1px 12px #ccc;
    border-bottom: 2px solid #1D6CB0;
}

div#mycategories ul.dropdown-menu.pull-right {
    padding: 0;
    border-radius: 2px;
    width: 100%;
}

.btn-categories.centpc a.btn.btn-default i.icon-plus,
.btn-categories a.btn.btn-default i.icon-plus {
    font-size: 12px;
    line-height: 16px !important;
}

#categorieslist {
    margin-top: 20px !important;
    padding-left: 0 !important;
}

#rightcol {
    float: right;
    width: 300px;
    vertical-align: top;
}

#rightcol input,
div#rightcol textarea {
    width: auto;
    border-radius: 1px !important;
    box-shadow: none;
}

#rightcol input {
    height: 20px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#mybootstrap #rightcol .minicolors input {
    padding: 4px 0 4px 33px;
}

#rightcol label {
    width: 100%;
}

.dropfiles-hide {
    display: none !important;
}

#mybootstrap #rightcol select {
    width: 100%;
}

#mybootstrap #rightcol h4 {
    margin-top: -10px;
}

.single-upload {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#wpreview {
    /*width: 100%;*/
    padding: 0 10px;
    position: relative;
}

#preview {
    margin: 0 auto;
    background: #FFF;
    /*border: 3px dashed #BBB;*/
    min-height: 200px;
    position: relative;
    padding: 0 0 130px 0;
    overflow: hidden;
}

.hide-list-files {
    min-height: 0 !important;
}

.hide-list-files .restableOverflow {
    display: none;
}

.hide-list-files .uploadplaceholder {
    margin-top: 10px;
}

#preview .table {
    /*border-collapse: separate;*/
    /*border-spacing: 0 5px;*/
    /*display: table;*/
    padding: 5px;
    margin-right: auto;
    margin-left: auto;
    width: 95%;
}

#preview .file {
    position: relative;
}

#preview .file.ui-sortable-helper {
    display: inline-block;
    border: 1px solid #CCC;
    padding: 0;
}

#preview .file.ui-sortable-helper td {
    background-color: #FFF !important;
}

#preview .file > td {
    vertical-align: middle;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    /* pour Opera 9 */
    text-overflow: ellipsis;
    /* pour le reste du monde */;
}

.btn.dropfiles-search-btn {
    width: 150px;
    vertical-align: top;
    height: 30px;
    line-height: 28px;
    padding: 0;
    font-size: 15px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #27ae60;
    border: 0;
    border-bottom: 2px solid #219d55;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #219d55;
    box-shadow: inset 0 -2px #219d55;
    border-top-left-radius: 2px;
}

.btn.dropfiles-search-btn:hover {
    border-bottom: 0.5px solid #219d55;
    background: #27ae60;
    color: white;
}

/** Restable table **/

.restable {
    width: 100%;
    border-collapse: collapse;
}

.dropfiles-unpublished {
    opacity: 0.6;
}

ul li input#toggle-col-MediaTable-0-0 {
    content: "Order";
}

.restableMenu ul li input {
    margin: 0 0 2px;
}

#preview .restable tr,
#preview .restable td,
#preview .restable thead,
#preview .restable tbody,
#preview .restable th {
    border: none;
}

#preview .restable {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

#preview .restable {
    width: 100%;
    margin-bottom: 20px;
}

#preview .restable th,
#preview .restable td {
    padding: 5px 4px;
    line-height: 20px;
    text-align: center;
    border-top: 1px solid #dddddd;
}

#preview .restable th {
    font-weight: bold;
    white-space: nowrap;
    background: #eee none;
}

#preview .restable thead th {
    vertical-align: bottom;
}

#preview .restable caption + thead tr:first-child th,
#preview .restable caption + thead tr:first-child td,
#preview .restable colgroup + thead tr:first-child th,
#preview .restable colgroup + thead tr:first-child td,
#preview .restable thead:first-child tr:first-child th,
#preview .restable thead:first-child tr:first-child td {
    border-top: 0;
}

#preview .restable tbody + tbody {
    border-top: 2px solid #dddddd;
}

#preview .restable {
    background-color: #ffffff;
}

#preview .restable-condensed th,
#preview .restable-condensed td {
    padding: 4px 5px;
}

#preview .restable {
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

#preview .restable th,
#preview .restable td {
    border-left: 1px solid #dddddd;
}

#preview .restable caption + thead tr:first-child th,
#preview .restable caption + tbody tr:first-child th,
#preview .restable caption + tbody tr:first-child td,
#preview .restable colgroup + thead tr:first-child th,
#preview .restable colgroup + tbody tr:first-child th,
#preview .restable colgroup + tbody tr:first-child td,
#preview .restable thead:first-child tr:first-child th,
#preview .restable tbody:first-child tr:first-child th,
#preview .restable tbody:first-child tr:first-child td {
    border-top: 0;
}

#preview .restable thead:first-child tr:first-child > th:first-child,
#preview .restable tbody:first-child tr:first-child > td:first-child,
#preview .restable tbody:first-child tr:first-child > th:first-child {
    -webkit-border-top-left-radius: 1px;
    -moz-border-radius-topleft: 1px;
    border-top-left-radius: 1px;
}

#preview .restable thead:first-child tr:first-child > th:last-child,
#preview .restable tbody:first-child tr:first-child > td:last-child,
#preview .restable tbody:first-child tr:first-child > th:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
}

#preview .restable thead:last-child tr:last-child > th:first-child,
#preview .restable tbody:last-child tr:last-child > td:first-child,
#preview .restable tbody:last-child tr:last-child > th:first-child,
#preview .restable tfoot:last-child tr:last-child > td:first-child,
#preview .restable tfoot:last-child tr:last-child > th:first-child {
    -webkit-border-bottom-left-radius: 1px;
    -moz-border-radius-bottomleft: 1px;
    border-bottom-left-radius: 1px;
}

#preview .restable thead:last-child tr:last-child > th:last-child,
#preview .restable tbody:last-child tr:last-child > td:last-child,
#preview .restable tbody:last-child tr:last-child > th:last-child,
#preview .restable tfoot:last-child tr:last-child > td:last-child,
#preview .restable tfoot:last-child tr:last-child > th:last-child {
    -webkit-border-bottom-right-radius: 1px;
    -moz-border-radius-bottomright: 1px;
    border-bottom-right-radius: 1px;
}

#preview .restable tfoot + tbody:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}

#preview .restable tfoot + tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}

#preview .restable caption + thead tr:first-child th:first-child,
#preview .restable caption + tbody tr:first-child td:first-child,
#preview .restable colgroup + thead tr:first-child th:first-child,
#preview .restable colgroup + tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}

#preview .restable caption + thead tr:first-child th:last-child,
#preview .restable caption + tbody tr:first-child td:last-child,
#preview .restable colgroup + thead tr:first-child th:last-child,
#preview .restable colgroup + tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
}

#preview .restable tbody > tr:nth-child(odd) > td,
#preview .restable tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

#preview .restable tbody tr:hover > td,
#preview .restable tbody tr:hover > th {
    background-color: #f5f5f5;
}

#preview .restable tr.file.selected td {
    background-color: #0073aa;
}

#preview .restable tr.file.selected td.actions [class^="icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background: url(../images/glyphicons-halflings-white.png) no-repeat;
    margin-top: 1px;
}

#preview .restable tr.file.selected {
    box-shadow: 1px 1px 12px #ccc;
    color: #fff;
}

#preview .file > td.ext {
    height: 45px;
    width: 40px;
    background: url(../images/new_icons/neutral.png) center center transparent no-repeat;
    color: #fff;
    position: relative;
    background-size: 60%;
}

#preview .file > td.ext div {
    width: 40px;
}

#preview .file > td.ext.ai {
    background-image: url(../images/new_icons/ai.png);
    color: transparent;
}

#preview .file > td.ext.avi {
    background-image: url(../images/new_icons/avi.png);
    color: transparent;
}

#preview .file > td.ext.css {
    background-image: url(../images/new_icons/css.png);
    color: transparent;
}

#preview .file > td.ext.dll {
    background-image: url(../images/new_icons/dll.png);
    color: transparent;
}

#preview .file > td.ext.doc {
    background-image: url(../images/new_icons/doc.png);
    color: transparent;
}

#preview .file > td.ext.docx {
    background-image: url(../images/new_icons/doc.png);
    color: transparent;
}

#preview .file > td.ext.fla {
    background-image: url(../images/new_icons/fla.png);
    color: transparent;
}

#preview .file > td.ext.flv {
    background-image: url(../images/new_icons/flv.png);
    color: transparent;
}

#preview .file > td.ext.gif {
    background-image: url(../images/new_icons/gif.png);
    color: transparent;
}

#preview .file > td.ext.html {
    background-image: url(../images/new_icons/html.png);
    color: transparent;
}

#preview .file > td.ext.iso {
    background-image: url(../images/new_icons/iso.png);
    color: transparent;
}

#preview .file > td.ext.jpg {
    background-image: url(../images/new_icons/jpg.png);
    color: transparent;
}

#preview .file > td.ext.mov {
    background-image: url(../images/new_icons/mov.png);
    color: transparent;
}

#preview .file > td.ext.mpg {
    background-image: url(../images/new_icons/mpg.png);
    color: transparent;
}

#preview .file > td.ext.ogg {
    background-image: url(../images/new_icons/ogg.png);
    color: transparent;
}

#preview .file > td.ext.pdf {
    background-image: url(../images/new_icons/pdf.png);
    color: transparent;
}

#preview .file > td.ext.php {
    background-image: url(../images/new_icons/php.png);
    color: transparent;
}

#preview .file > td.ext.ppt {
    background-image: url(../images/new_icons/ppt.png);
    color: transparent;
}

#preview .file > td.ext.pptx {
    background-image: url(../images/new_icons/ppt.png);
    color: transparent;
}

#preview .file > td.ext.png {
    background-image: url(../images/new_icons/png.png);
    color: transparent;
}

#preview .file > td.ext.psd {
    background-image: url(../images/new_icons/psd.png);
    color: transparent;
}

#preview .file > td.ext.raw {
    background-image: url(../images/new_icons/raw.png);
    color: transparent;
}

#preview .file > td.ext.sql {
    background-image: url(../images/new_icons/sql.png);
    color: transparent;
}

#preview .file > td.ext.svg {
    background-image: url(../images/new_icons/svg.png);
    color: transparent;
}

#preview .file > td.ext.txt {
    background-image: url(../images/new_icons/txt.png);
    color: transparent;
}

#preview .file > td.ext.wav {
    background-image: url(../images/new_icons/wav.png);
    color: transparent;
}

#preview .file > td.ext.wmv {
    background-image: url(../images/new_icons/wmv.png);
    color: transparent;
}

#preview .file > td.ext.xls {
    background-image: url(../images/new_icons/xls.png);
    color: transparent;
}

#preview .file > td.ext.xlsx {
    background-image: url(../images/new_icons/xls.png);
    color: transparent;
}

#preview .file > td.ext.xml {
    background-image: url(../images/new_icons/xml.png);
    color: transparent;
}

#preview .file > td.ext.zip {
    background-image: url(../images/new_icons/zip.png);
    color: transparent;
}

#preview .file > td.ext .txt {
    position: absolute;
    top: 34px;
    left: 4px;
    display: block;
    width: 25px;
    font-size: 8px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: arial, helvetica, sans-serif;
}

#preview .file > td.title {
    text-align: center;
    word-wrap: break-word;
    font-weight: bold;
    font-size: 14px;
}

#preview .file > td.created {
    text-align: center;
}

#preview .file > td.size {
    text-align: center;
}

#preview .file > td.actions {
    text-align: center;
}

#preview .file > td.version {
    text-align: center;
}

#preview .file > td.hits {
    text-align: center;
}

#preview .file > td.actions a {
    cursor: pointer;
}

#preview .file.uploadplaceholder {
    height: 4px;
    padding: 10px 0;
}

#preview .file.uploadplaceholder td {
    position: relative;
}

#preview .file.uploadplaceholder .dl-loader {
    background: url(../images/dl-loader.gif) center center no-repeat transparent;
    width: 20px;
    height: 20px;
    display: inline-block;
}

/*#preview .restable .ordering {*/
/*float: right;*/
/*}*/

#preview .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#preview .file.highlight td {
    border: 1px dashed #1d6cb0;
    margin: 0;
    padding: 0;
}

#preview .highlight {
    background: #f2f2f2 !important;
    border: 1px solid #212326;
    text-align: center;
    border: 1px solid #DDD;
    height: 50px;
    margin: 5px;
    border: 1px solid #CCC;
}

#preview .clr {
    clear: both;
}

#preview .placeholder img,
.uploadplaceholder img {
    max-width: 100%;
    max-height: 100%;
}

.dropfiles_process_full {
    display: none;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 10px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.dropfiles_process_full.done {
    display: none !important;
}

.dropfiles_process_run {
    width: 0;
    height: 10px;
    background: #0073aa;
    border-radius: 10px;
}

span.editable {
    background: #FFF;
    border: 1px solid #AAA;
    color: #000;
    padding: 1px 3px;
    /*width: 130px;*/
    display: inline-block;
    overflow: visible;
}

#mybootstrap #upload_button,
a#add_remote_file.btn.btn-large.btn-primary,
#mybootstrap a#upload_button_version.btn.btn-large.btn-primary {
    height: auto;
    width: auto;
    border: none;
    text-shadow: none;
    box-shadow: none;
    background: #1d6cb0;
    border-radius: 2px;
    padding: 10px 20px;
    font-size: 14px;
}

#mybootstrap #upload_button:hover,
#mybootstrap #upload_button:focus,
a#add_remote_file.btn.btn-large.btn-primary:hover,
a#add_remote_file.btn.btn-large.btn-primary:focus,
#mybootstrap a#upload_button_version.btn.btn-large.btn-primary:hover,
#mybootstrap a#upload_button_version.btn.btn-large.btn-primary:focus {
    box-shadow: 1px 1px 12px #ccc;
}

#dropbox .message,
#dropbox_version .message {
    margin-bottom: 10px;
    font-size: 1.1em;
    color: #888;
}

div#dropbox span.message i {
    font-style: normal;
    color: #888;
}

#mybootstrap #insertcategory,
#mybootstrap #insertfile {
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: bold;
}

#mybootstrap .btn-flat-active {
    vertical-align: top;
    height: 30px;
    line-height: 28px;
    padding: 0;
    font-size: 15px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #1D6CB0;
    border: 0;
    cursor: pointer;
    box-shadow: inset 0 -2px #006799;
    border-top-left-radius: 2px;
}

#mybootstrap .btn-flat-active:hover {
    border-bottom: 0.5px solid #0085ba;
    background: #006799;
    color: white;
}

#mybootstrap #imageblock .btn-group-vertical,
#mybootstrap #imageblock .btn-group-vertical .btn {
    width: 100%;
}

#singleimage {
    margin-bottom: 10px;
}

table.restable tbody tr.file td.type {
    /*font-weight: bold;*/
}

/* Sidenav for Docs
-------------------------------------------------- */

#mybootstrap .bs-docs-sidenav2 {
    width: 100%;
    float: left;
    margin-top: 20px !important;
    padding: 0;
}

#mybootstrap .bs-docs-sidenav2 > li a.trash {
    float: right;
    display: none;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    right: 20px;
}

#mybootstrap .bs-docs-sidenav2 > li a.edit {
    float: right;
    display: none;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    right: 2px;
}

#mybootstrap .bs-docs-sidenav2 > li .dd-content:hover a.edit,
#mybootstrap .bs-docs-sidenav2 > li .dd-content:hover a.trash {
    display: inherit;
    opacity: 1;
}

#mybootstrap .bs-docs-sidenav2 > li .dd-content a.edit:hover,
#mybootstrap .bs-docs-sidenav2 > li .dd-content a.trash:hover {
    opacity: 1;
}

#mybootstrap .bs-docs-sidenav2 > li:hover .dd-content .icon-chevron-right {
    display: none;
}

#mybootstrap .bs-docs-sidenav2 .active .icon-chevron-right {
    background-image: url(../images/glyphicons-halflings-white.png);
    opacity: 1;
}

#mybootstrap.joomla30 .bs-docs-sidenav2 .active .icon-chevron-right {
    background-image: none;
    color: white;
}

#mybootstrap .dropfilesparams .paraminput {
    display: block;
    margin-bottom: 5px;
    min-height: initial;
}

#mybootstrap .dropfilesparams .paraminput .btn {
    vertical-align: top;
    width: auto;
    height: 20px;
    box-sizing: content-box
}

#mybootstrap .dropfilesparams .paraminput #jform_state .btn {
    width: 84px;
}

#mybootstrap .dropfilesparams .paraminput #jform_custom_icon {
    width: 120px;
}

#mybootstrap .modal-body {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

#mybootstrap .modal-backdrop {
    display: none;
}

#mybootstrap .modal {
    bottom: auto;
}

.modal-body iframe {
    border: none;
    overflow-y: visible;
}

#mybootstrap #preview .well {
    padding: 2px 10px;
}

#mybootstrap #dropfilesparams .radio input[type="radio"] {
    margin-left: 0;
}

#mybootstrap #dropfilesparams .radio {
    padding-left: 0;
}

#mybootstrap #dropfilesparams .radio label {
    margin-right: 20px;
    float: left;
}

#mybootstrap .form-horizontal .control-label {
    width: 160px;
}

#mybootstrap .paraminput .input-prepend a.modal {
    position: relative;
    left: 0;
    z-index: 0;
    box-shadow: none;
}

/**
 * Nestable
 */

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list .dd-list {
    padding-left: 30px;
}

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    /*display: block;*/
    /*height: 30px;*/
    /*margin: 5px 0;*/
    padding: 2px 6px;
    /*color: #333;*/
    /*text-decoration: none;*/
    /*font-weight: bold;*/
    /*border: 1px solid #ccc;*/
    /*background: #fafafa;*/
    /*background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);*/
    /*background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);*/
    /*background: linear-gradient(top, #fafafa 0%, #eee 100%);*/
    /*-webkit-border-radius: 3px;*/
    /*border-radius: 3px;*/
    /*box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
}

.dd-handle:hover {
    color: #2ea8e5;
    background: #fff;
    cursor: move;
}

.dd-content [class^="icon-"]:before,
.dd-content [class*=" icon-"]:before {
    display: none;
}

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 22px;
    height: 20px;
    margin: 3px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    box-shadow: initial;
}

.dd-item > button:hover {
    background: transparent;
}

.dd-item > button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #fff;
}

.dd-item > button[data-action="collapse"]:before {
    content: '-';
    color: #fff;
    font-size: 17px;
}

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
}

.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
}

/**
 * Nestable Extras
 */

.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

#nestable-menu {
    padding: 0;
    margin: 20px 0;
}

#nestable-output,
#nestable2-output {
    width: 100%;
    height: 7em;
    font-size: 0.75em;
    line-height: 1.333333em;
    font-family: Consolas, monospace;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/*@media only screen and (min-width: 700px) {

    .dd { float: left; width: 48%; }
    .dd + .dd { margin-left: 2%; }

}*/

.dd-hover > .dd-handle {
    background: #2ea8e5 !important;
}

/**
 * Nestable Draggable Handles
 */

.dd3-content {
    display: block;
    height: 24px;
    margin: 5px 0;
    padding: 3px 10px 5px 30px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border: none;
    background: #32373C none repeat scroll 0 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd3-content:hover {
    color: #23282D;
    border-right: 2px solid #191E23;
    box-shadow: 1px 1px 12px #ccc;
}

.dd3-content:hover .trash,
.dd3-content:hover .icon-edit {
    opacity: 1 !important;
}

.dd3-content a.t {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    float: left;
    width: 90%;
    height: 20px;
}

#mybootstrap .dd3-content .title {
    font-size: 13px;
    line-height: 20px;
}

.dd3-content a.editable {
    overflow: inherit; !important;
}

.dd3-item.active div.dd-content.dd3-content a.t span.title, .dd3-item div.dd-content.dd3-content a.t span.title {
    color: #fff;
}

.dd3-item .title.editable {
    color: #000 !important;
}

.dd3-content:hover a.t {
    z-index: 9999;
    position: relative;
}

#mybootstrap .bs-docs-sidenav2 > li .dd-content.disable-cat {
    background: #999;
    pointer-events: none;
    cursor: default;
}

.dd-item.active > .dd-content {
    color: #fff;
    border: none;
    background: #1D6CB0;
}

.dd-item.active > .dd-content:hover {
    box-shadow: 1px 1px 12px #ccc;
}

.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}

.dd3-item > button {
    margin-left: 22px;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    /*width: 30px;*/
    /*text-indent: 100%;*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*border: none;*/
    /*background: #ddd;*/
    /*background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);*/
    /*background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);*/
    /*background: linear-gradient(top, #ddd 0%, #bbb 100%);*/
    /*border-top-right-radius: 0;*/
    /*border-bottom-right-radius: 0;*/
}

.dd3-handle .dropfiles-folder {
    display: block;
    left: 0;
    top: 3px;
    text-align: center;
    text-indent: 0;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    vertical-align: middle;
    position: absolute;
    width: 26px;
}

/*.dd3-handle:before {*/
/*content: '≡';*/
/*display: block;*/
/*position: absolute;*/
/*left: 0;*/
/*top: 3px;*/
/*width: 100%;*/
/*text-align: center;*/
/*text-indent: 0;*/
/*color: #fff;*/
/*font-size: 20px;*/
/*font-weight: normal;*/
/*line-height: 22px;*/
/*}*/

.dd3-handle i.zmdi.zmdi-folder {
    float: left;
}

.dd3-handle i.zmdi.zmdi-folder:before {
    font-size: 20px;
}

.dd3-handle:hover {
    background: transparent;
}

#mybootstrap .bs-docs-sidenav2 > li .dd-content:hover a.edit .icon-edit, #mybootstrap .bs-docs-sidenav2 > li .dd-content:hover a.trash .icon-trash {
    background-image: url(../images/glyphicons-halflings-white.png);
    opacity: 1;
}

#newcategory.button-primary {
    background: #1D6CB0;
    border-color: #0073aa #006799 #006799;
    -webkit-box-shadow: 0 1px 0 #006799;
    box-shadow: 0 2px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
    border-radius: 4px;
}

.icon-googledrive,
.google-drive-icon {
    background: url(../images/drive-icon.png) no-repeat;
    height: 16px;
    line-height: 16px;
    width: 16px !important;
    display: inline-block;
    vertical-align: sub;
}

.google-drive-icon-white {
    background-image: url(../images/drive-icon-white.png) !important;
    background-repeat: no-repeat;
    height: 16px;
    line-height: 16px;
    width: 16px !important;
    display: inline-block;
    vertical-align: sub;
}

.onedrive-icon {
    height: 18px;
    line-height: 16px;
    width: 22px !important;
    display: inline-block;
    vertical-align: sub;
    background: url(../images/onedrive-icon-dark.png) no-repeat center;
    background-size: 26px;
}

.onedrive-icon-white {
    background-image: url(../images/onedrive_white.png) !important;
    background-repeat: no-repeat;
    height: 16px;
    line-height: 16px;
    width: 20px !important;
    display: inline-block;
    vertical-align: sub;
    background-position: center;
    background-size: contain;
}

#newcategory ul.dropdown-menu.pull-right li a.onedrivecat:hover .onedrive-icon {
    background-image: url(../images/onedrive_white.png) !important;
    background-repeat: no-repeat;
    height: 16px;
    line-height: 16px;
    width: 22px !important;
    display: inline-block;
    vertical-align: sub;
}

#toolbar-popup-help .icon-cog:before {
    content: "\46";
}

#fileversion table {
    width: 100%;
}

#fileversion table td {
    border-bottom: 1px solid #CCC;
}

#fileversion table tr:last-child td {
    border-bottom: none;
}

.icon-32-googledrive {
    background: url('../images/drive-icon-32.png') 0 0 no-repeat;
}

.file td.actions a.trash i.icon-trash:before,
.file td.actions a.download i.icon-download:before,
.file td.actions a.move i.icon-move:before,
#versions_content a.trash i.icon-trash:before {
    content: "";
}

div#restableMenu0.restableMenu.restableMenuClosed a.restableMenuButton {
    color: #444;
}

.restableMenu .restableMenuButton {
    text-align: left;
    margin-top: 0 !important;
    background: #fff !important;
    display: inline !important;
}

.restableMenu .restableMenuButton .material-icons {
    vertical-align: top;
}

.restableMenu .restableMenuButton:active,
.restableMenu .restableMenuButton:hover,
.restableMenu .restableMenuButton:focus {
    color: black;
}

div.restableMenu ul li {
    line-height: 1.5em;
    color: #666;
}

div.restableMenu ul li input {
    margin: 0 4px 0 0;
    width: 16px !important;
}

div.categoryblock div.well {
    background-color: #F4F4F4;
    border: none;
    border-radius: 2px;
    box-shadow: none;
}

div.themesblock select {
    border-radius: 1px;
}

form.dropfilesparams button.btn,
#mybootstrap .bootbox.modal .modal-footer a {
    background: #1d6cb0 none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 0 2px 2px 0 !important;
    box-shadow: none !important;
    height: auto !important;
    padding: 5px 20px !important;
    text-shadow: none !important;
    width: auto !important;
    color: #fff !important;
}

form.dropfilesparams button.btn:hover {
    box-shadow: 1px 1px 12px #ccc;
}

form.dropfilesparams button.btn:focus {
    box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.3) inset;
}

body.modal {
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
    margin: 0;
}

.contentpane.modal {
    position: static !important;
    box-shadow: none;
}

#file-handle {
    padding: 10px 10px 0 0;
    background: transparent;
    border: none;
}

#file-handle > div {
    background: #4285f4;
    color: #fff;
    padding: 13px 13px;
    border: 0;
    white-space: nowrap;
    overflow: hidden;
}

#file-handle .fCount {
    background: red;
    width: 26px;
    height: 26px;
    background: red;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 26px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

#categorieslist li.dd-item > .dd-content.dd-content-hover {
    border: 1px solid #4285f4;
}

#toolbar-copy,
#toolbar-scissors,
#toolbar-archive {
    float: right;
}

.dropfilesparams .ui-datepicker-trigger {
    height: 24px;
    vertical-align: top;
}

div#rightcol .button-select span.icon-user {
    background: #1D6CB0 none;
    text-shadow: none;
    box-shadow: none;
    border: none;
}

div#rightcol .button-select span.icon-user {
    background: #1D6CB0 none;
    text-shadow: none;
    box-shadow: none;
    border: none;
}

div#rightcol a.btn.btn-primary.button-select {
    background: #1D6CB0 none;
    text-shadow: none;
    box-shadow: none;
    border: none;
    padding: 5px 12px;
    height: 20px;
    box-sizing: content-box
}

.download-statistics .input-append input {
    border-radius: 0;
    box-shadow: none;
}

.from-date, .to-date, .selection_value {
    float: left;
    margin-left: 10px;
}

.selection {
    float: left;
}

form.dropfilesparams button.btn.dropfiles-search-btn {
    float: left;
    margin: 0 10px;
    box-sizing: border-box;
    height: 28px !important;
    padding: 0 20px !important;
}

span.lbl-date {
    display: inline-block;
}

.calendar {
    right: 0;
}

.dropbox-icon {
    background: url(../images/dropbox_dark.png) no-repeat;
    height: 16px;
    line-height: 16px;
    width: 16px !important;
    display: inline-block;
    vertical-align: sub;
}

.dropbox-icon-white {
    background: url(../images/dropbox_icon_white.png) no-repeat;
    height: 18px;
    line-height: 16px;
    width: 16px !important;
    display: inline-block;
    vertical-align: sub;
}

#fileversion .icon-restore {
    background-position: -216px -24px;
}

/* @media Rule */

@media all and (max-width: 1000px) {
    #mycategories,
    #pwrapper,
    #rightcol {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }

    #mycategories,
    #pwrapper {
        position: inherit;
        left: 0 !important;
        float: left;
    }

    #df-panel-toggle {
        display: none;
    }

    #newcategory.centpc a:first-child {
        width: 100%;
        padding: 5px 0 5px 0;
    }

    #newcategory {
        text-align: center;
        width: 100%;
    }
}

@media (min-width: 768px) {
    #mybootstrap .bootbox.modal {
        max-width: 500px;
        text-align: center;
        margin-left: -250px;
    }
}

html[dir="rtl"] #newcategory .dropdown-toggle {
    float: none;
}

html[dir="rtl"] #rightcol {
    float: left;
}

.modal-body {
    max-height: 100% !important;
}

/* material design icons */

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../iconfont/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../iconfont/MaterialIcons-Regular.woff2) format('woff2'), url(../iconfont/MaterialIcons-Regular.woff) format('woff'), url(../iconfont/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: text-top;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.material-icons-restable {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: text-top;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.material-icons.material-icons-new_folder {
    font-size: 20px !important;
    margin-top: -2px;
}

.material-icons.dropfiles-flip {
    cursor: pointer;
    float: right;
}

.dropfiles-btn-toolbar .icon-save-copy:before, .dropfiles-btn-toolbar .icon-copy:before {
    content: "\e018" !important;
    color: #000;
}

.dropfiles-btn-toolbar .icon-scissors:before {
    content: "\e268" !important;
}

.dropfiles-btn-toolbar .icon-archive:before, .dropfiles-btn-toolbar .icon-drawer-2:before {
    content: "\50" !important;
}

#dropfiles-toolbar {
    position: absolute;
    z-index: 1000;
    top: 5px;
    width: 80%;
    display: none;
}

#dropfiles-toolbar .btn-wrapper {
    display: inline-block;
    margin: 0 0 5px 0;

}

#dropfiles-toolbar .btn-small {
    width: 100%;
    padding: 4px 0;
    position: relative;
    line-height: 16px;
}

#mybootstrap #dropfiles-toolbar .btn {
    background-image: none !important;
    border: 0 solid #bbbbbb !important;
    padding: 4px 8px;
}

#mybootstrap #dropfiles-toolbar .btn:focus {
    outline: 0;
}

#pwrapper .restableHideCols {
    padding-top: 35px !important;
}

#mybootstrap .dropfiles-number-files {
    position: absolute;
    top: -13px;
    left: -4px;
    border-radius: 50%;
    width: 20px;
    z-index: 54;
    height: 20px;
    background-color: #1D6CB0;
    font-size: 12px;
    color: white;
    line-height: 20px;
}

.dropfiles-filter-file {
    position: absolute;
    right: 58px;
    z-index: 99 !important;
    top: 0;
}

.dropfiles-search-file.show {
    margin-top: 3px;
}

.dropfiles-filter-file .restablesearch {
    display: block;
    text-decoration: none;
    font-size: 24px;
    height: 20px;
    text-align: center;
    color: #555;
    float: right;
    cursor: pointer;
    margin-top: 4px;
}

.dropfiles-search-file a.dropfiles-btn-search {
    height: auto;
    width: auto;
    border: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background: #1d6cb0 !important;
    border-radius: 2px !important;
    padding: 4px 16px !important;
    font-size: 14px !important;
}

.dropfiles-search-file #dropfiles_filter_catid {
    float: left;
    padding: 0 4px;
    height: 26px;
    line-height: 24px;
    border-radius: 1px;
    box-shadow: none;
    margin: 0;
    width: auto;
    box-sizing: content-box;
}

.dropfiles-search-file-input {
    height: 26px !important;
    width: 200px !important;
    line-height: 20px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 5px 0 5px !important;
    padding: 0 !important;
    float: left;
}

.dropfiles-search-file a.dropfiles-btn-exit-search {
    height: auto;
    width: auto;
    border: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background: #f7f7f7 !important;
    border-radius: 2px !important;
    padding: 4px 16px !important;
    font-size: 14px !important;
}

#mybootstrap ul ul, #mybootstrap ul ol, #mybootstrap ol ol, #mybootstrap ol ul {
    margin: 0 0 0 12px;
}

#preview table thead tr th a {
    text-transform: uppercase;
    color: #3071a9;
}

#preview table thead tr th a:hover {
    text-decoration: none;
    background: transparent;
}

#mybootstrap #rightcol .icon-calendar,
#mybootstrap #rightcol .icon-user {
    background-image: url(../images/glyphicons-halflings-white.png);
}

#mybootstrap #rightcol .icon-delete {
    background-position: -313px 0;
}

#mybootstrap #rightcol .dropfilesparams .radio,
#mybootstrap #rightcol .dropfilesparams .paraminput ul {
    padding: 0;
    margin: 0;
}

#mybootstrap #rightcol .dropfilesparams .paraminput ul {
    border-radius: 1px !important;
}

.material-icons-up-down {
    line-height: inherit;
    vertical-align: bottom;
}

#mybootstrap #preview .zmdi.zmdi-caret-up,
#mybootstrap #preview .zmdi.zmdi-caret-down {
    line-height: inherit;
    vertical-align: bottom;
    font-size: 24px;
    margin-left: 3px;
}

@media only screen and (max-width: 1600px) {
    #preview .version, #preview .hits, #preview .description {
        display: none;
    }
}

@media only screen and (max-width: 1440px) {
    #preview .version, #preview .hits, #preview .modified_time, #preview .modified, #preview .description {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    #preview .version, #preview .hits, #preview .modified_time, #preview .modified, #preview .created_time, #preview .created, #preview .description {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    #preview .version, #preview .hits, #preview .modified_time, #preview .modified, #preview .created_time, #preview .created, #preview .size, #preview .description {
        display: none;
    }
}
