@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
/*@import url(../scss/icons/font-awesome/css/fontawesome-all.css);*/
/*@import url(../scss/icons/simple-line-icons/css/simple-line-icons.css);*/
/*@import url(../scss/icons/weather-icons/css/weather-icons.min.css);*/
/*@import url(../scss/icons/linea-icons/linea.css);*/
/* ti-closeのために仕方なく */
@import url(../scss/icons/themify-icons/themify-icons.css);
/*@import url(../scss/icons/flag-icon-css/flag-icon.min.css);*/
@import url(../scss/icons/material-design-iconic-font/css/materialdesignicons.min.css);
@import url(../css/spinners.css);
@import url(../css/animate.css);
@import url(../css/loaders.min.css);

.preloader {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 99999;
  background: #fff;
}

#preloader {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 99999;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  position: absolute;
  /*
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);*/
  top: calc(50% - 32px);
  left: calc(50% - 32px);
}

.lds-ripple .lds-pos {
  position: absolute;
  border: 2px solid #27abfb;
  opacity: 1;
  border-radius: 50%;
  /*animation: lds-ripple 1s cubic-bezier(0,.1,.5,1) infinite;*/
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.ajaxLoading {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #f0f0f0;
}

.ajaxLoading .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}

/*******************
Global Styles
*******************/
* {
  outline: none;
}

@font-face {
  font-family: 'yen';
  src: local("ヒラギノ角ゴ Pro W3"), local("Hiragino Kaku Gothic Pro"), local("メイリオ"), local("Meiryo"), local("ＭＳ ゴシック");
  unicode-range: U+005C;
}

body {
  font-family: "yen", "Noto Sans JP", "Open Sans", Meiryo, "メイリオ", Arial, sans-serif;
  margin: 0;
  color: #222;
  font-weight: 400;
  font-size: 1.3rem;
  background-color: #f0f0f0;
}

body i {
  font-style: normal !important;
}

html {
  position: relative;
  font-size: 62.5%;
}

a:hover,
a:focus {
  text-decoration: none;
}

a.link {
  color: #222;
}

a.link:hover,
a.link:focus {
  color: #166899;
}

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

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}

.img-rounded {
  border-radius: 4px;
}

/*******************
Headings
*******************/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2c2b2e;
  font-family: "yen", "Noto Sans JP", "Open Sans", Meiryo, "メイリオ", Arial, sans-serif;
  font-weight: 400;
}

h1 {
  line-height: 48px;
  font-size: 36px;
}

h2 {
  line-height: 36px;
  font-size: 24px;
}

h3 {
  line-height: 30px;
  font-size: 19px;
}

h4 {
  line-height: 22px;
  font-size: 18px;
}

h5 {
  line-height: 18px;
  font-size: 16px;
  font-weight: 400;
}

h6 {
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
}

.display-5 {
  font-size: 3rem;
}

.display-6 {
  font-size: 36px;
}

.display-7 {
  font-size: 2rem;
}

.box {
  border-radius: 4px;
  padding: 10px;
}

html body .dl {
  display: inline-block;
}

html body .db {
  display: block;
}

.no-wrap td,
.no-wrap th {
  white-space: nowrap;
}

/*******************
Blockquote
*******************/
blockquote {
  border: 1px solid #bdbdbd;
  border-left: 5px solid #166899;
  padding: 15px;
}

.clear {
  clear: both;
}

ol li {
  margin: 5px 0;
}

/*******************
Paddings
*******************/
html body .p-0 {
  padding: 0px;
}

html body .p-10 {
  padding: 10px;
}

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

html body .p-25 {
  padding: 25px;
}

html body body .p-30 {
  padding: 30px;
}

html body .p-l-0 {
  padding-left: 0px;
}

html body .p-l-10 {
  padding-left: 10px;
}

html body .p-l-20 {
  padding-left: 20px;
}

html body .p-r-0 {
  padding-right: 0px;
}

html body .p-r-10 {
  padding-right: 10px;
}

html body .p-r-20 {
  padding-right: 20px;
}

html body .p-r-30 {
  padding-right: 30px;
}

html body .p-r-40 {
  padding-right: 40px;
}

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

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

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

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

html body .p-b-0 {
  padding-bottom: 0px;
}

html body .p-b-5 {
  padding-bottom: 5px;
}

html body .p-b-10 {
  padding-bottom: 10px;
}

html body .p-b-20 {
  padding-bottom: 20px;
}

html body .p-b-30 {
  padding-bottom: 30px;
}

html body .p-b-40 {
  padding-bottom: 40px;
}

/*******************
Margin
*******************/
html body .m-0 {
  margin: 0px;
}

html body .ml-1 {
  margin-left: 5px;
}

html body .ml-2 {
  margin-left: 10px;
}

html body .m-l-15 {
  margin-left: 15px;
}

html body .ml-3 {
  margin-left: 20px;
}

html body .ml-4 {
  margin-left: 30px;
}

html body .ml-5 {
  margin-left: 40px;
}

html body .mr-1 {
  margin-right: 5px;
}

html body .mr-2 {
  margin-right: 10px;
}

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

html body .mr-3 {
  margin-right: 20px;
}

html body .mr-4 {
  margin-right: 30px;
}

html body .mr-5 {
  margin-right: 40px;
}

html body .mt-0 {
  margin-top: 0px;
}

html body .mt-1 {
  margin-top: 5px;
}

html body .mt-2 {
  margin-top: 10px;
}

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

html body .mt-3 {
  margin-top: 20px;
}

html body .mt-4 {
  margin-top: 30px;
}

html body .mt-5 {
  margin-top: 40px;
}

html body .mb-0 {
  margin-bottom: 0px;
}

html body .mb-1 {
  margin-bottom: 5px;
}

html body .mb-2 {
  margin-bottom: 10px;
}

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

html body .mb-3 {
  margin-bottom: 20px;
}

html body .mb-4 {
  margin-bottom: 30px;
}

html body .mb-5 {
  margin-bottom: 40px;
}

/*******************
vertical alignment
*******************/
html body .vt {
  vertical-align: top;
}

html body .vm {
  vertical-align: middle;
}

html body .vb {
  vertical-align: bottom;
}

/*******************
font weight
*******************/
html body .font-bold {
  font-weight: 700;
}

html body .font-normal {
  font-weight: normal;
}

html body .font-light {
  font-weight: 300;
}

html body .font-medium {
  font-weight: 400;
}

html body .font-16 {
  font-size: 16px;
}

html body .font-14 {
  font-size: 14px;
}

html body .font-18 {
  font-size: 18px;
}

html body .font-20 {
  font-size: 20px;
}

/*******************
Border
*******************/
html body .b-0 {
  border: none;
}

html body .b-r {
  border-right: 1px solid #bdbdbd;
}

html body .b-l {
  border-left: 1px solid #bdbdbd;
}

html body .b-b {
  border-bottom: 1px solid #bdbdbd;
}

html body .b-t {
  border-top: 1px solid #bdbdbd;
}

html body .b-all {
  border: 1px solid #bdbdbd !important;
}

/*******************
Thumb size
*******************/
.thumb-sm {
  height: 32px;
  width: 32px;
}

.thumb-md {
  height: 48px;
  width: 48px;
}

.thumb-lg {
  height: 88px;
  width: 88px;
}

.hide {
  display: none;
}

.img-circle {
  border-radius: 100%;
}

.radius {
  border-radius: 4px;
}

/*******************
Text Colors
*******************/
html body .text-muted {
  color: #90a4ae;
}

/*******************
Background Colors
*******************/
html body .bg-primary {
  background-color: #7460ee !important;
}

html body .bg-success {
  background-color: #55ce63 !important;
}

html body .bg-info {
  background-color: #166899 !important;
}

html body .bg-warning {
  background-color: #ffbc34 !important;
}

html body .bg-danger {
  background-color: #f62d51 !important;
}

html body .bg-megna {
  background-color: #01c0c8;
}

html body .bg-theme {
  background-color: #166899;
}

html body .bg-inverse {
  background-color: #2f3d4a;
}

html body .bg-purple {
  background-color: #7460ee;
}

html body .bg-light-primary {
  background-color: #f1effd;
}

html body .bg-light-success {
  background-color: #e8fdeb;
}

html body .bg-light-info {
  background-color: #cfecfe;
}

html body .bg-light-extra {
  background-color: #ebf3f5;
}

html body .bg-light-warning {
  background-color: #fff8ec;
}

html body .bg-light-danger {
  background-color: #f9e7eb;
}

html body .bg-light-inverse {
  background-color: #f6f6f6;
}

html body .bg-light {
  background-color: #f6f6f6;
}

html body .bg-white {
  background-color: #ffffff;
}

html body .bg-light-gray {
  background-color: #e9ecef;
}

html body .bg-light-gray2 {
  background-color: #f0f0f0;
}

/*******************
Rounds
*******************/
.round {
  line-height: 45px;
  color: #ffffff;
  width: 45px;
  height: 45px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border-radius: 100%;
  background: #166899;
}

.round img {
  border-radius: 100%;
}

.round.round-info {
  background: #166899;
}

.round.round-warning {
  background: #ffbc34;
}

.round.round-danger {
  background: #f62d51;
}

.round.round-success {
  background: #55ce63;
}

.round.round-primary {
  background: #7460ee;
}

/*******************
Labels
*******************/
.label {
  height: 15px;
  padding: 1px 10px;
  line-height: 13px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 4px;
  font-size: 90%;
}

.label-rounded {
  border-radius: 60px;
}

.label-custom {
  background-color: #01c0c8;
}

.label-success {
  background-color: #55ce63;
}

.label-info {
  background-color: #166899;
}

.label-warning {
  background-color: #ffbc34;
}

.label-danger {
  background-color: #f62d51;
}

.label-megna {
  background-color: #01c0c8;
}

.label-primary {
  background-color: #7460ee;
}

.label-purple {
  background-color: #7460ee;
}

.label-red {
  background-color: #fb3a3a;
}

.label-inverse {
  background-color: #2f3d4a;
}

.label-default {
  background-color: #f6f6f6;
}

.label-white {
  background-color: #ffffff;
}

.label-light-success {
  background-color: #e8fdeb;
  color: #55ce63;
}

.label-light-info {
  background-color: #cfecfe;
  color: #166899;
}

.label-light-warning {
  background-color: #fff8ec;
  color: #ffbc34;
}

.label-light-danger {
  background-color: #f9e7eb;
  color: #f62d51;
}

.label-light-megna {
  background-color: #e0f2f4;
  color: #01c0c8;
}

.label-light-primary {
  background-color: #f1effd;
  color: #7460ee;
}

.label-light-inverse {
  background-color: #f6f6f6;
  color: #2f3d4a;
}

/*******************
Pagination
*******************/
.pagination>li:first-child>a,
.pagination>li:first-child>span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination>li>a,
.pagination>li>span {
  color: #263238;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  background-color: #f6f6f6;
}

.pagination-split li {
  margin-left: 5px;
  display: inline-block;
  float: left;
}

.pagination-split li:first-child {
  margin-left: 0;
}

.pagination-split li a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #166899;
  border-color: #166899;
}

.pager li>a,
.pager li>span {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #263238;
}

/*******************
Table Cell
*******************/
.table-box {
  display: table;
  width: 100%;
}

.table.no-border tbody td {
  border: 0px;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

/* .table td, .table th{
    border-color:$table-border;
} */
.table thead th,
.table th {
  font-weight: 700;
}

.table-hover tbody tr:hover {
  background: #f6f6f6;
}

html body .jqstooltip {
  width: auto;
  height: auto;
}

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

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/*******************
Wave Effects
*******************/
.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 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s 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, 0.2);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -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, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.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: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-block {
  display: block;
}

/*Badge*/
.badge {
  font-weight: 400;
}

.badge-xs {
  font-size: 9px;
}

.badge-xs,
.badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.badge-success {
  background-color: #55ce63;
}

.badge-info {
  background-color: #166899;
}

.badge-primary {
  background-color: #7460ee;
}

.badge-warning {
  background-color: #ffbc34;
  color: #ffffff;
}

.badge-danger {
  background-color: #f62d51;
}

.badge-purple {
  background-color: #7460ee;
}

.badge-red {
  background-color: #fb3a3a;
}

.badge-inverse {
  background-color: #2f3d4a;
}

/*Text Color*/
.text-white {
  color: #ffffff;
}

.text-danger {
  color: #f62d51 !important;
}

.text-muted {
  color: #90a4ae !important;
}

.text-warning {
  color: #ffbc34 !important;
}

.text-success {
  color: #55ce63 !important;
}

.text-info {
  color: #166899 !important;
}

.text-inverse {
  color: #2f3d4a !important;
}

.text-blue {
  color: #02bec9;
}

.text-purple {
  color: #7460ee;
}

.text-primary {
  color: #7460ee !important;
}

.text-megna {
  color: #01c0c8;
}

.text-dark {
  color: #222 !important;
}

.text-themecolor {
  color: #166899;
}

/*******************
Buttons
******************/
.btn {
  padding: 0 11px;
  font-size: 1.2rem;
  cursor: pointer;
}

.btn-logo {
  padding: 7px 5px 7px 0;
  font-size: 14px;
  cursor: pointer;
}

.btn-group label {
  color: #ffffff !important;
  margin-bottom: 0px;
}

.btn-group label.btn-secondary {
  color: #222 !important;
}

.btn-lg {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
}

.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;
}

.btn-sm {
  padding: .25rem .5rem;
  font-size: 12px;
}

.btn-xs {
  padding: .25rem .5rem;
  font-size: 10px;
}

.button-list button,
.button-list a {
  margin: 5px 12px 5px 0;
}

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}

.btn-rounded {
  border-radius: 60px;
  padding: 0 11px 1px;
}

.btn-rounded.btn-lg {
  padding: .75rem 1.5rem;
}

.btn-rounded.btn-sm {
  padding: .25rem .5rem;
  font-size: 12px;
}

.btn-rounded.btn-xs {
  padding: .25rem .5rem;
  font-size: 10px;
}

.btn-custom,
.btn-custom.disabled {
  background: #166899;
  border: 1px solid #166899;
  color: #ffffff;
}

.btn-custom:hover,
.btn-custom.disabled:hover {
  background: #166899;
  opacity: 0.8;
  color: #ffffff;
  border: 1px solid #166899;
}

.btn-secondary,
.btn-secondary.disabled {
  background: #868e96 !important;
  border: 1px solid #868e96 !important;
  color: #ffffff !important;
}

.btn-secondary:hover,
.btn-secondary.disabled:hover {
  background: #868e96;
  opacity: 0.7;
  border: 1px solid #868e96 !important;
}

.btn-secondary.active,
.btn-secondary:focus,
.btn-secondary.disabled.active,
.btn-secondary.disabled:focus {
  background: #676d73 !important;
  border: 1px solid #676d73 !important;
}

.btn-update,
.btn-update.disabled {
  background: #26a69b;
  border: 1px solid #26a69b;
}

.btn-update:hover,
.btn-update.disabled:hover {
  background: #26a69b;
  opacity: 0.7;
  border: 1px solid #26a69b;
}

.btn-update.active,
.btn-update:focus,
.btn-update.disabled.active,
.btn-update.disabled:focus {
  background: #009999;
}

.btn-white,
.btn-white.disabled {
  background: #ffffff !important;
  border: 1px solid #999;
}

.btn-white:hover,
.btn-white.disabled:hover {
  background: #868e96;
  opacity: 0.7;
  border: 1px solid #868e96;
}

.btn-white.active,
.btn-white:focus,
.btn-white.disabled.active,
.btn-white.disabled:focus {
  background: #868e96;
}

.btn-nocolor,
.btn-nocolor.disabled {
  background: none !important;
  border: none;
}

.btn-nocolor:hover,
.btn-nocolor.disabled:hover {
  background: none;
  opacity: 1;
  border: none;
}

.btn-nocolor.active,
.btn-nocolor:focus,
.btn-nocolor.disabled.active,
.btn-nocolor.disabled:focus {
  background: none;
  box-shadow: none !important;
}

.btn-primary,
.btn-primary.disabled {
  background: #7460ee;
  border: 1px solid #7460ee;
}

.btn-primary:hover,
.btn-primary.disabled:hover {
  background: #7460ee;
  opacity: 0.7;
  border: 1px solid #7460ee;
}

.btn-primary.active,
.btn-primary:focus,
.btn-primary.disabled.active,
.btn-primary.disabled:focus {
  background: #6352ce;
}

.btn-themecolor,
.btn-themecolor.disabled {
  background: #166899;
  color: #ffffff;
  border: 1px solid #166899;
}

.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
  background: #166899;
  opacity: 0.7;
  border: 1px solid #166899;
}

.btn-themecolor.active,
.btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
  background: #028ee1;
}

.btn-success,
.btn-success.disabled {
  background: #55ce63;
  border: 1px solid #55ce63;
}

.btn-success:hover,
.btn-success.disabled:hover {
  background: #55ce63;
  opacity: 0.7;
  border: 1px solid #55ce63;
}

.btn-success.active,
.btn-success:focus,
.btn-success.disabled.active,
.btn-success.disabled:focus {
  background: #4ab657;
}

.btn-info,
.btn-info.disabled {
  background: #166899;
  border: 1px solid #166899;
}

.btn-info:hover,
.btn-info.disabled:hover {
  background: #166899;
  opacity: 0.7;
  border: 1px solid #166899;
}

.btn-info.active,
.btn-info:focus,
.btn-info.disabled.active,
.btn-info.disabled:focus {
  background: #016fb0 !important;
  border: 1px solid #016fb0 !important;
}

.btn-login,
.btn-login.disabled {
  background: #525252;
  border: 1px solid #525252;
  color: #ffffff;
}

.btn-login:hover,
.btn-login.disabled:hover {
  background: #525252;
  color: #ffffff;
  opacity: 0.7;
  border: 1px solid #525252;
}

.btn-login.active,
.btn-login:focus,
.btn-login.disabled.active,
.btn-login.disabled:focus {
  background: #525252 !important;
  border: 1px solid #525252 !important;
  color: #ffffff;
}

.btn-warning,
.btn-warning.disabled {
  background: #ffbc34;
  border: 1px solid #ffbc34;
  color: #ffffff;
}

.btn-warning:hover,
.btn-warning.disabled:hover {
  background: #ffbc34;
  color: #ffffff;
  opacity: 0.7;
  border: 1px solid #ffbc34;
}

.btn-warning.active,
.btn-warning:focus,
.btn-warning.disabled.active,
.btn-warning.disabled:focus {
  background: #e9ab2e;
}

.btn-danger,
.btn-danger.disabled {
  background: #f62d51;
  border: 1px solid #f62d51;
}

.btn-danger:hover,
.btn-danger.disabled:hover {
  background: #f62d51;
  opacity: 0.7;
  border: 1px solid #f62d51;
}

.btn-danger.active,
.btn-danger:focus,
.btn-danger.disabled.active,
.btn-danger.disabled:focus {
  background: #e6294b;
}

.btn-inverse,
.btn-inverse.disabled {
  background: #2f3d4a;
  border: 1px solid #2f3d4a;
  color: #ffffff;
}

.btn-inverse:hover,
.btn-inverse.disabled:hover {
  background: #2f3d4a;
  opacity: 0.7;
  color: #ffffff;
  border: 1px solid #2f3d4a;
}

.btn-inverse.active,
.btn-inverse:focus,
.btn-inverse.disabled.active,
.btn-inverse.disabled:focus {
  background: #232a37;
  color: #ffffff;
}

.btn-red,
.btn-red.disabled {
  background: #fb3a3a;
  border: 1px solid #fb3a3a;
  color: #ffffff;
}

.btn-red:hover,
.btn-red.disabled:hover {
  opacity: 0.7;
  border: 1px solid #fb3a3a;
  background: #fb3a3a;
}

.btn-red.active,
.btn-red:focus,
.btn-red.disabled.active,
.btn-red.disabled:focus {
  background: #e6294b;
}

.btn-outline-default {
  background-color: #ffffff;
}

.btn-outline-default:hover,
.btn-outline-default:focus,
.btn-outline-default.focus {
  background: #f6f6f6;
}

.btn-outline-primary {
  color: #7460ee;
  background-color: #ffffff;
  border-color: #7460ee;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  background: #7460ee;
  color: #ffffff;
  border-color: #7460ee;
}

.btn-outline-success {
  color: #55ce63;
  background-color: transparent;
  border-color: #55ce63;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success.focus {
  background: #55ce63;
  border-color: #55ce63;
  color: #ffffff;
}

.btn-outline-info {
  color: #166899;
  background-color: transparent;
  border-color: #166899;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info.focus {
  background: #166899;
  border-color: #166899;
  color: #ffffff;
}

.btn-outline-warning {
  color: #ffbc34;
  background-color: transparent;
  border-color: #ffbc34;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  background: #ffbc34;
  border-color: #ffbc34;
  color: #ffffff;
}

.btn-outline-danger {
  color: #f62d51;
  background-color: transparent;
  border-color: #f62d51;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  background: #f62d51;
  border-color: #f62d51;
  color: #ffffff;
}

.btn-outline-red {
  color: #fb3a3a;
  background-color: transparent;
  border-color: #fb3a3a;
}

.btn-outline-red:hover,
.btn-outline-red:focus,
.btn-outline-red.focus {
  background: #fb3a3a;
  border-color: #fb3a3a;
  color: #ffffff;
}

.btn-outline-inverse {
  color: #2f3d4a;
  background-color: transparent;
  border-color: #2f3d4a;
}

.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse.focus {
  background: #2f3d4a;
  border-color: #2f3d4a;
  color: #ffffff;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
  background-color: #6352ce;
  border: 1px solid #6352ce;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
  background-color: #4ab657;
  border: 1px solid #4ab657;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover,
.btn-info.focus,
.btn-info:focus {
  background-color: #016fb0 !important;
  border: 1px solid #016fb0 !important;
}

.btn-login.active.focus,
.btn-login.active:focus,
.btn-login.active:hover,
.btn-login.focus:active,
.btn-login:active:focus,
.btn-login:active:hover,
.open>.dropdown-toggle.btn-login.focus,
.open>.dropdown-toggle.btn-login:focus,
.open>.dropdown-toggle.btn-login:hover,
.btn-login.focus,
.btn-login:focus {
  background-color: #525252 !important;
  border: 1px solid #525252 !important;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus {
  background-color: #e9ab2e;
  border: 1px solid #e9ab2e;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus {
  background-color: #e6294b;
  border: 1px solid #e6294b;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open>.dropdown-toggle.btn-inverse {
  background-color: #232a37;
  border: 1px solid #232a37;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.focus,
.btn-red:active,
.btn-red:focus,
.btn-red:hover,
.open>.dropdown-toggle.btn-red {
  background-color: #d61f1f;
  border: 1px solid #d61f1f;
  color: #ffffff;
}

.button-box .btn {
  margin: 0 8px 8px 0px;
}

.btn-label {
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin: -6px 12px -6px -14px;
  padding: 7px 15px;
}

.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
}

.btn-theme {
  color: #ffffff;
  background-color: #3298be;
}

.btn-twitter {
  color: #ffffff;
  background-color: #55acee;
}

.btn-linkedin {
  color: #ffffff;
  background-color: #007bb6;
}

.btn-dribbble {
  color: #ffffff;
  background-color: #ea4c89;
}

.btn-googleplus {
  color: #ffffff;
  background-color: #dd4b39;
}

.btn-instagram {
  color: #ffffff;
  background-color: #3f729b;
}

.btn-pinterest {
  color: #ffffff;
  background-color: #cb2027;
}

.btn-dropbox {
  color: #ffffff;
  background-color: #007ee5;
}

.btn-flickr {
  color: #ffffff;
  background-color: #ff0084;
}

.btn-tumblr {
  color: #ffffff;
  background-color: #32506d;
}

.btn-skype {
  color: #ffffff;
  background-color: #00aff0;
}

.btn-youtube {
  color: #ffffff;
  background-color: #bb0000;
}

.btn-github {
  color: #ffffff;
  background-color: #171515;
}

/*******************
Notify
*******************/
.notify {
  position: relative;
  top: -25px;
  right: -7px;
}

.notify .heartbit {
  position: absolute;
  top: -20px;
  right: -4px;
  height: 25px;
  width: 25px;
  z-index: 10;
  border: 5px solid #f62d51;
  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: #f62d51;
  position: absolute;
  right: 6px;
  top: -10px;
}

@-moz-keyframes heartbit {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0;
  }

  25% {
    -moz-transform: scale(0.1);
    opacity: 0.1;
  }

  50% {
    -moz-transform: scale(0.5);
    opacity: 0.3;
  }

  75% {
    -moz-transform: scale(0.8);
    opacity: 0.5;
  }

  100% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
}

@-webkit-keyframes heartbit {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }

  25% {
    -webkit-transform: scale(0.1);
    opacity: 0.1;
  }

  50% {
    -webkit-transform: scale(0.5);
    opacity: 0.3;
  }

  75% {
    -webkit-transform: scale(0.8);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}

/*******************
Checkbox
*******************/
.checkbox label {
  padding-left: 20px;
  display: inline-block;
  height: 23px;
  line-height: 23px;
  position: relative;
}

.checkbox label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 1px;
  border: 1px solid #bdbdbd;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  top: 3px;
  margin-top: 1px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none;
}

.checkbox label::after {
  color: #263238;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: 1px;
  width: 16px;
}

.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 0px;
  outline: none;
}

.checkbox input[type="checkbox"]:disabled+label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:focus+label::before {
  outline-offset: -2px;
  outline: none;
}

.checkbox input[type="checkbox"]:checked+label::after {
  font-family: 'Material Design Icons';
  content: '\f12c';
  font-weight: 900;
}

/*content: "\f00c"*;*/
/*font-family: 'Font Awesome 5 Free';*/
/*font-weight: 900;*/
}

.checkbox input[type="checkbox"]:disabled+label::before {
  background-color: #f6f6f6;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox.checkbox-single label {
  height: 17px;
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
  background-color: #7460ee;
  border-color: #7460ee;
}

.checkbox-primary input[type="checkbox"]:checked+label::after {
  color: #ffffff;
}

.checkbox-danger input[type="checkbox"]:checked+label::before {
  background-color: #f62d51;
  border-color: #f62d51;
}

.checkbox-danger input[type="checkbox"]:checked+label::after {
  color: #ffffff;
}

.checkbox-info input[type="checkbox"]:checked+label::before {
  background-color: #166899;
  border-color: #166899;
}

.checkbox-info input[type="checkbox"]:checked+label::after {
  color: #ffffff;
}

.checkbox-warning input[type="checkbox"]:checked+label::before {
  background-color: #ffbc34;
  border-color: #ffbc34;
}

.checkbox-warning input[type="checkbox"]:checked+label::after {
  color: #ffffff;
}

.checkbox-success input[type="checkbox"]:checked+label::before {
  background-color: #55ce63;
  border-color: #55ce63;
}

.checkbox-success input[type="checkbox"]:checked+label::after {
  color: #ffffff;
}

.checkbox-purple input[type="checkbox"]:checked+label::before {
  background-color: #7460ee;
  border-color: #7460ee;
}

.checkbox-purple input[type="checkbox"]:checked+label::after {
  color: #ffffff;
}

.checkbox-red input[type="checkbox"]:checked+label::before {
  background-color: #f62d51;
  border-color: #f62d51;
}

.checkbox-red input[type="checkbox"]:checked+label::after {
  color: #ffffff;
}

.checkbox-inverse input[type="checkbox"]:checked+label::before {
  background-color: #2f3d4a;
  border-color: #2f3d4a;
}

.checkbox-inverse input[type="checkbox"]:checked+label::after {
  color: #ffffff;
}

/*******************
Radios
*******************/
.radio label {
  padding-left: 20px;
  display: inline-block;
  height: 23px;
  line-height: 17px;
  position: relative;
}

.radio label::before {
  -o-transition: border 0.5s ease-in-out;
  -webkit-transition: border 0.5s ease-in-out;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #bdbdbd;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-top: 1px;
  outline: none;
  position: absolute;
  transition: border 0.5s ease-in-out;
  width: 17px;
  outline: none;
}

.radio label::after {
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -o-transition: -o-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -webkit-transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  background-color: #263238;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 7px;
  left: 5px;
  margin-top: 1px;
  position: absolute;
  top: 5px;
  transform: scale(0, 0);
  transition: transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  width: 7px;
}

.radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 0px;
  outline: none;
}

.radio input[type="radio"]:disabled+label {
  opacity: 0.65;
}

.radio input[type="radio"]:focus+label::before {
  outline-offset: -2px;
  outline: none;
}

.radio input[type="radio"]:checked+label::after {
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio.radio-single label {
  height: 17px;
}

.radio-primary input[type="radio"]+label::after {
  background-color: #7460ee;
}

.radio-primary input[type="radio"]:checked+label::before {
  border-color: #7460ee;
}

.radio-primary input[type="radio"]:checked+label::after {
  background-color: #7460ee;
}

.radio-danger input[type="radio"]+label::after {
  background-color: #f62d51;
}

.radio-danger input[type="radio"]:checked+label::before {
  border-color: #f62d51;
}

.radio-danger input[type="radio"]:checked+label::after {
  background-color: #f62d51;
}

.radio-info input[type="radio"]+label::after {
  background-color: #166899;
}

.radio-info input[type="radio"]:checked+label::before {
  border-color: #166899;
}

.radio-info input[type="radio"]:checked+label::after {
  background-color: #166899;
}

.radio-warning input[type="radio"]+label::after {
  background-color: #ffbc34;
}

.radio-warning input[type="radio"]:checked+label::before {
  border-color: #ffbc34;
}

.radio-warning input[type="radio"]:checked+label::after {
  background-color: #ffbc34;
}

.radio-success input[type="radio"]+label::after {
  background-color: #55ce63;
}

.radio-success input[type="radio"]:checked+label::before {
  border-color: #55ce63;
}

.radio-success input[type="radio"]:checked+label::after {
  background-color: #55ce63;
}

.radio-purple input[type="radio"]+label::after {
  background-color: #7460ee;
}

.radio-purple input[type="radio"]:checked+label::before {
  border-color: #7460ee;
}

.radio-purple input[type="radio"]:checked+label::after {
  background-color: #7460ee;
}

.radio-red input[type="radio"]+label::after {
  background-color: #f62d51;
}

.radio-red input[type="radio"]:checked+label::before {
  border-color: #f62d51;
}

.radio-red input[type="radio"]:checked+label::after {
  background-color: #f62d51;
}

.checkbox label,
.radio label {
  cursor: pointer;
}

/*******************
File Upload
******************/
.fileupload {
  overflow: hidden;
  position: relative;
}

.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/*******************
Megamenu
******************/
.mega-dropdown {
  position: static;
  width: 100%;
}

.mega-dropdown .dropdown-menu {
  width: 100%;
  padding: 30px;
  margin-top: 0px;
  background: url(../../assets/images/background/megamenubg.jpg) no-repeat right bottom #fff;
}

.mega-dropdown ul {
  padding: 0px;
}

.mega-dropdown ul li {
  list-style: none;
}

.mega-dropdown .carousel-item .container {
  padding: 0px;
}

.mega-dropdown .nav-accordion .card {
  margin-bottom: 1px;
}

.mega-dropdown .nav-accordion .card-header {
  background: #ffffff;
}

.mega-dropdown .nav-accordion .card-header h5 {
  margin: 0px;
}

.mega-dropdown .nav-accordion .card-header h5 a {
  text-decoration: none;
  color: #222;
}

/*******************
List-style-none
******************/
ul.list-style-none {
  margin: 0px;
  padding: 0px;
}

ul.list-style-none li {
  list-style: none;
}

ul.list-style-none li a {
  color: #222;
  padding: 8px 0px;
  display: block;
  text-decoration: none;
}

ul.list-style-none li a:hover {
  color: #166899;
}

/*******************
dropdown-item
******************/
.dropdown-menu {
  padding: 0 !important;
}

.dropdown-item {
  padding: 8px 1rem;
  color: #222;
  font-size: 1.2rem;
}

/*******************
Custom-select
******************/
.custom-select {
  background: url(../../assets/images/custom-select.png) right 0.75rem center no-repeat;
}

/*******************
textarea
******************/
textarea {
  resize: none;
}

/*******************
Form-control
******************/
.form-control {
  color: #222;
  display: initial;
}

.form-control-sm {
  min-height: 20px;
}

.form-control:disabled,
.form-control[readonly] {
  opacity: 0.7;
}

.custom-control-input:focus~.custom-control-indicator {
  box-shadow: none;
}

.custom-control-input:checked~.custom-control-indicator {
  background-color: #55ce63;
}

form label {
  font-weight: 400;
}

.form-group {
  margin-bottom: 25px;
}

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

.form-control-static {
  padding-top: 0px;
}

.form-bordered .form-group {
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 20px;
}

/*******************
Layouts
******************/
/*Card-noborders*/
.card-no-border {
  /* .left-sidebar, .sidebar-nav{
      background:$sidebar-white;

  }
  .sidebar-nav>ul>li>a.active{
      background:$light;
  } */
}

.card-no-border .card {
  border: 0px;
}

.card-no-border .sidebar-footer {
  background: #ffffff;
}

.card-no-border .page-wrapper {
  background: #f0f0f0;
}

.card-no-border .left-sidebar {
  /*box-shadow:1px 0px 20px rgba(0, 0, 0, 0.08);*/
}

.card-no-border .shadow-none {
  box-shadow: none;
}

.card-outline-danger,
.card-outline-info,
.card-outline-warning,
.card-outline-success,
.card-outline-primary {
  background: #ffffff;
}

.card-no-border .card-group .card {
  border: 1px solid #bdbdbd;
}

.card-header {
  background-color: #dae6e8;
}

/*******************/
/*widgets -app*/
/*******************/
.css-bar:after {
  z-index: 1;
}

.css-bar>i {
  z-index: 10;
}

/*******************/
/*single column*/
/*******************/
.single-column .left-sidebar {
  display: none;
}

.single-column .page-wrapper {
  margin-left: 0px;
}

/*******************/
/*Documentation*/
/*******************/
.fix-width {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

ul.common li {
  display: inline-block;
  line-height: 40px;
  list-style: outside none none;
  width: 48%;
}

/***********************
 12/02/2018 (New Update)
***********************/
.progress {
  height: auto;
}

.card-group {
  margin-bottom: 30px;
}

/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*$headingfont:'Rubik', sans-serif;*/
/*Theme Colors*/
/*$bodytext: #54667a;*/
/*bootstrap Color*/
/*$light: #f2f7f8;*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #f0f0f0;
}

.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}

.ajaxLoading {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #f0f0f0;
}

.ajaxLoading .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}

/*==============================================================
 For all pages
 ============================================================== */
#main-wrapper {
  width: 100%;
}

.boxed #main-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}

.boxed #main-wrapper .sidebar-footer {
  position: absolute;
}

.boxed #main-wrapper .footer {
  display: none;
}

.page-wrapper {
  padding-top: 50px;
  box-sizing: border-box;
}

@media screen and (max-width:767px) {
  .container-fluid {
    padding: 25px 10px;
    min-height: calc(100vh - 105px);
  }
}

@media screen and (min-width:767px) {
  .container-fluid {
    padding: 25px 30px;
    min-height: calc(100vh - 105px);
  }
}

/*******************
 Topbar
*******************/
.topbar {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 50;
}

.topbar .top-navbar {
  height: 50px;
  padding: 0px 15px 0 0;
}

.topbar .top-navbar .dropdown-toggle::after {
  display: none;
}

.topbar .top-navbar .navbar-header {
  line-height: 50px;
  text-align: left;
  padding-left: 12px;
}

.topbar .top-navbar .navbar-header .navbar-brand {
  margin-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  font-size: 1.3rem !important;
}

.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
  display: none;
}

.topbar .top-navbar .navbar-header .navbar-brand b {
  display: inline-block;
  z-index: 0;
  position: relative;
  left: -2px;
}

.topbar .top-navbar .navbar-header .navbar-brand span {
  display: inline-block;
  z-index: 1;
  position: relative;
  left: 0px;
}

.topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 50px;
  line-height: 30px;
  white-space: nowrap;
}

.topbar .top-navbar .navbar-nav>.nav-item.show {
  background: rgba(0, 0, 0, 0.05);
}

.topbar .top-navbar .navbar-nav>.nav-item.show .text-dark {
  color: #028ee1 !important;
}

@media (max-width: 520px) {
  .topbar .top-navbar .navbar-nav .nav-item span.hidden {
    display: none;
  }
}

.topbar .top-navbar .app-search {
  position: relative;
  margin-top: 13px;
  margin-right: 10px;
  display: inline-block;
}

.topbar .top-navbar .app-search input {
  width: 200px;
  border-radius: 100px;
  font-size: 14px;
  transition: 0.5s ease-in;
}

.topbar .top-navbar .app-search input:focus {
  width: 240px;
}

.topbar .top-navbar .app-search .srh-btn {
  position: absolute;
  top: 8px;
  cursor: pointer;
  background: #ffffff;
  width: 15px;
  height: 15px;
  right: 10px;
  font-size: 14px;
}

.topbar .profile-pic {
  width: 30px;
  border-radius: 100%;
}

.topbar .dropdown-menu {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  border-color: #bdbdbd;
}

.topbar .dropdown-menu .dropdown-item {
  padding: 7px 1.5rem;
}

.topbar ul.dropdown-user {
  padding: 0px;
  width: 270px;
}

