﻿


*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important;
}


a {
    color: #007bff;
    text-decoration: none !important;
    background-color: transparent;
    cursor: pointer;
}

    a:hover {
        color: #0056b3;
        text-decoration: none;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

ul {
    margin: 0px;
    padding: 0px;
}

.ulmove {
    border: 1px solid #efefef;
    position: relative;
    height: calc( 100% - 28px);
}

    .ulmove ul {
        margin: 0px !important;
        padding: 0px !important;
    }

        .ulmove ul li {
            list-style: none;
            padding: 2px 10px;
            border-bottom: 1px solid #efefef;
            cursor: pointer;
        }

            .ulmove ul li:last-child {
            }

            .ulmove ul li:hover {
                background: #f0f0f0;
            }

    .ulmove #unSelectedTrainers li:hover::after {
        content: "\F0142";
        font: normal 24px/1 "Material Design Icons";
        width: 10px;
        height: 10px;
        position: absolute;
        right: -4px;
    }

    .ulmove #selectedTrainers li:hover::after {
        content: "\F0141";
        font: normal 24px/1 "Material Design Icons";
        width: 10px;
        height: 10px;
        position: absolute;
        left: -18px;
    }

small {
    font-size: 90% !important;
}

.btn {
    /*padding: 2px;*/
}

    .btn .mdi {
        position: relative;
        margin-left: 2px;
        top: 4px;
    }

.search {
    width: 100%;
}

    .search input {
        width: 100% !important;
        vertical-align: middle;
        background-color: transparent;
        border: 1px solid rgb(204, 204, 204);
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        vertical-align: middle;
        padding: 4px 7px;
        margin-bottom: 10px;
    }

    .search span {
        position: absolute;
        right: 21px;
        top: 4px;
    }

.dateleft .clock-timepicker-popup {
    left: 0px !important;
}

.dataTables_filter .searchBtn {
    left: -40px;
    position: relative;
    color: rgba(0, 0, 0, 0.54) !important;
    text-align: center;
    padding-top: 12px;
    padding-left: 0px;
    vertical-align: middle;
}

.custom-file-upload .mdi {
    top: 0px;
}

.dropdown-item {
    display: flex;
    font-size: 14px !important;
}

.mdi {
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    word-wrap: normal;
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.numberbutton {
    display: flex;
    border-bottom: 2px solid #7f7f7f;
    margin-bottom: 10px;
}

    .numberbutton input {
        border: none;
    }

    .numberbutton i {
        margin: 2px 10px 0px 5px;
        cursor: pointer;
    }

.bootstrap-select .btn:focus {
    outline: none !important;
}

.form-group {
    margin-bottom: 0px !important;
}

#sitebar-right .dropdown-menu {
    min-width: 350px;
}

    #sitebar-right .dropdown-menu .inner {
        overflow-x: hidden !important;
    }

    #sitebar-right .dropdown-menu .text {
        white-space: normal;
    }

section.disabled {
    background-color: #eee;
    border-bottom: 2px solid #7f7f7f;
    padding: 10px 15px 10px 15px;
    width: 100%;
    margin-bottom: 20px;
}

.text-body {
    font-style: normal !important;
}
/*textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid #a5a5a5;
    min-height: 100px;
}*/
section.disabled label {
    color: #7f7f7f;
    font-size: 12px;
}

section textarea {
    width: 100%;
    background-color: transparent;
    border: medium none;
    min-height: 100px;
}

#TrainerRegisters .list .title {
    margin-bottom: 0px;
    font-size: 14px;
}

section.backgoudgray {
    background-color: #eee;
    border-bottom: 2px solid #7f7f7f;
    padding: 10px 15px 10px 15px;
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
}


    section.backgoudgray label {
        color: #7f7f7f;
        font-size: 12px;
    }

#loader-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 11000;
    display: none;
}
    #loader-wrapper svg {
        display:none;
    }
    #loader-wrapper::after {
        content: url(/img/loader.svg);
        position: fixed;
        width: 200px;
        height: 200px;
        left: calc(50% - 100px);
        top: calc(50% - 100px);
    }

.clock-timepicker {
    width: 100% !important;
}

    .clock-timepicker input {
        width: 100% !important;
    }

.attachmentfile input {
    display: none;
}

.attachmentfile .file-name {
    margin-left: 10px;
}

.attachmentfile .custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    width: 100%;
}

.progress {
    position: relative;
    width: 400px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
    height: 25px;
    width: 100%;
    margin-bottom: 20px;
    display: none;
}

    .progress .bar {
        background-color: #0062ff;
        width: 0%;
        height: 20px;
        border-radius: 3px;
    }

    .progress .percent {
        position: absolute;
        display: inline-block;
        top: 12px;
        left: 48%;
    }

.dialogbutton {
    text-align: right;
}

    .dialogbutton button {
        margin-left: 10px;
    }

.dialogbuttonClose {
    float: right;
    margin-top: 20px;
    width: 100px;
    border: 1px solid #dee2e6;
}

.mdl-time {
    width: 200px;
}

    .mdl-time .input-group-btn {
        position: absolute;
        z-index: 1;
        bottom: 0px;
    }

        .mdl-time .input-group-btn .btn {
            font-weight: bold;
            font-size: 16px;
        }

        .mdl-time .input-group-btn:last-child {
            right: 0px;
        }

    .mdl-time input {
        width: 100%;
        text-align: center;
        z-index: 0;
    }

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.nav-tabs .nav-link {
    color: #757575 !important;
}

    .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        color: #0062ff !important;
    }

.formedit {
    border: 1px solid #a5a5a5;
}

    .formedit li {
        list-style: none;
        height: 20px;
        border-bottom: 1px solid #a5a5a5;
    }
/* alert */
.alertlist {
    margin-bottom: 10px;
}

    .alertlist * {
        display: block;
    }

    .alertlist .list1 {
        margin: 0px 10px;
    }

    .alertlist .list2 {
        margin: 0px 20px;
    }

.alertpop {
    position: fixed;
    right: 15px;
    top: 8px;
    color: #6c757d;
    background-color: #eee;
    border-color: #dfdfdf;
    padding: 0.25rem 1.25rem;
    z-index: 1000;
}

    .alertpop .close {
        padding: 0.25rem 1.25rem;
    }

    .alertpop p {
        margin: 0px;
        padding: 3px 35px 3px 10px;
    }

/* resizable */
.resizable {
    resize: none;
    overflow: hidden;
    position: fixed;
    z-index: 10000;
    top: 20px;
    right: 30px;
    width: 400px;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px
}

    .resizable .header {
        cursor: move;
    }

    .resizable .modal-body {
        display: inline-block;
        max-height: 300px;
        overflow-y: auto;
        width: 100%;
    }

#listarticle > li {
}

    #listarticle > li .header {
        width: 100%;
        cursor: pointer;
    }

    #listarticle > li .collapse {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 5px;
        border-top: 1px solid #f0f0f0;
        margin-bottom: 10px;
    }

        #listarticle > li .collapse .ExternalLink {
            padding-top: 5px;
            color: #000;
        }

.listtags {
    padding-left: 0px;
}

    .listtags > li {
        list-style: none;
        border-bottom: 1px solid #dee2e6;
        padding: 5px;
    }

        .listtags > li:first-child {
            border-top: 1px solid #dee2e6;
        }

        .listtags > li .mdi {
            font-size: 20px;
            cursor: pointer;
        }

        .listtags > li span {
        }

/*end tickets*/
/*menutop*/

.dropdownMenuLink {
    margin-top: -5px;
}

    .dropdownMenuLink a {
        border-top: 1px solid #f0f0f0;
    }

        .dropdownMenuLink a:first-child {
            border-top: 0px;
        }

.dropdown-menu {
    border-radius: 2px;
}

.listappointment {
    font-size: 14px;
}

    .listappointment .small .time {
        font-size: 12px;
        /*height: 12px;*/
    }

    .listappointment .title {
        padding-left: 8px;
    }

