﻿/* ite2 layout-style */
/* layout: top+bottom */
/* version: v1.0 */
/* Updated: 2020/08/10 */

/* style lib
Bootstrap v4.5.2
*/

/*  
$$$__bootstrap-3.3.7
    $$1__table

$$$__default style
    $$1__small component style
        $1-0__*
        $1-1__bg
        $1-2__btn
        $1-3__radio
        $1-4__checkbox
        $1-5__select
        $1-6__toggle
        $1-7__img
        $1-8__margin
        $1-10__hr
        $1-11__flex
        $1-12__ul
        $1-13__scroll bar
        $1-14__form
        $1-15__badge
        $1-16__border
        $1-17__background
        $1-18__icon
    $$2__font style
    $$3__animate
    $$4__nav
    $$5__footer
    $$7__main
    $$8__container
    $$10__table
    $$11__tab
    $$12__page number
    $$13__dropdown
    $$14__input-update
    $$15__modal
    $$16__shadow
    $$17__datetimepicker
*/

/* -------------- */

/* $$$__bootstrap-3.3.7 */
/* $$1 */
/* --------------------------------------------------------- */
/* $$1__table---------------------------------------------- */
/* --------------------------------------------------------- */
.table-striped__even > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.02);
}


/* $$$__default style */
/* --------------------------------------------------------- */
/* $$1__small component style---------------------------- */
/* --------------------------------------------------------- */

/* $1-0__* ----------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, textarea, p, blockquote, th, td, a {
    font-family: 微軟正黑體, "Microsoft JhengHei", "LiHei Pro", Arial, Helvetica, sans-serif;
}

html {
    height: 100%;
}

body {
    position: relative;
    height: 100%;
    top: 0px;
    font-size: 15px;
    /* background: #f2f6fb; */
    background: #fafcff;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #0086e0;
        text-decoration: none;
    }

.cur-hand {
    cursor: pointer;
}

label {
    vertical-align: top;
}

/* $1-1__bg -----------------*/

.bg-wh {
    background: #fff;
}

/* $1-2__btn -----------------*/

.btn-row {
    padding: 3rem 0rem;
}

.input-group-btn .btn,
.input-group-btn .btn__icon {
    border-radius: 0;
    margin-left: -1px;
}

