

@media screen and (max-width: 1280px) {
    body{
        height: 100%;
    }
    #new-ticket.handler-button{
        background: #1677cb !important;
        font-size:1.7em;
        padding: 10px 24px;
        white-space: nowrap;
    }
    #main-wrapper{
        height: 100% !important;
        width: 100% !important;
        display: flex !important;
    }
    #ticket-filters-section, #report-menu-section{
        transition: width 0.4s linear;
        width: 0px;
        min-width: unset;
        overflow: hidden;
        flex-basis: unset;
    }
    .mobile-left-menu.change{
        width: 17em !important;
        max-width: 215px;
    }
    #ticket-settings-wrapper{
        width:0;
        overflow:hidden;
        min-width:unset;
        padding:0;
        transition: width 0.4s linear;
        border-left: none;
        max-width:unset;
    }
    #navigation-wrapper{
        flex-flow: column;
        height: auto !important;
        overflow: hidden;
        transition: 0.4s linear;
        max-height: 0;
    }
    #navigation-wrapper.change{
        max-height: 150px;
        padding-bottom: 20px;
    }
    #mobile-navigation{
        display:flex !important;
        justify-content: space-between;
    }
    #ticket-entries{
        transition: width 0.4s linear;
        max-width: 100%;
    }
    #current-user{
        display:none !important;
    }
    #navigation-list{
        flex-flow: column;
        flex-grow:0 !important;
        align-items: center;
    }
    #ticket-filters-section ul li{
        padding: 8px 0 8px 5px;
    }
    #ticket-title-section, #messageEditorWrapper{
        margin-right: unset;
    }
    #overlay-content form {
        margin-right:0;
        overflow-y: unset;
        width: 100%;
    }
    #messages-wrapper{
        margin-right: unset;
    }

}

@media screen and (max-width: 750px) {
    .ck-editor{

        width: auto !important;
    }
    #content-wrapper{
        max-height: calc(100% - 4em);
        height: 0;
    }
    #logo, #workUnit{
        display:none;
    }
    #ticket-detail-section{
        max-width: unset;
        min-width: unset;
        width: 0;
        transition: width 0.4s linear;
        overflow: hidden;
        flex-grow: 0;
    }
    #ticket-detail-section.change{
        width:100%;
        flex-grow: 1;
    }
    .mobile-base-view{
        max-width: unset !important;
        min-width: unset !important;
        width: 0 !important;
        overflow: scroll;
        transition: width 0.4s linear;
        overflow: hidden;
        flex-basis: unset !important;
    }
    .mobile-base-view.change{
        width:100% !important;
        flex-grow: 1 !important;
        flex-basis: 13% !important;
    }
    #ticket-entries.change{
        width:0;
        overflow:hidden;
    }
    #report-content-section{
        padding: 0 5px 0 5px;
        flex-flow: column;
    }
    #hours-wrapper{
        flex-flow: column;
        overflow-y: scroll;
    }
    .report-date{
        margin:0;
    }
    .report-date input{
        width:7em
    }
    #ticket-settings-wrapper.change{
        border-left: 1px solid#ccc;
        width:100%;
    }
    .message-editor{
        flex-flow: column;
    }
    #new-message-button{
        width: 100%;
    }
    #message-editor-controls{
        padding:0;
    }
    #messageEditorWrapper{
        margin-top: unset;
        height: unset;
        border-top: none;
        padding: 0;
        display: flex;
        flex-flow: column;
    }
    #tickets-wrapper{
        height: unset !important;
        margin-right: 0;
        flex: 1;
        max-width:unset;
    }
    #login-wrapper{
        width: 100% !important;
        height: 100%;
        display: flex !important;
        flex-flow: column !important;
        background: #1677cb !important;
        align-items: center !important;
        justify-content: center !important;
        align-self: center !important;
        padding-bottom: 20px !important;
        max-height: none !important;
        margin-top: unset !important;
        border-top-left-radius: unset !important;
        border-top-right-radius: unset !important;
        border: none !important;
        max-width: none !important;
    }
    #login-header{
        text-align: center;
        background: #1677cb;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        font-weight: bold;
        color: white;
        font-size: 3em;
    }
    #login-header p{
        display:block !important;
        margin: 0;
    }
    #login-header img{
        display:none;
    }
    #login-header img{
        background: white;
        border-radius: 50px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        width: 70%;
    }
    #login-wrapper form{
        width: 70%;
        display: flex;
        flex-flow: column;
        margin:0 !important;
    }
    #login-wrapper form input{
        padding: 1em;
        margin-bottom: 1em;
    }
    #login-wrapper form input[type="submit"]{
        background-color: white;
        border: none;
        display: inline-block;
        cursor: pointer;
        color: #757575;
        font-family: 'Open sans';
        text-decoration: none;
        text-align: center;
        font-size: 1.1em;
        align-self: center;
        font-weight: bold;
        text-shadow: none;
        height: unset !important;
        padding: 0.8em;
    }
    #myday-wrapper, #mymonth-wrapper {
        margin: 5px;
    }
    .report-work-entry-title {
        margin-bottom: 0; 
    }
    #month-table-wrapper {
        max-height: 10.3em;
    }
    #month-table-wrapper .report-work-entry {
        height: 1.33em;
    }

}