.note-editable .translate {
    color: blue;
    cursor: pointer;
}

.note-editor .note-toolbar > .note-btn-group {
    margin-right: 0px !important;
}

    .note-editor .note-toolbar > .note-btn-group > .btn,
    .note-editor .note-toolbar > .note-btn-group > div > .btn {
        background-color: #f9f9f9;
        padding: 5px 10px;
        border-radius: 4px !important;
        margin-right: 5px;
        margin-bottom: 0px !important
    }

        .note-editor .note-toolbar > .note-btn-group > .btn.active {
            background-color: #d0d0d0 !important;
        }

        .note-editor .note-toolbar > .note-btn-group > div > .btn > span {
            display: none;
        }

    .note-editor .note-toolbar > .note-btn-group .mdi {
        font-size: 20px;
        top: 1px;
        margin: 0px;
    }

.note-color .note-current-color-button {
    margin-right: -7px !important;
}

.note-color .dropdown-toggle {
    padding: 0px !important;
}

.sn-checkbox-use-protocol {
    display: none;
}

input[type="checkbox"] {
    margin-right: 5px;
}

#TimeRecording.red {
    color: red;
}

#formMarkPresence .clock-timepicker {
    overflow: hidden;
}

#formMarkPresence .clock-timepicker-popup {
    width: 100% !important;
}

    #formMarkPresence .clock-timepicker-popup > div {
        margin: auto !important;
    }
/*
    #formMarkPresencex .clock-timepicker-popup {
    position: relative !important;
    margin: auto !important;
    top: 0px !important;
}

*/
#formMarkPresence input {
    min-width: 266px;
    max-width: 300px;
    font-size: 50px;
    text-align: center !important;
    color: #0062ff;
    border: #7f7f7f solid 1px;
    line-height: 60px;
    border-radius: 3px;
    background: transparent;
    cursor: pointer;
}

#formMarkPresence .mdi-pencil {
    position: absolute;
    top: 10px;
    left: 25px;
    color: #d0d0d0;
}

/* calendar */
.datepicker {
    /*   z-index: 1000 !important;*/
}

.datepicker-inline {
    z-index: 1 !important;
}

.fc-daygrid-event-harness .active {
    background: rgba(0, 0, 0, 0.1);
}

.fc-toolbar-chunk:nth-child(2) .fc-toolbar-title, .fc-toolbar-chunk:nth-child(2) .mdi {
    float: right;
    cursor: pointer;
}

.fc-toolbar-chunk:nth-child(2) #calendardatepicker {
    position: absolute;
}

.datepicker table tr td span.active, .datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
    background-color: #0062ff !important;
    background-image: none;
    background-repeat: no-repeat;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #999 !important;
}


.ui-menu {
    z-index: 10000 !important;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
    height: 200px;
}


:root {
    --fc-event-title: rgba(0, 0, 0, 0.80);
    --fc-small-font-size: .85em;
    --fc-page-bg-color: #fff;
    --fc-neutral-bg-color: rgba(208, 208, 208, 0.3);
    --fc-neutral-text-color: #808080;
    --fc-border-color: #ddd;
    --fc-button-text-color: #fff;
    --fc-button-bg-color: #9f9f9f;
    --fc-button-border-color: #9f9f9f;
    --fc-button-hover-bg-color: #0062ff;
    --fc-button-hover-border-color: #0062ff;
    --fc-button-active-bg-color: #0062ff;
    --fc-button-active-border-color: #0062ff;
    --fc-event-bg-color: rgba(114, 98, 250, 0.60);
    --fc-event-border-color: #0062ff;
    --fc-event-text-color: #fff;
    --fc-event-selected-overlay-color: rgba(0, 0, 0, 0.25);
    --fc-event-resizer-thickness: 8px;
    --fc-event-resizer-dot-total-width: 8px;
    --fc-event-resizer-dot-border-width: 1px;
    --fc-non-business-color: rgba(215, 215, 215, 0.3);
    --fc-bg-event-color: rgb(143, 223, 130);
    --fc-bg-event-opacity: 0.3;
    --fc-highlight-color: rgba(188, 232, 241, 0.3);
    --fc-today-bg-color: #f0f0f0;
    --fc-now-indicator-color: red;
}

.fc-dayGridMonth-view .fc-daygrid-event-dot {
    display: block !important;
}

.fc-daygrid-event-harness {
    border-top: 1px solid #eeeeee;
}

    .fc-daygrid-event-harness:first-child {
        border-top: none;
    }

.blockevent {
    padding: 5px;
    color: rgba(0, 0, 0, 0.80);
    width: 100%;
}

    .blockevent div {
        white-space: normal !important;
    }

.fc-event-dropdown {
    position: absolute;
    right: 0px;
    z-index: 20;
    top: 0px;
}

    .fc-event-dropdown .btn {
        padding: 0px;
    }

        .fc-event-dropdown .btn i {
            font-size: 16px;
        }

.fc-event-accountlist {
    position: absolute;
    right: 10px;
    z-index: 20;
}

    .fc-event-accountlist:hover {
        background-color: rgba(0,0,0,0.1);
    }

    .fc-event-accountlist i {
        font-size: 20px;
        color: #6c757d;
        margin: auto 0px !important;
    }

.fc-event-div-botton {
    display: flex;
    right: 0px;
    position: absolute;
}

.fc-event-delete {
    /*    position: absolute;
    right: 0px;
    z-index: 20;*/
}

    .fc-event-delete:hover {
        background-color: rgba(0,0,0,0.1);
    }

    .fc-event-delete i {
        font-size: 20px;
        color: #6c757d;
        margin: auto 0px !important;
    }

.fc-event-edit {
    /*    position: absolute;
    right: 23px;
    z-index: 20;*/
}

    .fc-event-edit:hover {
        background-color: rgba(0,0,0,0.1);
    }

    .fc-event-edit i {
        font-size: 20px;
        color: #6c757d;
        margin: auto 0px !important;
    }

.fc-event-title {
    color: var(--fc-event-title, #000);
    font-weight: bold;
    font-size: 14px;
    padding-top: 4px;
}

.isCompletedDone {
    color: #50b36d;
}

.isCompletedNotDone {
    color: #e84b42;
}

.fc-daygrid-event-dot {
    float: left;
    margin: 6px 4px 0px 0px;
    display: none;
}

.fc-daygrid-day-number {
    color: rgba(0, 0, 0, 0.5);
}

.fc-scroller-harness a {
    color: rgba(0, 0, 0, 0.85) !important;
}

.fc-timegrid-event-harness {
    min-height: 28px;
}

.fc-timegrid-event .fc-event-main {
    /*overflow: hidden;*/
}

.fc-media-screen .fc-timegrid-event {
    border: #9f9f9f 1px solid !important;
}

.fc-timegrid-event .blockevent12 .fc-event-numberOfParticipants {
    display: none;
}

.fc-timegrid-event-condensed .fc-event-time {
    float: left;
}

.fc-timegrid-event-condensed .fc-event-room, .fc-timegrid-event-condensed .fc-event-numberOfParticipants {
    display: none;
}

.floatRight {
    float: right;
}

.fc-toolbar-chunk .floatRight .ShowMyAppointments {
    margin-left: 5px;
}

    .fc-toolbar-chunk .floatRight .ShowMyAppointments span {
        margin-left: 5px;
        font-size: 12px;
        max-width: 150px;
    }

    .fc-toolbar-chunk .floatRight .ShowMyAppointments .icheckbox_minimal {
        margin-top: 5px;
    }

.fc-toolbar-chunk .fc-button-new {
    margin-left: 10px !important;
}

    .fc-toolbar-chunk .fc-button-new i {
        font-size: 18px;
        margin: 0px 5px;
    }

    .fc-toolbar-chunk .fc-button-new span {
        position: relative;
        bottom: 2px;
    }

.fc-event-numberOfParticipantname {
    padding-left: 10px;
}
/* end calendar */
/* table */ 
/*// Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
    table tr td.hideColumns-sm, table tr th.hideColumns-sm {
        display: none;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
    table tr td.hideColumns-md, table tr th.hideColumns-md {
        display: none;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {
    table tr td.hideColumns-lg, table tr th.hideColumns-lg {
        display: none;
    }}
  




table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::after {
    top: unset !important;
    bottom: 13px !important;
}

table.dataTable thead .sorting::before,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_asc_disabled::before,
table.dataTable thead .sorting_desc_disabled::before {
    top: unset !important;
    bottom: 13px !important;
}


table.sitebarright {
    width: 100%;
}

.sitebarright thead {
    border-bottom: 1px solid #000 !important;
}

.sitebarright tr {
    border-bottom: 1px solid #dee2e6;
    padding: 3px;
}

    .sitebarright tr.disabled {
        color: #a5a5a5;
    }

        .sitebarright tr.disabled td:first-child span {
            margin-left: 4px;
        }

    .sitebarright tr:last-child {
        border-bottom: none !important;
    }

.sitebarright th, .sitebarright td {
    vertical-align: middle;
    padding: 7px 0px;
    min-width: 35px;
}

    .sitebarright th:first-child, .sitebarright > td:first-child {
        width: 30px;
    }

#cnt_all > p {
    font-size: 15px;
}

#MainTable table {
    width: 100%;
    margin-bottom: 50px;
}

    #MainTable table tr {
        border-bottom: 1px solid #dee2e6;
    }

        #MainTable table tr:hover {
            background-color: #f0f0f0;
        }

        #MainTable table tr:last-child {
            border-bottom: none !important;
        }

    #MainTable table th, #MainTable table td {
        vertical-align: middle;
        padding: 2px 5px;
        min-width: 90px;
    }

        #MainTable table td.centerorright {
            padding-right: 15px;
        }

        #MainTable table th.center, #MainTable table td.center {
            /*text-align: center;*/
        }

        #MainTable table th:first-child, #MainTable table td:first-child {
            width: 0px !important;
            min-width: 20px !important;
        }






