
/*Big Desktop */
@media (max-width: 2560px) {
    /* Constant */
    /* Side Navigation */
    .checkmark__circle {
        stroke-dasharray: 166;
        stroke-dashoffset: 166;
        stroke-width: 2;
        stroke-miterlimit: 10;
        stroke: gray;
        fill: none;
        animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
    }
    .checkmark {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        display: block;
        stroke-width: 2;
        stroke: #fff;
        stroke-miterlimit: 10;
        box-shadow: inset 0px 0px 0px gray;
        animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
    }
    .checkmark__check {
        transform-origin: 50% 50%;
        stroke-dasharray: 48;
        stroke-dashoffset: 48;
        animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
    }
    @keyframes stroke {
        100%{stroke-dashoffset: 0}
    }
    @keyframes scale {
        0%, 100%{transform: none}50%{transform: scale3d(1, 1, 1)}
    }
    @keyframes fill {
        100%{box-shadow: inset 0px 0px 0px 30px gray}
    }
	.xmark__circle {
        stroke-dasharray: 166;
        stroke-dashoffset: 166;
        stroke-width: 2;
        stroke-miterlimit: 10;
        stroke: gray;
        fill: none;
        animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
    }
    .xmark {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        display: block;
        stroke-width: 2;
        stroke: #fff;
        stroke-miterlimit: 10;
        box-shadow: inset 0px 0px 0px gray;
        animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
    }
    .xmark__x {
        transform-origin: 50% 50%;
        stroke-dasharray: 48;
        stroke-dashoffset: 48;
        animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
    }
    #container {
        margin-top: 50px;
    }
    #motortech_logo {
        height: 40px; 
        margin-top: 15px; 
        margin-bottom: 20px;
        padding: 10px 10px 0 0;
    }
    .side-nav {
        position: fixed;
        text-align: center;
        left: 0px;
        width: 230px;
        height: 100%;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #222;
        color: #fff;
        transition: width 1s;
    }
    .side-nav>li>a { /* Affects the menu */
        width: 230px;
        color: #fff;
        margin-top: -5px;
        padding-top: 0px;
        padding-bottom: 0px;
        text-align: left;
    }
    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        /*background-color: #000 !important; */
    }
    .side-nav>li>ul {
        padding: 0;
    }
    .side-nav>li>ul>li>a { /* Affects the drop down menu */
        display: block;
        padding: 20px 20px 20px 20px;
        text-decoration: none;
        color: #999;
        text-align: left;
        margin-left: 30px;
        border-left: 1px solid white;
    }
    .side-nav>li>ul>li>a:hover {
        color: #fff;
    }

    /* Top Nav */
    .navbar-inverse {
    display: block;
    background-color: white !important;
    margin-left: 250px;
    height: 50px;
    padding-bottom: 50px;
    }
    .navbar-right {
    margin-right: 10px !important;
    margin-top: 10px;
    }
    .top-nav>li {
        display: inline-block;  
    }
    .top-nav>li>a {
        color: #222;
    }

    /*Body*/
    #wrapper {
        padding-left: 250px;
        transition: padding-left 1s; /* If you want a transition effect */
    }
    #page-wrapper {
        width: 100%;
        padding: 0;
        background-color: #fff;
        transition: width 1s;
    }
    body {
        margin-top: 100px;
        background-color: #fff;
        font-family: Montserrat !important;
    }
    #row {
    margin-top: 20px;
    }
    /*End of constants*/

    /*Index*/
    #actionButtons {
    font-size: 12px;
    background-color:rgb(220 220 220 / 0.10);
    color: black;
    border: 1px solid rgb(220 220 220);
    }
    #pillTitle {
    padding: 10px 0px 10px 10px;
    margin: 0px;
    }
    #pillBox {
    background-color:#707274;
    border-radius: 5%;
    border: 1px solid #ccc;
    padding: 0px;
    margin: 0px;
    }
    #pillContent {
    text-align: center;
    color:white;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px;
    margin: 0px;
    }  
    #pillBox2 {
    background-color:#A7A8AA;
    border-radius: 5%;
    border: 1px solid #ccc;
    padding: 0px;
    margin: 0px;
    }
    #charts {
    margin: auto;
    height: 400px;
    width: 400px;
    padding: 0;
    }
    #large {
    display: block;
    padding: 10;
    }
    #small {
    display: none;
    }
    
    /* View */
    #searchForm {
    font-size: 12px;
    text-align: center;
    }
    #searchFormInput {
    font-size: 12px;
    background-color: rgb(220 220 220 / 0.10);
    margin-left: 10px; 
    margin-right: 10px;
    }
    #viewTable { /* Table styles */
    margin-top: 130px;
    vertical-align: middle;
    font-size: 12px;
    border: 0px solid; 
    box-shadow: 3px 3px 3px rgb(0 0 0 / 0.15);
    }
    #tableSummary {
    font-size: 12px;
    }
    .checkBoxes {
    width: 10px;
    height: 10px;
    }
    #selectAllBoxes {
    width: 10px;
    height: 10px;
    }
    #bulkOptionsContainer {
    margin-bottom: 15px;
    font-size: 12px;
    }
    .inventoryDropdown {
    padding: 0px;
    }

    /* Add */
    ::file-selector-button {
    display: none;
    }
    #formContainer {
    margin-top: 20px;
    background-color: white;
    border: 1px solid rgb(0 0 0 / 0.15);
    box-shadow: 3px 3px 3px rgb(0 0 0 / 0.15);
    padding-bottom: 50px;
    }
    #salesTable {
    font-size: 12px;
    table-layout: fixed;
    width: 100%;
    }
    #salesTable th,td {
    word-wrap: break-word;
    }
    #cartSummary {
    font-size:15px;
    }

    /* Miscellaneous */
    .form-control {
    background-color:rgba(220, 220, 220, 0.15) !important;
    margin-left: 10px;
    margin-right: 10px;
    }
    #faviconFirst { /* For favicons that are first in the line */
    margin-right: 10px;
    margin-left: 10px;
    }
    #faviconHome {
    margin-right: 10px;
    margin-left: 20px;
    }
    #navIcons {
    margin-right: 20px;
    margin-bottom: 40px;
    }
    #warning {
    width: 480px;
    margin-top: 50px;
    
    }
    /* Reports */
    #reportTableHead {
    font-size: 12px;
    background-color: #dcdcdc;
    }
    #recentTable {
        font-size: 10px;
    }
    #salesTableHead {
    background-color: #dcdcdc;
    text-align: center;
    }
    #reportHeading {
    background-color: white;
    }
    #reportTable {
        font-size: 12px;
    margin-top: 20px;
    vertical-align: middle; 
    border: 0px solid; 
    }

    /* Log-in */
    #loginWell {
    margin-right: auto;
    }
}
/*Large L to Normal Laptop Breakpoint */
@media (max-width: 1440px) {
    /* Constant */
    /* Side Navigation */
    #container {
        margin-top: 50px;
    }
    #motortech_logo {
        height: 40px; 
        margin-top: 15px; 
        margin-bottom: 20px;
        padding: 10px 10px 0 0;
    }
    .side-nav {
        font-size: 12px !important;
        position: fixed;
        text-align: center;
        left: 0px;
        width: 200px;
        height: 100%;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #222;
        color: #fff;
    }
    .side-nav>li>a { /* Affects the menu */
        width: 200px;
        color: #fff;
        margin-top: -5px;
        padding-top: 0px;
        padding-bottom: 0px;
        text-align: left;
    }
    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        /*background-color: #000 !important; */
    }
    .side-nav>li>ul {
        padding: 0;
    }
    .side-nav>li>ul>li>a { /* Affects the drop down menu */
        display: block;
        padding: 20px 20px 20px 20px;
        text-decoration: none;
        color: #999;
        text-align: left;
        margin-left: 30px;
        border-left: 1px solid white;
    }
    .side-nav>li>ul>li>a:hover {
        color: #fff;
    }

    /* Top Nav */
    .navbar-inverse {
    display: block;
    background-color: white !important;
    margin-left: 200px;
    height: 50px;
    }
    .navbar-right {
    margin-right: 10px !important;
    margin-top: 10px;
    font-size: 12px;
    
    }
    .top-nav>li {
        display: inline-block;  
    }
    .top-nav>li>a {
        color: #222;
    }

    /*Body*/
    #wrapper {
        padding-left: 210px;
    }
    #page-wrapper {
        width: 100%;
        padding: 0;
        background-color: #fff;
        margin-top: 50px;
    }
    body {
        margin-top: 100px;
        background-color: #fff;
        font-family: Montserrat !important;
    }
    #row {
    margin-top: 20px;
    }
    /*End of constants*/

    /*Index*/
    #actionButtons {
    font-size: 12px;
    background-color:rgb(220 220 220 / 0.10);
    color: black;
    border: 1px solid rgb(220 220 220);
    }
    #pillTitle {
    padding: 10px 0px 10px 10px;
    margin: 0px;
    }
    #pillBox {
    background-color:#707274;
    border-radius: 5%;
    border: 1px solid #ccc;
    padding: 0px;
    margin: 0px;
    }
    #pillContent {
    text-align: center;
    color:white;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px;
    margin: 0px;
    }  
    #pillBox2 {
    background-color:#A7A8AA;
    border-radius: 5%;
    border: 1px solid #ccc;
    padding: 0px;
    margin: 0px;
    }
    #charts {
    margin: auto;
    height: 330px;
    width: 330px;
    padding: 0;
    }
    #large {
    display: none;
    }
    #small {
    display: block;
    font-size: 10px;
    }
    
    /* View */
    #searchForm {
    font-size: 12px;
    text-align: center;
    }
    #searchFormInput {
    font-size: 12px;
    background-color: rgb(220 220 220 / 0.10);
    margin-left: 10px; 
    margin-right: 10px;
    }
    #viewTable { /* Table styles */
    margin-top: 130px;
    vertical-align: middle;
    font-size: 12px;
    border: 0px solid; 
    box-shadow: 3px 3px 3px rgb(0 0 0 / 0.15);
    }
    #tableSummary {
    font-size: 12px;
    }
    .checkBoxes {
    width: 10px;
    height: 10px;
    }
    #selectAllBoxes {
    width: 10px;
    height: 10px;
    }
    #bulkOptionsContainer {
    margin-bottom: 15px;
    font-size: 10px;
    }
    .inventoryDropdown {
    padding: 0px;
    }

    /* Add */
    ::file-selector-button {
    display: none;
    }
    #formContainer {
    background-color: white;
    border: 1px solid rgb(0 0 0 / 0.15);
    box-shadow: 3px 3px 3px rgb(0 0 0 / 0.15);
    padding-bottom: 50px;
    }
    #salesTable {
    font-size: 12px;
    table-layout: fixed;
    width: 100%;
    }
    #salesTable th,td {
    word-wrap: break-word;
    }
    #cartSummary {
    font-size:12px;
    }

    /* Miscellaneous */
    .form-control {
    background-color:rgba(220, 220, 220, 0.15) !important;
    margin-left: 10px;
    margin-right: 10px;
    }
    #faviconFirst { /* For favicons that are first in the line */
    margin-right: 10px;
    margin-left: 10px;
    }
    #faviconHome {
    margin-right: 10px;
    margin-left: 20px;
    }
    #navIcons {
    margin-right: 20px;
    margin-bottom: 40px;
    }
    #warning {
    width: 480px;
    margin-top: 50px;
    
    }
    /* Reports */
    #reportTableHead {
        font-size: 12px;
    background-color: #dcdcdc;
    }
    #recentTable {
        font-size: 12px;
    }
    #salesTableHead {
    background-color: #dcdcdc;
    text-align: center;
    }
    #reportHeading {
    background-color: white;
    }
    #reportTable {
    font-size: 12px;
    margin-top: 20px;
    vertical-align: middle; 
    border: 0px solid; 
    }

    /* Log-in */
    #loginWell {
    margin-right: auto;
    }
}
/* Small Laptops */
@media (max-width: 1025px) {
    /* Constant */
    /* Side Navigation */
    #container {
        margin-top: 50px;
        font-size: 10px;
    }
    #motortech_logo {
        height: 40px; 
        width: 150px;
        margin-top: 15px; 
        margin-bottom: 20px;
        padding: 10px 10px 0 0;
    }
    .side-nav {
        font-size: 12px !important;
        position: fixed;
        text-align: center;
        left: 0px;
        width: 150px;
        height: 100%;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #222;
        color: #fff;
    }
    .side-nav>li>a { /* Affects the menu */
        width: 200px;
        color: #fff;
        margin-top: -5px;
        padding-top: 0px;
        padding-bottom: 0px;
        text-align: left;
    }
    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        /*background-color: #000 !important; */
    }
    .side-nav>li>ul {
        padding: 0;
    }
    .side-nav>li>ul>li>a { /* Affects the drop down menu */
        display: block;
        padding: 20px 20px 20px 20px;
        text-decoration: none;
        color: #999;
        text-align: left;
        margin-left: 30px;
        border-left: 1px solid white;
    }
    .side-nav>li>ul>li>a:hover {
        color: #fff;
    }

    /* Top Nav */
    .navbar-inverse {
    display: block;
    background-color: white !important;
    margin-left: 200px;
    height: 50px;
    }
    .navbar-right {
    margin-top: 10px;
    margin-right: 20px !important;
    font-size: 10px;
    }
    .top-nav>li {
        display: inline-block;  
    }
    .top-nav>li>a {
        color: #222;
    }

    /*Body*/
    #wrapper {
        padding-left: 165px;
    }
    #page-wrapper {
        width: 100%;
        padding: 0;
        background-color: #fff;
    }
    body {
        margin-top: 100px;
        background-color: #fff;
        font-family: Montserrat !important;
    }
    #row {
    margin-top: 20px;
    }
    /*End of constants*/

    /*Index*/
    #actionButtons {
    font-size: 10px;
    background-color:rgb(220 220 220 / 0.10);
    color: black;
    border: 1px solid rgb(220 220 220);
    }
    #pillTitle {
    padding: 10px 0px 10px 10px;
    margin: 0px;
    font-size: 10px;
    }
    #pillBox {
    background-color:#707274;
    border-radius: 5%;
    border: 1px solid #ccc;
    padding: 0px;
    margin: 0px;
    }
    #pillContent {
    text-align: center;
    color:white;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px;
    margin: 0px;
    font-size: 10px;
    }  
    #pillBox2 {
    background-color:#A7A8AA;
    border-radius: 5%;
    border: 1px solid #ccc;
    padding: 0px;
    margin: 0px;
    }
    #charts {
    display: none;
    margin: auto;
    height: 330px;
    width: 330px;
    padding: 0;
    }
    #large {
    display: none;
    }
    #small {
    display: block;
    font-size: 10px;
    }
    
    /* View */
    #searchForm {
    display: none;
    font-size: 12px;
    text-align: center;
    }
    #searchFormInput {
    font-size: 10px;
    background-color: rgb(220 220 220 / 0.10);
    margin-left: 10px; 
    margin-right: 10px;
    }
    #viewTable { /* Table styles */
    margin-top: 130px;
    vertical-align: middle;
    font-size: 10px;
    border: 0px solid; 
    box-shadow: 3px 3px 3px rgb(0 0 0 / 0.15);
    }
    #tableSummary {
    font-size: 10px;
    }
    .checkBoxes {
    width: 10px;
    height: 10px;
    }
    #selectAllBoxes {
    width: 10px;
    height: 10px;
    }
    #bulkOptionsContainer {
    margin-bottom: 15px;
    font-size: 10px;
    }
    .inventoryDropdown {
    padding: 0px;
    }
    .pagination {
    padding-left: 50px !important;
    }
    /* Add */
    ::file-selector-button {
    display: none;
    }
    #formContainer {
    margin-top: 50px;
    font-size: 10px;
    background-color: white;
    border: 1px solid rgb(0 0 0 / 0.15);
    box-shadow: 3px 3px 3px rgb(0 0 0 / 0.15);
    padding-bottom: 50px;
    }
    #salesTable {
    font-size: 10px;
    table-layout: fixed;
    width: 100%;
    }
    #salesTable th,td {
    word-wrap: break-word;
    }
    #cartSummary {
    font-size:10px;
    }
    #cartNumber {
    width: 50px !important;
    }
    #cartCode {
    width: 180px !important;
    }

    /* Miscellaneous */
    .form-control {
    background-color:rgba(220, 220, 220, 0.15) !important;
    margin-left: 10px;
    margin-right: 10px;
    }
    #faviconFirst { /* For favicons that are first in the line */
    margin-right: 10px;
    margin-left: 10px;
    }
    #faviconHome {
    margin-right: 10px;
    margin-left: 20px;
    }
    #navIcons {
    margin-right: 20px;
    margin-bottom: 40px;
    }
    #warning {
    width: 480px;
    margin-top: 50px;
    
    }
    /* Reports */
    #reportTableHead {
        font-size: 12px;
    background-color: #dcdcdc;
    }
    #recentTable {
        font-size: 12px;
    }
    #salesTableHead {
    background-color: #dcdcdc;
    text-align: center;
    }
    #reportHeading {
    background-color: white;
    }
    #reportTable {
        font-size: 12px;
    margin-top: 20px;
    vertical-align: middle; 
    border: 0px solid; 
    }

    /* Log-in */
    #loginWell {
    margin-right: auto;
    }
}