.topbar ul.dropdown-user li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.topbar ul.dropdown-user li.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #bdbdbd;
}

.topbar ul.dropdown-user li .dw-user-box {
  padding: 10px 15px;
}

.topbar ul.dropdown-user li .dw-user-box .u-img {
  width: 80px;
  display: inline-block;
  vertical-align: top;
}

.topbar ul.dropdown-user li .dw-user-box .u-img img {
  width: 100%;
  border-radius: 5px;
}

.topbar ul.dropdown-user li .dw-user-box .u-text {
  display: inline-block;
  padding-left: 10px;
}

.topbar ul.dropdown-user li .dw-user-box .u-text h4 {
  margin: 0px;
}

.topbar ul.dropdown-user li .dw-user-box .u-text p {
  margin-bottom: 2px;
  font-size: 14px;
}

.topbar ul.dropdown-user li .dw-user-box .u-text .btn {
  color: #ffffff;
  padding: 5px 10px;
  display: inline-block;
}

.topbar ul.dropdown-user li .dw-user-box .u-text .btn:hover {
  background: #e6294b;
}

.topbar ul.dropdown-user li a {
  padding: 9px 15px;
  display: block;
  color: #222;
}

.topbar ul.dropdown-user li a:hover {
  background: #f6f6f6;
  color: #166899;
  text-decoration: none;
}

.mini-sidebar .top-navbar .navbar-header {
  width: 60px;
  text-align: left;
}

.logo-center .top-navbar .navbar-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}

/*******************
 Breadcrumb and page title
*******************/
.page-titles .breadcrumb {
  padding: 0px;
  background: transparent;
}

.page-titles .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "\e649";
  font-family: themify;
  color: #a6b7bf;
}

.page-titles .breadcrumb li:first-child {
  padding-top: 0;
}

/*******************
 Right side toggle
*******************/
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.right-side-toggle {
  position: relative;
}

.right-side-toggle i {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
  transition-property: transform;
  transition-duration: 1s;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  top: 9px;
  left: 10px;
}

.right-sidebar {
  position: fixed;
  right: -240px;
  width: 240px;
  display: none;
  z-index: 1100;
  background: #ffffff;
  top: 0px;
  padding-bottom: 20px;
  height: 100%;
  box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.right-sidebar .rpanel-title {
  display: block;
  padding: 24px 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  background: #166899;
}

.right-sidebar .rpanel-title span {
  float: right;
  cursor: pointer;
  font-size: 11px;
}

.right-sidebar .rpanel-title span:hover {
  color: #ffffff;
}

.right-sidebar .r-panel-body {
  padding: 20px;
}

.right-sidebar .r-panel-body ul {
  margin: 0px;
  padding: 0px;
}

.right-sidebar .r-panel-body ul li {
  list-style: none;
  padding: 5px 0;
}

.shw-rside {
  right: 0px;
  width: 240px;
  display: block;
}

.chatonline img {
  margin-right: 10px;
  float: left;
  width: 30px;
}

.chatonline li a {
  padding: 13px 0;
  float: left;
  width: 100%;
}

.chatonline li a span {
  color: #222;
}

.chatonline li a span small {
  display: block;
  font-size: 10px;
}

/*******************
 Right side toggle
*******************/
ul#themecolors {
  display: block;
}

ul#themecolors li {
  display: inline-block;
}

ul#themecolors li:first-child {
  display: block;
}

ul#themecolors li a {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 5px;
  color: transparent;
  position: relative;
}

ul#themecolors li a.working:before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 18px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  text-align: center;
}

.default-theme {
  background: #90a4ae;
}

.green-theme {
  background: #55ce63;
}

.yellow-theme {
  background: #ffbc34;
}

.red-theme {
  background: #f62d51;
}

.blue-theme {
  background: #166899;
}

.purple-theme {
  background: #7460ee;
}

.megna-theme {
  background: #01c0c8;
}

.default-dark-theme {
  background: #263238;
  /* Old browsers */
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #90a4ae 23%, #90a4ae 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #90a4ae 23%, #90a4ae 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #263238 0%, #263238 23%, #90a4ae 23%, #90a4ae 99%);
}

.green-dark-theme {
  background: #263238;
  /* Old browsers */
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #55ce63 23%, #55ce63 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #00c292 23%, #55ce63 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #263238 0%, #263238 23%, #55ce63 23%, #55ce63 99%);
}

.yellow-dark-theme {
  background: #263238;
  /* Old browsers */
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #f62d51 23%, #f62d51 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #f62d51 23%, #f62d51 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #263238 0%, #263238 23%, #f62d51 23%, #f62d51 99%);
}

.blue-dark-theme {
  background: #263238;
  /* Old browsers */
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #166899 23%, #166899 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #166899 23%, #166899 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #263238 0%, #263238 23%, #166899 23%, #166899 99%);
}

.purple-dark-theme {
  background: #263238;
  /* Old browsers */
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #7460ee 23%, #7460ee 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #7460ee 23%, #7460ee 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #263238 0%, #263238 23%, #7460ee 23%, #7460ee 99%);
}

.megna-dark-theme {
  background: #263238;
  /* Old browsers */
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #01c0c8 23%, #01c0c8 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #01c0c8 23%, #01c0c8 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #263238 0%, #263238 23%, #01c0c8 23%, #01c0c8 99%);
}

.red-dark-theme {
  background: #263238;
  /* Old browsers */
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #f62d51 23%, #f62d51 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #f62d51 23%, #f62d51 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #263238 0%, #263238 23%, #f62d51 23%, #f62d51 99%);
}

/*******************
 page title
*******************/
.page-titles {
  padding-bottom: 20px;
  margin-top: -15px !important;
}

/*******************
 Footer
*******************/
.footer {
  bottom: 0;
  color: #222;
  left: 0px;
  padding: 17px 15px;
  position: absolute;
  right: 0;
  background: #f0f0f0;
}

/*******************
 Card title
*******************/
.card {
  margin-bottom: 30px;
}

.card .card-subtitle {
  font-weight: 300;
  margin-bottom: 15px;
  color: #90a4ae;
}

.card-inverse .card-blockquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
  color: rgba(255, 255, 255, 0.65);
}

.card-success {
  background: #55ce63;
  border-color: #55ce63;
}

.card-danger {
  background: #f62d51;
  border-color: #f62d51;
}

.card-warning {
  background: #ffbc34;
  border-color: #ffbc34;
}

.card-info {
  background: #166899;
  border-color: #166899;
}

.card-primary {
  background: #7460ee;
  border-color: #7460ee;
}

.card-dark {
  background: #2f3d4a;
  border-color: #2f3d4a;
}

.card-megna {
  background: #01c0c8;
  border-color: #01c0c8;
}

/*==============================================================
 Buttons page
 ============================================================== */
.button-group .btn {
  margin-bottom: 5px;
  margin-right: 5px;
}

.no-button-group .btn {
  margin-bottom: 5px;
  margin-right: 0px;
}

.btn .text-active {
  display: none;
}

.btn.active .text-active {
  display: inline-block;
}

.btn.active .text {
  display: none;
}

/*==============================================================
 Cards page
 ============================================================== */
.card-actions {
  float: right;
}

.card-actions a {
  cursor: pointer;
  color: #222;
  opacity: 0.7;
  padding-left: 7px;
  font-size: 13px;
}

.card-actions a:hover {
  opacity: 1;
}

.card-columns .card {
  margin-bottom: 20px;
}

.collapsing {
  -webkit-transition: height .08s ease;
  transition: height .08s ease;
}

.card-info {
  background: #166899;
  border-color: #166899;
}

.card-primary {
  background: #7460ee;
  border-color: #7460ee;
}

.card-outline-info {
  border-color: #166899;
}

.card-outline-info .card-header {
  background: #166899;
  border-color: #166899;
}

.card-outline-inverse {
  border-color: #2f3d4a;
}

.card-outline-inverse .card-header {
  background: #2f3d4a;
  border-color: #2f3d4a;
}

.card-outline-warning {
  border-color: #ffbc34;
}

.card-outline-warning .card-header {
  background: #ffbc34;
  border-color: #ffbc34;
}

.card-outline-success {
  border-color: #55ce63;
}

.card-outline-success .card-header {
  background: #55ce63;
  border-color: #55ce63;
}

.card-outline-danger {
  border-color: #f62d51;
}

.card-outline-danger .card-header {
  background: #f62d51;
  border-color: #f62d51;
}

.card-outline-primary {
  border-color: #7460ee;
}

.card-outline-primary .card-header {
  background: #7460ee;
  border-color: #7460ee;
}

/*==============================================================
Breadcrumb
 ============================================================== */
.bc-colored .breadcrumb-item,
.bc-colored .breadcrumb-item a {
  color: #ffffff;
}

.bc-colored .breadcrumb-item.active,
.bc-colored .breadcrumb-item a.active {
  opacity: 0.7;
}

.bc-colored .breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.4);
}

.breadcrumb {
  margin-bottom: 0px;
}

/*==============================================================
 Ui-bootstrap
 ============================================================== */
ul.list-icons {
  margin: 0px;
  padding: 0px;
}

ul.list-icons li {
  list-style: none;
  line-height: 30px;
  margin: 5px 0;
  transition: 0.2s ease-in;
}

ul.list-icons li a {
  color: #222;
}

ul.list-icons li a:hover {
  color: #166899;
}

ul.list-icons li i {
  font-size: 13px;
  padding-right: 8px;
}

ul.list-inline li {
  display: inline-block;
  float: left;
}

ul.list-inline li.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

ul.two-part {
  margin: 0px;
}

ul.two-part li {
  width: 48.8%;
}

/*Accordion*/
html body .accordion .card {
  margin-bottom: 0px;
}

/*==============================================================
 flot chart
 ============================================================== */
.flot-chart {
  display: block;
  height: 400px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}

html body .jqstooltip,
html body .flotTip {
  width: auto !important;
  height: auto !important;
  background: #263238;
  color: #ffffff;
  padding: 5px 10px;
}

/*==============================================================
Easy pie chart
 ============================================================== */
.chart {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.chart.chart-widget-pie {
  margin-top: 5px;
  margin-bottom: 5px;
}

.pie-chart>span {
  left: 0;
  margin-top: -2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.chart>span>img {
  left: 0;
  margin-top: -2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  width: 60%;
  height: 60%;
  transform: translateY(-50%);
  margin: 0 auto;
}

.percent {
  display: inline-block;
  line-height: 100px;
  z-index: 2;
  font-weight: 600;
  font-size: 18px;
  color: #263238;
}

.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}

/*==============================================================
Dashboard1 chart
 ============================================================== */
.total-revenue,
.income-year,
.total-revenue2 {
  position: relative;
}

.total-revenue .chartist-tooltip,
.income-year .chartist-tooltip,
.total-revenue2 .chartist-tooltip {
  border-radius: 60px;
}

.total-revenue .ct-series-a .ct-line,
.income-year .ct-series-a .ct-line,
.total-revenue2 .ct-series-a .ct-line {
  stroke: #166899;
  stroke-width: 2px;
}

.total-revenue .ct-series-a .ct-point,
.income-year .ct-series-a .ct-point,
.total-revenue2 .ct-series-a .ct-point {
  stroke: #166899;
  stroke-width: 7px;
}

.total-revenue .ct-series-b .ct-line,
.income-year .ct-series-b .ct-line,
.total-revenue2 .ct-series-b .ct-line {
  stroke: #55ce63;
  stroke-width: 2px;
}

.total-revenue .ct-series-b .ct-point,
.income-year .ct-series-b .ct-point,
.total-revenue2 .ct-series-b .ct-point {
  stroke: #55ce63;
  stroke-width: 7px;
}

.total-revenue .ct-series-a .ct-area,
.total-revenue .ct-series-b .ct-area,
.income-year .ct-series-a .ct-area,
.income-year .ct-series-b .ct-area,
.total-revenue2 .ct-series-a .ct-area,
.total-revenue2 .ct-series-b .ct-area {
  fill: transparent;
}

.income-year .ct-series-a .ct-bar {
  stroke: #166899;
}

.income-year .ct-series-b .ct-bar {
  stroke: #55ce63;
}

#sales-donute {
  position: relative;
}

#sales-donute path,
#sales-donute fill {
  stroke-width: 0px;
}

.round-overlap {
  width: 150px;
  border: 2px solid #bdbdbd;
  height: 150px;
  position: absolute;
  border-radius: 100%;
  font-size: 35px;
  text-align: center;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  top: 25%;
}

.round-overlap i {
  line-height: 150px;
}

.stylish-table thead th {
  font-weight: 400;
  color: #90a4ae;
  border: 0px;
  border-bottom: 1px;
}

.stylish-table tbody tr {
  border-left: 4px solid #ffffff;
}

.stylish-table tbody tr:hover,
.stylish-table tbody tr.active {
  border-left: 4px solid #166899;
}

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

.stylish-table tbody td h6 {
  font-weight: 500;
  margin-bottom: 0px;
  white-space: nowrap;
}

.stylish-table tbody td small {
  line-height: 12px;
  white-space: nowrap;
}

/*==============================================================
Dashboard2 chart
 ============================================================== */
.total-revenue2 .ct-series-a .ct-area {
  fill: #e8fdeb;
}

.total-revenue2 .ct-series-b .ct-area {
  fill: #e8fdeb;
}

/*==============================================================
Dashboard3 chart
 ============================================================== */
.total-sales {
  position: relative;
}

.total-sales .chartist-tooltip {
  background: #55ce63;
}

.total-sales .ct-series-a .ct-bar {
  stroke: #0f8edd;
}

.total-sales .ct-series-b .ct-bar {
  stroke: #11a0f8;
}

.total-sales .ct-series-c .ct-bar {
  stroke: #51bdff;
}

.ct-chart {
  position: relative;
}

.ct-chart .ct-series-a .ct-slice-donut {
  stroke: #55ce63;
}

.ct-chart .ct-series-b .ct-slice-donut {
  stroke: #f6f6f6;
}

.ct-chart .ct-series-c .ct-slice-donut {
  stroke: #166899;
}

#visitfromworld path.jvectormap-region.jvectormap-element {
  stroke-width: 1px;
  stroke: #90a4ae;
}

.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-goback {
  background: #90a4ae;
}

.browser td {
  vertical-align: middle;
  padding-left: 0px;
}

#calendar .fc-today-button {
  display: none;
}

/*==============================================================
Dashboard4 chart
 ============================================================== */
.total-revenue4 {
  position: relative;
}

.total-revenue4 .ct-series-a .ct-line {
  stroke: #166899;
  stroke-width: 1px;
}

.total-revenue4 .ct-series-a .ct-point {
  stroke: #166899;
  stroke-width: 5px;
}

.total-revenue4 .ct-series-b .ct-line {
  stroke: #55ce63;
  stroke-width: 1px;
}

.total-revenue4 .ct-series-b .ct-point {
  stroke: #55ce63;
  stroke-width: 5px;
}

.total-revenue4 .ct-series-a .ct-area {
  fill: #166899;
  fill-opacity: 0.2;
}

.total-revenue4 .ct-series-b .ct-area {
  fill: #55ce63;
  fill-opacity: 0.2;
}

/*==============================================================
Widget-data
 ============================================================== */
.sparkchart {
  margin-bottom: -2px;
}

/*==============================================================
File upload
 ============================================================== */
.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.btn-file>input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer;
  border-radius: 0px;
}

.fileinput .input-group-addon {
  border-right: 1px solid #bdbdbd;
}

.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}

.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}

.fileinput .thumbnail>img {
  max-height: 100%;
}

.fileinput .btn {
  vertical-align: middle;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}

.fileinput-inline .fileinput-controls {
  display: inline;
}

.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}

.form-control .fileinput-filename {
  vertical-align: bottom;
}

.fileinput.input-group>* {
  position: relative;
  z-index: 2;
}

.fileinput.input-group>.btn-file {
  z-index: 1;
}

/*==============================================================
widget-chart-page product review
 ============================================================== */
.product-review {
  margin: 0px;
  padding: 25px;
}

.product-review li {
  display: block;
  padding: 20px 0;
  list-style: none;
}

.product-review li .font,
.product-review li span {
  display: inline-block;
  margin-left: 10px;
}

.social-profile {
  text-align: center;
  background: rgba(7, 10, 43, 0.8);
}

.profile-tab li a.nav-link,
.customtab li a.nav-link {
  border: 0px;
  padding: 15px 20px;
  color: #222;
}

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
  border-bottom: 2px solid #166899;
  color: #166899;
}

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
  color: #166899;
}

/*==============================================================
Form addons page
============================================================== */
/*Bootstrap select*/
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select .dropdown-menu li a {
  display: block;
  padding: 7px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #222;
  white-space: nowrap;
}

.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select .dropdown-menu li a:focus {
  color: #166899;
  background: #f6f6f6;
}

.bootstrap-select .show>.dropdown-menu {
  display: block;
}

.bootstrap-select .btn-secondary {
  background-color: #ffffff;
}

.bootstrap-select .btn-secondary:hover {
  color: #222;
}

.select2-container--default .select2-selection--single {
  border-color: #d9d9d9;
  height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 33px;
}

.input-form .btn {
  padding: 7px 12px;
}

/*==============================================================
Form Material page
 ============================================================== */
/*Material inputs*/
.form-material .form-group {
  overflow: hidden;
}

.form-material .form-control {
  background-color: rgba(0, 0, 0, 0);
  background-position: center bottom, center calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  padding: 0;
  transition: background 0s ease-out 0s;
  height: calc(2.25rem + 2px);
}

.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
  background-image: linear-gradient(#166899, #166899), linear-gradient(#d9d9d9, #d9d9d9);
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  float: none;
}

.form-material .form-control.focus,
.form-material .form-control:focus {
  background-size: 100% 2px, 100% 1px;
  outline: 0 none;
  transition-duration: 0.3s;
}

.form-control-line .form-group {
  overflow: hidden;
}

.form-control-line .form-control {
  border: 0px;
  border-radius: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #d9d9d9;
}

.form-control-line .form-control:focus {
  border-bottom: 1px solid #166899;
}

/*******************/
/*Floating Label*/
/*******************/
.floating-labels .form-group {
  position: relative;
}

.floating-labels .form-control {
  padding: 10px 10px 10px 0;
  display: block;
  border: none;
  font-family: "yen", "Noto Sans JP", "Open Sans", Meiryo, "メイリオ", Arial, sans-serif;
  border-radius: 0px;
  border-bottom: 1px solid #d9d9d9;
}

.floating-labels .form-control:focus {
  box-shadow: none;
}

.floating-labels select.form-control>option {
  font-size: 14px;
}

.floating-labels .has-error .form-control {
  border-bottom: 1px solid #f62d51;
}

.floating-labels .has-warning .form-control {
  border-bottom: 1px solid #ffbc34;
}

.floating-labels .has-success .form-control {
  border-bottom: 1px solid #55ce63;
}

.floating-labels .form-control:focus {
  outline: none;
  border: none;
}

.floating-labels label {
  color: #222;
  position: absolute;
  cursor: auto;
  top: 5px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.floating-labels .form-control:focus~label,
.floating-labels .form-control:valid~label {
  top: -20px;
  font-size: 12px;
  color: #263238;
}

.floating-labels .bar {
  position: relative;
  display: block;
}

.floating-labels .bar:before,
.floating-labels .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #166899;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.floating-labels .bar:before {
  left: 50%;
}

.floating-labels .bar:after {
  right: 50%;
}

.floating-labels .form-control:focus~.bar:before,
.floating-labels .form-control:focus~.bar:after {
  width: 50%;
}

.floating-labels .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.floating-labels .input-lg~label,
.floating-labels .input-lg {
  font-size: 24px;
}

.floating-labels .input-sm~label,
.floating-labels .input-sm {
  font-size: 16px;
}

.has-warning .bar:before,
.has-warning .bar:after {
  background: #ffbc34;
}

.has-success .bar:before,
.has-success .bar:after {
  background: #55ce63;
}

.has-error .bar:before,
.has-error .bar:after {
  background: #f62d51;
}

.has-warning .form-control:focus~label,
.has-warning .form-control:valid~label {
  color: #ffbc34;
}

.has-success .form-control:focus~label,
.has-success .form-control:valid~label {
  color: #55ce63;
}

.has-error .form-control:focus~label,
.has-error .form-control:valid~label {
  color: #f62d51;
}

.has-feedback label~.t-0 {
  top: 0;
}

.form-group.error input,
.form-group.error select,
.form-group.error textarea {
  border: 1px solid #f62d51;
}

.form-group.validate input,
.form-group.validate select,
.form-group.validate textarea {
  border: 1px solid #55ce63;
}

.form-group.error .help-block ul {
  padding: 0px;
  color: #f62d51;
}

.form-group.error .help-block ul li {
  list-style: none;
}

.form-group.issue .help-block ul {
  padding: 0px;
  color: #ffbc34;
}

.form-group.issue .help-block ul li {
  list-style: none;
}

/*******************
Pagination
******************/
.pagination-circle li.active a {
  background: #55ce63;
}

.pagination-circle li a {
  width: 40px;
  height: 40px;
  background: #f6f6f6;
  border: 0px;
  text-align: center;
  border-radius: 100%;
}

.pagination-circle li a:first-child,
.pagination-circle li a:last-child {
  border-radius: 100%;
}

.pagination-circle li a:hover {
  background: #55ce63;
  color: #ffffff;
}

.pagination-circle li.disabled a {
  background: #f6f6f6;
  color: #bdbdbd;
}

/*******************
Form Dropzone
******************/
.dropzone {
  border: 1px dashed #d9d9d9;
}

.dropzone .dz-message {
  padding: 5% 0;
  margin: 0px;
}

/*******************
Form Pickers
******************/
.asColorPicker-dropdown {
  max-width: 260px;
}

.asColorPicker-trigger {
  position: absolute;
  top: 0;
  right: -35px;
  height: 38px;
  width: 37px;
  border: 0;
}

.asColorPicker-clear {
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
  text-decoration: none;
}

table th {
  font-weight: 400;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #166899;
}

.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: #166899;
  color: #ffffff;
}

.datepicker td,
.datepicker th {
  padding: 5px 10px;
}

/*******************
Form icheck
******************/
.icolors,
.icheck-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.icolors>li {
  padding: 0;
  margin: 2px;
  float: left;
  display: inline-block;
  height: 30px;
  width: 30px;
  background: #263238;
  text-align: center;
}

.icolors>li.active:after {
  content: "\2713 ";
  color: #ffffff;
  line-height: 30px;
}

.icolors>li:first-child {
  margin-left: 0;
}

.icolors>li.orange {
  background: #f62d51;
}

.icolors>li.yellow {
  background: #ffbc34;
}

.icolors>li.info {
  background: #166899;
}

.icolors>li.green {
  background: #55ce63;
}

.icolors>li.red {
  background: #fb3a3a;
}

.icolors>li.purple {
  background: #7460ee;
}

.icolors>li.blue {
  background: #02bec9;
}

.icheck-list {
  float: left;
  padding-right: 50px;
  padding-top: 10px;
}

.icheck-list li {
  padding-bottom: 5px;
}

.icheck-list li label {
  padding-left: 10px;
}

/*******************
Form summernote
******************/
.note-popover,
.note-icon-caret {
  display: none;
}

.note-editor.note-frame {
  border: 1px solid #d9d9d9;
}

.note-editor.note-frame .panel-heading {
  padding: 6px 10px 10px;
  border-bottom: 1px solid #bdbdbd;
}

.label {
  display: inline-block;
}

/*******************
Table-Layout
******************/
.table thead th,
.table th {
  border: 0px;
}

.color-table.primary-table thead th {
  background-color: #7460ee;
  color: #ffffff;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: #f6f6f6;
}

.color-table.success-table thead th {
  background-color: #55ce63;
  color: #ffffff;
}

.color-table.info-table thead th {
  background-color: #166899;
  color: #ffffff;
}

.color-table.warning-table thead th {
  background-color: #ffbc34;
  color: #ffffff;
}

.color-table.danger-table thead th {
  background-color: #f62d51;
  color: #ffffff;
}

.color-table.inverse-table thead th {
  background-color: #2f3d4a;
  color: #ffffff;
}

.color-table.dark-table thead th {
  background-color: #263238;
  color: #ffffff;
}

.color-table.red-table thead th {
  background-color: #fb3a3a;
  color: #ffffff;
}

.color-table.purple-table thead th {
  background-color: #7460ee;
  color: #ffffff;
}

.color-table.muted-table thead th {
  background-color: #90a4ae;
  color: #ffffff;
}

.color-bordered-table.primary-bordered-table {
  border: 2px solid #7460ee;
}

.color-bordered-table.primary-bordered-table thead th {
  background-color: #7460ee;
  color: #ffffff;
}

.color-bordered-table.success-bordered-table {
  border: 2px solid #55ce63;
}

.color-bordered-table.success-bordered-table thead th {
  background-color: #55ce63;
  color: #ffffff;
}

.color-bordered-table.info-bordered-table {
  border: 2px solid #166899;
}

.color-bordered-table.info-bordered-table thead th {
  background-color: #166899;
  color: #ffffff;
}

.color-bordered-table.warning-bordered-table {
  border: 2px solid #ffbc34;
}

.color-bordered-table.warning-bordered-table thead th {
  background-color: #ffbc34;
  color: #ffffff;
}

.color-bordered-table.danger-bordered-table {
  border: 2px solid #f62d51;
}

.color-bordered-table.danger-bordered-table thead th {
  background-color: #f62d51;
  color: #ffffff;
}

.color-bordered-table.inverse-bordered-table {
  border: 2px solid #2f3d4a;
}

.color-bordered-table.inverse-bordered-table thead th {
  background-color: #2f3d4a;
  color: #ffffff;
}

.color-bordered-table.dark-bordered-table {
  border: 2px solid #263238;
}

.color-bordered-table.dark-bordered-table thead th {
  background-color: #263238;
  color: #ffffff;
}

.color-bordered-table.red-bordered-table {
  border: 2px solid #fb3a3a;
}

.color-bordered-table.red-bordered-table thead th {
  background-color: #fb3a3a;
  color: #ffffff;
}

.color-bordered-table.purple-bordered-table {
  border: 2px solid #7460ee;
}

.color-bordered-table.purple-bordered-table thead th {
  background-color: #7460ee;
  color: #ffffff;
}

.color-bordered-table.muted-bordered-table {
  border: 2px solid #90a4ae;
}

.color-bordered-table.muted-bordered-table thead th {
  background-color: #90a4ae;
  color: #ffffff;
}

.full-color-table.full-primary-table {
  background-color: #f1effd;
}

.full-color-table.full-primary-table thead th {
  background-color: #7460ee;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-primary-table tbody td {
  border: 0;
}

.full-color-table.full-primary-table tr:hover {
  background-color: #7460ee;
  color: #ffffff;
}

.full-color-table.full-success-table {
  background-color: #e8fdeb;
}

.full-color-table.full-success-table thead th {
  background-color: #55ce63;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-success-table tbody td {
  border: 0;
}

.full-color-table.full-success-table tr:hover {
  background-color: #55ce63;
  color: #ffffff;
}

.full-color-table.full-info-table {
  background-color: #cfecfe;
}

.full-color-table.full-info-table thead th {
  background-color: #166899;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-info-table tbody td {
  border: 0;
}

.full-color-table.full-info-table tr:hover {
  background-color: #166899;
  color: #ffffff;
}

.full-color-table.full-warning-table {
  background-color: #fff8ec;
}

.full-color-table.full-warning-table thead th {
  background-color: #ffbc34;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-warning-table tbody td {
  border: 0;
}

.full-color-table.full-warning-table tr:hover {
  background-color: #ffbc34;
  color: #ffffff;
}

.full-color-table.full-danger-table {
  background-color: #f9e7eb;
}

.full-color-table.full-danger-table thead th {
  background-color: #f62d51;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-danger-table tbody td {
  border: 0;
}

.full-color-table.full-danger-table tr:hover {
  background-color: #f62d51;
  color: #ffffff;
}

.full-color-table.full-inverse-table {
  background-color: #f6f6f6;
}

.full-color-table.full-inverse-table thead th {
  background-color: #2f3d4a;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-inverse-table tbody td {
  border: 0;
}

.full-color-table.full-inverse-table tr:hover {
  background-color: #2f3d4a;
  color: #ffffff;
}

.full-color-table.full-dark-table {
  background-color: rgba(43, 43, 43, 0.8);
}

.full-color-table.full-dark-table thead th {
  background-color: #263238;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-dark-table tbody td {
  border: 0;
  color: #ffffff;
}

.full-color-table.full-dark-table tr:hover {
  background-color: #263238;
  color: #ffffff;
}

.full-color-table.full-red-table {
  background-color: #f9e7eb;
}

.full-color-table.full-red-table thead th {
  background-color: #fb3a3a;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-red-table tbody td {
  border: 0;
}

.full-color-table.full-red-table tr:hover {
  background-color: #fb3a3a;
  color: #ffffff;
}

.full-color-table.full-purple-table {
  background-color: #f1effd;
}

.full-color-table.full-purple-table thead th {
  background-color: #7460ee;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-purple-table tbody td {
  border: 0;
}

.full-color-table.full-purple-table tr:hover {
  background-color: #7460ee;
  color: #ffffff;
}

.full-color-table.full-muted-table {
  background-color: rgba(152, 166, 173, 0.2);
}

.full-color-table.full-muted-table thead th {
  background-color: #90a4ae;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-muted-table tbody td {
  border: 0;
}

.full-color-table.full-muted-table tr:hover {
  background-color: #90a4ae;
  color: #ffffff;
}

/*******************
Table-Data Table
******************/
.dt-buttons {
  display: inline-block;
  padding-top: 5px;
}

.dt-buttons .dt-button {
  padding: 5px 15px;
  border-radius: 4px;
  background: #166899;
  color: #ffffff;
  margin-right: 3px;
}

.dt-buttons .dt-button:hover {
  background: #2f3d4a;
}

.dataTables_info,
.dataTables_length {
  display: inline-block;
}

.dataTables_filter {
  float: right;
}

.dataTables_filter input {
  border: 1px solid #d9d9d9;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}

.dataTables_wrapper {
  overflow: auto;
}

.dataTables_wrapper .dataTables_paginate {
  position: absolute;
  top: -30px;
  right: 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  *cursor: hand;
  color: #222;
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:first-child .page-link,
.dataTables_wrapper .dataTables_paginate .paginate_button:last-child .page-link {
  padding: 0 16px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled {
  display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.page-item.active .page-link {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #ffffff;
  border: 1px solid #166899;
  background-color: #166899;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled a,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled a:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled a:active {
  cursor: default;
  color: #222;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #222;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

@media (max-width: 767px) {
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
  }
}

/*******************
Table- responsive
******************/
.tablesaw-bar .btn-group label {
  color: #222 !important;
}

/*******************
Table- editable table
******************/
.dt-bootstrap {
  display: block;
}

.paging_simple_numbers .pagination .paginate_button {
  padding: 0px;
  background: none !important;
}

.paging_simple_numbers .pagination .paginate_button:hover {
  background: #ffffff;
}

.paging_simple_numbers .pagination .paginate_button a {
  font-size: 1.3rem;
  text-decoration: none;
  transition: 250ms;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 2px;
  height: 20px;
  min-width: 20px;
  border-radius: 30px;
  border: 1px solid #adadad;
  background: #ffffff;
  line-height: 18px;
  padding: 0;
  color: #666;
  letter-spacing: .03em;
  text-align: center;
}

.paging_simple_numbers .pagination .paginate_button a.active a,
.paging_simple_numbers .pagination .paginate_button a:hover a {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.paging_simple_numbers .pagination .paginate_button a:hover {
  color: #ffffff !important;
  border: 1px solid #676d73;
  background-color: #676d73;
}

/*******************
Table- Footable
******************/
/*******************
Footable Table
******************/
#demo-foo-accordion .open>.dropdown-menu {
  display: block;
}

#demo-foo-accordion2 .open>.dropdown-menu {
  display: block;
}

#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: #ffffff;
  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: #ffffff;
  border-color: #ddd;
}

.footable .pagination li:first-child a {
  margin-left: 0;
  border-bottom-left-radius: .25rem;
  border-top-left-radius: .25rem;
}

/*******************
Icon list fontawesom
******************/
.icon-list-demo div {
  cursor: pointer;
  line-height: 60px;
  white-space: nowrap;
  color: #222;
}

.icon-list-demo div:hover {
  color: #263238;
}

.icon-list-demo div p {
  margin: 10px 0;
  padding: 5px 0;
}

.icon-list-demo i {
  -webkit-transition: all 0.2s;
  -webkit-transition: font-size .2s;
  display: inline-block;
  font-size: 18px;
  margin: 0 15px 0 10px;
  text-align: left;
  transition: all 0.2s;
  transition: font-size .2s;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
}

.icon-list-demo .col-md-4,
.icon-list-demo .col-3 {
  border-radius: 4px;
}

.icon-list-demo .col-md-4:hover,
.icon-list-demo .col-3:hover {
  background-color: #ebf3f5;
}

.icon-list-demo .div:hover i {
  font-size: 2em;
}

/*******************
Icon list material icon
******************/
.material-icon-list-demo .mdi {
  font-size: 21px;
}

/*******************
Gridstack Dragable portlet
******************/
.grid-stack-item-content {
  background: #fff;
  color: #2b2b2b;
  text-align: center;
  font-size: 20px;
}

.grid-stack>.grid-stack-item>.grid-stack-item-content {
  border: 1px solid #bdbdbd;
}

/*******************
Bootstrap Switch
******************/
.bootstrap-switch,
.bootstrap-switch .bootstrap-switch-container {
  border-radius: 2px;
}

.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  color: #ffffff;
  background: #7460ee;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
  color: #ffffff;
  background: #166899;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
  color: #ffffff;
  background: #55ce63;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
  color: #ffffff;
  background: #ffbc34;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
  color: #ffffff;
  background: #f62d51;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
  color: #263238;
  background: #f6f6f6;
}

.onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #55ce63;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 27px;
  background-color: #55ce63;
  color: #FFFFFF;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 24px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 23px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 2px solid #55ce63;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/*******************
Date paginator page
******************/
.dp-selected[style] {
  background-color: #166899 !important;
}

.datepaginator-sm .pagination li a,
.datepaginator-lg .pagination li a,
.datepaginator .pagination li a {
  padding: 0 5px;
  height: 60px;
  border: 1px solid #bdbdbd;
  float: left;
  position: relative;
}

/*******************
sweet alert page
******************/
.model_img {
  cursor: pointer;
}

/*******************
Grid page
******************/
.show-grid {
  margin-bottom: 10px;
  padding: 0 15px;
}

.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #d9d9d9;
  background-color: #f6f6f6;
}

/*******************
Vertical tabs
******************/
.vtabs {
  display: table;
}

.vtabs .tabs-vertical {
  width: 150px;
  border-bottom: 0px;
  border-right: 1px solid #bdbdbd;
  display: table-cell;
  vertical-align: top;
}

.vtabs .tabs-vertical li .nav-link {
  color: #263238;
  margin-bottom: 10px;
  border: 0px;
  border-radius: 4px 0 0 4px;
}

.vtabs .tab-content {
  display: table-cell;
  padding: 20px;
  vertical-align: top;
}

.tabs-vertical li .nav-link.active,
.tabs-vertical li .nav-link:hover,
.tabs-vertical li .nav-link.active:focus {
  background: #166899;
  border: 0px;
  color: #ffffff;
}

/*Custom vertical tab*/
.customvtab .tabs-vertical li .nav-link.active,
.customvtab .tabs-vertical li .nav-link:hover,
.customvtab .tabs-vertical li .nav-link:focus {
  background: #ffffff;
  border: 0px;
  border-right: 2px solid #166899;
  margin-right: -1px;
  color: #166899;
}

.tabcontent-border {
  border: 1px solid #bdbdbd;
  border-top: 0px;
}

.customtab2 li a.nav-link {
  border: 0px;
  margin-right: 3px;
  color: #222;
}

.customtab2 li a.nav-link.active {
  background: #166899;
  color: #ffffff;
}

.customtab2 li a.nav-link:hover {
  color: #ffffff;
  background: #166899;
}

/*******************
Progress bar
******************/
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-vertical {
  min-height: 250px;
  height: 250px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}

.progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
  transform: rotate(180deg);
}

.progress-animated {
  -webkit-animation-duration: 5s;
  -webkit-animation-name: myanimation;
  -webkit-transition: 5s all;
  animation-duration: 5s;
  animation-name: myanimation;
  transition: 5s all;
}

@-webkit-keyframes myanimation {
  from {
    width: 0;
  }
}

@keyframes myanimation {
  from {
    width: 0;
  }
}

/*******************
Notification page Jquery toaster
******************/
.jq-icon-info {
  background-color: #166899;
  color: #ffffff;
}

.jq-icon-success {
  background-color: #55ce63;
  color: #ffffff;
}

.jq-icon-error {
  background-color: #f62d51;
  color: #ffffff;
}

.jq-icon-warning {
  background-color: #ffbc34;
  color: #ffffff;
}

.alert-rounded {
  border-radius: 60px;
}

/*******************
list and media
******************/
.list-group a.list-group-item:hover {
  background: #f6f6f6;
}

.list-group-item.active,
.list-group .list-group-item.active:hover {
  background: #166899;
  border-color: #166899;
}