table.pagetable {
    width: 100%;
}

.pagetable thead {
    border-bottom: 1px solid #000 !important;
}

.pagetable tr {
    border-bottom: 1px solid #dee2e6;
}

    .pagetable tr:last-child {
        border-bottom: none !important;
    }

.pagetable th, .pagetable td {
    vertical-align: middle;
    padding: 2px 5px;
}

    .pagetable th.center, .pagetable td.center {
        text-align: center;
    }

    .pagetable th:first-child, .pagetable td:first-child {
        /*width: 30px;*/
    }


.formtable {
    margin: 10px 0px 30px 0px;
}

    .formtable .formtabletitle {
        font-size: 15px;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .formtable .formtabletable {
        width: 100%;
        border: 2px solid #eee !important;
    }

        .formtable .formtabletable th {
            background: #eee;
            padding: 5px 10px;
        }

        .formtable .formtabletable td {
            border: 1px solid #eee;
            padding: 5px 10px;
        }

        .formtable .formtabletable tr td a {
            color: rgba(0, 0, 0, 0.87);
        }

        .formtable .formtabletable tr td .mdi:hover, .formtable .formtabletable tr th .mdi:hover {
            opacity: 0.8;
        }

        .formtable .formtabletable tr td:not(:first-child) .mdi {
            opacity: 0.8;
        }

        .formtable .formtabletable .mdi-plus,
        .formtable .formtabletable .mdi-pencil,
        .formtable .formtabletable .mdi-delete,
        .formtable .formtabletable .mdi-content-save,
        .formtable .formtabletable .mdi-calendar {
            cursor: pointer !important;
            margin: auto 1px !important;
        }

        .formtable .formtabletable.center th {
            text-align: center;
        }

        .formtable .formtabletable .borderSide {
            border-left: 1px solid #c4c4c4;
            border-right: 1px solid #c4c4c4;
        }
/* end table */


/*home*/
.appointmentleft h3 {
    display: inline-block;
    margin-right: 20px;
}

.appointmentleft button {
    padding-right: 0px;
}

#modules {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    margin-top: 12px;
}

    #modules > div {
        border: 1px solid #757575;
        height: 20px;
        cursor: pointer;
        width: 100%;
    }

    #modules div.finished {
        background-color: #4a6de2;
    }

    #modules div.select {
        border: 2px solid #000;
    }

    #modules div .note {
        background-color: red;
        width: 20pX;
        height: 20px;
        color: white;
        text-align: center;
        border-radius: 50%;
        float: right;
        bottom: 10px;
        right: 20px;
        position: relative;
        font-weight: bold;
    }

    #modules div.current {
        background-color: #f5a623;
    }

#participants {
    width: 100%;
}

    #participants table {
        border-bottom: 1px solid #6c757d;
    }

    #participants tr {
        border-bottom: 1px solid #dee2e6;
    }

        #participants tr:last-child {
            border-bottom: none !important;
        }

    #participants td {
        width: 100%;
        vertical-align: middle;
        padding-top: 5px;
        padding-bottom: 5px;
        min-width: 30px;
    }


        #participants td:first-child {
            width: 50px;
        }

        #participants td.width50 {
            width: 50px !important;
        }

            #participants td.width50 > i {
                margin: 0px 5px 2px 10px !important;
            }

            #participants td.width50 button > i {
                margin: 0px 5px 7px 10px !important;
            }

        #participants td:last-child {
            width: 30px;
        }

        #participants td .dropdown-menu {
            font-size: 14px !important;
        }

    #participants .dropdown-item {
        display: block !important;
    }

.participantsParallel .nameuser {
    width: 50% !important;
}

.participantsParallel td.nameappointment {
    width: 50% !important;
    text-align: right;
    padding-right: 20px;
}

#PProduct {
    padding-left: 20px;
    max-width: 100%;
}

    #PProduct ul {
        list-style: none;
        border-left: 1px #000 dashed;
        margin-bottom: 5px;
        max-width: 100%;
        background-color: #fff;
    }

    #PProduct .groupheader {
        float: left;
        left: -20px;
        position: relative;
        background: #FFF;
    }

    #PProduct > ul {
        border-left: none !important;
        padding-left: 5px;
    }

    #PProduct ol {
        padding-left: 0px;
        border-left-color: blue;
    }

    #PProduct li {
        display: inline-block;
        width: 100%;
        padding: 1px 0px;
        border-bottom: 1px solid #a5a5a5;
    }

    #PProduct .hover {
        background-color: #e1e1e1;
    }

    #PProduct li:last-child {
        border-bottom: 0px solid #a5a5a5;
    }

    #PProduct .lihidden {
        display: none;
    }

    #PProduct .listDetails {
    }

        #PProduct .listDetails > ul {
            border-left: none !important;
            padding-left: 5px;
        }

        #PProduct .listDetails ul {
            margin: 0px;
        }

        #PProduct .listDetails .json-dict {
            border-top: 1px solid #a5a5a5 !important;
            border-bottom: 0px solid #a5a5a5 !important;
        }

            #PProduct .listDetails .json-dict:first-child {
                border-top: 0px solid #a5a5a5 !important;
            }

            #PProduct .listDetails .json-dict li {
                border: 0px solid #a5a5a5 !important;
            }

    #PProduct .divcontentli {
        display: flex;
    }

    #PProduct .divtitle {
        font-weight: bold;
        margin-right: 5px;
        float: left;
        padding-top: 5px;
    }

        #PProduct .divtitle .cont {
            font-weight: normal;
            margin-right: 5px;
        }

    #PProduct .divedit {
        float: left;
        width: calc( 100% - 90px);
        padding: 5px 0px;
    }

    #PProduct .buttonedit {
        float: right;
    }

    #PProduct i {
        min-width: 36px;
        cursor: pointer;
        width: 36px;
        float: left;
    }

        #PProduct i.arrowdisabled {
            color: lightgray !important;
            cursor: default !important;
        }

        #PProduct i.space {
            cursor: default !important;
            width: 36px;
            min-height: 20px;
        }

    #PProduct .moveup, #PProduct .movedown {
        min-width: 20px;
        cursor: pointer;
        width: 20px;
        float: left;
        font-size: 12px;
        position: relative;
        left: -5px;
    }

    #PProduct button.colorblue {
        margin-top: 5px;
    }

    #PProduct .colorblue {
        color: #0094ff;
        background-color: transparent;
        border: none;
        cursor: pointer;
        border: none;
        padding: 0px;
        display: flex;
        left: -10px;
        position: relative;
        width: 100%;
    }

        #PProduct .colorblue i {
            padding: 2px 0px;
            width: 20px !important;
            min-width: 20px !important;
        }

        #PProduct .colorblue span {
            font-size: 13px;
            margin-left: 3px;
            margin-top: 5px;
        }


    #PProduct li i {
        padding: 4px 10px;
    }

    #PProduct .groupheaderdiv > .divedit {
        width: auto !important;
    }

    #PProduct .edit .checkline {
        cursor: pointer;
        padding: 0px 10px;
    }

    #PProduct .edit {
        display: inline-block;
    }

        #PProduct .edit input, #PProduct .edit i {
            float: left;
        }

        #PProduct .edit i {
            position: absolute;
            margin-top: 10px;
        }

    #PProduct .hidenli ul {
        display: none;
    }

    #PProduct .editline {
        color: #808080;
    }

