﻿/****************************** FONTS ***************************************/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --primary-white: white;
    --primary-black: black;
    --primary: #b52839;
    --light-gray: whitesmoke;
    --dark-gray: #afafaf;
    --white-30: #ffffff;
    --gray-40: #d1d1d1;
    --gray: #d1d1d1;
    --orange-brown: #cf9641;
    --primary-light: #ff3850;
    --blue-highlight: #3366cc;
    --blue-fade: #264D99;
    --green-highlight: #00aa00;
    --green-fade: #008800;
}

.row {
    width: 1290px;
}

nav > ul {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Inter, sans-serif;
    font-weight: 400;
}

h2, h3, h4, h5 {
    font-family: Inter, sans-serif;
    font-weight: 700;
}

b, strong {
    font-weight: 700;
}

i, em {
    font-weight: 300;
    font-style: italic;
}

a {
    color: var(--primary);
}

    a:hover {
        color: var(--primary-light);
    }

.login #content_body {
    padding-top: 0px !important;
}

.logoimage {
    background: url(../images/Unionware_Logo_black.svg) center left no-repeat !important;
    background-size: 275px 275px !important;
}

.alwayslabel {
    padding: 12px 20px;
    border-radius: 20px 0 0 20px;
    background-color: var(--primary-black);
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    height: 39px;
    border-radius: 0 20px 20px 0;
}

textarea {
    border-radius: 0 0 10px 10px;
}

.alwayslabelmultiline {
    border-radius: 0
}

.bold label {
    font-weight: bold;
}

.logoimage {
    background-position: bottom left;
}

.header_wrapper {
    height: 150px;
}

table.dataTable tr.odd td,
table.dataTable tr.even td,
table.searchresults tr td {
    background-color: transparent;
    padding-top: 12px;
    padding-bottom: 12px;
}

table.dataTable tr.odd, table.dataTable tr.even,
table.searchresults tr {
    background-color: white;
    transition: background .3s;
}

table.searchresults tr {
    background-color: white !important;
}

    table.dataTable tr.odd:hover, table.dataTable tr.even:hover,
    table.searchresults tr:hover {
        background-color: var(--gray-40) !important;
    }


table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td,
table.searchresults tbody td {
    border-top: 1px solid var(--light-gray);
}

table.dataTable.no-footer {
    border-bottom: none;
}

table.dataTable, table.searchresults {
    border: none;
}

    table.dataTable thead th, table.dataTable thead td {
        border-bottom: none;
    }

table thead {
    background-color: var(--primary);
}

    table thead tr th {
        color: #fff;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #333 !important;
    border: 1px solid var(--primary-white) !important;
    background-color: var(--gray-40) !important;
    background-image: none !Important;
    border-radius: 8px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background-color: var(--primary) !important;
        border: 1px solid var(--primary-white) !important;
        color: var(--primary-white) !important;
        background-image: none !Important;
        border-radius: 8px;
    }

textarea {
    height: 150px;
}

    textarea[data-name="UpdateNote"] {
        height: 250px;
    }

input[type="file"] {
    padding: 10px;
}

.fulltextarea .alwayslabel {
    width: 100%;
    float: none;
}

#content_wrapper {
    min-height: 700px;
}

.userinfo {
    font-size: 80%;
}

    .userinfo div, .logoutlink {
        font-size: 100%;
    }

.logoutlink {
    font-weight: bold;
    display: block;
    margin-top: 8px;
}

.button {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: var(--primary);
}

    .button:hover {
        background-color: var(--primary-light);
    }

[id$="lnkCancel"] {
    background-color: var(--dark-gray);
    margin-bottom: 20px;
}

    [id$="lnkCancel"]:hover {
        background-color: var(--gray-40);
    }


#content_wrapper, .login #content_wrapper {
    background: none !important;
}


#footer_wrapper {
    background-color: #FFF;
    max-width: 1290px;
    margin: 0 auto;
    border-top: 1px solid var(--gray);
}

#footer {
    border-top: 0;
    margin-top: 0px;
    padding: 0px;
}

#footer_wrapper a {
    color: #888;
    font-weight: bold;
}



#footer .logoimage {
    background-size: 210px 210px !important;
    width: 210px;
    height: 100px;
}

#footer .copyright {
    margin-top: 40px;
    display: block;
}

