@charset "UTF-8";

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #151b1e;
    background-color: #e4e5e6;
}

.main .container-fluid {
    padding: 0 30px;
}

.main section {
    margin-bottom: 22px;
}

.main .card-block {
    padding: 1.25rem;
}

.app, app-dashboard, app-root {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
iframe.kibana {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 580px;
    /*height: auto;*/
    border: 0px;
}
.app-header {
    -ms-flex: 0 0 55px;
    flex: 0 0 55px
}

.app-footer {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px
}

.app-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-positive: 1;
    flex-grow: 1;
   /* overflow-x: hidden*/
}

.app-body .main {
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

.app-body .sidebar {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    -ms-flex-order: -1;
    order: -1
}

.app-body .aside-menu {
    -ms-flex: 0 0 250px;
    flex: 0 0 250px
}

.header-fixed .app-header {
    position: fixed;
    z-index: 1020;
    width: 100%
}

.header-fixed .app-body {
    margin-top: 55px;
}

.app-header.navbar,.app-header.navbar .navbar-brand {
    height: 55px;
    background-color: #fff;
    border-bottom: 1px solid #c2cfd6
}

.app-header.navbar {
    /*position: relative;*/
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    margin: 0
}

.app-header.navbar .navbar-brand {
    display: inline-block;
    width: 155px;
    padding: .5rem 1rem;
    margin-right: 0;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px auto
}

.app-header.navbar .navbar-toggler {
    min-width: 50px;
    padding: .25rem 0;
}

.sidebar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    color: #fff;
    background: #29363d;
}

.sidebar-fixed .sidebar {
    position: fixed;
    z-index: 1019;
    width: 200px;
    height: calc(100vh - 55px)
}

.sidebar-fixed .app-footer,.sidebar-fixed .main {
    margin-left: 200px
}

.sidebar-fixed.sidebar-hidden .app-footer,.sidebar-fixed.sidebar-hidden .main {
    margin-left: 0
}

.sidebar-off-canvas .sidebar {
    position: fixed;
    z-index: 1019;
    height: calc(100vh - 55px)
}

@media (min-width: 992px) {
    .sidebar-compact .sidebar {
        -ms-flex:0 0 150px;
        flex: 0 0 150px
    }
    .sidebar-compact.sidebar-hidden .sidebar {
        margin-left: -150px
    }
    .sidebar-compact.sidebar-fixed .app-footer,.sidebar-compact.sidebar-fixed .main {
        margin-left: 150px
    }
    .sidebar-compact.sidebar-fixed .sidebar {
        width: 150px
    }
    .sidebar-compact.sidebar-fixed.sidebar-hidden .app-footer,.sidebar-compact.sidebar-fixed.sidebar-hidden .main {
        margin-left: 0
    }
    .sidebar-minimized .sidebar {
        -ms-flex: 0 0 50px;
        flex: 0 0 50px
    }
    .sidebar-minimized.sidebar-hidden .sidebar {
        margin-left: -50px
    }
    .sidebar-minimized.sidebar-fixed .app-footer,.sidebar-minimized.sidebar-fixed .main {
        margin-left: 50px
    }
    .sidebar-minimized.sidebar-fixed .sidebar {
        width: 50px
    }
    .sidebar-minimized.sidebar-fixed.sidebar-hidden .app-footer,.sidebar-minimized.sidebar-fixed.sidebar-hidden .main {
        margin-left: 0
    }
}

@media (max-width: 991px) {
  .app-header.navbar {
    position: fixed !important;
    z-index: 1020;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #c2cfd6; }
    .app-header.navbar .navbar-toggler {
      color: #536c79; }
    .app-header.navbar .navbar-brand {
      position: absolute;
      left: 50%;
      margin-left: -77.5px; }
  .app-body {
    margin-top: 55px; }
  .breadcrumb-fixed .main:nth-child(2) .breadcrumb {
    right: auto;
    left: auto;
    width: 100%; }
  .sidebar {
    position: fixed;
    z-index: 1019;
    width: 220px;
    height: calc(100vh - 55px);
    margin-left: -220px; }
    .sidebar .sidebar-nav,
    .sidebar .nav {
      width: 220px;
      min-height: calc(100vh - 55px); }
    .sidebar .sidebar-minimizer {
      display: none; }
  .main, .app-footer {
    margin-left: 0 !important; }
  .sidebar-hidden .sidebar {
    margin-left: -220px; }
  .sidebar-mobile-show .sidebar {
    width: 220px;
    margin-left: 0; }
  .sidebar-mobile-show .main {
    margin-right: -220px !important;
    margin-left: 220px !important; } }

.sidebar-hidden .sidebar {
    margin-left: -200px
}

.sidebar-fixed .app-footer,.sidebar-fixed .main {
    margin-left: 200px
}

.sidebar-fixed.sidebar-hidden .app-footer,.sidebar-fixed.sidebar-hidden .main {
    margin-left: 0
}

.sidebar-off-canvas .sidebar {
    position: fixed;
    z-index: 1019;
    height: calc(100vh - 55px)
}

.app-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem;
    background: #f0f3f5;
    border-top: 1px solid #c2cfd6
}

.app-footer,.dropdown-header .btn:hover {
    color: #151b1e;
}

.sidebar .sidebar-nav {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    width: 200px
}

.sidebar .sidebar-nav::-webkit-scrollbar {
    position: absolute;
    width: 10px;
    margin-left: -10px;
    -webkit-appearance: none
}

.sidebar .sidebar-nav::-webkit-scrollbar-track {
    background-color: #33444c;
    border-right: 1px solid #1f292e;
    border-left: 1px solid #1f292e
}

.sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #151b1f;
    background-clip: content-box;
    border-color: transparent;
    border-style: solid;
    border-width: 1px 2px
}

