.skin-blue .main-header .logo {
  background-color: #1a2226;
  color: #357ca5;
  border-bottom: 0 solid transparent;
}

.skin-blue .main-header .logo:hover {
  background-color: #357ca5;
  color: #fff;
}

.skin-blue .main-header .navbar {
  background-color: #222d32;
}

.skin-blue .main-header .navbar .sidebar-toggle {
  color: #fff;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
  background-color: #1e282c;
  color: #357ca5;
}

.select-tenant {
  min-width: 175px;
}

.select-tenant .select-tenant_border {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0.5px solid #fff;
  margin: -5px;
  padding: 5px 10px;
}

.select-tenant .select-tenant_border .icon-arrow {
  font-size: 20px !important;
}

.select-tenant.open .select-tenant_border .icon-arrow {
  font-size: 20px !important;
  transform: rotate(-90deg);
}

.select-tenant .dropdown-menu {
  width: 100% !important;
}

@media (max-width: 991px) {
  .navbar-custom-menu > .navbar-nav > li.select-tenant {
    position: relative;
  }

  .select-tenant .dropdown-menu {
    right: 0;
    left: auto;
  }
}

.select-tenant .dropdown-menu li {
}

.select-tenant .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #d2d6de;
}

.select-tenant .dropdown-menu li a {
  display: flex;
  align-items: center;
  color: #007bff !important;
  padding: 10px;
}

.select-tenant .dropdown-menu li a:hover {
  color: #0056b3 !important;
}

.select-tenant .dropdown-menu li a i {
  /*    margin-right: 5px;*/
  font-size: 16px;
}

/*Login Start*/
.login-page {
  background: #dfe0e2;
}

.login-page .login-box {
  margin-top: 2%;
}

.login-page .login-logo h1 {
  color: #777 !important;
  font-size: 26px;
  font-weight: 400;
}

.login-page .login-logo h1 span {
  font-size: 32px;
}

.login-page .login-box-body {
  max-width: 375px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(50, 50, 50, 0.33);
  padding: 16px 36px 16px;
  background: #f7f7f7;
}

.login-page .header {
  line-height: 28px;
  margin-bottom: 27px;
  margin-top: 18px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ccc;
}

.login-page .header.blue {
  border-bottom-color: #d5e3ef;
  text-align: center;
}

.login-page .header.bigger {
  font-size: 19px;
}

.login-page .header .ace-icon {
  margin-right: 2px;
  text-align: center;
}

.login-page .forgot-password {
  margin-top: 15px;
  text-align: right;
}

.login-page .forgot-password a {
  color: #5090c1;
}

.login-page .blue {
  color: #478fca !important;
}

.login-page .lighter {
  font-weight: lighter;
}

.login-page .bigger-110 {
  font-size: 110% !important;
}

.login-page .btn {
  margin-top: 13px;
}

.login-page .login-box-footer {
  border-top-width: 1px;
  background: #5090c1;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  padding: 10px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(50, 50, 50, 0.33);
  /*    border-top: 2px solid #597597;*/
}

.login-page .login-support {
  margin-top: 25px;
  padding: 10px 12px;
  border: 1px solid #e4e4e4;
  border-left: 3px solid #5090c1;
  background: #f7fbfd;
  font-size: 12px;
  line-height: 1.5;
  color: #555555;
}

.login-page .login-support .login-support-title {
  display: table;
  width: 100%;
  font-weight: 600;
  color: #367fa9;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #e4e4e4;
}

.login-page .login-support .fa-whatsapp {
  display: table-cell;
  width: 1%;
  padding-right: 8px;
  vertical-align: middle;
  font-size: 26px;
  color: #25d366;
}

.login-page .login-support .login-support-title-text {
  display: table-cell;
  vertical-align: middle;
}

.login-page .login-support .login-support-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.login-page .login-support .login-support-list li {
  display: table;
  width: 100%;
}

.login-page .login-support .login-support-list li + li {
  margin-top: 4px;
}

.login-page .login-support .login-support-nama {
  display: table-cell;
  font-weight: 600;
  color: #444444;
}

.login-page .login-support .login-support-prodi {
  display: table-cell;
  padding-left: 10px;
  text-align: right;
  white-space: nowrap;
  /* text-transform: uppercase; */
  font-weight: bolder;
  color: #367fa9;
}
/*Login End*/

/* Alert Custom Start */
.alert-custom {
  font-size: 14px;
  /* padding: 5px 10px; */
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 10px 0 0;
  text-align: center;
}

.alert-custom-danger {
  /* background-color: #dd4b39 !important; */
  color: #dd4b39 !important;
  /* border-color: #d73925; */
}

.alert-custom-info {
  /* background-color: #00c0ef !important; */
  color: #fff !important;
  /* border-color: #00acd6; */
}