#footer .mgeulogoimage {
    background: url(../images/MGEU-Union-Label_black.png) no-repeat center right;
    height: 100px;
    min-width: 180px;
    background-size: 180px;
}

#google_translate_element {
    max-width: 180px;
    float: right;
}

    #google_translate_element .goog-te-combo {
        height: 27px;
        width: 180px;
        font-size: 11px;
    }





@media only screen and (max-width: 770px) {
    #footer div.twelve {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    #footer [data-controlname="divLeft"] {
        order: 1;
    }

        #footer [data-controlname="divLeft"] .logoimage {
            width: 100%;
            background-position: center center !important;
            margin: 0;
            padding: 0;
            height: 70px;
        }

    #footer [data-controlname="divRight"] {
        order: 2;
    }

        #footer [data-controlname="divRight"] .mgeulogoimage {
            width: 100%;
            background-position: center center !important;
            margin: 0;
            padding: 0;
            height: 80px;
        }

    #footer [data-controlname="divCenter"] {
        order: 3;
    }

        #footer [data-controlname="divCenter"] .copyright {
            margin: 10px 0 20px;
        }

    .header_wrapper .logoimage {
        background-position: center !important;
        width: 100%;
        height: 100px;
    }

    #google_translate_element .goog-te-combo {
        width: 100% !important;
    }

    .header_wrapper {
        height: auto;
    }


    #content_wrapper {
        min-height: 0px;
    }

    .dataTables_wrapper {
        overflow: scroll;
    }
}


.login .row {
    width: 1290px;
}

.login header {
    display: none;
}



.login {
    background: linear-gradient(#00000080, #00000080), url(../images/CRUW_BG.jpg) !important;
    background-position: 0 0, 50% !important;
    background-size: auto, cover !important;
    background-attachment: scroll, scroll !important;
}

    .login footer {
        display: none;
    }

.CRUWLoginNav {
    border-bottom: 1px solid #ffffff88;
    display: flex;
    justify-content: space-between;
}

    .CRUWLoginNav br,
    .CRUWLoginMobileMenu br {
        display: none;
    }

.CRUWLoginLogo a img {
    width: 150px;
    vertial-align: top;
}

.CRUWLoginNav a, .CRUWLoginNav span {
    color: #fff;
}

.CRUWLoginLogo a {
    display: block;
    margin-top: 15px;
}

.CRUWLoginMainMenu ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    margin-top: 20px;
}

    .CRUWLoginMainMenu ul li {
        position: relative;
        margin: 0;
        list-style-type: none;
        display: inline-block;
    }

        .CRUWLoginMainMenu ul li a,
        .CRUWLoginMainMenu ul li span,
        .CRUWLoginSideMenu a {
            padding: 15px 18px 23px;
            font-size: 16px;
            font-weight: 500;
        }

            .CRUWLoginMainMenu ul li span:hover,
            .CRUWLoginMainMenu ul li span:hover::after,
            .CRUWLoginMainMenu ul li a:hover,
            .CRUWLoginSideMenu a.Login:hover {
                color: var(--dark-gray);
                text-decoration: none;
                border-color: var(--dark-gray) !important;
            }

    .CRUWLoginMainMenu ul ul {
        margin: 0;
        padding: 20px;
        background-color: var(--primary-white);
        position: absolute;
        top: 44px;
        left: 0;
        z-index: 1000;
        flex-direction: column;
        display: none;
    }

    .CRUWLoginMainMenu ul li.submenu span {
        padding-right: 0px;
    }

    .CRUWLoginMainMenu ul li.submenu::after {
        content: "";
        display: inline-block;
        margin-left: 6px;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 9px solid #fff;
        margin-right: 16px;
    }

    .CRUWLoginMainMenu ul ul li {
        display: block;
        color: var(--primary-black);
    }

        .CRUWLoginMainMenu ul ul li a {
            color: var(--primary-black);
            display: block;
            width: 170px !important;
            padding: 0px;
        }

.CRUWLoginSideMenu a.BookCall {
    background-color: #fff6;
    margin: 10px 0 10px !important;
    display: inline-block;
    padding: 10px 30px;
    line-height: 24px;
    border-radius: 30px;
    transition: background-color .5s, color .5s;
}

    .CRUWLoginSideMenu a.BookCall:hover {
        color: var(--black);
        background-color: #fff;
        text-decoration: none;
    }

