/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
    font-family: 'Poppins', sans-serif;
    background: #f2f6f9;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 10px 10px;
    background: #20003f;
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    position: fixed;
    right: 0;
    left: 250px;
    transition: all 0.3s;
    z-index: 9;
}

.full-content .navbar-default {
    left: 80px;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i, span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: url("../images/side-bg.jpg") no-repeat;
    background-size: cover;
    color: #fff;
    transition: all 0.3s;
    position: fixed;
    z-index: 99;
    height: 100%;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

#sidebar.active .sidebar-header .primary-logo, #sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header .secondary-logo {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;

}

#sidebar .secondary-logo {
    display: none;

}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #fff;
    background: #fa146e;
}

#sidebar ul li a i {
    margin-right: 10px;
    background: #ffffff70;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 4px;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #fa146e;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {

    min-height: 100vh;
    transition: all 0.3s;
    padding-left: 250px;
    width: 100%;
}

#content.full-content {
    padding-left: 80px;
}

.navbar-nav > li .dropdown button.dropdown-toggle {
    background: none;
    border: 0;
    padding: 0;
}

.navbar-nav > li .dropdown button.dropdown-toggle:focus {
    background: none !important;
    outline: none !important;
}

.navbar-nav > li .dropdown li a:hover {
    background: #fa146e;
    color: #fff;
}

.navbar-collapse ul li:last-child ul li::before {
    display: none;
}

.navbar-collapse ul li:last-child ul li {
    padding-left: 0;
    margin-left: 0;
}

.navbar-collapse ul li li a {
    background: none;
    padding: 7px 15px !important;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }

    a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3, #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

    #sidebar ul li a span {
        font-size: 0.85em;
    }

    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }

    #sidebar {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }

    .navbar {
        left: 0;
    }

    #content {
        padding-left: 0;
    }
}

@media (min-width: 320px) {

    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-header {
        float: left;
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: left;
        width: auto;
        margin: 2px 0 0;
        background-color: #fff;
        border: 0;
        right: 0;
        left: auto;
        -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        background: #fa146e;
        color: #fff;
    }


}

/* ---------------------------------------------------
    content Inner
----------------------------------------------------- */

.mtp-contetn {
    padding: 20px 25px;
    margin-top: 60px;
    position: relative;
    min-height: calc(100vh - 110px);
}

.mtp-content-header h3 {
    margin: 0;
}

.mtp-logo {
    position: relative;
    text-align: center;
}

.mtp-logo img {
    width: 60%;
}

#sidebar.active .sidebar-header img.secondary-logo {
    width: 100%;
}

button#sidebarCollapse {
    background: none;
    padding: 4px 0;
    margin: 2px 0;
}

button#sidebarCollapse i:before {
    margin-left: 0;
}

.navbar-collapse ul li a {
    padding: 0;
}

.user-pic {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    overflow: hidden;
    border-radius: 6px;
    vertical-align: middle;
    margin: 0 10px;
}

.user-pic img {
    width: 100%;
}

.mtp-profile-dd p {
    display: inline-block;
    color: #fff;
}

.navbar-collapse ul li a.mtp-notification {
    padding: 8px;
}

.mtp-notification i:before {
    font-size: 24px;
    margin-left: 0;
    color: #fff;
}

.mtp-notification span {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #fa146e;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 14px;
    right: 4px;
}

.mtp-profile-dd p i:before {
    font-size: 10px;
    margin-left: 5px;
}

.navbar-collapse ul li:last-child {
    padding-left: 10px;
    margin-left: 10px;
}

.navbar-collapse ul li:last-child::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 150%;
    background: #fff;
    top: -10px;
    left: -5px;
    opacity: .3;
}

#sidebar a i:before {
    margin: 0;
}

#sidebar.active a {
    text-align: center;
}

#sidebar.active a i {
    margin: auto !important;
}


.mtp-list-search {
    position: relative;
    display: inline-block;
}

.mtp-list-search i {
    position: absolute;
    left: 15px;
    top: 7px;
}

.mtp-list-search i:before {
    font-size: 16px;
    margin-left: 0px;
}

.mtp-list-search input {
    padding: 6px 15px 6px 40px;
    background: #f2f6f9;
    border: 1px solid #20003f;
    border-radius: 4px;
}

.mtp-list-search input:focus, .add-new-btn button:focus {
    outline: none !important;
}

.add-new-btn {
    display: inline-block;
}

