/*
dataTables-custom.css


replaces old: ;
<link href="https://cdn.datatables.net/fixedcolumns/3.2.0/css/fixedColumns.dataTables.min.css" rel="stylesheet" />
<?require("pageTableCss.php");?>
<?require("pageFilterCss.php");?>


*/

/*https://datatables.net/extensions/fixedcolumns/*/
table.DTFC_Cloned thead,table.DTFC_Cloned tfoot{background-color:white}div.DTFC_Blocker{background-color:white}div.DTFC_LeftWrapper table.dataTable,div.DTFC_RightWrapper table.dataTable{margin-bottom:0;z-index:2}div.DTFC_LeftWrapper table.dataTable.no-footer,div.DTFC_RightWrapper table.dataTable.no-footer{border-bottom:none}


/*For tables*/

	/*6DAE6C (green) replaces 006cfa (blue)*/
	.irs--round {
	  height: 50px;
	}
	.irs--round.irs-with-grid {
	  height: 65px;
	}
	.irs--round .irs-line {  /*max width slider bar in bg*/
	  top: 35px;
	  height: 7px;
	  background-color: #E5E5E5; /* dee4ec*/
	  border-radius: 4px;
	}
	.irs--round .irs-bar {   /*range bound slider bar*/
	  top: 36px;
	  height: 5px;
	  background-color: #6DAE6C;
	}
	.irs--round .irs-bar--single {
	  border-radius: 4px 0 0 4px;
	}
	.irs--round .irs-shadow { /* valid range indicator bar*/
	  height: 1px;  /*4*/
	  bottom: 11px;  /*21*/
	  background-color: rgba(109, 174, 108,0.75 ); /* matching green single line with opacity*/
	  /*background-color: #6DAE6C; *//*rgba(222, 228, 236, 0.5);*/
	}
	.irs--round .irs-handle {  /*slider handle bar*/
	  top: 26px;
	  width: 24px;
	  height: 24px;
	  cursor: grab;
	  border: 4px solid #6DAE6C;
	  background-color: white;
	  border-radius: 24px;
	  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
	}
	.irs--round .irs-handle.state_hover,
	.irs--round .irs-handle:hover {
	  background-color: #f0f6ff;
	}
	.irs--round .irs-min,
	.irs--round .irs-max {
	  color: #333;
	  font-size: 14px;
	  line-height: 1;
	  top: 0;
	  padding: 3px 5px;
	  background-color: rgba(0, 0, 0, 0.1);
	  border-radius: 4px;
	}
	.irs--round .irs-from,
	.irs--round .irs-to,
	.irs--round .irs-single {
	  font-size: 14px;
	  line-height: 1;
	  text-shadow: none;
	  padding: 3px 5px;
	  cursor: grab;
	  background-color: #6DAE6C;
	  color: white;
	  border-radius: 4px;
	}
	.irs--round .irs-from:before,
	.irs--round .irs-to:before,
	.irs--round .irs-single:before {
	  position: absolute;
	  display: block;
	  content: "";
	  bottom: -6px;
	  left: 50%;
	  width: 0;
	  height: 0;
	  margin-left: -3px;
	  overflow: hidden;
	  cursor: grab;
	  border: 3px solid transparent;
	  border-top-color: #6DAE6C;
	}
	.irs--round .irs-grid {
	  height: 25px;
	}
	.irs--round .irs-grid-pol {
	  background-color: #dedede;
	}
	.irs--round .irs-grid-text {
	  color: silver;
	  font-size: 13px;
	}





/*For filter*/



/* Small reset */
/*

*,
::before,
::after {
  box-sizing: border-box;
}

body {
  color: #34495e;
  padding-bottom: 100px;
}*/

figure {
  margin: 0;
  padding: 0;
}

/*

img {
  display: block;
  max-width: 100%;
}*/

/*a {
  text-decoration: none;
}

a,
a:visited {
  color: #3498db;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #2ecc71;
}

p {
  margin: 1em 0;
  line-height: 1.4;
}

*/

/*
  Shuffle needs either relative or absolute positioning on the container
  It will set it for you, but it'll cause another style recalculation and layout.
  AKA worse performance - so just set it here
 */
.my-shuffle-container {
  position: relative;
  overflow: hidden;
}

