@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;600;700&display=swap");
@import url('https://fonts.googleapis.com/css?family=Numans');

body {
    font-family: 'Roboto' !important;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
    font-size: clamp(.75rem, 1vw, 1rem);
    font-weight: 400;
    line-height: 1.5;
    color: #1C1C1B;
    text-align: left;
    background-color: #fff
}

.user-info {
    width: 60% !important;
    max-width: 60% !important;
}

.user-pwd {
    padding-left: 3px;
    width: 40% !important;
    max-width: 40% !important;
}

.label {
    font-size: 0.9rem !important;
}

.box {
    background-color: white;
    padding: 2rem;
}

table {
    border-collapse: collapse;
}

.heading {
    border-bottom: 2px solid black;
}

.cells {
    border-bottom: 1px solid lightgray !important;
}

.tofill {
    background-color: #FFFAA0 !important;
    border-color: #aaa !important;
}

.form-control {
    border-color: #aaa !important;

}

.form-control:disabled,
.form-control[readonly] {
    background-color: #eee !important;
}

.btn-primary {
    color: #fff;
    background-color: #1C1C1B;
    border-color: #1C1C1B
}

.btn-primary:hover {
    color: #fff;
    background-color: #1C1C1B;
    border-color: #1C1C1B
}

.btn-primary:focus,
.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 .2rem #1C1C1B;
    box-shadow: 0 0 0 .2rem #1C1C1B;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #1C1C1B;
    border-color: #1C1C1B
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1C1C1B;
    border-color: #1C1C1B
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem #1C1C1B;
    box-shadow: 0 0 0 .2rem #1C1C1B;
}

.text-fit {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

li#prec.disabled a,
li#next.disabled a {
    background-color: lightgray !important;
    color: black !important;
    pointer-events: none;
    border: 1px solid #1C1C1B !important;
}

a.page-link {
    border: 1px solid #1C1C1B !important;
}

.cut-text {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 160px;
    height: 1.2em;
    white-space: nowrap;
}

.x-overflow {
    overflow-x: auto;
    white-space: nowrap;
}

.one-line {
    height: 1.5em;
    line-height: 1.5;
}

.nowrap {
    white-space: nowrap;
}

.without_ampm::-webkit-datetime-edit-ampm-field {
    display: none !important;
}

.student-total {
    table-layout: fixed;
}

.p-fixed {
    position: fixed;
}

.hand-cursor {
    cursor: pointer !important;
}

.no-click {
    cursor: initial !important;
}

.slot-orario:last-child {
    border-bottom: none !important;
}

table.student-total td {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

td.fc-list-item-title a {
    color: black !important;
}

input[type=time]::-webkit-clear-button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    appearance: none !important;
    margin: -10px !important;
}

.lock-cell {
    position: sticky;
    left: 0px;
    background-color: white !important;
}

#page-content-wrapper {
    background-color: white !important;
}

.loading-wrap {
    display: none;
}

.white-bg {
    background-color: white !important;
}

.black-bg {
    background-color: black !important;
}

.green-bg {
    background-color: green !important;
}

.yellow-bg {
    background-color: #ffc107 !important;
}

.orange-bg {
    background-color: #fd7e14 !important;
}

.btn-group {
    float: right !important;
}

.content-wrapper {
    background-color: white !important;
}

.principal-bg {
    background-color: #ED1B24 !important;
}

.grey-bg {
    background-color: lightgray !important;
    color: black !important;
}

.red-bg {
    background-color: #ED1B24 !important;
    color: white !important;
}


.white-text {
    color: white !important;
}

.green {
    color: green !important
}

.black {
    color: black !important;
}

.red,
.principal {
    color: #ED1B24 !important;
}

.orange {
    color: var(--bs-orange) !important;
}

.yellow {
    color: var(--yellow) !important;
}

.fc-title {
    color: black !important;
}

.fc-day-header {
    color: black !important;
}

.fc-day-number {
    color: black !important;
}

.check-principal {
    border-color: #ED1B24 !important;
}

.check-principal:checked {
    background-color: #ED1B24 !important;
}

.with-content {
    border-left: 1px solid #ED1B24;
    border-right: 1px solid #ED1B24;
}