table#participants button .mdi {
    opacity: 0.7;
    color: #000;
}

#participants .btn {
    padding-left: 0px;
    padding-right: 0px;
}

    #participants .btn i.margin {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

#participants .participantEdit i {
    opacity: 0.7;
    font-size: 24px;
}

#participants .participantEdit .mdi-email {
    color: #50b36d !important;
}

#participants .participantEdit .mdi-email-alert {
    color: #e84b42 !important;
}

#participants .participanttemporaryabsencesdelete, #participants .participanttemporaryabsencesedit {
    /*    padding-top: 0px;
    padding-bottom: 0px;*/
    padding: 0px;
}

#participants .emptyspace {
    background-color: aqua;
    padding: 0px;
}

#participants .participant {
    padding: 0px !important;
}

.presentall {
    float: right;
    display: none;
    padding-right: 5px;
}

.FillMissing {
    float: right;
    display: none;
    /*  margin-top: 20px;
    padding-right: 5px;*/
}

    .presentall small, .FillMissing small {
        margin-right: 8px;
    }

.shadowbutton {
    /*margin: 10px 20px !important;*/
    margin: 0px 20px 7px 20px !important;
    background-color: #e8e8e8;
    padding: 2px;
    border-radius: 2px;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.3) !important;
}

    .shadowbutton.participant {
        color: #7f7f7f !important;
    }

#participants .colordelete {
    color: #757575 !important;
    opacity: 0.7 !important;
    font-size: 20px;
    margin-left: 9px;
}

.presentall {
    color: #50b36d !important;
}

.FillMissing {
    color: #e84b42 !important;
}

#participants .participantSendEmail {
    display: inline-block;
    color: #757575 !important;
}

#participants .participantlist {
    /*margin-top: 13px;*/
}

#participants margintop14 {
    margin-top: 14px;
}

#participants .color {
    /*margin: 10px 20px !important;*/
    margin: 0px 20px 7px 20px !important;
    background-color: #e8e8e8;
    padding: 2px;
    border-radius: 2px;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2) !important;
}

#participants button.color:hover {
    box-shadow: 2px 2px 2px 3px rgba(0,0,0,0.3) !important;
}

#participants .colortrans {
    background-color: transparent !important;
    box-shadow: none !important;
    padding-top: 6px !important;
}

.color0 {
    color: #a0a0a0 !important;
    opacity: 1 !important;
    margin: 10px 20px !important;
}

.colorgreen .color1, .color11 {
    color: #50b36d !important;
    opacity: 1 !important;
    margin: 10px 20px !important;
}

.coloryellow, .color2, .color13, .color25, .color17, .color18, .color19, .color24, .color26, .color27 {
    color: #ffc61a !important;
    opacity: 1 !important;
    margin: 10px 20px !important;
}

.colorred, .color3, .color12, .color14, .color15, .color16 {
    color: #e84b42 !important;
    opacity: 1 !important;
    margin: 10px 20px;
}

#participants button i {
    margin: auto 7px !important;
}

#TrainerRegisters section {
    width: 100%;
}

#TrainerRegisters .ContentBlockIdsAndTitles {
    margin-top: 10px;
    margin-left: 0px;
    padding-left: 0px;
}

    #TrainerRegisters .ContentBlockIdsAndTitles ul {
        padding-left: 20px;
    }

    #TrainerRegisters .ContentBlockIdsAndTitles li {
        list-style: none;
        padding-left: 0px;
    }

        #TrainerRegisters .ContentBlockIdsAndTitles li:first-child {
            border-top: 1px solid #d1d1d1;
            padding-top: 6px;
        }


#DialogTreeContentChapters {
    margin-top: -20px;
}

    #DialogTreeContentChapters input[type="radio"], #DialogTreeContentChapters input[type="checkbox"] {
        position: initial;
        width: 20px;
        height: 20px;
    }

    #DialogTreeContentChapters i {
        padding: 0px 5px;
        cursor: pointer;
    }

        #DialogTreeContentChapters i::before {
            font-size: 20px;
        }

    #DialogTreeContentChapters ul {
        padding: 0px 10px;
        list-style: none;
    }

        #DialogTreeContentChapters ul:first-child {
            padding: 5px 25px;
        }

        #DialogTreeContentChapters ul li {
            padding: 5px 0px;
        }

            #DialogTreeContentChapters ul li div {
                margin-left: 5px;
                margin-top: 0px;
            }

                #DialogTreeContentChapters ul li div > a {
                    color: #00307e;
                    left: 25px;
                    top: 3px;
                    position: relative;
                }

    #DialogTreeContentChapters table tr td div {
        margin-left: 5px;
        margin-top: -4px;
    }

        #DialogTreeContentChapters ul li div span, #DialogTreeContentChapters table tr td div span {
            padding-left: 25px;
            margin-top: 4px;
            border-top: 1px solid #dee2e6;
            width: 100%;
            display: block;
        }

    #DialogTreeContentChapters .wasdeliveredbefore {
        background-color: #AAFFB9 !important;
    }

    #DialogTreeContentChapters .isplanned {
        background-color: #ffd965 !important;
    }

    #DialogTreeContentChapters .contentTableHeader {
        color: black;
    }

    #DialogTreeContentChapters table .contentforgroupsheader td {
        font-size: 15px;
        text-align: center;
    }

    #DialogTreeContentChapters table .contentchapter {
        background-color: #f0f0f0;
    }

    #DialogTreeContentChapters table .doesnotapplyforgroup {
        background-color: #f7f7f7;
    }


    #DialogTreeContentChapters table tr {
        border-top: 1px solid #dee2e6;
    }

        #DialogTreeContentChapters table tr:first-child {
            border-top: 0px solid #dee2e6;
        }

        #DialogTreeContentChapters table tr td {
            padding: 3px;
            border-left: 1px solid #dee2e6;
            vertical-align: top;
        }

            #DialogTreeContentChapters table tr td:first-child {
                border-left: 0px solid #dee2e6;
            }

/*end home*/

/*absence*/
.tdbutton {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

    .tdbutton:first-child {
        padding-left: 12px !important;
    }

    .tdbutton .mdi {
        font-size: 22px !important;
        cursor: pointer;
    }

        .tdbutton .mdi:hover {
            opacity: 0.9 !important;
        }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child {
    padding-left: 35px !important;
}


#DocumentsForAbsence {
    list-style: none;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

    #DocumentsForAbsence li {
        padding: 15px;
        background-color: white;
        border-bottom: 1px solid #f0f0f0;
        width: 100%;
    }

        #DocumentsForAbsence li:first-child {
            border-top: 1px solid #f0f0f0;
        }

        #DocumentsForAbsence li a, #DocumentsForAbsence li .mdi {
            color: #444;
            cursor: pointer;
        }

            #DocumentsForAbsence li a:hover, #DocumentsForAbsence li .mdi:hover {
                color: #000 !important;
            }

    #DocumentsForAbsence .fa {
        font-size: 20px;
        margin: auto 4px auto 3px;
    }

    #DocumentsForAbsence a span {
        font-size: 13px;
        top: -3px;
        position: relative;
    }

