/*
 =========================================================================
 *                   Gettii Lite - Default Setting
 *
 *  1. Reset
 *  2. Header
 *  3. Siderbar & Menu
 *  4. Form
 *  5. Box
 *  6. Timeline
 *  7. BTN
 *  8. Table
 *  9. Social icon
 * 10. Print Style
 *
 * === Default Colors: #4ac3c3,#26c6da,#1EB0BE,#6DD7C7,#23A6D5,#23D5AB ===
 =========================================================================     
*/

@import url('https://fonts.googleapis.com/css2?family=Baloo+Paaji+2:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Serif+JP:wght@600&display=swap');

/* 
 * 1. Reset
 * ----------------------------------------------------------------- */

html,
body {
    height: 100%;
    font-family: "Baloo Paaji 2", "Noto Sans TC" !important;
}

* {
    margin: 0;
    padding: 0;
}

.layout-boxed html,
.layout-boxed body {
    height: 100%;
}

.form-horizontal label {
    margin-bottom: 0;
}

label {
    font-weight: 500;
    color: #525252;
    font-size: 1.4rem;
}

body {
    font-family: "Baloo Paaji 2", "Noto Sans TC" !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    overflow-y: auto;
}

:lang(ja) {
    font-family: "Baloo Paaji 2", "Noto Sans JP" !important
}
.glyphicon:lang(ja) {
    font-family: "Glyphicons Halflings" !important;
}
.fa:lang(ja) {
    font-family: "Font Awesome 5 Free" !important;
}
.fa-chevron-left:lang(ja) {
    font-family: "Font Awesome 5 Free" !important;
}
.fas:lang(ja) {
    font-family: "Font Awesome 5 Free" !important;
}
.far:lang(ja) {
    font-family: "Font Awesome 5 Free" !important;
}
.fal:lang(ja) {
    font-family: "Font Awesome 5 Free" !important;
}
.fab:lang(ja) {
    font-family: "Font Awesome 5 Free" !important;
}

hr {
    margin-top: 25px;
    margin-bottom: 15px;
}

.p-top {
    padding-top: 0 !important;
}

.p-bottom {
    padding-bottom: 0 !important;
}

.m-top {
    margin-top: 0 !important;
}

.m-bottom {
    margin-bottom: 0 !important;
}

.margin-auto {
    margin: auto;
}

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

.wrapper {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.wrapper:before,
.wrapper:after {
    content: " ";
    display: table;
}

.wrapper:after {
    clear: both;
}

.layout-boxed .wrapper {
    max-width: 1250px;
    margin: 0 auto;
    min-height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    position: relative;
}

.layout-boxed {
    background: url(../img/boxed-bg.jpg) repeat fixed;
}

.content-wrapper {
    font-family: "Baloo Paaji 2", "Noto Sans TC";
    min-height: 100%;
    background-color: #f5f9fa;
    z-index: 800;
    margin-top: 50px;
}

.main-footer {
    background: #f5f9fa4d;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
}

.border-blue {
    border: 2px solid #33bbeb !important;
}

.border-green {
    border: 2px solid #57C898 !important;
}

.cursor {
    cursor: pointer;
}
.overflow-x-hidden {
    overflow-x: hidden;

}
.content-wrapper {
    font-family: "Baloo Paaji 2", "Noto Sans TC";
    min-height: 100%;
    background-color: #f5f9fa;
    z-index: 800;
    margin-top: 50px;
}

.main-footer {
    background: #f5f9fa4d;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de
}

.content-wrapper,
.main-footer {
    -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
    transition: transform .3s ease-in-out, margin .3s ease-in-out;
    margin-left: 230px;
    z-index: 820;
}

.flexcol-group{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.welcome-text{
    font-size: 1.7rem !important;
    font-weight: 700;
}
.welcome-gettii{
    font-size: 3rem !important;
    font-weight: 500;
}
.layout-top-nav .content-wrapper,
.layout-top-nav .main-footer {
    margin-left: 0;
}

.invoice-modal-overflow{
    display: flex;
    align-items: center;
    max-height: 60vh;
    height: auto;
    overflow-y: auto;
    flex-direction: column;
}
.invoice-modal-body{
    max-height: 80vh;
    overflow-y: auto;
    padding: 1rem;
}
.invoice-table {
    margin-top: 1.5rem;
    width: 70%;
    border-collapse: collapse;
    border-radius: 10px;
    background: #F9F9F9;
    align-items: flex-start;
    table-layout: fixed;
  }
.invoice-table-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
.table-responsive {
  width: 100%;
  overflow-x: auto;
}
.invoice-table-left{
  width: 30% !important;
  text-align: left !important;
  font-weight: 400 !important;
}
.invoice-table-right{
  width: 70% !important;
  text-align: right !important;
  font-weight: 400 !important;
}
.invoice-table th {
  color: rgb(0, 0, 0);
  font-weight: 600;
  text-align: center;
  padding: 12px;
  font-size: 1.7rem;
  border-radius: 9.8px;
  outline: 2.5px solid rgb(255, 255, 255);
  outline-offset: -0.7rem;
}
.invoice-table td {
  border-top: 3px solid #ffffff;
  border-radius: 10px;
  padding: 5px 10px;
  text-align: left;
  font-size: 1.4rem;
  word-break: break-word;
}
.invoice-table-noinfo-td{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
    color: #000000;
    font-size: 1.5rem;
    width: 100%;
  }
.invoice-table-noinfo-td-top{
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
}
.invoice-table-noinfo-td-bottom{
    font-weight: 400;
    font-size: 1rem;
}
.invoice-table tr:first-child td {
  border-top: none;
}
.invoice-table-noinfo-height{
  height: 80px;
  padding: 0px;
}
@media(max-width:767px) {
    .content-wrapper,
    .main-footer {
        margin-left: 0;
    }
}

@media(min-width:768px) {
    .sidebar-collapse .content-wrapper,
    .sidebar-collapse .main-footer {
        margin-left: 0;
    }
}

@media(max-width:767px) {
    .sidebar-open .content-wrapper,
    .sidebar-open .main-footer {
        -webkit-transform: translate(230px, 0);
        -ms-transform: translate(230px, 0);
        -o-transform: translate(230px, 0);
        transform: translate(230px, 0);
    }
}

.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
    position: fixed;
}

.fixed .main-header {
    top: 0;
    right: 0;
    left: 0;
}

.fixed .content-wrapper,
.fixed .right-side {
    padding-top: 50px;
}

@media(max-width:767px) {
    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 100px;
    }
}

.fixed.layout-boxed .wrapper {
    max-width: 100%;
}

.fixed .wrapper {
    overflow: hidden;
}

.hold-transition .content-wrapper,
.hold-transition .right-side,
.hold-transition .main-footer,
.hold-transition .main-sidebar,
.hold-transition .left-side,
.hold-transition .main-header .navbar,
.hold-transition .main-header .logo,
.hold-transition .menu-open .fa-angle-left {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-top: 75px;
}

.content-navonly {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 100px;
}

.content>.edit-status,
.content-navonly>.edit-status {
    font-size: 13px;
    color: #7ac79a !important;
    border-radius: 0;
    border: none;
    background: transparent !important;
    position: fixed;
    top: 77px;
    left: 400px;
    z-index: 990;
}

.funtion-btn-block>.edit-status {
    font-size: 13px;
    color: #7ac79a !important;
    border-radius: 0;
    border: none;
    background: transparent !important;
    position: absolute;
    top: 28px;
    left: 355px;
    z-index: 990;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Baloo Paaji 2", "Noto Sans TC";
}

a {
    color: #3c8dbc;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #72afd2;
}

p span {
    margin-right: 5px;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

/* ========================================== */
.fw-light {
    font-weight: 300 !important;
}
.fw-lighter {
    font-weight: lighter !important;
}
.fw-normal {
    font-weight: 400 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fw-bolder {
    font-weight: bolder !important;
}

.text-red {
    color: #f14d6a !important;
}
.text-yellow {
    color: #f39c12 !important;
}
.text-aqua {
    color: #00c0ef !important;
}
.text-blue {
    color: #0073b7 !important;
}
.text-dark {
    color: #333 !important;
}
.text-black {
    color: #111 !important;
}
.text-light-blue {
    color: #3c8dbc !important;
}
.text-green {
    color: #00a65a !important;
}
.text-gray {
    color: #999 !important;
}
.text-gray-light {
    color: #ababab !important;
}
.text-navy {
    color: #001f3f !important;
}
.text-teal {
    color: #39cccc !important;
}
.text-olive {
    color: #3d9970 !important;
}
.text-lime {
    color: #01ff70 !important;
}
.text-orange {
    color: #ff6922 !important;
}
.text-fuchsia {
    color: #f012be !important;
}
.text-purple {
    color: #605ca8 !important;
}
.text-maroon {
    color: #d81b60 !important;
}
/* ========================================== */


.list-style-non, .list-style-non li, .list-style-non ol {
    list-style: none !important;
} 
.page-header {
    margin: 10px 0 20px 0;
    font-size: 22px;
}

.margin-fix {
    margin: 0;
}

.page-header>small {
    color: #666;
    display: block;
    margin-top: 5px;
}

.main-header {
    position: fixed;
    width: 100%;
    top: 0;
    max-height: 100px;
    z-index: 1030;
}

.main-header .navbar {
    -webkit-transition: margin-left .3s ease-in-out;
    -o-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    margin-bottom: 0;
    margin-left: 230px;
    border: none;
    min-height: 50px;
    border-radius: 0;
}

.layout-top-nav .main-header .navbar {
    margin-left: 0;
}

.main-header #navbar-search-input.form-control {
    background: rgba(255, 255, 255, .2);
    border-color: transparent;
}

.main-header #navbar-search-input.form-control:focus,
.main-header #navbar-search-input.form-control:active {
    border-color: rgba(17, 4, 4, .1);
    background: rgba(255, 255, 255, .9);
}

.main-header #navbar-search-input.form-control::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.main-header #navbar-search-input.form-control:-ms-input-placeholder,
.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
    color: #ccc;
}

.navbar-custom-menu>ul {
 display: flex;
 align-items: center;
 text-shadow: 0px 0.8px rgb(108, 196, 255);
}

#navbarCus{
    color: white;
}

#timeCounting{
    margin-right: 20px;
}

.main-header .navbar-custom-menu,
.main-header .navbar-right {
    float: right;
}

.height-fit {
    height: fit-content;
}

@media(max-width:1400px) {
    .col-set-100 {
        width: 100%;
    }
    .mobile-preview {
        margin: 0 auto;
    }
}

@media(max-width:1024px) {
    .with-fit {
        width: fit-content !important;
    }
    .table .ellipsis.max-29 {
        max-width: 18em;
        width: 18em;
    }
    .max-20 {
    max-width: 6em !important;
    /*width: 5em !important;*/
    }
    .box-title.w-90.pr-x {
        width: 85% !important
    }
}

@media(max-width:992px) {
    .pull-block {
        width: 100%;
        margin-bottom: 20px;
    }
    .w-ml-09 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .offset-custom .col-md-10 {
        width: 100%;
    }
    .step-section-gray {
        border-right: none !important;
        border-bottom: 1px dotted #dedede;
        margin-bottom: 20px;
    }
}

@media(max-width:991px) {
    .main-header .navbar-custom-menu a,
    .main-header .navbar-right a {
        color: inherit;
        background: transparent;
    }
    .drop-image {
        margin-bottom: 15px;
    }
    .box-title-block {
        display: inline-flex;
    }
}

@media(max-width:767px) {
    .main-header .navbar-right {
        float: none;
    }
    .navbar-collapse .main-header .navbar-right {
        margin: 7.5px -15px;
    }
    .main-header .navbar-right>li {
        color: inherit;
        border: 0;
    }
}

.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
    font-family: fontAwesome;
}

.main-header .sidebar-toggle:lang(ja) {
    font-family: fontAwesome !important;
}

.main-header .sidebar-toggle:before {
    content: "\f0c9";
}

.main-header .sidebar-toggle:hover {
    color: #fff;
}

.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
    background: transparent;
}

.main-header .sidebar-toggle .icon-bar {
    display: none;
}

.main-header .navbar .nav>li.user>a>.fa,
.main-header .navbar .nav>li.user>a>.glyphicon,
.main-header .navbar .nav>li.user>a>.ion {
    margin-left: 6px;
    padding-right: 6px;
}

.main-header .navbar .nav>li.user>a>.glyphicon.glyphicon-user {
    display: none;
}

.main-header .navbar .nav>li.user>a>.fa,
.main-header .navbar .nav>li.user>a>.glyphicon.glyphicon-menu-down {
    margin-left: 10px;
    padding-right: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    line-height: 20px;
    color: #36b4cd;
    font-size: 12px;
}

.main-header .navbar .nav>li.user>a>.fa,
.main-header .navbar .nav>li.user>a>.fas.fa-building {
    margin-left: 10px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    line-height: 19px;
    color: #36b4cd;
    font-size: 13px;
}

.main-header .navbar .nav>li>a>.label {
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

.main-header .logo {
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    display: block;
    float: left;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    width: 230px;
    font-family: "Baloo Paaji 2";
    padding: 0 15px;
    font-weight: 400;
    overflow: hidden;
}

.main-header .logo .logo-lg {
    display: block;
}

.main-header .logo .logo-mini {
    display: none;
}

.main-header .navbar-brand {
    color: #fff;
}

.content-header {
    position: absolute;
    min-height: 35px;
    height: 35px;
    width: 100%;
    margin-left: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.content-header>h1 {
    margin: 0 10px 0 0;
    font-size: 1.9rem;
    font-weight: 700;
    color: #fff;
}

.content-header>h1>small {
    font-size: 1.4rem;
    display: inline-block;
    padding-left: 6px;
    font-weight: 400;
    color: #fff;
}

.content-header #account {
    font-size: 1.7rem;
    font-weight: 600;
}

.content-header>.breadcrumb {
    float: left;
    font-size: 1.4rem;
    padding: 2px;
    position: relative;
    top: 0;
    margin: 2px 0 0 10px;
}

ol.breadcrumb:before {
    content: "｜";
    color: #fff;
    padding-right: 6px;
}

.content-header>.breadcrumb>li>a {
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.breadcrumb>.active {
    color: #fff;
    font-weight: 500;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #fff;
    content: "\00bb";
    font-size: 16px;
}

.content-header>.breadcrumb>li>a>.fa,
.content-header>.breadcrumb>li>a>.glyphicon,
.content-header>.breadcrumb>li>a>.ion {
    margin-right: 5px;
}

.content-header>.breadcrumb>li+li:before {
    content: "\00bb";
    font-size: 16px;
}

.funtion-btn-block {
    min-height: 65px;
    position: fixed;
    right: 10px;
    text-align: right;
    top: 50px;
    width: 86%;
    z-index: 849;
    padding: 20px 10px;
    background: #f5f9fa;
}

.content-header .funtion-btn-block .badge-note {
    background: transparent !important;
    color: #e94c30;
    font-size: 13px;
    font-weight: 400;
    margin-right: 5px;
}

.content-header .funtion-btn-block .btn svg {
    margin-left: 5px;
}

@media(min-width:768px) {
    .sidebar-mini.sidebar-collapse .funtion-btn-block {
        width: calc(100% - 60px);
        -webkit-transition: -webkit-transform .5s ease-in-out, width .5s ease-in-out;
        -moz-transition: -moz-transform .5s ease-in-out, width .5s ease-in-out;
        -o-transition: -o-transform .5s ease-in-out, width .5s ease-in-out;
        transition: transform .5s ease-in-out, width .5s ease-in-out;
    }
}

.badge.disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .45;
}

.switch {
    top: 0;
    left: 135px;
    position: absolute;
    margin: 18px auto;
    height: 36px;
    width: 200px;
    background: #f5f9fa;
    border: 2px solid #dedede;
    border-radius: 35px;
}

.switch-label {
    position: relative;
    z-index: 2;
    float: left;
    width: 98px;
    line-height: 33px;
    font-size: 13px;
    color: #9c9c9c;
    text-align: center;
    cursor: pointer;
}

.switch-label:active {
    font-weight: 700;
}

.switch-label-off {
    padding-left: 2px;
}

.switch-label-on {
    padding-right: 2px;
}

.switch-input {
    display: none;
}

.switch-input:checked+.switch-label {
    font-weight: 700;
    color: #fff;
    -webkit-transition: .15s ease-out;
    -moz-transition: .15s ease-out;
    -o-transition: .15s ease-out;
    transition: .15s ease-out;
}

.switch-input:checked+.switch-label-on~.switch-selection {
    left: 100px;
}

.switch-selection {
    display: block;
    position: absolute;
    z-index: 1;
    top: 1px;
    left: 2px;
    width: 95px;
    height: 30px;
    background: #a0d47e;
    border-radius: 30px;
    -webkit-transition: left .15s ease-out;
    -moz-transition: left .15s ease-out;
    -o-transition: left .15s ease-out;
    transition: left .15s ease-out;
}

.checkbox.checbox-switch {
    padding-left: 85px;
    padding-top: 0;
    line-height: 2;
}

.checkbox.checbox-switch-non {
    padding-left: 0;
    padding-top: 0;
    line-height: 2;
}

.checkbox.checbox-switch label,
.checkbox-inline.checbox-switch {
    display: inline-block;
    position: relative;
}

.checkbox.checbox-switch label input,
.checkbox-inline.checbox-switch input {
    display: none;
    visibility: hidden;
    z-index: -1;
}

.checkbox.checbox-switch label span,
.checkbox-inline.checbox-switch span {
    width: 35px;
    border-radius: 20px;
    height: 20px;
    border: 1px solid #dbdbdb;
    background-color: #d6d6d6;
    border-color: #d4d4d4;
    box-shadow: #dfdfdf 0 0 0 0 inset;
    transition: border .4s ease 0s, box-shadow .4s ease 0s;
    display: inline-block;
    vertical-align: sub;
    margin-right: 10px;
}

.checkbox.checbox-switch label span:before,
.checkbox-inline.checbox-switch span:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    content: " ";
    top: 0;
    position: relative;
    left: 0;
    transition: all .3s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
}

.checkbox.checbox-switch label>input:checked+span:before,
.checkbox-inline.checbox-switch>input:checked+span:before {
    left: 17px;
}

.checkbox.checbox-switch.switch-info label>input:checked+span,
.checkbox-inline.checbox-switch.switch-info>input:checked+span,
.checkbox.checbox-switch.switch-info label>input:checked:disabled+span,
.checkbox-inline.checbox-switch.switch-info>input:checked:disabled+span {
    background-color: #05c0ef;
    border-color: #05c0ef;
    box-shadow: #05c0ef 0 0 0 8px inset;
    transition: border .4s ease 0s, box-shadow .4s ease 0s, background-color 1.2s ease 0s;
}

@media(max-width:991px) {
    .content-header>.breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 0;
        left: 0;
        float: none;
        background: transparent;
        padding-left: 0;
    }
    .content-header>.breadcrumb li:before {
        color: #fff;
    }
    .funtion-btn-block {
        top: calc(100px - 50px);
    }
}


/* eye open & close
-------------------------*/

input.i-display[type=checkbox],
input.i-delete[type=checkbox] {
    display: none;
}

input.i-display[type=checkbox]+label,
input.i-delete[type=checkbox]+label {
    height: 16px;
    width: 16px;
    display: inline-block;
    padding: 0;
    font-size: 22px;
}

input.i-display[type=checkbox]+label:before {
    content: "\f06e";
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
}

input.i-display[type=checkbox]:checked+label:before {
    content: "\f070";
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    color: #c8c8c8;
}

input.i-delete[type=checkbox]+label:before {
    content: "\f1f8";
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
}

input.i-delete[type=checkbox]:checked+label:before {
    content: "\f1f8";
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    color: #c8c8c8;
}

input.i-display:lang(ja) {
    font-family: fontAwesome !important;
}

input.i-delete:lang(ja) {
    font-family: fontAwesome !important;
}


/*-------------------------------------*/

.navbar-toggle {
    color: #fff;
    border: 0;
    margin: 0;
    padding: 15px 15px;
}

@media(max-width:991px) {
    .navbar-custom-menu .navbar-nav>li {
        float: left;
    }
    .navbar-custom-menu .navbar-nav {
        margin: 0;
        float: left;
    }
    .navbar-custom-menu .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 20px;
    }
}

@media(max-width:767px) {
    .main-header {
        position: relative;
    }
    .main-header .logo,
    .main-header .navbar {
        width: 100%;
        float: none;
    }
    .main-header .navbar {
        margin: 0;
    }
    .main-header .navbar-custom-menu {
        float: right;
    }
}

@media(max-width:991px) {
    .navbar-collapse.pull-left {
        float: none !important;
    }
    .navbar-collapse.pull-left+.navbar-custom-menu {
        display: block;
        position: absolute;
        top: 0;
        right: 40px;
    }
}

body.user-manage .btn-header-right {
    padding: 3px 20px;
}

.content-btn-group {
    position: relative;
    padding: 0;
    margin: 10px 15px;
    min-height: 35px;
}

.messages-content {
    width: 65%;
    margin: 40px auto;
}

.messages-save-content {
    width: 80%;
    margin: 60px auto;
}

.messages-save-content-pop {
    width: 90%;
    margin: 30px auto;
}

.messages-content .lead {
    font-size: 1.6rem !important;
    line-height: 1.8;
}
/*
 * notice
--------------------*/

.text-space-6x {
    letter-spacing: 6px;
}
.text-space-7x {
    letter-spacing: 7px;
}

