html, body {
    height: 100%;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    font-family: 'argentum-sans-regular'
}

@keyframes dismiss {
	0% {opacity: 0;}
	25% {opacity: 1;}
	50% {opacity: 0;}
	75% {opacity: 1;}
	100% {opacity: 0;}
}

@font-face {
  font-family: 'argentum-sans-black';
  src: local('argentum-sans-black'),
       url('../fonts/argentum-sans-black.ttf') format("truetype");
}

@font-face {
  font-family: 'argentum-sans-regular';
  src: local('argentum-sans-regular'),
       url('../fonts/argentum-sans-regular.ttf') format("truetype");
}

.small, small {
  font-size: .775em!important;
}
/* .btn-outline-warning:active {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
} */

.btn-form {
  width: 100px;
  margin-left:5px;
}

.btn-done {
  background-color: #85bd76;
}

.btn-nav-role {
  width: 100%;
  height: 2rem;
  min-width: 50px;
  line-height: 1rem;
  border-color: #1c191947;
}

.btn-nav-role-active {
  background-color: blue;
  color:white;
}

.col-nav-role {
  border-right-color: #13131445;
  border-right-style: solid;
}
/* for table row */
.odd {
  background-color: #9ac5e924!important;
}

.even {

}

.bg-primary {
  background-color: #0d6efde6!important;
}

.bg-success {
  background-color: #198754f5!important;
}

.bg-warning {
  background-color: #ffc107b3!important;
}





/* animasi warning */
.info-warning {
  animation: dismiss 2.5s infinite;
	animation-delay: 0.5s;
  /* transform-origin: right top; */
}

h5 span {
  font-size: 0.775rem;
  color: blue;
}

p span {
  color: grey;
}

.form-order-proofing label {
  color: #9FA6B2;
}
.preview-thumbnail {
  margin: 0px 0px 0px 0px;
}
.note-textarea {
  width: 100%;
}

.item-center-position {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pattern-img {
  height: 192px;
  width: 192px;
}

.full-width {
  width: 100vw;
}
.container-action-button {
  /* border: 1px solid grey; */
  margin-bottom: 0.75rem;
  width: 100%;
  height: 30px;
}

.order-action-button {
  /* margin-bottom: 0.25rem; */
  line-height: 1.0;
  font-size: .775em!important;
  width: 45%;
  /* height: 100%; */
}

.table-list-order {
  font-size: 0.775rem;
}

.table-list-order .btn {
  line-height: 0.85;
}

.dt-row {
  overflow: scroll;
}

/* CSS for preview order */
.card-preview{
    margin: auto;
    width: 60%;
    max-width:600px;
    padding: 4vh 0;
    /* box-shadow: 0 6px 20px 0 #ebe319; */
    border-top: 1px solid #595a5d;
    border-bottom: 1px solid #595a5d;
    border-left: 1px solid #595a5d;
    border-right: 1px solid #595a5d;
}

.modal-body .card-preview{
    margin: auto;
    width: 100%;
    max-width:600px;
    padding: 4vh 0;
    /* box-shadow: 0 6px 20px 0 #ebe319; */
    border-top: 1px solid #595a5d;
    border-bottom: 1px solid #595a5d;
    border-left: 1px solid #595a5d;
    border-right: 1px solid #595a5d;
}
@media(max-width:768px){
    .card-preview{
        width: 90%;
        font-size: 0.775rem;
    }

    .pattern-img {
      height: 128px;
      width: 128px;
    }

}
.title{
    color: #686868;
    font-weight: 600;
    margin-bottom: 2vh;
    padding: 0 8%;
    font-size: 28px;
}
#details{
    font-weight: 400;
}

.info{
    padding: 1% 8%;
    line-height: 1rem;
}

.info-note{
    padding: 1% 8%;
}

.info .col-5{
    padding: 0;
}
#heading{
    color: grey;
    line-height: 6vh;
}
.pricing{
    background-color: #ddd3;
    padding: 2vh 8%;
    font-weight: 400;
    line-height: 2.5;
}
.pricing .col-3{
    padding: 0;
}
.total{
    padding: 2vh 8%;
    color: #686868;
    font-weight: bold;
}
.total .col-3{
    padding: 0;
}
/* End of preview order */

.text-menu-home {
  /* margin-top: 45%; */
  line-height: 110px;
  text-align: center;
}

.icon-big {
  background-color: #ebe319;
  color: #686868;
  padding: 10px 0px 5px 0px;
}

.btn-phalani {
  background-color: #ebe319;
  color: #595a5d;
}

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

.img-width-category {
  max-height: 600px;
}

.note-font {
  font-weight: bold;
}
.room-desc p {
  margin: 0px 0px 0px 0px;
  font-size: 0.8rem;
}

.room-desc h2 {
  margin: 0px 0px 0px 0px;
}

.group-container {
  overflow: auto;
  white-space:nowrap;
  width: 100vw;
}

.group-container a {
  color: #123456;
}
.group-item {
  padding: 10px;
  /* border: 1px solid red; */
  display: inline-block;
  vertical-align:top;
  margin-right:20px;
  white-space:normal;
}