.btn {
    font-weight: 900;
    border-radius: 2px;
    /*padding: .6rem 2rem;*/
    margin-top: 2px;
    margin-bottom: 2px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.btn__icon {
    display: inline-block;
    padding: 1px 10px;
    /*margin-bottom: 5px;*/
    font-size: 20px;
    font-weight: 900;
    line-height: 1.6;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    transition: all ease 0.3s;
    margin-top: 2px;
    margin-bottom: 2px;
}

.table .btn__icon {
    margin-bottom: 0;
}

.table .btn__tb-icon {
    vertical-align: initial;
    padding: 3px 4px 0px 4px;
    background: #fff;
    border-radius: 50%;
    margin-right: 5px;
    color: #309fe0;
    font-size: 12px;
    cursor: pointer;
}

    .table .btn__tb-icon:hover {
        color: #fff;
        background: #0086e0;
        transition: all 0.3s ease;
    }

/*.btn,*/
.btn + .btn,
.btn__icon + .btn__icon,
.btn + .btn__icon,
.btn__icon + .btn,
.btn + .dropdown,
.btn__icon + .dropdown,
.dropdown + .btn,
.dropdown + .btn__icon {
    margin-left: .2rem;
}

.btn-spacing__mr1 {
    margin-right: 1rem;
    margin-left: 0rem !important;
}


.btn.btn-size__full,
.btn-size__full {
    width: 100%;
    cursor: pointer;
}

.btn.btn-size__icon {
    padding: .6rem 1rem;
}

.footer-btn-row .btn {
    padding: 1.5rem 1.5rem;
}

.btn.btn-shadow {
    box-shadow: 0 3px 10px 0px #96abbd;
}

.btn.btn-border,
.btn__icon.btn-border {
    border: 1px solid #444;
    padding: .6rem 1.5rem;
    color: #444;
}

    .btn.btn-border:hover,
    .btn__icon.btn-border:hover {
        color: #0086e0;
        border: 1px solid #0086e0;
    }

.btn.btn-border__blue,
.btn__icon.btn-border__blue {
    border: 1px solid #0086e0;
    font-weight: 900;
    background: #fff;
    color: #0086e0;
}

    .btn.btn-border__blue:hover,
    .btn__icon.btn-border__blue:hover {
        color: #fff;
        background: #0086e0;
    }

.btn.btn-border__gary,
.btn__icon.btn-border__gary {
    border: 1px solid #ccc;
    font-weight: 900;
    background: #fff;
    color: #444;
}

    .btn.btn-border__gary:hover,
    .btn__icon.btn-border__gary:hover {
        color: #fff;
        background: #444;
        border: 1px solid #444;
    }

.btn.btn-border__gary-blue,
.btn__icon.btn-border__gary-blue {
    border: 1px solid #ccc;
    font-weight: 900;
    background: #fff;
    color: #444;
}

    .btn.btn-border__gary-blue:hover,
    .btn__icon.btn-border__gary-blue:hover {
        color: #fff;
        background: #0086e0;
        border: 1px solid #0086e0;
    }

.btn.btn-border__dark,
.btn__icon.btn-border__dark {
    border: 1px solid #141414;
    font-weight: 900;
    /* background: #fff; */
    color: #141414;
}

    .btn.btn-border__dark:hover,
    .btn__icon.btn-border__dark:hover {
        color: #fff;
        background: #141414;
    }

.btn.btn-border__red,
.btn__icon.btn-border__red {
    border: 1px solid #e8554c;
    font-weight: 900;
    /* background: #fff; */
    color: #ec443b;
}

    .btn.btn-border__red:hover,
    .btn__icon.btn-border__red:hover {
        color: #fff;
        background: #e8554c;
    }

.btn.btn-bg__white,
.btn__icon.btn-bg__white {
    background: white;
    color: #0082da;
}

    .btn.btn-bg__white:hover,
    .btn__icon.btn-bg__white:hover {
        background: #0082da;
        color: white;
    }

.btn.btn-bg__blue,
.btn__icon.btn-bg__blue {
    background: #0082da;
    color: #fff;
}

    .btn.btn-bg__blue:hover,
    .btn__icon.btn-bg__blue:hover {
        background: #0067ac;
        color: #fff;
    }

.btn.btn-bg__bluegreen,
.btn__icon.btn-bg__bluegreen {
    background: #15bff3;
    color: #fff;
}

    .btn.btn-bg__bluegreen:hover,
    .btn__icon.btn-bg__bluegreen:hover {
        background: #1d85a5;
        color: #fff;
    }

.btn.btn-bg__dark,
.btn__icon.btn-bg__dark {
    background: #2e2e2e;
    color: #fff;
}

    .btn.btn-bg__dark:hover,
    .btn__icon.btn-bg__dark:hover {
        background: #0e0e0e;
        color: #fff;
    }

.btn.btn-bg__gary,
.btn__icon.btn-bg__gary {
    background: #444;
    color: #fff;
}

    .btn.btn-bg__gary:hover,
    .btn__icon.btn-bg__gary:hover {
        background: #464646;
        color: #fff;
    }

.btn.btn-bg__orang,
.btn__icon.btn-bg__orang {
    background: #ffb717;
    color: #fff;
}

    .btn.btn-bg__orang:hover,
    .btn__icon.btn-bg__orang:hover {
        background: #9e600e;
        color: #fff;
    }

.btn.btn-nobg__blue,
.btn__icon.btn-nobg__blue {
    background: white;
    color: #0082da;
}

    .btn.btn-nobg__blue:hover,
    .btn__icon.btn-nobg__blue:hover {
        background: #e1f3ff;
        color: #0082da;
    }

.btn.btn-nobg__dark,
.btn__icon.btn-nobg__dark {
    background: white;
    color: #333;
}

    .btn.btn-nobg__dark:hover,
    .btn__icon.btn-nobg__dark:hover {
        background: #333;
        color: #fff;
    }

.btn.btn-nobg__gary,
.btn__icon.btn-nobg__gary {
    background: white;
    color: #333;
}

    .btn.btn-nobg__gary:hover,
    .btn__icon.btn-nobg__gary:hover {
        background: #eceaea;
        color: #1f1f1f;
    }

.btn.btn-nobg__orang,
.btn__icon.btn-nobg__orang {
    background: white;
    color: #333;
}

    .btn.btn-nobg__orang:hover,
    .btn__icon.btn-nobg__orang:hover {
        background: #ffe3a5;
        color: #ffb717;
    }

.btn.btn-nobg__red,
.btn__icon.btn-nobg__red {
    background: white;
    color: #333;
}

    .btn.btn-nobg__red:hover,
    .btn__icon.btn-nobg__red:hover {
        background: #fff2f2;
        color: #d8362d;
    }

.btn.btn-light__blue,
.btn__icon.btn-light__blue {
    background: #e1f3ff;
    color: #0082da;
}

    .btn.btn-light__blue:hover,
    .btn__icon.btn-light__blue:hover {
        background: #0086e0;
        color: #fff;
    }

.btn.btn-light__white,
.btn__icon.btn-light__white {
    background: #fff;
    color: #2e2e2e;
}

    .btn.btn-light__white:hover,
    .btn__icon.btn-light__white:hover {
        background: #0086e0;
        color: #fff;
    }

.btn.btn-light__white-red,
.btn__icon.btn-light__white-red {
    background: #fff;
    color: #2e2e2e;
}

    .btn.btn-light__white-red:hover,
    .btn__icon.btn-light__white-red:hover {
        background: #d8362d;
        color: #fff2f2;
    }

.btn.btn-light__white-blue,
.btn__icon.btn-light__white-blue {
    background: #fff;
    color: #2e2e2e;
}

    .btn.btn-light__white-blue:hover,
    .btn__icon.btn-light__white-blue:hover {
        background: #0086e0;
        color: #fff;
    }

.btn.btn-light__gary-red,
.btn__icon.btn-light__gary-red {
    background: #eceaea;
    color: #2e2e2e;
}

    .btn.btn-light__gary-red:hover,
    .btn__icon.btn-light__gary-red:hover {
        background: #d8362d;
        color: #fff2f2;
    }

.btn.btn-light__gary-blue,
.btn__icon.btn-light__gary-blue {
    background: #eceaea;
    color: #2e2e2e;
}

    .btn.btn-light__gary-blue:hover,
    .btn__icon.btn-light__gary-blue:hover {
        background: #0086e0;
        color: #fff;
    }

.btn.btn-light__gary-orang,
.btn__icon.btn-light__gary-orang {
    background: #eceaea;
    color: #2e2e2e;
}

    .btn.btn-light__gary-orang:hover,
    .btn__icon.btn-light__gary-orang:hover {
        background: #ffb717;
        color: #fff;
    }

.btn.btn-light__gary-green,
.btn__icon.btn-light__gary-green {
    background: #eceaea;
    color: #2e2e2e;
}

    .btn.btn-light__gary-green:hover,
    .btn__icon.btn-light__gary-green:hover {
        background: #28a745;
        color: #fff;
    }

.btn.btn-light__dark,
.btn__icon.btn-light__dark {
    background: #8f8f8f;
    color: #2e2e2e;
}

    .btn.btn-light__dark:hover,
    .btn__icon.btn-light__dark:hover {
        background: #2e2e2e;
        color: #fff;
    }

.btn.btn-light__gary,
.btn__icon.btn-light__gary {
    background: #eceaea;
    color: #1f1f1f;
}

    .btn.btn-light__gary:hover,
    .btn__icon.btn-light__gary:hover {
        background: #0e2d45;
        color: #fff;
    }

.btn.btn-light__orang,
.btn__icon.btn-light__orang {
    background: #ffe3a5;
    color: #ffb717;
}

    .btn.btn-light__orang:hover,
    .btn__icon.btn-light__orang:hover {
        background: #ffb717;
        color: #fff;
    }

.btn.btn-light__red,
.btn__icon.btn-light__red {
    background: #fff2f2;
    color: #d8362d;
}

    .btn.btn-light__red:hover,
    .btn__icon.btn-light__red:hover {
        background: #d8362d;
        color: #fff;
    }

.use-info__btn {
    cursor: pointer;
}


/* $1-3__radio -----------------*/
.form-control__radio input {
    display: inline-block;
    width: 16px;
    margin: 0 1px 0 0 !important;
    vertical-align: middle;
    height: 16px;
}

.form-control__radio span {
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.form-control__radio input[type="radio"]:checked + span {
    color: #0086e0;
}

/* $1-4__checkbox -----------------*/
.form-control__checkbox{
    /*display:inline-block;*/
}

.form-control__checkbox input {
    display: inline-block;
    width: 16px;
    margin: 0 1px 0 0 !important;
    vertical-align: middle;
    height: 16px;
}

    .form-control__checkbox input[type="checkbox"]:checked {
        box-shadow: 0 0 5px 1px #67c0e4;
    }

.form-control__checkbox span {
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.form-control__checkbox input[type="checkbox"]:checked + span {
    color: #0086e0;
}

.form-control__checkbox .checkbox-row__text{
    margin-bottom: 0;
    vertical-align:middle;
}

/* card */
.checkbox__card {
    margin-top: 0;
    margin-bottom: 0;
}

    .checkbox__card input,
    .checkbox.checkbox__card input[type="checkbox"] {
        margin: 0;
        z-index: -1;
    }

    .checkbox__card label {
        padding-left: 0;
        margin-bottom: 0;
        font-weight: inherit;
        cursor: pointer;
        display: block;
        max-width: 100%;
        margin-bottom: 0;
        padding: .7rem;
        border: 1px solid #f3f3f3;
        box-shadow: 0 0 6px 0px #e8e8e8;
        background: #fff;
        color: #444;
        cursor: pointer;
        border-radius: 5px;
    }

        .checkbox__card label::before {
            content: "";
            position: absolute;
            width: 15px;
            height: 15px;
            border: 1px solid #d4dbe0;
            right: 11px;
            left: auto;
            top: 11px;
            border-radius: 100%;
            background: #f7f9fb;
        }

        .checkbox__card label:hover {
            box-shadow: 0 3px 10px 0px #d7dbde, inset 0 0 0 1px #008dec;
            transition: all 0.2s;
        }

    .checkbox__card input[type="checkbox"]:checked + label {
        padding: .7rem;
        box-shadow: 0 3px 10px 0px #c7e5ff, inset 0 0 0 1px #008dec;
        /* box-shadow: 0 3px 10px 0 #c8d5e0; */
        /* border: 4px solid #008dec; */
        transition: all 0.2s;
        margin-top: -10px;
    }

        .checkbox__card input[type="checkbox"]:checked + label::before {
            content: "";
            position: absolute;
            width: 16px;
            height: 16px;
            border: 1px solid #008dec;
            right: 11px;
            left: auto;
            top: 11px;
            border-radius: 50px;
            background: #008dec;
            box-shadow: 0 0 5px 1px #67c0e4;
        }

        .checkbox__card input[type="checkbox"]:checked + label::after {
            content: "";
            position: absolute;
            width: 5px;
            height: 8px;
            border-right: 2px solid white;
            border-bottom: 2px solid white;
            right: 16px;
            left: auto;
            top: 14px;
            background: transparent;
            z-index: 100000;
            transform: rotate(45deg);
        }

/* $1-5__select -----------------*/

.select.select-dis____inline-block > label,
.select.select-dis____inline-block > select {
    display: inline-block;
    width: auto;
}

.select .form-control option {
    padding-top: 1rem;
    padding-bottom: 1rem;
}


/* $1-6__toggle -----------------*/

.btn__toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 2.5rem;
    width: 5rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}

    .btn__toggle:focus,
    .btn__toggle.focus,
    .btn__toggle:focus.active,
    .btn__toggle.focus.active {
        outline: none;
    }

    .btn__toggle:before,
    .btn__toggle:after {
        line-height: 2;
        width: 4rem;
        text-align: center;
        font-weight: 600;
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        position: absolute;
        bottom: 0;
        transition: opacity 0.25s;
    }

    .btn__toggle:before {
        content: "Off";
        left: -4rem;
    }

    .btn__toggle:after {
        content: "On";
        right: -4rem;
        opacity: 0.5;
    }

    .btn__toggle > .handle {
        position: absolute;
        top: 0.1875rem;
        left: 0.1875rem;
        width: 2.125rem;
        height: 2.125rem;
        border-radius: 1.125rem;
        background: #fff;
        transition: left 0.25s;
    }

    .btn__toggle.active {
        transition: background-color 0.25s;
    }

        .btn__toggle.active > .handle {
            left: 2.6875rem;
            transition: left 0.25s;
        }

        .btn__toggle.active:before {
            opacity: 0.5;
        }

        .btn__toggle.active:after {
            opacity: 1;
        }

    .btn__toggle.toggle-style__intext:before,
    .btn__toggle.toggle-style__intext:after {
        line-height: 2;
        color: #fff;
        letter-spacing: 0.75px;
        left: 0.4125rem;
        width: 2.325rem;
    }

    .btn__toggle.toggle-style__intext:before {
        text-align: right;
    }

    .btn__toggle.toggle-style__intext:after {
        text-align: left;
        opacity: 0;
    }

    .btn__toggle.toggle-style__intext.active:before {
        opacity: 0;
    }

    .btn__toggle.toggle-style__intext.active:after {
        opacity: 1;
    }


    .btn__toggle.toggle-style__notext:before,
    .btn__toggle.toggle-style__notext:after {
        display: none;
    }

    .btn__toggle:before,
    .btn__toggle:after {
        color: #6b7381;
    }

    .btn__toggle.active {
        background-color: #03A9F4;
    }

    .btn__toggle.toggle-style__intext {
        margin: 0 1rem;
    }

        .btn__toggle.toggle-style__intext:focus,
        .btn__toggle.toggle-style__intext.focus,
        .btn__toggle.toggle-style__intext:focus.active,
        .btn__toggle.toggle-style__intext.focus.active {
            outline: none;
        }

        .btn__toggle.toggle-style__intext:before,
        .btn__toggle.toggle-style__intext:after {
            line-height: 2;
            width: 0.5rem;
            text-align: center;
            font-weight: 600;
            font-size: 10px;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: absolute;
            bottom: 0;
            transition: opacity 0.25s;
        }

        .btn__toggle.toggle-style__intext:before {
            content: "Off";
            left: -0.5rem;
        }

        .btn__toggle.toggle-style__intext:after {
            content: "On";
            right: -0.5rem;
            opacity: 0.5;
        }

        .btn__toggle.toggle-style__intext > .handle {
            position: absolute;
            top: 2px;
            left: 2px;
            width: 2rem;
            height: 2rem;
            border-radius: 1.125rem;
            background: #fff;
            transition: left 0.25s;
        }

        .btn__toggle.toggle-style__intext.active {
            transition: background-color 0.25s;
        }

            .btn__toggle.toggle-style__intext.active > .handle {
                left: 2.8rem;
                transition: left 0.25s;
            }

            .btn__toggle.toggle-style__intext.active:before {
                opacity: 0.5;
            }

            .btn__toggle.toggle-style__intext.active:after {
                opacity: 1;
            }

        .btn__toggle.toggle-style__intext.toggle-style__intext:before,
        .btn__toggle.toggle-style__intext.toggle-style__intext:after {
            color: #fff;
            letter-spacing: -0.2px;
            left: 0.4125rem;
            width: 2.325rem;
        }

        .btn__toggle.toggle-style__intext.toggle-style__intext:before {
            text-align: right;
            left: auto;
            right: 3px;
        }

        .btn__toggle.toggle-style__intext.toggle-style__intext:after {
            text-align: left;
            opacity: 0;
        }

        .btn__toggle.toggle-style__intext.toggle-style__intext.active:before {
            opacity: 0;
        }

        .btn__toggle.toggle-style__intext.toggle-style__intext.active:after {
            opacity: 1;
        }

        .btn__toggle.toggle-style__intext.toggle-style__notext:before,
        .btn__toggle.toggle-style__intext.toggle-style__notext:after {
            display: none;
        }

    .btn__toggle.toggle-style__notext {
        margin: 0 0;
        padding: 0;
        position: relative;
        border: none;
        height: 1rem;
        width: 2rem;
        border-radius: 1rem;
    }

        .btn__toggle.toggle-style__notext:focus,
        .btn__toggle.toggle-style__notext.focus,
        .btn__toggle.toggle-style__notext:focus.active,
        .btn__toggle.toggle-style__notext.focus.active {
            outline: none;
        }

        .btn__toggle.toggle-style__notext:before,
        .btn__toggle.toggle-style__notext:after {
            width: 0;
            text-align: center;
            font-weight: 600;
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: absolute;
            bottom: 0;
            transition: opacity 0.25s;
        }

        .btn__toggle.toggle-style__notext:before {
            content: "Off";
            left: 0;
        }

        .btn__toggle.toggle-style__notext:after {
            content: "On";
            right: 0;
            opacity: 0.5;
        }

        .btn__toggle.toggle-style__notext > .handle {
            position: absolute;
            top: 0.125rem;
            left: 0.125rem;
            width: 0.75rem;
            height: 0.75rem;
            border-radius: 0.75rem;
            background: #fff;
            transition: left 0.25s;
        }

        .btn__toggle.toggle-style__notext.active {
            transition: background-color 0.25s;
        }

            .btn__toggle.toggle-style__notext.active > .handle {
                left: 1.125rem;
                transition: left 0.25s;
            }

            .btn__toggle.toggle-style__notext.active:before {
                opacity: 0.5;
            }

            .btn__toggle.toggle-style__notext.active:after {
                opacity: 1;
            }

        .btn__toggle.toggle-style__notext.toggle-style__intext:before,
        .btn__toggle.toggle-style__notext.toggle-style__intext:after {
            color: #fff;
            letter-spacing: 0.75px;
            left: 0.275rem;
            width: 1.55rem;
        }

        .btn__toggle.toggle-style__notext.toggle-style__intext:before {
            text-align: right;
        }

        .btn__toggle.toggle-style__notext.toggle-style__intext:after {
            text-align: left;
            opacity: 0;
        }

        .btn__toggle.toggle-style__notext.toggle-style__intext.active:before {
            opacity: 0;
        }

        .btn__toggle.toggle-style__notext.toggle-style__intext.active:after {
            opacity: 1;
        }

        .btn__toggle.toggle-style__notext.toggle-style__notext:before,
        .btn__toggle.toggle-style__notext.toggle-style__notext:after {
            display: none;
        }



/* $1-7__img --------------------*/

img {
    max-width: 100%;
    height: auto;
}


/* $1-8__margin --------------------*/
.m-5 {
    margin: 2rem !important;
}

.mt-5,
.my-5 {
    margin-top: 2rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 2rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 2rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 2rem !important;
}

.m-6 {
    margin: 3rem !important;
}

.mt-6,
.my-6 {
    margin-top: 3rem !important;
}

.mr-6,
.mx-6 {
    margin-right: 3rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 3rem !important;
}

.ml-6,
.mx-6 {
    margin-left: 3rem !important;
}



/* $1-10__hr -----------------*/
.hr_color {
    height: 6px;
    width: 100%;
    background: #006bb3;
}

/* $1-11__flex -----------------*/

.dis-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.align-items__end {
    align-items: flex-end;
}


.align-items__center {
    align-items: center;
}


/* $1-12__ul -----------------*/

ul {
    margin:0;
    /*padding-left: 0px;*/
}

.li-list-style__none {
    list-style-type: none;
}

.li-permutation__straight li {
    display: block;
    float: unset;
}

.li-permutation__horizontal li {
    display: inline-block;
}

/* $1-13__scroll bar -----------------*/

/* width */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/* $1-14__form -----------------*/

/* page-web-search */
.col__search-row .form-group {
    margin-bottom: 0;
}

.form-group .title {
    color: #8aacc7;
}

.form-control {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    height: auto;
    min-height: 34px;
    /* border-top: 1px solid #f9f9f9; */
    /* border-right: 1px solid #f9f9f9; */
    /* border-bottom: 1px solid #b9b9b9; */
    /* border-left: 1px solid #f9f9f9; */
    /* background: #f9f9f9; */
}

    .form-control:hover {
        border: 1px solid #6f6f6f;
        background: #fff;
        position: relative;
    }

    .form-control:focus {
        border: 1px solid #0092ff;
        background: #fff;
        position: relative;
    }

    .form-control.form-control__size-s {
        width: 12rem;
    }

    .form-control.form-control__size-m {
        width: 35%;
    }

@media screen and (max-width:767px) {
    .form-control.form-control__size-s {
        width: auto;
    }

    .form-control.form-control__size-m {
        width: auto;
    }
}


/*     
.form-group.dis-flex .form-control{
    width: auto;
}


@media screen and (max-width:767px){
    .form-group.dis-flex .form-control{
        width: 30%;
    } 
}

@media screen and (max-width:560px){
    .form-group.dis-flex .form-control{
        width: 50%;
    } 
}

@media screen and (max-width:480px){
    .form-group.dis-flex .form-control{
        width: 70%;
    } 
} */

.form-group.dis-flex label {
    line-height: 2.5;
}

.form-group.dis-flex label,
.form-group.dis-flex .form-control {
    margin-right: 5px;
}

.form-group.btn-row {
    padding: 0 1rem;
}

    .form-group.btn-row .btn {
        padding: .9rem 2rem;
        width: 100%;
    }


.form-inline + .form-inline {
    margin-top: 1rem;
}

.form-inline.form-group-size__all .form-group {
    width: 100%;
}

.form-inline.form-size__samll .form-group > .form-control {
    width: 10rem;
}



/* 
@media screen and (max-width:767px){
    .form-inline .form-group.form-control-inline{
        display: block;
    }
    
    .form-inline .form-group.form-control-inline .form-control{
        display: inline-block;
        width: auto;
        min-width: 70px;
    }

    .form-inline .form-group.form-control-inline .checkbox,
    .form-inline .form-group.form-control-inline .radio{
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
    }    
} */

.form-inline.form-group-size__all .form-group > .table-row {
    display: inline-block;
    vertical-align: middle;
}

.form-inline.label-size__4word label {
    word-break: break-all;
}

.form-inline.label-size__4word.form-group-size__all .form-group > .form-control,
.form-inline.label-size__4word.form-group-size__all .form-group > .table-row,
.form-inline.label-size__4word.form-group-size__all .form-group > .inner {
    width: calc(100% - 85px);
}

.form-inline.label-size__4word.form-group-size__all .form-group > .table-row__mixing {
    padding-left: 85px;
}

.form-inline.label-size__4word .form-group > .form-ps {
    padding-left: 83px;
    padding-top: 10px;
}

.form-inline.label-size__4word .form-group > .form-control.form-control__side {
    width: calc((100% - 90px) / 2);
}

.form-group > .form-control.form-control__day-connection {
    width: calc((100% - 21px) / 2);
    display: inline-block;
}

.form-inline.label-size__4word .form-group > .form-control.form-control__day-connection {
    width: calc((100% - 105px) / 2);
}

/* .form-group > .form-control.form-control__day-connection{
    width: calc((100% - 4px) / 2);
    display: inline-block;
} */

.form-inline.label-size__4word .space,
.form-inline.label-size__4word .title {
    width: 80px;
    text-align: right;
    padding-right: 10px;
    color: #8aacc7;
}



@media screen and (max-width:767px) {

    .form-inline.label-size__4word.form-group-size__all .form-group > .form-control,
    .form-inline.label-size__4word.form-group-size__all .form-group > .table-row,
    .form-inline.label-size__4word.form-group-size__all .form-group > .inner {
        width: 100%;
    }

    .form-inline.label-size__4word.form-group-size__all .form-group > .table-row__mixing {
        padding-left: 0px;
    }


    .form-inline.label-size__4word .form-group > .form-ps {
        padding-left: 0px;
    }

    .form-inline.label-size__4word .form-group > .title {
        width: 100%;
        text-align: left;
    }

        .form-inline.label-size__4word .form-group > .title.title-inline {
            width: auto;
        }

    .form-inline.label-size__4word .form-group > .space {
        display: none;
    }

    .form-inline.label-size__4word .form-group > .form-control.form-control__side {
        width: calc((100% - 5px) / 2);
        display: inline-block;
    }

    .form-inline.label-size__4word .form-group > .form-control.form-control__day-connection {
        width: calc((100% - 20px) / 2);
        display: inline-block;
    }

    .form-inline.label-size__8word .form-group > .form-control__inline {
        display: inline-block;
    }
}

.form-inline.label-size__8word label {
    word-break: break-all;
}

.form-inline.label-size__8word .form-group > .title {
    width: 125px;
    text-align: right;
    padding-right: 1rem;
    color: #99abb9;
}

.form-inline.label-size__8word.form-group-size__all .form-group > .form-control,
.form-inline.label-size__8word.form-group-size__all .form-group > .table-row,
.form-inline.label-size__8word.form-group-size__all .form-group > .inner {
    width: calc(100% - 130px);
}

.form-inline.label-size__8word.form-group-size__all .form-group > .table-row__mixing {
    padding-left: 130px;
}


.form-inline.label-size__8word .form-group > .form-ps {
    padding-left: 130px;
    padding-top: 0px;
    margin-bottom: 0;
}

.form-inline.label-size__8word .form-group > .form-control.form-control__side {
    width: calc((100% - 140px) / 2);
}

.form-inline.label-size__8word .form-group > .form-control.form-control__day-connection {
    width: calc((100% - 150px) / 2);
}


@media screen and (max-width:767px) {

    .form-inline.label-size__8word.form-group-size__all .form-group > .form-control,
    .form-inline.label-size__8word.form-group-size__all .form-group > .inner {
        width: 100%;
    }

    .form-inline.label-size__8word.form-group-size__all .form-group > .table-row__mixing {
        padding-left: 0px;
    }


    .form-inline.label-size__8word .form-group > .title {
        width: 100%;
        text-align: left;
    }

        .form-inline.label-size__8word .form-group > .title.title-inline {
            width: auto;
        }

    .form-inline.label-size__8word .form-group > .form-ps {
        padding-left: 0px;
        padding-top: 0px;
        margin-bottom: 0;
    }

    .form-inline.label-size__8word .form-group > .form-control.form-control__side {
        width: calc((100% - 5px) / 2);
        display: inline-block;
    }

    .form-inline.label-size__8word .form-group > .form-control.form-control__day-connection {
        width: calc((100% - 20px) / 2);
        display: inline-block;
    }
}




/* $1-15__badge -----------------*/

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    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;
    margin-bottom: 5px;
    margin-right: 6px;
    background-color: #a7a7a7;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

.badge + .badge {
    margin-right: 6px;
}


a.badge:hover, a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #008ef6;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-blue-dark {
    color: #fff;
    background-color: #1b538b;
}

a.badge-blue-dark:hover, a.badge-blue-dark:focus {
    color: #fff;
    background-color: #1b538b;
}

a.badge-blue-dark:focus, a.badge-blue-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}