/* 
 * Help.page
--------------------*/
.help-content {
     width: 90%;
    margin: 0 auto;   
}
.help-i-text {
    font-size: 1.8rem;
    line-height: inherit;
}
.container-card {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.card-row {
        padding-top: .75rem;
    padding-bottom: .75rem;
}
.position-re {
 position: relative;
}
.container-card .card {
  position: relative;
  width: 100%;
  height: 145px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 4px;
  border-radius: 5px;
  box-shadow: 0 0 14px 2px #dedede;
}

.container-card .card ul {
  z-index: 99;
  position: absolute;
  right: 65px;
  top: 5px;
  list-style-type: none;
}
.container-card .card ul li {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  margin: 6px 0;
  background-color: #E6E5E1;
}
.container-card .card h2 {
  z-index: 0;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
    margin-top: 0;
  margin-bottom: 5px;
}
.container-card .--card2 h2, .container-card .--card3 h2 {
    z-index: 0;
    font-size: 2rem;
    line-height: inherit;
    font-weight: 600;
    color: #000;
    max-height: 50px;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.container-card .card span, .container-card .--card2 span, .container-card .--card3 span {
    z-index: 0;
    font-size: 12px;
    color: #4c4c4c;
        height: 36px;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.container-card .card p {
  z-index: 0;
  position: absolute;
  top: 10px;
  right: 40px;
  color: #333;
  opacity: 0.2;
  font-size: .5rem;
  letter-spacing: 1px;
  writing-mode: vertical-lr;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.container-card .card:hover i, .container-card .card:hover svg {
  opacity: 0;
}
.container-card .card button {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 30px;
  height: 30px;
  background-color: #DA4D1D;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
  mix-blend-mode: hard-light;
}
.container-card .--card2 button i, .container-card .--card3 button i {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.5;
    text-align: center;
}
.container-card .card:hover button {
  transform: scale(12.5);
  
}

.container-card .card:hover button svg, .container-card .--card2:hover button svg,  .container-card .--card3:hover button svg {
  display:none;
  opacity: 0;
}

.container-card .card:hover p {
  color: #fff;
}

.container-card .--card2 button {
  background-color: #006f96;

}
.container-card .--card3 button {
  background-color: #c3264d;

}

.course-preview {
    background-color: #2A265F;
    color: #fff;
    background: linear-gradient( -45deg, #33bbeb, #0089ff, #0dd1fd, #269ad5, #c2de51);
    background-size: 500% 400%;
    z-index: 1;
    height: 20px;
    width: 10px;
    margin-top: -70px;
    margin-left: 0;
}

.container-card .card .m-arrows {
  z-index: 100;
    position: relative;
    right: 50px;
    bottom: 5px;
    cursor: pointer;
    float: right;
}
.container-card .card .m-arrows svg, .container-card .card .m-arrows i {
    z-index: 101;
    position: absolute;
    right: -100px;
    bottom: -30px;
    cursor: pointer;
    opacity: .5;
    float: right;
}
.container-card .card .m-arrows {
opacity: 0;
}
.container-card .card:hover .m-arrows {
opacity: 1;
}
.m-arrow {
  padding: .45rem;
  box-shadow: 2px -2px white inset;
  transform: rotate(225deg);
  opacity: 0;
  position: absolute;
  bottom: -25px;
}

.m-arrow-one {
  animation: arrowsMovement 2s ease-in-out infinite;
}

.m-arrow-two {
  animation: arrowsMovement 2s 1s ease-in-out infinite;
}

@keyframes arrowsMovement {
  0% {
    left: 0;
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    left: 20px;
    opacity: 0;
  }
}
/* bootstrap 5 */
.d-flex{
    display: flex !important;
}
.justify-content-baseline {
    justify-content: baseline !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-center {
    justify-content: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-end {
    align-items: end !important;
}
.flex-space-between-center {
      display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-start-center-column {
      display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.flex-align-two-side {
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;

}
.flex-contents{
  display: contents;
}
.flex-flow {
display: flex;
flex-flow: wrap;
}

.h-145 {
  height: 145px !important;
}
.h-300 {
  height: 300px !important;
}
.ml-10 {
  margin-left: 10px;
}
.pr-25 {
  padding-right: 25px;
}
/*---/---*/

.result-tab-title {
    font-size: 1.6rem;
    font-weight: 400;
}

.result-tab-subtitle {
    font-size: 1.4rem;
    font-weight: 300;
    padding-top: 5px;
    padding-bottom: 5px;
}

.result-tab-subtitle li {
    line-height: 1.7;
}

.form-group b {
    color: #ff5722;
    font-size: .6rem;
}

.btn-group {
    width: 100%;
    margin: 10px 0 0 0;
}

.btn-group .btn {
    margin-bottom: 5px;
    margin-right: 10px;
}

.row-group-grid {
    padding: 0 15px;
}

.row-group-grid .btn-group {
    width: 100%;
    margin: 15px 0 0 -15px;
}

.row-group-grid .btn-group .btn {
    margin-right: 30px;
    margin-bottom: 0;
}

.row-group-grid .row {
    border-bottom: 1px solid #cccccc59;
}

.row-group-grid .grid-text .badge,
.row-group-grid .btn {
    vertical-align: bottom;
}

.grid-title {
    background-color: #e9edf2;
    text-align: left;
    padding-left: 5px;
}

.badge {
    line-height: 1.3;
    background-color: #777;
}

.badge-note {
    padding: 5px 33px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #777;
    border-radius: 20px;
    border: 1px solid #777;
    background: #fff;
    margin-right: 10px;
    line-height: normal;
}

.grid-text .badge.bg-red {
    color: #dd4b39 !important;
    border: 1px solid #dd4b39;
    background-color: transparent !important;
    margin-left: 5px;
    border-radius: 15px;
}

.grid-btns {
    padding: 10px 5px;
}

.grid-btns form {
    margin-block-end: 0;
}

.grid-title,
.grid-text {
    padding: 10px;
    min-height: 40px;
    height: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.row-group-grid .row:first-child {
    border-top: 1px solid #cccccc59;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}

.main-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 52px;
    min-height: 100%;
    width: 230px;
    z-index: 860;
    -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
    transition: transform .3s ease-in-out, width .3s ease-in-out;
}

@media(max-width:767px) {
    .main-sidebar {
        padding-top: 100px;
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0);
    }
}

@media(min-width:768px) {
    .sidebar-collapse .main-sidebar {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0);
    }
}

@media(max-width:767px) {
    .sidebar-open .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.sidebar {
    padding-bottom: 10px;
}

.sidebar-form input:focus {
    border-color: transparent;
}

.user-panel {
    position: relative;
    width: 100%;
    padding: 0;
    padding-bottom: 40px;
    overflow: hidden;
}

.user-panel img {
    width: 100%;
    min-height: 120px;
}

.user-panel .image {
    width: 50px;
    margin-left: 30px;
    padding: 35px 0;
    border-radius: 100%;
    background: transparent;
}

@media(min-width:768px) {
    .sidebar .user-panel .image {
        padding: 15px 0 0 0;
        margin: 0 0 0 6px;
    }
    .user-panel .image img {
        padding: 0;
    }
    .sidebar .user-panel .image:before {
        top: 15px;
    }
}

.user-panel .file-text {
    padding: 5px 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #ffffffe3, rgba(255, 255, 255, .6));
    background-size: 300% 300%;
    text-align: center;
    height: 40px;
}

.user-panel .file-text span,
.user-panel .file-text p,
.user-panel .file-text div {
    font-size: 1.5rem;
    color: #696969;
    font-weight: 500;
    display: block;
    max-width: 10em;
    margin: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    content: "...";
}

.user-panel .file-text>a {
    display: block;
    width: 100%;
    padding: 4px 6px;
}

.user-panel .dropdown-menu {
    left: 0;
    right: 0;
    width: 180px;
    margin: 0 auto;
}

.dropdown-item {
    padding: 8px 1rem;
    color: #99abb4;
}

.user-panel .file-text a {
    color: #fff !important;
    position: absolute;
    right: 5px;
    bottom: 15px;
    width: 33px;
    height: 33px;
    background: #333;
    border-radius: 33px;
    line-height: 28px;
    text-align: center;
}

.user-panel .user-edit {
    font-size: 1.8rem;
    color: #fff;
    text-align: right;
}

.user-edit i {
    padding-top: 2px;
}

.user-panel>.image>img {
    width: 100%;
    height: auto;
}

.user-panel>.info {
    padding: 5px 5px 5px 15px;
    line-height: 1;
    position: absolute;
    left: 55px;
}

.user-panel>.info>p {
    font-weight: 600;
    margin-bottom: 9px;
}

.user-panel>.info>a {
    text-decoration: none;
    padding-right: 5px;
    margin-top: 3px;
    font-size: 11px;
}

.user-panel>.info>a>.fa,
.user-panel>.info>a>.fas,
.user-panel>.info>a>.ion,
.user-panel>.info>a>.glyphicon {
    margin-right: 3px;
}

@media(min-width:768px) {
    .user-panel>.image>img {
        width: 180px;
        height: auto;
        max-width: none;
    }
    .sidebar-mini.sidebar-collapse .main-sidebar .user-panel {
        padding-bottom: 0;
    }
    .sidebar-mini.sidebar-collapse .main-sidebar .user-panel img,
    .sidebar-mini.sidebar-collapse .main-sidebar .user-panel>.file-text .user-edit,
    .sidebar-mini.sidebar-collapse .main-sidebar .user-panel .file-text {
        display: none;
    }
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-menu>li {
    position: relative;
    margin: 0;
    padding: 0;
}

.sidebar-menu>li>a {
    padding: 12px;
    display: block;
}

.sidebar-menu>li>a>.fa,
.sidebar-menu>li>a>.fas,
.sidebar-menu>li>a>.glyphicon,
.sidebar-menu>li>a>.ion {
    width: 26px;
    font-size: 19px;
    line-height: 1;
}

.sidebar-menu>li .label,
.sidebar-menu>li .badge {
    margin-right: 5px;
}

.sidebar-menu>li .badge {
    margin-top: 3px;
}

.sidebar-menu li.header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
}

.sidebar-menu li>a>.fa-angle-left,
.sidebar-menu li>a>.fas-angle-left,
.sidebar-menu li>a>.pull-right-container>.fa-angle-left,
.sidebar-menu li>a>.pull-right-container>.fas-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    -webkit-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
}

.sidebar-menu li>a>.fa-angle-left,
.sidebar-menu li>a>.fas-angle-left {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
}

.sidebar-menu .menu-open>a>.fa-angle-left,
.sidebar-menu .menu-open>a>.fas-angle-left,
.sidebar-menu .menu-open>a>.pull-right-container>.fa-angle-left,
.sidebar-menu .menu-open>a>.pull-right-container>.fas-angle-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sidebar-menu .active>.treeview-menu {
    display: block;
}

@media(min-width:768px) {
    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .right-side,
    .sidebar-mini.sidebar-collapse .main-footer {
        margin-left: 50px !important;
        z-index: 840;
    }
    .sidebar-mini.sidebar-collapse .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 50px !important;
        z-index: 850;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li {
        position: relative;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>a {
        margin-right: 0;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span {
        border-top-right-radius: 25px;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:not(.treeview)>a>span {
        border-bottom-right-radius: 25px;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom-right-radius: 25px;
    }
    .sidebar-mini.sidebar-collapse .main-sidebar .user-panel>.info,
    .sidebar-mini.sidebar-collapse .sidebar-form,
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span,
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu,
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>.pull-right,
    .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
        display: none !important;
        -webkit-transform: translateZ(0);
    }
    .sidebar-mini.sidebar-collapse .main-header .logo {
        width: 50px;
    }
    .sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
        font-size: 18px;
    }
    .sidebar-mini.sidebar-collapse .main-header .logo>.logo-lg {
        display: none;
    }
    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 50px;
    }
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right),
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
    display: block !important;
    position: absolute;
    width: 180px;
    left: 50px;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span {
    top: 0;
    margin-left: -3px;
    padding: 12px 5px 12px 20px;
    background-color: inherit;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container {
    position: relative !important;
    float: right;
    width: auto !important;
    left: 180px !important;
    top: -22px !important;
    z-index: 900;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container>.label:not(:first-of-type) {
    display: none;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
    top: 44px;
    margin-left: 0;
}

.sidebar-expanded-on-hover .main-footer,
.sidebar-expanded-on-hover .content-wrapper {
    margin-left: 50px;
}

.sidebar-expanded-on-hover .main-sidebar {
    box-shadow: 3px 0 8px rgba(0, 0, 0, .125);
}

.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu>li.header {
    white-space: nowrap;
    overflow: hidden;
}

.sidebar-menu:hover {
    overflow: visible;
}

.sidebar-form,
.sidebar-menu>li.header {
    overflow: hidden;
    text-overflow: clip;
}

.sidebar-menu li>a {
    position: relative;
}

.sidebar-menu li a svg {
    font-size: 18px;
    vertical-align: middle;
    width: 20px !important;
}

.sidebar-menu li a span {
    padding-left: 10px;
    font-weight: 600;
}

.sidebar-menu li>a>.pull-right-container {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}

.control-sidebar-bg {
    position: fixed;
    z-index: 1000;
    bottom: 0;
}

.control-sidebar-bg,
.control-sidebar {
    top: 0;
    right: -230px;
    width: 230px;
    -webkit-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
}

.control-sidebar {
    position: absolute;
    padding-top: 50px;
    z-index: 1010;
}

@media(max-width:768px) {
    .content-wrapper {
        margin-top: 0;
    }
    .funtion-btn-block {
        top: calc(150px - 50px);
    }
    .content>.edit-status,
    .content-navonly>.edit-status {
        left: 290px;
    }
    .control-sidebar {
        padding-top: 100px;
    }
    .content-header .funtion-btn-block {
        right: 245px;
    }
}

.control-sidebar>.tab-content {
    padding: 10px 15px;
}

.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open+.control-sidebar-bg,
.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
    right: 0;
}

@media(min-width:768px) {
    .control-sidebar-open .content-wrapper,
    .control-sidebar-open .right-side,
    .control-sidebar-open .main-footer {
        margin-right: 230px;
    }
}

.fixed .control-sidebar {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 50px;
}

.nav>li>a {
    width: 100%;
    height: 100%;
}

.nav-tabs,
.nav-tabs-sell {
    position: fixed;
    width: 60px;
    margin-left: -85px;
    margin-top: -10px;
    border-bottom: none;
    overflow: visible;
    z-index: 99;
}

.nav-tabs>li {
    width: 55px;
    height: 55px;
    border-radius: 55px;
    border: 2px solid #7ccfec;
    margin: 12px 0;
}

.nav-tabs-sell>li {
    width: 55px;
    height: 55px;
    border-radius: 55px;
    border: 2px solid #7ccfec;
    margin: 12px 0;
}

.nav-tabs.nav-tabs-basic li.active,
.nav.nav-tabs-sell li.active {
    background-color: #33bbeb;
    border: 3px solid #33bbeb;
    box-shadow: 0 0 0 3px #96daf2;
}

.nav-tabs.nav-tabs-basic li.-light {
    border: 3px solid #95daf1;
    box-shadow: 0 0 0 8px #96daf2;
}

.nav-tabs.nav-tabs-basic li.-disabled,
.nav.nav-tabs-sell li.-disabled {
    border: 3px solid #d9dcdd;
    box-shadow: none;
    pointer-events: none;
    background-blend-mode: luminosity;
    background-color: #f5f9fa;
    opacity: .5;
}

.nav-tabs.nav-tabs-basic li:nth-child(1) {
    background-image: url(../assets/images/nav/icon_basc.svg);
    background-repeat: no-repeat;
    background-size: 58%;
    background-position: 11px 11px;
}

.nav-tabs.nav-tabs-basic li.active:nth-child(1) {
    background-image: #fff, url(../assets/images/nav/icon_basc.svg);
    background-blend-mode: color-dodge;
}

.nav-tabs.nav-tabs-basic li:nth-child(2) {
    background-image: url(../assets/images/nav/icon_date.svg);
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: 11px 11px;
}

.nav-tabs.nav-tabs-basic li.active:nth-child(2) {
    background-image: #fff, url(../assets/images/nav/icon_date.svg);
    background-blend-mode: color-dodge;
}

.nav-tabs.nav-tabs-basic li:nth-child(3) {
    background-image: url(../assets/images/nav/icon_ticket.svg);
    background-repeat: no-repeat;
    background-size: 62%;
    background-position: 10px 14px;
}

.nav-tabs.nav-tabs-basic li.active:nth-child(3) {
    background-image: #fff, url(../assets/images/nav/icon_ticket.svg);
    background-blend-mode: color-dodge;
}

.nav-tabs.nav-tabs-basic li:nth-child(4) {
    background-image: url(../assets/images/nav/icon_sell.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: 9px 11px;
}

.nav-tabs.nav-tabs-basic li.active:nth-child(4) {
    background-image: #fff, url(../assets/images/nav/icon_sell.svg);
    background-blend-mode: color-dodge;
}

.nav-tabs.nav-tabs-basic li:nth-child(5) {
    background-image: url(../assets/images/nav/icon_seat.svg);
    background-repeat: no-repeat;
    background-size: 68%;
    background-position: 8px 13px;
}

.nav-tabs.nav-tabs-basic li.active:nth-child(5) {
    background-image: #fff, url(../assets/images/nav/icon_seat.svg);
    background-blend-mode: color-dodge;
}

.nav-tabs.nav-tabs-basic li:nth-child(6) {
    background-image: url(../assets/images/nav/icon_ticketstyle.svg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 10px 11px;
}

.nav-tabs.nav-tabs-basic li.active:nth-child(6) {
    background-image: #fff, url(../assets/images/nav/icon_ticketstyle.svg);
    background-blend-mode: color-dodge;
}

.nav.nav-tabs-sell li:nth-child(1) {
    background-image: url(../assets/images/nav/icon_ordersetting.svg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 10px 11px;
}

.nav.nav-tabs-sell li.active:nth-child(1) {
    background-image: #fff, url(../assets/images/nav/icon_ordersetting.svg);
    background-blend-mode: color-dodge;
}

.nav.nav-tabs-sell li:nth-child(2) {
    background-image: url(../assets/images/nav/icon_searchorder.svg);
    background-repeat: no-repeat;
    background-size: 63%;
    background-position: 10px 10px;
}

.nav.nav-tabs-sell li.active:nth-child(2) {
    background-image: #fff, url(../assets/images/nav/icon_searchorder.svg);
    background-blend-mode: color-dodge;
}

.nav.nav-tabs>.edit-status {
    font-size: 1.3rem;
    color: #1f99cc !important;
    border-radius: 0;
    border: none;
    background: transparent !important;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.nav-tabs.control-sidebar-tabs>li:first-of-type>a,
.nav-tabs.control-sidebar-tabs>li:first-of-type>a:hover,
.nav-tabs.control-sidebar-tabs>li:first-of-type>a:focus {
    border-left-width: 0;
}

.nav-tabs.control-sidebar-tabs>li>a {
    border-radius: 0;
}

.nav-tabs.control-sidebar-tabs>li>a,
.nav-tabs.control-sidebar-tabs>li>a:hover {
    border-top: none;
    border-right: none;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.nav-tabs.control-sidebar-tabs>li>a .icon {
    font-size: 1.6rem;
}

.nav-tabs.control-sidebar-tabs>li.active>a,
.nav-tabs.control-sidebar-tabs>li.active>a:hover,
.nav-tabs.control-sidebar-tabs>li.active>a:focus,
.nav-tabs.control-sidebar-tabs>li.active>a:active {
    border-top: none;
    border-right: none;
    border-bottom: none;
}

.nav-tabs.nav-tabs-basic a span,
.nav.nav-tabs-sell a span {
    background: #33bbeb;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 65px;
    right: 0;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    width: -ms-max-content;
    height: 40px;
    line-height: 35px;
    padding: 5px 15px;
    visibility: hidden;
    opacity: 0;
    border-radius: 5px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.nav-tabs.nav-tabs-basic a span:before,
.nav.nav-tabs-sell a span:before {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #33bbeb;
    position: absolute;
    bottom: 15px;
    left: -5px;
}

.nav-tabs.nav-tabs-basic a:hover span,
.nav.nav-tabs-sell a:hover span {
    bottom: 50px;
    visibility: visible;
    opacity: 1;
}

.nav-tabs.nav-tabs-basic a:hover,
.nav.nav-tabs-sell a:hover {
    opacity: 1;
}

@media(max-width:768px) {
    .nav-tabs.control-sidebar-tabs {
        display: table;
    }
    .nav-tabs.control-sidebar-tabs>li {
        display: table-cell;
    }
}

.control-sidebar-heading {
    font-weight: 400;
    font-size: 1.6rem;
    padding: 10px 0;
    margin-bottom: 10px;
}

.control-sidebar-subheading {
    display: block;
    font-weight: 400;
    font-size: 1.4rem;
}

.control-sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}

.control-sidebar-menu>li>a {
    display: block;
    padding: 10px 15px;
}

.control-sidebar-menu>li>a:before,
.control-sidebar-menu>li>a:after {
    content: " ";
    display: table;
}

.control-sidebar-menu>li>a:after {
    clear: both;
}

.control-sidebar-menu>li>a>.control-sidebar-subheading {
    margin-top: 0;
}

.control-sidebar-menu .menu-icon {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
}

.control-sidebar-menu .menu-info {
    margin-left: 45px;
    margin-top: 3px;
}

.control-sidebar-menu .menu-info>.control-sidebar-subheading {
    margin: 0;
}

.control-sidebar-menu .menu-info>p {
    margin: 0;
    font-size: 11px;
}

.control-sidebar-menu .progress {
    margin: 0;
}

.control-sidebar-dark {
    color: #b8c7ce;
}

.control-sidebar-dark,
.control-sidebar-dark+.control-sidebar-bg {
    background: #222d32;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
    border-bottom: #1c2529;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a {
    background: #181f23;
    color: #b8c7ce;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:focus {
    border-left-color: #141a1d;
    border-bottom-color: #141a1d;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:active {
    background: #1c2529;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:hover {
    color: #fff;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:active {
    background: #222d32;
    color: #fff;
}

.control-sidebar-dark .control-sidebar-heading,
.control-sidebar-dark .control-sidebar-subheading {
    color: #fff;
}

.control-sidebar-dark .control-sidebar-menu>li>a:hover {
    background: #1e282c;
}

.control-sidebar-dark .control-sidebar-menu>li>a .menu-info>p {
    color: #b8c7ce;
}

.control-sidebar-light {
    color: #5e5e5e;
}

.control-sidebar-light,
.control-sidebar-light+.control-sidebar-bg {
    background: #f9fafc;
    border-left: 1px solid #d2d6de;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs {
    border-bottom: #d2d6de;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a {
    background: #e8ecf4;
    color: #444;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:focus {
    border-left-color: #d2d6de;
    border-bottom-color: #d2d6de;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:active {
    background: #eff1f7;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:active {
    background: #f9fafc;
    color: #111;
}

.control-sidebar-light .control-sidebar-heading,
.control-sidebar-light .control-sidebar-subheading {
    color: #111;
}

.control-sidebar-light .control-sidebar-menu {
    margin-left: -14px;
}

.control-sidebar-light .control-sidebar-menu>li>a:hover {
    background: #f4f4f5;
}

.control-sidebar-light .control-sidebar-menu>li>a .menu-info>p {
    color: #5e5e5e;
}

.dropdown-menu {
    box-shadow: none;
    border-color: #eee;
}

.dropdown-menu>li>a {
    color: #777;
}

.dropdown-menu>li>a>.glyphicon,
.dropdown-menu>li>a>.fa,
.dropdown-menu>li>a>.fas,
.dropdown-menu>li>a>.ion,
.dropdown-menu>li>a>svg {
    margin-right: 10px;
}

.dropdown-menu>li>a:hover {
    background-color: #fff;
    color: #00bcd4;
}

.dropdown-menu>.divider {
    background-color: #eee;
}

.navbar-nav>.notifications-menu>.dropdown-menu,
.navbar-nav>.messages-menu>.dropdown-menu,
.navbar-nav>.tasks-menu>.dropdown-menu {
    width: 280px;
    padding: 0 0 0 0;
    margin: 0;
    top: 100%;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li,
.navbar-nav>.messages-menu>.dropdown-menu>li,
.navbar-nav>.tasks-menu>.dropdown-menu>li {
    position: relative;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.header,
.navbar-nav>.messages-menu>.dropdown-menu>li.header,
.navbar-nav>.tasks-menu>.dropdown-menu>li.header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444;
    font-size: 14px;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a,
.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a,
.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 12px;
    background-color: #fff;
    padding: 7px 10px;
    border-bottom: 1px solid #eee;
    color: #444 !important;
    text-align: center;
}

@media(max-width:991px) {
    .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a,
    .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a,
    .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a {
        background: #fff !important;
        color: #444 !important;
    }
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a:hover,
.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a:hover,
.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a:hover {
    text-decoration: none;
    font-weight: 400;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu {
    max-height: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid #f4f4f4;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a:hover,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:hover,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a:hover {
    background: #f4f4f4;
    text-decoration: none;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a {
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.glyphicon,
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.fa,
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.fas,
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.ion {
    width: 20px;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a {
    margin: 0;
    padding: 10px;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>div>img {
    margin: auto 10px auto auto;
    width: 40px;
    height: 40px;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4 {
    padding: 0;
    margin: 0 0 0 45px;
    color: #444;
    font-size: 15px;
    position: relative;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4>small {
    color: #999;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p {
    margin: 0 0 0 45px;
    font-size: 12px;
    color: #888;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:before,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after {
    content: " ";
    display: table;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after {
    clear: both;
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
    padding: 10px;
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>h3 {
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px 0;
    color: #666;
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>.progress {
    padding: 0;
    margin: 0;
}

.navbar-nav>.user-menu>.dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    width: 180px;
}

.dropdown-menu>li>a {
    padding: 10px;
}

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 10px;
    }
}

.navbar-nav>.user-menu>.dropdown-menu,
.navbar-nav>.user-menu>.dropdown-menu>.user-body {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: 175px;
    padding: 10px;
    text-align: center;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, .2);
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
    z-index: 5;
    color: #fff;
    color: rgba(255, 255, 255, .8);
    font-size: 17px;
    margin-top: 10px;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p>small {
    display: block;
    font-size: 12px;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body {
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #ddd;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body:before,
.navbar-nav>.user-menu>.dropdown-menu>.user-body:after {
    content: " ";
    display: table;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body:after {
    clear: both;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body a {
    color: #444 !important;
}

@media(max-width:991px) {
    .navbar-nav>.user-menu>.dropdown-menu>.user-body a {
        background: #fff !important;
        color: #444 !important;
    }
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
    background-color: #f9f9f9;
    padding: 10px;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer:before,
.navbar-nav>.user-menu>.dropdown-menu>.user-footer:after {
    content: " ";
    display: table;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer:after {
    clear: both;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
    color: #666;
}

@media(max-width:991px) {
    .navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default:hover {
        background-color: #f9f9f9;
    }
}

.navbar-nav>.user-menu .user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}

@media(max-width:767px) {
    .navbar-nav>.user-menu .user-image {
        float: none;
        margin-right: 0;
        margin-top: -8px;
        line-height: 10px;
    }
}

.open:not(.dropup)>.animated-dropdown-menu {
    backface-visibility: visible !important;
    -webkit-animation: flipInX .7s both;
    -o-animation: flipInX .7s both;
    animation: flipInX .7s both;
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
    }
}

.navbar-custom-menu>.navbar-nav>li {
    position: relative;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    border: 1px solid #fff;
    box-shadow: 4px 3px 15px 0 #33bbebb3;
}

@media(max-width:1024px){
    .container-card .card:hover button {
    transform: scale(10.5);
}
.container-card .--card2 h2, .container-card .--card3 h2 {
    font-size: 1.7rem;
}
    .container-card .card .m-arrows svg, .container-card .card .m-arrows i {
    right: -85px;
}
    .container-card .card .m-arrows {
    right: 50px;
    bottom: 10px;

}
}

@media(max-width:991px) {
    .navbar-custom-menu>.navbar-nav {
        float: right;
    }
    .navbar-custom-menu>.navbar-nav>li {
        position: static;
    }
    .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
        position: absolute;
        right: 0;
        left: auto;
        border: 1px solid #fff;
        background: #fff;
        box-shadow: 4px 3px 15px 0 #000;
    }
}

html body .b-0 {
    border: none !important;
}

html body .p-t-20 {
    padding-top: 20px;
}

html body .m-t-0 {
    margin-top: 0;
}

html body .m-t-40 {
    margin-top: 40px;
}

html body .m-r-10 {
    margin-right: 10px;
}

html body .m-b-20 {
    margin-bottom: 20px;
}

html body .m-b-40 {
    margin-bottom: 40px;
}

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

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

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

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

.mb-1,
.my-1 {
    margin-bottom: .5rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mt-5,
.my-5 {
    margin-top: 2rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 2.5rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 3.5rem !important;
    margin-left: 2rem !important;
    margin-top: 1.5rem !important;
}

.mb-7,
.my-7 {
    margin-bottom: 4rem !important;
}

.ml-15x {
    margin-left: 15px !important;
}

.mr-15x {
    margin-right: 15px !important;
}

.ml-20x {
    margin-left: 20px !important;
}

.ml-30x {
    margin-left: 30px !important;
}

.ml-40x {
    margin-left: 40px !important;
}
.ml-50x {
    margin-left: 50px !important;
}
.ml-60x {
    margin-left: 60px !important;
}
.ml-70x {
    margin-left: 70px !important;
}
.margin-10 {
    margin: 10px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px;
    padding-bottom: 0;
}

.pt-x {
    padding-top: 0 !important;
}

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

.pptb-0 {
    padding: 0 !important;
}

.pr-x {
    padding-right: 0 !important;
}

.pl-x {
    padding-left: 0 !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.plr-x {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.plr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.plr-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.row-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.pt-6x {
    padding-top: 6px;
}

.pt-15x {
    padding-top: 15px;
}
.pt-25x {
    padding-top: 25px;
}
.offset-pl-5 {
    padding-left: 5%;
}

.ptb-8x {
    padding: 8px 10px 8px 20px;
}

.m-tb-10 {
    margin: 20px 0 !important;
}

.ml-3 {
    margin-left: 3% !important;
}

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

.mtb-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mtb-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.mtbr-5x {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    margin-right: 15px !important;
}

.mlb-1 {
    margin-left: 10px !important;
    margin-bottom: 20px !important;
}

.mml-2 {
    margin: 0 !important;
    margin-left: 20px !important;
}

.mmr-1 {
    margin: 0 !important;
    margin-right: 10px !important;
}

.mmr-2 {
    margin: 0 !important;
    margin-right: 20px !important;
}

.mmlr-1 {
    margin: 0 !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.mtbl-1 {
    margin: 5px 0 !important;
    margin-left: 20px !important;
}
.mtbl-2 {
    margin: 15px 0 !important;
    margin-left: 10px !important;
}

.mtb-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mtb-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.mtb-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.w-ml-09,
.w-ml-65 {
    margin-left: 9%;
}

.w-5 {
    width: 5%;
    min-width: 35px;
}

.w-10 {
    width: 10% !important;
}

.w-14 {
    width: 14% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}
.w-25 {
    width: 25% !important;
}
.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

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

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important; 
}

.w-93 {
    width: 93% !important
}
.w-95 {
    width: 95% !important
}

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

.w-5,
.w-10,
.w-14,
.w-15,
.w-20,
.w-30,
.w-35,
.w-40,
.w-50,
.w-60,
.w-70,
.w-90,
.w-100 {
    display: table;
}
.min-width-130 {
    min-width: 130px;
}
.min-20 {
    min-width: 20%;
}

.min-25 {
    min-width: 25%;
    padding: 0 10px;
}
.btn-w90 {
    width: 90px;
    min-width: 90px;
}

.box-header-forms-green .w-5,
.box-header-forms-green .w-10,
.box-header-forms-green .w-14,
.box-header-forms-green .w-15,
.box-header-forms-green .w-20,
.box-header-forms-green .w-30,
.box-header-forms-green .w-35,
.box-header-forms-green .w-40,
.box-header-forms-green .w-50,
.box-header-forms-green .w-60,
.box-header-forms-green .w-70,
.box-header-forms-green .w-90,
.box-header-forms-green .w-100 {
    display: block;
}

.wkeep {
    word-break: keep-all;
}

.wnowrap {
    white-space: nowrap;
}

.wbreak {
    overflow-wrap: anywhere;
    white-space: pre-line;
}

.lh-normal {
    line-height: normal !important;
}

.lh-1 {
    line-height: 1.1 !important;
}

.lh-2 {
    line-height: 2 !important;
}

.lh-3 {
    line-height: 3 !important;
}

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

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.bd-example-row .row>.col,
.bd-example-row .row>[class^=col-] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(86, 61, 124, .15);
    border: 1px solid rgba(86, 61, 124, .2);
}

.form-group-fix {
    margin-bottom: 0 !important;
}

.form-group-flex {
    display: -webkit-flex;
    display: flex !important;
    justify-content: start;
    align-items: center;
}

.form-group-flex-normal {
    display: -webkit-flex;
    display: flex !important;
    justify-content: start;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.form-group-baseline {
    display: flex !important;
    vertical-align: middle;
    justify-content: flex-start;
    align-items: baseline;
}

.flex-column-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pull-block {
    margin-bottom: 20px;
}

.flex-start {
    display: -webkit-flex;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center;
}

.flex-end {
    display: -webkit-flex;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center;
}

.flex-around {
    flex: 1;
    display: -ms-flexbox;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
}
.flex-between {
    flex: 1;
    display: -ms-flexbox;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.flex-between--start {
    flex: 1;
    display: -ms-flexbox;
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
}
.flex-around--start {
    flex: 1;
    display: -ms-flexbox;
    display: flex !important;
    justify-content: space-around;
    align-items: flex-start
}

.flex-baseline {
    display: -webkit-flex;
    display: flex;
    align-items: start;
}

.flex-baseline-check {
    display: -webkit-flex;
    display: flex;
    justify-content: start;
    align-items: center;
}

.flex-center {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.line {
    width: 1px;
    height: 20px;
    background: #dedede;
    margin: 15px;
}

.flex-between {
    flex: 1;
    display: -ms-flexbox;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    line-height: 2.5
}

.flex-baseline {
    display: -webkit-flex;
    display: flex !important;
    align-items: start;
}

.flex-center {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.line {
    width: 1px;
    height: 20px;
    background: #dedede;
    margin: 15px;
}

.form-label-pt {
    padding-top: 7px;
}

.from-memo-list {
    padding: 10px;
    background: #f5f5f5;
    border-radius: 3px;
}

.from-memo-list ol {
    margin-bottom: 0;
    padding-left: 20px;
}

.from-memo-list li {
    line-height: 1.8;
    font-size: 1.3rem;
    color: #616161;
}

.form-line-m10 {
    margin-bottom: 10px !important;
}

.form-text-500 {
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-weight: 500;
    min-height: 18px;
}

.form-text-300 {
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 1rem;
}

.form-text-200 {
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 200;
    font-size: 1rem;
}

.font-400 {
    font-weight: 400 !important;
}

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

.font-600 {
    font-weight: 600 !important;
}

.font-700 {
    font-weight: 700 !important;
}

.txt-flex-mr {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 2;
}

.txt-flex-mr-center {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 2;
}

.txt-flex-mr input {
    margin-right: 5px;
}

.form-m0 {
    margin-bottom: 0 !important;
}

.form-m10 {
    margin-bottom: 10px !important;
}

.form-m20 {
    margin-bottom: 20px !important;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    pointer-events: none;
}

.input-sm+.form-control-feedback {
    width: 38px;
    height: 38px;
    line-height: 38px;
}

.form-control-feedback.input-sm {
    height: 30px;
    padding: 5px 10px;
}

.has-feedback .glyphicon-remove-sign:before {
    font-size: 1.9rem;
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.box-title-block .form-group {
    margin-bottom: 0;
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.form-mb,
.form-mb .control {
    margin-bottom: 0 !important;
}

.form-group .btn {
    padding: 7.5px 15px;
}
.input-group .input-group-btn {
    border-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-color: #d2d6de;
    background-color: #fff;
}
.input-group-btn {
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border-radius: 4px;
}
.input-group-btn .btn {
    background: #555555;
    color: #fff;
    display: block !important;
    border: none;
    box-shadow: none;
    margin: auto;
}
.input-group-btn .btn:hover {
    background: #000 !important;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input-group-flex {
    display: flex;
    justify-self: start;
    align-items: flex-start;
    max-width: 200px;
}
.form-mb,
.form-mb .control {
    margin-bottom: 0 !important;
}

.form-horizontal label {
    margin-bottom: 0;
    padding-top: 0;
    word-break: keep-all;
    text-align: left;
}

.form-horizontal .control-label {
    font-weight: 500;
    text-align: left;
    color: #818181;
    padding-left: 25px;
    padding-top: 7px;
}

.control-label-checkbox label {
    word-break: normal
}

.col-sm-offset-1 .control-label {
    padding-left: 0;
}

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

.form-horizontal .control-label-radio,
.form-horizontal .control-label-checkbox {
    /*padding-top: 12px;*/
    line-height: 1.6;
    text-align: left;
    display: flex;
    flex-flow: wrap;
}

.form-horizontal .control-radio,
.form-horizontal .control-checkbox {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    display: inline-flex;
}

@media (max-width: 1100px) {
    .form-horizontal .control-label-radio,
    .form-horizontal .control-label-checkbox {
        display: inline-block;
    }
}

@media (max-width: 990px) {
    .form-horizontal .control-label-radio,
    .form-horizontal .control-label-checkbox {
        display: flex;
        margin-left: 10px
    }
}

.control-label-radio label,
.control-label-checkbox label {
    margin-right: 5px;
    font-size: 1.275rem;
    font-weight: 400;
}

.select-error-tip .select2-container--default .select2-selection--single,
.select-error-tip .select2-selection .select2-selection--single {
    border: 1px solid #fb4b6c !important;
    border-radius: 4px;
    padding: 8px 12px;
    height: 38px;
}

.select-error-tip.select2-dropdown {
    border: 1px solid #fb4b6c;
    border-radius: 0;
}

.select-error-tip.select2-container--default.select2-container--open {
    border-color: #fb4b6c;
}

.select2-container .select2-selection--multiple {
    min-height: 36px;
}

.checkbox-fix {
    padding-bottom: 22px;
}

.form-horizontal.offset-custom .custom-col-5 {
    padding-left: 5%;
}

.dropify-wrapper {
    border: 8px solid #ececec;
    background-color: #f9f9f9;
    margin: 0 0 20px 0;
}

.dropify-wrapper .dropify-message span,
.dropify-wrapper .dropify-message svg {
    font-size: 2.3em;
}

.dropify-wrapper .dropify-clear {
    color: #fc4b6c;
    border: none;
    border-radius: 0;
    font-size: 20px;
}

.dropify-wrapper .dropify-clear.btn svg {
    margin-left: 0;
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
    opacity: .8;
    width: 100px;
    margin: 20px auto;
    padding: 0;
    border: 1px solid #fff;
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message:before {
    background: transparent;
}

.dropify-wrapper-h300 {
    height: 300px;
}

.dropify-wrapper-h420 {
    height: 420px;
}

.sortable-wraper {
    padding: 15px 0 30px;
}

.sortable-wraper .placeholder {
    border: 2px dotted #dedede;
    background-color: #f5f9fa;
    margin-bottom: 20px;
    border-radius: 4px;
}

.sortable-box-wraper>div {
    border-top: 1px solid transparent;
    margin-right: -1px;
}

.sortable-wraper h1 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #44627b;
    margin-top: 30px;
    margin-left: 20px;
    margin-bottom: 20px;
    line-height: normal;
}

.sortable-wraper .item-cicle {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 28px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    background: linear-gradient(-45deg, #33bbeb, #c2de51);
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝  */

.subtitle {
    line-height: 1.5;
    color: #767676;
    font-weight: 400;
    margin-bottom: 20px;
    margin-left: 10px;
    white-space: nowrap;
}

.title-row-box .subtitle {
    line-height: 1.5;
    color: #767676;
    font-weight: 400;
    margin-bottom: 10px;
    margin-left: 10px;
    white-space: nowrap;
    width: 45em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.funtion-upload {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
}

.funtion-upload-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.funtion-documents {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
}

.user-documents {
    display: block;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 150px;
    background-color: #fbfbfb;
    text-align: center;
    border: 6px solid #e5e5e5;
    -webkit-transition: border-color .15s linear;
    transition: border-color .15s linear;
}

.user-documents img {
    max-width: 100%;
}
.modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
#modal-user .modal-content {
    margin: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 650px;
    width: 85%;
    overflow: auto;
    text-align: center;
    background: transparent;
}

#modal-user .modal-hover-opacity {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
    max-width: 100%;
    cursor: pointer;
}

#modal-user .modal-hover-opacity:hover {
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-backface-visibility: hidden;
}

#modal-user .close {
    text-decoration: none;
    float: right;
    font-size: 35px;
    font-weight: 200;
    color: #fff;
    opacity: 1;
    padding: 20px;
    text-shadow: none;
}

#modal-user .modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: .6s;
    animation-name: zoom;
    animation-duration: .6s;
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(0);
    }
    to {
        -webkit-transform: scale(2);
    }
}

@keyframes zoom {
    0% {
        transform: scale(0);
    }
    to {
        transform: scale(2);
    }
}

.img-responsive {
    width: 100%;
    height: auto;
    display: inline-block;
}

.dropzone,
.dropzone * {
    box-sizing: border-box;
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, .3);
    border: 1px dashed #d9d9d9;
    background: #fff;
    padding: 20px 20px;
}

.dropzone.dz-clickable {
    cursor: pointer;
}

.dropzone.dz-clickable * {
    cursor: default;
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
    padding: 5% 0;
    margin: 0;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}

.upload-wrapper small {
    margin-bottom: 20px;
    display: block;
}

.upload-btn-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btn-upload-seat {
    color: #fff;
    font-size: 1.5rem;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.rotate-0 {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.rotate-90 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.rotate-180 {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.rotate-270 {
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 1em;
    height: 1em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load-data 1.5s infinite ease-in-out;
    animation: load-data 1.5s infinite ease-in-out;
}

.loader {
    color: #cecece;
    font-size: 10px;
    margin: 45px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -.12s;
    animation-delay: -.12s;
}

.loader:before,
.loader:after {
    content: "";
    position: absolute;
    top: 0;
    color: #e3e3e3;
}

.loader:before {
    left: -2em;
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s;
}

.loader:after {
    left: 2em;
}

@-webkit-keyframes load-data {
    0%,
    80%,
    100% {
        box-shadow: 0 2em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2em 0 0;
    }
}

@keyframes load-data {
    0%,
    80%,
    100% {
        box-shadow: 0 2em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2em 0 0;
    }
}

.loader-gl {
    position: relative;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    width: 85px;
    height: 80px;
    border-radius: 50%;
    perspective: 800px;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 7px #fff;
    font-size: 1.2em;
    font-weight: 900;
    line-height: 80px;
}

.inner {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.inner.c1 {
    left: 0;
    top: 0;
    animation: rotate-c1 1s linear infinite;
    border-bottom: 4px solid #c0dd53;
}

.inner.c2 {
    right: 0;
    top: 0;
    animation: rotate-c2 1.3s linear infinite;
    border-right: 4px solid #33bbeb;
}

.inner.c3 {
    right: 0;
    bottom: 0;
    animation: rotate-c3 1s linear infinite;
    border-top: 4px solid #50d8bf;
}

@keyframes rotate-c1 {
    0% {
        transform: rotateX(30deg) rotateY(-45deg) rotateZ(0deg);
    }
    to {
        transform: rotateX(30deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes rotate-c2 {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    to {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes rotate-c3 {
    0% {
        transform: rotateX(10deg) rotateY(55deg) rotateZ(0deg);
    }
    to {
        transform: rotateX(10deg) rotateY(55deg) rotateZ(360deg);
    }
}

.document-section {
    padding: 0 15px;
}

.document-content {
    padding: 1.4rem;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 300px;
    margin: 0 auto 10px;
    background-color: #fff;
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .5);
}

.document-content_text {
    font-size: 1.4rem;
    line-height: 1.38;
    color: #3d4953;
}

.document-info {
    margin-bottom: 30px;
}

.document-info h5 {
    color: #333;
    font-size: 1.6rem;
    font-weight: 600;
}

.document-info b {
    color: #333;
    font-size: 1.4rem;
}

ol.document-info li {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-left: 15px;
    padding-left: 5px;
    margin-bottom: 5px;
}

ul.document-info-list {
    font-size: 1.3rem;
    line-height: 1.5;
    list-style: square;
    margin-left: 20px;
    padding-left: 5px
}

.document-section table {
    width: 100%;
}

.table-striped.table-modal>tbody>tr>td:first-child,
.table-striped.table-modal>thead>tr>td:first-child {
    background: #f1f1f1;
}

.table-striped.table-modal>tbody>tr>td:nth-child(2),
.table-striped.table-modal>thead>tr>td:nth-child(2) {
    background: #f5f5f5;
}

.document-section table th {
    background: #dedede;
}

.document-section table td {
    background: #f7f7f7;
}

.document-section table th,
.document-section table td {
    padding: 10px;
}

.document-section table td {
    background: #f7f7f7;
}

.upload-img-wrapper {
    max-height: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    border: 5px solid #000;
}

.upload-img-wrapper img {
    width: inherit;
    max-width: 100%;
}

.upload-img-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

@media(max-width:900px) {
    .upload-img-wrapper {
        width: auto;
        max-height: 100%;
    }
    .floor-content {
        width: 100%;
        display: contents;
    }
    .floor-map {
        text-align: center;
        margin-bottom: 40px;
    }
}

[class^="ti-"],
[class*=" ti-"] {
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

button.card:focus {
    outline: 0;
    border-color: #00bcd4;
    box-shadow: 0 0 0 0.2rem #00bcd478;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 5px);
    padding: .375rem .75rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d6de;
    border-radius: 0;
    box-shadow: none;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: initial;
}
select.form-control:after {
    padding-right: 10px;

}
.from-style {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 5px);
    padding: .375rem 1.5rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    color: #495057;
    background-color: #f3f3f3;
    border-radius: 0;
    border: none;
    text-align: right;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-unit {
    font-weight: 900;
    margin-left: -35px;
}

.input-unit {
    position: absolute;
    right: 35px;
}

.input-unit-left {
    position: absolute;
    left: 30px;
}
.modal-title {
    font-size: 16px;
    font-weight: 600;
}
.modal-body .form-control {
    min-height: 34px;
}

.modal-body .textarea-fixed {
    max-width: 770px;
    box-sizing: border-box;
    max-height: 160px;
    overflow: visible;
    resize: none;
}

.box-title-block .form-control {
    border: none;
    border-bottom: 2px solid #d8d8d8;
    border-radius: 0;
    box-shadow: none;
}

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

.form-control[disabled],
fieldset[disabled] .form-control {
    background-color: #e0e0e0 !important;
    opacity: .6;
    border-radius: 0;
}

.stats-small__forms .form-control[disabled] {
    background-color: transparent !important;
    opacity: .6;
    border-radius: 0;
}

.table-ticket .form-control,
.table-ticket .select2 {
    min-height: 30px;
}

.table-ticket .select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    padding: 5px 12px;
    height: 32px;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #00bcd4;
    outline: 0;
    box-shadow: 0 0 0 .2rem #00bcd426;
}

.custom-select:focus {
    border-color: #00bcd4;
    outline: 0;
    box-shadow: 0 0 0 .2rem #00bcd426;
}

.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #bbb;
    opacity: 1;
}

.table-white .form-control::-moz-placeholder,
.table-white .form-control:-ms-input-placeholder,
.table-white .form-control::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

.form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

small.form-control-feedback {
    position: relative;
    width: auto;
    z-index: 2;
    display: block;
    height: 24px;
    line-height: 34px;
    text-align: left;
    pointer-events: none;
}

.form-group.has-error .help-block {
    color: #dd4b39;
}

@media(min-width:768px) {
    .offset-md-3,
    .offset-sm-3 {
        margin-left: 25%;
    }
}

@media(min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

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

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

.form-group.has-success label {
    color: #00a65a;
}

.form-group.has-success .form-control,
.form-group.has-success .input-group-addon {
    border-color: #00a65a;
    box-shadow: none;
}

.form-group.has-success .help-block {
    color: #00a65a;
}

.form-group.has-warning label {
    color: #f39c12;
}

.form-group.has-warning .form-control,
.form-group.has-warning .input-group-addon {
    border-color: #f39c12;
    box-shadow: none;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group .input-group-addon:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.form-group.has-warning .help-block {
    color: #f39c12;
}

.form-group.has-error label {
    color: #dd4b39;
}

.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
    border-color: #dd4b39;
    box-shadow: none;
}

.form-group.has-error .help-block {
    color: #dd4b39;
}

.input-group .input-group-addon {
    border-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-color: #d2d6de;
    background-color: #fff;
}

.input-group .input-group-h35 {
    height: 33px;
    width: 35px;
    padding: 5px 9px;
    margin-left: -10px;
    line-height: 1.8;
    font-style: normal;
    border-radius: 0 4px 4px 0;
    border-width: 1px 1px 1px 0;
    color: #fff;
}

.input-group .input-group-bgnon {
    border-radius: 0;
    border-color: none;
    background-color: #fff;
}

.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
    border-radius: 0;
}

.icheck>label {
    padding-left: 0;
}

.icheckbox_flat-green,
.iradio_flat-green {
    display: inline-block;
    /* *display: inline; */
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(green.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-green {
    background-position: 0 0;
}

.icheckbox_flat-green.checked {
    background-position: -22px 0;
}

.icheckbox_flat-green.disabled {
    background-position: -44px 0;
    cursor: default;
}

.icheckbox_flat-green.checked.disabled {
    background-position: -66px 0;
}

.iradio_flat-green {
    background-position: -88px 0;
}

.iradio_flat-green.checked {
    background-position: -110px 0;
}

.iradio_flat-green.disabled {
    background-position: -132px 0;
    cursor: default;
}

.iradio_flat-green.checked.disabled {
    background-position: -154px 0;
}

.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    padding: 30px;
    width: 200px;
    height: 210px;
    margin: 10px;
}

.control {
    display: block;
    position: relative;
    padding-left: 23px;
    padding-right: 10px;
    margin-bottom: 25px;
    margin-top: 7px;
    cursor: pointer;
    font-size: 18px;
}

table .control {
    margin-bottom: 5px;
}

table {
    font-size: 13px;
}

table .control {
    margin-bottom: 7px;
}

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

.table-ticket .control input {
    position: relative;
}

.control__indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background: #d9d9d9;
    border-radius: 3px;
}

.control--checkbox .control__indicator,
.control--checkbox .control__indicator__stop {
    top: 0;
}

.control--checkbox .control__indicator__stop {
    position: absolute;
    top: -8px;
    left: 0;
    height: 18px;
    width: 18px;
    background: #e6e6e6;
    border-radius: 20px;
}

.control--checkbox .control__indicator__normal {
    position: absolute;
    top: -7px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border-radius: 3px;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input~.control__indicator,
.control input:focus~.control__indicator,
.control:hover input~.control__indicator__stop,
.control input:focus~.control__indicator__stop,
.control:hover input~.control__indicator__normal,
.control input:focus~.control__indicator__normal {
    background: #ccc;
}

.control input:checked~.control__indicator,
.control input:checked~.control__indicator__normal {
    background: #33bbeb;
}

.control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator,
.control:hover input:not([disabled]):checked~.control__indicator__normal,
.control input:checked:focus~.control__indicator__normal {
    background: #47cfcf;
}

.control input:checked~.control__indicator__stop {
    background: #fc4b6c;
}

.control:hover input:not([disabled]):checked~.control__indicator__stop,
.control input:checked:focus~.control__indicator__stop {
    background: #f75252;
}

.control input:disabled~.control__indicator,
.control input:disabled~.control__indicator__normal {
    background: #ccc;
    opacity: .6;
    pointer-events: none;
}

.control input:disabled~.control__indicator__stop {
    background: #fc4b6c;
    opacity: .45;
    pointer-events: none;
}

.control__indicator:after,
.control__indicator__stop:after,
.control__indicator__normal:after {
    content: "";
    position: absolute;
    display: none;
}

.control input:checked~.control__indicator:after,
.control input:checked~.control__indicator__stop:after,
.control input:checked~.control__indicator__normal:after {
    display: block;
}

.control--checkbox .control__indicator:after,
.control--checkbox .control__indicator__normal:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    border-radius: 1px;
}

.control--checkbox .control__indicator__stop:after {
    left: 5px;
    top: 0;
    width: 7px;
    height: 10px;
    border: solid #fff;
    border-width: 0 0 2px 0;
}

.control--checkbox input:disabled~.control__indicator:after,
.control--checkbox input:disabled~.control__indicator__normal:after,
.control--checkbox input:disabled~.control__indicator__stop:after {
    border-color: #fff;
}

.control--radio .control__indicator:after {
    left: 5px;
    top: 5px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #fff;
}

.control--radio .control__indicator__stop:after {
    left: 7px;
    top: 7px;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background: #fff;
}

.control--radio input:disabled~.control__indicator:after,
.control--radio input:disabled~.control__indicator__stop:after {
    background: #7b7b7b;
}

.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

.select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #e6e6e6;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

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

.select select:hover,
.select select:focus {
    color: #000;
    background: #ccc;
}

.select select:disabled {
    opacity: .5;
    pointer-events: none;
}

.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover~.select__arrow,
.select select:focus~.select__arrow {
    border-top-color: #000;
}

.select select:disabled~.select__arrow {
    border-top-color: #ccc;
}

.form-control-feedback.fa,
.form-control-feedback.fas {
    line-height: 34px;
}

.input-lg+.form-control-feedback.fa,
.input-lg+.form-control-feedback.fas,
.input-group-lg+.form-control-feedback.fa,
.input-group-lg+.form-control-feedback.fas,
.form-group-lg .form-control+.form-control-feedback.fa,
.form-group-lg .form-control+.form-control-feedback.fas {
    line-height: 46px;
}

.input-sm+.form-control-feedback.fa,
.input-sm+.form-control-feedback.fas,
.input-group-sm+.form-control-feedback.fa,
.input-group-sm+.form-control-feedback.fas,
.form-group-sm .form-control+.form-control-feedback.fa,
.form-group-sm .form-control+.form-control-feedback.fas {
    line-height: 30px;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.progress,
.progress>.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress,
.progress>.progress-bar,
.progress .progress-bar,
.progress>.progress-bar .progress-bar {
    border-radius: 1px;
}

.progress.sm,
.progress-sm {
    height: 10px;
}

.progress.sm,
.progress-sm,
.progress.sm .progress-bar,
.progress-sm .progress-bar {
    border-radius: 1px;
}

.progress.xs,
.progress-xs {
    height: 7px;
}

.progress.xs,
.progress-xs,
.progress.xs .progress-bar,
.progress-xs .progress-bar {
    border-radius: 1px;
}

.progress.xxs,
.progress-xxs {
    height: 3px;
}

.progress.xxs,
.progress-xxs,
.progress.xxs .progress-bar,
.progress-xxs .progress-bar {
    border-radius: 1px;
}

.progress.vertical {
    position: relative;
    width: 30px;
    height: 200px;
    display: inline-block;
    margin-right: 10px;
}

.progress.vertical>.progress-bar {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.progress.vertical.sm,
.progress.vertical.progress-sm {
    width: 20px;
}

.progress.vertical.xs,
.progress.vertical.progress-xs {
    width: 10px;
}

.progress.vertical.xxs,
.progress.vertical.progress-xxs {
    width: 3px;
}

.progress-group .progress-text {
    font-weight: 600;
}

.progress-group .progress-number {
    float: right;
}

.table tr>td .progress {
    margin: 0;
}

.progress-bar-light-blue,
.progress-bar-primary {
    background-color: #3c8dbc;
}

.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-green,
.progress-bar-success {
    background-color: #00a65a;
}

.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-aqua,
.progress-bar-info {
    background-color: #00c0ef;
}

.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-yellow,
.progress-bar-warning {
    background-color: #f39c12;
}

.progress-striped .progress-bar-yellow,
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-red,
.progress-bar-danger {
    background-color: #dd4b39;
}

.progress-striped .progress-bar-red,
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.small-box>.inner {
    padding: 10px;
}

.small-box>.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, .8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, .1);
    text-decoration: none;
}

.small-box>.small-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, .15);
}

.small-box h3 {
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}

.small-box p {
    font-size: 15px;
}

.small-box p>small {
    display: block;
    color: #f9f9f9;
    font-size: 13px;
    margin-top: 5px;
}

.small-box h3,
.small-box p {
    z-index: 5;
}

.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, .15);
}

.small-box:hover {
    text-decoration: none;
    color: #f9f9f9;
}

.small-box:hover .icon {
    font-size: 95px;
}

@media(max-width:767px) {
    .small-box {
        text-align: center;
    }
    .small-box .icon {
        display: none;
    }
    .small-box p {
        font-size: 12px;
    }
    .container-card .card span, .container-card .--card2 span, .container-card .--card3 span {
        width: 90%;
    }
    .container-card .card .m-arrows {
        right: 100px;
    }
}

.box {
    position: relative;
    border-radius: 6px;
    background: #fff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 0 8px 3px #eaeeef;
}

.box .box-header h4 {
    font-size: 1.6rem;
}

details .summary-chevron-up svg,
details .summary-chevron-down svg {
    display: block;
}

.box.no-radius {
    border-radius: 0;
    background: #fff;
    margin-bottom: 10px;
    width: 100%;
    box-shadow: none;
}

input.accordion-disabled {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.accordions {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 1px 1px 11px 3px #eaeeef;
}

.accordion {
    width: 100%;
    color: #fff;
    overflow: hidden;
    background: #fff;
}

.accordion .box.no-border {
    padding: 0 15px;
    width: 100%;
    margin: 0 auto 20px 0;
    background: #fff;
    border-bottom: 1px solid #f2f2f2 !important;
}

.accordion .box.no-border:last-child {
    border-bottom: none !important;
}

.accordion .box-body {
    color: #333;
}

.accordion-label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: center;
    padding: 1.5em !important;
    background: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    cursor: pointer;
}

.accordion-label:hover {
    background: #fff;
}

.accordion-label:after {
    content: "\276F";
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.accordion-content {
    max-height: 0;
    padding: 0 1em;
    margin-bottom: -4px;
    color: #010101;
    background: #fff;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.accordion-close {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 1.5em;
    font-size: .75em;
    background: #fff;
    cursor: pointer;
}

.accordion-close:hover,
input:checked+.accordion-label {
    background: #fff;
}

input:checked+.accordion-label:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

input:checked~.accordion-content {
    max-height: 100%;
    padding: 2em 1.5em;
    display: initial;
}

details {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 0 8px 3px #eaeeef;
}

details .summary-title {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    line-height: normal;
    padding-left: 0
}

details:hover {
    cursor: pointer;
}

details .box.no-border {
    padding: 0 15px;
    width: 100%;
    margin: 0 auto 20px 0;
    background: #fff;
    border-bottom: 1px solid #fff !important;
}
details .box.no-border:last-child {
    border-bottom: none !important;
}
details .switch-card .box.no-border {
    background: transparent;
    margin: 0 auto;
}
details .switch-card .box-header.box-s4 {
    background: transparent;
}
.switch-card {
    background: #f5f5f5;
    border-radius: 10px;
    width: 97.333%;
    margin: 0 auto 25px;
}
details .box.no-border.no-border-bottom {
    border-bottom: none !important;
}
details .summary-content {
    cursor: default;
    padding: 1em;
    font-weight: 300;
}
.summary-content .sortable-wraper {
    padding: 15px 20px 30px;
    margin-top: -25px;
}
details summary {
    padding: 1.7em;
}

details summary:focus {
    outline: none;
}

details summary:hover .summary-chevron-up svg {
    opacity: 1;
}

details .summary-chevron-up {
    pointer-events: none;
    position: absolute;
    top: 1.7em;
    right: 1em;
    background: #fff;
}

details .summary-chevron-down {
    pointer-events: none;
    position: absolute;
    top: 1.7em;
    right: 2em;
    background: #fff;
}

details .summary-chevron-up:after {
    content: "\276F";
    font-size: 1.7em;
    text-align: center;
    -webkit-transition: all .35s;
    transition: all .35s;
    font-style: normal;
    padding-right: 10px;
}

details .summary-chevron-down {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

details .summary-chevron-down:after {
    content: "\276F";
    font-size: 1.7em;
    text-align: center;
    -webkit-transition: all .35s;
    transition: all .35s;
    font-style: normal;
    padding-left: 10px;
}

details .summary-chevron-up svg,
details .summary-chevron-down svg {
    display: block;
}

details summary::-webkit-details-marker {
    display: none;
}

.ck.ck-editor {
    margin: 10px;
}
.ck.ck-content.ck-editor__editable.ck-rounded-corners {
    border: 1px solid var(--ck-color-toolbar-border);
    border-top: none;
    border-radius: 0;
}
.ck.ck-editor__editable_inline ol,
.ck.ck-editor__editable_inline ul {
    padding-inline-start: 20px;
}

.editor-count-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    background: var(--ck-color-toolbar-background);
    border: 1px solid var(--ck-color-toolbar-border);
    font-size: 1.3rem;
    font-weight: 500;
    padding: 10px 24px;
    margin: -10px 0;
}

.editor-count-error {
    background: #fdded7;
    border: 1px solid #e44e2d;
    padding: 2px 14px;
    border-radius: 3px;
    color: #e44e2d;
    line-height: 1.5;
}

.box.box-primary {
    border-top-color: #3c8dbc;
}

.box.box-info {
    border-top-color: #00c0ef;
}

.box.box-danger {
    border-top-color: #dd4b39;
}

.box.box-warning {
    border-top-color: #f39c12;
}

.box.box-success {
    border-top-color: #00a65a;
}

.box.box-default {
    border-top-color: #d2d6de;
}

.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
    display: none;
}

.box .nav-stacked>li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}

.box .nav-stacked>li:last-of-type {
    border-bottom: none;
}

.box.height-control .box-body {
    max-height: 300px;
    overflow: auto;
}

.box-body h5.st-line {
    position: relative;
    padding-left: 10px;
    color: #333;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 25px;
}

.box-body h5.st-line span {
    position: absolute;
    width: 82%;
    right: 0;
    top: 0;
    margin: 5px;
    border: 0;
    border-top: 1px solid #eee;
}

.modal-body h5.st-line span {
    position: absolute;
    width: 82%;
    right: 0;
    top: 0;
    margin: 13px 5px;
    border: 0;
    border-top: 1px solid #eee;
}

.box .border-right {
    border-right: 1px solid #f4f4f4;
}

.box .border-left {
    border-left: 1px solid #f4f4f4;
}

.box.box-solid {
    border-top: 0;
}

.box-body.box-body-bottom {
    border-bottom: 1px solid #f2f2f2 !important;
    margin-bottom: 15px;
}

.box.box-solid>.box-header .btn.btn-default {
    background: transparent;
}

.box.box-solid.box-default {
    border: 1px solid #d2d6de;
}

.box.box-solid.box-default>.box-header {
    color: #444;
    background: #d2d6de;
    background-color: #d2d6de;
}

.box.box-solid.box-default>.box-header a,
.box.box-solid.box-default>.box-header .btn {
    color: rgba(66, 66, 66, .8);
}

.box.box-solid.box-primary {
    border: 1px solid #3c8dbc;
}

.box.box-solid.box-primary>.box-header {
    color: #fff;
    background: #3c8dbc;
    background-color: #3c8dbc;
}

.box.box-solid.box-primary>.box-header a,
.box.box-solid.box-primary>.box-header .btn {
    color: #fff;
}

.box.box-solid.box-info {
    border: 1px solid #00c0ef;
}

.box.box-solid.box-info>.box-header {
    background-color: #26c6da;
}

.box.box-solid.box-info>.box-header a,
.box.box-solid.box-info>.box-header .btn {
    color: #fff;
}

.box.box-solid.box-danger {
    border: 1px solid #dd4b39;
}

.box.box-solid.box-danger>.box-header {
    color: #fff;
    background: #dd4b39;
    background-color: #dd4b39;
}

.box.box-solid.box-danger>.box-header a,
.box.box-solid.box-danger>.box-header .btn {
    color: #fff;
}

.box.box-solid.box-warning {
    border: 1px solid #f39c12;
}

.box.box-solid.box-warning>.box-header {
    color: #fff;
    background: #f39c12;
    background-color: #f39c12;
}

.box.box-solid.box-warning>.box-header a,
.box.box-solid.box-warning>.box-header .btn {
    color: #fff;
}

.box.box-solid.box-success {
    border: 1px solid #00a65a;
}

.box.box-solid.box-success>.box-header {
    color: #fff;
    background: #00a65a;
    background-color: #00a65a;
}

.box.box-solid.box-success>.box-header a,
.box.box-solid.box-success>.box-header .btn {
    color: #fff;
}

.box.box-solid>.box-header>.box-tools .btn {
    border: 0;
    box-shadow: none;
}

.box.box-solid>.box-header>.box-tools .btn:hover,
.box.box-solid>.box-header>.box-tools a:hover {
    background: none;
}

.box.box-solid[class*="bg"]>.box-header {
    color: #fff;
}

.box .box-group>.box {
    margin-bottom: 5px;
}

.box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: .3em;
}

.box>.overlay,
.overlay-wrapper>.overlay,
.box>.loading-img,
.overlay-wrapper>.loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box .overlay,
.overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, .7);
    border-radius: 3px;
}

.box .overlay>.fa,
.box .overlay>.fas,
.overlay-wrapper .overlay>.fa,
.overlay-wrapper .overlay>.fas {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

.box .overlay.dark,
.overlay-wrapper .overlay.dark {
    background: rgba(0, 0, 0, .5);
}

.box-footer:after {
    padding-bottom: 30px;
}

.box-footer:after {
    padding-bottom: 30px;
}

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
    content: " ";
    display: table;
}

.box-header:after,
.box-body:after,
.box-footer:after {
    clear: both;
}

.box-header {
    color: #444;
    display: block;
    padding: 15px 10px;
    position: relative;
    line-height: 2;
}

.box-header .small-i {
    line-height: 1.2 !important;
    font-size: 16px;
}

.box-header.with-border {
    border-bottom: 3px double #3b6a9112;
}

.box-header.with-border-non,
.collapsed-box .box-header.with-border {
    border-bottom: none;
}

.box-search.collapsed-box .box-header.with-border {
    color: #444;
    background: #fff;
    border-bottom: 2px solid #dfe7ec;
}

.box-search .form-group {
    margin-bottom: 10px;
}

.box-status-title {
    font-size: 1.1em;
    font-weight: 600;
    text-align: center;
    line-height: normal;
    background: #dfe7ec;
    padding: 10px 25px;
    border-radius: 3px;
    margin-right: 10px;
    border: 1px solid #fff;
}

.box-status-list {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 200;
}

.box-status-list li {
    border-bottom: none;
    line-height: normal;
    padding: 3px 0;
}

.box-status-list li:first-child {
    border-bottom: 1px dotted #dfe7ec;
}

.box-status-list .unline {
    border-bottom: none !important;
}

.box-header.box-s1 {
    border-bottom: 3px solid #001f3f;
    background: #001f3f24;
    border-radius: 6px;
    box-shadow: 0px 0px 0px #33333317;
    min-height: 80px;
}

.box-header.box-s1 p {
    color: #264661;
    font-size: 1.4rem;
    padding-left: 15px;
}

.box-header.box-s2 {
    border-bottom: 3px solid #001f3f;
    background: #26c6da;
    border-radius: 6px;
    box-shadow: 0 0 0 #0b7583;
    color: #fff;
}

.box-header.box-s3 {
    border-bottom: 1px solid #5bc0de !important;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 6px 4px 0 #cccccc63;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    justify-items: self-start;
    align-items: baseline;
    min-height: 95px;
}

.box-header.box-s4 {
    border-bottom: none !important;
    background: #fff;
    border-radius: 0;
    padding: 10px 5px;
    box-shadow: none;
    display: -webkit-flex;
    display: flex;
    justify-content: start;
    align-items: center;
}

.box-header.box-s4 h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #3a3a3a;
}

.collapsed-box .box-header.with-border.box-header.box-s3,
.collapsed-box .box-header.with-border.box-header.box-s4 {
    border-bottom: none;
    box-shadow: none;
}

.collapsed-box .box-header.with-border.box-s3 .box-body {
    box-shadow: 0px -8px 19px 6px #5bc1debf;
}

.box-header.box-s3 .status-box {
    background: linear-gradient(-45deg, #33bbeb, #c2de51);
    border-radius: 30px;
    color: #fff;
    padding: 0 10px;
    margin: 0;
    width: 100px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 1.4rem;
    font-weight: 400;
    overflow: hidden
}

.box-header.box-header.with-border .status-badge {
    width: 85px;
    height: 25px;
    line-height: initial;
    border-radius: 85px;
}

.box-title-fix {
    line-height: 2 !important;
}

.box-header-forms-green {
    background-color: #c3eef4;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    border-radius: 6px 6px 0 0;
}

.box-header-forms-gray {
    background-color: #d7ebeb;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    border-radius: 6px 6px 0 0;
}

.box-header-forms-rows {
    background-color: #fff;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    border-radius: 0;
    border-bottom: 3px solid #efefef;
}

.box-title-item {
    background: #d7ebeb;
    border-radius: 6px 0 0 0;
    line-height: 51px;
    width: 50px;
    min-height: 51px;
    height: auto;
    color: #4d4d4d;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    padding: 0 20px;
}

.box-header-forms-rows .box-title-item {
    border-radius: 0;
}

.card {
    border: none;
    border-radius: .625rem;
    box-shadow: 0 .46875rem 2.1875rem rgba(90, 97, 105, .1), 0 .9375rem 1.40625rem rgba(90, 97, 105, .1), 0 .25rem .53125rem rgba(90, 97, 105, .12), 0 .125rem .1875rem rgba(90, 97, 105, .1);
    display: block;
}

.card-box-rows {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.card-wite {
    background-color: #fff;
}

.card-more {
    width: 100%;
    color: #b2b0b0;
    font-size: 2rem;
    padding: 0;
    text-align: center;
    background: #ececec;
    border: 4px solid #d6d6d6 !important;
}

.card-more-xs {
    width: 100%;
    color: #74797d;
    font-size: 1rem;
    padding: 0;
    text-align: center;
    background: #ececec;
    border: 2px solid #ccc !important;
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .625rem;
    border-top-right-radius: .625rem;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .625rem;
    border-bottom-left-radius: .625rem;
}

.card .list-group-item {
    padding: .8125rem 1.875rem;
}

.card .card-text {
    margin-bottom: 1.5625rem;
}

.card a:hover {
    text-decoration: none;
}

.card-small,
.cadr-xs {
    border: 4px solid transparent;
}

.card-small .card-header,
.card-small .card-body,
.card-small .card-footer {
    padding: .7rem 1rem;
    line-height: normal;
}

.card-more .card-body {
    padding: 0;
    align-items: center;
    justify-content: center;
    display: flex;
}

.card-body {
    padding: 1.875rem;
}

.card-xs .card-header,
.card-xs .card-body,
.card-xs .card-footer {
    padding: 0;
}

.card-body,
.card-wrap {
    /*min-height: 80px;*/
    clear: both;
}

.card-body>p:last-child {
    margin-bottom: 0;
}

.card-title {
    font-weight: 500;
    margin-bottom: .75rem;
}

.card-subtitle {
    margin-top: -1.09375rem;
}


/* ==============================
 [時間回數 公演表格設定] */

.card-box {
    margin-right: 10px;
    margin-bottom: 5px;
}

.box-column {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-item {
    width: 25px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #b7b7b7;
    color: #fff;
}

.card-content {
    width: 100%;
    max-width: 7em;
    text-align: left;
    line-height: 1.5;
    padding-right: 10px;
    padding-left: 5px;
}

.card-content-sub {
    display: block;
    margin: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    content: "...";
}

.card-link {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

.card-link:lang(ja) {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif !important;
}

.card-link+.card-link {
    margin-left: 1.875rem;
}

.card-header {
    padding: 1.09375rem 1.875rem;
    background-color: #fff;
    border-bottom: none;
}

.card-header:first-child {
    border-radius: .625rem .625rem 0 0;
}

.card-footer {
    padding: 1.09375rem 1.875rem;
    background-color: #fff;
    border-top: none;
}

.card-footer:last-child {
    border-radius: 0 0 .625rem .625rem;
}

.card-header-tabs {
    margin-bottom: -1rem;
    border-bottom: 0;
}

.card-header-tabs .nav-link,
.card-header-tabs .nav-link:hover {
    border-bottom: transparent;
}

.card-header-pills {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
}

.card-header-pills:hover {
    background: transparent;
}

.card-img-overlay {
    padding: 1.875rem 2.1875rem;
    background: rgba(90, 97, 105, .5);
    border-radius: .625rem;
}

.card-img-overlay .card-title {
    color: #fff;
}

.card-img {
    border-radius: .625rem;
}

.card-img-top {
    border-top-left-radius: .625rem;
    border-top-right-radius: .625rem;
}

.card-img-bottom {
    border-bottom-right-radius: .625rem;
    border-bottom-left-radius: .625rem;
}

.card-deck .card {
    margin-bottom: .9375rem;
}

@media(min-width:576px) {
    .card-deck {
        margin-right: -.9375rem;
        margin-left: -.9375rem;
    }
    .card-deck .card {
        margin-right: .9375rem;
        margin-left: .9375rem;
    }
}

.card-group>.card {
    box-shadow: 0 .46875rem 2.1875rem rgba(90, 97, 105, .1), 0 .9375rem 1.40625rem rgba(90, 97, 105, .1), 0 .25rem .53125rem rgba(90, 97, 105, .12), 0 .125rem .1875rem rgba(90, 97, 105, .1);
}

.card-group>.card:last-child .card-body,
.card-group>.card:last-child .card-footer {
    border-right: none;
}

.card-group .card-body,
.card-group .card-footer {
    border-right: 1px solid #e7e9ea;
}

@media(min-width:576px) {
    .card-group {
        box-shadow: 0 .46875rem 2.1875rem rgba(90, 97, 105, .1), 0 .9375rem 1.40625rem rgba(90, 97, 105, .1), 0 .25rem .53125rem rgba(90, 97, 105, .12), 0 .125rem .1875rem rgba(90, 97, 105, .1);
        border-radius: .625rem;
    }
    .card-group>.card {
        box-shadow: none;
    }
    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group>.card:only-child {
        border-radius: .625rem;
    }
    .card-group>.card:only-child .card-img-top,
    .card-group>.card:only-child .card-header {
        border-top-left-radius: .625rem;
        border-top-right-radius: .625rem;
    }
    .card-group>.card:only-child .card-img-bottom,
    .card-group>.card:only-child .card-footer {
        border-bottom-right-radius: .625rem;
        border-bottom-left-radius: .625rem;
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child),
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0;
    }
}


/* ==============================
 [] */

.card-columns .card {
    margin-bottom: 2.1875rem;
}

.stats-small {
    min-height: 9.8rem;
    overflow: hidden !important;
}

.stats-xs {
    min-height: 1rem;
    overflow: hidden !important;
    height: 50px !important;
    width: 120px;
    font-size: 1.3rem;
    padding: 0;
}

.stats-small__title {
    height: 40px;
    line-height: 20px;
}

.stats-small__title,
.stats-small__data {
    flex: 1;
    display: -ms-flexbox !important;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    z-index: 1;
}

.stats-small__form-group {
    flex: 1;
    display: -ms-flexbox !important;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    line-height: 2.5;
}

.stats-small__formgroup .form-group__1 {
    margin-bottom: 0;
}

.stats-small__label {
    font-size: 1.2rem;
    font-weight: 600;
    color: #3a3a3a;
    width: 13em;
     height: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stats-small__value {
    font-size: 1.2rem;
    font-weight: 500;
    position: absolute;
    top: 32px;
    left: 20px;
    right: 0px;
    line-height: 1;
}

.stats-roundbox {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 3em;
    height: 1.4em;
    line-height: 1.5em;
    border-radius: 2em;
    background: #f0f0f0;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

.stats-small__forms {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    font-weight: 500;
}

.form-flex {
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
}

.stats-small__one {
    font-size: 2rem;
    line-height: 1.5;
}

.stats-small__box {
    font-size: 1.6rem;
    line-height: 1.4;
    border: 1px solid #787878;
    margin-bottom: 8px;
    padding: 0;
    height: 20px;
}

.in-small {
    min-height: 35px;
    text-align: center;
    margin-right: 10px;
    background: transparent;
    border: transparent;
    border-bottom: 1px solid #3a3a3a;
    border-radius: 0;
}

.in-small-left {
    min-height: 35px;
    text-align: left;
    margin-right: 10px;
    background: transparent;
    border: transparent;
    border-bottom: 1px solid #3a3a3a;
    border-radius: 0;
}

.border__blue {
    border-bottom: 1px solid #33bbeb !important;
    border-radius: 0;
}

.border__blue:focus {
    border-bottom: 1px solid #33bbeb !important;
    background: #dee7ea;
    color: #fff !important;
    border-radius: 0;
}

.stats-small__forms--increase,
.stats-small__forms--decrease {
    font-size: .75rem;
}

.stats-small__forms--increase:before,
.stats-small__forms--decrease:before {
    content: "";
    width: .75rem;
    height: .375rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
}

.stats-small__forms--increase {
    color: #17c671;
}

.stats-small__forms--decrease {
    color: #c4183c;
}

.stats-small--1 .stats-small__data {
    max-width: 100%;
}

.stats-small--1 .stats-small__forms {
    margin: 0 auto;
}

.stats-small--1 .stats-small__value {
    font-size: 2.0625rem;
}

.stats-small--1 .stats-small__label,
.stats-small--1 .stats-small__forms {
    font-size: .75rem;
}

.stats-small--1 canvas {
    opacity: .5;
}

.card-group .stats-small {
    position: relative;
    overflow: hidden;
}

.num-block {
    display: block;
    text-align: right;
}

@media(min-width:576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
    }
}

.bg-pink-light {
    background-color: #fba7b4 !important;
}

.bg-pink {
    background-color: #d96c7d !important;
}

.bg-pink-dark {
    background-color: #b1253b !important;
}

.bg-green-light {
    background-color: #acd26c !important;
}

.bg-green {
    background-color: #67a934 !important;
}

.bg-green-dark {
    background-color: #22730a !important;
}

.bg-blue-light {
    background-color: #65c9ec !important;
}

.bg-blue {
    background-color: #33bbeb !important;
}

.bg-blue-dark {
    background-color: #0073b7 !important;
}

.bg-RV-pink-light {
    background-color: #ff748a !important;
}

.bg-RV-pink {
    background-color: #ff006e !important;
}

.bg-RV-yellow-light {
    background-color: #e49e36 !important;
}

.bg-RV-yellow {
    background-color: #ec4c00 !important;
}

.bg-RV-blue-light {
    background-color: #2ca0ff !important;
}

.bg-RV-blue {
    background-color: #2249ac !important;
}

.bg-lakeblue {
    background-color: #56cfe2 !important;
}

.bg-grassgreen {
    background-color: #b1d664 !important;
}

.bg-lemonyellow {
    background-color: #f7d636 !important;
}

.bg-lightpink {
    background-color: #f17189 !important;
}

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

.width-50 {
    width: .5em !important;
}

.width-65 {
    width: .65em !important;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
    height: auto;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
}

.col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.bd-example-row .row>.col,
.bd-example-row .row>[class^=col-] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(86, 61, 124, .15);
    border: 1px solid rgba(86, 61, 124, .2);
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none;
    }
}


/* 
[ 座位配置- 座席顯示與設定 ]=============================  */

.status-on {
    background: linear-gradient(-45deg, #33bbeb, #c2de51) !important;
}

.status-off {
    background: linear-gradient(-45deg, #ac79ef, #63e9ff) !important;
}

.status-block {
    background: linear-gradient(-45deg, #f3409b, #ffe93b) !important;
}

.status-timeout {
    font-size: 1.3rem;
    font-weight: 500;
    color: #e05442;
    padding-top: 15px;
}

.box-header.box-s3 .title-row-box {
    width: 85%;
    margin-left: 10px;
    margin-top: 5px;
}

.box-header>.fa,
.box-header>.fas,
.box-header>.glyphicon,
.box-header>.ion,
.box-header .box-title {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: normal;
    padding-left: 15px;
    padding-right: 20px;
}

.box-subtitle {
    display: inline-block;
    font-size: 1.7rem;
    font-weight: 500;
    color: #000;
    margin: 0;
    line-height: normal;
    padding-left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.box-subtitle__flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.7rem;
    font-weight: 500;
    color: #000;
    margin: 0;
    line-height: normal;
    padding-left: 0;
    max-width: 30em;
}

.box-s3 .box-title {
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 500;
    display: block;
    white-space: pre-line;
    word-break: break-all;
}

.__remarks {
    font-size: 1.2rem;
    padding-left: 20px;
    color: #999;
}

.box-header p {
    margin: 5px 0;
    line-height: normal;
    padding-left: 15px;
}

.table-title {
    font-size: 1.9rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    margin-top: 10px;
    line-height: normal;
    padding-left: 15px;
}

.box-header>.fa,
.box-header>.fas,
.box-header>.glyphicon,
.box-header>.ion {
    margin-right: 5px;
}

.box-header>.box-tools {
    position: absolute;
    right: 10px;
    top: 15px;
}

.box-header>.box-tools [data-toggle="tooltip"] {
    position: relative;
}

.box-header>.box-tools.pull-right .dropdown-menu {
    right: 0;
    left: auto;
}

.box-header>.box-tools .dropdown-menu>li>a {
    color: #444 !important;
}

.btn-box-tool {
    padding: 5px !important;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}

.btn-box-tool i {
    margin-left: 0;
}

.open .btn-box-tool,
.btn-box-tool:hover {
    color: #606c84;
}

.btn-box-tool.btn:active {
    box-shadow: none;
}

#seatSetting .box-body {
    height: auto;
    overflow-y: auto;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 20px 15px;
    /*padding-bottom            : 10px;*/
}

.status-dot {
    width: 11px;
    height: 11px;
    background: #b7b7b7;
    display: block;
    margin-right: 5px;
    border-radius: 50%;
}

.box-510 {
    min-height: 570px;
}

.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.box-body>.table {
    margin-bottom: 0;
}

.box-body .fc {
    margin-top: 5px;
}

.box-body .full-width-chart {
    margin: -19px;
}

.box-body.no-padding .full-width-chart {
    margin: -9px;
}

.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: none;
    padding: 10px 15px;
    background-color: #fff;
}

.chart-legend {
    margin: 10px 0;
}

@media(max-width:991px) {
    .chart-legend>li {
        float: left;
        margin-right: 10px;
    }
}

.box-comments {
    background: #f7f7f7;
}

.box-comments .box-comment {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.box-comments .box-comment:before,
.box-comments .box-comment:after {
    content: " ";
    display: table;
}

.box-comments .box-comment:after {
    clear: both;
}

.box-comments .box-comment:last-of-type {
    border-bottom: 0;
}

.box-comments .box-comment:first-of-type {
    padding-top: 0;
}

.box-comments .box-comment img {
    float: left;
}

.box-comments .comment-text {
    margin-left: 40px;
    color: #555;
}

.box-comments .username {
    color: #444;
    display: block;
    font-weight: 600;
}

.box-comments .text-muted {
    font-weight: 400;
    font-size: 12px;
}

.company-image {
    padding: 8px;
    border: 10px solid #000;
    text-align: center;
    position: inherit;
}

.company-image img {
    max-width: 240px;
    padding: inherit;
}

.user-upload {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    color: #d7d7d7;
    opacity: .7;
}

.user-upload:hover {
    color: #d7d7d7;
}

.step-box-body {
    padding: 0;
}

.step-section-gray {
    border-right: 1px dotted #dedede;
}

.step-section-gray .form-checkbox .control {
    font-size: 1.4rem;
    font-weight: 500;
}

.step-section-white {
    background: #fff;
}

.step-title {
    padding-bottom: 0;
    padding-top: 10px;
    font-size: 1.4rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.step-content {
    padding: 3rem 0;
    display: -moz-grid;
    display: -ms-grid;
    display: grid;
}

.step-imgblock {
    padding: 1.5rem 0;
}

.step-imgblock img {
    max-width: 100%;
}

.step-content-drop {
    min-height: 250px;
    min-width: 250px;
}

.drop-image .dropify-wrapper-h250 {
    height: 250px;
    width: 250px;
}

.icon-upload {
    position: absolute;
    z-index: 9;
    top: 40%;
    left: 46%;
    background: #000;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.icon-upload i,
.icon-upload svg {
    font-size: 2em;
    color: #fff;
}

.step-content .step-content-drop .dropify-wrapper.dropify-wrapper-h420 {
    height: 420px;
    width: 420px;
    margin: auto;
}

.ticket-tab {
    max-width: 100%;
    height: 50px;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    margin: 5px;
}

.ticket-tab>input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.ticket-tab .tab-panel {
    display: none;
}

.tab-panels {
    height: 100vh;
}

.tab-panel {
    padding: 10px;
    margin: 30px 0;
    text-align: left;
    height: 100%;
}

.ticket-tab>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.ticket-tab>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.ticket-tab>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.ticket-tab>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.ticket-tab>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.ticket-tab>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
    display: block;
}

.ticket-tab>label {
    position: relative;
    display: inline-block;
    width: 130px;
    padding: 6px 10px;
    cursor: pointer;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    border-radius: 130px;
    margin-right: 15px;
    color: #b1b1b1;
}

.ticket-tab>input:checked+label {
    color: #7e7e7e;
    border-bottom: 2px solid #7e7e7e;
    border-radius: 0;
    padding-bottom: 21px;
}

#basisSetting .basis-setting-wrap .drop-image .dropify-wrapper-h420,
#seatSetting .drop-image .dropify-wrapper-h420 {
    height: 420px;
    width: 100%;
}

#seatSetting .mobile-preview {
    float: left;
}

.mobile-preview {
    margin-bottom: 0;
}

.small-i {
    margin-bottom: 10px;
}

.mobile-preview .small-i {
    font-size: 13px;
    padding: 15px 0 0;
    color: #000;
}

.mobile {
    width: 326px;
    height: 575px;
    background: url(../img/img-mobile.png) no-repeat #fff;
    background-size: 100%;
    margin: 0 auto;
    overflow: hidden;
    border: 3px solid #f5f9fa;
    border-radius: 10px;
}

.mobile-content {
    padding: 0;
    height: 575px;
    overflow-y: auto;
}

.mobile-content hgroup {
    position: relative;
}

.mobile-content__header {
    position: sticky;
    width: 100%;
    height: 40px;
    top: 0;
}

.mobile-content__tabbar {
    position: sticky;
    width: 100%;
    height: 70px;
    bottom: 0;
}

.mobile-content h1 {
    color: #000;
    font-weight: 500;
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 5px
}

.mobile__max-height {
    min-height: 15px;
    max-height: 195px;
    overflow: hidden;
    border-radius: 2px;
    margin: 35px auto 8px;
    padding: 0 6px;
}

.mobile-content hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #eee;
}

.divider {
    border: 0;
    border-top: 1px solid #eee;
    width: 98%;
    margin: 30px auto !important;
}

.mobile-content p {
    margin-bottom: 3px !important;
}

.top-section {
    padding: 0 6px;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 95px;
}

.small-memo {
    text-align: center;
    font-size: 1.2rem;
    color: #767676;
    background: #f3f3f3;
}

.preview-pic {
    width: 90px;
    height: 90px;
    display: block;
    border: 2px solid #dedede;
    border-radius: 6px;
    background: #dedede;
    overflow: hidden;
}

.preview-pic img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.preview-mainbox {
    max-width: 200px;
    margin-left: 5px
}

.preview-maintitle {
    border-left: 3px solid #f18030;
    border-radius: 2px;
}

.main-section {
    width: 100%;
    margin-top: 0;
    display: block;
    min-height: 328px;
    height: auto;
    padding: 10px;
}


/* 711 日本票券樣式 */


/*  ticket-s1  ticket-s2  ticket-s3 */

.ticket-711 {
    width: 650px;
    height: 370px;
    background: url('../assets/images/tickets/jp/711-ticket-nl-jp.jpg') no-repeat #fff;
    background-size: 100%;
    margin: 0;
    padding: 25px 20px 25px 10px;
    overflow: hidden;
    border-radius: 0;
    font-family: "Noto Sans TC";
}

.ticket-711:lang(ja)>:lang(ja) {
    font-family: "Noto Sans JP" !important;
}

.ticket-711-content {
    padding: 0;
}


.ticket-711-content .stub-tilte {
    font-size: 16.5px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}

.section-711 {
    width: 100%;
    display: block;
    padding: 0;
    color: #000;
    flex: 1;
    display: -ms-flexbox;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
}

.section-711 p {
    /*min-height: 10px;*/
    min-height: 5px; /*//STS 2021/07/16 task 35*/
    margin-bottom: 0 !important;
    white-space: pre;
}


/*chrome hack*/

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    .font-7 {
        -webkit-transform-origin-x: 0;
        -webkit-transform: scale(0.98);
        font-size: 11px;
    }
    .font-6 {
        -webkit-transform-origin-x: 0;
        -webkit-transform: scale(0.92);
        font-size: 9px;
    }
    .font-5 {
        -webkit-transform-origin-x: 0;
        -webkit-transform: scale(0.90);
        font-size: 9px;
    }
}


/* 字數限制 */

.max-10 {
    max-width: 10em;
    width: 10em;
}

.max-15 {
    max-width: 15em;
    width: 15em;
}
.max-20 {
    max-width: 20em;
    /*width: 20em;*/
}

.max-21 {
    max-width: 21em;
    width: 21em;
}

.max-23 {
    max-width: 23em;
    width: 23em;
}

.max-26 {
    max-width: 26em;
    width: 26em;
}

.max-29 {
    max-width: 29em;
    width: 29em;
}

.max-32 {
    max-width: 32em;
    width: 32em;
}

.max-37 {
    max-width: 37em;
    width: 37em;
}

.max-40 {
    max-width: 40em;
    width: 40em;
}


/* 
 * Left-存根 ----------------*/

.block-711-left {
    /*padding: 0 2% 0 0; */
    padding: 0 2% 0 1%;  /*task 35*/
    line-height: 1;
    /*height: 315px;*/
    height: 320px; /*task 35*/
    width: 73%;
}

.block-711-left .stub-max-width {
    width: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.1;
    white-space: normal !important;
}

.block-711-left .stub-overflow {
    overflow: hidden;
    /*height: 289px;*/
    height: 302px; /*task 35*/
}

.stub-tilte {
    font-weight: 800;
}
.stub-subtitle {
    font-weight: 500;
}
.stub-subtitle2 {
    font-weight: 500;
    text-indent: 10px;
}
.stub-place2 {
    font-weight: 410;
    text-indent: 10px;
}

/*//STS 2021/07/16 task 35 -- START*/
.stub-tilte2 {
    font-weight: 600;
    text-indent: 10px;
}
.font-FreeLine {
    font-size: 7px;
}

.font-10F {
    font-size: 14px;
}

.stub-memoA {
    font-weight: 500;
    line-height: 1.05;
}
.stub-tilteFix {
    font-weight: 500;
}

.padding-left {
    padding-left: 220px;
}
.padding-left10 {
    padding-left: 10px;
}
/* .font-6 { //STS 2021/08/31 Duplicated Line 7069
    font-size: 30px; 
} */
.padding-top {
    padding-top: 2px;
}

.font-5 {
    font-size: 9px;
}
.font-6 {
    font-size: 10px;
}
.font-7 {
    font-size: 11px;
}
.font-8 {
    font-size: 12px;
}
.font-9 {
    font-size: 13px;
}
.font-10 {
    font-size: 14px;
}
.font-11 {
    font-size: 15px;
}
.font-12 {
    font-size: 16px;
}
.font-13 {
    font-size: 18px;
}
.font-14 {
    font-size: 19px;
}
.font-14F {
    font-size: 20px;
}
.font-15 {
    font-size: 17px;
}
.font-15F {
    font-size: 17.5px;
}
.stub-seat2 {
    font-weight: 500;
}
.stub-seat3 {
    font-weight: 500;
    text-indent: 15px;
}

/*//STS 2021/07/16 task 35 -- END*/

/*.stub-memo {
    font-weight: 500;
    line-height: 1;
}*/

.stub-place {
    /*font-weight: 600;*/
    font-weight: 400;
}

.stub-date {
    /*font-weight: 500;*/
    font-weight: 350;

}
.stub-dateA {
    text-indent: 10px;
    font-weight: 450;
}
.stub-dateN {
    font-weight: 700;
}

.stub-time {
    /*font-weight: 500;*/
     font-weight: 300;
}

.stub-seat {
    /*font-weight: 600;*/
    font-weight: 400;
}
.stub-seat1 {
    text-indent: 20px;
    font-weight: 450;
}

.stub-price {
    font-weight: 500;
}

.stub-number {
    font-weight: 500;
}

.preview-mainbox {
    max-width: 200px;
    margin-left: 5px;
}

.stub-code {
    /*font-weight: 400;*/
    font-weight: 100px;
}

.stub-overflow {
    overflow: hidden;
    height: 287px;
}

.stub-text-left {
    -webkit-transform-origin-x: left;
    text-align: left;
}

.stub-text-center {
    -webkit-transform-origin-x: center;
    text-align: center;
}

.stub-text-right {
    -webkit-transform-origin-x: right;
    text-align: right;
}



/* 
 * Right-收執 ----------------*/

.block-711-right {
    width: 25%;
    /*height: 315px;*/
    height: 325px;
    padding: 0 0.8em 0 3px;
    /*padding: 0 3px;*/
    line-height: 1;
}

.block-711-right .stub-max-width {
    width: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*line-height: 1;*/
    line-height: 1.04;
    white-space: normal !important;
}

.block-711-right .stub-overflow {
    overflow: hidden;
    /*height: 284px;*/
    height: 302px; /*//STS 2021/07/16 task 35*/
}

.stub-bottom {
    padding-bottom: 15px;/*STS 2021/07/16 task 35*/
    position: absolute;
    bottom: 0;
}

.block-711-right .stub-tilte {
    font-weight: 500;
    font-size: 12px;
}

.stub-subtitle,
.stub-bottom p {
    font-weight: 500;
}

.stub-memo {
    font-weight: 500;
    line-height: 1;
}

.stub-place,
.stub-date,
.stub-time,
.stub-seat,
.stub-price,
.stub-number {
    font-weight: 500;
}

.stub-info,
.stub-code {
    font-weight: 400;
}

.main-section::-webkit-scrollbar {
    display: block;
}

.preview-maintitle h5 {
    font-size: 1.5rem;
    margin-top: 3px;
    margin-bottom: 0;
    margin-left: 5px;
}

.preview-maintitle small {
    margin-left: 5px;
    color: #a7a7a7;
}

.preview-subtitle {
    overflow: hidden;
    margin-left: 5px;
    max-height: 35px;
    font-size: 1.2rem;
}

.main-section p {
    font-size: 1.3rem;
    margin-bottom: 6px;
    overflow-wrap: break-word;
    word-break: break-all;
}

.back-group {
    padding: 0 0 20px 0;
}

.todo-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
}

.todo-list>li {
    border-radius: 2px;
    padding: 10px;
    background: #f4f4f4;
    margin-bottom: 2px;
    border-left: 2px solid #e6e7e8;
    color: #444;
}

.todo-list>li:last-of-type {
    margin-bottom: 0;
}

.todo-list>li>input[type="checkbox"] {
    margin: 0 10px 0 5px;
}

.todo-list>li .text {
    display: inline-block;
    margin-left: 5px;
    font-weight: 600;
}

.todo-list>li .label {
    margin-left: 10px;
    font-size: 9px;
}

.todo-list>li .tools {
    display: none;
    float: right;
    color: #dd4b39;
}

.todo-list>li .tools>.fa,
.todo-list>li .tools>.fas,
.todo-list>li .tools>.glyphicon,
.todo-list>li .tools>.ion {
    margin-right: 5px;
    cursor: pointer;
}

.todo-list>li:hover .tools {
    display: inline-block;
}

.todo-list>li.done {
    color: #999;
}

.todo-list>li.done .text {
    text-decoration: line-through;
    font-weight: 500;
}

.todo-list>li.done .label {
    background: #d2d6de !important;
}

.todo-list .danger {
    border-left-color: #dd4b39;
}

.todo-list .warning {
    border-left-color: #f39c12;
}

.todo-list .info {
    border-left-color: #00c0ef;
}

.todo-list .success {
    border-left-color: #00a65a;
}

.todo-list .primary {
    border-left-color: #3c8dbc;
}

.todo-list .handle {
    display: inline-block;
    cursor: move;
    margin: 0 5px;
}

.chat {
    padding: 5px 20px 5px 10px;
}

.chat .item {
    margin-bottom: 10px;
}

.chat .item:before,
.chat .item:after {
    content: " ";
    display: table;
}

.chat .item:after {
    clear: both;
}

.chat .item>img {
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    border-radius: 50%;
}

.chat .item>.online {
    border: 2px solid #00a65a;
}

.chat .item>.offline {
    border: 2px solid #dd4b39;
}

.chat .item>.message {
    margin-left: 55px;
    margin-top: -40px;
}

.chat .item>.message>.name {
    display: block;
    font-weight: 600;
}

.chat .item>.attachment {
    border-radius: 3px;
    background: #f4f4f4;
    margin-left: 65px;
    margin-right: 15px;
    padding: 10px;
}

.chat .item>.attachment>h4 {
    margin: 0 0 5px 0;
    font-weight: 600;
    font-size: 14px;
}

.chat .item>.attachment>p,
.chat .item>.attachment>.filename {
    font-weight: 600;
    font-size: 13px;
    font-style: italic;
    margin: 0;
}

.chat .item>.attachment:before,
.chat .item>.attachment:after {
    content: " ";
    display: table;
}

.chat .item>.attachment:after {
    clear: both;
}

.box-input {
    max-width: 200px;
}


/* ==============================
 [  圖例 ] */

.toolkey-box {
    position: absolute;
    top: 50px;
    right: 16px
}

.btn-key {
    width: 80px;
    height: 30px;
    background: #D2D2D2;
    color: #333;
    text-align: center;
    border-radius: 15px;
    padding: 0;
    cursor: pointer;
    outline: none;
    border: none;
}

.toolkey-box a {
    color: #333;
}

.toolkey {
    display: inline-block;
    position: relative;
}

.toolkey-text {
    width: 80px;
    height: 34px;
    border-radius: 35px;
    background: #d2d2d2;
    padding: 10px 20px;
    z-index: 99;
    position: absolute;
}

.toolkey .toolkey-left {
    min-width: 420px;
    top: 50%;
    right: 0;
    margin-right: 0;
    transform: translate(0, -45%);
    padding: 5px 20px 5px 20px;
    color: #333;
    line-height: 24px;
    font-weight: normal;
    font-size: 12px;
    border-radius: 100px;
    position: absolute;
    z-index: 0;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s;
}

.toolkey .toolkey-left img {
    width: 22px;
    margin-right: 5px;
}

.toolkey:hover .toolkey-left {
    visibility: visible;
    opacity: 1;
}

.toolkey:focus .toolkey-left {
    visibility: visible;
    opacity: 1;
}

.toolkey .toolkey-left i {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -12px;
    width: 12px;
    height: 24px;
    overflow: hidden;
}

.toolkey .toolkey-left i::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: #eee;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.8);
}


/* tip-text ICON */

.tip {
    display: contents;
}

.tip__seatbox {
    display: block;
}

.tip span .fa-1x,
.tip span svg {
    font-size: .43em;
    padding: 1px;
    text-align: center;
    color: #ababab;
    width: 2.7em;
    height: 2.7em;
    border: 1px solid #ababab;
    border-radius: 2.7em;
    line-height: 2.2em;
    margin-left: 8px;
}

.tip span .fa-1x.fa__thead,
.tip span svg {
    font-size: .6em;
    padding: 1px;
    text-align: center;
    color: #fff;
    background: #333;
    width: 2.5em;
    height: 2.5em;
    vertical-align: middle;
    border-radius: 2.5em;
    margin-left: 2px;
    margin-top: -3px;
    border: none;
}

.tip__seatbox span .fa-1x,
.tip__seatbox span svg {
    position: absolute;
    font-size: .45em;
    padding: 2px;
    text-align: center;
    color: transparent;
    background: transparent;
    width: 30px;
    height: 30px;
    vertical-align: baseline;
    margin-left: -15px;
    border: none;
    z-index: 200
}

[data-tooltip] {
    position: relative;
    cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    bottom: calc(100% + 5px);
    pointer-events: none;
    transition: .2s;
    will-change: transform;
    z-index: 850;
}

[data-tooltip]:before {
    content: attr(data-tooltip);
    padding: 10px 18px;
    min-width: 50px;
    max-width: 325px;
    width: max-content;
    width: -moz-max-content;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    background-color: rgba(0, 0, 0, .6);
    background-image: linear-gradient(30deg, rgba(0, 0, 0, .44), rgba(0, 0, 0, .44), rgba(0, 0, 0, .44));
    box-shadow: 0 0 24px rgba(0, 0, 0, .2);
    color: #fff;
    text-align: left;
    white-space: pre-wrap;
    transform: translate(-50%, -5px) scale(.5);
}

.tip__seatbox [data-tooltip]:before,
.tip__seatbox [data-tooltip]:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    bottom: calc(100% + -10px);
    pointer-events: none;
    transition: .3s;
    will-change: transform;
    z-index: 850;
}

.tip__seatbox [data-tooltip]:before {
    content: attr(data-tooltip);
    padding: 5px 10px;
    min-width: 50px;
    max-width: 325px;
    width: max-content;
    width: -moz-max-content;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    background-color: rgba(0, 0, 0, .8);
    background-image: linear-gradient(30deg, rgba(0, 0, 0, .44), rgba(0, 0, 0, .44), rgba(0, 0, 0, .44));
    box-shadow: 0 0 24px rgba(0, 0, 0, .2);
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    transform: translate(-50%, -5px) scale(.5);
}


/* Tooltip arrow */

[data-tooltip]:after {
    content: "";
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: rgba(0, 0, 0, .6) transparent transparent transparent;
    transition-duration: 0s;
    transform-origin: top;
    transform: translateX(-50%) scaleY(0);
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
}

[data-tooltip]:hover:before {
    transition-delay: .3s;
    transform: translate(-50%, -5px) scale(1);
}


/* Slide down effect only on mouseenter (NOT on mouseleave) */

[data-tooltip]:hover:after {
    transition-delay: .5s;
    transition-duration: .2s;
    transform: translateX(-50%) scaleY(1);
}



/* tip-text TEXT */
.tip-text {
    font-size: 11px;
    line-height: 11px;
    color: #00c0ef;
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #00c0ef;
  white-space: nowrap;
  margin-right: 5px;
}
.tip-text .tip-text-box {
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    background-image: linear-gradient(30deg, rgba(0, 0, 0, .44), rgba(0, 0, 0, .44), rgba(0, 0, 0, .44));
    box-shadow: 0 0 24px rgba(0, 0, 0, .2);
  visibility: hidden;
  transform: translateX(-50%); 
  position: absolute;
bottom: 120%;
  left: 50%;
  z-index: 1;
  white-space: nowrap; 
}

.tip-text .tip-text-box::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.tip-text:hover .tip-text-box {
  visibility: visible;
}
.tip-text:hover {
  cursor: help;
}


/* ==============================
 [ 會員管理 明細 ] */

.total-box {
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: -8px;
    background: #f3f4f8;
    padding: 20px 10px;
    border: 4px double #d4d3d3;
}

.box-row {
    padding: 5px 0;
    font-weight: 400;
}

.total-box .box-row:last-child {
    border-top: 1px solid #b1b1b1;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 700;
}


/* 千分號 */

.__comma {
    white-space: nowrap;
}

.info-box {
    display: block;
    min-height: 85px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.info-box small {
    font-size: 14px;
}

.info-box .progress {
    background: rgba(0, 0, 0, .2);
    margin: 5px -10px 5px -10px;
    height: 2px;
}

.info-box .progress,
.info-box .progress .progress-bar {
    border-radius: 0;
}

.info-box .progress .progress-bar {
    background: #fff;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 85px;
    width: 75px;
    text-align: center;
    font-size: 30px;
    line-height: 85px;
    background: rgba(0, 0, 0, .2);
}

.info-box-icon .width-50,
.info-box-icon .width-65 {
    display: contents;
}

.info-box-icon>img {
    max-width: 100%;
}

.info-box-content {
    padding: 6px 10px;
    margin-left: 75px;
}

.info-box-number {
    display: block;
    font-weight: 700;
    font-size: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.info-box-number small {
    font-size: 11px;
    margin-left: 5px;
}

.rate-box {
    display: block;
    min-height: 70px;
    background: #fff;
    width: 100%;
    border: 1px solid #000;
    box-shadow: none;
    border-radius: 5px;
    margin-bottom: 15px;
}

.rate-box-content {
    padding: 8px 6px;
}

.rate-box-number {
    display: contents;
    font-weight: 700;
    font-size: 20px
}

.rate-box-number small {
    font-size: 11px;
    margin-left: 5px;
    font-weight: 500;
}

.min-25 .rate-box {
    display: block;
    min-height: 55px;
    background: #fff;
    width: 100%;
    border: 1px solid #000;
    box-shadow: none;
    border-radius: 5px;
    margin-bottom: 20px;
}

.min-25 .rate-box-number {
    display: contents;
    font-weight: 700;
    font-size: 13px
}

.progress-description,
.info-box-text,
.rate-box-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.rate-box-text,
.rate-box-textrow {
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    font-size: 12px;
}

.info-box-text,
.info-box-textrow {
    text-transform: uppercase;
    color: #707070;
    font-weight: 200;
    font-size: 14px;
}

.info-box-more {
    display: block;
}

.progress-description {
    margin: 0;
}

.form-checkbox-groupbox {
    padding: 15px 20px;
    background: #f5f5f5;
    margin-top: 15px;
    border-radius: 6px;
}

.form-checkbox-groupbox-wt {
    padding: 12px 20px;
    background: #fff;
    margin-top: 0;
    margin-bottom: 13px;
    border-radius: 6px;
    box-shadow: 0 0 7px #eaeeef;
}

.form-checkbox-title {
    font-size: 1.4rem;
    font-weight: 500;
    color: #5b5b5b;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #b1b1b1;
}

.form-checkbox-groupbox .form-checkbox .control {
    margin-bottom: 0;
}

.time-setting-block .form-checkbox {
    margin-right: 0;
    margin-left: -5px;
}

.form-checkbox {
    line-height: 1.666;
    margin-right: 15px;
}

.form-checkbox-fix {
    padding-left: 15px;
    padding-right: 5px;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}

.form-checkbox .control {
    margin-bottom: 15px;
    font-size: 1.35rem;
    font-weight: 400;
    display: inline-block;
    padding-right: 0;
    max-width: 100%;
}

.form-checkbox .control.h16 {
    margin-bottom: 0;
    height: 16px;
    line-height: normal;
}

.summary-content .form-checkbox .control {
    margin-bottom: 0 !important;
}

.checkbox-md {
    margin-bottom: 0;
}

.form-checkbox .control.marginrow {
    margin: 8px 0;
}


/* 
Only For Safari
-------------------------------------------------*/

_::-webkit-:host:not(:root:root),
.btn-safari {
    text-align: -webkit-left;
    text-align: unset;
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .nav-tabs.nav-tabs-basic a span {
            min-width: 100px;
            width: 150px;
        }
        .form-horizontal .col-md-2.form-checkbox.form-line-m10 label {
            word-break: break-all;
        }
    }
}


/*-------------------------------------------------*/

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.has-feedback .form-control-feedback {
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.has-feedback .form-control {
    min-height: 30px;
    line-height: 35px;
}

.has-feedback .select2-container--default .select2-selection--single,
.has-feedback .select2-selection .select2-selection--single {
    padding: 5px 12px;
    height: 32px;
}

.has-feedback.form-feedback .form-control {
    min-height: 38px;
    padding-right: 42.5px;
}

#colorPick {
    z-index: 3000;
}

.colorpick-box {
    width: 35px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.colorpick-box.h-35 {
    padding: 4px 13px 4px 8px;
    border-radius: 3px;
    border: 1px solid #dedede;
}

#colorPick {
    background: rgba(0, 0, 0, .8);
    -webkit-backdrop-filter: blur(15px);
    position: absolute;
    border-radius: 5px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    width: 190px;
}

.colorPickButton {
    margin: 3px;
}

.colorPickSelector {
    width: 35px;
    height: 35px;
    min-height: 35px !important;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 0 !important;
    cursor: pointer;
}

.colorpick-box .color-arrow i {
    color: #fff;
    position: absolute;
    left: 23px;
    top: 20px;
    transform: rotate(-45deg);
}

.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ddd;
    left: 31px;
    margin: 0;
    border-radius: 2px;
}

.timeline>li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-item {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 3px;
    margin-top: 0;
    background: #fff;
    color: #444;
    margin-left: 60px;
    margin-right: 15px;
    padding: 0;
    position: relative;
}

.timeline>li>.timeline-item>.time {
    color: #999;
    float: right;
    padding: 10px;
    font-size: 12px;
}

.timeline>li>.timeline-item>.timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 16px;
    line-height: 1.1;
}

.timeline>li>.timeline-item>.timeline-header>a {
    font-weight: 600;
}

.timeline>li>.timeline-item>.timeline-body,
.timeline>li>.timeline-item>.timeline-footer {
    padding: 10px;
}

.timeline>li>.fa,
.timeline>li>.fas,
.timeline>li>.glyphicon,
.timeline>li>.ion {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #666;
    background: #d2d6de;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0;
}

.timeline>.time-label>span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
}

.timeline-inverse>li>.timeline-item {
    background: #f0f0f0;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.timeline-inverse>li>.timeline-item>.timeline-header {
    border-bottom-color: #ddd;
}

.btn {
    padding: 8px 15px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-weight: 400;
    text-shadow: none;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-angle {
    padding: .8rem 3.5rem;
    margin-right: 15px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:focus {
    outline: none;
}

.btn-color-bg {
    color: #fff;
    padding: 6px;
}

.open .btn-color-bg,
.btn-color-bg:hover {
    color: #fff;
}

.button-group .btn {
    margin-bottom: 5px;
    margin-right: 5px;
}

.no-button-group .btn {
    margin-bottom: 5px;
    margin-right: 0;
}

.table-btn-group {
    display: inline-block;
    padding-left: 2px;
}

.table-btn-group .btn {
    padding: 5px 15px;
}

.table .btn {
    margin-left: 3px;
    margin-right: 3px;
}

.table.tablesaw .btn.showpageblock {
    margin-left: 5px;
    border: none;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: #85d2f3;
    color: #fff;
}

.table.tablesaw .btn i,
.table.tablesaw .btn svg {
    margin-left: 0;
}

.btn {
    font-size: 1.2rem;
    font-weight: 600;
}

.btn-circle {
    border-radius: 25px;
}

.btn-space-r {
    margin-right: 10px;
}

.btn-space-l {
    margin-left: 10px;
}

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

.btn.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}

.btn.btn-file {
    position: relative;
    overflow: hidden;
}

.btn.btn-file>input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: none;
    background: #fff;
    cursor: inherit;
    display: block;
}

.btn-default,
.btn-default.disabled {
    background-color: #f4f4f4;
    background-image: none;
    color: #444;
    border-color: #ddd;
}

.btn-default:hover,
.btn-default:active,
.btn-default.hover {
    background-color: #e7e7e7;
}
.btn-link,
.btn-link.disabled {
    background-color: transparent;
    background-image: none;
    border-color: transparent;
    border-bottom: 1px dotted #54ccf6;
    font-size: 1.175rem;
    font-weight: 500;
    color: #54ccf6;
    line-height: 1;
    padding: 0;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.btn-link.disabled:hover,
.btn-link:hover {
    color: #309cd0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px dotted #309cd0;
}
.btn-link:active,
.btn-link.hover,
.btn-link.disabled.active,
.btn-link.disabled:focus,
.btn-link:focus {
    color: #54ccf6;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}

.btn-non,
.btn-non.disabled {
    background-color: transparent;
    background-image: none;
    font-size: 1.35rem !important; 
    color: #444;
    border-color: transparent;
}
.btn-non:hover,
.btn-non:active,
.btn-non.hover {
    background-color: transparent;
    border-color: transparent;
}
.btn-secondary,
.btn-secondary.disabled {
    background: #fff;
    border: 1px solid #727b84;
    color: #727b84;
}

.btn-secondary.disabled:hover,
.btn-secondary:hover {
    background: #727b84 !important;
    opacity: .7;
    border: 1px solid #727b84;
    color: #fff;
}

.btn-secondary.active,
.btn-secondary.disabled.active,
.btn-secondary.disabled:focus,
.btn-secondary:focus {
    background: #727b84;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.btn-primary,
.btn-primary.disabled {
    background: #6e62d1;
    border: 1px solid #7460ee;
    -webkit-box-shadow: 0 2px 2px 0 rgba(116, 96, 238, .14), 0 3px 1px -2px rgba(116, 96, 238, .2), 0 1px 5px 0 rgba(116, 96, 238, .12);
    box-shadow: 0 2px 2px 0 rgba(116, 96, 238, .14), 0 3px 1px -2px rgba(116, 96, 238, .2), 0 1px 5px 0 rgba(116, 96, 238, .12);
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.btn-primary.disabled:hover,
.btn-primary:hover,
.btn-primary-outline:hover {
    background: #6e62d1 !important;
    -webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
    box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
    border: 1px solid #7460ee;
}

.btn-primary.active,
.btn-primary.disabled.active,
.btn-primary.disabled:focus,
.btn-primary:focus {
    background: #6352ce;
    color: #fff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
    box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
}

.btn-primary-outline {
    color: #6e62d1;
    border: 1px solid #7460ee;
    background: #fff;
    font-weight: 600;
    -webkit-box-shadow: 0 2px 2px 0 rgba(116, 96, 238, .14), 0 3px 1px -2px rgba(116, 96, 238, .2), 0 1px 5px 0 rgba(116, 96, 238, .12);
    box-shadow: 0 2px 2px 0 rgba(116, 96, 238, .14), 0 3px 1px -2px rgba(116, 96, 238, .2), 0 1px 5px 0 rgba(116, 96, 238, .12);
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.btn-success,
.btn-success.disabled {
    background: #26c6da;
    border: 1px solid #26c6da;
    -webkit-box-shadow: 0 2px 2px 0 rgba(40, 190, 189, .14), 0 3px 1px -2px rgba(40, 190, 189, .2), 0 1px 5px 0 rgba(40, 190, 189, .12);
    box-shadow: 0 2px 2px 0 rgba(40, 190, 189, .14), 0 3px 1px -2px rgba(40, 190, 189, .2), 0 1px 5px 0 rgba(40, 190, 189, .12);
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.btn-success.disabled:hover,
.btn-success:hover,
.btn-success-outline:hover {
    background: #26c6da !important;
    border: 1px solid #26c6da;
    -webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(40, 190, 189, .2);
    box-shadow: 0 14px 26px -12px rgba(40, 190, 189, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(40, 190, 189, .2);
}

.btn-success.active,
.btn-success.disabled.active,
.btn-success.disabled:focus,
.btn-success:focus {
    background: #1eacbe;
    color: #fff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(40, 190, 189, .2);
    box-shadow: 0 14px 26px -12px rgba(40, 190, 189, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(40, 190, 189, .2);
}

.btn-success-outline {
    color: #26c6da;
    border: 1px solid #26c6da;
    background: #fff;
    font-weight: 600;
    -webkit-box-shadow: 0 2px 2px 0 rgba(40, 190, 189, .14), 0 3px 1px -2px rgba(40, 190, 189, .2), 0 1px 5px 0 rgba(40, 190, 189, .12);
    box-shadow: 0 2px 2px 0 rgba(40, 190, 189, .14), 0 3px 1px -2px rgba(40, 190, 189, .2), 0 1px 5px 0 rgba(40, 190, 189, .12);
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.btn-info,
.btn-info.disabled {
    background: #54ccf6;
    border: 1px solid #54ccf6;
    -webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, .14), 0 3px 1px -2px rgba(66, 165, 245, .2), 0 1px 5px 0 rgba(66, 165, 245, .12);
    box-shadow: 0 2px 2px 0 rgba(66, 165, 245, .14), 0 3px 1px -2px rgba(66, 165, 245, .2), 0 1px 5px 0 rgba(66, 165, 245, .12);
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.btn-info.disabled:hover,
.btn-info:hover,
.btn-info-outline:hover {
    background: #54ccf6 !important;
    border: 1px solid #54ccf6;
    -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(23, 105, 255, .2);
    box-shadow: 0 14px 26px -12px rgba(23, 105, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(23, 105, 255, .2);
}

.btn-info.active,
.btn-info.disabled.active,
.btn-info.disabled:focus,
.btn-info:focus {
    background: #028ee1;
    color: #fff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(23, 105, 255, .2);
    box-shadow: 0 14px 26px -12px rgba(23, 105, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(23, 105, 255, .2);
}

.btn-info-outline {
    color: #33bbeb;
    border: 1px solid #33bbeb;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, .14), 0 3px 1px -2px rgba(66, 165, 245, .2), 0 1px 5px 0 rgba(66, 165, 245, .12);
    box-shadow: 0 2px 2px 0 rgba(66, 165, 245, .14), 0 3px 1px -2px rgba(66, 165, 245, .2), 0 1px 5px 0 rgba(66, 165, 245, .12);
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.btn-warning.disabled:hover,
.btn-warning:hover,
.btn-warning-outline:hover {
    background: #ffb22b !important;
    color: #fff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(248, 194, 0, .2);
    box-shadow: 0 14px 26px -12px rgba(248, 194, 0, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(248, 194, 0, .2);
    border: 1px solid #ffb22b;
}

.btn-warning.active,
.btn-warning.disabled.active,
.btn-warning.disabled:focus,
.btn-warning:focus {
    background: #e9ab2e;
    color: #fff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(248, 194, 0, .2);
    box-shadow: 0 14px 26px -12px rgba(248, 194, 0, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(248, 194, 0, .2);
}

.btn-warning-outline {
    background: #fff;
    border: 1px solid #ffb22b;
    color: #ffb22b;
    -webkit-box-shadow: 0 2px 2px 0 rgba(248, 194, 0, .14), 0 3px 1px -2px rgba(248, 194, 0, .2), 0 1px 5px 0 rgba(248, 194, 0, .12);
    box-shadow: 0 2px 2px 0 rgba(248, 194, 0, .14), 0 3px 1px -2px rgba(248, 194, 0, .2), 0 1px 5px 0 rgba(248, 194, 0, .12);
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.btn-danger,
.btn-danger.disabled {
    background: #fc4b6c;
    border: 1px solid #fc4b6c;
    -webkit-box-shadow: 0 2px 2px 0 rgba(239, 83, 80, .14), 0 3px 1px -2px rgba(239, 83, 80, .2), 0 1px 5px 0 rgba(239, 83, 80, .12);
    box-shadow: 0 2px 2px 0 rgba(239, 83, 80, .14), 0 3px 1px -2px rgba(239, 83, 80, .2), 0 1px 5px 0 rgba(239, 83, 80, .12);
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.btn-danger.disabled:hover,
.btn-danger:hover,
.btn-danger-outline:hover {
    background: #fc4b6c !important;
    -webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(239, 83, 80, .2);
    box-shadow: 0 14px 26px -12px rgba(239, 83, 80, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(239, 83, 80, .2);
    border: 1px solid #fc4b6c;
}

.btn-danger.active,
.btn-danger.disabled.active,
.btn-danger.disabled:focus,
.btn-danger:focus {
    background: #e6294b;
    color: #fff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(239, 83, 80, .2);
    box-shadow: 0 14px 26px -12px rgba(239, 83, 80, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(239, 83, 80, .2);
}

.btn-danger-outline {
    background: #fff;
    color: #fc4b6c;
    border: 1px solid #fc4b6c !important;
    -webkit-box-shadow: 0 2px 2px 0 rgba(239, 83, 80, .14), 0 3px 1px -2px rgba(239, 83, 80, .2), 0 1px 5px 0 rgba(239, 83, 80, .12);
    box-shadow: 0 2px 2px 0 rgba(239, 83, 80, .14), 0 3px 1px -2px rgba(239, 83, 80, .2), 0 1px 5px 0 rgba(239, 83, 80, .12);
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.btn-export,
.btn-export.disabled {
    background: #3f729b;
    border: 1px solid #3b6a91;
    -webkit-box-shadow: 0 2px 2px 0 rgba(116, 96, 238, .14), 0 3px 1px -2px rgba(116, 96, 238, .2), 0 1px 5px 0 rgba(116, 96, 238, .12);
    box-shadow: 0 2px 2px 0 rgba(116, 96, 238, .14), 0 3px 1px -2px rgba(116, 96, 238, .2), 0 1px 5px 0 rgba(116, 96, 238, .12);
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.btn-export.disabled:hover,
.btn-export:hover {
    border: 1px solid #356285;
    background: #3b6a91 !important;
    -webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
    box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
}

.btn-export.active,
.btn-export.disabled.active,
.btn-prexport.disabled:focus,
.btn-export:focus {
    background: #2f375f;
    color: #fff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
    box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
}

.btn-darkblue,
.btn-darkblue.disabled {
    background: #3f729b;
    border: 1px solid #3b6a91;
    -webkit-box-shadow: 0 2px 2px 0 rgba(116, 96, 238, .14), 0 3px 1px -2px rgba(116, 96, 238, .2), 0 1px 5px 0 rgba(116, 96, 238, .12);
    box-shadow: 0 2px 2px 0 rgba(116, 96, 238, .14), 0 3px 1px -2px rgba(116, 96, 238, .2), 0 1px 5px 0 rgba(116, 96, 238, .12);
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.btn-darkblue.disabled:hover,
.btn-darkblue:hover,
.btn-darkblue-outline:hover {
    border: 1px solid #356285 !important;
    background: #3b6a91;
    -webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
    box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
}

.btn-darkblue.active,
.btn-darkblue.disabled.active,
.btn-darkblue.disabled:focus,
.btn-darkblue:focus {
    background: #2f375f;
    color: #fff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
    box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
}

.btn-darkblue-outline {
    color: #3f729b;
    border: 1px solid #3b6a91;
    background: #fff;
    font-weight: 600;
    -webkit-box-shadow: 0 2px 2px 0 rgba(116, 96, 238, .14), 0 3px 1px -2px rgba(116, 96, 238, .2), 0 1px 5px 0 rgba(116, 96, 238, .12);
    box-shadow: 0 2px 2px 0 rgba(116, 96, 238, .14), 0 3px 1px -2px rgba(116, 96, 238, .2), 0 1px 5px 0 rgba(116, 96, 238, .12);
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.btn-linegreen.disabled:hover,
.btn-linegreen:hover,
.btn-linegreen-outline:hover {
    border: 1px solid #06C755 !important;
    background: #06C755;
    -webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
    box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
}
.btn-linegreen-outline {
    color: #01bd4e;
    border: 1px solid #06C755;
    background: #fff;
    font-weight: 600;
    -webkit-box-shadow: 0 2px 2px 0 rgba(116, 96, 238, .14), 0 3px 1px -2px rgba(116, 96, 238, .2), 0 1px 5px 0 rgba(116, 96, 238, .12);
    box-shadow: 0 2px 2px 0 rgba(116, 96, 238, .14), 0 3px 1px -2px rgba(116, 96, 238, .2), 0 1px 5px 0 rgba(116, 96, 238, .12);
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.btn-normal,
.btn-normal.disabled {
    background: #2cb2d2;
    border: 1px solid #2cb2d2;
    -webkit-box-shadow: 0 2px 2px 0 rgba(116, 96, 238, .14), 0 3px 1px -2px rgba(116, 96, 238, .2), 0 1px 5px 0 rgba(116, 96, 238, .12);
    box-shadow: 0 2px 2px 0 rgba(116, 96, 238, .14), 0 3px 1px -2px rgba(116, 96, 238, .2), 0 1px 5px 0 rgba(116, 96, 238, .12);
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.btn-normal.disabled:hover,
.btn-normal:hover,
.btn-normal-outline:hover {
    background: #20b6d1 !important;
    -webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
    box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
    border: 1px solid #20b6d1;
}

.btn-normal.active,
.btn-normal.disabled.active,
.btn-normal.disabled:focus,
.btn-normal:focus {
    background: #39c7e0;
    color: #fff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
    box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
}

.btn-normal-outline {
    color: #2cb2d2;
    border: 1px solid #2cb2d2;
    background: #fff;
    font-weight: 600;
    -webkit-box-shadow: 0 2px 2px 0 rgba(116, 96, 238, .14), 0 3px 1px -2px rgba(116, 96, 238, .2), 0 1px 5px 0 rgba(116, 96, 238, .12);
    box-shadow: 0 2px 2px 0 rgba(116, 96, 238, .14), 0 3px 1px -2px rgba(116, 96, 238, .2), 0 1px 5px 0 rgba(116, 96, 238, .12);
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.btn-nubilous,
.btn-nubilous.disabled {
    background: #c1c1c1;
    border: 1px solid #c1c1c1;
    -webkit-box-shadow: 0 2px 2px 0 rgba(116, 96, 238, .14), 0 3px 1px -2px rgba(116, 96, 238, .2), 0 1px 5px 0 rgba(116, 96, 238, .12);
    box-shadow: 0 2px 2px 0 rgba(116, 96, 238, .14), 0 3px 1px -2px rgba(116, 96, 238, .2), 0 1px 5px 0 rgba(116, 96, 238, .12);
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.btn-nubilous.disabled:hover,
.btn-nubilous:hover,
.btn-nubilous-outline:hover {
    background: #c1c1c1 !important;
    -webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
    box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
    border: 1px solid #c1c1c1;
}

.btn-nubilous.active,
.btn-nubilous.disabled.active,
.btn-nubilous.disabled:focus,
.btn-nubilous:focus {
    background: #6c6c6c;
    color: #fff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
    box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
}

.btn-nubilous.disabled,
.btn-nubilous.disabled:hover,
.btn-nubilous.disabled.active,
.btn-nubilous.disabled:focus
 { -webkit-box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0), 0 3px 1px -2px rgba(116, 96, 238, 0), 0 1px 5px 0 rgba(116, 96, 238, 0) !important;
    box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0), 0 3px 1px -2px rgba(116, 96, 238, 0), 0 1px 5px 0 rgba(116, 96, 238, 0) !important;
}
.btn-nubilous-outline {
    color: #a8a8a8;
    border: 1px solid #a8a8a8;
    background: #fff;
    font-weight: 600;
    -webkit-box-shadow: 0 2px 2px 0 rgba(116, 96, 238, .14), 0 3px 1px -2px rgba(116, 96, 238, .2), 0 1px 5px 0 rgba(116, 96, 238, .12);
    box-shadow: 0 2px 2px 0 rgba(116, 96, 238, .14), 0 3px 1px -2px rgba(116, 96, 238, .2), 0 1px 5px 0 rgba(116, 96, 238, .12);
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.badge-groups {
    padding: 10px 20px;
    background: #dbf2fc;
    border-radius: 5px;
}
.btn-light, .btn-light:hover {
    background: #fff;
    border: 1px solid #c5eeff;
    border-radius: 5px;
    font-size: 1.3rem;
    font-weight: 400;
    padding: 1rem 2.5rem;
    margin: 5px;
    color: #31bbeb;
    /* -webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, .14), 0 3px 1px -2px rgba(66, 165, 245, .2), 0 1px 5px 0 rgba(66, 165, 245, .12); */
    /* box-shadow: 0 2px 2px 0 rgba(66, 165, 245, .14), 0 3px 1px -2px rgba(66, 165, 245, .2), 0 1px 5px 0 rgba(66, 165, 245, .12); */
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.btn-light .badge {
    font-size: 1.5rem;
    top: 0;
    color: #fff;
    background: #31bbeb;
    padding: 2px 15px;
    border-radius: 5px;
    margin-left: 10px;
}

.btn-export,
.btn-export:hover,
.btn-addone,
.btn-addone:hover,
.btn-darkblue,
.btn-darkblue:hover,
.btn-inverse,
.btn-inverse:hover,
.btn-info,
.btn-info-outline:hover,
.btn-success,
.btn-success-outline:hover,
.btn-darkblue-outline:hover,
.btn-linegreen-outline:hover,
.btn-primary,
.btn-primary-outline:hover,
.btn-warning,
.btn-warning-outline:hover,
.btn-danger,
.btn-danger-outline:hover,
.btn-inverse-outline:hover,
.btn-normal,
.btn-normal:hover,
.btn-normal-outline:hover,
.btn-nubilous,
.btn-nubilous:hover,
.btn-nubilous-outline:hover
 {
    color: #fff;
    font-weight: 600;
}

.btn i,
.btn svg {
    margin-left: 10px;
}

.box.box-solid>.box-header .btn-danger:hover {
    background-color: #d73925;
}

.btn-grey-light {
    background-color: #afafaf;
    border-color: #9c9a9a;
}

.btn-grey-light:hover,
.btn-grey-light:active,
.btn-grey-light.hover {
    background-color: #9c9a9a;
}

.btn-outline {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    color: rgba(255, 255, 255, .7);
    border-color: rgba(255, 255, 255, .7);
}

.btn-addone,
.btn-addone:hover,
.btn-addone.active,
.btn-addone:focus {
    color: #fff;
    padding: 27px 0;
}

.btn-addone,
.btn-addone.disabled {
    background: #585592;
    border: 1px solid #353086;
    -webkit-box-shadow: 0 2px 2px 0 rgba(116, 96, 238, .14), 0 3px 1px -2px rgba(116, 96, 238, .2), 0 1px 5px 0 rgba(116, 96, 238, .12);
    box-shadow: 0 2px 2px 0 rgba(116, 96, 238, .14), 0 3px 1px -2px rgba(116, 96, 238, .2), 0 1px 5px 0 rgba(116, 96, 238, .12);
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.btn-addone.disabled:hover,
.btn-addone:hover {
    background: #353086 !important;
    -webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
    box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
    border: 1px solid #7460ee;
}

.btn-addone.active,
.btn-addone.disabled.active,
.btn-addone.disabled:focus,
.btn-addone:focus {
    background: #353086;
    -webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
    box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
}

.btn-search-lg,
.btn-search-lg:hover,
.btn-search-lg.active,
.btn-search-lg:focus {
    color: #fff;
    padding: 27px 0;
    width: 100%;
}

.btn-search-lg,
.btn-search-lg.disabled {
    background: #585592;
    border: 1px solid #353086;
    -webkit-box-shadow: 0 2px 2px 0 rgba(116, 96, 238, .14), 0 3px 1px -2px rgba(116, 96, 238, .2), 0 1px 5px 0 rgba(116, 96, 238, .12);
    box-shadow: 0 2px 2px 0 rgba(116, 96, 238, .14), 0 3px 1px -2px rgba(116, 96, 238, .2), 0 1px 5px 0 rgba(116, 96, 238, .12);
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.btn-search-lg.disabled:hover,
.btn-search-lg:hover {
    background: #353086 !important;
    -webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
    box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
    border: 1px solid #7460ee;
}

.btn-search-lg.active,
.btn-search-lg.disabled.active,
.btn-search-lg.disabled:focus,
.bbtn-search-lg:focus {
    background: #353086;
    -webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
    box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
}

.btn-inverse,
.btn-inverse.disabled {
    background: #3e3e3e;
    border: 1px solid #3e3e3e;
    color: #fff;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.btn-inverse.disabled:hover,
.btn-inverse:hover,
.btn-inverse-outline:hover {
    background: #2f3d4a !important;
    color: #fff;
    border: 1px solid #2f3d4a;
    -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(23, 105, 255, .2);
    box-shadow: 0 14px 26px -12px rgba(23, 105, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(23, 105, 255, .2);
}

.btn-inverse.active,
.btn-inverse:focus,
.btn-inverse:hover,
.open>.dropdown-toggle.btn-inverse {
    background-color: #232a37;
    border: 1px solid #232a37;
}

.btn-inverse.active,
.btn-inverse.disabled.active,
.btn-inverse.disabled:focus,
.btn-inverse:focus {
    color: #fff;
}

.btn-inverse-outline {
    background: #fff;
    border: 1px solid #2f3d4a;
    color: #3e3e3e;
    -webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
    box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in
}

.btn-add,
.btn-add.disabled {
    background: #3c3c3c;
    border: 1px solid #505050;
    color: #fff;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.btn-add.disabled:hover,
.btn-add:hover,
.btn-add-outline:hover {
    background: #3c3c3c !important;
    color: #fff;
    border: 1px solid #5a5a5a;
    -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(23, 105, 255, .2);
    box-shadow: 0 14px 26px -12px rgba(23, 105, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(23, 105, 255, .2);
}

.btn-add.active,
.btn-add:focus,
.btn-add:hover,
.open>.dropdown-toggle.btn-add {
    background-color: #232a37;
    border: 1px solid #5a5a5a;
}

.btn-add.active,
.btn-add.disabled.active,
.btn-add.disabled:focus,
.btn-add:focus {
    color: #fff;
}

.btn-add-outline {
    background: #fff;
    border: 1px solid #5a5a5a;
    color: #3c3c3c;
    -webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, .14), 0 3px 1px -2px rgba(66, 165, 245, .2), 0 1px 5px 0 rgba(66, 165, 245, .12);
    box-shadow: 0 2px 2px 0 rgba(66, 165, 245, .14), 0 3px 1px -2px rgba(66, 165, 245, .2), 0 1px 5px 0 rgba(66, 165, 245, .12);
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.btn-add,
.btn-add.disabled {
    background: #3c3c3c;
    border: 1px solid #505050;
    color: #fff;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in
}

.btn-add.disabled:hover,
.btn-add:hover,
.btn-add-outline:hover {
    background: #3c3c3c !important;
    color: #fff;
    border: 1px solid #5a5a5a;
    -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
    box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2)
}

.btn-add.active,
.btn-add:focus,
.btn-add:hover,
.open>.dropdown-toggle.btn-add {
    background-color: #232a37;
    border: 1px solid #5a5a5a;
}

.btn-add.active,
.btn-add.disabled.active,
.btn-add.disabled:focus,
.btn-add:focus {
    color: #fff
}

.btn-add-outline {
    background: #fff;
    border: 1px solid #5a5a5a;
    color: #3c3c3c;
    -webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
    box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in
}

.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn[class*="bg-"]:hover {
    -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 100px rgba(0, 0, 0, .2);
}

.btn-app {
    border-radius: 3px;
    position: relative;
    padding: 10px 13px;
    margin: 0 15px 15px 0;
    min-width: 100px;
    height: 40px;
    text-align: left;
    color: #333;
    border: 1px solid #ddd;
    background-color: #fff;
    font-size: 12px;
}

.btn-app.active {
    box-shadow: none;
    border: 2px solid #04c0ef;
}

.btn-app svg,
.btn-app i {
    margin-left: 0;
    margin-right: 10px;
}

.btn-app>.badge svg {
    margin-right: 0;
}

.form-group .btn-app {
    padding: 5px 20px;
}

.btn-app>.fa,
.btn-app>.glyphicon,
.btn-app>.ion {
    font-size: 20px;
    display: block;
}

.btn-app>.fa,
.btn-app>i,
.btn-app>svg {
    font-size: 19px;
    display: inline-block;
    vertical-align: bottom;
}

.btn-app>i.active-style {
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: bottom;
}

.active-style img {
    max-width: 100%;
}

.btn-app .badge.bg-aqua svg,
.btn-app .badge.bg-aqua i {
    margin-left: 0;
    margin-right: 0;
}

.btn-app>.fa,
.btn-app>i,
.btn-app>svg {
    font-size: 19px;
    display: inline-block;
    vertical-align: bottom;
}

.btn-app>i.active-style {
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: bottom;
}

.active-style img {
    max-width: 100%;
}

.btn-app .badge.bg-aqua svg,
.btn-app .badge.bg-aqua i {
    margin-left: 0;
    margin-right: 0px;
}

.btn-app:hover {
    background: #f4f4f4;
    color: #444;
    border-color: #aaa;
}

.btn-app:active,
.btn-app:focus {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-app>.badge {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 10px;
    font-weight: 400;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    padding: 7px;
}

.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px;
}

.btn-circle.btn-sm {
    width: 35px;
    height: 35px;
    padding: 8px 10px;
    font-size: 14px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 14px 15px;
    font-size: 18px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 14px 15px;
    font-size: 24px;
}

.button-list a,
.button-list button {
    margin: 5px 12px 5px 0;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.content-btn-group .btn-rounded {
    padding: .6rem 3rem;
}

.btn-rounded {
    border-radius: 60px;
    padding: .6rem 3.5rem;
}

.btn-rounded.btn-lg {
    padding: .75rem 1.5rem;
}

.btn-rounded.btn-sm {
    padding: .25rem .5rem;
    font-size: 12px;
}

.btn-rounded.btn-xs {
    padding: .25rem 1.5rem;
    font-size: 10px;
}

.btn-rounded.btn-md {
    padding: 12px 35px;
    font-size: 16px;
}

.btn-ll {
    padding: .8rem 2rem;
    font-size: 1.4rem;
}

.btn-ml {
    padding: .6rem 2rem;
    font-size: 1.3rem;
}

.btn-mm {
    padding: .5rem 1.5rem;
    font-size: 1.3rem;
}

.btn-m {
    padding: .5rem 1.5rem;
    font-size: 1.2rem;
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: 12px;
}

.btn-xs {
    padding: .25rem .5rem;
    font-size: 10px;
}

.applyBtn,
.cancelBtn {
    padding: .5rem;
    width: 100%;
    margin-bottom: 10px !important;
}

.applyBtn,
.applyBtn.disabled {
    background: #3e3e3e;
    border: 1px solid #2f3d4a;
    color: #fff;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in
}

.applyBtn.disabled:hover,
.applyBtn:hover,
.applyBtn-outline:hover {
    background: #2f3d4a !important;
    color: #fff;
    border: 1px solid #2f3d4a;
    -webkit-box-shadow: 0 14px 26px -12px rgba(97, 97, 97, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(112, 112, 112, 0.2);
    box-shadow: 0 14px 26px -12px rgba(97, 97, 97, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(112, 112, 112, 0.2)
}

.applyBtn.active,
.applyBtn:focus,
.applyBtn:hover,
.open>.dropdown-toggle.applyBtn {
    background-color: #232a37;
    border: 1px solid #232a37;
}

.applyBtn.active,
.applyBtn.disabled.active,
.applyBtn.disabled:focus,
.applyBtn:focus {
    color: #fff;
}


/* 活動中止 */

.box-header>.box-btn {
    position: absolute;
    top: 20px;
    right: 25px;
}

.btn-stop {
    padding: .5rem 1rem;
    font-size: 1.5rem;
}

.btn-stop svg,
.btn-stop i {
    margin-left: 0;
}

.btn-sm,
.btn-mm,
.btn-m,
.btn-ml,
.btn-ll,
.btn-xs,
.btn-stop {
    margin: 0 3px;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, .2);
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    transition: all .7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, .45);
}

.waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, .7);
}

.waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, .7);
}

.waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, .7);
}

.waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, .7);
}

.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, .7);
}

.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, .7);
}

html body .waves-notransition {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none;
}

.waves-input-wrapper {
    border-radius: .2em;
    vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.waves-block {
    display: block;
}

.notify {
    position: relative;
    top: -40px;
    right: 0;
}

.notify .heartbit {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 5px solid #fc4b6c;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.notify .point {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #fc4b6c;
    position: absolute;
    right: 6px;
    top: -10px;
}

@-moz-keyframes heartbit {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    25% {
        -moz-transform: scale(.1);
        opacity: .1;
    }
    50% {
        -moz-transform: scale(.5);
        opacity: .3;
    }
    75% {
        -moz-transform: scale(.8);
        opacity: .5;
    }
    to {
        -moz-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes heartbit {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(.1);
        opacity: .1;
    }
    50% {
        -webkit-transform: scale(.5);
        opacity: .3;
    }
    75% {
        -webkit-transform: scale(.8);
        opacity: .5;
    }
    to {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

.callout {
    border-radius: 3px;
    margin: 0 0 10px 0;
    padding: 10px 25px;
    border-left: 5px solid #eee;
}

.callout a {
    color: #fff;
    text-decoration: underline;
}

.callout a:hover {
    color: #eee;
}

.callout h4 {
    margin-top: 0;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.callout ul,
.callout ol {
    margin-bottom: 0;
    padding-left: 20px;
}

.callout ul li {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    list-style: square;
}

.callout p:last-child {
    margin-bottom: 0;
}

.callout code,
.callout .highlight {
    background-color: #fff;
}

.callout.callout-danger {
    border-color: #c23321;
}

.callout.callout-warning {
    border-color: #c87f0a;
}

.callout.callout-info {
    background-color: #fff !important;
    border: 4px solid #93dbf7;
    color: #379fcc !important;
    margin-bottom: 20px;
}

.callout.callout-success {
    border-color: #00733e;
}

.callout-tip-warning {
    border-left: none;
    border-radius: 6px;
    color: #e44d1f !important;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.callout-tip-warning p {
    color: #e44d1f !important;
}

.callout-txt-warning {
    background-color: transparent !important;
    border: none !important;
    border-left: none;
    color: #e44e1f !important;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
}

.callout-tip-warning .icon,
.callout-txt-warning .icon {
    margin-right: 5px;
    color: #e44e1f;
}

.callout-tip-warning p {
    color: #333;
}

.callout-txt-warning p {
    color: #e44e2d;
}

.help.is-danger {
    color: #ff5722;
    padding-left: 5px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal
}
.callout-warning-round {
    padding: 5px 10px;
    margin: 10px 10px 0;
    border-radius: 10px;
}
.callout-tip-warning p {
    margin-bottom: 5px;
}
.callout-tip-warning .i-warning {
    float: left;
    width: 50px;
}
.callout-warning-round .i-warning {
    float: left;
    width: 35px;
}

.callout-tip {
    width: 100%;
    border-radius: 6px;
    margin: 0 0 20px 0;
    padding: 10px 15px !important;
    margin-bottom: 30px !important;
    background: #000;
    border-left: none !important;
    border: 1px solid #eee !important;
}

.callout-tip .i-check {
    float: left;
    height: 60px;
    width: 60px;
    padding: 5px 0;
}

.alert {
    border-radius: 3px;
}

.alert h4 {
    font-weight: 600;
}

.alert-list {
    margin-left: 0;
    padding-left: 10px;
}

.alert-list li {
    list-style: none;
    line-height: 1.5;
}

.alert .icon {
    margin-right: 10px;
}

.alert .close {
    color: #000;
    opacity: .2;
    filter: alpha(opacity=20);
}

.alert .close:hover {
    opacity: .5;
    filter: alpha(opacity=50);
}

.alert a {
    color: #fff;
    text-decoration: underline;
}

.alert-success {
    border-color: #008d4c;
}

.alert-danger,
.alert-error {
    border-color: #d73925;
}

.alert-warning {
    border-color: #e08e0b;
}

.alert-info {
    border-color: #00acd6;
}

.skin-get .main-header .navbar .nav>li>a {
    color: #fff;
}

.skin-get .main-header .navbar .nav>li:first-child>a {
    font-size: 12px;
    padding-top: 16px;
}

.nav>li>a:hover,
.nav>li>a:active,
.nav>li>a:focus {
    color: #444;
    background: none;
    color: rgba(0, 0, 0, .5);
    opacity: .6;
}


/*.skin-get .main-header .navbar .nav>li>a:hover,
.skin-get .main-header .navbar .nav>li>a:active,
.skin-get .main-header .navbar .nav>li>a:focus,
.skin-get .main-header .navbar .nav .open>a,
.skin-get .main-header .navbar .nav .open>a:hover,
.skin-get .main-header .navbar .nav .open>a:focus,
.skin-get .main-header .navbar .nav>.active>a {
    background: none !important;
}*/

.skin-get .sidebar-menu>li>a {
    border-left: none;
}

.nav-pills>li>a {
    border-radius: 0;
    border-top: 3px solid transparent;
    color: #444;
}

.nav-pills>li>a>.fa,
.nav-pills>li>a>.fas,
.nav-pills>li>a>.glyphicon,
.nav-pills>li>a>.ion {
    margin-right: 5px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    border-top-color: #3c8dbc;
}

.nav-pills>li.active>a {
    font-weight: 600;
}

.nav-stacked>li>a {
    border-radius: 0;
    border-top: 0;
    border-left: 3px solid transparent;
    color: #444;
}

.nav-stacked>li.active>a,
.nav-stacked>li.active>a:hover {
    background: transparent;
    color: #444;
    border-top: 0;
    border-left-color: #3c8dbc;
}

.nav-stacked>li.header {
    border-bottom: 1px solid #ddd;
    color: #777;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.nav-tabs-custom {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 3px;
}

.nav-tabs-custom>.nav-tabs {
    margin: 0;
    border-bottom-color: #f4f4f4;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.nav-tabs-custom>.nav-tabs>li {
    border-top: 3px solid transparent;
    margin-bottom: -2px;
    margin-right: 5px;
}

.nav-tabs-custom>.nav-tabs>li.disabled>a {
    color: #777;
}

.nav-tabs-custom>.nav-tabs>li>a {
    color: #444;
    border-radius: 0;
}

.nav-tabs-custom>.nav-tabs>li>a.text-muted {
    color: #999;
}

.nav-tabs-custom>.nav-tabs>li>a,
.nav-tabs-custom>.nav-tabs>li>a:hover {
    background: transparent;
    margin: 0;
}

.nav-tabs-custom>.nav-tabs>li>a:hover {
    color: #999;
}

.nav-tabs-custom>.nav-tabs>li:not(.active)>a:hover,
.nav-tabs-custom>.nav-tabs>li:not(.active)>a:focus,
.nav-tabs-custom>.nav-tabs>li:not(.active)>a:active {
    border-color: transparent;
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #3c8dbc;
}

.nav-tabs-custom>.nav-tabs>li.active>a,
.nav-tabs-custom>.nav-tabs>li.active:hover>a {
    background-color: #fff;
    color: #444;
}

.nav-tabs-custom>.nav-tabs>li.active>a {
    border-top-color: transparent;
    border-left-color: #f4f4f4;
    border-right-color: #f4f4f4;
}

.nav-tabs-custom>.nav-tabs>li:first-of-type {
    margin-left: 0;
}

.nav-tabs-custom>.nav-tabs>li:first-of-type.active>a {
    border-left-color: transparent;
}

.nav-tabs-custom>.nav-tabs.pull-right {
    float: none !important;
}

.nav-tabs-custom>.nav-tabs.pull-right>li {
    float: right;
}

.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type {
    margin-right: 0;
}

.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type>a {
    border-left-width: 1px;
}

.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type.active>a {
    border-left-color: #f4f4f4;
    border-right-color: transparent;
}

.nav-tabs-custom>.nav-tabs>li.header {
    line-height: 35px;
    padding: 0 10px;
    font-size: 20px;
    color: #444;
}

.nav-tabs-custom>.nav-tabs>li.header>.fa,
.nav-tabs-custom>.nav-tabs>li.header>.fas,
.nav-tabs-custom>.nav-tabs>li.header>.glyphicon,
.nav-tabs-custom>.nav-tabs>li.header>.ion {
    margin-right: 5px;
}

.nav-tabs-custom>.tab-content {
    background: #fff;
    padding: 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.nav-tabs-custom .dropdown.open>a:active,
.nav-tabs-custom .dropdown.open>a:focus {
    background: transparent;
    color: #999;
}

.nav-tabs-custom.tab-primary>.nav-tabs>li.active {
    border-top-color: #3c8dbc;
}

.nav-tabs-custom.tab-info>.nav-tabs>li.active {
    border-top-color: #00c0ef;
}

.nav-tabs-custom.tab-danger>.nav-tabs>li.active {
    border-top-color: #dd4b39;
}

.nav-tabs-custom.tab-warning>.nav-tabs>li.active {
    border-top-color: #f39c12;
}

.nav-tabs-custom.tab-success>.nav-tabs>li.active {
    border-top-color: #00a65a;
}

.nav-tabs-custom.tab-default>.nav-tabs>li.active {
    border-top-color: #d2d6de;
}

.nav-tabs-basic>li>a {
    border: none;
    background: transparent;
    color: #6d6d6d;
    font-size: 0;
    padding: 25px 15px;
}

.nav-tabs-basic>li>a .active {
    border: none;
    background-color: transparent;
    border-bottom: 3px solid #00c0ef;
}

.nav-tabs-basic>li.active>a,
.nav-tabs-basic>li.active>a:focus,
.nav-tabs-basic>li.active>a:hover {
    border: none;
    background-color: transparent;
    color: #2f3d4a;
    font-size: 0;
}

.tab-basic-content>.tab-pane {
    padding: 15px;
}

.content-navonly .tab-basic-content>.tab-pane {
    padding-top: 0;
}


/* floor */

.nav-tabs-floor {
    position: relative;
    width: inherit;
    margin-left: 0;
    margin-top: 20px;
    padding: 10px;
    background: #fff;
    box-shadow: none;
    border: none;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 0 7px #eaeeef;
    z-index: 9;
}

.nav-tabs-floor>li {
    width: auto;
    height: auto;
    border: none;
}

.nav-tabs-floor>li {
    width: auto;
    height: auto;
    border: none;
    margin-right: 10px;
}

.tab-floor-content {
    background: #fff;
    padding: 20px 15px;
    border-radius: 0 0 6px 6px;
    border-top: 5px solid #f5f9fa;
}

.d-block {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .3rem .5rem;
    border: 1px solid #000;
    margin-left: 10px;
    margin-bottom: 10px;
    background: #f5f9fa;
    border-radius: 3px;
    cursor: pointer;
}

.d-block.active {
    border: 1px solid #006dbc;
    background: #beeafb;
}

.floor-settings .d-block {
    margin-bottom: 15px;
}

.form-d-flex {
    display: -ms-flexbox;
    display: flex;
    justify-content: start;
}

.d-flex-bt {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.d-h-spec {
    line-height: 2.5;
    margin-left: 10px;
}

.floor-img img {
    width: 100%;
}

.floor-direction h5,
.floor-map h5 {
    line-height: 2;
}

.floor-settings-title {
    border-top: 5px solid #f5f9fa;
    padding: 2rem 1rem;
    margin-top: 3rem;
}

.floor-settings {
    margin-top: 2rem;
    padding: 0 3rem;
}

.floor-settings-sub {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    padding: 1rem 7rem 2rem;
}

.floor-settings-table {
    padding: 1rem;
    width: 95%;
    height: 100%;
    margin: 0 auto;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    overflow-y: auto;
    overflow-x: auto;
    display: block;
}

.floor-settings-table::-webkit-scrollbar {
    -webkit-overflow-scrolling: touch;
    /*display: block;
    overscroll-behavior: contain; */
}

.floor-settings-table::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.floor-settings-table::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 80px 0 5px 0;
}

.floor-settings-table::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgb(31 31 31 / 13%);
}

.floor-settings-table .table.table-non-bordered tr {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.floor-settings-sub .form-checkbox .control {
    margin: 0;
}

.settings-total {
    margin-right: 1.5rem;
}

.floor-content .dropify-wrapper {
    height: 500px;
    max-height: 600px;
}

.svg-seat-line {
    stroke: #050;
    stroke-width: 4px;
    fill: #326228;
    fill-opacity: .5;
}

.floor-btn-group {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 0 0 0 20px;
}

.floor-btn-group .btn {
    margin-bottom: 0;
    margin-right: 0;
}

.floor-btn-group>.btn:first-child {
    margin-left: 0;
}

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

.floor-btn-group>.btn:last-child:not(:first-child),
.floor-btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0;
}

.floor-btn-group.btn+.btn,
.floor-btn-group .btn+.floor-btn-group,
.floor-btn-group .floor-btn-group+.btn,
.floor-btn-group .floor-btn-group+.floor-btn-group {
    margin-left: -1px;
}

.nav-tabs-floor>.nav-tabs {
    margin: 0;
    border-bottom-color: none;
    border-top-right-radius: 3px;
    border-top-left-radius: 3pxfloor-settings;
}

.nav-tabs-floor>.nav-tabs>li {
    border-top: transparent;
    margin-bottom: -2px;
    margin-right: 5px;
}

.nav-tabs-floor>.nav-tabs>li.disabled>a {
    color: #777;
}

.nav-tabs-floor>.nav-tabs>li>a {
    color: #444;
    border-radius: 0;
}

.nav-tabs.nav-tabs-floor>li>a {
    color: #333;
    padding: .6rem 2rem;
    font-size: 1.5rem;
    border-radius: 20px;
}

.nav-tabs.nav-tabs-floor>li.active>a,
.nav-tabs.nav-tabs-floor>li.active>a:focus,
.nav-tabs.nav-tabs-floor>li.active>a:hover {
    color: #fff;
    background: #33bbeb;
    border: 2px solid #33bbeb;
    border-radius: 20px;
}

.nav-tabs.nav-tabs-floor>li.error-line>a,
.nav-tabs.nav-tabs-floor>li.error-line>a:focus,
.nav-tabs.nav-tabs-floor>li.error-line>a:hover,
.nav-tabs.nav-tabs-floor>li.error-line>a,
.nav-tabs.nav-tabs-floor>li.error-line>a:focus,
.nav-tabs.nav-tabs-floor>li.error-line>a:hover {
    border: 2px solid #e44f1e;
    border-radius: 20px;
}

.nav-tabs-floor>.nav-tabs>li>a.text-muted {
    color: #999;
}

.nav-tabs-floor>.nav-tabs>li>a,
.nav-tabs-floor>.nav-tabs>li>a:hover {
    background: transparent;
    margin: 0;
    border: none;
}

.nav-tabs-floor>.nav-tabs>li>a:hover {
    color: #999;
    border-color: none;
}

.nav-tabs.nav-tabs-floor>li>a:hover,
.nav-tabs-floor>.nav-tabs>li:not(.active)>a:hover,
.nav-tabs-floor>.nav-tabs>li:not(.active)>a:focus,
.nav-tabs-floor>.nav-tabs>li:not(.active)>a:active {
    border-color: transparent;
}

.nav-tabs-floor>.nav-tabs>li.active {
    border-top-color: #3c8dbc;
}

.nav-tabs-floor>.nav-tabs>li.active>a,
.nav-tabs-floor>.nav-tabs>li.active:hover>a {
    background-color: #fff;
    color: #444;
}

.nav-tabs-floor>.nav-tabs>li.active>a {
    border-top-color: transparent;
    border-left-color: #f4f4f4;
    border-right-color: #f4f4f4;
}

.nav-tabs-floor>.nav-tabs>li:first-of-type {
    margin-left: 0;
}

.nav-tabs-floor>.nav-tabs>li:first-of-type.active>a {
    border-left-color: transparent;
}

.nav-tabs-floor>.nav-tabs.pull-right {
    float: none !important;
}

.nav-tabs-floor>.nav-tabs.pull-right>li {
    float: right;
}

.nav-tabs-floor>.nav-tabs.pull-right>li:first-of-type {
    margin-right: 0;
}

.nav-tabs-floor>.nav-tabs.pull-right>li:first-of-type>a {
    border-left-width: 1px;
}

.nav-tabs-floor>.nav-tabs.pull-right>li:first-of-type.active>a {
    border-left-color: #f4f4f4;
    border-right-color: transparent;
}

.nav-tabs-floor>.nav-tabs>li.header {
    line-height: 35px;
    padding: 0 10px;
    font-size: 20px;
    color: #444;
}

.nav-tabs-floor>.nav-tabs>li.header>.fa,
.nav-tabs-floor>.nav-tabs>li.header>.fas,
.nav-tabs-floor>.nav-tabs>li.header>.glyphicon,
.nav-tabs-floor>.nav-tabs>li.header>.ion {
    margin-right: 5px;
}

.nav-tabs-floor>.tab-content {
    background: #fff;
    padding: 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.nav-tabs-floor .dropdown.open>a:active,
.nav-tabs-floor .dropdown.open>a:focus {
    background: transparent;
    color: #999;
}

.nav-tabs-floor.tab-primary>.nav-tabs>li.active {
    border-top-color: #3c8dbc;
}

.nav-tabs-floor.tab-info>.nav-tabs>li.active {
    border-top-color: #00c0ef;
}

.nav-tabs-floor.tab-danger>.nav-tabs>li.active {
    border-top-color: #dd4b39;
}

.nav-tabs-floor.tab-warning>.nav-tabs>li.active {
    border-top-color: #f39c12;
}

.nav-tabs-floor.tab-success>.nav-tabs>li.active {
    border-top-color: #00a65a;
}

.nav-tabs-floor.tab-default>.nav-tabs>li.active {
    border-top-color: #d2d6de;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.pagination>li>a {
    background: #fff;
    color: #666;
}

.pagination.pagination-flat>li>a {
    border-radius: 0 !important;
}

.products-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.products-list>.item {
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    padding: 10px 0;
    background: #fff;
}

.products-list>.item:before,
.products-list>.item:after {
    content: " ";
    display: table;
}

.products-list>.item:after {
    clear: both;
}

.products-list .product-img {
    float: left;
}

.products-list .product-img img {
    width: 50px;
    height: 50px;
}

.products-list .product-info {
    margin-left: 60px;
}

.products-list .product-title {
    font-weight: 600;
}

.products-list .product-description {
    display: block;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-list-in-box>.item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #f4f4f4;
}

.product-list-in-box>.item:last-of-type {
    border-bottom-width: 0;
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_infoshow select {
    width: 200px;
    display: inline-block;
}

table th,
table thead th {
    font-weight: 500;
    font-size: 13px;
}

.table td,
.table th {
    border-color: #f3f1f1;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: 1px solid #f4f4f4;
}

.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;
}
.tablesaw>thead>tr>th,
.tablesaw>tbody>tr>td{
vertical-align: baseline;
word-break: break-all;
}
.table-ticket>thead>tr>td,
.table-ticket>thead>tr>th {
    vertical-align: bottom;
}

.table-ticket tbody tr {
    background: #f2f4f8;
    border-bottom: 1px solid #fff;
}

.table-ticket>tbody>tr>td,
.table-ticket>tfoot>tr>td {
    border-top: none;
}

.table>thead>tr>th {
    border-bottom: 2px solid #a0a0a0;
    font-size: 12px;
    font-weight: 500;
}

.table .tfoot-light {
    background: #cde0ee;
    border-top: double;
    border-color: #b5c7d4;
}
.tfoot-light ul, .tfoot-light ol {
    margin-left: 15px;
}
.table .tfoot-light th {
    border-top: none;
    padding: 5px 8px;
}

.table-padding>tbody>tr>td,
.table-padding>thead>tr>th {
    padding: 10px 40px;
}

.table-padding>tbody>tr>td,
.table-padding>thead>tr>th {
    padding: 10px 40px;
}

.table-striped>tbody>tr>th:last-child,
.table-striped>thead>tr>th:last-child,
.table-striped>tbody>tr>td:last-child,
.table-striped>thead>tr>td:last-child {
    text-align: end;
}

.table-striped.table-modal>tbody>tr>th:last-child,
.table-striped.table-modal>thead>tr>th:last-child,
.table-striped.table-modal>tbody>tr>td:last-child,
.table-striped.table-modal>thead>tr>td:last-child {
    text-align: left;
}

.table-striped.table-modal>tbody>tr>td,
.table-striped.table-modal>thead>tr>td {
    border-bottom: 1px solid #fff;
}

.table-normal>tbody>tr>td,
.table-normal>thead>tr>td {
    vertical-align: top;
}

.table-striped.table-normal>tbody>tr>td,
.table-striped.table-normal>thead>tr>td {
    vertical-align: middle;
}

.table-normal>tbody>tr>th:last-child,
.table-normal>thead>tr>th:last-child,
.table-normal>tbody>tr>td:last-child,
.table-normal>thead>tr>td:last-child,
.table-boxrows>thead>tr>th:last-child,
.table-row>thead>tr:nth-child(2)>th:last-child {
    text-align: left;
}

.table-content>tbody>tr>th:last-child,
.table-content>thead>tr>th:last-child,
.table-content>tbody>tr>td:last-child,
.table-content>thead>tr>td:last-child {
    text-align: center;
}

.row-set>thead>tr:nth-child(2)>th:last-child {
    text-align: center;
}

.table tr td .progress {
    margin-top: 5px;
}

.item-cicle,
.table-ticket .item-cicle {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #c5c5c5;
    border-radius: 25px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
}

.table-bordered {
    border: 1px solid #f4f4f4;
}

.table-bordered thead {
    border-bottom: 3px solid #607d8b;
    background: #9fe8f2;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #f4f4f4;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table.no-border,
.table.no-border td,
.table.no-border th {
    border: 0;
}

table.text-center,
table.text-center td,
table.text-center th {
    text-align: center;
}

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

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

.table-flex {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.hiddenRow {
    padding: 0 4px !important;
    background-color: #fff;
    font-size: 13px;
}

.hiddenRow .accordian-body {
    margin: 8px;
    margin-left: 40px;
}


/* 
[table New Style設定] ============================= */

.table-box {
    display: table;
    width: 100%;
}

.table.no-border tbody td {
    border: 0;
}

.cell {
    display: table-cell;
    vertical-align: middle;
}

.table-hover tbody tr:hover {
    background: #fbfbfb;
}

.table-row-3>thead>tr>th,
.table-row-3>tbody>tr>th,
.table-row-3>tfoot>tr>th,
.table-row-3>thead>tr>td,
.table-row-3>tbody>tr>td,
.table-row-3>tfoot>tr>td {
    border-bottom: 1px solid #dfe7ec;
}

.table-row-3 th {
    background: #dfe7ec;
    font-size: 1.4rem;
}

.table-row-3 td {
    font-size: 1.4rem;
}

.v-middle td,
.v-middle th {
    vertical-align: middle;
}

.table-responsive {
    display: block;
    background: #fff;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.fixed-table-container [type=checkbox]:checked,
.fixed-table-container [type=checkbox]:not(:checked),
.tablesaw [type=checkbox]:checked,
.tablesaw [type=checkbox]:not(:checked) {
    position: relative;
    left: 0;
    opacity: 1;
}

.stylish-table thead th {
    font-weight: 400;
    color: #99abb4;
    border: 0;
    border-bottom: 1px;
}

.stylish-table tbody tr {
    border-left: 4px solid #fff;
}

.stylish-table tbody tr.active,
.stylish-table tbody tr:hover {
    border-left: 4px solid #009efb;
}

.stylish-table tbody td {
    vertical-align: middle;
}

.stylish-table tbody td h6 {
    font-weight: 500;
    margin-bottom: 0;
    white-space: nowrap;
}

.stylish-table tbody td small {
    line-height: 12px;
    white-space: nowrap;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #47b8c3;
}

.daterangepicker td.in-range {
    background-color: #ebf8f4;
}

.daterangepicker td.start-date {
    background-color: #94cf83;
}

.daterangepicker td.end-date {
    background-color: #63bfae;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background: #009efb;
    color: #fff;
}

.datepicker td,
.datepicker th {
    padding: 5px 10px;
}

.mdtimepicker {
    /*background-color: transparent;*/
    transition: background-color .28s ease;
    background-color: #0000008c;
}

.mdtp__wrapper {
    /*right: 35px;
    padding: 4px;
    margin: 4px;
    min-width: 400px;
    box-shadow: none;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    overflow: visible;*/
    flex-direction: row;
    bottom: 25%;
    padding: 4px;
    margin: 4px;
    min-width: 460px;
    box-shadow: none;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    transform: translate(-50%, -25%) scale(1);
    overflow: visible;
}

.mdtp__wrapper:before,
.mdtp__wrapper:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
    right: 10px;
}

/*.mdtp__wrapper:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}*/

.mdtp__time_holder {
    font-size: 30px;
    padding: 20px;
    background-color: #1565c0;
}

.mdtp__wrapper[data-theme='blue'] .mdtp__time_holder {
    background-color: #727272;
}

.mdtp__clock_holder {
    padding: 20px 10px;
    background-color: #fff;
    width: 100%;
}

.mdtp__clock_holder .mdtp__clock {
    width: 200px;
    height: 200px;
    margin: 0 auto 15px;
}

.mdtp__wrapper[data-theme='blue'] .mdtp__digit.active span,
.mdtp__wrapper[data-theme='blue'] .mdtp__clock .mdtp__digit span:hover {
    background-color: #2db2d2 !important;
}

.mdtp__wrapper[data-theme='blue'] .mdtp__clock .mdtp__am.active,
.mdtp__wrapper[data-theme='blue'] .mdtp__clock .mdtp__pm.active {
    background-color: #2db2d2;
}

.mdtp__wrapper[data-theme='blue'] .mdtp__digit.active:before {
    background-color: #2db2d2;
}

.mdtp__wrapper[data-theme='blue'] .mdtp__clock .mdtp__clock_dot {
    background-color: #2db2d2;
}

.mdtp__clock .mdtp__am,
.mdtp__clock .mdtp__pm {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.mdtp__buttons {
    margin: 0;
    padding: 0;
    text-align: center;
}

.mdtp__button {
    margin: 5px 10px;
    padding: 0px 25px;
    line-height: 30px;
    font-size: 12px;
}

.mdtp__button.ok {
    background: #3e3e3e;
    border: 1px solid #2f3d4a;
    color: #fff !important;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.mdtp__button.cancel {
    background-color: #f4f4f4;
    background-image: none;
    color: #444 !important;
    border: 1px solid #ddd;
}

.table th,
.table thead th {
    border: 0;
}

.color-table.primary-table thead th {
    background-color: #7460ee;
    color: #fff;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background: #f2f4f8;
}

.table-boxrows>tbody>tr:nth-of-type(odd) {
    background: none;
}

.table-white {
    margin-bottom: 10px;
}

.table-white thead th {
    font-weight: 600;
}

.table-white tbody tr {
    background: #fff !important;
    border-bottom: 1px solid transparent;
}

.total-box-non {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -8px;
    background: #f3f4f8;
    padding: 10px;
    border: 0;
}

.total-box-non .table-gray {
    margin-bottom: 0 !important;
}

.table-gray tbody tr {
    background: #f3f4f8 !important;
    border-bottom: 1px solid #f3f4f8 !important;
}

.table-gray tbody tr.total-foot,
.table-gray tbody tr.total-foot th {
    border-top: 2px solid #dedede;
    font-weight: 800;
    font-size: 1em;
}

.table-white>thead>tr>th,
.table-white>tbody>tr>th,
.table-white>tfoot>tr>th,
.table-white>thead>tr>td,
.table-white>tbody>tr>td,
.table-white>tfoot>tr>td {
    border-top: 1px solid transparent;
}

.tablesaw tbody tr:nth-child(2n+1) {
    background: #f2f4f891;
}

.tablesaw>tbody>tr.editblocks>td {
    background: #fff;
}
.tablesaw>tbody>tr.editblocks:nth-of-type(odd) {
    background: #f2f4f8 !important;
}
.tablesaw>tbody>tr.editblocks, .tablesaw>tbody>tr.editblocks td {
    background: #f5f5f5;
    border-bottom: 2px solid #fff;
}
.tablesaw>tbody>tr>td {
    background: #fff;
}

.color-table.success-table thead th {
    background-color: #26c6da;
    color: #fff;
}

.color-table.info-table thead th {
    background-color: #1e88e5;
    color: #fff;
}

.color-table.warning-table thead th {
    background-color: #ffb22b;
    color: #fff;
}

.color-table.danger-table thead th {
    background-color: #fc4b6c;
    color: #fff;
}

.color-table.inverse-table thead th {
    background-color: #2f3d4a;
    color: #fff;
}

.color-table.dark-table thead th {
    background-color: #263238;
    color: #fff;
}

.color-table.red-table thead th {
    background-color: #fb3a3a;
    color: #fff;
}

.color-table.purple-table thead th {
    background-color: #7460ee;
    color: #fff;
}

.color-table.muted-table thead th {
    background-color: #99abb4;
    color: #fff;
}

.color-bordered-table.primary-bordered-table {
    border: 2px solid #7460ee;
}

.color-bordered-table.primary-bordered-table thead th {
    background-color: #7460ee;
    color: #fff;
}

.color-bordered-table.success-bordered-table {
    margin-top: 8px;
    border-bottom: 2px solid #bcbcbe;
}

.color-bordered-table.success-bordered-table>tbody {
    border-top: 1px dotted #dedede !important;
}

.color-bordered-table.success-bordered-table>tbody>tr>td {
    border-top: none !important;
}

.color-bordered-table.success-bordered-table thead {
    background-color: #9a9a9a;
    border-bottom: 3px double #a1a1a1;
    color: #fff;
}

.color-bordered-table.success-bordered-table>tbody:nth-of-type(odd) {
    background: #f2f4f8b0;
}


/* 訂單查詢－訂購者資料 */
.flex-around--start .btn.pull-right {
    margin-right: 0 !important;
}
    
.order-member-box {
    /*margin-top: 10px;*/
    padding: 5px;
    font-size: 1.2rem;
    border-radius: 3px;
    background: #fff;
}

.order-member-list {
    padding: 0 10px;
}

.order-member-list:before {
    height: 16px;
    border-right: 1px solid #dedede;
}

.order-member-list p {
    margin-bottom: 0;
    line-height: 1.75;
}

.order-member-list p:first-child {
    color: #999;
}
.order-member-list p:last-child {
    font-size: 1.15rem;
    font-weight: 400;
}

.order__line {
    height: 16px;
    border-right: 1px solid #dedede;
}

.color-bordered-table.info-bordered-table {
    border: 2px solid #1e88e5;
}

.color-bordered-table.info-bordered-table thead th {
    background-color: #1e88e5;
    color: #fff;
}

.color-bordered-table.warning-bordered-table {
    border: 2px solid #ffb22b;
}

.color-bordered-table.warning-bordered-table thead th {
    background-color: #ffb22b;
    color: #fff;
}

.color-bordered-table.danger-bordered-table {
    border: 2px solid #fc4b6c;
}

.color-bordered-table.danger-bordered-table thead th {
    background-color: #fc4b6c;
    color: #fff;
}

.color-bordered-table.inverse-bordered-table {
    border: 2px solid #2f3d4a;
}

.color-bordered-table.inverse-bordered-table thead th {
    background-color: #2f3d4a;
    color: #fff;
}

.color-bordered-table.dark-bordered-table {
    border: 2px solid #263238;
}

.color-bordered-table.dark-bordered-table thead th {
    background-color: #263238;
    color: #fff;
}

.color-bordered-table.red-bordered-table {
    border: 2px solid #fb3a3a;
}

.color-bordered-table.red-bordered-table thead th {
    background-color: #fb3a3a;
    color: #fff;
}

.color-bordered-table.purple-bordered-table {
    border: 2px solid #7460ee;
}

.color-bordered-table.purple-bordered-table thead th {
    background-color: #7460ee;
    color: #fff;
}

.color-bordered-table.muted-bordered-table {
    border: 2px solid #99abb4;
}

.color-bordered-table.muted-bordered-table thead th {
    background-color: #99abb4;
    color: #fff;
}

.full-color-table.full-primary-table {
    background-color: #f1effd;
}

.full-color-table.full-primary-table thead th {
    background-color: #7460ee;
    border: 0;
    color: #fff;
}

.full-color-table.full-primary-table tbody td {
    border: 0;
}

.full-color-table.full-primary-table tr:hover {
    background-color: #7460ee;
    color: #fff;
}

.full-color-table.full-success-table {
    background-color: #e8fdeb;
}

.full-color-table.full-success-table thead th {
    background-color: #26c6da;
    border: 0;
    color: #fff;
}

.full-color-table.full-success-table tbody td {
    border: 0;
}

.full-color-table.full-success-table tr:hover {
    background-color: #26c6da;
    color: #fff;
}

.full-color-table.full-info-table {
    background-color: #cfecfe;
}

.full-color-table.full-info-table thead th {
    background-color: #1e88e5;
    border: 0;
    color: #fff;
}

.full-color-table.full-info-table tbody td {
    border: 0;
}

.full-color-table.full-info-table tr:hover {
    background-color: #1e88e5;
    color: #fff;
}

.full-color-table.full-warning-table {
    background-color: #fff8ec;
}

.full-color-table.full-warning-table thead th {
    background-color: #ffb22b;
    border: 0;
    color: #fff;
}

.full-color-table.full-warning-table tbody td {
    border: 0;
}

.full-color-table.full-warning-table tr:hover {
    background-color: #ffb22b;
    color: #fff;
}

.full-color-table.full-danger-table {
    background-color: #f9e7eb;
}

.full-color-table.full-danger-table thead th {
    background-color: #fc4b6c;
    border: 0;
    color: #fff;
}

.full-color-table.full-danger-table tbody td {
    border: 0;
}

.full-color-table.full-danger-table tr:hover {
    background-color: #fc4b6c;
    color: #fff;
}

.full-color-table.full-inverse-table {
    background-color: #f6f6f6;
}

.full-color-table.full-inverse-table thead th {
    background-color: #2f3d4a;
    border: 0;
    color: #fff;
}

.full-color-table.full-inverse-table tbody td {
    border: 0;
}

.full-color-table.full-inverse-table tr:hover {
    background-color: #2f3d4a;
    color: #fff;
}

.full-color-table.full-dark-table {
    background-color: rgba(43, 43, 43, .8);
}

.full-color-table.full-dark-table thead th {
    background-color: #263238;
    border: 0;
    color: #fff;
}

.full-color-table.full-dark-table tbody td {
    border: 0;
    color: #fff;
}

.full-color-table.full-dark-table tr:hover {
    background-color: #263238;
    color: #fff;
}

.full-color-table.full-red-table {
    background-color: #f9e7eb;
}

.full-color-table.full-red-table thead th {
    background-color: #fb3a3a;
    border: 0;
    color: #fff;
}

.full-color-table.full-red-table tbody td {
    border: 0;
}

.full-color-table.full-red-table tr:hover {
    background-color: #fb3a3a;
    color: #fff;
}

.full-color-table.full-purple-table {
    background-color: #f1effd;
}

.full-color-table.full-purple-table thead th {
    background-color: #7460ee;
    border: 0;
    color: #fff;
}

.full-color-table.full-purple-table tbody td {
    border: 0;
}

.full-color-table.full-purple-table tr:hover {
    background-color: #7460ee;
    color: #fff;
}

.full-color-table.full-muted-table {
    background-color: rgba(152, 166, 173, .2);
}

.full-color-table.full-muted-table thead th {
    background-color: #99abb4;
    border: 0;
    color: #fff;
}

.full-color-table.full-muted-table tbody td {
    border: 0;
}

.full-color-table.full-muted-table tr:hover {
    background-color: #99abb4;
    color: #fff;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

#demo-foo-accordion .open>.dropdown-menu,
#demo-foo-accordion2 .open>.dropdown-menu,
#footable-addrow .open>.dropdown-menu {
    display: block;
}

table.footable thead tr.footable-filtering th ul.dropdown-menu li a.checkbox {
    padding-left: 0;
}

table.footable thead tr.footable-filtering th ul.dropdown-menu li a.checkbox input[type=checkbox] {
    position: relative;
    margin-right: 10px;
    margin-left: -20px;
    left: 0;
    opacity: 1;
}

table.footable thead tr.footable-filtering th ul.dropdown-menu li .checkbox label:before {
    display: none;
}

.footable .pagination li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0275d8;
    background-color: #fff;
    border: 1px solid #ddd;
}

.footable .pagination li.active a {
    z-index: 2;
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.footable .pagination li.disabled a {
    color: #636c72;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.footable .pagination li:first-child a {
    margin-left: 0;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
}

.table td .badge.bg-red {
    color: #dd4b39 !important;
    border: 1.5px solid #dd4b39;
    background-color: transparent !important;
    margin-left: 5px;
}

.dataTables_wrapper {
    background: #fff;
    padding: 10px 10px 5px 10px;
    border-radius: 6px 6px 0 0;
    margin-bottom: 0;
    border-bottom: 3px double #f5f9fa;
}

.dt-buttons {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 15px;
}

.dt-buttons .dt-button {
    padding: 5px 15px;
    border-radius: 4px;
    background: #009efb;
    color: #fff;
    margin-right: 3px;
}

.dt-buttons .dt-button:hover {
    background: #2f3d4a;
}

.dataTables_info,
.dataTables_length,
.dataTables_infoshow {
    display: inline-block;
}

.dataTables_formgroup {
    width: 100%;
    padding: 10px;
    border-bottom: 3px double #f3f2f2;
    display: inline-flex;
    display: -ms-inline-flexbox;
}

.dataTables_length,
.dataTables_infoshow {
    margin-top: 0;
    margin-right: 20px;
}

.dataTables_filter {
    margin-right: 10px;
}

.dataTables_length select,
.dataTables_infoshow select,
.dataTables_filter select {
    margin-left: 5px;
}

.dataTables_wrapper .pagination {
    margin: 20px 0;
}

.dataTables_length select,
.dataTables_infoshow,
.dataTables_filter select {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
    background-image: -webkit-linear-gradient(#d9d9d9, #d9d9d9), -webkit-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: -o-linear-gradient(#d9d9d9, #d9d9d9), -o-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: linear-gradient(#d9d9d9, #d9d9d9), linear-gradient(#d9d9d9, #d9d9d9);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    padding-bottom: 5px;
}

.dataTables_length select:focus,
.dataTables_infoshow select:focus {
    outline: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
    background-image: -webkit-linear-gradient(#d9d9d9, #d9d9d9), -webkit-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: -o-linear-gradient(#d9d9d9, #d9d9d9), -o-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: linear-gradient(#d9d9d9, #d9d9d9), linear-gradient(#d9d9d9, #d9d9d9);
    background-size: 100% 2px, 100% 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.dataTables_filter {
    margin-right: 10px;
}

.dataTables_filter input {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
    background-image: -webkit-linear-gradient(#d9d9d9, #d9d9d9), -webkit-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: -o-linear-gradient(#d9d9d9, #d9d9d9), -o-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: linear-gradient(#d9d9d9, #d9d9d9), linear-gradient(#d9d9d9, #d9d9d9);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-left: 10px;
}

.dataTables_filter input:focus {
    outline: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
    background-image: -webkit-linear-gradient(#d9d9d9, #d9d9d9), -webkit-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: -o-linear-gradient(#d9d9d9, #d9d9d9), -o-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: linear-gradient(#d9d9d9, #d9d9d9), linear-gradient(#d9d9d9, #d9d9d9);
    background-size: 100% 2px, 100% 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.btn-filter {
    padding: 3px 10px;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    margin-left: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    cursor: pointer;
}

table.dataTable thead .sorting_asc:after:lang(ja) {
    font-family: "Font Awesome 5 Free" !important;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    margin-left: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    cursor: pointer;
}

table.dataTable thead .sorting_desc:after:lang(ja) {
    font-family: "Font Awesome 5 Free" !important;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    margin-left: 10px;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    cursor: pointer;
    color: rgba(50, 50, 50, .5);
}

table.dataTable thead .sorting:after:lang(ja) {
    font-family: "Font Awesome 5 Free" !important;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: .25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    /* *cursor: hand; */
    color: #99abb4;
    border: 1px solid #ddd;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #009efb;
    background-color: #009efb;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    cursor: default;
    color: #99abb4;
    border: 1px solid #ddd;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff;
    border: 1px solid #009efb;
    background-color: #009efb;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #99abb4;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em;
}

.tablesaw-bar .btn-group label {
    color: #99abb4 !important;
}

.dt-bootstrap {
    display: block;
}

#editable-datatable_wrapper .paging_simple_numbers .pagination .paginate_button {
    padding: 0;
    background: #fff;
}

#editable-datatable_wrapper .paging_simple_numbers .pagination .paginate_button:hover {
    background: #fff;
}

#editable-datatable_wrapper .paging_simple_numbers .pagination .paginate_button a {
    padding: 5px 10px;
    border-radius: 4px;
    border: 0;
}

#editable-datatable_wrapper .paging_simple_numbers .pagination .paginate_button.active a,
#editable-datatable_wrapper .paging_simple_numbers .pagination .paginate_button:hover a {
    background: #1e88e5;
    color: #fff;
}

.footable .pagination li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0275d8;
    background-color: #fff;
    border: 1px solid #ddd;
}

.footable .pagination li.active a {
    z-index: 2;
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.footable .pagination li.disabled a {
    color: #636c72;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.footable .pagination li:first-child a {
    margin-left: 0;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
}

.footable-odd {
    background: #f2f4f8;
}

.price-table-content .price-row {
    padding: 20px 0;
    border-top: 1px solid rgba(120, 130, 140, .13);
}

#footable-addrow .open>.dropdown-menu {
    display: block;
}

.docs-buttons .btn,
.docs-data .input-group {
    margin-bottom: 5px;
}

.fixed-table-container {
    overflow: hidden;
}

.table-responsive>.table-bordered {
    border: 1px solid #dee2e6;
}

.table-normal .disabled {
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .5;
}

.table-normal .disabled {
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .5;
}


/*
[ 座席表格特殊設定 ] ============================= */

.table-non-bordered {
    border: none;
    text-align: center;
    margin: 0;
    width: fit-content;
    min-height: 500px;
    padding: 5px 0 0;
    display: block;
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-overflow-scrolling: touch;
}

.table-non-bordered thead {
    border-bottom: none !important;
}

.table-non-bordered thead tr {
    height: 35px;
    display: table-row;
}

.table-non-bordered>thead>tr>th {
    border-bottom: none !important;
}

.table-non-bordered>caption+thead>tr:first-child>td,
.table-non-bordered>caption+thead>tr:first-child>th,
.table-non-bordered>colgroup+thead>tr:first-child>td,
.table-non-bordered>colgroup+thead>tr:first-child>th,
.table-non-bordered>thead:first-child>tr:first-child>td,
.table-non-bordered>thead:first-child>tr:first-child>th {
    border-top: 0;
    text-align: center;
    vertical-align: middle;
}

.table-non-bordered>thead>tr>th,
.table-non-bordered>tbody>tr>th,
.table-non-bordered>tfoot>tr>th,
.table-non-bordered>thead>tr>td,
.table-non-bordered>tbody>tr>td,
.table-non-bordered>tfoot>tr>td {
    border-top: 1px solid transparent;
    max-width: 42px;
    min-width: 41px;
    max-height: 100%;
    width: 100%;
    display: inline-table;
    margin: 0;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
}

.table-non-bordered>thead>tr>th.active,
.table-non-bordered>tbody>tr>th.active,
.table-non-bordered>tfoot>tr>th.active,
.table-non-bordered>thead>tr>td.active,
.table-non-bordered>tbody>tr>td.active,
.table-non-bordered>tfoot>tr>td.active {
    background: #FCEC9A;
    max-width: 42px;
    min-width: 41px;
}

.table-non-bordered>thead>tr>th img,
.table-non-bordered>tbody>tr>th img,
.table-non-bordered>tfoot>tr>th img,
.table-non-bordered>thead>tr>td img,
.table-non-bordered>tbody>tr>td img,
.table-non-bordered>tfoot>tr>td img {
    max-width: 36px;
    max-height: 100%;
    width: 100%;
    padding: 2px;
}

.table-non-bordered>thead>tr>th svg,
.table-non-bordered>tbody>tr>th svg,
.table-non-bordered>tfoot>tr>th svg,
.table-non-bordered>thead>tr>td svg,
.table-non-bordered>tbody>tr>td svg,
.table-non-bordered>tfoot>tr>td svg {
    max-width: 36px;
    min-width: 30px;
    max-height: 36px;
    width: 100%;
    padding: 3px;
    vertical-align: middle;
}

.label-default {
    background-color: #d2d6de;
    color: #444;
}

.direct-chat .box-body {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    overflow-x: hidden;
    padding: 0;
}

.direct-chat.chat-pane-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.direct-chat-messages {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 10px;
    height: 250px;
    overflow: auto;
}

.direct-chat-msg,
.direct-chat-text {
    display: block;
}

.direct-chat-msg {
    margin-bottom: 10px;
}

.direct-chat-msg:before,
.direct-chat-msg:after {
    content: " ";
    display: table;
}

.direct-chat-msg:after {
    clear: both;
}

.direct-chat-messages,
.direct-chat-contacts {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -moz-transition: -moz-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444;
}

.direct-chat-text:after,
.direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
}

.direct-chat-text:after {
    border-width: 5px;
    margin-top: -5px;
}

.direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px;
}

.right .direct-chat-text {
    margin-right: 50px;
    margin-left: 0;
}

.right .direct-chat-text:after,
.right .direct-chat-text:before {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #d2d6de;
}

.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}

.right .direct-chat-img {
    float: right;
}

.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}

.direct-chat-name {
    font-weight: 600;
}

.direct-chat-timestamp {
    color: #999;
}

.direct-chat-contacts-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.direct-chat-contacts {
    -webkit-transform: translate(101%, 0);
    -ms-transform: translate(101%, 0);
    -o-transform: translate(101%, 0);
    transform: translate(101%, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 250px;
    width: 100%;
    background: #222d32;
    color: #fff;
    overflow: auto;
}

.contacts-list>li {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding: 10px;
    margin: 0;
}

.contacts-list>li:before,
.contacts-list>li:after {
    content: " ";
    display: table;
}

.contacts-list>li:after {
    clear: both;
}

.contacts-list>li:last-of-type {
    border-bottom: none;
}

.contacts-list-img {
    border-radius: 50%;
    width: 40px;
    float: left;
}

.contacts-list-info {
    margin-left: 45px;
    color: #fff;
}

.contacts-list-name,
.contacts-list-status {
    display: block;
}

.contacts-list-name {
    font-weight: 600;
}

.contacts-list-status {
    font-size: 12px;
}

.contacts-list-date {
    color: #aaa;
    font-weight: 400;
}

.contacts-list-msg {
    color: #999;
}

.direct-chat-danger .right>.direct-chat-text {
    background: #dd4b39;
    border-color: #dd4b39;
    color: #fff;
}

.direct-chat-danger .right>.direct-chat-text:after,
.direct-chat-danger .right>.direct-chat-text:before {
    border-left-color: #dd4b39;
}

.direct-chat-primary .right>.direct-chat-text {
    background: #3c8dbc;
    border-color: #3c8dbc;
    color: #fff;
}

.direct-chat-primary .right>.direct-chat-text:after,
.direct-chat-primary .right>.direct-chat-text:before {
    border-left-color: #3c8dbc;
}

.direct-chat-warning .right>.direct-chat-text {
    background: #f39c12;
    border-color: #f39c12;
    color: #fff;
}

.direct-chat-warning .right>.direct-chat-text:after,
.direct-chat-warning .right>.direct-chat-text:before {
    border-left-color: #f39c12;
}

.direct-chat-info .right>.direct-chat-text {
    background: #00c0ef;
    border-color: #00c0ef;
    color: #fff;
}

.direct-chat-info .right>.direct-chat-text:after,
.direct-chat-info .right>.direct-chat-text:before {
    border-left-color: #00c0ef;
}

.direct-chat-success .right>.direct-chat-text {
    background: #00a65a;
    border-color: #00a65a;
    color: #fff;
}

.direct-chat-success .right>.direct-chat-text:after,
.direct-chat-success .right>.direct-chat-text:before {
    border-left-color: #00a65a;
}

.users-list>li {
    width: 25%;
    float: left;
    padding: 10px;
    text-align: center;
}

.users-list>li img {
    border-radius: 50%;
    max-width: 100%;
    height: auto;
}

.users-list>li>a:hover,
.users-list>li>a:hover .users-list-name {
    color: #999;
}

.users-list-name,
.users-list-date {
    display: block;
}

.users-list-name {
    font-weight: 600;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.users-list-date {
    color: #999;
    font-size: 12px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control>.fa,
.carousel-control>.fas {
    font-size: 40px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -20px;
}
.carousel-ticket-status .carousel-inner {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.carousel-ticket-status .carousel-content {
    position: absolute;
    right: 15%;
    top: 0;
    bottom: unset;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #333;
    text-align: left; 
    text-shadow: none
}
.carousel-ticket-status .carousel-indicators {
    display: none;
}
.carousel-ticket-status .carousel-control {
    width: 10%;
    color: #b5b8bd;
    text-shadow:none
}

.example-modal .modal {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    display: block;
    z-index: 1;
    background: transparent !important;
}

.modal-mask {
    position: fixed;
    z-index: 3000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.modal-mask.user-setting {
    z-index: 3000;
}

.modal-dialog,
.user-setting .modal-container {
    max-width: 900px;
    min-width: 600px
}
@media (min-width: 768px){
    .modal-dialog {
        width: 90%;
        margin: 0 auto;
    }
    .carousel-content {
        right: 10%;
        left: 10%;
    }
}
.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal {
    background: rgba(0, 0, 0, .3);
}

.modal-content {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 15px;
}

.modal-overlay {
    position: fixed;
    z-index: 3999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: table;
    transition: opacity .3s ease;
}

.modal-loading {
    margin: 25% auto;
    width: 45px;
    height: 45px;
}

.modal-loading svg path,
.modal-loading svg rect {
    fill: #33bbeb;
}

.modal-body {
    padding: 15px 50px;
}
.modal-body .form-checkbox .control {
    margin-bottom: 0;
    display: block
}

.modal-body .i-memo-blue {
    padding: 0 15px 15px 20px;
    color: #2b8bc3;
}

.modal-body .i-memo-blue .tip {
    margin-right: 10px;
}

.modal-body .modal-info {
    padding: 10px 50px;
}

.modal-body .modal-result {
    padding: 0;
}

.modal-body .modal-info h5,
.modal-body .modal-result h5 {
    font-size: 15px;
    padding-top: 15px;
    margin-bottom: 20px;
}

.modal-body .modal-info p,
.modal-body .modal-result p {
    font-size: 15px;
    line-height: 1.5;
    word-break: break-word;
}
.modal-body .modal-result p {
    display: flex;
    flex-flow: wrap;
}
.modal-body .modal-result p .label-normal-outline {
    margin: 0 5px 10px;
    font-weight: 400;
}
.modal-body .modal-list {
    /* margin-left: 30px */
}
.modal-body .modal-list li {
    padding: 5px 0;
    line-height: normal;
    color: #333;
    font-weight: 400;
    list-style: square;
}
.modal-body .modal-list-non {
    margin-left: 0;
    padding-left: 0;
}
.modal-body .modal-list-non.box-light {
    background: #dedede47;
    padding: 15px 20px;
    border-radius: 10px;
}
.modal-body .modal-list-non li {
    min-height: 30px;
    padding: 5px 0;
    color: #333;
    font-weight: 400;
    list-style: none;
}
.modal-body .modal-list-non.box-light .min-width-130 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #555;
}
.modal-body .badge.bg-gray-light {
    color: #424242;
    border: 1px solid #424242;
    padding: 5px 8px;
    margin-right: 20px !important;
    border-radius: 0;
    min-width: 100px;
}
.modal-body h4 {
    font-size: 1.6rem;
    /*margin-left: 20px;*/
    margin-bottom: 20px;
    line-height: normal;
}
.modal-body h4 svg {
    margin-right: 5px;
}
.modal-body .modal-overflow {
    height: 320px;
    max-height: 320px;
    overflow-y: auto;
}
.modal-body .modal-info {
    padding: 10px 50px;
}

.modal-body .modal-info h5 {
    font-size: 16px;
}
.modal-body .modal-info p {
    font-size: 15px;
    line-height: 1.5;
}
.modal-body .modal-list {
    /* margin-left: 40px; */
}
.modal-body .modal-list li {
    padding: 5px 0;
    line-height: normal;
    color: #333;
}
.modal-body .badge.bg-gray-light {
    color: #8f8f8f;
    font-weight: 500;
    border: 1px solid #ebebeb;
    padding: 5px 8px;
    margin-right: 2px;
}
.modal-content .form-horizontal .form-group {
    height: 40px;
    align-items: flex-start;
}

@media(max-width:991px) {
    .modal-body {
        height: 500px;
        overflow: auto;
    }
    .modal-content .form-horizontal .form-group {
        height: auto;
    }
}
.modal-header {
    border-bottom-color: #f4f4f4;
    background: #e3e6ec;
    border-radius: 15px 15px 0 0;
}
.modal-header.bg-white {
    border-bottom-color: #f4f4f4;
    background: #e3e6ec;
    border-radius: 15px 15px 0 0;
}
.border-non {
    border: none;
}
.modal-footer {
    border-top-color: #f4f4f4;
}
.modal-primary .modal-header,
.modal-primary .modal-footer {
    border-color: #307095;
}

.modal-warning .modal-header,
.modal-warning .modal-footer {
    border-color: #c87f0a;
}
.modal-info .modal-header,
.modal-info .modal-footer {
    border-color: #0097bc;
}
.modal-success .modal-header,
.modal-success .modal-footer {
    border-color: #00733e;
}
.modal-danger .modal-header,
.modal-danger .modal-footer {
    border-color: #c23321;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
    display: inline-block;
    z-index: 9909;
}
.modal-result-list {
    margin: 0 auto;
    position: relative;
    min-height: 1px;
}

.result-list-section {
    padding: 0 15px;
}
.result-list-content {
    padding: 0;
    height: 300px;
    margin: 0 auto ;
    background-color: #fff;
}
.result-list-content_text {
    font-size: 1.4rem;
    line-height: 1.38;
    color: #3d4953;
}
.result-list-title {
    background: #6c6c6c;
    min-height: 30px;
    line-height: 30px;
    border-radius: 5px 5px 0 0;
    color: #fff;
    vertical-align: middle;
}
.result-list-rows {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 235px;
    padding: 10px;
}
.result-list-rows a {
    color: #6c6c6c;
    border: 2px solid transparent;
}
.result-list-rows a:hover,
.result-list-rows .active {
    color: #6c6c6c;
    border: 2px solid #988abd;
    border-radius: 3px;
    background: #f2ecff;
}
.result-list-line {
    padding-bottom: 3px;
    padding-top: 3px;
}

@media screen and (device-aspect-ratio: 16/9) {
.result-list-content {
    height: 250px;
}
.result-list-rows {
    height: 220px;
}
.modal-content {
    transform: scale(.95);
}
}
/*----*/
.box-widget {
    border: none;
    position: relative;
}

.widget-user .widget-user-header {
    padding: 20px;
    height: 120px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.widget-user .widget-user-username {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.widget-user .widget-user-desc {
    margin-top: 0;
}

.widget-user .widget-user-image {
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -45px;
}

.widget-user .widget-user-image>img {
    width: 90px;
    height: auto;
    border: 3px solid #fff;
}

.widget-user .box-footer {
    padding-top: 30px;
}

.widget-user-2 .widget-user-header {
    padding: 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.widget-user-2 .widget-user-username {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
}

.widget-user-2 .widget-user-desc {
    margin-top: 0;
}

.widget-user-2 .widget-user-username,
.widget-user-2 .widget-user-desc {
    margin-left: 75px;
}

.widget-user-2 .widget-user-image>img {
    width: 65px;
    height: auto;
    float: left;
}

.treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
}

.treeview-menu .treeview-menu {
    padding-left: 20px;
}

.treeview-menu>li {
    margin: 0;
}

.treeview-menu>li>a {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 14px;
}

.treeview-menu>li>a>.fa,
.treeview-menu>li>a>.fas,
.treeview-menu>li>a>.glyphicon,
.treeview-menu>li>a>.ion {
    width: 20px;
}

.treeview-menu>li>a>.pull-right-container>.fa-angle-left,
.treeview-menu>li>a>.pull-right-container>.fa-angle-down,
.treeview-menu>li>a>.fa-angle-left,
.treeview-menu>li>a>.fa-angle-down {
    width: auto;
}


/* ============================================= */

.mailbox-messages>.table {
    margin: 0;
}

.mailbox-controls {
    padding: 5px;
}

.mailbox-controls.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.mailbox-read-info {
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
}

.mailbox-read-info h3 {
    font-size: 20px;
    margin: 0;
}

.mailbox-read-info h5 {
    margin: 0;
    padding: 5px 0 0 0;
}

.mailbox-read-time {
    color: #999;
    font-size: 13px;
}

.mailbox-read-message {
    padding: 10px;
}

.mailbox-attachments li {
    float: left;
    width: 200px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    margin-right: 10px;
}

.mailbox-attachment-name {
    font-weight: 700;
    color: #666;
}

.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
    display: block;
}

.mailbox-attachment-info {
    padding: 10px;
    background: #f4f4f4;
}

.mailbox-attachment-size {
    color: #999;
    font-size: 12px;
}

.mailbox-attachment-icon {
    text-align: center;
    font-size: 65px;
    color: #666;
    padding: 20px 10px;
}

.mailbox-attachment-icon.has-img {
    padding: 0;
}

.mailbox-attachment-icon.has-img>img {
    max-width: 100%;
    height: auto;
}

.lockscreen {
    background: #d2d6de;
}

.lockscreen-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

.lockscreen-logo a {
    color: #444;
}

.lockscreen-wrapper {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 10%;
}

.lockscreen .lockscreen-name {
    text-align: center;
    font-weight: 600;
}

.lockscreen-item {
    border-radius: 4px;
    padding: 0;
    background: #fff;
    position: relative;
    margin: 10px auto 30px auto;
    width: 290px;
}

.lockscreen-image {
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: -25px;
    background: #fff;
    padding: 5px;
    z-index: 10;
}

.lockscreen-image>img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.lockscreen-credentials {
    margin-left: 70px;
}

.lockscreen-credentials .form-control {
    border: 0;
}

.lockscreen-credentials .btn {
    background-color: #fff;
    border: 0;
    padding: 0 10px;
}

.lockscreen-footer {
    margin-top: 10px;
}

.login-logo,
.register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

.login-logo a,
.register-logo a {
    color: #444;
}

.login-page,
.register-page {
    background: #d2d6de;
}

.login-box,
.register-box {
    width: 360px;
    margin: 7% auto;
}

@media(max-width:1000px) {
    .row-5 {
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .login-box,
    .register-box {
        width: 90%;
        margin-top: 20px;
    }
}

.login-box-body,
.register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}

.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
    color: #777;
}

.login-box-msg,
.register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}

.social-auth-links {
    margin: 10px 0;
}

.error-page {
    width: 600px;
    margin: 20px auto 0 auto;
}

@media(max-width:991px) {
    .error-page {
        width: 100%;
    }
}

.error-page>.headline {
    float: left;
    font-size: 100px;
    font-weight: 300;
}

@media(max-width:991px) {
    .error-page>.headline {
        float: none;
        text-align: center;
    }
}

.error-page>.error-content {
    margin-left: 190px;
    display: block;
}

@media(max-width:991px) {
    .error-page>.error-content {
        margin-left: 0;
    }
}

.error-page>.error-content>h3 {
    font-weight: 300;
    font-size: 25px;
}

@media(max-width:991px) {
    .error-page>.error-content>h3 {
        text-align: center;
    }
}

.invoice {
    position: relative;
    background: #fff;
    border: 1px solid #f4f4f4;
    padding: 20px;
    margin: 10px 25px;
}

.invoice-title {
    margin-top: 0;
}

.profile-user-img {
    margin: 0 auto;
    width: 100px;
    padding: 3px;
    border: 3px solid #d2d6de;
}

.profile-username {
    font-size: 21px;
    margin-top: 5px;
}

.post {
    border-bottom: 1px solid #d2d6de;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #666;
}

.post:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.post .user-block {
    margin-bottom: 15px;
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-social>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, .2);
}

.btn-social.btn-lg {
    padding-left: 61px;
}

.btn-social.btn-lg>:first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
}

.btn-social.btn-sm {
    padding-left: 38px;
}

.btn-social.btn-sm>:first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}

.btn-social.btn-xs {
    padding-left: 30px;
}

.btn-social.btn-xs>:first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}

.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
}

.btn-social-icon>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, .2);
}

.btn-social-icon.btn-lg {
    padding-left: 61px;
}

.btn-social-icon.btn-lg>:first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
}

.btn-social-icon.btn-sm {
    padding-left: 38px;
}

.btn-social-icon.btn-sm>:first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}

.btn-social-icon.btn-xs {
    padding-left: 30px;
}

.btn-social-icon.btn-xs>:first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}

.btn-social-icon>:first-child {
    border: none;
    text-align: center;
    width: 100%;
}

.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0;
}

.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0;
}

.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0;
}

.btn-adn {
    color: #fff;
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, .2);
}

.btn-adn:focus,
.btn-adn.focus,
.btn-adn:hover,
.btn-adn:active,
.btn-adn.active,
.open>.dropdown-toggle.btn-adn {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, .2);
}

.btn-adn:active,
.btn-adn.active,
.open>.dropdown-toggle.btn-adn {
    background-image: none;
}

.btn-adn .badge {
    color: #d87a68;
    background-color: #fff;
}

.btn-bitbucket {
    color: #fff;
    background-color: #205081;
    border-color: rgba(0, 0, 0, .2);
}

.btn-bitbucket:focus,
.btn-bitbucket.focus,
.btn-bitbucket:hover,
.btn-bitbucket:active,
.btn-bitbucket.active,
.open>.dropdown-toggle.btn-bitbucket {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, .2);
}

.btn-bitbucket:active,
.btn-bitbucket.active,
.open>.dropdown-toggle.btn-bitbucket {
    background-image: none;
}

.btn-bitbucket .badge {
    color: #205081;
    background-color: #fff;
}

.btn-dropbox {
    color: #fff;
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, .2);
}

.btn-dropbox:focus,
.btn-dropbox.focus,
.btn-dropbox:hover,
.btn-dropbox:active,
.btn-dropbox.active,
.open>.dropdown-toggle.btn-dropbox {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, .2);
}

.btn-dropbox:active,
.btn-dropbox.active,
.open>.dropdown-toggle.btn-dropbox {
    background-image: none;
}

.btn-dropbox .badge {
    color: #1087dd;
    background-color: #fff;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, .2);
}

.btn-facebook:focus,
.btn-facebook.focus,
.btn-facebook:hover,
.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, .2);
}

.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
    background-image: none;
}

.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff;
}

.btn-flickr {
    color: #fff;
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, .2);
}

.btn-flickr:focus,
.btn-flickr.focus,
.btn-flickr:hover,
.btn-flickr:active,
.btn-flickr.active,
.open>.dropdown-toggle.btn-flickr {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, .2);
}

.btn-flickr:active,
.btn-flickr.active,
.open>.dropdown-toggle.btn-flickr {
    background-image: none;
}

.btn-flickr .badge {
    color: #ff0084;
    background-color: #fff;
}

.btn-foursquare {
    color: #fff;
    background-color: #f94877;
    border-color: rgba(0, 0, 0, .2);
}

.btn-foursquare:focus,
.btn-foursquare.focus,
.btn-foursquare:hover,
.btn-foursquare:active,
.btn-foursquare.active,
.open>.dropdown-toggle.btn-foursquare {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, .2);
}

.btn-foursquare:active,
.btn-foursquare.active,
.open>.dropdown-toggle.btn-foursquare {
    background-image: none;
}

.btn-foursquare .badge {
    color: #f94877;
    background-color: #fff;
}

.btn-github {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, .2);
}

.btn-github:focus,
.btn-github.focus,
.btn-github:hover,
.btn-github:active,
.btn-github.active,
.open>.dropdown-toggle.btn-github {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, .2);
}

.btn-github:active,
.btn-github.active,
.open>.dropdown-toggle.btn-github {
    background-image: none;
}

.btn-github .badge {
    color: #444;
    background-color: #fff;
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, .2);
}

.btn-google:focus,
.btn-google.focus,
.btn-google:hover,
.btn-google:active,
.btn-google.active,
.open>.dropdown-toggle.btn-google {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, .2);
}

.btn-google:active,
.btn-google.active,
.open>.dropdown-toggle.btn-google {
    background-image: none;
}

.btn-google .badge {
    color: #dd4b39;
    background-color: #fff;
}

.btn-instagram {
    color: #fff;
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, .2);
}

.btn-instagram:focus,
.btn-instagram.focus,
.btn-instagram:hover,
.btn-instagram:active,
.btn-instagram.active,
.open>.dropdown-toggle.btn-instagram {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, .2);
}

.btn-instagram:active,
.btn-instagram.active,
.open>.dropdown-toggle.btn-instagram {
    background-image: none;
}

.btn-instagram .badge {
    color: #3f729b;
    background-color: #fff;
}

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, .2);
}

.btn-linkedin:focus,
.btn-linkedin.focus,
.btn-linkedin:hover,
.btn-linkedin:active,
.btn-linkedin.active,
.open>.dropdown-toggle.btn-linkedin {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, .2);
}

.btn-linkedin:active,
.btn-linkedin.active,
.open>.dropdown-toggle.btn-linkedin {
    background-image: none;
}

.btn-linkedin .badge {
    color: #007bb6;
    background-color: #fff;
}

.btn-microsoft {
    color: #fff;
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, .2);
}

.btn-microsoft:focus,
.btn-microsoft.focus,
.btn-microsoft:hover,
.btn-microsoft:active,
.btn-microsoft.active,
.open>.dropdown-toggle.btn-microsoft {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, .2);
}

.btn-microsoft:active,
.btn-microsoft.active,
.open>.dropdown-toggle.btn-microsoft {
    background-image: none;
}

.btn-microsoft .badge {
    color: #2672ec;
    background-color: #fff;
}

.btn-openid {
    color: #fff;
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, .2);
}

.btn-openid:focus,
.btn-openid.focus,
.btn-openid:hover,
.btn-openid:active,
.btn-openid.active,
.open>.dropdown-toggle.btn-openid {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, .2);
}

.btn-openid:active,
.btn-openid.active,
.open>.dropdown-toggle.btn-openid {
    background-image: none;
}

.btn-openid .badge {
    color: #f7931e;
    background-color: #fff;
}

.btn-pinterest {
    color: #fff;
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, .2);
}

.btn-pinterest:focus,
.btn-pinterest.focus,
.btn-pinterest:hover,
.btn-pinterest:active,
.btn-pinterest.active,
.open>.dropdown-toggle.btn-pinterest {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, .2);
}

.btn-pinterest:active,
.btn-pinterest.active,
.open>.dropdown-toggle.btn-pinterest {
    background-image: none;
}

.btn-pinterest .badge {
    color: #cb2027;
    background-color: #fff;
}

.btn-reddit {
    color: #000;
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, .2);
}

.btn-reddit:focus,
.btn-reddit.focus,
.btn-reddit:hover,
.btn-reddit:active,
.btn-reddit.active,
.open>.dropdown-toggle.btn-reddit {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, .2);
}

.btn-reddit:active,
.btn-reddit.active,
.open>.dropdown-toggle.btn-reddit {
    background-image: none;
}

.btn-reddit .badge {
    color: #eff7ff;
    background-color: #000;
}

.btn-soundcloud {
    color: #fff;
    background-color: #f50;
    border-color: rgba(0, 0, 0, .2);
}

.btn-soundcloud:focus,
.btn-soundcloud.focus,
.btn-soundcloud:hover,
.btn-soundcloud:active,
.btn-soundcloud.active,
.open>.dropdown-toggle.btn-soundcloud {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, .2);
}

.btn-soundcloud:active,
.btn-soundcloud.active,
.open>.dropdown-toggle.btn-soundcloud {
    background-image: none;
}

.btn-soundcloud .badge {
    color: #f50;
    background-color: #fff;
}

.btn-tumblr {
    color: #fff;
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, .2);
}

.btn-tumblr:focus,
.btn-tumblr.focus,
.btn-tumblr:hover,
.btn-tumblr:active,
.btn-tumblr.active,
.open>.dropdown-toggle.btn-tumblr {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, .2);
}

.btn-tumblr:active,
.btn-tumblr.active,
.open>.dropdown-toggle.btn-tumblr {
    background-image: none;
}

.btn-tumblr .badge {
    color: #2c4762;
    background-color: #fff;
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, .2);
}

.btn-twitter:focus,
.btn-twitter.focus,
.btn-twitter:hover,
.btn-twitter:active,
.btn-twitter.active,
.open>.dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, .2);
}

.btn-twitter:active,
.btn-twitter.active,
.open>.dropdown-toggle.btn-twitter {
    background-image: none;
}

.btn-twitter .badge {
    color: #55acee;
    background-color: #fff;
}

.btn-vimeo {
    color: #fff;
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, .2);
}

.btn-vimeo:focus,
.btn-vimeo.focus,
.btn-vimeo:hover,
.btn-vimeo:active,
.btn-vimeo.active,
.open>.dropdown-toggle.btn-vimeo {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, .2);
}

.btn-vimeo:active,
.btn-vimeo.active,
.open>.dropdown-toggle.btn-vimeo {
    background-image: none;
}

.btn-vimeo .badge {
    color: #1ab7ea;
    background-color: #fff;
}

.btn-vk {
    color: #fff;
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, .2);
}

.btn-vk:focus,
.btn-vk.focus,
.btn-vk:hover,
.btn-vk:active,
.btn-vk.active,
.open>.dropdown-toggle.btn-vk {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, .2);
}

.btn-vk:active,
.btn-vk.active,
.open>.dropdown-toggle.btn-vk {
    background-image: none;
}

.btn-vk .badge {
    color: #587ea3;
    background-color: #fff;
}

.btn-yahoo {
    color: #fff;
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, .2);
}