.sidebar .nav {
    width: 200px;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.sidebar .nav-title {
    padding: .75rem 1rem;
    font-size: 11px;
    color: #c2cfd6
}

.sidebar .divider,.sidebar .nav-divider {
    height: 10px
}

.sidebar .nav-item {
    position: relative;
    margin: 0;
    transition: background .3s ease-in-out
}

.sidebar .nav-dropdown-items {
    /*max-height: 0;*/
    padding-left: 11px;
    margin: 0;
    /*overflow-y: hidden;*/
    transition: max-height .3s ease-in-out
}

.sidebar .nav-dropdown-items .nav-item {
    padding: 0;
    list-style: none
}

.navbar .sidebar .dropdown-toggle,.sidebar .nav-link,.sidebar .navbar .dropdown-toggle {
    display: block;
    padding: .75rem 1rem;
    color: #fff;
    text-decoration: none;
    background: 0 0
}

.navbar .sidebar .dropdown-toggle i,.sidebar .nav-link i,.sidebar .navbar .dropdown-toggle i {
    display: inline-block;
    width: 20px;
    margin: 0 .5rem 0 0;
    font-size: 14px;
    color: #536c79;
    text-align: center
}

.navbar .sidebar .dropdown-toggle .badge,.sidebar .nav-link .badge,.sidebar .navbar .dropdown-toggle .badge {
    float: right;
    margin-top: 2px
}

.navbar .sidebar .active.dropdown-toggle,.sidebar .nav-link.active,.sidebar .navbar .active.dropdown-toggle {
    color: #fff;
    background: #33444c
}

.navbar .sidebar .active.dropdown-toggle i,.sidebar .nav-link.active i,.sidebar .navbar .active.dropdown-toggle i {
    color: #3b5998
}

.navbar .sidebar .dropdown-toggle:hover,.sidebar .nav-link:hover,.sidebar .navbar .dropdown-toggle:hover {
    color: #fff;
    background: #3b5998
}

.navbar .sidebar .dropdown-toggle:hover i,.sidebar .nav-link:hover i,.sidebar .navbar .dropdown-toggle:hover i {
    color: #fff
}
.app-header .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
}
.app-header .navbar-nav .dropdown-menu {
    position: absolute;
}
.app-header.navbar .dropdown-item {
    min-width: 180px;
}
.navbar .navbar-nav .dropdown-toggle, .navbar-nav .nav-link, .navbar-nav .navbar .dropdown-toggle {
    color: #536c79;
}
.dropdown-item {
    position: relative;
    padding: 10px 12px;
    border-bottom: 1px solid #c2cfd6;
}
.dropdown-item i {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
    margin-left: -10px;
    color: #c2cfd6;
    text-align: center;
}
.dropdown-header {
    padding: 8px 20px;
    background: #f0f3f5;
    border-bottom: 1px solid #c2cfd6;
}

.form-group {
    margin-bottom: 1rem;
}

.bg-primary {
    border-color: #293e6a;
    background-color: #3b5998 !important;
}

.btn-primary {
    /*border-color: #293e6a;*/
    background-color: #3b5998 !important;
}
.line-separator {
    grid-column-start: 1;
}
.line-separator2 {
    width:98%;
    margin-left: 6px;
    margin-right: 6px;
    align-content: center;
    border-bottom:1px solid #dee2e6;
}
.btn-link {
    font-weight: 400 !important;
    color: #3b5998 !important;
    text-decoration: none !important;
}
.btn-link:hover {
    color: #263961 !important;
    text-decoration: underline !important;
    background-color: transparent;
    border-color: transparent;
}
.input-group-addon {
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3e515b;
    text-align: center;
    background-color: #f0f3f5;
    border: 1px solid #c2cfd6;
}
.booker-list-menu {
    list-style: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-left: 0;
}
.booker-list-menu li {
    width: 100%;
    clear: both;
    text-align: left;
    padding: 11px;
}
.table td {
    vertical-align: middle;
}
.h-300 {
    height: 300px !important; }
.hr {
  clear: both;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #CCC;
  margin: 20px 0; }

.app-thumbnail {
    height: 100%;
    background-size:cover;
    background-repeat: no-repeat;
    background-position:center;
}
/* picture */
.picture-card {
    height:100px;
    width:150px;
    position:relative;
}
.picture-toolbar {
    height:100%;
    position:absolute;
    inset:0px;
    opacity:0;
}
.picture-toolbar:hover {
    opacity:1;
}

