/* GLOBAL */
/* ---------------------------------------------------- */
.btn-blue {
  background-color: #1A237E !important;
  width: 150px;
  color: #fff;
  border-radius: 2px;
  margin-top: 5px;
}

.btn-blue:hover {
  background-color: #4c54af !important;
  color: #fff;
  cursor: pointer
}

.btn-yellow {
  background-color: yellow;
  width: 150px;
  color: #fff;
  border-radius: 2px
}

.btn-yellow-mini {
  background-color: white;
  border: 1px solid rgb(216, 216, 4);
  width: 80px !important;
  color: black;
  border-radius: 2px
}

.btn-yellow-mini:hover {
  background-color: rgb(216, 216, 4);
  color: #fff;
}

.btn-blue-mini {
  background-color: #1A237E;
  border: 1px solid #1A237E;
  width: 80px !important;
  color: white;
  border-radius: 2px
}

.btn-blue-mini:hover {
  background-color: #4c54af;
  color: #fff;
}

.btn-gray {
  background-color: gray;
  width: 150px;
  color: #fff;
  border-radius: 2px;
  margin-top: 5px;
}

.btn-gray:hover {
  background-color: rgb(168, 168, 168);
  color: #fff;
  cursor: pointer
}

.btn-modal {
  width: 100px;
}

.bg-blue {
  color: #fff;
  background-color: #1A237E;
}

.btn-disabled {
  pointer-events: none !important;
  cursor: none !important;
  background-color: lightgray !important;
  color: gray !important;
  border: none !important;
}

.btn-icon-refresh {
  width: 40px;
  background-color: #1A237E; 
  color: white;
  text-align: center;
  font-size: 18px;
  padding-top: 3px;
}

.text-link {
  font-size: 14px !important;
  color: #2867B2 !important;
}

.text-error {
  font-size: 0.875em;
  color: red;
}

.row-gray {
  background-color: darkgray !important;
  color: white !important;
}

.text-red {
  color: red !important;
}

.modal-body {
  background-color: #F5F7FB;
}

.btn-icon {
  width: 35px;
  color: white;
  text-align: center;
  margin-top: 4px;
  background-color: #1A237E;
}

.image-icon {
  padding-top: 10px !important;
}

.btn-icon-table {
  font-size: 18px;
  border: 1px solid gray;
  background-color: white;
  border-radius: 5px;
  padding: 3px 6px 3px 7px;
}

.btn-icon-table i {
  margin-bottom: 12px !important;
  width: 18px !important;
}

.btn-icon-table:hover {
  background-color: darkgray;
  color: white !important;
  border: 1px solid darkgray;
}

.btn-icon-table:focus {
  background-color: darkgray;
  color: white !important;
  border: 1px solid darkgray;
}

.btn-icon-red {
  color: red;
}

.btn-icon-blue {
  color: #1A237E;
}

.btn-icon-yellow {
  color: yellow;
}

/* MODAL CENTER SCREEN */
/* -------------------- */
/* .modal {
  text-align: center;
}

.modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100% - 10rem);
} */
/* -------------------- */

/* Alert */
/* -------------------- */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.row-active {
  background-color: #00457c;
  color: white !important;
}

.label-title {
  background-color: #1A237E;
  color: white;
  text-align: center;
  padding: 5px;
}

.table .form-check .form-check-input {
  width: 20px;
  height: 20px;
}

/*CUSTOM TABLE*/
/* ==================================== */
.custom-table {
  margin-left: 12px;
  margin-right: 12px;
}

.custom-table .row-header {
  /* margin-bottom: 5px; */
  border-top: 1px groove;
  border-bottom: 1px groove;
  padding-top: 5px;
  padding-bottom: 5px;
  /* background-color: #f2f2f2; */
  background-color: #00457c;
  color: white;
}

.custom-table .row-body {
  border-bottom: 1px groove;
  padding-bottom: 5px;
  padding-top: 5px;
}

.custom-table .row-menu {
  /* background-color: #f2f2f2; */
  background-color: white;
}

.custom-table .right-pos {
  text-align: right;
}
/* ==================================== */

/* -------------------- */

/* COLOR PICKER BOOTSTRAP */
/* ==================================== */
.colorpicker {
  padding: 0.375rem 0.75rem !important;
}
/* ==================================== */

/* Loading Bar */
/* -------------------- */
/* .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} */
/* -------------------- */

/*------------------------------------------------------------*/
/*LOADING SCREEN*/
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  top: 42%;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid white;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
  }
  100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
  }
}

