
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    div.theme-1 div.droply-list-div {
        width: 100%;
        min-width: 100%;
    }
    .droply-filedrag{
        width: 100% !important;
        border: 2px dashed white !important;
    }
     .detail-view {
        margin-top: 20px;
    }
    .dropdown-menu {
        right: -90px !important;
    }
    div.theme-1 div.droply-list-menu {
        font-size: 20px;
    }
    .responsive-padding-bottom{
        padding-bottom: 10px;
    }
}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    .desktop-left{
        float: left !important;
    }
    .desktop-right{
        float: right !important;
    }
}
@media (min-width: 1025px) and (max-width: 1280px) {

.desktop-left{
    float: left !important;
}
    .desktop-right{
        float: right !important;
    }

}