﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


#setLocation {
    font-size: 50%;
    padding: 7px;
    background-color: #ddd;
    color: black;
    border: 2px;
    border-radius: 4px;
    position: absolute;
    top: 3px;
    left: 82vw;
    left: calc(85vw - 15px);
    z-index: 20000;
}

#userListFrame {
    height: 100%;
    position: absolute;
    top: 2px;
    z-index: 1;
    border: 0;
    width: calc(100% - 0px)
}

.setupOption span
/*#region PLANNER*/
.calendarInput {
    z-index: -1 !important;
    padding-left: 50px !important;
}

.calendarControlsOuter {
    position: relative !important;
    margin-top: 0px;
}

.calendarDisplayOuter {
    position: absolute !important;
    margin-top: 0px !important;
    clear: both !important;
    display: block;
    width: 92.7%;
}

.spaceSaver {
    margin-top: -30px;
}

.statusDisplay {
    font-weight: bold;
    /*padding: 5px;*/
    /*    
    background-color: white;
    display: block;
    text-align: center;
    border: 1px solid #ddd;
    font-size:99%;
    border-radius:22px;
    white-space:nowrap;
*/
}

.prerequisite {
    border: 1px dashed grey;
    display: inline-block;
    margin-left: 80px;
    margin-top: -20px;
    padding: 5px;
    cursor: pointer;
}

.parentIssueConnectorOuter {
    top: -30px;
    background-color: white;
    display: inline-block;
    vertical-align: top;
}

.parentIssueConnectorImage {
    height: 15px;
    width:  15px;
    margin-left: -1px;
    margin-top:3px;
    /*padding-top: 15px;*/
}

.previewFrame {
    display: none;
    position: absolute;
    z-index: 10000;
    border: 1px solid #888;
    height: 70px;
    width: 400px;
    box-shadow: 10px 10px 10px #eee;
    background-color: snow
}

.contentPreviewIFrame {
    height: 80px;
    width: 350px;
    width: 100%;
    /*margin: 15px;*/
    border: 0 !important;
}


.calendarVerticalBuffer {
    clear: both;
    height: 10px;
}

.calendarSpacer {
    position: relative;
    display: inline-block;
    float: left;
    width: 25%;
    max-width: 150px;
    padding-left: 0 !important;
    margin-right: 10px !important;
    font-weight: 500;
    vertical-align: top !important;
}

.calendarLauncher {
    z-index: 1000 !important;
    display: inline-block;
    float: left;
    margin-left: 10px;
}

    .calendarLauncher input {
        width: 40px;
        z-index: 10000 !important;
        height: 37px;
    }

@-moz-document url-prefix() {

    .calendarLauncher input {
        width: 40px;
        z-index: 10000 !important;
        height: 39px;
    }
}

.booleanSeparator {
    margin-right: 0;
    margin-left: 0;
    margin-top: 5px;
    display: none;
}

.weekendDate {
    background-color: #f2f2f2 !important;
}

.todayDate {
    background-color: lightgoldenrodyellow !important;
}

    .todayDate:before {
        background-color: white;
        color: orangered;
        border: 1px solid salmon;
        padding: 5px;
        font-size: 70%;
        margin-left: 10px;
        content: "TODAY "
    }

.calendarControl {
    /*font-size: 13px !important;*/
    min-width: 310px;
}

    .calendarControl td {
        padding: 5px;
    }

.calendarControlHeaderButton {
    cursor: pointer;
    font-weight: 300;
    background-color: white;
    color: black;
    min-height: 25px !important;
    min-width: 30px !important;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
    padding-top: 9px;
}

.calendarDropdownMenu {
    width: 80px;
    /*font-size: 95%;*/
    border-left: 1px solid #777;
    border-bottom: 1px solid #777;
    border-right: 1px solid #777;
    background-color: #fff;
}

.calendarControlHeaderTitle {
    display: inline-block;
    cursor: pointer;
    margin-right: 15px;
    margin-left: 5px;
    font-weight: 600;
    min-height: 20px !important;
    color: white;
    font-size: 120% !important;
    /*background-color:red;*/
    padding-top: 3px;
    vertical-align: middle;
}

.calendarToggle {
    margin-left: -510px;
    position: absolute;
    height: 45px;
    width: 45px;
}

.calendarDisplay {
    padding-left: 60px !important;
}

.planner {
    min-height: 70%;
    width: 100%;
}

.rowSeparator {
    background-color: #ddd !important;
    height: 0px;
}

.plannerStandard {
    display: block;
}

.plannerMobile {
    display: none;
}

.plannerMobileDay {
    margin-top: 20px;
    padding: 15px 0 15px 0;
}

.planner td {
    vertical-align: top;
}

.planner .thisMonthCell {
    height: 150px;
    overflow: hidden;
}

.planner .notThisMonthCell {
    height: 150px;
    opacity: .3;
}

.plannerEvent-Leave {
    background-color: white;
}

.plannerEvent-Task {
    background-color: white;
}

.plannerEvent-Onsite {
    background-color: white;
}

.plannerEvent-Meeting {
    background-color: white;
}

.plannerEvent-Unavailable {
    background-color: white;
}

.plannerEvent-Support {
    background-color: white;
}

.plannerEvent {
    padding: 5px;
    margin: 10px;
    border: 1px solid black;
    background-color: white;
    color: black;
    border-radius: 5px;
    /*font-size: 120%;*/
}

    .plannerEvent:hover {
        -webkit-transition: background-color .5s;
        transition: background-color .5s;
        background-color: orange;
    }

.plannerEventTitle {
    font-size: 145%;
    line-height: 145%;
    vertical-align: middle;
    font-weight: bold;
    padding: 5px;
    display: inline-block;
}

.plannerMobileEventTitle {
    /*font-size: 130%;*/
    padding: 5px;
    margin: 10px;
    font-size: 120%;
    display: inline-block;
}

    .plannerMobileEventTitle a {
        /*font-size: 130%;*/
        vertical-align: middle;
        display: inline-block;
        margin-right: 10px;
        font-size: 160%;
    }

.plannerMobileEvent {
    padding: 5px;
    border: 1px solid black;
    margin: 10px;
    border-radius: 5px;
    background-color: white;
}

    .plannerMobileEvent:hover {
        background-color: orange;
        -webkit-transition: background-color .5s;
        transition: background-color .5s;
    }

    .plannerMobileEvent a {
        color: black !important;
    }

        .plannerMobileEvent a:hover {
            color: darkorange !important;
        }

.plannerMobileEventSubTitle {
    /*font-size: 110%;*/
}

.plannerEvent a {
    color: black !important;
}

    .plannerEvent a:hover {
        color: darkorange !important;
    }

.plannerDay {
    width: 14.5%;
    vertical-align: top;
}

.plannerHeaderDay {
    width: 14.5%;
    vertical-align: central;
    text-align: center;
}

.crmSearchResult img {
    width: 12px;
    margin-right: 8px;
    vertical-align: central;
}

.plannerHeaderWeek {
    background-color: #ddd;
    font-weight: bold;
    height: 25px !important;
}

/*#endregion PLANNER*/

/*#region GENERAL*/
.contentColOuter {
}

