#wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 0;
  position: relative;
  display: flex;
  flex-grow: 1;
  vertical-align: top;
  bottom: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  #sidebarMenu {
    background: #ffffff;
    overflow: hidden !important;
    position: fixed;
    flex-grow: 1;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    /*display: inline-block;*/
    width: 250px;
    color: #b8c2c8;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
  }
}

#sidebarMenu.animate {
  width: 60px;
  display: block;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -webkit-box-shadow: 6px 0px 5px -4px rgba(22,32,37,0.25);
  -moz-box-shadow: 6px 0px 5px -4px rgba(22,32,37,0.25);
  box-shadow: 6px 0px 5px -4px rgba(22,32,37,0.25);
}

#toggleMenu {
  height: 39px;
  text-align: center;
  font-size: 24px;
  width: 40px;
  display: inline-block;
  position: relative;
}

#sidebarMenu li {
  margin: 1px 0;
  list-style: none;
  width: 100%;
}

#sidebarMenu ul {
  margin-top: 10px;
  width: 250px;
  min-width: 100%;
}

#sidebarMenu li a {
  display: flex;
  width: 100%;
  padding: 10px 5px;
  vertical-align: middle;
  text-decoration: none;
  color: #23282a;
  margin: 5px 0;
  transition: .2s;
}

@media (min-width: 768px) {
  #sidebarMenu li a i {
    font-size: 22px;
    width: 50px;
    margin-right: 10px;
    min-width: 50px;
    text-align: center;
    display: inline-block;
    vertical-align: baseline;
    color: #ef5f94;
  }
}

@media (max-width: 768px) {
  #sidebarMenu li a i {
    font-size: 20px;
    width: 40px;
    margin-right: 10px;
    min-width: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: baseline;
    color: #ef5f94;
  }
}

#sidebarMenu li a:hover {
  background-color: #f4eff1;
}

#toggleMenu .list {
  top: 0;
  cursor: pointer;
  right: 0;
  height: 28px;
  width: 28px;
  color: #fbfbfb;
}

#toggleMenu .thumbs {
  display: none;
  cursor: pointer;
  right: initial;
  width: 28px;
  height: 28px;
  color: #ebd8ea;
}

a {
  color: #24343b;
  text-decoration: none;
  background-color: transparent;
  font-family: 'Alegreya Sans';
  font-weight: 300;
}

#sidebarMenu li a:hover i {
  color: #dd4cad;
}

.website-konten {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 25px;
  background-color: #ddd;
}

