body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/loguin.jpg');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
}
.img_responsive{
	max-width: 100%;
	height: auto;
}
.img_responsive_menu{
	max-width: 100%;
	height: auto;
	max-height: 100px;
}
#wapper_page{
	width: 100%;
	height: 100%;
}
.header_website{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url('../images/bar_header.jpg');
	background-size: 890px 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: rgb(255,255,255,1);
}
.headerflex{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;

	justify-content: space-between;
}
.logo{
	margin-right: 50px;
}
.banner_header{
	margin-left: 50px;
}
.content_body_categories{
	width: 100%;
	background-image: url('../images/bar_menu.jpg');
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #f5eede;
	padding-top: 15px;
	padding-bottom: 15px;
}
.owl-theme{
	padding-right: 10px;
	padding-left: 10px;
}
.owl-prev{
    position: absolute;
    top: 25px;
    left: -5%;
}
.owl-carousel .owl-nav button.owl-prev span{
	background-image: url('../images/arrow_left.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	background-size: 100% 100%;
	width: 56px;
	height: 103px;
	display: block;
	text-indent: -999999999999px;
}
.owl-next{
    position: absolute;
    top: 25px;
    right: -5%;
}
.owl-carousel .owl-nav button.owl-next span{
	background-image: url('../images/arrow_right.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	background-size: 100% 100%;
	width: 56px;
	height: 103px;
	display: block;
	text-indent: -999999999999px;
}
.owl-item .item{
	padding: 10px 0px;
}
.block_img{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.block_link{
	display: block;
	cursor: pointer;
	margin-bottom:10px;
	border: 1px solid #b69e58;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.75);
	position: relative;
	overflow: hidden;
}
.block_link.zoom {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
 
.transition {
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.title_item{
	font-size: 12px;
	font-weight: bold;
}
.carousel-caption_cantera{
	position: relative;
	right: 0px;
	left: 0px;
}
.modal-dialog{
	width: 60%;
}
.grid_block{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	align-items: center;
	margin-bottom: 15px;
	height: 180px;
}
.grid_block h3{
	font-size: 16px;
}
.link_item_prod{
	display: block;
}
.img_prod_fix{
	max-width: 100%;
	height: auto;
	max-height: 120px;
}
.carousel-control{
	width: 10%;
}
.carousel-control.left, .carousel-control.right{
	background-image: none;
}
.title_prod_carousel{
	color: #222222;
	text-transform: uppercase;
}
.content_reserva{
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url('../images/bg_content_body.png');
	background-repeat: no-repeat;
	background-position: right center;
}
.hidden_table{
	display: none;
}
.content_form{
	width: 100%;
	padding:20px 35px;
	border: 1px solid #e7e7e7;
	border-radius: 10px;
	background-image: url('../images/bg_boxform.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.controls_clients{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: nowrap;
	flex-direction: row;
}
.login_container{
	height: 100%;
}
.section_login{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
	min-height: 400px;
	height: 100%;
}
.block_login{
	width: 300px;
}


.login-form-signin{
	background-image: url('../images/bg_form_login.jpg');
	background-color: #096f8b;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
}
.login-form-signin h2.login-form-signin-heading{
	background-color: transparent;
	padding: 10px 5px;
}
.text_left{
	width: 100%;
	text-align: left;
	color: #ffffff;
}
.btn_center{
	background-image: url('../images/bg_button_login.jpg');
	background-repeat: repeat-x;
	background-position: left top;
}
.center_block{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
}

.background_login{
	/*background-image: url('../');*/
}

.btn_categories{
	border-radius: 10px;
	border-color: #ffffff;
	text-transform: uppercase;
	background-color: #ffffff;
	color: #b69e58;
	cursor: default;
	box-shadow: inset 0 3px 5px rgba(0,0,0,0) !important;
	white-space:normal;
	font-size: 12px;
}
.btn_categories:hover{
	background-color: #ffffff;
	border-color: #ffffff;
	color: #b69e58;
}
.btn_golden{
	padding: 14px 20px;
	border: 0px;
	text-transform: uppercase;
	background-image: url('../images/btn_golden.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: #c09f52;
}
.btn_golden{
}
h1, h2, h3, h4, h5, h6{
	color: #b69e58;
}
.flex_block{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
}
.table{
	background-color: #ffffff;
	border: 1px solid #dddddd;
}
.block_food{
	border: 1px solid #b69e58;
	padding: 5px;
	border-radius: 5px;
	text-align: center;
}
textarea.form-control{
	resize: none;
}
#total_cost{
	font-size: 24px;
}
.fieldset_block{
	border-radius: 5px;
	border: 1px solid #b69e58;
	background: #f5eede;
	padding: 10px;
	position: relative;
	margin: 30px 0px;
	display: block;
}
span.error{
	color: red;
	font-style: italic;
	font-size: 12px;
}
.block_link_delete{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: flex-end;
}
#wapper_page .box-info .btn{
	width: 100%;
	margin-top: 5px;
}
#wapper_page .box-info .btn.btn-primary{
	background-color: #bd9d51;
	border-color: #bd9d51;
}
hr.blank-separator{
	border-color: transparent;
}
fieldset legend{
	margin-bottom: 0px;
    background: white;
    display: inline-block;
    width: auto;
    padding: 5px 15px;
    border-radius: 5px;
    background-color: #f5f5f5;
    border: 1px solid #b69e58;
    font-size: 15px;
    color: #b69e58;
    text-align: left;
    min-width: 120px;
}
fieldset legend .fa{
	margin-right: 4px;
}
select{
	cursor: pointer;
}
.navbar-top-menu{
	border: 1px solid #bbb;
	border-radius: 4px;
	background: #f9f9f9;
}
#wapper_page .box-info .options-buttons .btn{
	width: auto;
}
label.error{
	color: #ff0000;
	font-weight: normal;
	margin-top: 4px;
	font-size: 14px;
}
input.input-info-only{
	background: transparent !important;
}
.datepicker, .datepicker_event{
	cursor: pointer !important;
}
.ui-datepicker td.reserved-date{
	opacity: 1;
	filter: none;
}
.ui-datepicker td.reserved-date span.ui-state-default{
	background: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}
.tr-template{
	display: none;
}
.payment-date{
	cursor: pointer;
}
.fieldset_block .box-info.menu-options-food{
	background: #fff;
	border: 1px solid #dddddd;
	padding: 8px;
}
.menu-options-food h3{
	font-size: 20px;
	margin: 0px 0px 5px 0px;
}
.menu-options-food-box{
	width: 100%;
}
.food-list{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.food-list li{
	margin: 4px 0px;
}
.food-list li label{
	cursor: pointer;
}
.food-list li input[type="checkbox"]{
	margin-right: 3px;
}
#wapper_page .btn.print-message-btn{
    width: auto;
    float: right;
    margin-bottom: 10px;
}
.custom-tab-events{
	display: block;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
.custom-tab-events li{
	display: inline-block;
}
.custom-tab-events li a{
	display: block;
	border: 1px solid #ddd;
	padding: 10px 20px;
	text-decoration: none;
	background-color: #ffffff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.custom-tab-events li a.active{
	color: #ffffff;
	background-color: #c2a259;
}
.custom-tab-events-content{
	width: 100%;
	border: 1px solid #ddd;
	padding: 20px;
	background-color: #ffffff;
}
.table-add-elements{
	background-color: transparent;
	border: 0px !important;
}
.table-add-elements td,
.table-add-elements th{
	border: 0px !important;
}
.box-info-payments{
	border: 1px solid #dddddd;
}
#table-payment{
	margin-bottom: 0px;
}
.fieldset-price{
	background-color: #ffffff;
	border: 2px solid #444;
}
.fieldset-price legend{
	background-color: #ffffff;
	border: 2px solid #444;
	color: #000;
}
.site-name{
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.site-name-login{
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 0px;
	font-size: 25px;
	padding-bottom: 0px;
}

/**************************** Cantera Dia CSS ****************************/
/**************************** Cantera Dia CSS ****************************/
body.cantera-norte-dia{
	background: #1e293d;
}
body.cantera-norte-dia .site-name-login{
	color: cyan;
}
body.cantera-norte-dia .content_body_categories{
	background: #1e293d;
}
body.cantera-norte-dia .custom-tab-events li a.active{
	background: #555;
}
body.cantera-norte-dia .header_website{
	background: #ffe4c4;
}
/**************************** Cantera Dia CSS ****************************/
/**************************** Cantera Dia CSS ****************************/

/**************************** Cantera Noche CSS ****************************/
/**************************** Cantera Noche CSS ****************************/
body.cantera-norte-noche{
	background: #121212;
}
body.cantera-norte-noche .site-name-login{
	color: #fefefe;
}
body.cantera-norte-noche .content_body_categories{
	background: #555;
}
body.cantera-norte-noche .custom-tab-events li a.active{
	background: #555;
}
body.cantera-norte-noche .header_website{
	background: #000000;
}
body.cantera-norte-noche .navbar-top-menu{
	background: none;
}
body.cantera-norte-noche .navbar-default .navbar-nav > li > a{
	color: #ffffff;
}
/**************************** Cantera Noche CSS ****************************/
/**************************** Cantera Noche CSS ****************************/