.tab {
    margin-top: 4px;
    opacity: .4;
    display: inline-block;
    border: 1px solid #444;
    padding: 10px;
    font-size: 90%;
    cursor: pointer !important;
    /*border-bottom: 0 !important;*/
    /*margin-bottom: 1px;*/
    margin-right: 2px;
}

.tabSelected {
    opacity: 1;
    /*border-bottom: 1px solid white !important;*/
    background-color: #eee;
    background-color: #444;
    color: white !important;
}

.tabContent {
    /*margin-top: -2px;*/
    margin-top: -1px;
    display: block;
    border: 1px solid #444;
    padding: 25px;
    box-shadow: 3px 3px 3px #ddd;
    display: none;
}

.tabContentSelected {
    display: block;
}

.copyToClipboardButton {
    font-size: 60%;
    padding: 3px;
    display: block;
    border: 1px solid #555;
    background-color: antiquewhite;
    color: black;
    margin-top: 10px;
    /*margin-left: 10px;*/
    clear: both;
    cursor: copy;
    width: 28px;
    text-align: center;
    vertical-align: middle;
}

    .copyToClipboardButton::before {
        content: "COPY";
    }


    .copyToClipboardButton:active {
        background-color: black;
        color: wheat;
    }

.mar10 {
    margin: 10px;
}


.mar20 {
    margin: 20px;
}

.disabled {
    opacity: .1;
    pointer-events: none;
}

.contentCol {
    vertical-align: top;
    width: 45%;
    margin-right: 3%;
    display: inline-block;
}

.contentColThird {
    vertical-align: top;
    width: 32%;
    margin-right: 3%;
    display: inline-block;
}

.abcomProductLicense {
    width: 85%;
    background-color: whitesmoke;
    border: solid orange 1px;
    margin-bottom: 25px;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 5px 5px 5px #ddd;
}

.contact {
    clear: both;
    display: grid;
    background-color: #fffdf5;
    /*width: 90%;*/
    width: 85%;
    padding: 20px;
    box-shadow: 5px 5px 5px #ddd;
    border: 1px solid #ebe4ca;
    border-radius: 10px;
    margin-bottom: 25px;
}

    .contact a {
        margin-top: 10px !important;
        clear: both;
        display: block;
    }

        .contact a:first-of-type {
            font-size: 110% !important;
            font-weight: bold !important;
        }

    .contact::before {
        content: url('/img/userBlack.png');
    }





#testOverlay {
    position: fixed;
    top: 0;
    background-color: red;
    color: white;
    z-index: 10000;
    font-size: 50%;
}

.animate {
    transition: all 2s linear;
}

#loggedInUser {
    background-color: white;
    /*border:1px solid black;
    padding:5px;*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.finePrint {
    font-size: 80%;
    margin: 15px;
    display: inline-block;
    font-weight: normal;
    clear: both;
}

#loginBox {
    padding: 20px;
    width: 400px;
    height: 320px;
    position: absolute;
    left: 48vw;
    top: calc(50% - 280px);
    margin-left: -220px;
}

.loginControl {
    text-align: center;
    min-height: 45px;
    width: 100%;
    margin-bottom: 10px;
}

#callList {
    width: calc(100% - 40px) !important;
    border: 0;
    /*border-spacing: 0;
    border-collapse: collapse;*/
    /*font-size: 95%;*/
    margin: 10px;
    /*margin:10px;
margin-top:-50px;*/
}

#ticketActionSectionContainer {
    border: 1px solid #ddd;
    padding: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 25px;
}

.dataList {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    /*font-size: 95%;*/
    width: 100%;
}

    .dataList th {
        text-align: left;
    }

    .dataList td a {
        color: black;
        padding-right: 20px;
    }

.lastIssueFilter {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.issueList {
    width: 90%;
    width: calc(100% - 35px);
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.ticketList {
    width: 90%;
    width: calc(100% - 35px);
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    /*font-size: 95%;*/
}

.jobList {
    width: 90%;
    width: calc(100% - 35px);
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    /*font-size: 95%;*/
}

.task {
    margin-bottom: 5px;
    border: 1px solid #bbb;
    padding: 5px;
    width: calc(100% - 60px);
    display: inline-block;
    border-radius: 2px;
    font-size: 80%;
    background-color: #fffffb;
}

.taskList {
    width: 90%;
    width: calc(100% - 35px);
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    /*font-size: 95%;*/
}

.eventList {
    width: 90%;
    width: calc(100% - 35px);
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    /*font-size: 95%;*/
}

.issueListOuter {
    margin-top: 10px !important;
}

.textareaSmall {
    height: 85px;
}

.textareaMedium {
    height: 150px;
}

.textareaLarge {
    height: 300px;
}

.inputFieldOuter {
    vertical-align: middle;
    margin-bottom: 9px;
}


.inputFieldInner {
    width: 35%;
    max-width: 150px;
    display: inline-block;
    padding-left: 0 !important;
    margin-right: 20px !important;
    font-weight: 500;
    margin-bottom: 10px;
}

.inputFieldStacked {
    width: 35%;
    max-width: 150px;
    display: inline-block;
    padding-left: 0 !important;
    margin-right: 10px !important;
    font-weight: 500;
}

.setupOption {
    min-width: 160px;
    min-height: 120px;
    text-align: center;
    margin: 10px;
    float: left;
    padding-top: 40px;
}

    .setupOption img {
        height: 50px;
        margin-bottom: 5px;
    }

    .setupOption span {
        clear: both;
        display: block;
        font-weight: bold !important;
        color: #333 !important;
        padding-top: 10px;
    }

    .setupOption:hover {
        background-color: #eee;
    }

input[type=button ] {
    font-weight: bold;
    font-size: 100%;
    border: 2px double transparent;
}

    input[type=button ]:hover {
        border: 2px double black;
    }

input[readonly] {
    cursor: not-allowed;
    opacity: .5;
}


input {
    color: #333 !important;
    background-color: white;
    border: 1px solid #666;
    margin-right: 10px;
    padding: 15px !important;
    margin-bottom: 20px !important;
    margin-bottom: 20px !important;
}

input, select, textarea:hover {
    box-shadow: 2px 2px 2px #ddd;
}

    input[readonly] {
        cursor: not-allowed;
        opacity: .5;
    }

    input[type=checkbox] {
        margin-bottom: 5px !important;
    }

.formLabel {
    width: 28%;
    max-width: 245px;
    display: inline-block;
    padding: 15px !important;
    font-weight: 700;
    vertical-align: top;
    margin-right: -3px;
    border-left: 3px solid darkgrey;
    margin-bottom: 20px;
}

    .formLabel: {
        background-color: red;
    }

.formControlWarning {
    width: 65%;
    max-width: 330px;
    margin-left: 170px;
    padding-left: 10px;
    margin-top: -0px !important;
    display: none;
    border: 1px;
    color: red !important;
}

.displayRow {
    clear: both;
    margin-bottom: 20px;
    word-break: break-all;
    hyphens: auto;
}

.displayLabel {
    font-weight: bold;
    width: 30%;
    max-width: 250px;
    display: inline-block;
    margin-bottom: -15px;
    vertical-align: top;
    margin-right: 10px;
}

.max300orFill {
    width: 65%;
    max-width: 500px;
    display: inline-block;
}

.max500orFill {
    width: 65%;
    max-width: 500px;
    display: inline-block;
}

.noMaxOrFill {
    width: 65%;
    display: inline-block;
}

.newLine {
    clear: both;
    display: block !important;
}

.warningBox {
    background-color: lightsalmon;
    color: black;
    padding: 10px;
}

.sectionContainer {
    padding: 25px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.blurMe {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.buildStatus {
    min-width: 170px;
    border: 2px solid grey;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 30px;
}

.buildStatusDevelopment {
    border: 1px solid grey;
    background-color: pink;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 15px;
}

.buildStatusTesting {
    border: 1px solid grey;
    background-color: wheat;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 15px;
}

.buildStatusPilot {
    border: 1px solid grey;
    background-color: gold;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 15px;
}

.buildStatusLive {
    border: 1px solid grey;
    background-color: lightgreen;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 15px;
}

.buildStatusDeprecated {
    border: 1px solid grey;
    background-color: gainsboro;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 15px;
}

.headerImage {
    height: 30px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
}

.displayPriorityCritical {
}

.addEvent {
    font-weight: bold;
    background-color: peachpuff;
    border: brown 1px solid;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 110% !important;
    color: black !important;
}

.customer {
    display: inline-block;
    background-color: cornflowerblue;
    padding: 3px;
    color: ghostwhite;
    border-radius: 5px;
}

.required {
    display: inline-block;
    color: red;
    /*font-size: 90% !important;*/
    text-decoration: !important;
}

.toolOuter {
    display: inline;
    margin-right: 20px;
}

.tool {
    background-color: #eee;
    padding: 12px;
    display: inline-block;
    color: black !important;
    /*margin-bottom:20px;*/
    /*font-size: 15px;*/
}

    .tool img {
        margin-top: 0px;
        width: 15px;
        height: 15px;
    }

    .tool span {
        vertical-align: top;
        margin-left: 10px;
    }

    .tool:hover {
        background-color: #ee9944;
    }

.workingHoursCol {
    display: inline-block;
    width: 100px;
}


.required {
    color: red;
    /*font-size: 150%;*/
    margin-left: 5px;
}

.dataListRowCount {
    background-color: slategrey;
    color: white;
    padding: 5px;
    border-radius: 20px;
    min-width: 18px;
    display: inline-block;
    text-align: center;
}

.contentOuter {
    clear: both;
    display: block;
    padding: 20px;
}

.margin5after {
    margin-bottom: 5px;
}

.footerButton {
    height: 27px;
    display: inline-block;
    background-color: #444;
    width: 27px;
    font-size: 18px !important;
    margin-bottom: 4px;
    margin-right: 10px;
}

#headerUserDetails {
    position: absolute;
    text-align: right;
    font-size: 90%;
    top: 25px;
    right: 60px;
    text-transform: uppercase;
}

#logoutButton {
    display: inline-block;
    padding: 8px 11px;
    background-color: #eee;
    margin-left: 20px;
    color: black;
}

    #logoutButton:hover {
        background-color: #ccc;
        box-shadow: 5px 5px 5px #ddd;
    }

#footer {
    clear: both;
    margin-top: 10px;
    background-color: #fff;
    width: 100%;
    bottom: 0px;
}

