@charset "utf-8";
/* CSS Document */

.plani {
    margin-bottom: 100px;
}

#form_load_res{
	max-width: 180px;
    margin-top: 5px;
    margin-right: -5px;
    padding-bottom: 0px;
}

#form_load_res .input-group{
	margin: 0 !important;
}

#form_load_res{}

#form_load_res{}


.modal-header .llave {
    font-size: 12px;
    margin-left: 30px;
    margin-bottom: 0;
	margin-top: 4px;
}

.modal-header .llave .btn {
    font-size: 12px;
    padding: 4px 10px;
	background-color: rgba(124, 124, 124, 0.17) !important;
    color: #888 !important;
}

.modal-header .llave .btn:hover {
    background-color: rgba(26, 187, 156, 0.25) !important;
    color: rgba(0, 0, 0, 0.59) !important;
}

.modal-header .llave .btn.active {
    background-color: #1abb9c !important;
    color: #fff !important;
}

.modal-header .llave .form-group {
    margin-bottom: 0;
}

.modal-header .btn-group{
	margin-top: -8px;
    margin-left: 5px;
}


.plani .planificador{
	width: 100%;
	border-collapse: collapse;
	position: relative;
	background-color: #fff;
	margin-top: -20px;
}

.planificador thead, .planificador tbody, .planificador tr, .planificador th, .planificador td{
    box-shadow: inset -15px -15px 35px -30px #000;
    box-shadow: inset -15px -15px 1px -15px rgba(0, 0, 0, 0.5);
}

.planificador tr{
	
}

.planificador th, .planificador td{
	padding: 10px;
}

.planificador th{
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	padding: 5px 10px;
	font-size: 12px;
}

.planificador .is_stuck {
    box-shadow: 0px 4px 30px -10px #000;
	z-index: 10;
}

.planificador .is_stuck tr{
	width: 100%;
}


.planificador th:first-child{
	text-align: left;
}

.planificador td{
	background-color: #fff;
}

.planificador th, .planificador td{
	width: 14%;
}

.planificador th:first-child, .planificador td:first-child{
	width: 2%;
}

.planificador tbody{
	
}

.planificador thead, .planificador .no_sticky{
	background-color: rgba(40,60,80,1);
    color: #fff;
}

.planificador td:first-child{
	background-color: rgba(0, 0, 0, 0.03);
	color: rgba(0,0,0,0.6);
	font-weight: bold;
}

.planificador .sticky{
	opacity: 0;
}

.planificador .is_stuck{
	opacity: 1;
}

.info_date .text-left{
	float: left !important;
}

.info_date .text-right{
	float: right !important;
}



.controls a{
	border-radius: 0;
    margin: 5px -3px;
    padding: 5px 15px;
}

.controls a:first-child{
	border-radius: 5px 0 0 5px;
}

.controls a:last-child{
	border-radius: 0 5px 5px 0;
}

.controls a figure {
    width: 7px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    border-radius: 100%;
}

.controls a.active figure {
    display: none;
}

.space{
	display: block;
	margin: 10px 0;
}

.plani h5{
	color: rgba(0,0,0,0.3);
}

.plani span.info{
	font-weight: bold;
	color: rgba(0,0,0,0.5);
}

.plani .form-group label{
	display: none !important;
}

.plani form.load_plani{
	float: right;
	max-width: 50%;
}

.plani form.load_plani .form-group{
	margin: 0 15px;
    margin-top: 3px;
}

.plani form.load_plani .form-group input{
	border-radius: 5px 0 0 5px;
}

.plani form.load_plani .input-group-addon{
	border-radius: 0 5px 5px 0 !important;
}

/*.is_stuck{
	display:table;
}*/

.planificador .btn-reservar{
	color: #ccc;
	border-color: #ccc;
	text-transform: uppercase;
	font-size: 10px;
}




h2.StepTitle {
    background-color: #34495E;
    margin: 20px -15px;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
}

.wizard h3:first-child {
	margin-top: 0;
}


.steps .step{
	display: none;
}

.steps .step.selected{
	display: block;
}

.wizard .jumbotron {
    padding: 20px !important;
    border: 2px solid rgb(38, 185, 154);
    background-color: transparent;
    margin-bottom: 10px;
}





.wizard_horizontal ul.wizard_steps li.disabled a .step_no,
.wizard_horizontal ul.wizard_steps li.disabled a:before{
    background: #ccc;
}


