﻿.noMargin {
    margin: 0 !important;
}

.hidden {
    display: none;
}

.padding-md {
    padding: 15px 20px;
}

.padding-sm {
    padding: 10px;
}

.padding-bottom-sm {
    padding-bottom: 10px;
}

.admin-left-menu {
    background-color: #3A405A;
    min-height: 100vh;
    width: 100%;
}

    .admin-left-menu .row {
        padding-top: 90px;
    }

.admin-right-content > .row {
    padding-top: 60px;
}

.admin-right-content-container {
    padding: 10px;
    margin: 0;
}

.admin-user-account .user-info-img {
    overflow: hidden;
    margin: auto;
    border-radius: 50%;
    height: 170px;
    width: 170px;
}

    .admin-user-account .user-info-img > span {
        display: flex;
        justify-content: center;
        height: 100%;
    }

.admin-right-box {
    background-color: white;
    padding: 30px 20px;
    margin-top: 30px;
}

    .admin-right-box textarea {
        height: 200px;
        color: #444;
        resize: none;
        width: 100%;
        margin-bottom: 15px;
        margin-top: 15px
    }

    .admin-right-box .img-containers {
        max-height: 300px;
        overflow: hidden;
        margin-bottom: 10px;
        position: relative;
    }

    .admin-right-box .casting-img-container {
        position: relative;
    }

    .admin-right-box img {
        width: 100%;
    }

    .admin-right-box .row span {
        margin-top: 10px;
        margin-bottom: 0 !important;
    }

    .admin-right-box .text-right button {
        padding: 6px 12px;
        border: 1px solid #58406d;
        border-radius: 3px;
        color: #58406d;
        background: #fff;
        font-size: 15px;
    }

        .admin-right-box .text-right button.purple {
            background: #58406d;
            color: #fff;
        }

.img-btn-wrap {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 60px;
    right: 30px;
}

.upload-img-btn {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    color: #383838;
}

    .upload-img-btn:focus {
        background: none;
        border: none !important;
        color: #383838;
    }

    .upload-img-btn:active {
        background: none;
        border: none !important;
        color: #383838;
    }

.admin-right-box button.cast-all-list {
    pointer-events: none;
    width: 180px;
    height: 44px;
    font-size: 20px;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #fff;
    border-radius: 25px !important;
}

.sort-type {
    margin-bottom: 10px;
}

h1 {
    font-size: 22px !important;
    color: #222 !important;
    padding: 0 !important;
    font-weight: 600;
}

    h1 > span {
        color: #aaa;
        font-size: 16px;
        font-weight: 500;
    }

.user-info {
    text-align: center;
}

.admin-user-account img {
    height: 100%;
    max-width: inherit;
}

.admin-mbTop-menu {
    background-image: url("../img/admin/left_menu_bg_plg.png");
    width: 100%;
    height: 400px;
}

    .admin-mbTop-menu .row {
        padding-top: 80px;
    }

.user-info-text {
    border-bottom: 1px solid #8b878f;
    padding-bottom: 10px;
}

    .user-info-text p:first-of-type {
        width: 100%;
        color: #aaa;
        font-size: 12px;
        margin: 12px 0;
        padding-bottom: 0;
        padding-top: 5px;
        margin: 0;
    }

    .user-info-text p {
        width: 100%;
        color: #fff;
        font-size: 15px;
        display: inline-block;
        font-weight: normal;
        padding-bottom: 0;
        margin: 0;
    }

