body {
    color: #515348;
    font-family: "Roboto";
}

.body-login {
    background-color: #F3F7F8;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.button,
.button *,
button,
button * {
    white-space: nowrap;
}

#logo {
    margin: 0 0 30px 0;
    background-color: #fff;
}

#logo img {
    border: 0;
}

#logo a > img {
    width: 190px;
}


.login #logo img {
    display: block;
    margin: 0 auto;
    width: 200px;
}

a:hover.button,
table a:hover {
    text-decoration: none;
}


.top-menu {
    background-color: #F3F7F8;
    padding-top: 15px;
    padding-bottom: 15px;
}

.top-menu a {
    color: rgba(0, 0, 0, .7);
    cursor: pointer;
    font-family: "Roboto";
    transition: .2s;
}

.top-menu a:hover {
    color: #000000;
}

.top-menu-spacer {
    height: 40px;
}

.d-links-top-menu {
    text-align: right;
    padding-top: 12px;
}

.nav {
    overflow: hidden;
    margin: 0 0 20px 0;
}

.navigation-button-right {
    float: right;
}

.navigation-button-right a,
.navigation-button-right input {
    float: left;
}

#newfolder_button {
    margin: -56px 0 0 0;
}

#newfolder_button ul li {
    min-height: 30px;
}


button.upload-done {
    width: 120px;
}


.navigation-button-right input {
    width: 56%;
    height: 40px;
    margin: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.navigation-button-right div.radius {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 44%;
}

form#fileset {
    margin: 12px 0 0 0;
}

#fileset td {}

table {
    width: 100%;
}

table tbody {
    min-height: 50px;
    overflow: hidden;
}

table tbody tr td {
    border: medium none;
    color: #373737;
    padding: 4px 5px;
    line-height: 30px;
    vertical-align: middle;
}

table .chkboxes {
    min-width: 40px;
    width: 40px;
    text-align: center;
}

a.back {
    /*background: url("img/icons30px.png") no-repeat scroll -30px -360px transparent;*/
    width: 30px;
    height: 30px;
    line-height: 29px;
    color: rgba(0, 0, 0, .5) !important;
    transition: .2s;
}

a.back:hover {
    color: #000000 !important;
}

table .actions {
    width: 10%;
}

table .actions button {
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}


table .actions button.action-info {
    /*background: url("img/icons30px.png") no-repeat scroll -120px -150px transparent;*/
    display: block;
    background-color: transparent;
    font-size: 15px;
    color: rgba(0, 0, 0, .4);
    transition: .2s;
}

table .actions button.action-info:hover {
    color: rgba(0, 0, 0, 1) !important;
}

table .actions button.action-info:active,
table .actions button.action-info:focus {
    border: none;
    box-shadow: none;
    outline: 0;
}

table .actions button.action-delete-account,
table .actions button.action-account {
    float: right;
}

table .actions button.action-account {
    background: url("img/icons30px.png") no-repeat scroll -120px -150px transparent;
    display: block;
}

table .actions button.action-delete-account {
    background: url("img/icons30px.png") no-repeat scroll -150px -240px transparent;
    display: block;
}

table tr.directory a {
    color: #373737;
    font-weight: bold;
}

table td.filename a {
    color: #373737;
}

tr.file td.filename a {
    max-width: 560px;
}

table td.filename a.buffer-cut {
    color: #999999;
}

table td.filename a.buffer-copy {
    color: #000080;
}

.file-list a {
    display: block;
    color: #373737;
}

table .filename {
    text-align: left;
    width: 100%;
    overflow: hidden;
}

table .filesize {
    text-align: right;
    min-width: 70px;
}

table .username {
    width: 150px;
    max-width: 150px;
    min-width: 150px;
    overflow: hidden;
}

table .homedir {
    max-width: 230px;
    overflow: hidden;
}

table .permissions {
    width: 50px;
    min-width: 50px;
    text-align: center;
    font-weight: bold;
}

table .accounts {
    width: 70px;
}

.bottom-actions {
    margin: 0 0 10px 0;
    height: 37px;
}

.bottom-actions button {
    width: auto;
    display: inline;
    padding: 10px 20px 10px 20px;
}

button.select-button {
    width: auto;
    margin: 0 10px 0 0;
}

div#content {
    padding: 20px 30px 20px 30px;
    color: #515348;
    font-size: 76%;
    line-height: 1.6em;
    height: 1%;
    background: #FFF;
    width: 100%;
}