.with-content:last-of-type {
    border-bottom: 1px solid #ED1B24 !important;
    border-bottom-left-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.with-content:first-of-type {
    border-top: 1px solid #ED1B24 !important;
    border-top-right-radius: .25rem !important;
}

.border-color-principal {
    border-color: #ED1B24 !important;
}

.border-none {
    border-color: transparent !important;
}

.border-bottom-trasparent {
    border-bottom: 1px solid transparent !important;
}

.border-bottom-trasparent-2 {
    border-bottom: 2px solid transparent !important;
}

.left-border-none {
    border-left: none !important;
}

.border-1 {
    border: 1px solid black !important;
}

.border-1-red {
    border: 1px solid red !important;
}

.border-top-1-red {
    border-top: 1px solid red !important;
}

a {
    text-decoration: none !important;
}

.btn-principal {
    background-color: #ED1B24 !important;
    text-decoration: none !important;
    color: white !important;
}

.btn-principal-outline {
    color: #ED1B24 !important;
    text-decoration: none !important;
    background-color: white !important;
}



.border-right-principal {
    border-right: solid 1px #ED1B24 !important;
}

.border-principal {
    border: solid 1px #ED1B24 !important;
}

.border-bottom-principal {
    border-bottom: solid 1px #ED1B24 !important;
}

.border-top-principal {
    border-top: solid 1px #ED1B24 !important;
}

.border-right-principal {
    border-right: solid 1px #ED1B24 !important;
}

.border-left-principal {
    border-left: solid 1px #ED1B24 !important;
}

.border-bottom-principal-2 {
    border-bottom: solid 2px #ED1B24 !important;
}

.border-top-principal-2 {
    border-top: solid 2px #ED1B24 !important;
}

.border-right-principal-2 {
    border-right: solid 2px #ED1B24 !important;
}

.border-left-principal-2 {
    border-left: solid 2px #ED1B24 !important;
}

.sidebar-item {
    border-bottom: none !important;
}

.small-text {
    font-size: smaller !important;
}

.small-text1 {
    font-size: 12px !important;
}

.small-text2 {
    font-size: 9px !important;
}

.w-auto {
    max-width: auto !important;
    width: auto !important;
}

.w-2 {
    max-width: 2% !important;
    width: 2% !important;
}

.w-3 {
    max-width: 3% !important;
    width: 3% !important;
}



.w-80 {
    max-width: 80% !important;
    width: 80% !important;
}

.w-90 {
    max-width: 90% !important;
    width: 90% !important;
}

.mw-100 {
    width: 100% !important;
    max-width: 100% !important;
}

.text-responsive {
    font-size: 2vw !important;
}

.text-3 {
    font-size: 3rem !important;
}

.text-35 {
    font-size: 3.5rem !important;
}

.tabledit-edit-mode {
    padding: 8px !important;
}

.tabledit-view-mode {
    padding: 18px !important;
}

button.tabledit-edit-button {
    padding-top: 8px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-8 {
    padding-bottom: 8px !important;
}

.p18 {
    padding: 18px !important;
}

.tabledit-input {
    font-size: small !important;
}

.centered {
    text-align: center !important;
    vertical-align: middle !important;
}

.middle-inline {
    display: inline !important;
    align-items: center !important;
}

.middle-flex {
    display: flex !important;
    align-items: center !important;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.table th.centered .table td.centered {
    text-align: center !important;
    vertical-align: middle !important;
}

.bootstrap-table {
    width: 100% !important;
}

.search {
    margin: 0px !important;
}

li.page-item.active a {
    background: #1C1C1B !important;
    color: white !important;
}

li.page-item a {
    background: white !important;
    color: #1C1C1B !important;
}

div.btn-group.dropdown.dropup button {
    background-color: #ED1B24 !important;
    color: white !important;
}

div.dropdown-menu.show a {
    color: #1C1C1B !important;
    background-color: #fff !important;
}

div.dropdown-menu.show a.sidebar-item {
    background-color: transparent !important;
    color: #fff !important;
}

div.dropdown-menu.show a.active {
    background-color: #ED1B24 !important;
    color: white !important;
}

.bootstrap-table .fixed-table-container .table,
.bootstrap-table .fixed-table-container .table th:not(.rb),
.bootstrap-table .fixed-table-container .table td:not(.rb),
.bootstrap-table .fixed-table-container .table tr {
    border: none !important;
}

.bootstrap-table .fixed-table-container .table th.rb,
.bootstrap-table .fixed-table-container .table td.rb {
    border-right: 2px solid black !important;
    border-left: none !important;
}

[class^='select2'] {
    color: #1C1C1B !important;
}

.select2.select2-container.select2-container--default {
    width: 100% !important;
}

/* .select2-selection.form-control {
    height: 24px !important;
} */

.select2-selection {
    height: 100% !important;
    border: 1px solid #ced4da;
    border-radius: unset !important;
}

.h-250 {
    height: 250px !important;
}

.w-350 {
    width: 350px !important;
}

.w-450 {
    width: 450px !important;
}

.h-500 {
    width: 500px !important;
}

.h-1000 {
    width: 1000px !important;
}

.no-blu-border {
    border-left-color: transparent !important
}

.w-5 {
    max-width: 5% !important;
    width: 5% !important;
}

.w-10 {
    max-width: 10% !important;
    width: 10% !important;
}

.w-15 {
    max-width: 15% !important;
    width: 15% !important;
}

.w-20 {
    max-width: 20% !important;
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-50 {
    width: 50% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-75 {
    width: 75% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.nav-tabs>li {
    float: none;
    display: inline-block;
    zoom: 1;
}

.nav-tabs {
    text-align: center;
}

.nav-tabs .nav-link {
    border-radius: 0px !important;
}

div.page-list {
    display: flex !important;
    align-items: center !important;
    flex-direction: row-reverse !important;
}

div.pagination {
    width: 50%;
}

div.pagination-detail {
    display: flex !important;
    justify-content: end;
    width: 50%;
}

div.fixed-table-pagination {
    display: flex !important;
    flex-direction: row-reverse;
}

.column-stretch {
    flex: 0 0 100% !important;
}

.menu-gradient {
    background: linear-gradient(180deg, #ED1B24 30%, #d3d3d3 100%);
}

.fc-event-dot {
    width: 10px !important;
    height: 30px !important;
}

.colore {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

/* Made with love by Mutiullah Samim*/


html,
body {
    height: 100%;
}

.container {
    height: 100%;
    align-content: center;
}

.container.login {
    background-image: url('./images/background.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;
}

.card {
    margin-top: auto;
    margin-bottom: auto;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.card-login {
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: rgba(0, 0, 0, 0.5) !important;
}


.card-header h3 {
    color: white;
}

.input-group-prepend span {

    /* background-color: #ED1B24; */
    background-color: transparent;
    border-bottom: 1px solid red;
    color: white;
    border: 0 !important;
}

.input-group-prepend.disabled span,
.file-select-button.disabled {
    background-color: #e9ecef !important;
}

.input-group-prepend-login span {
    background-color: #ED1B24;
    border-bottom: 1px solid red;
    color: white;
    border: 0 !important;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;

}

.remember {
    color: white;
}

.remember input {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
}

.delete_btn {
    color: white;
    border-color: darkred;
    background-color: darkred;
    width: 100px;
}

.archive_btn {
    color: white;
    border-color: #606060;
    background-color: #606060;
    width: 120px;
}

.card_btn {
    color: white;
    border-color: #ffc107;
    background-color: #ffc107;
    width: 100px;
}

.save_btn {
    color: white;
    border-color: #28a745;
    background-color: #28a745;
    width: 100px;
}

.login_btn {
    color: white;
    border-color: #ED1B24;
    background-color: #ED1B24;
    width: 110px;
}

.login_btn:hover {
    color: white;
    background-color: #1C1C1B;
    border-color: white;
}

.links {
    color: white;
}

.links a {
    margin-left: 4px;
}

.btn-leo-dark {
    background-color: #1C1C1B;
    color: white;
    border-color: #1C1C1B;
    width: 100px;
}

.bg-leo-dark {
    background-color: #1C1C1B !important;
}

.bg-grey-dark {
    background-color: #606060 !important;
    border-color: #606060 !important;
}

.bg-dark-outline {
    background-color: white !important;
    border-color: transparent !important;
    color: black !important;
}

legend {
    width: auto !important;
}

.leo-dark {
    color: #1C1C1B;
}

.grey-dark {
    color: #606060 !important;
}

.border-leo-dark {
    border-color: #1C1C1B !important;
}

.border-black {
    border-color: #1C1C1B !important;
}

.action-icon {
    font-size: 1.2rem !important;
    margin-left: 5px;
}

.form-control:focus {
    color: #1c1c1b !important;
}

.hidden {
    visibility: hidden;
}

.data-content-70 {
    width: 70%;
    max-width: 70%;
}

.data-content-60 {
    width: 60%;
    max-width: 60%;
}

.data-content-50 {
    width: 50%;
    max-width: 50%;
}

.data-content-45 {
    width: 45%;
    max-width: 45%;
}

.data-content-40 {
    width: 40%;
    max-width: 40%;
}

.data-content-35 {
    width: 35%;
    max-width: 35%;
}

.data-content-30 {
    width: 30%;
    max-width: 30%;
}

.data-content-100 {
    width: 100%;
    max-width: 100%;
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #1C1C1B;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}


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

#sidebar.active ul.components li {
    font-size: 14px
}

#sidebar.active ul.components li a {
    padding: 10px 0
}

#sidebar.active ul.components li a span {
    margin-right: 0;
    display: block;
    font-size: 24px
}

#sidebar ul.components {
    padding: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

#sidebar.active .logo {
    padding: 10px 0
}

#sidebar.active .footer {
    display: none
}

#sidebar .logo {
    display: block;
    color: #fff;
    font-weight: 900;
    padding: 10px 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none !important;
}

sidebar ul.components {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    text-decoration: none !important;
}

#sidebar ul li {
    font-size: 16px
}

#sidebar ul li>ul {
    margin-left: 10px
}

#sidebar ul li>ul li {
    font-size: 14px
}

#sidebar ul li a {
    padding: 10px 30px;
    display: block;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

#sidebar ul li a span {
    margin-right: 15px
}

#sidebar ul li a:hover {
    color: #fff
}

