html{
  scroll-behavior: smooth;
}
html body{
  font-family: 'Open Sans',sans-serif;
}

.bg-gradient-primary {
  background-color: #1ABBB9;
  background-image: linear-gradient(180deg,#1ABBB9,#1ABBB9);
  background-size: cover;
}

.card-header{
  border-bottom: none !important;
}

.bg-primary {
  background-color: #1ABBB9!important;
}
.bg-white {
  background-color: #ffffff;
}
.bg-lightgray {
  background-color: #FBFBFB !important;
}

.btn-primary {
  color: #fff;
  background-color: #1ABBB9;
  border-color: #1ABBB9;
}
.text-primary {
  color: #1ABBB9!important;
}
a {
  color: #1ABBB9;
  text-decoration: none;
  background-color: transparent;
}
a:hover{
  color: #1ABBB9;
  text-decoration: none;
}
.btn-primary:hover{
  color:#fff;background-color:#62eae7;border-color:#62eae7
}
.btn-primary.focus,.btn-primary:focus{
  box-shadow:0 0 0 .2rem rgba(105,136,228,.5)
}
.btn-primary.disabled,.btn-primary:disabled{
  color:#fff;background-color:#9E9E9E;border-color:#9E9E9E
}
.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{
  color:#fff;background-color:#1ABBB9;border-color:#1ABBB9
}
.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(105,136,228,.5)
}

.container-fluid{
  padding-top: 4rem;
  padding-right: 0rem;
  padding-left: 0rem;
  height: 100%;
}

#content-wrapper{
  /* height: 100vh;  bikin dobel scroll di body */
  background-color: #F8F9FD ;
  margin-left: 14em;
}

/* .content-wrapper{
  margin-left: 6.5em;
} */
.content-wrapper-expand{
  margin-left: 6.5em !important;
  width:calc(100% - 104px) !important;
}

.content-wrapper-expand-sales{
    margin-left: 0em !important;
    width:calc(100%) !important;
  }

.dataTable{
  font-size: 0.85rem;
  color: #000;
}
.dataTableHead, .dataTableFoot{
  color: #1ABBB9;
}
.btn-datatable {
  /*height: 20px !important;
  width: 20px !important;*/
  font-size: 0.75rem;
  border-radius: 0.35rem !important;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #1ABBB9;
  border-color: #1ABBB9;
}
.table-hover tbody tr:hover{
  color:#000;background-color:#f8f9fc
}

.table.not-form-table{
  min-width: 1300px !important;
}

.not-form-table thead th{
  white-space: nowrap;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #28292d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: .35rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



#firstLink{
  padding-top: 25px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select.form-control:focus,
.uneditable-input:focus {
  border-color: #1ABBB9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #1ABBB9;
  outline: 0 none;
}

.datetimepicker-input:read-only{
  background-color: #ffffff;
}

/* Sidebar Custom color and font */
#sidebar_nav{
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1020;
  overflow-y: hidden;
  overflow-x: hidden;
}
#sidebar_nav:hover{
  overflow-y: overlay;
}
#sidebar_nav::-webkit-scrollbar-track{
  /* -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2); */
  border-radius: 8px;
  background-color: #f1f2f4;
}

#sidebar_nav::-webkit-scrollbar{
  width: 6px;
  background-color: #f1f2f4;
}
#sidebar_nav::-webkit-scrollbar-thumb{
  background-color: #1ABBB9;
  border-radius: 8px;

}

.sidebar{
  margin-top: 4rem;
}

.sidebar-dark #sidebarToggle::after{
  color: rgba(255, 255, 255, 0.5);
}
button.bg-primary:hover, button.bg-primary:focus {
  background-color:  #1ccfcc !important ;
  transition: 0.35s all;
}

.sidebar-dark #sidebarToogle{
  background-color: black;
}


.sidebar .nav-item .nav-link {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #939EA8;
}
.sidebar-dark .sidebar-heading{
  color: #939EA8;
  cursor: default;
}

