﻿.clear:after {
    content: ".";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #08c;
}

@media only screen and (min-width: 1025px) {
    a:hover {
        color: #00557f;
    }
}

a.normal-color {
    color: #343a40;
}

@media only screen and (min-width: 1025px) {
    a.normal-color:hover {
        color: #5d5d5d;
    }
}

sup {
    font-size: small;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
}

html,
body {
    height: 100%;
}

    html > img,
    body > img {
        display: none !important;
    }

.dfont,
body,
input,
textarea,
iframe a,
.btn,
select {
    font-family: Arial, 微軟正黑體;
}

.black-font {
    color: #343a40;
}

.white-font {
    color: #fff;
}

.fullhd-w {
    max-width: 1400px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .mx-txt-width {
        max-width: 450px;
        margin: 0 auto;
    }
}

.r-black-tri-up-span,
.sel.shift:before {
    width: 0;
    height: 0;
    display: inline-block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 7px solid #495057;
    vertical-align: middle;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: -moz-transform 350ms ease-in-out;
    -o-transition: -o-transform 350ms ease-in-out;
    -webkit-transition: -webkit-transform 350ms ease-in-out;
    transition: transform 350ms ease-in-out;
}

.r-black-tri-down-span,
.r-black-tri-down:after,
.sel:after {
    width: 0;
    height: 0;
    display: inline-block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 7px solid #495057;
    vertical-align: middle;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: -moz-transform 350ms ease-in-out;
    -o-transition: -o-transform 350ms ease-in-out;
    -webkit-transition: -webkit-transform 350ms ease-in-out;
    transition: transform 350ms ease-in-out;
}

body #fancybox-content {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

body {
    -webkit-text-size-adjust: 100%;
    background: none !important;
    line-height: 1.6;
    font-size: 14px;
    overflow-y: scroll;
}

img {
    width: 100%;
    display: block;
}

.size16 {
    font-size: 16px;
}

.size18 {
    font-size: 18px;
}

.touchevent {
    cursor: pointer;
}

.bold-font {
    font-weight: bold;
}