#footerVersion {
    float: right;
    margin-right: 15px;
    display: inline-block;
    background-color: #fff;
    padding: 10px;
    font-size: 60%;
    margin-top: 8px;
    color: #333;
}

#footerMode {
    float: right;
    display: inline-block;
    background-color: red;
    margin-top: 8px;
    padding: 10px;
    font-size: 60%;
    color: #fff;
}

#up {
    border: 1px solid #dd9922;
    background-color: #dd9922;
    color: #333;
    border: 1px solid #444;
    background-color: #333;
    color: #dd9922;
    cursor: pointer;
    padding: 5px 9px 1px 10px;
    font-size: 155%;
    font-weight: bold;
}

#footerOuter {
    width: 100% !important;
    background-color: #eee !important;
    z-index: 95000;
    position: fixed;
    bottom: 0;
    height: 49px;
    clear: both;
    border-top: 1px solid black;
}

#footerUserDetails {
    text-align: center;
    font-variant-caps: all-small-caps;
    font-size: 13px;
    padding: 10px 20px 10px 10px;
    color: white !important;
    position: fixed;
    bottom: 0;
    right: 0;
    height: 20px;
}

#footerTopLink {
    text-align: center;
    position: fixed;
    bottom: 10px;
    left: 10px;
    height: 22px;
    font-size: 22px;
    font-weight: bold;
    padding-right: 3px;
    padding-left: 3px;
    vertical-align: top;
}

    #footerTopLink a {
        color: white;
    }

#quickView {
    padding: 20px;
    margin-bottom: -40px;
}


#toggleTimerButton {
    background-color: indianred;
    color: cornsilk;
    position: absolute;
    right: 70px;
    border: 1px solid #444;
    height: 30px;
    margin-top: 8px;
    cursor: pointer;
}

    #toggleTimerButton img {
        height: 20px;
        vertical-align: middle;
    }

#submitButton {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#quickViewSubmit {
    margin-left: -11px;
    /*font-size: 10pt;*/
    margin-bottom: 0px;
    margin-top: 0px;
    width: 37px;
    padding-left: 5px;
}

.subheader {
    BACKGROUND-COLOR: #ddddee;
    POSITION: fixed;
    TOP: 45px;
    HEIGHT: 45px;
}

.disclaimer {
    FONT-SIZE: 7pt;
    COLOR: #666666;
    FONT-FAMILY: 'Arial Narrow';
}

.warning {
    BORDER: red 1px double;
    COLOR: white;
    BACKGROUND-COLOR: red;
    /*FONT-SIZE: 110%;*/
    padding: 0px !important;
    margin-bottom: 20px;
}

    .warning p {
        padding: 10px !important;
        margin: 0 !important;
    }

    .warning a {
        /*FONT-SIZE: 100%;*/
    }


.attention {
    BORDER: darkorange 1px double;
    COLOR: white;
    BACKGROUND-COLOR: orange;
    /*FONT-SIZE: 110%;*/
    padding: 0px !important;
    margin-bottom: 20px;
}

    .attention p {
        padding: 10px !important;
        margin: 0 !important;
    }

    .attention a {
        /*FONT-SIZE: 100%;*/
    }

.note {
    BORDER: lemonchiffon 1px double;
    COLOR: black;
    BACKGROUND-COLOR: lemonchiffon;
    FONT-SIZE: 110%;
    padding: 0px !important;
    margin-bottom: 20px;
}

    .note p {
        padding: 10px !important;
        margin: 0 !important;
    }

    .note a {
        /*FONT-SIZE: 100%;*/
    }

.info {
    BORDER: green 1px double;
    COLOR: white;
    BACKGROUND-COLOR: green;
    FONT-SIZE: 110%;
    padding: 0px !important;
    margin-bottom: 20px;
}

    .info p {
        padding: 10px !important;
        margin: 0 !important;
    }

    .info a {
        /*FONT-SIZE: 100%;*/
    }

