﻿:root {
    scroll-padding-top: 10rem;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    padding: .65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3f4254;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e6ef;
    border-radius: .42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.separator.separator-dashed {
    border-bottom: 1px dashed #ebedf3;
}

.separator {
    height: 0;
}

.mb-10, .my-10 {
    margin-bottom: 2.5rem !important;
}

.mt-10, .my-10 {
    margin-top: 2.5rem !important;
}

/*Datatable Custom CSS EZT*/

td.text-left-important {
    text-align: left !important;
}

.date-container {
    font-weight: 600;
    display: inline-block;
    border-radius: 8px !important;
    margin-left: 10px;
}

.date-container-text {
    color: red
}

table.table-data-table {
    width: 100% !important;
    background-color: white !important;
}

th.dt-center, td.dt-center {
    text-align: center !important;
    white-space: nowrap;
    font-weight: 600;
}

.page-bar-container-btn {
    padding: 12px 20px 12px 20px !important;
    font-weight: bold !important;
    border-radius: 10px !important;
    font-size: 1rem !important;
}

img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.col-action-btn {
    border: 1px solid red !important;
    color: red !important;
    border-radius: 15px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.page-bar-container {
    float: right;
}




.dataTables_scroll {
    overflow: auto;
}


.dataTables_filter input {
    padding: 5px 20px 5px 20px;
    border-radius: 15px;
    font-size: 0.9rem;
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1) !important;
}


.dataTables_length label select {
    width: 100px !important;
    font-size: 0.9rem;
    padding: 5px 20px 5px 20px;
    border-radius: 15px;
    margin-left: 10px;
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1) !important;
}

.dataTables_length label {
    padding: 5px 15px 5px 15px !important;
    font-weight: 700 !important;
}


.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > li > a:hover {
    text-decoration: none;
    border-radius: 0px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    color: #000 !important;
    background-color: transparent !important;
}

.nav-pills > li > a {
    border-radius: 0px;
}

.nav-pills > li > a.active {
        color: black;
        font-weight: 700;
        border-bottom: 2px solid #000;
}

.m-nav-tabs {
    text-align: center;
    white-space: nowrap;
}

.m-nav-tabs li {
        width: 130px;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
        margin: 0px 10px 0px 0px;
        background-color: white;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        cursor: pointer;
}

.m-nav-tabs li a {
            color: black;
            font-weight: 700;
            text-decoration: none;
}

.m-nav-tabs li:hover, .m-nav-tabs li:hover a {
            text-decoration: none;
            color: white !important;
            background-color: #ff1616 !important;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
}

.tab-content input[type=text] {
    font-weight: 600;
}

.tab-content input[readonly] {
    background-color: transparent;
    font-size: 0.9em;
}

.m-nav-item {
    width: fit-content;
    text-align: center;
    white-space: nowrap;
    margin-right: 20px;
}

.nav-pills .m-nav-item a {
    color: grey;
    font-size: 1.2rem;
}

.profile-container {
    text-align: center;
}

.profile-container img {
        width: 130px;
        height: 130px;
        image-rendering: pixelated;
        image-rendering: -webkit-optimize-contrast;
        margin: 10px;
}
.profile-container label {
        font-size: 0.9rem;
        color: grey;
}

.btn-grey {
    padding: 2px 10px 2px 10px !important;
    border-radius: 15px !important;
    background-color: #9699a2;
    border-color: #9699a2;
    font-size: 0.875rem;
    color: white;
    width: 90px;
}
.btn-green-success {
    padding: 2px 10px 2px 10px !important;
    border-radius: 15px !important;
    background-color: #23dc8b;
    border-color: #23dc8b;
    font-size: 0.875rem;
    color: white;
    width: 90px;
}

.btn-red-danger {
    padding: 2px 10px 2px 10px !important;
    border-radius: 15px !important;
    background-color: #ff1616;
    border-color: #ff1616;
    font-size: 0.875rem;
    color: white;
    width: 90px;
}

.btn-blue-neutral {
    padding: 2px 10px 2px 10px !important;
    border-radius: 15px !important;
    background-color: #3fa7ff;
    border-color: #3fa7ff;
    font-size: 0.875rem;
    color: white;
    width: 90px;
}
.btn-purple-neutral {
    padding: 2px 10px 2px 10px !important;
    border-radius: 15px !important;
    background-color: #9816f4;
    border-color: #9816f4;
    font-size: 0.875rem;
    color: white;
    width: 90px;
}