.CRUWLoginMobileMenu,
.mobileCloseButton {
    display: none;
}


@media only screen and (max-width: 991px) {
    .CRUWLoginNav {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        background-color: var(--primary-black);
        z-index: 10000;
        width: 33vw;
    }

    .CRUWLoginMainMenu ul {
        flex-direction: column;
        display: block;
        margin: 10px 0;
    }

        .CRUWLoginMainMenu ul li {
            display: block;
        }

            .CRUWLoginMainMenu ul li a,
            .CRUWLoginMainMenu ul li span {
                padding: 10px 0 12px 15px;
                display: block;
            }

            .CRUWLoginMainMenu ul li span {
                display: inline-block;
            }

    .login #content_body > .columns {
        padding: 0 !important;
    }

    .CRUWLoginMobileMenu {
        display: block;
        background-color: var(--primary-black);
        padding: 1px 0;
        height: 60px;
    }

        .CRUWLoginMobileMenu .MobileMenu {
            float: right;
            padding-right: 20px;
        }

            .CRUWLoginMobileMenu .MobileMenu img {
                filter: invert() brightness(200%) grayscale();
                padding-top: 21px;
            }

        .CRUWLoginMobileMenu div {
            display: inline-block;
            vertical-align: top;
            padding-left: 15px;
        }

    .CRUWLoginLogo {
        margin-left: 15px;
    }

    .CRUWLoginMobileMenu .CRUWLoginLogo {
        margin-left: 0px;
    }


    .mobileCloseButton {
        display: block;
        position: absolute;
        top: 25px;
        right: 25px;
        font-size: 18pt;
        color: var(--primary-white);
        transform: scale(1.25,1);
        cursor: pointer;
        transition: color .3s;
    }

        .mobileCloseButton:hover {
            color: var(--gray-40);
        }

    .CRUWLoginSideMenu a.Login {
        display: block;
    }

    .CRUWLoginSideMenu a.BookCall {
        display: inline-block;
        margin-left: 15px !important;
    }
}


@media only screen and (max-width: 767px) {
    .login {
        background-image: none;
    }
}

.loginInfo {
    margin-top: 100px;
    padding: 20px;
    background-color: #fff;
}

@media only screen and (max-width: 767px) {
    .loginInfo {
        margin-top: 20px;
    }
}


@media only screen and (max-width: 767px) {
    .loginForm {
        margin-top: 20px;
    }
}


.connectLogo {
    background: url('../images/connect-connect-logo.png') top left no-repeat;
    width: 280px;
    height: 38px;
    margin: 10px auto 30px;
}

@media only screen and (max-width: 767px) {
    .connectLogo {
        margin-bottom: 50px;
    }

    .login .button.success {
        margin-bottom: 20px;
        margin-Top: 20px;
    }

    .login #content_body {
        margin-top: 10px;
    }
}

.UnionWareLogo {
    background: url('../images/Unionware_Logo.svg') top left no-repeat;
    background-size: 291px;
    width: 291px;
    height: 65px;
}

.loginform {
    padding: 70px 60px 0;
}

    .loginform a {
        color: #E9BC75;
        display: block;
        margin-top: 5px;
    }

.login .button.success {
    background-color: #E2A84B;
    border-color: #D79223;
    padding: 8px 0;
    margin-bottom: 20px;
}

nav {
    background: none;
    background-color: #000;
}

    nav ul li a:hover {
        color: #bbb !important;
    }

    nav li a.current, nav li a.current:hover {
        color: var(--primary-light) !important;
    }

    nav ul ul {
        background-color: #000;
    }

        nav ul ul li:first-child,
        nav ul li:first-child,
        nav ul li,
        nav ul ul li {
            border: none;
            box-shadow: none !important;
        }

            nav ul ul li a {
                color: #fff;
            }

                nav ul ul li a:hover {
                    color: #bbb;
                }

            nav ul ul li a {
                color: #fff !important;
            }

    nav > ul > li, nav > ul > li:first-child {
        border: 0;
    }

        nav > ul > li > a, nav > ul > li > a:visited, nav > ul > li > a:active {
            color: #FFF;
        }

            nav > ul > li > a:hover,
            nav > ul > a:active,
            nav > ul > li > a.current {
                color: #ECC88D;
            }

    nav ul ul li:hover a {
        color: var(--primary-light);
    }