.list-group-item.disabled {
  color: #90a4ae;
  background: #f6f6f6;
}

.media {
  border: 1px solid #bdbdbd;
  margin-bottom: 10px;
  padding: 15px;
}

/*******************
User card page
******************/
.el-element-overlay ul li {
  list-style-type: none;
  display: inline-block;
}

.el-element-overlay .gals-list {
  display: inline-block;
  margin: 0;
  background: #fff;
  padding: 9px 6px 0;
  border: solid 1px #bdbdbd;
}

.el-element-overlay .gals-list li {
  width: 106px;
  margin: 0 3px 10px;
}

.el-element-overlay .gals-list li .card {
  margin-bottom: 0 !important;
}

.el-element-overlay .gals-list li .label {
  height: 15px;
  padding: 0 4px;
  line-height: 15px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 8px;
  font-size: 90%;
  margin: 3px 8px 0 0;
}

.el-element-overlay .gals-list li .box-title {
  width: 104px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  word-break: break-all;
  padding: 0 2px 0;
}

.el-element-overlay .gals-list li.large {
  width: 170px !important;
  margin: 0 3px 10px;
}

.el-element-overlay .gals-list li.large .card {
  margin-bottom: 0 !important;
}

.el-element-overlay .gals-list li.large .label {
  height: 14px;
  padding: 0 4px;
  line-height: 14px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 8px;
  font-size: 80%;
  margin: 3px 8px 0 0;
}

.el-element-overlay .gals-list li.large .box-title {
  width: 168px !important;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  word-break: break-all;
}

.el-element-overlay .gals-list-sort {
  margin: 8px 0 0 0;
  background: #fff;
  padding: 6px 3px 0px;
  border: solid 1px #bdbdbd;
  cursor: move;
}

.el-element-overlay .gals-list-sort li {
  width: 106px;
  margin: 0 3px 6px;
  display: block;
  float: left;
}

.el-element-overlay .gals-list-sort li .card {
  margin-bottom: 0 !important;
}

.el-element-overlay .gals-list-sort li .label {
  height: 14px;
  padding: 0 4px;
  line-height: 14px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 8px;
  font-size: 80%;
  margin: 3px 8px 0 0;
}

.el-element-overlay .gals-list-sort li .box-title {
  width: 100%;
  height: 24px;
  line-height: 22px;
  word-break: break-all;
  border-bottom: solid 1px #e0e0e0;
  overflow: hidden;
  padding: 0 2px 0 2px;
}

.btn-list-left {
  padding: 10px 0;
}

.btn-list-left li {
  margin: 0 5px 0 0;
}

.btn-list-left li .app-search {
  position: relative;
  display: inline-block;
}

.btn-list-left li .app-search input {
  width: 200px;
  height: 32px;
  border-radius: 0.25rem;
  font-size: 1.3rem;
  -webkit-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  padding: 0px 15px;
  line-height: 32px;
}

.btn-list-left li .app-search input:focus {
  width: 240px;
}

.btn-list-left li .form-control {
  color: #222 !important;
  display: initial;
}

.btn-list-left li .app-search .srh-btn {
  position: absolute;
  top: 7px;
  cursor: pointer;
  background: #ffffff;
  width: 15px;
  height: 15px;
  right: 15px;
  font-size: 14px;
}

.btn-list-left li button {
  padding: 6px 12px;
}

.btn-list-right-1 {
  padding: 10px 0;
  text-align: right;
}

.btn-list-right-1 li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
}

.btn-list-right-1 li button {
  padding: 6px 12px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-tap-highlight-color: transparent;
  font-weight: 700;
}

.btn-list-right-1 li .dropdown-menu a.dropdown-item:active {
  background: #67c1b9;
  color: #ffffff;
  font-weight: 400;
}

.btn-list-right-2 {
  padding: 10px 0;
  text-align: right;
}

.btn-list-right-2 li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
}

.btn-list-right-2 li button {
  padding: 6px 12px;
  text-align: center;
}

.btn-list-right-3 {
  padding: 10px 0;
  text-align: right;
}

.btn-list-right-3 li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
}

.btn-list-right-3 li button {
  width: 78px;
  padding: 6px 12px;
  text-align: center;
}

.btn-list-right-3 li:nth-child(2) button {
  width: 122px !important;
}

.el-element-overlay .white-box {
  padding: 0px;
}

.el-element-overlay .el-card-item {
  position: relative;
  padding-bottom: 25px;
}

.el-element-overlay .el-card-item .el-card-avatar {
  margin-bottom: 15px;
}

.el-element-overlay .el-card-item .el-card-content {
  text-align: center;
}

.el-element-overlay .el-card-item .el-card-content h3 {
  margin: 0px;
}

.el-element-overlay .el-card-item .el-card-content a {
  color: #222;
}

.el-element-overlay .el-card-item .el-card-content a:hover {
  color: #166899;
}

.el-element-overlay .el-card-item .el-overlay-1 {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  position: relative;
}

.el-element-overlay .el-card-item .el-overlay-1 img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  width: 100%;
  height: auto;
}

.el-element-overlay .el-card-item .el-overlay-1:hover img {
  -ms-transform: scale(1.2) translateZ(0);
  -webkit-transform: scale(1.2) translateZ(0);
  /* transform: scale(1.2) translateZ(0); */
}

.el-element-overlay .el-card-item .el-overlay-1 .el-info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) translateZ(0);
  -webkit-transform: translateY(-50%) translateZ(0);
  -ms-transform: translateY(-50%) translateZ(0);
}

.el-element-overlay .el-card-item .el-overlay-1 .el-info>li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}

.el-element-overlay .el-card-item .el-overlay-1 .el-info>li a {
  border-color: #ffffff;
  color: #ffffff;
  padding: 12px 15px 10px;
}

.el-element-overlay .el-card-item .el-overlay-1 .el-info>li a:hover {
  background: #166899;
  border-color: #166899;
}

.el-element-overlay .el-card-item .el-overlay-2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  position: relative;
}

.el-element-overlay .el-card-item .el-overlay-2 img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  width: 100%;
  height: auto;
}

.el-element-overlay .el-card-item .el-overlay-2:hover img {
  -ms-transform: scale(1.2) translateZ(0);
  -webkit-transform: scale(1.2) translateZ(0);
  /* transform: scale(1.2) translateZ(0); */
}

.el-element-overlay .el-card-item .el-overlay-2 .el-info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) translateZ(0);
  -webkit-transform: translateY(-50%) translateZ(0);
  -ms-transform: translateY(-50%) translateZ(0);
}

.el-element-overlay .el-card-item .el-overlay-2 .el-info>li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}

.el-element-overlay .el-card-item .el-overlay-2 .el-info>li a {
  border-color: #ffffff;
  color: #ffffff;
  padding: 12px 15px 10px;
}

.el-element-overlay .el-card-item .el-overlay-2 .el-info>li a:hover {
  background: #166899;
  border-color: #166899;
}

.el-element-overlay .el-card-item .el-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.el-element-overlay .el-card-item .el-overlay-1:hover .el-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.el-element-overlay .el-card-item .el-overlay-1 .scrl-dwn {
  top: -100%;
}

.el-element-overlay .el-card-item .el-overlay-1 .scrl-up {
  top: 100%;
  height: 0px;
}

.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-dwn {
  top: 0px;
}

.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-up {
  top: 0px;
  height: 100%;
}

.el-element-overlay .el-card-item .el-overlay-2:hover .el-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.el-element-overlay .el-card-item .el-overlay-2 .scrl-dwn {
  top: -100%;
}

.el-element-overlay .el-card-item .el-overlay-2 .scrl-up {
  top: 100%;
  height: 0px;
}

.el-element-overlay .el-card-item .el-overlay-2:hover .scrl-dwn {
  top: 0px;
}

.el-element-overlay .el-card-item .el-overlay-2:hover .scrl-up {
  top: 0px;
  height: 100%;
}

.el-element-overlay .el-girl-item {
  position: relative;
  padding: 0;
  border: 1px solid #bdbdbd;
  overflow: hidden;
}

.el-element-overlay .el-girl-item .el-girl-avatar {
  margin-bottom: 15px;
}

.el-element-overlay .el-girl-item .el-girl-content {
  text-align: center;
}

.el-element-overlay .el-girl-item .el-girl-content h3 {
  margin: 0px;
  font-size: 12px;
  background: #efefef;
  font-weight: bold;
  text-align: center;
}

.el-element-overlay .el-girl-item .el-girl-content p {
  margin: 0;
  padding: 0;
}

.el-element-overlay .el-girl-item .el-girl-content small {
  font-size: 1.2rem;
}

.el-element-overlay .el-girl-item .el-girl-content .btn-box {
  display: flex;
  margin: 0 auto;
  text-align: center;
}

.el-element-overlay .el-girl-item .el-girl-content .btn-box p {
  display: inine-block;
}

.el-element-overlay .el-girl-item .el-girl-content .btn-box p a {
  width: 60px;
  margin: 0 2px 0 5px;
}

.el-element-overlay .el-girl-item .el-girl-content .btn-box p:last-child a {
  width: 60px;
  margin: 0px 5px 0 2px;
}

.el-element-overlay .el-girl-item .el-girl-content a {
  margin: 0 1px;
  color: #222;
}

.el-element-overlay .el-girl-item .el-girl-content a:hover {
  color: #222;
}

.el-element-overlay .el-girl-item .el-overlay-1 {
  max-width: 66px;
  height: 88px;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 0 auto;
  cursor: default;
}

.el-element-overlay .el-girl-item .el-overlay-1 img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  width: 100%;
  height: auto;
}

.el-element-overlay .el-girl-item .el-overlay-1:hover img {
  /* -ms-transform: scale(1.2) translateZ(0); */
  /* -webkit-transform: scale(1.2) translateZ(0); */
  /* transform: scale(1.2) translateZ(0); */
}

.el-element-overlay .el-girl-item .el-overlay-1 figure {
  position: relative;
  overflow: hidden;
  width: 66px;
  height: 88px;
}

.el-element-overlay .el-girl-item .el-overlay-1 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.el-element-overlay .el-girl-item .el-overlay-1 figcaption .btn-box {
  display: block;
  margin: 8px auto 0;
  text-align: center;
}

.el-element-overlay .el-girl-item .el-overlay-1 figcaption .btn-box p {
  display: block;
  margin: 0 auto 8px;
}

.el-element-overlay .el-girl-item .el-overlay-1 figcaption .btn-box p a {
  width: 54px;
  margin: 0 auto;
}

.el-element-overlay .el-girl-item .el-overlay-1 figcaption .btn-box p:last-child a {
  width: 54px;
  margin: 0 auto;
}

.el-element-overlay .el-girl-item .el-overlay-1 figure:hover figcaption {
  opacity: 1;
}

.el-element-overlay .el-girl-item .el-overlay-1 .el-info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) translateZ(0);
  -webkit-transform: translateY(-50%) translateZ(0);
  -ms-transform: translateY(-50%) translateZ(0);
}

.el-element-overlay .el-girl-item .el-overlay-1 .el-info>li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}

.el-element-overlay .el-girl-item .el-overlay-1 .el-info>li a {
  border-color: #ffffff;
  color: #ffffff;
  padding: 12px 15px 10px;
}

.el-element-overlay .el-girl-item .el-overlay-1 .el-info>li a:hover {
  background: #166899;
  border-color: #166899;
}

.el-element-overlay .el-girl-item .el-overlay-2 {
  height: 134px;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 5px;
}

.el-element-overlay .el-girl-item .el-overlay-2 img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  width: 66px;
  height: 88px;
  object-fit: cover;
  cursor: move;
  margin: 0 auto;
}

.el-element-overlay .el-girl-item .el-overlay-2 .label {
  height: 15px;
  padding: 0 4px;
  line-height: 15px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 8px;
  font-size: 90%;
  margin: 3px 0 0 3px;
}

.el-element-overlay .el-girl-item .el-overlay-2:hover img {
  /* -ms-transform: scale(1.2) translateZ(0); */
  /* -webkit-transform: scale(1.2) translateZ(0); */
  /* transform: scale(1.2) translateZ(0); */
}

.el-element-overlay .el-girl-item .el-overlay-2 .el-info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) translateZ(0);
  -webkit-transform: translateY(-50%) translateZ(0);
  -ms-transform: translateY(-50%) translateZ(0);
}

.el-element-overlay .el-girl-item .el-overlay-2 .el-info>li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}

.el-element-overlay .el-girl-item .el-overlay-2 .el-info>li a {
  border-color: #ffffff;
  color: #ffffff;
  padding: 12px 15px 10px;
}

.el-element-overlay .el-girl-item .el-overlay-2 .el-info>li a:hover {
  background: #166899;
  border-color: #166899;
}

.el-element-overlay .el-girl-item .el-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.el-element-overlay .el-girl-item .el-overlay-1:hover .el-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.el-element-overlay .el-girl-item .el-overlay-1 .scrl-dwn {
  top: -100%;
}

.el-element-overlay .el-girl-item .el-overlay-1 .scrl-up {
  top: 100%;
  height: 0px;
}

.el-element-overlay .el-girl-item .el-overlay-1:hover .scrl-dwn {
  top: 0px;
}

.el-element-overlay .el-girl-item .el-overlay-1:hover .scrl-up {
  top: 0px;
  height: 100%;
}

.el-element-overlay .el-girl-item .el-overlay-2:hover .el-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.el-element-overlay .el-girl-item .el-overlay-2 .scrl-dwn {
  top: -100%;
}

.el-element-overlay .el-girl-item .el-overlay-2 .scrl-up {
  top: 100%;
  height: 0px;
}

.el-element-overlay .el-girl-item .el-overlay-2:hover .scrl-dwn {
  top: 0px;
}

.el-element-overlay .el-girl-item .el-overlay-2:hover .scrl-up {
  top: 0px;
  height: 100%;
}

.el-element-overlay .large .el-girl-item {
  position: relative;
  padding: 0;
  border: 1px solid #bdbdbd;
}

.el-element-overlay .large .el-girl-item .el-girl-avatar {
  margin-bottom: 15px;
}

.el-element-overlay .large .el-girl-item .el-girl-content {
  text-align: center;
}

.el-element-overlay .large .el-girl-item .el-girl-content h3 {
  margin: 0px;
  font-size: 1.2rem !important;
  background: #efefef;
  font-weight: bold;
  text-align: center;
}

.el-element-overlay .large .el-girl-item .el-girl-content p {
  margin: 0;
  padding: 0;
}

.el-element-overlay .large .el-girl-item .el-girl-content small {
  font-size: 1.2rem;
}

.el-element-overlay .large .el-girl-item .el-girl-content .btn-box {
  display: flex;
  margin: 0 auto;
  text-align: center;
}

.el-element-overlay .large .el-girl-item .el-girl-content .btn-box p {
  display: inine-block;
}

.el-element-overlay .large .el-girl-item .el-girl-content .btn-box p a {
  width: 60px;
  margin: 0 2px 0 5px;
}

.el-element-overlay .large .el-girl-item .el-girl-content .btn-box p:last-child a {
  width: 60px;
  margin: 0px 5px 0 2px;
}

.el-element-overlay .large .el-girl-item .el-girl-content a {
  margin: 0 1px;
  color: #222;
}

.el-element-overlay .large .el-girl-item .el-girl-content a:hover {
  color: #222;
}

.el-element-overlay .large .el-girl-item .el-overlay-1 {
  max-width: 140px !important;
  height: 187px !important;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 0 auto;
  cursor: default;
}

.el-element-overlay .large .el-girl-item .el-overlay-1 img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  width: 100%;
  height: auto;
}

.el-element-overlay .large .el-girl-item .el-overlay-1:hover img {
  /* -ms-transform: scale(1.2) translateZ(0); */
  /* -webkit-transform: scale(1.2) translateZ(0); */
  /* transform: scale(1.2) translateZ(0); */
}

.el-element-overlay .large .el-girl-item .el-overlay-1 figure {
  position: relative;
  overflow: hidden;
  width: 140px !important;
  height: 187px;
}

.el-element-overlay .large .el-girl-item .el-overlay-1 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.el-element-overlay .large .el-girl-item .el-overlay-1 figcaption .btn-box {
  display: block;
  margin: 61px auto 0 !important;
  text-align: center;
}

.el-element-overlay .large .el-girl-item .el-overlay-1 figcaption .btn-box p {
  display: block;
  margin: 0 auto 8px;
}

.el-element-overlay .large .el-girl-item .el-overlay-1 figcaption .btn-box p a {
  width: 54px;
  margin: 0 auto;
}

.el-element-overlay .large .el-girl-item .el-overlay-1 figcaption .btn-box p:last-child a {
  width: 54px;
  margin: 0 auto;
}

.el-element-overlay .large .el-girl-item .el-overlay-1 figure:hover figcaption {
  opacity: 1;
}

.el-element-overlay .large .el-girl-item .el-overlay-1 .el-info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) translateZ(0);
  -webkit-transform: translateY(-50%) translateZ(0);
  -ms-transform: translateY(-50%) translateZ(0);
}

.el-element-overlay .large .el-girl-item .el-overlay-1 .el-info>li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}

.el-element-overlay .large .el-girl-item .el-overlay-1 .el-info>li a {
  border-color: #ffffff;
  color: #ffffff;
  padding: 12px 15px 10px;
}

.el-element-overlay .large .el-girl-item .el-overlay-1 .el-info>li a:hover {
  background: #166899;
  border-color: #166899;
}

.el-element-overlay .large .el-girl-item .el-overlay-2 {
  max-width: 98px;
  height: 128px;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 0 auto;
  cursor: default;
}

.el-element-overlay .large .el-girl-item .el-overlay-2 img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  width: 100%;
  height: auto;
}

.el-element-overlay .large .el-girl-item .el-overlay-2:hover img {
  /* -ms-transform: scale(1.2) translateZ(0); */
  /* -webkit-transform: scale(1.2) translateZ(0); */
  /* transform: scale(1.2) translateZ(0); */
}

.el-element-overlay .large .el-girl-item .el-overlay-2 .el-info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) translateZ(0);
  -webkit-transform: translateY(-50%) translateZ(0);
  -ms-transform: translateY(-50%) translateZ(0);
}

.el-element-overlay .large .el-girl-item .el-overlay-2 .el-info>li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}

.el-element-overlay .large .el-girl-item .el-overlay-2 .el-info>li a {
  border-color: #ffffff;
  color: #ffffff;
  padding: 12px 15px 10px;
}

.el-element-overlay .large .el-girl-item .el-overlay-2 .el-info>li a:hover {
  background: #166899;
  border-color: #166899;
}

.el-element-overlay .large .el-girl-item .el-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.el-element-overlay .large .el-girl-item .el-overlay-1:hover .el-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.el-element-overlay .large .el-girl-item .el-overlay-1 .scrl-dwn {
  top: -100%;
}

.el-element-overlay .large .el-girl-item .el-overlay-1 .scrl-up {
  top: 100%;
  height: 0px;
}

.el-element-overlay .large .el-girl-item .el-overlay-1:hover .scrl-dwn {
  top: 0px;
}

.el-element-overlay .large .el-girl-item .el-overlay-1:hover .scrl-up {
  top: 0px;
  height: 100%;
}

.el-element-overlay .large .el-girl-item .el-overlay-2:hover .el-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.el-element-overlay .large .el-girl-item .el-overlay-2 .scrl-dwn {
  top: -100%;
}

.el-element-overlay .large .el-girl-item .el-overlay-2 .scrl-up {
  top: 100%;
  height: 0px;
}

.el-element-overlay .large .el-girl-item .el-overlay-2:hover .scrl-dwn {
  top: 0px;
}

.el-element-overlay .large .el-girl-item .el-overlay-2:hover .scrl-up {
  top: 0px;
  height: 100%;
}

/*******************
Timeline page
******************/
.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #f6f6f6;
}

.timeline>li {
  position: relative;
  margin-bottom: 20px;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.timeline>li>.timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -8px;
  border-top: 8px solid transparent;
  border-right: 0 solid #bdbdbd;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #bdbdbd;
}

.timeline>li>.timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -7px;
  border-top: 7px solid transparent;
  border-right: 0 solid #ffffff;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ffffff;
}

.timeline>li>.timeline-badge {
  z-index: 10;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  overflow: hidden;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  right: auto;
  left: -8px;
  border-right-width: 8px;
  border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  right: auto;
  left: -7px;
  border-right-width: 7px;
  border-left-width: 0;
}

.timeline-badge.primary {
  background-color: #7460ee;
}

.timeline-badge.success {
  background-color: #55ce63;
}

.timeline-badge.warning {
  background-color: #ffbc34;
}

.timeline-badge.danger {
  background-color: #f62d51;
}

.timeline-badge.info {
  background-color: #166899;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
  font-weight: 400;
}

.timeline-body>p,
.timeline-body>ul {
  margin-bottom: 0;
}

.timeline-body>p+p {
  margin-top: 5px;
}

/*******************
Horizontal Timeline page
******************/
.cd-horizontal-timeline .events a {
  padding-bottom: 6px;
  color: #166899;
}

.cd-horizontal-timeline .filling-line,
.cd-horizontal-timeline .events a.selected::after {
  background: #166899;
}

.cd-horizontal-timeline .events a.selected::after {
  border-color: #166899;
}

.myadmin-dd .dd-list .dd-item .dd-handle {
  background: #ffffff;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 8px 16px;
  height: auto;
  font-family: "yen", "Noto Sans JP", "Open Sans", Meiryo, "メイリオ", Arial, sans-serif;
  font-weight: 400;
  border-radius: 0;
}

.myadmin-dd-empty .dd-list .dd3-content {
  height: auto;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 8px 16px 8px 46px;
  background: #ffffff;
  font-weight: 400;
}

.myadmin-dd-empty .dd-list .dd3-handle {
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-bottom: 0;
  background: #ffffff;
  height: 36px;
  width: 36px;
}

.dd3-handle:before {
  color: #222;
  top: 7px;
}

/*******************
ribbons page
******************/
.ribbon-wrapper,
.ribbon-wrapper-reverse,
.ribbon-wrapper-bottom,
.ribbon-wrapper-right-bottom {
  position: relative;
  padding: 50px 15px 15px 15px;
}

.ribbon-vwrapper {
  padding: 15px 15px 15px 50px;
  position: relative;
}

.ribbon-overflow {
  overflow: hidden;
}

.ribbon-vwrapper-reverse {
  padding: 15px 50px 15px 15px;
}

.ribbon-wrapper-bottom {
  padding: 15px 15px 50px 50px;
}

.ribbon-wrapper-right-bottom {
  padding: 15px 50px 50px 15px;
}

.ribbon-content {
  margin-bottom: 0px;
}

.ribbon {
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  clear: left;
  position: absolute;
  top: 12px;
  left: -2px;
  color: #ffffff;
}

.ribbon-bookmark:before {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border: 15px solid #263238;
  border-right: 10px solid transparent;
}

.ribbon-right {
  left: auto;
  right: -2px;
}

.ribbon-bookmark.ribbon-right:before {
  right: 100%;
  left: auto;
  border-right: 15px solid #263238;
  border-left: 10px solid transparent;
}

.ribbon-vertical-l,
.ribbon-vertical-r {
  clear: none;
  padding: 0 5px;
  height: 70px;
  width: 30px;
  line-height: 70px;
  text-align: center;
  left: 12px;
  top: -2px;
}

.ribbon-vertical-r {
  left: auto;
  right: 12px;
}

.ribbon-bookmark.ribbon-vertical-l:before,
.ribbon-bookmark.ribbon-vertical-r:before {
  top: 100%;
  left: 0;
  margin-top: -14px;
  border-right: 15px solid #263238;
  border-bottom: 10px solid transparent;
}

