﻿@media screen and (max-width: 1975px) {

    .card-holder {
        max-width: 1200px;
    }

    .control-holder {
        max-width: 1200px;
    }
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-width: 1360px) {

    .card-holder {
        max-width: 605px;
    }

    .control-holder {
        max-width: 85%;
    }

    /* APR4 EDIT
        .jobstatustext {
            height: unset !important;
        }
        */
}

@media screen and (max-width: 775px) {

    .sidenav {
        padding-top: 15px;
        display: none !important;
    }

        .sidenav a {
            font-size: 18px;
        }

    .flex-item-collapsable-ok-button {
        order: -1;
    }

    .main {
        margin-left: 0px;
    }

    input {
    }

    .form-content {
        color: black;
        margin-top: 0px;
    }

    .form-box {
        border-style: none;
        border-width: 1px;
        border-color: grey;
        box-shadow: none;
        background-color: white;
        /*APR9 EDIT 5px*/
        padding: 0px 10px 30px 10px;
        width: 100%;

    }

        .form-box:before {
            all: unset;
        }

        .form-box:after {
            all: unset;
        }

    .FormDiv {
       
        /* APR 10 EDITS */
        position: fixed !important;
        top: 0px !important;
        left: 0px !important;
        width: 100% !important;
        overflow-y: auto;
        height: 100%;
        padding-top: 50px;
        
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        
    }

    .control-icons {
        font-size: 24px;
    }

    .dropmenu {
        /*order: -4;*/
        display: block !important;
    }

    .dropmenu_spacer {
        display: none !important;
    }
}

@media screen and (max-width: 600px) {


    html {
        /* Input size is set to 0.8rem, which is 16px when font-size is 20px.  This stops the iphone zoomin on inputs.*/
        font-size: 20px;
    }

    .main {
        padding-left: 10px;
        padding-right: 10px;
    }

    .desktoponly {
        display: none !important;
    }

    .hidemobile {
        border-style: none;
        box-shadow: none;
        padding: 0px;
    }

    .flex-card {
        flex-shrink: 1;
    }

    .card-holder {
        max-width: unset;
    }

    .control-holder {
        max-width: unset;
    }

    .dropfilter ul {
        position: static; /* Removes from absolute flow */
        width: 100%;
        display: none; /* Hide by default */
    }

    .cancel-watermark {
        transform: translate(0px, 155px) rotate(-30deg);
        font-size: 3rem;
    }
}

@media screen and (max-width: 500px) {

    .card-icon-label {
        display: none;
    }

    .flex-container {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .flex-item-collapsable {
        flex-direction: column;
    }

    .flex-item-wrap {
        flex-wrap: wrap;
    }

    .card_detail_fieldname {
        justify-content: flex-start;
    }

    .jobcard_detail {
        grid-column: span 2 / span 2;
    }

    .jobcard_image {
        display: none;
    }

    .skucard_image {
        grid-row-start: 3;
        grid-column: span 2 / span 2;
        margin-top: 10px;
        width: 100%;
    }


    .menutext_user {
        display: none !important;
    }

    .drop-icon-mobile {
        display: inline-block;
    }

    .drop-icon-desktop {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    .menutext_alert {
        display: none !important;
    }
}

/* Handle class for sorting lists*/
.handle {
    cursor: grab;
}
