
/* link color */
a {
	color: #3d3d3d;
}

/* menu bar brand */
.navbar-brand {
  font-size: 16px;
}

/* container shadow */
.container {
/*
	box-shadow: 0 0 15px black;
	box-shadow:	10px 0px 10px -7px rgba(0,0,0,0.5),	-10px 0px 10px -7px rgba(0,0,0,0.5);
*/	
	padding:0 0px 0 0px;
/*
	overflow: auto;
*/
}

/*
.container {
  padding-right: -0.9px;
  padding-left: -0.9px;
  margin-right: 0;
  margin-left: 0;
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}

.container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0;
  margin-left: 0;
}
*/	

/* row for layout debug */
.row {
/*
	margin-right: 0px;
	margin-left: 0px;
*/
/*	border: 1px solid red; */
/*
	margin-top: 1em;
*/
}
/*
.navbar-nav.navbar-right:last-child {
  margin-right: 0px;
}
.tab-pane {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 0px 0px 5px 5px;
	padding: 10px;
}
*/

	/* table */
	.table th, .table td { 
		border-top: none !important; 
	}
	.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
		background-color: #edf7fc;
	}

/* photo banner list hidden */
.carousel .carousel-control { visibility: hidden; }
.carousel:hover .carousel-control { visibility: visible; }

/* photo border radius */
.thumbnail {
	border-radius:0;
}

/* container width */
@media (min-width: 1200px) {
	.container {
		width: 1024px !important;
	}
	/* dropdown menu over */
	.dropdown:hover>.dropdown-menu {
		display:block;
	}
	.navbar-brand {
		padding: 7px 15px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 1024px !important;
	}
	/* dropdown menu over */
	.dropdown:hover>.dropdown-menu {
		display:block;
	}
	.navbar-brand {
		padding: 7px 15px;
	}
}
@media (min-width: 768px) {
	.container {
		width: 1024px !important;
	}
	/* dropdown menu over */
	.dropdown:hover>.dropdown-menu {
		display:block;
	}
	.navbar-brand {
		padding: 7px 15px;
	}
}

/*
	.container{ width: 1024px !important;}
	.thumbnail{ width: 1024px !important;}
*/

/* row width */
.gutter-0.row {
	margin-right: 0px;
	margin-left: 0px;
}
.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"] {
	padding-right: 0px;
	padding-left: 0px;
}

.gutter-16.row {
	margin-right: -8px;
	margin-left: -8px;
}
.gutter-16 > [class^="col-"], .gutter-16 > [class^=" col-"] {
	padding-right: 8px;
	padding-left: 8px;
}


/* table line height */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    line-height: 1;
}

.left-col {
background-color: rgba(236, 246, 251, 1);
padding-top: 20px;
padding-bottom: 2000px;
margin-bottom: -2000px;
border-right:rgba(220, 220, 220, 1) 1px solid;
}

.right-col {
background-color: rgba(236, 246, 251, 1);
padding-top: 20px;
padding-bottom: 2000px;
margin-bottom: -2000px;
border-left:rgba(220, 220, 220, 1) 1px solid;
}

/*
.label-primary {
background-color: gray !important;
}
*/