.alert-custom-warning {
  /* background-color: #f39c12 !important; */
  color: #fff !important;
  /* border-color: #e08e0b; */
}

.alert-custom-success {
  /* background-color: #00a65a !important; */
  color: #fff !important;
  /* border-color: #008d4c; */
}
/* Alert Custom End */

.img-cutom-size-medium {
  width: 45px !important;
  height: 45px !important;
}

.cus-mr-5 {
  margin-right: 5px !important;
}

.cus-mr-10 {
  margin-right: 10px !important;
}

.cus-text_left {
  text-align: left !important;
}

.cus-button-body {
  display: flex;
  gap: 10px;
  /* margin: 0 -10px; */
}

.cus-button-body .btn {
  display: block;
  width: 100%;
}

#fototeman {
  width: 60px;
  height: 70px;
  padding: 2px;
  border: 1px solid #eeeeee;
}

#isitable1 {
  padding: 4px;
  font-size: 13px;
  color: 333333;
  font-family: Arial;
}

ul.dsn {
  list-style-image: url(pendadaran/baner/print.png);
  margin-left: -5px;
}

li.dsn {
  padding-bottom: 2px;
  border-bottom: 1px dotted #cccccc;
}

.btn-white.btn-primary {
  background-color: #fff !important;
  border-color: #8aafce;
  color: #6688a6 !important;
}

.btn-white.btn-primary.active,
.btn-white.btn-primary:active,
.btn-white.btn-primary:focus,
.btn-white.btn-primary:hover,
.open > .btn-white.btn-primary.active.dropdown-toggle,
.open > .btn-white.btn-primary.dropdown-toggle {
  background-color: #eaf2f8 !important;
  border-color: #8aafce;
  color: #537c9f !important;
}

.text-gray-new {
  color: #777 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.text-white-new {
  color: #fff !important;
}

/* .label {
  font-weight: 400;
  background-color: #f39c12;
  text-shadow: none;
} */

/* .label {
  color: #fff;
  display: inline-block;
}

.label-lg {
  padding: 0.3em 0.6em 0.4em;
  font-size: 13px;
  line-height: 1.1;
  height: 24px;
}

.label.arrowed-in-right,
.label.arrowed-right {
  position: relative;
  z-index: 1;
}

.label-lg.arrowed,
.label-lg.arrowed-in {
  margin-left: 6px;
}

.label-lg.arrowed-in-right,
.label-lg.arrowed-right {
  margin-right: 6px;
}

.label.arrowed-in:before,
.label.arrowed:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  border: 1px solid transparent;
  border-right-color: #abbac3;
}

.label-warning.arrowed-in:before {
  border-color: #f39c12 #f39c12 #f39c12 transparent;
}

.label-lg.arrowed-in:before {
  left: -6px;
  border-width: 12px 6px;
}

.label.arrowed-right:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  border: 1px solid transparent;
  border-left-color: #abbac3;
}

.label-warning.arrowed-right:after {
  border-left-color: #f39c12;
}

.label-lg.arrowed-right:after {
  right: -12px;
  border-width: 12px 6px;
}

.label-success.arrowed-in:before {
  border-color: #00a65a #00a65a #00a65a transparent;
}

.label-purple.arrowed-in:before,
.label-default.arrowed-in:before {
  border-color: #f39c12 #f39c12 #f39c12 transparent;
}

.label-success.arrowed-right:after {
  border-left-color: #00a65a;
}

.label-purple.arrowed-right:after,
.label-default.arrowed-right:after {
  border-left-color: #f39c12;
} */

hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #eeeeee -moz-use-text-color #ffffff;
  border-style: collapse;
  border-width: 1px 0;
  margin: 5px 0;
  border: 0;
  border-top: 1px solid #eee;
}

.help-block-new {
  display: none;
  margin-top: 5px;
  margin-bottom: 0;
  padding: 0;
  color: red;
  font-size: 12px;
}

.help-block-info {
  margin-top: 5px;
  margin-bottom: 0;
  padding: 0;
  color: red;
  font-size: 12px;
  font-weight: normal;
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    width: 900px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    width: 1140px;
  }
}

.blue {
  color: #478fca !important;
}

.red {
  color: #dd5a43 !important;
}

.purple {
  color: #a069c3 !important;
}

.green {
  color: #69aa46 !important;
}

.lighter {
  font-weight: lighter;
}

.pink {
  color: #c6699f !important;
}

.header-custom {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid #d5e3ef;
}

.header-custom h3 {
  margin-bottom: 0;
  margin-top: 0;
}

.header-custom h3.smaller {
  font-size: 24px;
}

.header-custom h3.blue {
}

.spaced > li {
  margin-top: 5px;
  margin-bottom: 5px;
}

.sidebar-menu .active.menu-open > .treeview-menu {
  display: block !important;
}

.treeview .treeview.menu-open.active {
  overflow: visible !important;
  height: auto !important;
}

