.ext-form-note
{
    display: block;
}

.ext-form-warning
{
    display: block; color: #e85600;
}

.ext-form-label-required:after
{font-weight: bold; 

    content: '*'; color: #e85600;
}

/*! Spectre.css v0.5.1 | MIT License | github.com/picturepan2/spectre */
.btn
{font-size: .8rem; line-height: 1rem; display: inline-block; height: 1.8rem; padding: .35rem .4rem; cursor: pointer; -webkit-user-select: none;    -moz-user-select: none;     -ms-user-select: none;         user-select: none; 
    transition: all .2s ease; text-align: center; vertical-align: middle; white-space: nowrap; text-decoration: none; color: #2e5bec; border: .05rem solid #2e5bec; border-radius: .1rem; outline: none; background: #fff; -webkit-appearance: none;    -moz-appearance: none;         appearance: none;
}

.btn:focus
{
    box-shadow: 0 0 0 .1rem rgba(46, 91, 236, .2);
}

.btn:focus,
.btn:hover
{text-decoration: none; border-color: #2050eb; 
    background: #dde5fc;
}

.btn:active,
.btn.active
{text-decoration: none; color: #fff; border-color: #1444dd; 
    background: #2050eb;
}

.btn:active.loading::after,
.btn.active.loading::after
{
    border-bottom-color: #fff; border-left-color: #fff;
}

.btn[disabled],
.btn:disabled,
.btn.disabled
{
    cursor: default; pointer-events: none; opacity: .5;
}

.btn.btn-primary
{color: #fff; border-color: #2050eb; 
    background: #2e5bec;
}

.btn.btn-primary:focus,
.btn.btn-primary:hover
{color: #fff; border-color: #1444dd; 
    background: #1749ea;
}

.btn.btn-primary:active,
.btn.btn-primary.active
{color: #fff; border-color: #1341d4; 
    background: #1545e2;
}

.btn.btn-primary.loading::after
{
    border-bottom-color: #fff; border-left-color: #fff;
}

.btn.btn-success
{color: #fff; border-color: #2faa3f; 
    background: #32b643;
}

.btn.btn-success:focus
{
    box-shadow: 0 0 0 .1rem rgba(50, 182, 67, .2);
}

.btn.btn-success:focus,
.btn.btn-success:hover
{color: #fff; border-color: #2da23c; 
    background: #30ae40;
}

.btn.btn-success:active,
.btn.btn-success.active
{color: #fff; border-color: #278e34; 
    background: #2a9a39;
}

.btn.btn-success.loading::after
{
    border-bottom-color: #fff; border-left-color: #fff;
}

.btn.btn-error
{color: #fff; border-color: #d95000; 
    background: #e85600;
}

.btn.btn-error:focus
{
    box-shadow: 0 0 0 .1rem rgba(232, 86, 0, .2);
}

.btn.btn-error:focus,
.btn.btn-error:hover
{color: #fff; border-color: #cf4d00; 
    background: #de5200;
}

.btn.btn-error:active,
.btn.btn-error.active
{color: #fff; border-color: #b54300; 
    background: #c44900;
}

.btn.btn-error.loading::after
{
    border-bottom-color: #fff; border-left-color: #fff;
}

.btn.btn-link
{color: #2e5bec; border-color: transparent; 
    background: transparent;
}

.btn.btn-link:focus,
.btn.btn-link:hover,
.btn.btn-link:active,
.btn.btn-link.active
{
    color: #1749ea;
}

.btn.btn-sm
{
    font-size: .7rem; height: 1.4rem; padding: .15rem .3rem;
}

.btn.btn-lg
{
    font-size: .9rem; height: 2rem; padding: .45rem .6rem;
}

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

.btn.btn-action
{
    width: 1.8rem; padding-right: 0; padding-left: 0;
}

.btn.btn-action.btn-sm
{
    width: 1.4rem;
}

.btn.btn-action.btn-lg
{
    width: 2rem;
}

.btn.btn-clear
{line-height: .8rem; width: .8rem; height: .8rem; margin-right: -2px; margin-left: .2rem; padding: 0; text-decoration: none; opacity: 1; color: currentColor; border: 0; 
    background: transparent;
}

.btn.btn-clear:hover
{
    opacity: .95;
}

.btn.btn-clear::before
{
    content: '\2715';
}

.btn-group
{
    display: -ms-inline-flexbox;    display: inline-flex; -ms-flex-wrap: wrap;     flex-wrap: wrap;
}