.wizard_horizontal ul.wizard_steps li.done a .step_no,
.wizard_horizontal ul.wizard_steps li.done a:before{
    background: #1ABB9C;
}

.wizard_horizontal ul.wizard_steps li.selected a .step_no,
.wizard_horizontal ul.wizard_steps li.selected a:before{
    background: #34495E;
}


.wizard_horizontal ul.wizard_steps{
	padding:0;
}

.wizard .modal-footer{
	text-align: center;
}

.wizard .modal-footer button{
	margin: -2px !important;
    border-radius: 0;
}

.wizard .modal-footer button:first-child{
	border-radius: 5px 0 0 5px;
}

.wizard .modal-footer button:last-child{
	border-radius: 0 5px 5px 0;
}

#guardar_reserva{
    display: none;
    padding: 20px 40px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#msg_guardar_reserva{
	display: block;
	color: #ed0000;
    font-size: 15px;
    border-color: #b90000;
}


.planificador td, .planificador td *{
	transition: .2s;
}


.planificador td .btn-reservar{
	background-color: transparent;
}

.planificador td.reservacion{
	padding: 15px;
	position: relative;
	cursor: pointer;
	background-color: rgba(238, 238, 238, 0.4);
}

.planificador td.reservacion h5{
    font-size: 12px;
    color: #555;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 10px;
    text-align: left;
	margin-top: 25px;
}

.planificador td.reservacion h5 .btn{
	margin-right: 10px;
}

.planificador td.reservacion label{
	background-color: transparent;
    color: rgba(119, 119, 119, 0.6);
    font-size: 16px;
}

.planificador td.reservacion .badge{
	background-color: rgba(119, 119, 119, 0.6);
}


.planificador td.selected{
    /*transform: scale(1.07);*/
	z-index: 1;
	box-shadow: 0px 10px 40px -20px #000;
}

.planificador td.selected::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	z-index: -1;
}

.planificador td.selected h5{
    color: #fff;
	border-bottom-color: rgba(255, 255, 255, 0.3);
}

.planificador td.selected label{
    color: rgba(255, 255, 255, 0.5);
}

.planificador td.selected .badge{
    background-color: rgba(255, 255, 255, 0.5);
}

.planificador td.selected h5 .btn{
    background-color: rgba(255, 255, 255, 0.5);
}

.planificador td.selected h5 .btn{
    border-color: #fff;
}

.planificador td.selected h5 .btn i{
    color: #fff;
}

.planificador td.reservacion .info label * {
    font-size: 12px;
}

.wizard #tarifas{
	margin-bottom: 15px;
}

.wizard #tarifas .tarifa {
    border-left: 1px solid #ccc;
    margin: 3px 0;
    width: auto;
    padding: 2px 10px;
    display: inline-block;
    font-size: 12px;
}

.wizard #tarifas .tarifa:first-child {
	border: 0;
}



.info_res *{
	transition: .2s !important;
	-webkit-transition: .2s !important;
	-moz-transition: .2s !important;
}


.info_res {
	padding: 15px 25px;
    margin-right: 10px;
    background-color: #34495e;
	/*
	background: -moz-linear-gradient(top, #26b99a 0%, #223445 100%);
	background: -webkit-linear-gradient(top, #26b99a 0%,#223445 100%);
	background: linear-gradient(to bottom, #26b99a 0%,#223445 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26b99a', endColorstr='#223445',GradientType=0 );
	*/
}

.info_res article {
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 -10px;
    padding: 10px;
    color: #fff;
}

.info_res article.entrada:hover, 
.info_res article.salida:hover, 
.info_res article.colones:hover, 
.info_res article.dolares:hover, 
.info_res .fast article:hover
{
	background-color: #1abb9c !important;
}

.info_res > .row {
    margin-bottom: 10px;
}


.info_res .observaciones{
	background-color: rgba(255, 255, 255, 0.4);
}


.info_res .entrada, 
.info_res .salida{
	color:#fff;
}

.info_res .entrada h2, 
.info_res .salida h2{
	border: 0;
	padding-bottom: 0;
}

.info_res .entrada h2::after, 
.info_res .salida h2::after{
	content: "";
	width: 10%;
	height: 2px;
	background-color: #fff;
	display: block;
    margin-top: 6px;
}

