@media screen and (max-width:1600px) {
    .card.secondary .card-count {
        margin-top: 12px;
    }
    .secondary span.mdl-icon {
        position: absolute;
        bottom: 10px;
        width: 24px;
        height: 24px;
        background-size: 24px;
        right: 10px;
    }
    .secondary .mdl-icon.icon-list {
        background-position: 0 -48px;
    }
}

@media screen and (max-width:1320px) {
    .card-body {
        font-size: 1rem;
    }
    .card-count {
        font-size: 36px;
    }
    .list-group-item {
        font-size: 1rem;
    }
    .card h4 {
        font-size: 1.3rem;
    }
    .card-header thead th {
        font-size: 1.3rem;
    }
    .msg-count{
        font-size: 1.3rem;
        width: 28px;
        height: 28px;
    }
}
@media screen and (max-width:1280px) {
    .link-account>span:first-child {
        display: none;
    }
    .dashboard-content .card-compact .card-body>a {
        flex-direction: column;
    }
    .dashboard-content .card-compact .card-body>a>span {
        margin: 0;
    }
    .aside-col>aside, .content-col>.content {
        padding: 15px;
    }
    aside .accordion {
        margin: 0 -15px;
    }
}
@media screen and (max-width:1200px) {
    .navbar-left {
        border-top:1px solid rgba(255,255,255,0.1)
    }
    .navbar-nav-right {
        order: 0;
    }
    .gm-grid-wrapper .account-summary {
        width: 50%;
    }
    .navbar .navbar-nav .nav-link > span:first-child:after{
        display: none;
    }
    .navbar-nav .dropdown-menu {
        text-align: left;
    }
    .navbar-right .dropdown-menu {
        position: absolute;
    }
    .form-inline .form-control{
        width: auto;
    }
    .dashboard-content h1 {
        font-size: 2em
    }
}
@media screen and (max-width:992px) {
    .navbar-toggler[aria-expanded="true"] + .navbar-collapse {
        position: fixed;
        z-index: 1;
        background: #002f6c;
        width: 100%;
        height: calc(100% - 62px);
        top: 60px;
        overflow: auto;
        left: 0;
    }
    .gm-grid-wrapper .account-summary {
        width: 60%;
    }
    .gm-grid-wrapper .vehicle-summary{
        width: 40%;
    }
    .gm-grid-wrapper .notifications{
        width: 60%;
    }
    .rpmt-life-cycle {
        width: 40%;
    }
    .quick-links {
        width: 30%;
    }
    .leases-table {
        width:70%
    }
}

@media screen and (max-width:767px) {
    .dashboard-content h1 {
        font-size: 1.5em
    }
    .gm-grid-wrapper .account-summary {
        width: 100%;
    }
    .gm-grid-wrapper .vehicle-summary{
        width: 50%;
    }
    .gm-grid-wrapper .notifications{
        width: 50%;
    }
    .rpmt-life-cycle {
        width: 30%;
    }
    .img-skyeye img {
        width: 100%;
    }
    .card-title {
        font-size: 40px;
        padding-left: 0;
    }
    .col-form-label.font-weight-bold {
        text-align: left;
    }
}

@media screen and (max-width:576px) {
    .grid-item{
        padding: 0;
        margin-bottom: 24px;
    }
    .gm-grid-wrapper .vehicle-summary{
        width: 100%;
    }
    .gm-grid-wrapper .notifications{
        width: 100%;
    }
    .rpmt-life-cycle {
        width: 100%;
    }
    .leases-table {
        width:100%
    }

    .brand-cover {
        display: block;
    }
    .img-skyeye {
        padding: 0;
    }
    .img-skyeye img {
        width: 100%;
    }
    .vertical-divider {
        margin: 30px;
    }
}