@media (min-width: 576px) {
  .web-header {
    height: 60px;
    background: linear-gradient(to right,#ff9966 0%,#ff66cc 100%);
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
    padding: 0px 10px;
    width: 100%;
    z-index: 99;
    right: 0;
    position: sticky;
  }
}

@media (max-width: 576px) {
  .web-header {
    height: auto;
    background: linear-gradient(to right,#ff9966 0%,#ff66cc 100%);
    /*position: fixed;*/
    left: 0;
    right: 0;
    padding: 0px 10px;
    /*margin-left: 60px;*/
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
    z-index: 99;
  }
}

.list-last {
  margin-top: 15px !important;
  padding-top: 10px;
  border-top: 1px solid #e5e5e6;
}

@media (min-width: 414px) {
  .header-inline {
    position: relative;
    width: 100%;
    display: flex;
    height: 100%;
  }
}

@media (max-width: 414px) {
  .header-inline {
    position: initial;
    width: 100%;
    display: flex;
    height: 100%;
  }
}

@media (min-width: 576px) {
  .header-list {
    display: inline-block;
    width: 50%;
    text-align: left;
    vertical-align: middle;
    padding: 10px 5px;
  }
}

@media (max-width: 576px) {
  .header-list {
    display: block;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    padding: 10px 5px;
  }
}

@media (min-width: 576px) {
  .header-list:nth-of-type(1) {
    text-align: left;
  }
}

@media (max-width: 576px) {
  .header-list:nth-of-type(1) {
    text-align: left;
    display: none;
  }
}

@media (min-width: 576px) {
  .header-list:nth-of-type(2) {
    text-align: right;
  }
}

@media (max-width: 576px) {
  .header-list:nth-of-type(2) {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .wrap-konten {
    vertical-align: top;
    margin-left: 250px;
    /*display: inline-flex;*/
    flex-grow: 1;
    position: relative;
  }
}

@media (max-width: 768px) {
  .wrap-konten {
    vertical-align: top;
    margin-left: 50px;
    /*display: inline-flex;*/
    flex-grow: 1;
    position: relative;
  }
}

.navbar-link {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  padding: 5px 10px;
  transition: .3s;
}

a:hover {
  color: #de8c12;
  text-decoration: none;
}

.navbar-link:hover {
  color: #f7f7f7;
  text-decoration: none;
}

.header-list li {
  margin: 0 10px;
}

@media (min-width: 768px) {
  .header-search {
    display: inline-block;
    width: 285px;
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .header-search {
    display: inline-block;
    width: 200px;
    margin-top: 2px;
  }
}

@media (max-width: 576px) {
  .header-search {
    display: none;
    width: 100%;
    margin-top: 2px;
  }
}

.header-search input {
  border-radius: 2px;
  border: none;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  padding-left: 30px;
  background-image: url(../../assets/img/ic-pencarian.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 6px 7px;
}

.header-search input::placeholder {
  color: rgba(19,79,85,0.39);
  font-size: 14px;
  font-weight: 300;
}

.header-search input:focus {
  color: #525252;
  background-color: #ffffff;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
  font-weight: 300;
  font-size: 14px;
}

.navbar-link i {
  margin-right: 7px;
}

.cuma-icon i {
  margin: 0;
}

.navbar-dropdown {
  display: inline-block;
}

.navbar-link.focus, .navbar-link:focus {
  text-decoration: none;
  box-shadow: none;
  background-color: rgba(255,255,255,0.15);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 15rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #24343b;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 2px;
  box-shadow: 0 10px 16px 0 rgba(8,53,72,0.15);
}

@media (min-width: 768px) {
  .logo-web {
    display: inline-block;
    margin-right: 25px;
    padding: 3px 5px;
  }
}

@media (max-width: 768px) {
  .logo-web {
    display: inline-block;
    margin-right: 0;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .logo-web h1 {
    font-size: 26px;
    font-weight: 700;
    color: #ef5f94;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .logo-web h1 {
    display: none;
  }
}

.link-d-item {
  padding: 10px 12px;
  transition: .3s;
}

.link-d-item i {
  width: 28px;
  color: #24343b;
  transition: .3s;
}

.link-d-item:hover i {
  color: #4cb5c3;
}

.dash-sep {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.cuma-icon span {
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  background-color: #187280;
  line-height: 1;
  width: 14px;
  height: 14px;
  text-align: center;
  border-radius: 25px;
  position: absolute;
  right: 3px;
}

.cuma-icon {
  position: relative;
}

.notifikasi {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  animation-name: notifikasi;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  margin: 0 8px;
}

@keyframes notifikasi {
  2%, 18% {
    transform: translate3d(-5px, 0, 0);
  }
  4%, 16% {
    transform: translate3d(5px, 0, 0);
  }
  6%, 10%, 14% {
    transform: translate3d(-5px, 0, 0);
  }
  8%, 12% {
    transform: translate3d(5px, 0, 0);
  }
  18.1% {
    transform: translate3d(0px, 0, 0);
  }
}

.item-notifikasi {
  padding: 5px 10px;
  display: block;
  border-left: 2px solid transparent;
  transition: .3s;
}

.div-item-notifikasi {
  display: flex;
}

.notif-img img {
  width: 100%;
  height: auto;
}

.div-item-notifikasi p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1;
  color: #555;
  font-weight: 400;
  display: block;
}

.d-notif:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: -10px;
  right: 0;
  display: inline-block;
  background-image: url(../../assets/img/ic-caret.png);
  background-repeat: no-repeat;
  background-size: 15px;
  transform: rotate(180deg);
}

.div-item-notifikasi .date {
  font-size: 12px;
  font-weight: 300;
}

.notif-img {
  width: 40px;
  min-width: 40px;
  margin-right: 8px;
  background-color: #eee;
  border-radius: 2px;
}

.notif-detail {
  width: 100%;
}

.item-notifikasi:hover {
  background-color: #e8f2f4;
  border-left-color: #16c0d6;
}

@media (min-width: 576px) {
  .bodi-konten {
    padding: 25px;
    display: block;
    /*overflow-y: scroll;*/
    position: relative;
  }
}

@media (max-width: 576px) {
  .bodi-konten {
    padding: 10px;
    display: block;
    /*overflow-y: scroll;*/
    position: relative;
  }
}

.bodi-internal {
  background-color: #fff;
  /*border: 1px solid #dee8ea;*/
  margin-bottom: 25px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
  border-radius: 2px;
  /*overflow: hidden;*/
}

.bodi--header {
  padding: 15px 20px;
  border-bottom: 1px dashed #eee;
}

.bodi--bottom {
  padding: 15px 20px;
  border-top: 1px dashed #eee;
  background-color: #f7fafb;
}

body {
  background-color: #ebebeb;
  font-family: 'Alegreya Sans';
  color: #283033;
}

.judul-utama {
  font-size: 20px;
  margin: 0;
}

.judul-blok {
  font-size: 22px;
  margin: 0;
  display: inline-block;
  width: 50%;
}

@media (min-width: 576px) {
  .bodi--utama {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .bodi--utama {
    padding: 10px;
  }
}

.kartu-dashboard1 {
  padding: 15px;
  background: #fcc26a;
  display: flex;
  border-radius: 2px;
  height: 100%;
}

.kartu-dashboard2 {
  padding: 15px;
  background-color: #eb81e6;
  display: flex;
  border-radius: 2px;
}

.kartu-dashboard8 {
  padding: 15px;
  background-color: #8185eb;
  display: flex;
  border-radius: 2px;
}

.kartu-dashboard7 {
  padding: 15px;
  background-color: #97ef89;
  display: flex;
  border-radius: 2px;
}

.kartu-dashboard6 {
  padding: 15px;
  background-color: #dee079;
  display: flex;
  border-radius: 2px;
}

.kartu-dashboard5 {
  padding: 15px;
  background-color: #81ebbe;
  display: flex;
  border-radius: 2px;
}

.kartu-dashboard4 {
  padding: 15px;
  background-color: #eb8181;
  display: flex;
  border-radius: 2px;
}

.kartu-dashboard3 {
  padding: 15px;
  background-color: #81b8eb;
  display: flex;
  border-radius: 2px;
}

.vc-icon {
  width: 50px;
  min-width: 50px;
  height: 45px;
  text-align: center;
  overflow: hidden;
  margin-right: 15px;
}

.vc-icon img {
  height: 100%;
  width: auto;
}

.kartu-dashboard--judul {
  font-size: 16px;
  margin-bottom: 5px;
}

.kartu-dashboard--value {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

.row-ds {
  margin-right: -8px;
  margin-left: -8px;
}

.dash-bodi {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dashed #eeeeee;
  margin-left: -20px;
  margin-right: -20px;
}

.bg-dark {
  background-color: #162025!important;
}

.judul-utama i {
  margin-right: 8px;
  background: -webkit-linear-gradient(#ff9966, #ff66cc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blok-judul {
  margin-bottom: 25px;
}

.blok-quick {
  float: right;
}

.btn-primary {
  color: #fff !important;
  background-color: #3ecbdd;
  border-color: #16bfd6;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0b97aa;
  border-color: #0b97aa;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #16c0d6;
  border-color: #16c0d6;
}

.label-form {
  font-size: 16px;
  display: block;
  font-weight: 500;
  color: #555;
  padding: 10px 5px;
  line-height: 1.5;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2em + .85rem + 1px);
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 0px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  padding: 15px 0;
  border-bottom: 1px dashed #eee;
}

.info-input {
  padding: 2px 0;
  margin-bottom: 10px;
}

.badge-primary {
  color: #fff;
  background-color: #3ecbdd;
}

.info-input p {
  font-size: 14px;
  margin: 0;
  color: #888;
}

.alert-kecil {
  padding: 5px 10px;
  font-size: 85%;
}

.btn {
  padding: 5px 20px;
  border-radius: 2px;
}

.form-row:last-child {
  border-bottom: none;
}

.list-div {
  padding: 10px;
  border: 1px solid #eee;
  margin-top: 10px;
}

#upload1 input {
  display: none;
}

.input-group-text {
  border: none;
}

.btn i {
  margin-right: 5px;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #dee2e6;
  font-size: 14px;
  color: #888;
}

.link-action {
  font-size: 85%;
  font-weight: 500;
  padding: 3px 8px;
  background-color: #4cb5c3;
  border-radius: 2px;
  color: #fff;
}

.link-action:hover {
  background-color: #16bfd6;
  color: #fff;
  text-decoration: none;
}

.collapse-mn {
  background-color: #ebedf2;
  border-left: 2px solid #ff66cc;
}

.li-chevron i {
  font-size: 16px !important;
  margin: 0 !important;
  width: 25px !important;
  display: inline-block;
  color: #3e6070 !important;
}

.li-chevron {
  position: absolute;
  right: 0;
}

::placeholder {
  color: #c2c2c2 !important;
}

select {
  word-wrap: normal;
  height: 35px;
  border: 1px solid #eee;
  border-radius: 2px !important;
  min-width: 85px;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  height: 35px;
  border: 1px solid #eee;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 15px 18px;
  border-bottom: 1px solid #dadada !important;
}

table.dataTable.no-footer {
  border-bottom-color: #dadada !Important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 5px 15px;
  margin-left: 5px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  cursor: hand;
  color: #333 !important;
  border: none;
  border-radius: 4px;
  background-color: #3ecbdd !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #ffffff !important;
  border: none;
  background-color: #3ecbdd;
}

.section-login {
  padding: 5em 0;
}

.card-login {
  width: 50%;
  margin: auto;
  padding: 25px 50px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0px 8px 20px 0px rgba(13,13,13,0.04);
  -webkit-box-shadow: 0px 8px 20px 0px rgba(13,13,13,0.04);
  margin-bottom: 15px;
}

.logo-login {
  width: 250px;
  height: 75px;
  margin: auto;
  text-align: center;
  margin-bottom: 25px;
}

.logo-login img {
  height: 100%;
  width: auto;
}

.modal-logo {
  width: 250px;
  margin: auto;
  text-align: center;
  margin-bottom: 15px;
}

.modal-logo img {
  height: 60px;
  width: auto;
  margin-bottom: 15px;
}

.judul-modal {
  font-size: 20px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #333032;
}

.modal-footer {
  border-top: 1px dashed #eee;
}

.modal-body {
  padding: 30px 20px;
}

.bootstrap-tagsinput {
  padding: 8px;
  border: 1px solid #eee;
  border-radius: 4px;
}

.tag {
  background-color: #3ecbdd;
  padding: 1px 5px;
  border-radius: 4px;
  color: #fff;
  font-size: 85%;
}

.bootstrap-tagsinput input {
  border: none;
  padding: 1px 10px;
  text-align: left;
  width: auto;
}

.bootstrap-tagsinput input:focus {
  outline: none;
}

.info-form {
  font-size: 85%;
  color: #888;
  display: block;
}

.swal-text {
  font-weight: 500;
  font-size: 1.3rem;
  margin: 0 0 1rem;
}

.swal-button {
  background-color: #26c8de;
  padding: 10px 30px;
}

.swal-footer {
  text-align: center;
}

.m-dropzone {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}

.m-dropzone {
  border: 2px dashed #ebedf2;
}

.dropzone .dz-message {
  text-align: center;
  margin: 10px 0;
}

.m-dropzone .m-dropzone__msg-title {
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: 400;
  font-size: 1.1rem;
}

.m-dropzone .m-dropzone__msg-desc {
  font-size: .85rem;
}

.bodi--header-bg {
  background-color: #f9f9f9;
}

.btn-success {
  color: #fff;
  background: linear-gradient(to right,#5dd378 0%,#79c655 100%);
  border: none;
}

.kartu-besar {
  padding: 20px 25px;
}

.kartu-besar .vc-icon {
  width: 100px;
  height: 85px;
}

.canvasjs-chart-credit {
  display: none !important;
}

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

.timeline-list li {
  /*border-left: 2px solid #ebd8ea;*/
  padding: 20px 0px 20px 0px;
  position: relative;
  border-top: 1px dashed #eee;
  display: flex;
}

.timeline-list li:last-child {
  padding-bottom: 0 !important;
  border-color: transparent;
}

.timeline-list li:first-child {
  border-top: none !important;
  padding-top: 0 !important;
}

@media (min-width: 768px) {
  .scroll-div {
    padding: 15px;
    border: 1px solid #eee;
    overflow: auto;
    background-color: #fbfbfb;
    border-radius: 4px;
    height: 400px;
  }
}

@media (max-width: 768px) {
  .scroll-div {
    padding: 15px 8px;
    border: 1px solid #eee;
    overflow: auto;
    background-color: #fbfbfb;
    border-radius: 4px;
    height: 400px;
  }
}

.timeline-item h1 {
  font-size: 18px;
  margin-bottom: 5px;
}

.subtimeline-item h1 {
  font-size: 16px;
  margin-bottom: 5px;
}

.timeline-item p {
  margin-bottom: 5px;
  font-size: 16px;
  color: #555;
  margin-right: 20px;
}

.timeline-date {
  font-size: 12px !important;
  color: #999 !important;
  margin: 0 !important;
  display: inline-block;
}

.timeline-list li:hover:before {
  background-color: #8185eb;
}

.timeline-date span {
  margin-right: 5px;
  margin-left: 5px;
}

@media (min-width: 768px) {
  .sidebar-logo {
    width: 100%;
    height: 60px;
    padding: 10px 15px;
    background-color: #f9f9f9;
  }
}

@media (max-width: 768px) {
  .sidebar-logo {
    width: 50px;
    height: 60px;
    padding: 10px 8px;
    background-color: #f9f9f9;
  }
}

.input-tl {
  margin-bottom: 10px;
}

.subtimeline-item {
  background-color: #fff;
  padding: 8px;
  border: 1px solid #eee;
  margin-top: 10px;
  border-left-color: #dd4cad;
  position: relative;
}

.link-reply {
  float: right;
  font-size: 14px;
  color: #dd4cad;
  display: none;
}

.timeline-item:hover .link-reply {
  display: inline-block;
}

.komentar-s {
  margin-top: 10px;
}

@media (max-width: 768px) {
  #sidebarMenu {
    /*display: inline-block;*/
    width: 60px;
  }
}

@media (min-width: 768px) {
  #sidebarMenu {
    background: #ffffff;
    overflow: hidden !important;
    position: fixed;
    flex-grow: 1;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    /*display: inline-block;*/
    width: 250px;
    color: #b8c2c8;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
  }
}

@media (max-width: 768px) {
  #sidebarMenu {
    background: #ffffff;
    overflow: hidden !important;
    position: fixed;
    flex-grow: 1;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: 0;
    /*display: inline-block;*/
    width: 50px;
    color: #b8c2c8;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
  }
}

@media (max-width: 768px) {
  .sidebar-logo img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) {
  .sidebar-logo img {
    width: 100%;
    height: auto;
    display: none;
  }
}

@media (min-width: 576px) {
  .global-date {
    margin: 0;
    color: #555;
    display: inline-block;
  }
}

@media (max-width: 576px) {
  .global-date {
    margin-bottom: 10px;
    color: #555;
    display: inline-block;
  }
}

.global-date span {
  margin-right: 5px;
  color: #555;
  font-weight: 500;
}

@media (min-width: 576px) {
  .global-token {
    display: inline-block;
    float: right;
    text-align: right;
  }
}

@media (max-width: 576px) {
  .global-token {
    display: block;
    text-align: left;
    float: none;
    margin: 0;
  }
}

.global-token span {
  font-weight: 500;
  padding: 2px 5px;
  background-color: #f1ecec;
  border-radius: 4px;
}

@media (min-width: 576px) {
  .sub-top {
    background-color: #fff;
    padding: 15px 25px;
  }
}

@media (max-width: 576px) {
  .sub-top {
    background-color: #fff;
    padding: 10px;
  }
}

@media (min-width: 768px) {
  .timeline-item {
    width: 90%;
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .timeline-item {
    width: 90%;
    display: inline-block;
    padding-left: 10px;
  }
}

.tm-profile {
  width: 10%;
  display: inline-block;
  vertical-align: top;
}

.profil-user {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50px;
}

.profil-user2 {
  width: 20px;
  height: 20px;
  overflow: hidden;
  border-radius: 50px;
  float: right;
  margin-left: -20px;
  border: 1px solid #fff;
}

.profil-user img {
  width: 100%;
  height: auto;
}

.profil-user2 img {
  width: 100%;
  height: auto;
}

.tooltip > .tooltip-inner {
  color: #FFFFFF;
  padding: 3px 8px;
  font-size: 10px;
}