.fs-container {
  font-size: 16px;
}
/* css for floating button */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:70px;
	right:20px;
	background-color:#5a82e1; /*0C9;*/
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.my-float{
	margin-top:22px;
}
/* end of floating button */

.bg-phalani-dark {
  background-color: #686868;
}

.bg-phalani-cc {
  background-color: #cccccc;
}

.color-phalani-dark {
  color: #686868;
}
.color-phalani-cc {
  color: #cccccc;
}
/* navbar bottom css */
.nav-bottom{
  display: flex;
  justify-content: space-between;
  background-color: #686868;
  padding: 6px;
  position: fixed;
  bottom: 0;
  width: 100vw;
  /* max-width: 480px; */
}

.nav-bottom .nav-item.active, .nav-bottom .nav-item:active {
    color: #686868;
    background-color: #cccccc;
    border-color: #cccccc;
}

.nav-item{
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
  padding: 12px 16px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0);
}

.nav-item span{
  width: 100%;
  overflow: hidden;
  padding-left: 8px;
}

.nav-item:focus{
  text-decoration: none;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  transition: .2s;
}

.nav-item:focus span{
  width: 100%;
  margin-left: 8px;
  transition: .2s;
}
/* end off navbar bottom css */

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mr-2 {
  margin-right: 2px;
}

.container {
  max-width: 90%;
}

.container-login {
  width: 90%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.my-btn {
  width: 90px;
}

.my-btn2 {
  width: 45px;
}

.my-btn3 {
  width: 75px;
}

a {
  text-decoration: none !important;
}

.text-break, .input-group-text {
  font-size: 13px !important;
}

/* PAGINATION */

.page-item.active .page-link {
  columns: #fff;
  background-color: #6c757d;
  border: 1px solid #6c757d;
}

.pagination > li > a {
  background-color: #fff;
  color: #6c757d;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > span > a:focus,
.pagination > span > a:hover {
  color: #111;
  background-color: #d3d3d3;
  border: 1px solid #6c757d;
  box-shadow: none;
}

.f-size2 {
  font-size: 20px;
}

/* put the navbar content centered */
.to-center {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

.btn-side {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
}

/* Keep the footer always down */
.wrapper {
    min-height: 100%;
    margin-bottom: -50px;
}
#footer, .push {
    height: 50px;
}

@media (max-width: 700px) {
  .d-icon {
    display: none!important;
  }
  .justify-content-between {
    justify-content: left!important;
  }

  .justify-content-center {
    justify-content: center!important;
  }

}

/* Responsive 1199px */
@media(max-width: 766px){
  .print-color-table td {
    padding-left: 0%!important;
    border: 1px solid black!important;
  }

  .container {
    max-width: 100%;
  }

  .container-login {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .wd-100 {
    width: 100%;
    padding: 1px;
  }

  /* .table:not(#tableListOrder,#tablePreviewInvoice,#tableProofingConfirmation,#tableListInvoice) thead {
    display: none;
  }

  .table:not(#tableListOrder,#tablePreviewInvoice,#tableProofingConfirmation,#tableListInvoice), .table:not(#tableListOrder,#tablePreviewInvoice,#tableProofingConfirmation,#tableListInvoice) tbody, .table:not(#tableListOrder,#tablePreviewInvoice,#tableProofingConfirmation,#tableListInvoice) tr, .table:not(#tableListOrder,#tablePreviewInvoice,#tableProofingConfirmation,#tableListInvoice) td {
    display: block;
    width: 100%
  }
  .table:not(#tableListOrder,#tablePreviewInvoice,#tableProofingConfirmation,#tableListInvoice) tr {
    margin-bottom: 15px;
    border: 1px solid #111;
    border-radius: 3px;
  }
  .table:not(#tableListOrder,#tablePreviewInvoice,#tableProofingConfirmation,#tableListInvoice) td {
    text-align: right;
    padding-left: 35%;
    position: relative;
    border: 1px solid transparent;
  }
  .table:not(#tableListOrder,#tablePreviewInvoice,#tableProofingConfirmation,#tableListInvoice) td::before {
    content: attr(label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
  }
  .table:not(#tableListOrder,#tablePreviewInvoice,#tableProofingConfirmation,#tableListInvoice) > thead > tr:first-child {
    display: none;
    margin-top: 5px;
  } */
  /* First cell - change bg */
  #top-border {
    background-color: #111;
    color: #fff;
  }
  /* Responsive Border */
  .sm-border {
    border: 1px solid #a9a9a9;
  }

  /* Footer */
  #footer {
    font-size: 13px;
  }

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

  .col-filter-mobile {
    display: none;
  }

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

  .col-2-mobile, .col-3-mobile {
    width: 50% !important;
  }

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

  .col-80-mobile {
    width: 80% !important;
  }

  .col-70-mobile {
    width: 70% !important;
  }

  .col-60-mobile {
    width: 60% !important;
  }

  .col-50-mobile {
    width: 50% !important;
  }

  .col-40-mobile {
    width: 40% !important;
  }

  .col-30-mobile {
    width: 30% !important;
  }

  .col-20-mobile {
    width: 20% !important;
  }

  .col-10-mobile {
    width: 10% !important;
  }

  .col-onethird-mobile {
    width: 33% !important;
  }

}
/* End of Responsive 1199px */
