﻿#communication-content {
    width: 99%;
    height: 100%;
    overflow-y: auto;
    margin-left: 10px;
}

.communication-group {
    height: 35px;
    margin-bottom: 10px;
    border: 2px solid transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 0 5px;
}

    .communication-group label {
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 16px;
    }

    .communication-group .communication-collapse-button-wrapper img {
        width: 8px;
        height: 8px;
    }

.communication-header-inner {
    width: 96%;
    margin: 0 auto;
    padding: 5px;
}

#communicationheader {
    position: relative;
    padding: 0 20px;
    height: 80px;
    margin: 10px 20px;
    text-align: center;
}

    #communicationheader * {
    }

    #communicationheader .date-selector-container {
        float: left;
        margin: 0 10px;
        height: 100%;
        position: relative;
        width: 32px;
    }

        #communicationheader .date-selector-container .ui-datepicker-trigger {
            width: 27px;
            height: 27px;
        }

        #communicationheader .date-selector-container img {
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            position: absolute;
            cursor: pointer;
        }

    #communicationheader .task-header-button {
        float: left;
        height: 60px;
        padding: 0 20px;
        background-color: #FFFFFF;
        border-radius: 40px;
        cursor: pointer;
        margin: 0 10px;
        color: #2C2C2C;
        border: 1px solid #068ACA;
    }

        #communicationheader .task-header-button:hover {
            background-color: #003F54;
            color: #FFFFFF;
            border: 1px solid #003F54;
        }

        #communicationheader .task-header-button * {
            margin: 0 10px;
            float: left;
            line-height: 60px;
            /*color: white;*/
            cursor: pointer;
            text-transform: capitalize;
        }

    #communicationheader .stacked-stats-container {
        float: left;
        height: 60px;
        margin: 0 10px;
        border-radius: 40px;
        background-color: #F3F5F6;
        padding: 0 10px;
    }

.document-container {
    height: 60px;
    width: 100%;
    display: block;
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 2px;
    border: 1px solid #E7E9EA;
}

.document-container-inner {
    width: 96%;
    margin: 0 auto;
}

.document-icon-container {
    width: 40px;
    height: 100%;
    float: left;
    text-align: center;
}

    .document-icon-container img {
        height: 24px;
        margin-top: 18px;
    }

.document-search-icon-container {
    width: 40px;
    height: 100%;
    float: left;
    text-align: center;
}

    .document-search-icon-container img {
        height: 24px;
        margin-top: 18px;
        margin-left: 15px;
    }

.document-name-container {
    float: left;
    margin: 0 10px 0 10px;
    white-space: nowrap;
}

    .document-name-container label {
        line-height: 60px;
        font-size: 22px;
        font-weight: bold;
        color: #068ACA;
        cursor: pointer;
    }

.document-search-name-container {
    float: left;
    height: 100%;
    line-height: 35px;
    margin: 0 10px 0 10px;
}

    .document-search-name-container label {
        line-height: 60px;
        font-size: 22px;
        font-weight: bold;
        color: #068ACA;
        cursor: pointer;
    }

.document-description-container {
    float: left;
    margin: 0 10px 0 10px;
    max-width: 35%;
}

    .document-description-container label {
        line-height: 60px;
        overflow: hidden;
        overflow-wrap: break-word;
        width: 100%;
        font-size: 16px;
        color: #6B6C6D;
        font-weight: bold;
        height: auto;
        max-height: 26px;
        position: relative;
        margin-top: 20px;
    }

.document-search-description-container {
    float: left;
    margin: 0 10px 0 10px;
    line-height: 35px;
    height: auto;
}

    .document-search-description-container label {
        line-height: 35px;
        overflow: hidden;
        overflow-wrap: break-word;
        width: 100%;
        font-size: 16px;
        color: #6B6C6D;
        font-weight: bold;
        height: auto;
        max-height: 26px;
        position: relative;
        margin-top: 20px;
    }

.document-description-container-description {
    overflow-wrap: break-word;
    overflow: hidden;
    width: 100%;
    font-size: 16px;
    color: #6B6C6D;
    font-weight: bold;
    max-height: 36px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}

.document-creator-container {
    float: right;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .document-creator-container label {
        line-height: 60px;
        font-size: 16px;
        color: #6B6C6D;
    }

.document-date-container {
    float: right;
    width: 100px;
    text-align: right;
    white-space: nowrap;
}

    .document-date-container label {
        line-height: 60px;
        font-size: 16px;
        color: #6B6C6D;
    }

.document-search-date-container {
    float: right;
    width: 200px;
    text-align: right;
    white-space: nowrap;
}

    .document-search-date-container label {
        line-height: 60px;
        font-size: 16px;
        color: #6B6C6D;
    }

#form-reponses-view .ui-datepicker-trigger {
    position: relative;
    top: 4px;
    left: -22px;
}

