html {
    font-family: 'Roboto', sans-serif;
}

body {
    padding-bottom: 10.0rem;
}

.sticky {
    width: 100%;
}

.app {
    margin-top: 1.0rem;
}

.breadcrumbs {
    margin-bottom: 3.0rem;
}

.tabs-content td {
    font-size: 80%;
}

.notloggedIn .card-section,
.loggedIn .card-section {
    min-height: 5.0rem;
}

.loggedIn-half {
    min-height: 7.0rem;
}

.showMemberDetail,
.showMemberDocs {
    display: none;
}

.card,
.docs-discipline-click,
.docs-discipline-download {
    cursor: pointer;
}


.docs-discipline-click:hover,
.docs-discipline-download:hover,
.docs-grievance-click:hover,
.docs-grievance-download:hover {
    color: red;
}

#related_grivances {
    height: 7.0rem;
}

.last_update {
    font-size: 0.85rem;
    color: orange;
}

.steward-image-round {
    width: 10.0rem;
    height: 10.0rem;
    border-radius: 5.0rem;
}

.grievance-border {
    border: 1px solid gray;
    padding: 1.0rem;
    margin-bottom: 2.0rem;
    background-color: #fbfbfb;
}

.grievance-border-2 {
    border: 1px solid gray;
    margin-bottom: 2.0rem;
    background-color: #fbfbfb;
}

.grievance-key-date-container,
.grievance-comment-comment-container {
    margin: 0;
}

.grievance-key-date-container {
    font-weight: 700;
}

.grievance-comment-mini-container {
    margin-bottom: 1.0rem;
}

#grievance-comments,
#key-dates-container,
#status-list-container {
    height: 30.0rem;
    overflow: scroll;
}

.showMemberDocs-name {
    font-weight: 600;
}

.bottom-compensation-internal {
    margin-bottom: 12.0rem;
}

h1 {
    font-weight: 900;
}

.home {
    color: white;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}

.main-logo {
    height: 5.0rem;
}

.logo_one h4 {
    text-align: center;
    margin-bottom: 3.0rem;
}

.logo_hover p {
    text-align: center;
    font-size: 0.8rem;
    margin-top: 1.0rem;
}

.card {
    border-radius: 0.5rem;
    text-align: center;
    box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.pink {
    background-color: pink;
}

.paleblue {
    background-color: paleturquoise;
}

.breadcrumbs {
    margin-top: 1.0rem;
}

.blue {
    background-color: blue;
}

/*
.header_background {
    background-image: linear-gradient(#DDDDDD, #FFFFFF);
    margin-bottom: 10.0rem;
    box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.5);
    height: 6.5rem;
}
*/

.header_background {
    /*background-image: linear-gradient(#f4f4f4, #FFFFFF);*/
    background-color: #000000;
    margin-bottom: 10.0rem;
    box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(255, 0, 0, 1.0);
    height: 6.5rem;
    z-index: 20;
}



.fixed_footer {
    position: fixed;
    width: 100%;
    z-index: 100;
    height: 0.25rem;
    bottom: 0;
    background-image: linear-gradient(#f9f9f9, #FFFFFF);
    background-color: white;
    box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.5);
}

.footer-line {
    width: 100%;
    height: 10px;
    position: fixed;
    border: 0;
}


.callout {
    border: none;
    background: none;
}

.hideAll {
    display: none;
}

.splash {
    display: block;
}


.card {
    cursor: pointer;
}


.showMember {
    display: none;
    margin-top: -0.8rem;
    line-height: 0.5rem;
    color: white;
}

.top-right-text button {
    cursor: pointer;
    color: white;
}

.member-name {
    color: white;
}

.showMember button {
    padding: 0;
    color: #80c342;
    margin: 0;
}

.showMember button:hover {
    color: white;
}

.breadcrumbs {
    padding-top: 0.5rem;
    margin-bottom: 3.0rem;
}

.breadcrumbs {
    margin-top: 1.0rem;
}

.top-right-text {
    text-align: right;
}

.main-page-image {
    height: 50%;
}

.main-page-image-half {
    height: 25%;
}


/* button style */
.button.primary,
.button.primary.disabled,
.button.primary[disabled],
.button.primary.disabled:hover,
.button.primary[disabled]:hover,
.button.primary.disabled:focus,
.button.primary[disabled]:focus {
    background-color: #80c342;
}

.button.primary:hover,
.button.primary:focus {
    background-color: #256c2f;
}

/*  CARD LINKS */
.image-holder {
    position: relative;
    width: 100%;
}

.image-holder img {
    display: block;
    max-width: 100%;
    height: auto;
}

.card .middle-card {
    background-image: linear-gradient(#3b3b3b, #5e5e5e);

    margin-top: 0.0rem;
    display: inline-block;
    padding: 0.5rem;
    color: white;
    top: 0;
    left: 0;
    width: 100%;
    font-weight: 900;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    text-shadow: 0.2rem 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 1.0);
}

.card .middle-card:hover {
    /* b50204  #d50002*/
    background-image: linear-gradient(#b50204, #ff0000);
    text-shadow: 0.2rem 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 1.0);
    color: white;
}

.go-member-detail {
    font-size: 0.6rem;
    border: solid 1px #80c342;
    letter-spacing: 0.05rem;
    cursor: pointer;
    font-weight: 700;
}

.go-member-docs {
    padding: 0.1rem 0.1rem;
    cursor: pointer;
    margin-top: 0.05rem;
    border-radius: 0.25rem;
    height: 1.5rem;
}

.clip-internal {
    padding: 0.5rem 0rem;
    cursor: pointer;
    margin-top: -0.75rem;
    margin-left: 0.25rem;

}

.member-link {
    width: 1.0rem;
    margin-left: 0.5rem;
    margin-top: -0.0rem;
}

a.email-address:link {
    font-size: 80%;
}

/* LINK COLOURS */

a:link,
a:hover,
a:visited,
a:focus {
    color: black;
}


select.members_list_link {
    height: 10.0rem !important;
}

#go_add_letter,
.go_add_letter {
    margin-top: -1.0rem;
    cursor: pointer;
}

#go_refresh_detail,
.go_refresh_detail {
    margin-top: -1.0rem;
    cursor: pointer;
    width: 2.0rem;
}

.uploaded-by {
    font-size: 75%;
    color: darkgray;
}

#copy-email-container {
    display: none;
    visibility: hidden;
}

