.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}

/* タイトル付　枠（影）1　*/
.kakomi-box {
    position: relative;
    margin-bottom: 1rem;
    padding: 1.7em;
    width: 100%;
    background-color: #F8FAFC;
    border-radius: 5px;
}

.kakomi-box-success {
    border: 2px solid #8FBC8F;
}

.kakomi-box-primary {
    border: 2px solid #5693D6;
}

.kakomi-box-orange {
    border: 2px solid #E4BA6D;
}

.kakomi-box-info {
    border: 2px solid #6CB2EB;
}

.kakomi-box-purple {
    border: 2px solid #9B95C9;
}

.title-box {
    position: absolute;
    padding: 0.2em 0.5em;
    left: 20px;
    top: -15px;
    font-weight: bold;
    background-color: #F8FAFC;
}

.title-box-success { color: #8FBC8F; }
.title-box-primary { color: #5693D6; }
.title-box-orange { color: #E4BA6D; }
.title-box-info { color: #6CB2EB; }
.title-box-purple { color: #9B95C9; }


/* */

.highcharts-a11y-proxy-button {
    display: inline-block !important;
}

.accordion-box dt {
    font-size: 12px;
    text-align: right;
}

.accordion-box dd {
    font-size: 12px;
}

.accordion-box dt:after {
    content: " \f0d9";
    font-family: "Font Awesome 5 Free";
    color: #000;
}
/*aria-expanded="true"はコンテンツが開いている状態のときに動的に記述される要素です。*/
.accordion-box dd[aria-expanded="true"]:after {
    content: " \f0d7";
    font-family: "Font Awesome 5 Free";
    color: #000;
    
}

#history,
#history:hover {
    text-decoration: none;
}

.light-gray {
    background: #F8FAFC;
}

.header-gray {
    background: #F7F7F7;
}

.table-custom {
    
}

.table-custom th {
    background: #B3D9A8;
    color: #044E2E;
    vertical-align: middle !important;
    padding: 0.5rem !important;
}
.table-custom td {
    background: #EBF4E3;
    vertical-align: middle !important;
    padding: 0.5rem !important;
}

.table-custom tr,
.table-custom th, 
.table-custom td {
    border: 2px solid #fff;
}

.table-custom2 th {
    background: #B3D9A8;
    color: #044E2E;
    vertical-align: middle !important;
    padding: 0.5rem !important;
}
.table-custom2 tbody tr td {
    background: #EBF4E3;
    vertical-align: middle !important;
    padding: 0.5rem !important;
}

.table-custom2 tbody tr:nth-child(even) td {
	background: #F8FAF3;
}

.table-custom2 tr,
.table-custom2 th, 
.table-custom2 td {
    border: 2px solid #fff !important;
}



/* wise */

.table-type1 {
    width: 100%;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

.table-type1-title {
    font-weight: bold;
    display: block;
}

.table-type1 .tr {
    display: table;
    width: 100%;
}

.table-type1 .tr .th,
.table-type1 .tr .td {
    display: table-cell;
    font-size: 14px;
    padding: 8px 15px;
    background: #ffffff;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.table-type1 .tr .th {
    width: 150px;
    background: #f5f5f5;
}

.table-type1 .tr .td {
    width: calc(100% - 150px);
}

@media only screen and (max-width: 767px) {
    .table-type1 .tr {
        display: block;
    }
    .table-type1 .tr .th,
    .table-type1 .tr .td {
        display: block;
        width: 100%;
    }
}

/* table type 3 */

.table-type3 {
    width: 100%;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

.table-type3 .tr {
    display: table;
    width: 100%;
}

.table-type3 .tr .th,
.table-type3 .tr .td {
    display: table-cell;
    font-size: 14px;
    width: calc(100%/9);
    padding: 10px 15px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.table-type3 .tr .th {
    background: #f5f5f5;
}

.table-scroll {
    overflow-x: scroll;
}


@media only screen and (max-width: 767px) {
    .table-type3 {
        width: 1300px;
    }
    
    .table-type3 .tr .th,
    .table-type3 .tr .td {
        width: calc(100%/9);
    }
}

/* */




.custom-tooltip {
}

.custom-tooltip a {
    position: relative;
    text-decoration: none;
    text-align: left;
}
.custom-tooltip span {
    opacity: 0;
    transition: 0.5s;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 0 0 4px #999;
    position: absolute;
    color: #444;
    padding: 10px 15px;
    width: 250px;
    top: calc(100% + 10px);
    right:0;
    box-sizing: border-box;
    text-align: center;
    word-wrap: break-word;
    border-radius: 5px;
    visibility: hidden;
    pointer-events: none;
    z-index: 100000;
}

.custom-tooltip a:hover:before {
    opacity: 1;
    visibility: visible;
}
.custom-tooltip a:hover span {
    opacity: 1;
    visibility: visible;
}

.colorpick-eyedropper-input-trigger {
    display: none;
}




/* select show hide */
.estimates ul {
    margin-bottom: 0 !important;
}

.estimates li {
    list-style:none;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 0.65rem;
}

.bg-tbl-hdr {
    background: #E9ECEF;
}

.price-total dl {
    display: table;
    border: solid 1px #dee2e6;
    border-collapse: collapse;
    width: 50%;
    margin-bottom: 0;
}

.price-total dl:first-child,
.price-total dl:nth-child(2) {
    border-bottom: none;
}

.price-total dl dt {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #E9ECEF;
}

.price-total dl dd {
    display: table-cell;
    vertical-align: middle;
    padding: 7px 30px;
}


#update_basic .area {
    display: none;
}

#update_basic .area.show {
    display: list-item;
    /* またはblockなど */
}

.form_pattern_01,
.form_pattern_02,
.form_pattern_03,
.form_pattern_04,
.form_pattern_05 {
    display: none;
}

/* tab */

.gs-tab-list {
    border-bottom: 1px solid #E9ECEF;
}

.gs-tab-list a {
    color: inherit;
}

.gs-tab-list li.active {
    color: #28A745;
    border-bottom: 2px solid #28A745;
}

.gs-tab-list li:hover {
    color: #28A745;
}

.gs-tab-list li {
    list-style: none;
    display: inline-block;
    padding: 5px 15px;
    font-weight: bold;
    cursor: pointer;
}

.tab_cnt dd {
    
}

.tab_cnt dd {
    
}


/*tab */

.tab_cnt #tab1_cnt,
.tab_cnt #tab2_cnt,
.tab_cnt #tab3_cnt {
    display:none;
}


.tab_cnt #tab1_cnt.active,
.tab_cnt #tab2_cnt.active,
.tab_cnt #tab3_cnt.active {
    display:block;
}




/* YearView
--------------------------------------------------------------------------------------------------*/

.highcharts-exporting-group {
    display: none;
}

.fc-year-main-table {
    border-spacing: 5px;
}

.fc td.fc-year-monthly-td,
.fc td.fc-year-month-separator,
.fc td.fc-year-month-border {
    border-color: transparent;
}

.fc-year-monthly-td {
    text-align: center;
}

.fc-year-month-border.fc-first {
    width: 0;
    max-width: 8px;
}

.fc-year-month-border.fc-last {
    width: 0;
    max-width: 8px;
}

.fc-year-month-separator {
    width: 8px;
}

.fc-year-view .fc-row table.fc-year-month-header {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.fc-year-monthly-name {
    margin-top: 16px;
    line-height: 24px;
}

.fc-year-monthly-name.fc-first {
    margin-top: 0;
}

.fc-year-monthly-name a {
    color: black;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none;
}

.fc-year-monthly-footer {
    page-break-before: always;
}

.fc-year-view .fc-row .fc-bg table {
    /* missing borders */
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.fc-year-view .fc-row.fc-last .fc-bg table {
    /* missing borders */
    border-bottom: 1px solid #dddddd;
}

.fc-year-view .fc-week-number-head.ui-widget-header,
.fc-year-view .fc-day-header.ui-widget-header {
    /* non visible with 1px due to .fc-row:first-child table style */
    border-bottom-width: 2px;
}

.fc-year-view .fc-rigid.fc-row {
    /* fix: right and bottom borders hidden with overflow hidden */
    overflow: inherit;
}

.fc-year-view .fc-day-grid .fc-row {
    min-height: 42px;
    /* ensure that all rows are at least this tall */
}

.fc-year-view table {
    font-size: .9em;
}

.fc-ltr .fc-year-view .fc-day-number {
    text-align: right;
}

.fc-year-view td.fc-day-number {
    padding: 0 2px;
}


/* week numbers */

.fc-year-view th.fc-week-number-head {
    font-size: 0.85em;
    font-weight: normal;
}

.fc-year-view .fc-week-number-head {
    max-width: 22px;
    overflow-x: hidden;
    vertical-align: middle;
}

.fc-year-view td.fc-week-number {
    text-align: center;
    border-left-width: 1px;
    border-left-style: solid;
    /* border-left-color: #dddddd; */
    font-size: 0.92em;
    font-weight: normal;
    padding-left: 2px;
}


/* events */

.fc-year-view .fc-event {
    font-size: .76em;
    line-height: 1.15;
    text-align: left;
    border-radius: 2px;
}

.fc-year-view .fc-event-inner {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fc-year-view .fc-event-title {}

.fc-year-view .fc-time {
    /* hide time in year view */
    display: none;
}


/* -- table -- */

.warning-msg-hide {
    display: none;
}

.warning-msg-show {
    display: block;
}

.highcharts-credits {
    display: none;
}

.fc-body .fc-scroller-canvas {
    height: 100%;
}

.fc-body .fc-scroller-canvas .fc-slats {
    height: 100%;
}

.left-fix-table {
    width: 100%;
    overflow-x: scroll;
}

.left-fix-table tbody th {
    background: #fff;
    min-width: 50px;
}

.left-fix-table thead th {
    background: #E9ECEF;
    min-width: 120px;
}

.left-fix-table thead th:first-child {
    background: #fff !important;
}

.left-fix-table thead th:first-child,
.left-fix-table tbody th:first-child {
    position: sticky;
    left: 0;
    width: 120px;
}

.form-show input,
.form-show textarea,
.form-show select {
    border: solid #ccc;
    border-width: 0px 0px 1px 0px;
    border-radius: 0rem;
    background: #fff;
}

.form-show-content {
    padding-bottom: 0 !important;
}

.table-sm tbody td {
     vertical-align: middle;
}


.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}

.list-group-numbered li::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
    margin-right: 10px;
}


/* tablet table result */

.table-side tbody td,
.table-side tfoot td {
    text-align: right;
}

.btn-houmon a {
    width: calc(100%/3);
    padding: 15px 0 10px;
    color: #fff !important;
}

.btn-houmon a:hover {
    color: #fff;
    text-decoration: none;
}

.product-list {
    margin: 0;
    padding: 0;
    min-height: 200px;
    max-height: 500px;
    overflow-y: scroll;
}

.product-list li,
.comment-list li {
    display: inline-block;
    list-style: none;
    background: #dee2e6;
    color: #444;
    border-radius: 3px;
    padding: 4px 10px;
    margin: 0 10px 10px 0;
}

.product-list li:hover,
.comment-list li:hover {
    background: #444;
    color: #fff;
    transition: 0.6s;
}

/* -- tab -- */

#view2 {
  display:none;
}


.authoriry_table {
    display: block;
}

.authoriry_table dl {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #dee2e6;
}

.authoriry_table dt {
    position: relative;
    display: inline-block;
    width: 40%;
}

.authoriry_table .checkboxs {
    position: relative;
    display: inline-block;
    width: 60%;
}

.authoriry_table dd {
    position: relative;
    display: inline-block;
    padding-right: 40px;
}

/* -- date -- */

#monthly-links .unit {
    letter-spacing: -1px;
}


#monthly-links .unit,
#monthly-links .year {
    color: #444;
    padding: 8px 5px 5px;
    margin: 0 3px;
    border-radius: 3px;
}

#monthly-links .unit.active {
    background: #28A745;
    color: #fff;
}

