body {
	background-color: #00A6F5;
}

.row {
	background: #fff;
	border-radius: 0 0 10px 10px;
}

.container {
	width: 901px;
	margin-bottom: 40px;
}

.header {
	height: 158px;
	overflow: hidden;
	background: #54d6fb; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#54d6fb, #1cbaf7); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#54d6fb, #1cbaf7); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#54d6fb, #1cbaf7); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#54d6fb, #1cbaf7); /* Standard syntax */
}

.navbar {
	border-radius: 0px;
	width: auto;
}


.nav-container {
	padding: 0px;
	margin: 0px;
}


.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 0px;
    box-shadow: none;
}

.display-collapse {
	display: none;
}

.first-ul li {
	display: block;
	float: left;
	margin: 7px 10px 3px 7px;
	line-height: 20px;
    text-align: -webkit-match-parent;
    padding-top: 5px;
}

.first-ul li a{
	padding: 0px;
}

.display-first {
	border-color: none;
	border: none;
}

.display-first {
	margin-bottom: 0px;
}

.content-body {
	background: #ffffff;
	padding-top: 12px;
}

.return-label {
	padding: 0px;
}

.content-context {
	margin-top: 30px;
}

.form-body {
	margin-top: 30px;
}

.form-body .panel-body {
	background: #ff9100;
	border-radius: 0px 0px 10px 10px;
}

.form-body .panel-heading {
	background: #484848; color: #fff;
}


/*.form-body button{
	background-color: #484848;
	color: #fff;
	margin-top: 20px;
}*/

.form-body p {
	color: #fff;
	margin-top: 100px;
	text-align: center;
}

.custom-footer {
	background: #192427;
	color: #fff;
	text-align: center;
	font-size: 11px;
	padding-top: 10px;
	border-radius: 0 0 10px 10px;
	margin-top: 150px;

}

.header img {
	margin-top: 36px;
}

.middle-header {
	margin-top: 20px;
}

.middle-header a{
	color: #fff;
}

.middle-header > div {
	margin-top: 3px;
}

.green {
	background: url('../images/green.png');	  
	background-size: cover;	
	background-position:right center;
	color: #fff;
	height: 20px;
	padding-left: 30px;
	clear: both;
	width: auto;
}


.black {
	background: url('../images/black.png');	  
	background-size: cover;	
	background-position:right center;
	color: #fff;
	height: 20px;
	padding-left: 30px;
	width: auto;
	clear: both;
}

.blue {
	background: url('../images/blue.png');	  
	background-size: cover;	
	background-position: center;
	color: #fff;
	height: 20px;
	padding-left: 30px;
	clear: both;
	width: 54.6%;
}

.orange {
	background: url('../images/orange.png');	  
	background-size: 100%;	
	background-position: center;
    background-repeat: no-repeat;
	color: #fff;
	height: 20px;
	padding-left: 30px;
	width: auto;
	clear: both;
}

.navbar {
	margin-bottom: 0px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;#9d9d9d
}

.navbar-inverse .navbar-nav>li> a:hover {
    color: #9d9d9d
}

.content-body h2 {
	font-weight: bold;
}

.question  {
	border-right: 1px solid #31708f;
}

.question > p:nth-child(1) {
	color: #31708f;
}
.question > p {
	color: #fff;
	font-weight: bold;
}

.dateopentime > p {
	color: #fff;
	font-weight: bold;
}

.question-time {
	margin-top: 30px;
}

.back-to-top { 
	background: none;	 
	margin: 0;	 
	position: fixed;	 
	bottom: 60px;	 
	right: 0; 
	z-index: 100;	 
	display: none;	 
	text-decoration: none;	 
	color: #ffffff;	 
}
 
.table-responsive {
    overflow-x: auto;
}  

.table td {
    word-wrap: break-word;         /* All browsers since IE 5.5+ */
    overflow-wrap: break-word;     /* Renamed property in CSS3 draft spec */
}

.show-pages {
	text-align: left;
}

.pagination-col {
	text-align: right;
}