.my-sizer-element {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

/*

.filter-item {
  height: 220px;
  margin-top: 24px;
}
.filter-item img {
  display: block;
  width: 100%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .filter-item img {
    max-width: none;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.filter-item--h2 {
  height: 464px;
}

.filter-item__inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #ecf0f1;
}

.filter-item__details {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 1em;
}

.filter-item__description {
  width: 100%;
  padding: 0 2em 1em 1em;
  margin: 0;
}

.filter-item__title {
  flex-shrink: 0;
  margin-right: 4px;
}

.filter-item__tags {
  flex-shrink: 1;
  text-align: right;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .filter-item--overlay .filter-item__details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
    color: white;
    overflow: hidden;
  }
  .filter-item--overlay .filter-item__description {
    display: none;
  }
  .filter-item--overlay a {
    color: white;
    text-shadow: 0 0 1px black;
  }
}
@media screen and (max-width: 767px) {
  .filter-item {
    height: auto;
    margin-top: 20px;
  }

  .filter-item__details,
  .filter-item__description {
    font-size: 0.875em;
    padding: 0.625em;
  }

  .filter-item__description {
    padding-right: 0.875em;
    padding-bottom: 1.25em;
  }

  .filter-item--h2 {
    height: auto;
  }
}

*/


.filter-label {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 4px;
  color: #95a5a6;
}

.filters-group {
  padding: 0;
  margin: 0 0 4px;
  border: 0;
}

@media screen and (min-width: 768px) {
  .filters-group-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
.btn-group:after, .btn-group:before {
  content: " ";
  display: table;
}

.btn-group:after {
  clear: both;
}

.btn-group .btn {
  /*float: left;*/
  border-radius: 0;
  margin-bottom: 2px;
}

.btn-group .btn:first-child {
  border-radius: 5px 0 0 5px;
}

.btn-group .btn:not(:last-child) {
  margin-right: 2px;
}

.btn-group .btn:last-child {
  border-radius: 0 5px 5px 0;
}

.btn-group label.btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}





.btn {
  display: inline-block;
  padding: .25em .65em;
  text-align: center;
  border-radius: 5px;
  border: 0px solid #999;
  color: #999;
  /*font: 'Nunito Sans';*/
  font-size: .9rem;
  background-color: #fff; /*rgba(109, 174, 108,0);*/
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  cursor: pointer;
  -webkit-appearance: none;
}

@media (-moz-touch-enabled: 0), (pointer: fine) {
  .btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6dae6c;
  }
}
.btn:focus {
  outline-width: 0;
  /*box-shadow: 0 0 0 2px rgba(52, 73, 94, 0.4);*/
}

.btn.active, .btn:active {
  /*box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);*/
  color: #fff;
  background-color: #6dae6c;
}

.btn:focus.active {
  /*box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 2px rgba(52, 73, 94, 0.4);*/
}

.btn:disabled {
  cursor: not-allowed;
  opacity: .7;
  color: #34495e;
  background-color: rgba(52, 73, 94, 0);
}

.btn--primary {
  color: #999;
  padding: .5em .65em;
/*  border: 1px solid #ccc;*/  
  background-color: #fff;
}

@media (-moz-touch-enabled: 0), (pointer: fine) {
  .btn--primary:hover {
    background-color: #6dae6c;
  }
}
.btn--primary:focus {
  /*box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.4);*/
}

.btn--primary.active, .btn--primary:active {
  background-color: #6dae6c;
}

.btn--primary:focus.active {
  /*box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 2px rgba(52, 152, 219, 0.4);*/
}

.btn--primary:disabled {
  color: #6dae6c;
  background-color: rgba(52, 152, 219, 0);
}

@media screen and (max-width: 767px) {
  .btn {
    font-size: 0.875rem;
  }
}
.textfield {
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #999;
  border-radius: 4px;
  padding: .5em;
  font-size: 1rem;
  color: #4299E1;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.textfield::-webkit-input-placeholder {
  color: #999;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.textfield:-ms-input-placeholder {
  color: #999;
  -ms-transition: 0.15s;
  transition: 0.15s;
}

.textfield::-ms-input-placeholder {
  color: #999;
  -ms-transition: 0.15s;
  transition: 0.15s;
}

.textfield::-moz-placeholder {
  color: #999;
  -moz-transition: 0.15s;
  transition: 0.15s;
}

.textfield::placeholder {
  color: #999;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.textfield:hover {
  outline-width: 0;
  color: #5d6d77;
  border-color: #5d6d77;
}

.textfield:hover::-webkit-input-placeholder {
  color: #5d6d77;
}

.textfield:hover:-ms-input-placeholder {
  color: #5d6d77;
}

.textfield:hover::-ms-input-placeholder {
  color: #5d6d77;
}

.textfield:hover::-moz-placeholder {
  color: #5d6d77;
}

