@media only screen and (max-width: 767px) {
    #newfolder_button {
        margin-top: 0px;
        transform: translateX(-7px);
    }

    .btn-new-folder {
        transform: translateX(7px);
    }

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

    .d-icon-directory {
        text-align: left;
        padding-right: 0px;
        padding-top: 10px;
    }

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

    div.breadcrumbs a {
        color: #841718;
        font-size: 14px;
        font-family: "Roboto";
        font-weight: 500;
    }

    .col-directory {
        margin-top: 12px;
    }

    .col-search {
        margin-top: 12px;
    }

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

    .button.secondary {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }

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

    .fileinput-button.btn-gray {
        width: 100%;
        text-align: center;
    }

    .files .name * {
        width: 160px;
        display: inline-block;
    }

    .files .progress {
        width: 100%;
    }

    .modal-buttons.right {
        float: none;
    }

    .modal-buttons {
        display: block;
    }

    .modal-buttons .button {
        margin-left: 0px;
        margin-bottom: 10px;
    }
    
    .text-search-box {
        float: none;
        width: 100%;
    }
    
    .text-search-box #text-search{
        width: 100%;
    }

    .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;
        width: 100%;
    }


}


/* ----- RESPONSIVE S5 ----- */
@media only screen and (max-width: 360px) {}

/* ----- RESPONSIVE iPHONE 5/SE ----- */
@media only screen and (max-width: 320px) {}

/* ----- RESPONSIVE iPHONE X ----- */
@media only screen and (max-width: 375px) {}

/* ----- RESPONSIVE MOVIL DESKTOP ----- */
@media only screen and (max-width: 500px) {}

/* ----- RESPONSIVE MOVIL DESKTOP ----- */
@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 991px) {}

/* ----- 1100 ----- */
@media only screen and (max-width: 1100px) {}

/* ----- ULTRAWIDE SCREEN ----- */


@media only screen and (min-width: 1386px) {}
