@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
@import url("payment.css");

html,
body {
	height: 100%;
}

.wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -60px;
	padding: 0 0 60px;
}

.wrap > .container {
	padding: 70px 15px 20px;
}

.footer {
	height: 60px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

.jumbotron {
	text-align: center;
	background-color: transparent;
}
.jumbotron h1,
h2,
.navbar-brand
{
	font-family: 'Source Sans Pro', sans-serif;
}

.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}

.not-set {
	color: #c55;
	font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding-left: 5px;
}

a.asc:after {
	content: /*"\e113"*/ "\e151";
}

a.desc:after {
	content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
	content: "\e153";
}

.sort-numerical a.desc:after {
	content: "\e154";
}

.sort-ordinal a.asc:after {
	content: "\e155";
}

.sort-ordinal a.desc:after {
	content: "\e156";
}

.grid-view th {
	white-space: nowrap;
}

.hint-block {
	display: block;
	margin-top: 5px;
	color: #999;
}

.error-summary {
	color: #a94442;
	background: #fdf7f7;
	border-left: 3px solid #eed3d7;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}

.ui-autocomplete {
	background-color: white;
	width: 300px;
	border: 1px solid #cfcfcf;
	list-style-type: none;
	padding-left: 0px;
}

.input-group > .selectpicker{
	border-top-right-radius: 0px;!important
border-bottom-right-radius: 0px;!important
}
.input-group > .input-group-btn:last-child > .selectpicker {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.input-group > .input-group-btn:first-child > .selectpicker {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.row{
	margin-top:1em;
}




/*customization*/

h1,h2{
	color: #111;
}
.row.new .input-group-addon{
	background-color: #111;
	color:#FFF;
}
.navbar-inverse {
	background-color: #96bec3;
	border-color: #86b4ba;
}

.footer {

	background-color: #e8e8df;
	border-top: 1px solid #ddd;

}

.navbar-inverse .navbar-nav > li > a {
	color: #e8e8df;
}

.navbar-inverse .navbar-brand{
	color:#FFFFFF;
}

.navbar-inverse .navbar-nav > .active > a{
	color: #96bec3;
	background-color: #e8e8df;
}

.navbar-brand{
	padding:0;

}
.navbar-brand > img {
	display:inline;
}

.btn-primary {
	color: #fff;
	background-color: #96bec3;
	border-color: #86b4ba;
}

.time{
	padding:10px;
}

.timetable td .btn{
	margin-top:10px;

}

.time td{
	width: 100px;
}
.time label, .time .form-control{
	display: inline-block;
}

.time .form-control{
	width: 70px;
}

.img{
	position:relative;
	width:320px;
	cursor: move;
	border:2px solid #CCC;
}

.img img{
	width:100%;
}

.img .banner{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	color:#fff;
	background-color: #000;
	opacity: .7;
}


/*beta*/
​.ui-helper-hidden-accessible { display:none; }
.ReactModal__Overlay{
	z-index: 99999;
}

.tam-clock{
	display: none!important;
}