.reveal-modal {
    padding-top: 40px;
}

textarea#file-content {
    max-height: 400px;
    resize: none;
}

#modal {
    border-radius: 5px;
    box-shadow: none;
}

#modal .icon-delete {
    width: 60px;
    margin-bottom: 15px;
}

#second_modal {
    border-radius: 5px;
    box-shadow: none;
}

#big_modal {
    top: 40px;
    border-radius: 5px;
    box-shadow: none;
}

.modal-descr {
    margin: 0 0 20px 0;
}

.modal-descr h4 {
    font-family: "Roboto";
    font-weight: 500;
}

.modal-content {
    margin: 20px 0 30px 0;
}

.modal-content > input {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    box-shadow: none;
    color: #000000;
}

.modal-content h5 {
    font-family: "Roboto";
    font-weight: 500;
}

.modal-buttons button {
    margin: 0 0 0 10px;
}

.modal-buttons .button {
    background-color: #F3F7F8;
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 0;
    color: rgba(0, 0, 0, .6);
    transition: .2s;
    border: none;
    cursor: pointer;
    font-family: "Roboto";
}

.modal-buttons .button:hover {
    background-color: #F3F7F8;
    color: #000000;
}

.modal-buttons .button:active,
.modal-buttons .button:focus {
    box-shadow: none;
}

.modal-buttons .button.alert {
    background-color: transparent !important;
    border: 1px solid rgba(0, 0, 0, .15);
}

#modal .button {
    background-color: #F3F7F8;
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 0;
    color: rgba(0, 0, 0, .6);
    transition: .2s;
    border: none;
    cursor: pointer;
    font-family: "Roboto";
}

#modal .button:hover {
    background-color: #F3F7F8;
    color: #000000;
}

#modal .button:active,
#modal .button:focus {
    box-shadow: none;
}

#modal .button.alert {
    background-color: transparent !important;
    border: 1px solid rgba(0, 0, 0, .15);
}

table[role="presentation"] {
    width: 100%;
    display: block;
    min-height: 40px;
}

.rename_content {
    margin: 0 0 20px 0;
}

.close-reveal-modal {
    background: url("img/icons30px-2.png") no-repeat scroll -150px -240px transparent;
    width: 30px;
    height: 30px;
    opacity: .3;
    transition: .2s;
}

.close-reveal-modal:hover {
    opacity: 1;
}


div#top-panel {
    height: 0px;
    margin: 20px 0 0 0;
    overflow: hidden;
}

.small-auth-menu {
    float: right;
    font-weight: bold;
}

#close-top-panel {
    display: none;
    overflow: hidden;
    margin: 0 0 10px 0;
}

tbody.files .name {
    width: 40%;
    max-width: 200px;
    overflow: hidden;
    padding: 0 0 0 10px;
}

tbody.files .progress-col,
tbody.files .error {
    width: 100%;
}

div.progress {
    width: 100%;
}

.tbody.files {
    width: 100%;
}

.template-upload span.ok {
    background: url("img/icons30px.png") no-repeat scroll -180px -240px transparent;
    border: 0 none;
    float: right;
    height: 30px;
    overflow: visible;
    width: 30px;
}

.template-upload button {
    background: url("img/icons30px.png") no-repeat scroll -150px -240px transparent;
    border: 0 none;
    cursor: pointer;
    float: right;
    height: 30px;
    width: 30px;
    margin: 2px 0 0 0;
}

.template-upload button:hover {
    opacity: 0.4;
}

div.error {
    margin: 1em 0;
    background: #a62b25;
    border-top: 2px solid #db6e3c;
    border-bottom: 2px solid #db6e3c;
    padding: 5px 10px;
    color: #f2dec4;
    color: #fff;
    font-weight: bold;
}

.login div#wrapper {
    width: 420px;
}

.login div#content {
    overflow: hidden;
}

.main div#wrapper {
    min-width: 800px;
}

.login div#topcorners {
    width: 420px;
}

.login div#bottomcorners {
    width: 420px;
}

.login div#header h1 a {
    width: 360px;
    /* 420 - 30 - 30 */
}

div#wrapper {
    text-align: left;
    margin: 0 auto;
}

div#header {
    margin-bottom: 20px;
    padding: 30px 0 0 0;
    color: #515348;
}

div#header h1 {
    margin: 0 30px;
}

div#content {
    padding: 15px 30px 10px 30px;
}

#topcorners {
    background: #FFF;
    height: 10px;
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    behavior: url(/PIE.htc);
}