.add-new-btn button {
    position: relative;
    padding: 5px 25px;
    border-radius: 4px;
    margin-left: 10px;
    color: #fff;
    border: 2px solid #fa146e;
    background-image: -webkit-linear-gradient(
            30deg, #fa146e 50%, transparent 50%);
    background-image: linear-gradient(
            30deg, #fa146e 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.add-new-btn button:hover {
    background-position: 100%;
    color: #fa146e;
}

.add-new-btn button i {
    margin-right: 5px;
}

.add-new-btn button i:before {
    font-size: 12px;
    margin-left: 0;
}

/* ---------------------------------------------------
    List page style
----------------------------------------------------- */

.event-list {
    position: relative;
    display: block;
    margin-top: 15px;
}

.event-list table {
    white-space: nowrap;
}

.event-list table thead {
    background: #fff;
}

.event-list table tbody {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}

.event-list table td button {
    position: relative;
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    color: #fff;
    border-radius: 4px;
}

.event-list table tr td {
    border-top: 1px solid #eff0f1;
    vertical-align: middle;
}

.event-list table td button:focus {
    outline: none !important;
}

.event-list table td button.edit-detail {
    background: #00aaea;
}

.event-list table td button.delete-detail {
    background: #ff6800;
}

.event-list table td button i:before {
    font-size: 12px;
    margin-left: 0;
}

.event-list table tr th {
    padding: 12px 8px;
    border-bottom: 12px solid #f2f6f9;
}

.event-list table th:focus {
    outline: none !important;
}

.event-list table tr:first-child td {
    border-top: none;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #fa146e;
    border-color: #fa146e;
}

.pagination > li > a, .pagination > li > span, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #1f003e;
}

.pagination > li > a:focus {
    outline: none !important;
}

div.dataTables_wrapper div.dataTables_info {
    color: #1f003e;
}

.status-active, .status-inactive {
    display: inline-block;
    width: 100px;
    padding: 3px;
    text-align: center;
    border-radius: 50px;
}

.status-active {
    background: #e8fcf0;
    color: #00e14f;
}

.status-inactive {
    background: #ffe8e8;
    color: #fc2218;
}


/* ---------------------------------------------------
    Form page style
----------------------------------------------------- */
.mtp-form {
    position: relative;
    display: block;
    background: #fff;
    padding: 20px;
    margin-top: 15px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}

.mtp-form .form-group label {
    display: block;
    font-weight: 500;
    color: #808080;
}

.mtp-form .form-group input, .mtp-form .form-group select {
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 7px 15px;
    border-radius: 2px;
    color: #20003f;
    font-weight: 500;
}

.mtp-form .form-group input:focus, .mtp-form .form-group select:focus {
    outline-color: #20003f;
}

.form-btn button {
    position: relative;
    padding: 7px 25px;
    border-radius: 4px;

    color: #fff;
    border: 2px solid #fa146e;
    background-image: -webkit-linear-gradient(
            30deg, #fa146e 50%, transparent 50%);
    background-image: linear-gradient(
            30deg, #fa146e 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.form-btn button:hover {
    background-position: 100%;
    color: #fa146e;
}

.form-btn button:focus {
    outline: none !important;
}

.go-back {
    color: #20003f;
}

.go-back i:before {
    font-size: 20px;
    margin-left: 0;
    margin-right: 10px;
}

.event-status {
    display: inline-block;
    margin-right: 30px;
}

.event-status input {
    display: inline-block;
    width: auto !important;
    vertical-align: middle;
}

.event-status label {
    vertical-align: sub;
    margin-left: 5px;
    display: inline-block !important;
    font-weight: 400 !important;
    color: #20003f !important;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #fa146e;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* ---------------------------------------------------
    Profile page style
----------------------------------------------------- */

.mtp-accout {
    position: relative;
    margin-top: 15px;
}

.profile-top {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
}

.profile-pic {
    width: 70px;
    height: 70px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.profile-pic img {
    width: 100%;
}

.profile-top h3 {
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: middle;
}

.profile-top h3 span {
    font-size: 14px;
    display: block;
    margin-top: 7px;
}

.profile-top a {
    position: absolute;
    right: 20px;
    background: #fa146e;
    color: #fff;
    width: 80px;
    height: 36px;
    text-align: center;
    border-radius: 30px;
    top: 0;
    bottom: 0;
    line-height: 36px;
    margin: auto 0;
    text-transform: uppercase;
    font-size: 13px;
}

.personal-details, .change-pw {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}

.personal-details h4, .change-pw h4 {
    margin: 0;
    margin-bottom: 20px;
}

.personal-details h4 i:before, .change-pw h4 i:before {
    font-size: 16px;
    margin-left: 0;
}

.personal-details label, .change-pw label {
    font-size: 13px;
    font-weight: 500;
    color: #808080;
}

.personal-details div h4 {
    margin-top: 0;
    font-size: 16px;
}

.change-pw form label {
    display: block;
}

.change-pw form input {
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 7px 15px;
    border-radius: 2px;
    color: #20003f;
    font-weight: 500;
}

.change-pw form button {
    color: #fff;
    padding: 7px 30px;
    border-radius: 4px;
    border: 2px solid #fa146e;
    background-image: -webkit-linear-gradient(
            30deg, #fa146e 50%, transparent 50%);
    background-image: linear-gradient(
            30deg, #fa146e 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.button {
    color: #fff;
    padding: 7px 30px;
    border-radius: 4px;
    border: 2px solid #fa146e;
    background-image: -webkit-linear-gradient(
            30deg, #fa146e 50%, transparent 50%);
    background-image: linear-gradient(
            30deg, #fa146e 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    margin: 20px 0 0 0;
}

.change-pw form button:hover {
    background-position: 100%;
    color: #fa146e;
}


/* ---------------------------------------------------
    footer
----------------------------------------------------- */
footer {
    text-align: center;
    border-top: 1px solid #c2c2c2;
    padding-top: 12px;
    padding-bottom: 10px;
}

footer p {
    margin: 0;
    color: #20003f;
    font-weight: 400;
}

/* ---------------------------------------------------
    Data Table
----------------------------------------------------- */
.dataTables_length, .dataTables_filter {
    display: none;
}


/*/---------------------------------------------------
Modifications
----------------------------------------------------- */

.error-page {
    position: relative;
    background: #fff;
    padding: 30px 0;
    height: 100vh;
    display: table;
    width: 100%;
}

.error-page img {
    width: 55%;
}

.page-not-found {
    display: table-cell;
    vertical-align: middle;
}

.logo-dark {
    position: absolute;
    z-index: 9;
    top: 20px;
}

.logo-dark img {
    width: 50%;
}
.profile-update {
    margin: 5px 0;
}

.password-form .form-group {
    margin: 25px 0;
}

.ant-btn:active,.ant-btn:focus,.ant-btn:hover {
    color: #fa146e !important;
    border-color: #fa146e !important;
}
.text-danger{
    font-size:10px;
}
.ant-upload.ant-upload-select-picture-card > .ant-upload {
    display: flex !important;
    align-items: center !important;
    justify-content: normal !important;
    height: auto !important;
}
