 body {
 color: #566787;	
 font-family: 'Open Sans', sans-serif;
 font-size: 10px;
  background: url(bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

	}



.top-header .social-links li a:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.top-header .social-links li:last-child {
  margin-right: 0;
}

.top-header .header-contact-info {

  margin-bottom: 0;
  list-style-type: none;
  text-align: right;
  background-color: #0460a7;
  padding-top: 10px;
  padding-bottom: 10px;

  width:370px;
  float:right;
display: inline-block;
}

.top-header .header-contact-info li {
  color: #ffffff;
  display: inline-block;
  line-height: initial;

  font-size: 11px;

}

.top-header .header-contact-info li:last-child {
  margin-right: 0;
}

.top-header .header-contact-info li a {
  display: inline-block;
  color: #ffffff;
  margin-right: 20px;
}

.top-header .header-contact-info li a:hover {
  color: #ffffff;
}

.top-header .header-contact-info li i {
  color: #ffffff;
  margin-right: 3px;
}


.iso img{
width:90%;
height:auto !important;
margin-top:50px;
float:right;
z-index:1;
}

.iso {
width:100%;
height:auto;
position:relative;
float:RIGHT; 
}

.logo {
		margin-top:20px;
		float:left;
		max-width:250px;
		padding-bottom:10px;
		
	}
	
.logo2 {
		
		display : none;
		
	}
	
.logo img {
		max-width:250px;
		
	}
	
	.heading {
	
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
	margin-left:10px;
	margin-right:10px;
	
	}

		
		
	.table-wrapper {
        background: #fff;
        padding: 20px 25px;
        margin: 25px auto;
		margin-top:5px;
		border-radius: 3px;
        box-shadow: 0 1px 1px rgba(0,0,0,.05);
    }
	.table-wrapper .btn {
		float:left;
		color: #fff;
    	background-color: #000;
		border-radius: 3px;
		border: none;
		outline: none ;
		margin-left: 10px;
		font-size:11px;
	}





	.table-wrapper .btn1 {
		float:left;
		color: #fff;
    	background-color: #0460a7;
		border-radius: 3px;
		border: none;
		outline: none ;
		margin-left: 5px;
		font-size:10px;
	}

	
	.float-left {
		float:left;
		
	}
	
	.table-wrapper .btn.btn-primary {

		color: #fff;
		background: #0460a7;
		font-size:12px;
	}


	}



	.table-wrapper .btn.btn-primary:hover {		background: #03a3e7;
	}
	
	.table-title {
		color: #fff;
		background:#0460a7;		
		padding: 10px 25px 15px;
		margin: -10px -25px 10px;
		border-radius: 3px 3px 0 0;
    }
    .table-title h2 {
		margin: 0px 0 0;
		font-size: 22px;
		text-align:center;
	}

	.table-filter .filter-group {
        float:left;
		margin-left: 5px;
		
    }
	.table-filter input {
		height: 34px;
		border-radius: 3px;
		border-color: #ddd;
        box-shadow: none;
	}
	.table-filter {
		padding: 5px 0 15px;
		border-bottom: 1px solid #e9e9e9;
		margin-bottom: 5px;
	}

	.table-filter label {
		font-weight: bold;
		margin-left: 10px;
		color:#03a9f4;
		font-size:14px;
	}
	.table-filter input {
		display: inline-block;
		margin-left: 5px;
	}
	.table-filter input {
		width: 170px;
		display: inline-block;
	}
	
	
    table.table tr th, table.table tr td {
        border-color: #e9e9e9;
		padding: 8px 5px;
		vertical-align: middle;
    }
	table.table tr th:first-child {
		width: 60px;
	}
	table.table tr th:last-child {
		width: 80px;
	}
    table.table-striped tbody tr:nth-of-type(odd) {
    	background-color: #fcfcfc;
	}
	table.table-striped.table-hover tbody tr:hover {
		background: #f5f5f5;
	}
    table.table th i {
        font-size: 13px;
        margin: 0 5px;
        cursor: pointer;
    }	
	table.table td a {
		font-weight: bold;
		color: #566787;
		display: inline-block;
		text-decoration: none;
	}
	table.table td a:hover {
		color: #2196F3;
	}
	
	table.table .pic {
		vertical-align: middle;
		max-height:70px;
	}
	
	
	  .table thead tr th,
  .table tbody tr td {
    padding: 5px 10px;
	font-size:12px;
  }
	
	.float-right {
		float:right;
		
	}
	
	@media (max-width: 767px) {
  .table-wrap table,
  .table-wrap thead,
  .table-wrap tbody,
  .table-wrap th,
  .table-wrap td,
  .table-wrap tr {
    display: block;
  }
  .table-wrap thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-wrap td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%!important;
    white-space: normal;
    text-align: left;
  }
  .table-wrap td:before {
    position: absolute;
    top: 8px;
    left: 15px;
    width: 45%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .table-wrap td:first-child {
    padding-top: 17px;
  }
  .table-wrap td:last-child {
    padding-bottom: 16px;
  }
  .table-wrap td:first-child:before {
    top: 17px;
  }
  .table-wrap td:before {
    content: attr(data-title);
  }
  .table tbody tr {
    border-top: 1px solid #ddd;
  }
  .table tbody tr td {
    border: none;
  }
  
  .ft-img2 img{
  width: 100%;
  height: auto;
  margin:0;
   
}


.ft-img img{
  width: 100%;
  height: auto;
  margin:0;
   display:none;
 
}


.iso { 

display:none;
}



.logo { 
display : none;

}
	


.logo2 {
	max-width:270px;
margin-left:auto;
margin-right:auto;

 display: block;
 padding-top:15px;

}

.logo2 img{
	width:100%;
	max-width:270px;

}
 .top-header .header-contact-info {
	display: inline-block;
	 width:100%;
	 margin-right:0;

 }


.table-title {
				
		padding: 5px 10px;
		margin: -10px -25px 10px;
		
    }
    .table-title h2 {
		margin: 0px 0 0;
		font-size: 18px;
		text-align:center;
	}
 
 

	.heading {
	
	font-size: 12px;
	margin-bottom: 10px;
text-align:justify;
	
	}
	
	
	.top-header .header-contact-info li {
  color: #ffffff;
  display: inline-block;
  line-height: initial;

  font-size: 10.5px;

}



}


@media (min-width: 768px) {
  .table thead tr th,
  .table tbody tr td {
    padding: 5px 10px;
	font-size:12px;
  }
    .ft-img2 img{
  width: 100%;
  height: auto;
  margin:0;
    display:none;
 
}


.ft-img img{
  width: 100%;
  height: auto;
  margin:0;
  
}
  
}


.img-responsive1 
	
	
	{
  display: block;
  width: auto;
  max-height: 100%;
  width:100%;
}



.modal-dialog {
    position: relative;
    display: table; 
    overflow-y: auto;    
    overflow-x: auto;
    width: auto;
    min-width: 300px;
	
}


.modal-body {
    position: relative;
   padding: 0; 
}

.modal-header .close {
  margin: 0;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 23px;
  height: 23px;
  border-radius: 23px;
  background-color: #00aeef;
  color: #ffe300;
  font-size: 9px;
  opacity: 1;
  z-index: 10;
}