#bottomcorners {
    background: #FFF;
    height: 10px;
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
    behavior: url(/PIE.htc);
}

.d-icon-directory {
    text-align: right;
    padding-right: 15px;
    padding-top: 9px;
}

.d-icon-directory a {
    font-size: 18px;
    cursor: pointer;
    color: rgba(0, 0, 0, .3);
    transition: .2s;
}

.directory-tree:hover {
    color: #000000;
}

.view-style {
    background: url("img/icons30px.png") no-repeat scroll -120px -300px transparent;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    margin: 0 0px 0 6px;
}

.view-style:hover {
    opacity: 0.4;
}

.odd {
    background: none repeat scroll 0 0 #FFFFFF !important;
}

.even {
    background: none repeat scroll 0 0 #F9F9F9 !important;
}

.image-preview {
    width: 80px;
    /*height: 50px;*/
    margin-right: 20px;
    border: 0;
    position: relative;
    bottom: -8px;
}

.image-size {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    margin: 0 0px 0 6px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.image-size.increase {
    background: url("img/icons30px.png") no-repeat scroll -120px 0px transparent;
}

.image-size.decrease {
    background: url("img/icons30px.png") no-repeat scroll -90px 0px transparent;
}

.image-size:hover {
    opacity: 0.4;
}


.filter-field .postfix {
    font-size: 85%;
    background: url("img/icons30px.png") no-repeat scroll -60px -240px transparent;
}


#dir-links {
    height: 300px;
    overflow: scroll;
}

#text-search {
    width: 200px;
    float: left;
    height: 37px;
}

.text-search-box {
    float: right;
}

.text-search-box .search-img {
    background: url("img/icons30px.png") no-repeat scroll -60px -240px transparent;
    width: 30px;
    height: 30px;
    margin: 3px 10px 0 0;
    display: block;
    float: left;
}

#dir-links li[clink] {
    cursor: pointer;
    font-weight: bold;
}

#dir-links li[isfile] {
    cursor: default;
    font-weight: normal;
}

#dir-links li {
    list-style-type: disc;
}

#dir-links {
    padding: 5px;
    background-color: White;
    margin: 0;
}

#dir-links ul {
    padding: 0;
    margin: 0 0 0 10px;
}

#dir-links li a {
    font-family: Arial;
    text-decoration: none;
    color: black;
}

#dir-links li a:hover {
    color: blue;
}

#dir-links li {
    list-style: none;
    background-image: url("img/dotted.gif");
    background-repeat: repeat-y;
    padding: 2px 0 2px 20px;
    text-indent: -19px;
    background-position: 9px 0;
}

#dir-links li:before {
    content: url("img/folder.gif") "  ";
}

#dir-links li[isfile]:before {
    content: url("img/page.gif") "  ";
}

#dir-links li {
    list-style: none;
    background-image: url("img/dotted.gif");
    background-repeat: repeat-y;
    padding: 2px 0 2px 20px;
    text-indent: -19px;
    background-position: 9px 0;
}

#dir-links li:last-child {
    background-repeat: no-repeat;
}

div.breadcrumbs {
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: 30px;
    float: left;
    color: #666666;
    padding-top: 5px;
}

div.breadcrumbs a {
    color: #3AA2DB;
    font-size: 15px;
    font-family: "Roboto";
    font-weight: 500;
}

div.breadcrumbs span > i {
    font-size: 12px;
    margin-left: 3px;
    margin-right: 3px;
    color: rgba(0, 0, 0, .5);
}

.version-info {
    text-align: center;
    margin: 0;
    float: left;
    cursor: pointer;
}


#footer {
    margin: 50px 0 0 0;
    height: 30px;
}


html body.main div.top-menu div.row a.version-info {
    display: none !important;

}

.login form div label {
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.login form .inputtext {
    background-color: #F3F7F8;
    border-radius: 5px;
    box-shadow: none;
    height: 40px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, .1);
    color: #000000;
    font-family: "Roboto";
}

.login form .inputtext:active,
.login form .inputtext:focus {
    background-color: #F3F7F8;
    border-radius: 5px;
    box-shadow: none;
    height: 40px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, .3);
    color: #000000;
}

.login form .form-group {
    margin-bottom: 20px;
}


.login#content {
    padding-top: 50px;
    padding-bottom: 60px;
}

