.text-right{
    text-align: right;
}

.label.label-dot {
    line-height: 8px;
    min-height: 8px;
    min-width: 8px;
    height: 8px;
    width: 8px;
    border-radius: 4px;
}

.label.label-dot {
    display: inline-block;
    font-size: 0 !important;
    vertical-align: middle;
    text-align: center;
}

.label.label-warning {
    color: #ffffff;
    background-color: #ffc700!important;
}

.label.label-dark {
    color: #ffffff;
    background-color: #000!important;
}

.label.label-success {
    color: #ffffff;
    background-color: #1BC5BD;
}

.label.label-danger {
    color: #ffffff;
    background-color: #F64E60;
}

.col-1n5 {
    flex: 0 0 auto;
    width: 12.5%;
}

.text-xs{
    font-size: 12px !important;
}

.font-weight-bolder {
  font-weight: 600 !important;
}

.label16-center{
    font-size:16px !important;
    text-align: center;
}

.btn.btn-icon.btn-xs {
    height: calc(1em + 0.5rem + 2px);
    width: calc(1em + 0.5rem + 2px);
}


/* TIMELINE */
.timeline.timeline-5 .timeline-items {
    margin: 0;
    padding: 0;
  }
  .timeline.timeline-5 .timeline-items .timeline-item {
    margin-left: 0;
    padding: 0;
    position: relative;
  }
  .timeline.timeline-5 .timeline-items .timeline-item .timeline-media {
    position: absolute;
    top: 0;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    line-height: 0;
  }
  .timeline.timeline-5 .timeline-items .timeline-item .timeline-media i {
    font-size: 1.4rem;
  }
  .timeline.timeline-5 .timeline-items .timeline-item .timeline-media .svg-icon svg {
    height: 24px;
    width: 24px;
  }
  .timeline.timeline-5 .timeline-items .timeline-item .timeline-desc {
    padding: 5px 0 0 59px;
  }
  .timeline.timeline-5 .timeline-items .timeline-item .timeline-desc::before {
    content: "";
    position: absolute;
    width: 4px;
    height: calc(100% - 30px);
    background-color: #EBEDF3;
    border-radius: 6px;
    top: 48px;
    left: 24px;
  }
  .timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-primary::before {
    background-color: #3699FF;
  }
  .timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-light-primary::before {
    background-color: #E1F0FF;
  }
  .timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-secondary::before {
    background-color: #E4E6EF;
  }
  .timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-light-secondary::before {
    background-color: #EBEDF3;
  }
  .timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-success::before {
    background-color: #1BC5BD;
  }
  .timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-light-success::before {
    background-color: #C9F7F5;
  }
  .timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-info::before {
    background-color: #8950FC;
  }
  .timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-light-info::before {
    background-color: #EEE5FF;
  }
  .timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-warning::before {
    background-color: #FFA800;
  }
  .timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-light-warning::before {
    background-color: #FFF4DE;
  }
  .timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-danger::before {
    background-color: #F64E60;
  }
  .timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-light-danger::before {
    background-color: #FFE2E5;
  }
  .timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-light::before {
    background-color: #F3F6F9;
  }
  .timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-light-light::before {
    background-color: #F3F6F9;
  }
  .timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-dark::before {
    background-color: #181C32;
  }
  .timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-light-dark::before {
    background-color: #D1D3E0;
  }
  .timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-white::before {
    background-color: #ffffff;
  }
  .timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-light-white::before {
    background-color: #ffffff;
  }
  .timeline.timeline-5 .timeline-items .timeline-item:last-child {
    border-left-color: transparent;
    padding-bottom: 0;
  }

  .checkbox-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkbox-list .checkbox {
    margin-bottom: 1rem;
  }
  .checkbox-list .checkbox span {
    margin-right: 0.75rem;
  }
  .checkbox-list .checkbox:last-child {
    margin-bottom: 0;
  }

  input[type=checkbox] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }

  .checkbox > input:checked ~ span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: none;
  }
  .checkbox > input:checked ~ span:after {
    display: block;
  }

  .checkbox > input:checked ~ span {
    background-color: #3699FF;
  }
  .checkbox > input:checked ~ span:after {
    border-color: #ffffff;
  }

  .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: left;
    cursor: pointer;
    font-size: 1rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
  }
  .checkbox > span {
    background-color: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 0.42rem;
  }
  .checkbox > span:after {
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0 2px 2px 0 /*rtl:ignore*/ !important;
    -webkit-transform: rotate(45deg) /*rtl:ignore*/;
    transform: rotate(45deg) /*rtl:ignore*/;
    margin-top: -2px;
  }
  .checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .checkbox:hover > input:not([disabled]) ~ span,
  .checkbox > input:focus ~ span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .checkbox.checkbox-disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }
  .checkbox > input:checked ~ span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: none;
  }
  .checkbox > input:checked ~ span:after {
    display: block;
  }
  .checkbox.checkbox-square > span {
    border-radius: 0;
  }
  .checkbox.checkbox-circle > span {
    border-radius: 50%;
  }
  .checkbox.checkbox-outline > span {
    border-width: 1px;
    border-style: solid;
  }
  .checkbox.checkbox-outline-2x > span {
    border-width: 2px !important;
  }
  .checkbox.checkbox-accent > span {
    border-width: 3px !important;
    border-style: solid !important;
    background-color: transparent !important;
  }
  .checkbox.checkbox-accent > span:after {
    display: block;
  }
  
  .checkbox > span {
    height: 18px;
    width: 18px;
  }
  .checkbox > span:after {
    width: 5px;
    height: 10px;
  }
  .checkbox.checkbox-lg > span {
    height: 24px;
    width: 24px;
  }
  .checkbox.checkbox-lg > span:after {
    width: 6px;
    height: 12px;
  }
  .checkbox.checkbox-outline > span {
    height: 18px;
    width: 18px;
  }
  .checkbox.checkbox-outline > span:after {
    width: 5px;
    height: 10px;
  }
  .checkbox.checkbox-outline.checkbox-lg > span {
    height: 24px;
    width: 24px;
  }
  .checkbox.checkbox-outline.checkbox-lg > span:after {
    width: 6px;
    height: 12px;
  }
  
  .checkbox > span {
    background-color: #EBEDF3;
    border: 1px solid transparent;
  }
  .checkbox > input:focus ~ span {
    border: 1px solid transparent;
  }
  .checkbox > input:checked ~ span {
    background-color: #3699FF;
  }
  .checkbox > input:checked ~ span:after {
    border-color: #ffffff;
  }
  .checkbox.checkbox-outline > span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .checkbox.checkbox-outline > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .checkbox.checkbox-outline > input:checked ~ span {
    background-color: transparent;
    border-color: #3699FF;
  }
  .checkbox.checkbox-outline > input:checked ~ span:after {
    border-color: #3699FF;
  }
  .checkbox.checkbox-primary > span {
    border: 1px solid transparent;
  }
  .checkbox.checkbox-primary > input:focus ~ span {
    border: 1px solid transparent;
  }
  .checkbox.checkbox-primary > input:checked ~ span {
    background-color: #3699FF;
  }
  .checkbox.checkbox-primary > input:checked ~ span:after {
    border-color: #ffffff;
  }
  .checkbox.checkbox-light-primary > span {
    background-color: #E1F0FF;
    border: 1px solid transparent;
  }
  .checkbox.checkbox-light-primary > input:focus ~ span {
    border: 1px solid transparent;
  }
  .checkbox.checkbox-light-primary > input:checked ~ span {
    background-color: #3699FF;
  }
  .checkbox.checkbox-light-primary > input:checked ~ span:after {
    border-color: #FFFFFF;
  }
  .checkbox.checkbox-outline.checkbox-primary > span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .checkbox.checkbox-outline.checkbox-primary > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .checkbox.checkbox-outline.checkbox-primary > input:checked ~ span {
    background-color: transparent;
    border-color: #3699FF;
  }
  .checkbox.checkbox-outline.checkbox-primary > input:checked ~ span:after {
    border-color: #3699FF;
  }
  .checkbox.checkbox-secondary > span {
    border: 1px solid transparent;
  }
  .checkbox.checkbox-secondary > input:focus ~ span {
    border: 1px solid transparent;
  }
  .checkbox.checkbox-secondary > input:checked ~ span {
    background-color: #E4E6EF;
  }
  .checkbox.checkbox-secondary > input:checked ~ span:after {
    border-color: #ffffff;
  }
  .checkbox.checkbox-light-secondary > span {
    background-color: #EBEDF3;
    border: 1px solid transparent;
  }
  .checkbox.checkbox-light-secondary > input:focus ~ span {
    border: 1px solid transparent;
  }
  .checkbox.checkbox-light-secondary > input:checked ~ span {
    background-color: #E4E6EF;
  }
  .checkbox.checkbox-light-secondary > input:checked ~ span:after {
    border-color: #3F4254;
  }
  .checkbox.checkbox-outline.checkbox-secondary > span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .checkbox.checkbox-outline.checkbox-secondary > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .checkbox.checkbox-outline.checkbox-secondary > input:checked ~ span {
    background-color: transparent;
    border-color: #E4E6EF;
  }
  .checkbox.checkbox-outline.checkbox-secondary > input:checked ~ span:after {
    border-color: #E4E6EF;
  }
  .checkbox.checkbox-success > span {
    border: 1px solid transparent;
  }
  .checkbox.checkbox-success > input:focus ~ span {
    border: 1px solid transparent;
  }
  .checkbox.checkbox-success > input:checked ~ span {
    background-color: #1BC5BD;
  }
  .checkbox.checkbox-success > input:checked ~ span:after {
    border-color: #ffffff;
  }
  .checkbox.checkbox-light-success > span {
    background-color: #C9F7F5;
    border: 1px solid transparent;
  }
  .checkbox.checkbox-light-success > input:focus ~ span {
    border: 1px solid transparent;
  }
  .checkbox.checkbox-light-success > input:checked ~ span {
    background-color: #1BC5BD;
  }
  .checkbox.checkbox-light-success > input:checked ~ span:after {
    border-color: #ffffff;
  }
  .checkbox.checkbox-outline.checkbox-success > span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .checkbox.checkbox-outline.checkbox-success > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .checkbox.checkbox-outline.checkbox-success > input:checked ~ span {
    background-color: transparent;
    border-color: #1BC5BD;
  }
  .checkbox.checkbox-outline.checkbox-success > input:checked ~ span:after {
    border-color: #1BC5BD;
  }
  .checkbox.checkbox-info > span {
    border: 1px solid transparent;
  }
  .checkbox.checkbox-info > input:focus ~ span {
    border: 1px solid transparent;
  }
  .checkbox.checkbox-info > input:checked ~ span {
    background-color: #8950FC;
  }
  .checkbox.checkbox-info > input:checked ~ span:after {
    border-color: #ffffff;
  }
  .checkbox.checkbox-light-info > span {
    background-color: #EEE5FF;
    border: 1px solid transparent;
  }
  .checkbox.checkbox-light-info > input:focus ~ span {
    border: 1px solid transparent;
  }
  .checkbox.checkbox-light-info > input:checked ~ span {
    background-color: #8950FC;
  }
  .checkbox.checkbox-light-info > input:checked ~ span:after {
    border-color: #ffffff;
  }
  .checkbox.checkbox-outline.checkbox-info > span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .checkbox.checkbox-outline.checkbox-info > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .checkbox.checkbox-outline.checkbox-info > input:checked ~ span {
    background-color: transparent;
    border-color: #8950FC;
  }
  .checkbox.checkbox-outline.checkbox-info > input:checked ~ span:after {
    border-color: #8950FC;
  }
  .checkbox.checkbox-warning > span {
    border: 1px solid transparent;
  }
  .checkbox.checkbox-warning.alt > span {
    background-color: #FFA800;
    margin-right: 1rem;
  }
  .checkbox.checkbox-warning > input:focus ~ span {
    border: 1px solid transparent;
  }
  .checkbox.checkbox-warning > input:checked ~ span {
    background-color: #FFA800;
  }
  .checkbox.checkbox-warning > input:checked ~ span:after {
    border-color: #ffffff;
  }
  .checkbox.checkbox-light-warning > span {
    background-color: #FFF4DE;
    border: 1px solid transparent;
  }
  .checkbox.checkbox-light-warning > input:focus ~ span {
    border: 1px solid transparent;
  }
  .checkbox.checkbox-light-warning > input:checked ~ span {
    background-color: #FFA800;
  }
  .checkbox.checkbox-light-warning > input:checked ~ span:after {
    border-color: #ffffff;
  }
  .checkbox.checkbox-outline.checkbox-warning > span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .checkbox.checkbox-outline.checkbox-warning > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .checkbox.checkbox-outline.checkbox-warning > input:checked ~ span {
    background-color: transparent;
    border-color: #FFA800;
  }
  .checkbox.checkbox-outline.checkbox-warning > input:checked ~ span:after {
    border-color: #FFA800;
  }
  .checkbox.checkbox-danger > span {
    border: 1px solid transparent;
  }
  .checkbox.checkbox-danger > input:focus ~ span {
    border: 1px solid transparent;
  }
  .checkbox.checkbox-danger > input:checked ~ span {
    background-color: #F64E60;
  }
  .checkbox.checkbox-danger > input:checked ~ span:after {
    border-color: #ffffff;
  }
  .checkbox.checkbox-light-danger > span {
    background-color: #FFE2E5;
    border: 1px solid transparent;
  }
  .checkbox.checkbox-light-danger > input:focus ~ span {
    border: 1px solid transparent;
  }
  .checkbox.checkbox-light-danger > input:checked ~ span {
    background-color: #F64E60;
  }
  .checkbox.checkbox-light-danger > input:checked ~ span:after {
    border-color: #ffffff;
  }
  .checkbox.checkbox-outline.checkbox-danger > span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .checkbox.checkbox-outline.checkbox-danger > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .checkbox.checkbox-outline.checkbox-danger > input:checked ~ span {
    background-color: transparent;
    border-color: #F64E60;
  }
  .checkbox.checkbox-outline.checkbox-danger > input:checked ~ span:after {
    border-color: #F64E60;
  }
  .checkbox.checkbox-light > span {
    border: 1px solid transparent;
  }
  .checkbox.checkbox-light > input:focus ~ span {
    border: 1px solid transparent;
  }
  .checkbox.checkbox-light > input:checked ~ span {
    background-color: #F3F6F9;
  }
  .checkbox.checkbox-light > input:checked ~ span:after {
    border-color: #ffffff;
  }
  .checkbox.checkbox-light-light > span {
    background-color: #F3F6F9;
    border: 1px solid transparent;
  }
  .checkbox.checkbox-light-light > input:focus ~ span {
    border: 1px solid transparent;
  }
  .checkbox.checkbox-light-light > input:checked ~ span {
    background-color: #F3F6F9;
  }
  .checkbox.checkbox-light-light > input:checked ~ span:after {
    border-color: #7E8299;
  }
  .checkbox.checkbox-outline.checkbox-light > span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .checkbox.checkbox-outline.checkbox-light > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .checkbox.checkbox-outline.checkbox-light > input:checked ~ span {
    background-color: transparent;
    border-color: #F3F6F9;
  }
  .checkbox.checkbox-outline.checkbox-light > input:checked ~ span:after {
    border-color: #F3F6F9;
  }
  .checkbox.checkbox-dark > span {
    border: 1px solid transparent;
  }
  .checkbox.checkbox-dark > input:focus ~ span {
    border: 1px solid transparent;
  }
  .checkbox.checkbox-dark > input:checked ~ span {
    background-color: #181C32;
  }
  .checkbox.checkbox-dark > input:checked ~ span:after {
    border-color: #ffffff;
  }
  .checkbox.checkbox-light-dark > span {
    background-color: #D1D3E0;
    border: 1px solid transparent;
  }
  .checkbox.checkbox-light-dark > input:focus ~ span {
    border: 1px solid transparent;
  }
  .checkbox.checkbox-light-dark > input:checked ~ span {
    background-color: #181C32;
  }
  .checkbox.checkbox-light-dark > input:checked ~ span:after {
    border-color: #ffffff;
  }
  .checkbox.checkbox-outline.checkbox-dark > span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .checkbox.checkbox-outline.checkbox-dark > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .checkbox.checkbox-outline.checkbox-dark > input:checked ~ span {
    background-color: transparent;
    border-color: #181C32;
  }
  .checkbox.checkbox-outline.checkbox-dark > input:checked ~ span:after {
    border-color: #181C32;
  }
  .checkbox.checkbox-white > span {
    border: 1px solid transparent;
  }
  .checkbox.checkbox-white > input:focus ~ span {
    border: 1px solid transparent;
  }
  .checkbox.checkbox-white > input:checked ~ span {
    background-color: #ffffff;
  }
  .checkbox.checkbox-white > input:checked ~ span:after {
    border-color: #ffffff;
  }
  .checkbox.checkbox-light-white > span {
    background-color: #ffffff;
    border: 1px solid transparent;
  }
  .checkbox.checkbox-light-white > input:focus ~ span {
    border: 1px solid transparent;
  }
  .checkbox.checkbox-light-white > input:checked ~ span {
    background-color: #ffffff;
  }
  .checkbox.checkbox-light-white > input:checked ~ span:after {
    border-color: #3F4254;
  }
  .checkbox.checkbox-outline.checkbox-white > span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .checkbox.checkbox-outline.checkbox-white > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .checkbox.checkbox-outline.checkbox-white > input:checked ~ span {
    background-color: transparent;
    border-color: #ffffff;
  }
  .checkbox.checkbox-outline.checkbox-white > input:checked ~ span:after {
    border-color: #ffffff;
  }
  
  .checkbox-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .checkbox-inline .checkbox {
    margin-right: 1rem;
    margin-bottom: 0.35rem;
  }
  .checkbox-inline .checkbox span {
    margin-right: 0.75rem;
  }
  .checkbox-inline .checkbox:last-child {
    margin-right: 0;
  }
  
  .checkbox-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkbox-list .checkbox {
    margin-bottom: 1rem;
  }
  .checkbox-list .checkbox span {
    margin-right: 0.75rem;
  }
  .checkbox-list .checkbox:last-child {
    margin-bottom: 0;
  }
  
  .input-group .checkbox {
    margin-bottom: 0 !important;
    padding-left: 0;
  }
  
  .form-inline .checkbox {
    margin-left: 15px;
    margin-right: 15px;
  }


  .datepicker {
    width: 265px;
    padding: 10px;
    border-radius: 0.42rem;
  }
  .datepicker.datepicker-orient-top {
    margin-top: 8px;
  }
  .datepicker table {
    width: 100%;
    text-align: center;
  }
  .datepicker td,
  .datepicker th {
    font-size: 1rem;
    font-weight: regular;
    width: 33px;
    height: 33px;
    border-radius: 0.42rem;
  }
  .datepicker thead th {
    color: #3F4254;
  }
  .datepicker thead th.prev, .datepicker thead th.datepicker-switch, .datepicker thead th.next {
    font-weight: 500;
    color: #3F4254;
  }
  .datepicker thead th.prev i, .datepicker thead th.datepicker-switch i, .datepicker thead th.next i {
    font-size: 1.2rem;
    color: #7E8299;
  }
  .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.prev:hover, .datepicker thead th.datepicker-switch:hover, .datepicker thead th.next:hover {
    background: #F3F6F9 !important;
  }
  .datepicker thead th.dow {
    color: #3F4254;
    font-weight: 600;
  }
  .datepicker tbody tr > td {
    width: 35px;
    height: 35px;
  }
  .datepicker tbody tr > td.day {
    color: #7E8299;
    font-weight: 400;
  }
  .datepicker tbody tr > td.day:hover {
    background: #F3F6F9;
    color: #3F4254;
  }
  .datepicker tbody tr > td.day.old {
    color: #7E8299;
  }
  .datepicker tbody tr > td.day.new {
    color: #3F4254;
  }
  .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: #3699FF;
    color: #ffffff;
  }
  .datepicker tbody tr > td.day.today {
    position: relative;
    background: #E1F0FF !important;
    color: #3699FF !important;
  }
  .datepicker tbody tr > td.day.today:before {
    content: "";
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #3699FF;
    border-top-color: #3699FF;
    position: absolute;
    bottom: 4px;
    right: 4px;
  }
  .datepicker tbody tr > td.day.range {
    background: #F3F6F9;
  }
  .datepicker tbody tr > td span.year,
  .datepicker tbody tr > td span.hour,
  .datepicker tbody tr > td span.minute,
  .datepicker tbody tr > td span.month {
    color: #7E8299;
  }
  .datepicker tbody tr > td span.year:hover,
  .datepicker tbody tr > td span.hour:hover,
  .datepicker tbody tr > td span.minute:hover,
  .datepicker tbody tr > td span.month:hover {
    background: #F3F6F9;
  }
  .datepicker tbody tr > td span.year.focused, .datepicker tbody tr > td span.year.focused:hover, .datepicker tbody tr > td span.year.active:hover, .datepicker tbody tr > td span.year.active.focused:hover, .datepicker tbody tr > td span.year.active,
  .datepicker tbody tr > td span.hour.focused,
  .datepicker tbody tr > td span.hour.focused:hover,
  .datepicker tbody tr > td span.hour.active:hover,
  .datepicker tbody tr > td span.hour.active.focused:hover,
  .datepicker tbody tr > td span.hour.active,
  .datepicker tbody tr > td span.minute.focused,
  .datepicker tbody tr > td span.minute.focused:hover,
  .datepicker tbody tr > td span.minute.active:hover,
  .datepicker tbody tr > td span.minute.active.focused:hover,
  .datepicker tbody tr > td span.minute.active,
  .datepicker tbody tr > td span.month.focused,
  .datepicker tbody tr > td span.month.focused:hover,
  .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: #3699FF;
    color: #ffffff;
  }
  .datepicker tfoot tr > th {
    width: 35px;
    height: 35px;
  }
  .datepicker tfoot tr > th.today, .datepicker tfoot tr > th.clear {
    border-radius: 0.42rem;
    font-weight: 500;
  }
  .datepicker tfoot tr > th.today:hover, .datepicker tfoot tr > th.clear:hover {
    background: #EBEDF3;
  }
  .datepicker.datepicker-inline {
    border: 1px solid #EBEDF3;
  }

  .btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

  .radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: left;
    cursor: pointer;
    font-size: 1rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
  }
  .radio > span {
    border-radius: 50%;
    background-color: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .radio > span:after {
    content: "";
    display: none;
    border-radius: 100% !important;
  }
  .radio > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .radio:hover > input:not([disabled]) ~ span,
  .radio > input:focus ~ span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .radio.radio-disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }
  .radio > input:checked ~ span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: none;
  }
  .radio > input:checked ~ span:after {
    display: block;
  }
  .radio.radio-square > span {
    border-radius: 0;
  }
  .radio.radio-rounded > span {
    border-radius: 0.42rem;
  }
  .radio.radio-outline > span {
    border-width: 1px;
    border-style: solid;
  }
  .radio.radio-outline-2x > span {
    border-width: 2px !important;
  }
  .radio.radio-accent > span {
    border-width: 3px !important;
    border-style: solid !important;
    background-color: transparent !important;
  }
  .radio.radio-accent > span:after {
    display: block;
  }
  
  .radio > span {
    height: 18px;
    width: 18px;
  }
  .radio > span:after {
    width: 6px;
    height: 6px;
  }
  .radio.radio-lg > span {
    height: 24px;
    width: 24px;
  }
  .radio.radio-lg > span:after {
    width: 8px;
    height: 8px;
  }
  .radio.radio-outline > span {
    height: 18px;
    width: 18px;
  }
  .radio.radio-outline > span:after {
    width: 6px;
    height: 6px;
  }
  .radio.radio-outline.radio-lg > span {
    height: 24px;
    width: 24px;
  }
  .radio.radio-outline.radio-lg > span:after {
    width: 8px;
    height: 8px;
  }
  .radio.radio-accent > span {
    height: 24px;
    width: 24px;
  }
  .radio.radio-accent > span:after {
    width: 14px;
    height: 14px;
  }
  .radio.radio-accent.radio-lg > span {
    height: 30px;
    width: 30px;
  }
  .radio.radio-accent.radio-lg > span:after {
    width: 10px;
    height: 10px;
  }
  
  .radio > span {
    background-color: #EBEDF3;
    border: 1px solid transparent;
  }
  .radio > input:focus ~ span {
    border: 1px solid transparent;
  }
  .radio > input:checked ~ span {
    background-color: #3699FF;
  }
  .radio > input:checked ~ span:after {
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .radio.radio-outline > span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .radio.radio-outline > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .radio.radio-outline > input:checked ~ span {
    background-color: transparent;
    border-color: #3699FF;
  }
  .radio.radio-outline > input:checked ~ span:after {
    background-color: #3699FF;
    border-color: #3699FF;
  }
  .radio.radio-primary > span {
    border: 1px solid transparent;
  }
  .radio.radio-primary > input:focus ~ span {
    border: 1px solid transparent;
  }
  .radio.radio-primary > input:checked ~ span {
    background-color: #3699FF;
  }
  .radio.radio-primary > input:checked ~ span:after {
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .radio.checkbox-light-primary > span {
    background-color: #E1F0FF;
    border: 1px solid transparent;
  }
  .radio.checkbox-light-primary > input:focus ~ span {
    border: 1px solid transparent;
  }
  .radio.checkbox-light-primary > input:checked ~ span {
    background-color: #3699FF;
  }
  .radio.checkbox-light-primary > input:checked ~ span:after {
    border-color: #FFFFFF;
  }
  .radio.radio-outline.radio-primary > span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .radio.radio-outline.radio-primary > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .radio.radio-outline.radio-primary > input:checked ~ span {
    background-color: transparent;
    border-color: #3699FF;
  }
  .radio.radio-outline.radio-primary > input:checked ~ span:after {
    background-color: #3699FF;
    border-color: #3699FF;
  }
  .radio.radio-accent.radio-primary > span:after {
    background-color: #3699FF;
  }
  .radio.radio-accent.radio-primary > input:focus ~ span {
    border-color: #E1F0FF;
  }
  .radio.radio-accent.radio-primary > input:focus ~ span:after {
    background-color: #3699FF;
  }
  .radio.radio-accent.radio-primary > input:checked ~ span {
    border-color: #E1F0FF;
  }
  .radio.radio-accent.radio-primary > input:checked ~ span:after {
    background-color: #3699FF;
  }
  .radio.radio-secondary > span {
    border: 1px solid transparent;
  }
  .radio.radio-secondary > input:focus ~ span {
    border: 1px solid transparent;
  }
  .radio.radio-secondary > input:checked ~ span {
    background-color: #E4E6EF;
  }
  .radio.radio-secondary > input:checked ~ span:after {
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .radio.checkbox-light-secondary > span {
    background-color: #EBEDF3;
    border: 1px solid transparent;
  }
  .radio.checkbox-light-secondary > input:focus ~ span {
    border: 1px solid transparent;
  }
  .radio.checkbox-light-secondary > input:checked ~ span {
    background-color: #E4E6EF;
  }
  .radio.checkbox-light-secondary > input:checked ~ span:after {
    border-color: #3F4254;
  }
  .radio.radio-outline.radio-secondary > span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .radio.radio-outline.radio-secondary > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .radio.radio-outline.radio-secondary > input:checked ~ span {
    background-color: transparent;
    border-color: #E4E6EF;
  }
  .radio.radio-outline.radio-secondary > input:checked ~ span:after {
    background-color: #E4E6EF;
    border-color: #E4E6EF;
  }
  .radio.radio-accent.radio-secondary > span:after {
    background-color: #E4E6EF;
  }
  .radio.radio-accent.radio-secondary > input:focus ~ span {
    border-color: #EBEDF3;
  }
  .radio.radio-accent.radio-secondary > input:focus ~ span:after {
    background-color: #E4E6EF;
  }
  .radio.radio-accent.radio-secondary > input:checked ~ span {
    border-color: #EBEDF3;
  }
  .radio.radio-accent.radio-secondary > input:checked ~ span:after {
    background-color: #E4E6EF;
  }
  .radio.radio-success > span {
    border: 1px solid transparent;
  }
  .radio.radio-success > input:focus ~ span {
    border: 1px solid transparent;
  }
  .radio.radio-success > input:checked ~ span {
    background-color: #1BC5BD;
  }
  .radio.radio-success > input:checked ~ span:after {
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .radio.checkbox-light-success > span {
    background-color: #C9F7F5;
    border: 1px solid transparent;
  }
  .radio.checkbox-light-success > input:focus ~ span {
    border: 1px solid transparent;
  }
  .radio.checkbox-light-success > input:checked ~ span {
    background-color: #1BC5BD;
  }
  .radio.checkbox-light-success > input:checked ~ span:after {
    border-color: #ffffff;
  }
  .radio.radio-outline.radio-success > span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .radio.radio-outline.radio-success > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .radio.radio-outline.radio-success > input:checked ~ span {
    background-color: transparent;
    border-color: #1BC5BD;
  }
  .radio.radio-outline.radio-success > input:checked ~ span:after {
    background-color: #1BC5BD;
    border-color: #1BC5BD;
  }
  .radio.radio-accent.radio-success > span:after {
    background-color: #1BC5BD;
  }
  .radio.radio-accent.radio-success > input:focus ~ span {
    border-color: #C9F7F5;
  }
  .radio.radio-accent.radio-success > input:focus ~ span:after {
    background-color: #1BC5BD;
  }
  .radio.radio-accent.radio-success > input:checked ~ span {
    border-color: #C9F7F5;
  }
  .radio.radio-accent.radio-success > input:checked ~ span:after {
    background-color: #1BC5BD;
  }
  .radio.radio-info > span {
    border: 1px solid transparent;
  }
  .radio.radio-info > input:focus ~ span {
    border: 1px solid transparent;
  }
  .radio.radio-info > input:checked ~ span {
    background-color: #8950FC;
  }
  .radio.radio-info > input:checked ~ span:after {
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .radio.checkbox-light-info > span {
    background-color: #EEE5FF;
    border: 1px solid transparent;
  }
  .radio.checkbox-light-info > input:focus ~ span {
    border: 1px solid transparent;
  }
  .radio.checkbox-light-info > input:checked ~ span {
    background-color: #8950FC;
  }
  .radio.checkbox-light-info > input:checked ~ span:after {
    border-color: #ffffff;
  }
  .radio.radio-outline.radio-info > span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .radio.radio-outline.radio-info > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .radio.radio-outline.radio-info > input:checked ~ span {
    background-color: transparent;
    border-color: #8950FC;
  }
  .radio.radio-outline.radio-info > input:checked ~ span:after {
    background-color: #8950FC;
    border-color: #8950FC;
  }
  .radio.radio-accent.radio-info > span:after {
    background-color: #8950FC;
  }
  .radio.radio-accent.radio-info > input:focus ~ span {
    border-color: #EEE5FF;
  }
  .radio.radio-accent.radio-info > input:focus ~ span:after {
    background-color: #8950FC;
  }
  .radio.radio-accent.radio-info > input:checked ~ span {
    border-color: #EEE5FF;
  }
  .radio.radio-accent.radio-info > input:checked ~ span:after {
    background-color: #8950FC;
  }
  .radio.radio-warning > span {
    border: 1px solid transparent;
  }
  .radio.radio-warning > input:focus ~ span {
    border: 1px solid transparent;
  }
  .radio.radio-warning > input:checked ~ span {
    background-color: #FFA800;
  }
  .radio.radio-warning > input:checked ~ span:after {
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .radio.checkbox-light-warning > span {
    background-color: #FFF4DE;
    border: 1px solid transparent;
  }
  .radio.checkbox-light-warning > input:focus ~ span {
    border: 1px solid transparent;
  }
  .radio.checkbox-light-warning > input:checked ~ span {
    background-color: #FFA800;
  }
  .radio.checkbox-light-warning > input:checked ~ span:after {
    border-color: #ffffff;
  }
  .radio.radio-outline.radio-warning > span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .radio.radio-outline.radio-warning > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .radio.radio-outline.radio-warning > input:checked ~ span {
    background-color: transparent;
    border-color: #FFA800;
  }
  .radio.radio-outline.radio-warning > input:checked ~ span:after {
    background-color: #FFA800;
    border-color: #FFA800;
  }
  .radio.radio-accent.radio-warning > span:after {
    background-color: #FFA800;
  }
  .radio.radio-accent.radio-warning > input:focus ~ span {
    border-color: #FFF4DE;
  }
  .radio.radio-accent.radio-warning > input:focus ~ span:after {
    background-color: #FFA800;
  }
  .radio.radio-accent.radio-warning > input:checked ~ span {
    border-color: #FFF4DE;
  }
  .radio.radio-accent.radio-warning > input:checked ~ span:after {
    background-color: #FFA800;
  }
  .radio.radio-danger > span {
    border: 1px solid transparent;
  }
  .radio.radio-danger > input:focus ~ span {
    border: 1px solid transparent;
  }
  .radio.radio-danger > input:checked ~ span {
    background-color: #F64E60;
  }
  .radio.radio-danger > input:checked ~ span:after {
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .radio.checkbox-light-danger > span {
    background-color: #FFE2E5;
    border: 1px solid transparent;
  }
  .radio.checkbox-light-danger > input:focus ~ span {
    border: 1px solid transparent;
  }
  .radio.checkbox-light-danger > input:checked ~ span {
    background-color: #F64E60;
  }
  .radio.checkbox-light-danger > input:checked ~ span:after {
    border-color: #ffffff;
  }
  .radio.radio-outline.radio-danger > span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .radio.radio-outline.radio-danger > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .radio.radio-outline.radio-danger > input:checked ~ span {
    background-color: transparent;
    border-color: #F64E60;
  }
  .radio.radio-outline.radio-danger > input:checked ~ span:after {
    background-color: #F64E60;
    border-color: #F64E60;
  }
  .radio.radio-accent.radio-danger > span:after {
    background-color: #F64E60;
  }
  .radio.radio-accent.radio-danger > input:focus ~ span {
    border-color: #FFE2E5;
  }
  .radio.radio-accent.radio-danger > input:focus ~ span:after {
    background-color: #F64E60;
  }
  .radio.radio-accent.radio-danger > input:checked ~ span {
    border-color: #FFE2E5;
  }
  .radio.radio-accent.radio-danger > input:checked ~ span:after {
    background-color: #F64E60;
  }
  .radio.radio-light > span {
    border: 1px solid transparent;
  }
  .radio.radio-light > input:focus ~ span {
    border: 1px solid transparent;
  }
  .radio.radio-light > input:checked ~ span {
    background-color: #F3F6F9;
  }
  .radio.radio-light > input:checked ~ span:after {
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .radio.checkbox-light-light > span {
    background-color: #F3F6F9;
    border: 1px solid transparent;
  }
  .radio.checkbox-light-light > input:focus ~ span {
    border: 1px solid transparent;
  }
  .radio.checkbox-light-light > input:checked ~ span {
    background-color: #F3F6F9;
  }
  .radio.checkbox-light-light > input:checked ~ span:after {
    border-color: #7E8299;
  }
  .radio.radio-outline.radio-light > span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .radio.radio-outline.radio-light > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .radio.radio-outline.radio-light > input:checked ~ span {
    background-color: transparent;
    border-color: #F3F6F9;
  }
  .radio.radio-outline.radio-light > input:checked ~ span:after {
    background-color: #F3F6F9;
    border-color: #F3F6F9;
  }
  .radio.radio-accent.radio-light > span:after {
    background-color: #F3F6F9;
  }
  .radio.radio-accent.radio-light > input:focus ~ span {
    border-color: #F3F6F9;
  }
  .radio.radio-accent.radio-light > input:focus ~ span:after {
    background-color: #F3F6F9;
  }
  .radio.radio-accent.radio-light > input:checked ~ span {
    border-color: #F3F6F9;
  }
  .radio.radio-accent.radio-light > input:checked ~ span:after {
    background-color: #F3F6F9;
  }
  .radio.radio-dark > span {
    border: 1px solid transparent;
  }
  .radio.radio-dark > input:focus ~ span {
    border: 1px solid transparent;
  }
  .radio.radio-dark > input:checked ~ span {
    background-color: #181C32;
  }
  .radio.radio-dark > input:checked ~ span:after {
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .radio.checkbox-light-dark > span {
    background-color: #D1D3E0;
    border: 1px solid transparent;
  }
  .radio.checkbox-light-dark > input:focus ~ span {
    border: 1px solid transparent;
  }
  .radio.checkbox-light-dark > input:checked ~ span {
    background-color: #181C32;
  }
  .radio.checkbox-light-dark > input:checked ~ span:after {
    border-color: #ffffff;
  }
  .radio.radio-outline.radio-dark > span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .radio.radio-outline.radio-dark > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .radio.radio-outline.radio-dark > input:checked ~ span {
    background-color: transparent;
    border-color: #181C32;
  }
  .radio.radio-outline.radio-dark > input:checked ~ span:after {
    background-color: #181C32;
    border-color: #181C32;
  }
  .radio.radio-accent.radio-dark > span:after {
    background-color: #181C32;
  }
  .radio.radio-accent.radio-dark > input:focus ~ span {
    border-color: #D1D3E0;
  }
  .radio.radio-accent.radio-dark > input:focus ~ span:after {
    background-color: #181C32;
  }
  .radio.radio-accent.radio-dark > input:checked ~ span {
    border-color: #D1D3E0;
  }
  .radio.radio-accent.radio-dark > input:checked ~ span:after {
    background-color: #181C32;
  }
  .radio.radio-white > span {
    border: 1px solid transparent;
  }
  .radio.radio-white > input:focus ~ span {
    border: 1px solid transparent;
  }
  .radio.radio-white > input:checked ~ span {
    background-color: #ffffff;
  }
  .radio.radio-white > input:checked ~ span:after {
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .radio.checkbox-light-white > span {
    background-color: #ffffff;
    border: 1px solid transparent;
  }
  .radio.checkbox-light-white > input:focus ~ span {
    border: 1px solid transparent;
  }
  .radio.checkbox-light-white > input:checked ~ span {
    background-color: #ffffff;
  }
  .radio.checkbox-light-white > input:checked ~ span:after {
    border-color: #3F4254;
  }
  .radio.radio-outline.radio-white > span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .radio.radio-outline.radio-white > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
  }
  .radio.radio-outline.radio-white > input:checked ~ span {
    background-color: transparent;
    border-color: #ffffff;
  }
  .radio.radio-outline.radio-white > input:checked ~ span:after {
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .radio.radio-accent.radio-white > span:after {
    background-color: #ffffff;
  }
  .radio.radio-accent.radio-white > input:focus ~ span {
    border-color: #ffffff;
  }
  .radio.radio-accent.radio-white > input:focus ~ span:after {
    background-color: #ffffff;
  }
  .radio.radio-accent.radio-white > input:checked ~ span {
    border-color: #ffffff;
  }
  .radio.radio-accent.radio-white > input:checked ~ span:after {
    background-color: #ffffff;
  }
  
  .radio-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .radio-inline .radio {
    margin-right: 1rem;
    margin-bottom: 0.35rem;
  }
  .radio-inline .radio span {
    margin-right: 0.75rem;
  }
  .radio-inline .radio:last-child {
    margin-right: 0;
  }
  
  .radio-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .radio-list .radio {
    margin-bottom: 1rem;
  }
  .radio-list .radio span {
    margin-right: 0.75rem;
  }
  .radio-list .radio:last-child {
    margin-bottom: 0;
  }
  
  .input-group .radio {
    margin-bottom: 0 !important;
    padding-left: 0;
  }
  
  .form-inline .radio {
    margin-left: 15px;
    margin-right: 15px;
  }

  .dropzone {
    min-height: auto;
  }
  
  .dropzone.dropzone-default {
    padding: 20px;
    text-align: center;
    cursor: pointer;
    border: 2px dashed #EBEDF3;
    border-radius: 0.42rem;
  }
  .dropzone.dropzone-default .dropzone-msg-title {
    color: #3F4254;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: 500;
    font-size: 1.2rem;
  }
  .dropzone.dropzone-default .dropzone-msg-desc {
    color: #B5B5C3;
    font-weight: 400;
    font-size: 1rem;
  }
  .dropzone.dropzone-default .dz-preview .dz-image {
    border-radius: 0.42rem;
  }
  .dropzone.dropzone-default .dz-error-message {
    top: 145px;
  }
  .dropzone.dropzone-default .dz-remove {
    color: #7E8299;
    font-size: 0.9rem;
    font-weight: 500;
    font-weight: 500;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
  }
  .dropzone.dropzone-default .dz-remove:hover {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    color: #3699FF;
  }
  .dropzone.dropzone-default.dropzone-primary {
    border-color: #3699FF;
  }
  .dropzone.dropzone-default.dropzone-secondary {
    border-color: #E4E6EF;
  }
  .dropzone.dropzone-default.dropzone-success {
    border-color: #1BC5BD;
  }
  .dropzone.dropzone-default.dropzone-info {
    border-color: #8950FC;
  }
  .dropzone.dropzone-default.dropzone-warning {
    border-color: #FFA800;
  }
  .dropzone.dropzone-default.dropzone-danger {
    border-color: #F64E60;
  }
  .dropzone.dropzone-default.dropzone-light {
    border-color: #F3F6F9;
  }
  .dropzone.dropzone-default.dropzone-dark {
    border-color: #181C32;
  }
  .dropzone.dropzone-default.dropzone-white {
    border-color: #ffffff;
  }
  
  .dropzone.dropzone-multi {
    border: 0;
    padding: 0;
  }
  .dropzone.dropzone-multi .dz-message {
    display: none;
  }
  .dropzone.dropzone-multi .dropzone-panel .dropzone-upload,
  .dropzone.dropzone-multi .dropzone-panel .dropzone-remove-all {
    display: none;
  }
  .dropzone.dropzone-multi .dropzone-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.75rem;
    border-radius: 0.42rem;
    padding: 0.5rem 1rem;
    background-color: #F3F6F9;
  }
  .dropzone.dropzone-multi .dropzone-item .dropzone-file {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .dropzone.dropzone-multi .dropzone-item .dropzone-file .dropzone-filename {
    font-size: 0.9rem;
    font-weight: 500;
    color: #7E8299;
    text-overflow: ellipsis;
    margin-right: 0.5rem;
  }
  .dropzone.dropzone-multi .dropzone-item .dropzone-file .dropzone-filename b {
    font-size: 0.9rem;
    font-weight: 500;
    color: #B5B5C3;
  }
  .dropzone.dropzone-multi .dropzone-item .dropzone-file .dropzone-error {
    margin-top: 0.25rem;
    font-size: 0.9rem;
    font-weight: 400;
    color: #F64E60;
    text-overflow: ellipsis;
  }
  .dropzone.dropzone-multi .dropzone-item .dropzone-progress {
    width: 15%;
  }
  .dropzone.dropzone-multi .dropzone-item .dropzone-progress .progress {
    height: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .dropzone.dropzone-multi .dropzone-item .dropzone-progress .progress {
      -webkit-transition: none;
      transition: none;
    }
  }
  .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar {
    margin-left: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start,
  .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel,
  .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete {
    height: 25px;
    width: 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
  }
  .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start i,
  .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel i,
  .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete i {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    font-size: 0.8rem;
    color: #7E8299;
  }
  .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start:hover,
  .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel:hover,
  .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete:hover {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
  }
  .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start:hover i,
  .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel:hover i,
  .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete:hover i {
    color: #3699FF;
  }
  .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
  }

  .checkbox.checkbox-success > input:checked ~ span {
    background-color: #ffc700;
}

/* datepicker */

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
 .datepicker {
    border-radius: 4px;
    direction: ltr;
  }
  
  .datepicker-inline {
    width: 220px;
  }
  
  .datepicker-rtl {
    direction: rtl;
  }
  
  .datepicker-rtl.dropdown-menu {
    left: auto;
  }
  
  .datepicker-rtl table tr td span {
    float: right;
  }
  
  .datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px;
  }
  
  .datepicker-dropdown:before {
    content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.15);
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
  }
  
  .datepicker-dropdown:after {
    content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
  }
  
  .datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
  }
  
  .datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
  }
  
  .datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
  }
  
  .datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
  }
  
  .datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px;
  }
  
  .datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
  }
  
  .datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid rgba(0, 0, 0, 0.15);
  }
  
  .datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
  }
  
  .datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .datepicker table tr td,
  .datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
  }
  
  .table-striped .datepicker table tr td,
  .table-striped .datepicker table tr th {
    background-color: transparent;
  }
  
  .datepicker table tr td.old,
  .datepicker table tr td.new {
    color: #777777;
  }
  
  .datepicker table tr td.day:hover,
  .datepicker table tr td.focused {
    background: #eeeeee;
    cursor: pointer;
  }
  
  .datepicker table tr td.disabled,
  .datepicker table tr td.disabled:hover {
    background: none;
    color: #777777;
    cursor: default;
  }
  
  .datepicker table tr td.highlighted {
    color: #000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0;
  }
  
  .datepicker table tr td.highlighted:focus,
  .datepicker table tr td.highlighted.focus {
    color: #000;
    background-color: #afd9ee;
    border-color: #298fc2;
  }
  
  .datepicker table tr td.highlighted:hover {
    color: #000;
    background-color: #afd9ee;
    border-color: #52addb;
  }
  
  .datepicker table tr td.highlighted:active,
  .datepicker table tr td.highlighted.active {
    color: #000;
    background-color: #afd9ee;
    border-color: #52addb;
  }
  
  .datepicker table tr td.highlighted:active:hover,
  .datepicker table tr td.highlighted.active:hover,
  .datepicker table tr td.highlighted:active:focus,
  .datepicker table tr td.highlighted.active:focus,
  .datepicker table tr td.highlighted:active.focus,
  .datepicker table tr td.highlighted.active.focus {
    color: #000;
    background-color: #91cbe8;
    border-color: #298fc2;
  }
  
  .datepicker table tr td.highlighted.disabled:hover,
  .datepicker table tr td.highlighted[disabled]:hover,
  fieldset[disabled] .datepicker table tr td.highlighted:hover,
  .datepicker table tr td.highlighted.disabled:focus,
  .datepicker table tr td.highlighted[disabled]:focus,
  fieldset[disabled] .datepicker table tr td.highlighted:focus,
  .datepicker table tr td.highlighted.disabled.focus,
  .datepicker table tr td.highlighted[disabled].focus,
  fieldset[disabled] .datepicker table tr td.highlighted.focus {
    background-color: #d9edf7;
    border-color: #85c5e5;
  }
  
  .datepicker table tr td.highlighted.focused {
    background: #afd9ee;
  }
  
  .datepicker table tr td.highlighted.disabled,
  .datepicker table tr td.highlighted.disabled:active {
    background: #d9edf7;
    color: #777777;
  }
  
  .datepicker table tr td.today {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733;
  }
  
  .datepicker table tr td.today:focus,
  .datepicker table tr td.today.focus {
    color: #000;
    background-color: #ffc966;
    border-color: #b37400;
  }
  
  .datepicker table tr td.today:hover {
    color: #000;
    background-color: #ffc966;
    border-color: #f59e00;
  }
  
  .datepicker table tr td.today:active,
  .datepicker table tr td.today.active {
    color: #000;
    background-color: #ffc966;
    border-color: #f59e00;
  }
  
  .datepicker table tr td.today:active:hover,
  .datepicker table tr td.today.active:hover,
  .datepicker table tr td.today:active:focus,
  .datepicker table tr td.today.active:focus,
  .datepicker table tr td.today:active.focus,
  .datepicker table tr td.today.active.focus {
    color: #000;
    background-color: #ffbc42;
    border-color: #b37400;
  }
  
  .datepicker table tr td.today.disabled:hover,
  .datepicker table tr td.today[disabled]:hover,
  fieldset[disabled] .datepicker table tr td.today:hover,
  .datepicker table tr td.today.disabled:focus,
  .datepicker table tr td.today[disabled]:focus,
  fieldset[disabled] .datepicker table tr td.today:focus,
  .datepicker table tr td.today.disabled.focus,
  .datepicker table tr td.today[disabled].focus,
  fieldset[disabled] .datepicker table tr td.today.focus {
    background-color: #ffdb99;
    border-color: #ffb733;
  }
  
  .datepicker table tr td.today.focused {
    background: #ffc966;
  }
  
  .datepicker table tr td.today.disabled,
  .datepicker table tr td.today.disabled:active {
    background: #ffdb99;
    color: #777777;
  }
  
  .datepicker table tr td.range {
    color: #000;
    background-color: #eeeeee;
    border-color: #bbbbbb;
    border-radius: 0;
  }
  
  .datepicker table tr td.range:focus,
  .datepicker table tr td.range.focus {
    color: #000;
    background-color: #d5d5d5;
    border-color: #7c7c7c;
  }
  
  .datepicker table tr td.range:hover {
    color: #000;
    background-color: #d5d5d5;
    border-color: #9d9d9d;
  }
  
  .datepicker table tr td.range:active,
  .datepicker table tr td.range.active {
    color: #000;
    background-color: #d5d5d5;
    border-color: #9d9d9d;
  }
  
  .datepicker table tr td.range:active:hover,
  .datepicker table tr td.range.active:hover,
  .datepicker table tr td.range:active:focus,
  .datepicker table tr td.range.active:focus,
  .datepicker table tr td.range:active.focus,
  .datepicker table tr td.range.active.focus {
    color: #000;
    background-color: #c3c3c3;
    border-color: #7c7c7c;
  }
  
  .datepicker table tr td.range.disabled:hover,
  .datepicker table tr td.range[disabled]:hover,
  fieldset[disabled] .datepicker table tr td.range:hover,
  .datepicker table tr td.range.disabled:focus,
  .datepicker table tr td.range[disabled]:focus,
  fieldset[disabled] .datepicker table tr td.range:focus,
  .datepicker table tr td.range.disabled.focus,
  .datepicker table tr td.range[disabled].focus,
  fieldset[disabled] .datepicker table tr td.range.focus {
    background-color: #eeeeee;
    border-color: #bbbbbb;
  }
  
  .datepicker table tr td.range.focused {
    background: #d5d5d5;
  }
  
  .datepicker table tr td.range.disabled,
  .datepicker table tr td.range.disabled:active {
    background: #eeeeee;
    color: #777777;
  }
  
  .datepicker table tr td.range.highlighted {
    color: #000;
    background-color: #e4eef3;
    border-color: #9dc1d3;
  }
  
  .datepicker table tr td.range.highlighted:focus,
  .datepicker table tr td.range.highlighted.focus {
    color: #000;
    background-color: #c1d7e3;
    border-color: #4b88a6;
  }
  
  .datepicker table tr td.range.highlighted:hover {
    color: #000;
    background-color: #c1d7e3;
    border-color: #73a6c0;
  }
  
  .datepicker table tr td.range.highlighted:active,
  .datepicker table tr td.range.highlighted.active {
    color: #000;
    background-color: #c1d7e3;
    border-color: #73a6c0;
  }
  
  .datepicker table tr td.range.highlighted:active:hover,
  .datepicker table tr td.range.highlighted.active:hover,
  .datepicker table tr td.range.highlighted:active:focus,
  .datepicker table tr td.range.highlighted.active:focus,
  .datepicker table tr td.range.highlighted:active.focus,
  .datepicker table tr td.range.highlighted.active.focus {
    color: #000;
    background-color: #a8c8d8;
    border-color: #4b88a6;
  }
  
  .datepicker table tr td.range.highlighted.disabled:hover,
  .datepicker table tr td.range.highlighted[disabled]:hover,
  fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
  .datepicker table tr td.range.highlighted.disabled:focus,
  .datepicker table tr td.range.highlighted[disabled]:focus,
  fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
  .datepicker table tr td.range.highlighted.disabled.focus,
  .datepicker table tr td.range.highlighted[disabled].focus,
  fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
    background-color: #e4eef3;
    border-color: #9dc1d3;
  }
  
  .datepicker table tr td.range.highlighted.focused {
    background: #c1d7e3;
  }
  
  .datepicker table tr td.range.highlighted.disabled,
  .datepicker table tr td.range.highlighted.disabled:active {
    background: #e4eef3;
    color: #777777;
  }
  
  .datepicker table tr td.range.today {
    color: #000;
    background-color: #f7ca77;
    border-color: #f1a417;
  }
  
  .datepicker table tr td.range.today:focus,
  .datepicker table tr td.range.today.focus {
    color: #000;
    background-color: #f4b747;
    border-color: #815608;
  }
  
  .datepicker table tr td.range.today:hover {
    color: #000;
    background-color: #f4b747;
    border-color: #bf800c;
  }
  
  .datepicker table tr td.range.today:active,
  .datepicker table tr td.range.today.active {
    color: #000;
    background-color: #f4b747;
    border-color: #bf800c;
  }
  
  .datepicker table tr td.range.today:active:hover,
  .datepicker table tr td.range.today.active:hover,
  .datepicker table tr td.range.today:active:focus,
  .datepicker table tr td.range.today.active:focus,
  .datepicker table tr td.range.today:active.focus,
  .datepicker table tr td.range.today.active.focus {
    color: #000;
    background-color: #f2aa25;
    border-color: #815608;
  }
  
  .datepicker table tr td.range.today.disabled:hover,
  .datepicker table tr td.range.today[disabled]:hover,
  fieldset[disabled] .datepicker table tr td.range.today:hover,
  .datepicker table tr td.range.today.disabled:focus,
  .datepicker table tr td.range.today[disabled]:focus,
  fieldset[disabled] .datepicker table tr td.range.today:focus,
  .datepicker table tr td.range.today.disabled.focus,
  .datepicker table tr td.range.today[disabled].focus,
  fieldset[disabled] .datepicker table tr td.range.today.focus {
    background-color: #f7ca77;
    border-color: #f1a417;
  }
  
  .datepicker table tr td.range.today.disabled,
  .datepicker table tr td.range.today.disabled:active {
    background: #f7ca77;
    color: #777777;
  }
  
  .datepicker table tr td.selected,
  .datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #777777;
    border-color: #555555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  
  .datepicker table tr td.selected:focus,
  .datepicker table tr td.selected.highlighted:focus,
  .datepicker table tr td.selected.focus,
  .datepicker table tr td.selected.highlighted.focus {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #161616;
  }
  
  .datepicker table tr td.selected:hover,
  .datepicker table tr td.selected.highlighted:hover {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #373737;
  }
  
  .datepicker table tr td.selected:active,
  .datepicker table tr td.selected.highlighted:active,
  .datepicker table tr td.selected.active,
  .datepicker table tr td.selected.highlighted.active {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #373737;
  }
  
  .datepicker table tr td.selected:active:hover,
  .datepicker table tr td.selected.highlighted:active:hover,
  .datepicker table tr td.selected.active:hover,
  .datepicker table tr td.selected.highlighted.active:hover,
  .datepicker table tr td.selected:active:focus,
  .datepicker table tr td.selected.highlighted:active:focus,
  .datepicker table tr td.selected.active:focus,
  .datepicker table tr td.selected.highlighted.active:focus,
  .datepicker table tr td.selected:active.focus,
  .datepicker table tr td.selected.highlighted:active.focus,
  .datepicker table tr td.selected.active.focus,
  .datepicker table tr td.selected.highlighted.active.focus {
    color: #fff;
    background-color: #4c4c4c;
    border-color: #161616;
  }
  
  .datepicker table tr td.selected.disabled:hover,
  .datepicker table tr td.selected.highlighted.disabled:hover,
  .datepicker table tr td.selected[disabled]:hover,
  .datepicker table tr td.selected.highlighted[disabled]:hover,
  fieldset[disabled] .datepicker table tr td.selected:hover,
  fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
  .datepicker table tr td.selected.disabled:focus,
  .datepicker table tr td.selected.highlighted.disabled:focus,
  .datepicker table tr td.selected[disabled]:focus,
  .datepicker table tr td.selected.highlighted[disabled]:focus,
  fieldset[disabled] .datepicker table tr td.selected:focus,
  fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
  .datepicker table tr td.selected.disabled.focus,
  .datepicker table tr td.selected.highlighted.disabled.focus,
  .datepicker table tr td.selected[disabled].focus,
  .datepicker table tr td.selected.highlighted[disabled].focus,
  fieldset[disabled] .datepicker table tr td.selected.focus,
  fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
    background-color: #777777;
    border-color: #555555;
  }
  
  .datepicker table tr td.active,
  .datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  
  .datepicker table tr td.active:focus,
  .datepicker table tr td.active.highlighted:focus,
  .datepicker table tr td.active.focus,
  .datepicker table tr td.active.highlighted.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
  }
  
  .datepicker table tr td.active:hover,
  .datepicker table tr td.active.highlighted:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
  }
  
  .datepicker table tr td.active:active,
  .datepicker table tr td.active.highlighted:active,
  .datepicker table tr td.active.active,
  .datepicker table tr td.active.highlighted.active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
  }
  
  .datepicker table tr td.active:active:hover,
  .datepicker table tr td.active.highlighted:active:hover,
  .datepicker table tr td.active.active:hover,
  .datepicker table tr td.active.highlighted.active:hover,
  .datepicker table tr td.active:active:focus,
  .datepicker table tr td.active.highlighted:active:focus,
  .datepicker table tr td.active.active:focus,
  .datepicker table tr td.active.highlighted.active:focus,
  .datepicker table tr td.active:active.focus,
  .datepicker table tr td.active.highlighted:active.focus,
  .datepicker table tr td.active.active.focus,
  .datepicker table tr td.active.highlighted.active.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
  }
  
  .datepicker table tr td.active.disabled:hover,
  .datepicker table tr td.active.highlighted.disabled:hover,
  .datepicker table tr td.active[disabled]:hover,
  .datepicker table tr td.active.highlighted[disabled]:hover,
  fieldset[disabled] .datepicker table tr td.active:hover,
  fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
  .datepicker table tr td.active.disabled:focus,
  .datepicker table tr td.active.highlighted.disabled:focus,
  .datepicker table tr td.active[disabled]:focus,
  .datepicker table tr td.active.highlighted[disabled]:focus,
  fieldset[disabled] .datepicker table tr td.active:focus,
  fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
  .datepicker table tr td.active.disabled.focus,
  .datepicker table tr td.active.highlighted.disabled.focus,
  .datepicker table tr td.active[disabled].focus,
  .datepicker table tr td.active.highlighted[disabled].focus,
  fieldset[disabled] .datepicker table tr td.active.focus,
  fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
  }
  
  .datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
  }
  
  .datepicker table tr td span:hover,
  .datepicker table tr td span.focused {
    background: #eeeeee;
  }
  
  .datepicker table tr td span.disabled,
  .datepicker table tr td span.disabled:hover {
    background: none;
    color: #777777;
    cursor: default;
  }
  
  .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 {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  
  .datepicker table tr td span.active:focus,
  .datepicker table tr td span.active:hover:focus,
  .datepicker table tr td span.active.disabled:focus,
  .datepicker table tr td span.active.disabled:hover:focus,
  .datepicker table tr td span.active.focus,
  .datepicker table tr td span.active:hover.focus,
  .datepicker table tr td span.active.disabled.focus,
  .datepicker table tr td span.active.disabled:hover.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
  }
  
  .datepicker table tr td span.active:hover,
  .datepicker table tr td span.active:hover:hover,
  .datepicker table tr td span.active.disabled:hover,
  .datepicker table tr td span.active.disabled:hover:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
  }
  
  .datepicker table tr td span.active:active,
  .datepicker table tr td span.active:hover:active,
  .datepicker table tr td span.active.disabled:active,
  .datepicker table tr td span.active.disabled:hover:active,
  .datepicker table tr td span.active.active,
  .datepicker table tr td span.active:hover.active,
  .datepicker table tr td span.active.disabled.active,
  .datepicker table tr td span.active.disabled:hover.active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
  }
  
  .datepicker table tr td span.active:active:hover,
  .datepicker table tr td span.active:hover:active:hover,
  .datepicker table tr td span.active.disabled:active:hover,
  .datepicker table tr td span.active.disabled:hover:active:hover,
  .datepicker table tr td span.active.active:hover,
  .datepicker table tr td span.active:hover.active:hover,
  .datepicker table tr td span.active.disabled.active:hover,
  .datepicker table tr td span.active.disabled:hover.active:hover,
  .datepicker table tr td span.active:active:focus,
  .datepicker table tr td span.active:hover:active:focus,
  .datepicker table tr td span.active.disabled:active:focus,
  .datepicker table tr td span.active.disabled:hover:active:focus,
  .datepicker table tr td span.active.active:focus,
  .datepicker table tr td span.active:hover.active:focus,
  .datepicker table tr td span.active.disabled.active:focus,
  .datepicker table tr td span.active.disabled:hover.active:focus,
  .datepicker table tr td span.active:active.focus,
  .datepicker table tr td span.active:hover:active.focus,
  .datepicker table tr td span.active.disabled:active.focus,
  .datepicker table tr td span.active.disabled:hover:active.focus,
  .datepicker table tr td span.active.active.focus,
  .datepicker table tr td span.active:hover.active.focus,
  .datepicker table tr td span.active.disabled.active.focus,
  .datepicker table tr td span.active.disabled:hover.active.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
  }
  
  .datepicker table tr td span.active.disabled:hover,
  .datepicker table tr td span.active:hover.disabled:hover,
  .datepicker table tr td span.active.disabled.disabled:hover,
  .datepicker table tr td span.active.disabled:hover.disabled:hover,
  .datepicker table tr td span.active[disabled]:hover,
  .datepicker table tr td span.active:hover[disabled]:hover,
  .datepicker table tr td span.active.disabled[disabled]:hover,
  .datepicker table tr td span.active.disabled:hover[disabled]:hover,
  fieldset[disabled] .datepicker table tr td span.active:hover,
  fieldset[disabled] .datepicker table tr td span.active:hover:hover,
  fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
  fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
  .datepicker table tr td span.active.disabled:focus,
  .datepicker table tr td span.active:hover.disabled:focus,
  .datepicker table tr td span.active.disabled.disabled:focus,
  .datepicker table tr td span.active.disabled:hover.disabled:focus,
  .datepicker table tr td span.active[disabled]:focus,
  .datepicker table tr td span.active:hover[disabled]:focus,
  .datepicker table tr td span.active.disabled[disabled]:focus,
  .datepicker table tr td span.active.disabled:hover[disabled]:focus,
  fieldset[disabled] .datepicker table tr td span.active:focus,
  fieldset[disabled] .datepicker table tr td span.active:hover:focus,
  fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
  fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
  .datepicker table tr td span.active.disabled.focus,
  .datepicker table tr td span.active:hover.disabled.focus,
  .datepicker table tr td span.active.disabled.disabled.focus,
  .datepicker table tr td span.active.disabled:hover.disabled.focus,
  .datepicker table tr td span.active[disabled].focus,
  .datepicker table tr td span.active:hover[disabled].focus,
  .datepicker table tr td span.active.disabled[disabled].focus,
  .datepicker table tr td span.active.disabled:hover[disabled].focus,
  fieldset[disabled] .datepicker table tr td span.active.focus,
  fieldset[disabled] .datepicker table tr td span.active:hover.focus,
  fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
  fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
  }
  
  .datepicker table tr td span.old,
  .datepicker table tr td span.new {
    color: #777777;
  }
  
  .datepicker .datepicker-switch {
    width: 145px;
  }
  
  .datepicker .datepicker-switch,
  .datepicker .prev,
  .datepicker .next,
  .datepicker tfoot tr th {
    cursor: pointer;
  }
  
  .datepicker .datepicker-switch:hover,
  .datepicker .prev:hover,
  .datepicker .next:hover,
  .datepicker tfoot tr th:hover {
    background: #eeeeee;
  }
  
  .datepicker .prev.disabled,
  .datepicker .next.disabled {
    visibility: hidden;
  }
  
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
  }

  .toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#fff;opacity:.8}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}

  .toast{transition:all .2s ease;background-position:1.5rem center!important;box-shadow:0 0 50px 0 rgba(82,63,105,.1)!important;border-radius:.475rem!important;border:0!important;background-color:#f5f8fa;color:#5e6278;opacity:.75!important;padding:1.25rem 1.25rem 1.25rem 4.5rem!important}.toast:hover{transition:all .2s ease;opacity:1!important}.toast .toast-close-button{outline:0!important;font-size:0;width:.85rem;height:.85rem}.toast .toast-title{font-size:1.15rem;font-weight:500}.toast .toast-title+.toast-message{margin-top:.25rem}.toast .toast-message{font-size:1rem;font-weight:400}.toast.toast-success{background-color:#50cd89;color:#fff}.toast.toast-success .toast-close-button{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")}.toast.toast-info{background-color:#7239ea;color:#fff}.toast.toast-info .toast-close-button{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")}.toast.toast-warning{background-color:#ffc700;color:#fff}.toast.toast-warning .toast-close-button{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")}.toast.toast-error{background-color:#f1416c;color:#fff}.toast.toast-error .toast-close-button{background-repeat:no-repeat;background-position:center;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")}.toast-top-center{top:12px}.toast-bottom-center{bottom:12px}