﻿
.k-separator {
    margin: 0;
    height: 0;
}

    .k-separator.k-separator--border-solid {
        border-bottom: 1px solid #ebedf2;
    }

    .k-separator.k-separator--border-dashed {
        border-bottom: 1px dashed #ebedf2;
    }

    .k-separator.k-separator--border-2x {
        border-bottom-width: 2px;
    }

    .k-separator.k-separator--space-xs {
        margin: 0.5rem 0;
    }

    .k-separator.k-separator--space-sm {
        margin: 1rem 0;
    }

    .k-separator.k-separator--space-md {
        margin: 2rem 0;
    }

    .k-separator.k-separator--space-lg {
        margin: 2.5rem 0;
    }

    .k-separator.k-separator--space-xl {
        margin: 3rem 0;
    }

    .k-separator.k-separator--height-xs {
        height: 1rem;
    }

    .k-separator.k-separator--height-sm {
        height: 2rem;
    }

    .k-separator.k-separator--height-md {
        height: 4rem;
    }

    .k-separator.k-separator--height-lg {
        height: 5rem;
    }

    .k-separator.k-separator--height-xl {
        height: 6rem;
    }

    .k-separator.k-separator--portlet-fit {
        margin-left: -25px;
        margin-right: -25px;
    }

.box {
    box-sizing: border-box;
    border: 3px solid transparent;
    background-clip: padding-box;
}

