/* Minification failed. Returning unminified contents.
(17,28): run-time error CSS1039: Token not allowed after unary operator: '-color-brand-secondary-fog-400'
(373,29): run-time error CSS1039: Token not allowed after unary operator: '-color-brand-primary-midnight'
(417,34): run-time error CSS1039: Token not allowed after unary operator: '-color-brand-primary-seafoam-100'
(426,34): run-time error CSS1039: Token not allowed after unary operator: '-color-brand-primary-grape-500'
(570,163): run-time error CSS1039: Token not allowed after unary operator: '-color-brand-secondary-fog-400'
(571,174): run-time error CSS1039: Token not allowed after unary operator: '-color-brand-primary-seafoam-700'
(578,118): run-time error CSS1039: Token not allowed after unary operator: '-color-brand-primary-seafoam-700'
(579,122): run-time error CSS1039: Token not allowed after unary operator: '-color-brand-primary-seafoam-100'
(580,123): run-time error CSS1039: Token not allowed after unary operator: '-color-brand-primary-grape-500'
 */
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
    list-style: none;
}

    .bootstrap-datetimepicker-widget.dropdown-menu {
        display: block;
        margin: 2px 0;
        padding: 5px;
        width: 19em;
        z-index: 1030;
        border-radius: 0;
        border-color: var(--color-brand-secondary-fog-400);
        box-shadow: 0 2px 8px 0 rgba(35, 31, 32, 0.15);
        width:266px;
    }