/* $1-16__border -----------------*/
.border-line__0 {
    border-width: 0;
}

.border-line__1 {
    border: 1px solid #eee
}


/* $1-17__background -----------------*/
.bg-color__white {
    background: white !important;
}

/* $1-17__icon -----------------*/
.icon__circle {
    font-size: 2.5rem;
    color: #fff;
    padding: 10px;
    border-radius: 30px;
}

    .icon__circle.icon-style__blue {
        background: #0086e0;
    }

    .icon__circle.icon-style__orange {
        background: #ffb717;
    }

    .icon__circle.icon-style__bluegreen {
        background: #15bff3;
    }

    .icon__circle.icon-style__lavender {
        background: #6180c5;
    }


/* $$2 */
/* --------------------------------------------------------- */
/* $$2__font style------------------------------------------ */
/* --------------------------------------------------------- */

.font-900 {
    font-weight: 900;
}

.title {
    vertical-align: middle;
    font-weight: 900;
    /* margin-top: 10px; */
}

    .title.title-style__border-left {
        border-left: 7px solid #008ef6;
        padding-left: 10px;
        line-height: 1;
        margin-bottom: 10px;
        margin-top: 20px;
        position: relative;
    }

        .title.title-style__border-left:before {
            content: "";
            position: absolute;
            left: -7px;
            top: 0;
            border-left: 7px solid #a6deff;
            height: 10px;
            width: 1px;
        }

        .title.title-style__border-left .stitle {
            font-size: 1rem;
            color: #acb4bd;
            padding-top: 13px;
            display: block;
        }

    .title.title-inline {
        display: inline-block;
        width: auto;
    }

