a, button {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    a, a:focus, a:hover {
        color: #0082c6;
        text-decoration: none;
        cursor: pointer;
        outline: 0 !important;
    }

        a:focus:hover, a:hover, a:hover:hover {
            text-decoration: none;
        }

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin-bottom: 1.2rem
}

    h1 .text-muted, h2 .text-muted, h3 .text-muted, h4 .text-muted, h5 .text-muted, h6 .text-muted {
        display: inline;
        font-size: 80%
    }

        h1 .text-muted.smaller, h2 .text-muted.smaller, h3 .text-muted.smaller, h4 .text-muted.smaller, h5 .text-muted.smaller, h6 .text-muted.smaller {
            font-size: 65%
        }

    h1 .label, h2 .label, h3 .label, h4 .label, h5 .label, h6 .label {
        font-size: 75% !important
    }

    h1.with-border, h2.with-border, h3.with-border, h4.with-border, h5.with-border, h6.with-border {
        border-bottom: solid 1px #d8e2e7;
        padding-bottom: .8rem
    }

h1 {
    font-size: 2.5rem;
    margin-top: 0
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

.text-block {
    zoom: 1;
    font-size: .8125rem;
    line-height: 1.4
}

    .text-block:after, .text-block:before {
        content: " ";
        display: table
    }

    .text-block:after {
        clear: both
    }

    .text-block.text-block-typical {
        font-size: 1rem
    }

    .text-block p {
        margin: .8em 0
    }

    .text-block a {
        text-decoration: none;
        color: #0082c6;
        border-bottom: solid 1px rgba(0,130,198,.3)
    }

        .text-block a:hover {
            border-bottom-color: transparent
        }

    .text-block ol, .text-block ul {
        margin: .5em 0 .5em 1.5rem
    }

        .text-block ol li, .text-block ul li {
            margin: 0 0 .5em
        }

        .text-block ul li {
            padding: 0 0 0 .8125rem;
            position: relative
        }

            .text-block ul li:before {
                content: '';
                display: block;
                width: 5px;
                height: 5px;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                background: #29313d;
                position: absolute;
                left: 0;
                top: .5em
            }

            .text-block ul li ul {
                margin-bottom: 0;
                margin-left: .8125rem;
                margin-top: .3em
            }

            .text-block ul li li:before {
                background-color: #fff;
                border: solid 1px #29313d
            }

    .text-block.bs {
        font-size: 1rem
    }

mark {
    background: #e4f6fe
}

.blockquote {
    margin: 2rem 0;
    padding: .75rem 0 .75rem 1.375rem;
    border-left: solid 4px #00a8ff;
    background: #f6f8fa;
    font-size: 1rem
}

    .blockquote p {
        margin-top: 0
    }

.blockquote-footer {
    font-size: .8125rem
}

code {
    color: #6c7a86;
    background: #ecf2f5;
    padding: 0 .4rem 2px;
    font-size: .9rem
}

pre.code {
    border: solid 2px #adb7be;
    padding: 1.375rem;
    margin: 2rem 0
}

[placeholder], input[placeholder] {
    color: #8e9fa7
}

::-webkit-input-placeholder {
    color: #8e9fa7 !important
}

::-moz-placeholder {
    color: #8e9fa7 !important;
    opacity: 1 !important
}

:-moz-placeholder {
    color: #8e9fa7 !important;
    opacity: 1 !important
}

::-moz-placeholder {
    color: #8e9fa7 !important
}

:-ms-input-placeholder {
    color: #8e9fa7 !important
}

hr {
    border-top-color: #d8e2e7;
    margin: 2em 0;
}

    hr.dashed {
        border-top-style: dashed;
    }

    hr.margin-4 {
        margin: 4em 0;
    }

.breadcrumb {
    font-size: 1rem;
    color: #6c7a86;
    background-color: #ecf2f5;
}

    .breadcrumb > .active {
        color: inherit;
    }

.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eceeef;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

    .breadcrumb::after {
        display: table;
        clear: both;
        content: "";
    }

    .breadcrumb > li {
        float: left;
    }

        .breadcrumb > li + li::before {
            padding-right: .5rem;
            padding-left: .5rem;
            color: #818a91;
            content: "/";
        }

    .breadcrumb > .active {
        color: #818a91;
    }

    .breadcrumb.breadcrumb-clean {
        background: 0 0;
        padding: 1.5rem 0;
        color: #919fa9;
        border-bottom: solid 1px #c5d6de;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin: 0 0 1.5rem;
    }

        .breadcrumb.breadcrumb-clean > li + li::before {
            content: '>';
        }

        .breadcrumb.breadcrumb-clean > .active {
            color: #343434;
        }

        .breadcrumb.breadcrumb-clean a {
            text-decoration: none;
            color: #919fa9;
            border: none;
        }

            .breadcrumb.breadcrumb-clean a:hover {
                color: #00a8ff;
            }

    .breadcrumb.breadcrumb-simple {
        background: 0 0;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
    }

.bootstrap-table .table, .fixed-table-body .table, .table {
    font-size: .9375rem;
    margin-bottom: 0;
    background: #fff
}

    .bootstrap-table .table td, .bootstrap-table .table th, .fixed-table-body .table td, .fixed-table-body .table th, .table td, .table th {
        vertical-align: middle;
        border-top-color: #d8e2e7;
        padding: 11px 10px 10px
    }

    .bootstrap-table .table th, .fixed-table-body .table th, .table th {
        font-weight: 700
    }

    .bootstrap-table .table td, .fixed-table-body .table td, .table td {
        height: 50px
    }

    .bootstrap-table .table thead th, .fixed-table-body .table thead th, .table thead th {
        border-bottom: none;
        padding-top: 10px;
        padding-bottom: 9px;
        background: #f6f8fa
    }

        .bootstrap-table .table thead th.table-check .checkbox, .fixed-table-body .table thead th.table-check .checkbox, .table thead th.table-check .checkbox {
            top: -2px
        }

    .bootstrap-table .table .table-check, .fixed-table-body .table .table-check, .table .table-check {
        width: 30px;
        padding-right: 0;
        padding-left: 15px;
        padding-top: 10px
    }

        .bootstrap-table .table .table-check .checkbox, .fixed-table-body .table .table-check .checkbox, .table .table-check .checkbox {
            float: right;
            top: -1px
        }

    .bootstrap-table .table .table-date, .fixed-table-body .table .table-date, .table .table-date {
        text-align: right;
        white-space: nowrap;
        width: 10px;
        color: #919fa9
    }

        .bootstrap-table .table .table-date .font-icon, .fixed-table-body .table .table-date .font-icon, .table .table-date .font-icon {
            vertical-align: middle;
            margin: 0 0 0 3px;
            position: relative;
            top: 1px;
            font-size: .875rem
        }

    .bootstrap-table .table .table-photo, .fixed-table-body .table .table-photo, .table .table-photo {
        padding-right: 15px;
        width: 22px;
        padding-top: 10px
    }

        .bootstrap-table .table .table-photo img, .fixed-table-body .table .table-photo img, .table .table-photo img {
            display: block;
            width: 32px;
            height: 32px;
            -webkit-border-radius: 50%;
            border-radius: 50%
        }

    .bootstrap-table .table .table-icon-cell, .fixed-table-body .table .table-icon-cell, .table .table-icon-cell {
        color: #919fa9
    }

        .bootstrap-table .table .table-icon-cell .font-icon, .fixed-table-body .table .table-icon-cell .font-icon, .table .table-icon-cell .font-icon {
            position: relative
        }

    .bootstrap-table .table td.table-icon-cell, .fixed-table-body .table td.table-icon-cell, .table td.table-icon-cell {
        padding-bottom: 10px
    }

        .bootstrap-table .table td.table-icon-cell .font-icon, .fixed-table-body .table td.table-icon-cell .font-icon, .table td.table-icon-cell .font-icon {
            top: 1px
        }

    .bootstrap-table .table th.table-icon-cell .font-icon, .fixed-table-body .table th.table-icon-cell .font-icon, .table th.table-icon-cell .font-icon {
        top: 2px
    }

    .bootstrap-table .table a, .fixed-table-body .table a, .table a {
        border-bottom: solid 1px rgba(0,130,198,.5);
        position: relative;
        top: -1px
    }

        .bootstrap-table .table a:hover, .fixed-table-body .table a:hover, .table a:hover {
            border-bottom-color: transparent
        }

    .table.table-sm td {
        height: auto;
        padding: 8px 10px
    }

    .table.table-xs td {
        height: auto;
        padding: 5px 10px
    }

.bootstrap-table-header {
    display: inline-block;
    font-weight: 700;
    margin-right: 10px !important;
    position: relative;
    top: 1px
}

.table td {
    padding-bottom: 8px
}

.table.font-16 {
    font-size: 1rem
}

.table-hover tbody tr:hover {
    background: #fbfcfd
}

.table-striped tbody tr:nth-of-type(odd) {
    background: 0 0
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #fbfcfd
}

.table-active, .table-active > td, .table-active > th {
    background-color: #ecf2f5
}

.tbl-typical {
    width: 100%;
    border-collapse: collapse
}

    .tbl-typical td, .tbl-typical th {
        padding: 14px 15px
    }

        .tbl-typical td[align=center], .tbl-typical th[align=center] {
            text-align: center
        }

    .tbl-typical th {
        background: #f6f8fa;
        border-bottom: solid 1px #d8e2e7;
        padding: 0;
        font-weight: 700;
        color: #6c7a86;
        font-size: 1rem
    }

        .tbl-typical th > div {
            position: relative;
            padding: 8px 15px
        }

            .tbl-typical th > div:before {
                content: '';
                display: block;
                width: 1px;
                height: 85%;
                position: absolute;
                left: 0;
                bottom: 0;
                background: -webkit-linear-gradient(top,rgba(216,226,231,0) 0,#d8e2e7 77%,#d8e2e7 100%);
                background: -webkit-gradient(linear,left top,left bottom,from(rgba(216,226,231,0)),color-stop(77%,#d8e2e7),to(#d8e2e7));
                background: linear-gradient(to bottom,rgba(216,226,231,0) 0,#d8e2e7 77%,#d8e2e7 100%)
            }

        .tbl-typical th:first-child > div:before {
            display: none
        }

    .tbl-typical td {
        font-size: .9375rem
    }

    .tbl-typical tr:nth-child(even) td {
        background: #fbfcfd
    }

    .tbl-typical .label {
        margin-top: 2px;
        margin-bottom: 2px
    }

.tabs-section {
    margin: 0 0 20px;
}

    .tabs-section > .tab-content:not(.no-styled) {
        background: #fff;
        border: solid 1px #d8e2e7;
        border-top: none;
        -webkit-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        padding: 15px;
    }

.tabs-section-nav {
    overflow: auto;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    border-top: solid 1px #d8e2e7;
}

    .tabs-section-nav .nav-item {
        float: left;
        background: #f6f8fa;
        white-space: nowrap;
        padding: 0;
    }

        .tabs-section-nav .nav-item:first-child .nav-link {
            border-left-color: #d8e2e7;
        }

        .tabs-section-nav .nav-item:last-child .nav-link {
            border-right-color: #d8e2e7;
        }

    .tabs-section-nav .nav-link {
        padding: 0;
        display: block;
        color: #6c7a86;
        font-weight: 500;
        border: solid 1px #d8e2e7;
        border-left-color: transparent;
        border-right-color: transparent;
        border-top: none;
    }

        .tabs-section-nav .nav-link.active {
            border-left-color: #d8e2e7;
            border-right-color: #d8e2e7;
            background: #fff;
            color: #343434;
            border-bottom-color: #fff;
        }

            .tabs-section-nav .nav-link.active .nav-link-in {
                border-top-color: #00a8ff;
            }

        .tabs-section-nav .nav-link:not(.active) .label {
            background-color: #adb7be;
        }

    .tabs-section-nav .nav-link-in {
        display: block;
        padding: 10px;
        line-height: 28px;
        border-top: solid 4px transparent;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .tabs-section-nav .label {
        padding-left: .5em;
        padding-right: .5em;
        font-size: .875rem;
    }

    .tabs-section-nav .tbl .nav {
        display: table-row;
    }

    .tabs-section-nav .tbl .nav-item {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }

    .tabs-section-nav.tabs-section-nav-left .nav {
        background-color: #f6f8fa;
        zoom: 1;
        border: solid 1px #d8e2e7;
        border-left: none;
        border-top: none;
    }

        .tabs-section-nav.tabs-section-nav-left .nav:after, .tabs-section-nav.tabs-section-nav-left .nav:before {
            content: " ";
            display: table;
        }

        .tabs-section-nav.tabs-section-nav-left .nav:after {
            clear: both;
        }

    .tabs-section-nav.tabs-section-nav-left .nav-item {
        margin-bottom: -1px;
    }

        .tabs-section-nav.tabs-section-nav-left .nav-item:last-child .nav-link {
            border-right: none;
        }

            .tabs-section-nav.tabs-section-nav-left .nav-item:last-child .nav-link.active {
                border-right: solid 1px #d8e2e7;
            }

    .tabs-section-nav.tabs-section-nav-left .nav-link-in {
        padding-right: 15px;
        padding-left: 15px;
    }

    .tabs-section-nav.tabs-section-nav-left .nav-link, .tabs-section-nav.tabs-section-nav-left .nav-link-in {
        -webkit-transition: none;
        transition: none;
    }

    .tabs-section-nav.tabs-section-nav-icons .fa {
        display: block;
        color: #adb7be;
        margin: 0 0 .2em;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .tabs-section-nav.tabs-section-nav-icons .nav-link-in {
        line-height: 1;
    }

    .tabs-section-nav.tabs-section-nav-icons .nav-link.active {
        color: #00a8ff;
    }

        .tabs-section-nav.tabs-section-nav-icons .nav-link.active .fa {
            color: #00a8ff;
        }

    .tabs-section-nav.tabs-section-nav-inline {
        border: none;
    }

        .tabs-section-nav.tabs-section-nav-inline .nav {
            display: block;
            border: solid 1px #d8e2e7;
            zoom: 1;
            background: #f6f8fa;
        }

            .tabs-section-nav.tabs-section-nav-inline .nav:after, .tabs-section-nav.tabs-section-nav-inline .nav:before {
                content: " ";
                display: table;
            }

            .tabs-section-nav.tabs-section-nav-inline .nav:after {
                clear: both;
            }

        .tabs-section-nav.tabs-section-nav-inline .nav-item {
            display: block;
            float: left;
            background: 0 0;
            margin: 0 20px -1px;
        }

        .tabs-section-nav.tabs-section-nav-inline .nav-link {
            border: none;
            border-bottom: 1px solid #d8e2e7;
            height: 45px;
            padding: 12px 0 0;
            background: 0 0 !important;
        }

            .tabs-section-nav.tabs-section-nav-inline .nav-link.active {
                border-bottom: solid 3px #343434;
            }

    .tabs-section-nav.tabs-section-nav-data .number, .tabs-section-nav.tabs-section-nav-data .percent, .tabs-section-nav.tabs-section-nav-data .title {
        display: block;
        line-height: 1;
    }

    .tabs-section-nav.tabs-section-nav-data .number {
        color: #343434;
    }

    .tabs-section-nav.tabs-section-nav-data .percent, .tabs-section-nav.tabs-section-nav-data .title {
        font-size: .75rem;
    }

    .tabs-section-nav.tabs-section-nav-data .number, .tabs-section-nav.tabs-section-nav-data .percent {
        margin: 0 0 6px;
    }

    .tabs-section-nav.tabs-section-nav-data .title {
        text-transform: uppercase;
        color: #919fa9;
    }

    .tabs-section-nav.tabs-section-nav-data .nav-link.active .title {
        color: #343434;
    }

.tabs-section-simple .nav {
    zoom: 1;
    margin: 0 0 10px;
}

    .tabs-section-simple .nav:after, .tabs-section-simple .nav:before {
        content: " ";
        display: table;
    }

    .tabs-section-simple .nav:after {
        clear: both;
    }

.tabs-section-simple .nav-item {
    float: left;
    margin: 0 30px 10px 0;
    font-size: .8125rem;
    font-weight: 500;
}

.tabs-section-simple .nav-link {
    text-decoration: none;
    color: #919fa9;
    border: none;
}

    .tabs-section-simple .nav-link:hover {
        color: #00a8ff
    }

    .tabs-section-simple .nav-link.active {
        color: #343434;
    }

body.modal-open {
    overflow: hidden !important;
    position: relative
}

.modal-dialog:not(.modal-sm):not(.modal-lg):not(.modal-xl) {
    width: 680px
}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: solid 1px #d8e2e7
}

.modal-header {
    border-bottom-color: #d8e2e7
}

.modal-title {
    font-size: 1.125rem;
    font-weight: 600
}

.modal-footer {
    border-top-color: #d8e2e7
}

.modal-close {
    position: absolute;
    right: 15px;
    top: 17px;
    color: #adb7be;
    background: 0 0;
    border: none
}

    .modal-close:hover {
        color: #00a8ff
    }

.close {
    font-size: 2rem;
    color: #6c7a86
}

@media (max-width: 544px) {
    .modal-dialog:not(.modal-sm):not(.modal-lg):not(.modal-xl) {
        width: auto
    }
}

@media (max-width: 767px) {
    .modal-dialog:not(.modal-sm):not(.modal-lg):not(.modal-xl) {
        width: 500px
    }
}

.label {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

    .label:empty {
        display: none;
    }

.btn .label {
    position: relative;
    top: -1px;
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-pill {
    padding-right: .6em;
    padding-left: .6em;
    -webkit-border-radius: 10rem;
    border-radius: 10rem;
}

.label {
    font-size: .875rem;
    font-weight: 500;
    background-color: #adb7be;
}

h1 .label, h2 .label, h3 .label, h4 .label, h5 .label, h6 .label {
    font-size: inherit;
}


.label-default[href]:focus, .label-default[href]:hover {
    background-color: #687077;
}

.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #025aa5;
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44;
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5;
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f;
}

.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c;
}

.label-default {
    background-color: #6c7a86;
}

.label-danger {
    background-color: #fa424a;
}

.label-primary {
    background-color: #00a8ff;
}

.label-success {
    background-color: #46c35f;
}

.label-default {
    background-color: #adb7be;
}

.label-warning {
    background-color: #fdad2a;
}

.label-info {
    background-color: #ac6bec;
}

.label-light-grey {
    background-color: #eceff4;
    color: #919fa9;
}

a.label-light-grey:hover {
    color: #fff;
    background-color: #00a8ff;
}

.label.label-pill.label-custom {
    padding: 3px 6px 2px;
    font-size: .8125rem;
}

label {
    margin: 0;
    display: block;
}

    label.error {
        color: #fa424a;
    }

.form-label {
    display: block;
    margin-bottom: 6px;
    font-size: 1rem;
}

    .form-label .font-icon {
        margin: 0 4px 0 0;
        color: #adb7be;
    }

.form-control {
    border: solid 1px rgba(197,214,222,.7);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1rem;
    color: #343434 !important;
}

    .form-control:focus {
        border-color: #c5d6de;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .form-control.form-control-error {
        background-color: #fff6f6;
        border-color: #fa424a;
        color: #fa424a !important;
    }

    .form-control:disabled {
        background-color: #eceff4;
    }

    .form-control.form-control-rounded {
        -webkit-border-radius: 25rem;
        border-radius: 25rem;
    }

    .form-control.form-control-sm {
        padding-top: .225rem;
        padding-bottom: .225rem;
    }

    .form-control.form-control-success {
        border-color: #46c35f;
        background-position-y: 49%;
    }

    .form-control.form-control-danger {
        border-color: #fa424a;
        background-position-y: 49%;
    }

    .form-control.form-control-warning {
        border-color: #f29824;
        background-position-y: 49%;
    }

    .form-control.form-control-blue-fill {
        border-color: #00a8ff;
        background-color: #e4f6fe;
    }

    .form-control.form-control-green-fill {
        border-color: #46c35f;
        background-color: #edf9ee;
    }

    .form-control.form-control-red-fill {
        border-color: #fa424a;
        background-color: #feecec;
    }

    .form-control.form-control-purple-fill {
        border-color: #ac6bec;
        background-color: #eee2fc
    }

    .form-control.form-control-orange-fill {
        border-color: #f29824;
        background-color: #fdf4e6;
    }

textarea.form-control {
    resize: none;
    height: auto;
}


.input-group-addon {
    background-color: #f6f8fa;
    border-color: rgba(197,214,222,.7);
    font-size: 1rem;
    font-weight: 500;
    color: #6c7a86;
}

.error-list, .text-muted {
    font-size: .875rem;
    color: #6c7a86;
    padding: 4px 0 0;
    display: block;
}

.form-group-radios {
    position: relative;
}

    .form-group-radios .form-label, .form-group-radios .radio {
        margin-bottom: 15px;
    }

.error :not(a), .form-group-error :not(a) {
    color: #fa424a;
}

.error .form-control, .form-group-error .form-control {
    border-color: #fa424a;
}

.error .form-control-wrapper .form-control, .form-group-error .form-control-wrapper .form-control {
    background-color: #fff6f6;
}

.error.form-group-checkbox .checkbox label, .form-group-error.form-group-checkbox .checkbox label {
    color: #343434;
}

.form-control-wrapper {
    position: relative;
}

    .form-control-wrapper.form-control-icon-left .fa, .form-control-wrapper.form-control-icon-right .fa {
        width: 38px;
        height: 38px;
        line-height: 40px;
        text-align: center;
        position: absolute;
        top: -2px;
        color: rgba(145,159,169,.7);
    }

    .form-control-wrapper.form-control-icon-left .form-control-lg + .fa, .form-control-wrapper.form-control-icon-right .form-control-lg + .fa {
        height: 48px;
        line-height: 48px;
    }

    .form-control-wrapper.form-control-icon-left .form-control-sm + .fa, .form-control-wrapper.form-control-icon-right .form-control-sm + .fa {
        height: 34px;
        line-height: 34px;
    }

    .form-control-wrapper.form-control-icon-left .form-control {
        padding-left: 36px;
    }

    .form-control-wrapper.form-control-icon-left .fa {
        left: 0;
    }

    .form-control-wrapper.form-control-icon-right .form-control {
        padding-right: 36px;
    }

    .form-control-wrapper.form-control-icon-right .fa {
        right: 0;
    }

.form-tooltip-error {
    background: #f95858;
    color: #fff !important;
    padding: 5px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 8px;
    max-width: 230px;
    font-size: .875rem;
}

    .form-tooltip-error:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        bottom: -4px;
        margin-left: -5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #f95858 transparent transparent transparent;
    }

    .form-tooltip-error * {
        color: #fff !important;
    }

.form-group-checkbox .form-tooltip-error {
    right: 100%;
    bottom: 0;
    margin-bottom: 0;
    margin-right: 10px;
    min-width: 150px;
}

    .form-group-checkbox .form-tooltip-error:before {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin: 0 !important;
        left: auto;
        right: -7px;
        bottom: 9px;
    }

.form-label .form-tooltip-error {
    position: relative;
    display: inline-block;
    margin: -4px 0 -4px 8px;
}

    .form-label .form-tooltip-error:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        bottom: 50%;
        margin: 0 0 -2px !important;
        left: -7px;
    }

.form-error-text-block {
    background-color: #fff6f6;
    border: dashed 1px #fa424a;
    padding: 12px 14px 3px;
    color: #fa424a;
    margin: 0 0 1rem;
    font-size: 1rem;
}

    .form-error-text-block li {
        margin: 0 0 10px;
        position: relative;
        padding: 0 0 0 12px;
    }

        .form-error-text-block li:before {
            content: '';
            display: block;
            width: 5px;
            height: 5px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background: #fa424a;
            position: absolute;
            left: 0;
            top: .5em;
            margin-top: -1px;
        }

.has-success .form-label {
    color: #46c35f;
}

.has-danger .form-label {
    color: #fa424a;
}

.has-warning .form-label {
    color: #f29824;
}

.checkbox, .checkbox-bird, .checkbox-detailed, .checkbox-slide, .checkbox-toggle, .radio {
    position: relative;
    margin-bottom: .75rem
}

    .checkbox input, .checkbox-bird input, .checkbox-detailed input, .checkbox-slide input, .checkbox-toggle input, .radio input {
        position: absolute;
        visibility: hidden
    }

        .checkbox input + label, .checkbox-bird input + label, .checkbox-detailed input + label, .checkbox-slide input + label, .checkbox-toggle input + label, .radio input + label {
            position: relative;
            display: inline-block;
            font-size: 1rem;
            min-height: 18px;
            line-height: 18px;
            cursor: pointer
        }

        .checkbox input:disabled + label, .checkbox-bird input:disabled + label, .checkbox-detailed input:disabled + label, .checkbox-slide input:disabled + label, .checkbox-toggle input:disabled + label, .radio input:disabled + label {
            cursor: not-allowed;
            color: #8e9fa7
        }

.checkbox, .radio {
    cursor: default
}

    .checkbox input + label, .radio input + label {
        z-index: 2;
        padding: 0 0 0 24px
    }

        .checkbox input + label:after, .checkbox input + label:before, .radio input + label:after, .radio input + label:before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0
        }

        .checkbox input + label:before, .radio input + label:before {
            width: 16px;
            height: 16px;
            background: #fff;
            border: solid 1px #c5d6de
        }

        .checkbox input + label:hover:before, .radio input + label:hover:before {
            background-color: #d9f2ff;
            border-color: #00a8ff
        }

    .checkbox input[type=checkbox] + label:after, .radio input[type=checkbox] + label:after {
        display: inline-block;
        width: 16px;
        height: 16px;
        font-family: FontAwesome !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: middle;
        position: relative;
        top: -.15em;
        position: absolute;
        text-align: center;
        top: 0;
        font-size: 11px;
        line-height: 16px
    }

    .checkbox input[type=checkbox] + label:before, .radio input[type=checkbox] + label:before {
        -webkit-border-radius: 2px;
        border-radius: 2px
    }

    .checkbox input[type=radio] + label:before, .radio input[type=radio] + label:before {
        -webkit-border-radius: 50%;
        border-radius: 50%
    }

    .checkbox input:checked + label:before, .radio input:checked + label:before {
        border-color: #00a8ff
    }

    .checkbox input[type=checkbox]:checked + label:after, .radio input[type=checkbox]:checked + label:after {
        content: "\f00c"
    }

    .checkbox input[type=radio]:checked + label:after, .radio input[type=radio]:checked + label:after {
        width: 8px;
        height: 8px;
        background: #343434;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        left: 4px;
        top: 4px
    }

    .checkbox input:disabled + label:before, .radio input:disabled + label:before {
        background-color: #eceff4;
        border-color: #dbe4eb
    }

    .checkbox input[type=checkbox]:disabled + label:after, .radio input[type=checkbox]:disabled + label:after {
        color: rgba(52,52,52,.4)
    }

    .checkbox input[type=radio]:disabled + label:after, .radio input[type=radio]:disabled + label:after {
        background-color: rgba(52,52,52,.4)
    }

    .checkbox.checkbox-only, .radio.checkbox-only {
        padding: 0;
        width: 16px;
        height: 16px;
        margin: 0
    }

.checkbox-slide input + label {
    padding: 0 0 0 52px
}

    .checkbox-slide input + label:after, .checkbox-slide input + label:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0
    }

    .checkbox-slide input + label:before {
        left: 1px;
        top: 7px;
        width: 42px;
        height: 4px;
        -webkit-border-radius: 25rem;
        border-radius: 25rem;
        background: #929faa;
        -webkit-transition: background .4s ease;
        transition: background .4s ease
    }

    .checkbox-slide input + label:after {
        width: 20px;
        height: 20px;
        top: -1px;
        border: solid 1px #c5d6de;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: left .4s ease;
        transition: left .4s ease;
        background: #fff;
        background: -webkit-linear-gradient(top,#fff 0,#e4f6ff 100%);
        background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4f6ff));
        background: linear-gradient(to bottom,#fff 0,#e4f6ff 100%)
    }

    .checkbox-slide input + label:hover:after {
        border-color: #00a8ff
    }

.checkbox-slide input:checked + label:before {
    background-color: #343434
}

.checkbox-slide input:checked + label:after {
    left: 24px
}

.checkbox-slide input:disabled + label:before {
    background-color: #c6d6df
}

.checkbox-slide input:disabled + label:after {
    background: #fcfefe;
    border-color: #c5d6de;
    background: -webkit-linear-gradient(top,#fcfefe 0,#edf2f5 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#fcfefe),to(#edf2f5));
    background: linear-gradient(to bottom,#fcfefe 0,#edf2f5 100%)
}

.checkbox-toggle input + label {
    padding: 0 0 0 52px
}

    .checkbox-toggle input + label:after, .checkbox-toggle input + label:before {
        content: '';
        display: block;
        -webkit-border-radius: 25rem;
        border-radius: 25rem;
        position: absolute;
        left: 0;
        top: -1px;
        height: 20px
    }

    .checkbox-toggle input + label:before {
        width: 43px;
        background: #929faa;
        -webkit-transition: background .4s ease;
        transition: background .4s ease
    }

    .checkbox-toggle input + label:after {
        width: 20px;
        border: solid 1px #929faa;
        -webkit-transition: left .4s ease;
        transition: left .4s ease;
        background: #fff;
        background: -webkit-linear-gradient(top,#fff 0,#eef4f7 100%);
        background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#eef4f7));
        background: linear-gradient(to bottom,#fff 0,#eef4f7 100%)
    }

    .checkbox-toggle input + label:hover:after {
        border-color: #00a8ff;
        background: #fff;
        background: -webkit-linear-gradient(top,#fff 0,#e9f8ff 100%);
        background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e9f8ff));
        background: linear-gradient(to bottom,#fff 0,#e9f8ff 100%)
    }

.checkbox-toggle input:checked + label:before {
    background-color: #00a8ff
}

.checkbox-toggle input:checked + label:after {
    left: 23px;
    border-color: #00a8ff;
    background: #fff;
    background: -webkit-linear-gradient(top,#fff 0,#e9f8ff 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e9f8ff));
    background: linear-gradient(to bottom,#fff 0,#e9f8ff 100%)
}

.checkbox-toggle.-red input:checked + label:before {
    background-color: #fa424a
}

.checkbox-toggle.-red input:checked + label:after {
    left: 23px;
    border-color: #fa424a;
    background: #fff;
    background: -webkit-linear-gradient(top,#fff 0,#e9f8ff 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e9f8ff));
    background: linear-gradient(to bottom,#fff 0,#e9f8ff 100%)
}

.checkbox-toggle.-red input + label:hover:after {
    border-color: #fa424a;
    background: #fff;
    background: -webkit-linear-gradient(top,#fff 0,#e9f8ff 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e9f8ff));
    background: linear-gradient(to bottom,#fff 0,#e9f8ff 100%)
}

.checkbox-toggle.-red input + label:before {
    background-color: #46c35f
}
.checkbox-toggle.-red input + label:after {
    border-color: #46c35f;
    background: #fff;
    background: -webkit-linear-gradient(top,#fff 0,#e9f8ff 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e9f8ff));
    background: linear-gradient(to bottom,#fff 0,#e9f8ff 100%)
}
.checkbox-toggle.-red input:checked + label:hover:after {
    border-color: #46c35f;
    background: #fff;
    background: -webkit-linear-gradient(top,#fff 0,#e9f8ff 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e9f8ff));
    background: linear-gradient(to bottom,#fff 0,#e9f8ff 100%)
}

.checkbox-toggle input:disabled + label:before {
    /*background-color: #dbe4eb ;*/
    background-color: #00a8ff61
}

.checkbox-toggle input:disabled + label:after {
    border-color: #dbe4eb;
    background: #fff;
    background: -webkit-linear-gradient(top,#fff 0,#eef4f7 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#eef4f7));
    background: linear-gradient(to bottom,#fff 0,#eef4f7 100%)
}

.checkbox-toggle.-large {
    margin-top: 15px
}

    .checkbox-toggle.-large input + label {
        padding: 0 0 0 69px;
        position: relative
    }

        .checkbox-toggle.-large input + label:after, .checkbox-toggle.-large input + label:before {
            -webkit-border-radius: 35rem;
            border-radius: 35rem;
            height: 30px;
            position: absolute;
            top: -6px
        }

        .checkbox-toggle.-large input + label:before {
            width: 60px
        }

        .checkbox-toggle.-large input + label:after {
            width: 30px
        }

    .checkbox-toggle.-large input:checked + label:after {
        left: 30px
    }

.checkbox-toggle.-extra-large {
    margin-top: 27px
}

    .checkbox-toggle.-extra-large input + label {
        padding: 0 0 0 89px;
        position: relative
    }

        .checkbox-toggle.-extra-large input + label:after, .checkbox-toggle.-extra-large input + label:before {
            -webkit-border-radius: 45rem;
            border-radius: 45rem;
            height: 40px;
            position: absolute;
            top: -12px
        }

        .checkbox-toggle.-extra-large input + label:before {
            width: 80px
        }

        .checkbox-toggle.-extra-large input + label:after {
            width: 40px
        }

    .checkbox-toggle.-extra-large input:checked + label:after {
        left: 40px
    }

.checkbox-bird input + label {
    display: block;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0 0 0 28px;
    position: relative
}

    .checkbox-bird input + label:before {
        font-family: FontAwesome !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: middle;
        position: relative;
        top: -.15em;
        content: "\f058";
        color: rgba(173,183,190,.7);
        font-size: 1.125rem;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 20px;
        height: 20px
    }

.checkbox-bird input:checked + label:before {
    color: #00a8ff
}

.checkbox-bird.grey input:checked + label:before {
    color: #6b7a85
}

.checkbox-bird.green input:checked + label:before {
    color: #46c35f
}

.checkbox-bird.purple input:checked + label:before {
    color: #ac6bec
}

.checkbox-bird.orange input:checked + label:before {
    color: #f29824
}

.checkbox-bird.red input:checked + label:before {
    color: #fa424a
}

.checkbox-detailed {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px 12px 0
}

    .checkbox-detailed input + label {
        width: 200px;
        height: 84px;
        border: solid 1px #d8e2e7;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding: 0 10px 0 50px;
        line-height: 1.4
    }

        .checkbox-detailed input + label:before {
            content: '';
            display: block;
            width: 12px;
            height: 12px;
            border: solid 1px #c5d6de;
            position: absolute;
            left: 19px;
            top: 50%;
            margin-top: -6px;
            -webkit-border-radius: 50%;
            border-radius: 50%
        }

    .checkbox-detailed input:checked + label {
        background-color: #e4f6fe;
        border-color: #00a8ff
    }

        .checkbox-detailed input:checked + label:before {
            border-color: #00a8ff;
            background-color: #00a8ff
        }

    .checkbox-detailed .checkbox-detailed-tbl {
        display: table;
        width: 100%;
        height: 100%
    }

    .checkbox-detailed .checkbox-detailed-cell {
        display: table-cell;
        vertical-align: middle;
        padding: 5px 0
    }

    .checkbox-detailed .checkbox-detailed-title {
        font-weight: 600;
        display: block
    }

.btn {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #00a8ff;
    background: #00a8ff;
    color: #fff;
    font-weight: 500;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    white-space: nowrap;
}

    .btn:hover {
        background-color: #16b4fc;
        border-color: #16b4fc
    }

    .btn:focus, .btn:active, .btn:visited {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .btn.disabled, .btn:disabled {
        background-color: #dbe4ea;
        border-color: #dbe4ea;
        color: #6c7a86;
    }

    .btn.active {
        background-color: #0090d9;
        border-color: #0090d9;
    }

        .btn.active:hover {
            background-color: #007fc0;
            border-color: #007fc0;
        }

    .btn.btn-rounded {
        -webkit-border-radius: 25rem;
        border-radius: 25rem;
    }

    .btn.btn-grey, .btn.dropdown-toggle, .btn.dropdown-toggle:focus {
        background-color: #dbe4ea;
        border-color: #dbe4ea;
        color: #6c7a86;
        -webkit-transition: none;
        transition: none;
    }

.btn-group.open .btn.btn-grey, .btn-group.open .btn.dropdown-toggle, .btn-group.open .btn.dropdown-toggle:focus, .dropdown.open .btn.btn-grey, .dropdown.open .btn.dropdown-toggle, .dropdown.open .btn.dropdown-toggle:focus {
    color: #fff;
    background-color: #00a8ff;
    border-color: #00a8ff;
}

    .btn-group.open .btn.btn-grey:after, .btn-group.open .btn.dropdown-toggle:after, .btn-group.open .btn.dropdown-toggle:focus:after, .dropdown.open .btn.btn-grey:after, .dropdown.open .btn.dropdown-toggle:after, .dropdown.open .btn.dropdown-toggle:focus:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .btn-group.open .btn.btn-grey.btn-default-outline, .btn-group.open .btn.dropdown-toggle.btn-default-outline, .btn-group.open .btn.dropdown-toggle:focus.btn-default-outline, .dropdown.open .btn.btn-grey.btn-default-outline, .dropdown.open .btn.dropdown-toggle.btn-default-outline, .dropdown.open .btn.dropdown-toggle:focus.btn-default-outline {
        background-color: #d8e2e7;
        color: #919fa9;
        border-color: #d8e2e7;
    }

        .btn-group.open .btn.btn-grey.btn-default-outline:hover, .btn-group.open .btn.dropdown-toggle.btn-default-outline:hover, .btn-group.open .btn.dropdown-toggle:focus.btn-default-outline:hover, .dropdown.open .btn.btn-grey.btn-default-outline:hover, .dropdown.open .btn.dropdown-toggle.btn-default-outline:hover, .dropdown.open .btn.dropdown-toggle:focus.btn-default-outline:hover {
            background-color: #d8e2e7;
            color: #6c7a86 !important;
        }

.btn.btn-grey.btn-default-outline, .btn.dropdown-toggle.btn-default-outline, .btn.dropdown-toggle:focus.btn-default-outline {
    color: #919fa9;
    border-color: #d8e2e7;
}

    .btn.btn-grey.btn-default-outline:hover, .btn.dropdown-toggle.btn-default-outline:hover, .btn.dropdown-toggle:focus.btn-default-outline:hover {
        background-color: #d8e2e7;
        color: #6c7a86 !important;
    }

.btn.btn-danger, .btn.btn-default, .btn.btn-info, .btn.btn-primary, .btn.btn-secondary, .btn.btn-success, .btn.btn-warning {
    color: #fff !important;
}

.btn.btn-default {
    background-color: #adb7be;
    border-color: #adb7be;
}

    .btn.btn-default:hover {
        background-color: #bec6cc;
        border-color: #bec6cc
    }

.btn.btn-primary {
    background-color: #00a8ff;
    border-color: #00a8ff;
}

    .btn.btn-primary:hover {
        background-color: #16b4fc;
        border-color: #16b4fc;
    }

.btn.btn-secondary {
    background-color: #6b7a85;
    border-color: #6b7a85;
}

    .btn.btn-secondary:hover {
        background-color: #7a8994;
        border-color: #7a8994;
    }

.btn.btn-success {
    background-color: #46c35f;
    border-color: #46c35f;
}

    .btn.btn-success:hover {
        background-color: #5dca73;
        border-color: #5dca73;
    }

.btn.btn-info {
    background-color: #ac6bec;
    border-color: #ac6bec;
}

    .btn.btn-info:hover {
        background-color: #bb86ef;
        border-color: #bb86ef;
    }

.btn.btn-warning {
    background-color: #f29824;
    border-color: #f29824;
}

    .btn.btn-warning:hover {
        background-color: #f4a641;
        border-color: #f4a641;
    }

.btn.btn-danger {
    background-color: #fa424a;
    border-color: #fa424a;
}

    .btn.btn-danger:hover {
        background-color: #fb6067;
        border-color: #fb6067;
    }

.btn.btn-danger-outline, .btn.btn-default-outline, .btn.btn-info-outline, .btn.btn-primary-outline, .btn.btn-secondary-outline, .btn.btn-success-outline, .btn.btn-warning-outline {
    background-color: #fff;
}

    .btn.btn-danger-outline:focus, .btn.btn-default-outline:focus, .btn.btn-info-outline:focus, .btn.btn-primary-outline:focus, .btn.btn-secondary-outline:focus, .btn.btn-success-outline:focus, .btn.btn-warning-outline:focus {
        background-color: #fff;
    }

    .btn.btn-danger-outline:hover, .btn.btn-default-outline:hover, .btn.btn-info-outline:hover, .btn.btn-primary-outline:hover, .btn.btn-secondary-outline:hover, .btn.btn-success-outline:hover, .btn.btn-warning-outline:hover {
        color: #fff !important;
    }

    .btn.btn-primary-outline, .btn.btn-primary-outline:focus {
        color: #00a8ff;
        border-color: #00a8ff;
    }

        .btn.btn-primary-outline:focus:hover, .btn.btn-primary-outline:hover {
            background-color: #00a8ff;
        }

.btn.btn-secondary-outline {
    color: #6b7a85;
    border-color: #6b7a85;
}

    .btn.btn-secondary-outline:hover {
        background-color: #6b7a85;
    }

.btn.btn-success-outline {
    color: #46c35f;
    border-color: #46c35f;
}

    .btn.btn-success-outline:hover {
        background-color: #46c35f;
    }

.btn.btn-info-outline {
    color: #ac6bec;
    border-color: #ac6bec;
}

    .btn.btn-info-outline:hover {
        background-color: #ac6bec;
    }

.btn.btn-warning-outline {
    color: #f29824;
    border-color: #f29824;
}

    .btn.btn-warning-outline:hover {
        background-color: #f29824;
    }

.btn.btn-danger-outline {
    color: #fa424a;
    border-color: #fa424a;
}

    .btn.btn-danger-outline:hover {
        background-color: #fa424a;
    }

.btn.btn-default-outline {
    color: #919fa9;
    border-color: #d8e2e7;
}

    .btn.btn-default-outline:hover {
        background-color: #d8e2e7;
        color: #6c7a86 !important;
    }

.btn.btn-bordered {
    background-color: #fff;
}

.btn.btn-select {
    background: #fff;
    border-color: #d8e2e7;
    color: #343434;
    font-weight: 400;
}

    .btn.btn-select:hover {
        background-color: #f6f8fa;
    }

.btn.btn-inline {
    margin-right: 8px;
    margin-bottom: 8px;
}

.btn .font-icon-left {
    margin: 0 5px 0 0;
    position: relative;
    top: 1px;
}

a.btn:focus, a.btn:hover {
    color: #fff;
}

.btn-square-icon {
    min-width: 80px;
    height: 60px;
    border: solid 1px #d8e2e7;
    background: #f6f8fa;
    padding: 4px 10px 0;
    color: #6c7a86;
    position: relative;
    margin: 0 6px 10px 0;
    vertical-align: middle;
    text-align: center;
}

    .btn-square-icon .fa {
        display: block;
        margin: 0 0 2px;
    }

    .btn-square-icon .label {
        padding-left: .5em;
        padding-right: .5em;
        position: absolute;
        right: -5px;
        top: -5px;
    }

    .btn-square-icon:hover {
        background-color: #ecf2f5;
    }

    .btn-square-icon.btn-square-icon-rounded {
        -webkit-border-radius: .25rem;
        border-radius: .25rem;
    }

a.btn-square-icon {
    display: inline-block;
    color: #6c7a86;
    padding-top: 11px;
}

.btn.dropdown-toggle:after {
    top: 2px;
    position: relative;
}

.dropdown-toggle:after {
    top: 2px;
    position: relative;
}

.dropdown-menu {
    border-color: #d8e2e7;
    margin-top: 6px;
    font-size: .8125rem;
}

.dropup .dropdown-menu {
    margin-bottom: 6px;
}

.dropdown-menu-col {
    float: left;
    /*width: 50%;*/
}

.dropdown-header, .dropdown-item {
    padding: 4px 12px;
}

.dropdown-header {
    text-transform: uppercase;
    font-weight: 600;
    color: #6c7a86;
    font-size: .875rem;
}

.dropdown-item {
    font-size: .9375rem;
}

    .dropdown-item .fa {
        margin: 0 8px 0 0;
        color: #adb7be;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        font-size: 16px;
        vertical-align: middle;
        line-height: 16px;
        position: relative;
        top: -1px;
    }

    .dropdown-item.current, .dropdown-item:hover {
        background: 0 0;
        color: #00a8ff;
    }

        .dropdown-item.current .font-icon, .dropdown-item:hover .font-icon {
            color: #00a8ff;
        }

    .dropdown-item.no-nowrap {
        white-space: normal;
        line-height: 1.3;
    }

.dropdown a.dropdown-toggle.dropdown-toggle-txt:after {
    display: none;
}

.dropdown.dropdown-typical {
    position: relative;
}

    .dropdown.dropdown-typical a.dropdown-toggle {
        color: #343434;
        font-weight: 600;
        padding-right: 15px;
        padding-left: 15px;
    }

        .dropdown.dropdown-typical a.dropdown-toggle .font-icon, .dropdown.dropdown-typical a.dropdown-toggle:after {
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

        .dropdown.dropdown-typical a.dropdown-toggle:after {
            color: #adb7be;
            border-top: 5px solid;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
            position: relative;
            top: 2px;
        }

        .dropdown.dropdown-typical a.dropdown-toggle .font-icon {
            vertical-align: middle;
            margin: 0 6px 0 0;
            color: #adb7be;
            font-size: 16px;
            line-height: 16px;
            position: relative;
            top: -1px;
        }

        .dropdown.dropdown-typical a.dropdown-toggle.dropdown-toggle-txt {
            font-weight: 400;
            color: #00a8ff;
            font-size: .9375rem;
        }

            .dropdown.dropdown-typical a.dropdown-toggle.dropdown-toggle-txt:after {
                display: none;
            }

        .dropdown.dropdown-typical a.dropdown-toggle:hover, .dropdown.dropdown-typical.open a.dropdown-toggle {
            color: #00a8ff;
        }

            .dropdown.dropdown-typical a.dropdown-toggle:hover .font-icon, .dropdown.dropdown-typical a.dropdown-toggle:hover:after, .dropdown.dropdown-typical.open a.dropdown-toggle .font-icon, .dropdown.dropdown-typical.open a.dropdown-toggle:after {
                color: #00a8ff;
            }

    .dropdown.dropdown-typical .dropdown-header, .dropdown.dropdown-typical .dropdown-item {
        padding: 3px 14px;
    }

    .dropdown.dropdown-typical .dropdown-item {
        font-size: .9375rem;
    }

    .dropdown.dropdown-typical .dropdown-menu {
        margin-top: 2px;
        min-width: 100%;
    }

    .dropdown.dropdown-typical .dropdown-more {
        position: relative;
    }

        .dropdown.dropdown-typical .dropdown-more .dropdown-more-caption {
            padding: 3px 12px;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            cursor: pointer;
            position: relative;
            font-size: 15px;
        }

            .dropdown.dropdown-typical .dropdown-more .dropdown-more-caption:before {
                content: '';
                display: block;
                position: absolute;
                right: 10px;
                top: 50%;
                margin-top: -3px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 4px 0 4px 5px;
                border-color: transparent transparent transparent #adb7be;
                -webkit-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
            }

            .dropdown.dropdown-typical .dropdown-more .dropdown-more-caption.padding {
                padding-left: 37px;
            }

        .dropdown.dropdown-typical .dropdown-more .dropdown-more-sub {
            display: none;
            position: absolute;
            top: -4px;
            left: 100%;
            padding: 0 0 0 4px;
            margin: 0 0 0 -3px;
        }

        .dropdown.dropdown-typical .dropdown-more .dropdown-more-sub-in {
            background: #fff;
            border: solid 1px #d8e2e7;
            border-left: none;
            -webkit-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
            padding-top: 4px;
            padding-bottom: 4px;
        }

        .dropdown.dropdown-typical .dropdown-more:hover .dropdown-more-caption {
            color: #00a8ff;
        }

            .dropdown.dropdown-typical .dropdown-more:hover .dropdown-more-caption:before {
                border-left-color: #00a8ff;
            }

        .dropdown.dropdown-typical .dropdown-more:hover .dropdown-more-sub {
            display: block;
        }

.dropdown.dropdown-status {
    display: inline-block;
}


.nav.nav-pills .nav-item {
    margin: 0 25px 0 0;
}

.nav.nav-pills .nav-link {
    font-size: 1rem;
    color: #818181;
    font-weight: 600;
    -webkit-border-radius: 25rem;
    border-radius: 25rem;
    padding: 5px 10px;
}

    .nav.nav-pills .nav-link:hover {
        color: #00a8ff;
    }

    .nav.nav-pills .nav-link.active {
        color: #fff;
        background-color: #00a8ff;
    }


.card-typical {
    background: #fff;
    border: solid 1px #d8e2e7;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

    .card-typical p {
        margin: 0
    }

    .card-typical .card-typical-section {
        padding: 15px;
        border-top: solid 1px #d8e2e7;
        zoom: 1
    }

        .card-typical .card-typical-section:after, .card-typical .card-typical-section:before {
            content: " ";
            display: table
        }

        .card-typical .card-typical-section:after {
            clear: both
        }

        .card-typical .card-typical-section:first-child {
            border-top: none
        }

    .card-typical .card-typical-content {
        font-size: .875rem
    }

        .card-typical .card-typical-content .photo {
            margin: -10px -10px 15px
        }

            .card-typical .card-typical-content .photo img {
                display: block;
                width: 100%
            }

        .card-typical .card-typical-content .title {
            font-weight: 600;
            font-size: 1rem;
            margin: 0 0 5px
        }

            .card-typical .card-typical-content .title a {
                color: #343434
            }

                .card-typical .card-typical-content .title a:hover {
                    color: #00a8ff
                }

    .card-typical .card-typical-likes, .card-typical .card-typical-linked {
        color: #919fa9;
        line-height: 1rem;
        font-size: .875rem
    }

    .card-typical .card-typical-linked {
        float: left
    }

    .card-typical .card-typical-likes {
        float: right
    }

        .card-typical .card-typical-likes .fa {
            margin: 0 2px 0 0;
            vertical-align: middle;
            font-size: .875rem
        }

        .card-typical .card-typical-likes:hover {
            color: #00a8ff
        }

.cards-grid .card-typical {
    margin: 0 15px 30px
}

.cards-grid[data-columns]::before {
    content: '3 .column.size-1of3'
}

.cards-grid .column {
    float: left
}

.cards-grid .size-1of4 {
    width: 25%
}

.cards-grid .size-1of3 {
    width: 33.333%
}

.cards-grid .size-1of2 {
    width: 50%
}

@media screen and (max-width: 520px) {
    .cards-grid[data-columns]::before {
        content: '1 .column'
    }
}

@media screen and (min-width: 521px) and (max-width:767px) {
    .cards-grid[data-columns]::before {
        content: '2 .column.size-1of2'
    }
}

@media screen and (min-width: 768px) and (max-width:1300px) {
    .cards-grid[data-columns]::before {
        content: '3 .column.size-1of3'
    }
}

@media screen and (min-width: 1301px) {
    .cards-grid[data-columns]::before {
        content: '4 .column.size-1of4'
    }
}

.box-typical {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    border: solid 1px #d8e2e7;
    margin: 0 0 20px;
}

    .box-typical .box-typical-header {
        display: table;
        width: 100%;
    }

        .box-typical .box-typical-header.box-typical-header-bordered {
            border-bottom: solid 1px #d8e2e7;
        }

        .box-typical .box-typical-header .tbl-cell {
            vertical-align: middle;
            padding: 15px;
        }

            .box-typical .box-typical-header .tbl-cell.tbl-cell-title {
                padding-right: 0;
            }

                .box-typical .box-typical-header .tbl-cell.tbl-cell-title h1, .box-typical .box-typical-header .tbl-cell.tbl-cell-title h2, .box-typical .box-typical-header .tbl-cell.tbl-cell-title h3, .box-typical .box-typical-header .tbl-cell.tbl-cell-title h4, .box-typical .box-typical-header .tbl-cell.tbl-cell-title h5, .box-typical .box-typical-header .tbl-cell.tbl-cell-title h6 {
                    margin: 0;
                    font-size: 1rem;
                    font-weight: 500;
                    line-height: 1.4;
                    padding: 1px 0;
                }

            .box-typical .box-typical-header .tbl-cell.tbl-cell-actions {
                text-align: right;
                white-space: nowrap;
                padding-top: 18px;
                padding-left: 0;
            }

            .box-typical .box-typical-header .tbl-cell.tbl-cell-action-bordered {
                border-left: solid 1px #d8e2e7;
                text-align: center;
                width: 54px;
                padding-top: 17px;
            }

                .box-typical .box-typical-header .tbl-cell.tbl-cell-action-bordered .action-btn {
                    margin: 0;
                }

        .box-typical .box-typical-header .action-btn {
            display: inline-block;
            vertical-align: top;
            color: #adb7be;
            border: none;
            background: 0 0;
            font-size: 1rem;
            margin: 0 0 0 10px;
            line-height: 18px;
        }

            .box-typical .box-typical-header .action-btn .fa {
                vertical-align: middle;
            }

                .box-typical .box-typical-header .action-btn .fa.fa-minus {
                    position: relative;
                    top: 1px;
                }

            .box-typical .box-typical-header .action-btn:hover {
                color: #00a8ff;
            }

    .box-typical .box-typical-header-sm {
        padding: 12px 15px;
        font-weight: 500;
        position: relative;
    }

        .box-typical .box-typical-header-sm.bordered {
            border-bottom: solid 1px #d8e2e7;
        }

        .box-typical .box-typical-header-sm .slider-arrs {
            position: absolute;
            right: 12px;
            top: 50%;
            margin-top: -12px;
            zoom: 1;
        }

            .box-typical .box-typical-header-sm .slider-arrs:after, .box-typical .box-typical-header-sm .slider-arrs:before {
                content: " ";
                display: table;
            }

            .box-typical .box-typical-header-sm .slider-arrs:after {
                clear: both;
            }

            .box-typical .box-typical-header-sm .slider-arrs button {
                float: left;
                font-size: 1rem;
                margin: 0 0 0 15px;
                border: none;
                background: 0 0;
                color: #c5d6de;
                height: 24px;
                line-height: 24px;
                padding: 0;
            }

                .box-typical .box-typical-header-sm .slider-arrs button:hover {
                    color: #00a8ff;
                }

                .box-typical .box-typical-header-sm .slider-arrs button .fa {
                    vertical-align: middle;
                    line-height: inherit;
                }

    .box-typical .box-typical-footer {
        background: #fbfcfd;
        padding: 12px 15px;
        border-top: solid 1px #d8e2e7;
    }

        .box-typical .box-typical-footer:last-child {
            -webkit-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

        .box-typical .box-typical-footer .tbl-cell {
            vertical-align: middle;
        }

        .box-typical .box-typical-footer .tbl-cell-action {
            white-space: nowrap;
            width: 20px;
            padding-left: 15px;
        }

        .box-typical .box-typical-footer .btn-icon {
            border: none;
            background: 0 0;
            color: #919fa9;
            margin: 0 12px 0 0;
            position: relative;
            top: 2px;
        }

            .box-typical .box-typical-footer .btn-icon:hover {
                color: #00a8ff;
            }

    .box-typical .box-typical-section {
        border-top: solid 1px #d8e2e7;
        padding: 15px;
    }

        .box-typical .box-typical-section:first-child {
            border-top: none;
        }

        .box-typical .box-typical-section .box-typical-header-sm {
            padding: 5px 0 15px;
        }

    .box-typical.box-typical-padding {
        padding: 20px 15px;
    }

    .box-typical.box-typical-max-280 .box-typical-header {
        border-bottom: solid 1px #d8e2e7;
        margin-bottom: -1px;
    }

    .box-typical.box-typical-max-280 .box-typical-body {
        overflow: auto;
        height: 280px;
    }

    .box-typical.box-typical-dashboard {
        margin: 0 0 30px;
        overflow: hidden
    }

        .box-typical.box-typical-dashboard .box-typical-header {
            border-bottom: solid 1px #d8e2e7
        }

        .box-typical.box-typical-dashboard .box-typical-body {
            overflow: auto;
            height: 264px
        }

            .box-typical.box-typical-dashboard .box-typical-body .tbl-typical th {
                border-top: none
            }

    .box-typical.box-typical-full-screen {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        border: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin: 0 0 20px;
    }

        .box-typical.box-typical-full-screen .box-typical-header {
            position: relative;
            z-index: 110;
        }

            .box-typical.box-typical-full-screen .box-typical-header .tbl-cell.tbl-cell-title h1, .box-typical.box-typical-full-screen .box-typical-header .tbl-cell.tbl-cell-title h2, .box-typical.box-typical-full-screen .box-typical-header .tbl-cell.tbl-cell-title h3, .box-typical.box-typical-full-screen .box-typical-header .tbl-cell.tbl-cell-title h4, .box-typical.box-typical-full-screen .box-typical-header .tbl-cell.tbl-cell-title h5, .box-typical.box-typical-full-screen .box-typical-header .tbl-cell.tbl-cell-title h6 {
                font-size: 1.5rem;
            }

            .box-typical.box-typical-full-screen .box-typical-header .action-btn .fa-expand:before {
                content: "\73";
            }

        .box-typical.box-typical-full-screen .tbl-typical td, .box-typical.box-typical-full-screen .tbl-typical th {
            font-size: .9375rem;
        }

    .box-typical.box-typical-collapsed {
        height: auto;
    }

        .box-typical.box-typical-collapsed .box-typical-header {
            border-bottom-color: transparent;
        }

        .box-typical.box-typical-collapsed .box-typical-body {
            display: none;
        }

        .box-typical.box-typical-collapsed .box-typical-header .action-btn .fa-minus:before {
            content: "\e07a";
        }

    .box-typical .panel-heading {
        padding: 17px 20px
    }

    .box-typical .panel-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.4;
        padding: 0;
    }

.box-panel .box-typical-header {
    border-bottom: 1px solid #d8e2e7
}

.box-panel .box-typical-body {
    padding: 16px !important
}

.box-typical-center {
    display: table;
    width: 100%;
    height: 100%;
    border-collapse: collapse
}

.box-typical-center-in {
    display: table-cell;
    vertical-align: middle;
    padding: 15px
}

/*
    .lobipanel .panel-heading {
    padding: 13px 20px!important
}

.lobipanel .panel-heading .panel-title {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    padding: 0;
    margin-top: 5px
}

.lobipanel .panel-heading .panel-title input {
    border: 1px solid rgba(197,214,222,.7);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #343434!important;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
    line-height: 13px;
    background: #fff;
    padding: 4px 10px;
    font-weight: 400
}

.lobipanel .panel-heading .panel-title input.active,.lobipanel .panel-heading .panel-title input:focus {
    border-color: #c5d6de;
    background: #fff
}

.lobipanel .panel-heading a {
    display: inline-block;
    vertical-align: top;
    border: none;
    background: 0 0;
    margin: 0
}

.lobipanel .panel-heading a i {
    color: #adb7be;
    font-size: .8rem;
    line-height: 18px
}

.lobipanel .panel-heading a:hover {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    text-shadow: none!important;
    background: 0 0!important
}

.lobipanel .panel-heading a:hover i {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    text-shadow: none!important;
    color: #00a8ff!important;
    background: 0 0!important
}

.lobipanel .panel-heading .dropdown {
    margin-right: -10px;
    margin-top: 1px
}

.lobipanel .panel-heading .dropdown .dropdown-toggle,.lobipanel .panel-heading .dropdown .dropdown-toggle:hover {
    width: auto;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    text-shadow: none!important;
    background: 0 0!important;
    position: relative;
    top: 4px
}

.lobipanel .panel-heading .dropdown .dropdown-toggle span,.lobipanel .panel-heading .dropdown .dropdown-toggle:hover span {
    color: #adb7be;
    font-size: .8rem;
    line-height: 18px
}

.lobipanel .panel-heading .dropdown .dropdown-toggle .panel-control-icon,.lobipanel .panel-heading .dropdown .dropdown-toggle:hover .panel-control-icon {
    margin: 0;
    color: #adb7be;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 15px;
    vertical-align: middle;
    line-height: 13px;
    position: relative;
    top: -1px
}

.lobipanel .panel-heading .dropdown .dropdown-toggle::after {
    color: #adb7be
}

.lobipanel .panel-heading .dropdown.open .dropdown-menu {
    border-color: #d8e2e7;
    font-size: 15px;
    min-width: 160px;
    padding: 5px 0;
    margin: 6px 0 0;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.lobipanel .panel-heading .dropdown.open .dropdown-menu li a {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #373a3c;
    text-align: inherit;
    background: 0 0;
    border: 0;
    font-size: 15px;
    padding: 4px 12px
}

.lobipanel .panel-heading .dropdown.open .dropdown-menu li a .control-title {
    margin-left: 10px
}

.lobipanel .panel-heading .dropdown.open .dropdown-menu li a .panel-control-icon {
    margin: 0;
    color: #adb7be;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 15px;
    vertical-align: middle;
    line-height: 16px;
    position: relative;
    top: -1px
}

.lobipanel.panel-unpin {
    -webkit-box-shadow: none;
    box-shadow: none
}

.lobipanel.panel-expanded {
    border-top: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    z-index: 100!important;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0 0 20px
}

.lobipanel.panel-expanded .panel-heading {
    position: relative;
    z-index: 110
}

.lobipanel.panel-expanded .panel-heading .panel-title {
    margin-top: 0;
    font-size: 1.5rem!important
}

.lobipanel.panel-expanded .tbl-typical td,.lobipanel.panel-expanded .tbl-typical th {
    font-size: .9375rem
}

.lobipanel-placeholder {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(57,81,155,.05);
    border: dashed 1px rgba(57,81,155,.15)
}



*/
.blockUI.blockOverlay {
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.block-msg-default, .block-msg-message-loader {
    border: none !important;
    background-color: transparent !important;
}

    .block-msg-default .fa {
        font-size: 42px;
        color: #fff;
        display: inline-block;
        width: 42px;
        height: 42px;
    }

    .block-msg-default h6 {
        margin-top: 8px;
        color: #fff;
        font-size: 17px;
        line-height: 24px;
    }

    .block-msg-message-loader .blockui-default-message {
        padding: 20px;
        -webkit-border-radius: .25rem;
        border-radius: .25rem;
        color: #102943;
        font-size: 17px;
        background: #fff;
    }

table.dataTable tbody td {
    padding: 9px 8px;
    height: auto;
}

table.dataTable {
    margin-top: 15px !important;
}

    table.dataTable th {
        white-space: nowrap;
    }

    table.dataTable .sorting:after, table.dataTable .sorting:before, table.dataTable .sorting_asc:after, table.dataTable .sorting_asc:before, table.dataTable .sorting_asc_disabled:after, table.dataTable .sorting_asc_disabled:before, table.dataTable .sorting_desc:after, table.dataTable .sorting_desc:before, table.dataTable .sorting_desc_disabled:after, table.dataTable .sorting_desc_disabled:before {
        bottom: .6em !important;
    }

    table.dataTable tr.selected, table.dataTable tr.selected .sorting_1 {
        background-color: rgba(0,136,204,.8) !important;
    }

    table.dataTable.collapsed tr td:first-child::before {
        top: 15px !important;
        line-height: 16px !important;
    }

    table.dataTable.collapsed tr td:first-child {
        padding-left: 30px !important;
    }

.dataTables_filter {
    float: right;
}

.dt-bootstrap.form-inline {
    display: block !important;
}

.dt-bootstrap .pagination {
    margin-top: 10px !important;
}

    .dt-bootstrap .pagination .paginate_button {
        display: inline-block;
    }

        .dt-bootstrap .pagination .paginate_button a {
            border: 1px solid #d8e2e7;
            border-right: none;
            color: #0082c6;
            display: inline-block;
            padding: .275rem .75rem;
            font-size: .875rem;
            line-height: 1.5;
        }

        .dt-bootstrap .pagination .paginate_button.disabled a {
            opacity: .8;
        }

        .dt-bootstrap .pagination .paginate_button.active a {
            color: #fff;
            border-color: #00a8ff !important;
            background-color: #00a8ff !important;
        }

        .dt-bootstrap .pagination .paginate_button:first-child a {
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .dt-bootstrap .pagination .paginate_button:last-child a {
            border-right: 1px solid #d8e2e7;
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

.steps-numeric-block .steps-numeric-header {
    border-bottom: solid 1px #d8e2e7;
    text-align: center
}

.steps-numeric-block .steps-numeric-header-in {
    color: #919fa9;
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 -2px
}

    .steps-numeric-block .steps-numeric-header-in ul {
        display: table-row;
        list-style: none
    }

    .steps-numeric-block .steps-numeric-header-in li {
        display: table-cell;
        vertical-align: middle;
        font-size: 0;
        line-height: 0;
        padding: 0 10px
    }

    .steps-numeric-block .steps-numeric-header-in .item {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        font-size: 1rem;
        border-bottom: solid 2px transparent
    }

    .steps-numeric-block .steps-numeric-header-in .num {
        border: solid 1px #919fa9;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 22px;
        position: relative;
        top: -1px;
        margin: 0 4px 0 0
    }

    .steps-numeric-block .steps-numeric-header-in .active {
        color: #0082c6
    }

        .steps-numeric-block .steps-numeric-header-in .active .item {
            border-bottom-color: #0082c6
        }

        .steps-numeric-block .steps-numeric-header-in .active .num {
            border-color: #0082c6
        }

.steps-numeric-block .steps-numeric-inner {
    padding: 30px 20px 25px
}

/*.steps-numeric-block .steps-numeric-inner .form-control {
        width: 100%;
        max-width: 280px
    }*/

.steps-numeric-block .steps-numeric-title {
    font-size: 1.25rem;
    margin: 0 0 20px
}

.steps-numeric-block .steps-numeric-footer {
    border-top: solid 1px #d8e2e7;
    text-align: center;
    line-height: 50px;
    font-weight: 600
}

    .steps-numeric-block .steps-numeric-footer .tbl-cell {
        border-left: solid 1px #d8e2e7;
        padding: 0 20px
    }

        .steps-numeric-block .steps-numeric-footer .tbl-cell:first-child {
            border-left: none
        }

    .steps-numeric-block .steps-numeric-footer a {
        color: #6c7a86
    }

.steps-icon-block {
    padding: 30px 20px 25px;
    text-align: center;
    zoom: 1
}

    .steps-icon-block:after, .steps-icon-block:before {
        content: " ";
        display: table
    }

    .steps-icon-block:after {
        clear: both
    }

    .steps-icon-block .steps-numeric-title {
        font-size: 1.25rem;
        margin: 0 0 15px
    }

    /*.steps-icon-block .form-control {
        width: 100%;
        max-width: 280px;
        margin: 0 auto
    }*/

    .steps-icon-block .btn {
        min-width: 100px;
        margin: 14px 5px 5px
    }

.steps-icon-progress {
    overflow: hidden
}

    .steps-icon-progress ul {
        zoom: 1;
        text-align: center;
        margin: 0 0 25px
    }

        .steps-icon-progress ul:after, .steps-icon-progress ul:before {
            content: " ";
            display: table
        }

        .steps-icon-progress ul:after {
            clear: both
        }

    .steps-icon-progress li {
        float: left;
        width: 25%;
        position: relative
    }

        .steps-icon-progress li:before {
            content: '';
            display: block;
            width: 100%;
            height: 8px;
            background: #e1e4e9;
            position: absolute;
            left: -50%;
            top: 10px
        }

        .steps-icon-progress li:first-child:before {
            display: none
        }

    .steps-icon-progress .icon {
        width: 28px;
        height: 28px;
        margin: 0 auto 5px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        line-height: 28px;
        background: #e1e4e9;
        color: #919fa9;
        position: relative;
        z-index: 5
    }

        .steps-icon-progress .icon .font-icon {
            position: relative;
            top: 1px
        }

    .steps-icon-progress .caption {
        display: inline-block;
        color: #919fa9
    }

    .steps-icon-progress .active:before {
        background-color: #0082c6
    }

    .steps-icon-progress .active .icon {
        background-color: #0082c6;
        color: #fff
    }

    .steps-icon-progress .active .caption {
        color: #343434
    }