.btn-group .btn
{
    -ms-flex: 1 0 auto;        flex: 1 0 auto;
}

.btn-group .btn:first-child:not(:last-child)
{border-top-right-radius: 0; 
    border-bottom-right-radius: 0;
}

.btn-group .btn:not(:first-child):not(:last-child)
{margin-left: -.05rem; 

    border-radius: 0;
}

.btn-group .btn:last-child:not(:first-child)
{margin-left: -.05rem; border-top-left-radius: 0; 
    border-bottom-left-radius: 0;
}

.btn-group .btn:focus,
.btn-group .btn:hover,
.btn-group .btn:active,
.btn-group .btn.active
{
    z-index: 1;
}

.btn-group.btn-group-block
{
    display: -ms-flexbox;    display: flex;
}

.btn-group.btn-group-block .btn
{
    -ms-flex: 1 0 0;        flex: 1 0 0;
}

.form-group:not(:last-child)
{
    margin-bottom: .4rem;
}

fieldset
{
    margin-bottom: .8rem;
}

legend
{
    font-size: .9rem; font-weight: 500; margin-bottom: .8rem;
}

.form-label
{line-height: 1rem; 

    display: block; padding: .4rem 0;
}

.form-label.label-sm
{
    font-size: .7rem; padding: .2rem 0;
}

.form-label.label-lg
{
    font-size: .9rem; padding: .5rem 0;
}

.form-input
{font-size: .8rem; line-height: 1rem; position: relative; display: block; width: 100%; max-width: 100%; height: 1.8rem; padding: .35rem .4rem; 

    transition: all .2s ease; color: #50596c; border: .05rem solid #caced7; border-radius: .1rem; outline: none; background: #fff; background-image: none; -webkit-appearance: none;    -moz-appearance: none;         appearance: none;
}

.form-input:focus
{border-color: #2e5bec; 
    box-shadow: 0 0 0 .1rem rgba(46, 91, 236, .2);
}

.form-input::-webkit-input-placeholder
{
    color: #acb3c2;
}

.form-input:-ms-input-placeholder
{
    color: #acb3c2;
}

.form-input::-ms-input-placeholder
{
    color: #acb3c2;
}

.form-input::placeholder
{
    color: #acb3c2;
}

.form-input.input-sm
{
    font-size: .7rem; height: 1.4rem; padding: .15rem .3rem;
}

.form-input.input-lg
{
    font-size: .9rem; height: 2rem; padding: .45rem .6rem;
}

.form-input.input-inline
{
    display: inline-block; width: auto; vertical-align: middle;
}

.form-input[type='file']
{
    height: auto;
}

textarea.form-input
{
    height: auto;
}

.form-input-hint
{font-size: .7rem; margin-top: .2rem; 

    color: #acb3c2;
}

.has-success .form-input-hint,
.is-success + .form-input-hint
{
    color: #32b643;
}

.has-error .form-input-hint,
.is-error + .form-input-hint
{
    color: #e85600;
}

.form-select
{font-size: .8rem; line-height: 1rem; width: 100%; height: 1.8rem; padding: .35rem .4rem; vertical-align: middle; color: inherit; border: .05rem solid #caced7; border-radius: .1rem; outline: none; 

    -webkit-appearance: none;       -moz-appearance: none;            appearance: none;
}

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

.form-select[size] option,
.form-select[multiple] option
{
    padding: .1rem .2rem;
}

.form-select:not([multiple]):not([size])
{padding-right: 1.2rem; 

    background: #fff url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=\'http://www.w3.org/2000/svg\'%20viewBox=\'0%200%204%205\'%3E%3Cpath%20fill=\'%23667189\'%20d=\'M2%200L0%202h4zm0%205L0%203h4z\'/%3E%3C/svg%3E') no-repeat right .35rem center/.4rem .5rem;
}

.form-select:focus
{border-color: #2e5bec; 
    box-shadow: 0 0 0 .1rem rgba(46, 91, 236, .2);
}

.form-select::-ms-expand
{
    display: none;
}

.form-select.select-sm
{
    font-size: .7rem; height: 1.4rem; padding: .15rem 1.1rem .15rem .3rem;
}

.form-select.select-lg
{
    font-size: .9rem; height: 2rem; padding: .45rem 1.4rem .45rem .6rem;
}

.has-icon-left,
.has-icon-right
{
    position: relative;
}

.has-icon-left .form-icon,
.has-icon-right .form-icon
{position: absolute; z-index: 2; top: 50%; width: .8rem; 
    height: .8rem; margin: 0 .35rem; transform: translateY(-50%);
}