.menuabsence {
    float: right;
    padding: 5px 15px 5px 0px;
}

.btn-light {
    background-color: #f0f0f0 !important;
}

.sitebar-right #content .bggray, .sitebar-right-over #content .bggray {
    background-color: #fafafa !important;
}

.box .iten {
    margin-bottom: 10px
}

    .box .iten .title {
        font-size: 12px;
    }

#viewhistory .history {
    background-color: white;
    border-bottom: 1px solid #f0f0f0;
    padding-top: 20px;
}

    #viewhistory .history:first-child {
        border-top: 1px solid #f0f0f0;
    }
/*end absence*/

/* tickets*/

#supportCases .card {
    border: 0px;
}

    #supportCases .card .card-header {
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: #f0f0f0;
    }

        #supportCases .card .card-header button {
            color: #000 !important;
        }

            #supportCases .card .card-header button .title {
                font-size: 16px;
                float: left;
            }

            #supportCases .card .card-header button .right {
                float: right;
            }

                #supportCases .card .card-header button .right .status {
                    font-size: 16px;
                }

                #supportCases .card .card-header button .right .time {
                    font-size: 12px;
                }

#supportCases .card-body .link {
    color: #000;
    margin-bottom: 5px;
    display: block;
}

#supportCases .card-body img {
    width: 100%;
    margin-bottom: 20px;
}

#supportCases .card .card-body .response {
    border: 1px solid #f0f0f0;
    margin-bottom: 10px;
}

    #supportCases .card .card-body .response:first-child {
        border: none;
        padding-top: 0px;
        padding-bottom: 0px;
    }

        #supportCases .card .card-body .response:first-child > .for {
            background-color: none;
        }

    #supportCases .card .card-body .response:nth-child(2) {
        /*border: none;*/
    }

    #supportCases .card .card-body .response button {
        float: right;
    }

#supportCases .card .card-body .for {
    background-color: #f0f0f0;
    padding: 5px;
}

    #supportCases .card .card-body .for .mdi {
        font-size: 20px;
    }

    #supportCases .card .card-body .for .title {
        float: left;
        display: flex;
    }

    #supportCases .card .card-body .for .right {
        float: right;
    }

#supportCases .card .card-body .text {
    padding-top: 8px;
}

#supportCases .divcheckbox {
    position: absolute;
    z-index: 1;
    right: 30px;
    top: 5px;
}

#supportCases .mdl-textfield {
    margin-bottom: 5px;
}


html {
    font-family: 'Roboto', sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.87);
    text-align: left;
    background-color: #fafafa;
}



.icheckbox_minimal input, .iradio_minimal input {
    z-index: -1;
}

.icheckboxlabel {
    margin-left: 8px;
    cursor: pointer;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

#content {
    display: flex;
}

    #content table i {
        /*cursor:pointer;*/
        margin: auto 5px;
    }

    #content #newrow {
        display: none;
        z-index: 1;
        position: fixed;
        margin-top: 20px;
        transition: all 0.1s;
        transition-timing-function: linear;
    }

    #content #master {
        float: left;
        /*padding-top: 1rem;
        padding-right: 1rem;
        padding-left: 1rem;*/
        width: 100%;
        position: relative;
        /*-webkit-transition: width 0.29s;
        transition: width 0.29s;
        overflow-y: hidden;*/
    }

@media (min-width: 1200px) {
    #content #master {
        float: left;
        /*padding-top: 2rem;
        padding-right: 2rem;
        padding-left: 2rem;*/
        width: 100%;
        position: relative;
        /*-webkit-transition: width 0.29s;
        transition: width 0.29s;*/
    }
}


#content #sitebar-right {
    float: right;
    padding-top: 1rem;
    width: 0px;
    border-left: 1px solid #979797;
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-transition: width 0.25s;
    transition: width 0.25s;
    transition-timing-function: linear;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 60px);
}

    #content #sitebar-right > div {
        /*width: 370px;*/
    }

.sitebar-right #content #master {
    width: calc(100% - 400px) !important;
    -webkit-transition: width 0.25s !important;
    transition: width 0.25s !important;
}

.sitebar-right-over #content #master {
    -webkit-transition: width 0.25s !important;
    transition: width 0.25s !important;
}

.sitebar-right #content #sitebar-right, .sitebar-right-over #content #sitebar-right {
    position: fixed;
    right: 0px;
    width: 400px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    z-index: 238;
    top: 60px;
}


    .sitebar-right #content #sitebar-right.large, .sitebar-right-over #content #sitebar-right.large {
        position: fixed;
        right: 0px;
        width: 600px !important;
        max-width: 100%;
        padding-left: 15px !important;
        padding-right: 15px !important;
        z-index: 238;
        top: 60px;
    }

    .sitebar-right #content #sitebar-right.largeXl, .sitebar-right-over #content #sitebar-right.largeXl {
        position: fixed;
        right: 0px;
        width: 800px !important;
        max-width: 100%;
        padding-left: 15px !important;
        padding-right: 15px !important;
        z-index: 238;
        top: 60px;
    }

    .sitebar-right #content #sitebar-right.largeXl, .sitebar-right-over #content #sitebar-right.largeXXl {
        position: fixed;
        right: 0px;
        width: 1000px !important;
        max-width: 100%;
        padding-left: 15px !important;
        padding-right: 15px !important;
        z-index: 238;
        top: 60px;
    }


#content #master #menuTop {
    color: white !important;
    background-color: #171717 !important;
    display: inline-block;
    width: 100%;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14) !important;
    /*position: relative;*/
    position: fixed;
    z-index: 238;
}

    #content #master #menuTop a {
        color: white !important;
    }

    #content #master #menuTop.fixedtop {
    }

    #content #master #menuTop .title {
        margin: 40px auto 20px 70px;
        /*-moz-animation: fadeIn 1.5s ease;
        -webkit-animation: fadeIn 1.5s ease;
        animation: fadeIn 1.5s ease;*/
        transition-timing-function: ease-in;
        transition: margin 400ms ease;
    }

    #content #master #menuTop.fixedtop .title {
        margin: 0px auto 10px 70px;
        transition-timing-function: ease-out;
        transition: margin 600ms ease;
        color: white;
        /*font-size: 20px;*/
    }


    #content #master #menuTop .frame {
        width: 100%;
        height: 48px;
        padding: 0;
    }

    #content #master #menuTop .frame {
        width: 100%;
        height: 48px;
        /*margin: 0px 20px;*/
    }

        #content #master #menuTop .frame .slidee {
            margin: 0;
            padding: 0;
            height: 100%;
            list-style: none;
        }

            #content #master #menuTop .frame .slidee li {
                float: left;
                /*margin: 0 5px 0 0;*/
                /*min-width: 100px;*/
                height: 100%;
                text-align: center;
                cursor: pointer;
            }

                #content #master #menuTop .frame .slidee li a {
                    color: white;
                    text-decoration: none;
                    width: 100%;
                    display: inline-block;
                    padding: 15px 20px 20px 20px;
                    text-transform: uppercase;
                }

                #content #master #menuTop .frame .slidee .active, #content #master #menuTop .frame .slidee li:focus, #content #master #menuTop .frame .slidee li:hover {
                    border-bottom: 2px solid white;
                }

                #content #master #menuTop .frame .slidee li:last-child {
                    border-bottom: none !important;
                }

    #content #master #menuTop .controls button {
        color: white;
        position: fixed;
        padding: 14px 6px 6px 6px;
        cursor: pointer;
        z-index: 1;
        background-color: #171717 !important;
    }

    #content #master #menuTop .controls .disabled {
        display: none;
    }

    #content #master #menuTop .controls .forward {
        right: 0px;
    }



