body {
	font-family: 'Open Sans', sans-serif;
	background-color: #f5f5f5;
  /*background-image: url(../images/bg_light.png);*/
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	/*font-family: 'Oswald', sans-serif;
  font-weight: 400;*/
  font-weight: 600;
  line-height: 1.0em;
  margin-top: 0.9em;
  margin-bottom: 0.7em;
}

h4xxx {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

h1 {
	margin-top: 0.7em;
}

h3 {
  line-height: 1.2;
}

h4 {
  line-height: 1.4;
}

.carousel-caption h1 {
	color: #fff;
	margin-top: 0em;
}

.carousel-caption a, .carousel-caption a:hover {
	color: #fff;
}

.container-carousel {
	position: relative;
}

.btn {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.modal {
	white-space: normal;
}

.tooltip {
	font-weight: 400;
}

blockquote {
	margin-bottom: 0.7em;
	font-size: 1em;
	font-weight: 400;
}

blockquote p {
	margin-bottom: 0.7em;
	font-size: 1.0em;
	font-weight: 400;
	/*font-style: italic;*/
	line-height: 1.3em;
}

hr {
	margin:20px 0;
	border:0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #fff;
}

p {
	margin-bottom: 0.7em;
	line-height: 1.4em;
}

a {
	color: #007f98;
}
a:hover {
	color: #000;
	text-decoration: none;
}

.nav-list>.active>a,.nav-list>.active>a:hover,.nav-list>.active>a:focus {
	background-color: #007f98;
}

/*.nav>li.dropdown.open.active>a:hover{
	background-color: #438390;
}*/

.alert, .well {
	margin-bottom: 0.7em;
	/*-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow:0 1px 5px rgba(0,0,0,0.1);
	box-shadow:0 1px 5px rgba(0,0,0,0.1);*/
}

.thumbnails li {
	margin-bottom: 0;
}

.table {
	width: auto;
	margin-bottom: 0em;
	background-color: #fff;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f4f4f4;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #dcfac9;
  cursor: pointer;
}

@media (max-width: 767px) {

  body {
    background-color: #fff;
  }
	
  .edge-to-edge {
    margin-right: -20px;
    margin-left: -20px;
  }
  
  .edge-to-edge .container {
	margin-right: 20px;
    margin-left: 20px;
  }
  
  bodyX{padding-right:0px;padding-left:0px}
  
  .table-responsive {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table {
    width: 100%;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
  
}