

/*
 * Style twaks
 * --------------------------------------------------
 */
body {
  padding-top: 70px;
  color: #1a2e5a;
}
footer {
  padding-left: 15px;
  padding-right: 15px;
}


tr.purple th, tr.purple td {
  background-color: #B2A1C7 !important;
}

tr.green th, tr.green td {
  background-color: #C2D69B !important;
}

tr.grey th, tr.grey td {
  background-color: #D8D8D8 !important;
}

tr.blue th, tr.blue td {
  background-color: #B8CCE4 !important;
}

tr.orange th, tr.orange td {
  background-color: #F79646 !important;
}

tr.spa {
  cursor: pointer;
}

table.table-checkboxes label {
  font-weight: normal;
  margin-right: 15px;
}

table.table-checkboxes label input[type="checkbox"] {
  vertical-align: top;
}

.datepicker {
  z-index: 99999 !important;
}


/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 768px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}


/* Login */

body.login {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.range-row-btn {
  top: -4px;
  right: 15px;
}

.required {
    color: #ff0000;
}

.image-upload-label {
    padding-top: 0px !important;
}

#log-images img {
    height: 100px;
}

#log-images img:hover {
    box-shadow: 0 0 5px 3px rgba(0, 140, 186, 0.5);
}

#log-images {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 10px;
}

.download-button {
    margin-top: 5px;
}