#content #master .menuTop {
    color: white !important;
    background-color: #171717 !important;
    display: inline-block;
    width: 100%;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14) !important;
    /*position: relative;*/
    position: fixed;
    z-index: 238;
}

    #content #master .menuTop a {
        color: white !important;
    }

    #content #master .menuTop.fixedtop {
    }

    #content #master .menuTop .title {
        margin: 40px auto 20px 70px;
        /*-moz-animation: fadeIn 1.5s ease;
        -webkit-animation: fadeIn 1.5s ease;
        animation: fadeIn 1.5s ease;*/
        transition-timing-function: ease-in;
        transition: margin 400ms ease;
    }

    #content #master .menuTop.fixedtop .title {
        margin: 0px auto 10px 70px;
        transition-timing-function: ease-out;
        transition: margin 600ms ease;
        color: white;
        /*font-size: 20px;*/
    }


    #content #master .menuTop .frame {
        width: 100%;
        height: 48px;
        padding: 0;
    }

    #content #master .menuTop .frame {
        width: 100%;
        height: 48px;
        /*margin: 0px 20px;*/
    }

        #content #master .menuTop .frame .slidee {
            margin: 0;
            padding: 0;
            height: 100%;
            list-style: none;
        }

            #content #master .menuTop .frame .slidee li {
                float: left;
                /*margin: 0 5px 0 0;*/
                /*min-width: 100px;*/
                height: 100%;
                text-align: center;
                cursor: pointer;
            }

                #content #master .menuTop .frame .slidee li a {
                    color: white;
                    text-decoration: none;
                    width: 100%;
                    display: inline-block;
                    padding: 15px 20px 20px 20px;
                    text-transform: uppercase;
                }

                #content #master .menuTop .frame .slidee .active, #content #master .menuTop .frame .slidee li:focus, #content #master .menuTop .frame .slidee li:hover {
                    border-bottom: 2px solid white;
                }

                #content #master .menuTop .frame .slidee li:last-child {
                    border-bottom: none !important;
                }

    #content #master .menuTop .controls button {
        color: white;
        position: fixed;
        padding: 14px 6px 6px 6px;
        cursor: pointer;
        z-index: 1;
        background-color: #171717 !important;
    }

    #content #master .menuTop .controls .disabled {
        display: none;
    }

    #content #master .menuTop .controls .forward {
        right: 0px;
    }




label.error {
    color: rgb(213,0,0);
    font-size: 12px;
    margin-top: 3px;
    position: absolute;
    display: inline-block;
    padding-left: 5px;
    width: 250px;
}


.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
    background-color: #fff;
    border: none;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    color: rgba(0,0,0,0.9);
    background-color: #fff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background-color: #0062ff;
    color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #0062ff;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
    background-color: #fff;
    border-top: none;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
    padding: 0px;
    text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
    background-color: #0062ff;
    color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover,
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    background-color: #eee !important;
    color: #000 !important;
}

.datepickerbox {
    border-bottom: 2px solid #0062ff;
}

    .datepickerbox .datepickerfull > div {
        margin: 0px auto;
        position: relative;
    }

    .datepickerbox .datepickerfull .datepicker,
    .table-condensed {
        width: 280px;
    }

        .datepickerbox .datepickerfull .datepicker table tr td.active:active,
        .datepickerbox .datepickerfull .datepicker table tr td.active:hover:active,
        .datepickerbox .datepickerfull .datepicker table tr td.active.disabled:active,
        .datepickerbox .datepickerfull .datepicker table tr td.active.disabled:hover:active,
        .datepickerbox .datepickerfull .datepicker table tr td.active.active,
        .datepickerbox .datepickerfull .datepicker table tr td.active:hover.active,
        .datepickerbox .datepickerfull .datepicker table tr td.active.disabled.active,
        .datepickerbox .datepickerfull .datepicker table tr td.active.disabled:hover.active {
            background-color: #0062ff !important;
        }

        .datepickerbox .datepickerfull .datepicker table tr td.today,
        .datepickerbox .datepickerfull .datepicker table tr td.today:hover,
        .datepickerbox .datepickerfull .datepicker table tr td.today.disabled,
        .datepickerbox .datepickerfull .datepicker table tr td.today.disabled:hover {
            background-color: transparent;
            background-image: none;
            border: 1px solid #ffc61a;
        }


.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-image: none !important;
    background-color: #9e9e9e;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-image: none !important;
    background-color: #7f7f7f !important;
}

.inputdatetime > div {
    float: left;
}

.inputdatetime .inputdatetimea {
    width: calc(100% - 100px);
    position: relative;
}

.inputdatetime .inputdatetimeb {
    width: 100px;
    position: relative;
}

@media (max-width: 992px) {
    #content #sitebar-right {
        /*position: absolute !important;*/
        right: 0px !important;
        height: 100%;
    }

    .sitebar-right #content #master, .sitebar-right-over #content #master {
        width: 100% !important;
    }
}

@media (max-width: 600px) {
    .sitebar-right #content #sitebar-right, .sitebar-right-over #content #sitebar-right {
        width: 100% !important;
    }

    #content #sitebar-right > div {
        width: 100% !important;
        overflow: hidden;
    }
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}


ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }



blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}






figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

input {
    position: relative;
    z-index: 10;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button:not(:disabled),
    [type="button"]:not(:disabled),
    [type="reset"]:not(:disabled),
    [type="submit"]:not(:disabled) {
        cursor: pointer;
    }

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }


input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}



output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, .h1 {
    font-size: 34px;
}

h2, .h2 {
    font-size: 24px;
}

h3, .h3 {
    font-size: 20px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 17px;
}

h6, .h6 {
    font-size: 16px;
}

.notegray {
    font-size: 14px;
}

.noteblue {
    font-size: 14px;
    color: #7f7f7f;
}

form button, #sitebar-right button.full {
    margin-bottom: 20px !important;
}

form .formtitle {
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
}

form .formtitle2 {
    font-size: 15px;
    margin-left: 10px;
}
form .mdi {
    opacity: 0.54;
}

button.full {
    width: 100%;
}

.date .mdi, .inputdatetime .mdi {
    opacity: 0.54;
}

.input-blue h2 {
    margin-bottom: 40px;
}


.mdl-button100 {
    width: 100%;
    margin-top: 20px !important;
}

.mdl-textfield.last {
    margin-bottom: 5px !important;
}

.mdl-textfield__input:disabled {
    color: #6a6a6a;
}

.mdl-textfield__span {
    border-bottom: 2px solid #757575;
    position: relative;
    z-index: 10;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 4px 15px;
    width: 100%;
    height: 31px;
    background: none;
    text-align: left;
    color: inherit;
}

.input-blue .mdl-textfield {
    margin-bottom: 20px;
}

.mdl-textfield .mdl-textfield__label {
    text-overflow: ellipsis;
}

.mdl-textfield:hover .mdl-textfield__label {
    width: 100% !important;
    text-overflow: unset !important;
}

.input-blue .mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.input-blue .mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.input-blue .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    color: #0062ff;
}

.input-blue .mdl-textfield__label::after {
    background-color: #0062ff;
}

.input-blue .mdl-textfield__input {
    border-bottom: 2px solid #0062ff;
    position: relative;
    z-index: 10;
}

.input-blue .mdl-textfield .bootstrap-select .btn {
    border-bottom: 2px solid #0062ff;
    margin-bottom: 0px !important;
    border-radius: 0px !important;
}

.input-blue .mdl-list__item-secondary-action {
    float: left;
}



.mdl-textfield .bootstrap-select {
    width: 100% !important;
}

    .mdl-textfield .bootstrap-select .btn {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 2px solid #7f7f7f;
        border-radius: 0px;
        margin-bottom: 0px !important;
        background-color: transparent;
        min-height: 30px;
    }

        .mdl-textfield .bootstrap-select .btn .filter-option {
            margin-left: 12px;
        }

        .mdl-textfield .bootstrap-select .btn:after {
            margin-right: 5px;
        }

    .mdl-textfield .bootstrap-select .filter-option-inner-inner {
        text-overflow: ellipsis;
    }