.title-row .stitle {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 2;
}
/* 
.col__row .title {
    margin-bottom: 1rem;
    margin-top: 10px;
} */

.font-color__blue {
    color: #0086e0;
}

.font-color__red {
    color: red;
}

.font-color__dark-red {
    color: #d02323;
}

.font-color__light-red {
    color: #e95151;
}

.font-color__gary {
    color: #b5b5b5;
}

.font-color__dark-gary {
    color: #868686;
}

.font-color__white {
    color: white;
}

.font-color__title {
    color: #99abb9;
}

.font-color__text {
    color: #333;
}

.font-color__dark-blue {
    color: #343a40;
}


.prompt {
    color: red;
    margin-bottom: 1rem;
}

    .prompt span {
        padding-right: 10px;
    }

/* .necessary-input::before{
    content: "*";
    color: red;
} */


.necessary-input::after {
    content: "*";
    color: red;
    position: absolute;
}

.font-size__s {
    font-size: 10px;
}

.help-block {
    color: #a2a2a2;
    font-size: 10px;
    margin: 5px 0;
}

.link {
    color: #0086e0;
}

.link:hover {
    color: #008ef6;
}

/* $$3 */
/* --------------------------------------------------------- */
/* $$3__animate------------------------------------------- */
/* --------------------------------------------------------- */
.animate__normal {
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    /*-ms-transition: all 0.1s ease-in;*/
    transition: all 0.1s ease-in;
}