.has-icon-left .form-icon
{
    left: .05rem;
}

.has-icon-left .form-input
{
    padding-left: 1.5rem;
}

.has-icon-right .form-icon
{
    right: .05rem;
}

.has-icon-right .form-input
{
    padding-right: 1.5rem;
}

.form-checkbox,
.form-radio,
.form-switch
{line-height: 1rem; position: relative; 

    display: inline-block; min-height: 1.2rem; margin: .2rem 0; padding: .2rem .4rem .2rem 1.2rem;
}

.form-checkbox input,
.form-radio input,
.form-switch input
{position: absolute; overflow: hidden; 
    clip: rect(0, 0, 0, 0); width: 1px; height: 1px; margin: -1px;
}

.form-checkbox input:focus + .form-icon,
.form-radio input:focus + .form-icon,
.form-switch input:focus + .form-icon
{border-color: #2e5bec; 
    box-shadow: 0 0 0 .1rem rgba(46, 91, 236, .2);
}

.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon,
.form-switch input:checked + .form-icon
{border-color: #2e5bec; 
    background: #2e5bec;
}

.form-checkbox .form-icon,
.form-radio .form-icon,
.form-switch .form-icon
{position: absolute; display: inline-block; cursor: pointer; 
    transition: all .2s ease; border: .05rem solid #caced7;
}

.form-checkbox.input-sm,
.form-radio.input-sm,
.form-switch.input-sm
{
    font-size: .7rem; margin: 0;
}

.form-checkbox.input-lg,
.form-radio.input-lg,
.form-switch.input-lg
{
    font-size: .9rem; margin: .3rem 0;
}

.form-checkbox .form-icon,
.form-radio .form-icon
{top: .3rem; left: 0; width: .8rem; height: .8rem; 

    background: #fff;
}

.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon
{
    background: #f0f1f4;
}

.form-checkbox .form-icon
{
    border-radius: .1rem;
}

.form-checkbox input:checked + .form-icon::before
{position: absolute; top: 50%; left: 50%; width: 8px; height: 12px; margin-top: -8px; margin-left: -4px; content: ''; transform: rotate(45deg); border: .1rem solid #fff; border-top-width: 0; border-left-width: 0; 
    background-clip: padding-box;
}

.form-checkbox input:indeterminate + .form-icon
{border-color: #2e5bec; 
    background: #2e5bec;
}

.form-checkbox input:indeterminate + .form-icon::before
{position: absolute; top: 50%; left: 50%; width: 10px; height: 2px; margin-top: -1px; margin-left: -5px; content: ''; 

    background: #fff;
}

.form-radio .form-icon
{
    border-radius: 50%;
}

.form-radio input:checked + .form-icon::before
{position: absolute; top: 50%; left: 50%; width: 4px; height: 4px; content: ''; transform: translate(-50%, -50%); border-radius: 50%; 
    background: #fff;
}

.form-switch
{
    padding-left: 2rem;
}

.form-switch .form-icon
{top: .25rem; left: 0; width: 1.6rem; height: .9rem; border-radius: .45rem; 
    background: #e7e9ed; background-clip: padding-box;
}

.form-switch .form-icon::before
{position: absolute; top: 0; left: 0; display: block; width: .8rem; height: .8rem; content: ''; 
    transition: all .2s ease; border-radius: 50%; background: #fff;
}

.form-switch input:checked + .form-icon::before
{
    left: 14px;
}

.form-switch input:active + .form-icon::before
{
    background: #f8f9fa;
}

.input-group
{
    display: -ms-flexbox;    display: flex;
}

.input-group .input-group-addon
{line-height: 1rem; padding: .35rem .4rem; white-space: nowrap; border: .05rem solid #caced7; border-radius: .1rem; 
    background: #f8f9fa;
}

.input-group .input-group-addon.addon-sm
{
    font-size: .7rem; padding: .15rem .3rem;
}

.input-group .input-group-addon.addon-lg
{
    font-size: .9rem; padding: .45rem .6rem;
}

.input-group .form-input,
.input-group .form-select
{
    -ms-flex: 1 1 auto;        flex: 1 1 auto;
}

.input-group .input-group-btn
{
    z-index: 1;
}

.input-group .form-input:first-child:not(:last-child),
.input-group .form-select:first-child:not(:last-child),
.input-group .input-group-addon:first-child:not(:last-child),
.input-group .input-group-btn:first-child:not(:last-child)
{border-top-right-radius: 0; 
    border-bottom-right-radius: 0;
}