.panel h4 {
    color: var(--primary-black);
}

div.panel, div.shadedpanel {
    box-shadow: none;
    background: none;
    border: 0;
}

div.news-blog .panel {
    border-radius: 3px;
}

article h3 {
    margin-bottom: 0;
}

article p.postauthor {
    color: #D79223;
    font-size: 80%;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0;
}

.titlebar {
    margin-bottom: 10px;
    color: #999;
}

    .titlebar label {
        display: inline;
        color: #999;
    }

.titleperson span {
    font-weight: bold;
    margin: 0 5px;
}

.summarybox {
    float: left;
    width: 19%;
    margin: 0.5%;
    margin-bottom: 10px;
    cursor: pointer;
    height: 200px;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid var(--dark-gray);
    transition: 0.3s ease all;
}

    .summarybox.selected {
        background-color: var(--light-gray);
    }

.summarybox_recent {
    background: url('../images/recent-updates.svg') top center no-repeat;
    background-size: 50%;
    background-color: var(--gray-40);
}

.summarybox_open {
    background: url('../images/total-open-tasks.svg') top center no-repeat;
    background-size: 50%;
    background-color: var(--gray-40);
}

.summarybox_openforyou {
    background: url('../images/open-tasks-for-you.svg') top center no-repeat;
    background-size: 50%;
    background-color: var(--gray-40);
}

.summarybox_completed {
    background: url('../images/awaiting-verification.svg') top center no-repeat;
    background-size: 50%;
    background-color: var(--gray-40);
}

.summarybox_waiting {
    background: url('../images/awaiting-response.svg') top center no-repeat;
    background-size: 50%;
    background-color: var(--gray-40);
}

.summarycount {
    margin-top: 80px;
    line-height: 50px;
    text-align: center;
    font-size: 300%;
    font-weight: bold;
    transition: 0.3s ease all;
}

.summarydesc {
    text-align: center;
    transition: 0.3s ease all;
}

.summarybox:hover {
    background-color: var(--primary-light);
    transition: 0.3s ease all;
}

    .summarybox:hover .summarycount, .summarybox:hover .summarydesc label {
        color: white;
        transition: 0.3s ease all;
        transition: color .2s ease;
    }

.paneltitle {
    background-color: #222;
    padding: 5px;
}

    .paneltitle label {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 120%;
        color: #FFF;
        margin: 0;
    }

.homepage_addincident {
    background: url('../images/add-ticket-wide.svg') 10px top no-repeat var(--blue-highlight);
    color: #FFF !important;
    padding: 15px 25px;
    display: block;
    margin: 5px 0 0;
    font-weight: bold;
    font-size: 120%;
    text-transform: uppercase;
    text-align: right;
    transition: 0.3s ease all;
}

    .homepage_addincident:hover {
        background-color: var(--blue-fade);
        transition: 0.3s ease all;
        color: #FFF !important;
    }

.homepage_searchincidents {
    background-color: var(--primary-black);
    text-transform: uppercase;
    padding: 14px 0 0px;
    margin-top: 5px;
}

    .homepage_searchincidents label {
        color: #FFF;
        font-size: 110%;
        font-weight: bold;
        padding-left: 10px;
    }

    .homepage_searchincidents .searchbox {
        display: block;
        width: 75%;
        margin: 10px 0 10px 5px;
        float: left;
    }

        .homepage_searchincidents .searchbox input {
            border-radius: 0px;
            margin-left: 6px;
            width: calc(100% - 6px) !important;
        }

    .homepage_searchincidents .searchbtn {
        margin: 10px 5px 10px 0;
        display: block;
        width: 20%;
        background-color: var(--primary);
        color: #FFF;
        text-align: center;
        display: block;
        height: 39px;
        line-height: 39px;
        float: left;
        border-radius: 0 20px 20px 0;
        transition: background-color .2s;
    }

        .homepage_searchincidents .searchbtn:hover {
            background-color: var(--primary-light);
        }

.homepage_allincidents, .sidebar_incidentlink {
    display: block;
    color: var(--primary);
    background-color: var(--light-gray);
    font-weight: bold;
    padding: 10px 5px;
    text-transform: uppercase;
    transition: background-color .2s, color .2s;
    border-bottom: 1px solid var(--gray-40);
}

    .homepage_allincidents, .sidebar_incidentlink:hover {
        background-color: var(--gray-40);
        color: var(--primary-light)
    }