.btn-yahoo:focus,
.btn-yahoo.focus,
.btn-yahoo:hover,
.btn-yahoo:active,
.btn-yahoo.active,
.open>.dropdown-toggle.btn-yahoo {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, .2);
}

.btn-yahoo:active,
.btn-yahoo.active,
.open>.dropdown-toggle.btn-yahoo {
    background-image: none;
}

.btn-yahoo .badge {
    color: #720e9e;
    background-color: #fff;
}

.fc-button {
    background: #f4f4f4;
    background-image: none;
    color: #444;
    border-color: #ddd;
    border-bottom-color: #ddd;
}

.fc-button:hover,
.fc-button:active,
.fc-button.hover {
    background-color: #e9e9e9;
}

.fc-header-title h2 {
    font-size: 15px;
    line-height: 1.6em;
    color: #666;
    margin-left: 10px;
}

.fc-header-right {
    padding-right: 10px;
}

.fc-header-left {
    padding-left: 10px;
}

.fc-widget-header {
    background: #fafafa;
}

.fc-grid {
    width: 100%;
    border: 0;
}

.fc-widget-header:first-of-type,
.fc-widget-content:first-of-type {
    border-left: 0;
    border-right: 0;
}

.fc-widget-header:last-of-type,
.fc-widget-content:last-of-type {
    border-right: 0;
}