.input-group .form-input:not(:first-child):not(:last-child),
.input-group .form-select:not(:first-child):not(:last-child),
.input-group .input-group-addon:not(:first-child):not(:last-child),
.input-group .input-group-btn:not(:first-child):not(:last-child)
{margin-left: -.05rem; 

    border-radius: 0;
}

.input-group .form-input:last-child:not(:first-child),
.input-group .form-select:last-child:not(:first-child),
.input-group .input-group-addon:last-child:not(:first-child),
.input-group .input-group-btn:last-child:not(:first-child)
{margin-left: -.05rem; border-top-left-radius: 0; 
    border-bottom-left-radius: 0;
}

.input-group .form-input:focus,
.input-group .form-select:focus,
.input-group .input-group-addon:focus,
.input-group .input-group-btn:focus
{
    z-index: 2;
}

.input-group .form-select
{
    width: auto;
}

.input-group.input-inline
{
    display: -ms-inline-flexbox;    display: inline-flex;
}

.has-success .form-input,
.form-input.is-success,
.has-success .form-select,
.form-select.is-success
{
    border-color: #32b643;
}

.has-success .form-input:focus,
.form-input.is-success:focus,
.has-success .form-select:focus,
.form-select.is-success:focus
{
    box-shadow: 0 0 0 .1rem rgba(50, 182, 67, .2);
}

.has-error .form-input,
.form-input.is-error,
.has-error .form-select,
.form-select.is-error
{
    border-color: #e85600;
}

.has-error .form-input:focus,
.form-input.is-error:focus,
.has-error .form-select:focus,
.form-select.is-error:focus
{
    box-shadow: 0 0 0 .1rem rgba(232, 86, 0, .2);
}

.has-error .form-checkbox .form-icon,
.form-checkbox.is-error .form-icon,
.has-error .form-radio .form-icon,
.form-radio.is-error .form-icon,
.has-error .form-switch .form-icon,
.form-switch.is-error .form-icon
{
    border-color: #e85600;
}

.has-error .form-checkbox input:checked + .form-icon,
.form-checkbox.is-error input:checked + .form-icon,
.has-error .form-radio input:checked + .form-icon,
.form-radio.is-error input:checked + .form-icon,
.has-error .form-switch input:checked + .form-icon,
.form-switch.is-error input:checked + .form-icon
{border-color: #e85600; 
    background: #e85600;
}

.has-error .form-checkbox input:focus + .form-icon,
.form-checkbox.is-error input:focus + .form-icon,
.has-error .form-radio input:focus + .form-icon,
.form-radio.is-error input:focus + .form-icon,
.has-error .form-switch input:focus + .form-icon,
.form-switch.is-error input:focus + .form-icon
{border-color: #e85600; 
    box-shadow: 0 0 0 .1rem rgba(232, 86, 0, .2);
}

.form-input:not(:placeholder-shown):invalid
{
    border-color: #e85600;
}

.form-input:not(:placeholder-shown):invalid:focus
{
    box-shadow: 0 0 0 .1rem rgba(232, 86, 0, .2);
}

.form-input:not(:placeholder-shown):invalid + .form-input-hint
{
    color: #e85600;
}

.form-input:disabled,
.form-input.disabled,
.form-select:disabled,
.form-select.disabled
{cursor: not-allowed; opacity: .5; 
    background-color: #f0f1f4;
}

.form-input[readonly]
{
    background-color: #f8f9fa;
}

input:disabled + .form-icon,
input.disabled + .form-icon
{cursor: not-allowed; opacity: .5; 
    background: #f0f1f4;
}

.form-switch input:disabled + .form-icon::before,
.form-switch input.disabled + .form-icon::before
{
    background: #fff;
}

.form-horizontal
{
    padding: .4rem 0;
}

.form-horizontal .form-group
{
    display: -ms-flexbox;    display: flex; -ms-flex-wrap: wrap;     flex-wrap: wrap;
}

.container
{width: 100%; margin-right: auto; 
    margin-left: auto; padding-right: .4rem; padding-left: .4rem;
}

.container.grid-xl
{
    max-width: 1296px;
}

.container.grid-lg
{
    max-width: 976px;
}

.container.grid-md
{
    max-width: 856px;
}

.container.grid-sm
{
    max-width: 616px;
}

.container.grid-xs
{
    max-width: 496px;
}