#monthly-links .unit.active:hover {
    background: #28A745;
    color: #fff;
}

#monthly-links .unit:hover,
#monthly-links .year *:hover {
    color: #28A745;
    transition: color 0.5s;
    text-decoration: none;
}

#today {
    padding: 8px 10px 5px;
    border-radius: 3px;
    border: 1px solid #28A745;
    background: #fff;
}

#today:hover {
    background: #28A745;
    color: #fff;
    transition: color 0.5s;
    text-decoration: none;
}

#shift-calendar td {
    position: relative;
    min-height: 140px;
    height: 140px;
    width: calc(100%/7) !important;
}

#shift-calendar .date {
    position: absolute;
    top: 5px;
    left: 5px;
}

#shift-calendar th {
    border-top: none;
    border-bottom: 1px solid #dee2e6;
    font-weight: 400;
    padding: 5px 8px;
}

.text-red {
    color: #FC6356;
}

.text-blue {
    color: #20AEE5;
}


/* update table */

.ta_color_block,
.wt_color_block,
.lr_color_block {
    padding-left: 20px;
    font-size: 12px;
    margin-bottom: 3px;
}

.ta_color_block:before,
.wt_color_block:before,
.lr_color_block:before {
    position: absolute;
    top: 3px;
    left: 0px;
    height: 12px;
    width: 12px;
    content: "";
}

