﻿* {
    /*font-family: "Open Sans", sans-serif;*/
    font-family: "Poppins", sans-serif;
}

[disabled="disabled"] {
    cursor: not-allowed;
}

.link-button {
    text-decoration: underline;
    font-size: 12px;
    color: #4370cc;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .link-button:hover {
        font-size: 12px;
        color: #c92f2f;
        text-decoration: underline;
    }

.tbl-cart tr td {
    font-size: 14px;
}

.text-pink {
    color: #e45bc8;
}

.order-result {
    border: 1px solid #efefef;
    box-shadow: 3px 5px 5px #dfdfdf;
    border-radius: 4px;
    padding: 50px;
    padding-bottom: 20px;
}

.order-number-box {
    border: 1px solid #dfdfdf;
    background-color: #e4e4e4;
    font-size: 26px;
    font-weight: bold;
    width: 250px;
    margin: 0 auto;
    padding: 10px 20px 10px 20px;
    color: #666666;
    border-radius: 4px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .order-number-box:hover {
        color: #c24c4c;
        cursor: default;
    }

.post-meta small:hover {
    color: #c24c4c;
    cursor: default;
}

.input-form-area .form-control {
    color: #666666;
}

.datepicker thead tr:first-child th, .datepicker tfoot tr th {
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
        background: rgb(191, 72, 68);
        color: #fefefe;
    }

.datepicker table tr td.day {
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.datepicker table tr td.disabled {
    color: #b4b4b4;
}

    .datepicker table tr td.disabled:hover {
        cursor: not-allowed;
    }

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: rgb(191, 72, 68);
    color: #fefefe;
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    border: none;
}

    .pagination-ys table {
        margin-top: 20px;
        width: 100%;
        border: none;
    }

        .pagination-ys table > tbody > tr > td {
            display: inline;
            border: none;
        }

            .pagination-ys table > tbody > tr > td > a,
            .pagination-ys table > tbody > tr > td > span {
                position: relative;
                float: left;
                padding: 8px 12px;
                line-height: 1.42857143;
                text-decoration: none;
                color: #dd4814;
                background-color: #ffffff;
                border: 1px solid #dddddd;
                margin-left: -1px;
                font-size: 12px;
                font-weight: 600;
            }

            .pagination-ys table > tbody > tr > td > span {
                position: relative;
                float: left;
                padding: 8px 12px;
                line-height: 1.42857143;
                text-decoration: none;
                margin-left: -1px;
                z-index: 1;
                /*color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;*/
                color: #ffffff;
                border-color: #c92f2f;
                background-color: #c92f2f;
                cursor: default;
            }

            .pagination-ys table > tbody > tr > td:first-child > a,
            .pagination-ys table > tbody > tr > td:first-child > span {
                margin-left: 0;
                border-bottom-left-radius: 4px;
                border-top-left-radius: 4px;
            }

            .pagination-ys table > tbody > tr > td:last-child > a,
            .pagination-ys table > tbody > tr > td:last-child > span {
                border-bottom-right-radius: 4px;
                border-top-right-radius: 4px;
            }

            .pagination-ys table > tbody > tr > td > a:hover,
            .pagination-ys table > tbody > tr > td > span:hover,
            .pagination-ys table > tbody > tr > td > a:focus,
            .pagination-ys table > tbody > tr > td > span:focus {
                /*color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;*/
                color: #ffffff;
                border-color: #c92f2f;
                background-color: #c92f2f;
            }

.img-stud {
    border-radius: 4px;
    box-shadow: 2px 2px 5px #999;
}

.section-padding-50-70 {
    padding-top: 50px;
    padding-bottom: 70px;
}

.section-padding-0-70 {
    padding-bottom: 70px;
}

.nav-tabs {
    padding-bottom: 0px;
}

    .nav-tabs li {
        padding: 12px 25px 12px 25px;
        border: 1px solid #e8e8e8;
        text-transform: uppercase;
        font-weight: bold;
    }

        .nav-tabs li a.active {
            color: #DE3593;
        }

        .nav-tabs li:first-child {
            border-top-left-radius: 8px;
        }

        .nav-tabs li:last-child {
            border-top-right-radius: 8px;
        }

        .nav-tabs li a:not(.active):hover, .nav-tabs li a:not(.active):focus {
            color: #006bd1;
            cursor: pointer;
        }

        .nav-tabs li.active {
            cursor: default;
        }

.single-upcoming-events-area {
    border-bottom: 1px solid #efefef;
    padding-top: 15px;
}

.events-meta a span {
    font-size: 11px;
}

.events-text h5, .events-text h4, .events-text h6 {
    color: #4e4e4e;
}

.badge-sm {
    font-size: 12px;
}

.badge-md {
    font-size: 14px;
}

.badge-lg {
    font-size: 16px;
}

.badge-orange {
    background-color: #ff8501;
    color: #fefefe;
}

.btn-xs {
    font-size: 10px;
    padding: 2px 5px 2px 5px;
}

.btn-default {
    background-color: #b1b1b1;
}

.row-hover tr {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .row-hover tr:hover {
        background-color: #f6f6f6;
    }

.wrapper {
    min-height: calc(100vh - 50px);
}

.footer-area {
    height: 50px;
    bottom: 0;
}

.ssi-name, .ssi-name-hidden-xs {
    /*font-family: 'Times New Roman', Times, serif;*/
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    /*text-shadow: 3px 5px 3px #ccc;*/
    color: #fefefe;
}

.ssi-name-hidden-xs {
    display: none;
}

.hide-md {
    display: normal;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ssi-name {
        font-size: 28px;
    }

    .ssi-name-hidden-xs {
        display: none;
    }

    .hide-md {
        display: normal;
    }
}

@media only screen and (min-width: 536px) and (max-width: 767px) {
    .ssi-name {
        font-size: 22px;
    }

    .ssi-name-hidden-xs {
        display: none;
    }

    .hide-md {
        display: none;
    }
}

@media only screen and (max-width: 535px) {
    .ssi-name {
        display: none;
    }

    .ssi-name-hidden-xs {
        display: block;
        float: left;
        padding-top: 30px;
        padding-left: 10px;
    }

    .hide-md {
        display: none;
    }
}

.table-row-parent {
    background-color: #f9f9f9;
}

.parent-row h4, .parent-row h5, .parent-row h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    cursor: pointer;
}

.parent-row:hover > h4, .parent-row:focus > h4, .parent-row:hover > h5, .parent-row:focus > h5, .parent-row:hover > h6, .parent-row:focus > h6 {
    color: #C92F2F;
}

.btn {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.crose-btn .crose-btn-outline {
    background-color: #d7d7d7;
}

.modal-header .modal-title {
    font-size: 16px;
    color: #fefefe;
}

.classy-nav-container {
    /*background-color: #3b8632;*/
    background-color: #38632F;
}

/* CUSTOM NICE SELECT */
.default-select {
    height: 40px;
}

    .default-select .nice-select {
        border: none;
        border-radius: 0px;
        height: 40px;
        background: #fff;
        padding-left: 20px;
        padding-right: 40px;
    }

        .default-select .nice-select .list {
            margin-top: 0;
            border: none;
            border-radius: 0px;
            box-shadow: none;
            width: 100%;
            padding: 10px 0 10px 0px;
        }

            .default-select .nice-select .list .option {
                font-weight: 300;
                -webkit-transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
                line-height: 28px;
                min-height: 28px;
                font-size: 12px;
                padding-left: 20px;
            }

                .default-select .nice-select .list .option.selected {
                    color: #f7631b;
                    background: transparent;
                }

                .default-select .nice-select .list .option:hover {
                    color: #f7631b;
                    background: transparent;
                }

    .default-select .current {
        margin-right: 50px;
        font-weight: 300;
    }

    .default-select .nice-select::after {
        right: 20px;
    }

.form-select {
    height: 40px;
    width: 100%
}

    .form-select .nice-select {
        border: none;
        border-radius: 0px;
        height: 40px;
        background: #fff !important;
        padding-left: 45px;
        padding-right: 40px;
        width: 100%
    }

        .form-select .nice-select .list {
            margin-top: 0;
            border: none;
            border-radius: 0px;
            box-shadow: none;
            width: 100%;
            padding: 10px 0 10px 0px;
        }

            .form-select .nice-select .list .option {
                font-weight: 300;
                -webkit-transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
                line-height: 28px;
                min-height: 28px;
                font-size: 12px;
                padding-left: 45px;
            }

                .form-select .nice-select .list .option.selected {
                    color: #f7631b;
                    background: transparent;
                }

                .form-select .nice-select .list .option:hover {
                    color: #f7631b;
                    background: transparent;
                }

    .form-select .current {
        margin-right: 50px;
        font-weight: 300;
    }

    .form-select .nice-select::after {
        right: 20px;
    }
/* END - CUSTOM NICE SELECT */

.form-select .nice-select .list .option, .form-select .current {
    font-weight: normal;
}

.form-select .nice-select, .form-select .nice-select .list {
    border: 1px solid #ccc;
}

.form-select .nice-select .list {
    max-height: 200px;
    overflow-y: auto;
}

.form-select .nice-select {
    padding-left: 20px;
    padding-right: 20px;
}

    .form-select .nice-select .list .option {
        padding-left: 20px;
    }

.form-select .current {
    max-width: 100%;
    margin-right: 0;
    white-space: nowrap;
    overflow-y: hidden;
    text-overflow: ellipsis;
}

.classy-navbar-toggler .navbarToggler span {
    background-color: #fefefe;
}

.modal-custom-primary .modal-header {
    color: #fff !important;
    background-color: #3C8DBC;
}

.modal-custom-primary .modal-body {
    background-color: #ffffff;
}

.modal-custom-primary .modal-footer {
    background-color: #ffffff;
}

.modal-custom-danger .modal-header {
    color: #fff !important;
    background-color: #c92f2f;
}

.modal-custom-danger .modal-body {
    background-color: #ffffff;
}

.modal-custom-danger .modal-footer {
    background-color: #ffffff;
}

.modal-custom-warning .modal-header {
    color: #fff !important;
    background-color: #f7631b;
}

.modal-custom-warning .modal-body {
    background-color: #ffffff;
}

.modal-custom-warning .modal-footer {
    background-color: #ffffff;
}

.modal-custom-info .modal-header {
    color: #fff !important;
    background-color: #28c5e1;
}

.modal-custom-info .modal-body {
    background-color: #ffffff;
}

.modal-custom-info .modal-footer {
    background-color: #ffffff;
}

.modal-custom-success .modal-header {
    color: #fff !important;
    background-color: #1a9437;
}

.modal-custom-success .modal-body {
    background-color: #ffffff;
}

.modal-custom-success .modal-footer {
    background-color: #ffffff;
}

.modal-custom-default .modal-header {
    color: #666666 !important;
    background-color: #ffffff;
}

.modal-custom-default .modal-body {
    background-color: #ffffff;
}

.modal-custom-default .modal-footer {
    background-color: #ffffff;
}

.a-controls {
    color: #494949;
    font-size: 24px;
    margin-top: 5px;
}

.a-controls:hover, .a-controls:focus {
    color: #307eb9;
    font-size: 24px;
}

.accounts {
    position: relative;
}

.item-accounts.pd-l-25 {
    padding-left: 1.5rem;
}

.item-accounts.pd-b-25 {
    padding-bottom: 1.5rem;
}

@media (min-width: 1024px) {
    .item-accounts {
        background-color: #fff;
        margin-bottom: 3px;
        padding: 2.5rem 4.5rem 2.5rem 5rem;
    }
}

.item-accounts {
    background-color: #fff;
    margin-bottom: 3px;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    position: relative;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.item-accounts:hover, .item-accounts:focus {
    background-color: #f3f3f3;
}

.item-accounts--border-left:before {
    content: "";
    width: .3rem;
    position: absolute;
    height: 100%;
    background: #92c1e9;
    left: 0;
    top: 0;
}

.accounts.item-accounts div {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: #000000;
    font-weight: 400;
}

@media (min-width: 1024px) {
    .item-accounts__click-allcard {
        left: 16rem;
        right: 14rem;
    }
}

.item-accounts__click-allcard {
    position: absolute;
    height: 100%;
    top: 0;
    left: 7rem;
    right: 6rem;
    z-index: 1;
    cursor: pointer;
}

.item-accounts__wrap-main-content {
    display: table;
    width: 100%;
}

@media (min-width: 1024px) {
    .item-accounts__wrap-thumbnail {
        width: 12rem;
    }
}

.item-accounts__wrap-thumbnail {
    width: 4rem;
    padding: 0 1rem;
}

.item-accounts__thumb {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    display: block;
}

.item-accounts__thumb .avatar {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    cursor: default;
}

.item-accounts__thumb .avatar img {
    vertical-align: top;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}

@media (min-width: 1024px) {
    .item-accounts__checkbox {
        display: inline-block;
        vertical-align: middle;
        width: 40%;
    }
    .item-accounts__thumb {
        display: inline-block;
        vertical-align: middle;
        width: 60%;
    }

    .item-accounts__thumb {
        display: block;
    }
    .item-accounts__thumb .avatar {
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
        cursor: default;
    }
    .item-accounts__thumb .avatar img {
        vertical-align: top;
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        left: 0;
    }
    .item-accounts__thumb .avatar .avatar-text {
        position: absolute;
        font-size: 2rem;
        color: #fff;
        width: 100%;
        height: 100%;
        background-color: #000;
        text-align: center;
        padding: 1rem 0;
    }
    .item-accounts__thumb .avatar .avatar-label {
        background-color: #c0c0c0;
        position: absolute;
        z-index: 9;
        color: #000;
        bottom: 0;
        text-align: center;
        width: 100%;
        padding-top: .3rem;
        padding-bottom: .6rem;
        font-size: .9rem;
    }
}

@media (min-width: 1024px) {
    .item-accounts__wrap-detail {
        padding: 0 2rem;
        display: inherit;
    }
    .item-accounts__wrap-title {
        padding-right: 4rem;
    }
    .item-accounts__title {
        margin-bottom: 0;
    }
    .item-accounts__status-group, .item-accounts__wrap-title {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
    }
}

.item-accounts__wrap-detail {
    padding: 0 1rem;
}

.item-accounts__content-wrap {
    font-size: 1.6rem;
}

.item-accounts__title {
    margin-bottom: .5rem;
    cursor: pointer;
}

.item-accounts__phone {
    margin-bottom: .2rem;
    font-size: 14px;
}

.item-accounts__phone a {
    color: #244958;
}
.item-accounts__status {
    color: #1cba5e;
    font-size: 13px;
}

.item-accounts__wrap-type {
    width: 50%;
    display: none;
}

@media (min-width: 1024px) {
    .item-accounts__wrap-type {
        width: 50%;
        display: block;
    }
    .item-accounts__type {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
    }
    .item-accounts__type {
        font-size: 14px;
    }
    .item-accounts__btn-edit, .item-accounts__btn-force-delete {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
        text-align: right;
    }
}

.item-accounts__btn-edit {
    text-align: right;
}

.item-accounts__btn-edit > div {
    display: inline-block;
}

.item-accounts__wrap-detail, .item-accounts__wrap-thumbnail, .item-accounts__wrap-type {
    display: table-cell;
    vertical-align: middle;
}