﻿.modal-header h4 {
    color: #5d4d87;
}


/*-------------------------------------------------
  Organiser
  -------------------------------------------------*/
.organiser-container .organiser-entry .organiser-item {
    border-bottom: solid 1px #e9e7f1;
}

    .organiser-container .organiser-entry .organiser-item .profile-picture {
        border: solid 1px #979797;
    }

#form-save-activity .list-organiser {
    border: 1px solid #f5f4fc;
    background-color: #f5f4fc;
}


    #form-save-activity .list-organiser .organiser-name {
        background-color: #fa4171;
        color: #fff;
    }

#set-group-name-modal h4 {
    color: #5d4d87;
}

#set-group-name-modal label {
    color: #a8b6c2;
}

#organization-details-tab .entity-container .entity-column .row-entry label {
    color: #928da5;
}

#organization-details-tab .organization-description {
    color: #171717;
}

#organization-details-tab .register-container .form-control {
    background-color: #f5f4fc;
}

#organization-details-tab .register-container .entity-body .inputs .entity-column .row-entry select {
    color: #171717;
}

/*-------------------------------------------------
  New Group
  -------------------------------------------------*/
#add-new-group-modal .pagination-container .teacher .teacher-photo {
    border: 1px solid #9894ab;
}

#add-new-user-modal .list-organiser {
    border: 1px solid #f5f4fc;
    background-color: #f5f4fc;
}

#add-new-user-modal .organiser-name {
    background-color: #fa4171;
    color: #fff;
}

#add-new-user-modal .remove-group {
    color: #ffffff;
}

#add-new-user-modal .d-form-entry input[type='text'] {
    border: 1px solid #cacaca;
}

#update-user .organiser-name {
    background-color: #fa4171;
    color: #fff;
}

/*-------------------------------------------------
  Attendace Children Future
  -------------------------------------------------*/
#event-attendance-future .n-tab {
    color: #171717;
    background-color: #f5f4fc;
}


#event-attendance-future .n-tab-active {
    background-color: #3809ad;
    color: #ffffff;
}

#event-attendance-future .tabs-children-attendance {
    border: solid 2px #e9e7f1;
}

#event-attendance-future .table-event tbody td {
    border-bottom: 2px solid #f5f4fc;
}

#event-attendance-future .table-event .event-name {
    color: #171717;
}

/*-------------------------------------------------
  Organization details
  -------------------------------------------------*/
#affiliation-organization-details .name-person label {
    color: #171717;
}

#affiliation-organization-details .item-person label {
    color: #171717;
}

/*-------------------------------------------------
  Find Schools
  -------------------------------------------------*/
.schools-list .schools-search-type {
    border: 1px solid #f5f4fc;
    background-color: #f5f4fc;
    color: #928da5;
}

.school-item {
    border: solid 1px #e9e7f1;
}

    .school-item .item-description .item-type {
        color: #FA4171;
    }

    .school-item .item-description .item-title {
        color: #171717;
    }

    .school-item .item-description .send-affiliation {
        color: #3809ad;
    }

    .school-item .item-description .sent {
        color: #d9d9d9 !important;
    }

    .school-item .item-description .rejected {
        color: #ff0000 !important;
    }

    .school-item .item-description .was-rejected {
        color: #FF91AD !important;
    }

    .school-item .item-description .was-accepted {
        color: green !important;
    }

    .school-item .item-description .item-address {
        color: #928da5;
    }

    .school-item img {
        border: solid 1px #e9e7f1;
    }

/*-------------------------------------------------
  List Flyout
  -------------------------------------------------*/
.container-list .under-header .input {
    border: solid 1px #3809ad;
    background-color: #ffffff;
}

.container-list .under-header h3 {
    color: #3809ad;
}

.container-list input[type=text] {
    color: #928da5;
    background-color: #ffffff;
}

.container-list .header h4 {
    color: #5d4d87;
}

.container-list .listing {
    border: solid 1px #bdbdbd;
}

    .container-list .listing .element-list {
        border-bottom: 1px solid #bdbdbd;
    }

    .container-list .listing span {
        color: #171717;
    }

/*-------------------------------------------------
        Edit Organization
  -------------------------------------------------*/
#edit-organization-modal .phone-prefix .select2-container .select2-selection--single {
    border: 1px solid #d5d6e8 !important;
}

#edit-organization-modal .entity-container .entity-column .row-entry label {
    color: #928da5;
}

#edit-organization-modal .organization-description {
    color: #171717;
}

#edit-organization-modal .register-container .entity-body .inputs .entity-column .row-entry select {
    color: #171717;
}


/*-------------------------------------------------
        Message Group
  -------------------------------------------------*/

.message-modal .modal-dialog .modal-content .modal-body .subtitle {
    color: #928da5;
}

.message-modal .modal-dialog .modal-content .modal-body .message-container {
    background-color: #f5f4fc;
    color: #2e2e39;
}

.message-modal .select-group {
    color: black;
    background-color: #f5f4fc !important;
    border: 1px solid #f5f4fc;
}

    .message-modal .select-group option {
        color: black;
    }

.views-seen-messages-container .organiser-container {
    border: solid 1px #e9e7f1;
}

.organiser-item .seen-message {
    color: #928da5;
}

/*-------------------------------------------------
        Message Parent
  -------------------------------------------------*/
#message-parents-modal .parent-item {
    background-color: #f1f1f1;
}

#message-parents-modal .container-textarea textarea {
    background-color: #f5f4fc;
    color: #2e2e39;
}

.parent-item .parent-name span {
    color: #171717;
}

.parent-item .parent-detail:hover a {
    color: #3809ad !important;
}

.parent-item .parent-detail a {
    color: rgb(51, 51, 51);
}

#message-parents-modal .message-list .item-message {
    background-color: #f5f4fc;
}

    #message-parents-modal .message-list .item-message .container-head > div:last-child label:first-child {
        color: #928da5;
    }

    #message-parents-modal .message-list .item-message .container-head .name-user {
        color: #000000;
    }


    #message-parents-modal .message-list .item-message .message-date {
        color: #928da5;
    }

    #message-parents-modal .message-list .item-message .message-description {
        color: #0f0f0f;
    }

.parent-item .parent-detail:hover .mail {
    color: red;
}