.fc-toolbar {
    padding: 10px;
    margin: 0;
}

.fc-day-number {
    font-size: 20px;
    font-weight: 300;
    padding-right: 10px;
}

.fc-color-picker {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fc-color-picker>li {
    float: left;
    font-size: 30px;
    margin-right: 5px;
    line-height: 30px;
}

.fc-color-picker>li .fa,
.fc-color-picker>li .fas {
    -webkit-transition: -webkit-transform linear .3s;
    -moz-transition: -moz-transform linear .3s;
    -o-transition: -o-transform linear .3s;
    transition: transform linear .3s;
}

.fc-color-picker>li .fa:hover,
.fc-color-picker>li .fas:hover {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

#add-new-event {
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.external-event {
    padding: 5px 10px;
    font-weight: 700;
    margin-bottom: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 3px;
    cursor: move;
}

.external-event:hover {
    box-shadow: inset 0 0 90px rgba(0, 0, 0, .2);
}


/* ============================================= */

.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
    outline: none;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 4px;
    padding: 8px 12px;
    height: 38px;
}

.select2-container--default.select2-container--open {
    border-color: #3c8dbc;
}

.select2-dropdown {
    border: 1px solid #d2d6de;
    border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #444a4d;
    color: #fff;
}

.select2-results__option {
    padding: 6px 12px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -4px;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 6px;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    right: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0;
}

.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
    border: 1px solid #d2d6de;
}