.ribbon-badge {
  top: 15px;
  overflow: hidden;
  left: -90px;
  width: 100%;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ribbon-badge.ribbon-right {
  left: auto;
  right: -90px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ribbon-badge.ribbon-bottom {
  top: auto;
  bottom: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ribbon-badge.ribbon-right.ribbon-bottom {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ribbon-corner {
  top: 0;
  left: 0;
  background-color: transparent !important;
  padding: 6px 0 0 10px;
}

.ribbon-corner i {
  position: relative;
}

.ribbon-corner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border: 30px solid transparent;
  border-top-color: #166899;
  border-left-color: #166899;
}

.ribbon-corner.ribbon-right:before {
  right: 0;
  left: auto;
  border-right-color: #526069;
  border-left-color: transparent;
}

.ribbon-corner.ribbon-right {
  right: 0;
  left: auto;
  padding: 6px 10px 0 0;
}

.ribbon-corner.ribbon-bottom:before {
  top: auto;
  bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #526069;
}

.ribbon-corner.ribbon-bottom {
  bottom: 0;
  top: auto;
  padding: 0 10px 6px 10px;
}

.ribbon-custom {
  background: #166899;
}

.ribbon-bookmark.ribbon-right.ribbon-custom:before {
  border-right-color: #166899;
  border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-custom:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-custom:before {
  border-right-color: #166899;
  border-bottom-color: transparent;
}

.ribbon-primary {
  background: #7460ee;
}

.ribbon-bookmark.ribbon-primary:before {
  border-color: #7460ee;
  border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-primary:before {
  border-right-color: #7460ee;
  border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-primary:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-primary:before {
  border-right-color: #7460ee;
  border-bottom-color: transparent;
}

.ribbon-primary.ribbon-corner:before {
  border-top-color: #7460ee;
  border-left-color: #7460ee;
}

.ribbon-primary.ribbon-corner.ribbon-right:before {
  border-right-color: #7460ee;
  border-left-color: transparent;
}

.ribbon-primary.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #7460ee;
}

.ribbon-success {
  background: #55ce63;
}

.ribbon-bookmark.ribbon-success:before {
  border-color: #55ce63;
  border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-success:before {
  border-right-color: #55ce63;
  border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-success:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-success:before {
  border-right-color: #55ce63;
  border-bottom-color: transparent;
}

.ribbon-success.ribbon-corner:before {
  border-top-color: #55ce63;
  border-left-color: #55ce63;
}

.ribbon-success.ribbon-corner.ribbon-right:before {
  border-right-color: #55ce63;
  border-left-color: transparent;
}

.ribbon-success.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #55ce63;
}

.ribbon-info {
  background: #166899;
}

.ribbon-bookmark.ribbon-info:before {
  border-color: #166899;
  border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-info:before {
  border-right-color: #166899;
  border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-info:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-info:before {
  border-right-color: #166899;
  border-bottom-color: transparent;
}

.ribbon-info.ribbon-corner:before {
  border-top-color: #166899;
  border-left-color: #166899;
}

.ribbon-info.ribbon-corner.ribbon-right:before {
  border-right-color: #166899;
  border-left-color: transparent;
}

.ribbon-info.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #166899;
}

.ribbon-warning {
  background: #ffbc34;
}

.ribbon-bookmark.ribbon-warning:before {
  border-color: #ffbc34;
  border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-warning:before {
  border-right-color: #ffbc34;
  border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-warning:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-warning:before {
  border-right-color: #ffbc34;
  border-bottom-color: transparent;
}

.ribbon-warning.ribbon-corner:before {
  border-top-color: #ffbc34;
  border-left-color: #ffbc34;
}

.ribbon-warning.ribbon-corner.ribbon-right:before {
  border-right-color: #ffbc34;
  border-left-color: transparent;
}

.ribbon-warning.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #ffbc34;
}

.ribbon-danger {
  background: #f62d51;
}

.ribbon-bookmark.ribbon-danger:before {
  border-color: #f62d51;
  border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-danger:before {
  border-right-color: #f62d51;
  border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-danger:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-danger:before {
  border-right-color: #f62d51;
  border-bottom-color: transparent;
}

.ribbon-danger.ribbon-corner:before {
  border-top-color: #f62d51;
  border-left-color: #f62d51;
}

.ribbon-danger.ribbon-corner.ribbon-right:before {
  border-right-color: #f62d51;
  border-left-color: transparent;
}

.ribbon-danger.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #f62d51;
}

.ribbon-default {
  background: #263238;
}

.ribbon-bookmark.ribbon-default:before {
  border-color: #263238;
  border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-default:before {
  border-right-color: #263238;
  border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-default:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-default:before {
  border-right-color: #263238;
  border-bottom-color: transparent;
}

.ribbon-default.ribbon-corner:before {
  border-top-color: #263238;
  border-left-color: #263238;
}

.ribbon-default.ribbon-corner.ribbon-right:before {
  border-right-color: #263238;
  border-left-color: transparent;
}

.ribbon-default.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #263238;
}

/*******************
session ideal timeout page
******************/
#idletimeout {
  background: #166899;
  border: 3px solid #166899;
  color: #fff;
  font-family: arial, sans-serif;
  text-align: center;
  font-size: 12px;
  padding: 10px;
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 100000;
  display: none;
}

#idletimeout a {
  color: #ffffff;
  font-weight: bold;
}

#idletimeout span {
  font-weight: bold;
}

/*******************
Stylish tooltip
******************/
.mytooltip:hover .tooltip-content2,
.mytooltip:hover .tooltip-content2 i {
  opacity: 1;
  font-size: 18px;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.mytooltip:hover .tooltip-content4,
.mytooltip:hover .tooltip-text2 {
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.mytooltip {
  display: inline;
  position: relative;
  z-index: 10;
}

.mytooltip:hover .tooltip-item::after {
  pointer-events: auto;
}

.mytooltip:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

.mytooltip:hover .tooltip-content3 {
  opacity: 1;
  pointer-events: auto;
  transform: scale3d(1, 1, 1);
}

.mytooltip:hover .tooltip-item2 {
  color: #ffffff;
  transform: translate3d(0, -0.5em, 0);
}

.mytooltip:hover .tooltip-content5 {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

.mytooltip:hover .tooltip-text3 {
  transition-delay: 0s;
  transform: scale3d(1, 1, 1);
}

.mytooltip:hover .tooltip-inner2 {
  transition-delay: 0.3s;
  transform: translate3d(0, 0, 0);
}

.tooltip-item {
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: 0 10px;
}

.tooltip-item::after {
  content: '';
  position: absolute;
  width: 360px;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%);
}

.tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 360px;
  left: 50%;
  margin: 0 0 20px -180px;
  bottom: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  background: #2b2b2b;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

.tooltip-content img {
  position: relative;
  height: 140px;
  display: block;
  float: left;
  margin-right: 1em;
}

.tooltip-effect-5 .tooltip-content {
  width: 180px;
  margin-left: -90px;
  transform-origin: 50% calc(106%);
  transform: rotate3d(0, 0, 1, 15deg);
  transition: opacity 0.2s, transform 0.2s;
  transition-timing-function: ease, cubic-bezier(0.17, 0.67, 0.4, 1.39);
}

.tooltip-effect-5 .tooltip-text {
  padding: 1.4em;
}

.tooltip-content::after {
  content: '';
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #2a3035;
  border-width: 10px;
  margin-left: -10px;
}

.tooltip-text {
  font-size: 14px;
  line-height: 24px;
  display: block;
  padding: 1.31em 1.21em 1.21em 0;
  color: #ffffff;
}

.tooltip-content2 {
  position: absolute;
  z-index: 9999;
  width: 80px;
  height: 80px;
  padding-top: 25px;
  left: 50%;
  margin-left: -40px;
  bottom: 100%;
  border-radius: 50%;
  text-align: center;
  background: #166899;
  color: #ffffff;
  opacity: 0;
  margin-bottom: 20px;
  cursor: default;
  pointer-events: none;
}

.tooltip-content2 i {
  opacity: 0;
}

.tooltip-effect-6 .tooltip-content2 {
  transform: translate3d(0, 10px, 0) rotate3d(1, 1, 1, 45deg);
  transform-origin: 50% 100%;
  transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-6 .tooltip-content2 i {
  transform: scale3d(0, 0, 1);
  transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-6:hover .tooltip-content2 i {
  transform: rotate3d(1, 1, 1, 0);
}

.tooltip-content2::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin: -7px 0 0 -15px;
  width: 30px;
  height: 20px;
  background: url(../../assets/images/tooltip/tooltip1.svg) no-repeat center center;
  background-size: 100%;
}

.tooltip-content3 {
  position: absolute;
  background: url(../../assets/images/tooltip/shape1.svg) no-repeat center bottom;
  background-size: 100% 100%;
  z-index: 9999;
  width: 200px;
  bottom: 100%;
  left: 50%;
  margin-left: -100px;
  padding: 50px 30px;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  cursor: default;
  font-size: 14;
  line-height: 27px;
  pointer-events: none;
  transform: scale3d(0.1, 0.2, 1);
  transform-origin: 50% 120%;
  transition: opacity 0.4s, transform 0.4s;
  transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1);
}

.tooltip-content3::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 50%;
  margin-left: -8px;
  top: 100%;
  background: #00aeef;
  transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg);
}

.tooltip-item2 {
  color: #00aeef;
  cursor: pointer;
  z-index: 100;
  position: relative;
  display: inline-block;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
}

.tooltip-content4 {
  position: absolute;
  z-index: 99;
  width: 360px;
  left: 50%;
  margin-left: -180px;
  bottom: -5px;
  text-align: left;
  background: #00aeef;
  opacity: 0;
  font-size: 14px;
  line-height: 27px;
  padding: 1.5em;
  color: #ffffff;
  border-bottom: 55px solid #2b2b2b;
  cursor: default;
  pointer-events: none;
  border-radius: 5px;
  transform: translate3d(0, -0.5em, 0);
  transition: opacity 0.3s, transform 0.3s;
}

.tooltip-content4 a {
  color: #2b2b2b;
}

.tooltip-text2 {
  opacity: 0;
  transform: translate3d(0, 1.5em, 0);
  transition: opacity 0.3s, transform 0.3s;
}

.tooltip-content5 {
  position: absolute;
  z-index: 9999;
  width: 300px;
  left: 50%;
  bottom: 100%;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
  background: transparent;
  opacity: 0;
  margin: 0 0 20px -150px;
  cursor: default;
  pointer-events: none;
  transition: opacity 0.3s 0.3s;
}

.tooltip-content5 span {
  display: block;
}

.tooltip-text3 {
  border-bottom: 10px solid #166899;
  overflow: hidden;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s 0.3s;
}

.tooltip-inner2 {
  background: #2b2b2b;
  padding: 40px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.3s;
}

.tooltip-content5::after {
  content: '';
  bottom: -20px;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #166899;
  border-width: 10px;
  margin-left: -10px;
}

.tooltip-effect-1 .tooltip-content {
  transform: translate3d(0, -10px, 0);
  transition: opacity 0.3s, transform 0.3s;
  color: #ffffff;
}

.tooltip-effect-2 .tooltip-content {
  transform-origin: 50% calc(110%);
  transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
  transition: opacity 0.2s, transform 0.2s;
}

.tooltip-effect-3 .tooltip-content {
  transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
  transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-4 .tooltip-content {
  transform-origin: 50% 100%;
  transform: scale3d(0.7, 0.3, 1);
  transition: opacity 0.2s, transform 0.2s;
}

.tooltip.tooltip-effect-2:hover .tooltip-content {
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}

a.mytooltip {
  font-weight: 500;
  color: #166899;
}

.tooltip-effect-7 .tooltip-content2 {
  transform: translate3d(0, 10px, 0);
  transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-7 .tooltip-content2 i {
  transform: translate3d(0, 15px, 0);
  transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-8 .tooltip-content2 {
  transform: translate3d(0, 10px, 0) rotate3d(0, 1, 0, 90deg);
  transform-origin: 50% 100%;
  transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-8 .tooltip-content2 i {
  transform: scale3d(0, 0, 1);
  transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-9 .tooltip-content2 {
  transform: translate3d(0, -20px, 0);
  transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-9 .tooltip-content2 i {
  transform: translate3d(0, 20px, 0);
  transition: opacity 0.3s, transform 0.3s;
}

/*******************
Error Page
******************/
.error-box {
  height: 100%;
  position: fixed;
  /*background:url(../../assets/images/background/error-bg.jpg) no-repeat center center #fff;*/
  width: 100%;
}

.error-box .footer {
  width: 100%;
  left: 0px;
  right: 0px;
}

.error-body {
  padding-top: 5%;
}

.error-body h1 {
  font-size: 210px;
  font-weight: 900;
  line-height: 210px;
}

.error-body-box {
  padding-top: 5%;
}

.error-body-box h1 {
  font-size: 20px;
  font-weight: 900;
  line-height: 40px;
}

.error-body-box .text-uppercase {
  font-size: 42px;
  font-weight: 900;
  line-height: 52px;
}

.error-body-box a.text-info:hover {
  text-decoration: underline;
}

/*******************
google map Page
******************/
.gmaps,
.gmaps-panaroma {
  height: 300px;
}

.gmaps,
.gmaps-panaroma {
  height: 300px;
  background: #f6f6f6;
  border-radius: 3px;
}

.gmaps-overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  background: #7460ee;
  border-radius: 4px;
  padding: 10px 20px;
}

.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #7460ee;
}

.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #7460ee;
}

/*******************
vector map Page
******************/
.jvectormap-zoomin,
.jvectormap-zoomout {
  width: 10px;
  height: 10px;
  line-height: 10px;
}

.jvectormap-zoomout {
  top: 40px;
}

/*******************
Seach listing Page
******************/
.search-listing {
  padding: 0px;
  margin: 0px;
}

.search-listing li {
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px solid #bdbdbd;
}

.search-listing li h3 {
  margin: 0px;
  font-size: 18px;
}

.search-listing li h3 a {
  color: #166899;
}

.search-listing li h3 a:hover {
  text-decoration: underline;
}

.search-listing li a {
  color: #55ce63;
}

/*******************
Login register and recover password Page
******************/
.login-register {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  padding: 10% 0;
  position: fixed;
}

.login-box {
  width: 380px;
  margin: 0 auto;
}

.login-box .footer {
  width: 100%;
  left: 0px;
  right: 0px;
}

.login-box .social {
  display: block;
  margin-bottom: 30px;
}

#recoverform {
  display: none;
}

.login-sidebar {
  padding: 0px;
  margin-top: 0px;
}

.login-sidebar .login-box {
  right: 0px;
  position: absolute;
  height: 100%;
}

/*******************
FAQs Page
******************/
.minimal-faq .card {
  border: 0px;
}

.minimal-faq .card .card-header {
  background: #ffffff;
  padding: 20px 0;
  margin-top: 10px;
}

.minimal-faq .card .card-block {
  padding: 15px 0px;
}

/*******************
Pricing Page
******************/
.pricing-box {
  position: relative;
  text-align: center;
  margin-top: 30px;
}

.featured-plan {
  margin-top: 0px;
}

.featured-plan .pricing-body {
  padding: 60px 0;
  background: #ebf3f5;
  border: 1px solid #ddd;
}

.featured-plan .price-table-content .price-row {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

.pricing-body {
  border-radius: 0px;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  border-bottom: 5px solid rgba(120, 130, 140, 0.13);
  vertical-align: middle;
  padding: 30px 0;
  position: relative;
}

.pricing-body h2 {
  position: relative;
  font-size: 56px;
  margin: 20px 0 10px;
  font-weight: 500;
}

.pricing-body h2 span {
  position: absolute;
  font-size: 15px;
  top: -10px;
  margin-left: -10px;
}

.price-table-content .price-row {
  padding: 20px 0;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

.pricing-plan {
  padding: 0 15px;
}

.pricing-plan .no-padding {
  padding: 0px;
}

.price-lable {
  position: absolute;
  top: -10px;
  padding: 5px 10px;
  margin: 0 auto;
  display: inline-block;
  width: 100px;
  left: 0px;
  right: 0px;
}

/*******************
chat application Page
******************/
.chat-main-box {
  position: relative;
  overflow: hidden;
}

.chat-main-box .chat-left-aside {
  position: relative;
  width: 250px;
  float: left;
  z-index: 9;
  top: 0px;
  border-right: 1px solid #bdbdbd;
}

.chat-main-box .chat-left-aside .open-panel {
  display: none;
  cursor: pointer;
  position: absolute;
  left: -webkit-calc(100% - 1px);
  top: 50%;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 0 100px 100px 0;
  line-height: 1;
  padding: 15px 8px 15px 4px;
}

.chat-main-box .chat-left-aside .chat-left-inner {
  position: relative;
}

.chat-main-box .chat-left-aside .chat-left-inner .form-control {
  height: 60px;
  padding: 15px;
  background-image: linear-gradient(#166899, #166899), linear-gradient(#bdbdbd, #bdbdbd);
}

.chat-main-box .chat-left-aside .chat-left-inner .style-none {
  padding: 0px;
}

.chat-main-box .chat-left-aside .chat-left-inner .style-none li {
  list-style: none;
  overflow: hidden;
}

.chat-main-box .chat-left-aside .chat-left-inner .style-none li a {
  padding: 20px;
}

.chat-main-box .chat-left-aside .chat-left-inner .style-none li a:hover,
.chat-main-box .chat-left-aside .chat-left-inner .style-none li a.active {
  background: #ebf3f5;
}

.chat-main-box .chat-right-aside {
  width: calc(100% - 250px);
  float: left;
}

.chat-main-box .chat-right-aside .chat-list {
  max-height: none;
  height: 100%;
  padding-top: 40px;
}

.chat-main-box .chat-right-aside .chat-list .chat-text {
  border-radius: 6px;
}

.chat-main-box .chat-right-aside .send-chat-box {
  position: relative;
}

.chat-main-box .chat-right-aside .send-chat-box .form-control {
  border: none;
  border-top: 1px solid #bdbdbd;
  resize: none;
  height: 80px;
  padding-right: 180px;
}

.chat-main-box .chat-right-aside .send-chat-box .form-control:focus {
  border-color: #bdbdbd;
}

.chat-main-box .chat-right-aside .send-chat-box .custom-send {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

.chat-main-box .chat-right-aside .send-chat-box .custom-send .cst-icon {
  color: #222;
  margin-right: 10px;
}

/*******************
Email inbox Page
******************/
.inbox-panel .list-group .list-group-item {
  border: 0px;
  border-radius: 0px;
  border-left: 3px solid transparent;
}

.inbox-panel .list-group .list-group-item a {
  color: #222;
}

.inbox-panel .list-group .list-group-item.active,
.inbox-panel .list-group .list-group-item:hover {
  background: #f6f6f6;
  border-left: 3px solid #166899;
}

.inbox-center .unread td {
  font-weight: 400;
}

.inbox-center td {
  vertical-align: middle;
  white-space: nowrap;
}

.inbox-center a {
  color: #222;
  padding: 2px 0 3px 0;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.inbox-center .checkbox {
  margin-top: -13px;
  height: 20px;
}

/*******************
Contact app Page
******************/
/*left-aside-column*/
.contact-page-aside {
  position: relative;
}

.left-aside {
  position: absolute;
  border-right: 1px solid #bdbdbd;
  padding: 20px;
  width: 250px;
  height: 100%;
}

.right-aside {
  padding: 20px;
  margin-left: 250px;
}

.contact-list td {
  vertical-align: middle;
  padding: 25px 10px;
}

.contact-list td img {
  width: 30px;
}

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

.list-style-none li {
  list-style: none;
  margin: 0px;
}

.list-style-none li.box-label a {
  font-weight: 500;
}

.list-style-none li.divider {
  margin: 10px 0;
  height: 1px;
  background: #bdbdbd;
}

.list-style-none li a {
  padding: 15px 10px;
  display: block;
  color: #222;
}

.list-style-none li a:hover {
  color: #166899;
}

.list-style-none li a span {
  float: right;
}

.slimScrollBar {
  z-index: 9999 !important;
}

/*******************
form material page
******************/
.form-control-line .form-control {
  box-shadow: none;
}

/*******************
/*Image Cropper Page
******************/
.docs-buttons .btn,
.docs-toggles .btn-group,
.docs-data .input-group {
  margin-bottom: 5px;
}

/*******************
/*Form Typahead Page
******************/
.twitter-typeahead {
  width: 100%;
}

.twitter-typeahead .tt-menu {
  width: 100%;
  background: #ffffff;
  border: 1px solid #90a4ae;
  border-radius: 5px;
  padding: 0.75rem 0;
}

.twitter-typeahead .tt-menu .tt-suggestion {
  padding: .25rem .75rem;
  cursor: pointer;
}

.twitter-typeahead .tt-menu .tt-suggestion:hover {
  background-color: #7460ee;
  color: #ffffff;
}

.twitter-typeahead .empty-message {
  padding: 5px 10px;
  text-align: center;
}

.twitter-typeahead .rtl-typeahead .tt-menu {
  text-align: right;
}

.twitter-typeahead .league-name {
  margin: 0 10px 5px;
  padding: 7px 5px 10px;
  border-bottom: 1px solid #90a4ae;
}

.scrollable-dropdown .twitter-typeahead .tt-menu {
  max-height: 80px;
  overflow-y: auto;
}

.bootstrap-maxlength {
  margin-top: 0.5rem;
}

.table-responsive>.table-bordered {
  border: 1px solid #bdbdbd;
}

/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*$headingfont:'Rubik', sans-serif;*/
/*Theme Colors*/
/*$bodytext: #54667a;*/
/*bootstrap Color*/
/*$light: #f2f7f8;*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #f0f0f0;
}

.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}

.ajaxLoading {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #f0f0f0;
}

.ajaxLoading .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}

/*******************
Main sidebar
******************/
.left-sidebar {
  position: absolute;
  width: 240px;
  height: 100%;
  top: 0px;
  z-index: 20;
  margin-top: 50px;
  background: #363d4a;
  /*box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);*/
}

.fix-sidebar .left-sidebar {
  position: fixed;
}

/*******************
use close section
******************/
.user-close {
  position: relative;
  width: 100%;
  height: 44px;
}

.user-close .close-img {
  width: 100%;
  height: 44px;
  text-align: left;
}

.user-close .close-img p {
  height: 44px;
  padding-top: 8px;
}

.user-close .close-img p a {
  padding: 8px 15px;
  color: #ffffff !important;
}

.user-close .close-img i {
  font-size: 1.6rem;
}

.user-close .close-img i.mdi-arrow-right-drop-circle-outline,
.user-close .close-img i.mdi-arrow-left {
  width: 57px;
  margin-left: 197px !important;
}

.user-close .close-img i.mdi-menu {
  width: 57px;
  margin-left: 5px !important;
}

/*******************
use profile section
******************/
.user-profile {
  text-align: center;
  position: relative;
}

.user-profile .profile-img {
  width: 50px;
  margin: 0 auto;
  border-radius: 100%;
}

.user-profile .profile-img::before {
  -webkit-animation: 2.5s blow 0s linear infinite;
  animation: 2.5s blow 0s linear infinite;
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  top: 0;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 0;
}

@-webkit-keyframes blow {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }
}

@keyframes blow {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }
}

.user-profile .profile-img img {
  width: 100%;
  border-radius: 100%;
}

.user-profile .profile-text {
  padding: 5px 0;
  position: relative;
}

.user-profile .profile-text a {
  color: #222;
}

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

/*******************
sidebar footer
******************/
.sidebar-footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  transition: 0.2s ease-out;
  width: 240px;
  background: #e8eff0;
  border-top: 2px solid rgba(120, 130, 140, 0.13);
}

.sidebar-footer a {
  padding: 8px;
  width: 33.333337%;
  float: left;
  text-align: center;
  font-size: 1.8rem;
  color: #ffffff;
}

/*******************
sidebar navigation
******************/
.scroll-sidebar {
  /*padding-top: 0px;*/
}

.collapse.in {
  display: block;
}

.sidebar-nav {
  background: #393939;
}

.sidebar-nav>ul {
  padding: 6px 0px 60px;
}

.sidebar-nav ul {
  margin: 0px;
}

.sidebar-nav ul li {
  list-style: none;
}

.sidebar-nav ul li a {
  color: #393939;
  padding: 4px 35px 4px 15px;
  display: block;
  font-size: 14px;
}

.sidebar-nav ul li a.active,
.sidebar-nav ul li a:hover {
  color: #393939;
}

.sidebar-nav ul li a.active {
  font-weight: 400;
  color: #393939;
}

.sidebar-nav ul li a .hide-menu {
  vertical-align: middle;
}

.sidebar-nav ul li ul {
  padding-left: 30px;
}

.sidebar-nav ul li ul li a {
  padding: 6px 35px 6px 15px;
}

.sidebar-nav ul li ul ul {
  padding-left: 20px;
}

.sidebar-nav ul li.nav-small-cap {
  font-size: 12px;
  padding: 6px 14px 5px 20px;
  color: #90a4ae;
  font-weight: 400;
}

.sidebar-nav ul li.nav-devider {
  height: 1px;
  background: rgba(120, 130, 140, 0.13);
  display: block;
  margin: 0;
}

.sidebar-nav ul li:nth-child(1).nav-devider {
  height: 1px;
  background: rgba(120, 130, 140, 0.13);
  display: block;
  margin: 0;
}

.sidebar-nav>ul>li.active>a {
  border-left: 3px solid #166899;
  color: #393939;
}

.sidebar-nav>ul>li.active>a i {
  color: #393939;
}

.sidebar-nav>ul>li>a {
  border-left: 3px solid #166899;
}

.sidebar-nav>ul>li>a.active,
.sidebar-nav>ul>li>a:hover {
  background: #f6f6f6;
  border-left: 3px solid #166899;
}

.sidebar-nav>ul>li>a.active i,
.sidebar-nav>ul>li>a:hover i {
  color: #393939;
}

.sidebar-nav>ul>li>a i {
  width: 27px;
  font-size: 21px;
  display: inline-block;
  vertical-align: middle;
  color: #393939;
  margin-bottom: 1px;
}

.sidebar-nav>ul>li>a i.hide-menu2 {
  display: none;
}

.sidebar-nav>ul>li>a .label {
  float: right;
  margin-top: 6px;
  height: 16px;
  line-height: 15px;
}

.sidebar-nav>ul>li>a.active {
  font-weight: 400;
  background: #f0f0f0;
  color: #393939;
}

.sidebar-nav .has-arrow {
  position: relative;
}

.sidebar-nav .has-arrow::after {
  position: absolute;
  content: '';
  width: .4em;
  height: .4em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #393939;
  right: 1em;
  -webkit-transform: rotate(-45deg) translate(0, -50%);
  -ms-transform: rotate(-45deg) translate(0, -50%);
  -o-transform: rotate(-45deg) translate(0, -50%);
  transform: rotate(-45deg) translate(0, -50%);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  top: 50%;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.sidebar-nav .active>.has-arrow::after,
.sidebar-nav li>.has-arrow.active::after,
.sidebar-nav .has-arrow[aria-expanded="true"]::after {
  -webkit-transform: rotate(-135deg) translate(0, -50%);
  -ms-transform: rotate(-135deg) translate(0, -50%);
  -o-transform: rotate(-135deg) translate(0, -50%);
  transform: rotate(-135deg) translate(0, -50%);
}

/****************
When click on sidebar toggler and also for tablet
*****************/
@media (min-width: 768px) {
  .mini-sidebar .sidebar-nav #sidebarnav li {
    position: relative;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li>ul {
    position: absolute;
    left: 60px;
    top: 59px;
    width: 200px;
    z-index: 1001;
    background: #e8eff0;
    display: none;
    padding-left: 1px;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li:hover>ul {
    height: auto !important;
    overflow: auto;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li:hover>ul,
  .mini-sidebar .sidebar-nav #sidebarnav>li:hover>ul.collapse {
    display: block;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li>a.has-arrow:after {
    display: none;
  }

  .mini-sidebar .left-sidebar {
    width: 60px;
  }

  .mini-sidebar .user-profile {
    padding-bottom: 30px;
    width: 60px;
  }

  .mini-sidebar .scroll-sidebar {
    padding-bottom: 0px;
    position: absolute;
  }

  .mini-sidebar .hide-menu,
  .mini-sidebar .nav-small-cap,
  .mini-sidebar .sidebar-footer,
  .mini-sidebar .user-profile .profile-text {
    display: none;
  }

  .mini-sidebar .nav-devider {
    width: 60px;
  }

  .mini-sidebar .sidebar-nav {
    background: transparent;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li>a {
    padding: 6px 15px 6px;
    width: 60px;
    height: 45px;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li>a .hide-menu {
    display: none;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li>a .hide-menu2 {
    display: inline;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li:hover>a {
    /*background:linear-gradient(90deg,rgba(240,240,240,1) 0%,rgba(240,240,240,1) 57px,rgba(0,0,0,0) 57px,rgba(0,0,0,0) 100%);*/
    background: #393939;
    color: #393939;
    border-color: #55acee;
    width: 250px;
    padding: 6px 15px 6px;
    color: #fff;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li:hover>a i {
    text-align: left;
    color: #393939;
    padding-right: 5px;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li:hover>a .hide-menu {
    display: none;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li:hover>a .hide-menu2 {
    width: 27px;
    display: inline;
    color: #fff;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li:hover>a span.hide-menu {
    display: inline;
    white-space: nowrap;
    color: #fff;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li:hover>a .tooltip {
    margin-left: 10px;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li.active>a {
    border-color: transparent;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li.active>a.active {
    border-color: #55acee;
  }
}

@media (max-width: 767px) {
  .mini-sidebar .left-sidebar {
    position: fixed;
    margin-top: -1px !important;
  }

  .mini-sidebar .left-sidebar,
  .mini-sidebar .sidebar-footer {
    left: -240px;
  }

  .mini-sidebar.show-sidebar .left-sidebar,
  .mini-sidebar.show-sidebar .sidebar-footer {
    left: 0px;
    z-index: 49;
  }
}

/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*******************
/*User mail widgets*/
/*******************/
.topbar .top-navbar .updatebox {
  width: 410px;
  margin-top: 0.1rem;
  background: #ffffff;
  border: 1px solid #c2c2c2;
  font-size: 1.3rem;
  box-shadow: 0 2px 10px 0 rgba(4, 0, 0, 0.35);
}

.topbar .top-navbar .updatebox ul {
  padding: 0px;
}

.topbar .top-navbar .updatebox ul li {
  list-style: none;
}

.topbar .top-navbar .updatebox ul li:last-child {
  padding: 5px;
}

.topbar .top-navbar .filterbox {
  width: 380px;
  margin-top: 0.1rem;
  background: #ffffff;
  border: 1px solid #c2c2c2;
  font-size: 1.3rem;
  box-shadow: 0 2px 10px 0 rgba(4, 0, 0, 0.35);
}

.topbar .top-navbar .filterbox ul {
  padding: 0px;
}

.topbar .top-navbar .filterbox ul li {
  list-style: none;
}

.topbar .top-navbar .accountbox {
  width: 300px;
  margin-top: 0.1rem;
  background: #ffffff;
  border: 1px solid #c2c2c2;
  font-size: 1.3rem;
  box-shadow: 0 2px 10px 0 rgba(4, 0, 0, 0.35);
}

.topbar .top-navbar .accountbox ul {
  padding: 0px;
}

.topbar .top-navbar .accountbox ul li {
  list-style: none;
}

.topbar .top-navbar .accountbox ul li:last-child {
  padding: 5px;
}

.accountbox ul li .drop-title {
  font-weight: 500;
  padding: 10px 20px;
  background: #393939;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.accountbox ul li .nav-link {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 10px;
}

.accountbox ul li:nth-child(2) {
  background: #ffffff;
}

.accountbox ul li:nth-child(3) a {
  padding: 5px;
}

.accountbox .account-center {
  max-height: 200px;
  overflow: auto;
  position: relative;
}

.accountbox .account-center a {
  border-bottom: 1px solid #bdbdbd;
  display: block;
  text-decoration: none;
  padding: 9px 20px;
  height: 40px;
}

.accountbox .account-center a:hover {
  background: #fcfade;
}

.accountbox .account-center a div {
  white-space: normal;
}

.accountbox .account-center a .user-img {
  width: 40px;
  position: relative;
  display: inline-block;
  margin: 0 10px 15px 0;
}

.accountbox .account-center a .user-img img {
  width: 100%;
}

.accountbox .account-center a .user-img .profile-status {
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  left: 30px;
  position: absolute;
  top: 1px;
  width: 10px;
}

.accountbox .account-center a .user-img .online {
  background: #55ce63;
}

.accountbox .account-center a .user-img .busy {
  background: #f62d51;
}

.accountbox .account-center a .user-img .away {
  background: #ffbc34;
}

.accountbox .account-center a .user-img .offline {
  background: #ffbc34;
}

.accountbox .account-center a .mail-contnet {
  display: inline-block;
  width: 75%;
  vertical-align: middle;
}

.accountbox .account-center a .mail-contnet .shop-name {
  margin: 5px 0px 0;
  font-size: 1.3rem;
}

.accountbox .account-center a .mail-contnet .mail-desc,
.accountbox .account-center a .mail-contnet .time {
  font-size: 12px;
  display: block;
  margin: 1px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #222;
  white-space: nowrap;
}

.updatebox ul li .drop-title {
  font-weight: 500;
  padding: 10px 20px;
  background: #393939;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.updatebox ul li .nav-link {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 10px;
}

.updatebox ul li:nth-child(2) {
  background: #ffffff;
}

.updatebox ul li:nth-child(3) a {
  padding: 5px;
}

.updatebox .message-center {
  max-height: 423px;
  overflow: auto;
  position: relative;
}

.updatebox .message-center a {
  border-bottom: 1px solid #bdbdbd;
  display: block;
  text-decoration: none;
  padding: 10px;
  overflow: hidden;
}

.updatebox .message-center a:hover {
  background: #fcfade;
}

.updatebox .message-center a div {
  white-space: normal;
}

.updatebox .message-center a .themecolor-2 {
  color: #3298be;
}

.updatebox .message-center a .user-img {
  width: 40px;
  position: relative;
  display: inline-block;
  margin: 0 10px 15px 0;
}

.updatebox .message-center a .user-img img {
  width: 100%;
}

.updatebox .message-center a .user-img .profile-status {
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  left: 30px;
  position: absolute;
  top: 1px;
  width: 10px;
}

.updatebox .message-center a .user-img .online {
  background: #55ce63;
}

.updatebox .message-center a .user-img .busy {
  background: #f62d51;
}

.updatebox .message-center a .user-img .away {
  background: #ffbc34;
}

.updatebox .message-center a .user-img .offline {
  background: #ffbc34;
}

.updatebox .message-center a .update-contnet {
  display: inline-block;
  width: 100%;
  height: 40px;
  vertical-align: middle;
  font-size: 1.3rem;
  line-height: 1.3rem;
  position: relative;
}

.updatebox .message-center a .update-contnet .btn {
  float: right;
  position: absolute;
  top: -5px;
  right: -8px;
  line-height: 57px;
}

.updatebox .message-center a .update-contnet .one-box {
  display: inline-block;
  width: 100%;
}

.updatebox .message-center a .update-contnet .one-box h5 {
  display: inline-block;
  font-size: 1.3rem !important;
}

.updatebox .message-center a .update-contnet .one-box .time {
  display: inline-block;
  font-size: 1.2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #222;
  white-space: nowrap;
  line-height: 1rem;
}

.updatebox .message-center a .update-contnet .one-box .mail-desc {
  display: inline-block;
  font-size: 1.2rem;
  text-overflow: ellipsis;
  color: #222;
  white-space: nowrap;
}

.updatebox .message-center a .update-contnet .result {
  width: 100%;
  height: 18px;
  padding-top: 5px;
  text-align: right;
  font-size: 1.2rem;
}

.filterbox ul li .drop-title {
  font-weight: 500;
  padding: 10px 20px;
  background: #393939;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.filterbox ul li .nav-link {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 10px;
}

.filterbox ul li:nth-child(2) {
  background: #ffffff;
}

.filterbox ul li:last-child {
  color: #ffffff !important;
  background: #ffffff;
}

.filterbox .filter-center {
  max-height: 200px !important;
  overflow: auto;
  position: relative;
}

.filterbox .filter-center .one-box {
  border-bottom: 1px solid #bdbdbd;
  display: block;
  text-decoration: none;
  padding: 5px 10px 4px;
  position: relative;
}

.filterbox .filter-center .one-box .add-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.filterbox .filter-center .one-box:hover {
  background: #fcfade;
  cursor: pointer;
}

.filterbox .filter-center .one-box div {
  white-space: normal;
}

.filterbox .filter-center .one-box .user-img {
  width: 40px;
  position: relative;
  display: inline-block;
  margin: 0 10px 15px 0;
}

.filterbox .filter-center .one-box .user-img img {
  width: 100%;
}

.filterbox .filter-center .one-box .user-img .profile-status {
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  left: 30px;
  position: absolute;
  top: 1px;
  width: 10px;
}

.filterbox .filter-center .one-box .user-img .online {
  background: #55ce63;
}

.filterbox .filter-center .one-box .user-img .busy {
  background: #f62d51;
}

.filterbox .filter-center .one-box .user-img .away {
  background: #ffbc34;
}

.filterbox .filter-center .one-box .user-img .offline {
  background: #ffbc34;
}

.filterbox .filter-center .one-box .filter-contnet {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  line-height: 26px;
}

.filterbox .filter-center .one-box .filter-contnet .box-left {
  display: inline-block;
  width: 80%;
}

.filterbox .filter-center .one-box .filter-contnet .box-left h5 {
  display: inline-block;
  font-size: 1.3rem !important;
}

.filterbox .filter-center .one-box .filter-contnet .box-left .change {
  display: inline-block;
  font-size: 1.3rem !important;
  text-overflow: ellipsis;
  color: #222;
  white-space: nowrap;
  line-height: 1rem;
}

.filterbox .filter-center .one-box .filter-contnet .box-left .dlete {
  display: inline-block;
  font-size: 1.3rem !important;
  text-overflow: ellipsis;
  color: #222;
  white-space: nowrap;
}

.filterbox .filter-center .one-box .filter-contnet .box-right {
  display: inline-block;
  float: right;
  height: 26px;
  padding-top: 4px;
}

.filterbox .filter-center .one-box .filter-contnet .box-right .contents_delete_filter span {
  display: block;
  height: 16px;
}

.filterbox .filter-center .one-box .filter-contnet .box-right .contents_delete_filter span:hover {
  border-bottom: 1px solid #2c2b2e;
  cursor: pointer;
}

.filterbox .filter-center .one-box .filter-contnet .box-right a {
  z-index: 2;
  position: absolute;
  white-space: nowrap;
  top: 14px;
  right: 14px;
}

.filterbox .filter-center .one-box:last-child {
  border-bottom: 1px solid #ffffff;
}

/*******************
/*Analytic info sparkline chart page*/
/*******************/
.analytics-info li span {
  font-size: 24px;
  vertical-align: middle;
}

/*******************
/*States row*/
/*******************/
.stats-row {
  margin-bottom: 20px;
}

.stats-row .stat-item {
  display: inline-block;
  padding-right: 15px;
}

.stats-row .stat-item+.stat-item {
  padding-left: 15px;
  border-left: 1px solid #bdbdbd;
}

/*******************/
/*Dashboard1 Weather*/
/*******************/
.city-weather-days {
  margin: 0px;
}

.city-weather-days li {
  text-align: center;
  padding: 15px 0;
}

.city-weather-days li span {
  display: block;
  padding: 10px 0 0;
  color: #90a4ae;
}

.city-weather-days li i {
  display: block;
  font-size: 20px;
  color: #166899;
}

.city-weather-days li h3 {
  font-weight: 300;
  margin-top: 5px;
}

/*******************/
/*Comment widgets*/
/*******************/
.comment-widgets {
  position: relative;
  margin-bottom: 10px;
}

.comment-widgets .comment-row {
  border-left: 3px solid #ffffff;
  padding: 15px;
}

.comment-widgets .comment-row:hover,
.comment-widgets .comment-row.active {
  border-color: #166899;
}

.comment-text {
  padding: 15px 15px 15px 20px;
}

.comment-text:hover .comment-footer .action-icons,
.comment-text.active .comment-footer .action-icons {
  visibility: visible;
}

.comment-text p {
  max-height: 50px;
  overflow: hidden;
}

.comment-footer .action-icons {
  visibility: hidden;
}

.comment-footer .action-icons a {
  padding-left: 15px;
  vertical-align: middle;
  color: #90a4ae;
}

.comment-footer .action-icons a:hover,
.comment-footer .action-icons a.active {
  color: #166899;
}

/*******************/
/*To do widgets*/
/*******************/
.todo-list li {
  border: 0px;
  margin-bottom: 0px;
  padding: 20px 15px 15px 0px;
}

.todo-list li .checkbox {
  width: 100%;
}

.todo-list li .checkbox label {
  font-weight: 400;
}

.todo-list li:last-child {
  border-bottom: 0px;
}

.todo-list li .assignedto {
  padding: 0px 0 0 27px;
  margin: 0px;
}

.todo-list li .assignedto li {
  list-style: none;
  padding: 0px;
  display: inline-block;
  border: 0px;
  margin-right: 2px;
}

.todo-list li .assignedto li img {
  width: 30px;
  border-radius: 100%;
}

.todo-list li .item-date {
  padding-left: 25px;
  font-size: 12px;
  display: inline-block;
}

.list-task .task-done span {
  text-decoration: line-through;
}

/*******************/
/*Chat widget*/
/*******************/
.chat-list {
  margin: 0px;
  padding: 0px;
}

.chat-list li {
  list-style: none;
  margin-top: 30px;
}

.chat-list li .chat-img {
  display: inline-block;
  width: 45px;
  vertical-align: top;
}

.chat-list li .chat-img img {
  width: 45px;
  border-radius: 100%;
}

.chat-list li .chat-content {
  width: calc(100% - 140px);
  display: inline-block;
  padding-left: 15px;
}

.chat-list li .chat-content h5 {
  color: #90a4ae;
}

.chat-list li .chat-content .box {
  display: inline-block;
  margin-bottom: 10px;
  color: #263238;
}

.chat-list li .chat-time {
  display: inline-block;
  text-align: right;
  width: 80px;
  font-size: 13px;
  color: #90a4ae;
}

.chat-list li.odd .chat-content {
  text-align: right;
  width: calc(100% - 90px);
}

.chat-list li.odd .box {
  clear: both;
}

.chat-list li.odd+.odd {
  margin-top: 0px;
}

.chat-list li.reverse {
  text-align: right;
}

.chat-list li.reverse .chat-time {
  text-align: left;
}

.chat-list li.reverse .chat-content {
  padding-left: 0px;
  padding-right: 15px;
}

/*******************/
/*Chat widget*/
/*******************/
.message-box ul li .drop-title {
  font-weight: 500;
  padding: 11px 20px 15px;
  border-bottom: 1px solid #bdbdbd;
}

.message-box ul li .nav-link {
  border-top: 1px solid #bdbdbd;
  padding-top: 15px;
}

.message-box .message-widget {
  position: relative;
}

.message-box .message-widget a {
  border-bottom: 1px solid #bdbdbd;
  display: block;
  text-decoration: none;
  padding: 9px 15px;
}

.message-box .message-widget a:hover {
  background: #f6f6f6;
}

.message-box .message-widget a:last-child {
  border-bottom: 0px;
}

.message-box .message-widget a div {
  white-space: normal;
}

.message-box .message-widget a .user-img {
  width: 45px;
  position: relative;
  display: inline-block;
  margin: 0 10px 15px 0;
}

.message-box .message-widget a .user-img img {
  width: 100%;
}

.message-box .message-widget a .user-img .profile-status {
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  left: 33px;
  position: absolute;
  top: -1px;
  width: 10px;
}

.message-box .message-widget a .user-img .online {
  background: #55ce63;
}

.message-box .message-widget a .user-img .busy {
  background: #f62d51;
}

.message-box .message-widget a .user-img .away {
  background: #ffbc34;
}

.message-box .message-widget a .user-img .offline {
  background: #ffbc34;
}

.message-box .message-widget a .mail-contnet {
  display: inline-block;
  width: 75%;
  vertical-align: middle;
}

.message-box .message-widget a .mail-contnet h5 {
  margin: 5px 0px 0;
}

.message-box .message-widget a .mail-contnet .mail-desc,
.message-box .message-widget a .mail-contnet .time {
  font-size: 12px;
  display: block;
  margin: 1px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #222;
  white-space: nowrap;
}

/*******************/
/*Calendar widget*/
/*******************/
.calendar {
  float: left;
  margin-bottom: 0px;
}

.fc-view {
  margin-top: 30px;
}

.none-border .modal-footer {
  border-top: none;
}

.fc-toolbar {
  margin-bottom: 5px;
  margin-top: 15px;
}

.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
}

.fc-day {
  background: #ffffff;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}

.fc-widget-header {
  border: 0px !important;
}

.fc-widget-content {
  border-color: rgba(120, 130, 140, 0.13) !important;
}

.fc th.fc-widget-header {
  color: #222;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  padding: 7px 0px;
  text-transform: uppercase;
}

.fc th.fc-sun,
.fc th.fc-tue,
.fc th.fc-thu,
.fc th.fc-sat {
  background: #f2f7f8;
}

.fc th.fc-mon,
.fc th.fc-wed,
.fc th.fc-fri {
  background: #f2f7f8;
}

.fc-view {
  margin-top: 0px;
}

.fc-toolbar {
  margin: 0px;
  padding: 24px 0px;
}

.fc-button {
  background: #ffffff;
  border: 1px solid #999;
  color: #222;
  text-transform: capitalize;
}

.fc-button:hover {
  background: #f6f6f6;
  opacity: 0.8;
}

.fc-text-arrow {
  font-family: inherit;
  font-size: 16px;
}

.fc-state-hover {
  background: #F5F5F5;
}

.fc-unthemed .fc-today {
  border: 1px solid #f62d51;
  background: #f6f6f6 !important;
}

.fc-state-highlight {
  background: #f0f0f0;
}

.fc-cell-overlay {
  background: #f0f0f0;
}

.fc-unthemed .fc-today {
  background: #ffffff;
}

.fc-event {
  border-radius: 0px;
  border: none;
  cursor: move;
  color: #ffffff !important;
  font-size: 13px;
  margin: 1px -1px 0 -1px;
  padding: 5px 5px;
  text-align: center;
  background: #166899;
}

.calendar-event {
  cursor: move;
  margin: 10px 5px 0 0;
  padding: 6px 10px;
  display: inline-block;
  color: #ffffff;
  min-width: 140px;
  text-align: center;
  background: #166899;
}

.calendar-event a {
  float: right;
  opacity: 0.6;
  font-size: 10px;
  margin: 4px 0 0 10px;
  color: #ffffff;
}

.fc-basic-view td.fc-week-number span {
  padding-right: 5px;
}

.fc-basic-view .fc-day-number {
  padding: 10px 15px;
  display: inline-block;
}

/*******************/
/*Steam line widget*/
/*******************/
.steamline {
  position: relative;
  border-left: 1px solid #bdbdbd;
  margin-left: 20px;
}

.steamline .sl-left {
  float: left;
  margin-left: -20px;
  z-index: 1;
  width: 40px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  border-radius: 100%;
  color: #ffffff;
  background: #263238;
  margin-right: 15px;
}

.steamline .sl-left img {
  max-width: 40px;
}

.steamline .sl-right {
  padding-left: 50px;
}

.steamline .sl-right .desc,
.steamline .sl-right .inline-photos {
  margin-bottom: 30px;
}

.steamline .sl-item {
  border-bottom: 1px solid #bdbdbd;
  margin: 20px 0;
}

.sl-date {
  font-size: 10px;
  color: #90a4ae;
}

.time-item {
  border-color: #bdbdbd;
  padding-bottom: 1px;
  position: relative;
}

.time-item:before {
  content: " ";
  display: table;
}

.time-item:after {
  background-color: #ffffff;
  border-color: #bdbdbd;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: '';
  height: 14px;
  left: 0;
  margin-left: -8px;
  position: absolute;
  top: 5px;
  width: 14px;
}

.time-item-item:after {
  content: " ";
  display: table;
}

.item-info {
  margin-bottom: 15px;
  margin-left: 15px;
}

.item-info p {
  margin-bottom: 10px !important;
}

/*******************/
/*Feed widget*/
/*******************/
.feeds {
  margin: 0px;
  padding: 0px;
}

.feeds li {
  list-style: none;
  padding: 10px;
  display: block;
}

.feeds li:hover {
  background: #ebf3f5;
}

.feeds li>div {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
}

.feeds li>div i {
  line-height: 40px;
}

.feeds li span {
  float: right;
  width: auto;
  font-size: 12px;
}

/*******************/
/*Vertical carousel*/
/*******************/
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

/*******************/
/*social-widgets*/
/*******************/
.social-widget .soc-header {
  padding: 15px;
  text-align: center;
  font-size: 36px;
  color: #fff;
}

.social-widget .soc-header.box-facebook {
  background: #3b5998;
}

.social-widget .soc-header.box-twitter {
  background: #00aced;
}

.social-widget .soc-header.box-google {
  background: #f86c6b;
}

.social-widget .soc-header.box-linkedin {
  background: #4875b4;
}

.social-widget .soc-content {
  display: flex;
  text-align: center;
}

.social-widget .soc-content div {
  padding: 10px;
}

.social-widget .soc-content div h3 {
  margin-bottom: 0px;
}

/*******************/
/*Guage chart*/
/*******************/
.gaugejs-box {
  position: relative;
  margin: 0 auto;
}

.gaugejs-box canvas.gaugejs {
  width: 100% !important;
  height: auto !important;
}

/*******************/
/*social-profile-first*/
/*******************/
.social-profile-first {
  text-align: center;
  padding-top: 22%;
  margin-bottom: 96px;
}

.social-profile-first.bg-over {
  background: rgba(56, 83, 161, 0.7);
}

.social-profile-first .middle {
  vertical-align: middle;
}

/*******************/
/*country-state*/
/*******************/
.country-state {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
}

.country-state li {
  margin-top: 30px;
  margin-bottom: 10px;
}

.country-state h2 {
  margin-bottom: 0px;
  font-weight: 400;
}

/*******************/
/*profile timeline widget*/
/*******************/
.profiletimeline {
  position: relative;
  margin-left: 70px;
  margin-right: 10px;
}

.profiletimeline .sl-left {
  float: left;
  margin-left: -60px;
  z-index: 1;
  margin-right: 15px;
}

.profiletimeline .sl-left img {
  max-width: 40px;
}

.profiletimeline .sl-item {
  margin-top: 8px;
  margin-bottom: 30px;
}

.profiletimeline .sl-date {
  font-size: 12px;
  color: #90a4ae;
}

.profiletimeline .time-item {
  border-color: #bdbdbd;
  padding-bottom: 1px;
  position: relative;
}

.profiletimeline .time-item:before {
  content: " ";
  display: table;
}

.profiletimeline .time-item:after {
  background-color: #ffffff;
  border-color: #bdbdbd;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: '';
  height: 14px;
  left: 0;
  margin-left: -8px;
  position: absolute;
  top: 5px;
  width: 14px;
}

.profiletimeline .time-item-item:after {
  content: " ";
  display: table;
}

.profiletimeline .item-info {
  margin-bottom: 15px;
  margin-left: 15px;
}

.profiletimeline .item-info p {
  margin-bottom: 10px !important;
}

/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
@media (min-width: 1600px) {

  .col-xlg-1,
  .col-xlg-10,
  .col-xlg-11,
  .col-xlg-12,
  .col-xlg-2,
  .col-xlg-3,
  .col-xlg-4,
  .col-xlg-5,
  .col-xlg-6,
  .col-xlg-7,
  .col-xlg-8,
  .col-xlg-9 {
    float: left;
  }

  .col-xlg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xlg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xlg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xlg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xlg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xlg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xlg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xlg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xlg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xlg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xlg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xlg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xlg-pull-12 {
    right: 100%;
  }

  .col-xlg-pull-11 {
    right: 91.66666667%;
  }

  .col-xlg-pull-10 {
    right: 83.33333333%;
  }

  .col-xlg-pull-9 {
    right: 75%;
  }

  .col-xlg-pull-8 {
    right: 66.66666667%;
  }

  .col-xlg-pull-7 {
    right: 58.33333333%;
  }

  .col-xlg-pull-6 {
    right: 50%;
  }

  .col-xlg-pull-5 {
    right: 41.66666667%;
  }

  .col-xlg-pull-4 {
    right: 33.33333333%;
  }

  .col-xlg-pull-3 {
    right: 25%;
  }

  .col-xlg-pull-2 {
    right: 16.66666667%;
  }

  .col-xlg-pull-1 {
    right: 8.33333333%;
  }

  .col-xlg-pull-0 {
    right: auto;
  }

  .col-xlg-push-12 {
    left: 100%;
  }

  .col-xlg-push-11 {
    left: 91.66666667%;
  }

  .col-xlg-push-10 {
    left: 83.33333333%;
  }

  .col-xlg-push-9 {
    left: 75%;
  }

  .col-xlg-push-8 {
    left: 66.66666667%;
  }

  .col-xlg-push-7 {
    left: 58.33333333%;
  }

  .col-xlg-push-6 {
    left: 50%;
  }

  .col-xlg-push-5 {
    left: 41.66666667%;
  }

  .col-xlg-push-4 {
    left: 33.33333333%;
  }

  .col-xlg-push-3 {
    left: 25%;
  }

  .col-xlg-push-2 {
    left: 16.66666667%;
  }

  .col-xlg-push-1 {
    left: 8.33333333%;
  }

  .col-xlg-push-0 {
    left: auto;
  }

  .offset-xlg-12 {
    margin-left: 100%;
  }

  .offset-xlg-11 {
    margin-left: 91.66666667%;
  }

  .offset-xlg-10 {
    margin-left: 83.33333333%;
  }

  .offset-xlg-9 {
    margin-left: 75%;
  }

  .offset-xlg-8 {
    margin-left: 66.66666667%;
  }

  .offset-xlg-7 {
    margin-left: 58.33333333%;
  }

  .offset-xlg-6 {
    margin-left: 50%;
  }

  .offset-xlg-5 {
    margin-left: 41.66666667%;
  }

  .offset-xlg-4 {
    margin-left: 33.33333333%;
  }

  .offset-xlg-3 {
    margin-left: 25%;
  }

  .offset-xlg-2 {
    margin-left: 16.66666667%;
  }

  .offset-xlg-1 {
    margin-left: 8.33333333%;
  }

  .offset-xlg-0 {
    margin-left: 0;
  }
}

.col-xlg-1,
.col-xlg-10,
.col-xlg-11,
.col-xlg-12,
.col-xlg-2,
.col-xlg-3,
.col-xlg-4,
.col-xlg-5,
.col-xlg-6,
.col-xlg-7,
.col-xlg-8,
.col-xlg-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/*-------------------*/
/*Bootstrap 4 hack*/
/*-------------------*/
.bootstrap-touchspin .input-group-btn {
  align-items: normal;
}

.form-control-danger,
.form-control-success,
.form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right .5625rem;
  -webkit-background-size: 1.125rem 1.125rem;
  background-size: 1.125rem 1.125rem;
}

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
  color: #55ce63;
}

.has-success .form-control-success {
  background-image: url(../../assets/images/icon/success.svg);
}

.has-success .form-control {
  border-color: #55ce63;
}

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
  color: #ffbc34;
}

.has-warning .form-control-warning {
  background-image: url(../../assets/images/icon/warning.svg);
}

.has-warning .form-control {
  border-color: #ffbc34;
}

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
  color: #f62d51;
}

.has-danger .form-control-danger {
  background-image: url(../../assets/images/icon/danger.svg);
}

.has-danger .form-control {
  border-color: #f62d51;
}

.input-group-addon [type="radio"]:not(:checked),
.input-group-addon [type="radio"]:checked,
.input-group-addon [type="checkbox"]:not(:checked),
.input-group-addon [type="checkbox"]:checked {
  position: initial;
  opacity: 1;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.card-inverse .card-blockquote,
.card-inverse .card-footer,
.card-inverse .card-header,
.card-inverse .card-title {
  color: #ffffff;
}

/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*==============================================================
 For Laptop & above all (1650px)
 ============================================================== */
@media (min-width: 1650px) {
  .widget-app-columns {
    column-count: 3;
  }
}

/*==============================================================
 For Laptop & above all (1370px)
 ============================================================== */
@media (max-width: 1370px) {
  .widget-app-columns {
    column-count: 2;
  }
}

/*-- ==============================================================
 Small Desktop & above all (1024px)
 ============================================================== */
@media (min-width: 1024px) {
  .page-wrapper {
    margin-left: 240px;
  }

  .footer {
    left: 240px;
  }
}

@media (max-width: 1023px) {
  .page-wrapper {
    margin-left: 60px;
    transition: 0.2s ease-in;
  }

  .footer {
    left: 60px;
  }

  .widget-app-columns {
    column-count: 1;
  }

  .inbox-center a {
    width: 200px;
  }
}

/*-- ==============================================================
 Ipad & above all(768px)
 ============================================================== */
@media (min-width: 768px) {
  .navbar-header {
    width: 240px;
    flex-shrink: 0;
  }

  .navbar-header .navbar-brand {
    padding-top: 0px;
  }

  .material-icon-list-demo .icons div {
    width: 33%;
    display: inline-block;
    line-height: 26px;
  }

  .mini-sidebar .page-wrapper {
    margin-left: 60px;
  }

  .mini-sidebar .footer {
    left: 60px;
  }

  .flex-wrap {
    flex-wrap: no-wrap !important;
    -webkit-flex-wrap: no-wrap !important;
  }
}

/*-- ==============================================================
 Phone and below ipad(767px)
 ============================================================== */
@media (max-width: 767px) {

  /*Header*/
  .topbar {
    position: fixed;
    width: 100%;
  }

  .topbar .top-navbar {
    padding-right: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-align-items: center;
  }

  .topbar .top-navbar .navbar-collapse {
    display: flex;
    width: 100%;
  }

  .topbar .top-navbar .navbar-nav {
    flex-direction: row;
  }

  .topbar .top-navbar .navbar-nav>.nav-item.show {
    position: static;
  }

  .topbar .top-navbar .navbar-nav>.nav-item.show .dropdown-menu {
    width: 100%;
    margin-top: 0px;
  }

  .topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .topbar .top-navbar .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .mega-dropdown .dropdown-menu {
    height: 480px;
    overflow: auto;
  }

  /*Sidebar and wrapper*/
  .mini-sidebar .page-wrapper {
    margin-left: 0px;
    padding-top: 50px;
  }

  .comment-text .comment-footer .action-icons {
    display: block;
    padding: 10px 0;
  }

  .vtabs .tabs-vertical {
    width: auto;
  }

  /*Footer*/
  .footer {
    left: 0px;
  }

  .material-icon-list-demo .icons div {
    width: 100%;
  }

  .error-page .footer {
    position: fixed;
    bottom: 0px;
    z-index: 10;
  }

  .error-box {
    position: relative;
    padding-bottom: 60px;
  }

  .error-body {
    padding-top: 10%;
  }

  .error-body h1 {
    font-size: 100px;
    font-weight: 600;
    line-height: 100px;
  }

  .login-register {
    position: relative;
    overflow: hidden;
  }

  .login-box {
    width: 90%;
  }

  .login-sidebar {
    padding: 10% 0;
  }

  .login-sidebar .login-box {
    position: relative;
  }

  /*This is for chat page*/
  .chat-main-box .chat-left-aside {
    left: -250px;
    position: absolute;
    transition: 0.5s ease-in;
    background: #ffffff;
  }

  .chat-main-box .chat-left-aside.open-pnl {
    left: 0px;
  }

  .chat-main-box .chat-left-aside .open-panel {
    display: block;
  }

  .chat-main-box .chat-right-aside {
    width: 100%;
  }

  /*Timeline*/
  ul.timeline:before {
    left: 40px;
  }

  ul.timeline>li>.timeline-panel {
    width: calc(100% - 90px);
  }

  ul.timeline>li>.timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0;
  }

  ul.timeline>li>.timeline-panel {
    float: right;
  }

  ul.timeline>li>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }

  ul.timeline>li>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }

  /*Contact app page*/
  .left-aside {
    width: 100%;
    position: relative;
    border: 0px;
  }

  .right-aside {
    margin-left: 0px;
  }

  .flex-wrap {
    flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
  }

  .chat-list li .chat-content {
    width: calc(100% - 80px);
  }

  .dataTables_wrapper .dataTables_paginate {
    /*width: 100%;*/
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.5rem 0.5rem;
  }
}

/*
File: scss
*/
/*******************
extendsi9
******************/
/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*$headingfont:'Rubik', sans-serif;*/
/*Theme Colors*/
/*$bodytext: #54667a;*/
/*bootstrap Color*/
/*$light: #f2f7f8;*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #f0f0f0;
}

.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}

.ajaxLoading {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #f0f0f0;
}

.ajaxLoading .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}

/*******************
login
******************/
.login-register .card {
  border: 1px solid #bdbdbd !important;
}

.login-register .card input {
  height: 32px;
  border-radius: 0.25rem;
  font-size: 1.3rem;
  -webkit-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  padding: 0px 15px;
  color: #222 !important;
  background-color: #fff !important;
}

.login-register .card input:focus {
  background-color: #fcfade !important;
}

.login-register .card input .form-control {
  display: initial;
  font-size: 1.3rem;
}

.login-register .card .checkbox label::before {
  top: 0px !important;
  left: 100px !important;
  border: 1px solid #999;
}

.login-register .card .checkbox label::after {
  top: 0px !important;
  left: 99px !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fcfade inset;
  background-color: #fcfade !important;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fcfade inset;
  background-color: #fcfade !important;
}

/*******************
top
******************/
.top-info-1 {
  margin: 0 auto 30px;
  padding: 10px;
  background: #ff6666;
}

.top-info-1 li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 8px !important;
}

.top-info-1 li a {
  display: block;
  text-decoration: none;
  padding: 0;
  color: #fff;
}

.top-info-1 li a:hover {
  color: #fff !important;
}

.top-info-1 li h5 {
  font-size: 1.3rem !important;
  width: 80px;
  height: 31px;
  line-height: 2.8rem !important;
  padding: 0 !important;
  margin: 0 !important;
}

.top-info-1 li i {
  padding-right: 2px;
}

.top-info-1 li:last-child {
  margin: 0 0 0px !important;
}

.top-info-2 {
  margin: 0 auto;
  padding: 0;
}

.top-info-2 li {
  list-style-type: none;
}

.top-info-2 li a {
  display: block;
  text-decoration: none;
  padding: 0;
}

.top-info-2 li h5 {
  font-size: 1.3rem !important;
  width: 85px;
  height: 24px;
  line-height: 2.4rem !important;
  padding: 0 !important;
}

.top-info-2 li h6 {
  font-size: 1.3rem !important;
  width: 89px;
  height: 22px;
  line-height: 20px !important;
  padding: 0 !important;
  vertical-align: middle;
}

.top-info-2-1 {
  margin: 0 auto;
  padding: 0;
}

.top-info-2-1 li {
  list-style-type: none;
  margin-bottom: 6px;
  height: 24px;
  line-height: 24px;
}

.top-info-2-1 li a {
  display: block;
  text-decoration: none;
  padding: 0;
}

.top-info-2-1 li h5 {
  font-size: 1.3rem !important;
  width: 85px;
  height: 24px;
  padding: 0 !important;
}

.top-info-2-1 li h6 {
  font-size: 1.3rem !important;
  width: 89px;
  height: 22px;
  line-height: 20px !important;
  padding: 0 !important;
  vertical-align: middle;
}

.top-info-2-1 li:last-child {
  margin-bottom: 0px;
}

.top-info-2-2 {
  margin: 0 auto;
  padding: 0;
}

.top-info-2-2 li {
  list-style-type: none;
  margin-bottom: 5px;
  height: 30px;
  line-height: 24px;
  border-bottom: 1px solid #bdbdbd;
}

.top-info-2-2 li a {
  display: block;
  text-decoration: none;
  padding: 0;
}

.top-info-2-2 li h5 {
  font-size: 1.3rem !important;
  width: 85px;
  height: 24px;
  padding: 0 !important;
}

.top-info-2-2 li h6 {
  font-size: 1.3rem !important;
  width: 89px;
  height: 22px;
  line-height: 20px !important;
  padding: 0 !important;
  vertical-align: middle;
}

.top-info-2-2 li:last-child {
  margin-bottom: 0px;
}

.top-info-2-3 {
  margin: 0 auto;
  padding: 0;
}

.top-info-2-3 li {
  list-style-type: none;
  margin-bottom: 5px;
  padding-bottom: 5px;
  line-height: 24px;
  border-bottom: 2px dotted #bdbdbd;
}

.top-info-2-3 li a {
  display: block;
  text-decoration: none;
  padding: 0;
}

.top-info-2-3 li h5 {
  font-size: 1.3rem !important;
  width: 85px;
  height: 24px;
  padding: 0 !important;
}

.top-info-2-3 li h6 {
  font-size: 1.3rem !important;
  width: 89px;
  height: 22px;
  line-height: 20px !important;
  padding: 0 !important;
  vertical-align: middle;
}

.top-info-2-3 li:last-child {
  margin-bottom: 0px;
}

.top-btn-list {
  padding: 0;
}

.top-btn-list li {
  list-style-type: none;
  display: inline-block;
}

.top-btn-list li a {
  padding: 2px 8px !important;
  font-size: 1.3rem !important;
  color: #666;
  background: #fff;
  border-color: #adadad;
}

.top-btn-list li a:hover {
  background: #166899;
  border-color: #166899;
}

.top-btn-list li .btn-outline-secondary {
  background: #272c33;
  border-color: #272c33;
}

/*******************
siteList
******************/
.table-box {
  background: #ffffff;
}

.table-box table {
  margin-bottom: 0 !important;
}

.table-box table tr {
  line-height: 22px;
}

.table-box table tr:hover {
  background: #fcfade;
}

.table-box table tr th {
  border-top: 1px solid #bdbdbd;
  padding: 0.05rem;
}

.table-box table tr th .btn {
  width: 48px;
  height: 25px;
  padding: 0;
  line-height: 20px;
}

.table-box table tr td {
  border-top: 1px solid #bdbdbd;
  padding: 0.05rem;
  overflow: hidden;
}

.table-box table tr td .checkbox label::before {
  top: 2px !important;
}

.table-box table tr td .checkbox label::after {
  padding-top: 0px !important;
  top: 1px !important;
}

.table-box table thead {
  border-bottom: 2px solid #bdbdbd;
}

.table-box table thead tr {
  line-height: 22px;
}

.table-box table thead tr:hover {
  background: none;
}

.table-box table thead tr th {
  border-top: none !important;
  color: #166899;
}

#tplTimerTable_wrapper .top {
  position: absolute;
  top: -5px;
  left: 15px;
}

#tplTimesTable0_wrapper .top,
#tplTimesTable1_wrapper .top,
#tplTimesTable2_wrapper .top,
#tplTimesTable3_wrapper .top,
#tplTimesTable4_wrapper .top,
#tplTimesTable5_wrapper .top,
#tplTimesTable6_wrapper .top,
#tplTimesTable7_wrapper .top,
#tplTimesTable8_wrapper .top {
  position: absolute;
  top: -39px;
  left: 361px;
}

/* common */
#tplListTable_wrapper .top {
  position: absolute;
  top: -5px;
  left: 15px;
}

#tplListTable.commonTable tbody tr {
  height: 44px;
}

#tplListTable.commonTable th:nth-child(1) {
  min-width: 30px;
  width: 30px;
}

#tplListTable.commonTable th:nth-child(2),
#tplListTable.commonTable td:nth-child(2) {
  min-width: 41px;
  width: 41px;
  padding: 0.5rem 1rem 0 0;
}

#tplListTable.commonTable th:nth-child(3) {
  min-width: 43px;
}

#tplListTable.commonTable th:nth-child(4) {
  min-width: 300px;
}

#tplListTable.commonTable th:nth-child(5) {
  min-width: 90px;
  width: 90px;
}

#tplListTable.commonTable th:nth-child(6) {
  min-width: 100px;
  width: 100px;
}

#tplListTable.commonTable th:nth-child(7) {
  min-width: 150px;
  width: 20%;
}

#tplListTable.commonTable th:nth-child(8) {
  min-width: 150px;
  width: 150px;
}

#tplListTable.commonTable th:nth-child(9) {
  min-width: 57px;
  width: 57px;
}

/* kobetsu */
#tplListTable.kobetsuTable tbody tr {
  height: 55px;
}

#tplListTable.kobetsuTable th:nth-child(1) {
  min-width: 30px;
  width: 30px;
}