.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xl
{
    display: none !important;
}

.columns
{
    display: -ms-flexbox;    display: flex; margin-right: -.4rem; margin-left: -.4rem; -ms-flex-wrap: wrap;     flex-wrap: wrap;
}

.columns.col-gapless
{margin-right: 0; 
    margin-left: 0;
}

.columns.col-gapless > .column
{padding-right: 0; 
    padding-left: 0;
}

.columns.col-oneline
{overflow-x: auto; 

    -ms-flex-wrap: nowrap;        flex-wrap: nowrap;
}

.column
{max-width: 100%; padding-right: .4rem; padding-left: .4rem; 

    -ms-flex: 1;        flex: 1;
}

.column.col-12,
.column.col-11,
.column.col-10,
.column.col-9,
.column.col-8,
.column.col-7,
.column.col-6,
.column.col-5,
.column.col-4,
.column.col-3,
.column.col-2,
.column.col-1
{
    -ms-flex: none;        flex: none;
}

.col-12
{
    width: 100%;
}

.col-11
{
    width: 91.66666667%;
}

.col-10
{
    width: 83.33333333%;
}

.col-9
{
    width: 75%;
}

.col-8
{
    width: 66.66666667%;
}

.col-7
{
    width: 58.33333333%;
}

.col-6
{
    width: 50%;
}

.col-5
{
    width: 41.66666667%;
}

.col-4
{
    width: 33.33333333%;
}

.col-3
{
    width: 25%;
}

.col-2
{
    width: 16.66666667%;
}

.col-1
{
    width: 8.33333333%;
}

.col-auto
{width: auto; max-width: none; 

    -ms-flex: 0 0 auto;        flex: 0 0 auto;
}

.col-mx-auto
{margin-right: auto; 
    margin-left: auto;
}

.col-ml-auto
{
    margin-left: auto;
}

.col-mr-auto
{
    margin-right: auto;
}

@media (max-width: 1280px)
{
    .col-xl-12,
    .col-xl-11,
    .col-xl-10,
    .col-xl-9,
    .col-xl-8,
    .col-xl-7,
    .col-xl-6,
    .col-xl-5,
    .col-xl-4,
    .col-xl-3,
    .col-xl-2,
    .col-xl-1
    {
        -ms-flex: none;            flex: none;
    }
    .col-xl-12
    {
        width: 100%;
    }
    .col-xl-11
    {
        width: 91.66666667%;
    }
    .col-xl-10
    {
        width: 83.33333333%;
    }
    .col-xl-9
    {
        width: 75%;
    }
    .col-xl-8
    {
        width: 66.66666667%;
    }
    .col-xl-7
    {
        width: 58.33333333%;
    }
    .col-xl-6
    {
        width: 50%;
    }
    .col-xl-5
    {
        width: 41.66666667%;
    }
    .col-xl-4
    {
        width: 33.33333333%;
    }
    .col-xl-3
    {
        width: 25%;
    }
    .col-xl-2
    {
        width: 16.66666667%;
    }
    .col-xl-1
    {
        width: 8.33333333%;
    }
    .hide-xl
    {
        display: none !important;
    }
    .show-xl
    {
        display: block !important;
    }
}

@media (max-width: 960px)
{
    .col-lg-12,
    .col-lg-11,
    .col-lg-10,
    .col-lg-9,
    .col-lg-8,
    .col-lg-7,
    .col-lg-6,
    .col-lg-5,
    .col-lg-4,
    .col-lg-3,
    .col-lg-2,
    .col-lg-1
    {
        -ms-flex: none;            flex: none;
    }
    .col-lg-12
    {
        width: 100%;
    }
    .col-lg-11
    {
        width: 91.66666667%;
    }
    .col-lg-10
    {
        width: 83.33333333%;
    }
    .col-lg-9
    {
        width: 75%;
    }
    .col-lg-8
    {
        width: 66.66666667%;
    }
    .col-lg-7
    {
        width: 58.33333333%;
    }
    .col-lg-6
    {
        width: 50%;
    }
    .col-lg-5
    {
        width: 41.66666667%;
    }
    .col-lg-4
    {
        width: 33.33333333%;
    }
    .col-lg-3
    {
        width: 25%;
    }
    .col-lg-2
    {
        width: 16.66666667%;
    }
    .col-lg-1
    {
        width: 8.33333333%;
    }
    .hide-lg
    {
        display: none !important;
    }
    .show-lg
    {
        display: block !important;
    }
}

