/* media queries large*/
@media only screen and (min-width: 1801px) {

    /* Background images */
    #img-dashboard-1 {
        display: block;
        position: absolute;
        z-index: 1;
        content: url("../img/lg/dashboard/Dashboard1-1900.png");
    }

    /* UI elements */
    #dashboard-sidebar-overlay {
        display: none;
        position: absolute;
        width: 1900px;
        height: 1053px;
        z-index: 2;
        background: #434A54;
        opacity: 0.5;
    }

   
    #img-dashboard-sidebar {
        display: none;
        position: absolute;
        z-index: 10;
        left: 1381px;
        content:url("../img/lg/dashboard/sidebar.png")
    }

    .dashboard-tooltip-1 {
        margin-left: 465px !important;
    }

    /* Tour tooltips */
    #dashboard-bulletins {
        position: absolute;
        width: 1000px;
        height: 80px;
        left: 40px;
        top: 140px;
    }

    #dashboard-wide-column {
        position: absolute;
        width: 1366px;
        height: 700px;
        left: 50px;
        top: 250px;
    }

    #dashboard-narrow-column {
        position: absolute;
        width: 450px;
        height: 700px;
        left: 1420px;
        top: 250px;
    }

    #dashboard-widgets {
        position: absolute;
        width: 1350px;
        height: 70px;
        left: 45px;
        top: 255px;
    }

    #dashboard-settings-button {
        cursor: pointer;
        position: absolute;
        width: 50px;
        height: 50px;
        left: 1835px;
        top: 155px;
        z-index: 11;
    }

    #dashboard-sort-option {
        position: absolute;
        width: 290px;
        height: 50px;
        left: 740px;
        top: 320px;
    }

    #dashboard-quick-transfer {
        position: absolute;
        width: 40px;
        height: 45px;
        left: 1095px;
        top: 435px;
    }

    #dragDataLg {
        display: none;
        position: absolute;
        left: 1402px;
        top: 220px;
        z-index: 12;
        cursor: grab;
    }

    #dragDataMd {
        display: none;
    }

    #dashboard-quick-pay-list-item {
        display: none;
        position: absolute;
        left: 1402px;
        top: 220px;
        z-index: 12;
        content: url("../img/lg/dashboard/quick-pay-list-item.png");
    }

    #dashboard-account-center-list-item {
        display: none;
        position: absolute;
        left: 1403px;
        top: 155px;
        z-index: 12;
        content: url("../img/lg/dashboard/account-center-list-item.png");
    }

    #getData {
        position: absolute;
        width: 430px;
        height: 50px;
        left: 1400px;
        top: 155px;
        z-index: 12;
    }

    #dashboard-column-button {
        position: absolute;
        width: 105px;
        height: 36px;
        left: 1511px;
        top: 84px;
        z-index: 12;
        cursor: pointer;
    }

    #dashboard-save-button {
        position: absolute;
        width: 75px;
        height: 33px;
        left: 1795px;
        top: 883px;
        z-index: 12;
        cursor: pointer;
    }

    #dashboard-savings-dropdown {
        display: none;
        position: absolute;
        left: 1480px;
        top: 258px;
        cursor: pointer;
        z-index: 10;
        opacity: 1;
    }

    #dropdownMenuButton1 {
        background-color: white !important;
        border: none !important;
        color: black;
    }

    #dashboard-savings-accounts-grid {
        display: block;
        position: absolute;
        left: 1208px;
        top: 245px;
        width: 670px;
        height: 300px;
        z-index: 2;
    }

    #dashboard-account-information-menu-item {
        display: none;
        position: absolute;
        left: 75px;
        top: 88px;
        cursor: pointer;
        width: 225px;
        height: 60px;
        z-index: 2;
    }

    #dashboard-quick-view-menu-item {
        display: none;
        position: absolute;
        left: 300px;
        top: 88px;
        cursor: pointer;
        width: 225px;
        height: 50px;
        z-index: 2;
    }

    #dashboard-flyout {
        display: none;
        position: absolute;
        z-index: 10;
        left: 1381px;
        content: url("../img/lg/dashboard/DashboardFlyout-1900.png");
    }

}

