form .error {
	background: #f2dede;
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none !important;
	border-radius: none !important;
	border: none;
	background: none;
	margin: 0;
	padding-left: 15px;
	padding-right: 0;
}

form .error,
form .error-message {
	color: #a94442;
	padding-top:15px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

.form-signin h2.form-signin-heading{
	background: white !important;
}

a.logo span{
	color: #16aad8 !important;
}

ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i{
	color: #16aad8 !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.adv-table .dataTables_filter input,.adv-table .dataTables_length select{
	border: 1px solid #e2e2e4;
	box-shadow: none;
	border-radius: 4px;
}

.top-nav ul.top-menu > li .dropdown-menu.logout{
	width:100px !important;
}

.dropdown-menu.extended.logout > li{
	width:100%;
}

.dropdown-menu.extended.logout > li:last-child{
	background: #16aad8;
}

.btn-soft-blue{
	background-clip:padding-box;
	background-color:#0179A9;
	border-color: #0179A9;
	color:white;
	margin-bottom:3px;
}

.btn-dark-blue{
	background-clip:padding-box;
	background-color:#3855A7;
	border-color: #3855A7;
	color:white;
	margin-bottom:3px;
}

.btn-info {
    background-color: #58c9f3 !important;
    border-color: #58c9f3 !important;
    color: #FFFFFF !important;
}

iframe{
    border: 0 !important;
}

.btn-reserva{
    color:#fff !important;
    background-color: #665a61;
    border-color: #665a61;
}

.btn-reserva:hover{
    color:#665a61 !important;
    background-color:#fff;
    border-color:#fff;
}