@media only screen and (max-width:1680px){

}
@media only screen and (max-width:1366px){

}
@media only screen and (max-width:1280px){

}
@media only screen and (max-width:1024px){

}
@media only screen and (max-width:960px){
	.container {
	    width: 100%;
	}
}
@media only screen and (max-width:768px){

	.display-first {
		display: none;
	}

	.display-collapse {
		display: block;
	}
	
	.navbar {
		margin-bottom: 0px;
	}

	.navbar-collapse {
	    padding-right: 15px;
	    padding-left: 15px;
	    overflow-x: visible;
	    -webkit-overflow-scrolling: touch;

	}	
	.navbar-header {
      	float: none;
  	}
  
  	.navbar-toggle {
      	display: block;
  	}
  	
  	.navbar-collapse.collapse {
      	display: none!important;
  	}
  	.navbar-nav {
      	float: none!important;
      	margin-top: 7.5px;
  	}
  	.navbar-nav > li {
      	float: none;
	    overflow-x: visible;
	    padding: 0px;
	    margin:0px;
	    display: block;
	    -webkit-overflow-scrolling: touch;
	    border-top: 1px solid transparent;
	    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  	}

  	.collapse.in{
      	display:block !important;
  	}

  	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	    border-color: #101010;
	}

	.navbar-nav {
	    margin: 7.5px -15px;
	}

	.custom-footer {
		background: #192427;
		color: #fff;
		text-align: center;
		font-size: 11px;
		padding-top: 10px;
		position: fixed;
		z-index: 100;
		bottom: 0;
		width: 100%;
		border-radius: 0px;
	}


	.row {
		border-radius: none;
		padding-bottom: 130px;
	}

	.navbar-brand > img {
		width: 80px;
	}

	.header > .col-sm-4:nth-child(1) {
		display: none;
	}

	.question-time div {
		padding: 10px;
		float: left;
	}

	.question-time {
		margin-left: 0px;
		width: auto;
		overflow: hidden;
		float: right;
	}

	.middle-header {
		width: auto;
		margin-right: 0px;
		float: left;
		padding: 0px;
	}

	.content-body h2 {
		text-align: center;
		font-weight: bold;
	}

	.content-body h3 {
		text-align: left;
		font-size: 1.3em;
		font-weight: bold;
	}

	.blue {
		width: 67%;
	}

	.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
	    white-space: normal;
	    word-wrap: break-word;
	    overflow-wrap: break-word;
	}
}
@media only screen and (max-width:640px){
	.navbar {
		margin-bottom: 0px;
	}

	.content-body h2 {
		text-align: center;
		font-weight: bold;
	}

	.content-body h3 {
		text-align: left;
		font-size: 1.3em;
		font-weight: bold;
	}

	.middle-header {
		width: auto;
	}

	.green {
		font-size: 0.85em;
		background-position: center;
		background-repeat: no-repeat;
		height: 17px;
		padding-top: 1px;
	}

	.black {
		font-size: 0.85em;
		background-position: center;
		background-repeat: no-repeat;
		height: 17px;
		padding-top: 1px;
	}

	.blue {
		font-size: 0.85em;
		background-position: center;
		background-repeat: no-repeat;
		height: 17px;
		padding-top: 1px;
	}

	.orange {
		font-size: 0.85em;
		background-position: center;
		background-repeat: no-repeat;
		height: 17px;
		padding-top: 1px;
	}

	.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
	    font-size: 0.85em;
	}
}
@media only screen and (max-width:480px){
	.content-body h3 {
		text-align: left;
		font-size: 0.9em;
		margin-top: 30px;
	}

	.question {
		border: 0px;
	}

	.question > p:nth-child(1) {
		margin-bottom: 2px;
	}
	.dateopentime > p:nth-child(1) {
		margin-bottom: 2px;
	}

	.question-time {
		padding: 0px;
		font-size: 0.8em;
		width: 30%;
		text-align: left;
		margin-top: 20px;
	}

	.question-time div {
		padding: 0px;
		float: left;
		clear: both;
		width: 100%;
	}


	.green {
		font-size: 0.85em;
		background-position: center;
		background-repeat: no-repeat;
		height: 17px;
		padding-top: 1px;
	}

	.black {
		font-size: 0.85em;
		background-position: center;
		background-repeat: no-repeat;
		height: 17px;
		padding-top: 1px;
	}

	.blue {
		font-size: 0.85em;
		background-position: center;
		background-repeat: no-repeat;
		height: 17px;
		padding-top: 1px;
	}

	.orange {
		font-size: 0.85em;
		background-position: center;
		background-repeat: no-repeat;
		height: 17px;
		padding-top: 1px;
	}

	.show-pages {
		text-align: center;
	}

	.pagination-col {
		text-align: center;
	}
}
@media only screen and (max-width:414px){

	.middle-header {
		width: 65%;
		margin-right: 0px;
		float: left;
		padding: 0px;
	}

	.green {
		font-size: 0.85em;
		background-position: center;
		background-repeat: no-repeat;
		height: 17px;
		padding-top: 1px;
	}

	.black {
		font-size: 0.85em;
		background-position: center;
		background-repeat: no-repeat;
		height: 17px;
		padding-top: 1px;
	}

	.blue {
		font-size: 0.85em;
		background-position: center;
		background-repeat: no-repeat;
		height: 17px;
		padding-top: 1px;
	}

	.orange {
		font-size: 0.85em;
		background-position: center;
		background-repeat: no-repeat;
		height: 17px;
		padding-top: 1px;
	}
}

@media only screen and (max-width:320px){

	.middle-header {
		width: 65%;
		margin-right: 0px;
		float: left;
		padding: 0px;
	}

	.green {
		font-size: 0.85em;
		background-position: center;
		background-repeat: no-repeat;
		height: 17px;
		padding-top: 1px;
	}

	.black {
		font-size: 0.85em;
		background-position: center;
		background-repeat: no-repeat;
		height: 17px;
		padding-top: 1px;
	}

	.blue {
		font-size: 0.85em;
		background-position: center;
		background-repeat: no-repeat;
		height: 17px;
		padding-top: 1px;
	}

	.orange {
		font-size: 0.85em;
		background-position: center;
		background-repeat: no-repeat;
		height: 17px;
		padding-top: 1px;
	}

	.question > p {
		color: #fff;
		font-weight: bold;
	}
}