.notice {
    BORDER: #ff6500 1px double;
    COLOR: white;
    BACKGROUND-COLOR: #ff6500;
    /*FONT-SIZE: 110%;*/
    padding: 0px !important;
    margin-bottom: 20px;
}

    .notice p {
        padding: 10px !important;
        margin: 0 !important;
    }

    .notice a {
        color: moccasin;
        /*FONT-SIZE: 100%;*/
    }

.supportLog {
    BORDER: #fce7cc 1px double;
    COLOR: black;
    BACKGROUND-COLOR: #fffcd7;
    /*FONT-SIZE: 110%;*/
    padding: 0px !important;
    margin-bottom: 20px;
}

    .supportLog p {
        padding: 10px !important;
        margin: 0 !important;
    }

    .supportLog a {
        /*FONT-SIZE: 100%;*/
    }

.gbutton {
    /*height: 45px;*/
    PADDING: 9px;
    width: 170px;
    COLOR: white !important;
    BACKGROUND-COLOR: #339933;
    border: 0px;
    margin-top: 10px;
    cursor: pointer;
}

    .gbutton:hover {
        BACKGROUND-COLOR: #282 !important;
        cursor: pointer;
    }

.gbutton-inline {
    height: 45px;
    width: 45px;
    COLOR: white !important;
    BACKGROUND-COLOR: #339933;
    border: 0px;
    cursor: pointer;
}

.gbutton:hover {
    BACKGROUND-COLOR: #282 !important;
    cursor: pointer;
}

.dbutton {
    /*height: 45px;*/
    PADDING: 9px;
    width: 170px;
    BACKGROUND-COLOR: #ddd;
    border: 0px;
    margin-top: 10px;
    COLOR: #aaa !important;
    cursor: pointer;
}

.button-normal {
    background-color: #eee;
    color: #000;
    padding: 13px;
    display: inline-block;
    min-width: 80px;
    text-align: center;
    cursor: pointer;
}

    .button-normal:hover {
        background-color: #f3f3f3;
        color: #222;
        cursor: pointer;
    }

.button-green {
    background-color: #339933;
    color: #fff;
    border: 1px solid #339933;
    padding: 13px;
    display: inline-block;
    min-width: 80px;
    text-align: center;
    cursor: pointer;
}

    .button-green:hover {
        background-color: #44aa44;
        color: #fff;
        cursor: pointer;
    }

.button-red {
    background-color: #f00;
    color: #fff;
    border: 1px solid #f00;
    padding: 13px;
    display: inline-block;
    min-width: 80px;
    text-align: center;
    cursor: pointer;
}

    .button-red:hover {
        background-color: #f44;
        color: #fff;
        cursor: pointer;
    }

.nbutton {
    /*height: 45px;*/
    PADDING: 9px;
    width: 170px;
    BACKGROUND-COLOR: white;
    border: 1px solid black;
    margin-top: 10px;
    COLOR: #222 !important;
    cursor: pointer;
}

.bbutton {
    /*height: 45px;*/
    PADDING: 9px;
    width: 170px;
    COLOR: #fff !important;
    BACKGROUND-COLOR: cornflowerblue;
    border: 1px solid #aa6600;
    border: 0px;
    margin-top: 10px;
    cursor: pointer;
    font-weight: bold;
}

.obutton:hover {
    opacity: .9;
    box-shadow: 3px 3px 8px #ddd;
}

.obutton {
    /*height: 45px;*/
    PADDING: 9px;
    width: 170px;
    COLOR: #fff !important;
    BACKGROUND-COLOR: darkorange;
    border: 1px solid #aa6600;
    border: 0px;
    margin-top: 10px;
    cursor: pointer;
    font-weight: bold;
}

    .obutton:hover {
        opacity: .9;
        box-shadow: 3px 3px 8px #ddd;
    }

.ybutton {
    /*height: 45px;*/
    PADDING: 9px;
    width: 170px;
    COLOR: #fff !important;
    BACKGROUND-COLOR: #f2c100;
    border: 1px solid #ffcc66;
    border: 0px;
    margin-top: 10px;
    cursor: pointer;
}

.rbutton {
    /*height: 45px;*/
    PADDING: 15px;
    width: 170px;
    COLOR: #fff !important;
    BACKGROUND-COLOR: darkred;
    border: 1px solid #513d1c;
    border: 0px;
    margin-top: 10px;
    cursor: pointer;
}

.normal {
    /*FONT-SIZE: 11pt;*/
    COLOR: #434343;
    PADDING: 9px;
}

.pad10 {
    PADDING: 10px 10px 10px 10px;
}

.pad5 {
    PADDING: 5px;
}

.small-button {
    width: 90px !important;
}

.comment {
    padding: 10px;
    display: inline-block;
    background-color: lemonchiffon;
    border-radius: 5px;
    max-width: 95%;
    margin: 10px 0px 10px 0px;
    border: 1px solid lemonchiffon;
    word-break: break-all;
    hyphens: auto;
    padding-bottom: 0 !important;
    word-break: keep-all;
}


.agreementSmall {
    /*font-size: 10px;*/
    text-transform: uppercase;
    margin-left: 12px;
    margin-bottom: 10px;
}

    .agreementSmall:blank {
        /*font-size: 10px;*/
        text-transform: uppercase;
        margin-left: 12px;
        margin-bottom: 0px;
    }

.max500orFill {
    width: 95%;
    max-width: 500px;
    display: inline-block;
    float: left;
}

.max600orFill {
    width: 95%;
    max-width: 580px;
    display: inline-block;
    float: left;
}

.max700orFill {
    width: 95%;
    max-width: 775px;
    display: inline-block;
    float: left;
}

#fixedHeaderBuffer {
    height: 0px;
    width: 100%;
}

#fixedFooterBuffer {
    clear: both;
}

#footerFullName {
    display: inline;
}

#footerUser {
    display: none;
}

.issueParentSuperText {
    margin-top:-10px;
    font-size:70%;
}

#tip {
    /*position:fixed;*/

    display: inline-block;
    background-color: skyblue;
    z-index: 100000;
    /*top: 90px;*/
    margin: 20px;
    padding: 5px;
    font-size: 120%;
    right: 35px;
    cursor: copy;
    border: 1px solid black;
}
#tip:active {
    background-color:powderblue;
}


#actionframe {
    z-index: 10000;
    /*margin-left: calc(25% - 5px);*/
    width: calc(100% - 40px);
    background-color: #eee;
    top: 170px;
    min-height: 40px !important;
    max-height: 40px !important;
    position: -webkit-sticky; /* Safari */
    position: sticky !important;
    top: 9px;
    box-shadow: 0px 15px 15px #fff;
    border: 20px solid white;
    border-bottom: 0;
    margin: -45px 20px 0px 0px;
}

.actionframeWithSideNav {
    margin-left: calc(28% - 70px) !important;
    width: calc(73% - 0px) !important;
    margin-bottom: 10px !important;
}




#actionframe .toolOuter {
    margin-right: 0px !important;
}

#actionframe div {
    display: inline-block;
}