#tplListTable.kobetsuTable th:nth-child(2),
#tplListTable.kobetsuTable td:nth-child(2) {
  min-width: 41px;
  width: 41px;
  padding: 0.5rem 1rem 0 0;
}

#tplListTable.kobetsuTable th:nth-child(3) {
  width: 33px;
}

#tplListTable.kobetsuTable th:nth-child(4) {
  min-width: 300px;
}

#tplListTable.kobetsuTable th:nth-child(5) {
  min-width: 120px;
  width: 120px;
}

#tplListTable.kobetsuTable th:nth-child(6) {
  min-width: 120px;
  width: 120px;
}

#tplListTable.kobetsuTable th:nth-child(7) {
  min-width: 57px;
  width: 57px;
}

#tplTimerEasyTable .top,
#tplTimesEasyTable .top {
  position: absolute;
  top: -53px;
  left: 226px;
}

#tplTimerEasyTable_wrapper .top,
#tplTimesEasyTable_wrapper .top {
  position: absolute;
  top: -36px;
  left: 15px;
}

#templateEditButtons {
  margin-top: 0.5rem;
}

.site-box {
  background: #ffffff;
  border: 1px solid #bdbdbd;
}

.site-box .top {
  position: absolute;
  top: -5px;
}

.site-box table {
  margin-bottom: 0 !important;
}

.site-box table tr {
  line-height: 28px;
}

.site-box table tr:hover {
  background: #fcfade;
}

.site-box table tr th,
.site-box table tr td:first-child {
  border-top: 1px solid #bdbdbd;
  padding: 0.5rem;
  vertical-align: middle;
}

.site-box table tr th .btn,
.site-box table tr td:first-child .btn {
  width: 48px;
  height: 25px;
  padding: 0;
  line-height: 20px;
}

.site-box table tr th .checkbox,
.site-box table tr td:first-child .checkbox {
  top: 2px !important;
}

.site-box table tr td {
  border-top: 1px solid #bdbdbd;
  padding: 0.1rem;
  vertical-align: inherit;
  position: relative;
}

.site-box table tr td:nth-child(2) .btn {
  width: 48px;
  height: 25px;
  padding: 0;
  line-height: 20px;
  top: -3px;
}

.site-box table thead {
  border-bottom: 2px solid #bdbdbd;
}

.site-box table thead tr {
  line-height: 24px;
}

.site-box table thead tr:hover {
  background: none;
}

.site-box table thead tr th {
  border-top: none !important;
  color: #166899;
}

.site-box #tplTimerTable .checkbox label {
  z-index: 1;
  position: relative;
}

.site-box #tplTimerTable input[type=checkbox]:checked~div.changed {
  background: #c7f6ff;
  width: 100%;
  height: 35px;
  position: absolute;
  top: -5px;
  left: -5px;
  overflow: hidden;
}

.rowSelected {
  background: #c7f6ff !important;
}

.site-box.border-dg {
  border: 1px solid #888888 !important;
}

.site-box.border-dg table th {
  border-top: 1px solid #888888 !important;
}

.site-box.border-dg table td {
  border-top: 1px solid #888888 !important;
}

.site-box.border-dg table thead tr th {
  border-top: none !important;
}

.site-box.h-36 {
  background: none !important;
  border: none !important;
  position: relative;
}

.site-box.h-36 .app-search {
  position: absolute !important;
  top: 0 !important;
  z-index: 1;
}

.site-box.h-36 .table-responsive {
  position: relative;
  top: 0;
}

.site-box.h-36 .table-responsive .dataTables_paginate {
  position: absolute;
  top: 9px;
  right: 0;
}

.site-box.h-36 .table-responsive .dataTables_scroll {
  padding-top: 40px;
}

.site-box.h-36 table {
  border: 1px solid #bdbdbd !important;
  background: #ffffff;
  table-layout: fixed;
}

.site-box.h-36 table td {
  padding: 6px 6px 7px 10px !important;
}

/*
  .site-box.h-36 table .deli-time {
    width: 120px !important; 
  }
  .site-box.h-36 table .deli-result {
    width: 80px !important; 
  }
  */
.site-box.h-36 div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin-bottom: 5px !important;
}

.site-box.h-36 .dataTables_length {
  margin-top: 8px !important;
}

@media (max-width: 667px) {
  .site-box.h-36 .table-responsive {
    position: relative;
    top: 0;
  }

  .site-box.h-36 .table-responsive .dataTables_paginate {
    position: absolute;
    top: 37px;
    right: 0;
  }

  .site-box.h-36 .table-responsive .dataTables_scroll {
    padding-top: 68px;
  }
}

@media (max-width: 376px) {
  .site-box.h-36 .table-responsive {
    position: relative;
    top: 0;
  }

  .site-box.h-36 .table-responsive .dataTables_paginate {
    position: absolute;
    top: 37px;
    right: 0;
  }

  .site-box.h-36 .table-responsive .dataTables_paginate ul.pagination {
    justify-content: flex-start !important;
  }

  .site-box.h-36 .table-responsive .dataTables_paginate ul.pagination li.paginate_button {
    min-width: inherit !important;
  }

  .site-box.h-36 .table-responsive .dataTables_paginate ul.pagination li.paginate_button a {
    margin: 0 1px;
  }

  .site-box.h-36 .table-responsive .dataTables_scroll {
    padding-top: 68px;
  }

  .site-box.h-36 .table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button:first-child .page-link,
  .site-box.h-36 .table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button:last-child .page-link {
    padding: 0 6px !important;
  }
}

.siteList table thead th:nth-child(1) {
  width: 58px;
}

.siteList table thead th:nth-child(2) {
  min-width: 325px;
  width: 325px;
}

.siteList table thead th:nth-child(3) {
  width: 90px;
}

.siteList table thead th:nth-child(4) {
  width: 130px;
}

.siteList table thead th:nth-child(5) {
  width: 185px;
}

.siteList table thead th:nth-child(6) {
  width: 290px;
}

.siteList table thead th:nth-child(7) {
  min-width: 300px;
}

/*******************
btn-list box
******************/
.btn-list-1 {
  float: left;
  margin: 0;
  padding: 0;
}

.btn-list-1 li {
  list-style-type: none;
  display: inline-block;
  margin: 0 5px 0 0;
}

.btn-list-1 li:first-child {
  vertical-align: middle;
}

.btn-list-2 {
  margin: 0;
  padding: 0;
}

.btn-list-2 li {
  list-style-type: none;
  display: inline-block;
  margin: 0 5px 0 0;
}

.btn-list-2 li button {
  padding: 6px 12px;
  margin-bottom: 1px;
}

.btn-clear li {
  list-style-type: none;
  display: block !important;
  margin: 5px;
}

.btn-clear li .radio {
  padding-left: 0;
}

/*******************
option setting
******************/
.op-btn-list-1 {
  width: 100%;
  margin: 0;
  padding: 0;
}

.op-btn-list-1 li {
  height: 26px;
  list-style-type: none;
  display: inline-block;
  margin: 0 10px 0 0;
  padding-left: 0px;
}

.op-btn-list-1 li:nth-child(2) {
  padding-left: 20px;
}

.op-btn-list-1 li:nth-child(3) {
  padding-left: 20px;
}

.op-btn-clear li {
  list-style-type: none;
  display: block !important;
  margin: 5px;
}

.op-btn-clear li .radio,
.op-btn-clear li .checkbox {
  padding-left: 0;
}

@media (max-width: 520px) {
  .op-btn-list-1 {
    float: left;
    width: 100%;
    line-height: 1.6rem;
    margin: 0;
    padding: 0;
  }

  .op-btn-list-1 li {
    height: 26px;
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding-left: 0;
  }

  .op-btn-list-1 li:first-child {
    width: 100%;
  }

  .op-btn-list-1 li:nth-child(2) {
    width: 100%;
    padding-left: 20px;
  }

  .op-btn-list-1 li:nth-child(3) {
    width: 100%;
    padding-left: 20px;
  }
}

/*******************
original position
******************/
.relative-32 {
  position: relative;
  top: 32px;
  z-index: 1;
}

@media (max-width: 767px) {
  .relative-32 {
    position: relative;
    top: 0px;
    z-index: 1;
  }
}

.relative--32 {
  position: relative;
  top: -32px;
}

/*******************
original padding
******************/
.site-pd-1 {
  padding: 0 10px 0 0;
  line-height: 1.6rem;
}

.site-pd-2 {
  padding: 0 10px 0 0;
}

.pt-01 {
  padding-top: 1px !important;
}

.pt-02 {
  padding-top: 2px !important;
}

.pt-03 {
  padding-top: 3px !important;
}

.pt-04 {
  padding-top: 4px !important;
}

.pt-05 {
  padding-top: 5px !important;
}

.pt-06 {
  padding-top: 6px !important;
}