.sidebar .nav-item .nav-link:hover{
  color:black;
  font-weight: 700;
}
.sidebar .nav-item .nav-link:hover .fa-square{
  color:#1ABBB9 !important;
  font-weight: 700;
}

.fa-square{
  color: #939EA8 !important;
}
.fa-trash, .fa-trash-alt{
  color: #FF2D52 !important;
}

.sidebar-dark .nav-item.active .nav-link{
  color: black;
  font-weight: 700;
}

.sidebar-dark .nav-item.active .nav-link .fa-square{
  color: #1ABBB9 !important;
  font-weight: 700;
}

.sidebar-dark .nav-item .nav-link[data-toggle=collapse]::after{
  color: #939EA8;
}
.sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover{
  color: #939EA8;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item, .sidebar .nav-item .collapsing .collapse-inner .collapse-item{
  color: #939EA8;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item.active, .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active{
  color: #1ABBB9;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover{
  color: #1ABBB9 !important;
}
/* End of Sidebar */

.fixed-syspex{
  top: 70px;
  width: calc(100% - 224px);
  /* left:0px;
  right:0px; */
  /* white-space: nowrap;
  overflow-x: hidden;
  overflow-y: overlay; */
  /* display:  ; */
  z-index: 1020;
  position: fixed;
  /* width: 100%; */
  /* position: relative; */
  height: 140px;
  border-collapse: collapse;
}