#notif {
  background: #d22235;
  color: #fff;
  padding: 2px 6px 2px 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: -30px;
  margin-right: 6px;
}

.ace-icon {
  margin-right: 3px;
  text-align: center;
}

.skin-blue .sidebar-menu .treeview-menu > li > a {
  white-space: initial !important;
}

table.table-bordered th {
  vertical-align: inherit !important;
}

.form-group-flex {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}

.sidebar-mini.sidebar-collapse .user-panel .image .img-cutom-size-medium {
  width: 30px !important;
  height: 30px !important;
}

.select-periode-semester {
  width: 25%;
}

.select-periode-jenis {
  width: 35%;
}

.select-proposal-template {
  width: 40%;
}

.select-reviewer-dosen {
  width: 350px;
}

.select-pejabat {
  width: 350px;
}

.select-hasil-periode {
  width: 80%;
}

.select-status-pembimbing {
  width: 50%;
}

.select-status-akhir {
  width: 200px;
}

@media (max-width: 767px) {
  .box-header > .box-tools {
    float: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    margin: 10px 0 0;
  }

  .box-header > .box-tools > * {
    flex: 1 1 calc(50% - 4px);
    margin-left: 0 !important;
  }

  .box-header > .box-tools .btn-group .btn {
    width: 100%;
  }

  .user-tab-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .user-tab-filters > a.btn,
  .user-tab-filters > .btn-group {
    flex: 1 1 calc(50% - 4px);
    margin-right: 0 !important;
  }

  .user-tab-filters > .btn-group .btn {
    width: 100%;
  }

  table.table-hover tr.row1 > th,
  table.table-hover tr.row1 > td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }

  table.table-hover tr.row1 > td {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .table-responsive table.example4,
  .table-responsive table.table-example7,
  .table-responsive table.table-example5 {
    min-width: 700px;
  }

  .mhs-biodata-table tr.row1 > th::after {
    content: " :";
  }

  .mhs-biodata-table .row1-colon {
    display: none;
  }

  .table-container .form-group > label.control-label::after {
    content: " :";
  }

  .colon-label-mobile::after {
    content: " :";
  }

  .periode-select-flex {
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .select-periode-semester,
  .select-periode-jenis {
    width: 100%;
  }

  .select-reviewer-dosen {
    width: 100% !important;
  }

  .select-proposal-template {
    width: 100%;
  }

  .hasil-filter-flex {
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .select-hasil-periode {
    width: 100%;
  }

  .select-status-pembimbing {
    width: 100%;
  }

  .select-status-akhir {
    width: 100%;
  }

  .periode-date-flex {
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .periode-date-flex input[type="text"] {
    width: calc(65% - 5px) !important;
  }

  .periode-date-flex input[type="number"] {
    width: calc(35% - 5px) !important;
    min-width: 60px;
    padding-left: 6px;
    padding-right: 2px;
    text-align: left;
  }

  .periode-date-flex span {
    flex: 1 1 100%;
    text-align: center;
  }

  .export-btn-row {
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .export-btn-row > a.btn {
    width: 100%;
  }

  .select-pejabat {
    width: 100% !important;
  }

  .footer-btn-stack .btn {
    display: block;
    width: 100%;
    margin: 5px 0;
  }

  .mobile-stack-flex {
    flex-wrap: wrap;
    row-gap: 5px;
  }

  .mobile-stack-flex > * {
    flex: 1 1 100%;
    width: 100% !important;
  }

  .mobile-full-width {
    width: 100% !important;
  }
}

.import-file-row {
  display: flex;
  column-gap: 5px;
  align-items: center;
  justify-content: flex-end;
}

.cetak-undangan-col {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}

.cetak-undangan-col > .btn {
  width: 100%;
  margin: 0;
}

.cetak-undangan-row {
  display: flex;
  align-items: center;
  column-gap: 6px;
}

.cetak-undangan-row > .btn {
  flex: 1 1 auto;
}

.cetak-undangan-row > .input-baris {
  width: 45px;
  text-align: center;
}

.undangan-2col {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

@media (max-width: 767px) {
  .undangan-2col {
    flex-direction: column;
  }

  .undangan-2col > div {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .import-file-row {
    flex-wrap: wrap;
    row-gap: 8px;
    justify-content: flex-start;
  }

  .import-file-row > * {
    flex: 1 1 100%;
  }

  .import-file-row .form-control {
    width: 100% !important;
  }
}

.redirectto-row {
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.redirectto-select-wrap {
  width: 50%;
  max-width: 350px;
}

.redirectto-password {
  width: 30%;
}

@media (max-width: 767px) {
  .redirectto-row {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .redirectto-select-wrap,
  .redirectto-password,
  .redirectto-row > button {
    width: 100%;
    max-width: none;
  }
}

.lab-unit-aksi-btn-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
}