.pt-07 {
  padding-top: 7px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*******************
original margin
******************/
.mt-01 {
  margin-top: 1px !important;
}

.mt-02 {
  margin-top: 2px !important;
}

.mt-03 {
  margin-top: 3px !important;
}

.mt-04 {
  margin-top: 4px !important;
}

.mt-05 {
  margin-top: 5px !important;
}

.mb-01 {
  margin-bottom: 1px !important;
}

.mb-02 {
  margin-bottom: 2px !important;
}

.mb-03 {
  margin-bottom: 3px !important;
}

.mb-04 {
  margin-bottom: 4px !important;
}

.mb-05 {
  margin-bottom: 5px !important;
}

.ml-01 {
  margin-left: 1px !important;
}

.ml-02 {
  margin-left: 2px !important;
}

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

.ml-04 {
  margin-left: 4px !important;
}

.ml-05 {
  margin-left: 5px !important;
}

.ml-06 {
  margin-left: 6px !important;
}

.ml-07 {
  margin-left: 7px !important;
}

.ml-08 {
  margin-left: 8px !important;
}

.mr-01 {
  margin-right: 1px !important;
}

.mr-02 {
  margin-right: 2px !important;
}

.mr-03 {
  margin-right: 3px !important;
}

.mr-04 {
  margin-right: 4px !important;
}

.mr-05 {
  margin-right: 5px !important;
}

.mr-06 {
  margin-right: 6px !important;
}

.mr-07 {
  margin-right: 7px !important;
}

.mr-08 {
  margin-right: 8px !important;
}

.fa-spin-ps {
  vertical-align: middle;
  margin-bottom: 1px;
}

/*******************
original font-size
******************/
.fnt-0 {
  font-size: 1.0rem !important;
}

.fnt-1 {
  font-size: 1.1rem !important;
}

.fnt-2 {
  font-size: 1.2rem !important;
}

.fnt-3 {
  font-size: 1.3rem !important;
}

.fnt-4 {
  font-size: 1.4rem !important;
}

.fnt-5 {
  font-size: 1.5rem !important;
}

.fnt-6 {
  font-size: 1.6rem !important;
}

.fnt-7 {
  font-size: 1.7rem !important;
}

.fnt-8 {
  font-size: 1.8rem !important;
}

.fnt-9 {
  font-size: 1.9rem !important;
}

.fnt-20 {
  font-size: 2.0rem !important;
}

.fnt-21 {
  font-size: 2.1rem !important;
}

.fnt-22 {
  font-size: 2.2rem !important;
}

.fnt-23 {
  font-size: 2.3rem !important;
}

.fnt-24 {
  font-size: 2.4rem !important;
}

.fnt-25 {
  font-size: 2.5rem !important;
}

.fnt-26 {
  font-size: 2.6rem !important;
}

/*******************
original line-height
******************/
.line-3 {
  line-height: 0.3rem !important;
}

.line-15 {
  line-height: 1.5rem;
}

.line-16 {
  line-height: 1.6rem;
}

.line-17 {
  line-height: 1.7rem;
}

.line-18 {
  line-height: 1.8rem;
}

.line-19 {
  line-height: 1.9rem;
}

.line-20 {
  line-height: 2.0rem;
}

.line-20i {
  line-height: 2.0rem !important;
}

.line-21 {
  line-height: 2.1rem;
}

.line-22 {
  line-height: 2.2rem;
}

.line-23 {
  line-height: 2.3rem;
}

.line-24 {
  line-height: 2.4rem;
}

.line-25 {
  line-height: 2.5rem;
}

.line-26 {
  line-height: 2.6rem;
}

.line-27 {
  line-height: 2.7rem;
}

.line-28 {
  line-height: 2.8rem;
}

.line-29 {
  line-height: 2.9rem;
}

.line-30 {
  line-height: 3.0rem !important;
}

.line-31 {
  line-height: 3.1rem;
}

.line-32 {
  line-height: 3.2rem;
}

.line-33 {
  line-height: 3.3rem;
}

.line-34 {
  line-height: 3.4rem;
}

.line-35 {
  line-height: 3.5rem;
}

.line-36 {
  line-height: 3.6rem;
}

.line-37 {
  line-height: 3.7rem;
}

.line-38 {
  line-height: 3.8rem;
}

.line-39 {
  line-height: 3.9rem;
}

.line-40 {
  line-height: 4.0rem;
}

/*******************
original width-size
******************/
.wid-25 {
  width: 25px !important;
}

.wid-30 {
  width: 30px !important;
}

.wid-40 {
  width: 40px !important;
}

.wid-50 {
  width: 50px !important;
}

.wid-60 {
  width: 60px !important;
}

.wid-66 {
  width: 66px !important;
}

.wid-70 {
  width: 70px !important;
}

.wid-80 {
  width: 80px !important;
}

.wid-90 {
  width: 90px !important;
}

.wid-100 {
  width: 100px !important;
}

.wid-110 {
  width: 110px !important;
}

.wid-120 {
  width: 120px !important;
}

.wid-130 {
  width: 130px !important;
}

.wid-140 {
  width: 140px !important;
}

.wid-150 {
  width: 150px !important;
}

.wid-160 {
  width: 160px !important;
}

.wid-170 {
  width: 170px !important;
}

.wid-180 {
  width: 180px !important;
}

.wid-190 {
  width: 190px !important;
}

.wid-200 {
  width: 200px !important;
}

.wid-220 {
  width: 220px !important;
}

.wid-230 {
  width: 230px !important;
}

.wid-250 {
  width: 250px !important;
}

.wid-265 {
  width: 265px !important;
}

.wid-300 {
  width: 300px !important;
}

.wid-350 {
  width: 350px !important;
}

.wid-400 {
  width: 400px !important;
}

.wid-500 {
  width: 500px !important;
}

.wid-518 {
  width: 518px !important;
}

.wid-980 {
  width: 980px !important;
}

.max-wid-265 {
  max-width: 265px !important;
}

.max-wid-980 {
  max-width: 980px !important;
}

.max-wid-1200 {
  max-width: 1200px !important;
}

.max-wid-1330 {
  max-width: 1330px !important;
}

.vh-100 {
  height: 100vh;
}

.mwid-280 {
  min-width: 280px !important;
}

@media (max-width: 767px) {
  .vh-100 {
    height: auto !important;
  }

  .mwid-280 {
    min-width: auto !important;
  }
}

/*******************
original height-size
******************/
.h-0 {
  height: initial !important;
  height: auto !important;
}

.h-25 {
  height: 25px !important;
}

hr.spacer {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

/*******************
option Vertical tabs
******************/
.private {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100px;
  height: 133px;
  line-height: 133px;
  color: #ffffff;
  text-align: center;
}

/*******************
option Vertical tabs
******************/
.vtabs-op {
  overflow-x: auto;
  height: 100vh;
}

.vtabs-op .tabs-vertical {
  border-bottom: 0px;
  display: table-cell;
  vertical-align: top;
  z-index: 1;
}

.vtabs-op .tabs-vertical li .nav-link {
  color: #263238;
  border-radius: 4px 0 0 4px;
  border: none;
  padding: 8px 0 8px 8px;
}

.vtabs-op .tab-content {
  display: table-cell;
  padding: 20px;
  vertical-align: top;
  background: #fff;
}

.vtabs-op .tab-content .input-group {
  width: 200px !important;
}

.vtabs-op .tab-content input.txt-box {
  height: 32px !important;
  width: 200px;
}

.vtabs-op .tab-content input.txt-box:focus {
  background-color: #fcfade !important;
}

.vtabs-op .tab-content .radio label::before,
.vtabs-op .tab-content .checkbox label::before {
  border: 1px solid #999;
}

.vtabs-op .tab-content .tab-pane .radio,
.vtabs-op .tab-content .checkbox {
  padding-left: 0;
}

.vtabs-op .tab-content .tab-pane .radio input[type="radio"],
.vtabs-op .tab-content .checkbox input[type="radio"] {
  float: left;
  position: absolute;
  left: 0;
}

.vtabs-op .tabs-vertical li .nav-link.active,
.vtabs-op .tabs-vertical li .nav-link:hover,
.vtabs-op .tabs-vertical li .nav-link.active:focus {
  background: #166899;
  border: 0px;
  color: #ffffff;
}

/*******************
original dl
******************/
.basic-info-box {
  width: 350px;
}

.basic-info-box dt {
  float: left;
  width: 150px;
  height: 32px;
  font-weight: 400;
  line-height: 3.2rem;
  margin-top: 10px;
}

.basic-info-box dd {
  float: left;
  width: 200px;
  margin-top: 10px;
}

@media (max-width: 520px) {
  .basic-info-box {
    width: 247px;
  }

  .basic-info-box dt {
    float: left;
    width: 150px;
    height: 32px;
    font-weight: 400;
    line-height: 3.2rem;
    margin-top: 10px;
  }

  .basic-info-box dd {
    float: none !important;
    width: 230px;
    margin-top: 10px;
  }
}

.modal-filter-box {
  width: 380px;
}

.modal-filter-box dt {
  float: left;
  width: 80px;
  height: 32px;
  font-weight: 400;
  line-height: 3.2rem;
  margin-top: 10px;
}

.modal-filter-box dd {
  float: left;
  width: 200px;
  margin-top: 10px;
}

.site-conf-box {
  width: 100%;
  margin-top: -10px;
}

.site-conf-box dt {
  float: left;
  width: 30%;
  height: 32px;
  font-weight: 400;
  line-height: 3.2rem;
  margin-top: 10px;
}

.site-conf-box dt:nth-child(7),
.site-conf-box dt:nth-child(9) {
  height: auto !important;
}

.site-conf-box dd {
  float: left;
  width: 70%;
  margin-top: 10px;
}

.site-conf-box dd input.txt-box {
  height: 32px !important;
}

.site-conf-box dd input.txt-box:focus {
  background-color: #fcfade !important;
}

.site-conf-box dd .alert {
  margin-bottom: 0px !important;
}

.site-conf-box dd .alert h3 {
  height: 21px !important;
}

.site-conf-box dd .op-box-frm {
  padding: 10px 10px 5px;
  border-radius: .25rem;
  border: 1px solid #999;
  background: #fff;
}

.site-conf-box dd .op-box-frm .radio label::before,
.site-conf-box dd .op-box-frm .checkbox label::before {
  border: 1px solid #999;
}

.site-conf-box-2 {
  width: 100%;
  padding: 10px 10px 5px;
  border-radius: .25rem;
  border: 1px solid #999;
  background: #fff;
}

.site-conf-box-2 dt {
  float: left;
  width: 100%;
  height: 32px;
  font-weight: 400;
  line-height: 3.2rem;
  border-bottom: 1px solid #999;
}

.site-conf-box-2 dd {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.site-conf-box-2 dd input.txt-box {
  height: 32px !important;
}

.site-conf-box-2 dd input.txt-box:focus {
  background-color: #fcfade !important;
}

.site-conf-box-2 dd .alert {
  margin-bottom: 0px !important;
}

.site-conf-box-2 dd .alert h3 {
  height: 21px !important;
}

.site-conf-box-2 dd .cnt-box-frm .radio label::before,
.site-conf-box-2 dd .cnt-box-frm .checkbox label::before {
  border: 1px solid #999;
}

@media (max-width: 520px) {
  .first {
    flex: 0 0 auto !important;
    float: left;
    max-width: 100% !important;
    clear: both;
  }

  .second {
    flex: 0 0 auto !important;
    float: left;
    max-width: 100% !important;
    clear: both;
  }

  .site-conf-box {
    width: 100%;
    margin-top: -10px;
  }

  .site-conf-box dt {
    float: left;
    width: 100%;
    height: 32px;
    font-weight: 400;
    line-height: 3.2rem;
    margin-top: 10px;
  }

  .site-conf-box dt:nth-child(7),
  .site-conf-box dt:nth-child(9) {
    height: auto !important;
  }

  .site-conf-box dd {
    float: left;
    width: 100%;
    margin-top: 0;
  }

  .site-conf-box dd input.txt-box {
    height: 32px !important;
  }

  .site-conf-box dd input.txt-box:focus {
    background-color: #fcfade !important;
  }

  .site-conf-box dd .alert {
    margin-bottom: 0px !important;
  }

  .site-conf-box dd .alert h3 {
    height: 21px !important;
  }

  .site-conf-box dd .op-box-frm {
    padding: 10px 10px 5px;
    border-radius: .25rem;
    border: 1px solid #999;
    background: #fff;
  }

  .site-conf-box dd .op-box-frm .radio label::before,
  .site-conf-box dd .op-box-frm .checkbox label::before {
    border: 1px solid #999;
  }
}

/*******************
search-hidden-box
******************/
.search-hidden-box button {
  padding: 0;
}

.search-hidden-box .btn:focus,
.search-hidden-box .btn.focus {
  box-shadow: none !important;
}

/*******************
original tab active
******************/
.tabs-vertical li .tab-white.active,
.tabs-vertical li .tab-white:hover,
.tabs-vertical li .tab-white.active:focus {
  background: #ffffff !important;
  color: #263238 !important;
}

.btn-main button {
  padding: 7px 20px;
}

.btn-list a {
  padding: 5px 20px;
}

.btn-list button {
  padding: 5px 20px;
}

/*******************
original photo
******************/
@media (max-width: 769px) {
  .girl-update .left-box {
    display: inline-block;
    float: left;
    padding-left: 0;
    padding-top: 3rem !important;
    clear: both;
  }

  .girl-update .right-box {
    display: inline-block;
    float: left;
    padding-right: 0;
    padding-top: 3rem !important;
  }
}

.girl-update-left {
  background: #ffffff;
}

.girl-update-left table {
  margin-bottom: 0 !important;
}

.girl-update-left table tr {
  line-height: 21px;
  border-top: 1px solid #bdbdbd !important;
}

.girl-update-left table tr:hover {
  background: #fcfade;
}

.girl-update-left table tr th .btn {
  width: 48px;
  height: 20px;
}

.girl-update-left table tr td {
  position: relative;
  padding: 2px 16px 1px;
  border-top: none !important;
}

.girl-update-left table tr td:nth-child(odd) {
  width: 50px;
}

.girl-update-left table tr td:nth-child(odd) .checkbox {
  position: relative;
  top: 4px;
}

.girl-update-left table tr td:nth-child(odd) .checkbox label::before {
  border: 1px solid #999;
}

.girl-update-left table tr td:nth-child(odd) .checkbox input[type="checkbox"]:checked+label::after {
  color: #ffffff;
  top: 1px;
}

.girl-update-left table tr td:nth-child(even) {
  padding: 2px 0px 1px !important;
}

.girl-update-left table tr:first-child {
  border-top: none !important;
}

.girl-update-left table tr:last-child {
  border-bottom: 1px solid #bdbdbd !important;
}

.girl-update-right {
  background: #ffffff;
  border: 1px solid #bdbdbd;
  border-top: none;
}

.girl-update-right table {
  margin-bottom: 0 !important;
}

.girl-update-right table tr {
  line-height: 21px;
}

.girl-update-right table tr:hover {
  background: #fcfade;
}

.girl-update-right table tr th {
  border-top: 1px solid #bdbdbd;
}

.girl-update-right table tr th .btn {
  width: 48px;
  height: 20px;
}

.girl-update-right table tr td {
  border-top: 1px solid #bdbdbd;
  position: relative;
  padding: 2px 16px 1px;
}

.girl-update-right table tr td:nth-child(odd) {
  width: 50px;
}

.girl-update-right table tr td:nth-child(odd) .checkbox {
  padding-left: 28px;
  margin-top: -16px;
}

.girl-update-right table tr td:nth-child(odd) .checkbox label::before {
  border: 1px solid #999;
}

.girl-update-right table tr td:nth-child(odd) .checkbox input[type="checkbox"]:checked+label::after {
  color: #ffffff;
  top: 1px;
}

.images-box {
  display: inline-block;
  padding: 0;
  width: 124px;
  margin: 5px;
}

.images-box .card {
  margin-bottom: 0 !important;
}

.images-box .el-girl-item {
  position: relative;
  padding: 5px;
  border: 1px solid #a6b7bf;
}

.images-box .el-girl-item .el-girl-avatar {
  margin-bottom: 15px;
}

.images-box .el-girl-item .el-overlay-1 {
  max-width: 112px;
  height: 149px;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 0 auto;
  cursor: default;
}

.images-box .el-girl-item .el-overlay-1 img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  width: 100%;
  height: auto;
}

.images-box .el-girl-item .el-overlay-1:hover img {
  -ms-transform: scale(1.2) translateZ(0);
  -webkit-transform: scale(1.2) translateZ(0);
  /* transform: scale(1.2) translateZ(0); */
}

/*******************
search form
******************/
.app-search {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.app-search input {
  width: 200px;
  height: 32px;
  border-radius: 0.25rem;
  font-size: 1.3rem;
  -webkit-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  padding: 0px 15px;
  color: #222 !important;
  line-height: 32px;
}

.app-search input:focus {
  /*width: 240px;*/
  background-color: #fcfade !important;
}

.app-search input .form-control {
  display: initial;
  font-size: 1.3rem;
}

.sub-btn button {
  margin-top: -1px;
}

.sub-btn2 button {
  margin-top: -2px;
}

.sub-btn3 button {
  margin-top: -3px;
}

.app-search .srh-btn {
  position: absolute;
  top: 7px;
  right: 15px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  font-size: 14px;
}

.app-search .clear-btn {
  visibility: hidden;
  position: absolute;
  top: 5px;
  right: 37px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  font-size: 14px;
}

.app-search .clear-btn.dispClearBtn {
  visibility: visible;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999 !important;
  color: #222 !important;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef !important;
  opacity: 1;
}

.form-control:disabled:focus,
.form-control[readonly]:focus {
  background-color: #e9ecef !important;
  box-shadow: none !important;
}

.input-group i {
  font-size: 1.3rem;
}

.modal-content .modal-header {
  background: #f0f0f0;
}

.modal-content .modal-header h5 {
  padding-top: 0.25rem !important;
}

.modal-content .modal-header button {
  padding-top: 1.5rem !important;
}

.modal-content .modal-header .close:focus {
  box-shadow: none !important;
  outline: none;
  outline: none;
}

.modal-content input.txt-box {
  height: 32px !important;
}

.modal-content input.txt-box:focus {
  background-color: #fcfade !important;
}

/*******************
autoGirlUpdate
******************/
.wizard-content .wizard>.steps>ul>li.current .step {
  border-color: #166899 !important;
  background-color: #fff !important;
  color: #166899 !important;
}

.wizard-content .wizard>.steps>ul>li.done .step {
  background-color: #166899 !important;
  border-color: #166899 !important;
  color: #fff;
}

.wizard-content .wizard.wizard-circle>.steps>ul>li:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li:before {
  top: 18px;
  width: 50%;
  height: 3px;
  background-color: #166899 !important;
}

.wizard-content .wizard.wizard-circle>.steps>ul>li.current:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:before {
  background-color: #fff !important;
}

.wizard-content .wizard.wizard-circle>.steps .step {
  border: 3px solid #fff !important;
}

.wizard-content .left-box {
  float: left;
  padding-left: 3rem;
  padding-top: 0.25rem !important;
}

.wizard-content .right-box {
  float: right;
  padding-right: 3rem;
  padding-top: 0.25rem !important;
}

.wizard-content .radio {
  padding-left: 5px;
}

.wizard-content .radio label::before {
  border: 1px solid #999;
}

.wizard-content .txt-box {
  height: 32px !important;
  width: 200px;
}

.wizard-content .input-group {
  width: 236px;
}

.wizard-content .input-group .input-group-append button {
  height: 32px;
  line-height: 32px;
}

.wizard-content input:focus {
  background-color: #fcfade !important;
}

.wizard-content .wizard>.actions>ul>li>a {
  padding: 5px 12px;
  height: 32px;
}

.wizard-content .wizard>.actions>ul>li>a[href="#cancel"] {
  background-color: #fff;
  color: #54667a;
  border: 1px solid #d9d9d9;
}

.wizard-content .site-box-frm {
  padding: 15px 24px 10px;
  border-radius: .25rem;
  border: 1px solid #999;
  background: #fff;
  width: 100%;
}

.wizard-content .site-box-frm .radio label::before,
.wizard-content .site-box-frm .checkbox label::before {
  border: 1px solid #999;
}

.wizard-content .wizard>.actions {
  padding: 0px;
}

@media (max-width: 769px) {
  .wizard-content .left-box {
    display: inline-block;
    float: left;
    padding-left: 0;
    padding-top: 3rem !important;
  }

  .wizard-content .right-box {
    display: inline-block;
    float: left;
    padding-right: 0;
    padding-top: 3rem !important;
  }

  .wizard-content .site-box-frm {
    padding: 15px 24px 10px;
    border-radius: .25rem;
    border: 1px solid #999;
    background: #fff;
    width: 100%;
  }

  .wizard-content .site-box-frm .radio label::before,
  .wizard-content .site-box-frm .checkbox label::before {
    border: 1px solid #999;
  }
}

/*******************
form
******************/
@media (min-width: 576px) {
  .form-inline .btn-group-toggle label.btn {
    display: inline-block !important;
  }

  /*なんでインラインなのに横幅100設定？
      .form-inline textarea.form-control {
          width: 100% !important;
      }
      .form-inline .form-control{
          width: 100% !important;
      }
  */
}

input.txt-box {
  height: 32px !important;
}

input.txt-box:focus {
  background-color: #fcfade !important;
}

textarea.textarea-box:focus {
  background-color: #fcfade !important;
}

select.select-box {
  display: inline-block;
  height: 32px !important;
  color: #666 !important;
  font-weight: 400;
  line-height: 16px;
}

select.select-box:focus {
  background-color: #fcfade !important;
}

select.select-box-2 {
  display: inline-block;
  height: 32px !important;
  font-weight: 400;
  line-height: 16px;
}

select.select-box-2:focus {
  background-color: #fcfade !important;
}

select.top-select-box {
  display: inline-block;
  height: 33px !important;
  color: #ffffff !important;
  font-weight: 400;
}

select.top-select-box:focus {
  background-color: #fcfade !important;
}

button.submit {
  padding: 4px 16px;
  height: 32px;
}

.contact-text-box .card {
  height: 120px;
}

.select-rounded {
  border-radius: 60px;
}

/*******************
select-size
******************/
.select-pd-small {
  padding: 0 12px 1px !important;
  height: 32px !important;
}

.select-pd-basic {
  padding: 6px 12px !important;
  height: 32px !important;
}

.select-pd-hd-large {
  padding: 0px 12px 2px !important;
  height: 33px !important;
}

.select-pd-large {
  padding: 6px 20px !important;
  height: 33px !important;
}

/*******************
select-color
******************/
.select-none:hover {
  background: #ffffff url(../../assets/images/custom-select.png) right 0.75rem center no-repeat !important;
  border: 1px solid #999 !important;
  color: #222 !important;
}

.select-none:focus,
.select-none:active {
  background: #fcfade url(../../assets/images/custom-select.png) right 0.75rem center no-repeat !important;
  border: 1px solid #fcfade !important;
  color: #666 !important;
}

.select-none option {
  background: #fff !important;
}

.select-wb {
  border: 1px solid #999 !important;
}

.select-wb:hover {
  background: #166899 url(../../assets/images/custom-select-hover.png) right 0.75rem center no-repeat !important;
  border: 1px solid #166899 !important;
  color: #ffffff !important;
}

.select-wb:focus,
.select-wb:active {
  background: #fcfade url(../../assets/images/custom-select.png) right 0.75rem center no-repeat !important;
  border: 1px solid #fcfade !important;
  color: #666 !important;
}

.select-wb option {
  background: #fff !important;
}

.select-gw {
  color: #ffffff !important;
  background: #26a69b url(../../assets/images/custom-select-hover.png) right 0.75rem center no-repeat !important;
  border: 1px solid #26a69b !important;
}

.select-gw:hover {
  background: #ffffff url(../../assets/images/custom-select.png) right 0.75rem center no-repeat !important;
  border: 1px solid #26a69b !important;
  color: #26a69b !important;
}

.select-gw:focus,
.select-gw:active {
  background: #fcfade url(../../assets/images/custom-select.png) right 0.75rem center no-repeat !important;
  border: 1px solid #fcfade !important;
  color: #666 !important;
}

.select-gw option {
  background: #fff !important;
  height: 19px !important;
  line-height: 19px !important;
}

.select-bw {
  color: #ffffff !important;
  background: #166899 url(../../assets/images/custom-select-hover.png) right 0.75rem center no-repeat !important;
  border: 1px solid #166899 !important;
}

.select-bw:hover {
  background: #ffffff url(../../assets/images/custom-select.png) right 0.75rem center no-repeat !important;
  border: 1px solid #166899 !important;
  color: #166899 !important;
}

.select-bw:focus,
.select-bw:active {
  background: #fcfade url(../../assets/images/custom-select.png) right 0.75rem center no-repeat !important;
  border: 1px solid #fcfade !important;
  color: #666 !important;
}

.select-bw option {
  background: #fff !important;
  height: 19px !important;
  line-height: 19px !important;
}

/*******************
original abel
******************/
.circle-small {
  height: 19px;
  width: 19px;
  border-radius: 30px !important;
  padding: 0px 4px;
  line-height: 19px;
  margin: 0 1px;
}

.label-mini {
  padding: 0px 8px 1px !important;
  color: #ffffff;
}

.label-red {
  background-color: #ad2222;
}

.label-white {
  background-color: #ffffff;
}

/*******************
original alert
******************/
.alert-yellow {
  color: #7d5411;
  border: solid 1px rgba(237, 166, 42, 0.4);
  background-color: #f8f8d3;
}

/*******************
original border-color
******************/
.border-lg {
  border-color: #bdbdbd !important;
}

.bd-1-red {
  border: solid 1px #cc2a40 !important;
}

.border-top-lg.active {
  border-top: solid 1px #bdbdbd !important;
}

/*******************
bg-shadow
******************/
.bg-shadow {
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
}

/*******************
btn-shadow
******************/
.btn-shadow {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

/*******************
btn-size
******************/
.btn-pd-mini {
  padding: 6px 12px !important;
}

.btn-pd-small {
  padding: 4px 12px !important;
  height: 32px !important;
}

.btn-pd-basic {
  padding: 0 12px 1px !important;
  height: 32px !important;
  line-height: 28px;
}

.btn-pd-large {
  padding: 0 20px !important;
  height: 33px !important;
  line-height: 28px;
}

.btn-pd-large-2 {
  padding: 0 20px !important;
  height: 32px !important;
  line-height: 26px;
}

/*******************
bg-color
******************/
.bg-light-gray2 {
  background: #f0f0f0;
}

.bg-article {
  background: #f0f6ff;
}

.bg-article-link.active {
  background: #f0f6ff !important;
  border-bottom: solid 1px #f0f6ff !important;
}

/*******************
btn-color
******************/
.btn-none,
.btn-none.disabled {
  /*
  background: none !important;
  border: 2px solid #f0f0f0 !important; 
  */

  background: none !important;
  border: 2px solid #f0f0f0 !important;
  background: #fff !important;
  color: #a0a0a0 !important;
}

.btn-none:hover,
.btn-none.disabled:hover {
  background: #676d73 !important;
  border: 2px solid #676d73 !important;
  color: #fff !important;
}

.btn-none.active,
.btn-none:focus,
.btn-none.disabled.active,
.btn-none.disabled:focus {
  background: #676d73 !important;
  border: 2px solid #676d73 !important;
  color: #fff !important;
}

.btn-wb,
.btn-wb.disabled {
  background: #ffffff;
  border: solid 1px #999;
  color: #666 !important;
  font-size: 1.3rem;
}

.btn-wb:hover,
.btn-wb.disabled:hover {
  background: #166899;
  border: 1px solid #166899;
  color: #ffffff !important;
}

.btn-wb.active,
.btn-wb:focus,
.btn-wb.disabled.active,
.btn-wb.disabled:focus {
  background: #166899;
  border: 1px solid #166899;
  color: #ffffff !important;
}

.btn-wb-2,
.btn-wb-2.disabled {
  background: #ffffff;
  border: solid 2px #166899;
  color: #166899 !important;
  font-size: 1.3rem;
}

.btn-wb-2:hover,
.btn-wb-2.disabled:hover {
  background: #166899;
  border: 2px solid #166899;
  color: #ffffff !important;
}

.btn-wb-2.active,
.btn-wb-2:focus,
.btn-wb-2.disabled.active,
.btn-wb-2.disabled:focus {
  background: #166899;
  border: 2px solid #166899;
  color: #ffffff !important;
}

.btn-bw,
.btn-bw.disabled {
  background: #166899;
  border: solid 2px #166899 !important;
  color: #ffffff !important;
  font-size: 1.3rem;
  width: 105px;
  height: 33px;
  line-height: 28px;
}

.btn-bw:hover,
.btn-bw.disabled:hover {
  background: #ffffff;
  border: 2px solid #166899 !important;
  color: #166899 !important;
}

.btn-bw.active,
.btn-bw:focus,
.btn-bw.disabled.active,
.btn-bw.disabled:focus {
  background: #ffffff;
  border: 2px solid #166899 !important;
  color: #166899 !important;
}

.btn-wb-min,
.btn-wb-min.disabled {
  background: #ffffff;
  border: solid 1px #999;
  color: #666 !important;
  font-size: 1.2rem;
}

.btn-wb-min:hover,
.btn-wb-min.disabled:hover {
  background: #166899;
  border: 1px solid #166899;
  color: #ffffff !important;
}

.btn-wb-min.active,
.btn-wb-min:focus,
.btn-wb-min.disabled.active,
.btn-wb-min.disabled:focus {
  background: #166899;
  border: 1px solid #166899;
  color: #ffffff !important;
}

.btn-bw-min,
.btn-bw-min.disabled {
  background: #166899;
  border: solid 1px #166899;
  color: #ffffff !important;
  font-size: 1.2rem;
}

.btn-bw-min:hover,
.btn-bw-min.disabled:hover {
  background: #ffffff;
  border: 1px solid #166899;
  color: #166899 !important;
}

.btn-bw-min.active,
.btn-bw-min:focus,
.btn-bw-min.disabled.active,
.btn-bw-min.disabled:focus {
  background: #ffffff;
  border: 1px solid #166899;
  color: #166899 !important;
}

.btn-gw,
.btn-gw.disabled {
  background: #26a69b;
  border: solid 2px #26a69b;
  color: #ffffff !important;
  font-size: 1.3rem;
}

.btn-gw:hover,
.btn-gw.disabled:hover {
  background: #ffffff;
  border: 2px solid #26a69b;
  color: #26a69b !important;
}

.btn-gw.active,
.btn-gw:focus,
.btn-gw.disabled.active,
.btn-gw.disabled:focus {
  background: #ffffff;
  border: 2px solid #26a69b;
  color: #26a69b !important;
}

.btn-gw-min,
.btn-gw-min.disabled {
  background: #26a69b;
  border: solid 1px #26a69b;
  color: #ffffff !important;
  font-size: 1.2rem;
}

.btn-gw-min:hover,
.btn-gw-min.disabled:hover {
  background: #ffffff;
  border: 1px solid #26a69b;
  color: #26a69b !important;
}

.btn-gw-min.active,
.btn-gw-min:focus,
.btn-gw-min.disabled.active,
.btn-gw-min.disabled:focus {
  background: #ffffff;
  border: 1px solid #26a69b;
  color: #26a69b !important;
}

.btn-wg,
.btn-wg.disabled {
  background: #ffffff;
  border: solid 1px #26a69b;
  color: #26a69b !important;
  font-size: 1.3rem;
}

.btn-wg:hover,
.btn-wg.disabled:hover {
  background: #26a69b;
  border: 1px solid #26a69b;
  color: #ffffff !important;
}

.btn-wg.active,
.btn-wg:focus,
.btn-wg.disabled.active,
.btn-wg.disabled:focus {
  background: #26a69b;
  border: 1px solid #26a69b;
  color: #ffffff !important;
}

.btn-wg-min,
.btn-wg-min.disabled {
  background: #ffffff;
  border: solid 1px #999;
  color: #666 !important;
  font-size: 1.2rem;
}

.btn-wg-min:hover,
.btn-wg-min.disabled:hover {
  background: #26a69b;
  border: 1px solid #26a69b;
  color: #ffffff !important;
}

.btn-wg-min.active,
.btn-wg-min:focus,
.btn-wg-min.disabled.active,
.btn-wg-min.disabled:focus {
  background: #26a69b;
  border: 1px solid #26a69b;
  color: #ffffff !important;
}

.btn-wg-b2,
.btn-wg-b2.disabled {
  background: #ffffff;
  border: solid 2px #999;
  color: #666 !important;
  font-size: 1.3rem;
}

.btn-wg-b2:hover,
.btn-wg-b2.disabled:hover {
  background: #26a69b;
  border: 2px solid #26a69b;
  color: #ffffff !important;
}

.btn-wg-b2.active,
.btn-wg-b2:focus,
.btn-wg-b2.disabled.active,
.btn-wg-b2.disabled:focus {
  background: #26a69b;
  border: 2px solid #26a69b;
  color: #ffffff !important;
}

.btn-wr,
.btn-wr.disabled {
  background: #ffffff;
  border: solid 1px #999;
  color: #666 !important;
  font-size: 1.3rem;
}

.btn-wr:hover,
.btn-wr.disabled:hover {
  background: #f62d51;
  border: 1px solid #f62d51;
  color: #ffffff !important;
}

.btn-wr.active,
.btn-wr:focus,
.btn-wr.disabled.active,
.btn-wr.disabled:focus {
  background: #f62d51;
  border: 1px solid #f62d51;
  color: #ffffff !important;
}

.btn-rw,
.btn-rw.disabled {
  background: #f62d51;
  border: solid 2px #f62d51;
  color: #ffffff !important;
  font-size: 1.3rem;
}

.btn-rw:hover,
.btn-rw.disabled:hover {
  background: #ffffff;
  border: 2px solid #f62d51;
  color: #f62d51 !important;
}

.btn-rw.active,
.btn-rw:focus,
.btn-rw.disabled.active,
.btn-rw.disabled:focus {
  background: #ffffff;
  border: 2px solid #f62d51;
  color: #f62d51 !important;
}

.btn-rw-min,
.btn-rw-min.disabled {
  background: #f62d51;
  border: solid 1px #f62d51;
  color: #ffffff !important;
  font-size: 1.2rem;
}

.btn-rw-min:hover,
.btn-rw-min.disabled:hover {
  background: #ffffff;
  border: 1px solid #f62d51;
  color: #f62d51 !important;
}

.btn-rw-min.active,
.btn-rw-min:focus,
.btn-rw-min.disabled.active,
.btn-rw-min.disabled:focus {
  background: #ffffff;
  border: 1px solid #f62d51;
  color: #f62d51 !important;
}

.btn-ow,
.btn-ow.disabled {
  background: #ea4335;
  border: solid 2px #ea4335;
  color: #ffe7e5 !important;
  font-size: 1.3rem;
}

.btn-ow:hover,
.btn-ow.disabled:hover {
  background: #ffffff;
  border: 2px solid #ea4335;
  color: #ea4335 !important;
}

.btn-ow.active,
.btn-ow:focus,
.btn-ow.disabled.active,
.btn-ow.disabled:focus {
  background: #ffffff;
  border: 2px solid #ea4335;
  color: #ea4335 !important;
}

.btn-ow-min,
.btn-ow-min.disabled {
  background: #ea4335;
  border: solid 1px #ea4335;
  color: #ffffff !important;
  font-size: 1.2rem;
}

.btn-ow-min:hover,
.btn-ow-min.disabled:hover {
  background: #ffffff;
  border: 1px solid #ea4335;
  color: #ea4335 !important;
}

.btn-ow-min.active,
.btn-ow-min:focus,
.btn-ow-min.disabled.active,
.btn-ow-min.disabled:focus {
  background: #ffffff;
  border: 1px solid #ea4335;
  color: #ea4335 !important;
}

.btn-bgrw,
.btn-bgrw.disabled {
  background: #676d73;
  border: solid 2px #676d73;
  color: #ffffff !important;
}

.btn-bgrw:hover,
.btn-bgrw.disabled:hover {
  background: #ffffff;
  border: 2px solid #676d73;
  color: #676d73 !important;
}

.btn-bgrw.active,
.btn-bgrw:focus,
.btn-bgrw.disabled.active,
.btn-bgrw.disabled:focus {
  background: #ffffff;
  border: 2px solid #676d73;
  color: #676d73 !important;
}

.btn-bgrw-min,
.btn-bgrw-min.disabled {
  background: #676d73;
  border: solid 1px #676d73;
  color: #ffffff !important;
  font-size: 1.2rem;
}

.btn-bgrw-min:hover,
.btn-bgrw-min.disabled:hover {
  background: #ffffff;
  border: 1px solid #676d73;
  color: #676d73 !important;
}

.btn-bgrw-min.active,
.btn-bgrw-min:focus,
.btn-bgrw-min.disabled.active,
.btn-bgrw-min.disabled:focus {
  background: #ffffff;
  border: 1px solid #676d73;
  color: #676d73 !important;
}

.btn-grw,
.btn-grw.disabled {
  background: #868e96;
  border: solid 2px #868e96;
  color: #ffffff !important;
  width: 105px;
  height: 33px;
  line-height: 28px;
}

.btn-grw:hover,
.btn-grw.disabled:hover {
  background: #ffffff;
  border: 2px solid #868e96;
  color: #868e96 !important;
}

.btn-grw.active,
.btn-grw:focus,
.btn-grw.disabled.active,
.btn-grw.disabled:focus {
  background: #ffffff;
  border: 2px solid #868e96;
  color: #868e96 !important;
}

.btn-grw-min,
.btn-grw-min.disabled {
  background: #868e96;
  border: solid 1px #868e96;
  color: #ffffff !important;
  font-size: 1.2rem;
}

.btn-grw-min:hover,
.btn-grw-min.disabled:hover {
  background: #ffffff;
  border: 1px solid #868e96;
  color: #868e96 !important;
}

.btn-grw-min.active,
.btn-grw-min:focus,
.btn-grw-min.disabled.active,
.btn-grw-min.disabled:focus {
  background: #ffffff;
  border: 1px solid #868e96;
  color: #868e96 !important;
}

.btn-grw-thin,
.btn-grw-thin.disabled {
  background: #868e96;
  border: solid 1px #868e96;
  color: #ffffff !important;
}

.btn-grw-thin:hover,
.btn-grw-thin.disabled:hover {
  background: #ffffff;
  border: 1px solid #868e96;
  color: #868e96 !important;
}

.btn-grw-thin.active,
.btn-grw-thin:focus,
.btn-grw-thin.disabled.active,
.btn-grw-thin.disabled:focus {
  background: #ffffff;
  border: 1px solid #868e96;
  color: #868e96 !important;
}

.btn-pkw,
.btn-pkw.disabled {
  background: #ff4366;
  border: solid 2px #ff4366;
  color: #ffffff !important;
  font-size: 1.3rem;
}

.btn-pkw:hover,
.btn-pkw.disabled:hover {
  background: #ffffff;
  border: 2px solid #ff4366;
  color: #ff4366 !important;
}

.btn-pkw.active,
.btn-pkw:focus,
.btn-pkw.disabled.active,
.btn-pkw.disabled:focus {
  background: #ffffff;
  border: 2px solid #ff4366;
  color: #ff4366 !important;
}

.btn-pkw-min,
.btn-pkw-min.disabled {
  background: #ff4366;
  border: solid 1px #ff4366;
  color: #ffffff !important;
  font-size: 1.2rem;
}

.btn-pkw-min:hover,
.btn-pkw-min.disabled:hover {
  background: #ffffff;
  border: 1px solid #ff4366;
  color: #ff4366 !important;
}

.btn-pkw-min.active,
.btn-pkw-min:focus,
.btn-pkw-min.disabled.active,
.btn-pkw-min.disabled:focus {
  background: #ffffff;
  border: 1px solid #ff4366;
  color: #ff4366 !important;
}

.btn-yw,
.btn-yw.disabled {
  background: #ff9900;
  border: solid 2px #ff9900;
  color: #ffffff !important;
  font-size: 1.3rem;
}

.btn-yw:hover,
.btn-yw.disabled:hover {
  background: #ffffff;
  border: 2px solid #ff9900;
  color: #ff9900 !important;
}

.btn-yw.active,
.btn-yw:focus,
.btn-yw.disabled.active,
.btn-yw.disabled:focus {
  background: #ffffff;
  border: 2px solid #ff9900;
  color: #ff9900 !important;
}

.btn-yw-min,
.btn-yw-min.disabled {
  background: #ff9900;
  border: solid 1px #ff9900;
  color: #ffffff !important;
  font-size: 1.2rem;
}

.btn-yw-min:hover,
.btn-yw-min.disabled:hover {
  background: #ffffff;
  border: 1px solid #ff9900;
  color: #ff9900 !important;
}

.btn-yw-min.active,
.btn-yw-min:focus,
.btn-yw-min.disabled.active,
.btn-yw-min.disabled:focus {
  background: #ffffff;
  border: 1px solid #ff9900;
  color: #ff9900 !important;
}

.btn-wy,
.btn-wy.disabled {
  background: #ffffff;
  border: solid 1px #999;
  color: #666 !important;
  font-size: 1.3rem;
}

.btn-wy:hover,
.btn-wy.disabled:hover {
  background: #ff9900;
  border: 1px solid #ff9900;
  color: #ffffff !important;
}

.btn-wy.active,
.btn-wy:focus,
.btn-wy.disabled.active,
.btn-wy.disabled:focus {
  background: #ff9900;
  border: 1px solid #ff9900;
  color: #ffffff !important;
}

.btn-ppw,
.btn-ppw.disabled {
  background: #868cb7;
  border: solid 2px #868cb7;
  color: #ffffff !important;
  font-size: 1.3rem;
}

.btn-ppw:hover,
.btn-ppw.disabled:hover {
  background: #ffffff;
  border: 2px solid #868cb7;
  color: #868cb7 !important;
}

.btn-ppw.active,
.btn-ppw:focus,
.btn-ppw.disabled.active,
.btn-ppw.disabled:focus {
  background: #ffffff;
  border: 2px solid #868cb7;
  color: #868cb7 !important;
}

.btn-ppw-min,
.btn-ppw-min.disabled {
  background: #868cb7;
  border: solid 1px #868cb7;
  color: #ffffff !important;
  font-size: 1.2rem;
}

.btn-ppw-min:hover,
.btn-ppw-min.disabled:hover {
  background: #ffffff;
  border: 1px solid #868cb7;
  color: #868cb7 !important;
}

.btn-ppw-min.active,
.btn-ppw-min:focus,
.btn-ppw-min.disabled.active,
.btn-ppw-min.disabled:focus {
  background: #ffffff;
  border: 1px solid #868cb7;
  color: #868cb7 !important;
}

.btn-pgw,
.btn-pgw.disabled {
  background: #b0be3c;
  border: solid 2px #b0be3c;
  color: #ffffff !important;
  font-size: 1.3rem;
}

.btn-pgw:hover,
.btn-pgw.disabled:hover {
  background: #ffffff;
  border: 2px solid #b0be3c;
  color: #b0be3c !important;
}

.btn-pgw.active,
.btn-pgw:focus,
.btn-pgw.disabled.active,
.btn-pgw.disabled:focus {
  background: #ffffff;
  border: 2px solid #b0be3c;
  color: #b0be3c !important;
}

.btn-pgw-min,
.btn-pgw-min.disabled {
  background: #b0be3c;
  border: solid 1px #b0be3c;
  color: #ffffff !important;
  font-size: 1.2rem;
}

.btn-pgw-min:hover,
.btn-pgw-min.disabled:hover {
  background: #ffffff;
  border: 1px solid #b0be3c;
  color: #b0be3c !important;
}

.btn-pgw-min.active,
.btn-pgw-min:focus,
.btn-pgw-min.disabled.active,
.btn-pgw-min.disabled:focus {
  background: #ffffff;
  border: 1px solid #b0be3c;
  color: #b0be3c !important;
}

.btn-wpg,
.btn-wpg.disabled {
  background: #ffffff;
  border: solid 1px #999;
  color: #666 !important;
  font-size: 1.3rem;
}

.btn-wpg:hover,
.btn-wpg.disabled:hover {
  background: #b0be3c;
  border: 1px solid #b0be3c;
  color: #ffffff !important;
}

.btn-wpg.active,
.btn-wpg:focus,
.btn-wpg.disabled.active,
.btn-wpg.disabled:focus {
  background: #b0be3c;
  border: 1px solid #b0be3c;
  color: #ffffff !important;
}

.btn-dgrw,
.btn-dgrw.disabled {
  background: #393939;
  border: solid 2px #393939;
  color: #ffffff !important;
}

.btn-dgrw:hover,
.btn-dgrw.disabled:hover {
  background: #ffffff;
  border: 2px solid #393939;
  color: #393939 !important;
}

.btn-dgrw.active,
.btn-dgrw:focus,
.btn-dgrw.disabled.active,
.btn-dgrw.disabled:focus {
  background: #ffffff;
  border: 2px solid #393939;
  color: #393939 !important;
}

.btn-dgrw-min,
.btn-dgrw-min.disabled {
  background: #393939;
  border: solid 1px #393939;
  color: #ffffff !important;
  font-size: 1.2rem;
}

.btn-dgrw-min:hover,
.btn-dgrw-min.disabled:hover {
  background: #ffffff;
  border: 1px solid #393939;
  color: #393939 !important;
}

.btn-dgrw-min.active,
.btn-dgrw-min:focus,
.btn-dgrw-min.disabled.active,
.btn-dgrw-min.disabled:focus {
  background: #ffffff;
  border: 1px solid #393939;
  color: #393939 !important;
}

.btn-group-state .custom-control-label::before,
.btn-group-state .custom-file-label,
.btn-group-state .custom-select {
  background: #868e96 !important;
}

.btn-group-state .custom-control-label::after {
  background: #868e96 !important;
}

.btn-group-state .custom-radio .custom-control-input:checked~.custom-control-label::after {
  background: #676d73 !important;
}

/*******************
original border
******************/
.bd-1-wb,
.bd-1-wb.disabled {
  border: solid 1px #ffffff;
}

.bd-1-wb:hover,
.bd-1-wb.disabled:hover {
  border: 1px solid #166899;
}

.bd-1-wb.active,
.bd-1-wb:focus,
.bd-1-wb.disabled.active,
.bd-1-wb.disabled:focus {
  border: 1px solid #166899;
}

.bd-2-wb,
.bd-2-wb.disabled {
  border: solid 2px #ffffff;
}

.bd-2-wb:hover,
.bd-2-wb.disabled:hover {
  border: 2px solid #166899;
}

.bd-2-wb.active,
.bd-2-wb:focus,
.bd-2-wb.disabled.active,
.bd-2-wb.disabled:focus {
  border: 2px solid #166899;
}

.bd-1-wo,
.bd-1-wo.disabled {
  border: solid 1px #ffffff;
}

.bd-1-wo:hover,
.bd-1-wo.disabled:hover {
  border: 1px solid #ea4335;
}

.bd-1-wo.active,
.bd-1-wo:focus,
.bd-1-wo.disabled.active,
.bd-1-wo.disabled:focus {
  border: 1px solid #ea4335;
}

.bd-2-wo,
.bd-2-wo.disabled {
  border: solid 2px #ffffff;
}

.bd-2-wo:hover,
.bd-2-wo.disabled:hover {
  border: 2px solid #ea4335;
}

.bd-2-wo.active,
.bd-2-wo:focus,
.bd-2-wo.disabled.active,
.bd-2-wo.disabled:focus {
  border: 2px solid #ea4335;
}

.bd-1-wg,
.bd-1-wg.disabled {
  border: solid 1px #ffffff;
}

.bd-1-wg:hover,
.bd-1-wg.disabled:hover {
  border: 1px solid #26a69b;
}

.bd-1-wg.active,
.bd-1-wg:focus,
.bd-1-wg.disabled.active,
.bd-1-wg.disabled:focus {
  border: 1px solid #26a69b;
}

.bd-2-wg,
.bd-2-wg.disabled {
  border: solid 2px #ffffff;
}

.bd-2-wg:hover,
.bd-2-wg.disabled:hover {
  border: 2px solid #26a69b;
}

.bd-2-wg.active,
.bd-2-wg:focus,
.bd-2-wg.disabled.active,
.bd-2-wg.disabled:focus {
  border: 2px solid #26a69b;
}

/*******************
scheduleList-page
******************/

.scheduleList-box table,
.scheduleList-box th,
.scheduleList-box td {
  border: solid 1px #A0A0A0;
  color: #222;
  border-collapse: collapse;
}

.scheduleList-box th {
  font-weight: bold;
}

.scheduleList-box td:hover {
  opacity: 0.8;
}

.scheduleList-box td {
  padding: 3px;
}

.scheduleList-box td .prof-box {
  display: block;
}

.scheduleList-box .profLeft,
.scheduleList-box .profRight {
  float: left;
}

.scheduleList-box .profLeft {
  width: 45px;
}

.scheduleList-box .profRight {
  position: relative;
  margin-left: 5px;
  width: calc(100% - 50px);
  font-size: 1.2rem;
  overflow: hidden;
}

.scheduleList-box .profRight .name {
  font-size: 1.2rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.scheduleList-box .profRight .btn {
  position: absolute;
  bottom: 0px;
}

.scheduleList-box .scheduleBlocks {
  position: relative;
  text-align: center;
}

.scheduleList-box .scheduleBlocks:hover {
  cursor: pointer;
}

.scheduleList-box .scheduleBlocks .comment {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scheduleList-box .scheduleBlocks .time {
  position: absolute;
  top: 23px;
  left: 0px;
  width: 100%;
}

.scheduleList-box .scheduleControl {
  z-index: 1000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.scheduleList-box .scheduleControl .btn {
  display: block;
}

.scheduleList-box .weekPagination .btn {
  height: 30px;
  line-height: 30px;
}

.bgHld {
  background: #FFC0CB;
}

.bgSch {
  background: #87CEFA;
}

.scheduleList-box #schEditModal {
  position: absolute;
  width: 320px;
  z-index: 999999;
  background: #fff;
  box-shadow: 0 0 5px #333;
  border-radius: 5px;
  display: none;
}

@media screen and (max-width:880px) {
  .scheduleList-box #schEditModal {
    width: 100%;
    left: 0 !important;
    position: fixed;
    bottom: 0 !important;
    top: inherit !important;
  }

  #schEditModal .schContents {
    padding: 10px
  }
}

.scheduleList-box .btn-time {
  border: solid 1px #808080;
}

.scheduleList-box .hourBtn {
  border-radius: 0;
  padding: 0;
  width: 23px;
  height: 23px;
  line-height: 21px;
  margin: 0 0 4px 0;
}

.scheduleList-box .hourBtn:nth-last-child(13) {
  margin-right: 0
}

.scheduleList-box .hourBtn:last-child {
  margin-right: 0 !important;
}

.scheduleList-box .minBtn {
  border-radius: 0;
  width: 75px;
  height: 23px;
  line-height: 20px;
  margin: 0;
}

.scheduleList-box .minBtn:last-child {
  margin-right: 0 !important;
}

.scheduleList-box .btn-time.active {
  background: #FFA500;
}

.scheduleList-box #regBtn {
  border-radius: 0;
}

.scheduleList-box #cancelBtn {
  border-radius: 0;
  color: #666 !important;
}

.scheduleList-box #schNameView {
  font-size: 14px;
  font-weight: bold;
  color: #272c33;
}

.scheduleList-box #timeView {
  font-size: 16px;
  height: 27px;
  font-weight: bold;
}

