@media only screen and (max-device-width: 1280px) {
    .mobile-row {
        margin: 0px 0px 1px 0px !important;
    }
    .form-control{
        width: 100% !important;
    }

    .panel-body{
        padding: 5px !important;
    }

    .sub-box{
        height: 4vh; 
        padding: 5px; 
        text-align: center; 
        color: black; 
        font-size: 14px;
        border: 1px black solid;
        background-color: black;
        color: white;
    }
    .top-box{
        height: 8vh; 
        padding: 5px; 
        background-color: green; 
        text-align: center; 
        color: white; 
        font-size: 14px;
        line-height: 5.5vh;
        border-left: 2px white solid;
        border-right: 2px white solid;
        border-top: 4px white solid;
        border-bottom: 4px white solid;
    }
    .top-box:first-child{
        height: 8vh; 
        padding: 5px; 
        background-color: green; 
        text-align: center; 
        color: white; 
        font-size: 14px;
        line-height: 5.5vh;
        border-left: 4px white solid;
        border-right: 2px white solid;
        border-top: 4px white solid;
        border-bottom: 4px white solid;
    }
    .top-box:last-child{
        height: 8vh; 
        padding: 5px; 
        background-color: green; 
        text-align: center; 
        color: white; 
        font-size: 14px;
        line-height: 5.5vh;
        border-left: 2px white solid;
        border-right: 4px white solid;
        border-top: 4px white solid;
        border-bottom: 4px white solid;
    }
    
    .mobile-list{
        border: 1px black solid;
        margin-bottom: 5px;
    }
    
    .mobile-list div{
        font-size: 12px;
    }
    
    .nav.nav-tabs li a{
        font-size: 10px;
    }

    .nav.nav-tabs li a.active:first-child{
        background-color: whitesmoke !important;
        color: black !important;
        border-left: 1px solid black !important;
        border-right: 0.5px solid black !important;
        border-top: 1px solid black !important;
        border-bottom: 1px solid black !important;
    }

    .nav.nav-tabs li a.active:last-child{
        background-color: whitesmoke !important;
        color: black !important;
        border-left: 0.5px solid black !important;
        border-right: 1px solid black !important;
        border-top: 1px solid black !important;
        border-bottom: 1px solid black !important;
    }

    .nav.nav-tabs li a.active{
        background-color: whitesmoke !important;
        color: black !important;
        border-left: 0px solid black !important;
        border-right: 0px solid black !important;
        border-top: 1px solid black !important;
        border-bottom: 1px solid black !important;
    }

    .mobile-list{
        border-bottom: 1px solid black !important;
    }

    .bg-primary:hover{
        background-color: #009275 !important;
    }

    .bg-danger:hover{
        background-color: #d11427 !important;
    }

    
    .top-box{
        height: 8vh; 
        padding: 5px; 
        background-color: green; 
        text-align: center; 
        color: white; 
        font-size: 11px;
        line-height: 5.5vh;
        border-left: 2px white solid;
        border-right: 2px white solid;
        border-top: 4px white solid;
        border-bottom: 4px white solid;
    }
    .top-box:first-child{
        height: 8vh; 
        padding: 5px; 
        background-color: green; 
        text-align: center; 
        color: white; 
        font-size: 11px;
        line-height: 5.5vh;
        border-left: 4px white solid;
        border-right: 2px white solid;
        border-top: 4px white solid;
        border-bottom: 4px white solid;
    }
    .top-box:last-child{
        height: 8vh; 
        padding: 5px; 
        background-color: green; 
        text-align: center; 
        color: white; 
        font-size: 11px;
        line-height: 5.5vh;
        border-left: 2px white solid;
        border-right: 4px white solid;
        border-top: 4px white solid;
        border-bottom: 4px white solid;
    }

    .dashboard-widget2-title{
        font-size: 16px;
        word-break: break-all;
    }
}

.top-box{
    height: 8vh; 
    padding: 5px; 
    background-color: green; 
    text-align: center; 
    color: white; 
    font-size: 14px;
    line-height: 5.5vh;
    border-left: 2px white solid;
    border-right: 2px white solid;
    border-top: 4px white solid;
    border-bottom: 4px white solid;
}
.top-box:first-child{
    height: 8vh; 
    padding: 5px; 
    background-color: green; 
    text-align: center; 
    color: white; 
    font-size: 14px;
    line-height: 5.5vh;
    border-left: 4px white solid;
    border-right: 2px white solid;
    border-top: 4px white solid;
    border-bottom: 4px white solid;
}
.top-box:last-child{
    height: 8vh; 
    padding: 5px; 
    background-color: green; 
    text-align: center; 
    color: white; 
    font-size: 14px;
    line-height: 5.5vh;
    border-left: 2px white solid;
    border-right: 4px white solid;
    border-top: 4px white solid;
    border-bottom: 4px white solid;
}

.form-control{
    width: 100% !important;
}

.sub-box{
    height: 4vh; 
    padding: 5px; 
    text-align: center; 
    color: black; 
    font-size: 14px;
    border: 1px black solid;
    background-color: black;
    color: white;
}

.mobile-list{
    border: 1px black solid;
    margin-bottom: 5px;
    padding: 3px;
}

.mobile-list div{
    font-size: 12px;
}

.nav.nav-tabs li a{
    font-size: 10px;
}

.nav.nav-tabs li a.active:first-child{
    background-color: whitesmoke !important;
    color: black !important;
    border-left: 1px solid black !important;
    border-right: 0.5px solid black !important;
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
}

.nav.nav-tabs li a.active:last-child{
    background-color: whitesmoke !important;
    color: black !important;
    border-left: 0.5px solid black !important;
    border-right: 1px solid black !important;
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
}

.nav.nav-tabs li a.active{
    background-color: whitesmoke !important;
    color: black !important;
    border-left: 0px solid black !important;
    border-right: 0px solid black !important;
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
}

.mobile-list{
    border-bottom: 1px solid black !important;
}

.bg-primary:hover{
    background-color: #009275 !important;
}

.bg-danger:hover{
    background-color: #d11427 !important;
}

.mobile-panel{
    padding: 2px 20px 2px 20px !important;
}