.btn-ingresar {
    font-family: "Roboto";
    background-color: #3AA2DB;
    font-weight: 400;
    border: none;
    height: 40px;
    border-radius: 5px;
    box-shadow: none;
    transition: .3s;
    margin-top: 20px;
    width: 100%;
}

.btn-ingresar:hover {
    color: #FFFFFF;
    background-color: #000000;
}

.d-logo-main a > img {
    width: 150px;
}

.btn-gray {
    background-color: #F3F7F8;
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
    color: rgba(0, 0, 0, .6);
    transition: .2s;
    border: none;
    cursor: pointer;
    font-family: "Roboto";
}

.btn-gray span > i {
    margin-right: 8px;
    color: rgba(0, 0, 0, .4);
    transition: .2s;
}

.btn-gray > i {
    margin-right: 8px;
    color: rgba(0, 0, 0, .4);
    transition: .2s;
}


.btn-gray:hover {
    color: #000000;
}

.btn-gray:hover span > i {
    color: #000000;
}

.btn-gray:hover > i {
    color: #000000;
}

.btn-gray.select-button {
    padding-left: 17px;
    padding-right: 17px;
}

.btn-gray.select-button:active,
.btn-gray.select-button:focus {
    color: #000000;
}

.btn-gray.select-button:active > i,
.btn-gray.select-button:focus > i {
    color: #000000;
}

.btn-gray.select-button > i {
    font-size: 15px;
}

.btn-gray:active,
.btn-gray:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.fileinput-button.btn-gray {
    padding-top: 12px;
    padding-bottom: 10px;
}

.button.dropdown.split > a {
    color: rgba(0, 0, 0, .6);
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 5px;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    font-size: 14px;
    font-weight: 500;
    font-family: "Roboto";
    border: none !important;
}


.button.dropdown {
    background-color: #F3F7F8;
    border: 1px solid #F3F7F8;
    border-radius: 5px;
}

.inputtext.input-main {
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: none;
    padding-left: 15px;
    padding-right: 15px;
    font-family: "Roboto";
}

.input-main.search {
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: none;
    padding-left: 35px;
    padding-right: 15px;
    height: 40px;
    border-radius: 5px;
    font-family: "Roboto";
    background-image: url(img/icon-input-search.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center left 10px;
}

.input-main.search:active,
.input-main.search:focus {
    background-image: url(img/icon-input-search.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center left 10px;
}


.button.dropdown.split > span {
    background-color: rgba(0, 0, 0, .07);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30px;
    border-left: none !important;
    -webkit-box-shadow: 1px 1px 0 rgb(255 255 255 / 50%) inset;
    -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 1px 1px 0 rgb(255 255 255 / 50%) inset;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.button.dropdown.split > span:hover {
    background-color: rgba(0, 0, 0, .07);
}


.button.dropdown.split > span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 6px;
    border-color: rgba(0, 0, 0, .5) transparent transparent transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -2px;
}

.new-folder {
    padding-right: 43px !important;
}

.sort-invert {
    padding-right: 43px !important;
}

.button.split.dropdown:active,
.button.split.dropdown:focus {
    box-shadow: none;
}

.button.secondary {
    background-color: transparent;
    border: none;
    font-family: "Roboto";
    font-weight: 500;
    color: rgba(0, 0, 0, .6);
    padding-left: 10px;
    padding-right: 10px;
    transition: .2s;
}

.button.secondary:hover {
    background-color: transparent;
    color: #000000;
}

.button.secondary:active,
.button.secondary:focus {
    box-shadow: none;
}

.row.row-bread-search {
    margin-top: 10px;
}

.text-search-box .search {
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: none;
    padding-left: 35px;
    padding-right: 15px;
    height: 40px;
    border-radius: 5px;
    font-family: "Roboto";
    background-image: url(img/icon-input-search.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center left 10px;
}

.text-search-box .search:active,
.text-search-box .search:focus {
    background-image: url(img/icon-input-search.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center left 10px;
}

.btn-cerrar-sesion {
    transition: .2s;
}

.btn-cerrar-sesion:hover {
    color: #000000;
}

.btn-cerrar-sesion:hover > i {
    color: #000000;
}

.btn-cerrar-sesion > i {
    margin-left: 6px;
    color: rgba(0, 0, 0, .4);
    transition: .2s;
}

.btn-ordenar {
    margin-top: -47px;
}

.btn-gray.upload-done:hover {
    color: #000000;
    background-color: #F3F7F8;
}

.progress-success.progress-striped .bar {
    background-color: #007BFF;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