@media (max-width: 840px)
{
    .col-md-12,
    .col-md-11,
    .col-md-10,
    .col-md-9,
    .col-md-8,
    .col-md-7,
    .col-md-6,
    .col-md-5,
    .col-md-4,
    .col-md-3,
    .col-md-2,
    .col-md-1
    {
        -ms-flex: none;            flex: none;
    }
    .col-md-12
    {
        width: 100%;
    }
    .col-md-11
    {
        width: 91.66666667%;
    }
    .col-md-10
    {
        width: 83.33333333%;
    }
    .col-md-9
    {
        width: 75%;
    }
    .col-md-8
    {
        width: 66.66666667%;
    }
    .col-md-7
    {
        width: 58.33333333%;
    }
    .col-md-6
    {
        width: 50%;
    }
    .col-md-5
    {
        width: 41.66666667%;
    }
    .col-md-4
    {
        width: 33.33333333%;
    }
    .col-md-3
    {
        width: 25%;
    }
    .col-md-2
    {
        width: 16.66666667%;
    }
    .col-md-1
    {
        width: 8.33333333%;
    }
    .hide-md
    {
        display: none !important;
    }
    .show-md
    {
        display: block !important;
    }
}

@media (max-width: 600px)
{
    .col-sm-12,
    .col-sm-11,
    .col-sm-10,
    .col-sm-9,
    .col-sm-8,
    .col-sm-7,
    .col-sm-6,
    .col-sm-5,
    .col-sm-4,
    .col-sm-3,
    .col-sm-2,
    .col-sm-1
    {
        -ms-flex: none;            flex: none;
    }
    .col-sm-12
    {
        width: 100%;
    }
    .col-sm-11
    {
        width: 91.66666667%;
    }
    .col-sm-10
    {
        width: 83.33333333%;
    }
    .col-sm-9
    {
        width: 75%;
    }
    .col-sm-8
    {
        width: 66.66666667%;
    }
    .col-sm-7
    {
        width: 58.33333333%;
    }
    .col-sm-6
    {
        width: 50%;
    }
    .col-sm-5
    {
        width: 41.66666667%;
    }
    .col-sm-4
    {
        width: 33.33333333%;
    }
    .col-sm-3
    {
        width: 25%;
    }
    .col-sm-2
    {
        width: 16.66666667%;
    }
    .col-sm-1
    {
        width: 8.33333333%;
    }
    .hide-sm
    {
        display: none !important;
    }
    .show-sm
    {
        display: block !important;
    }
}

@media (max-width: 480px)
{
    .col-xs-12,
    .col-xs-11,
    .col-xs-10,
    .col-xs-9,
    .col-xs-8,
    .col-xs-7,
    .col-xs-6,
    .col-xs-5,
    .col-xs-4,
    .col-xs-3,
    .col-xs-2,
    .col-xs-1
    {
        -ms-flex: none;            flex: none;
    }
    .col-xs-12
    {
        width: 100%;
    }
    .col-xs-11
    {
        width: 91.66666667%;
    }
    .col-xs-10
    {
        width: 83.33333333%;
    }
    .col-xs-9
    {
        width: 75%;
    }
    .col-xs-8
    {
        width: 66.66666667%;
    }
    .col-xs-7
    {
        width: 58.33333333%;
    }
    .col-xs-6
    {
        width: 50%;
    }
    .col-xs-5
    {
        width: 41.66666667%;
    }
    .col-xs-4
    {
        width: 33.33333333%;
    }
    .col-xs-3
    {
        width: 25%;
    }
    .col-xs-2
    {
        width: 16.66666667%;
    }
    .col-xs-1
    {
        width: 8.33333333%;
    }
    .hide-xs
    {
        display: none !important;
    }
    .show-xs
    {
        display: block !important;
    }
}

.navbar
{display: -ms-flexbox; display: flex; 

    -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap;     flex-wrap: wrap; -ms-flex-pack: justify; justify-content: space-between;
}

.navbar .navbar-section
{display: -ms-flexbox; display: flex; 

    -ms-flex-align: center; align-items: center; -ms-flex: 1 0 0;     flex: 1 0 0;
}

.navbar .navbar-section:not(:first-child):last-child
{
    -ms-flex-pack: end; justify-content: flex-end;
}

.navbar .navbar-center
{display: -ms-flexbox; display: flex; 

    -ms-flex-align: center; align-items: center; -ms-flex: 0 0 auto;     flex: 0 0 auto;
}