.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
    outline: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #3c8dbc !important;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
    color: #444;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d6de;
    border-radius: 0;
}

.select2-container--default .select2-selection--multiple:focus {
    border-color: #3c8dbc;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #d2d6de;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ffb432;
    border-color: #ffb432;
    padding: 0 10px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: normal;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 1.3rem;
    margin-right: 5px;
    color: rgba(255, 255, 255, .7);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
}


/* 關鍵字 TAG */

div.tagsinput {
    border: 1px solid #ccc;
    background: #FFF;
    padding: 5px;
    display: inline-block;
    width: 100% !important;
    height: 100px;
    overflow-y: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#keywords_addTag {
    width: 100%;
    max-width: inherit;
}

div.tagsinput input {
    /*width        : 80px;
    margin       : 0px;
    font-size    : 13px;
    border       : 1px solid transparent;
    padding      : 5px;
    background   : transparent;
    color        : #000;
    outline      : 0px;
    margin-right : 5px;
    margin-bottom: 5px;*/
    cursor: text;
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: inherit !important;
    max-width: inherit;
    color: #000;
    font-size: 13px;
}

div.tagsinput span.tag {
    /*font-weight: 500;
    display: block;
    float: left;
    padding: 3px 8px;
    text-decoration: none;
    background: #2cb2d2;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 1.4rem;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;*/
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #5bc0de;
}