.sidebar_incidentlink {
    text-transform: none;
    font-weight: normal;
}

    .sidebar_incidentlink .sidebar_count {
        font-weight: bold;
        padding-right: 3px;
    }

.loginaccountinfo {
    margin-bottom: 8px;
}

    .loginaccountinfo a {
        margin-top: 2px;
        display: block;
    }

@media only screen and (max-width: 767px) {

    .loginaccountinfo a {
        float: none;
        text-align: left;
        margin-top: 20px;
    }
}

.loginaccountinfo input[type="checkbox"] {
    margin: 0;
    height: 14px;
}

.phonenumberwrapper {
    margin: 10px auto 10px auto;
    text-align: center;
}

    .phonenumberwrapper label, .phonenumber {
        font-family: Arial;
        color: #AAA;
        display: block;
        font-size: 9pt;
        line-height: 11pt;
        font-weight: normal;
    }


    .phonenumberwrapper .phonenumber {
        font-weight: bold;
        font-size: 15pt;
        line-height: 15pt;
        color: #444;
    }

.welcomemessage {
    margin: 10px;
    margin-top: 0;
    padding: 10px;
    border: 1px #FF4F14 solid;
    background-color: #FFD5C7;
    border-radius: 3px;
    color: #C73200;
}

    .welcomemessage label {
        color: #C73200;
    }

table.searchresults {
    width: 100%;
    border-collapse: collapse;
}

    table.searchresults th {
        padding: 5px 0;
        background-color: var(--primary);
    }

        table.searchresults th a {
            color: var(--primary-white);
        }

        table.searchresults th.sortingasc {
            background: url('../../../images/icons/up.png') center right no-repeat var(--primary-light);
        }

        table.searchresults th.sortingdesc {
            background: url('../../../images/icons/down.png') center right no-repeat var(--primary-light);
        }

.cruwrankincidents table.searchresults tr[data-canrankcase="true"], .cruwrankincidents table.searchresults tr[data-canrankcase="true"] a {
    cursor: move;
}

tr[data-canrankcase="false"] td.searchresults_rank {
    background: url('../images/lock.png') center center no-repeat;
}

.cruwrankincidents table tbody tr:nth-child(odd) {
    background: #fff;
}

.cruwrankincidents table tbody tr:nth-child(even) {
    background: #f9f9f9;
}

table.dataTable thead th, table.searchresults th {
    font-size: 85%;
    text-align: left;
    padding: 13px 10px;
}

table.searchresults th {
    padding-left: 3px;
}

td.searchresults_number {
    width: 11%;
    font-size: 80%;
}

td.searchresults_name {
    width: 29%;
    font-size: 80%;
}

    td.searchresults_name img {
        margin-left: 5px;
        vertical-align: middle;
    }

td.searchresults_opendate {
    width: 10%;
    font-size: 80%;
}

td.searchresults_statusname {
    width: 14%;
    font-size: 80%;
}

td.searchresults_statusdate {
    width: 10%;
    font-size: 80%;
}

td.searchresults_categoryname {
    width: 10%;
    font-size: 80%;
}

td.searchresults_leadname {
    width: 10%;
    font-size: 80%;
}

td.searchresults_rank {
    width: 6%;
    font-size: 80%;
    text-align: center;
}

.loading {
    background: url('../images/progress.gif') center center no-repeat;
    min-height: 100px;
}



.incident_title {
    background-color: #222;
    padding: 10px;
    color: #FFF;
    font-size: 150%;
    line-height: 150%;
    font-weight: bold;
}

.backbutton {
    display: block;
    margin: 10px 0;
    padding: 5px 0 5px 30px;
    background: url('../images/back.png') center left no-repeat;
}

.ImportanceAdditionalInfo {
    color: #FF0000;
}

.incident_header {
    padding: 20px 0;
}

.incident_status {
    font-size: 130%;
    margin-bottom: 10px;
}

.incident_rank {
    font-weight: bold;
    margin-bottom: 10px;
}

h3.manageincidenttitle {
    margin: 0 3px;
    font-size: 120%;
    line-height: 120%;
}

.pleaserank {
    margin-top: 20px;
}

.rankWrapper {
    padding: 10px 0;
}

    .rankWrapper th, .rankWrapper td {
        padding: 8px 3px;
    }