.textfield:hover::placeholder {
  color: #5d6d77;
}

.textfield:focus {
  outline-width: 0;
  border-color: #34495e;
}

.textfield:focus::-webkit-input-placeholder {
  color: #34495e;
}

.textfield:focus:-ms-input-placeholder {
  color: #34495e;
}

.textfield:focus::-ms-input-placeholder {
  color: #34495e;
}

.textfield:focus::-moz-placeholder {
  color: #34495e;
}

.textfield:focus::placeholder {
  color: #34495e;
}

/*.container {
  padding-left: 3.5%;
  padding-right: 3.5%;
}*/

.container:after,
.container:before {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.row {
  margin-left: auto;
  margin-right: auto;
}

.row:after,
.row:before {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

/*.row .row {
  margin-left: -8px;
  margin-right: -8px;
}*/

/* Ensure images take up the same space when they load */
/* https://vestride.github.io/Shuffle/images */
.aspect {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.aspect__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*.aspect--16x9 {
  padding-bottom: 56.25%;
}*/

.col-1\@xs,
.col-2\@xs,
.col-3\@xs,
.col-4\@xs,
.col-5\@xs,
.col-6\@xs,
.col-1\@sm,
.col-2\@sm,
.col-3\@sm,
.col-4\@sm,
.col-5\@sm,
.col-6\@sm,
.col-7\@sm,
.col-8\@sm,
.col-9\@sm,
.col-10\@sm,
.col-11\@sm,
.col-12\@sm,
.col-1\@md,
.col-2\@md,
.col-3\@md,
.col-4\@md,
.col-5\@md,
.col-6\@md,
.col-7\@md,
.col-8\@md,
.col-9\@md,
.col-10\@md,
.col-11\@md,
.col-12\@md {
  position: relative;
  box-sizing: border-box;
  min-height: 1px;
/*  padding-left: 8px;
  padding-right: 8px;*/
}

.col-1\@xs,
.col-2\@xs,
.col-3\@xs,
.col-4\@xs,
.col-5\@xs,
.col-6\@xs {
  float: left;
}

.col-1\@xs {
  width: 16.66667%;
}

.col-2\@xs {
  width: 33.33333%;
}

.col-3\@xs {
  width: 50%;
}

.col-4\@xs {
  width: 66.66667%;
}

.col-5\@xs {
  width: 83.33333%;
}

.col-6\@xs {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .col-1\@sm,
  .col-2\@sm,
  .col-3\@sm,
  .col-4\@sm,
  .col-5\@sm,
  .col-6\@sm,
  .col-7\@sm,
  .col-8\@sm,
  .col-9\@sm,
  .col-10\@sm,
  .col-11\@sm,
  .col-12\@sm {
    float: left;
  }

  .col-1\@sm {
    width: 8.33333%;
  }

  .col-2\@sm {
    width: 16.66667%;
  }

  .col-3\@sm {
    width: 25%;
  }

  .col-4\@sm {
    width: 33.33333%;
  }

  .col-5\@sm {
    width: 41.66667%;
  }

  .col-6\@sm {
    width: 50%;
  }

  .col-7\@sm {
    width: 58.33333%;
  }

  .col-8\@sm {
    width: 66.66667%;
  }

  .col-9\@sm {
    width: 75%;
  }

  .col-10\@sm {
    width: 83.33333%;
  }

  .col-11\@sm {
    width: 91.66667%;
  }

  .col-12\@sm {
    width: 100%;
  }

/*  .container {
    padding-left: 7%;
    padding-right: 7%;
  }*/

  .row {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1024px) {
  .col-1\@md,
  .col-2\@md,
  .col-3\@md,
  .col-4\@md,
  .col-5\@md,
  .col-6\@md,
  .col-7\@md,
  .col-8\@md,
  .col-9\@md,
  .col-10\@md,
  .col-11\@md,
  .col-12\@md {
    float: left;
  }

  .col-1\@md {
    width: 8.33333%;
  }

  .col-2\@md {
    width: 16.66667%;
  }

  .col-3\@md {
    width: 25%;
  }

  .col-4\@md {
    width: 33.33333%;
  }

  .col-5\@md {
    width: 41.66667%;
  }

  .col-6\@md {
    width: 50%;
  }

  .col-7\@md {
    width: 58.33333%;
  }

  .col-8\@md {
    width: 66.66667%;
  }

  .col-9\@md {
    width: 75%;
  }

  .col-10\@md {
    width: 83.33333%;
  }

  .col-11\@md {
    width: 91.66667%;
  }

  .col-12\@md {
    width: 100%;
  }
}
