html * {
	max-height: 1000000px;
}

body {
	font-family: 'Open Sans', Arial;
}

* {
	outline: none !important;
}

a {
	cursor: pointer;
	text-decoration: none !important;
}

.navbar {
	border: none;
	border-radius: 0;
}

	.navbar .container-fluid .navbar-form:first-child {
		padding-left: 0;
	}

.navbar-form > .checkbox {
	margin-top: 5px;
}

.panel {
	border-radius: 0 !important;
}

	.panel .panel-body {
		padding: 11px;
	}

		.panel .panel-body > .table:last-child {
			margin-bottom: 0;
		}

		.panel .panel-body > * > .form-group:nth-of-type(1) {
			margin-top: 8px;
		}

.list-group-item {
	border-radius: 0 !important;
}

.form-control {
	border-color: #ddd;
	border-radius: 0 !important;
	box-shadow: none;
	color: #222;
	font-size:14px;
}

	.form-control + .alert {
		margin-top: 8px;
	}

.input-xs-clear {
	padding: 0 5px;
	line-height: 1;
	height: 18px;
	border: 0;
}

.input-md-clear {
	padding: 0 5px;
	line-height: 24px;
	height: 28px;
	border: 0;
}

.btn-group-xs > .btn, .btn-xs {
	border-radius: 3px;
	font-size: 12px;
	line-height: 1;
	height: 18px;
	padding: 0 4px !important;
}

a.btn-xs {
	line-height: 16px;
}

.has-feedback .input-sm {
	padding-right: 30px;
}

.input-group-addon {
	border-color: #aaa;
	border-radius: 0 !important;
}

.btn {
	padding: 5px 12px 7px;
	border-radius: 0 !important;
	box-shadow: none;
}

.btn-primary {
	font-weight: bold;
}

.btn-default {
	position: relative;
}