@media (max-width: 1024px) {
    .k-separator.k-separator--portlet-fit {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.datepicker {
    width: 265px;
    padding: 10px;
}

    .datepicker.datepicker-orient-top {
        margin-top: 8px;
    }

    .datepicker table {
        width: 100%;
    }

    .datepicker td, .datepicker th {
        width: 35px;
        height: 35px;
        border-radius: 3px;
        font-weight: regular;
    }

    .datepicker thead th.prev, .datepicker thead th.datepicker-switch, .datepicker thead th.next {
        font-weight: 500;
    }

        .datepicker thead th.prev i, .datepicker thead th.datepicker-switch i, .datepicker thead th.next i {
            font-size: 1.2rem;
        }

            .datepicker thead th.prev i:before, .datepicker thead th.datepicker-switch i:before, .datepicker thead th.next i:before {
                line-height: 0;
                vertical-align: middle;
            }

    .datepicker thead th.dow {
        font-weight: 500;
    }

    .datepicker tbody tr > td.day.today {
        position: relative;
    }

        .datepicker tbody tr > td.day.today:before {
            content: '';
            display: inline-block;
            border: solid transparent;
            border-width: 0 0 7px 7px;
            border-bottom-color: #ffffff;
            border-top-color: rgba(0, 0, 0, 0.2);
            position: absolute;
            bottom: 4px;
            right: 4px;
        }

    .datepicker tfoot tr > th.today, .datepicker tfoot tr > th.clear {
        border-radius: 3px;
        font-weight: 500;
    }

.input-daterange .input-group-addon {
    min-width: 44px;
}

.input-daterange input {
    text-align: left;
}

.datepicker thead th {
    color: #aeb2b7;
}

    .datepicker thead th.prev, .datepicker thead th.datepicker-switch, .datepicker thead th.next {
        color: #aeb2b7;
    }

        .datepicker thead th.prev i, .datepicker thead th.datepicker-switch i, .datepicker thead th.next i {
            color: #aeb2b7;
            font-size: 1.2rem;
        }

        .datepicker thead th.prev:hover, .datepicker thead th.datepicker-switch:hover, .datepicker thead th.next:hover {
            background: #f7f8fa;
        }

.datepicker tbody tr > td.day {
    color: #414b4c;
}

    .datepicker tbody tr > td.day:hover {
        background: #ebedf2;
        color: #414b4c;
    }

    .datepicker tbody tr > td.day.old {
        color: #b9bdc1;
    }

    .datepicker tbody tr > td.day.new {
        color: #aeb2b7;
    }

    .datepicker tbody tr > td.day.selected, .datepicker tbody tr > td.day.selected:hover, .datepicker tbody tr > td.day.active, .datepicker tbody tr > td.day.active:hover {
        background: #1cac81;
        color: #ffffff;
    }

    .datepicker tbody tr > td.day.today {
        background: #23d8a2;
        color: #ffffff;
    }

        .datepicker tbody tr > td.day.today:before {
            border-bottom-color: #ffffff;
            border-top-color: rgba(0, 0, 0, 0.2);
        }

    .datepicker tbody tr > td.day.range {
        background: #f7f8fa;
    }

.datepicker tbody tr > td > span.month {
    color: #414b4c;
}

    .datepicker tbody tr > td > span.month.focused, .datepicker tbody tr > td > span.month.focused:hover, .datepicker tbody tr > td > span.month:hover {
        background: #f7f8fa;
    }

    .datepicker tbody tr > td > span.month.active:hover, .datepicker tbody tr > td > span.month.active.focused:hover, .datepicker tbody tr > td > span.month.active {
        background: #1cac81;
        color: #ffffff;
    }

.datepicker tfoot tr > th.today:hover, .datepicker tfoot tr > th.clear:hover {
    background: #ebedf2;
}

.datepicker.datepicker-inline {
    border: 1px solid #f7f8fa;
}

.datetimepicker {
    width: 265px;
    padding: 10px;
    left: auto;
}

    .datetimepicker.datetimepicker-orient-top {
        margin-top: 8px;
    }

    .datetimepicker table {
        width: 100%;
    }

    .datetimepicker td, .datetimepicker th {
        width: 35px;
        height: 35px;
        border-radius: 3px;
        font-weight: normal;
    }

    .datetimepicker thead th i {
        font-size: 1.2rem;
    }

    .datetimepicker thead th.prev, .datetimepicker thead th.switch, .datetimepicker thead th.next {
        font-weight: 500;
    }

    .datetimepicker thead th.dow {
        font-weight: 500;
    }

    .datetimepicker thead th.next > span, .datetimepicker thead th.prev > span {
        display: inline-block;
        font: normal normal normal 16px/1 "LineAwesome";
        font-size: inherit;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 1.2rem;
    }

        .datetimepicker thead th.next > span:before {
            content: "\f112";
        }

        .datetimepicker thead th.prev > span:before {
            content: "\f111";
        }

    .datetimepicker tbody tr > td.day.today {
        position: relative;
    }

        .datetimepicker tbody tr > td.day.today:before {
            content: '';
            display: inline-block;
            border: solid transparent;
            border-width: 0 0 7px 7px;
            border-bottom-color: #ffffff;
            border-top-color: rgba(0, 0, 0, 0.2);
            position: absolute;
            bottom: 4px;
            right: 4px;
        }

    .datetimepicker tfoot tr > th.today, .datetimepicker tfoot tr > th.clear {
        border-radius: 3px;
        font-weight: 500;
    }

.input-daterange .input-group-addon {
    min-width: 44px;
}

.datetimepicker thead th.prev, .datetimepicker thead th.switch, .datetimepicker thead th.next {
    color: #aeb2b7;
}

    .datetimepicker thead th.prev .glyphicon, .datetimepicker thead th.switch .glyphicon, .datetimepicker thead th.next .glyphicon {
        color: #aeb2b7;
    }

    .datetimepicker thead th.prev:hover, .datetimepicker thead th.switch:hover, .datetimepicker thead th.next:hover {
        background: #f7f8fa;
    }

.datetimepicker tbody tr > td span {
    color: #414b4c;
}

.datetimepicker tbody tr > td.day {
    color: #414b4c;
}

    .datetimepicker tbody tr > td.day:hover {
        background: #f7f8fa;
    }

    .datetimepicker tbody tr > td.day.old {
        color: #aeb2b7;
    }

    .datetimepicker tbody tr > td.day.new {
        color: #414b4c;
    }

    .datetimepicker tbody tr > td.day.selected, .datetimepicker tbody tr > td.day.active {
        background: #5867dd;
        color: #ffffff;
    }

    .datetimepicker tbody tr > td.day.today {
        background: #828ee6;
        color: #ffffff;
        position: relative;
    }

        .datetimepicker tbody tr > td.day.today:before {
            border-bottom-color: #ffffff;
            border-top-color: rgba(0, 0, 0, 0.2);
        }

    .datetimepicker tbody tr > td.day.range {
        background: #f7f8fa;
    }

.datetimepicker tbody tr > td span.year,
.datetimepicker tbody tr > td span.hour,
.datetimepicker tbody tr > td span.minute,
.datetimepicker tbody tr > td span.month {
    color: #414b4c;
}

    .datetimepicker tbody tr > td span.year.focused, .datetimepicker tbody tr > td span.year:hover,
    .datetimepicker tbody tr > td span.hour.focused,
    .datetimepicker tbody tr > td span.hour:hover,
    .datetimepicker tbody tr > td span.minute.focused,
    .datetimepicker tbody tr > td span.minute:hover,
    .datetimepicker tbody tr > td span.month.focused,
    .datetimepicker tbody tr > td span.month:hover {
        background: #f7f8fa;
    }

    .datetimepicker tbody tr > td span.year.active:hover, .datetimepicker tbody tr > td span.year.active,
    .datetimepicker tbody tr > td span.hour.active:hover,
    .datetimepicker tbody tr > td span.hour.active,
    .datetimepicker tbody tr > td span.minute.active:hover,
    .datetimepicker tbody tr > td span.minute.active,
    .datetimepicker tbody tr > td span.month.active:hover,
    .datetimepicker tbody tr > td span.month.active {
        background: #5867dd;
        color: #ffffff;
    }

.datetimepicker tfoot tr > th.today:hover, .datetimepicker tfoot tr > th.clear:hover {
    background-color: #f7f8fa;
}

.datetimepicker.datetimepicker-inline {
    border: 1px solid #f7f8fa;
}

.bootstrap-timepicker-widget {
    left: auto;
    width: 175px;
}

    .bootstrap-timepicker-widget .bootstrap-timepicker-hour,
    .bootstrap-timepicker-widget .bootstrap-timepicker-minute,
    .bootstrap-timepicker-widget .bootstrap-timepicker-meridian,
    .bootstrap-timepicker-widget .bootstrap-timepicker-second {
        border: 0;
        background: none;
        outline: none !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .bootstrap-timepicker-widget table td > a {
        border: 0;
    }

        .bootstrap-timepicker-widget table td > a i {
            font-size: 1.1rem;
        }

    .bootstrap-timepicker-widget .bootstrap-timepicker-hour,
    .bootstrap-timepicker-widget .bootstrap-timepicker-minute,
    .bootstrap-timepicker-widget .bootstrap-timepicker-meridian,
    .bootstrap-timepicker-widget .bootstrap-timepicker-second {
        color: #414b4c;
    }

    .bootstrap-timepicker-widget table td > a .la {
        font-size: 1.2rem;
        color: #aeb2b7;
    }

    .bootstrap-timepicker-widget table td > a:hover {
        background: #f7f8fa;
    }

.daterangepicker {
    padding: 0;
    margin: 0;
    width: auto;
}

    .daterangepicker .daterangepicker_input .input-mini {
        height: auto;
        padding: 0.35rem 0.35rem;
        padding-left: 2.2rem;
        line-height: 1.5;
    }

    .daterangepicker .daterangepicker_input i {
        top: 0.75rem;
    }

    .daterangepicker td, .daterangepicker th {
        width: 33px;
        height: 33px;
        border-radius: 3px;
        font-weight: normal;
        border: 0;
        vertical-align: middle;
        line-height: 0;
    }

    .daterangepicker thead .fa.fa-chevron-right,
    .daterangepicker thead .fa.fa-chevron-left {
        display: inline-block;
        font: normal normal normal 16px/1 "LineAwesome";
        font-size: inherit;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 1.2rem;
    }

        .daterangepicker thead .fa.fa-chevron-left:before {
            content: "" /*rtl:""*/;
        }

        .daterangepicker thead .fa.fa-chevron-right:before {
            content: "" /*rtl:""*/;
        }

    .daterangepicker thead th {
        font-weight: 500;
    }

        .daterangepicker thead th.prev i, .daterangepicker thead th.next i {
            font-size: 1.2rem;
        }

    .daterangepicker tbody td.in-range.start-date.today {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .daterangepicker tbody td.in-range.end-date.today {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .daterangepicker tbody td.today.in-range, .daterangepicker tbody td.today {
        border-radius: 3px;
        position: relative;
    }

        .daterangepicker tbody td.today.in-range:before, .daterangepicker tbody td.today:before {
            content: '';
            display: inline-block;
            border: solid transparent;
            border-width: 0 0 7px 7px;
            border-bottom-color: #ffffff;
            border-top-color: rgba(0, 0, 0, 0.2);
            position: absolute;
            bottom: 4px;
            right: 4px;
        }

    .daterangepicker select.monthselect,
    .daterangepicker select.yearselect,
    .daterangepicker select.hourselect,
    .daterangepicker select.minuteselect,
    .daterangepicker select.ampmselect {
        border-radius: 3px;
        padding: 0.35rem 1rem;
        outline: none !important;
    }

    .daterangepicker .calendar {
        margin: 0;
        padding: 1.25rem 0 1rem 0;
    }

        .daterangepicker .calendar.left {
            padding-left: 1.25rem;
            padding-right: 1.25rem;
        }

        .daterangepicker .calendar.right {
            padding-right: 1.25rem;
        }

    .daterangepicker .calendar-time {
        margin: 15px 0 5px 0;
    }

        .daterangepicker .calendar-time select.hourselect,
        .daterangepicker .calendar-time select.minuteselect,
        .daterangepicker .calendar-time select.ampmselect {
            width: 60px;
            padding: 0.2rem 0.3rem;
        }

        .daterangepicker .calendar-time i {
            top: 0.5rem;
            left: 0.75rem;
            display: inline-block;
            font: normal normal normal 16px/1 "LineAwesome";
            font-size: 1.2rem;
            text-decoration: inherit;
            text-rendering: optimizeLegibility;
            text-transform: none;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
        }

            .daterangepicker .calendar-time i:before {
                content: "\f18f";
            }

    .daterangepicker .ranges {
        padding: 1.25rem 0;
        margin: 0;
    }

        .daterangepicker .ranges ul {
            width: 210px;
            padding: 0 0 1rem 0;
        }

            .daterangepicker .ranges ul li {
                border-radius: 0;
                background: transparent;
                padding: 0.5rem 1.25rem;
                margin-bottom: 0.25rem;
                font-weight: 500;
                font-size: 1rem;
                border-color: transparent;
            }

        .daterangepicker .ranges .range_inputs {
            margin-top: 0;
            padding: 0 1.25rem;
        }

            .daterangepicker .ranges .range_inputs .btn {
                margin-right: 6px;
            }

    .daterangepicker.single .calendar {
        padding: 1rem;
    }

        .daterangepicker.single .calendar select.yearselect {
            width: 70px;
        }

        .daterangepicker.single .calendar select.monthselect {
            width: 70px;
        }

@media (min-width: 1025px) {
    .daterangepicker.show-calendar .calendar.right {
        border-right: 1px solid #ebedf2;
    }
}

.daterangepicker {
    z-index: 95;
}

    .daterangepicker .daterangepicker_input .input-mini {
        height: auto;
        border: 1px solid #ebedf2;
    }

        .daterangepicker .daterangepicker_input .input-mini.active, .daterangepicker .daterangepicker_input .input-mini:focus {
            border: 1px solid #29dca7;
        }

    .daterangepicker .daterangepicker_input i {
        color: #aeb2b7;
    }

    .daterangepicker thead th {
        color: #414b4c;
    }

        .daterangepicker thead th.prev, .daterangepicker thead th.next {
            color: #aeb2b7;
        }

            .daterangepicker thead th.prev:hover, .daterangepicker thead th.next:hover {
                background: #f7f8fa;
            }

        .daterangepicker thead th.datepicker-switch {
            color: #414b4c;
        }

    .daterangepicker tbody td.available:hover, .daterangepicker tbody td:hover {
        background: #f7f8fa;
    }

    .daterangepicker tbody td.available {
        color: #414b4c;
    }

        .daterangepicker tbody td.available.off, .daterangepicker tbody td.off {
            color: #b9bdc1;
        }

    .daterangepicker tbody td.today {
        background: #23d8a2;
        color: #ffffff;
    }

        .daterangepicker tbody td.today:before {
            border-bottom-color: #ffffff;
            border-top-color: rgba(0, 0, 0, 0.2);
        }

        .daterangepicker tbody td.today.in-range {
            border-radius: 0;
        }

    .daterangepicker tbody td.in-range, .daterangepicker tbody td.active {
        background: #1cac81;
        color: #ffffff;
    }

        .daterangepicker tbody td.in-range:hover, .daterangepicker tbody td.active:hover {
            background: #1cac81;
            color: #ffffff;
        }

    .daterangepicker select.monthselect,
    .daterangepicker select.yearselect,
    .daterangepicker select.hourselect,
    .daterangepicker select.minuteselect,
    .daterangepicker select.ampmselect {
        border: 1px solid #ebedf2;
    }

        .daterangepicker select.monthselect.active, .daterangepicker select.monthselect:focus,
        .daterangepicker select.yearselect.active,
        .daterangepicker select.yearselect:focus,
        .daterangepicker select.hourselect.active,
        .daterangepicker select.hourselect:focus,
        .daterangepicker select.minuteselect.active,
        .daterangepicker select.minuteselect:focus,
        .daterangepicker select.ampmselect.active,
        .daterangepicker select.ampmselect:focus {
            border: 1px solid #29dca7;
        }

    .daterangepicker .calendar-time i {
        color: #414b4c;
    }

    .daterangepicker .ranges li {
        border: 1px solid #ebedf2;
        color: #aeb2b7;
    }

        .daterangepicker .ranges li:hover {
            color: #1cac81;
            background: transparent;
        }

        .daterangepicker .ranges li.active {
            color: #1cac81;
            background: #f7f8fa;
        }

    .daterangepicker.show-calendar .ranges li.active {
        color: #1cac81;
        background: transparent;
    }

    .daterangepicker.show-calendar .ranges li:last-child {
        color: #1cac81;
        background: #f7f8fa;
    }

.bootstrap-touchspin {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

    .bootstrap-touchspin .form-control.bootstrap-touchspin-vertical-btn {
        border-top-left-radius: 0.25rem !important;
        border-bottom-left-radius: 0.25rem !important;
    }

    .bootstrap-touchspin .input-group-btn-vertical {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .bootstrap-touchspin .input-group-btn-vertical .btn {
            padding: 0.13rem 0.3rem;
            line-height: 1;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            margin-left: 0;
            border-left: 0;
        }

            .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down {
                margin-top: -1px;
            }

        .bootstrap-touchspin .input-group-btn-vertical i {
            top: 0;
            left: 0;
            text-align: center;
            font-size: .9rem;
            vertical-align: middle;
            position: static;
            line-height: 0;
            padding: 0;
        }

    .bootstrap-touchspin .input-group-addon {
        padding: 0.65rem 1rem;
        line-height: 1.5;
    }

        .bootstrap-touchspin .input-group-addon > i {
            line-height: 0;
            vertical-align: middle;
            padding: 0;
        }

    .bootstrap-touchspin .input-group-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

        .bootstrap-touchspin .input-group-btn:first-child .btn {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border-right: 0;
        }

        .bootstrap-touchspin .input-group-btn:first-child + .input-group-addon {
            border-right: 0 !important;
        }

        .bootstrap-touchspin .input-group-btn:last-child .btn {
            border-left: 0;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .bootstrap-touchspin .form-control + .input-group-addon {
        border-left: 0 !important;
    }

    .bootstrap-touchspin .input-group-btn-vertical .btn.focus, .bootstrap-touchspin .input-group-btn-vertical .btn:focus, .bootstrap-touchspin .input-group-btn-vertical .btn:hover {
        background: #f7f8fa;
        border-color: #f7f8fa;
    }

    .bootstrap-touchspin .input-group-addon {
        border: 1px solid #ebedf2;
    }

.bootstrap-maxlength {
    z-index: 1040 !important;
}

    .bootstrap-maxlength.k-badge {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

.modal .bootstrap-maxlength {
    z-index: 1060 !important;
}

.bootstrap-select > .dropdown-toggle {
    position: relative;
    outline: none !important;
    padding: 0.65rem 1rem;
    padding-right: 1.85rem;
    border-radius: 0.25rem !important;
}

    .bootstrap-select > .dropdown-toggle:focus {
        outline: none !important;
    }

    .bootstrap-select > .dropdown-toggle:after {
        font-family: "LineAwesome";
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        content: "";
        border: 0;
        top: 50%;
        position: absolute;
        margin-top: 0;
        font-size: 0.85rem;
        right: 1.85rem;
        display: inline-block;
    }

.bootstrap-select .dropdown-menu.inner {
    display: block;
}

    .bootstrap-select .dropdown-menu.inner > li > a {
        display: block;
        position: relative;
        outline: none !important;
        padding: 10px 15px;
    }

        .bootstrap-select .dropdown-menu.inner > li > a:hover {
            text-decoration: none;
        }

        .bootstrap-select .dropdown-menu.inner > li > a > [class^="la-"],
        .bootstrap-select .dropdown-menu.inner > li > a > [class*=" la-"] {
            font-size: 1.2rem;
        }

        .bootstrap-select .dropdown-menu.inner > li > a > [class^="fa-"],
        .bootstrap-select .dropdown-menu.inner > li > a > [class*=" fa-"] {
            font-size: 1.2rem;
        }

        .bootstrap-select .dropdown-menu.inner > li > a > [class^="flaticon-"],
        .bootstrap-select .dropdown-menu.inner > li > a > [class*=" flaticon-"],
        .bootstrap-select .dropdown-menu.inner > li > a > [class^="flaticon2-"],
        .bootstrap-select .dropdown-menu.inner > li > a > [class*=" flaticon2-"] {
            font-size: 1.1rem;
        }

        .bootstrap-select .dropdown-menu.inner > li > a i {
            vertical-align: middle;
        }

    .bootstrap-select .dropdown-menu.inner > li.selected > a span.check-mark {
        font-family: "LineAwesome";
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        top: 50%;
        position: absolute;
        margin-top: -0.425rem;
        font-size: 0.85rem;
        right: 1rem;
        display: inline-block;
    }

        .bootstrap-select .dropdown-menu.inner > li.selected > a span.check-mark:before {
            content: "";
        }

        .bootstrap-select .dropdown-menu.inner > li.selected > a span.check-mark:after {
            display: none;
        }

    .bootstrap-select .dropdown-menu.inner > li.divider {
        margin: 10px 0;
    }

    .bootstrap-select .dropdown-menu.inner > li.hidden {
        display: none;
    }

    .bootstrap-select .dropdown-menu.inner > li.no-results {
        padding: 10px 15px;
    }

.bootstrap-select .popover-title {
    padding: 10px 15px;
    margin-bottom: 5px;
}

    .bootstrap-select .popover-title .close {
        display: none;
    }

.bootstrap-select .bs-searchbox,
.bootstrap-select .bs-actionsbox,
.bootstrap-select .bs-donebutton {
    padding: 10px 15px;
}

.bootstrap-select > .dropdown-toggle.btn-light, .bootstrap-select > .dropdown-toggle.btn-secondary {
    background: #fff;
    color: #414b4c;
    border-color: #ebedf2;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .bootstrap-select > .dropdown-toggle.btn-light:focus, .bootstrap-select > .dropdown-toggle.btn-light.active, .bootstrap-select > .dropdown-toggle.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.btn-secondary.active {
        background-color: transparent;
        border-color: #29dca7;
    }

    .bootstrap-select > .dropdown-toggle.btn-light.disabled, .bootstrap-select > .dropdown-toggle.btn-light:disabled, .bootstrap-select > .dropdown-toggle.btn-secondary.disabled, .bootstrap-select > .dropdown-toggle.btn-secondary:disabled {
        background: #f7f8fa;
        border-color: #f7f8fa;
    }

    .bootstrap-select > .dropdown-toggle.btn-light .filter-option [class^="la-"],
    .bootstrap-select > .dropdown-toggle.btn-light .filter-option [class*=" la-"],
    .bootstrap-select > .dropdown-toggle.btn-light .filter-option [class^="fa-"],
    .bootstrap-select > .dropdown-toggle.btn-light .filter-option [class*=" fa-"],
    .bootstrap-select > .dropdown-toggle.btn-light .filter-option [class^="flaticon-"],
    .bootstrap-select > .dropdown-toggle.btn-light .filter-option [class*=" flaticon-"],
    .bootstrap-select > .dropdown-toggle.btn-light .filter-option [class^="flaticon2-"],
    .bootstrap-select > .dropdown-toggle.btn-light .filter-option [class*=" flaticon2-"], .bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class^="la-"],
    .bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class*=" la-"],
    .bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class^="fa-"],
    .bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class*=" fa-"],
    .bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class^="flaticon-"],
    .bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class*=" flaticon-"],
    .bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class^="flaticon2-"],
    .bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class*=" flaticon2-"] {
        color: #b9bdc1;
    }

.bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: #aeb2b7;
}

    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-brand {
        color: #ffffff;
    }

        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-brand > .filter-option {
            opacity: 0.8;
        }

    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-metal {
        color: #586272;
    }

        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-metal > .filter-option {
            opacity: 0.8;
        }

    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-light {
        color: #282a3c;
    }

        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-light > .filter-option {
            opacity: 0.8;
        }

    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark {
        color: #ffffff;
    }

        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark > .filter-option {
            opacity: 0.8;
        }

    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-accent {
        color: #ffffff;
    }

        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-accent > .filter-option {
            opacity: 0.8;
        }

    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-focus {
        color: #ffffff;
    }

        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-focus > .filter-option {
            opacity: 0.8;
        }

    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary {
        color: #ffffff;
    }

        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary > .filter-option {
            opacity: 0.8;
        }

    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success {
        color: #ffffff;
    }

        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success > .filter-option {
            opacity: 0.8;
        }

    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info {
        color: #ffffff;
    }

        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info > .filter-option {
            opacity: 0.8;
        }

    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-warning {
        color: #111111;
    }

        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-warning > .filter-option {
            opacity: 0.8;
        }

    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger {
        color: #ffffff;
    }

        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger > .filter-option {
            opacity: 0.8;
        }