.btn-yellow-warning {
    padding: 2px 10px 2px 10px !important;
    border-radius: 15px !important;
    background-color: #ffb822;
    border-color: #ffb822;
    font-size: 0.875rem;
    color: white;
    width: 90px;
}

.btn-round {
    border-radius: 15px !important;
}

.container-round {
    border-top-left-radius: 0px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.filter-bar {
    margin-bottom: 20px;
    padding: 20px;
}

.filter-item {
    display: inline-flex;
    white-space: nowrap;
    margin: 5px;
}

/*.filter-item input[type="text"] {
    width: 150px !important;
    font-size: 0.9rem;
    padding: 5px 20px 5px 20px;
    border-radius: 15px !important;
    margin-left: 10px;
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1) !important;
}
*/
.filter-item span {
        font-weight: bold;
        padding: 5px;
    }

/*.filter-item select {
        width: 150px !important;
        font-size: 0.9rem;
        padding: 5px 20px 5px 20px;
        border-radius: 15px;
        margin-left: 10px;
        font-weight: 500;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;
        transition: all 0.3s cubic-bezier(.25,.8,.25,1) !important;
    }
*/
.fc-header-toolbar {
    padding: 10px;
}

.card-header {
    background-color: white;
}
.consistent-height .tab-content {
    display: flex;
}

.consistent-height .tab-content > .tab-pane {
        display: block; /* undo "display: none;" */
        visibility: hidden;
        margin-right: -100%;
        width: 100%;
    }

.consistent-height .tab-content > .active {
        visibility: visible;
    }

/*.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-light {
    padding: 5px !important;
}*/

.card.card-custom > .card-header .card-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .5rem 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-sticky-on .card.card-custom.card-sticky > .card-header {
    -webkit-transition: left .3s,right .3s,height .3s;
    transition: left .3s,right .3s,height .3s;
    position: fixed;
    -webkit-box-shadow: 0 1px 15px 1px rgba(69,65,78,.1);
    box-shadow: 0 1px 15px 1px rgba(69,65,78,.1);
    z-index: 101;
    background: #fff;
}

.card.card-custom.card-sticky > .card-header {
    -webkit-transition: left .3s,right .3s,height .3s;
    transition: left .3s,right .3s,height .3s;
    min-height: 70px;
}

.card.card-custom > .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 70px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}

.card-header:first-child {
    border-radius: calc(.42rem - 1px) calc(.42rem - 1px) 0 0;
}

.card-header {
    padding: 2rem 2.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #ebedf3;
}

.card.card-custom > .card-header .card-title .card-label {
    margin: 0 .75rem 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card.card-custom > .card-header .card-title, .card.card-custom > .card-header .card-title .card-label {
    font-weight: 500;
    font-size: 1.275rem;
    color: #181c32;
}

    .card.card-custom > .card-header .card-title, .card.card-custom > .card-header .card-title .card-label {
        font-weight: 500;
        font-size: 1.275rem;
        color: #181c32;
    }

.card.card-custom > .card-header .card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .5rem;
    margin-left: 0;
}

.card-title {
    margin-bottom: 2rem;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn.btn-light-primary {
    color: #3699ff;
    background-color: #e1f0ff;
    border-color: transparent;
}

.btn:not(.btn-text) {
    cursor: pointer;
}

.my-5 {
     margin-bottom: 3rem !important; 
     margin-top: 0rem !important; 
}

.image-input {
    position: relative;
    display: inline-block;
    border-radius: .42rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-input.image-input-outline .image-input-wrapper {
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0,0,0,.075);
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0,0,0,.075);
}

.image-input .image-input-wrapper {
    width: 120px;
    height: 120px;
    border-radius: .42rem;
    background-repeat: no-repeat;
    background-size: cover;
}

label.col-sm-2.col-form-label {
    text-align: right !important;
}






.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
    padding: 10px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 10px;
    z-index: 1;
    top: 20px;
}

.avatar-upload .avatar-delete {
    position: absolute;
    right: 10px;
    z-index: 1;
    top: 20px;
}


.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all .2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}


.avatar-upload .avatar-delete label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all .2s ease-in-out;
}

.avatar-upload .avatar-delete label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}


.avatar-upload .avatar-preview {
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}



.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .avatar-upload .avatar-preview > a > img {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        object-fit: cover;
    }

    .avatar-upload .avatar-edit input + label:after {
        content: "\f067";
        font-family: 'Font Awesome\ 5 Free';
        color: #212529;
        position: absolute;
        top: 4px;
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
        font-size: 18px;
        font-weight: bolder;
    }

    .avatar-upload .avatar-delete label:after {
        content: "\f00d";
        font-family: 'Font Awesome\ 5 Free';
        color: #212529;
        position: absolute;
        top: 4px;
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
        font-size: 18px;
        font-weight: bolder;
    }