.scheduleList-box .ui-draggable-dragging {
  opacity: 0.8;
  height: 67px;
  text-align: center;
  z-index: 1000;
}

.navigation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.navigation a,
.navigation div {
  white-space: nowrap;
}





.scheduleTable thead td {
  /* 縦スクロール時に固定する */
  /*position: -webkit-sticky;*/
  /*position: sticky;*/
  /* tbody内のセルより手前に表示する */
  /*z-index: 3;*/
}

.scheduleTable thead tr:nth-child(1) td {
  top: 0;
  /*border-left: solid 1px #A0A0A0 !important;*/
  background: #fff;
  padding: 0 !important;
}

.scheduleTable thead tr:nth-child(1) td {
  top: 0;
  /*border: none !important;*/
  background: #fff;
  padding: 0 !important;
}

.scheduleTable thead tr:nth-child(2) td {
  top: 26px;
  /*border: none !important;*/
  background: #fff;
  padding: 0 !important;
}

.scheduleTable thead tr:nth-child(2) td.table-success {
  background-color: #afecb6;
}

.scheduleTable thead th:first-child {
  /* 行内の他のセルより手前に表示する */
  /*z-index: 4;*/
}

.scheduleTable thead tr td:first-child {
  /*border-left: none !important;*/
  /*border-right: none !important;*/
  /*border-bottom: none !important;*/
  padding: 0 !important;
}

.scheduleTable thead tr:nth-child(1) td .data-box {
  /*border-top: solid 1px #A0A0A0 !important;*/
  /*border-left: solid 1px #A0A0A0 !important;*/
  width: 100%;
  height: 26px;
  border-collapse: collapse;
  min-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
}

.scheduleTable thead tr:nth-child(2) td .data-box {
  /*border-top: solid 1px #A0A0A0 !important;*/
  /*border-bottom: solid 1px #A0A0A0 !important;*/
  /*border-left: solid 1px #A0A0A0 !important;*/
  width: 100%;
  height: 26px;
  border-collapse: collapse;
  min-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #263238;
}





.scheduleList-box table,
.scheduleList-box td {
  /*border-top: none !important;*/
}

.scheduleList-box td.ui-draggable-dragging {
  /*border-top: solid 1px #A0A0A0 !important;*/
}

.scheduleList-box tr:nth-child(1) td:hover,
.scheduleList-box tr:nth-child(2) td:hover {
  opacity: 1 !important;
}

.scheduleList-box #timeView {
  height: auto;
}

.scheduleList-box #timeView input {
  width: 5.5rem !important;
  height: 2.5rem;
  min-height: 2.5rem;
}

#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
}

.scHide .scheduleControl {
  display: none !important;
}

#schModalBg {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 9998;
}

.scheduleBlocks {
  padding: 0px !important;
}

.scheduleBlocks.disabled {
  /*pointer-events: none;*/
  background: #afafaf;
  opacity: 0.5;
}

.scheduleBlocks.selected .scheduleControl {
  display: block !important;
}

.ui-timepicker-wrapper {
  width: 7.5rem;
}

#scrollArea .scheduleBlocks {
  padding: 0 !important;
}

.scheduleList-box .scheduleBlocks {
  position: relative;
  text-align: center;
}

.scheduleList-box .scheduleBlocks .comment {
  font-size: 11px;
  bottom: 4px;
}

.scheduleList-box .scheduleControl {
  padding: 11px 6px 10px 6px;
  position: relative;
  z-index: 1
}

.scheduleList-box .scheduleControl .btn {
  display: block;
  padding: 0px;
  white-space: nowrap;
}

@media (max-width: 1430px) {
  .scheduleList-box .scheduleControl .btn span {
    display: none;
  }
}

#scheduleList .prof-box {
  display: flex;
  position: relative;
  height: 60px;
}

/*
.sokuhime-box #scrollArea .prof-box{
  height: 56px;
}
*/

/*
.girlcompare-box-new #scrollArea .prof-box{
  height: 52px;
}
*/
#scrollArea .profImage {
  margin-right: 5px;
  width: 45px;
}

#scheduleList .profName {
  flex: 1;
}

#scheduleList .girlname:hover {
  opacity: 0.8;
  cursor: pointer;
  text-decoration: underline
}

.scheduleList-box td .prof-box .name {
  font-size: 1.1rem;
  font-weight: bold;
}

#scheduleList .checkbox.checkbox-info input[type=checkbox] {
  pointer-events: none;
}

#scheduleList .girlCheckCol {
  vertical-align: middle;
  padding: 0 !important;
}

#scheduleList thead .girlCheckCol {
  width: 25px;
  min-width: 25px;
  max-width: 25px;
}

#scheduleList thead .girlCheckCol .data-box {
  height: 52px;
  min-height: 52px;
  border-left: 0px !important;
  /*border-bottom: solid 1px #A0A0A0!important;*/
}

#scheduleList thead .girlInfoCol {
  width: 250px;
  min-width: 165px;
  max-width: 250px;
}

#scheduleList thead .girlInfoCol .data-box {
  /*border-top: solid 1px #A0A0A0!important;*/
  /*border-bottom: solid 1px #A0A0A0!important;*/
  width: 100%;
  height: 52px;
  border-collapse: collapse;
  min-height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#scheduleList thead .girlMemoCol {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  vertical-align: middle;
}

#scheduleList .girlMemoInfo {
  font-size: 10px;
  color: #393939;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  border: none;
  border-top: 1px solid #A0A0A0;
  height: 67px;
  background: #fcfade;

  /* 追加（ここが重要） */
  white-space: normal;
  overflow-wrap: anywhere;
  /* 連続数字でも折る */
  /*
  font-size: 10px;
  color: #393939;
  
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  border: none;
  border-top: 1px solid #A0A0A0;
  height: 67px;
  background: #fcfade;*/
}

#scheduleList .girlMemoInfo.hasgirlMemo {
  border-left: solid 2px #ffbc34;
  cursor: pointer;
}

#scheduleList .checkbox-info label {
  width: 100%;
}

#scheduleList .checkbox-info label::before {
  width: 14px !important;
  height: 14px !important;
  margin-left: 5px;
}

#scheduleList .checkbox-info label::after {
  position: absolute;
  display: inline-block;
  left: 7px;
  top: 0px;
  font-size: 10px;
  height: auto !important;
  width: auto !important;
  padding: 0px !important;
}

#scheduleList td:nth-child(n+3) {
  min-width: 120px;
}

.tooltip-inner,
[role="tooltip"] {
  pointer-events: none;
}

.sokuhime-group-selected {
  background: #55ce63;
  /*border-radius: 23px;*/
}

/*******************
scheduleList-page
******************/
.sokuhimeGroupLabel {
  /*padding: 0px 7px 1px 5px;*/
  background: #c5edff;
  border-radius: 15px;
  color: var(--primary);
  border: 1px solid #007bff;

  cursor: pointer;
  width: 61px;
  position: absolute;
  right: 50px;
  bottom: 2px;
  /* opacity: 0.6; */
  /*border: solid 1px #ff5722;*/
  /*border-radius: 10px;*/
  text-align: center;
  /*background: #fcfade;*/
  /*color: #676d73;*/
  font-weight: 400;
}

.sokuhimeJyogaiLabel {
  width: 61px;
  position: absolute;
  right: 50px;
  bottom: 2px;
  /* opacity: 0.6; */
  border: solid 1px #bdbdbd;
  border-radius: 10px;
  text-align: center;
  background: #dee2e6;
  color: #676d73;
  font-weight: 400;
}

.settingForOneMonth {
  cursor: pointer;
  width: 16px;
  position: absolute;
  right: 22px;
  bottom: 2px;
  opacity: 0.6;
}

.settingForOneMonth:hover {
  opacity: 1;
}

#scheduleForMonth {
  background: #fff;
  width: 100%;
  height: calc(100% - 70px);
  /*box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;*/
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  table-layout: fixed !important;
}

#scheduleForMonth .scheduleBlocks.selected {
  background-color: #cadff5;
}

#scheduleForMonth .scheduleBlocks.selected.bgSch {
  background-color: #c3e7fd;
}

#scheduleForMonth .scheduleBlocks.selected.bgHld {
  background-color: #ffe0e5;
}

.scheduleForMonthModal.upResult table {
  border: none !important;
  color: #222 !important;
  border-collapse: collapse;
}

.scheduleForMonthModal.upResult th,
.scheduleForMonthModal.upResult td {
  border-right: solid 1px #A0A0A0 !important;
  border-bottom: solid 1px #A0A0A0 !important;
  border-top: none !important;
  border-left: none !important;
  color: #222 !important;
  border-collapse: collapse;
  vertical-align: middle;
}

.scheduleForMonthModal.upResult .scheduleBlocks .time {
  position: initial !important;
}

.scheduleForMonthModal.upResult .scheduleBlocks .comment {
  position: initial !important;
  width: 120px;
}

.fc-view-container,
.scheduleForMonthModal th,
.scheduleForMonthModal td {
  border-collapse: collapse;
  border: solid 1px #A0A0A0;
}

.scheduleForMonthModal .preloader {
  position: relative;
  background: none;
}

.scheduleForMonthModal th {
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.scheduleForMonthModal td {
  width: calc(100% / 7);
  height: calc(660px / 8);
}

.scheduleForMonthModal.weekType td {
  height: calc((100% - 20px) / 5);
}

.scheduleForMonthModal .sun-header {
  background: #FFC0CB;
}

.scheduleForMonthModal .sat-header {
  background: #bceaff;
}

/*
.scheduleForMonthModal th:nth-child(1) {
  background: #FFC0CB;
}
.scheduleForMonthModal th:nth-child(7) {
  background: #bceaff;
}
*/

.scheduleForMonthModal td.scheduleBlocks:hover {
  /*opacity: 0.8;*/
}

.scheduleForMonthModal td.scheduleBlocks {
  padding-top: 10px;
}

.scheduleForMonthModal td .prof-box {
  min-width: 178px;
  max-width: 250px;
  display: block;
}

.scheduleForMonthModal td .prof-box .name {
  font-size: 1.2rem;
  font-weight: bold;
}

.scheduleForMonthModal .profLeft,
.scheduleForMonthModal .profRight {
  float: left;
}

.scheduleForMonthModal .profLeft {
  width: 45px;
}

.scheduleForMonthModal .profRight {
  position: relative;
  margin-left: 5px;
  width: calc(100% - 50px);
  font-size: 1.2rem;
  overflow: hidden;
}

.scheduleForMonthModal .profRight .name {
  font-size: 1.2rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.scheduleForMonthModal .profRight .btn {
  position: absolute;
  bottom: 0px;
}

.scheduleForMonthMoal .scheduleBlocks {
  position: relative;
  text-align: center;
}

.scheduleForMonthModal.weekType .scheduleBlocks {}

.scheduleForMonthModal .scheduleBlocks:hover {
  cursor: pointer;
}

.scheduleForMonthModal .scheduleBlocks .comment {
  position: absolute;
  bottom: 15% !important;
  left: 0px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scheduleForMonthModal .scheduleBlocks .time {
  position: absolute;
  top: calc((100% - 19px) / 2);
  width: 100%;
}

.scheduleForMonthModal .scheduleBlocks .day-number {
  position: absolute;
  top: 4px;
  left: 8px;
  font-size: 12px;
  color: #222;
  z-index: 1000;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}

.scheduleForMonthModal .scheduleBlocks.sun .day-number {
  color: #bf2641;
}

.scheduleForMonthModal .scheduleBlocks.sat .day-number {
  color: #166899;
}

.scheduleForMonthModal .scheduleBlocks .day-number .inner {
  display: inline-block;
  position: relative;
}

.scheduleForMonthModal .scheduleBlocks .day-number.todaySign {
  background: #166899;
  color: #fff;
  border-radius: 20px;
  height: 19px;
  width: 19px;
  line-height: 19px;
  text-align: center;
  font-weight: normal;
  top: 4px;
  left: 4px;
}

.scheduleForMonthModal .scheduleBlocks .day-number.todaySign.flex {
  width: auto;
  padding: 0 6px;
}

.ui-draggable-dragging>.day-number {
  display: none;
}

.ui-draggable-dragging>.scheduleControl {
  opacity: 0.2;
}

.ui-draggable-dragging>.time {
  /*  font-weight: bold;
  font-size: 15px !important;*/
}

.ui-draggable-dragging>.comment {
  font-weight: bold;
  font-size: 12px !important;
}

.scheduleForMonthModal .scheduleControl {
  z-index: 1000;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.scheduleForMonthModal .scheduleControl .scheduleControlInner {
  position: relative;
  top: calc((100% - 44px) / 2);
  min-width: 100px;
  width: 85%;
}

.scheduleForMonthModal .scheduleControl .scheduleControlIcons {
  display: none;
}

.scheduleForMonthModal .weekType1 .scheduleControl .scheduleControlInner {
  top: 27px;
}

.scheduleForMonthModal .scheduleControl .btn {
  display: block;
}

.scheduleForMonthModal .weekPagination .btn {
  height: 30px;
  line-height: 30px;
}

.scheduleForMonthModal .bgHld {
  background: #FFC0CB;
}

.scheduleForMonthModal .bgSch {
  background: #87CEFA;
}

.scheduleForMonthModal #schEditModal {
  position: absolute;
  padding: 5px;
  width: 320px;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 0 10px #333;
  display: none;
}

.scheduleForMonthModal .btn-time {
  border: solid 1px #808080;
}

.scheduleForMonthModal .hourBtn {
  border-radius: 0;
  padding: 0;
  width: 23px;
  height: 23px;
  line-height: 21px;
  margin: 0 0 4px;
}

.scheduleForMonthModal .hourBtn:nth-last-child(13) {
  margin-right: 0 !important;
}

.scheduleForMonthModal .hourBtn:last-child {
  margin-right: 0 !important;
}

.scheduleForMonthModal .minBtn {
  border-radius: 0;
  width: 75px;
  height: 23px;
  line-height: 20px;
  margin: 0 3px 4px 0;
  float: left;
}

.scheduleForMonthModal .minBtn:last-child {
  margin-right: 0 !important;
}

.scheduleForMonthModal .btn-time.active {
  background: #FFA500;
}

.scheduleForMonthModal #regBtn {
  border-radius: 0;
}

.scheduleForMonthModal #cancelBtn {
  border-radius: 0;
  color: #666 !important;
}

.scheduleForMonthModal #schNameView {
  font-size: 14px;
  font-weight: bold;
  color: #272c33;
}

.scheduleForMonthModal #timeView {
  font-size: 16px;
  height: 27px;
  font-weight: bold;
  color: #009efb;
}

.scheduleForMonthModal .ui-draggable-dragging {
  opacity: 0.8;
  height: 67px;
  text-align: center;
  z-index: 1000;
}

#scheduleMonthModal.launch {
  width: 75%;
  height: 680px;
  min-width: 880px;
  position: fixed;
  z-index: 99999;
  border-radius: 5px;
  background: #fff;
  top: calc(50% - 680px/2);
  left: calc(50% - 75%/2);
  box-shadow: 0 0 10px #333;
}

.onlySpShow {
  display: none;
}

@media screen and (max-width:1170px) {
  #scheduleMonthModal.launch {
    left: calc(50% - 880px/2);
  }
}

@media screen and (max-width:880px) {
  .scheduleForMonthModal .fc-button-group {
    float: right !important;
    margin-left: 20px;
  }

  .col-md-6 {
    width: 50% !important;
  }
}

@media screen and (max-width:414px) {
  .col-md-6 {
    width: 100% !important;
  }

  .scheduleForMonthModal .fc-button-group {
    float: left !important;
    margin-bottom: 5px;
  }

  #scheduleMonthModal .modalContentsInner {
    overflow: auto !important;
    padding: 0 !important;
    margin: 20px !important;
    margin-top: 5px !important;
    height: calc(100% - 142px);
  }
}

@media screen and (max-width:768px) {
  .scheduleForMonthModal .fc-button-group {
    float: right;
    margin-left: 20px;
  }

  #scheduleMonthModal .modalContentsInner {
    overflow: auto !important;
    padding: 0 !important;
    margin: 20px !important;
    margin-top: 0px !important;
  }

  .scheduleForMonthModal .modalHeader .headerTitle {
    display: none;
  }

  #scheduleMonthModal.launch {}
}

@media screen and (max-width:880px) {
  .onlyPcShow {
    display: none;
  }

  .onlySpShow {
    display: inline;
  }

  #scheduleMonthModal.launch {
    min-width: auto;
    width: 100%;
    height: 100%;
    top: 0px;
    top: 0;
    left: 0;
    border-radius: 0 !important;
  }

  .scheduleForMonthModal .modalHeader {
    border-radius: 0 !important;
  }

  .scheduleForMonthModal .modalHeader .header-left {
    float: none !important;
    line-height: normal !important;
  }

  .scheduleForMonthModal .modalHeader .header-right {
    float: none !important;
    line-height: normal !important;
    height: auto !important;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .scheduleForMonthModal .modalHeader .header-right .description {
    position: relative;
    top: -11px;
    left: 5px;
  }

  .scheduleForMonthModal .headerCloseBtn {
    right: 15px !important;
    color: #000 !important;
  }

  #scheduleMonthModal .modalContentsInner {
    overflow: auto !important;
    padding: 0 !important;
    margin: 0 20px 20px;
    height: calc(100% - 70px);
  }

  #main-wrapper {
    overflow: hidden;
  }

  /*
  .card-body {
    padding: 0;
  }*/

  #scheduleForMonthWrapper {
    overflow: auto;
  }

  #scheduleForMonth {
    height: calc(100% - 1px);
    min-height: 500px;
    width: 100%
      /*width: 900px;*/
  }

  .scheduleForMonthModal .scheduleControl div {
    max-width: 100px !important;
  }

  .select2-container {
    width: 100% !important;
  }

  #girlChange {
    width: calc(100% - 40px);
  }
}

#scheduleMonthModal .modalContentsInner {
  overflow: hidden;
  padding-top: 0;
  background: #fff;
}

#scheduleMonthModal #currentMonthDisp {
  background: none;
  border: solid 1px #A0A0A0;
  font-size: 14px;
  line-height: 16px;
  background: #fff;
  width: 96px;
}

#scheduleMonthModal .modalContents {
  border-radius: 5px;
  height: calc(100% - 60px);
  width: 100%;
}

.scheduleForMonthModal .scheduleBlocks {
  position: relative;
  text-align: center;
}

.scheduleForMonthModal .scheduleBlocks .comment {
  font-size: 11px;
  bottom: 4px;
}

.scheduleForMonthModal .scheduleControl div {
  margin: 0 auto;
}

.scheduleForMonthModal .scheduleControl .btn {
  display: block;
  padding: 0px;
}

.scheduleForMonthModal .scheduleBlocks .scheduleControl .schEdit {
  margin-top: 1.5rem;
}

@media (max-width: 1380px) {
  .scheduleForMonthModal .scheduleControl .btn span {
    display: none;
  }
}

#girlSelector {
  display: none;
  position: absolute;
  z-index: 9999;
}

.scheduleForMonthModal .modalHeader {
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  padding-left: 10px;
  background: #FFF;
  color: #222;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #bdbdbd !important;
  user-select: none;
  border-radius: 5px 5px 0 0;
  text-align: center;
}

.scheduleForMonthModal .modalHeader #headerMonthView {
  position: relative;
  line-height: 0px;
  top: 28px;
  height: 50px;
  font-size: 24px;
  float: left;
}

.scheduleForMonthModal .modalHeader .headerTitle {
  position: absolute;
  font-size: 24px;
  left: calc(50% - 207px/2);
  width: 207px;
  top: -2px;
}

.scheduleForMonthModal #girlChange {
  float: left;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 20px;
}

.scheduleForMonthModal #girlChange .select2-container--default .select2-selection--single {
  border-color: #999;
  height: 48px;
  padding: 3px;
}

.scheduleForMonthModal #girlChange .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scheduleForMonthModal #girlChange .select2-container .select2-selection--single .select2-selection__rendered img {
  width: 30px;
  height: 40px;
  border-radius: 3px;
  float: left;
}

.scheduleForMonthModal #girlChange .select2-container .select2-selection--single .select2-selection__rendered .name {
  margin-left: 35px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scheduleForMonthModal #girlChange .select2-container .select2-selection--single .select2-selection__rendered .prof {
  margin-left: 35px;
  position: absolute;
  bottom: 5px;
  color: #999;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 50px);
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
}

.select2-container .select2-results__option img {
  width: 30px;
  height: 40px;
  border-radius: 3px;
  float: left;
  position: relative;
  top: -3px;
}

.select2-container .select2-results__option {
  padding: 3px;
}

.select2-container .select2-results__option span {
  position: relative;
  width: 100%;
  height: 38px;
  display: block;
}

.select2-container .select2-results__option .name {
  margin-left: 35px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-results__option .prof {
  margin-left: 35px;
  position: absolute;
  bottom: 2px;
  color: #777;
}

.select2-container .select2-results__option--highlighted .prof {
  color: #f3f3f3;
}

.scheduleForMonthModal #girlChange .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
}

.scheduleForMonthModal .fc-button-group {
  float: right;
  margin-right: 20px;
  margin-top: 5px;
}

.scheduleForMonthModal .fc-button-group>* {
  border: solid 1px #999 !important;
}

.scheduleForMonthModal .modalHeader .header-left .description {
  position: relative;
  top: 2px;
  left: 5px;
}

.scheduleForMonthModal .modalHeader .header-right {
  float: right;
  height: 60px;
  line-height: 78px;
}

.scheduleForMonthModal .headerCloseBtn {
  top: 0px;
  right: 15px;
  color: #333;
  font-weight: bold;
  font-size: 30px;
}

.scheduleForMonthModal .card-body {
  padding: 0;
}

#scheduleMonthModalBg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 1000;
}

.fc .fc-toolbar>*>* {
  margin-left: 0 !important;
}

.fc button {
  border: none !important;
  outline: none;
  height: 48px;
  padding: 0 .6em;
}

.monthDisp {
  font-size: 12px;
  opacity: 0.8;
}

#girlSelector .select2-container--default .select2-selection--single {
  height: 33px;
  background: #d1ecf1;
}

#girlSelector .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 31px;
  font-size: 14px;
}



.page-titles {
  height: 23px;
}

#autoScheduleBar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  cursor: pointer;
  height: 47px;
  padding: 5px 20px 5px 15px !important;
  line-height: 14px;
  border-radius: 4px;
  border: solid 1px #c2c2c2;
  background-color: #fcfade;
  z-index: 0;
  opacity: 0;
  top: -47px;
  margin-bottom: -47px;
  display: block;
}

#autoScheduleBar.open {
  height: auto;
  line-height: 19px;
}

#autoScheduleBar .inner {
  overflow: hidden;
  height: 100%;
}

#autoScheduleBar #toggleBtn:hover {
  color: #17a2b8;
}

#autoScheduleBar.launch {
  position: relative;
  margin: 0;
  opacity: 1;
  z-index: 1;
  top: 0px;
}

.scheduleList-box #savedBar {
  margin-bottom: -40px;
}

#savedBar.success {
  background-color: #008BBB;
}

#savedBar.error {
  background-color: #ea4335;
}

.container-fluid {
  overflow: hidden;
  position: relative;
  min-height: auto !important;
}

.scheduleList-box td:hover {
  opacity: 1;
}

.sticky_table_wrapper .profLeft,
.sticky_table_wrapper .profRight {
  height: 60px;
}

.scheduleList-box .profRight {
  overflow: visible;
}

.scheduleMenu .dropdown-menu {
  min-width: auto;
  z-index: 2;
}

.scheduleMenu .btn.dropdown-toggle {
  width: 35px;
  height: 21px;
  color: #7b7b7b;
}

.scheduleMenu .btn.dropdown-toggle:hover,
.scheduleMenu .btn.dropdown-toggle:focus {
  color: #000000;
  border: solid 1px #7b7b7b;
  box-shadow: none;
}

.scheduleMenu .dropdown-toggle::after {
  margin-left: 0;
}

.scheduleMenu .dropdown-toggle img {
  width: 16px;
  margin-bottom: 3px;
}

.operationDropdown .dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.operationDropdown .dropdown-item i {
  font-size: 14px;
}

.operationDropdown .dropdown-menu {
  min-width: 140px;
  border-width: 3px;
}

.operationHelp {
  font-size: 14px;
  height: 32px;
  line-height: 30px;
  margin-top: 0.25rem;
  margin-right: 0.75rem;
}

.viewAllGirlWrap {
  display: inline-block;
  height: 32px;
  vertical-align: top;
  margin-left: -3px;
  margin-bottom: 1.5rem !important;
}

.viewAllGirl {
  font-size: 1.2rem;
  line-height: 20px;
  padding: 0px 10px 2px 7px;
  margin-top: 3px;
}

.menus {
  display: inline-block;
  height: 17px;
  margin-left: 4px;
}

.menus img {
  width: 16px;
  cursor: pointer;
  opacity: 0.6;
  vertical-align: middle;
}

.menus .dropdownIcon {
  width: 15px;
}

.menus img:hover,
.menus img:focus {
  opacity: 1;
}

/*******************
registStatus-page
******************/
.registList-box table {
  width: initial;
  border: solid 1px #A0A0A0;
  color: #222 !important;
  border-collapse: collapse;
}

.registList-box td {
  border: solid 1px #A0A0A0;
  color: #222 !important;
  border-collapse: collapse;
}

.registList-box th {
  font-weight: bold !important;
  border-left: solid 1px #A0A0A0 !important;
  border-right: solid 1px #A0A0A0 !important;
  border-bottom: solid 2px #A0A0A0 !important;
}

.registList-box td {
  padding: 3px !important;
  padding-top: 10px;
}

.registList-box td.published {
  background: #ffe8e6;
}

.registList-box td .prof-box {
  width: 160px;
  float: left;
}

.registList-box td .prof-box .name {
  font-size: 1.2rem;
  font-weight: bold;
}

.registList-box .profLeft,
.registList-box .profRight {
  float: left;
}

.registList-box .profLeft {
  width: 45px;
}

.registList-box .profRight {
  position: relative;
  margin-left: 5px;
  height: 60px;
  font-size: 1.2rem;
  text-align: left;
  float: right;
  width: 110px;
}

.registList-box .profRight .name {
  font-size: 1.2rem;
  font-weight: bold;
}

.registList-box .profRight .site-only {
  position: absolute;
  bottom: 0px;
  font-size: 1.1rem;
  color: #f62d51;
}

/*******************
girlcompare-page
******************/
.girlcompare-box table {
  width: initial;
  border: solid 1px #A0A0A0;
  border-left: none;
  border-top: none;
  color: #222 !important;
  border-collapse: collapse;
  background: #fff;
}

.girlcompare-box table thead tr {
  border-bottom: none;
}

.girlcompare-box table thead tr th {
  font-weight: bold !important;
  border: none;
  padding: 0;
  border-collapse: collapse;
  background: #fff;
}

.girlcompare-box table thead tr th .data-box {
  width: 100%;
  border-right: solid 1px #A0A0A0;
  border-top: solid 1px #A0A0A0;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.girlcompare-box table thead tr th .data-box p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: auto;
  padding: 4px;
  line-height: 22px;
}

.girlcompare-box table thead tr th:first-child {
  border-left: none;
  border-right: none;
  padding: 0;
}