#sidebar ul li.active>a {
    background: 0 0;
    color: #fff
}

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

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer {
    padding: 0 30px
}


.wrapper {
    width: 100%;
    background-color: lightgrey;
}

.wrapper-home {
    min-height: 100vh;
    width: 100%;
    background-color: lightgrey;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none !important
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none !important
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

.user-form {
    width: 60% !important;
    max-width: 60% !important;
}

.user-form-pwd {
    width: 40% !important;
    max-width: 40% !important;
}

@media(max-width:992px) {

    .user-info {
        width: 100% !important;
        max-width: 100% !important;
    }

    .user-pwd {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0% !important;
    }

    .input-group:not(.w-5) {
        width: 100% !important;
        max-width: 100% !important;
    }

    .input-group-label:not(.w-5) {
        width: 25% !important;
        max-width: 25% !important;
    }

    .input-group .first {
        width: 95% !important;
        max-width: 95% !important;
        padding-left: 1rem !important;
    }

    .input-group .last {
        width: 90% !important;
        max-width: 90% !important;
        padding-left: 0px !important;
    }

    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }


}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDAsIDAsIDAsIDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+)
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+)
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff
}


td.fc-list-event-graphic,
td.fc-list-event-time {
    display: none !important;
}

.fc-button {
    border-radius: 0px !important;
}