.ta_color_block:before {
    background: #46bc2f;
}

.wt_color_block:before {
    background: #0071bc;
}

.lr_color_block:before {
    background: #F17A2E;
}

.schedule-between {
    position: relative;
    height: auto;
    width: 100%;
    background: #999;
    font-size: 13px;
    margin-top: 3px;
    padding: 2px;
}

/* radiobutton */

.radiobox .radiobutton {
    display: none;
}

.radiobox label {
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    padding: 10px 20px;
    margin-right: 12px;
}

.radiobox .radiobutton:checked + label {
    background: #28A745;
    color: #fff;
}

.checkbox label {
    margin-right: 12px;
    margin-bottom: 0;
}

.checkbox label input {
    display: none;
}

.checkbox label span {
    color: #999;
    border: 1px solid #ced4da; /* 淵の線を指定 */
}

.checkbox label input:checked + span {
    color: #fff; /* 文字色を白に */
    background: #28A745; /* 背景色を薄い赤に */
    border: 1px solid #28A745; /* 淵の線を薄い赤に */
}

.filelabel{
    display: inline-block;
    position: relative;
    background-color: #1877F2;
    color: #fff;
    padding: 7px 20px;
    border-radius: 5px;
    transition: all 0.5s;
}
.filelabel:hover{
    background-color: #004db1;
}