#actionframe img {
    vertical-align: middle;
    padding-right: 3px;
}

#actionframe div a {
    font-weight: normal;
    font-size: 0;
}

.projectImage::before {
    content: '';
    height: 50px;
    width: 50px;
    background-color: #ccc;
    border-radius: 10px;
    position: absolute;
    left: 34px;
    margin-top: 24px;
    transform: translateY(-50%);
}

.projectImage::after {
    margin-top: 14px;
    content: "?";
    position: absolute;
}

.inlineRow {
    display: none;
    background-color: #fafafa;
    word-break: break-all;
    hyphens: auto;
    padding: 10px 10px 1px 10px;
    border: 1px solid #eee;
    margin: -5px -10px 20px -10px;
    /*background-color:red !important;*/
}

    .inlineRow .formLabel {
        margin-left: 0 !important;
        border: 0 !important;
        margin-right: 15px !important;
        padding: 0 !important;
        padding-top: 15px !important;
    }

    .inlineRow .max300orFill {
        width: 50%;
    }

.commentBox {
    width: 50% !important;
}

.tagTotal {
    font-size:130%;
    font-weight:bold;
}

.changeLogDetails {
    padding: 20px;
    background-color: #fffcef;
    font-family: 'Courier New';
    margin-top: 8px;
    margin-bottom: 3px;
    overflow-x: hidden;
    word-wrap: break-word;
}

.changeLog {
    margin-left: 5px;
    margin-bottom: 20px;
}

.changeLogNoData {
    margin-left: 25px;
    margin-bottom: 15px;
}


.changeLogContainer {
    overflow: hidden;
    border-left: 1px solid #aaa !important;
    margin-bottom: 10px;
}

.changeLogOuter {
    margin-left: -10px;
    padding: 10px;
    margin-bottom: 5px;
}

.changeLogInner {
    border-radius: 2px;
    width: calc(100% - 75px);
    margin-top: 5px;
    border: 1px solid #ccc;
    padding: 10px;
    clear: both;
    display: inline-block;
    vertical-align: top;
    background-color: white;
    box-shadow: 2px 2px 2px #eee;
    font-size:90%;

}

.ticket-ViewedStyle {
    font-size: 50% !important;
    display:none;
    margin-top:-30px;
}


.changeLogTerminus {
    background-color: black;
    width: 10px;
    height: 10px;
    margin-bottom: 10px;
    margin-top: -10px;
    margin-left: -4px;
}

.changeLogTerminusNote {
    margin-top: -34px;
    margin-left: 30px;
    margin-bottom: 30px;
}

.changeLogOrigin {
    background-color: #ddd;
    width: 10px;
    height: 10px;
    margin-bottom: 0px;
    margin-left: -4px;
}

/*#topMenuHeaderOuter {
    width: 100% !important;
    display: block;
    position: relative;
    background-color: #ffffff !important;
    z-index: 1000;
    max-height: 55px !important;
    overflow: hidden;
    border-top: 10px solid orange;
}*/
b {
    word-wrap: initial !important;
    font-weight: bold !important;
}

#statusChangeFrame div {
    border: 0 !important;
}

#topMenuHeaderOuter {
    width: 100% !important;
    display: block;
    position: relative;
    background-color: #ffffff !important;
    margin-top: -1px;
    z-index: 1000;
    max-height: 55px !important;
    overflow: hidden;
    padding: 13px;
    /*border-top: 9px solid orange;*/
}

.colourBar {
    height: 9px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    opacity: 1;
    display: block;
    /*    background: rgb(255,143,0);
    background: -moz-linear-gradient(90deg, rgba(255,143,0,1) 52%, rgba(122,122,122,1) 100%, rgba(115,115,115,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,143,0,1) 52%, rgba(122,122,122,1) 100%, rgba(115,115,115,1) 100%);
    background: linear-gradient(90deg, rgba(255,143,0,1) 52%, rgba(122,122,122,1) 100%, rgba(115,115,115,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8f00",endColorstr="#737373",GradientType=1);*/
    background-color: orange;
}

.topMenuHeaderLogo {
    background-color: white !important;
    display: inline-block;
    float: left;
    height: 43px;
    width: 60px;
    text-align: center;
    padding: 10px 0px;
}

/*.topMenuHeaderOption {
    height: 43px !important;
    float: left;
    font-size: 23px;
    font-family: Arial;
    color: white;
    color: #333;
}*/
.topMenuHeaderOption {
    height: 43px !important;
    float: left;
    font-size: 23px;
    color: #333;
    margin-left: 10px;
    font-weight: 400;
}



    .topMenuHeaderOption a {
        padding: 16px 14px 16px 16px !important;
        line-height: 58px;
        color: #333 !important;
        background-color: white;
    }

        .topMenuHeaderOption a:hover {
            background-color: #ddd !important;
            color: #222 !important;
        }

.topMenuHeaderOptionSelected a {
    height: 43px;
    background-color: darkorange !important;
    background-color: #333 !important;
    color: #111;
    color: #fff !important;
}

.topMenuHeaderOption img {
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
    display: none;
}



.headerBlock {
    margin-top: 5px;
    background-color: white;
    padding: 0px 0px 10px 0px;
    display: inline-block;
}

#plannerHeader {
    position: sticky;
    background-color: white;
    width: 100%;
    padding: 20px;
    padding-top: 30px;
    box-shadow: 5px 5px 5px #ccc;
    margin: -0px;
    top: 0px;
}

.userStatusDivOuter {
    background-color: whitesmoke;
    border: 1px solid #888;
    position: fixed;
    height: calc(50% + 75px);
    width: 300px;
    bottom: calc(-50% - 10px);
    right: 0px;
    padding: 10px;
    z-index: 90000;
    /*transition:ease-in bottom .2s;*/ /*animated every god damned page load ...*/
}

.userStatusDivToggle {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    width: calc(50%);
    width: calc(100% - 110px);
    /*padding: 20px;*/
    margin-left: -8px;
    background-color: transparent;
    cursor: pointer;
    /*background-color: red !important;*/
    height: 30px
}

.listID {
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    border: 1px solid grey;
}

.userStatusDivInner {
    /*padding:15px*/
}


.loadingDivOuter {
    background-color: #fff;
    box-shadow: -5px -5px 5px #ddd;
    position: fixed;
    height: 50px;
    width: 50px;
    bottom: 85px;
    right: 0px;
    padding: 0px;
    z-index: 10000;
    pointer-events: none;
    display: none;
}

.loadingDivInner {
    /*margin-top: 45vh;*/
    text-align: right;
    padding: 10px;
}

    .loadingDivInner img {
        height: 30px;
        width: 30px;
    }

/*.subMenuHeaderOuter {
    border-bottom: 10px white solid;
    position: relative;
    clear: both;
    padding-top: 8px;
    display: block;
    min-height: 30px !important;
    background-color: #333 !important;
    z-index: 100;
}*/
.subMenuHeaderOuter {
    position: relative;
    clear: both;
    /*padding-top: 8px;*/
    padding: 0px 15px 5px 15px;
    display: block;
    min-height: 30px !important;
    background-color: #fff !important;
    z-index: 100;
}