/* File Upload */
.file-upload {
    input[type="file"] {
        margin-left: -2px !important;

        &::-webkit-file-upload-button {
            display: none;
        }

        &::file-selector-button {
            display: none;
        }
    }

    &:hover {
        label {
            background-color: #dde0e3;
            cursor: pointer;
        }
    }
}

.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    /* width: 100% !important;
    max-width: 100% !important; */
}

.file-select-name {
    border: 1px solid #ced4da;
    /* width: 100% !important;
    max-width: 100% !important; */
}

.file-upload .file-select {
    /* width: 100% !important;
    max-width: 100% !important; */
    display: inline-flex;
    border: 0px;
    color: #fff;
    cursor: pointer;
    /* height: 40px;
    line-height: 40px; */
    text-align: left;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select .file-select-button {
    background: #606060;
    padding: 0 10px;
    display: inline-block;
    /* height: 40px;
    line-height: 40px; */
}

.file-upload .file-select .file-select-name {
    /* line-height: 40px; */
    display: inline-block;
    padding: 0 10px;
    color: #1c1c1c;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;

    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;

    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

input[type="file"] {
    display: block;
}

.imageThumb {
    max-height: 75px;
    /*border: 1px solid;*/
    padding: 1px;
    cursor: pointer;
}

.pip {
    display: inline-block;
    margin: 5px;
}

.remove {
    display: block;
    background: transparent;
    border: none;
    color: red;
    text-align: center;
    cursor: pointer;
}

.remove:hover {
    background: white;
    color: black;
}