.bootstrap-select.show > .dropdown-toggle.btn-light, .bootstrap-select.show > .dropdown-toggle.btn-secondary {
    border-color: #29dca7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select.is-invalid .btn.dropdown-toggle {
    border-color: #fd397a;
}

.bootstrap-select.is-valid .btn.dropdown-toggle {
    border-color: #1dc9b7;
}

.bootstrap-select .dropdown-menu.inner > li > a .text {
    color: #414b4c;
}

    .bootstrap-select .dropdown-menu.inner > li > a .text small {
        color: #b9bdc1;
    }

.bootstrap-select .dropdown-menu.inner > li > a span.check-mark {
    color: #aeb2b7;
}

.bootstrap-select .dropdown-menu.inner > li > a [class^="la-"],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" la-"],
.bootstrap-select .dropdown-menu.inner > li > a [class^="fa-"],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" fa-"],
.bootstrap-select .dropdown-menu.inner > li > a [class^="flaticon-"],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" flaticon-"],
.bootstrap-select .dropdown-menu.inner > li > a [class^="flaticon2-"],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" flaticon2-"] {
    color: #b9bdc1;
}

.bootstrap-select .dropdown-menu.inner > li.selected > a, .bootstrap-select .dropdown-menu.inner > li:hover > a {
    background: #f7f8fa;
}

    .bootstrap-select .dropdown-menu.inner > li.selected > a .text, .bootstrap-select .dropdown-menu.inner > li:hover > a .text {
        color: #414b4c;
    }

    .bootstrap-select .dropdown-menu.inner > li.selected > a [class^="la-"],
    .bootstrap-select .dropdown-menu.inner > li.selected > a [class*=" la-"],
    .bootstrap-select .dropdown-menu.inner > li.selected > a [class^="fa-"],
    .bootstrap-select .dropdown-menu.inner > li.selected > a [class*=" fa-"],
    .bootstrap-select .dropdown-menu.inner > li.selected > a [class^="flaticon-"],
    .bootstrap-select .dropdown-menu.inner > li.selected > a [class*=" flaticon-"],
    .bootstrap-select .dropdown-menu.inner > li.selected > a [class^="flaticon2-"],
    .bootstrap-select .dropdown-menu.inner > li.selected > a [class*=" flaticon2-"], .bootstrap-select .dropdown-menu.inner > li:hover > a [class^="la-"],
    .bootstrap-select .dropdown-menu.inner > li:hover > a [class*=" la-"],
    .bootstrap-select .dropdown-menu.inner > li:hover > a [class^="fa-"],
    .bootstrap-select .dropdown-menu.inner > li:hover > a [class*=" fa-"],
    .bootstrap-select .dropdown-menu.inner > li:hover > a [class^="flaticon-"],
    .bootstrap-select .dropdown-menu.inner > li:hover > a [class*=" flaticon-"],
    .bootstrap-select .dropdown-menu.inner > li:hover > a [class^="flaticon2-"],
    .bootstrap-select .dropdown-menu.inner > li:hover > a [class*=" flaticon2-"] {
        color: #b9bdc1;
    }

    .bootstrap-select .dropdown-menu.inner > li.selected > a span.check-mark, .bootstrap-select .dropdown-menu.inner > li:hover > a span.check-mark {
        color: #aeb2b7;
    }