/*.subMenuHeaderOption {
    display: inline-block;
    padding: 15px 20px;
    text-align: center;
    color: #fff;
    -webkit-transition: color 2.8s;
    transition: color 2.8s;
    -webkit-transition: background-color .9s;
    transition: background-color .9s;
}
.subMenuHeaderOption:hover {
    color: black !important;
    background-color: white !important;
    -webkit-transition: color .3s;
    transition: color .3s;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}*/
.subMenuHeaderOption {
    display: inline-block;
    /*padding: 10px 15px;*/
    text-align: center;
    color: #222;
    -webkit-transition: color 2.8s;
    transition: color 2.8s;
    -webkit-transition: background-color .9s;
    transition: background-color .9s;
    margin-left: 5px;
    font-weight: 500;
    /*text-transform:uppercase;*/
    /*font-family: Arial;*/
    border-bottom: transparent 5px solid;
    margin-right: 30px;
    margin-top: 15px;
    padding-bottom: 20px;
}

    .subMenuHeaderOption:hover {
        color: black !important;
        /*background-color: #ddd !important;*/
        -webkit-transition: color .3s;
        transition: color .3s;
        -webkit-transition: background-color .3s;
        transition: background-color .3s;
        border-bottom: #aaa 5px solid;
        opacity: .8;
    }

/*.subMenuLinkSelected {
    background-color: white !important;
    color: black;
}*/
.subMenuLinkSelected {
    /*background-color: #eee !important;*/
    color: black;
    border-bottom: #444 5px solid !important;
}

/*.menuCompactOuter {
    position: absolute;
    z-index: 1000;
    top: 50px;
    width: 100%;
    display: none;
}*/
.menuCompactOuter {
    position: absolute;
    z-index: 1000;
    /*top: 90px;*/
    width: 100%;
    display: none;
}

#fixedActionFrameBuffer {
    height: 50px;
}

.menuCompact {
    -webkit-appearance: none;
    height: 42px;
    width: 100%;
    /*font-size: 110%;*/
    border: 0px;
    color: white;
    padding-left: 25px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    overflow-y: auto;
    background-color: #333 !important;
    background-color: #eee !important;
    color: black;
}

    .menuCompact:focus {
        outline: none;
    }

.col3 {
    width: 30%;
    min-width: 225px;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 20px !important;
    display: table-cell;
}

.col2 {
    width: 48%;
    min-width: 225px;
    display: inline-block;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
    padding-bottom: 20px !important;
    /*padding-bottom: 20px !important;*/
    /*padding-bottom: 100%;
    margin-bottom: 100%;*/
    display: table-cell;
    padding-left: 20px;
}

    .col2:first-of-type {
        border-left: 0px !important;
        padding-left: 0px;
    }

.cols {
    overflow: hidden;
    display: table;
    width: 100%;
    min-height: calc(100% - 180px);
}


.product {
    MARGIN-TOP: 2px;
    /*FONT-SIZE: 16pt;*/
    MARGIN-BOTTOM: 2px;
    LETTER-SPACING: -1pt;
}

.userNotice {
    width: 100%;
    background-color: red;
    color: white;
    padding: 2px;
    /*font-size: 80%;*/
    cursor: help;
    position: fixed;
    z-index: 2000;
    max-height: 30px;
    overflow: hidden;
    left: calc(100% - 25px);
    max-height: 25px;
}

    .userNotice div {
        display: inline-block;
        vertical-align: central;
    }


.supportNotice {
    background-color: #fee;
    padding: 10px;
    /*font-size: 80%;*/
}

/*#endregion GENERAL*/

/*#region CRM*/

#searchResults {
    overflow-y: hidden;
    width: calc(100% - 20px);
    border: 0px;
}

#crmUpdates {
    overflow: auto;
    /*position: absolute;*/
    max-height: calc(100% - 350px);
    width: calc(100% - 60px);
}

.tableHeader {
    font-weight:bold;
}

.siteListing {
    display: block;
}

.tag {
    display: inline-block;
    position: relative;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid black;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: white !important;
    text-shadow: 1px 1px 2px #000000;
    cursor: default !important;
}

    .tag a {
        cursor: default !important;
        font-weight: bold;
        color: white !important;
        text-shadow: 1px 1px 2px #000000;
    }

    .tag:hover {
        opacity: .9;
    }

/*#endregion CRM*/

/*#region DOM*/

h1, h2, h3, h6 {
    margin-top: 0px;
    margin-bottom: 20px;
}

h1 {
    font-size: 220%;
    font-weight: 700;
}

h2 {
    font-size: 180%;
}

h4 {
    margin-bottom: 10px;
}

h5 {
    font-size: 110%;
}

h6 {
    padding: 10px;
    font-size: 110%;
    background-color: floralwhite;
}

html {
    height: 100%;
    text-rendering: optimizeLegibility !important;
    /*-webkit-font-smoothing: antialiased !important;*/
    /*-webkit-font-smoothing:never !important;*/
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    scroll-behavior: smooth;
    max-width: 100%;
}

sub {
    font-size: 75%;
}

.processing-page {
    margin: 20px;
    font-size: 120%;
}

textarea {
    FONT-FAMILY: 'Segoe UI';
    font-size: 100%;
    border: 1px solid black;
    margin-bottom: 20px !important;
    min-height: 150px;
}

input:focus::-webkit-input-placeholder {
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
}

.genericList td {
    padding: 15px;
    min-width: 100px;
}


table {
    font-size: 90%;
}

th {
    text-align: left;
}