.overlay {
  z-index: 999999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
/* -------------------- */

.label-header {
  width: 100%;
  padding: 10px;
  text-align: center !important;
  background-color: #222E3C !important;
  color: white;
  margin-top: 15px;
  margin-bottom: 10px;
}

.button-icon {
  margin-top: 4px;
  height: 35px;
  background-color: #1A237E;
  color: #fff;
  border-radius: 2px;
  width: 40px;
}

.button-icon:hover {
  background-color: #4c54af;
  color: #fff;
  cursor: pointer
}

/* TABLE */
/* -------------------- */
.table.dataTable thead th, table.dataTable thead td {
  padding: 10px 10px !important;
}

body .table .row-red {
  background-color: #dc3545 !important;
  color: white;
}

body .table .row-grey {
  background-color: gray !important;
  color: white;
}

body .table .row-white {
  background-color: white !important;
  color: black;
}

/* CUSTOM TABLE */
/* -------------------- */
.wrapper-onsite-sales .ver-align {
  padding-top: 10px;
}

.box-table {
  margin-left: 12px;
  margin-right: 12px;
}

.box-table .row-header {
  border-top: 1px groove;
  border-bottom: 1px groove;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #222E3C;
  color: white;
}

.box-table .row-body {
  border-bottom: 1px groove;
  padding-bottom: 5px;
  padding-top: 5px;
}

.box-table .row-menu {
  background-color: white;
}

.right-pos {
  text-align: right;
}

.button-delete {
  color: red !important;
}
/* -------------------- */

/*JQUERY DATEPICKER*/
/* -------------------- */
.ui-datepicker-trigger {
  border-style: none;
}

.ui-datepicker-trigger {
  color: white;
  background-color: #1A237E;
  border-radius: 3px;
  width: 40px;
  border-width: 1px;
  border-color: #1A237E;
}
/* -------------------- */

/* LOGIN */
/* ---------------------------------------------------- */
#body-login {
  color: #000;
  overflow-x: hidden;
  height: 100%;
  background-color: #B0BEC5;
  background-repeat: no-repeat
}

#form-login .container-fluid {
  margin-top: 40px;
  width: 50%;
}

#form-login  .card0 {
  box-shadow: 0px 4px 8px 0px #757575;
  border-radius: 0px
}

#form-login  .card2 {
  margin: 0px 40px
}

#form-login  .logo {
  width: 200px;
  height: 100px;
  margin-top: 20px;
  margin-left: 35px
}

#form-login  .image {
  width: 360px;
  height: 280px
}

#form-login  .border-line {
  border-right: 1px solid #EEEEEE
}

#form-login  .facebook {
  background-color: #3b5998;
  color: #fff;
  font-size: 18px;
  padding-top: 5px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer
}

#form-login  .twitter {
  background-color: #1DA1F2;
  color: #fff;
  font-size: 18px;
  padding-top: 5px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer
}

#form-login  .linkedin {
  background-color: #2867B2;
  color: #fff;
  font-size: 18px;
  padding-top: 5px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer
}

#form-login  .line {
  height: 1px;
  width: 45%;
  background-color: #E0E0E0;
  margin-top: 10px
}

#form-login  .or {
  width: 10%;
  font-weight: bold
}

#form-login .text-sm {
  font-size: 14px !important;
}

#form-login  ::placeholder {
  color: #BDBDBD;
  opacity: 1;
  font-weight: 300
}

#form-login  :-ms-input-placeholder {
  color: #BDBDBD;
  font-weight: 300
}

#form-login  ::-ms-input-placeholder {
  color: #BDBDBD;
  font-weight: 300
}

#form-login  input,
textarea {
  padding: 10px 12px 10px 12px;
  border: 1px solid lightgrey;
  border-radius: 2px;
  margin-bottom: 5px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  color: #2C3E50;
  font-size: 14px;
  letter-spacing: 1px
}

#form-login  input:focus,
textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #304FFE;
  outline-width: 0
}

#form-login  button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0
}

#form-login  a {
  color: inherit;
  cursor: pointer
}

.brand-image-login {
  width: 30px;
  height: 30px;
  border-radius: 10%;
  position: absolute;
  z-index: 999;
  margin-left: 65px;
}

.label-profile {
  margin-left: 105px;
  margin-top: 5px;
}
/* ---------------------------------------------------- */

/* MAIN LAYOUT */
/* ---------------------------------------------------- */
.brand-image {
  width: 30px;
  height: 30px;
  border-radius: 10%;
  margin-right: 5px;
}

/*------------------------------------------------------------*/
/*FORM CREATE ROLE (FOR TABLE DISPLAY LIST MENU)*/
.box-wrapper .row-add {
  margin-top: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.box-wrapper .list-menu {
  margin-left: 12px;
  margin-right: 14px;
}

.box-wrapper .list-menu .row-header {
  margin-bottom: 5px;
  border-top: 1px groove;
  border-bottom: 1px groove;
  padding-top: 5px;
  padding-bottom: 5px;
  /* background-color: #f2f2f2; */
  background-color: #1A237E;
  color: white;
}

.box-wrapper .list-menu .row-body {
  border-bottom: 1px groove;
  padding-bottom: 5px;
}

.box-wrapper .list-menu .row-menu {
  background-color: #f2f2f2;
}

.box-wrapper .form-check .form-check-input {
  width: 20px;
  height: 20px;
}

.box-wrapper .form-check label {
  margin-top: 5px;
  margin-left: 5px;
}

/*------------------------------------------------------------*/
/*FORM SEND EMAIL */
.row-list {
  position: relative;
}

#result-search {
  position: absolute;
  box-sizing: border-box;
  z-index: 1;
  max-height: 400px;
  cursor: pointer;
  overflow-y: auto;
  margin-left: 12px !important;
  padding-right: 0px !important;
}