.animation,
.mask-bg,
.mask-bg .message-box,
.data-table .row-wrap,
.lightpick .lightpick__month select,
.lds-diamond div {
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.hvr-outline-in {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}

    .hvr-outline-in:before {
        pointer-events: none;
        content: "";
        position: absolute;
        border: solid 1px;
        border-color: #f0edf6;
        top: -3px;
        right: -3px;
        bottom: -3px;
        left: -3px;
        opacity: 0;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: top, right, bottom, left;
        transition-property: top, right, bottom, left;
    }

    .hvr-outline-in:hover:before {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
        opacity: 1;
    }

input[type="search"] {
    width: 100%;
    height: 40px;
    border: 1px solid #9c9c9c;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

/*input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: -1;
}*/

label {
    display: block;
    padding-left: 43px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
.form-control {
    display: block;
    width: 100%;
    height: -moz-calc((2.25rem + 2px));
    height: -webkit-calc((2.25rem + 2px));
    height: calc((2.25rem + 2px));
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #9c9c9c;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -moz-box-shadow: inset 0 0 0 transparent;
    -webkit-box-shadow: inset 0 0 0 transparent;
    box-shadow: inset 0 0 0 transparent;
    -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    input[type="text"]:disabled,
    input[type="text"]:read-only,
    input[type="email"]:disabled,
    input[type="email"]:read-only,
    input[type="password"]:disabled,
    input[type="password"]:read-only,
    input[type="number"]:disabled,
    input[type="number"]:read-only,
    .form-control:disabled,
    .form-control:read-only {
        background-color: #e9ecef;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        cursor: not-allowed;
        resize: none;
    }

    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus,
    input[type="number"]:focus,
    .form-control:focus {
        outline: 0;
    }

input[type="submit"]:focus {
    outline: 0;
}

input[type="file"] {
    padding: 0;
    width: 0.1px;
    height: 0.1px;
    position: absolute;
    z-index: -1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    overflow: hidden;
    -webkit-appearance: none;
}

input[type="file"]:focus {
        outline: 0;
}

input[type="file"].visible-frame {
        width: 100%;
        height: calc((2.25rem + 2px));
        position: relative;
        padding: 0.375rem 0.75rem;
        z-index: 1;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        overflow: auto;
        -webkit-appearance: initial;
}

input[type="color"] {
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
}

    input[type="color"]::-webkit-color-swatch-wrapper {
        padding: 0;
    }

    input[type="color"]::-webkit-color-swatch {
        border: none;
    }

input,
textarea {
    font-size: 14px;
    -webkit-appearance: none;
}
input,
checkbox {
    background-color: initial;
    cursor: default;
    appearance: checkbox;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}

    input.placeholder,
    textarea.placeholder {
        font-size: 14px;
        color: #9c9c9c;
    }

    input:-moz-placeholder,
    textarea:-moz-placeholder {
        font-size: 14px;
        color: #9c9c9c;
    }

    input::-moz-placeholder,
    textarea::-moz-placeholder {
        font-size: 14px;
        color: #9c9c9c;
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        font-size: 14px;
        color: #9c9c9c;
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        font-size: 14px;
        color: #9c9c9c;
    }

    input:read-only,
    textarea:read-only {
        background-color: #e9ecef;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        cursor: not-allowed;
        resize: none;
    }

textarea {
    min-height: 100px;
    -webkit-appearance: none;
    resize: vertical;
}

@media only screen and (max-width: 1024px) {
    textarea {
        resize: none;
    }
}

input[type="search"]:focus {
    outline: none !important;
}

input[type="text"]:focus {
    outline: none !important;
}

input[type="email"]:focus {
    outline: none !important;
}

input[type="password"]:focus {
    outline: none !important;
}

input[type="number"]:focus {
    outline: none !important;
}

input[type="button"]:focus {
    outline: none !important;
}

textarea:focus {
    outline: none !important;
}

.round-btn {
    display: block;
    position: relative;
    margin: 0 5px 0 0;
    padding-left: 25px;
    line-height: 120%;
}

    .round-btn span {
        display: block;
        padding: 2px 0 0;
        color: #505050;
        line-height: 130%;
        -moz-transition: color 350ms ease-in-out;
        -o-transition: color 350ms ease-in-out;
        -webkit-transition: color 350ms ease-in-out;
        transition: color 350ms ease-in-out;
    }

        .round-btn span:before,
        .round-btn span:after {
            content: "";
            display: block;
            position: absolute;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            -moz-transition: all 350ms ease-in-out;
            -o-transition: all 350ms ease-in-out;
            -webkit-transition: all 350ms ease-in-out;
            transition: all 350ms ease-in-out;
        }

        .round-btn span:before {
            width: 12px;
            height: 12px;
            top: 4px;
            left: 4px;
            background: #525252;
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .round-btn span:after {
            width: 20px;
            height: 20px;
            top: 0;
            left: 0;
            border: 1px solid #a7a7a7;
        }

    .round-btn input[type="checkbox"]:checked ~ span,
    .round-btn input[type="radio"]:checked ~ span {
        color: #000;
    }

        .round-btn input[type="checkbox"]:checked ~ span:before,
        .round-btn input[type="radio"]:checked ~ span:before {
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        .round-btn input[type="checkbox"]:checked ~ span:after,
        .round-btn input[type="radio"]:checked ~ span:after {
            border: 1px solid #525252;
        }

    .round-btn input[type="checkbox"]:disabled ~ span,
    .round-btn input[type="radio"]:disabled ~ span {
        color: #898989;
        cursor: not-allowed;
    }

        .round-btn input[type="checkbox"]:disabled ~ span:before,
        .round-btn input[type="radio"]:disabled ~ span:before {
            background: #c9caca;
        }

        .round-btn input[type="checkbox"]:disabled ~ span:after,
        .round-btn input[type="radio"]:disabled ~ span:after {
            border: 1px solid #c9caca;
            background: #e9ecef;
        }

.tick-btn {
    position: relative;
    padding-left: 27px;
}

    .tick-btn.in-title span {
        color: #fff;
    }

    .tick-btn.in-title input[type="checkbox"]:checked ~ span {
        color: #fff;
    }

    .tick-btn span {
        display: block;
        padding: 1px 0 0;
        color: #505050;
        line-height: 140%;
        -moz-transition: color 350ms ease-in-out;
        -o-transition: color 350ms ease-in-out;
        -webkit-transition: color 350ms ease-in-out;
        transition: color 350ms ease-in-out;
    }

        .tick-btn span:before {
            content: "";
            display: block;
            width: 20px;
            height: 20px;
            position: absolute;
            top: 0;
            left: 0;
            border: 1px solid #a7a7a7;
            -moz-transition: all 350ms ease-in-out;
            -o-transition: all 350ms ease-in-out;
            -webkit-transition: all 350ms ease-in-out;
            transition: all 350ms ease-in-out;
            background: #fff;
        }

        .tick-btn span .icon {
            display: block;
            width: 18px;
            height: 18px;
            position: absolute;
            top: 1px;
            left: 1px;
        }

            .tick-btn span .icon:before {
                content: "";
                display: block;
                width: 16px;
                height: 16px;
                position: absolute;
                top: 1px;
                right: 1px;
                background: #fff;
                -moz-transition: all 250ms ease-in-out;
                -o-transition: all 250ms ease-in-out;
                -webkit-transition: all 250ms ease-in-out;
                transition: all 250ms ease-in-out;
                z-index: 2;
            }

        .tick-btn span .fa-check {
            position: absolute;
            top: 2px;
            left: 2px;
            color: #525252;
        }

    .tick-btn input[type="checkbox"]:checked ~ span {
        color: #000;
    }

        .tick-btn input[type="checkbox"]:checked ~ span:before {
            border: 1px solid #525252;
        }

        .tick-btn input[type="checkbox"]:checked ~ span .icon:before {
            width: 0;
        }

    .tick-btn input[type="checkbox"]:disabled ~ span {
        color: #898989;
        cursor: not-allowed;
    }

        .tick-btn input[type="checkbox"]:disabled ~ span:before {
            border: 1px solid #c9caca;
        }

        .tick-btn input[type="checkbox"]:disabled ~ span .icon:before {
            background: #e9ecef;
        }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

button {
    outline: none !important;
}

.btn {
    display: inline-block;
    position: relative;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.46875rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media only screen and (min-width: 1025px) {
    .btn:hover {
        color: #212529;
    }
}

.btn.btn-flat {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.btn.disabled {
    cursor: not-allowed;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
    opacity: 0.65;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 10px;
    }

.btn-group {
    margin-top: -10px;
}

    .btn-group.txt-style-right > .btn,
    .data-table .row-wrap li.btn-group.txt-style-right > .btn {
        margin-left: 11px;
        margin-right: 0;
    }

        .btn-group.txt-style-right > .btn:first-child,
        .data-table .row-wrap li.btn-group.txt-style-right > .btn:first-child {
            margin-left: 0;
        }

    .btn-group > .btn {
        margin-top: 10px;
        margin-right: 11px;
    }

        .btn-group > .btn:last-child {
            margin-right: 0;
        }

.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    -moz-border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
}

.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    -moz-border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
}

.btn-xs {
    padding: 0.125rem 0.25rem;
    font-size: 0.75rem;
    -moz-border-radius: 0.15rem;
    -webkit-border-radius: 0.15rem;
    border-radius: 0.15rem;
}

.btn-default {
    background-color: #f8f9fa;
    border-color: #ddd;
    color: #444;
}

@media only screen and (min-width: 1025px) {
    .btn-default:hover {
        background-color: #e9ecef;
        color: #2b2b2b;
    }
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

@media only screen and (min-width: 1025px) {
    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

@media only screen and (min-width: 1025px) {
    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }
}

.btn-gradient-primary {
    color: #fff;
    background: #007bff url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2OGZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwN2JmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==") repeat-x !important;
    background: #007bff -moz-linear-gradient(270deg, #268fff, #007bff) repeat-x !important;
    background: #007bff -webkit-linear-gradient(270deg, #268fff, #007bff) repeat-x !important;
    background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x !important;
}

@media only screen and (min-width: 1025px) {
    .btn-gradient-primary:hover {
        color: #ececec;
        border-color: #0062cc;
        background: #0069d9 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2N2ZkZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjlkOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==") repeat-x !important;
        background: #0069d9 -moz-linear-gradient(270deg, #267fde, #0069d9) repeat-x !important;
        background: #0069d9 -webkit-linear-gradient(270deg, #267fde, #0069d9) repeat-x !important;
        background: #0069d9 linear-gradient(180deg, #267fde, #0069d9) repeat-x !important;
    }
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

@media only screen and (min-width: 1025px) {
    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

@media only screen and (min-width: 1025px) {
    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }
}

.btn-gradient-secondary {
    color: #fff;
    background: #6c757d url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgyOGE5MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZjNzU3ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==") repeat-x !important;
    background: #6c757d -moz-linear-gradient(270deg, #828a91, #6c757d) repeat-x !important;
    background: #6c757d -webkit-linear-gradient(270deg, #828a91, #6c757d) repeat-x !important;
    background: #6c757d linear-gradient(180deg, #828a91, #6c757d) repeat-x !important;
}

@media only screen and (min-width: 1025px) {
    .btn-gradient-secondary:hover {
        color: #ececec;
        border-color: #545b62;
        background: #5a6268 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzczNzk3ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVhNjI2OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==") repeat-x !important;
        background: #5a6268 -moz-linear-gradient(270deg, #73797f, #5a6268) repeat-x !important;
        background: #5a6268 -webkit-linear-gradient(270deg, #73797f, #5a6268) repeat-x !important;
        background: #5a6268 linear-gradient(180deg, #73797f, #5a6268) repeat-x !important;
    }
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

@media only screen and (min-width: 1025px) {
    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

@media only screen and (min-width: 1025px) {
    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }
}

.btn-gradient-success {
    color: #fff;
    background: #28a745 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ4YjQ2MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4YTc0NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==") repeat-x !important;
    background: #28a745 -moz-linear-gradient(270deg, #48b461, #28a745) repeat-x !important;
    background: #28a745 -webkit-linear-gradient(270deg, #48b461, #28a745) repeat-x !important;
    background: #28a745 linear-gradient(180deg, #48b461, #28a745) repeat-x !important;
}

@media only screen and (min-width: 1025px) {
    .btn-gradient-success:hover {
        color: #ececec;
        border-color: #1e7e34;
        background: #218838 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyOWE1NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIxODgzOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==") repeat-x !important;
        background: #218838 -moz-linear-gradient(270deg, #429a56, #218838) repeat-x !important;
        background: #218838 -webkit-linear-gradient(270deg, #429a56, #218838) repeat-x !important;
        background: #218838 linear-gradient(180deg, #429a56, #218838) repeat-x !important;
    }
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

@media only screen and (min-width: 1025px) {
    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
    }
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

@media only screen and (min-width: 1025px) {
    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }
}

.btn-gradient-info {
    color: #fff;
    background: #17a2b8 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNhYjBjMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE3YTJiOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==") repeat-x !important;
    background: #17a2b8 -moz-linear-gradient(270deg, #3ab0c3, #17a2b8) repeat-x !important;
    background: #17a2b8 -webkit-linear-gradient(270deg, #3ab0c3, #17a2b8) repeat-x !important;
    background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x !important;
}

@media only screen and (min-width: 1025px) {
    .btn-gradient-info:hover {
        color: #ececec;
        border-color: #117a8b;
        background: #138496 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM2OTdhNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEzODQ5NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==") repeat-x !important;
        background: #138496 -moz-linear-gradient(270deg, #3697a6, #138496) repeat-x !important;
        background: #138496 -webkit-linear-gradient(270deg, #3697a6, #138496) repeat-x !important;
        background: #138496 linear-gradient(180deg, #3697a6, #138496) repeat-x !important;
    }
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

@media only screen and (min-width: 1025px) {
    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

@media only screen and (min-width: 1025px) {
    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }
}

.btn-gradient-danger {
    color: #fff;
    background: #dc3545 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxNTM2MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RjMzU0NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==") repeat-x !important;
    background: #dc3545 -moz-linear-gradient(270deg, #e15361, #dc3545) repeat-x !important;
    background: #dc3545 -webkit-linear-gradient(270deg, #e15361, #dc3545) repeat-x !important;
    background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x !important;
}

@media only screen and (min-width: 1025px) {
    .btn-gradient-danger:hover {
        color: #ececec;
        border-color: #bd2130;
        background: #c82333 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QwNDQ1MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M4MjMzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==") repeat-x !important;
        background: #c82333 -moz-linear-gradient(270deg, #d04451, #c82333) repeat-x !important;
        background: #c82333 -webkit-linear-gradient(270deg, #d04451, #c82333) repeat-x !important;
        background: #c82333 linear-gradient(180deg, #d04451, #c82333) repeat-x !important;
    }
}

.btn-warning {
    color: #1f2d3d;
    background-color: #ffc107;
    border-color: #ffc107;
}

@media only screen and (min-width: 1025px) {
    .btn-warning:hover {
        color: #1f2d3d;
        background-color: #e0a800;
        border-color: #d39e00;
    }
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

@media only screen and (min-width: 1025px) {
    .btn-outline-warning:hover {
        color: #1f2d3d;
        background-color: #ffc107;
        border-color: #ffc107;
    }
}

.btn-gradient-warning {
    color: #1f2d3d;
    background: #ffc107 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2EyYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYzEwNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==") repeat-x !important;
    background: #ffc107 -moz-linear-gradient(270deg, #ffca2c, #ffc107) repeat-x !important;
    background: #ffc107 -webkit-linear-gradient(270deg, #ffca2c, #ffc107) repeat-x !important;
    background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x !important;
}

@media only screen and (min-width: 1025px) {
    .btn-gradient-warning:hover {
        color: #121a24;
        border-color: #d39e00;
        background: #e0a800 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0YjUyNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UwYTgwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==") repeat-x !important;
        background: #e0a800 -moz-linear-gradient(270deg, #e4b526, #e0a800) repeat-x !important;
        background: #e0a800 -webkit-linear-gradient(270deg, #e4b526, #e0a800) repeat-x !important;
        background: #e0a800 linear-gradient(180deg, #e4b526, #e0a800) repeat-x !important;
    }
}

.file-upload {
    position: relative;
}

    .file-upload.visible-frame {
        padding: 0;
    }

        .file-upload.visible-frame input[type="file"] {
            width: 100%;
            height: calc((2.25rem + 2px));
            position: relative;
            padding: 0.375rem 0.75rem;
            z-index: 1;
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1;
            overflow: auto;
            -webkit-appearance: initial;
            border: 1px solid #9c9c9c;
            -moz-border-radius: 0.25rem;
            -webkit-border-radius: 0.25rem;
            border-radius: 0.25rem;
            background: #fff;
        }

.img-upload {
    position: relative;
}

    .img-upload .upload-btn label {
        padding-left: 0;
    }

        .img-upload .upload-btn label .icon,
        .img-upload .upload-btn label .txt-disp {
            display: inline-block;
        }

        .img-upload .upload-btn label .icon {
            width: 100px;
            height: 38px;
            padding: 0;
            font-size: 20px;
            line-height: 36px;
            float: left;
            -moz-border-radius-topleft: 0;
            -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
            -moz-border-radius-bottomleft: 0;
            -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
            -moz-border-radius-bottomright: 0;
            -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .img-upload .upload-btn label .txt-disp {
            width: -moz-calc((100% - 100px));
            width: -webkit-calc((100% - 100px));
            width: calc((100% - 100px));
            height: 76px;
            padding: 0 0.75rem 0 90px;
            line-height: 36px;
            float: left;
            border: 1px solid #9c9c9c;
            border-right: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .img-upload .upload-btn .title {
        display: block;
        min-width: 80px;
        position: absolute;
        bottom: 0;
        right: 100px;
        padding: 2px 0px 2px 10px;
        z-index: 111;
        background: #343a40;
        color: #fff;
        text-align: center;
        -moz-border-radius-topleft: 40px;
        -webkit-border-top-left-radius: 40px;
        border-top-left-radius: 40px;
    }

    .img-upload .btn-danger,
    .img-upload .btn-warning,
    .img-upload .btn-primary {
        width: 100px;
        position: absolute;
        top: 38px;
        right: 0px;
        -moz-border-radius-topleft: 0;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -moz-border-radius-topright: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
    }

    .img-upload .preview {
        width: 76px;
        height: 76px;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
    }

        .img-upload .preview.rel-pos {
            position: relative;
        }

        .img-upload .preview .inner-cell {
            display: table-cell;
            width: inherit;
            height: inherit;
            padding: 5px;
            vertical-align: middle;
        }

        .img-upload .preview:before {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            border: 1px solid #9c9c9c;
            pointer-events: none;
        }

        .img-upload .preview a {
            display: block;
        }

        .img-upload .preview img {
            width: auto;
            max-width: 66px;
            height: auto;
            max-height: 66px;
            margin: auto;
        }

    .img-upload .url-txt {
        width: -moz-calc((100% - 175px));
        width: -webkit-calc((100% - 175px));
        width: calc((100% - 175px));
        height: 76px;
        position: absolute;
        top: -3px;
        left: 71px;
        border-radius: 0;
        border-right: 0;
        z-index: 11;
    }

.input-group {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
}

    .input-group.reverse-row {
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .input-group > .form-control {
        position: relative;
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

.input-group-append,
.input-group-prepend {
    display: -webkit-flex;
    display: flex;
}

    .input-group-append .btn,
    .input-group-prepend .btn {
        position: relative;
        z-index: 2;
    }

.input-group-prepend {
    margin-right: -1px;
}

    .input-group-prepend > .btn {
        -moz-border-radius-topright: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-prepend + input {
        -moz-border-radius-topleft: 0;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.input-group-append {
    margin-left: -1px;
}

    .input-group-append > .btn {
        -moz-border-radius-topleft: 0;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-append + input {
        -moz-border-radius-topright: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.input-icon {
    position: relative;
}

    .input-icon .svg-inline--fa {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -10px;
        font-size: 20px;
        color: #777;
        pointer-events: none;
        z-index: 11;
    }

    .input-icon input {
        padding-right: 40px;
    }

.custom-control {
    display: block;
    min-height: 24px;
    position: relative;
}

    .custom-control input {
        position: absolute;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        z-index: -1;
    }

.custom-control-label {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #003c7d;
    background-color: #007bff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-label:after {
    background-color: #dee2e6;
    -moz-transform: translateX(16px);
    -ms-transform: translateX(16px);
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}

    .custom-control-input:disabled ~ .custom-control-label:before {
        background-color: #e9ecef;
    }

.custom-control-label::before,
.custom-file-label,
.custom-select {
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-control-label:before,
.custom-control-label:after {
    content: "";
    display: block;
    position: absolute;
}

.custom-control-label:before {
    width: 18px;
    height: 18px;
    top: 4px;
    left: -24px;
    background-color: #dee2e6;
    border: 1px solid #adb5bd;
    pointer-events: none;
    -moz-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.1);
}

.custom-control-label:after {
    left: -24px;
    background: no-repeat 50%/50% 50%;
}

.custom-switch {
    padding-left: 41px;
}

    .custom-switch.custom-switch-off-danger .custom-control-input ~ .custom-control-label:before {
        background: #dc3545;
        border-color: #921925;
    }

    .custom-switch.custom-switch-off-danger .custom-control-input ~ .custom-control-label:after {
        background: #7c151f;
    }

    .custom-switch.custom-switch-on-success .custom-control-input:checked ~ .custom-control-label:before {
        background: #28a745;
        border-color: #145523;
    }

    .custom-switch.custom-switch-on-success .custom-control-input:checked ~ .custom-control-label:after {
        background: #86e29b;
    }

    .custom-switch .custom-control-label {
        padding-top: 2px;
        padding-left: 0;
        line-height: 22px;
    }

        .custom-switch .custom-control-label:before {
            width: 34px;
            left: -41px;
            pointer-events: all;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
        }

        .custom-switch .custom-control-label:after {
            width: 14px;
            height: 14px;
            top: 6px;
            left: -39px;
            background-color: #adb5bd;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            -moz-transition: -moz-transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            -o-transition: -o-transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            -webkit-transition: -webkit-transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }

.slider.slider-horizontal {
    width: 100%;
}

    .slider.slider-horizontal .tooltip[style*="left: 0%;"],
    .slider.slider-horizontal .tooltip[style*="left:0%;"] {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .slider.slider-horizontal .tooltip[style*="left: 100%;"],
    .slider.slider-horizontal .tooltip[style*="left:100%;"] {
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

.slider .tooltip {
    top: 5px;
}

    .slider .tooltip.in {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
        opacity: 0.9;
    }

.slider-handle {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0NDM1ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzODlkNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #24435f), color-stop(100%, #3389d4));
    background-image: -moz-linear-gradient(top, #24435f 0%, #3389d4 100%);
    background-image: -webkit-linear-gradient(top, #24435f 0%, #3389d4 100%);
    background-image: linear-gradient(to bottom, #24435f 0%, #3389d4 100%);
}

.tooltip {
    display: block;
    position: absolute;
    margin: 0;
    word-wrap: break-word;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
    z-index: 1070;
}

.tooltip-inner {
    max-width: 200px;
    padding: 4px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.slider-red .slider .slider-selection {
    background: #dc3545;
}

.slider-blue .slider .slider-selection {
    background: #007bff;
}

.slider-green .slider .slider-selection {
    background: #28a745;
}

.slider-yellow .slider .slider-selection {
    background: #ffc107;
}

.slider-teal .slider .slider-selection {
    background: #20c997;
}

.slider-purple .slider .slider-selection {
    background: #6f42c1;
}

.bootstrap-switch {
    display: inline-block;
    position: relative;
    border: 1px solid #ced4da;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    line-height: 8px;
    overflow: hidden;
    text-align: left;
    -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    vertical-align: middle;
    z-index: 0;
}

    .bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
        -moz-transition: margin-left 0.5s;
        -o-transition: margin-left 0.5s;
        -webkit-transition: margin-left 0.5s;
        transition: margin-left 0.5s;
    }

    .bootstrap-switch .bootstrap-switch-container {
        display: inline-block;
        top: 0;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .bootstrap-switch .bootstrap-switch-handle-off,
    .bootstrap-switch .bootstrap-switch-handle-on,
    .bootstrap-switch .bootstrap-switch-label {
        display: table-cell;
        padding: 4px 8px;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        cursor: pointer;
        vertical-align: middle;
    }

    .bootstrap-switch .bootstrap-switch-handle-off,
    .bootstrap-switch .bootstrap-switch-handle-on {
        text-align: center;
        z-index: 1;
        -moz-border-radius-bottomleft: 1.6px;
        -webkit-border-bottom-left-radius: 1.6px;
        border-bottom-left-radius: 1.6px;
        -moz-border-radius-topleft: 1.6px;
        -webkit-border-top-left-radius: 1.6px;
        border-top-left-radius: 1.6px;
    }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
            background: #007bff;
            color: #fff;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
            background: #e9ecef;
            color: #1f2d3d;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,
        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
            background: #28a745;
            color: #fff;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,
        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
            background: #dc3545;
            color: #fff;
        }

    .bootstrap-switch input[type="checkbox"],
    .bootstrap-switch input[type="radio"] {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        visibility: hidden;
        z-index: -1;
    }

.button-link {
    display: inline-block;
}

.l-arrow:before {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    margin: -3px 5px 0 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    vertical-align: middle;
}

.r-arrow:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 2px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.r-black-tri-up:after {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    margin: -3px 0 0 5px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 7px solid #000;
    vertical-align: middle;
}

.r-black-tri-down:after {
    content: "";
    margin: 0 0 0 5px;
}

.r-black-arrow-down:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    vertical-align: 3px;
}

.txt-style-center {
    text-align: center;
}

.txt-style-left,
.data-table .row-wrap li.txt-style-left {
    text-align: left;
}

.txt-style-right,
.data-table .row-wrap li.txt-style-right {
    text-align: right;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    margin: 0;
}

.list-container .list-title {
    font-size: 128.5714%;
}

.list-container ul {
    margin-left: 19px;
}

.list-container li {
    position: relative;
    margin-top: 5px;
    list-style-type: decimal;
    letter-spacing: 1px;
}

.with-dots > li {
    position: relative;
    list-style-type: none;
}

    .with-dots > li:before {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        position: absolute;
        top: 9px;
        left: -14px;
        background: #343a40;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

.with-square > li {
    position: relative;
    list-style-type: none;
}

    .with-square > li:before {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        position: absolute;
        top: 9px;
        left: -14px;
        background: #343a40;
    }

.with-nums > li {
    position: relative;
    list-style-type: decimal;
}

.sel {
    position: relative;
}

    .sel:focus-within:after {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sel:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -3.5px;
        right: 11px;
        pointer-events: none;
    }

    .sel.shift:focus-within:after {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .sel.shift:before {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -8px;
        right: 11px;
        pointer-events: none;
    }

    .sel.shift:after {
        margin-top: 1px;
    }

    .sel.birth-wrap {
        padding: 0 5px;
    }

        .sel.birth-wrap:after {
            right: 15px;
        }

        .sel.birth-wrap select {
            padding: 0 15px;
        }

select {
    width: 100%;
    height: 38px;
    padding: 0 30px 0 15px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: 1px solid #9c9c9c;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #495057;
}

    select::-ms-expand {
        display: none;
    }

    select:focus {
        outline: 0;
    }

.fstElement {
    display: block;
    font-size: 100%;
    border-color: #9c9c9c;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.fstMultipleMode .fstControls {
    width: 100%;
    min-height: 36px;
    padding: 0 30px 5px 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.fstMultipleMode .fstChoiceItem {
    position: relative;
    margin: 5px 0 0 5px;
    padding: 1px 10px 1px 25px;
    font-size: 14px;
    border: 1px solid #343a40;
    background-color: #343a40;
    z-index: 1;
}

.fstMultipleMode .fstQueryInput {
    width: 100%;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0 30px 0 0.75rem;
    font-size: 14px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.fstResultItem,
.fstNoResults {
    font-size: 14px;
}

.fstResultItem {
    padding: 7px 0.75rem;
}

    .fstResultItem.fstSelected {
        background-color: #343a40;
        border-color: #a8c3f3;
    }

.fstChoiceRemove {
    margin-top: -12px;
    font-size: 20px;
}

.original-size {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.large-size {
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.rel-pos {
    position: relative;
}

.fix-pos {
    position: fixed;
}

[class*="col-sm-"],
[class*="col-md-"],
[class*="col-lg-"],
[class*="col-"] {
    width: 100%;
    position: relative;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.col-sm-auto,
.col-md-auto,
.col-lg-auto {
    display: inline-block;
    width: auto;
}

    .col-sm-auto > .cell-group,
    .col-md-auto > .cell-group,
    .col-lg-auto > .cell-group {
        margin: 0 -5px;
    }

.col-sm-0,
.col-md-0,
.col-lg-0,
.col-0 {
    display: none;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

@media only screen and (min-width: 568px) {
    .col-sm-1,
    .col-md-1,
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

@media only screen and (min-width: 568px) {
    .col-sm-2,
    .col-md-2,
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

@media only screen and (min-width: 568px) {
    .col-sm-3,
    .col-md-3,
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

@media only screen and (min-width: 568px) {
    .col-sm-4,
    .col-md-4,
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

@media only screen and (min-width: 568px) {
    .col-sm-5,
    .col-md-5,
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

@media only screen and (min-width: 568px) {
    .col-sm-6,
    .col-md-6,
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

@media only screen and (min-width: 568px) {
    .col-sm-7,
    .col-md-7,
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

@media only screen and (min-width: 568px) {
    .col-sm-8,
    .col-md-8,
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

@media only screen and (min-width: 568px) {
    .col-sm-9,
    .col-md-9,
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

@media only screen and (min-width: 568px) {
    .col-sm-10,
    .col-md-10,
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

@media only screen and (min-width: 568px) {
    .col-sm-11,
    .col-md-11,
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media only screen and (min-width: 568px) {
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.mask-bg {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    cursor: pointer;
}

    .mask-bg .mask-bg-table {
        display: table;
        width: 100%;
        height: 100%;
    }

    .mask-bg .mask-shadow {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.7);
        z-index: 1;
    }

    .mask-bg .full-w {
        display: table-cell;
        vertical-align: middle;
        z-index: 99999;
    }

    .mask-bg .close {
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 20px;
        line-height: 100%;
        color: #343a40;
        z-index: 9999;
    }

    .mask-bg .message-box {
        max-width: 500px;
        min-height: 215px;
        max-height: 600px;
        position: relative;
        margin: 0 auto;
        padding: 45px 10px 20px;
        -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        cursor: auto;
        background: #fff;
        text-align: center;
        overflow-y: auto;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        z-index: 11;
    }

@media only screen and (max-width: 1024px) {
    .mask-bg .message-box {
        width: -moz-calc((100vw - 20px));
        width: -webkit-calc((100vw - 20px));
        width: calc((100vw - 20px));
    }
}

@media only screen and (max-width: 767px) {
    .mask-bg .message-box {
        max-height: 80vh;
    }
}

.mask-bg .message-box > .title {
    padding: 0 40px 10px;
    font-size: 128.5714%;
}

@media only screen and (max-width: 767px) {
    .mask-bg .message-box > .title {
        padding: 0 30px 10px;
    }
}

.mask-bg .message-box .message {
    padding: 0 30px 20px;
    word-break: break-word;
}

@media only screen and (max-width: 767px) {
    .mask-bg .message-box .message {
        padding: 0 20px 20px;
    }
}

.mask-bg .message-box .message span {
    display: inline-block;
    text-align: left;
}

h3 {
    font-size: 128.57%;
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 114.2857%;
    }
}

.gray-bg {
    background: #f4f6f9;
}

@-webkit-keyframes no-show {
    0% {
        max-height: 4000px;
    }

    100% {
        max-height: 52px;
    }
}

@-moz-keyframes no-show {
    0% {
        max-height: 4000px;
    }

    100% {
        max-height: 52px;
    }
}

@-ms-keyframes no-show {
    0% {
        max-height: 4000px;
    }

    100% {
        max-height: 52px;
    }
}

@keyframes no-show {
    0% {
        max-height: 4000px;
    }

    100% {
        max-height: 52px;
    }
}

@-webkit-keyframes show {
    0% {
        max-height: 52px;
    }

    100% {
        max-height: 4000px;
    }
}

@-moz-keyframes show {
    0% {
        max-height: 52px;
    }

    100% {
        max-height: 4000px;
    }
}

@-ms-keyframes show {
    0% {
        max-height: 52px;
    }

    100% {
        max-height: 4000px;
    }
}

@keyframes show {
    0% {
        max-height: 52px;
    }

    100% {
        max-height: 4000px;
    }
}

@-webkit-keyframes m-no-show {
    0% {
        max-height: 6000px;
    }

    100% {
        max-height: 45px;
    }
}

@-moz-keyframes m-no-show {
    0% {
        max-height: 6000px;
    }

    100% {
        max-height: 45px;
    }
}

@-ms-keyframes m-no-show {
    0% {
        max-height: 6000px;
    }

    100% {
        max-height: 45px;
    }
}

@keyframes m-no-show {
    0% {
        max-height: 6000px;
    }

    100% {
        max-height: 45px;
    }
}

@-webkit-keyframes m-show {
    0% {
        max-height: 45px;
    }

    100% {
        max-height: 6000px;
    }
}

@-moz-keyframes m-show {
    0% {
        max-height: 45px;
    }

    100% {
        max-height: 6000px;
    }
}

@-ms-keyframes m-show {
    0% {
        max-height: 45px;
    }

    100% {
        max-height: 6000px;
    }
}

@keyframes m-show {
    0% {
        max-height: 45px;
    }

    100% {
        max-height: 6000px;
    }
}

.card {
    position: relative;
    margin: 0 0 15px;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
}

    .card.folded-wrap {
        max-height: 52px;
        margin-bottom: -10px;
        overflow: hidden;
    }

@media only screen and (max-width: 767px) {
    .card.folded-wrap {
        max-height: 45px;
        margin-bottom: -5px;
    }
}

.card.folded-wrap.close {
    -moz-animation: no-show 950ms ease-out forwards;
    -webkit-animation: no-show 950ms ease-out forwards;
    animation: no-show 950ms ease-out forwards;
    -moz-animation-delay: -650ms;
    -webkit-animation-delay: -650ms;
    animation-delay: -650ms;
}

@media only screen and (max-width: 767px) {
    .card.folded-wrap.close {
        -moz-animation: m-no-show 950ms ease-out forwards;
        -webkit-animation: m-no-show 950ms ease-out forwards;
        animation: m-no-show 950ms ease-out forwards;
        -moz-animation-delay: -750ms;
        -webkit-animation-delay: -750ms;
        animation-delay: -750ms;
    }
}

.card.folded-wrap.close .plus {
    display: inline-block;
}

.card.folded-wrap.close .minus {
    display: none;
}

.card.folded-wrap.open {
    margin-bottom: 15px;
    -moz-animation: m-show 950ms ease-in forwards;
    -webkit-animation: m-show 950ms ease-in forwards;
    animation: m-show 950ms ease-in forwards;
}

@media only screen and (max-width: 767px) {
    .card.folded-wrap.open {
        -moz-animation: m-show 950ms ease-in forwards;
        -webkit-animation: m-show 950ms ease-in forwards;
        animation: m-show 950ms ease-in forwards;
    }
}

.card.folded-wrap.open h3 {
    white-space: normal;
    overflow: auto;
}

.card.folded-wrap.open .plus {
    display: none;
}

.card.folded-wrap.open .minus {
    display: inline-block;
}

.card.folded-wrap h3 {
    margin-right: 55px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.card.folded-wrap .plus,
.card.folded-wrap .minus {
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 18px;
    z-index: 99;
}

@media only screen and (max-width: 767px) {
    .card.folded-wrap .plus,
    .card.folded-wrap .minus {
        top: 12px;
        font-size: 16px;
    }
}

.card.folded-wrap .plus:before,
.card.folded-wrap .minus:before {
    content: "";
    display: block;
    width: 55px;
    height: 50px;
    position: absolute;
    top: -12px;
    right: -20px;
}

@media only screen and (max-width: 767px) {
    .card.folded-wrap .plus:before,
    .card.folded-wrap .minus:before {
        height: 45px;
    }
}

.card.folded-wrap .minus {
    display: none;
}

.card-body:after,
.card-footer:after,
.card-header:after {
    display: block;
    content: "";
    clear: both;
}

.card-head {
    position: relative;
    border-bottom: 1px solid #dfdfdf;
}

    .card-head h3 {
        padding: 10px 15px;
    }

    .card-head:before {
        content: "";
        display: block;
        height: 3px;
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ExY2VmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlNWM4MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
        background-size: 100%;
        background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #a1ceff), color-stop(100%, #ee5c83));
        background-image: -moz-linear-gradient(left, #a1ceff, #ee5c83);
        background-image: -webkit-linear-gradient(left, #a1ceff, #ee5c83);
        background-image: linear-gradient(to right, #a1ceff, #ee5c83);
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
    }

    .card-head.l-tag:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 3px;
        left: 0;
        border-style: solid;
        border-width: 22px 25px 0 0;
        border-color: #a3cbfc transparent transparent transparent;
    }

.card-body {
    padding: 20px 15px;
}

.form-wrap .row-group [class*="col-sm-"] > .form-label,
.form-wrap .row-group [class*="col-md-"] > .form-label,
.form-wrap .row-group [class*="col-lg-"] > .form-label,
.form-wrap .row-group [class*="col-"] > .form-label {
    font-size: 107.1428%;
}

.form-wrap .row-group [class*="col-sm-"].inline-wrap > .form-label,
.form-wrap .row-group [class*="col-md-"].inline-wrap > .form-label,
.form-wrap .row-group [class*="col-lg-"].inline-wrap > .form-label,
.form-wrap .row-group [class*="col-"].inline-wrap > .form-label {
    font-size: 100%;
}

.form-wrap .row-group > .form-label {
    font-size: 107.1428%;
}

    .form-wrap .row-group > .form-label ~ * .form-label {
        font-size: 100%;
    }

.form-label {
    display: block;
    padding: 0 10px 5px 0;
    line-height: 130%;
    cursor: auto;
    vertical-align: top;
    color:darkblue;
    font-weight:bold;
}

.w350 {
    width: 100%;
    max-width: 350px;
}

@media only screen and (max-width: 767px) {
    .w350 {
        padding: 0 10px;
    }
}

.w500 {
    width: 100%;
    max-width: 500px;
}

@media only screen and (max-width: 767px) {
    .w500 {
        padding: 0 10px;
    }
}

.height100 {
    height: 100%;
}

.mt-10 {
    margin-top: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}
.mt-30 {
    margin-top: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mr-40 {
    margin-right: 40px;
}

.ml-40 {
    margin-left: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mr-50 {
    margin-right: 50px;
}

.ml-50 {
    margin-left: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}
.mt-60 {
    margin-top: 60px;
}

.mr-60 {
    margin-right: 60px;
}

.ml-60 {
    margin-left: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}
.mt-70 {
    margin-top: 70px;
}

.mr-70 {
    margin-right: 70px;
}

.ml-70 {
    margin-left: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}




.auto-center {
    margin: 0 auto;
}

.mx1024 {
    max-width: 1024px;
}

.mx1200 {
    max-width: 1200px;
}

.container-fluid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 60px;
}

@media only screen and (max-width: 767px) {
    .container-fluid {
        padding: 0 15px 30px;
    }
}

.section-title {
    display: -webkit-flex;
    display: flex;
    padding: 15px 0;
    font-size: 214.2857%;
    line-height: 120%;
}

@media only screen and (max-width: 767px) {
    .section-title {
        font-size: 171.4285%;
    }
}

@media only screen and (max-width: 767px) {
    .section-title {
        font-size: 142.857%;
    }
}

.section-title .title_left {
    flex: 1;
}

.section-title .title_right {
    flex: 0 0 auto;
    font-size: 66.6667%;
}

.flex-center {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.row,
.cell-group {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.row,
.row-group {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-bottom: 20px;
}

    .row:last-child,
    .row-group:last-child {
        margin-bottom: 0;
    }

    .row-group > .form-label {
        padding: 0 10px 5px 7.5px;
    }

    .row-group > .cell-group {
        margin: 0 0 -10px;
    }

        .row-group > .cell-group > [class*="col-sm-"],
        .row-group > .cell-group > [class*="col-md-"],
        .row-group > .cell-group > [class*="col-lg-"],
        .row-group > .cell-group > [class*="col-"] {
            margin: 0 0 10px;
        }

            .row-group > .cell-group > [class*="col-sm-"] > .card,
            .row-group > .cell-group > [class*="col-md-"] > .card,
            .row-group > .cell-group > [class*="col-lg-"] > .card,
            .row-group > .cell-group > [class*="col-"] > .card {
                margin: 0 0 5px;
            }

    .row-group > [class*="col-sm-"] > .cell-group,
    .row-group > [class*="col-md-"] > .cell-group,
    .row-group > [class*="col-lg-"] > .cell-group,
    .row-group > [class*="col-"] > .cell-group {
        margin: 0 -7.5px -10px;
    }

        .row-group > [class*="col-sm-"] > .cell-group > [class*="col-sm-"],
        .row-group > [class*="col-sm-"] > .cell-group > [class*="col-md-"],
        .row-group > [class*="col-sm-"] > .cell-group > [class*="col-lg-"],
        .row-group > [class*="col-sm-"] > .cell-group > [class*="col-"],
        .row-group > [class*="col-md-"] > .cell-group > [class*="col-sm-"],
        .row-group > [class*="col-md-"] > .cell-group > [class*="col-md-"],
        .row-group > [class*="col-md-"] > .cell-group > [class*="col-lg-"],
        .row-group > [class*="col-md-"] > .cell-group > [class*="col-"],
        .row-group > [class*="col-lg-"] > .cell-group > [class*="col-sm-"],
        .row-group > [class*="col-lg-"] > .cell-group > [class*="col-md-"],
        .row-group > [class*="col-lg-"] > .cell-group > [class*="col-lg-"],
        .row-group > [class*="col-lg-"] > .cell-group > [class*="col-"],
        .row-group > [class*="col-"] > .cell-group > [class*="col-sm-"],
        .row-group > [class*="col-"] > .cell-group > [class*="col-md-"],
        .row-group > [class*="col-"] > .cell-group > [class*="col-lg-"],
        .row-group > [class*="col-"] > .cell-group > [class*="col-"] {
            margin: 0 0 10px;
        }

.cell-group {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

    .cell-group.align-top {
        -webkit-align-items: stretch;
        align-items: stretch;
    }

    .cell-group.align-middle {
        -webkit-align-items: center;
        align-items: center;
    }

    .cell-group.no-mb > [class*="col-"] {
        margin-bottom: 0;
    }

.inline-wrap > *,
.inline-wrap input {
    display: inline-block;
    vertical-align: middle;
}

.inline-wrap > .form-label {
    padding: 0 10px 0 0;
}

.inline-wrap input {
    width: auto;
}

.btns-disp {
    overflow-x: auto;
}

    .btns-disp table th,
    .btns-disp table td {
        width: 16.66667%;
        vertical-align: top;
    }

.btn-cover {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

    .btn-cover > .form-control {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        cursor: default;
    }

    .btn-cover > .btn {
        pointer-events: none;
    }

.daterangepicker {
    border: 1px solid #e2e4e7;
}

    .daterangepicker.ltr .calendar.left {
        margin: 4px;
    }

        .daterangepicker.ltr .calendar.left .calendar-table {
            padding: 0;
        }

    .daterangepicker .calendar {
        margin: 4px;
    }

        .daterangepicker .calendar .calendar-table {
            width: 250px;
            padding: 0;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
        }

            .daterangepicker .calendar .calendar-table table th,
            .daterangepicker .calendar .calendar-table table td {
                padding: 3px;
                line-height: 180%;
            }

            .daterangepicker .calendar .calendar-table table th {
                font-size: 114.2857%;
                cursor: default;
            }

                .daterangepicker .calendar .calendar-table table th.prev.available,
                .daterangepicker .calendar .calendar-table table th.next.available {
                    cursor: pointer;
                }

table {
    border: 1px solid #dee2e6;
}

    table.full-wrap {
        width: 100%;
    }

@media only screen and (max-width: 1024px) {
    table.full-wrap {
        width: 989px;
    }
}

table.full100 {
    width: 100%;
}

table.title-bg th {
    width: 300px;
    background: #eff0f2;
}

@media only screen and (max-width: 1024px) {
    table.title-bg th {
        width: 35%;
    }
}

table th,
table td {
    position: relative;
    padding: 15px;
    border: 1px solid #dee2e6;
    vertical-align: middle;
}

table th {
    font-size: 128.57%;
    font-weight: bold;
}

    table th em {
        display: inline-block;
        color: #e83e8c;
        font-weight: normal;
    }

.animation-tempo-250 {
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.animation-tempo-350,
a {
    -moz-transition-duration: 350ms;
    -o-transition-duration: 350ms;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

    .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0 none;
    }

.pagination {
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .pagination {
        text-align: center;
    }
}

.pagination .inner-attr {
    display: inline-block;
}

.pagination .shift-icon,
.pagination .page-num {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .pagination .shift-icon {
        margin: 0 -2.5px;
    }
}

.pagination a {
    display: block;
    min-width: 28px;
    padding: 3px 2px;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #343a40;
}

@media only screen and (min-width: 1025px) {
    .pagination a {
        color: #5d5d5d;
    }
}

.pagination .page-num li {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .pagination .page-num li {
        margin: 0 -2.5px;
    }
}

@media only screen and (min-width: 1025px) {
    .pagination .page-num li a:hover {
        background: #e6e6e6;
    }
}

.pagination .page-num li a.selected {
    background: #909090;
    color: #fff;
}

@media only screen and (min-width: 1025px) {
    .pagination .page-num li a.selected:hover {
        cursor: default;
    }
}

.dataTables_paginate li {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .dataTables_paginate li {
        margin: 0 -2.5px;
    }
}

.dataTables_paginate li.active a {
    background: #909090;
    color: #fff;
}

@media only screen and (min-width: 1025px) {
    .dataTables_paginate li.active a:hover {
        background: #909090;
        cursor: default;
    }
}

.dataTables_paginate li a {
    cursor: pointer;
}

@media only screen and (min-width: 1025px) {
    .dataTables_paginate li a:hover {
        background: #e6e6e6;
    }
}

.data-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .data-table.border-attr {
        border-bottom: 1px solid #d5d6d8;
    }

        .data-table.border-attr .row-wrap {
            border-right: 1px solid #d5d6d8;
            border-left: 1px solid #d5d6d8;
        }

            .data-table.border-attr .row-wrap.title {
                border-right: 1px solid #343a40;
                border-left: 1px solid #343a40;
            }

                .data-table.border-attr .row-wrap.title li:first-child {
                    border-left: 1px solid #3e4c59;
                }

                .data-table.border-attr .row-wrap.title li:last-child {
                    border-right: 1px solid #3e4c59;
                }

            .data-table.border-attr .row-wrap li {
                border-right: 1px solid #d5d6d8;
            }

                .data-table.border-attr .row-wrap li:last-child {
                    border-right: 0;
                }

@media only screen and (min-width: 1025px) {
    .data-table.edit-attr .row-wrap:hover {
        background: #b9b9b9;
    }
}

@media only screen and (min-width: 1025px) {
    .data-table.edit-attr .row-wrap:nth-child(2n + 1):hover {
        background: #b9b9b9;
    }
}

.data-table.edit-attr .row-wrap.edited {
    background: #ffda49;
}

@media only screen and (min-width: 1025px) {
    .data-table.edit-attr .row-wrap.edited:hover {
        background: #daae00;
    }
}

@media only screen and (min-width: 1025px) {
    .data-table.edit-attr .row-wrap.edited:nth-child(2n + 1):hover {
        background: #daae00;
    }
}

@media only screen and (min-width: 1025px) {
    .data-table.edit-attr .row-wrap.title:hover {
        background: #343a40;
    }
}

.data-table .inner-wrap {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.data-table .row-wrap {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-top: 0;
}

    .data-table .row-wrap:nth-child(2n + 1) {
        background: #eaeaea;
    }

    .data-table .row-wrap.title {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        border-top: 2px solid #d5d6d8;
        border-bottom: 2px solid #d5d6d8;
        font-weight: bold;
        background: #343a40;
        color: #e1e6ea;
        z-index: 9;
    }

        .data-table .row-wrap.title a {
            color: #e1e6ea;
        }

        .data-table .row-wrap.title .more-info-btn {
            position: relative;
            margin: 0 0 0 3px;
        }

            .data-table .row-wrap.title .more-info-btn:before {
                content: "";
                display: block;
                width: 50px;
                height: 40px;
                position: absolute;
                top: -10px;
                left: 18px;
                z-index: 1;
            }

            .data-table .row-wrap.title .more-info-btn:hover ~ .comment-txt {
                display: block;
            }

        .data-table .row-wrap.title .comment-txt {
            display: none;
            min-width: 130px;
            max-width: 160px;
            position: absolute;
            margin-top: 0px;
            margin-left: -2%;
            padding: 5px 10px;
        }

    .data-table .row-wrap li {
        display: table-cell;
        position: relative;
        padding: 10px;
        vertical-align: top;
        line-height: 140%;
        word-break: break-all;
        text-align: center;
    }

        .data-table .row-wrap li > div {
            display: inline-block;
            text-align: left;
            vertical-align: top;
        }

.lightpick {
    width: 296px;
    padding: 5px;
}

@media only screen and (max-width: 767px) {
    .lightpick {
        width: 260px;
    }
}

.lightpick .lightpick__inner {
    padding: 5px;
}

.lightpick .lightpick__month-title-bar {
    position: relative;
    margin: -10px -10px 10px;
    padding: 5px 0;
    background: #0078bf;
}

.lightpick .lightpick__month-title {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 50%;
    margin-left: -71px;
    margin-bottom: 0;
    z-index: 11;
}

.lightpick .lightpick__month {
    width: 100%;
    padding: 0;
}

    .lightpick .lightpick__month .lightpick__toolbar {
        width: 100%;
    }

        .lightpick .lightpick__month .lightpick__toolbar button {
            -webkit-flex: 1;
            flex: 1;
            margin: 0;
            background-color: transparent;
            cursor: pointer;
        }

            .lightpick .lightpick__month .lightpick__toolbar button.lightpick__previous-action {
                padding-left: 10px;
                -webkit-justify-content: flex-start;
                justify-content: flex-start;
            }

            .lightpick .lightpick__month .lightpick__toolbar button.lightpick__next-action {
                padding-right: 10px;
                -webkit-justify-content: flex-end;
                justify-content: flex-end;
            }

        .lightpick .lightpick__month .lightpick__toolbar .fa-arrow-left,
        .lightpick .lightpick__month .lightpick__toolbar .fa-arrow-right {
            pointer-events: none;
            color: #fbf3ff;
            font-size: 16px;
        }

    .lightpick .lightpick__month select {
        width: auto;
        height: auto;
        margin: 0 5px;
        padding: 5px 10px;
        border: 1px solid transparent;
        direction: ltr;
        color: #fbf3ff;
        font-weight: bold;
        background: #0078bf;
    }

@media only screen and (min-width: 1025px) {
    .lightpick .lightpick__month select:hover {
        border: 1px solid #ccc;
    }
}

.lightpick .lightpick__month .lightpick__select-years {
    padding: 8px 10px 5px;
    float: left;
}

.lightpick .lightpick__month .lightpick__select-months {
    margin: 0 0 0 0.5em;
}

.lightpick .lightpick__footer {
    margin: 10px 0 0;
}

    .lightpick .lightpick__footer button {
        padding: 8px 15px;
        font-size: 14px;
        cursor: pointer;
    }

.calendar .result {
    padding: 0 0 5px;
    letter-spacing: 1px;
    font-size: 15px;
}

.calendar .btn {
    width: 200px;
}

[class^="lds-"] {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
}

@-webkit-keyframes lds-spinner {
    0% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    100% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}

@-moz-keyframes lds-spinner {
    0% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    100% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}

@-ms-keyframes lds-spinner {
    0% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    100% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}

@keyframes lds-spinner {
    0% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    100% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}

.lds-spinner div {
    -moz-transform-origin: 30px 30px;
    -ms-transform-origin: 30px 30px;
    -webkit-transform-origin: 30px 30px;
    transform-origin: 30px 30px;
    -moz-animation: lds-spinner 1.2s linear infinite;
    -webkit-animation: lds-spinner 1.2s linear infinite;
    animation: lds-spinner 1.2s linear infinite;
}

    .lds-spinner div:after {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        left: 28.5px;
        width: 3px;
        height: 13px;
        -moz-border-radius: 20%;
        -webkit-border-radius: 20%;
        border-radius: 20%;
        background: #fff;
    }

    .lds-spinner div:nth-child(1) {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-animation-delay: -1.1s;
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .lds-spinner div:nth-child(2) {
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
        -moz-animation-delay: -1s;
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .lds-spinner div:nth-child(3) {
        -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -moz-animation-delay: -0.9s;
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .lds-spinner div:nth-child(4) {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -moz-animation-delay: -0.8s;
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .lds-spinner div:nth-child(5) {
        -moz-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        -webkit-transform: rotate(120deg);
        transform: rotate(120deg);
        -moz-animation-delay: -0.7s;
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .lds-spinner div:nth-child(6) {
        -moz-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        -webkit-transform: rotate(150deg);
        transform: rotate(150deg);
        -moz-animation-delay: -0.6s;
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .lds-spinner div:nth-child(7) {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -moz-animation-delay: -0.5s;
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .lds-spinner div:nth-child(8) {
        -moz-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        -webkit-transform: rotate(210deg);
        transform: rotate(210deg);
        -moz-animation-delay: -0.4s;
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .lds-spinner div:nth-child(9) {
        -moz-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        -webkit-transform: rotate(240deg);
        transform: rotate(240deg);
        -moz-animation-delay: -0.3s;
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .lds-spinner div:nth-child(10) {
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        -moz-animation-delay: -0.2s;
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .lds-spinner div:nth-child(11) {
        -moz-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        -webkit-transform: rotate(300deg);
        transform: rotate(300deg);
        -moz-animation-delay: -0.1s;
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

    .lds-spinner div:nth-child(12) {
        -moz-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        -webkit-transform: rotate(330deg);
        transform: rotate(330deg);
        -moz-animation-delay: -0s;
        -webkit-animation-delay: -0s;
        animation-delay: -0s;
    }

@-webkit-keyframes lds-circle {
    0%, 100% {
        -moz-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
        -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }

    0% {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    50% {
        -moz-transform: rotateY(1800deg);
        -ms-transform: rotateY(1800deg);
        -webkit-transform: rotateY(1800deg);
        transform: rotateY(1800deg);
        -moz-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
        -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }

    100% {
        -moz-transform: rotateY(3600deg);
        -ms-transform: rotateY(3600deg);
        -webkit-transform: rotateY(3600deg);
        transform: rotateY(3600deg);
    }
}

@-moz-keyframes lds-circle {
    0%, 100% {
        -moz-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
        -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }

    0% {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    50% {
        -moz-transform: rotateY(1800deg);
        -ms-transform: rotateY(1800deg);
        -webkit-transform: rotateY(1800deg);
        transform: rotateY(1800deg);
        -moz-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
        -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }

    100% {
        -moz-transform: rotateY(3600deg);
        -ms-transform: rotateY(3600deg);
        -webkit-transform: rotateY(3600deg);
        transform: rotateY(3600deg);
    }
}

@-ms-keyframes lds-circle {
    0%, 100% {
        -moz-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
        -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }

    0% {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    50% {
        -moz-transform: rotateY(1800deg);
        -ms-transform: rotateY(1800deg);
        -webkit-transform: rotateY(1800deg);
        transform: rotateY(1800deg);
        -moz-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
        -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }

    100% {
        -moz-transform: rotateY(3600deg);
        -ms-transform: rotateY(3600deg);
        -webkit-transform: rotateY(3600deg);
        transform: rotateY(3600deg);
    }
}

@keyframes lds-circle {
    0%, 100% {
        -moz-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
        -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }

    0% {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    50% {
        -moz-transform: rotateY(1800deg);
        -ms-transform: rotateY(1800deg);
        -webkit-transform: rotateY(1800deg);
        transform: rotateY(1800deg);
        -moz-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
        -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }

    100% {
        -moz-transform: rotateY(3600deg);
        -ms-transform: rotateY(3600deg);
        -webkit-transform: rotateY(3600deg);
        transform: rotateY(3600deg);
    }
}

.lds-circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -moz-animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    -webkit-animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    -moz-transform: translateZ(1px);
    -ms-transform: translateZ(1px);
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
}

@-webkit-keyframes lds-roller {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes lds-roller {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes lds-roller {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lds-roller {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lds-roller div {
    -moz-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -moz-transform-origin: 30px 30px;
    -ms-transform-origin: 30px 30px;
    -webkit-transform-origin: 30px 30px;
    transform-origin: 30px 30px;
}

    .lds-roller div:after {
        content: " ";
        display: block;
        position: absolute;
        width: 5px;
        height: 5px;
        margin: -2px 0 0 -2px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #fff;
    }

    .lds-roller div:nth-child(1):after {
        top: 47.25px;
        left: 47.25px;
    }

    .lds-roller div:nth-child(2):after {
        top: 51px;
        left: 42px;
    }

    .lds-roller div:nth-child(3):after {
        top: 53.25px;
        left: 36px;
    }

    .lds-roller div:nth-child(4):after {
        top: 54px;
        left: 30px;
    }

    .lds-roller div:nth-child(5):after {
        top: 53.25px;
        left: 24px;
    }

    .lds-roller div:nth-child(6):after {
        top: 51px;
        left: 18px;
    }

    .lds-roller div:nth-child(7):after {
        top: 47.25px;
        left: 12.75px;
    }

    .lds-roller div:nth-child(8):after {
        top: 42px;
        left: 9px;
    }

    .lds-roller div:nth-child(1) {
        -moz-animation-delay: -0.036s;
        -webkit-animation-delay: -0.036s;
        animation-delay: -0.036s;
    }

    .lds-roller div:nth-child(2) {
        -moz-animation-delay: -0.072s;
        -webkit-animation-delay: -0.072s;
        animation-delay: -0.072s;
    }

    .lds-roller div:nth-child(3) {
        -moz-animation-delay: -0.108s;
        -webkit-animation-delay: -0.108s;
        animation-delay: -0.108s;
    }

    .lds-roller div:nth-child(4) {
        -moz-animation-delay: -0.144s;
        -webkit-animation-delay: -0.144s;
        animation-delay: -0.144s;
    }

    .lds-roller div:nth-child(5) {
        -moz-animation-delay: -0.18s;
        -webkit-animation-delay: -0.18s;
        animation-delay: -0.18s;
    }

    .lds-roller div:nth-child(6) {
        -moz-animation-delay: -0.216s;
        -webkit-animation-delay: -0.216s;
        animation-delay: -0.216s;
    }

    .lds-roller div:nth-child(7) {
        -moz-animation-delay: -0.252s;
        -webkit-animation-delay: -0.252s;
        animation-delay: -0.252s;
    }

    .lds-roller div:nth-child(8) {
        -moz-animation-delay: -0.288s;
        -webkit-animation-delay: -0.288s;
        animation-delay: -0.288s;
    }

@-webkit-keyframes lds-ring {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes lds-ring {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes lds-ring {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lds-ring {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lds-ring div {
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    margin: 4px;
    border: 4px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

    .lds-ring div:nth-child(1) {
        -moz-animation-delay: -0.45s;
        -webkit-animation-delay: -0.45s;
        animation-delay: -0.45s;
    }

    .lds-ring div:nth-child(2) {
        -moz-animation-delay: -0.3s;
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .lds-ring div:nth-child(3) {
        -moz-animation-delay: -0.15s;
        -webkit-animation-delay: -0.15s;
        animation-delay: -0.15s;
    }

@-webkit-keyframes lds-ellipsis1 {
    0% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes lds-ellipsis1 {
    0% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes lds-ellipsis1 {
    0% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes lds-ellipsis1 {
    0% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes lds-ellipsis3 {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes lds-ellipsis3 {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -moz-transform: translate(18px, 0);
        -ms-transform: translate(18px, 0);
        -webkit-transform: translate(18px, 0);
        transform: translate(18px, 0);
    }
}

@-moz-keyframes lds-ellipsis2 {
    0% {
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -moz-transform: translate(18px, 0);
        -ms-transform: translate(18px, 0);
        -webkit-transform: translate(18px, 0);
        transform: translate(18px, 0);
    }
}

@-ms-keyframes lds-ellipsis2 {
    0% {
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -moz-transform: translate(18px, 0);
        -ms-transform: translate(18px, 0);
        -webkit-transform: translate(18px, 0);
        transform: translate(18px, 0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -moz-transform: translate(18px, 0);
        -ms-transform: translate(18px, 0);
        -webkit-transform: translate(18px, 0);
        transform: translate(18px, 0);
    }
}

.lds-ellipsis div {
    position: absolute;
    top: 25px;
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -moz-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

    .lds-ellipsis div:nth-child(1) {
        left: 6px;
        -moz-animation: lds-ellipsis1 0.6s infinite;
        -webkit-animation: lds-ellipsis1 0.6s infinite;
        animation: lds-ellipsis1 0.6s infinite;
    }

    .lds-ellipsis div:nth-child(2) {
        left: 6px;
        -moz-animation: lds-ellipsis2 0.6s infinite;
        -webkit-animation: lds-ellipsis2 0.6s infinite;
        animation: lds-ellipsis2 0.6s infinite;
    }

    .lds-ellipsis div:nth-child(3) {
        left: 24px;
        -moz-animation: lds-ellipsis2 0.6s infinite;
        -webkit-animation: lds-ellipsis2 0.6s infinite;
        animation: lds-ellipsis2 0.6s infinite;
    }

    .lds-ellipsis div:nth-child(4) {
        left: 44px;
        -moz-animation: lds-ellipsis3 0.6s infinite;
        -webkit-animation: lds-ellipsis3 0.6s infinite;
        animation: lds-ellipsis3 0.6s infinite;
    }

@-webkit-keyframes lds-grid {
    0%, 100% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    50% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
    }
}

@-moz-keyframes lds-grid {
    0%, 100% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    50% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
    }
}

@-ms-keyframes lds-grid {
    0%, 100% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    50% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
    }
}

@keyframes lds-grid {
    0%, 100% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    50% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
    }
}

.lds-grid div {
    position: absolute;
    width: 12px;
    height: 12px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -moz-animation: lds-grid 1.2s linear infinite;
    -webkit-animation: lds-grid 1.2s linear infinite;
    animation: lds-grid 1.2s linear infinite;
}

    .lds-grid div:nth-child(1),
    .lds-grid div:nth-child(2),
    .lds-grid div:nth-child(3) {
        top: 6px;
    }

    .lds-grid div:nth-child(4),
    .lds-grid div:nth-child(5),
    .lds-grid div:nth-child(6) {
        top: 24px;
    }

    .lds-grid div:nth-child(7),
    .lds-grid div:nth-child(8),
    .lds-grid div:nth-child(9) {
        top: 42px;
    }

    .lds-grid div:nth-child(1),
    .lds-grid div:nth-child(4),
    .lds-grid div:nth-child(7) {
        left: 6px;
    }

    .lds-grid div:nth-child(2),
    .lds-grid div:nth-child(5),
    .lds-grid div:nth-child(8) {
        left: 24px;
    }

    .lds-grid div:nth-child(3),
    .lds-grid div:nth-child(6),
    .lds-grid div:nth-child(9) {
        left: 42px;
    }

    .lds-grid div:nth-child(1) {
        -moz-animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .lds-grid div:nth-child(2),
    .lds-grid div:nth-child(4) {
        -moz-animation-delay: -0.4s;
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .lds-grid div:nth-child(3),
    .lds-grid div:nth-child(5),
    .lds-grid div:nth-child(7) {
        -moz-animation-delay: -0.8s;
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .lds-grid div:nth-child(6),
    .lds-grid div:nth-child(8) {
        -moz-animation-delay: -1.2s;
        -webkit-animation-delay: -1.2s;
        animation-delay: -1.2s;
    }

    .lds-grid div:nth-child(9) {
        -moz-animation-delay: -1.6s;
        -webkit-animation-delay: -1.6s;
        animation-delay: -1.6s;
    }

@-webkit-keyframes lds-hourglass {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        -moz-transform: rotate(900deg);
        -ms-transform: rotate(900deg);
        -webkit-transform: rotate(900deg);
        transform: rotate(900deg);
        -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        -moz-transform: rotate(1800deg);
        -ms-transform: rotate(1800deg);
        -webkit-transform: rotate(1800deg);
        transform: rotate(1800deg);
    }
}

@-moz-keyframes lds-hourglass {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        -moz-transform: rotate(900deg);
        -ms-transform: rotate(900deg);
        -webkit-transform: rotate(900deg);
        transform: rotate(900deg);
        -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        -moz-transform: rotate(1800deg);
        -ms-transform: rotate(1800deg);
        -webkit-transform: rotate(1800deg);
        transform: rotate(1800deg);
    }
}

@-ms-keyframes lds-hourglass {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        -moz-transform: rotate(900deg);
        -ms-transform: rotate(900deg);
        -webkit-transform: rotate(900deg);
        transform: rotate(900deg);
        -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        -moz-transform: rotate(1800deg);
        -ms-transform: rotate(1800deg);
        -webkit-transform: rotate(1800deg);
        transform: rotate(1800deg);
    }
}

@keyframes lds-hourglass {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        -moz-transform: rotate(900deg);
        -ms-transform: rotate(900deg);
        -webkit-transform: rotate(900deg);
        transform: rotate(900deg);
        -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        -moz-transform: rotate(1800deg);
        -ms-transform: rotate(1800deg);
        -webkit-transform: rotate(1800deg);
        transform: rotate(1800deg);
    }
}

.lds-hourglass:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    margin: 6px;
    border: 24px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-color: #fff transparent #fff transparent;
    -moz-animation: lds-hourglass 1.2s infinite;
    -webkit-animation: lds-hourglass 1.2s infinite;
    animation: lds-hourglass 1.2s infinite;
}

@-webkit-keyframes lds-heart {
    0% {
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    5% {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    39% {
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }

    45% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@-moz-keyframes lds-heart {
    0% {
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    5% {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    39% {
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }

    45% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@-ms-keyframes lds-heart {
    0% {
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    5% {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    39% {
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }

    45% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes lds-heart {
    0% {
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    5% {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    39% {
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }

    45% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.lds-heart {
    position: relative;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform-origin: 30px 30px;
    -ms-transform-origin: 30px 30px;
    -webkit-transform-origin: 30px 30px;
    transform-origin: 30px 30px;
}

    .lds-heart div {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 24px;
        left: 24px;
        background: #fff;
        -moz-animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
        animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    }

        .lds-heart div:before,
        .lds-heart div:after {
            content: " ";
            position: absolute;
            display: block;
            width: 24px;
            height: 24px;
            background: #fff;
        }

        .lds-heart div:before {
            left: -18px;
            -moz-border-radius: 50% 0 0 50%;
            -webkit-border-radius: 50%;
            border-radius: 50% 0 0 50%;
        }

        .lds-heart div:after {
            top: -18px;
            -moz-border-radius: 50% 50% 0 0;
            -webkit-border-radius: 50%;
            border-radius: 50% 50% 0 0;
        }

@-webkit-keyframes lds-diamond {
    0% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    100% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}

@-moz-keyframes lds-diamond {
    0% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    100% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}

@-ms-keyframes lds-diamond {
    0% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    100% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}

@keyframes lds-diamond {
    0% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    100% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}

.lds-diamond {
    position: relative;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform-origin: 30px 30px;
    -ms-transform-origin: 30px 30px;
    -webkit-transform-origin: 30px 30px;
    transform-origin: 30px 30px;
}

    .lds-diamond div {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 3px;
        left: 3px;
        background: #fff;
        -moz-animation: lds-diamond 1s linear infinite;
        -webkit-animation: lds-diamond 1s linear infinite;
        animation: lds-diamond 1s linear infinite;
    }

        .lds-diamond div:nth-child(2),
        .lds-diamond div:nth-child(6) {
            left: 22px;
        }

        .lds-diamond div:nth-child(3),
        .lds-diamond div:nth-child(4),
        .lds-diamond div:nth-child(5) {
            left: 41px;
        }

        .lds-diamond div:nth-child(4),
        .lds-diamond div:nth-child(8) {
            top: 22px;
        }

        .lds-diamond div:nth-child(5),
        .lds-diamond div:nth-child(6),
        .lds-diamond div:nth-child(7) {
            top: 41px;
        }

        .lds-diamond div:nth-child(1) {
            -moz-animation-delay: -0.875s;
            -webkit-animation-delay: -0.875s;
            animation-delay: -0.875s;
        }

        .lds-diamond div:nth-child(2) {
            -moz-animation-delay: -0.75s;
            -webkit-animation-delay: -0.75s;
            animation-delay: -0.75s;
        }

        .lds-diamond div:nth-child(3) {
            -moz-animation-delay: -0.625s;
            -webkit-animation-delay: -0.625s;
            animation-delay: -0.625s;
        }

        .lds-diamond div:nth-child(4) {
            -moz-animation-delay: -0.5s;
            -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
        }

        .lds-diamond div:nth-child(5) {
            -moz-animation-delay: -0.375s;
            -webkit-animation-delay: -0.375s;
            animation-delay: -0.375s;
        }

        .lds-diamond div:nth-child(6) {
            -moz-animation-delay: -0.25s;
            -webkit-animation-delay: -0.25s;
            animation-delay: -0.25s;
        }

        .lds-diamond div:nth-child(7) {
            -moz-animation-delay: -0.125s;
            -webkit-animation-delay: -0.125s;
            animation-delay: -0.125s;
        }

        .lds-diamond div:nth-child(8) {
            -moz-animation-delay: -0s;
            -webkit-animation-delay: -0s;
            animation-delay: -0s;
        }

.daterangepicker.dropdown-menu {
    display: none;
}

.daterangepicker.single.ltr .ranges {
    margin: 10px 0 20px;
    float: none;
    text-align: center;
}

    .daterangepicker.single.ltr .ranges .range_inputs .btn {
        margin: 0 5px;
    }

.daterangepicker.single.ltr .calendar {
    float: none;
}

.daterangepicker .calendar-time {
    margin: 5px auto 10px;
}

    .daterangepicker .calendar-time .sel {
        display: inline-block;
        margin: 0 1px;
    }

        .daterangepicker .calendar-time .sel select {
            width: 100%;
            height: 32px;
            padding: 0 25px 0 10px;
        }

    .daterangepicker .calendar-time .svg-inline--fa {
        position: absolute;
        top: 50%;
        left: 15px;
        margin-top: -7px;
    }

.ul-list-wrap li {
    margin-bottom: 10px;
    padding: 10px 0 0;
    border-top: 1px solid #dfdfdf;
}

    .ul-list-wrap li:first-child {
        padding: 0;
        border-top: 0;
    }