.picture-toolbar .picture-delete {
    position:absolute;
    top:8px;
    right:8px;
}

.picture-toolbar .picture-checkbox {
    position:absolute;
    top:8px;
    left:8px;
}
/* widjet */
.widjet-toolbar .widjet-checkbox {
    position:absolute;
    padding-left: 4px;
    top:8px;
    left:8px;
    /*color: #fff;*/
    cursor: pointer;
}
.widjet-header-bar {
    position:fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 12px;
    padding-left: 12px;
    top: 60px;
    left: 235px;
    background-color:rgb(255,251,201);
    box-shadow: rgba(0.5, 0, 0, 0.08) 0px 2px 4px 0px;
    z-index: 100;
}
.widjet-visible {
    /*vertical-aling: middle;*/
    padding-top: 0.5rem !important;
    margin-left: 0.5rem !important;
    font-size: 1.5rem !important;
    cursor: pointer;
}
.widjet-toolbar .widjet-edit {
    position:absolute;
    padding-right: 4px;
    bottom:8px;
    right:8px;
    opacity: 0;
}
.widjet-toolbar .widjet-category-open {
    position:absolute;
    padding-right: 4px;
    bottom:8px;
    right:68px;
    opacity: 0;
}
.widjet-toolbar .widjet-slug {
    position:absolute;
    padding-right: 4px;
    bottom:8px;
    left:8px;
    opacity: 1;
}
.widjet-card:hover .widjet-edit,
 .widjet-card:hover .widjet-category-open {
    opacity: 1;
}
.widjet-card {
    position:relative;
    height:300px;
    margin: 15px;
    border:1px solid #ccc;
    color: black;
    font-size: 16px;
    border-radius: 3px;
}
.widjet-card:hover {
    background-color:rgb(224,224,222);
}
.widjet-toolbar {
    height:100%;
    position:absolute;
    inset:0px;
    opacity:1;
}
.widjet-menu {
    padding: 0.5rem;
    margin-right: 0.5rem;
}
.widjet-toolbox-size span {
    cursor: pointer;
}
.widjet-toolbox-size {
    /*background-color: #f0f3f5;
    margin-left: 4px;
    margin-right: 4px;*/
    padding: 3px;
    border-radius: 3px;
    z-index: 10;
}
/* order booking */
.nav-order-booking-menu>li>a {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 2px solid transparent;
}
.nav-order-booking-menu>li>a:hover {
    font-size: 20px;
    font-weight: 300;
    color: black;
    border-bottom: 2px solid transparent;
}
.nav-order-booking-menu>li.active>a {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    border-bottom-color: #08c;
}
.planning-right-side {
    position: sticky;
    top: 60px;
    height: 100vh;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.planning-group {
    position:relative;
    height:380px;
    width:220px;
    padding: 8px;
    #background-color: #ebf4f8;
    color: black;
    font-size: 13px;
    border-radius: 3px;
}
.drag-container {
    display: grid;
    /*grid-gap: 12px;
    padding: 16px;*/
    grid-template-columns: repeat(10, 1fr);
    /*grid-auto-flow: column;
    grid-template-columns: repeat( auto-fit, minmax(220px, 1fr) );*/
    overflow-x: auto;
}
.item-card-coach {
    background-color: #f0f3f5;
    margin: 2px 0px;
}
.item-card {
    cursor: pointer;
}
.planning-header {
    min-height:60px;
}
.planning-body {
    min-height:auto;
}
.booking-user {
    line-height: 24px;
    border-radius: 4px;
    background-color: #ebf4f8;
    white-space: nowrap;
    display: inline-block;
}
.booking-user:hover {
    color: white;
    background-color: #08c;
}
.booking-order td {
    vertical-align: middle;
    padding: 4px 6px 4px 6px;
}
a.order-link-ref {
    color: #0d6efd;
    font-weight: bold;
}
a.order-link-ref:hover {
    color: white;
    background-color: #0d6efd;
}
a.order-link-ref:visited {
    font-weight: 400!important;
}
.order-status-paid {
    border: 1px solid rgb(142,204, 167);
    color: rgb(36,88,58);
    background-color: rgb(167,231,194);
    white-space: nowrap;
    font-size: 14px;
    text-align: center;
}
.order-status-confirmed {
    border: 1px solid rgb(211, 167,116);
    color: rgb(145,74,0);
    background-color: rgb(255,206,145);
    white-space: nowrap;
    font-size: 14px;
    text-align: center;
}
.order-status-cancel {
    border: 1px solid rgb(221,122,126);
    color: rgb(129,0,17);
    background-color: rgb(255,167,167);
    white-space: nowrap;
    font-size: 14px;
    text-align: center;
}
.order-status-deposit {
    border: 1px solid rgb(210,166,227);
    color: rgb(88,0,124);
    background-color: rgb(233,198,247);
    white-space: nowrap;
    font-size: 14px;
    text-align: center;
}