/* $$4 */
/* --------------------------------------------------------- */
/* $$4__nav----------------------------------------------- */
/* --------------------------------------------------------- */
.navbar{
    padding: 0;
}

@media screen and (max-width:991px){
    .navbar {
        padding: .5rem .5rem;
    }

}

.navbar .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: .6rem .5rem;
}

    .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
        color: #ffffff;
        background-color: #008ef6;
    }


.navbar-light .navbar-nav .font-color__dark-blue.nav-link {
    color: #343a40;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.navbar-light .navbar-nav .nav-text {
    /*color: #343a40;*/
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: .5rem;
    padding-left: .5rem;
    display: block;
}

.navbar-light .navbar-nav .font-color__dark-blue.nav-link:hover {
    color: #ffffff;
    background-color: #008ef6;
}

.navbar .navbar-brand{
    width:200px;
}

/* $$5 */
/* --------------------------------------------------------- */
/* $$5__footer---------------------------------------------*/
/* --------------------------------------------------------- */
/* $$7 */
/* --------------------------------------------------------- */
/* $$7__main----------------------------------------------*/
/* --------------------------------------------------------- */
.main {
    background: #fff;
    padding: 1rem;
    box-shadow: 0 0 7px 0 rgba(40,54,76,0.12);
    margin: .5rem 0 2rem;
    border-radius: 5px;
}