#result-search .list-group {
  margin-top: -10px !important;
  /* margin-right: 30px !important; */
}
/* 
#result-search .list-group-item {
  margin-right: 30px !important;
} */

#result-search .list-group-item:hover {
  background-color: #00457c;
  color: white;
}

#result-search .list-group-item:focus {
  background-color: #00457c;
  color: white;
}

/* PREVIEW/TINJAU */
#ModalPreview .modal-content {
  padding: 0px !important;
}

#ModalPreview .card-body {
  padding: 0px !important;
}

.print-box {
  margin-left: -14px;
  margin-top: -14px;
  margin-bottom: -14px;
  height: 1123px;
  width: 794px;
  background-color: white;
  padding: 50px;
  padding-bottom: 70px;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  line-height: 24px;
  color: #555;
}

.print-box img {
  margin-top: -20px;
  display: block;
}

.print-box .print-titel {
  margin-top: 15px;
  text-align: left;
}

.print-box .print-titel h5 {
  font-weight: bold;
}

.print-box .print-titel hr {
  width: 295px;
  margin-top: -5px;
  margin-bottom: 0px;
  margin-left: 0;
}

.print-button {
  max-width: 800px;
  margin: auto;
  margin-top: 20px;
  /* border: 1px solid #eee; */
}

.print-footer .row label {
  margin: 0 auto;
}

.print-footer .row-sign {
  margin-top: 70px;
}

.label-approved {
  background-color: #62ae33;
  padding: 6px 10px 5px 10px;
  color: white;
  float: right;
  margin-top: -58px;
  width: 123px;
  text-align: center;
}

.label-disapproved {
  background-color: #dc3545;
  padding: 6px 10px 5px 10px;
  color: white;
  float: right;
  margin-top: -58px;
  width: 123px;
  text-align: center;
}

.visible-print {
  padding: 10px;
  float: right;
  margin-top: -190px;
  border: 1px solid black;
  width: fit-content;
}

.set-margin {
  margin-left: -30px;
}

.ul-student {
  padding: 0;
  margin: 16px;
  margin-top: 0px !important;
}

.btn-group-input {
  width: 98px; 
  margin-top: 4px
}

/* FORM REPORT SEND EMAIL */
/* ---------------------------------------------------- */
.box-period {
  border: 1px solid gray;
  padding: 5px;
  margin-left: 11px !important;
  border-radius: 5px;
  margin-bottom: 10px;
}

/* clears the ‘X’ from Internet Explorer */
#ModalDataGBK input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
#ModalDataGBK input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
#ModalDataGBK input[type="search"]::-webkit-search-decoration,
#ModalDataGBK input[type="search"]::-webkit-search-cancel-button,
#ModalDataGBK input[type="search"]::-webkit-search-results-button,
#ModalDataGBK input[type="search"]::-webkit-search-results-decoration { display: none; }

/* FORM REPORT GBK */
/* ---------------------------------------------------- */
.box-header {
  background-color:white;
  padding: 15px;
  padding-bottom: 10px;
  margin-top: -10px;
  margin-bottom: 10px;
  box-shadow: 0 0 0.875rem 0 rgba(33,37,41,.05);
}

/* FORM REPORT PENGKINIAN DATA */
/* ---------------------------------------------------- */
.head-table-report thead th, .head-table-report tbody td {
  /* height: 0;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: transparent;
  border: none; */
  white-space: nowrap;
}

.text-area-update {
  height: auto !important;
  field-sizing: content !important;
}

/* PARENTS */
/* ---------------------------------------------------- */
.banner {
  width: 100%;
  height: 40vh;
  margin-top: -10px !important;
}

.banner img {
  height : 100%;
  width: 100%;
}

.label-banner {
  background-color: black;
  color: white;
  padding: 10px;
  font-size: 22px;
  width: 100%;
  text-align: center;
}

.img-file {
  display:block !important;
  margin-top: -7px !important;
  width: 180px !important;
  height: 180px !important;
  padding: 5px;
  border: 1px black solid;
}

.box-image {
  position: relative;
}

.box-image .button-image {
  cursor: pointer !important;
  font-size: 30px;
  position: absolute;
  color: red;
  border: none;
  background: none;
  left: 145px;
  top: 2px;
  line-height: 1;
  z-index: 99;
  padding: 0;

  background: white !important;
  border-radius: 50% !important;
  bottom: 150px !important;
}

.box-image .button-image:hover {
  color: #f66161;
}

.img-file-preview {
  width: 100% !important;
  padding: 5px;
  border: 1px black solid;
}