div {
  /*    border: 1px solid blue; */
      text-align: center;
    }
    
  
    body {
      font: 400 15px/1.8 Lato, sans-serif;
      color: #777; margin: 10px 0 10px 0;
    }
  
    .xcontainer {
      width: 100%;
      margin-top : 0px;
      padding-top: 55px;
      position: absolute; top: 0;
      left: 0;
/*      width: fit-content;*/
    }

    h3 {
    /*    background: #2d2d30c0; */
        text-align: center;
        font: 100 18px/2.8 Lato, sans-serif;
        margin: auto;
        color: rgb(0, 0, 0) !important;
    }  

    h5 {
      /*    background: #2d2d30c0; */
          text-align: center;
          font: 100 14px/2.8 Lato, sans-serif;
          margin: auto;
          color: rgb(0, 0, 0) !important;
      }  
      
  
    .carousel-control.right {
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.2) 100%);
    }
  
    .carousel-control.left {
      background-image: linear-gradient(to right,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%);
    }
    .carousel-inner img {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); /* make all photos black and white */ 
      width: 100%; /* Set width to 100% */
      margin: auto;
    }
    .carousel-caption h3 {
      /*    background: #2d2d30c0; */
          margin-bottom: -50px;
          text-align:center;
          width:auto;
          height:20%;
          color: #f52727 !important;
          background-color: rgba(0, 0, 0, 0.5);
        }
        .carousel-caption p {
      /*    background: #2d2d30c0; */
          margin-bottom: -35px;
          text-align: center;
          width:auto;
          height:20%;
          color: #f52727 !important;
          background-color: rgba(0, 0, 0, 0.5);
        }
    @media (max-width: 800px) {
      .carousel-caption {
        bottom: 0
  /*      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
      }
      .img-circle {
        max-width: 240px;
      }
    }
    
    .btn3{
      border: none;
      background-color: rgb(42, 145, 51) !important;
      color: #f1f1f1;
      margin-bottom: 10px;
      margin-top: 10px;
      width: 100%;
      height: 10%;
    }

    .bg-1 {
      background: #2d2d30;
      color: #bdbdbd;
    }
    .bg-1 h3 {color: #fff;}
    .bg-1 p {font-style: italic;}
    .list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0;
    }
    .list-group-item:last-child {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }
    .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
    }
    .thumbnail p {
      margin-top: 15px;
      color: #555;
    }
    .btn2 {
      padding: 10px 20px;
      background-color: #333;
      color: #f1f1f1;
      border-radius: 0;
      transition: .2s;
    }
    .btn2:hover, .btn2:focus {
      border: 1px solid #333;
      background-color: #fff;
      color: #000;
    }
    .modal-header, h4, .close {
      background-color: #333;
      color: #fff !important;
      text-align: center;
      font-size: 30px;
    }
    .modal-header, .modal-body {
      padding: 40px 50px;
    }
  
    
    #googleMap {
      width: 100%;
      height: 400px;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
    }  

    /* Template 3 style */
    .template-bg-3 {
      padding: 650px;
      background-image: url('../images/InsideSantaMonika.jpg');
      background-repeat: no-repeat;
      background-position: right;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: auto;
    }

    body {
/*      background-image: url('../images/office123.png'); /* Use a high-resolution image */
      font-family: Arial, sans-serif;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      background-color: #f4f4f9;
  }
  
  form {
      width: 300px;
      padding: 20px;
      border-radius: 8px;
/*      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      background-color: #fff; */
      background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent white */
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  }

  input[type="text"], input[type="password"] {
      width: 100%;
      padding: 10px;
      margin-bottom: 15px;
      border: 1px solid #ddd;
      border-radius: 4px;
      box-sizing: border-box;
  }

  .loginbutton {
      width: 100%;
      padding: 10px;
      border: none;
      border-radius: 4px;
      background-color: #007bff;
      color: white;
      cursor: pointer;
  }

    .tablinks{
      border: none;
      background-color: rgba(255, 255, 255, 0) !important;
      font-family: Montserrat, sans-serif;
      color: #000000;
      margin-bottom: 10px;
      margin-top: 13px;
      margin-left: 10px;
      margin-right: 10px;
      font-size: 14px;
      letter-spacing: 4px;
      opacity: 0.9;
    }
    .tablinks:hover {
      color: rgb(40, 124, 180) !important;
    }

    .content{
      margin-right: 10px;
      margin-left: 20px;
      font-family: Montserrat, sans-serif;
      color: #000000;
      vertical-align: top;
    }

    .navbar {
      font-family: Montserrat, sans-serif;
      margin-bottom: 0;
      background-color: rgb(231, 196, 40);
      border: 0;
      font-size: 12px !important;
      letter-spacing: 4px;
      opacity: 0.9;
    }

    .navbar li a, .navbar .navbar-brand { 
      text-align: left;
      color: #000000 !important;
    }
    .navbar-nav li a:hover {
      color: rgb(85, 18, 18) !important;
    }
    .navbar-nav li.active a {
      color: rgb(85, 18, 18) !important;
      background-color: rgb(11, 4, 36) !important;
    }
    .navbar-default .navbar-toggle {
      border-color: transparent;
    }
  
    .tabbable .nav-tabs {
      overflow-x: auto;
      overflow-y:hidden;
      flex-wrap: nowrap;
   }
   .tabbable .nav-tabs .nav-link {
     white-space: nowrap;
   }
  
    .nav-tabs li a {
      color: black;
    }
  
    .nav-tabs {
      font-family: Montserrat, sans-serif;
      margin-bottom: 0;
      font-size: 12px !important;
      letter-spacing: 0px;
      opacity: 0.9;
      border-color: rgb(156, 156, 156);
    }
  
    .nav-tabs li a, .nav-tabs .nav-tabs-brand { 
      text-align: left;
      color: gray !important;
      }
  
    .nav-tabs li a:hover {
      color: rgb(194, 170, 62) !important;
      background-color: lightgray !important;
    }
  
    .nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus{
      color: #437dc4 !important;
      font-weight: bold;
      border-color: rgb(156, 156, 156);
      border-bottom-color: transparent;
      background-color: white !important;
    }
  
    .open .dropdown-toggle {
      color: #fff;
      background-color: #555 !important;
    }
    .dropdown-menu li a {
      color: #000 !important;
    }
    .dropdown-menu li a:hover {
      background-color: red !important;
    }
    footer {
      background-color: #2d2d30;
      color: #f5f5f5;
      padding: 32px;
    }
    footer a {
      color: #f5f5f5;
    }
    footer a:hover {
      color: #777;
      text-decoration: none;
    }  
    .form-control {
      border-radius: 0;
    }

  
    #matrix {
      position:relative;
      border: 1px solid lightgray;
      margin: 0 auto;
      padding: 1px;
    }
  
    #matrix tr, td {
      padding: 1px;
    }
  
    #matrix button {
      height: 30px;
      width: 30px;
      border: none;
      font-family: helvetica;
      font-weight: bold;
      font: 200 15px/1.8 Lato, sans-serif;
      font-size:xx-small;    /*x-small*/
      color: rgb(255, 253, 253);
    }
  
  
    #Bmatrix {
      position: relative;
      border: 1px solid rgb(127, 127, 127);
      margin: 0 auto;
      padding: 2px;
    }
    
    #Bmatrix tr, td {
      padding: 2px;
    }
  
    #Bmatrix button {
      height: 50px;
      width: 80px;
      border: none;
      font-family: helvetica;
      font-weight: bold;
      font: 400 15px/1.8 Lato, sans-serif;
      font-size:small;    /*x-small*/
      color: rgb(255, 255, 255);  
    }
  


    #block {
      background-image: linear-gradient(45deg, rgb(33, 150, 243),  rgb(33, 150, 243, 0.7));
    }
    
    #block:hover {
      border: 1px solid rgb(2, 28, 77);
      color: black;
      background-color: rgb(2, 47, 105);
    }
  
    
    #bav {
       background-image: linear-gradient(45deg, rgb(15, 138, 15),  rgb(15, 138, 15, 0.7))
    }
    
    #bav:hover {
      border: 1px solid yellow;
      font-weight: bold;
      color: yellow;
      background-color: rgb(5, 73, 5);
    }
  
    #bord {
      background-image: linear-gradient(45deg, #ff9800, rgb(255, 153, 51, 0.7));
    }
  
    #bord:hover {
      border: 1px solid #2196F3;
      font-weight: bold;
      color: #2196F3;
      background-color: rgba(243, 170, 12, 0.5);
    }
  
    #bsell {
      background-image: linear-gradient(45deg, rgb(167, 32, 32), #f44336);
    }
    
    #bsell:hover {
      border: 1px solid cyan;
      font-weight: bold;
      color: cyan;
      background-image: linear-gradient(45deg, rgba(167, 32, 32,0.9), rgb(167, 32, 32));
    }

    #bdis {
      background-image: linear-gradient(45deg, rgb(127, 127, 127), rgb(127, 127, 127, 0.7));
    }

    #bdis:hover {
      border: 1px solid rgb(20, 66, 163);
      font-weight: bold;
      color: rgb(20, 66, 163);
      background-color: rgba(127, 127, 127, 0.5);
    }

    .label {
      color: white;
      padding: 6px;
      -webkit-border-radius: 0; 
      border-radius: 0;
      font-size:xx-small;    /*x-small*/
    }
    

    .redlabel {
      color: red;
      padding: 6px;
      -webkit-border-radius: 0; 
      border-radius: 0;
      font-size:xx-small;    /*x-small*/
    }

    .success {background-color: rgb(15, 138, 15);} /* Green */
    .info {background-color: #2196F3;} /* Blue */
    .warning {background-color: #ff9900;} /* Orange */
    .danger {background-color: #f44336;} /* Red */
    .other {background-color: rgb(127, 127, 127); }
    .netral {background-color: #ffffff; color: black;} /* Gray *//*  .other {background-color: #e7e7e7; color: black;} /* Gray */
  
  
  /* Button used to open the chat form - fixed at the bottom of the page */
  .open-button {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
  }
  

  #outer
  {
      width:100%;
      text-align: center;
  }
  .inner
  {
/*      border: 2px solid rgb(119, 119, 119);  */
      display: inline-block;
      width: 30%;
  }


  .name{
    font-weight: bold;
    text-align: left;
    float: left;
    }

  /* The popup chat - hidden by default */
  .chat-popup2 {
    display: none;
    top:40%;
    right: 15px;
    border: 2px solid rgb(119, 119, 119);
    z-index: 9;
    position:fixed;
    width:400px;
    left: 50%;
    margin-left: -150px; 
    background-color: white;
  }


  
  /* The popup chat - hidden by default */
  .chat-popup {
    display: none;
    top:20%;
    float: left;
    text-align: left;
    right: 15px;
    border: 2px solid rgb(119, 119, 119);
    z-index: 9;
    position:fixed;
    width:535px;
    left: 50%;
    align-items: left;
    margin-left: -268px;
    background-color: white;
  }

/* Add styles to the form container */
.form-container {
  width: 530px;
  top:-20px;
  float: left;
  text-align: left;
  padding: -10px;
  background-color: white;
  align-items: left;
  flex-wrap: wrap;
}
/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 5px;
  margin: 5px 0 5px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
}  

  
.form-container label {
  display: inline-block;
  width: 100px;
  text-align: right;
  float: left;
  margin-top: 2px;
}

.form-container input {
  margin-top: 2px;
}

.form-container select {
  display: inline-block;
  width: 90px;
  text-align: left;
  float: left;
  margin-top: 2px;
}


.form-container2 {
  max-width: 420px;
  padding: 10px;
  background-color: white;
}

  /* When the textarea gets focus, do something */
  .form-container textarea:focus {
    background-color: white; /*#ddd;*/
    outline: none;
  }

  /* Set a style for the submit/send button */
  .form-container .btn2 {
    background-color: rgb(23, 119, 31) !important;
    color: white;
    padding: 6px 10px;
    border: none;
    cursor: pointer;
    width: 25%;
    height: 10%;
    margin-bottom:5px;
    opacity: 0.8;
    display: inline-block;
  }
  
  /* Set a style for the submit/send button */
  /*.form-container .btn2:disabled,
  .button[disabled]{
    background-color: lightgray;
    color: gray;
    cursor: none;
  }
  */
  /* Set a style for the submit/send button */
  .form-container .batal {
    background-color: darkred;
    color: white;
    padding: 6px 10px;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 10%;
    margin-bottom:5px;
    opacity: 0.8;
  }
  
  .form-container2 .batal {
    background-color: darkred;
    color: white;
    padding: 6px 10px;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 10%;
    margin-bottom:5px;
    opacity: 0.8;
  }
  
  /* Add some hover effects to buttons */
  .form-container .btn2:hover, .open-button:hover {
    opacity: 1;
  }
  
  textarea {
    resize: none;
  }

  #divleft {
    float:left;
    width: 10%;
    height: auto;
    border: 1px solid rgb(255, 0, 0);
  }
  
  #divright {
    float:left;
    width: 90%;
    height: auto;
    border: 1px solid blue;
  } 
  
  
  #booktbl {
    position:relative;
    border: 1px solid lightgray;
    margin: 0;
    padding: 0px;
    font-size: 12px !important;
    letter-spacing: 2px;
  }

  #booktbl tr:nth-child(1) {
    background-color: rgb(239, 246, 214);
    }
  
  #booktbl tr:nth-child(2) {
  background-color: white;
  }

  #booktbl tr:nth-child(3) {
    background-color: #f3f8c7;
    }

  #booktbl th {
      background-color: lightgray;
  }
  

  .tab { margin-left: 5px; }
 /* Style buttons */
 .iconbtn {
  background-color: rgba(255, 255, 255,0); /* Blue background */
  border: none; /* Remove borders */
  color: red; /* White text */
  padding: 0px 2px; /* Some padding */
  font-size: 22px; /* Set a font size */
  cursor: pointer; /* Mouse pointer on hover */
}