div.tagsinput span.tag a {
    font-weight: bold;
    color: #fff;
    opacity: 0.5;
    text-decoration: none;
    font-size: 1.4rem;
    margin-left: 5px;
}

.box .datepicker-inline,
.box .datepicker-inline .datepicker-days,
.box .datepicker-inline>table,
.box .datepicker-inline .datepicker-days>table {
    width: 100%;
}

.box .datepicker-inline td:hover,
.box .datepicker-inline .datepicker-days td:hover,
.box .datepicker-inline>table td:hover,
.box .datepicker-inline .datepicker-days>table td:hover {
    background-color: rgba(255, 255, 255, .3);
}

.box .datepicker-inline td.day.old,
.box .datepicker-inline .datepicker-days td.day.old,
.box .datepicker-inline>table td.day.old,
.box .datepicker-inline .datepicker-days>table td.day.old,
.box .datepicker-inline td.day.new,
.box .datepicker-inline .datepicker-days td.day.new,
.box .datepicker-inline>table td.day.new,
.box .datepicker-inline .datepicker-days>table td.day.new {
    color: #777;
}

.pad {
    padding: 0 0 30px 0
}

.margin {
    margin: 10px;
}

.margin-bottom {
    margin-bottom: 20px;
}

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

.margin-r-5 {
    margin-right: 5px;
}