.info_res .entrada{
	background-color: rgba(0, 0, 0, 0.4);
}

.info_res .salida{
	background-color: rgba(0, 0, 0, 0.6);
}

.info_res .sale {
    margin: 5px 0;
	padding: 0;
}

.queda {
    font-size: 18px;
    margin-top: -5px !important;
    margin-right: 5px;
}

.sale.pasado {
	
}

.sale.presente {
    background-color: rgba(223, 31, 0, 0.7);
}

.sale.futuro {
    background-color: rgba(26, 187, 156, 0.5);
}

.info_res .sale .desc{
	background-color: rgba(255, 255, 255, 0.05);
    padding: 5px;
    display: block;
    text-align: center;
	font-size: 10px;
}

.info_res .sale .sale_info{
	background-color: rgba(255, 255, 255, 0.1);
    padding: 10px;
    display: block;
    text-align: center;
    font-size: 12px;
}


.info_res .fast{
	margin: 10px -15px;
}

.info_res .fast article{
	margin: 0 -5px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
	font-size: 25px;
}

.info_res .fast .desc {
    background-color: rgba(0, 0, 0, 0.36);
    display: block;
    margin: -10px;
    margin-top: 10px;
    padding: 5px;
    font-size: 10px;
}

.info_res .fast i,
.info_res .fast .info{}

.info_res .fast .danger{
	background-color: #D93600;
}



.info_res .status article{
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
}

.info_res .status .dolares{
	background-color: rgba(0, 0, 0, 0.3);
}


.info_res .status .desc{
	text-align: right;
    font-size: 10px;
}


.info_res .status .desc{
	text-align: right;
    font-size: 10px;
}


.info_res .status .precio_inicial {
	font-size: 20px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.5);
}

.info_res .status .precio_inicial > span {
	font-size: 10px;
}

.info_res .status .precio_final {
    font-size: 24px;
}


.info_res .btns{
    margin: 0px -25px;
    padding: 0 5px;
    margin-top: 20px;
    border-top: 1px solid;
    padding-top: 20px;
}

.factura .info_res .btns {
    margin-top: -20px;
    border-top: 0;
}

.info_res .btns .btn {
    font-size: 14px;
    width: 100%;
    padding: 10px;
    border: 2px solid #fff;
	background-color: #fff;
	color: #34495e;
}

.info_res .btns .btn i {
    display: block;
    font-size: 30px;
    margin-bottom: 5px;
	color: #34495e;
}

.info_res .btns .btn:hover {
	background-color: transparent;
	color: #fff;
}

.info_res .btns .btn:hover i {
	color: #fff;
}


.info_res .btns .btn-print {
    font-size: 10px;
    font-weight: bold;
	text-align: left;
}

.info_res .btns .btn-print i {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin: -10px 5px;
}

tr.saved{
	
}

tr.new{
	color: #26b99a;
}

.pagos .info_res {
    margin: 0px -25px;
    margin-bottom: -25px;
    padding: 20px 40px;
	background-color: rgba(0,0,0,0.05);
}


.pagos .info_res .btns .btn {
	color: #fff;
	border-color: rgba(0,0,0,0.06);
	background-color: #26b99a;
	margin: 10px 0;
	white-space: normal;
}

.pagos .info_res .btns .btn i {
	color: #fff;
}

.pagos .info_res .btns .btn:hover {
	background-color: transparent;
	color: #34495e;
	border-color: #34495e;
}

.pagos .info_res .btns .btn:hover i {
	color: #34495e;
}




.info_res .btns .btns_factura .btn {
    margin: 10px;
    width: auto;
    max-width: 100px;
}

.info_res .btns .btns_factura.btns_blue .btn{
	background-color: #1aa7bb;
}

.info_res .btns .btns_factura.btns_blue .btn:hover{
	background-color: transparent;
}


.pagos .switchery {
    width: 32px;
    height: 20px;
}

.pagos .switchery>small {
    width: 20px;
    height: 20px;
}

td .form-group .btn{
	margin-bottom: 0;
}

td .switch {
    margin: 0;
    margin-top: 5px;
}

td .switch span{
	margin: 0;
}

td input[type=checkbox] {
    width: 25px;
    height: 25px;
}

.pagos .calculator {
    font-size: 18px !important;
    color: #34495e;
    background-color: rgba(42, 63, 84, 0.1);
}