.girlcompare-box table thead tr th:first-child .data-box {
  width: 100%;
  border-left: solid 1px #A0A0A0;
  border-right: solid 1px #A0A0A0;
  border-top: solid 1px #A0A0A0;
  border-bottom: none;
  min-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.girlcompare-box table thead tr th:nth-child(2) {
  border-left: none;
  border-right: none;
  padding: 0;
}

.girlcompare-box table thead tr th:nth-child(2) .data-box {
  width: 100%;
  border-right: solid 1px #A0A0A0;
  border-top: solid 1px #A0A0A0;
  border-bottom: none;
  min-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.girlcompare-box table thead tr th:nth-child(3) {
  border-left: none;
}

.girlcompare-box table thead tr th:last-child .data-box {
  border-right: none;
}

.girlcompare-box table thead tr:nth-child(2) {
  border-bottom: none !important;
}

.girlcompare-box table thead tr:nth-child(2) .data-box {
  border-bottom: solid 2px #A0A0A0 !important;
}

.girlcompare-box table tbody th {
  padding: 0px;
}

.girlcompare-box table tbody th .prof-box {
  width: 100%;
  border: solid 1px #A0A0A0;
  border-bottom: none;
  padding: 3px !important;
  float: left;
}

.girlcompare-box table tbody th .prof-box .profLeft {
  float: left;
  width: 45px;
}

.girlcompare-box table tbody th .prof-box .profLeft .name {
  font-size: 1.2rem;
  font-weight: bold;
}

.girlcompare-box table tbody th .prof-box .profRight {
  float: left;
  position: relative;
  margin-left: 5px;
  font-size: 1.2rem;
  text-align: left;
  float: right;
  width: 108px;
  overflow: hidden;
}

.girlcompare-box table tbody th .prof-box .profRight .name {
  font-size: 1.2rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.girlcompare-box table tbody th:first-child {
  border-right: none;
}

.girlcompare-box table tbody td {
  border: none;
  border-collapse: collapse;
  background: #fff;
  padding: 0;
  border-bottom: solid 1px #A0A0A0;
  background: #A0A0A0;
}

.girlcompare-box table tbody td .data-box {
  width: 100%;
  height: 66px;
  background: #fff;
  border-right: solid 1px #A0A0A0;
  border-bottom: none;
  padding: 3px !important;
  float: left;
}

.girlcompare-box table tbody td .data-box p {
  height: 30px;
}

.girlcompare-box table tbody td .published {
  background: #ffe8e6;
}

.girlcompare-box table tbody td .spinner-bg {
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 66px;
}

.girlcompare-box table tbody td:nth-child(2) {
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #A0A0A0;
  background: #A0A0A0;
}

.girlcompare-box table tbody td:nth-child(3) {
  border-left: none;
}

.girlcompare-box table tbody td:last-child .data-box {
  border-right: none;
}

.girlcompare-box table tr:first-child .prof-box {
  border-top: none;
}

/*******************
contentsConfig
******************/
.contentsConfig-parts .row {
  line-height: 32px;
}

.contentsConfig-parts .btn-pd-large {
  line-height: 28px !important;
  vertical-align: top !important;
  height: 32px !important;
}

.contentsConfig-parts .checkbox label,
.contentsConfig-parts .radio label {
  margin-right: 0.5rem !important;
}

.contentsConfig-parts .list-group li.list-group-item {
  padding: 1.25rem 0 !important;
}

.contentsConfig-parts .list-group li:first-child {
  padding-top: 0 !important;
}

.contentsConfig-parts .list-group li:last-of-type {
  margin-bottom: 1.25rem !important;
}

.contentsConfig-parts input[type="text"] {
  height: 32px !important;
  margin-right: 0.25rem;
}

.contentsConfig-parts input[type="text"]:focus {
  background-color: #fcfade !important;
}

.contentsConfig-parts textarea:focus {
  background-color: #fcfade !important;
}

.contentsConfig-parts select {
  margin-right: 0.25rem;
  -webkit-appearance: none;
  background: url(../../assets/images/custom-select.png) right 0.75rem center no-repeat !important;
}

.contentsConfig-parts select:hover {
  background: #ffffff url(../../assets/images/custom-select.png) right 0.75rem center no-repeat !important;
  border: 1px solid #999 !important;
  color: #222 !important;
}

.contentsConfig-parts select:focus,
.contentsConfig-parts select:active {
  background: #fcfade url(../../assets/images/custom-select.png) right 0.75rem center no-repeat !important;
  border: 1px solid #fcfade !important;
  color: #666 !important;
}

.contentsConfig-parts select option {
  background: #fff !important;
}

/*******************
page-nation
******************/
.page-nation {
  padding: 0;
  margin: 0.5rem 0 !important;
}

@keyframes cdp-in {
  from {
    transform: scale(1.5);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.cdp {
  position: relative;
  padding: 0;
  font-size: 0;
  z-index: 6;
  margin: 0;
}

.cdp_i {
  font-size: 1.3rem;
  text-decoration: none;
  transition: 250ms;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 3px;
  height: 20px;
  min-width: 20px;
  border-radius: 30px;
  border: 1px solid #adadad;
  background: #ffffff;
  line-height: 18px;
  padding: 0;
  color: #666;
  letter-spacing: .03em;
  display: none;
  text-align: center;
}

.cdp_i:first-child,
.cdp_i:last-child {
  padding: 0 16px;
  margin: 0;
}

.cdp_i:last-child,
.cdp_i:nth-child(2),
.cdp_i:nth-last-child(2) {
  display: inline-block;
}

.cdp_i:hover {
  background-color: #868e96;
  color: #ffffff !important;
}

.cdp:not([actpage="1"]) .cdp_i:nth-child(1) {
  display: inline-block;
}

.cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="1"] .cdp_i:nth-child(0):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="1"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="1"] .cdp_i:nth-child(2) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="1"] .cdp_i:nth-child(2)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="1"] .cdp_i:nth-child(3):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="1"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="2"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="2"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="2"] .cdp_i:nth-child(3) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="2"] .cdp_i:nth-child(3)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="2"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="2"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="3"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="3"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="3"] .cdp_i:nth-child(4) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="3"] .cdp_i:nth-child(4)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="3"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="3"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="4"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="4"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="4"] .cdp_i:nth-child(5) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="4"] .cdp_i:nth-child(5)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="4"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="4"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="5"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="5"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="5"] .cdp_i:nth-child(6) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="5"] .cdp_i:nth-child(6)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="5"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="5"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="6"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="6"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="6"] .cdp_i:nth-child(7) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="6"] .cdp_i:nth-child(7)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="6"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="6"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="7"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="7"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="7"] .cdp_i:nth-child(8) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="7"] .cdp_i:nth-child(8)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="7"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="7"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="8"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="8"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="8"] .cdp_i:nth-child(9) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="8"] .cdp_i:nth-child(9)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="8"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="8"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="9"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="9"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="9"] .cdp_i:nth-child(10) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="9"] .cdp_i:nth-child(10)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="9"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="9"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="10"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="10"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="10"] .cdp_i:nth-child(11) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="10"] .cdp_i:nth-child(11)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="10"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="10"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="11"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="11"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="11"] .cdp_i:nth-child(12) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="11"] .cdp_i:nth-child(12)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="11"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="11"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="12"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="12"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="12"] .cdp_i:nth-child(13) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="12"] .cdp_i:nth-child(13)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="12"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="12"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="13"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="13"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="13"] .cdp_i:nth-child(14) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="13"] .cdp_i:nth-child(14)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="13"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="13"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="14"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="14"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="14"] .cdp_i:nth-child(15) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="14"] .cdp_i:nth-child(15)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="14"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="14"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="15"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="15"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="15"] .cdp_i:nth-child(16) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="15"] .cdp_i:nth-child(16)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="15"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="15"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="16"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="16"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="16"] .cdp_i:nth-child(17) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="16"] .cdp_i:nth-child(17)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="16"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="16"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="17"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="17"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="17"] .cdp_i:nth-child(18) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="17"] .cdp_i:nth-child(18)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="17"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="17"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="18"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="18"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="18"] .cdp_i:nth-child(19) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="18"] .cdp_i:nth-child(19)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="18"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="18"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="19"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="19"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="19"] .cdp_i:nth-child(20) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="19"] .cdp_i:nth-child(20)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="19"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="19"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="20"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="20"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="20"] .cdp_i:nth-child(21) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="20"] .cdp_i:nth-child(21)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="20"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="20"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="21"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="21"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="21"] .cdp_i:nth-child(22) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="21"] .cdp_i:nth-child(22)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="21"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="21"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="22"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="22"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="22"] .cdp_i:nth-child(23) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="22"] .cdp_i:nth-child(23)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="22"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="22"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="23"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="23"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="23"] .cdp_i:nth-child(24) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="23"] .cdp_i:nth-child(24)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="23"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="23"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="24"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="24"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="24"] .cdp_i:nth-child(25) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="24"] .cdp_i:nth-child(25)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="24"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="24"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="25"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="25"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="25"] .cdp_i:nth-child(26) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="25"] .cdp_i:nth-child(26)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="25"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="25"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="26"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="26"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="26"] .cdp_i:nth-child(27) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="26"] .cdp_i:nth-child(27)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="26"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="26"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="27"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="27"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="27"] .cdp_i:nth-child(28) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="27"] .cdp_i:nth-child(28)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="27"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="27"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="28"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="28"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="28"] .cdp_i:nth-child(29) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="28"] .cdp_i:nth-child(29)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="28"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="28"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="29"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="29"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="29"] .cdp_i:nth-child(30) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="29"] .cdp_i:nth-child(30)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="29"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="29"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="30"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="30"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="30"] .cdp_i:nth-child(31) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="30"] .cdp_i:nth-child(31)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="30"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="30"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="31"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="31"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="31"] .cdp_i:nth-child(32) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="31"] .cdp_i:nth-child(32)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="31"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="31"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="32"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="32"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="32"] .cdp_i:nth-child(33) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="32"] .cdp_i:nth-child(33)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="32"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="32"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="33"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="33"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="33"] .cdp_i:nth-child(34) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="33"] .cdp_i:nth-child(34)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="33"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="33"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="34"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="34"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="34"] .cdp_i:nth-child(35) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="34"] .cdp_i:nth-child(35)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="34"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="34"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="35"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="35"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="35"] .cdp_i:nth-child(36) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="35"] .cdp_i:nth-child(36)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="35"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="35"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="36"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="36"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="36"] .cdp_i:nth-child(37) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="36"] .cdp_i:nth-child(37)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="36"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="36"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="37"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="37"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="37"] .cdp_i:nth-child(38) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="37"] .cdp_i:nth-child(38)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="37"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="37"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="38"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="38"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="38"] .cdp_i:nth-child(39) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="38"] .cdp_i:nth-child(39)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="38"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="38"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="39"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="39"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="39"] .cdp_i:nth-child(40) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="39"] .cdp_i:nth-child(40)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="39"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="39"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="40"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="40"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="40"] .cdp_i:nth-child(41) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="40"] .cdp_i:nth-child(41)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="40"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="40"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="41"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="41"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="41"] .cdp_i:nth-child(42) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="41"] .cdp_i:nth-child(42)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="41"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="41"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="42"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="42"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="42"] .cdp_i:nth-child(43) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="42"] .cdp_i:nth-child(43)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="42"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="42"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="43"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="43"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="43"] .cdp_i:nth-child(44) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="43"] .cdp_i:nth-child(44)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="43"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="43"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="44"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="44"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="44"] .cdp_i:nth-child(45) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="44"] .cdp_i:nth-child(45)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="44"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="44"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="45"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="45"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="45"] .cdp_i:nth-child(46) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="45"] .cdp_i:nth-child(46)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="45"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="45"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="46"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="46"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="46"] .cdp_i:nth-child(47) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="46"] .cdp_i:nth-child(47)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="46"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="46"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="47"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="47"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="47"] .cdp_i:nth-child(48) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="47"] .cdp_i:nth-child(48)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="47"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="47"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="48"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="48"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="48"] .cdp_i:nth-child(49) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="48"] .cdp_i:nth-child(49)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="48"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="48"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="49"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="49"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="49"] .cdp_i:nth-child(50) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="49"] .cdp_i:nth-child(50)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="49"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="49"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="50"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="50"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="50"] .cdp_i:nth-child(51) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="50"] .cdp_i:nth-child(51)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="50"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="50"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="51"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="51"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="51"] .cdp_i:nth-child(52) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="51"] .cdp_i:nth-child(52)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="51"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="51"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="52"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="52"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="52"] .cdp_i:nth-child(53) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="52"] .cdp_i:nth-child(53)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="52"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="52"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="53"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="53"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="53"] .cdp_i:nth-child(54) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="53"] .cdp_i:nth-child(54)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="53"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="53"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="54"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="54"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="54"] .cdp_i:nth-child(55) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="54"] .cdp_i:nth-child(55)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="54"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="54"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="55"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="55"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="55"] .cdp_i:nth-child(56) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="55"] .cdp_i:nth-child(56)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="55"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="55"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="56"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="56"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="56"] .cdp_i:nth-child(57) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="56"] .cdp_i:nth-child(57)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="56"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="56"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="57"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="57"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="57"] .cdp_i:nth-child(58) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="57"] .cdp_i:nth-child(58)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="57"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="57"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="58"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="58"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="58"] .cdp_i:nth-child(59) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="58"] .cdp_i:nth-child(59)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="58"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="58"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="59"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="59"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="59"] .cdp_i:nth-child(60) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="59"] .cdp_i:nth-child(60)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="59"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="59"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="60"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="60"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="60"] .cdp_i:nth-child(61) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="60"] .cdp_i:nth-child(61)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="60"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="60"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="61"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="61"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="61"] .cdp_i:nth-child(62) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="61"] .cdp_i:nth-child(62)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="61"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="61"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="62"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="62"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="62"] .cdp_i:nth-child(63) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="62"] .cdp_i:nth-child(63)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="62"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="62"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="63"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="63"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="63"] .cdp_i:nth-child(64) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="63"] .cdp_i:nth-child(64)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="63"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="63"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="64"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="64"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="64"] .cdp_i:nth-child(65) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="64"] .cdp_i:nth-child(65)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="64"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="64"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="65"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="65"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="65"] .cdp_i:nth-child(66) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="65"] .cdp_i:nth-child(66)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="65"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="65"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="66"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="66"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="66"] .cdp_i:nth-child(67) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="66"] .cdp_i:nth-child(67)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="66"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="66"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="67"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="67"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="67"] .cdp_i:nth-child(68) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="67"] .cdp_i:nth-child(68)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="67"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="67"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="68"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="68"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="68"] .cdp_i:nth-child(69) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="68"] .cdp_i:nth-child(69)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="68"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="68"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="69"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="69"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="69"] .cdp_i:nth-child(70) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="69"] .cdp_i:nth-child(70)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="69"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="69"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="70"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="70"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="70"] .cdp_i:nth-child(71) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="70"] .cdp_i:nth-child(71)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="70"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="70"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="71"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="71"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="71"] .cdp_i:nth-child(72) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="71"] .cdp_i:nth-child(72)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="71"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="71"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="72"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="72"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="72"] .cdp_i:nth-child(73) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="72"] .cdp_i:nth-child(73)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="72"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="72"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="73"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="73"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="73"] .cdp_i:nth-child(74) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="73"] .cdp_i:nth-child(74)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="73"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="73"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="74"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="74"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="74"] .cdp_i:nth-child(75) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="74"] .cdp_i:nth-child(75)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="74"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="74"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="75"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="75"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="75"] .cdp_i:nth-child(76) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="75"] .cdp_i:nth-child(76)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="75"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="75"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="76"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="76"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="76"] .cdp_i:nth-child(77) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="76"] .cdp_i:nth-child(77)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="76"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="76"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="77"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="77"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="77"] .cdp_i:nth-child(78) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="77"] .cdp_i:nth-child(78)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="77"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="77"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="78"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="78"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="78"] .cdp_i:nth-child(79) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="78"] .cdp_i:nth-child(79)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="78"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="78"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="79"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="79"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="79"] .cdp_i:nth-child(80) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="79"] .cdp_i:nth-child(80)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="79"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="79"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)):after {
  content: '...';
  color: #666;
  background: transparent !important;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.cdp[actpage="80"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="80"] .cdp_i:nth-child(80):not(:first-child) {
  display: inline-block;
}

.cdp[actpage="80"] .cdp_i:nth-child(81) {
  border: 1px solid #676d73;
  background-color: #676d73;
  color: #ffffff;
  display: inline-block;
}

.cdp[actpage="80"] .cdp_i:nth-child(81)+.cdp_i:last-child {
  display: none !important;
}

.cdp[actpage="80"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="80"] .cdp_i:nth-child(83):not(:last-child) {
  display: inline-block;
}

.cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background: transparent !important;
  width: 40px;
  position: relative;
}

.cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)):after {
  content: '...';
  background: transparent !important;
  color: #666;
  font-size: 24px;
  margin-left: -6px;
  position: absolute;
  top: -8px;
  right: 8px;
}

/*******************
memo-box
******************/
.memo-txt {
  padding: 15px 15px 0;
}

.memo-box {
  margin: 15px auto;
  width: 460px;
}

.search-filter-txt {
  padding: 15px 15px 0;
}

.search-filter-box {
  margin: 15px auto;
  width: 460px;
}

/*******************
文字省略
******************/
.wd-omission {
  overflow: hidden;
  width: 99%;
}

.wd-omission p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/*******************
table-fixed
******************/
.fixledTable {
  table-layout: fixed;
}

/*******************
tab-txt-link
******************/
a.txt-link:not([href]):not([tabindex]):hover,
a.txt-link:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #166899;
  cursor: pointer;
}

/*******************
cursor pointer
******************/
.pointer {
  cursor: pointer;
}

/*******************
icon-size・position
******************/
.up-down-size:before {
  font-size: 20px;
  position: relative;
  top: 4px;
}

/*******************
cursor pointer
******************/
.table-hover-lb tbody tr:last-child td:last-child,
.table-hover-lb tbody tr:last-child td:nth-last-child(2) {
  border-bottom: 1px solid #dee2e6;
}

.table-hover-lb tbody tr:hover {
  background: #c7f6ff;
}

/*******************
figure
******************/
.el-girl-avatar figure {
  position: relative;
  overflow: hidden;
  width: 95px;
}

.el-girl-avatar figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.el-girl-avatar figcaption .btn-box {
  display: block;
  margin: 28px auto 0;
  text-align: center;
}

.el-girl-avatar figcaption .btn-box p {
  display: block;
}

.el-girl-avatar figcaption .btn-box p a {
  width: 54px;
  margin: 0 auto;
}

.el-girl-avatar figcaption .btn-box p:last-child a {
  width: 54px;
  margin: 0 auto;
}

.el-girl-avatar figure:hover figcaption {
  opacity: 1;
}

.modalGirlList {
  margin-bottom: 40px;
  border: solid 1px #bdbdbd;
  height: 1000px;
}

.modalImportList,
.modalSettingList {
  overflow: auto;
  height: 1000px;
}

table .checkbox {
  position: relative;
  top: 5px;
}

/*******************
loading
******************/
#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
}

.ui-autocomplete {
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
}

.wizard-content .wizard>.content {
  margin-bottom: 40px;
}

.managedTplConfig .noDisplayTplConf {
  display: none;
}

.container-fluid.w980 {
  max-width: 980px;
  margin-left: 0;
}

.container-fluid.w1200 {
  max-width: 1200px;
  margin-left: 0;
}

/*******************
modal dataTable
******************/
.modalTableWrap img {
  position: absolute;
  top: calc(50% + 74px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modalTableWrap table.dataTable {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.modalTableWrap .table-responsive {
  overflow: inherit;
}

.modalTableWrap .table-hover thead tr {
  background: #efefef;
  display: inline-table;
  width: 100%;
  height: 37px !important;
}

.modalTableWrap .table-hover tbody tr:hover {
  background: #c7f6ff;
}

.modalTableWrap .table-hover thead tr th:first-child {
  width: 40px !important;
  padding: 0;
}

.modalTableWrap .table-hover tbody tr {
  height: 37px !important;
  display: inline-table;
  width: 100%;
  overflow: hidden;
}

.modalTableWrap table td,
.modalTableWrap table th {
  padding-left: 0;
  border-top: 1px solid #bdbdbd;
  vertical-align: middle;
  padding: 0;
}

.modalTableWrap tbody tr:last-child td:last-child,
.modalTableWrap tbody tr:last-child td:nth-last-child(2),
.modalTableWrap tbody tr:last-child td:nth-last-child(3) {
  border-bottom: 0px solid #dee2e6;
}

.modalTableWrap table td input[type=checkbox]:checked~div.changed {
  background: #c7f6ff;
  width: 1000px;
  height: 36px;
  position: absolute;
  top: -7px;
  left: -10px;
  overflow: hidden;
}

.modalTableWrap table td div.processing {
  background: rgba(0, 0, 0, 0.5);
  width: 458px;
  height: 36px;
  position: absolute;
  top: -7px;
  left: -10px;
  overflow: hidden;
  z-index: 2;
  color: #fff;
  line-height: 36px;
  text-align: center;
}

.modalTableWrap.settingCopyModal table td div.processing {
  width: 558px;
}

.modalTableWrap table td div.processing .spinner-border-sm {
  width: 1.6rem;
  height: 1.6rem;
  border-width: 0.2em;
}

.modalTableWrap table th .checkbox label::before,
.modalTableWrap table td .checkbox label::before {
  top: 2px !important;
}

.modalTableWrap table th .checkbox label::after,
.modalTableWrap table td .checkbox label::after {
  top: 0px !important;
}

.modalTableWrap table td label {
  z-index: 1;
  position: relative;
}

.modalTableWrap.easy table td input[type=checkbox]:checked~div.changed {
  background: #c7f6ff;
  width: 958px;
  height: 36px;
  position: absolute;
  top: -7px;
  left: -10px;
  overflow: hidden;
}

.inbox-panel .list-group .list-group-item01 {
  border: 0px;
  border-radius: 0px;
  border-left: 3px solid transparent;
}

.inbox-panel .list-group .list-group-item01 a {
  color: #222;
}

.inbox-panel .list-group .list-group-item01.active,
.inbox-panel .list-group .list-group-item01:hover {
  background: #ffffff;
  border-left: 3px solid #166899;
}

.inbox-panel .mh-list {
  max-height: 395px;
}

@media (max-width: 576px) {
  .mh-list {
    max-height: 136px !important;
  }
}

.list-group-item01.active,
.list-group .list-group-item01.active:hover {
  border-color: #166899;
}

.list-group-item01.disabled {
  color: #90a4ae;
  background: #f6f6f6;
}

.list-group-item01 {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

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

.pr-2-w100 {
  padding-right: 0.5rem !important;
}

@media (max-width: 767px) {
  .pr-2-w100 {
    padding-right: 0rem !important;
  }

  .pl-adjust {
    padding-left: 1.5rem !important;
  }
}

.table-box.list-border-bottom table tr td:last-child,
.table-box.list-border-bottom table tr td:nth-last-child(2) {
  border-bottom: 1px solid #bdbdbd;
}

/*******************
chart
updateResult.php
******************/
.chart-box .ti-angle-up:before,
.chart-box .ti-angle-down:before {
  position: relative;
  top: 1px;
  left: -8px;
}

/*******************
result.php
******************/
.result-box {
  text-align: center;
  margin: 0;
}

/*******************
girlResult.php
******************/
.result-main-box {
  position: relative;
}

.result-main-box .result-left-aside {
  width: 426px;
  float: left;
  position: relative;
  top: 0px;
  z-index: 9;
}

.result-main-box .result-left-aside .original-height {
  height: calc(100vh - 128px) !important;
}

.result-main-box .result-left-aside .table-box table tr td {
  border-top: 0 !important;
}

.result-main-box .result-left-aside .table-box table tr:first-child td {
  line-height: 28px !important;
}

.result-main-box .result-left-aside .table-box table tr:hover {
  cursor: pointer;
}

.result-main-box .result-left-sub-aside {
  width: 308px;
  float: left;
  position: relative;
  top: 0px;
  z-index: 9;
}

.result-main-box .result-left-sub-aside .original-height {
  height: calc(100vh - 128px) !important;
}

.result-main-box .result-left-sub-aside .table-box table tr td {
  border-top: 0 !important;
}

.result-main-box .result-left-sub-aside .table-box table tr:first-child td {
  line-height: 28px !important;
}

.result-main-box .result-left-sub-aside .table-box table tr:hover {
  cursor: pointer;
}

.result-main-box .result-right-aside {
  width: calc(100% - 734px);
  /*734*/
  float: left;
  position: relative;
  top: 0px;
}

.result-main-box .result-right-aside .original-height {
  height: calc(100vh - 128px) !important;
}

@media (max-width: 767px) {
  .result-main-box {
    position: relative;
  }

  .result-main-box .result-left-aside {
    position: relative;
    width: 100%;
    margin-top: 11px !important;
    margin-bottom: 1rem !important;
    float: left;
    z-index: 9;
    top: 0px;
    clear: both;
  }

  .result-main-box .result-left-aside .original-height {
    height: auto !important;
  }

  .result-main-box .result-left-aside .table-box {
    display: block;
    height: 95px !important;
    overflow: auto !important;
  }

  .result-main-box .result-left-aside .table-box table tr td {
    border-top: 0 !important;
  }

  .result-main-box .result-left-aside .table-box table tr:first-child td {
    line-height: 28px !important;
  }

  .result-main-box .result-left-sub-aside {
    position: relative;
    width: 100%;
    margin-bottom: 1rem !important;
    float: left;
    z-index: 9;
    top: 0px;
    clear: both;
  }

  .result-main-box .result-left-sub-aside .original-height {
    height: auto !important;
  }

  .result-main-box .result-left-sub-aside .table-box {
    display: block;
    height: 95px !important;
    overflow: auto !important;
  }

  .result-main-box .result-left-sub-aside .table-box table tr td {
    border-top: 0 !important;
  }

  .result-main-box .result-left-sub-aside .table-box table tr:first-child td {
    line-height: 28px !important;
  }

  .result-main-box .result-right-aside {
    width: 100%;
    height: calc(100% - 112px);
    position: static !important;
    float: left;
    clear: both;
  }
}

/*******************
scheduleResult.php
******************/
.s-result-main-box {
  position: relative;
}

.s-result-main-box .s-result-left-aside {
  width: 376px;
  float: left;
  position: fixed;
  top: 120px;
  z-index: 9;
}

.s-result-main-box .s-result-left-aside .original-height {
  height: calc(100vh - 128px) !important;
}

.s-result-main-box .s-result-left-aside .table-box table tr td {
  border-top: 0 !important;
}

.s-result-main-box .s-result-left-aside .table-box table tr:first-child td {
  line-height: 28px !important;
}

.s-result-main-box .s-result-left-aside .table-box table tr:hover {
  cursor: pointer;
}

.s-result-main-box .s-result-right-aside {
  width: calc(100% - 386px);
  height: calc(100vh - 138px);
  float: left;
  position: fixed;
  right: 5px;
  top: 120px;
  overflow-y: auto;
  /*div:first-child{
        height: calc(100vh - 10px);
    }*/
}

.s-result-main-box .s-result-right-aside .original-height {
  height: calc(100vh - 138px) !important;
}

@media (max-width: 808px) {
  .s-result-main-box {
    position: relative;
  }

  .s-result-main-box .s-result-left-aside {
    position: relative;
    width: 100%;
    margin-top: 11px !important;
    margin-bottom: 1rem !important;
    float: left;
    z-index: 9;
    top: 0px;
    clear: both;
  }

  .s-result-main-box .s-result-left-aside .original-height {
    height: auto !important;
  }

  .s-result-main-box .s-result-left-aside .table-box {
    display: block;
    height: 95px !important;
    overflow: auto !important;
  }

  .s-result-main-box .s-result-left-aside .table-box table tr td {
    border-top: 0 !important;
  }

  .s-result-main-box .s-result-left-aside .table-box table tr:first-child td {
    line-height: 28px !important;
  }

  .s-result-main-box .s-result-right-aside {
    width: 100%;
    height: calc(100% - 112px);
    position: static !important;
    float: left;
    clear: both;
  }
}

/*******************
floating help banner
******************/
.help-banner {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}

.help-banner a img {
  opacity: 0.6;
}

.help-banner a:hover img {
  opacity: 1;
}

/*******************
girl/list.php
newface
******************/
.el-element-overlay .newFace .el-girl-item {
  background: #ffffaa !important;
  border: 1px solid #25ba9a !important;
}

/*******************
tooltip color
******************/
.tooltip-inner {
  font-size: 11px;
  padding: 10px !important;
  text-align: left;
  max-width: 100%;
  background-color: #333 !important;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #333 !important;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #333 !important;
}

/*******************
edit.php tab
******************/
/*
#tab1,#tab2,#tab3{
    max-width: 1330px;
}
*/
textarea.form-control {
  min-height: 100px;
  resize: vertical;
}

.page-titles {
  height: 23px;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  top: 5px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  top: 5px;
}

/*******************
1週間分＠出勤・退勤時間
******************/
.week-box {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.week-box li {
  display: inline-block;
  list-style: none;
  margin: 2px;
}

/*******************
オリジナルタブver1
******************/
.nav-tabs-01 {
  border-bottom: 1px solid #bdbdbd;
}

.nav-tabs-01 .nav-link {
  padding-bottom: 0px;
  border-bottom: 3px solid #f0f0f0;
}

.nav-tabs-01 .nav-link:focus,
.nav-tabs-01 .nav-link.active {
  padding-bottom: 0px;
  border-bottom: 3px solid #1a73e8;
}

.nav-tabs-01 .nav-link.active .nav-link:hover {
  background-color: #FFF;
  padding-bottom: 0px;
  border-bottom: 3px solid #FFF;
  color: #000 !important;
  opacity: 1;
}

.nav-tabs-01 .nav-link:hover {
  background-color: #FFF;
  color: #000 !important;
  opacity: 1;
}

.nav-tabs-01 .nav-item-01 {
  margin-bottom: 0px;
}

.nav-tabs .nav-item-02 {
  margin-bottom: -2px;
}

.nav-tabs .nav-item-02 .nav-link.active,
.nav-tabs .nav-item-02.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #bdbdbd #bdbdbd #fff;
  border-top: solid 2px #166899;
}

/*******************
オリジナルタブver2
******************/
.nav-tabs-02 {
  border-bottom: 1px solid #bdbdbd;
}

.nav-tabs-02 .nav-item-02 {
  margin-bottom: -2px;
}

.nav-link-02 {
  display: block;
}

.nav-link-box {
  display: block;
  padding: 1.0rem 2rem;
  position: relative;
  z-index: 12;
  background-color: #fff;
}

.nav-tabs-02 .nav-link-02:hover,
.nav-tabs-02 .nav-link-02:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs-02 .nav-link-02 {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs-02 .nav-link-02.active,
.nav-tabs-02 .nav-item-02.show .nav-link-02 {
  color: #495057;
  background-color: #fff;
  border-color: #bdbdbd #bdbdbd #fff;
  border-top: solid 2px #166899;
}

.tabcontent-border-02 {
  border: 1px solid #bdbdbd;
  border-top: 0px;
  z-index: 10;
}

/*******************
タブver3
******************/
.nav-tabs-03 .nav-item {
  margin-bottom: 0px;
  padding-right: 4px;
  display: block;
}

.footer {
  background: none;
}

.loader-box {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  width: 458px;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  position: absolute;
  top: -7px;
  left: -10px;
  overflow: hidden;
  z-index: 7;
}

.swap:before {
  left: 1em;
  content: "\2191";
}

.swap:after {
  left: 0.5em;
  content: "\2193";
}

.swap:before,
.swap:after {
  position: absolute;
  bottom: 0.6em;
  display: block;
}

/*******************
スタート中
******************/
.starting-box {
  width: 100%;
}

.starting-box #squaresWaveG {
  position: relative;
  width: 120px;
  height: 14px;
  margin: auto;
}

.starting-box .squaresWaveG {
  position: absolute;
  top: 0;
  background-color: #ea4435;
  width: 14px;
  height: 14px;
  animation-name: bounce_squaresWaveG;
  -o-animation-name: bounce_squaresWaveG;
  -ms-animation-name: bounce_squaresWaveG;
  -webkit-animation-name: bounce_squaresWaveG;
  -moz-animation-name: bounce_squaresWaveG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}

.starting-box #squaresWaveG_1 {
  left: 0;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}

.starting-box #squaresWaveG_2 {
  left: 15px;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}

.starting-box #squaresWaveG_3 {
  left: 30px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}

.starting-box #squaresWaveG_4 {
  left: 45px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}

.starting-box #squaresWaveG_5 {
  left: 60px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}

.starting-box #squaresWaveG_6 {
  left: 75px;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}

.starting-box #squaresWaveG_7 {
  left: 90px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

.starting-box #squaresWaveG_8 {
  left: 105px;
  animation-delay: 1.64s;
  -o-animation-delay: 1.64s;
  -ms-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  -moz-animation-delay: 1.64s;
}

@keyframes bounce_squaresWaveG {
  0% {
    background-color: #ea4435;
  }

  100% {
    background-color: white;
  }
}

@-o-keyframes bounce_squaresWaveG {
  0% {
    background-color: #ea4435;
  }

  100% {
    background-color: white;
  }
}

@-ms-keyframes bounce_squaresWaveG {
  0% {
    background-color: #ea4435;
  }

  100% {
    background-color: white;
  }
}

@-webkit-keyframes bounce_squaresWaveG {
  0% {
    background-color: #ea4435;
  }

  100% {
    background-color: white;
  }
}

@-moz-keyframes bounce_squaresWaveG {
  0% {
    background-color: #ea4435;
  }

  100% {
    background-color: white;
  }
}

#executeBar,
#settingCopyBar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  opacity: 0;
  top: -51px;
  margin-bottom: -51px;
  overflow: hidden;
}

#executeBar.launch,
#settingCopyBar.launch {
  position: relative;
  margin: 0;
  opacity: 1;
  top: 0px;
  ;
}

#executeStop {
  cursor: pointer;
}

#savedBar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: 20px;
  height: 40px;
  padding: 10px;
  position: relative;
  top: -40px;
  margin-bottom: -31px;
  opacity: 0;
  background: #008BBB;
  overflow: hidden;
}

#savedBar.launch {
  line-height: 20px;
  height: 40px;
  padding: 10px;
  top: 0;
  margin-bottom: 0;
  opacity: 1;
}

#savedHide {
  cursor: pointer;
}

.pen {
  pointer-events: none;
}

.ico-circle {
  height: 30px;
  width: 30px;
  border-radius: 30px !important;
  padding: 0px 4px;
  line-height: 19px;
  font-size: 16px;
  background: #868e96;
  border: #868e96;
}

.ico-circle:hover {
  background-color: #26a69b;
}

.ico-circle-25 {
  height: 25px;
  width: 25px;
  border-radius: 30px !important;
  padding: 0px 4px;
  line-height: 19px;
  font-size: 16px;
  background: #868e96;
  border: #868e96;
}

.ico-circle-25:hover {
  background-color: #26a69b;
}

.ico-header {
  height: 30px;
  width: 30px;
  padding: 0px 4px;
  line-height: 19px;
  font-size: 16px;
  background: #f6f6f6;
  border: #f6f6f6;
}

.ico-header:hover {
  background-color: #f6f6f6;
  /*border-radius: 30px !important;*/
}

.girl-box-schedule-ico {
  height: 20px;
  width: 20px;
  border-radius: 30px !important;
  padding: 0px 0px;
  line-height: 20px;
  font-size: 16px;
  background: #FFF;
  border: #868e96;
  color: #868e96;
}

.girl-box-schedule-ico:hover {
  color: #166899;
}

.addRowBgCol {
  background: #dcf1d1 !important;
}

.timeDuplicateNotice {
  position: absolute;
  left: -9px;
  top: 13px;
  font-size: 18px;
  background: #ffbc34;
  border-radius: 20px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  width: 19px;
  padding-left: 0px;
  border: solid 1px #fff;
  box-shadow: 0 0 5px #797979;
}

.girlMultiTimeSpecified .timeDuplicateNotice {
  display: inline-block;
  float: left;
  position: relative;
  left: 28px;
  top: 9px;
  font-size: 18px;
  background: #ffbc34;
  border-radius: 20px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  width: 19px;
  padding-left: 0px;
  border: solid 1px #fff;
  box-shadow: 0 0 5px #797979;
  margin-left: -19px;
}

.girlMultiTimeSpecified .timeDuplicateNotice.girlDuplicate {
  position: absolute;
  left: 2px;
  top: 13px;
  margin-left: -10px;
}

.tplEditTitle {
  cursor: pointer;
}

.tplEditBtn,
.tplKobetuEditBtn,
.settingBtn {
  position: relative;
}

.commonBadgeCnt,
.commonBadgeCnt {
  position: absolute;
  top: -14px;
  right: -13px;
  background: #f00;
  color: #fff;
  font-size: 11px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 15px;
  margin: 5px;
}

.commonBadgeCnt:hover,
.commonBadgeCnt:hover {
  top: -14px;
  right: -13px;
  width: 15px;
  height: 15px;
  box-shadow: 0 0 5px #333;
}

.kobetsuBadgeExist,
.kobetsuBadgeExist {
  position: absolute;
  top: -9px;
  right: -8px;
  color: #f00;
  font-size: 11px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 15px;
}

/* pagination orig */
.content_detail__pagination span {
  cursor: pointer;
}

.pe-n {
  pointer-events: none;
}

/* movie */
#movieUploadArea {
  position: relative;
  width: 300px;
  height: 170px;
  text-align: center;
  border: dashed 5px #b3b3b3;
  transition-duration: 1s;
  cursor: pointer;

}

#movieUploadArea:hover {
  background: #d0dee6;
}

#movieUploadArea #uploadCaption {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  top: 18px;
}

#movieUploadArea .subCaption {
  font-size: 13px;
}

#movieUploadArea #progressBarWrap {
  position: absolute;
  width: 180px;
  top: 78px;
  height: 3px;
  margin: 0 calc(50% - 90px);
}

#movieUploadArea #progressBar {
  height: 3px;
  background: #16993e;
  width: 0;
}

#movieUploadArea #progressCaption {
  position: absolute;
  top: 82px;
  width: 100%;
}

#movieUploadArea #uploadFilename {
  position: absolute;
  width: 100%;
  top: 116px;
}

#movieUploadArea video {
  position: absolute;
  width: 290px;
  height: 160px;
  top: 0;
  left: 0;
}

#movieDeleteBtn {
  position: absolute;
  font-size: 23px;
  top: -7px;
  right: 0px;
  color: #ff3a3a;
  z-index: 1;
}

#movieListTable th:nth-child(1) {
  min-width: 30px;
  width: 30px;
}

#movieListTable th:nth-child(2),
#movieListTable td:nth-child(2) {
  min-width: 41px;
  width: 41px;
  padding: 0.5rem 1rem 0 0;
}

#movieListTable th:nth-child(3) {
  min-width: 300px;
}

#movieListTable th:nth-child(4) {
  min-width: 90px;
  width: 90px;
}

#movieListTable th:nth-child(5) {
  min-width: 110px;
  width: 110px;
}

#movieListTable th:nth-child(6) {
  min-width: 50px;
  width: 50px;
}

#movieListTable th:nth-child(7) {
  min-width: 65px;
  width: 65px;
}

#movieListTable th:nth-child(8) {
  min-width: 130px;
  width: 130px;
}

#movieListTable_wrapper {
  overflow: auto;
}

#movieListTable tbody tr {
  height: 55px;
}

/* girlMultiTimeSpecified */
.girlMultiTimeSpecified th:nth-child(1) {
  min-width: 30px;
  width: 30px;
}

.girlMultiTimeSpecified th:nth-child(2),
.girlMultiTimeSpecified td:nth-child(2) {
  min-width: 200px;
  width: 200px;
}

.girlMultiTimeSpecified th:nth-child(3) {
  min-width: 300px;
}

.girlMultiTimeSpecified th:nth-child(4) {
  min-width: 55px;
  width: 55px;
}

.girlMultiTimeSpecified_wrapper {
  overflow: auto;
}

.girlMultiTimeSpecified tbody tr {}

.ribbon-info.ribbon-corner:before {
  border-top-color: #166899;
  border-left-color: #166899;
}

.ribbon-info.ribbon-corner.ribbon-right:before {
  border-right-color: #166899;
  border-left-color: transparent;
}

.ribbon-info.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #166899;
}

/* common */
/* timerTable */
.timerTable.common th:nth-child(1) {
  min-width: 30px;
  width: 30px;
}

.timerTable.common th:nth-child(2) {
  min-width: 400px;
}

.timerTable.common th:nth-child(3) {
  min-width: 150px;
  width: 20%;
}

.timerTable.common th:nth-child(4) {
  min-width: 40px;
  width: 40px;
}

.timerTable.common th:nth-child(5) {
  min-width: 50px;
  width: 50px;
}

/* timesTable */
.timesTable.common th:nth-child(1) {
  min-width: 30px;
  width: 30px;
}

.timesTable.common th:nth-child(2),
.timesTable.common td:nth-child(2) {
  min-width: 41px;
  width: 41px;
}

.timesTable.common th:nth-child(3) {
  min-width: 300px;
}

.timesTable.common th:nth-child(4) {
  min-width: 150px;
  width: 20%;
}

.timesTable.common th:nth-child(5) {
  min-width: 50px;
  width: 50px;
}

/* kobetsu */
/* timerTable */
.timerTable.kobetsu th:nth-child(1) {
  min-width: 30px;
  width: 30px;
}

.timerTable.kobetsu th:nth-child(2) {
  min-width: 400px;
}

.timerTable.kobetsu th:nth-child(3) {
  min-width: 40px;
  width: 40px;
}

.timerTable.kobetsu th:nth-child(4) {
  min-width: 50px;
  width: 50px;
}

/* timesTable */
.timesTable.kobetsu th:nth-child(1) {
  min-width: 30px;
  width: 30px;
}

.timesTable.kobetsu th:nth-child(2),
.timesTable.kobetsu td:nth-child(2) {
  min-width: 41px;
  width: 41px;
}

.timesTable.kobetsu th:nth-child(3) {
  min-width: 300px;
}

.timesTable.kobetsu th:nth-child(4) {
  min-width: 50px;
  width: 50px;
}

/* girlMultiTimeSpecified */
/* timesTable */
.timesTable.girlMultiTimeSpecified th:nth-child(1) {
  min-width: 30px;
  width: 30px;
}

.timesTable.girlMultiTimeSpecified th:nth-child(2),
.timesTable.girlMultiTimeSpecified td:nth-child(2) {
  min-width: 200px;
  width: 200px;
}

.timesTable.girlMultiTimeSpecified th:nth-child(3) {
  min-width: 300px;
}

.timesTable.girlMultiTimeSpecified th:nth-child(4) {
  min-width: 50px;
  width: 50px;
}

/* table checked counter */
#siteSelectedInner,
#girlSelectedInner {
  margin-top: 13px;
}

/* guide */
.guide {
  width: 1000px !important;
  margin: 0 auto;
}

.headerInner {
  width: 1000px !important;
  margin: 0 auto;
}

.headText {
  font-weight: bold;
  font-size: 17px;
  top: 1px;
}

.highlights {
  background: #fbff00;
}

.tooltip {
  z-index: 9999;
}

/* 女の子編集画面 */
#girlEdit .page-titles {
  height: 84px;
}

#girlEdit .girlHeadInfo {
  margin: 5px 0 0 0;
  overflow: hidden;
}

#girlEdit .girlHeadInfo .thumb {
  float: left;
}

#girlEdit .girlHeadInfo .info {
  float: left;
  margin: 10px;
}

#girlEdit .girlHeadInfo .info .name {
  font-weight: bold;
  font-size: 20px;
  line-height: 17px;
}

#girlEdit .girlHeadInfo .info .name .age {
  margin-left: 5px;
  font-size: 14px;
  position: relative;
  top: -2px;
}

html.modal-open,
body.modal-open {
  overflow: hidden;
}