.inline {
    display: inline;
}

.hide {
    display: none !important;
}

.no-border {
    border: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-shadow {
    box-shadow: none !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #666;
}

.description-block {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.description-block.margin-bottom {
    margin-bottom: 25px;
}

.description-block>.description-header {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
}

.description-block>.description-text {
    text-transform: uppercase;
}


/* 
[ color & bg color setting ]=============================  */

.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-white,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.bg-white-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
    color: #fff !important;
}

.bg-gray {
    color: #000;
    background-color: #d2d6de !important;
}

.bg-gray-light {
    background-color: #f7f7f7;
}

.bg-black {
    background-color: #111 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
    background-color: #ff6c87 !important;
    background-image: none;
}
.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
    background-color: #f8c57a !important;
    background: none;
    background-image: none;
}

.table .bg-yellow {
    background-color: #fab340 !important;
}

.bg-aqua,
.alert-info,
.label-info,
.modal-info .modal-body {
    background-color: #00c0ef !important;
}

.bg-blue {
    background-color: #0073b7 !important;
}

.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
    background-color: #3c8dbc !important;
}

.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
    background-color: #00a65a !important;
}

.callout.callout-warning p,
.callout.callout-info p,
.callout.callout-danger p,
.callout.callout-success p {
    font-weight: 300;
    margin-bottom: 1px;
}

