/* Reports */
.generalReportSubmenus {
    width: 30vh;
    position: absolute; 
    top: auto; 
    left: 100%; 
    right: auto;
    margin-top: -25%;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Reports */
    .generalReportSubmenus {
        width: 20vh;
        left: 59%;
        position: absolute !important;
        margin-top: 0;
    }
}
/* Tablet (portrait and landscape) ----------- */
@media only screen and (min-device-width : 481px) and (max-device-width : 767px) {
    /* Reports */
    .generalReportSubmenus {
        width: 50vh;
        left: 20%;
        margin-top: 0;
        position: absolute !important;
    }
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {

}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .col-md-2half{
        width:30%;
    }
    .user-data-list{
        max-width: 36%;
        margin-left: -16px;
    }
    .map-user-data{
        width: 70%;	
    }
    .routeBoardingText  {
        font-size: 1em;
        display: inline-block;
        width: 5em;
        white-space: pre;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .modal-full{
        min-width: 95%;
        width: 95%;
    }
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .col-md-2half{
        width:25%;
    }  
    .user-data-list{
        max-width: 31%;
        margin-left: -16px;
    }
    .map-user-data{
        width: 75%;	
    }
    .routeBoardingText  {
        font-size: 1em;
        display: inline-block;
        width: 5em;
        white-space: pre;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

}
/* Desktops and laptops ----------- */
@media only screen and (min-device-width : 720px) and (max-device-width : 1280px) and (orientation : portrait) {
    .col-md-2half{
        width:30%;
    }
    .user-data-list{
        max-width: 36%;
        margin-left: -16px;
    }
    .map-user-data{
        width: 70%;	
    }
    .routeBoardingText  {
        font-size: 1em;
        display: inline-block;
        width: 5em;
        white-space: pre;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .modal-full{
        min-width: 95%;
        width: 95%;
    }
}
/* Large screens ----------- */
@media only screen and (min-width : 1824px) {

}
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {

}
@media only screen and (min-width : 1366px) {
}