/* $$8 */
/* --------------------------------------------------------- */
/* $$8__container------------------------------------------*/
/* --------------------------------------------------------- */

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 95%;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 95%;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 95%;
    }
}

@media (min-width: 1680px) {
    .container {
        max-width: 1600px;
    }
}

.page-container {
    width: 1200px;
    margin: auto;
}

@media screen and (max-width:1400px) {
    .page-container {
        width: 95%;
        margin: auto;
    }
}



/* $$10 */
/* --------------------------------------------------------- */
/* $$10__table---------------------------------------------*/
/* --------------------------------------------------------- */
.col__table-row .table-responsive {
    border: 0px;
    padding-top: 1rem;
}

.col__table-row .table-tool + .table-responsive {
    /* border-top: 1px solid #ddd; */
    margin-top: 0rem;
}

@media screen and (max-width: 2560px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 10px;
        /* overflow-y: hidden; */
        -ms-overflow-style: -ms-autohiding-scrollbar;
        /* border: 1px solid #ddd; */
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }
}

.table-tool {
    display: flex;
    align-items: flex-end;
}

.table-tool > div{
    flex: 1;
}

.table-tool .form-inline .form-control{
    display: inline-block;
    width: auto;
}

.table__title-style {
    font-weight: 900;
    /* color: #99abb9; */
    /* color: #777; */
    color: #8aacc7;
    text-align: right;
    width: 85px;
}

    .table__title-style.title-size__6 {
        width: 120px;
    }

    .table__title-style.title-size__8 {
        width: 140px;
    }

