.swal2-popup {
   font-size: 8px !important;
}


body {
      font-family: 'Times New Roman', serif;
      background-color: #fff;
      /* margin: 40px; */
    }
    h4, h5 {
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 0;
    }
    .order-list {
      margin-left: 30px;
    }
    .section-title {
      font-weight: bold;
      text-transform: uppercase;
      margin-top: 20px;
    }

.btn-setting{
  top: 90%! important;
}

.table td{
  overflow: hidden!important;
  text-overflow: ellipsis!important;
  max-width: 220px!important;
}

table .table{
  width: 100%!important;
  table-layout: fixed!important;
}

#tbl_list_adopted_resolution td{
  white-space: normal!important; 
}

#tbl_list_enacted_ordinance td{
  white-space: normal!important; 
}

.input_none{
	border: none!important;
    outline: none!important;
    border-bottom: 1px solid black!important;
    border-radius: 0px!important;
}

.flip-container {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-o-perspective: 1000;
	perspective: 1000;

	border: 1px solid #ccc;
}

.flip_main_div {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.trash{
	position: relative!important;
	top: -999px!important
}

.flip-container, .front, .back {
	width: 100%;
	height: 100%;
}

.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;

	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;

	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);

	background: #f8f8f8;
}




.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}

.chosen-container .dark .chosen-drop{
  border-color: #333;
  background: #212121;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container-single .dark .chosen-single {
  border-color: #333;
  background: #212121;
  background-image: linear-gradient(#353535 1%, #212121 15%);
  box-shadow: 0 0 2px #5d5d5d  inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #e3e3e3;
}

.chosen-container-single .dark .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-search input[type="text"] {
  border-color: #333;
  color: black;
}


.btn-outline {
  color: #4fbfa8;
  background-color: #ffffff;
  border-color: #4fbfa8;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.btn-outline {
  color: #4fbfa8;
  background-color: #ffffff;
  border-color: #4fbfa8;
  font-weight: bold;
  border-radius: 0;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus,
.btn-outline.active {
  background: #4fbfa8;
  color: #ffffff;
  border-color: #4fbfa8;
  
}


.btn-colour-1 {
  color: #fff;
  background-color: #004E64;
  border-color: #004E64;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 0;
}

.btn-colour-1:hover,
.btn-colour-1:active,
.btn-colour-1:focus,
.btn-colour-1.active {
  /* let's darken #004E64 a bit for hover effect */
  background: #003D4F;
  color: #ffffff;
  border-color: #003D4F;
}

/* for demo purpose only */

body {
  padding: 20px 0;
  font-family: Roboto, sans-serif;
}

h1 {
  font-weight: 300;
  margin-bottom: 40px;
}

 @media print {
   .textStyle{font-weight: 500 !important;line-height: normal; font-size: 15px !important;padding-top: 11px!important; padding-bottom: 11px!important}

    .textGenerated{line-height: normal; font-size: 15px !important;text-transform: uppercase!important}

    .textGenerated_lower{line-height: normal; font-size: 15px !important;}

    table {
      border-collapse: collapse!important;
      width: 100%!important;
      padding: 2px!important;
    }

    .table>:not(caption)>*>* {
        padding: 0.5rem 1.4rem!important;
    }

    td th {padding: 0px!important; margin: 0!important}

    .col-md-40 {
        flex: 0 0 auto;
        width: 40%;
    }

    .col-md-60 {
        flex: 0 0 auto;
        width: 60%;
    }

    .show_doc{
        color: #0096FF;
        text-decoration: underline;
        cursor: pointer;
    }
}


.dt-filter-select {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
}

.dt-filter-select button {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
    pointer-events: none; /* disable button clicks */
}