.callout.callout-warning,
.callout.callout-info,
.callout.callout-danger,
.callout.callout-success {
    padding: 15px;
}
.alert-remind {
    background-color: #fff9f6 !important;
    background-image: none;
    border: 2px solid #ff5722;
    color: #ff5722 !important;
    padding: 0.5rem 1rem;
}
.alert-remind .close {
    color: #d73925;
    opacity: .2;
    filter: alpha(opacity=20);
}
.alert-remind .close, .alert-remind .close {
    position: relative;
    top: 3px;
    right: 0;
}
.bg-navy {
    background-color: #001f3f !important;
}
.bg-teal {
    background-color: #39cccc !important;
}
.bg-olive {
    background-color: #3d9970 !important;
}
.bg-lime {
    background-color: #01ff70 !important;
}
.bg-orange {
    background-color: #ff851b !important;
}
.bg-fuchsia {
    background-color: #f012be !important;
}
.bg-purple {
    background-color: #605ca8 !important;
}
.bg-maroon {
    background-color: #d81b60 !important;
}
.bg-gray-active {
    color: #000;
    background-color: #b5bbc8 !important;
}
.bg-black-active {
    background-color: #000 !important;
}
.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
    background-color: #d33724 !important;
}
.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
    background-color: #db8b0b !important;
}

.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
    background-color: #00a7d0 !important;
}

.bg-blue-active {
    background-color: #005384 !important;
}

.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
    background-color: #357ca5 !important;
}

.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
    background-color: #008d4c !important;
}
.bg-navy-active {
    background-color: #001a35 !important;
}
.bg-teal-active {
    background-color: #30bbbb !important;
}
.bg-olive-active {
    background-color: #368763 !important;
}
.bg-lime-active {
    background-color: #00e765 !important;
}
.bg-orange-active {
    background-color: #ff7701 !important;
}
.bg-fuchsia-active {
    background-color: #db0ead !important;
}
.bg-purple-active {
    background-color: #555299 !important;
}
.bg-maroon-active {
    background-color: #ca195a !important;
}
.label-info-outline {
    background-color: transparent;
    border: 2px solid #5bc0de;
    color: #5bc0de;
    padding: 6px 10px;
    border-radius: 20px;
}
.label-success-outline {
    background-color: transparent;
    border: 2px solid #00a65a;
    color: #00a65a;
    padding: 2px 10px;
    border-radius: 20px;
}
.label-danger-outline {
    background-color: transparent;
    border: 2px solid #fc4b6c;
    color: #fc4b6c;
    padding: 2px 10px;
    border-radius: 20px;
}
.label-normal-outline {
    background-color: transparent;
    border: 1px solid #8a8a8a;
    color: #8a8a8a;
    padding: 5px 10px;
    border-radius: 20px;
    line-height: 3;
}
.label-normal-outline.active {
    background-color: transparent;
    border: 1px solid #0073b7;
    color: #0073b7;
    padding: 5px 10px;
    border-radius: 20px;
}
.bg-danger {
    background-color: #e94c30 !important;
}
.bg-result {
    background: #b1ddea !important;
}

[class^="bg-"].disabled {
    opacity: .65;
    filter: alpha(opacity=65);
}

.link-muted {
    color: #7a869d !important;
}
.link-muted:hover,
.link-muted:focus {
    color: #606c84;
}
.link-black {
    color: #666;
}
.link-black:hover,
.link-black:focus {
    color: #999;
}
.list-unstyled,
.chart-legend,
.contacts-list,
.users-list,
.mailbox-attachments {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-group-unbordered>.list-group-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}
.flat {
    border-radius: 0 !important;
}
.text-bold,
.text-bold.table td,
.text-bold.table th {
    font-weight: 700;
}
.text-sm {
    font-size: 12px;
}
.jqstooltip {
    padding: 5px !important;
    width: auto !important;
    height: auto !important;
}

/* ============================================= */

.bg-teal-gradient {
    background: #39cccc !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
    background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
    background: -moz-linear-gradient(center bottom, #39cccc 0, #7adddd 100%) !important;
    background: -o-linear-gradient(#7adddd, #39cccc) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
    color: #fff
}
.bg-light-blue-gradient {
    background: #3c8dbc !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
    background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
    background: -moz-linear-gradient(center bottom, #3c8dbc 0, #67a8ce 100%) !important;
    background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
    color: #fff
}
.bg-blue-gradient {
    background: #0073b7 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
    background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
    background: -moz-linear-gradient(center bottom, #0073b7 0, #0089db 100%) !important;
    background: -o-linear-gradient(#0089db, #0073b7) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
    color: #fff
}
.bg-aqua-gradient {
    background: #00c0ef !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
    background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
    background: -moz-linear-gradient(center bottom, #00c0ef 0, #14d1ff 100%) !important;
    background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
    color: #fff
}
.bg-yellow-gradient {
    background: #f39c12 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
    background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
    background: -moz-linear-gradient(center bottom, #f39c12 0, #f7bc60 100%) !important;
    background: -o-linear-gradient(#f7bc60, #f39c12) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
    color: #fff
}
.bg-purple-gradient {
    background: #605ca8 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
    background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
    background: -moz-linear-gradient(center bottom, #605ca8 0, #9491c4 100%) !important;
    background: -o-linear-gradient(#9491c4, #605ca8) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
    color: #fff
}
.bg-green-gradient {
    background: #00a65a !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
    background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
    background: -moz-linear-gradient(center bottom, #00a65a 0, #00ca6d 100%) !important;
    background: -o-linear-gradient(#00ca6d, #00a65a) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
    color: #fff
}
.bg-red-gradient {
    background: #dd4b39 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
    background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
    background: -moz-linear-gradient(center bottom, #dd4b39 0, #e47365 100%) !important;
    background: -o-linear-gradient(#e47365, #dd4b39) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
    color: #fff
}
.bg-black-gradient {
    background: #111 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(1, #2b2b2b)) !important;
    background: -ms-linear-gradient(bottom, #111, #2b2b2b) !important;
    background: -moz-linear-gradient(center bottom, #111 0, #2b2b2b 100%) !important;
    background: -o-linear-gradient(#2b2b2b, #111) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
    color: #fff
}
.bg-maroon-gradient {
    background: #d81b60 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;
    background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
    background: -moz-linear-gradient(center bottom, #d81b60 0, #e73f7c 100%) !important;
    background: -o-linear-gradient(#e73f7c, #d81b60) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
    color: #fff
}


/* ============================================= */
.description-block .description-icon {
    font-size: 16px;
}
.no-pad-top {
    padding-top: 0;
}
.no-pad-bottom {
    padding-bottom: 0;
}
.position-static {
    position: static !important;
}
.list-header {
    font-size: 15px;
    padding: 10px 4px;
    font-weight: 700;
    color: #666;
}
.list-seperator {
    height: 1px;
    background: #f4f4f4;
    margin: 15px 0 9px 0;
}

.list-link>a {
    padding: 4px;
    color: #777;
}
.list-link>a:hover {
    color: #222;
}
.font-light {
    font-weight: 300;
}
.user-block:before,
.user-block:after {
    content: " ";
    display: table;
}
.user-block:after {
    clear: both;
}
.user-block img {
    width: 40px;
    height: 40px;
    float: left;
}
.user-block .username,
.user-block .description,
.user-block .comment {
    display: block;
    margin-left: 50px;
}
.user-block .username {
    font-size: 16px;
    font-weight: 600;
}
.user-block .description {
    color: #999;
    font-size: 13px;
}
.user-block.user-block-sm .username,
.user-block.user-block-sm .description,
.user-block.user-block-sm .comment {
    margin-left: 40px;
}
.user-block.user-block-sm .username {
    font-size: 14px;
}
.img-sm,
.img-md,
.img-lg,
.box-comments .box-comment img,
.user-block.user-block-sm img {
    float: left;
}
.img-sm,
.box-comments .box-comment img,
.user-block.user-block-sm img {
    width: 30px !important;
    height: 30px !important;
}
.img-sm+.img-push {
    margin-left: 40px;
}
.img-md {
    width: 60px;
    height: 60px;
}
.img-md+.img-push {
    margin-left: 70px;
}
.img-lg {
    width: 100px;
    height: 100px;
}
.img-lg+.img-push {
    margin-left: 110px;
}
.img-bordered {
    border: 3px solid #d2d6de;
    padding: 3px;
}
.img-bordered-sm {
    border: 2px solid #d2d6de;
    padding: 2px;
}
.attachment-block {
    border: 1px solid #f4f4f4;
    padding: 5px;
    margin-bottom: 10px;
    background: #f7f7f7;
}
.attachment-block .attachment-img {
    max-width: 100px;
    max-height: 100px;
    height: auto;
    float: left;
}
.attachment-block .attachment-pushed {
    margin-left: 110px;
}

.attachment-block .attachment-heading {
    margin: 0;
}
.attachment-block .attachment-text {
    color: #555;
}

.connectedSortable {
    min-height: 100px;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sort-highlight {
    background: #f4f4f4;
    border: 1px dashed #ddd;
    margin-bottom: 10px;
}

.full-opacity-hover {
    opacity: .65;
    filter: alpha(opacity=65);
}

.full-opacity-hover:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.chart {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.chart svg,
.chart canvas {
    width: 100% !important;
}

@media print {
    .no-print,
    .main-sidebar,
    .left-side,
    .main-header,
    .content-header {
        display: none !important;
    }
    .content-wrapper,
    .right-side,
    .main-footer {
        margin-left: 0 !important;
        min-height: 0 !important;
        -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -o-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
    }
    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 0 !important;
    }
    .invoice {
        width: 100%;
        border: 0;
        margin: 0;
        padding: 0;
    }
    .invoice-col {
        float: left;
        width: 33.3333333%;
    }
    .table-responsive {
        overflow: auto;
    }
    .table-responsive>.table tr th,
    .table-responsive>.table tr td {
        white-space: normal !important;
    }
}

@media screen and (device-aspect-ratio: 1920/1080) {
    .result-list-content {
        height: 180px;
    }
    .result-list-rows {
        height: 150px;
    }
}