.fileinput{
    display: none;
}





.text-divider {
  display: flex;
  align-items: center;
  --text-divider-gap: 1rem;
}
.text-divider::before,
.text-divider::after {
  content: '';
  height: 1px;
  background-color: #333;
  flex-grow: 1;
}
.text-divider::before {
  margin-right: var(--text-divider-gap);
}
.text-divider::after {
  margin-left: var(--text-divider-gap);
}

/* tab */


/*最低限タブが機能するのに必要なスタイル*/

.tab_item {
    display: none;
}

.is-active-item {
    display: block;
}


/*ここから下は見た目だけ*/

.tab_btn {
    display: inline-block;
    background: #E3E3E3;
    color: #444;
    padding: 7px 40px;
    margin-left: 4px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.tab_btn:hover {
    text-decoration: none;
}

.is-active-btn {
    background: #28A745;
    color: #fff;
    font-weight: bold;
}

.tab_item {
    border-top: 1px solid #dee2e6;
    padding: 10px 0;
    background: #fff;
}



/* ---- */



/* ---- */

.past-event {
    background: #999;
}

#external-events .fc-event {
    cursor: move;
    padding: 5px 20px;
    margin-top: 10px;
}

.card-outline-success {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
}

.card-outline-success-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-outline-success-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #dee2e6;
    border-top: 5px solid #28A745;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}