/* Tab Widget custom border and color */
.fixed-syspex .nav-tabs{
  /* width: auto; */
  /* position: absolute; */
  bottom: -2px;
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow-x: hidden;
  overflow-y:hidden;
}
.fixed-syspex .nav-tabs:hover{
  overflow-x: overlay;
}
.fixed-syspex .nav-tabs::-webkit-scrollbar{
  height: 8px;
  background-color: #f1f2f4;
}
.fixed-syspex .nav-tabs::-webkit-scrollbar-thumb{
  border-radius: 8px;
  background-color: #1ABBB9;
}
.fixed-syspex .nav-tabs::-webkit-scrollbar-track{
  border-radius: 8px;
  background-color: #f1f2f4;
}
#div-header-detail{
  margin-top: 0.7em !important;
}
.nav-tabs .nav-link {
  color: #939EA8;
  border: none;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-item.show .nav-link{
    color: #1ABBB9;
    font-weight: bold;
    background-color: #fff;
    border-bottom: 3px solid;
    border-color: #1ABBB9;
}

.nav-tabs .nav-link:hover{
  color: #1ABBB9;
  border-color: #e9ecef #e9ecef #dee2e6;
  background-color: #FBFBFB;
}

.nav-pills .nav-link {
  color: #939EA8;
  border: none;
}
.nav-pills .nav-item.show .nav-link{
    color: #FBFBFB;
    font-weight: bold;
    background-color: #1ABBB9;
    border-bottom: 3px solid;
    border-color: #1ABBB9;
}

.nav-pills .nav-link:hover.active{
  color: #FBFBFB;
  border-color: #e9ecef #e9ecef #1ABBB9;
  /* background-color: #FBFBFB; */
}

.nav-pills .nav-link.active{
  color: #FBFBFB;
  font-weight: bold;
  background-color: #1ABBB9;
  border-bottom: 3px solid;
  border-color: #1ABBB9;
}

/* .nav-tabs {
  position:  absolute;
  bottom: 0 !important;
} */
/* End of Tab Widget */
.card .card-header[data-toggle=collapse]::after{
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 1.725rem;
    line-height: 51px;
    font-weight: 900;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    color: #d1d3e2;
}

.card .card-header[data-toggle=collapse].collapsed::after {
  content: '\f105';
}

.inline{
  display: inline !important;
}

td.text-syspex{
  color: #1ABBB9 !important;
}
td.details-control {
  padding: 0px !important;
  background: url('/admin/img/plus-solid.png') no-repeat center center;
  background-size: 12px;
  cursor: pointer;

}
tr.shown td.details-control {
  padding: 0px !important;
  width:24px !important;
  background: url('/admin/img/minus-solid.png') no-repeat center center;
  background-size: 12px;
}
.div-to-display table{
  width: 100% !important;
}

/* .div-to-display.dataTables_scrollHeadInner{
  width: 100% !important;
} */

.div-to-display table tbody td.details-control{
  background:none;
}
/* .div-to-display #manualTable{
  width: 100% !important;
} */
/* Original Syspex */

.bg-syspex{
  background-color: rgba(26, 187, 185, 1);
}

/* Badge Status and Type */

.badge-account-vip{
  color: #ff0000;
  border-width: thick;
  border-color: #ff0000;
}

.vip-style{
  background-color: rgba(26, 187, 185, 1);
}

.badge-account-active{
  color: #ffffff;
  border-radius: 0px !important;
  background-color: #82C9FF;
}

.badge-account-inactive{
  color: #ffffff;
  border-radius: 0px !important;
  background-color: #0091FF;
}

.badge-agreement-draft{
  color: #16DA69;
  border-radius: 0px !important;
  background-color: #F0FDF5;
}

.badge-agreement-active{
  color: #11A650;
  border-radius: 0px !important;
  background-color: #ABF2C9;
}

.badge-agreement-expired{
  color: #FFFFFF;
  border-radius: 0px !important;
  background-color: #73E9A5;
}

.badge-agreement-renew{
  color: #FFFFFF;
  border-radius: 0px !important;
  background-color: #16DA69;
}

.badge-agreement-terminated{
  color:   #FFFFFF;
  border-radius: 0px !important;
  background-color: #fe697f;
}

.badge-case-new{
  color: #000000;
  background-color: #ffffff;
  border-radius: 0px !important;
}

.badge-case-escalated{
  color: #000000;
  background-color: #F7B500;
  border-radius: 0px !important;
}

.badge-case-queue{
  color: #000000;
  background-color: #ffffff;
  border-radius: 0px !important;
}

.badge-case-assigned{
  color: #000000;
  background-color: #FFEA9B;
  border-radius: 0px !important;

}

.badge-case-inprogress{
  /* In Progress Case  */
  color: #000000;
  background-color: #FFEA9B;
  border-radius: 0px !important;

}

.badge-case-closed{
  color: #000000;
  background-color: #FFF8DE;
  border-radius: 0px !important;
}

.badge-call-new{
  color: #000000;
  border-radius: 0px !important;
  background-color: #ffffff;
}

.badge-call-assigned{
  color: #000000;
  border-radius: 0px !important;
  background-color: #16DA6A;
}

.badge-call-inprogress{
  color: #000000;
  border-radius: 0px !important;
  background-color: #74E9A5;
}

.badge-call-customer{
  color: #000000;
  border-radius: 0px !important;
  background-color: #f0fdf4;
}

.badge-call-completed{
  color: #000000;
  border-radius: 0px !important;
  background-color: #f0fdf4;
}

.badge-call-suspended{
  color: #000000;
  border-radius: 0px !important;
  background-color: #d9d9d9;
}

.badge-report-draft{
  color: #000000;
  border-radius: 0px !important;
  background-color: #fe697f;
}

.badge-report-inprogress{
  color: #000000;
  border-radius: 0px !important;
  background-color: #ffa5b6;
}

.badge-report-customer{
  color: #000000;
  border-radius: 0px !important;
  background-color: #ffe9ec;
}

/* .badge-report-suspended{
  color: #ffffff;
  border-radius: 0px !important;
  background-color: #1ABBB9;
} */

.badge-report-completed{
  color: #000000;
  border-radius: 0px !important;
  background-color: #ffe9ec;
}

.badge-equipment-active{
  color: #ffffff;
  border-radius: 0px !important;
  background-color: #82C9FF ;
}

.badge-equipment-returned{
  color: #ffffff;
  border-radius: 0px !important;
  background-color: #82C9FF ;
}

.badge-equipment-terminated{
  color: #ffffff;
  border-radius: 0px !important;
  background-color: #ff0000 ;
}

.badge-equipment-loaned{
  color: #ffffff;
  border-radius: 0px !important;
  background-color: #82C9FF ;
}

.badge-equipment-inrepair{
  color: #ffffff;
  border-radius: 0px !important;
  background-color: #82C9FF ;
}

.badge-sparepart-supplied{
  color: #FF2D52;
  border-radius: 0px !important;
  background-color: #FFE9ED ;
}

.badge-sparepart-replaced{
  color: #ffffff;
  border-radius: 0px !important;
  background-color: #FFA5B5 ;
}

.badge-sparepart-toquote{
  color: #ffffff;
  border-radius: 0px !important;
  background-color: #FF2D52 ;
}

.badge-sparepart-warranty{
  color: #ffffff;
  border-radius: 0px !important;
  background-color: #df294b ;
}



.badge-lightblue-syspex{
  color: #ffffff;
  background-color: #82C9FF;
  /* padding: 4px 8px 4px 8px !important; */
  border-radius: 0px !important;
  /* border-radius: 7px !important; */
}
.badge-blue-syspex{
  color: #ffffff;
  background-color: #0091FF;
  /* padding: 4px 8px 4px 8px !important; */
  border-radius: 0px !important;
  /* border-radius: 7px !important; */
}

.badge-yellow-syspex{
  color: #ffffff;
  background-color: #F7B500;
  /* padding: 4px 8px 4px 8px !important; */
  border-radius: 0px !important;
  /* border-radius: 7px; */
}

.badge-red-syspex{
  color: #ffffff;
  background-color: #FF2D52;
  /* padding: 4px 8px 4px 8px !important; */
  border-radius: 0px !important;
  /* border-radius: 7px; */
}

.badge-gray-syspex{
  color: #ffffff;
  background-color: #939EA8;
  /* padding: 4px 8px 4px 8px !important; */
  border-radius: 0px !important;
  /* border-radius: 7px; */
}
.badge-lightgray-syspex{
  color: #636D77;
  background-color: #f1f2f4 !important;
  /* padding: 4px 8px 4px 8px !important; */
  border-radius: 0px !important;
  /* border-radius: 7px; */
}

.badge-green-syspex{
  color: #ffffff;
  align-self: center;
  background-color: #16DA69;
  /* padding: 4px 8px 4px 8px !important; */
  border-radius: 0px !important;
  /* border-radius: 7px; */
}
.badge-lightgreen-syspex{
  color: #11C95E;
  align-self: center;
  background-color: #DFFFEB;
  /* padding: 4px 8px 4px 8px !important; */
  border-radius: 0px !important;
  /* border-radius: 7px; */
}


.btn-white-syspex{
  color:#1ABBB9 !important;
  background-color: #fff;
  border-color: #1ABBB9;
}

.btn-focus-remove:focus {
  outline: none !important;
  box-shadow: none;
}
/* Everything about font is here */
.select2-search__field, .select2-results,.select2-selection__rendered{
  font-size: 12px !important;
}
.select2-selection__rendered{
  padding-top: 2px;
}

.font-dashboard-overview{
  font-size: 12px !important;
}
.font-dashboard-section{
  font-size: 14px !important;
}
.font-dashboard-table{
  font-size: 12px !important;
}

.font-detail-header{
  font-size: 18px !important;
}
.font-detail-desc{
  font-size: 14px !important;
}
.detail-section-title{
  font-size: 14px !important;
}
.font-detail-title{
  font-size: 12px !important;
}
.font-detail-value{
  font-size: 12px !important;
}
.font-header-right{
  font-size: 14px !important;
}
.font-detail-table,.font-index-table,.font-form-table{
  font-size: 12px !important;
}
.font-header-dot{
  font-size: 0.3rem;
  margin: 1em;
}
.form-section-title{
  font-size: 14px !important;
}
.font-field-title, .font-field-input{
  font-size: 12px !important;
}
.font-weight-600{
  font-weight: 600 !important;
}
.font-18{
  font-size: 18px !important;
}
.font-16{
  font-size: 16px !important;
}
.font-14{
  font-size: 14px !important;
}
.font-13{
  font-size: 13px !important;
}
.font-12{
  font-size: 12px !important;
}
.font-11{
  font-size: 11px !important;
}
.font-10{
  font-size: 10px !important;
}
.mt-32{
  margin-top:32px !important;
}

.text-syspex{
  color: #1ABBB9 !important;
}

.text-syspex-lightgray{
  color: #939EA8 !important;
}

.text-syspex-gray{
  color: #636D77 !important;
}

.text-black{
  color: #000 !important;
}

.text-syspex-success{
  color: #73E9A5 !important;
}

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

.text-syspex-warning{
  color: #E85547 !important;
}
/* End of font section */

.link-syspex{
  cursor: pointer;
  width: 100%;
  display: block;
  text-decoration: underline !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.link-syspex:hover{
  color: #17908e !important;
}

.syspex-box{
  box-sizing: content-box;
  border: none !important;
  padding-top: 0 !important;
}

.div-to-display {
  display: none;
  position: absolute;
  padding: 5px;
  /* top:110px; */
  left: 0px;
  /* border: 1px solid red; */
  background-color: #ffffff !important;
  height: min-content;
  /* max-height: 400px; */
  width: 97%;
  z-index: 99999;
  box-shadow:5px 10px 25px 10px rgba(185, 185, 185, 0.15);
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 8px !important;
}

.nav-hidden-div{
  display: none;
  position: absolute;
  left: 250px;
  top: 250px;
  padding: 5px;
  background-color: #ffffff !important;
  height: min-content;
  z-index: 1030;
  width: 172px;
  box-shadow:5px 10px 25px 10px rgba(185, 185, 185, 0.15);
  border-radius: 8px !important;
}

.nav-hidden-div .collapse-inner .collapse-item{
  font-size: 14px;
  padding: .5rem 1rem;
  margin: 0 .5rem;
  display: block;
  color: #939EA8;
  text-decoration: none;
  border-radius: .35rem;
  white-space: nowrap;
}

.nav-hidden-div .collapse-inner .collapse-item:hover{
  color: #1ABBB9 !important;
  background-color: #f4f4f4;
}

.nav-item .nav-link:hover >.div-to-display{
  display: block;
  width: 100%;
}

.rounded-syspex{
  border-radius: 8px !important;
}

.childBackground{
  background-color: #fbfbfb;
}

.link-back{
    cursor: pointer !important ;
}

.sticky-div{
  position: sticky ;
  position: -webkit-sticky;
  top: 0;
}

.margin-after-header{
  margin-top: 9.5rem !important;
}
.required-label{
  color: #E85547;
  font-size: 10px;
  top: 0;
  margin-left: 8px;
}

/*tempus dominus font size*/
.bootstrap-datetimepicker-widget table td.day {
  font-size: 80%;
}
.bootstrap-datetimepicker-widget table th {
  font-size: 80%;
}


.action-btn {
  min-width: 40px;
}
.one-line {
  max-width: 150px;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tooltip-inner{
  max-width: 250px !important;
  text-align: justify;
}

.long-text{
  line-height: 24px;
}
@media only screen and (min-width: 600px) {
  .one-line {
      max-width: 250px;
  }
}


@media screen and (min-width: 0px) and (max-width: 610px) {
  .navbar-brand {
    margin-left: auto;
  }
  .dashboard-circle{
    display:none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #content-wrapper{
    margin-left:6.5em;
  }
  .fixed-syspex{
    width: calc(100% - 104px) ;
  }
}

@media (min-width: 992px) {
  .modal-xl {
    max-width: 1000px;
  }
}
