html {
    box-sizing: border-box;
  }
  *, *:before, *:after {
    box-sizing: inherit;
  }

#menubtn {
    position: absolute;
    z-index: 1;
    display: none;
    top: 5px;
    left: 5px;
}

#client-action {
    display: flex;
    align-items: center;
}

.logo {
    width: 100%;
    max-width: 200px;
    max-height: 64px;
    height: 100%;
    margin-right: auto;
}

.containerheader {
    min-width: unset;
}

#menubuttons > div:hover, #menubuttons > a:hover {
    background: rgba(0,0,0,0);
    color: #3a7999;
    box-shadow: inset 0 0 0 1px #3a7999;
    cursor: pointer;
}

#comments > .grid_24 {
    width: 100%;
 }

 #comments .comment {
     max-height: 200px;
     overflow: auto;
 }

.logged {
    margin: unset;
    padding: 10px;
    line-height: unset;
}

a {
    text-decoration: none !important;
}

#content .container {
    width: 100%;
    max-width: 950px;
    min-width: unset;
    zoom: unset;
}

.container {
    min-width: unset;
}

.container .grid {
    float: none;
    display: block;
    width: 100%;
}

.container .grid > div {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.queue-button-show {
    width: unset !important;
}

#lightbox-container-image-box {
    width: 100% !important;
}

#lightbox-container-image-data-box {
    width: 100% !important;
}

#jquery-lightbox {
    width: 90% !important;
}

#jquery-lightbox {
    margin-left: unset !important;
    position: fixed;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    max-height: 100vh;
    overflow: auto;
    width: 90vw;
    border-radius: 0;
}

@media only screen and (min-width: 964px) {
    #menubuttons {
        display: flex !important;
        align-items: center;
        margin-right: 10px;
    }
 }

@media only screen and (max-width: 963px) {

    .form .field {
        display: flex;
    }

    .form .field > .fields {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .form .field > .fields > input[type="text"],.form .field > .fields > select,.form .field > .fields > textarea, .form .field > .fields > input[type="password"] {
        width: 100%;
     }

    #menubtn {
        display: block;
    }
    .logo {
        margin-left: 52px;
    }
    #menubuttons {
        position: absolute;
        display: flex;
        flex-direction: column;
        top: 62px;
        display: none;
        z-index: 2;
        width: 100%;
    }

    .container .tabs {
        display: flex;
        flex-direction: column; 
    }

    .container .tabs > .tab {
        padding: 19px 23px !important;
    }

    #menubuttons > div, #menubuttons > a {
        padding: 10px;
        border-top: 1px solid;
        border-right: 1px solid;
        border-left: 1px solid;
        margin: 0;
    }


    #menubuttons:last-child {
        border-bottom: 1px solid;
    }

    #menubuttons .logged {
        line-height: unset;
        
    }

    #projects_tab {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #projects_tab > .project {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #projects_tab > .project .grid {
        margin-bottom: 0;
        margin-top: 0 !important;
    }

    #projects_tab > .project:first-child {
        margin-top: 0;
    }

    #projects_tab > .project:not(:first-child) {
        padding-top: 10px;
    }

    #projects_tab .project .project-buttons-area {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #projects_tab .project .project-buttons-area a {
        margin: 0;
    }

    #projects_tab h3 {
        margin-bottom: 10px;
    }

    #projects_tab > .project .grid ul{
        margin: 0;
    }

    .btn.small {
        padding: 12px 8px;
    }

    #queue-groups-area .queue-box {
        margin-top: 15px;
    }

    .prompt-window {
        margin-left: unset !important;
        position: fixed;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%);
        max-height: 100vh;
        overflow: auto;
        width: 90vw;
        border-radius: 0;
    }

}