.shadow-left blockquote{
	margin-bottom: 0px;
}


#add_detalle_factura{
    padding: 20px;
    border: 2px solid;
    background-color: #f8f8f8;
}

#admin_factura {
    padding: 0 30px;
    background-color: #ffffff;
    margin: 0 -10px;
    margin-right: 10px;
	border-right: 1px solid #e5e5e5;
}

.table_detalles{
	
}

.paso{
	border: 0;
    border-radius: 20px;
    padding: 3px;
    color: #fff;
    margin: 10px 0px;
    background-color: #26b99a;
    font-weight: bold;
}

.paso span{
	
}

.paso figure{
	display: inline-block;
    background-color: #00000057;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    width: 20px;
    height: 20px;
}


.factura .info_res {
    background-color: transparent;
    margin: 0;
    padding: 0 30px;
}

.factura .info_res .btns .btn{
	font-size: 10px;
}



.wizard_horizontal ul.wizard_steps *{
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
}

.wizard_horizontal ul.wizard_steps li{
	cursor: default;
}

.wizard_horizontal ul.wizard_steps li.done{
	cursor: pointer;
}


ul.bar_tabs {
    background: #34495e;
    height: auto;
    margin: 0;
    padding: 0px;
    padding-top: 15px;
}

ul.bar_tabs>li.active {
    margin-top: 0px;
    border: 0px !important;
}

ul.bar_tabs>li {
    border-radius: 0;
    margin: 0;
    margin-left: 7px;
    background-color: transparent;
    border: 0 !important;
}

ul.bar_tabs>li a {
    padding: 7px 12px;
    background: rgba(255, 255, 255, 0.56);
    margin: 0;
    border-radius: 4px 4px 0 0;
    color: #fff;
    cursor: pointer;
	border: 0 !important;
}

ul.bar_tabs>li a:hover {
    background-color: #26b99a;
}



.w_panel h6 {
    background-color: #3ac0a3;
    padding: 10px 15px;
    color: #fff;
    margin-bottom: 0px;
    font-size: 16px;
	margin-top: 0;
}

.w_content {
    padding: 15px;
    border: 1px solid #3ac0a3;
    border-top: 0;
    margin-bottom: 12px;
    margin-top: 0px;
}

.wizard.update {
	margin: 10px -10px;
    margin-right: -15px;
}

.planificador th.today{
	background-color: rgba(0, 0, 0, 0.4);
}

.planificador td.today .btn-reservar{
    color: #555;
    border-color: #555;
}


.wizard .step, .planificador td.reservacion *{
	transition: 0s !important;
	-webkit-transition: 0s !important;
	-moz-transition: 0s !important;
}

#check_reservacion h4 {
    margin-top: 10px;
}

#check_reservacion .label {
    display: block;
    white-space: normal;
    line-height: 15px;
    font-size: 10px;
    padding: 10px;
    margin: 0 -3px;
    margin-left: -13px;
}

.past .btn-reservar {
    display: none;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
    color: rgba(153, 153, 153, 0.3) !important;
	text-decoration: none !important;
}


.id_res {
    display: none;
    position: absolute;
    top: 6px;
    right: 0px;
    font-size: 10px;
    padding: 3px 5px;
    padding-right: 18px;
    line-height: unset;
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
    text-align: right;
	border-radius: 3px 0px 0px 3px;
}

.selected .id_res {
	display: block;
}


.planificador td.reservacion .important_data{
	margin: 0;
    position: absolute;
    top: 0px;
    left: 10px;
    text-align: left;
}

.planificador td.reservacion .important_data label{
	padding: 4px;
    border-radius: 0 0 3px 3px;
    color: #777;
    display: inline-block;
    margin-right: 3px;
    border: 1px solid;
    border-top: 0;
    font-size: 12px;
}

.planificador td.reservacion.selected .important_data label{
    color: #fff;
    background-color: rgba(0,0,0, 0.2);
	border-color: transparent;
}

blockquote p {
    margin: 0;
}

blockquote hr {
    margin: 10px 0;
}

.no_edit_res {
    border: 3px solid #3fc1a5;
    background-color: transparent;
    margin: 20px;
    color: #3fc1a5;
}


.navbar-nav .open .dropdown-menu.msg_list {
    width: 200px;
    text-align: right;
	padding: 5px;
}