.mycasedetail .updateincident {
    display: none;
    border: 1px #BBB solid;
    background-color: #EEE;
    border-radius: 3px;
    padding: 10px;
    margin: 10px 0;
}

    .mycasedetail .updateincident .button {
        display: inline-block;
        border: 0;
        margin: 5px 8px;
        box-shadow: none;
        -webkit-box-shadow: none;
        background-color: var(--dark-gray);
    }

        .mycasedetail .updateincident .button:hover {
            background-color: var(--gray-40);
        }

    .mycasedetail .updateincident .submitbutton {
        background-color: var(--primary);
        margin-left: calc(100% - 280px);
    }

        .mycasedetail .updateincident .submitbutton:hover {
            background-color: var(--primary-light);
        }


fieldset.viewincident {
    border-color: #CCC;
}

    fieldset.viewincident ul {
        list-style-position: inside;
        list-style-image: none;
    }

.cruwpost {
    overflow: hidden;
    border-bottom: 1px var(--light-gray) solid;
    margin: 5px 0;
}

    .cruwpost .postbit {
        width: 30%;
        height: 100%;
        float: left;
        color: #666;
        margin-top: 12px;
    }

    .cruwpost .postcontent {
        width: 70%;
        float: left;
        padding: 10px;
        border-left: 1px solid var(--gray-40);
        margin: 12px 0;
    }

    .cruwpost .post_author {
        margin-top: 20px;
        text-align: center;
        font-weight: 900 !important;
    }

        .cruwpost .post_author span {
            font-weight: 900 !important;
        }

    .cruwpost .post_job {
        text-align: center;
        margin-top: 5px;
    }

    .cruwpost .post_date {
        text-align: center;
        font-size: 12px;
        font-style: italic;
        margin-top: 15px;
    }

    .cruwpost .post_avatar {
        border: 1px #DDD solid;
        margin: 12px auto 5px;
        display: block;
        object-fit: cover;
        object-position: top center;
        border-radius: 50%;
        width: 75px;
        height: 75px;
    }

    .cruwpost .post_avatarblank {
        border: 1px #DDD solid;
        margin: 12px auto 5px;
        display: block;
        object-fit: cover;
        object-position: top center;
        border-radius: 50%;
        width: 75px;
        height: 75px;
    }

.taskverified {
    background: url('../images/goldstar.png') 6px 6px no-repeat #BEEEBE;
    background-size: 24px 24px;
    border: 1px #090 solid;
    border-radius: 3px;
    text-align: center;
    padding: 10px 10px 10px 30px;
    margin: 10px 0;
    width: 100px;
}

    .taskverified label {
        color: #090;
        font-weight: bold;
    }

.incident_links a {
    display: block;
    padding: 10px;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}

    .incident_links a.reopenincident {
        background-color: var(--primary-light);
    }

        .incident_links a.reopenincident:hover {
            background-color: var(--primary);
        }

    .incident_links a.verifyincident {
        background-color: var(--green-highlight);
    }

        .incident_links a.verifyincident:hover {
            background-color: var(--green-fade);
        }


    .incident_links a.appendtoincident {
        background-color: var(--blue-highlight);
    }

        .incident_links a.appendtoincident:hover {
            background-color: var(--blue-fade);
        }

    .incident_links a.createlinkincident {
        background-color: #099;
    }

        .incident_links a.createlinkincident:hover {
            background-color: #077;
        }

[data-controlname="lblBlockedInfo"] {
    margin: 12px 0 8px;
}

    [data-controlname="lblBlockedInfo"] span {
        font-style: italic;
        margin: 12px 0 8px;
        font-weight: 700 !important;
        color: var(--primary);
    }

.pointsbalance {
    margin: 20px 0;
}

    .pointsbalance label {
        display: inline;
        font-size: 160%;
        color: #666;
        font-weight: bold;
    }

    .pointsbalance span {
        color: #090;
        font-weight: bold;
        font-size: 160%;
        padding-left: 30px;
    }

.positivepoints {
    color: #090;
}

.negativepoints {
    color: #900;
}

.pointshowtoearn table, .pointstable table {
    width: 100%;
}

.cruwreleasenotes h4 {
    margin: 8px 0 0 0;
}

