* {
    box-sizing: border-box;
}

form {
    margin: auto;
}

body {
    background-image: url("/static/img/apka-tlo-03.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

a {
    color: rgba(0, 0, 0, 0.72);
    text-decoration: none;
}

a:hover {
    color: rgba(209,3,36,0.8);
}

.btn{
    margin-bottom: 5px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.alert-error {
    background-color: #f8d7da;
}

.alert li {
    list-style-type: none;
}

.container .form-group {
    margin: 10px;
}

.width-600 {
    max-width: 600px;
}

.icon-size {
    background-color: rgba(88, 88, 88, 0.65);
    border: 2px black solid;
    box-shadow: 0 0 2px 0 #000000;
    border-radius: 10px;
    padding: 2px;
    font-size: 20px;
    line-height: 2;
    margin: 2px;
}

.asteriskField {
    color: firebrick;
    font-weight: bold;
}

.select2-container--open {
    z-index: 9999999
}

.text-muted{
    font-size: 12px;
}


.filter div{
    padding: 0px;
}

.box {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    border: 4px solid rgba(0, 0, 0, 0.81);
    border-radius: 10px;
}

.green-bg {
    background-color: #d1e7dd;;
}

.yellow-bg {
    background-color: #fff3cd;
}

.red-bg {
    background-color: #f8d7da;
}

.grey-bg {
    background-color: #e2e3e5;
}

.white-bg {
    background-color: #ffffff;
}


.status1 {
    background-color: #d1e7dd;;
}

.status2 {
    background-color: #cfe2ff;
}

.status3 {
    background-color: #fff3cd;
}

.status4 {
    background-color: #e2e3e5;
}

.status5 {
    background-color: #e2e3e5;
}

.status6 {
    background-color: #e2e3e5;
}

.table-header {
    color: #fff;
    background-color: #003c80;
    padding: 5px;
    font-weight: bold;
}

.remarks {
    padding: 10px;
    border: 2px solid black;
    border-radius: 10px;
}

/* The expanding image container (positioning is needed to position the close button and the text) */
.container-image {
  align-content: center;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  left: 0;
  position: fixed;
  top: 0;
  }

#expandedImg {
  max-width: 90%;
  max-height: 90%;
  }

/* Closable button inside the image */
.closebtn {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 30px;
  cursor: pointer;
}

.image-phone {
    transform: scale(1);
    transition: transform 0.3s;
}

.image-phone:hover{
  cursor: pointer;
  transform: scale(1.05)
}

#jsign_signature_installer {
  border: 1px solid black;
  border-radius: 10px;
}

#jsign_signature_customer {
  border: 1px solid black;
  border-radius: 10px;
}

#jsign_device_position {
  border: 1px solid black;
  border-radius: 10px;
}

#jsign_device_position canvas {
  background-image: url("/static/img/car.png");
  background-size: cover;
}

@media (max-width: 600px) {
    body {
        background-color: #ffffff;
        font-size: 0.9em
    }
    table {
        font-size: 10px;
    }
    .btn {
        display: block;
        margin: 5px;
    }
    .hidden {
        display: none;
    }
    .mobile-icon {
        font-size: 18px;
    }
    .mobile-100 {
        width: 100%;
    }
    .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    }
}