/*
*  MEDIA QUERIES MEDIUM
*/
@media only screen and (max-width: 1800px) {

    #img-dashboard-1 {
        display: block;
        position: absolute;
        z-index: 1;
        content: url("../img/md/dashboard/Dashboard1-1300.png");
    }

    /* UI elements */
    #dashboard-sidebar-overlay {
        display: none;
        position: absolute;
        width: 1300px;
        height: 720px;
        z-index: 2;
        background: #434A54;
        opacity: 0.5;
    }

    #img-dashboard-sidebar {
        display: none;
        position: absolute;
        z-index: 10;
        left: 945px;
        content:url("../img/md/dashboard/sidebar.png")
    }

    .dashboard-tooltip-1 {
        margin-left: 100px !important;
    }

    #dashboard-bulletins {
        position: absolute;
        width: 700px;
        height: 55px;
        left: 30px;
        top: 95px;
    }

    #dashboard-wide-column {
        position: absolute;
        width: 930px;
        height: 485px;
        left: 30px;
        top: 175px;
    }

    #dashboard-narrow-column {
        position: absolute;
        width: 315px;
        height: 485px;
        left: 975px;
        top: 175px;
    }

    #dashboard-widgets {
        position: absolute;
        width: 920px;
        height: 46px;
        left: 30px;
        top: 175px;
    }

    #dashboard-settings-button {
        cursor: pointer;
        position: absolute;
        width: 40px;
        height: 50px;
        left: 1255px;
        top: 95px;
        z-index: 11;
    }

    #dashboard-sort-option {
        position: absolute;
        width: 203px;
        height: 35px;
        left: 503px;
        top: 218px;
    }

    #dashboard-quick-transfer {
        position: absolute;
        width: 25px;
        height: 25px;
        left: 750px;
        top: 298px;
    }

    #dragDataLg {
        display: none;
        position: absolute;
        left: 1402px;
        top: 220px;
        z-index: 12;
        cursor: grab;
    }

    #dragDataMd {
        display: none;
        position: absolute;
        left: 960px;
        top: 150px;
        z-index: 12;
        cursor: grab;
    }

    #dashboard-quick-pay-list-item {
        display: none;
        position: absolute;
        left: 960px;
        top: 150px;
        z-index: 12;
        content: url("../img/md/dashboard/quick-pay-list-item.png");
    }

    #dashboard-account-center-list-item {
        display: none;
        position: absolute;
        left: 960px;
        top: 106px;
        z-index: 12;
        content: url("../img/md/dashboard/account-center-list-item.png");
    }

    #getData {
        position: absolute;
        width: 292px;
        height: 35px;
        left: 960px;
        top: 108px;
        z-index: 12;
    }

    #dashboard-column-button {
        position: absolute;
        width: 70px;
        height: 18px;
        left: 1034px;
        top: 60px;
        z-index: 12;
        cursor: pointer;
    }

    #dashboard-save-button {
        position: absolute;
        width: 48px;
        height: 20px;
        left: 1232px;
        top: 605px;
        z-index: 12;
        cursor: pointer;
    }

    #dashboard-savings-dropdown {
        display: none;
        position: absolute;
        left: 1010px;
        top: 175px;
        cursor: pointer;
        z-index: 10;
        opacity: 1;
    }

    #dropdownMenuButton1 {
        background-color: white !important;
        border: none !important;
        color: black;
        height: 20px;
        padding-top: 0px;
    }

    #dashboard-savings-accounts-grid {
        display: block;
        position: absolute;
        left: 830px;
        top: 167px;
        width: 453px;
        height: 310px;
        z-index: 2;
    }

    #dashboard-menu-button {
        display: none;
        position: absolute;
        left: 298px;
        top: 16px;
        cursor: pointer;
        width: 55px;
        height: 21px;
        z-index: 2;
    }

    #dashboard-account-information-menu-item {
        display: none;
        position: absolute;
        left: 13px;
        top: 60px;
        cursor: pointer;
        width: 185px;
        height: 40px;
        z-index: 2;
    }

    #dashboard-quick-view-menu-item {
        display: none;
        position: absolute;
        left: 209px;
        top: 60px;
        cursor: pointer;
        width: 195px;
        height: 40px;
        z-index: 2;
    }

    #dashboard-flyout {
        display: none;
        position: absolute;
        z-index: 10;
        left: 945px;
        content: url("../img/md/dashboard/DashboardFlyout-1300.png");
    }
}