body {
    max-width: 100%;
    MARGIN: 0px;
    COLOR: #434343;
    margin-bottom: 100px !important;
    font-size: 94% !important;
    padding-bottom: 90px !important;
    font-family: sans-serif;
    font-weight: 500;
    margin-top: 10px;
    font-family: "Open Sans", 'Poppins',Arial;
    font-family: Arial;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.inProgressIssue {
    font-size: 125%;
    border: 1px solid #aaa;
    width: 250px;
    border-radius: 15px;
    vertical-align: top;
    box-shadow: 3px 3px 5px #ccc;
    background-color: #ddd2;
    color: black !important;
    padding: 20px;
    margin-right: 25px;
    margin-bottom: 25px;
    display: inline-block
}

button {
    height: 40px;
    border: 1px solid #000;
}

A {
    /*font-weight: 550;*/
    TEXT-DECORATION: none;
    COLOR: orangered;
    COLOR: darkorange;
    COLOR: #ff6600;
    /*font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif*/
}

    A:visited {
        MARGIN: 0px;
        COLOR: #ff6600;
        TEXT-DECORATION: none;
    }

    A:hover {
        MARGIN: 0px;
        TEXT-DECORATION: none;
        -webkit-transition: color .1s;
        transition: color .1s;
        -webkit-transition: background-color .2s;
        transition: background-color .2s;
        COLOR: orangered;
        COLOR: #ffb680;
        /*font-weight: bold;*/
    }

form {
    /*margin: 5px 5px 5px 0 !important;  why?!!?*/
}


select {
    border: black solid 1px;
    margin-right: 10px;
    padding: 15px !important;
    margin-bottom: 20px !important;
}


hr {
    margin: 25px -20px 25px -20px;
    background-color: #eee !important;
    border: 0px solid #ddd;
    height: 1px;
    COLOR: #d0d5e1;
    width: calc(100% );
    margin-left: 0px !important;
    margin-right: 0px !important;
}

::-webkit-input-placeholder {
    color: #999 !important;
}

:-moz-placeholder {
    color: #999 !important;
}

/*::-moz-placeholder { 
    color: #999 !important;
}*/

:-ms-input-placeholder {
    color: #999 !important;
}

::-webkit-scrollbar {
    background-color: transparent;
}

::-webkit-scrollbar-track-piece {
    background-color: #f1f1f1;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: lightgray;
}

ul {
    margin: 0 !important;
    padding-top: 10px;
    padding-left: 15px !important;
}

li {
    margin-left: 5px;
    margin-top: 3px;
    line-height: 150%;
}

/*#endregion DOM*/

/*#region DEVELOPMENT*/

.issueSubList {
    padding-left: 15px;
    background-color: white;
    border-right: 21px white solid;
    width: 22%;
    display: inline;
    float: left;
    flex: 1;
    margin-top: -50px;
}

.issueSubListScrollerItemSelected {
    background-color: white;
}

    .issueSubListScrollerItemSelected div a {
        font-weight: bold !important;
    }

.issueSubListScrollerItem {
    background-color: white;
}

    .issueSubListScrollerItem div a {
        text-indent: hanging 10px;
        color: #666;
    }

.issueSubListScrollerFixed {
    position: sticky !important;
    top: 5px;
    background-color: white;
    margin-right: -0px;
}

.projectSearchTermsOuter {
    display: inline-block;
    margin-top: -55px;
    margin-right: -20px;
    float: right
}

.issueSubListScrollerRelative {
    position: relative;
    width: 100%;
    overflow-y: scroll;
    background-color: #f1f1f1;
    margin-right: -0px;
}

.issueListSummary {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 90%;
}

    .issueListSummary td {
        word-wrap: break-word;
        overflow: hidden;
    }

.issueContainer {
    display: flex;
}



.issueContent {
    background-color: white;
    margin-top: 0;
    display: inline-block;
    width: 73%;
    margin-left: 1%;
    margin: 10px;
}

.projectOuter {
    float: left;
    display: block;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 8px;
}

.projectInner {
    margin: 5px;
}

.projectTitle {
    width: 20%;
    display: inline-block;
    float: left;
}

#viewAttachmentImage {
    max-width: 100%;
    max-height: 100%;
}

#viewAttachmentOuter {
    position: fixed;
    top: 1px;
    left: 1px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .9);
    z-index: 11000;
    display: none;
}

#viewAttachmentInner {
    background-image: url(http://www.abcom.com.au/none.jpg);
    background-repeat: no-repeat;
    background-position: center;
    left: 5%;
    top: 5%;
    position: absolute;
    height: 85%;
    width: 90%;
    text-align: center;
    /*background-color: #333*/
}

.projectIssueBreakdown {
    min-width: 225px;
    display: inline-block;
    vertical-align: top;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

    .projectIssueBreakdown li {
        line-height: 110%;
    }

/*#endregion DEVELOPMENT*/

/*#region MID RESOLUTION*/

@media screen and (max-width: 820px) {

    .calendarToggle {
        margin-left: calc(-63.5% + 9px);
        position: absolute;
    }

    .sectionContainer {
        padding: 15px;
    }


    .addEvent {
        font-weight: bold;
        background-color: peachpuff;
        border: brown 1px solid;
        width: 40px;
        height: 40px;
        text-align: center;
        vertical-align: middle;
        font-size: 180% !important;
        color: black !important;
    }
}

@media screen and (max-width: 1400px) {
    .col3 {
        width: 50% !important;
        min-width: 225px;
        display: inline-block;
        vertical-align: top;
        padding-bottom: 20px !important;
    }
}

@media screen and (max-width: 1200px) {

    /*.userStatusDivToggle {
@media screen and (max-width: 1200px) {

    /*.userStatusDivToggle {
        width: calc(70% - 110px);
        background-color:red!important;
    }*/

    .contentCol {
        vertical-align: top;
        width: 100%;
        display: inline-block;
        margin-right: 0%;
    }



    #searchResults {
        overflow-y: hidden;
        width: calc(100% - 40px) !important;
        border: 0px;
        height: 0;
        margin-bottom: 20px;
    }

    #crmUpdates {
        overflow: auto;
        /*position: absolute;*/
        max-height: calc(100% - 350px);
        width: calc(100% - 40px);
        /*margin-bottom: 80px;*/
    }


    .col2 {
        width: 90% !important;
        min-width: 225px;
        display: block !important;
        vertical-align: top;
        padding-bottom: 0px !important;
        margin-bottom: 20px !important;
        border-left: 0px !important;
        padding-left: 0px !important;
    }

        .col2:last-of-type {
            border-bottom: 0 !important;
        }

    .changeLogInner {
        width: 78vw;
    }

    #actionframe {
        margin-left: 10px;
        width: calc(100% - 40px);
        margin-top: -45px;
        background-color: #eee;
        top: 170px;
        margin-bottom: 10px;
        min-height: 40px !important;
        position: -webkit-sticky; /* Safari */
        position: sticky !important;
        top: 0px;
        /*box-shadow: 0px 15px  #fff;*/
        border: 10px solid white;
        width: calc(100% - 40px) !important;
        margin-left: 10px !important;
    }




    .issueContent {
        margin-left: 0% !important;
        width: 91%;
    }

    .commentBox {
        width: 100% !important;
    }

    .displayPriorityLow {
        display: none !important;
    }



    .plannerStandard {
        display: none;
    }

    .plannerMobile {
        display: block;
        width: 95% !important;
    }
}

/*#endregion MID RESOLUTION*/

/*#region LOW RES*/