/* WSIB */

.tabs-title > a {
    font-weight: 700;
    font-size: 1.0rem;
}


.date_key {
    margin: 0;
    font-weight: 500;
}



.wsib-bold {
    font-weight: 700;
    font-size: 1.5rem;
}

.date_added,
.date_added_1 {
    font-size: 0.8rem;
    margin-bottom: 0;
    color: gray;
}

.date_added_1 {
    font-size: 1.25rem;
    color: black;
    line-height: 1.5rem;
}

.bargaining_search_container {
    border: 1px solid gray;
    margin-bottom: 2.0rem;
}

.bargaining-unit {
    /*border: 1px solid gray;*/
    padding: 0.5rem;
    margin-bottom: 0.5rem;
}

h5.editGeneral {
    font-weight: 700;
}

.general-document-title {
    font-weight: 600;
}

.date_added2,
.bargaining-unit > .date_added {
    font-size: 0.75rem;
    padding: 0;
    margin: 0;
}

.date_added2 {
    color: gray;
}

.bargaining-unit > h5 {
    font-size: 1.25rem;
    padding: 0;
    margin: 0;
}

#updated {
    width: 100%;
    background-color: #eb1a1a;
    padding: 0.5rem;
    position: fixed;
    bottom: 0;
    text-align: center;
    font-weight: 700;
    z-index: 1100;
    color: white;
    display: none;
}

#notice-file-container {
    border: 1px solid black;
}

.access_level {
    font-size: 0.6rem;
    line-height: 0.8rem;
    color: gray;
}

.wsib-edit-comment,
.bargaining-edit-title,
.bargaining-edit-note,
.general-edit-title,
.edit-setting,
.delete-setting,
.delete-general,
.delete-general-document,
.delete-grievance-comment,
.delete-grievance-related,
.delete-grievance-document,
.delete-grievance-filed,
.delete-grievance-key-date,
.grievance-edit-key-date,
.grievance-edit-comment,
.grievance-edit-status,
.general-edit-descript {
    height: 1.5rem;
    cursor: pointer;
    margin-bottom: 0.5rem;
}

.member-grievance-click,
.member-wsib-click {
    cursor: pointer;
}

#grievance-detail-title {
    font-weight: 700;
}

#access-level-wsib,
#access-level-wsib-add {
    list-style-type: none;
}

#settings-division-container .general-edit-descript,
.edit-setting,
.editGeneral,
.setting-item {
    margin: 0;
}

.general-note {
    margin: 0;
}

.grievance-member {
    font-weight: 600;
    font-size: 1.5rem;
}

.editGeneral[contenteditable] {
    background-color: cornsilk;
    width: 100%;
}

.editGrievanceStatus[contenteditable] {
    background-color: cornsilk;
    width: 100%;
}

.editWsibComment[contenteditable] {
    background-color: cornsilk;
    width: 100%;
}

.editGrievanceKeyDate[contenteditable] {
    background-color: cornsilk;
    width: 100%;
}

.editGrievanceComment[contenteditable] {
    background-color: cornsilk;
    width: 100%;
}

.add-document-plus-icon {
    height: 1.0rem;
    margin-right: 0.25rem;
    margin-top: -0.25rem;
    cursor: pointer;
}

.hover-red:hover {
    color: red;
}

.go-to-icon {
    height: 1.0rem;
}

.alert-red {
    background-color: #ff0f0f !important;
}

.alert-orange {
    background-color: #ff6600 !important;
}

.alert-yellow {
    background-color: #EDFF00 !important;
}

.alert-action {
    background-color: #ffc1fd !important;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: silver;
    opacity: 1;
    /* Firefox */
}


#members_list_link {
    height: 100%;
}