@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
/*.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}*/
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -6px;
    left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 3px 0;
}

    .bootstrap-datetimepicker-widget a[data-action]:active {
        box-shadow: none;
    }

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 40px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 3px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}

    .bootstrap-datetimepicker-widget .picker-switch::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Toggle Date and Time Screens";
    }

    .bootstrap-datetimepicker-widget .picker-switch td {
        padding: 0;
        margin: 0;
        margin-top: 1px;
        height: auto;
        width: auto;
        line-height: inherit;
        background-color: #cccccc !important;
        padding: 3px 0;
    }

        .bootstrap-datetimepicker-widget .picker-switch td span {
            line-height: 2.5;
            height: 2.5em;
            width: 100%;
        }

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}

    .bootstrap-datetimepicker-widget table td {
        text-align: center;
        border-radius: 4px;
    }

    .bootstrap-datetimepicker-widget table th {
        text-align: center;
    }

        .bootstrap-datetimepicker-widget table th:first-child {
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .bootstrap-datetimepicker-widget table th:last-child {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

    .bootstrap-datetimepicker-widget table th {
        height: 15px;
        line-height: 15px;
        width: 15px;
    }

        .bootstrap-datetimepicker-widget table th.picker-switch {
            width: 145px;
        }

        .bootstrap-datetimepicker-widget table th.disabled,
        .bootstrap-datetimepicker-widget table th.disabled:hover {
            background: none;
            color: #777777;
            cursor: not-allowed;
        }

        .bootstrap-datetimepicker-widget table th.prev::after {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
            content: "Previous Month";
        }

        .bootstrap-datetimepicker-widget table th.next::after {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
            content: "Next Month";
        }

    .bootstrap-datetimepicker-widget table thead {
        background-color: unset !important;
    }

        .bootstrap-datetimepicker-widget table thead tr:nth-child(2) {
            background-color: #fff;
        }

        .bootstrap-datetimepicker-widget table thead tr:first-child th {
            cursor: pointer;
        }

    .bootstrap-datetimepicker-widget table td {
        height: 40px;
        line-height: 40px;
        width: 54px;
    }

        .bootstrap-datetimepicker-widget table td.cw {
            font-size: .8em;
            height: 15px;
            line-height: 15px;
            color: #777777;
        }

        .bootstrap-datetimepicker-widget table td.day {
            height: 15px;
            line-height: 15px;
            width: 15px;
        }

            .bootstrap-datetimepicker-widget table td.day:hover,
            .bootstrap-datetimepicker-widget table td.hour:hover,
            .bootstrap-datetimepicker-widget table td.minute:hover,
            .bootstrap-datetimepicker-widget table td.second:hover {
                background: #eeeeee;
                cursor: pointer;
            }

        .bootstrap-datetimepicker-widget table td.old,
        .bootstrap-datetimepicker-widget table td.new {
            color: #777777;
        }

        .bootstrap-datetimepicker-widget table td.today {
            position: relative;
            background-color: transparent;
            border-color: #337ab7;
            padding-bottom: 1px;
        }

            .bootstrap-datetimepicker-widget table td.today:hover {
                color: var(--color-brand-primary-midnight);
                background-color: transparent;
                border-color: #337ab7;
            }

            .bootstrap-datetimepicker-widget table td.today:before {
                content: '';
                display: inline-block;
                position: absolute;
                bottom: 4px;
                right: 4px;
            }

        .bootstrap-datetimepicker-widget table td.active,
        .bootstrap-datetimepicker-widget table td.active:hover {
            color: #fff;
            border-radius: 4px;
            border-collapse: separate;
            background: 0;
        }

            .bootstrap-datetimepicker-widget table td.active.today:before {
                border-bottom-color: #fff;
                border-radius: 50%;
            }

        .bootstrap-datetimepicker-widget table td.disabled,
        .bootstrap-datetimepicker-widget table td.disabled:hover {
            background: none;
            color: #777777;
            cursor: not-allowed;
        }

        .bootstrap-datetimepicker-widget table td span {
            display: inline-block;
            width: 54px;
            height: 40px;
            line-height: 40px;
            margin: 2px 1.5px;
            cursor: pointer;
            border-radius: 4px;
        }

            .bootstrap-datetimepicker-widget table td span:hover {
                background: var(--color-brand-primary-seafoam-100);
            }

            .bootstrap-datetimepicker-widget table td span.active {
                /*border:2px solid #ea9135;*/
                border-radius: 4px;
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
                display: inline-block;
                background: var(--color-brand-primary-grape-500);
            }

            .bootstrap-datetimepicker-widget table td span.old {
                color: #777777;
            }

            .bootstrap-datetimepicker-widget table td span.disabled,
            .bootstrap-datetimepicker-widget table td span.disabled:hover {
                background: none;
                color: #777777;
                cursor: not-allowed;
            }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
    width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.2em !important;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
/*.dtPicker{
    background-image: url(../content/images/datepicker.png);
    background-position: 97% center;
    padding-right: 22px !important;
    background-repeat: no-repeat;
    width: 95px;
    cursor:pointer;
}
.dtTimePicker{
    background-image: url(../content/images/time.png);
    background-position: 97% center;
    padding-right: 22px !important;
    background-repeat: no-repeat;
    width: 95px;
    cursor:pointer;
}*/
.btn-primary {
    color: #fff !important;
    background-color: #F67400;
    border-color: #F67400;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
        color: #fff !important;
        background-color: #F36E47 !important;
        border-color: #F36E47 !important;
    }

a[data-action="today"] {
    color: #000080;
    font-weight: bold;
    /*background-color:#337ab7;*/
    padding: 2px 5px !important;
    margin: 0px !important;
    border-radius: 4px;
}

    a[data-action="today"]:hover {
        text-decoration: none;
    }

.timepicker .btn {
    padding: 5px !important;
    margin: 0px !important;
}

.bootstrap-datetimepicker-widget .table-condensed .btn {
    padding: 5px !important;
    margin: 0px !important;
}

.bootstrap-datetimepicker-widget .table-striped thead, .bootstrap-datetimepicker-widget table tbody tr {
    display: table-row !important;
    width: auto !important;
    table-layout: unset !important;
    background: none !important;
    background-color: none !important;
}


.bootstrap-datetimepicker-widget table th {
    background-color: none !important;
    border-bottom: none;
    font-size: 12px;
    font-weight: 600;
    background: none !important;
    color: #313131;
}

.bootstrap-datetimepicker-widget .table-striped td {
    background-color: none !important;
}

.bootstrap-datetimepicker-widget .table-striped th {
    background-color: #fff !important;
}


.bootstrap-datetimepicker-widget .table-condensed > tbody > tr > td {
    padding: 11px 6px;
    font-size: 14px;
}

.bootstrap-datetimepicker-widget .datepicker .table-condensed th {
    border-radius: 0px !important;
    background-color:#fff !important;
}

.bootstrap-datetimepicker-widget .datepicker .table-condensed .prev {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.bootstrap-datetimepicker-widget .datepicker .table-condensed .next {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

/* New Reskin CSS */

/*Header*/
.bootstrap-datetimepicker-widget .table-condensed > thead > tr > th{font-size:14px;font-weight:normal;}
.bootstrap-datetimepicker-widget table th.dow{position:relative;padding: 9px 5px;}
.bootstrap-datetimepicker-widget table th.dow:after{content:'';position:absolute;bottom:0;left:-5px;width:calc(100% + 10px);height:0;border-bottom:1px solid var(--color-brand-secondary-fog-400);}
.bootstrap-datetimepicker-widget .table-condensed .prev > .fa,.bootstrap-datetimepicker-widget .table-condensed .next > .fa{font-size:22px !important;width:20px;color: var(--color-brand-primary-seafoam-700);}

/*Body*/
/*   Days   */
.bootstrap-datetimepicker-widget .datepicker-days .table-condensed > tbody > tr > td{position:relative; z-index:0;}
.bootstrap-datetimepicker-widget .datepicker-days .table-condensed > tbody > tr > td:before{content:'';display:inline-block;width:32px;height:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-50% - 1px));z-index:-1;border-radius:50%;background-color:transparent;border:1px solid transparent;}
.bootstrap-datetimepicker-widget table td.day:hover{background:transparent;}
.bootstrap-datetimepicker-widget .datepicker-days .table-condensed > tbody > tr > td.today::before{border-color:var(--color-brand-primary-seafoam-700);}
.bootstrap-datetimepicker-widget .datepicker-days .table-condensed > tbody > tr > td:hover::before{background-color:var(--color-brand-primary-seafoam-100);}
.bootstrap-datetimepicker-widget .datepicker-days .table-condensed > tbody > tr > td.active::before{background-color:var(--color-brand-primary-grape-500);}