.navbar .navbar-brand
{
    font-size: .9rem; font-weight: 500; text-decoration: none;
}

.toast
{display: block; width: 100%; padding: .4rem; color: #fff; border: .05rem solid #454d5d; border-color: #454d5d; border-radius: .1rem; 
    background: rgba(69, 77, 93, .9);
}

.toast.toast-primary
{border-color: #2e5bec; 
    background: rgba(46, 91, 236, .9);
}

.toast.toast-success
{border-color: #32b643; 
    background: rgba(50, 182, 67, .9);
}

.toast.toast-warning
{border-color: #ffb700; 
    background: rgba(255, 183, 0, .9);
}

.toast.toast-error
{border-color: #e85600; 
    background: rgba(232, 86, 0, .9);
}

.toast a
{text-decoration: underline; 

    color: #fff;
}

.toast a:focus,
.toast a:hover,
.toast a:active,
.toast a.active
{
    opacity: .75;
}

.toast .btn-clear
{
    margin: 4px -2px 4px 4px;
}

.text-primary
{
    color: #2e5bec;
}

a.text-primary:focus,
a.text-primary:hover
{
    color: #1749ea;
}

.text-secondary
{
    color: #cfdafb;
}

a.text-secondary:focus,
a.text-secondary:hover
{
    color: #b8c7f9;
}

.text-gray
{
    color: #acb3c2;
}

a.text-gray:focus,
a.text-gray:hover
{
    color: #9ea6b7;
}

.text-light
{
    color: #fff;
}

a.text-light:focus,
a.text-light:hover
{
    color: #f2f2f2;
}

.text-success
{
    color: #32b643;
}

a.text-success:focus,
a.text-success:hover
{
    color: #2da23c;
}

.text-warning
{
    color: #ffb700;
}

a.text-warning:focus,
a.text-warning:hover
{
    color: #e6a500;
}

.text-error
{
    color: #e85600;
}

a.text-error:focus,
a.text-error:hover
{
    color: #cf4d00;
}

.bg-primary
{color: #fff; 
    background: #2e5bec;
}

.bg-secondary
{
    background: #dde5fc;
}

.bg-dark
{color: #fff; 
    background: #454d5d;
}

.bg-gray
{
    background: #f8f9fa;
}

.bg-success
{color: #fff; 
    background: #32b643;
}

.bg-warning
{color: #fff; 
    background: #ffb700;
}

.bg-error
{color: #fff; 
    background: #e85600;
}

.c-hand
{
    cursor: pointer;
}

.c-move
{
    cursor: move;
}

.c-zoom-in
{
    cursor: zoom-in;
}

.c-zoom-out
{
    cursor: zoom-out;
}

.c-not-allowed
{
    cursor: not-allowed;
}

.c-auto
{
    cursor: auto;
}

.d-block
{
    display: block;
}

.d-inline
{
    display: inline;
}

.d-inline-block
{
    display: inline-block;
}

.d-flex
{
    display: -ms-flexbox;    display: flex;
}

.d-inline-flex
{
    display: -ms-inline-flexbox;    display: inline-flex;
}

.d-none,
.d-hide
{
    display: none !important;
}

.d-visible
{
    visibility: visible;
}

.d-invisible
{
    visibility: hidden;
}

.text-hide
{font-size: 0; line-height: 0; color: transparent; border: 0; 
    background: transparent; text-shadow: none;
}

.text-assistive
{position: absolute; overflow: hidden; clip: rect(0, 0, 0, 0); width: 1px; height: 1px; margin: -1px; padding: 0; 

    border: 0;
}

.divider,
.divider-vert
{position: relative; 

    display: block;
}

.divider[data-content]::after,
.divider-vert[data-content]::after
{font-size: .7rem; display: inline-block; padding: 0 .4rem; content: attr(data-content); transform: translateY(-.65rem); color: #acb3c2; 
    background: #fff;
}

.divider
{height: .05rem; margin: .4rem 0; 

    border-top: .05rem solid #e7e9ed;
}

.divider[data-content]
{
    margin: .8rem 0;
}

.divider-vert
{
    display: block; padding: .8rem;
}

.divider-vert::before
{position: absolute; top: .4rem; bottom: .4rem; left: 50%; display: block; content: ''; transform: translateX(-50%); 

    border-left: .05rem solid #e7e9ed;
}

.divider-vert[data-content]::after
{position: absolute; top: 50%; 
    left: 50%; padding: .2rem 0; transform: translate(-50%, -50%);
}