@media screen and (max-width: 730px) {

    .statusDisplay {
        /*font-size: 1.7vw !important;*/
    }

    .inProgressIssue {
        width: 90% !important;
    }

    .projectSearchTermsOuter {
        display: block !important;
        margin-top: 0 !important;
        margin-right: 0 !important;
        float: initial !important;
    }


    .dataListRowCount {
        padding: 1px;
        border-radius: 12px;
        min-width: 14px;
    }

    .tab {
        font-size: 80%;
        padding: 5px;
    }

    #plannerHeader {
        position: sticky;
        background-color: white;
        width: 105%;
        padding: 20px;
        padding-top: 30px;
        box-shadow: 5px 5px 5px #ccc;
        margin: -0px;
        top: 120px !important;
    }

    .buildStatus {
        width: 90%;
    }

    .contentColThird {
        vertical-align: top;
        width: 100%;
        margin-right: 3%;
        display: inline-block;
    }

    .calendarToggle {
        margin-top: -0px !important;
        margin-left: 0px !important;
        /*background-color:yellow;*/
        left: 22px !important;
        position: absolute !important;
    }

    .changeLogInner {
        max-width: 85%;
    }

    h2 {
        font-size: 140% !important;
    }

    #quickView {
        padding: 10px;
        margin-top: -20px;
    }

    .userStatusDivOuter {
        width: 100%;
    }


    .userStatusDivInner {
        padding-left: 30px !important;
    }

    .headerBlock {
        max-width: 85%;
        margin-top: 5px;
        background-color: white;
        /*margin-left: -30px;*/
        /*padding: 0px 20px 0px 30px;*/
        display: inline-block;
    }

    .setupOption {
        min-width: 140px;
        min-height: 120px;
        text-align: center;
        margin: 10px;
        float: left;
        width: 95%;
        border: 1px solid #ddd;
        border-radius: 5px;
    }

        .setupOption img {
            height: 50px;
            margin-bottom: 5px;
        }

        .setupOption span {
            /*display: inline;*/
            clear: none;
        }

    h1 {
        font-size: 180% !important;
    }

    .projectTitle {
        width: 100%;
        display: inline;
        float: left;
    }


    .menuCompactOuter {
        display: block;
        position: fixed !important;
        top: 81px !important;
        /*border-bottom: 10px solid #fff;*/
    }

    #loggedInUser {
        display: block;
        margin-top: -22px;
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 93%;
    }

    .topMenuHeaderOption {
        margin-top: 3px;
        font-size: 17px;
        margin-right: -5px;
    }

        .topMenuHeaderOption a {
            line-height: 50px;
            font-weight: normal;
            padding: 8px !important;
        }

    .topMenuHeaderLogo {
        display: none !important;
        margin-top: 7px !important;
    }

    #topMenuHeaderOuter {
        text-align: center !important;
        position: fixed;
    }

    .tool {
    }

        .tool span {
            font-size: 80%;
        }

        .tool img {
            width: 15px;
            height: 15px;
        }

    .booleanSeparator {
        display: block;
    }

    .max500orFill {
        width: 100%;
        max-width: 100% !important;
        display: block !important;
        float: left;
        margin-bottom: 20px !important;
    }

    .max600orFill {
        width: 100%;
        max-width: 100% !important;
        display: block !important;
        float: left;
        margin-bottom: 20px !important;
    }

    .max700orFill {
        width: 100%;
        max-width: 100% !important;
        display: block !important;
        float: left;
        margin-bottom: 20px !important;
    }



    .topMenuHeaderLogo {
        width: initial;
        padding: 0 !important;
        padding-left: 10px !important;
        padding-top: 7px !important;
    }

        .topMenuHeaderLogo img {
            width: 30px;
        }


    .col3 {
        width: 100% !important;
        min-width: 225px;
        display: block !important;
        vertical-align: top;
        padding-bottom: 0px !important;
        margin-bottom: 20px !important;
    }



    #footerFullName {
        display: none;
    }

    #footerUser {
        display: inline;
    }

    #footerLogout {
        display: inline;
    }

    .projectOuter {
        margin-bottom: 10px;
    }


    /*   body {
        font-size: 90% !important;
    }*/

    .textareaSmall {
        height: 135px !important;
    }

    .textareaMedium {
        height: 175px !important;
    }

    .textareaLarge {
        height: 300px !important;
    }



    input {
        border-left: 3px solid darkgrey;
    }

    .formLabel {
        border-left: 3px solid darkgrey;
        width: 100% !important;
        padding-left: 12px !important;
        max-width: 90% !important;
        z-index: 1;
        pointer-events: none;
        margin-bottom: 0px !important;
    }

    .inputFieldInner {
        width: 90% !important;
        max-width: 90% !important;
        z-index: 1;
        pointer-events: none;
    }

    .formControlWarning {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
    }

    .max300orFill {
        max-width: 98% !important;
        width: 98% !important;
    }

    .noMaxOrFill {
        width: 98% !important;
        display: inline-block;
    }

    .projectBlockOuter {
        width: 100% !important;
    }

    .displayLabel {
        font-weight: bold;
        max-width: 100% !important;
        width: 100% !important;
        display: block !important;
        margin-bottom: 10px !important;
        border-bottom: 1px #e7e7e7 solid;
    }

    .siteListing {
        display: block;
    }

    #actionframe {
        height: 42px !important;
        width: 100%;
        text-align: right;
        position: fixed !important;
        top: 80px;
        text-align: left !important;
        border: 0;
        margin: 0;
        padding-left: 13px;
        width: calc(100%) !important;
        margin-left: 0px !important;
        padding-bottom: 3px;
    }



    #quickViewForm {
        margin-top: 15px !important;
    }

    #quickViewID {
        width: 60% !important;
        margin: 10px;
    }

    #fixedHeaderBuffer {
        height: 120px !important;
    }

    .spaceTaker {
        margin-top:-50px;
    }


    #fixedFooterBuffer {
        clear: both;
    }

    #fixedActionFrameBuffer {
        height: 30px;
    }


    .subMenuHeaderOuter {
        display: none;
    }

    #footerOuterUserDetails {
        width: 100%;
    }

    .checkboxInput {
    }

    .calendarInput {
        z-index: -1 !important;
        padding-left: 50px !important;
    }

    .calendarVerticalBuffer {
        clear: both;
        display: block;
        height: 40px;
    }

    .calendarControlsOuter {
        position: relative !important;
        top: 35px;
    }

    .calendarSpacer {
        display: none;
    }

    .calendarLauncher {
        margin-left: 0px;
    }

    .calendarDisplayOuter {
        margin-right: 0px !important;
        padding-right: 20px !important;
        width: unset !important;
    }

    #loginBox {
        width: 80% !important;
        left: 5vw !important;
        background-color: white !important;
        margin-left: 0 !important;
    }

    .loginControl {
        width: 100% !important;
    }


    .displayPriorityMedium {
        display: none !important;
    }

    #mainMenuSubOptions {
        width: 100%;
        text-align: left;
        margin-left: 20px !important;
        padding-left: 10px;
        margin-top: 0px !important;
    }

    .gbutton {
        width: 100% !important;
    }

    .dbutton {
        width: 100% !important;
    }

    .obutton {
        width: 100% !important;
    }

    .bbutton {
        width: 100% !important;
    }

    .ybutton {
        width: 100% !important;
    }

    .nbutton {
        width: 100% !important;
    }

    .rbutton {
        width: 100% !important;
    }
}

/*#endregion LOW RES*/
@media screen and (max-width: 543px) {

    .topMenuHeaderOption {
        font-size: 14px;
    }

        .topMenuHeaderOption a {
            font-weight: bold !important;
        }


    .calendarToggle {
        margin-top: -66px !important;
        margin-left: 0px !important;
        left: 22px !important;
        position: absolute !important;
        /*background-color:papayawhip !important;*/
    }
}
/*#region VERY LOW RES */

@media screen and (max-width: 350px) {
    .displayPriorityHigh {
        display: none !important;
    }
}

/*#endregion VERY LOW RES */


.inlineToggleBox {
    margin-right: 5px;
    background-color: antiquewhite;
    width: 25px !important;
    height: 25px !important;
    padding: 0px !important;
    font-weight: normal !important;
    vertical-align: text-top;
    display: inline-block;
    margin-top: -2px;
    border: 1px solid #999 !important;
}