.bootstrap-select .dropdown-menu.inner > li.dropdown-header {
    color: #aeb2b7;
}

.bootstrap-select .dropdown-menu.inner > li.selected > a {
    background: #f7f8fa;
}

.bootstrap-select .dropdown-menu.inner > li.disabled > a {
    opacity: 0.6;
}

.bootstrap-select .dropdown-menu.inner > li.divider {
    border-bottom: 1px solid #f7f8fa;
}

.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a {
    background: #5867dd;
}

    .bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a .text {
        color: #ffffff;
    }

    .bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class^="la-"],
    .bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class*=" la-"],
    .bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class^="fa-"],
    .bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class*=" fa-"],
    .bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class^="flaticon-"],
    .bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class*=" flaticon-"],
    .bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class^="flaticon2-"],
    .bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class*=" flaticon2-"] {
        color: #ffffff;
    }

    .bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a span.check-mark {
        color: #ffffff;
    }

.bootstrap-select .dropdown-menu.inner > li.no-results {
    color: #aeb2b7;
}

.bootstrap-select .popover-title {
    background: #f7f8fa;
    border: 0;
}

.bootstrap-select .dropdown-menu {
    margin-top: 1px;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 95;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #5867dd;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}


.blue {
    color: blue
}

.green {
    color: green
}

.red {
    color: red
}

.darkgrey {
    color: #344767
}

.white {
    color: white
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #1dc9b7;
}

    .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
        border-color: inherit;
    }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25);
}

.input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
        margin-left: -1px;
    }

    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
        z-index: 3;
    }

    .input-group > .custom-file .custom-file-input:focus {
        z-index: 4;
    }

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group > .custom-file:not(:first-child) .custom-file-label {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.8rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.8rem + 2px);
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #9aabff;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
    }

        .custom-file-input:focus ~ .custom-file-label::after {
            border-color: #9aabff;
        }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #f7f8fa;
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse";
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.8rem + 2px);
    padding: 0.65rem 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ebedf2;
    border-radius: 0.25rem;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 2.8rem;
        padding: 0.65rem 1rem;
        line-height: 1.5;
        color: #FFF;
        content: "Browse";
        background-color: #e91e63;
        border-left: 1px solid #ebedf2;
        border-radius: 0 0.25rem 0.25rem 0;
    }


@media (max-width: 768px) {
    .videoInsert {
        width: 350px; 
        height:350px;
    }
}

.prependText {
    
    width: 50px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.streamInput-accordion {
    display: flex;
    gap: 5px;
}



.profile-status-block {
    margin-left: auto;
    padding: 2px 5px;
    font-size: 13px;
    border-radius: 5px;
}

@media (max-width:1024px) {
    .profile-status-block {
        margin-left: 0;
    }
}