ul.msg_list li {
    margin: 2px 0;
    width: 100% !important;
    padding: 0 !important;
}

ul.msg_list li a {
    padding: 10px !important;
    padding-right: 20px !important;
    border-right: 3px solid;
}

ul.msg_list li a:hover {
    background-color: rgba(144, 144, 144, 0.2);
}

.dropdown-menu.msg_list span {
    display: block;
}

.modal-header .close {
	background-color: #eb4646;
    opacity: 1;
    padding: 10px;
    color: #fff;
    margin-right: 4px;
    margin-top: -15px;
    margin-bottom: 0px;
}

.modal-header .close:hover {
	background-color: #AD2626;
}

.entrada h5, .salida h5 {
    font-size: 12px;
}

.cliente_titulo{
    font-weight: bold;
    color: #1abb9c;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.wizard_horizontal ul.wizard_steps li {
    width: 30%;
}

.wizard_horizontal ul.wizard_steps li:hover {
    display: table-cell;
}


.confirm_delete {
	display: none;
    position: absolute;
    background-color: #e50f00;
    color: #fff;
    padding: 10px;
    padding-top: 50px;
    bottom: 0;
    right: 45px;
    box-shadow: 0px 5px 20px -5px #000;
    margin: 0 -40px;
    z-index: 10000;
    transition: 0s !important;
    -webkit-transition: 0s !important;
    -moz-transition: 0s !important;
}

.confirm_delete .close {
    width: auto !important;
    margin: 0;
    padding: 5px 10px !important;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0.5;
}

.confirm_delete .btn i {
    display: inline-block !important;
    font-size: initial !important;
}

.info_res .switch .switchery {
    display: block;
    margin-bottom: 10px;
    margin-top: -10px;
}


.llave .btn {
    width: auto !important;
    border: 0 !important;
	background-color: rgba(255,255,255,0.17) !important;
	color: #fff !important;
}

.llave .btn:hover{
	background-color: #fff !important;
	color: #34495e !important;
}

.llave .btn.active {
    background-color: #1abb9c !important;
    color: #fff !important;
}


#s_servicio {
    padding: 18px;
}

.form-control-feedback.right {
    margin-right: -10px;
}

.pagos .btn-default.active, 
.pagos .btn-default:active {
    color: #fff;
    background-color: #3fc1a5;
    border-color: #0000003d;
}


.pagos .form-group {
    margin-bottom: 6px;
    margin-top: 0px;
}

#table_pagos .form-group label{
	font-size: 12px;
}

.pagos h2 {
    margin: 30px -10px;
    background-color: #2a3f54;
    padding: 15px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    border: 0;
	margin-top: 0;
}

.btn-save {
    margin: 10px 0px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #CFD8DC;
}

.pagos table th.total {
    font-size: 18px;
    font-weight: bold;
}

.pagos table td.total {
    color: #3fc0a5;
    font-size: 16px;
    font-weight: bold;
}


.pagos table td.saldo {
    color: #E53935;
    font-weight: bold;
}


.pagos #saldo_hospedaje {
    background-color: #fff;
    color: #3fc0a5;
    font-size: 35px;
    border-left: 1px solid #ccc;
    padding-left: 15px;
	height: 55px;
}


.pagos h2 > span {
    margin-top: 8px;
}


.total_servicios {
    background-color: #2a3f5421;
    margin-top: -30px;
    margin-bottom: 20px;
}


.total_servicios .info {
    padding: 16px;
    font-size: 16px;
}

.total_servicios .info > span {
    font-size: 20px;
}

.pagos .totales{
	padding: 25px;
    background-color: rgba(227, 230, 233, 0.5);
}

.final_row td {
    font-weight: bold;
    border-top: 3px solid rgba(42, 63, 84, 0.3) !important;
    padding-top: 15px !important;
}


#table_pagos th {
    font-size: 10px;
}

.scrollableX {
    /*overflow-x: auto;
    padding-bottom: 10px;*/
}


.controls_plani{
	padding: 3px;
}


@media (max-width: 991px){
	.right_col {
    	padding: 20px!important;
	}
}



@media (max-width:768px){
	
	.controls{
		width: auto !important;
	}
	
	.is_stuck{
		display: none !important;
	}
	
	.planificador .btn-reservar{
		font-size: 16px;
	}
	
	.planificador .btn-reservar span{
		display: none;
	}
	
}