.mdl-textfield .is-invalid .btn {
    border-color: rgb(213,0,0) !important;
}

.mdl-textfield .bootstrap-select .error {
    top: 38px;
}

.mdl-textfield .inputclear {
    z-index: 12;
    cursor: pointer;
    position: absolute;
    right: 0px;
    display: none;
}

.mdl-textfield .iconhidden {
    display: none;
}

.note-editor .tooltip {
    left: -15px !important;
}

.fullscreen .tooltip {
    left: 0px !important;
}

.mdl-tooltip {
    background-color: rgba(0,0,0,0.9) !important;
}

.icheckbox_minimal {
    margin-left: 5px;
}

.CBCheckbox {
    z-index: -1;
}

.mdl-checkbox {
    width: auto !important;
    float: right;
}

    .mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
        background-color: #555555 !important;
    }

    .mdl-checkbox.is-checked .mdl-checkbox__box-outline {
        border: 2px solid #555555 !important;
    }

.input-blue .dataTables_filter input, .input-blue div.dataTables_wrapper div.dataTables_filter input {
    background-color: #eee;
    border: none;
    padding: 18px 15px;
    margin: 0px !important;
    width: 100% !important;
}


.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    min-height: calc( 100vh - 60px);
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 25px;
    padding-bottom: 50px;
    margin-right: auto;
    margin-left: auto;
}

.bg-white {
    margin-bottom: 100px;
}

.containerNoMenu {
    min-height: calc( 100vh - 62px) !important;
}


.container-fluid {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid-margin {
    margin: 20px;
    width: calc(100% - 40px);
}


.divtable {
    margin-bottom: 60px;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #000;
}

    .table th {
        padding: 0.75rem;
        vertical-align: top;
        font-weight: 400 !important;
        opacity: 0.6 !important;
    }

    .table td {
        padding: 0.75rem;
        vertical-align: middle;
        border-top: 1px solid #dee2e6;
    }

    .table > tbody > tr:first-child > td {
        border-top: 0px solid #dee2e6;
    }

    .table thead th {
        vertical-align: bottom;
    }



    .table tbody + tbody {
        border-top: 1px solid #dee2e6;
    }


.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6;
    }

table.dataTable {
    background-color: #FFFFFF;
    border: 1px solid #dee2e6;
}

    table.dataTable .select {
        background-color: rgba(213, 213, 213, 0.25);
    }

    table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
        padding-left: 27px;
        padding-right: 0.75rem;
    }

    table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_desc_disabled::before {
        left: 16px;
        right: auto;
        top: 10px;
    }

    table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
        left: 10px;
        right: auto;
        top: 10px;
    }

    table.dataTable tbody .alignright {
        text-align: right;
    }

    table.dataTable .mdi, table.dataTable a {
        color: #757575;
    }

    table.dataTable tbody tr:hover {
        background-color: #eeeeee;
    }

    table.dataTable tbody .block {
        display: inline-flex;
    }

    table.dataTable tbody .dt-center {
        text-align: center;
    }

    table.dataTable .details-control {
        display: none;
    }

    table.dataTable.collapsed .details-control {
        display: table-cell;
    }

    table.dataTable .child .icon {
        padding: 5px;
    }

    table.dataTable .child .col-md-12 {
        padding: 8px;
    }

    table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
    table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
        font-family: 'Material Design Icons' !important;
        content: '\F0417' !important;
        background-color: #767676 !important;
        font-size: 24px !important;
        line-height: 24px !important;
        width: 24px !important;
        height: 24px !important;
        box-shadow: none !important;
        border: none !important;
    }

    table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before,
    table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
        content: '\F0376' !important;
    }

.dataTables_wrapper .btn-group {
    width: 100%;
    padding-top: 7px;
}

.table-responsive > .table-bordered {
    border: 0;
}

.dataTables_wrapper {
}

    .dataTables_wrapper .dataTables_filter label {
        margin-bottom0px;
    }

    .dataTables_wrapper .dataTables_filter .searchBtn {
        padding: 0px 5px;
    }

        .dataTables_wrapper .dataTables_filter .searchBtn .mdi {
            top: 2px;
        }

.dataTables_length select {
    border: none !important;
    background-color: transparent;
}

.dataTables_filter {
    width: 100%;
    overflow: hidden;
}

    .dataTables_filter label, .dataTables_length label {
        width: 100%;
    }

    .dataTables_filter input {
        width: calc( 100% - 7px) !important;
        vertical-align: middle;
        background-color: transparent;
        border: 1px solid rgb(204, 204, 204);
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        vertical-align: middle;
    }

    .dataTables_filter .searchBtn {
        left: -40px;
        position: relative;
        color: rgba(0, 0, 0, 0.54) !important;
        text-align: center;
        padding-top: 12px;
        padding-left: 0px;
        vertical-align: middle;
    }

.dataTables_info, .dataTables_length {
    width: calc( 100% - 8px) !important;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
}

    .dataTables_length select {
    }

.dataTables_length {
    padding-left: 16px;
}

.dataTable_paginate {
    padding-right: 16px;
}

.dataTables_info {
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    font-size: 14px;
}

    div.dataTables_wrapper div.dataTables_paginate ul.pagination li a {
        opacity: 0.54;
        color: #000000 !important;
        background-color: transparent !important;
        /*border: none !important;*/
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination .first a,
    div.dataTables_wrapper div.dataTables_paginate ul.pagination .previous a,
    div.dataTables_wrapper div.dataTables_paginate ul.pagination .next a,
    div.dataTables_wrapper div.dataTables_paginate ul.pagination .last a {
        padding: 3px !important;
    }

.dataTable tbody .icon {
    cursor: pointer;
}



table.dataTable th.details-control, table.dataTable td.details-control {
    text-align: center;
    cursor: pointer;
    display: block;
    width: 20px;
}

    table.dataTable td.details-control::before {
        content: "\f0140";
        color: #757575;
        display: inline-block;
        font: normal normal normal 24px/1 "Material Design Icons" !important;
        font-size: 24px;
        line-height: 1;
        font-size: inherit;
        text-rendering: auto;
        line-height: inherit;
    }

table.dataTable tr.details td.details-control::before {
    content: "\f0143";
}

.btn {
    font-size: 14px;
}

    .btn span {
        position: relative;
        margin-right: 5px;
        margin-left: 5px;
    }

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #7f7f7f;
        border-color: #7f7f7f;
    }

    .btn-primary:focus, .btn-primary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #7f7f7f;
        border-color: #005cbf;
    }

        .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 0.2rem rgba(38, 143, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
        }


.btn-secondary {
    color: #fff;
    background-color: #8b8b8b;
    border: none;
}

    .btn-secondary:hover {
        background-color: #757575;
        border: none;
        color: #FFF;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
        background-color: #757575;
        border: none;
        color: #FFF;
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        background-color: #545b62;
        border-color: #4e555b;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
        }



input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}


.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        border-color: #007bff;
        background-color: #007bff;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #80bdff;
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff;
        border-color: #b3d7ff;
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d;
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef;
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

    .custom-control-label::before {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #adb5bd solid 1px;
    }

    .custom-control-label::after {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: no-repeat 50% / 50% 50%;
    }

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
    padding-left: 2.25rem;
}

    .custom-switch .custom-control-label::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: 0.5rem;
    }

    .custom-switch .custom-control-label::after {
        top: calc(0.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #adb5bd;
        border-radius: 0.5rem;
        -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    }

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff;
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 0.75rem;
        background-image: none;
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef;
    }

    .custom-select::-ms-expand {
        display: none;
    }

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef;
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse";
    }

    .custom-file-input ~ .custom-file-label[data-browse]::after {
        content: attr(data-browse);
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + 0.75rem);
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 0.25rem 0.25rem 0;
    }

.custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .custom-range:focus {
        outline: none;
    }

        .custom-range:focus::-webkit-slider-thumb {
            -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }


        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

    .custom-range::-moz-focus-outer {
        border: 0;
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        -webkit-appearance: none;
    }

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}



@media (prefers-reduced-motion: reduce) {
}




.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}



.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        transition: none;
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

    .nav-link:hover, .nav-link:focus {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default;
    }

.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: 0.5rem 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: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

.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: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

    .navbar-toggler:hover, .navbar-toggler:focus {
        text-decoration: none;
    }

.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%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -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-sm .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-sm > .container,
        .navbar-expand-sm > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -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-md .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-md > .container,
        .navbar-expand-md > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .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: 0.5rem;
                padding-left: 0.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;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -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-xl .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xl > .container,
        .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

.navbar-expand {
    position: fixed;
    background-color: #171717 !important;
    z-index: 241;
    width: 100%;
    -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;
    min-height: 60px;
}

    .navbar-expand button {
        padding-top: 0px;
    }

        .navbar-expand button .mdi {
            top: 4px;
        }

    .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: 0.5rem;
            padding-left: 0.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;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    border: 0px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    opacity: 1 !important;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    pointer-events: none;
    cursor: auto;
    opacity: 0.2 !important;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 2px;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}




.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

    .modal .modal-footer {
        /*display:none;*/
    }

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

.large .modal-dialog {
    max-width: 80%;
}

.full .modal-dialog {
    max-width: 90%;
    height: 100%;
    padding: 0;
}

/*.full .modal-content {
    height: 100%;
    border-radius: 0;
}*/

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-header,
    .modal-dialog-scrollable .modal-footer {
        flex-shrink: 0;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        content: "";
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none;
        }

        .modal-dialog-centered.modal-dialog-scrollable::before {
            content: none;
        }

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: none;
    border-top-left-radius: 2px;
    border-top-right-radius: 0.3rem;
}

.bootstrap-dialog.type-primary .modal-header {
    background-color: transparent;
}

.bootstrap-dialog .bootstrap-dialog-title {
    color: #000 !important;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 5px 1rem 1rem 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    /*justify-content: flex-end;*/
    padding: 1rem;
    border-top: none;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    padding-top: 0px;
}

    .modal-footer button {
        width: 100%;
        border: none;
        border-radius: 2px;
        position: relative;
        height: 36px;
        margin: 0px 0px 10px 0px;
        min-width: 64px;
        padding: 0 16px;
        display: inline-block;
        font-family: "Roboto", "Helvetica", "Arial", sans-serif;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 0;
        overflow: hidden;
        will-change: box-shadow;
        transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        outline: none;
        cursor: pointer;
        text-decoration: none;
        text-align: center;
        line-height: 36px;
        vertical-align: middle;
    }

    .modal-footer > :not(:first-child) {
        margin-left: 0;
    }

    .modal-footer > :not(:last-child) {
        margin-right: 0;
    }

    .modal-footer > :last-child {
        margin-bottom: 0px;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem);
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

        .modal-dialog-centered::before {
            height: calc(100vh - 3.5rem);
        }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}




.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


html {
    position: relative;
    min-height: 100%;
}

body {
    height: 100%;
}

#wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
}

    #wrapper #content-wrapper {
        overflow-x: hidden;
        width: 100%;
        padding-top: 0px;
        /*padding-bottom: 20px;*/
    }

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 40px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, 0.3);
    line-height: 46px;
    z-index: 1000;
}

    .scroll-to-top:focus, .scroll-to-top:hover {
        color: white;
    }

    .scroll-to-top:hover {
        background: #171717;
    }

    .scroll-to-top i {
        font-weight: 800;
    }

.smaller {
    font-size: 0.7rem;
}

.o-hidden {
    overflow: hidden !important;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.navbar-nav .form-inline .input-group {
    width: 100%;
}

.navbar-nav .nav-item.active .nav-link {
    color: #0062ff !important;
}

.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
}

.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
    content: '\f107';
}

.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
    display: none;
}

.navbar-nav .nav-item .nav-link:focus {
    outline: none;
}

.navbar-nav .nav-item .nav-link .badge {
    position: absolute;
    margin-left: 0.75rem;
    top: 0.3rem;
    font-weight: 400;
    font-size: 0.5rem;
}

@media (min-width: 768px) {
    .navbar-nav .form-inline .input-group {
        width: auto;
    }
}

.sidebar {
    width: 140px !important;
    background-color: #FFFFFF;
    min-height: calc(100vh - 60px);
    border-right: 1px solid #979797;
    -webkit-transition: width 0.25s; /* For Safari 3.1 to 6.0 */
    transition: width 0.25s;
    overflow-x: hidden;
    z-index: 240;
}

    .sidebar .navbar-nav {
        position: fixed;
    }

    .sidebar .nav-item:last-child {
        margin-bottom: 1rem;
    }

    .sidebar .nav-item .nav-link {
        text-align: center;
        padding: 0.75rem 1rem;
        /*width: 110px;*/
    }

        .sidebar .nav-item .nav-link span {
            font-size: 0.65rem;
            display: block;
        }

    .sidebar .nav-item .dropdown-menu {
        position: absolute !important;
        -webkit-transform: none !important;
        transform: none !important;
        left: calc(90px + 0.5rem) !important;
        margin: 0;
    }

        .sidebar .nav-item .dropdown-menu.dropup {
            bottom: 0;
            top: auto !important;
        }

    .sidebar .nav-item.dropdown .dropdown-toggle::after {
        display: none;
    }

    .sidebar .nav-item .nav-link {
        color: rgba(0, 0, 0, 0.54);
    }

        .sidebar .nav-item .nav-link:active, .sidebar .nav-item .nav-link:focus, .sidebar .nav-item .nav-link:hover {
            color: #0062ff !important;
        }

    .sidebar.toggled, .sidebar.toggled ul {
        width: 0 !important;
        overflow: hidden;
    }

@media (min-width: 768px) {
    .sidebar {
        width: 265px !important;
    }

        .sidebar .nav-item .nav-link {
            display: inline-flex;
            width: 100%;
            text-align: left;
            padding: 1rem;
            width: 225px;
        }

            .sidebar .nav-item .nav-link span {
                font-size: 14px;
                display: inline;
                margin-left: 20px;
                margin-top: 2px;
            }

        .sidebar .nav-item .dropdown-menu {
            position: static !important;
            margin: 0 1rem;
            top: 0;
        }

        .sidebar .nav-item.dropdown .dropdown-toggle::after {
            display: block;
        }

        .sidebar.toggled, .sidebar.toggled ul {
            overflow: visible;
            width: 120px !important;
        }

            .sidebar.toggled .nav-item:last-child {
                margin-bottom: 1rem;
            }

            .sidebar.toggled .nav-item .nav-link {
                text-align: center;
                padding: 0.75rem 1rem;
                width: 120px;
                display: block;
            }

                .sidebar.toggled .nav-item .nav-link span {
                    font-size: 0.65rem;
                    display: block;
                    margin-left: 0px;
                }

            .sidebar.toggled .nav-item .dropdown-menu {
                position: absolute !important;
                -webkit-transform: none !important;
                transform: none !important;
                left: calc(90px + 0.5rem) !important;
                margin: 0;
            }

                .sidebar.toggled .nav-item .dropdown-menu.dropup {
                    bottom: 0;
                    top: auto !important;
                }

            .sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
                display: none;
            }
}


footer.sticky-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 90px);
    height: 20px;
    background-color: #e9ecef;
}

    footer.sticky-footer .copyright {
        line-height: 1;
        font-size: 0.8rem;
    }

@media (min-width: 768px) {
    footer.sticky-footer {
        width: calc(100% - 225px);
    }
}

body.sidebar-toggled footer.sticky-footer {
    width: 100%;
}

@media (min-width: 768px) {
    body.sidebar-toggled footer.sticky-footer {
        width: calc(100% - 90px);
    }
}
