﻿body {
	padding-top: 50px;
	padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
	white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
	max-width: 280px;
}

/** {
 font-weight:bold;
}*/


.btn-background {
	position: fixed;
	overflow: no-display;
	margin: 0;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	background-color: black;
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}


.glyphicon-btn {
	color: #777777;
	font-size: large;
	margin-left: 3px;
	margin-right: 3px;
}


.div-inline {
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	align-items: center;
}


html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}


.wrapper {
	min-height: 100%;
	position: relative;
}

.header {
	padding: 25px;
}

.content {
	padding-top: 10px;
	padding-bottom: 70px;
	/*height:calc(100% - 160px);*/
}

.footer {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: white;
	background-color: #0f3573;
}


.container {
	width: inherit;
	max-width: 1400px;
}

#menu ul {
	list-style: none;
	margin-left: -40px;
	color: white;
}

	#menu ul a:link {
		color: white;
	}

	#menu ul a:visited {
		color: white;
	}

#menu li {
	display: inline;
	color: white;
}

	#menu li + li::before {
		content: " • ";
		padding: 0 6px;
		color: white;
	}

.k-input, .k-textbox, .form-control {
	color: black;
}

/*
grid-edit-btn{
    border-style:none;
    border:0;
}
.k-grid-edit {
    border-style:none;

}

    */

.btn-checkin {
	padding-left: 20px;
	padding-right: 20px;
	height: 65px;
	line-height: 2.4;
	font-size: 1.75em;
}

.btn-checkin-fr {
	padding-left: 20px;
	padding-right: 20px;
	height: 65px;
	line-height: 2.4;
	font-size: 1.75em;
}

.btn-close {
	padding-left: 20px;
	padding-right: 20px;
	height: 65px;
	line-height: 2.4;
	font-size: 1.75em;
}

.btn-back {
	padding-left: 20px;
	padding-right: 20px;
	height: 65px;
	line-height: 2.4;
	font-size: 1.75em;
}

.btn-cancel {
	padding-left: 20px;
	padding-right: 20px;
	height: 65px;
	line-height: 2.4;
	font-size: 1.75em;
}

.btn-letter {
	height: 60px;
	line-height: 2;
	font-weight: 700;
	padding: 0px 25px;
	margin-bottom: 25px;
	font-size: 2em;
	display: block;
	width: 80px;
}

.btn-month {
	height: 60px;
	height: 60px;
	line-height: 2;
	font-weight: 700;
	padding: 0px 40px;
	margin-bottom: 25px;
	font-size: 2em;
}

input[type=radio].selected-language:checked + label {
	color: #ddd;
	background-color: #d61118;
}

.test-sytem-icon {
	background-color: #f70505;
	font-size: 1.5em;
	color: #ffffff;
	padding: 0 5px;
	margin-top: 9px;
	font-weight: bold;
	float: right;
	border-radius: 6px;
	border: 2px solid #dd0f0f;
}

.dropdown-header {
	border-width: 0 0 1px 0;
	text-transform: uppercase;
}

	.dropdown-header > span {
		display: inline-block;
		padding: 10px;
		margin-right: 30px;
	}

		.dropdown-header > span:first-child {
			width: 50px;
		}

.selected-value {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background-size: 100%;
	margin-right: 5px;
	border-radius: 50%;
}