/* Darker background on mouse-over */
.iconbtn:hover {
  background-color: gray;
} 

 /* Style buttons */
 .iconbtnfl {
  background-color: rgba(255, 255, 255, 0); /* Blue background */
  border: none; /* Remove borders */
  color: rgb(3, 70, 146); /* White text */
  padding: 0px 2px; /* Some padding */
  font-size: 16px; /* Set a font size */
  cursor: pointer; /* Mouse pointer on hover */
  margin-top:-20;
}

/* Darker background on mouse-over */
.iconbtnfl:hover {
  background-color: rgb(162, 162, 162, 0.716);
} 

 /* Style buttons */
 .iconbtnred {
  background-color: rgba(255, 255, 255, 0); /* Blue background */
  border: none; /* Remove borders */
  color: red; /* White text */
  padding: 0px 2px; /* Some padding */
  font-size: 12px; /* Set a font size */
  cursor: pointer; /* Mouse pointer on hover */
}

/* Darker background on mouse-over */
.iconbtnred:hover {
  background-color: rgb(162, 162, 162, 0.716);
} 


 /* Style buttons */
 .iconbtngray {
  background-color: rgba(255, 255, 255, 0); /* Blue background */
  border: none; /* Remove borders */
  color: gray; /* White text */
  padding: 0px 2px; /* Some padding */
  font-size: 12px; /* Set a font size */
  cursor: pointer; /* Mouse pointer on hover */
}

/* Darker background on mouse-over */
.iconbtngray:hover {
  background-color: rgb(162, 162, 162, 0.716);
} 


/* Darker background on mouse-over */
.day:hover {
  cursor: pointer; /* Mouse pointer on hover */
  background-color: rgb(162, 162, 162, 0.716);
} 

.xtooltip {
  position: relative;
  color: #020202;
  display: inline-block;
/*  border-bottom: 1px dotted black; */
}

.xtooltip .xtooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -70px;
  opacity: 0;
  transition: opacity 0.3s;
}

.xtooltip .xtooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: 5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.xtooltip:hover .xtooltiptext {
  visibility: visible;
  opacity: 1;
}


.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}