.loading
{position: relative; min-height: .8rem; pointer-events: none; 

    color: transparent !important;
}

.loading::after
{position: absolute; z-index: 1; top: 50%; left: 50%; display: block; width: .8rem; height: .8rem; margin-top: -.4rem; margin-left: -.4rem; content: ''; 
    animation: loading 500ms infinite linear; border: .1rem solid #2e5bec; border-top-color: transparent; border-right-color: transparent; border-radius: 50%;
}

.loading.loading-lg
{
    min-height: 2rem;
}

.loading.loading-lg::after
{width: 1.6rem; 
    height: 1.6rem; margin-top: -.8rem; margin-left: -.8rem;
}

.clearfix::after,
.container::after
{display: table; 
    clear: both; content: '';
}

.float-left
{
    float: left !important;
}

.float-right
{
    float: right !important;
}

.relative
{
    position: relative;
}

.absolute
{
    position: absolute;
}

.fixed
{
    position: fixed;
}

.centered
{
    display: block; float: none; margin-right: auto; margin-left: auto;
}

.flex-centered
{display: -ms-flexbox; display: flex; 

    -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center;
}

.m-0
{
    margin: 0;
}

.mb-0
{
    margin-bottom: 0;
}

.ml-0
{
    margin-left: 0;
}

.mr-0
{
    margin-right: 0;
}

.mt-0
{
    margin-top: 0;
}

.mx-0
{margin-right: 0; 
    margin-left: 0;
}

.my-0
{margin-top: 0; 
    margin-bottom: 0;
}

.m-1
{
    margin: .2rem;
}

.mb-1
{
    margin-bottom: .2rem;
}

.ml-1
{
    margin-left: .2rem;
}

.mr-1
{
    margin-right: .2rem;
}

.mt-1
{
    margin-top: .2rem;
}

.mx-1
{margin-right: .2rem; 
    margin-left: .2rem;
}

.my-1
{margin-top: .2rem; 
    margin-bottom: .2rem;
}

.m-2
{
    margin: .4rem;
}

.mb-2
{
    margin-bottom: .4rem;
}

.ml-2
{
    margin-left: .4rem;
}

.mr-2
{
    margin-right: .4rem;
}

.mt-2
{
    margin-top: .4rem;
}

.mx-2
{margin-right: .4rem; 
    margin-left: .4rem;
}

.my-2
{margin-top: .4rem; 
    margin-bottom: .4rem;
}

.p-0
{
    padding: 0;
}

.pb-0
{
    padding-bottom: 0;
}

.pl-0
{
    padding-left: 0;
}

.pr-0
{
    padding-right: 0;
}

.pt-0
{
    padding-top: 0;
}

.px-0
{padding-right: 0; 
    padding-left: 0;
}

.py-0
{padding-top: 0; 
    padding-bottom: 0;
}

.p-1
{
    padding: .2rem;
}

.pb-1
{
    padding-bottom: .2rem;
}

.pl-1
{
    padding-left: .2rem;
}

.pr-1
{
    padding-right: .2rem;
}

.pt-1
{
    padding-top: .2rem;
}

.px-1
{padding-right: .2rem; 
    padding-left: .2rem;
}

.py-1
{padding-top: .2rem; 
    padding-bottom: .2rem;
}

.p-2
{
    padding: .4rem;
}

.pb-2
{
    padding-bottom: .4rem;
}

.pl-2
{
    padding-left: .4rem;
}

.pr-2
{
    padding-right: .4rem;
}

.pt-2
{
    padding-top: .4rem;
}

.px-2
{padding-right: .4rem; 
    padding-left: .4rem;
}

.py-2
{padding-top: .4rem; 
    padding-bottom: .4rem;
}

.rounded
{
    border-radius: .1rem;
}

.circle
{
    border-radius: 50%;
}

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

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

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

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

.text-lowercase
{
    text-transform: lowercase;
}

.text-uppercase
{
    text-transform: uppercase;
}

.text-capitalize
{
    text-transform: capitalize;
}

.text-normal
{
    font-weight: normal;
}

.text-bold
{
    font-weight: bold;
}

.text-italic
{
    font-style: italic;
}

.text-large
{
    font-size: 1.2em;
}

.text-ellipsis
{
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}

.text-clip
{
    overflow: hidden; white-space: nowrap; text-overflow: clip;
}

.text-break
{word-wrap: break-word; word-break: break-word; 
    -webkit-hyphens: auto;            hyphens: auto;        -ms-hyphens: auto;
}
