html {
  height: 100%;
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

/* PLUGIN */
a,
.btn {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: none !important;
}

.btn.focus,
.btn:focus,
button:focus {
  outline: none !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.clr {
  width: 100%;
  display: block;
  clear: both;
}

.bg-default {
  background: #17a2b8 !important;
}

.bg-login {
  background: url(../img/bg-login2.jpeg) no-repeat !important;
  background-size: cover !important;
}

.bg-white {
  background: #fff !important;
}

.dis-inline-block {
  display: inline-block;
}

.dis-block {
  display: block;
}

.dis-none {
  display: none;
}

.text-red {
  color: #CB2704;
}

.text-green {
  color: #3B8B4B;
}

.text-orange {
  color: #F77106;
}

.badge.success {
  background: #3B8B4B;
  color: #fff;
}

.badge.danger {
  background: #CB2704;
  color: #fff;
}

.bl-0 {
  border-left: 0 !important;
}

.bt-0 {
  border-top: 0 !important;
}

.border-radius-0 {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.border-radius-500 {
  border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
}

.select-codenesia {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

@media only screen and (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
}

/* DATATABLES */
#dataTable_length label,
#dataTable_filter label,
#dataTable_info {
  font-size: 15px;
}

/* DATEPICKER */
.datetimepicker {
  padding: 10px !important;
}

.datetimepicker table th {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #7A838B;
  padding: 5px;
}

.datetimepicker table th.today {
  background-color: #ff0000 !important;
  color: #fff !important;
}

.datetimepicker table td {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #7A838B;
  padding: 5px;
}

.datetimepicker table td.today {
  background-color: #ff0000 !important;
  color: #fff !important;
  background-image: -moz-linear-gradient(top, #ff0000, #ff0000) !important;
  background-image: -ms-linear-gradient(top, #ff0000, #ff0000) !important;
  background-image: -webkit-linear-gradient(top, #ff0000, #ff0000) !important;
  background-image: -o-linear-gradient(top, #ff0000, #ff0000) !important;
  background-image: linear-gradient(to bottom, #ff0000, #ff0000) !important;
}

.datetimepicker table td.active,
.datetimepicker table td span.year.active,
.datetimepicker table td span.month.active,
.datetimepicker table td span.hour.active,
.datetimepicker table td span.minute.active {
  background-color: #1EC6B6 !important;
  background-image: -moz-linear-gradient(top, #ff0000, #ff0000) !important;
  background-image: -ms-linear-gradient(top, #ff0000, #ff0000) !important;
  background-image: -webkit-linear-gradient(top, #ff0000, #ff0000) !important;
  background-image: -o-linear-gradient(top, #ff0000, #ff0000) !important;
  background-image: linear-gradient(to bottom, #ff0000, #ff0000) !important;
}

/* MARGIN & PADDING */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.pl-pr-0 {
  padding-left: 0;
  padding-right: 0;
}

/* BUTTON */
.btn-default1 {
  background: #17a2b8;
  border: 1px solid #17a2b8;
  color: #fff;
}

.btn-default1:hover,
.btn-default1:focus {
  opacity: 0.7;
  color: #fff !important;
}

.btn-default2 {
  background: transparent;
  border: 1px solid #17a2b8;
  color: #17a2b8;
}

.btn-default2:hover,
.btn-default2:focus {
  background: #17a2b8;
  border: 1px solid #17a2b8;
  color: #fff !important;
}

.btn-light {
  height: 35px;
  background: transparent;
  border: 1px solid #e8ebf1;
  color: #495057 !important;
}

.btn-light:hover,
.btn-light:focus {
  background: transparent;
  border: 1px solid #e8ebf1;
  color: #495057 !important;
}

.btn-action {
  height: 25px;
  width: 25px;
  font-size: 10px;
  padding: 6px 0 0;
}

button.btn-action {
  padding: 1px 0 0;
}

.btn-action i {
  font-size: 12px;
}

/* LOGIN */
.codenesa-login-wrapper {
  margin-left: 12%;
  margin-right: 12%;
}

.codenesa-login-wrapper .form-logo {
  border-bottom: 2px solid #17a2b8;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.codenesa-login-wrapper .form-logo .logo-login {
  width: 215px;
}

.codenesa-login-wrapper .form-title h1 {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 20px;
  text-align: center;
}

.codenesa-login-wrapper .form-group a.link {
  display: block;
  text-align: center;
  color: #ff0000;
}

/* SIDEBAR & TOPBAR */
.logo-sidebar {
  width: 89px;
}

.navbar-codenesia .navbar-content .navbar-nav .nav-item:last-child a.nav-link {
  color: #fff;
}

.sidebar .sidebar-body .nav.sub-sub-menu {
  padding: 0 0 15px 33px;
}

.sidebar .sidebar-body .nav.sub-sub-menu .nav-item:hover > .nav-link-2 {
  margin-left: 3px;
}

.sidebar .sidebar-body .nav.sub-sub-menu .nav-item .nav-link-2::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #a9b4ca;
  position: absolute;
  left: -29px;
  top: 12px;
  -webkit-transition: all .7s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

/* PAGINATION */
.page-item.active .page-link {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.page-item .page-link {
  color: #17a2b8;
}

/* MAIN TITLE */
.main-title {
  width: 100%;
  margin: 0 0 30px;
}

.main-title p.announcement {
  background: #ff3366;
  color: #fff;
  padding: 5px;
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

/* MAIN BUTTON */
.main-button {
  width: 100%;
  margin: 0 0 20px;
}

.main-button label {
  display: block;
}

.main-button .form-select {
  width: 100% !important;
  left: 0;
}

/* TABLE */
.table-default {
  width: 100% !important;
}

.table-default th {
  background: #eee;
  font-size: 14px !important;
  text-transform: capitalize !important;
  text-align: center;
}

.table-default td {
  font-size: 14px !important;
  text-align: center;
}

.table-default td:last-child {
  white-space: nowrap;
}

.table-default td .custom-control {
  padding-left: 50%;
}

.table-default td form {
  display: inline-block;
}

.table-default td img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.table-form tr td {
  vertical-align: middle;
}

.table-form tr td:first-child {
  padding-right: 30px;
  padding-bottom: 10px;
}

.table-form tr td:last-child {
  min-width: 300px;
  padding-bottom: 10px;
}

.table-form tr:last-child td {
  padding-bottom: 0;
}

/*
.table-monitoring tr:nth-child(even) td {
}

.table-monitoring thead th {
  background: #404041;
}

.table-monitoring tbody th {
  background: #cccccc;
}
*/

.table-monitoring thead.header th {
  padding-top: 5px;
  padding-bottom: 5px;
}

.table-monitoring thead.header tr:first-child th {
  padding-top: 14px;
}

.table-monitoring thead.header tr:last-child th {
  padding-bottom: 14px;
}

.table-monitoring td,
.table-monitoring th,
.table-default.table-monitoring td:last-child {
  width: 5%;
  white-space: normal;
}

.table-monitoring th span {
  display: block;
  line-height: 1.5;
}

.table-monitoring td.title {
  text-align: left;
  border: 0px;
  padding-left: 0;
  padding-right: 0;
}

.table-monitoring td.title b {
  font-size: 1rem;
  font-weight: 600;
}

.table-monitoring td.empty {
  border: 0px;
}

.table-log td,
.table-log td:last-child {
  white-space: normal !important;
}

/* FORM GROUP */
.form-group h5 {
  text-transform: normal;
  margin: 0 0 5px;
}

.form-group ul {
  padding-left: 15px;
  list-style: none;
}

.icon-right {
    float: right;
    font-size: 1.75rem;
    position: relative;
    top: 0.5125rem;
}
.preview-image img {
    width: 100%;
    height: 14.25rem;
}
