﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bold label {
    font-weight: bold;
}

.logoimage {
    background-position: bottom left;
}

.header_wrapper {
    height: 150px;
}

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;
}


#content_wrapper, .login #content_wrapper {
    background: none;
}


#footer_wrapper {
    background-color: #FFF;
}

#footer {
    border-top: 0;
}

#footer_wrapper a {
    color: #888;
    font-weight: bold;
}



.login .row {
    width: 950px;
}

.login header {
    display: none;
}



.login {
    background: url('../images/connect-background.png') 32% 18% no-repeat;
}

@media only screen and (max-width: 1400px) {
    .login {
        background: url('../images/connect-background.png') 20% 18% no-repeat;
    }
}



@media only screen and (max-width: 1300px) {
    .login {
        background: url('../images/connect-background.png') 10% 18% no-repeat;
    }
}


@media only screen and (max-width: 767px) {
    .login {
        background-image: none;
    }
}

.loginInfo {
    margin-top: 100px;
}

@media only screen and (max-width: 767px) {
    .loginInfo {
        margin-top: 20px;
    }
}

.login #content_body {
    margin-top: 50px;
}


@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;
}

@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/connect-uw-logo.png') top left no-repeat;
    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-color: #AD0010;
    background: linear-gradient(#400 0px, #700 2px, #AD0010 5px, #A00 20px, #400 80px);
}

    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: #AD0010;
    }

.panel h4 {
    color: #AD0010;
}

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 #D79223 solid;
    transition: 0.3s ease all;
}

    .summarybox.selected {
        background-color: #F3E2C3;
    }

.summarybox_recent {
    background: url('../images/clock.png') center 5px no-repeat;
}

.summarybox_open {
    background: url('../images/dash_total_open.png') top center no-repeat;
}

.summarybox_openforyou {
    background: url('../images/dash_you_open.png') top center no-repeat;
}

.summarybox_completed {
    background: url('../images/dash_completed.png') top center no-repeat;
}

.summarybox_waiting {
    background: url('../images/dash_waiting.png') top center no-repeat;
}

.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: #EACF9A;
    transition: 0.3s ease all;
}

    .summarybox:hover .summarycount, .summarybox:hover .summarydesc label {
        color: #AD0010;
        transition: 0.3s ease all;
    }

.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/greenadd.png') 10px 5px no-repeat #494;
    color: #FFF;
    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: #464;
        transition: 0.3s ease all;
        color: #FFF;
    }

.homepage_searchincidents {
    background-color: #666;
    text-transform: uppercase;
    padding: 5px 0 0;
    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 .searchbtn {
        margin: 10px 5px 10px 0;
        display: block;
        width: 20%;
        background-color: #C74;
        color: #FFF;
        text-align: center;
        display: block;
        height: 32px;
        line-height: 32px;
        float: left;
    }

.homepage_allincidents, .sidebar_incidentlink {
    display: block;
    background-color: #EACF9A;
    color: #AD0010;
    font-weight: bold;
    padding: 7px 5px;
    margin: 4px 0;
    text-transform: uppercase;
}

.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;
        float: right;
    }

@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: 50px auto 0px 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%;
}

    table.searchresults th {
        padding: 5px 0;
        background-color: #EEE;
    }

        table.searchresults th.sortingasc {
            background: url('../../../images/icons/up.png') center right no-repeat #D4D4D4;
        }

        table.searchresults th.sortingdesc {
            background: url('../../../images/icons/down.png') center right no-repeat #D4D4D4;
        }

.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: 80%;
    text-align: left;
    padding: 8px 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 .submitbutton {
        background-color: #090;
    }

    .mycasedetail .updateincident .button {
        display: block;
        margin: 5px 0;
    }

fieldset.viewincident {
    border-color: #CCC;
}

    fieldset.viewincident ul {
        list-style-position: inside;
        list-style-image: none;
    }

.cruwpost {
    overflow: hidden;
    border: 1px #CCC solid;
    margin: 5px 0;
    border-radius: 3px;
}

    .cruwpost .postbit {
        width: 30%;
        height: 100%;
        float: left;
        color: #666;
        background-color: #EEE;
        padding-bottom: 5000px;
        margin-bottom: -5000px;
    }

    .cruwpost .postcontent {
        width: 70%;
        float: left;
        padding: 10px;
    }

    .cruwpost .post_author {
        margin-top: 20px;
        text-align: center;
        font-weight: bold;
    }

    .cruwpost .post_date {
        text-align: center;
    }

    .cruwpost .post_avatar {
        border: 1px #DDD solid;
        margin: 5px auto;
        display: block;
        object-fit: cover;
        object-position: top center;
        border-radius: 50%;
        width: 75px;
        height: 75px;
    }
    .cruwpost .post_avatarblank {
        border: 1px #DDD solid;
        margin: 5px auto;
        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: #C00;
    }

    .incident_links a.verifyincident {
        background-color: #090;
    }

    .incident_links a.appendtoincident {
        background-color: #36C;
    }

    .incident_links a.createlinkincident {
        background-color: #099;
    }

.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: #204A9D;
        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;
        background-color: #F3F3F3;
        border: 1px #CCC solid;
        border-top: 0;
        padding: 5px 10px;
        text-decoration: underline;
        cursor: pointer;
        font-weight: bold;
    }

        .versions a:first-child {
            border-top: 1px #CCC solid;
        }

.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 {
    border-top: 1px #999 solid;
}

    ul.manualtypes > li {
        border: 1px #999 solid;
        border-top: 0;
        background-color: #EEE;
        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 #BBB solid;
        background-color: #DDD;
        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: #36C;
    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) {
    nav > ul > li {
        background-color: #AD0010;
        background: linear-gradient(#400 0px, #700 2px, #AD0010 5px, #A00 20px, #400 80px);
        box-shadow: none;
    }

    .summarybox {
        padding: 5px 2px;
    }

    .summarydesc {
        text-align: center;
        transition: 0.3s ease all;
        padding: 0;
    }

        .summarydesc label {
            font-size: 80%;
        }
}

.login .submitbutton {
    background-image: linear-gradient(-180deg, #AF0011 0%, #8D000C 99%);
    border-radius: 9px;
    padding: 10px 20px !important;
    border-color: #8D000C;
}




.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;
}