.table.table-border__noline td {
    border: 0;
}

.table.table-border__twh3 td {
    border-top: 3px solid #fff;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: .5rem .5rem;
}

.table > tbody > tr > td {
    min-height: 45px;
}

/*.table > tbody > tr > td {
    word-break: break-word;
    vertical-align: middle;
}*/
/* 
.table .table__td.td__sms-inner{
    display : inline-block;
    overflow : hidden;
    text-overflow : ellipsis;
    white-space : nowrap;
    width : 240px;
} */

/* .table .table__checbox{
    width: 30px;
    padding: .5rem 0rem .5rem 1.5rem;
} */

/* .table .table__checbox .radio.radio-inline {
    margin-top: 3px;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0;
} */

.table-hover > tbody > tr:hover {
    /* background-color: #f4f8fb; */
    background-color: #f2f9ff;
    /* background-color: #e7e9eb;; */
}

.table-column__tool {
    text-align: right;
}


@media screen and (max-width: 767px) {
    .table.table__data-th thead {
        display: none;
    }

    .table.table__data-th tbody .table__td {
        display: block;
        padding: .6rem;
        min-width: 255px;
    }

        .table.table__data-th tbody .table__td:before {
            content: attr(data-th);
            font-weight: bold;
            display: inline-block;
            width: 10rem;
            padding: 0 10px;
            vertical-align: top;
        }

    .table-column__tool {
        padding-right: 2rem !important;
    }

    .table.table__data-th tbody .table-column__tool:before {
        content: "";
        width: 0rem;
        padding: 0px;
    }
}

.table-footer__row {
    /* padding-top: 2rem; */
    /* padding-bottom: 2rem; */
}

    .table-footer__row > div {
        display: inline-block;
        width: auto;
    }

    .table-footer__row .text-right {
        /* width: calc(40% - 5px); */
        min-width: 170px;
        max-width: 225px;
        vertical-align: top;
        float: right;
    }


.table-footer-item__num,
.table-footer-item__jump,
.table-footer-item__show,
.table-footer-item__info {
    display: inline-block;
    vertical-align: middle;
    /* width: calc(50% - 2px); */
    /* background: #000; */
}

.table-footer-item__num {
    margin-right: 2rem;
}

.table-footer-item__jump,
.table-footer-item__show {
    margin-bottom: 5px;
    margin-right: 2rem;
}

    .table-footer-item__jump * {
        display: inline-block;
    }

    .table-footer-item__jump .form-control,
    .table-footer-item__jump label {
        vertical-align: middle;
        margin: 0;
    }

    .table-footer-item__jump .btn {
        margin-bottom: 0;
        padding: .6rem .5rem;
    }

    .table-footer-item__jump .form-control {
        width: 50px;
    }

.table-footer__row .btn__icon {
    padding: 2px 5px;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 16px;
    vertical-align: middle;
}

.table-footer__row .active {
    background: #e1f3ff;
    color: #0082da;
    border-color: #03A9F4;
}

.table-footer-item__show .select-style__table-page .form-control {
    padding: 6px 12px 6px 6px;
}

@media screen and (max-width:992px) {
    .table-footer__row .text-right {
        float: none;
    }
}

@media screen and (max-width:767px) {
    .table-footer__row .page-num,
    .table-footer__row .table-footer-item__point {
        display: none;
    }

        .table-footer__row .page-num.active {
            display: inline-block;
        }

    .table-footer__row .page-num__end {
        position: relative;
    }

        .table-footer__row .page-num__end::before {
            content: "/";
            position: absolute;
            left: -8px;
            color: #ddd;
            top: 4px;
        }
}

