﻿.removeaccord {
    position: absolute;
    top: 10px;
    right: 5px;
    cursor: pointer
}

.btnAddsch {
    position: relative;
}


.o-container {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.c-header {
    position: relative;
    display: block;
    padding: 20px 0;
    text-align: center;
}

    .c-header:after {
        content: "";
        display: block;
        height: 1px;
        background: #eee;
        position: absolute;
        left: 40%;
        right: 40%;
    }

.c-header__title {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 24px;
}

.c-box {
    margin: 50px 0;
    padding: 10px 10px;
    border: 1px solid #eee;
    background: #f9f9f9;
}

.c-box__body {
    vertical-align: top;
    display: inline-block;
    color: #888;
}


/* Rating Star Widgets Style */
.c-rating-star {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    float: left;
}

.c-rating-star__item {
    display: inline-block;
}

/* Idle State of the stars */
.c-rating-star__icon {
    font-size: 36px; /* Change the size of the stars */
    color: #ccc; /* Color on idle state */
}

/* Hover state of the stars */
.c-rating-star__item.is-hover > .c-rating-star__icon {
    color: #ffcc36;
}

/* Selected state of the stars */
.c-rating-star__item.is-selected > .c-rating-star__icon {
    color: #ff912c;
}

.u-text-center {
    text-align: center;
}

.c-rating-star__item:last-child {
    margin-bottom: 10px !important
}


.user-rating {
    direction: rtl;
    font-size: 20px;
    unicode-bidi: bidi-override;
    padding: 10px 30px;
    display: inline-block;
}

    .user-rating input {
        opacity: 0;
        position: relative;
        left: -15px;
        z-index: 2;
        cursor: pointer;
    }

    .user-rating span.star:before {
        color: #777777;
        content: "ï€†";
        /*padding-right: 5px;*/
    }

    .user-rating span.star {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        position: relative;
        z-index: 1;
    }

    .user-rating span {
        margin-left: -15px;
    }

        .user-rating span.star:before {
            color: #777777;
            content: "\f006";
            /*padding-right: 5px;*/
        }

    .user-rating input:hover + span.star:before, .user-rating input:hover + span.star ~ span.star:before, .user-rating input:checked + span.star:before, .user-rating input:checked + span.star ~ span.star:before {
        color: #ffd100;
        content: "\f005";
    }

.selected-rating {
    color: #ffd100;
    font-weight: bold;
    font-size: 3em;
}

.gemsfileUpload {
    border-left: 1px solid #DDDDDD !important;
    border-right: 1px solid #DDDDDD !important;
    opacity: 1 !important;
    position: relative !important;
}

.logo-preview {
    width: 125px;
    height: 125px;
    margin-top: 10px;
}

#AddMoreSchool {
    color: #fff;
}

#AddApplication {
    color: #fff;
}

#tbl-AllSchoolApplications_filter {
    float: right;
}

#tbl-AllApplications_filter {
    float: right;
}

.tbl-sapn {
    display: inline-block;
    margin-right: 10px;
}
#tbl-AllApplicationsSchoolWise_wrapper .tbl-sapn {
    margin-right: 7px;
}
.logo-preview {
    cursor: pointer;
}

.required {
    color: red;
}

#tbl-AllApplications_filter label input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}

#tbl-AllSchoolApplications_filter label input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}

#deleteSchoolModel .modal-content {
    padding: 15px;
    border-radius: 8px !important;
    width: 75%;
    margin: 0 auto;
}

#deleteSchoolModel .modal-header {
    border-bottom: 1px solid #c3c3c3;
}

#deleteSchoolModel .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
}

#deleteSchoolModel .modal-body p {
    margin-bottom: 10px !important;
}

#deleteSchoolModel .modal-body .pop-btn button {
    padding: 8px 30px;
}

#deleteGemsModel .modal-content {
    padding: 15px;
    border-radius: 8px !important;
    width: 75%;
    margin: 0 auto;
}

#deleteGemsModel .modal-header {
    border-bottom: 1px solid #c3c3c3;
}

#deleteGemsModel .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
}

#deleteGemsModel .modal-body p {
    margin-bottom: 10px !important;
}

#deleteGemsModel .modal-body .pop-btn button {
    padding: 8px 30px;
}

.btn-application {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    color: #ffffff !important;
}

th.nosort::after {
    content: "" !important;
}

th.nosort::before {
    content: "" !important;
}

.user-contact-card .dataTables_filter, .dataTables_wrapper .dataTables_filter {
    width: 50%;
    float: right;
}

.user-contact-card .dataTables_filter label, .dataTables_wrapper .dataTables_filter label {
    display: flex;
    align-items: center;
}

.user-contact-card .dataTables_filter label input, .dataTables_wrapper .dataTables_filter label input {
    width: 100% !important;
}

td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}