#communication-dashboard .search-header-button {
    float: left;
    height: 60px;
    border-radius: 40px;
    cursor: pointer;
    margin: 0 10px;
    position: relative;
    left: 20px;
    top: 10px;
    z-index: 1000;
}

    #communication-dashboard .search-header-button * {
        margin: 20px;
        float: left;
        line-height: 60px;
        color: white;
        cursor: pointer;
        text-transform: capitalize;
    }

#communication-day-header-wrapper {
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.tab-content {
    margin-left: 20px;
    margin-right: 20px;
}

#communication-menu {
    float: right;
    border-width: 0;
    background: none;
    vertical-align: bottom;
    color: #FFFFFF;
    font-weight: 700;
}

    #communication-menu li:hover {
        background-color: #003F54;
        border: 1px solid #003F54;
    }

.communication-search-result {
    height: 75px;
    width: 100%;
    border: 1px solid #E7E9EA;
    border-radius: 55px;
    background-color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    overflow: hidden;
}

.ess-location-selector-wrapper {
    height: 300px !important;
    border: none !important;
}

#communication-menu-wrapper {
    height: 35px;
    position: absolute;
    top: 1px;
    left: 170px;
    width: calc(100% - 570px);
    overflow: hidden;
}

.communication-search-bar {
    width: 70%;
    margin: auto;
    border-radius: 4px;
    background-color: #F7F9FA;
    border: 2px solid #E7E9EA;
    letter-spacing: 0;
    height: 35px;
}

    .communication-search-bar:hover {
        border: 2px solid #005894;
        color: #57595A;
    }

    .communication-search-bar:active {
        border: 2px solid #0177BC;
        color: #000000;
    }

    .communication-search-bar:focus {
        border: 2px solid #E7E9EA;
        color: #000000;
    }

#txtSearchCommunication {
    height: 28px;
    margin-bottom: 3px;
    width: calc(100% - 20px);
    border: 1px;
    border-color: transparent;
    font-size: 15px;
}

.communication-show-search-button {
    width: 24px;
    height: 24px;
    margin: 20px;
    padding: 0px;
    outline: none;
    background-color: #F7F9FA !important;
    -webkit-box-shadow: 0 0 0px 1000px #F7F9FA inset !important;
}

.communication-search-button {
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-left: 8px;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
    vertical-align: middle;
    background-color: transparent;
}

.communication-category-wrapper {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 5px;
}

#communication-main {
    height: 100%;
    width: 100%;
}

#search-result-view {
    height: 100%;
    width: 100%;
}

.search-result-wrapper {
    height: calc(100% - 100px);
    overflow: auto;
    width: 96%;
    margin: auto;
}

.communication__tab-container {
    min-height: 90%;
}

.tab {
    border-bottom: 1px solid #E7E9EA;
}

.communication__form-content-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3em;

    /*Remake of tabcontent class to prevent forced centering (That css file loads before this)*/
    padding: 6px 40px;
    border: none;
    margin: 20px;

    height: 100%;
}

.slideleft {
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}
.slideright {
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}

#store-survey-dialog {
    width: 100%;
    height: 100%;
}

.wizard-step-container {
    width: 100%;
    display: flex;
}

.wizard-step-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px;
    margin: 10px;
    border: 1px solid #EAECED;
    padding: 5px;
}

.wizard-content-row {
    display: flex;
    align-items: center;
    gap: 20px
}

    .wizard-content-row label, .wizard-content-row input {
    }

    .wizard-content-row label {
        text-align: right;
        width: 150px;
    }

    .wizard-content-row input {
    }

.store-survey-questions {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.survey-question {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 0 10px;
}

.delete-icon {
    height: 22px;
    cursor: pointer;
}

.move-question {
    display: flex;
}

.move-question-button {
    margin: 0;
    padding: 0;
    border: none;
    height: 18px;
}

.survey-question input {
    flex: 1;
}

.move-question-button img {
    height: 18px;
    margin: 0 4px;
    cursor: pointer;
}

.store-survey-questions-footer {
    display: flex;
    justify-content: space-between;
    margin-right: 150px;
    align-items: end;
}

.add-icon {
    height: 25px;
    cursor: pointer;
}

.form-print-button {
    margin-top:-35px;
    right: 1em;
    cursor: pointer;
}

.form-cancel-button {
    top: 3.5em;
    right: 4em;
    cursor: pointer;
}

#select-time-control,
#store-select-time-control {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

#employee-survey-employee-status,
#store-survey-employee-status {
}

.storeform-option {
    height: 30px;
}

.storeform-option-span {
    position: relative;
    top: -10px;
    padding-left: 20px;
}

#store-form-response-view .ui-datepicker-trigger 
{
    position: relative;
    top: 4.5px;
}
#CategoryIconSelector {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    margin-left: 30px;
}
.communication-selector-icon {
    width: 80px;
    height: 80px;
    margin:10px;
    border-radius:5px;
/*    border: 1px solid;*/
}

.color-selection-icon {
    height: 20px;
    width: 20px;
    margin-left: 7px;
    border: solid 1px;
}