.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #ffffff !important;
    background-color: #d81c1c !important;
    border-color: #dee2e6 #dee2e6 #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 3px;
    margin-right: 3px;
    font-weight: 600 !important;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    background-color: #ffffff !important;
    color: #212529 !important;
    border-color: #dee2e6 #dee2e6 #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 3px;
    margin-right: 3px;
    font-weight: 600 !important;
}
.nav-tabs {
     border-bottom: 0px; 
}

.nav.nav-pills, .nav.nav-tabs {
    margin-bottom: 0px;
}

.m-tabs-line a.m-tabs__link, .m-tabs-line.nav.nav-tabs .nav-link {
    background: 0 0 !important;
}

.preview-images-zone {
    width: 100%;
    border: 1px solid #ddd;
    min-height: 180px;
    /* display: flex; */
    padding: 5px 5px 0px 5px;
    position: relative;
    overflow: auto;
}

    .preview-images-zone > .preview-image:first-child {
        height: 185px;
        width: 185px;
        position: relative;
        margin-right: 5px;
    }

    .preview-images-zone > .preview-image {
        height: 90px;
        width: 90px;
        position: relative;
        margin-right: 5px;
        float: left;
        margin-bottom: 5px;
    }

        .preview-images-zone > .preview-image > .image-zone {
            width: 100%;
            height: 100%;
        }

            .preview-images-zone > .preview-image > .image-zone > img {
                width: 100%;
                height: 100%;
            }

        .preview-images-zone > .preview-image > .tools-edit-image {
            position: absolute;
            z-index: 100;
            color: #fff;
            bottom: 0;
            width: 100%;
            text-align: center;
            margin-bottom: 10px;
            display: none;
        }

        .preview-images-zone > .preview-image > .image-cancel {
            font-size: 18px;
            position: absolute;
            top: 0;
            right: 0;
            font-weight: bold;
            margin-right: 10px;
            cursor: pointer;
            display: none;
            z-index: 100;
        }

.preview-image:hover > .image-zone {
    cursor: move;
    opacity: .5;
}

.preview-image:hover > .tools-edit-image,
.preview-image:hover > .image-cancel {
    display: block;
}

.ui-sortable-helper {
    width: 90px !important;
    height: 90px !important;
}

.container {
    padding-top: 50px;
}

.picture-upload {
    position: relative;
    margin: 50px auto;
    padding: 10px;
}

    .picture-upload .picture-edit {
        position: absolute;
        right: -10px;
        z-index: 1;
        top: -10px;
    }

        .picture-upload .picture-edit input + label {
            display: inline-block;
            width: 44px;
            height: 44px;
            margin-bottom: 0;
            border-radius: 100%;
            background: #FFFFFF;
            border: 1px solid transparent;
            box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
            cursor: pointer;
            font-weight: normal;
            transition: all .2s ease-in-out;
        }

        .picture-upload .picture-edit label:after {
            content: "\f067";
            font-family: 'Font Awesome\ 5 Free';
            color: #212529;
            position: absolute;
            top: 10px;
            left: 0;
            right: 0;
            text-align: center;
            margin: auto;
            font-size: 18px;
            font-weight: bolder;
        }

    .picture-upload .picture-delete {
        position: absolute;
        right: -10px;
        z-index: 1;
        top: -10px;
    }


        .picture-upload .picture-delete label {
            display: inline-block;
            width: 44px;
            height: 44px;
            margin-bottom: 0;
            border-radius: 100%;
            background: #FFFFFF;
            border: 1px solid transparent;
            box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
            cursor: pointer;
            font-weight: normal;
            transition: all .2s ease-in-out;
        }

            .picture-upload .picture-delete label:after {
                content: "\f00d";
                font-family: 'Font Awesome\ 5 Free';
                color: #212529;
                position: absolute;
                top: 10px;
                left: 0;
                right: 0;
                text-align: center;
                margin: auto;
                font-size: 18px;
                font-weight: bolder;
            }

    .picture-upload .picture-preview {
        width: 100%;
        height: 300px;
        border: 1px solid #111;
        box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);
    }

        .picture-upload .picture-preview > a > img {
            width: 100%;
            height: 100%;
            /* border-radius: 100%; */
            /* background-size: cover; */
            background-repeat: no-repeat;
            background-position: center;
            object-fit: cover;
        }

    .picture-upload .picture-edit input {
        display: none;
    }