.user-nav {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .user-nav a {
        padding-bottom: 10px;
        padding-top: 10px;
        color: #fff;
        margin: 0;
        margin-left: 15px;
        font-size: 17px;
        display: block;
    }

        .user-nav a:hover {
            text-decoration: none;
            color: #ffc818;
            transition: all 0.2s;
        }

        .user-nav a.active-link {
            color: #ffc818;
            transition: all 0.2s;
        }

        .user-nav a span {
            padding-right: 10px;
        }

    .user-nav .user-pages {
        background-color: #515875;
        display: none;
    }

        .user-nav .user-pages a {
            padding-left: 30px;
            padding-bottom: 5px;
            padding-top: 5px;
        }

.sort-type {
    margin-top: 10px;
    margin-bottom: 10px;
}

.applicant-user-card {
    padding: 10px;
    margin-right: 5px;
}

    .applicant-user-card div button {
        padding: 6px 12px;
        border: 1px solid #58406d;
        border-radius: 3px;
        color: #58406d;
        background: #fff;
        font-size: 15px;
    }

        .applicant-user-card div button:hover {
            background: #58406d;
            color: #fff;
        }

    .applicant-user-card .update-info button {
        width: 100%;
    }
    .applicant-user-card div a.update {
        padding: 6px 12px;
        border: 1px solid #58406d;
        border-radius: 3px;
        color: #58406d;
        background: #fff;
        font-size: 15px;
        width: 100%;
        display: inline-block;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 5px;
    }

        .applicant-user-card div a.update:hover {
            background: #58406d;
            color: #fff;
            text-decoration: none;
        }

    .applicant-user-card div a.dead {
        padding: 6px 12px;
        border: 1px solid #58406d;
        border-radius: 3px;
        color: #58406d;
        background: #ccc;
        font-size: 15px;
        width: 100%;
        display: inline-block;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 5px;
    }

.casting-edit-link {
    padding: 6px 12px;
    border: 1px solid #58406d;
    border-radius: 3px;
    color: #58406d;
    background: #fff;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
}

    .casting-edit-link:hover {
        background: #58406d;
        color: #fff;
        text-decoration: none;
    }

button.edit-btn {
    padding: 6px 12px;
    border: 1px solid #58406d;
    border-radius: 3px;
    color: #58406d;
    background: #fff;
    font-size: 15px;
}

    button.edit-btn:hover {
        background: #58406d;
        color: #fff;
    }

.edit-category {
    background: #f1edf5;
}

.user-card-img {
    position: relative;
}

.user-img-info {
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    color: white;
    bottom: 0;
    padding: 10px;
}

.casting-card-img {
    height: 200px;
    width: 100%;
    line-height: 190px;
    text-align: center;
}

    .casting-card-img img {
        max-width: 100% !important;
        max-height: 100% !important;
        vertical-align: middle;
    }

select.admin-user-type {
    margin-right: 10px;
    width: 110px;
    border: 1px solid #999;
    border-radius: 3px;
    height: 30px;
    padding: 0;
    padding-left: 5px
}

.show-links {
    display: block !important;
}

.search {
    background: #fff;
    border: 1px solid #999;
    width: 220px;
    border-radius: 3px;
    height: 30px;
}

.user-links {
    margin: auto;
    width: 170px;
}

.user-type-sort {
    background-color: #f1edf5;
    margin: 0;
}

    .user-type-sort .user-type-item {
        background-color: #f1edf5;
        padding-left: 0;
        padding-right: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        cursor: pointer;
    }

    .user-type-sort a {
        color: black;
        width: 100%;
        height: 100%;
    }

        .user-type-sort a:hover {
            text-decoration: none;
            color: black;
        }

        .user-type-sort a:active {
            text-decoration: none;
            color: black;
        }

        .user-type-sort a:visited {
            text-decoration: none;
            color: black;
        }

        .user-type-sort a:focus {
            text-decoration: none;
            color: black;
        }

    .user-type-sort .active-type {
        border-bottom: 2px solid #58406d;
    }

.add-user-btn {
    background: #58406d !important;
    color: #fff !important;
    padding: 2px 28px;
    border-radius: 3px;
    height: 40px;
    border: none;
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
}

button.purple {
    background: #58406d !important;
    color: #fff !important;
}

.user-stats-card {
    border: 1px solid #b5b5b5;
    height: 200px;
}

.user-category-stat {
    background-color: #3A405A;
    height: 198px;
    color: white;
    padding-top: 10px;
    margin-bottom: 10px;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
    z-index: 999999;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    color: black;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background-color: white;
    padding: 5px;
}

    .popup > div {
        position: relative;
        padding: 20px;
        width: 450px;
    }

        .popup > div > #close {
            position: absolute;
            top: 0;
            right: 5px;
            color: black;
            font-size: 20px;
            line-height: 20px;
        }

            .popup > div > #close:hover {
                color: black;
                font-size: 20px;
                text-decoration: none;
            }

        .popup > div > .popup-content > h1 {
            text-align: center;
        }

.popup-submit {
    text-align: center;
}

.popup-textarea {
    height: 60px;
    resize: none;
    line-height: 1.3em;
    display: block;
    width: 100%;
    border-left: 1px solid;
    border: #b3b3b3
}

.popup-btn {
    padding: 2px 28px;
    border-radius: 3px;
    height: 40px;
    border: none;
    font-size: 14px;
    margin-bottom: 10px;
    background: #eae5e8;
    color: #444;
}

@media only screen and (max-width: 576px) {
    .admin-right-content .row {
        padding-top: 0;
        margin-top: 10px;
    }

    .admin-right-box {
        background-color: white;
        padding: 0px 10px 10px 10px;
        margin: 0;
    }
}

.input-label {
    color: #777;
}

.info-card span:first-of-type {
    cursor: pointer;
}

.info-card .desc {
    font-size: 12px;
    color: #868686;
}

.info-card .date {
    font-size: 11px;
    color: #868686;
}
/* Dropdown */
.dropdown {
    display: inline-block;
    position: relative;
    width: 100%;
}

.dd-button {
    display: inline-block;
    border: 1px solid gray;
    border-radius: 4px;
    padding: 10px 30px 10px 20px;
    background-color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
}

    .dd-button:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid black;
    }

    .dd-button:hover {
        background-color: #eeeeee;
    }


.dd-input {
    display: none;
}

.dd-menu {
    position: absolute;
    top: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
    background-color: #ffffff;
    list-style-type: none;
    width: 100%;
    z-index: 9999;
}

.dd-input + .dd-menu {
    display: none;
}

.dd-input:checked + .dd-menu {
    display: block;
}

.dd-menu li {
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
}

    .dd-menu li:hover {
        background-color: #f6f6f6;
    }

    .dd-menu li a {
        display: block;
        margin: -10px -20px;
        padding: 10px 20px;
        color: black;
    }

        .dd-menu li a:hover {
            color: black;
        }

    .dd-menu li.divider {
        padding: 0;
        border-bottom: 1px solid #cccccc;
    }

/*toggle switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.table-header {
    border-bottom: 2px solid black;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.table-row {
    margin: 0;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 5px;
    padding-top: 5px;
}

#cke_editor span {
    margin-top: 0 !important;
}

.edit-profile-img .user-info-img {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}

    .edit-profile-img .user-info-img span {
        display: flex;
        justify-content: center;
        height: 100%;
        margin: 0;
    }

        .edit-profile-img .user-info-img span img {
            height: 100%;
            max-width: inherit;
            width: auto;
        }

.full-height {
    height: 100%;
}

    .full-height > div {
        height: 100%;
    }
