#mapid { height: 180px; }

.styledbtn {
	width: 100%;
	height: 2.5em;
	padding: .5em 1em;
	background: #229FAA;
	color: #FFFFFF;
	border: 0;
	border-radius: .33em;
	-webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.styledbtn:hover {
	background: #0057a3;
}

.styledel {
	width: 100%;
	height: 2.5em;
	padding: .5em 1em;
	background: rgba(54, 52, 50, 0.15);
	border: 0;
	border-radius: 0;
}

.styledel:disabled {
	width: 100%;
	height: 2.5em;
	padding: .5em 1em;
	background: rgba(54, 52, 50, 0.25);
	border: 0;
	border-radius: 0;
}

.redbox {
	box-shadow: 0 0 10px #8B0000;
}

.tbl_status_first {
	width: 25%;
	padding: 10px 3%;
	text-align: center;
	vertical-align: middle;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
	border-right: 1px solid #229FAA;
}

.tbl_status_second {
	padding: 10px 3%;
	text-align: center;
	vertical-align: middle;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid #229FAA;
}

/*** Table Styles **/

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 140px;
  margin: auto;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
.tblsyle1 th {
  color:#D5DDE5;
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:18px;
  font-weight: 100;
  padding:12px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

.tblsyle1 th:first-child {
  border-top-left-radius:3px;
}
 
.tblsyle1 th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
.tblsyle1 tr {
  border-top: 1px solid #C1C3D1;
  border-bottom: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  font-family:"verdana";
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
.tblsyle1 tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  /*border-top: 1px solid #22262e;
  border-bottom: 1px solid #22262e;*/
}

.nohover:hover {
  background:#B0C4DE !important;
  color:#666B85 !important;
  /*border-top: 1px solid #22262e;
  border-bottom: 1px solid #22262e;*/
}
 
.tblsyle1 tr:first-child td {
  border-top:none;
  background:#EBEBEB;
}

.tblsyle1 tr:first-child:hover td {
  border-top:none;
  background:#4E5066;
}

.tblsyle1 tr:last-child {
  border-bottom:none;
}
 
.tblsyle1 tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
.tblsyle1 tr:nth-child(odd):hover td {
  background:#4E5066;
}

.tblsyle1 tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
.tblsyle1 tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
.tblsyle1 td {
  background:#FFFFFF;
  padding:8px;
  text-align:left;
  vertical-align:middle;
  font-weight:500;
  font-size:16px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
  white-space: pre-wrap;
}

.tblsyle1 td:last-child {
  border-right: 0px;
}

.tblsyle1 th.text-left {
  text-align: left;
}

.tblsyle1 th.text-center {
  text-align: center;
}

.tblsyle1 th.text-right {
  text-align: right;
}

.tblsyle1 td.text-left {
  text-align: left;
}

.tblsyle1 td.text-center {
  text-align: center;
}

.tblsyle1 td.text-right {
  text-align: right;
}

.anytbl {
	width: 100% !important;
}

.tblsize.s1x {
	width: 1em !important;
}

.tblsize.s15x {
	width: 1.5em !important;
}

.tblsize.s25 {
	width: 2.5% !important;
}

.tblsize.s3 {
	width: 3% !important;
}

.tblsize.s4 {
	width: 4% !important;
}

.tblsize.s45x {
	width: 4.5em !important;
}

.tblsize.s55 {
	width: 5.5% !important;
}

.tblsize.s6 {
	width: 6% !important;
}

.tblsize.s10 {
	width: 10% !important;
}

.tblsize.s11 {
	width: 11% !important;
}

.tblsize.s115 {
	width: 11.5% !important;
}

.tblsize.s13 {
	width: 13% !important;
}

.tblsize.s10 {
	width: 10em !important;
}

.tblsize.s105 {
	width: 10.5em !important;
}

.dataTables_paginate {
	position: fixed;
	bottom: 10px;
	background-color: #229FAA;
	height: 35px;
}

.paginate_button {
	padding: 0.5em 0.5em !important;
	margin-right: 2px;
}

.dataTables_length {
	position: fixed;
    bottom: 10px;
    right: 30px;
    background-color: #229FAA;
    padding: 2px;
	padding-top: 4px;
}

.dataTables_filter {
	position: fixed;
    bottom: 10px;
    right: 120px;
    background-color: #229FAA;
    padding: 2px;
}

table.dataTable thead th, table.dataTable thead td {
	padding: 2px 10px !important;
}

table.dataTable tbody th, table.dataTable tbody td {
	padding: 1px 5px !important;
}

.yadcf-filter {
	font-size: 13px;
}

.tgl {
  position: relative;
  outline: 0;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  margin: 0 0 0 0;
}
.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl + .tgl-btn::selection {
  background: none;
}
.tgl span {
  position: relative;
  display: block;
  line-height: 1.2em;
  font-weight: normal;
  text-align: center;
  padding: 0.2em 1em;
  border: 1px solid #fafafa;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(255, 255, 255, 0.7);
  transition: color 0.5s ease, padding 0.3s ease-in-out, background 0.5s ease-in-out;
}
.tgl span:before {
  position: relative;
  display: block;
  line-height: 1.3em;
  padding: 0 0.2em;
  font-size: 1em;
}
.tgl span:after {
  position: absolute;
  display: block;
  content: '';
  width: 1.3em;
  height: 1.3em;
  margin-left: -1.45em;
  top: 0.2em;
  background: #FFFFFF;
  transition: left 0.5s cubic-bezier(0.175, 0.885, 0.32, 0.97), background 0.5s ease-in-out;
}
.tgl input[type="checkbox"] {
  display: none !important;
}
.tgl input[type="checkbox"]:not(:checked) + span {
  background: #de474e;
  color: #FFFFFF;
  padding-left: 1.6em;
  padding-right: 0.4em;
}
.tgl input[type="checkbox"]:not(:checked) + span:before {
  content: attr(data-off);
  color: #FFFFFF;
}
.tgl input[type="checkbox"]:not(:checked) + span:after {
  background: #FFFFFF;
  left: 1.6em;
}
.tgl input[type="checkbox"]:checked + span {
  background: #86d993;
  color: #FFFFFF;
  padding-left: 0.4em;
  padding-right: 1.6em;
}
.tgl input[type="checkbox"]:checked + span:before {
  content: attr(data-on);
}
.tgl input[type="checkbox"]:checked + span:after {
  background: #FFFFFF;
  left: 100%;
}
.tgl input[type="checkbox"]:disabled,
.tgl input[type="checkbox"]:disabled + span,
.tgl input[type="checkbox"]:read-only,
.tgl input[type="checkbox"]:read-only + span {
  cursor: not-allowed;
}
.tgl-gray input[type="checkbox"]:not(:checked) + span {
  background: #e3e3e3;
  color: #999999;
}
.tgl-gray input[type="checkbox"]:not(:checked) + span:before {
  color: #999999;
}
.tgl-gray input[type="checkbox"]:not(:checked) + span:after {
  background: #ffffff;
}

.tgl-marker input[type="checkbox"]:not(:checked) + span {
  background: #229FAA;
  color: #FFFFFF;
}
.tgl-marker input[type="checkbox"]:not(:checked) + span:before {
  color: #FFFFFF;
}
.tgl-marker input[type="checkbox"]:not(:checked) + span:after {
  background: #ffffff;
}
.tgl-marker input[type="checkbox"]:checked + span {
  background: #c41223;
  color: #FFFFFF;
}
.tgl-marker span {
	height: 2.5em;
	padding: 0 0;
}
.tgl-marker span:before {
  padding: .5em 1em;
}
.tgl-marker span:after {
  height: 2em;
}

.tgl-inline {
  display: inline-block !important;
  vertical-align: top;
}
.tgl-inline.tgl {
  font-size: 16px;
}
.tgl-inline.tgl span {
  min-width: 50px;
}
.tgl-inline.tgl span:before {
  line-height: 1.4em;
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.tgl-inline-label {
  display: inline-block !important;
  vertical-align: top;
  line-height: 26px;
}