@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	
}
.data-tabel tbody{
  counter-reset: serial-number;  /* Set the serial number counter to 0 */
}

.data-tabel tbody td:first-child:before {
  counter-increment: serial-number;  /* Increment the serial number counter */
  content: counter(serial-number);  /* Display the counter */
}

body {
    /* float: left; */
    height: 100%;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
	font-family= "Poppins", Arial, sans-serif;
}

section.blog.b-archives.single.section {
    padding-top: 9px;
}

.main-header{
	height: 72px;
	background-color: #084fa1;
	width: 100%;
	border-bottom: 1px solid #002C80;
	
}

.fix-div{
	min-width: 1300px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.inn-logo{
	width: 200px;2
	height: 60px;
	padding-top: 8px;
	padding-left: 20px;
	float: left;
}
.nav-header{
	float: right;
	height: 72px;
	background-color: #084fa1;
}
.nav {
	height: 72px;
}
.nav ul{
	list-style-type: none;
}

.nav ul li{
	display: inline-block;
	float: left;
	border-left: 1px solid #033978;
}

.nav ul li a{
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	line-height: 72px;
	display: block;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: 600;
}
.nav ul li a:hover{
	font-size:16px;
	color: #ffffff;
	background-color:#009970;
}
.nav ul li a.active{
	font-size: 16px;
	color: #ffffff;
	background-color:#009970;
}
.nav2header{
    margin-left: auto;
	margin-right: auto;
	min-height: 35px;
padding-top: 5px;
	min-width: 1300px;
	background-color: #ffffff;
}
.nav2{
    border-width:1px 0;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
.nav2 li{
    display:inline;
}
.nav2 a{
    display:inline-block;
    padding:5px 10px 5px 10px;
	text-decoration: none;
	min-width: 100px;
	background-color: #717171;
	color: #FFFFFF;
}
.nav2 a:hover{
	background-color: #009970;
	color: #FFFFFF;
}
.nav2 a.active{
	background-color: #009970;
	color: #FFFFFF;
}
.datamain{
	min-width: 95%;
	margin-left: auto;
	margin-right: auto;
	height: 85%;
	padding: 3px 10px 15px 10px;
	overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
	max-width: 100%;
}

.datamain1{
	min-width: 1270px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding: 10px 10px 15px 10px;

}

.table1 tr td {  
  border: 1px solid #E3EBF3;
  padding: 7px 6px;
  font-size: 14px;
	color: #484848;
}

.table1 tr th {  
  border: 1px solid #01b383;
	text-align: center;
	padding: 7px 6px;
	font-size: 16px;
	background-color: #009970;
	color: #FFFFFF;
}

.table1 tr:nth-child(even) {background-color: #000000;}


.table3 tr td {  
  
  padding: 7px 6px;
  font-size: 14px;
	color: #484848;
	
}

.table3 tr th {  
   border: 1px solid #646464;
	text-align: center;
	padding: 7px 6px;
	font-size: 16px;
	background-color: #717171;
	color: #FFFFFF;
}

.table3 tr:nth-child(even) {background-color: #000000;}




.table1 {
  border-collapse: collapse;
  width: 100%;
}


.table2 tr td {  
  border: none;
  padding: 2px 6px;
font-size: 14px;
	color: #1A1A1A;
}

.head2{
	font-size:16px;
	color: #223284;
	font-weight: 700;
}
.input1{
	    width: 70%;
    height: auto;
    margin: 0;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #b8ecf5;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height 0.1s ease;
    -moz-transition: height 0.1s ease;
    -o-transition: height 0.1s ease;
    transition: height 0.1s ease;
    border-radius: 4px;
	box-shadow: -1px -2px 5px 0px rgba(203,239,245,0.75);
-webkit-box-shadow: -1px -2px 5px 0px rgba(203,239,245,0.75);
-moz-box-shadow: -1px -2px 5px 0px rgba(203,239,245,0.75);
}

.input2{
	    width: 50%;
    height: auto;
    margin: 0;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #b8ecf5;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height 0.1s ease;
    -moz-transition: height 0.1s ease;
    -o-transition: height 0.1s ease;
    transition: height 0.1s ease;
    border-radius: 4px;
		box-shadow: -1px -2px 5px 0px rgba(203,239,245,0.75);
-webkit-box-shadow: -1px -2px 5px 0px rgba(203,239,245,0.75);
-moz-box-shadow: -1px -2px 5px 0px rgba(203,239,245,0.75);
}

.input3{
	    width: 80%;
    height: auto;
    margin: 0;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #b8ecf5;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height 0.1s ease;
    -moz-transition: height 0.1s ease;
    -o-transition: height 0.1s ease;
    transition: height 0.1s ease;
    border-radius: 4px;
		box-shadow: -1px -2px 5px 0px rgba(203,239,245,0.75);
-webkit-box-shadow: -1px -2px 5px 0px rgba(203,239,245,0.75);
-moz-box-shadow: -1px -2px 5px 0px rgba(203,239,245,0.75);
}


.mapmain{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	height: auto;
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #e6f8fb;
	box-shadow: -1px -2px 5px 0px rgba(203,239,245,0.75);
-webkit-box-shadow: -1px -2px 5px 0px rgba(203,239,245,0.75);
-moz-box-shadow: -1px -2px 5px 0px rgba(203,239,245,0.75);
}

.maping{
	
	padding: 10px;
}

.map{
	
	width: 1100px;
	height: auto;
	text-align: center;
	image-resolution: normal;
	min-height: 650px;
}
.map-info{
	width: 1080px;
	height: auto;

}

.data-tabel{
	border-collapse: collapse;
	background-color: #FFFFFF;
	width: 100%;
}

.data-tabel tr td {  
  border: 1px solid #d5d5d5;
  padding: 4px 6px;
  font-size: 14px;
	color: #253237;
	border-collapse: separate !important;
    border-spacing: 0 5px !important;

}

.data-tabel tr th {  
 border: 1px solid #a1a1a1;
    text-align: center;
    padding: 4px 2px;
    font-size: 14px;
    color: #282828 !important;
    background-color: #C1C1C1 !important;
    font-weight: 500;
}
.data-tabel tr:nth-child(even) {
    background-color: #ffffff;
	border-collapse: separate !important;
    border-spacing: 0 5px !important;
}
.data-tabel tr:nth-child(odd) {
    background-color: #ffffff;
	border-collapse: separate !important;
    border-spacing: 0 5px !important;
}

.tableheight{
	min-height: 600px;
}
.scroll-div{
	height: 500px;
	overflow-y: scroll;
	min-width: 800px
}

.data-tabel4{
	border-collapse: collapse;
	background-color: #FFFFFF;
}

.data-tabel4 img{
	width: 300px;
	height: 250px;
}

.data-tabel4 tr td {  
  border: 1px solid #b8ecf5;
  padding: 8px 6px;
  font-size: 15px;
	color: #484848;
	border-collapse: collapse;

}

.data-tabel4 tr th {  
  border: 1px solid #b8ecf5;
	text-align: center;
	padding: 7px 6px;
	font-size: 16px;
	color: #232323;
	border-collapse: collapse;
	background-color: #e6f8fb;
}


.nav3header{
    margin-left: auto;
	margin-right: auto;
	min-height: 35px;
	min-width: 1300px;
	padding-top: 5px;
	background-color: #ffffff;
}
.nav3{
    border-width:1px 0;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}

.nav3 ul{
border: 1px solid #888888;
}
.nav3 li{
    display:inline;
}
.nav3 a{
    display:inline-block;
    padding:5px 10px 5px 10px;
	text-decoration: none;
	min-width: 100px;
	background-color: #3C3C3C;
	color: #FFFFFF;
	
}
.nav3 a:hover{
	background-color:#717171;
	color: #FFFFFF;
}
.nav3 a.active{
	background-color: #717171;
	color: #FFFFFF;
}
.navtitle{
	background-color: #009970;
	padding: 8px 15px;
	color: #FCFCFC;
	font-size: 18px;
}

.navtitle img{
    padding-left: 7px;
	position: 10px;
	vertical-align: middle;
}

.bulletin{
margin-left: auto; margin-right: auto; width: 1000px;
		border: 1px solid #e6f8fb;
	box-shadow: -1px -2px 5px 0px rgba(203,239,245,0.75);
-webkit-box-shadow: -1px -2px 5px 0px rgba(203,239,245,0.75);
-moz-box-shadow: -1px -2px 5px 0px rgba(203,239,245,0.75);
	margin-top: 20px;
}

.tablesorter-blue
{
  margin: 0px !important;
}
.tablesorter-blue input.tablesorter-filter, .tablesorter-blue select.tablesorter-filter
{
	width: 98%;
    height: auto;
    margin: 0;
    background-color: #fff;
    border: 1px solid #bbb;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height 0.1s ease;
    -moz-transition: height 0.1s ease;
    -o-transition: height 0.1s ease;
    transition: height 0.1s ease;
    border-radius: 6px;

}
.tablesorter-blue .tablesorter-filter-row td
{
    background-color: #fff !important;
}
.Topbar
{
    position: absolute;
    z-index: 9999;
    width: 1100px;
    background-color: #cbeff5;
    height: 31px;
}
span.style12a {
    color: #bf7201;
}

.copyright-bar {
    background: #084fa1;
    padding: 10px 0px;
}
::-webkit-scrollbar {
    width: 6px;
	color: #cbeff5;
} 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
} 
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}

.data-tabel thead tr th
{
    position: sticky;
    top: 0;
	z-index:9999
}
img.panzoom {
    cursor: zoom-in;
}
.banner-3-area
{
margin-top: 0px !important;
}
p.ng-binding {
    margin-bottom: 0px;
}
p.datesty {
    width: 100%;
    float: left;
    margin: 0px;
    text-align: center;
    font-size: 15px;
    color: #273386;
    font-weight: 700;
}