.btn-upload {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

	.btn-upload input[type='file'] {
		opacity: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 999px;
		height: 999px;
		font-size: 999px;
		cursor: pointer;
	}

h3 .btn {
	line-height: 1;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: -4px;
}

h4 .btn {
	line-height: 1;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: -4px;
}

h4 .btn-xs {
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
}

[type=file].input-md {
	padding: 4px 12px;
	line-height: 26px;
	display: inline-block;
	background-color: rgba(0,0,0,0.05);
}

.input-hide {
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 0;
}

textarea {
	min-height: 65px;
	background-color: transparent !important;
}

select.form-control {
	padding-top: 4px;
	padding-bottom: 4px;
}

.modal {
	overflow-y: auto !important;
	-webkit-transition: all ease-out !important;
	-moz-transition: all 0.2s ease-out !important;
	-o-transition: all 0.2s ease-out !important;
	transition: all 0.2s ease-out !important;
	overflow-y: auto !important;
	background-color: rgba(0,0,0,0.3);
}

	.modal.in .modal-dialog {
		/*! editthis transform to any transform you want */
		-webkit-transform: scale(1, 1) !important;
		-ms-transform: scale(1, 1) !important;
		transform: scale(1, 1) !important;
	}

	.modal.fade .modal-dialog {
		/*! disable sliding from left/right/top/bottom */
		-webkit-transform: scale(0.8, 0.8);
		-ms-transform: scale(0.8, 0.8);
		transform: scale(0.8, 0.8);
	}

.modal-backdrop.in {
	opacity:0;
}

body.modal-open {
	/*overflow: auto !important;*/
}

.modal-header {
	padding-bottom: 12px;
}

	.modal-header .close {
		margin-top: 2px;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 32px;
		font-weight: normal;
		line-height: 0.7;
		text-shadow: none;
	}

	.modal-header .modal-title {
		font-size: 22px;
		color: #999;
	}

.modal-content {
	border-radius: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.fa {
	font-size: 14px;
}

[data-toggle] {
	cursor: pointer;
}

	[data-toggle] .fa {
		color: #666;
	}

.btn-icon {
	display: inline-block;
	padding: 0;
	width: 30px;
	line-height: 30px;
	height: 30px;
	background-color: transparent;
	text-align: center;
	color: #888;
}

	.btn-icon i {
		font-size: 20px !important;
	}

	.btn-icon:hover, .btn-icon:focus {
		color: #000;
	}

.btn-icon-danger {
	color: #f00;
}

.text-overflow {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-opacity-10 {
	color: rgba(0,0,0,0.1);
}

.text-opacity-20 {
	color: rgba(0,0,0,0.2);
}

.text-bold {
	font-weight: bold;
}

.text-unbold {
	font-weight: normal !important;
}

.text-danger {
	color: #f00 !important;
}

.text-muted {
	font-weight: normal;
}

.text-success {
	color: #3baa3d;
}

.row-xs {
	margin-left: -5px;
	margin-right: -5px;
}

	.row-xs [class^='col-'], .row-xs [class*=' col-'] {
		padding-left: 5px;
		padding-right: 5px;
	}

		.row-xs [class^='col-'] .form-group, .row-xs [class*=' col-'] .form-group {
			margin-left: 0;
			margin-right: 0;
		}

.row-sm {
	margin-left: -15px;
	margin-right: -15px;
}

	.row-sm [class^='col-'], .row-sm [class*=' col-'] {
		padding-left: 15px;
		padding-right: 15px;
	}

th > label, td > label {
	margin-bottom: 0;
}

.alert {
	margin-bottom: 0;
	padding: 8px 10px;
	border: 0;
	border-radius: 0;
}

.table {
}

	.table thead th {
		white-space: nowrap;
		font-weight: 600;
		text-transform: uppercase;
		color: #aaa;
	}

	.table tbody tr:last-child td {
		border-bottom: 1px #ddd solid;
	}

	.table th, .table td {
		height: 34px;
	}

.table-tbody {
}

	.table-tbody > tbody + tbody {
		border: 0;
	}

	.table-tbody > tbody > tr:nth-of-type(2n+1) {
		background-color: transparent;
	}

	.table-tbody > tbody:nth-of-type(2n+1) > tr {
		background-color: #f9f9f9;
	}

.table-th-td-center {
}

	.table-th-td-center th,
	.table-th-td-center td {
		text-align: center;
	}

	.table-th-td-center input {
		text-align: center;
	}

.checkbox,
.radio {
	line-height: 1.3;
}

.radio-inline {
	line-height: 1.3;
}

input[type="radio"], input[type="checkbox"] {
	margin-top: 2px;
}

.bg-muted {
	background-color: rgba(128,128,128,0.1);
}

.bg-disable {
	background-color: rgba(0,0,0,0.1);
}

.checkbox-right {
}

	.checkbox-right label {
		display: block;
		padding-left: 0;
		padding-right: 20px;
		text-align: right;
	}

		.checkbox-right label input {
			right: 0;
		}

.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.input-text-right {
	text-align: right !important;
}

	.input-text-right input[type='text'] {
		text-align: right;
	}

.input-text-center {
	text-align: center !important;
}

	.input-text-center input[type='text'] {
		text-align: center;
	}

.bg-primary {
	color: #fff;
	background-color: #337ab7 !important;
}

.bg-success {
	background-color: #dff0d8 !important;
}

.bg-info {
	background-color: #d9edf7 !important;
}

.bg-warning {
	background-color: #fcf8e3 !important;
}

.bg-danger {
	background-color: #f2dede !important;
}

.lead {
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: normal;
}

	.lead i {
		font-size: 17px;
	}

	.lead.navbar-text {
		margin-top: 13px;
		margin-bottom: 13px;
	}

.input-table {
	padding: 0;
	width: 100%;
	border: 0;
	border-bottom: 1px rgba(0,0,0,0.1) solid;
	background-color: transparent;
}

.select-table {
	margin: -1px 0 0;
	padding: 0;
	width: 100%;
	height: 20px;
	border: 0;
	border-bottom: 1px rgba(0,0,0,0.1) solid;
	background-color: transparent;
}

.k-input-table {
	padding: 0 !important;
	width: 100% !important;
	height: auto !important;
	line-height: 1.235 !important;
	border: 0 !important;
	border-bottom: 1px rgba(0,0,0,0.1) solid !important;
	background-color: transparent !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

span.k-input-table {
	border: 0 !important;
}

.table-feedback-calendar {
	width: 120px;
}

	.table-feedback-calendar .form-control-feedback {
		right: 5px !important;
	}

.btn-group-tab {
}

	.btn-group-tab > a {
		padding-right: 25px !important;
	}

	.btn-group-tab > .dropdown-toggle {
		position: absolute;
		top: 50%;
		right: 5px;
		margin-top: -13px;
		width: 20px;
		height: 24px;
		line-height: 1;
		border: none;
		background-color: transparent;
	}

		.btn-group-tab > .dropdown-toggle:hover {
			background-color: rgba(0,0,0,0.1) !important;
		}

.has-feedback .form-control {
	padding-right: 30px;
}

.form-control-feedback {
	color: #aaa;
	font-size: 13px;
}

.form-group-title {
	margin: 15px 0 10px;
	padding: 0;
	font-size: 16px;
}

.require {
}

	.require:after {
		content: "*";
		display: inline-block;
		color: #f00;
		font-weight: bold;
	}

.btn-wide {
	padding-left: 30px;
	padding-right: 30px;
}

.navbar-nav {
	margin: 0;
}

.navbar-right {
	float: right !important;
}

.navbar-header {
	float: left;
	margin-right: 0 !important;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	border-color: #fff;
}

.form-group {
	min-height: 30px;
}

.badge {
	background-color: #bbb;
}

.img-1-1 {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	padding: 100% 0 0 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

	.img-1-1 img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		visibility: hidden;
	}

.img-4-3 {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	padding: 75% 0 0 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

	.img-4-3 img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		visibility: hidden;
	}

.img-3-4 {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	padding: 125% 0 0 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

	.img-3-4 img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		visibility: hidden;
	}

.img-16-9 {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	padding: 56.25% 0 0 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 1px #aaa;
}

	.img-16-9 img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		visibility: hidden;
	}

	.img-16-9 .btn-play {
		background-color: #000;
		border-radius: 10px;
		color: #fff;
		font-size: 22px;
		height: 40px;
		left: 50%;
		line-height: 36px;
		margin: -20px 0 0 -20px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 40px;
		opacity: 0.8;
	}

	.img-16-9 .icon {
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -20px 0 0 -20px;
		font-size: 40px;
	}

	.img-16-9:hover .btn-play {
		background-color: #f00;
	}

.img-21-9 {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	padding: 42.857% 0 0 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

	.img-21-9 img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		visibility: hidden;
	}

.img-A3 {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	padding: 141.4196% 0 0 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

	.img-A3 img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		visibility: hidden;
	}

.k-dropdownlist {
}

	.k-dropdownlist .k-dropdown-wrap {
		padding: 2px 1.9em 0 0;
		border-radius: 0 !important;
		border-color: #ddd !important;
	}

	.k-dropdownlist .k-input {
		height: 22px !important;
		margin: 0 !important;
		padding: 2px 10px !important;
	}

.k-autocomplete {
	border-radius: 0;
}

	.k-autocomplete > input {
		box-shadow: none !important;
	}

	.k-autocomplete.k-state-hover {
		background-color: transparent !important;
	}

.list-margin-10 {
	margin-left: -10px !important;
	margin-right: -10px !important;
}

	.list-margin-10 > * {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

.dropdown-menu {
	font-size: 14px;
}

	.dropdown-menu > li > a {
		line-height: 1.42857143;
	}

		.dropdown-menu > li > a > .fa {
			margin-right: 2px;
			width: 20px;
			font-size: 16px;
		}
