@charset "UTF-8";

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #2196f3;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #ff1744;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #4caf50;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #9e9e9e;
    --gray-dark: #616161;
    --primary: #2196f3;
    --secondary: #9e9e9e;
    --success: #4caf50;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #ff1744;
    --light: #f5f5f5;
    --dark: #424242;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Noto Sans Thai", "IBM Plex Sans Thai", "Roboto", "Helvetica Neue", Arial, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

aside,
figcaption,
footer,
header,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: Noto Sans Thai, IBM Plex Sans Thai, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #424242;
    text-align: left;
    background-color: #f5f5f5
}

[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 4px
}

dl,
ol,
p,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 500
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

a {
    color: #2196f3;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0a6ebd;
    text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

img {
    vertical-align: middle;
    border-style: none
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 16px;
    padding-bottom: 16px;
    color: #bdbdbd;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

[hidden] {
    display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 4px;
    font-weight: 400;
    line-height: 1.2;
    color: #212121
}

.h1,
h1 {
    font-size: 1.857rem
}

.h2,
h2 {
    font-size: 1.714rem
}

.h3,
h3 {
    font-size: 1.429rem
}

.h4,
h4 {
    font-size: 1.286rem
}

.h5,
h5 {
    font-size: 1.143rem
}

.h6,
h6 {
    font-size: 1rem
}

.display-2 {
    font-size: 1.857rem;
    font-weight: 400;
    line-height: 1.2
}

hr {
    margin-top: 8px;
    margin-bottom: 8px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: .7rem;
    font-weight: 400
}

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

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 4px
}

.container {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px
}

.col,
.col-3,
.col-12,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-md-2,
.col-md-6,
.col-md-7,
.col-sm-6,
.col-sm-9,
.col-xl-4,
.col-xl-6,
.col-xl-8 {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.offset-3 {
    margin-left: 25%
}

@media (min-width:576px) {
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (min-width:768px) {
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
}

@media (min-width:992px) {
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:1200px) {
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 8px;
    color: #424242
}

.table td,
.table th {
    padding: 16px;
    vertical-align: top;
    border-top: 1px solid #e0e0e0
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e0e0e0
}

.table tbody+tbody {
    border-top: 2px solid #e0e0e0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 96.1%, .5)
}

.table-hover tbody tr:hover {
    color: #424242;
    background-color: #f5f5f5
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.143rem + 2px);
    padding: .5715rem .8571rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212121;
    background-color: #f5f5f5;
    background-clip: padding-box;
    border: 1px solid #2196f3;
    border-radius: .1429rem;
    box-shadow: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #212121;
    background-color: #f5f5f5;
    border-color: #9acffa;
    outline: 0;
    box-shadow: none, 0 0 0 .2rem rgba(33, 150, 243, .25)
}

.form-control::-webkit-input-placeholder {
    color: #9e9e9e;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #9e9e9e;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #9e9e9e;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #9e9e9e;
    opacity: 1
}

.form-control::placeholder {
    color: #9e9e9e;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f5f5f5;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #212121;
    background-color: #f5f5f5
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 24px
}

.form-control.is-valid {
    border-color: #4caf50;
    padding-right: calc(1.5em + 1.143rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%234caf50' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .28575rem);
    background-size: calc(.75em + .5715rem) calc(.75em + .5715rem)
}

.form-control.is-valid:focus {
    border-color: #4caf50;
    box-shadow: 0 0 0 .2rem rgba(76, 175, 80, .25)
}

textarea.form-control.is-valid {
    padding-right: calc(1.5em + 1.143rem);
    background-position: top calc(.375em + .28575rem) right calc(.375em + .28575rem)
}

.custom-select.is-valid {
    border-color: #4caf50;
    padding-right: calc((3em + 3.429rem)/4 + 2.3571rem);
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23616161' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right .8571rem center/16px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%234caf50' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #f5f5f5 no-repeat center right 2.3571rem/calc(.75em + .5715rem) calc(.75em + .5715rem)
}

.custom-select.is-valid:focus {
    border-color: #4caf50;
    box-shadow: 0 0 0 .2rem rgba(76, 175, 80, .25)
}

.custom-control-input.is-valid~.custom-control-label {
    color: #4caf50
}

.custom-control-input.is-valid~.custom-control-label:before {
    border-color: #4caf50
}

.custom-control-input.is-valid:checked~.custom-control-label:before {
    border-color: #6ec071;
    background-color: #6ec071
}

.custom-control-input.is-valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(76, 175, 80, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before {
    border-color: #4caf50
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 4px;
    font-size: .8571rem;
    color: #ff1744
}

.form-control.is-invalid {
    border-color: #ff1744;
    padding-right: calc(1.5em + 1.143rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff1744' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23ff1744' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .28575rem);
    background-size: calc(.75em + .5715rem) calc(.75em + .5715rem)
}

.form-control.is-invalid:focus {
    border-color: #ff1744;
    box-shadow: 0 0 0 .2rem rgba(255, 23, 68, .25)
}

.form-control.is-invalid~.invalid-feedback {
    display: block
}

textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 1.143rem);
    background-position: top calc(.375em + .28575rem) right calc(.375em + .28575rem)
}

.custom-select.is-invalid {
    border-color: #ff1744;
    padding-right: calc((3em + 3.429rem)/4 + 2.3571rem);
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23616161' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right .8571rem center/16px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff1744' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23ff1744' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") #f5f5f5 no-repeat center right 2.3571rem/calc(.75em + .5715rem) calc(.75em + .5715rem)
}

.custom-select.is-invalid:focus {
    border-color: #ff1744;
    box-shadow: 0 0 0 .2rem rgba(255, 23, 68, .25)
}

.custom-select.is-invalid~.invalid-feedback {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label {
    color: #ff1744
}

.custom-control-input.is-invalid~.custom-control-label:before {
    border-color: #ff1744
}

.custom-control-input.is-invalid~.invalid-feedback {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label:before {
    border-color: #ff4a6d;
    background-color: #ff4a6d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(255, 23, 68, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before {
    border-color: #ff1744
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #424242;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem 1.1428rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .1429rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #424242;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(33, 150, 243, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65;
    box-shadow: none
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    box-shadow: 0 4px 4px -3px rgba(0, 0, 0, .02), 0 5px 7px 1px rgba(0, 0, 0, .14), 0 3px 9px 2px rgba(0, 0, 0, .12)
}

.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(33, 150, 243, .25), 0 4px 4px -3px rgba(0, 0, 0, .02), 0 5px 7px 1px rgba(0, 0, 0, .14), 0 3px 9px 2px rgba(0, 0, 0, .12)
}

a.btn.disabled {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .02), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.btn-primary:hover {
    color: #fff;
    background-color: #0c83e2;
    border-color: #0c7cd5
}

.btn-primary:focus {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .02), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 0 0 .1071rem rgba(66, 166, 245, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0c7cd5;
    border-color: #0b75c9
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 4px 4px -3px rgba(0, 0, 0, .02), 0 5px 7px 1px rgba(0, 0, 0, .14), 0 3px 9px 2px rgba(0, 0, 0, .12), 0 0 0 .1071rem rgba(66, 166, 245, .5)
}

.btn-secondary {
    color: #212121;
    background-color: #9e9e9e;
    border-color: #9e9e9e;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .02), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.btn-secondary:hover {
    color: #fff;
    background-color: #8b8b8b;
    border-color: #858585
}

.btn-secondary:focus {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .02), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 0 0 .1071rem hsla(0, 0%, 54.5%, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #212121;
    background-color: #9e9e9e;
    border-color: #9e9e9e
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #858585;
    border-color: #7e7e7e
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 4px 4px -3px rgba(0, 0, 0, .02), 0 5px 7px 1px rgba(0, 0, 0, .14), 0 3px 9px 2px rgba(0, 0, 0, .12), 0 0 0 .1071rem hsla(0, 0%, 54.5%, .5)
}

.btn-danger {
    color: #fff;
    background-color: #ff1744;
    border-color: #ff1744;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .02), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.btn-danger:hover {
    color: #fff;
    background-color: #f0002f;
    border-color: #e3002c
}

.btn-danger:focus {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .02), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 0 0 .1071rem rgba(255, 58, 96, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #ff1744;
    border-color: #ff1744
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #e3002c;
    border-color: #d6002a
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 4px 4px -3px rgba(0, 0, 0, .02), 0 5px 7px 1px rgba(0, 0, 0, .14), 0 3px 9px 2px rgba(0, 0, 0, .12), 0 0 0 .1071rem rgba(255, 58, 96, .5)
}

.btn-success {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .02), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.btn-success:hover {
    color: #fff;
    background-color: #3d8b40;
    border-color: #3d8b40
}

.btn-outline-primary {
    color: #2196f3;
    border-color: #2196f3
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3
}

.btn-outline-primary:focus {
    box-shadow: 0 0 0 .1071rem rgba(33, 150, 243, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #2196f3;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 4px 4px -3px rgba(0, 0, 0, .02), 0 5px 7px 1px rgba(0, 0, 0, .14), 0 3px 9px 2px rgba(0, 0, 0, .12), 0 0 0 .1071rem rgba(33, 150, 243, .5)
}

.btn-lg {
    padding: .5rem 1.7142rem;
    font-size: 1.286rem;
    line-height: 1.7
}

.btn-lg,
.btn-sm {
    border-radius: .1429rem
}

.btn-sm {
    padding: .25rem .8571rem;
    font-size: .9286rem;
    line-height: 1.5
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.dropdown {
    position: relative
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 11rem;
    padding: 0;
    margin: 8px 0 0;
    font-size: 1rem;
    color: #424242;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: .1429rem;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .02), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: 4px 0;
    overflow: hidden;
    border-top: 1px solid #e0e0e0
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 16px 24px;
    clear: both;
    font-weight: 400;
    color: #212121;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:first-child {
    border-top-left-radius: .1429rem;
    border-top-right-radius: .1429rem
}

.dropdown-item:last-child {
    border-bottom-right-radius: .1429rem;
    border-bottom-left-radius: .1429rem
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #141414;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-item.active,
.dropdown-item:active {
    color: #212121;
    text-decoration: none;
    background-color: #eee
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #9e9e9e;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: 0 24px;
    margin-bottom: 0;
    font-size: .9286rem;
    color: #9e9e9e;
    white-space: nowrap
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
    margin-left: -1px
}

.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append {
    display: flex
}

.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus {
    z-index: 3
}

.input-group-append,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .5715rem .8571rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #9e9e9e;
    text-align: center;
    white-space: nowrap;
    background-color: #f5f5f5;
    border: 1px solid #2196f3;
    border-radius: .1429rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 2.85714rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #2196f3;
    background-color: #2196f3;
    box-shadow: none
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: none, 0 0 0 .2rem rgba(33, 150, 243, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #9acffa
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #cae6fc;
    border-color: #cae6fc;
    box-shadow: none
}

.custom-control-input:disabled~.custom-control-label {
    color: #757575
}

.custom-control-input:disabled~.custom-control-label:before {
    background-color: #f5f5f5
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #9e9e9e;
    box-shadow: none
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .17857rem;
    left: -2.85714rem;
    display: block;
    width: 1.14286rem;
    height: 1.14286rem;
    content: ""
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: .1429rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #2196f3;
    background-color: #2196f3;
    box-shadow: none
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(33, 150, 243, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(33, 150, 243, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%232196f3'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(33, 150, 243, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: 2.7143rem;
    padding: .5715rem 2.3571rem .5715rem .8571rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212121;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23616161' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right .8571rem center/16px;
    background-color: #f5f5f5;
    border: 1px solid #2196f3;
    border-radius: .1429rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #9acffa;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), none
}

.custom-select:focus::-ms-value {
    color: #212121;
    background-color: #f5f5f5
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .8571rem;
    background-image: none
}

.custom-select:disabled {
    color: #757575;
    background-color: #f5f5f5
}

.custom-select::-ms-expand {
    display: none
}

.custom-control-label:before,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label:before,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .7142rem 1.143rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #757575;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 0 solid #e0e0e0
}

.nav-tabs .nav-item {
    margin-bottom: 0
}

.nav-tabs .nav-link {
    border: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: rgba(66, 66, 66, .3)
}

.nav-tabs .nav-link.disabled {
    color: #757575;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #424242;
    background-color: transparent;
    border-color: #424242
}

.nav-tabs .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .1429rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #424242;
    background-color: #eee
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: .1429rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card-body {
    flex: 1 1 auto;
    padding: 24px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eee;
    border-radius: .1429rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 8px
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: 8px;
    color: #757575;
    content: ""
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #757575
}

.badge {
    display: inline-block;
    padding: .2857rem .5714rem;
    font-size: 86%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .1429rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-primary {
    color: #fff;
    background-color: #2196f3
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0c7cd5
}

a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(33, 150, 243, .5)
}

.badge-secondary {
    color: #212121;
    background-color: #9e9e9e
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #212121;
    background-color: #858585
}

a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 62%, .5)
}

.badge-success {
    color: #fff;
    background-color: #4caf50
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #3d8b40
}

a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(76, 175, 80, .5)
}

.badge-danger {
    color: #fff;
    background-color: #ff1744
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #e3002c
}

a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 23, 68, .5)
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #eee;
    border-radius: .1429rem;
    box-shadow: inset 0 .1rem .1rem rgba(0, 0, 0, .1)
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

.bg-primary {
    background-color: #2196f3!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0c7cd5!important
}

.bg-secondary {
    background-color: #9e9e9e!important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #858585!important
}

.bg-success {
    background-color: #4caf50!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #3d8b40!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b!important
}

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

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #ff1744!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #e3002c!important
}

.border-top {
    border-top: 1px solid #e0e0e0!important
}

.border-bottom {
    border-bottom: 1px solid #e0e0e0!important
}

.rounded-circle {
    border-radius: 50%!important
}

.d-none {
    display: none!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-flex {
    display: flex!important
}

@media (min-width:768px) {
    .d-md-block {
        display: block!important
    }
}

@media (min-width:992px) {
    .d-lg-flex {
        display: flex!important
    }
}

@media (min-width:1200px) {
    .d-xl-flex {
        display: flex!important
    }
}

.flex-column {
    flex-direction: column!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-center {
    align-items: center!important
}

.align-items-baseline {
    align-items: baseline!important
}

@media (min-width:768px) {
    .align-items-md-start {
        align-items: flex-start!important
    }
}

.overflow-hidden {
    overflow: hidden!important
}

.position-relative {
    position: relative!important
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.w-25 {
    width: 25%!important
}

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

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

.w-100 {
    width: 100%!important
}

.h-100 {
    height: 100%!important
}

.vh-100 {
    height: 100vh!important
}

.my-0 {
    margin-top: 0!important
}

.mb-0,
.my-0 {
    margin-bottom: 0!important
}

.mt-1 {
    margin-top: 8px!important
}

.mr-1 {
    margin-right: 8px!important
}

.mb-1 {
    margin-bottom: 8px!important
}

.ml-1 {
    margin-left: 8px!important
}

.mt-2 {
    margin-top: 16px!important
}

.mr-2 {
    margin-right: 16px!important
}

.mb-2 {
    margin-bottom: 16px!important
}

.mt-3 {
    margin-top: 24px!important
}

.mr-3 {
    margin-right: 24px!important
}

.mb-3 {
    margin-bottom: 24px!important
}

.ml-3 {
    margin-left: 24px!important
}

.mb-4 {
    margin-bottom: 32px!important
}

.mr-5 {
    margin-right: 40px!important
}

.mb-5 {
    margin-bottom: 40px!important
}

.mb-6 {
    margin-bottom: 48px!important
}

.mb-7 {
    margin-bottom: 56px!important
}

.mb-8 {
    margin-bottom: 64px!important
}

.mt-10 {
    margin-top: 80px!important
}

.py-0 {
    padding-top: 0!important
}

.pr-0,
.px-0 {
    padding-right: 0!important
}

.pb-0,
.py-0 {
    padding-bottom: 0!important
}

.px-0 {
    padding-left: 0!important
}

.pt-1,
.py-1 {
    padding-top: 8px!important
}

.px-1 {
    padding-right: 8px!important
}

.py-1 {
    padding-bottom: 8px!important
}

.px-1 {
    padding-left: 8px!important
}

.py-2 {
    padding-top: 16px!important;
    padding-bottom: 16px!important
}

.px-3 {
    padding-right: 24px!important
}

.pb-3 {
    padding-bottom: 24px!important
}

.pl-3,
.px-3 {
    padding-left: 24px!important
}

.pl-4 {
    padding-left: 32px!important
}

.pt-5,
.py-5 {
    padding-top: 40px!important
}

.py-5 {
    padding-bottom: 40px!important
}

.pt-7 {
    padding-top: 56px!important
}

.pt-8 {
    padding-top: 64px!important
}

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

.mr-auto,
.mx-auto {
    margin-right: auto!important
}

.ml-auto,
.mx-auto {
    margin-left: auto!important
}

@media (min-width:768px) {
    .px-md-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }
}

@media (min-width:992px) {
    .mb-lg-0 {
        margin-bottom: 0!important
    }
    .mr-lg-8 {
        margin-right: 64px!important
    }
}

@media (min-width:1200px) {
    .pr-xl-3 {
        padding-right: 24px!important
    }
    .pl-xl-3 {
        padding-left: 24px!important
    }
    .mr-xl-auto {
        margin-right: auto!important
    }
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.font-weight-bold {
    font-weight: 500!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #2196f3!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0a6ebd!important
}

.text-secondary {
    color: #9e9e9e!important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #787878!important
}

.text-success {
    color: #4caf50!important
}

a.text-success:focus,
a.text-success:hover {
    color: #357a38!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00!important
}

.text-danger {
    color: #ff1744!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #ca0027!important
}

.text-light {
    color: #f5f5f5!important
}

a.text-light:focus,
a.text-light:hover {
    color: #cfcfcf!important
}

.text-dark {
    color: #424242!important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1c1c1c!important
}

.text-muted {
    color: #bdbdbd!important
}

@media print {
    *,
     :after,
     :before {
        text-shadow: none!important;
        box-shadow: none!important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    .container,
    body {
        min-width: 992px!important
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
}

body,
html {
    /* font-size: 14px; */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #212121
}

p {
    margin-bottom: 1.143rem
}

b,
strong {
    font-weight: 500
}

.text-xs {
    font-size: .8571rem
}

.text-sm {
    font-size: .9286rem
}

.text-md {
    font-size: 1.143rem
}

.text-lg {
    font-size: 1.286rem
}

.text-xl {
    font-size: 1.429rem
}

.no-underline,
.no-underline:hover {
    text-decoration: none
}

.icon {
    display: inline-block;
    font-size: 1rem;
    text-align: center
}

.icon-md {
    width: 1.143rem;
    font-size: 1.143rem
}

.icon-lg {
    width: 1.286rem;
    font-size: 1.286rem
}

.icon-xl {
    width: 2.285rem;
    font-size: 2.285rem
}

.card {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .02), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.col>.card,
[class*=col-]>.card {
    margin-bottom: 24px
}

.col>.card.h-100,
[class*=col-]>.card.h-100 {
    height: calc(100% - 24px)!important
}

.btn {
    font-size: .9286rem;
    font-weight: 500;
    text-transform: uppercase
}

.btn:hover {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .02), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
}

.btn-sm {
    font-size: .8571rem
}

.btn-lg {
    font-size: 1.143rem
}

.btn-secondary {
    color: #fff
}

.btn-text,
.btn-text:not(:disabled):not(.disabled) {
    background: none;
    border: none;
    box-shadow: none
}

.btn-text:active,
.btn-text:active:focus,
.btn-text:focus,
.btn-text:hover,
.btn-text:not(:disabled):not(.disabled):active,
.btn-text:not(:disabled):not(.disabled):active:focus,
.btn-text:not(:disabled):not(.disabled):focus,
.btn-text:not(:disabled):not(.disabled):hover {
    box-shadow: none
}

.btn-text:not(:disabled):not(.disabled).btn-primary {
    color: #2196f3
}

.btn-text:not(:disabled):not(.disabled).btn-primary:hover {
    background: rgba(33, 150, 243, .1)
}

.btn-text:not(:disabled):not(.disabled).btn-primary:active {
    color: #2196f3;
    background: rgba(33, 150, 243, .3)
}

.btn-text:not(:disabled):not(.disabled).btn-secondary {
    color: #9e9e9e
}

.btn-text:not(:disabled):not(.disabled).btn-secondary:hover {
    background: hsla(0, 0%, 62%, .1)
}

.btn-text:not(:disabled):not(.disabled).btn-secondary:active {
    color: #9e9e9e;
    background: hsla(0, 0%, 62%, .3)
}

.btn-text:not(:disabled):not(.disabled).btn-danger {
    color: #ff1744
}

.btn-text:not(:disabled):not(.disabled).btn-danger:hover {
    background: rgba(255, 23, 68, .1)
}

.btn-text:not(:disabled):not(.disabled).btn-danger:active {
    color: #ff1744;
    background: rgba(255, 23, 68, .3)
}

[class*=btn-outline-] {
    border-width: 2px
}

.btn-fab {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .02), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12)
}

.btn-fab:focus,
.btn-fab:hover {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .02), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.btn-fab:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 5px 6px -4px rgba(0, 0, 0, .02), 0 10px 13px 2px rgba(0, 0, 0, .14), 0 5px 18px 4px rgba(0, 0, 0, .12)
}

.btn-fab .icon {
    display: flex
}

label {
    margin-bottom: 4px;
    line-height: 1.2
}

.custom-select,
.form-control {
    border: none;
    border-bottom: 1px solid #2196f3;
    border-radius: .1429rem .1429rem 0 0
}

.custom-select:disabled,
.custom-select[readonly],
.form-control:disabled,
.form-control[readonly] {
    border-color: #bdbdbd;
    cursor: not-allowed
}

.custom-select.is-invalid:focus,
.custom-select.is-valid:focus,
.form-control.is-invalid:focus,
.form-control.is-valid:focus {
    box-shadow: none
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus {
    border-color: rgba(76, 175, 80, .5)
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus {
    border-color: rgba(255, 23, 68, .5)
}

select:required:invalid {
    color: #9e9e9e
}

.input-group>.form-control+.form-control {
    border-left: 2px solid #fff
}

.input-group-append {
    margin: 0
}

.input-group-text {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #2196f3
}

.custom-control-label:after,
.custom-control-label:before {
    top: .1428rem
}

.custom-control-label:before {
    border: 2px solid #e0e0e0
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before,
.custom-radio .custom-control-input:checked~.custom-control-label:before {
    border-color: #2196f3
}

.custom-radio .custom-control-input:checked~.custom-control-label:before {
    background: #fff
}

.nav-pills .nav-item {
    margin-bottom: 4px
}

.nav-pills .nav-item:last-of-type {
    margin-bottom: 0
}

.nav-pills .nav-link {
    color: #424242
}

.nav-pills .nav-link:hover {
    background: #eee
}

.nav-tabs {
    position: relative;
    right: 0;
    left: 0;
    flex-wrap: nowrap;
    flex-shrink: 0;
    text-transform: uppercase;
    font-weight: 500
}

.nav-tabs .nav-link {
    font-size: .9286rem;
    line-height: 1;
    color: #424242;
    border-bottom-width: 2px
}

.nav-tabs .nav-link:hover {
    background: rgba(66, 66, 66, .05)
}

.nav-tabs-lg .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.nav-tabs-light .nav-link {
    color: #fff
}

.nav-tabs-light .nav-link:hover {
    border-color: hsla(0, 0%, 100%, .7);
    background: hsla(0, 0%, 100%, .15)
}

.nav-tabs-light .nav-link.active {
    color: #fff;
    border-color: #fff
}

.header,
.header-navbar-has-shadow {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
}

.header-navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    padding: 8px 24px;
    color: #fff;
    background: #2196f3;
    z-index: 1030;
    transform: translateZ(0)
}

.header-navbar button:not(.btn) {
    width: 32px;
    height: 32px;
    padding: 8px;
    box-sizing: border-box;
    font-size: 1.286rem;
    line-height: 1;
    color: #fff;
    border-radius: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
    transition: background .2s linear
}

.header-navbar button:not(.btn):hover {
    background: rgba(0, 0, 0, .05)
}

.header-navbar button:not(.btn):active:focus {
    background: rgba(0, 0, 0, .1)
}

.header-navbar button:not(.btn):focus {
    background: rgba(0, 0, 0, .05)
}

.header-navbar button:not(.btn).has-notification:before {
    top: 5px;
    right: 7px
}

.header-navbar-details {
    display: flex;
    align-items: baseline
}

.header-navbar-details button:not(.btn) {
    position: relative;
    left: -8px
}

.header-navbar-logo {
    margin: 0;
    font-size: 1.286rem;
    color: #fff
}

.header-navbar .form-control {
    padding: .3929rem 16px;
    color: #fff;
    border: none;
    border-radius: .1429rem;
    background: hsla(0, 0%, 100%, .25)
}

.header-navbar .form-control::-webkit-input-placeholder {
    color: #fff
}

.header-navbar .form-control::-moz-placeholder {
    color: #fff
}

.header-navbar .form-control:-ms-input-placeholder {
    color: #fff
}

.header-navbar .form-control::-ms-input-placeholder {
    color: #fff
}

.header-navbar .form-control::placeholder {
    color: #fff
}

.header-navbar .form-control:focus {
    box-shadow: 0 0 0 2px hsla(0, 0%, 100%, .4)
}

.header-billboard {
    height: 177px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 56px;
    color: #fff;
    background-color: #2196f3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden
}

@media (min-width:768px) {
    .header-billboard {
        height: 242px
    }
}

@media (min-width:1200px) {
    .header-navbar {
        padding-right: 40px;
        padding-left: 40px
    }
    .header-navbar-details {
        width: 234px
    }
    .header-billboard {
        height: 360px
    }
    .header-billboard-inner.container-main {
        transform: none
    }
}

.thumbnail {
    display: inline-block;
    width: 100%;
    max-width: 40px
}

.thumbnail-sm {
    max-width: 32px
}

.thumbnail-sm.thumbnail-fixed {
    width: 32px;
    height: 32px
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    width: calc(100% - 64px);
    padding: 24px 24px 40px calc(24px + 1.143rem);
    box-sizing: border-box;
    background: #fff;
    z-index: 1080;
    transform: translateX(calc(-100% - 64px));
    will-change: transform;
    transition: transform .25s ease-in-out
}

.sidebar-brand {
    /* min-height: 180px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: -24px -24px 24px -40px;
    padding: 16px 24px 16px 40px;
    background: #2196f3
}

.sidebar-main-nav {
    margin-left: -1.143rem
}

.sidebar-main-nav .nav-link {
    font-size: 1.071rem
}

.sidebar-secondary-nav {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #e0e0e0
}

.sidebar-secondary-nav li {
    line-height: 1.2
}

.sidebar-backdrop {
    visibility: hidden;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    z-index: 1079;
    transition: opacity .25s ease-in-out
}

.sidebar-open {
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .02), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12);
    transform: translateX(0)
}

.sidebar-open+.sidebar-backdrop {
    visibility: visible;
    opacity: 1
}

@media (min-width:768px) {
    .sidebar {
        width: 314px;
        transform: translateX(-314px)
    }
    .sidebar-open {
        transform: translateX(0)
    }
}

@media (min-width:1200px) {
    .sidebar {
        position: absolute;
        width: 250px;
        padding-top: 0;
        background: none;
        box-shadow: none;
        transform: translateX(0);
        z-index: 1
    }
    .sidebar-fixed {
        position: fixed;
        top: 56px;
        padding-top: 24px
    }
    .sidebar-open {
        transform: translateX(-250px)
    }
    .sidebar-backdrop,
    .sidebar-brand,
    .sidebar-open+.sidebar-backdrop {
        display: none
    }
}

.container-main {
    width: 100%;
    padding: 0 24px
}

.container-main-overlap {
    margin-top: -128px
}

@media (min-width:768px) {
    .container-main-overlap {
        margin-top: -152px
    }
}

@media (min-width:1200px) {
    .container-main {
        /*width: calc(100% - 250px); */
        padding-right: 40px;
        /*transform: translateX(250px);*/
        will-change: transform;
        transition: all .25s ease-in-out
    }
    .container-main-full {
        width: 100%;
        transform: translateX(0);
        padding-left: 40px
    }
    .container-main-overlap {
        margin-top: -168px
    }
}

.dropdown-divider {
    margin: 0
}

.dropdown-header {
    font-size: .8571rem;
    font-weight: 500;
    text-transform: uppercase
}

.dropdown-item {
    line-height: 1.2
}

.dropdown-item:first-of-type {
    border-top-right-radius: .1429rem;
    border-top-left-radius: .1429rem
}

.dropdown-item:last-of-type {
    border-bottom-right-radius: .1429rem;
    border-bottom-left-radius: .1429rem
}

.dropdown-menu-lg {
    min-width: 277px
}

.dropdown-menu-lg .dropdown-item {
    padding-right: 16px;
    padding-left: 16px;
    line-height: 1.25
}

.dropdown-menu-scrollable {
    position: relative;
    top: 0;
    bottom: 0;
    height: 360px
}

.breadcrumb-item:before {
    font-family: Material-Design-Iconic-Font
}

.breadcrumb-primary {
    margin-bottom: 24px;
    padding: 0;
    background: none
}

.breadcrumb-primary .breadcrumb-item.active,
.breadcrumb-primary .breadcrumb-item:before,
.breadcrumb-primary .breadcrumb-item a {
    color: #fff
}

.breadcrumb-primary .breadcrumb-item.active {
    opacity: .8
}

.breadcrumb-primary .breadcrumb-item:before {
    padding: 0 1rem
}

@media (min-width:768px) {
    .breadcrumb-primary {
        font-size: 1.143rem
    }
    .breadcrumb-primary .breadcrumb-item:before {
        padding: 0 16px
    }
}

@media (min-width:1200px) {
    .breadcrumb-primary {
        font-size: 1.286rem
    }
}

.badge {
    text-transform: uppercase;
    line-height: 1.2
}

.badge-primary {
    color: #2196f3;
    background: rgba(33, 150, 243, .15)
}

.badge-secondary {
    color: #9e9e9e;
    background: hsla(0, 0%, 62%, .15)
}

.badge-success {
    color: #4caf50;
    background: rgba(76, 175, 80, .15)
}

.badge-danger {
    color: #ff1744;
    background: rgba(255, 23, 68, .15)
}

.table thead th {
    font-weight: 500;
    color: #9e9e9e;
    border-top: 0;
    border-bottom-width: 1px
}

.table td,
.table th {
    padding: 16px 24px
}

.table td:last-of-type,
.table th:last-of-type {
    text-align: right
}

.chart-compact-square {
    height: 330px
}

.chart-compact-wide {
    height: 380px
}

.scroll-disabled {
    height: 100%;
    overflow: hidden
}

[data-scrollable=true] {
    overflow: hidden;
    -ms-overflow-style: none
}

.has-notification {
    position: relative
}

.has-notification:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -3px;
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background: #ff1744
}

.vh-100 {
    min-height: 100vh
}

.overflow-hidden {
    overflow: hidden
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}


.tabulator {
    /*background-color: #fff;
    border: none;*/
    font-size: 14px !important;
}

/*
.tabulator-row {
    position: relative;
    box-sizing: border-box;
    min-height: 40px !important;
    background-color: #fff;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
    */

.tabulator-row.tabulator-selectable:hover {
    background-color: #E8F9FF !important;
    cursor: pointer;
}


#link-history-table {
    font-size: 14px !important;
}

.tabulator-cell {
    white-space: normal !important;
    padding: .25em;
}