.table-footer-item__info p {
    margin-bottom: 0;
}


/* $$11 */
/* --------------------------------------------------------- */
/* $$11__tab-----------------------------------------------*/
/* --------------------------------------------------------- */

.tab-row .tab-nav li + li {
    margin-left: 10px;
}

.tab-row .tab-nav a {
    padding: 10px 25px;
    display: inline-block;
    vertical-align: middle;
}

.tab-row .tab-nav .active a {
    box-shadow: 0 4px 8px rgba(69, 123, 158, 0.4);
    margin-bottom: 1.5rem;
}

.tab-row .tab-nav.tab-nav-style__bg-dark a {
    border: 1px solid #ddd;
    border-radius: 3px;
}

.tab-row .tab-nav.tab-nav-style__bg-dark .active a {
    border: 1px solid #222;
    border-radius: 3px;
    background: #222;
    color: #fff;
}

.tab-row .tab-nav.tab-nav-style__bg-blue a {
    border: 1px solid #0086e0;
    color: #0086e0;
    border-radius: 2px;
}

.tab-row .tab-nav.tab-nav-style__bg-blue .active a {
    border: 1px solid #0086e0;
    border-radius: 3px;
    background: #0086e0;
    color: #fff;
}

.tab-content {
    /* background: #fff; */
    /* border-radius: 7px 7px 7px 7px; */
    /* box-shadow: 0 0 15px rgba(89, 134, 154, 0.1) */
}

    .tab-content.tab-content__border .tab-pane {
        border: 1px solid #ccc;
        padding: 3rem;
        position: relative;
    }

@media screen and (max-width:767pc) {
    .tab-content.tab-content__border .tab-pane {
        padding: 2rem;
    }
}

.tab-content.tab-content__border .tab-pane::before {
    border-color: transparent transparent #ccc;
    border-style: solid solid solid;
    border-width: 12px 8px 12px 8px;
    content: "";
    height: 0px;
    position: absolute;
    width: 0px;
    top: -24px;
}

.tab-content.tab-content__border .tab-pane::after {
    border-color: transparent transparent #fff;
    border-style: solid solid solid solid;
    border-width: 12px 8px 12px 8px;
    content: "";
    height: 0px;
    position: absolute;
    width: 0px;
    top: -23px;
}


/* $$12 */
/* --------------------------------------------------------- */
/* $$12__page number-------------------------------------*/
/* --------------------------------------------------------- */

.page-number__row {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

    .page-number__row .btn__icon {
        padding: 2px 5px;
        margin-left: 2px;
        margin-right: 2px;
    }

    .page-number__row .active {
        background: #e1f3ff;
        color: #0082da;
    }

@media screen and (max-width: 790px) {
    .page-number__row .btn__icon {
        font-size: 2rem;
    }
}

@media screen and (max-width:767px) {
    .page-number__row .page-number__num,
    .page-number__row .page-number__point {
        display: none;
    }

        .page-number__row .page-number__num.active {
            display: inline-block;
        }

    .page-number__row .page-number__end {
        position: relative;
    }

        .page-number__row .page-number__end::before {
            content: "/";
            position: absolute;
            left: -8px;
            color: #ddd;
            top: 4px;
        }
}


/* $$13 */
/* --------------------------------------------------------- */
/* $$13__dropdown----------------------------------------*/
/* --------------------------------------------------------- */

.dropdown-menu {
    font-size: 15px;
}

.dropdown.dropdown-dis__inline-block {
    display: inline-block;
}

.dropdown-size__250 .dropdown-menu {
    min-width: 250px;
}

.dropdown-item-style__icon {
    padding: 1rem;
    text-align: center;
    display: inline-block;
}

    .dropdown-item-style__icon .dropdown-item__icon {
        font-size: 5rem;
    }

.dropdown-item-size__50 {
    width: 48%;
}

.dropdown-item__text {
    word-break: break-all;
}

.dropdown-menu .dropdown-list > li {
    /* text-decoration: none; */
    list-style: none;
}

    .dropdown-menu .dropdown-list > li > div {
        padding: 5px 15px;
        display: block;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }



/* $$14 */
/* --------------------------------------------------------- */
/* $$14__input-update-------------------------------------*/
/* --------------------------------------------------------- */

.input__files-up {
    padding: 0;
}

    .input__files-up .border-color__gary {
        border: 1px solid #ced4da;
        padding: 1rem;
        margin-bottom: .5rem;
        text-align: center;
    }



/* $$15 */
/* --------------------------------------------------------- */
/* $$15__modal--------------------------------------------*/
/* --------------------------------------------------------- */
.modal-footer .btn {
    margin-bottom: 1rem;
}

/* modal+modal scroll not work-answer */
.modal {
    overflow: auto !important;
}



/* $$16 */
/* --------------------------------------------------------- */
/* $$16__shadow------------------------------------------*/
/* --------------------------------------------------------- */
.shadow__s-blue {
    /*box-shadow: 0 0 15px rgba(89, 134, 154, 0.1);*/
    box-shadow: 0 0 15px rgba(75,102,114,0.2);
}


/* $$17 */
/* --------------------------------------------------------- */
/* $$17__datetimepicker---------------------------------*/
/* --------------------------------------------------------- */

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 100%;
    min-width: 300px;
    max-width:400px;
}

@media screen and (max-width:767px){
    .bootstrap-datetimepicker-widget.dropdown-menu {
        font-size: 12px;
        min-width: 250px;
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu tr,
.bootstrap-datetimepicker-widget.dropdown-menu td {
    border:0px;
}


.bootstrap-datetimepicker-widget.dropdown-menu .fa.fa-clock-o,
.bootstrap-datetimepicker-widget.dropdown-menu .fa.fa-calendar {
    color: #0082da;
    font-size: 1.2rem;
    border: 1px solid #0082da;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker .btn {
    /*color: #0082da;*/
}

