#logo-header {
  position: relative;
  background-color: white;
  height: inherit;
  width: 180px;
  padding: 6px 50px 0px 25px;
  border-bottom-right-radius: 50px;
  float: left;
}
.headerapp {
    color: #ffffff;
    font-size: 17px;
    padding-left: 80px;
}
.tab-bar.grey-tab li.active a{color: #375a90 !important;}
.tab-bar > li.active a {
  background: #f3f3f3 !important;
}
.required_text::after {content: " *";color: red;}

/* 
* custom button calendar datatable
*/
.fc-event-time {display: none !important;}

.fc-button.fc-corner-left {
  border-top-left-radius: 50em !important;
  border-bottom-left-radius: 50em !important;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.fc-button.fc-button-next {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 50em !important;
  border-top-right-radius: 50em !important;
}
.fc-state-default.fc-corner-right {
  border-radius: 4px !important;
}
/* 
* custom button calendar datatable
*/

/* 
* untuk floating info sandbox mode
*/
.floating-info {
  position: fixed;
  z-index: 9999 !important;
  background-color: #f23d3dc4;
  border-top-right-radius: 25px;
  padding: 15px !important;
  font-weight: bold;
  border-bottom-left-radius: 25px;
  right: 10px;
  bottom: 10px;
  color: #fff;
}
.floating-info .floating-info-header {
  font-size: 14px;
  border-bottom: 1px solid #5d5c5c;
  padding-bottom: 3px;
}
.floating-info .floating-info-body {
  padding-top: 10px;
}
.floating-info a, .floating-info .btn-link {
  color: #bba2a2 !important;
}
.floating-info a:hover {
  color: #fff !important;
  font-weight: bold;
}
.floating-info .btn-link:hover {
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
}
/* 
* end floating info sandbox mode
*/