@import url("http://fonts.googleapis.com/css?family=Roboto+Condensed");

@font-face {
	font-family: "Glyphicons";
	src: url("../fonts/glyphicons-halflings-regular.eot");
	src: url("../fonts/Crimson-Roman.eot?#iefix") format("embedded-opentype"),
	     url("../fonts/Crimson-Roman.woff") format("woff"),
	     url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"),
	     url("../fonts/glyphicons-halflings-regular.svg#Glyphicons") format("svg");
	font-weight: normal;
	font-style: normal;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}
.ui-datepicker {
	width: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}
.ui-datepicker a {
	text-decoration: none;
}
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: #a396a3;
	color: #777;
	line-height: 20px;
	border-color: #614065;
	font-family: arial;
	font-size: 12px;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 7pt;
	padding: 5px 0;
	color: #666666;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: auto;
	line-height: 20px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker td span, .ui-datepicker td a.active {
	background: red;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar .ui-state-hover,
.ui-datepicker-calendar .ui-state-active {
	background: #a396a3;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #a396a3;
	filter: dropshadow(color=#a396a3, offx=0, offy=1);
	border: 1px solid #ddd;
	position: relative;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	margin-left: 0;
	background: #a396a3;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #614065;
	filter: dropshadow(color=#614065, offx=0, offy=1);
	border: 1px solid #ddd;
	position: relative;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}
.ajaxloading {
	width: 35px;
}
.navbar {
	display: none;
}
.btn.btn-default {
	background: -webkit-linear-gradient(rgb(164,150,164), rgb(98,64,101));
	background: -moz-linear-gradient(rgb(164,150,164), rgb(98,64,101));
	background: -o-linear-gradient(rgb(164,150,164), rgb(98,64,101));
	font-size: 18px;
	font-family: Roboto Condensed;
	color: #fff;
	margin-bottom: 30px;
	min-width: 200px;
}
.text-danger {
	color: #d9534f;
}
label {
	margin-top: 10px;
}
label > span {
	padding-left: 10px;
	font-size: 12px;
	color: #999;
}
label > small {
	padding-left: 10px;
}
input.form-control,
select.form-control,
textarea.form-control {
	width: 100%;
	border-radius: 0 !important;
	border: 1px solid #ccc;
	font-size: 15px;
}
input:focus.form-control,
select:focus.form-control,
textarea:focus.form-control {
	box-shadow: 0 0 3px 3px #a396a3;
	border-color: transparent;
}
.select {
   -moz-appearance: none;
   background-image: url("../images/br_down.png");
   background-repeat: no-repeat;
   background-position: right center;
}
.btn {
	background-color: #ddd;
	max-width: 120px;
	border: 1px solid #ccc;
}
body {
	font-family: Roboto Condensed;
	font-size: 14px;
}
.panel.panel-default .panel-heading {
	background: -webkit-linear-gradient(rgb(164,150,164), rgb(98,64,101));
	background: -moz-linear-gradient(rgb(164,150,164), rgb(98,64,101));
	background: -o-linear-gradient(rgb(164,150,164), rgb(98,64,101));
}
.panel.panel-default .panel-heading span {
	font-size: 18px;
	color: #fff;
	font-family: Roboto Condensed;
}
.panel.panel-default h4 {
	background-color: #999;
	color: #fff;
	padding: 5px;
	font-size: 18px;
}
h2 {
	color: #a396a3;
	font-size: 35px;
}
h4 {
	margin: -50px 0 0 0;
	font-size: 25px;
	color: #a396a3;
}
hr {
	margin: 10px 0 10px 0;
}
header {
	padding: 25px 0 25px 0;
}
header .pull-right {
	margin-top: -20px;
}
.logo img {
	width: 200px;
}
.bgtopadm {
	background: -webkit-linear-gradient(rgb(164,150,164), rgb(98,64,101));
	background: -moz-linear-gradient(rgb(164,150,164), rgb(98,64,101));
	background: -o-linear-gradient(rgb(164,150,164), rgb(98,64,101));
	width: 100%;
	height: 20px;
	margin-top: 25px;
}
.login {
	margin: 20px;
}
.login input {
	width: 32%;
}
.nav.nav-pills.nav-stacked {
	width: 90%;
	padding-right: 15px;
	margin-left: 15px;
	border-right: 1px solid #ddd;
}
.nav.nav-pills.nav-stacked > li > a {
	background-color: #f8f8f8;
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
}
.nav.nav-pills.nav-stacked > li > a:hover,
.nav.nav-pills.nav-stacked > li > a.active {
	background: -webkit-linear-gradient(rgb(164,150,164), rgb(98,64,101));
	background: -moz-linear-gradient(rgb(164,150,164), rgb(98,64,101));
	background: -o-linear-gradient(rgb(164,150,164), rgb(98,64,101));
	color: #fff;
}
.well.well-sm {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
.well.well-sm .imglarge,
.well.well-sm .imgmini {
	background-color: #fff;
	display: inline-block;
	max-width: 260px;
	margin-right: 12px;
	margin-bottom: 20px;
	border: 2px solid #ccc;
	border-radius: 6px;
}
.well.well-sm .imglarge img,
.well.well-sm .imgmini img {
	border-radius: 4px;
	width: 100%;
	height: 96px;
}
.well.well-sm .imglarge button,
.well.well-sm .imgmini button {
	font-size: 13px;
	position: absolute;
	width: auto;
	margin: -28px 0 0 0;
	border-radius: 0;
}
.well.well-sm .imglarge button.delete,
.well.well-sm .imgmini button.delete {
	margin-left: 5px;
	border-radius: 0;
}
.well.well-sm .imglarge button.info,
.well.well-sm .imgmini button.info {
	margin-left: 27px;
	padding: 1px 10px 1px 10px;
	border-radius: 0;
	width: 100%;
}
.well.well-sm .imglarge button.info:disabled {
	opacity: 9;
}
.well.well-sm .imglarge button i,
.well.well-sm .imgmini button i {
	font-size: 10px;
}
.well.well-reservations {
	margin: 0 0 20px 0;
	padding: 20px 20px 40px 20px;
}
.well.well-reservations h3 {
	margin: 0 0 15px 0;
	padding: 0;
}
.well.well-reservations ul {
	list-style: none;
	padding: 0;
}
.well.well-reservations ul li {
	font-size: 15px;
}
.table tbody tr td a {
	color: #444;
	margin-right: 10px;
}
.table tbody tr td {
	vertical-align: middle !important;
}
.table tbody tr td:last-child {
	text-align: center !important;
}
.alert.alert-danger,
.alert.alert-success {
	display: none;
	margin-top: -10px;
	border-radius: 0;
	padding: 5px;
	margin-bottom: 0px;
	height: 0px;
	font-size: 16px;
}
footer .copyright {
	clear: both;
	font-size: 16px;
	padding-top: 20px;
	border-top: 2px solid #eee;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
	color: #555;
}
.error {
	margin: 0;
	padding: 0;
}
.error > h2 {
	color: #a396a3;
	font-weight: bold;
	font-size: 80px;
	margin-bottom: 15px;
}
.error > p {
	color: #333;
	font-size: 25px;
}
.error > p > span {
	color: #777;
	font-size: 18px;
}

@media (max-width: 1199px) {
	.login input {
		width: 40%;
	}
}

@media (max-width: 967px) {
	.login input {
		width: 53%;
	}
}

@media (max-width: 767px) {
	.login {
		margin: 0;
	}
	.login input {
		width: 100%;
	}
	.login .btn.btn-default {
		width: 100%;
	}
}

@media (max-width: 580px) {
}