/*----------------sign----------------*/


/* MSのIE11、iOS等でドラッグ時に画面が揺れないようにする */

canvas#drawcanvas {
    -ms-touch-action: none touch-action:none
}


/*----------------table----------------*/

.table-background th {
    background: #f5f5f5;
}

.borderless-1 tr:first-child th,
.borderless-1 tr:first-child td {
    border-top: none;
}

.td-borderless tr:first-child td:nth-child(2) {
    border-top: none;
}

.vertical-align-middle td,
.vertical-align-middle th {
    vertical-align: middle;
}


/*----------------nav----------------*/

.nav-success .nav-link {
    border-top: 5px solid #F5F5F5 !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #28A745;
}

.nav-success .nav-item.active > a,
.nav-success .nav-link.active {
    border-top: 5px solid #28A745 !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #495057;
}


/*----------------bt-callout----------------*/

.bt-callout {
    border: 1px solid #eee;
    border-top-width: 5px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.bt-callout-default {
    border-top-color: #777;
}

.bt-callout-primary {
    border-top-color: #428bca;
}

.bt-callout-success {
    border-top-color: #5cb85c;
}

.bt-callout-danger {
    border-top-color: #d9534f;
}

.bt-callout-warning {
    border-top-color: #f0ad4e;
}

.bt-callout-info {
    border-top-color: #5bc0de;
}



/*----------------bs-callout----------------*/

.bs-callout {
    position: relative;
    padding: 20px 0;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-left-width: 5px;
    border-radius: 0.25rem;
    background-clip: border-box;
    background: #fff;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout + .bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
}

.bs-callout-default h4 {
    color: #777;
}

.bs-callout-primary {
    border-left-color: #428bca;
}

.bs-callout-primary h4 {
    color: #428bca;
}

.bs-callout-success {
    border-left-color: #5cb85c;
}

.bs-callout-success h4 {
    color: #5cb85c;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-info h4 {
    color: #5bc0de;
}


/*----------------sidebar----------------*/

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(10deg);
    }
    30% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(0deg);
    }
    60% {
        transform: rotate(5deg);
    }
    70% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

body {
    font-size: 0.9rem;
    background: #f5f5f5 !important;
    padding-top: 70px;
    padding-bottom: 70px;　/* 1025追加 */
}


.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*----------------page-wrapper----------------*/

.page-wrapper {
    height: 100vh;
}

.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
}

.page-wrapper .theme.chiller-theme {
    background: #fff;
}


/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
    left: 0px;
}

@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
        padding-left: 260px;
    }
}


/*----------------show sidebar button----------------*/

#show-sidebar {
    position: fixed;
    left: 0;
    top: 70px;
    border-radius: 0 4px 4px 0px;
    width: 35px;
    transition-delay: 0.3s;
}

.page-wrapper.toggled #show-sidebar {
    left: -40px;
}


/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    width: 260px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 999;
    padding-top: 56px;
}

.sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-wrapper a {
    text-decoration: none;
}


/*----------------sidebar-content----------------*/

.sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    position: relative;
}

.sidebar-content.desktop {
    overflow-y: hidden;
}


/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 20px;
}


/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
    float: left;
    width: 60px;
    padding: 2px;
    border-radius: 12px;
    margin-right: 15px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
    float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
    display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
    font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
    font-size: 11px;
    margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
    font-size: 11px;
    margin-right: 1px;
    color: #28A745;
}


/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
    padding: 10px 20px;
}