.cruwreleasenotes .currentversion, .cruwreleasenotes .nextversion {
    margin: 5px 10px;
}

.versionpagetitle h1 {
    font-size: 200%;
    line-height: 200%;
    color: #AD0010;
}

.releasenote {
    margin-bottom: 25px;
}

    .releasenote h2 {
        font-size: 160%;
        line-height: 160%;
        margin: 10px 0 3px;
        color: #000;
    }

    .releasenote h3 {
        font-size: 140%;
        line-height: 140%;
        margin: 10px 0 3px;
        padding-left: 15px;
        color: #000;
    }

    .releasenote h4 {
        font-size: 120%;
        line-height: 120%;
        margin: 10px 0 3px;
        padding-left: 30px;
        color: #666;
    }

    .releasenote h5 {
        font-size: 110%;
        line-height: 32px;
        color: var(--primary);
        margin: 10px 0 3px;
        padding-left: 45px;
        overflow: hidden;
        height: 32px;
    }

    .releasenote .releasenotepreviewinfo {
        font-weight: bold;
        color: #F60;
        margin: 5px 0 5px 60px;
    }

    .releasenote fieldset {
        margin: 10px 10px 0 70px;
    }

    .releasenote .releasenotecontent, .releasenote .releasenoteicons {
        margin-left: 60px;
    }

        .releasenote .releasenotecontent, .releasenote .releasenotecontent p {
            line-height: 1.5rem;
        }

    .releasenote .releasenoteicons {
        overflow: auto;
    }

    .releasenote .releasenotecontent ul, .releasenote .releasenotecontent ol {
        margin-left: 30px;
    }

    .releasenote .originator {
        margin: 5px 15px;
        width: 32px;
        height: 32px;
        float: left;
        background: url('../images/idea.png') center center no-repeat;
    }

    .releasenote .voter {
        margin: 5px 15px;
        width: 32px;
        height: 32px;
        display: block;
        float: left;
        background: url('../images/vote.png') center center no-repeat;
    }

.releasenotesheaderlinks {
    overflow: hidden;
}

.productlink, .modulelink {
    text-decoration: underline;
    display: block;
    margin: 5px 10px;
}

.productlink {
    margin-left: 10px;
    margin-top: 10px;
}

.modulelink {
    margin-left: 30px;
}

.versions {
    padding: 10px;
}

    .versions a {
        display: block;
        border-top: 1px var(--light-gray) solid;
        padding: 9px 5px;
        text-decoration: underline;
        cursor: pointer;
        font-weight: bold;
        transition: background-color .2s ease;
    }

        .versions a:first-child {
            border-top: 0;
        }

        .versions a:hover {
            background-color: var(--gray-40);
        }

.postarticle {
    border-bottom: 1px #CCC solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .postarticle .postcontent {
        font-size: 90%;
        line-height: 160%;
    }

h3.manuals {
    margin-top: 0;
}

h4.manuals {
    font-size: 120%;
    color: #666;
}

ul.manualtypes {
}

    ul.manualtypes > li:first-child {
        border-top: 0;
    }

    ul.manualtypes > li {
        border-top: 1px var(--gray-40) solid;
        background-color: white;
        cursor: pointer;
    }

    ul.manualtypes li:hover {
        background-color: #F7F7F7;
    }

    ul.manualtypes li a {
        display: block;
        padding: 5px 10px;
    }

ul.manualsubtypes {
    list-style-type: none;
    display: none;
    margin: 0;
}

    ul.manualsubtypes li {
        border-top: 1px var(--gray-40) solid;
        background-color: var(--light-gray);
        cursor: pointer;
        padding-left: 30px;
    }

        ul.manualsubtypes li:hover {
            background-color: #E7E7E7;
        }

.manualscontent {
    padding: 0 20px;
}

    .manualscontent ul {
        list-style-type: none;
    }

.cruwreleasenotespreview .previewbutton {
    display: block;
    background-color: var(--blue-highlight);
    color: #FFF;
    font-weight: bold;
    padding: 8px 0;
    text-align: center;
    border-radius: 3px;
}

div.scheduledTask {
    height: 20px;
    width: 20px;
    background: url('../images/schedule.png') center center no-repeat;
}

