/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */
body {
  overflow-x: hidden;
}
.multiselect__single {
    padding-left: 0px;
    margin-bottom: 8px;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.badge-reso-pending{
  background-color: #EF6262;
  color: #ffffff;
}

.badge-reso-scheduled{
  background-color: #F29C1F;
  color: #ffffff;
}

.badge-reso-confirmed{
  background-color: #07AADB;
  color: #ffffff;
}

.badge-reso-repaired{
  background-color: #6A7B97;
  color: #ffffff;
}

.badge-reso-solved{
  background-color: #4DBB7F;
  color: #ffffff;
}

.badge-reso-canceled{
  background-color: #121212 ;
  color: #ffffff;
}

.confirm:focus{
  /*border-color: #2797FB;*/
  outline: none !important;
  border:1px solid #35495E;
}

.problem:focus{
  /*border-color: #2797FB;*/
  outline: none !important;
  border:1px solid #35495E;
}

.confirm.error-field-text:focus{
  /*border-color: #2797FB;*/
  outline: none !important;
  border:1px solid #f57f6c;
}
.problem.error-field-text:focus{
  /*border-color: #2797FB;*/
  outline: none !important;
  border:1px solid #f57f6c;
}
.ticket-code{
  color: #2797FB;
  text-decoration: underline;
}
.ticket-code:hover{
  cursor: pointer;
  color: #2797FB;
  text-decoration: underline;
}
.text-title-field{
  font-size: 0.8125rem;
  margin-bottom: 0.3125rem;
}
.error-field >>> .multiselect__tags{
  border-color: #f57f6c;
}

.error-field-text{
  border-color: #f57f6c;
}

.error-text{
  color: #f04124;
}

.error-text-message{
  color: #f57f6c;
  font-size: 0.75rem;
}

.img-logo{
  height: 150px;
  max-width: 200px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.btn-due{
  border: 1px solid lightgrey;
}

.card-div{
  margin:10px 0px;
}

.link-biru{
  color: rgba(28, 104, 217, 1);
  /* text-decoration: underline;  */
}

.link-biru:hover{
  color: rgba(28, 104, 217, 1);
  text-decoration: underline; 
  cursor: pointer;
}

.btn:focus {
  outline: none;
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.375rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

.link-white{
  color: white;
}

.link-white:hover{
  cursor: pointer;
}

.link:hover{
  cursor: pointer;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px 0px 0px 4px;
  border-right: none;
  margin: 0px 0px 0px 10px;
}

.label-addon-rp{
  margin: 5px 0px;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }

  .table {
    width: 100%;
     margin-bottom: 0rem; 
    color: #212529;
  }
}