/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
    margin-right: 10px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a svg {
    margin-right: 10px;
    font-size: 12px;
    width: 15px;
    height: 15px;
    line-height: 30px;
    text-align: center;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 10px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 25px;
    font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 5px;
    margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
    transform: rotate(90deg);
    right: 17px;
}


/*--------------------------side-footer------------------------------*/

.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
}

.sidebar-footer > a {
    flex-grow: 1;
    text-align: center;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.sidebar-footer > a .notification {
    position: absolute;
    top: 0;
}


/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
}

.page-wrapper .page-content > div {
    padding: 20px 40px;
}

.page-wrapper .page-content {
    overflow-x: hidden;
}


/*------scroll bar---------------------*/

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #525965;
}

::-webkit-scrollbar-thumb:active {
    background: #525965;
}

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
    background: transparent;
}

::-webkit-scrollbar-track:active {
    background: transparent;
}

::-webkit-scrollbar-corner {
    background: transparent;
}



/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #fff;
    border-right: 2px solid #dee2e6;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #f7f7f7;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand > a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a {
    color: #444;
}

.chiller-theme .sidebar-footer > a {
    color: #fff;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand > a:hover {
    color: #1A9257;
}

.chiller-theme .sidebar-footer > a:hover i {
    color: #fff;
    ;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #444;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #1A9257;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus + span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #1A9257;
    text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #f5f5f5;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #444;
}

.chiller-theme .sidebar-footer {
    background: #28A745;
    color: #fff;
    border-top: 1px solid #d7d7d7;
}

.chiller-theme .sidebar-footer > a:first-child {
    border-left: none;
}

.chiller-theme .sidebar-footer > a:last-child {
    border-right: none;
}


.bs-wizard {
    margin-bottom: 40px;
}


/*Form Wizard*/

.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard > .bs-wizard-step + .bs-wizard-step {}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 16px;
    margin-bottom: 5px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #D4EDDA;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #28A745;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #D4EDDA;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.active {
    font-weight: bold;
}

.bs-wizard > .bs-wizard-step.active > .bs-wizard-info {
    color: #595959;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #E9ECEF;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}


/*END Form Wizard*/

.text-divider {
    display: flex;
    align-items: center;
}

.text-divider::before,
.text-divider::after {
    content: '';
    height: 1px;
    background-color: #dee2e6;
    flex-grow: 1;
}

.text-divider::before {
    margin-right: 1rem;
}

.text-divider::after {
    margin-left: 1rem;
}


/* original bootstra 5 column layout */

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5,
.col-xs-3-5,
.col-sm-3-5,
.col-md-3-5,
.col-lg-3-5,
.col-xs-4-5,
.col-sm-4-5,
.col-md-4-5,
.col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}

.col-xs-2-5 {
    width: 40%;
    float: left;
}

.col-xs-3-5 {
    width: 60%;
    float: left;
}

.col-xs-4-5 {
    width: 80%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
    .col-sm-2-5 {
        width: 40%;
        float: left;
    }
    .col-sm-3-5 {
        width: 60%;
        float: left;
    }
    .col-sm-4-5 {
        width: 80%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
    .col-md-2-5 {
        width: 40%;
        float: left;
    }
    .col-md-3-5 {
        width: 60%;
        float: left;
    }
    .col-md-4-5 {
        width: 80%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
    .col-lg-2-5 {
        width: 40%;
        float: left;
    }
    .col-lg-3-5 {
        width: 60%;
        float: left;
    }
    .col-lg-4-5 {
        width: 80%;
        float: left;
    }
}


/* breadcrumbs customize */

.breadcrumb {
    background-color: inherit !important;
    padding: 0 !important;
}

/* radio */

.radiobox .radiobutton {
    display: none;
}
.radiobox label {
    background-color: #fff;
    color: #333;
    padding: 10px 20px;
}
.radiobox .radiobutton:checked + .radiobox label {
    background-color: #2176BD;
    color: #fff;
}