@media only screen and (max-width: 767px) {

    [id$="CRUWManageIncident"] [data-controlname="divPage"] {
        display: flex;
        flex-direction: column;
    }

        [id$="CRUWManageIncident"] [data-controlname="divPage"] [data-controlname="divLeft"] {
            order: 2;
        }

        [id$="CRUWManageIncident"] [data-controlname="divPage"] [data-controlname="divRight"] {
            order: 1;
        }

    [data-controlname="lblTranslate"] {
        text-align: center;
    }

        [data-controlname="lblTranslate"] > span {
            display: inline-block;
        }

    #google_translate_element {
        float: none;
        display: inline-block;
        margin-bottom: 12px;
    }

    .summarybox {
        padding: 5px 2px;
    }

    .summarydesc {
        text-align: center;
        transition: 0.3s ease all;
        padding: 0;
    }

        .summarydesc label {
            font-size: 80%;
        }
}

.login .submitbutton {
    background-color: var(--primary) !important;
    padding: 12px 26px !important;
    border: 0px !Important;
    border-radius: 20px;
    transition: background-color .5s;
}

    .login .submitbutton:hover {
        background-color: var(--primary-light) !important;
    }


.queueItem {
    margin: 25px 0;
    background-color: #FFF;
    border: 1px #CCC solid;
}

.queueItemHeader {
    background-color: #F3F3F3;
    overflow: hidden;
    /*cursor: move;  removed by CSH 03.22.2016 UW-16-0301*/
}

.queueItemTitle {
    width: 70%;
    float: left;
    padding: 5px;
    font-size: 130%;
    line-height: 130%;
    font-weight: bold;
}

.queueItemTaskLink {
    width: 15%;
    float: right;
    text-align: center;
    height: 100%;
    padding: 10px 0;
}

    .queueItemTaskLink a {
        display: block;
        vertical-align: middle;
        border: 1px #060 solid;
        background-color: #383;
        padding: 10px;
        margin-right: 5px;
        color: #FFF;
        font-weight: bold;
        text-transform: uppercase;
    }

        .queueItemTaskLink a:hover {
            background-color: #494;
            border-color: #090;
        }

.queueIsApproved {
    font-weight: bold;
    color: #080;
    text-transform: uppercase;
    padding: 10px;
}

.queueItemSequenceNumber {
    width: 50px;
    float: left;
    background-color: #666;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    margin: 5px 5px;
    font-size: 120%;
}


.queuePlaceholder {
    background-color: #FEC;
    border-color: #FC6;
    visibility: visible;
    height: 100px;
    border-radius: 4px;
}

.rankPlaceholder {
    background-color: #DEF !important;
    visibility: visible !important;
    font-weight: bold;
    height: 30px;
}

.queueDetails, .queueDescription {
    color: #333;
}

.queueDetails {
    overflow: hidden;
    padding: 10px 5px;
}

    .queueDetails dl {
        width: 50%;
        float: left;
        padding: 5px 0;
        overflow: hidden;
    }

    .queueDetails dt, .queueDetails dl {
    }

    .queueDetails dt {
        display: inline;
        padding-right: 10px;
        font-weight: bold;
    }

    .queueDetails dd {
        display: inline;
    }

.queueLinks {
    overflow: hidden;
    padding-bottom: 10px;
}

    .queueLinks a {
        padding: 2px 10px 2px 5px;
        margin-right: 5px;
        border-right: 1px #AAA solid;
        float: left;
        display: block;
    }

        .queueLinks a:last-child {
            border: 0;
        }

.queueDetails, .queueLinks, .queueDescription {
    margin-left: 60px;
}

    .queueDescription div {
        padding: 10px 15px;
        font-size: 85%;
    }


.queueInstructions {
    display: none; /* hidden by CSH 03.22.2016 UW-16-0301*/
    background: url('../images/draganddrop.png') center left no-repeat;
    padding: 25px 0 20px 50px;
}

.eventdates.detail {
    margin-bottom: 15px;
}

.CheckMarkIcon { /* UW-15-1374 */
    width: 20px;
    height: 20px;
    margin: 3px auto;
    background: url('../images/icons/checkmark.png') center center no-repeat;
}

/*Manage Incident metadata fields*/
.IncidentMetadataGroup {
    padding-top: 10px;
}

@media only screen and (max-width: 639px) {
    #nav-main ul {
        flex-direction: column;
    }

        #nav-main ul li,
        .haschildren ul li {
            background-color: var(--primary-black);
        }
}
