/* 
    Created on : Sep 23, 2016, 3:25:16 PM
    Author     : dmttuan
*/

@import url('main-layout.css');
@import url('font-awesome.min.css');
@import url('normalize.css');

body {    
    background-color: #fff;
    color: #333;
    font-family: "Lato","Roboto","Hiragino Kaku Gothic ProN","hiragino kaku gothic pro","&#12498;&#12521;&#12462;&#12494;&#35282;&#12468; Pro W3","Meiryo","&#12513;&#12452;&#12522;&#12458;",sans-serif;
    font-size: 14px;
    word-break: break-all;
}

#content,
.main-width {
/*  width: 1080px;*/
    max-width: 1080px;
}

.glyphicon {
    margin-right: 5px;
}

.form-control {
    padding: 6px 8px;
}

input[type="checkbox"]:hover {
    cursor: pointer;
}

span.block,
label.block {
    display: block;
}

div.inline-block,
span.inline-block,
label.inline-block {
    display: inline-block;
}

span.normal,
label.normal {
    font-weight: normal;
}

.label-text {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

a.label-text:hover {
    cursor: pointer;
}

/* Layout */
/* Top */
.fixed-top {
    top: 0;
    border-width: 0 0 1px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    bottom: 0;
    border-width: 0 0 1px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-top + nav {
    margin-top: 55px;
}

.page-top + nav.navbar-block {
    margin-left: auto;
    margin-right: auto;
}

.page-top {
    background-color: #7b7b7b;
    height: 40px;
    /*    border-bottom: 3px solid #178acc;*/
    padding-left: 15px;
    margin-left: -15px;
    padding-right: 15px;
    margin-right: -15px;
    margin-bottom: 15px;
    box-shadow: 0 7px 10px -5px rgba(107, 107, 107, 0.75);
}

.page-top.fixed-top.navbar-hidden {
    box-shadow: none;
}

.page-bottom {    
    background-color: #fafafa;
    border-radius: 5px;
    border: 1px solid #E7E7E7;
    height: 40px;
}

.page-header-left {
    padding-top: 2px;
    margin-left: 0.7em;
    height: 100%;
    display: inline-table;
}

.page-header-left a {
    display: table-cell;
    color: #eee;
    font-size: 1.6em;
    line-height: 1.7em;
    font-weight: bolder;
    vertical-align: middle;
    text-decoration: none;
}

.page-header-right {
    height: 100%;
    float: right;
    border-left: 1px solid #cdcdcd;
    padding-left: 5px;
}

.page-header-right:hover {
    background-color: #6B6B6B;
}

.page-header-right button.dropdown-toggle {
    border: 0;
    background-color: transparent;
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    height: 40px;
    color: #eee;
    /*    font-weight: bold;*/
}

.page-header-right.dropdown ul.dropdown-menu {
    width: 100%;
    padding: 0;
    background-color: #7b7b7b;
    margin-top: 0;
}

.page-header-right.dropdown ul.dropdown-menu li {
    height: 35px;
    width: 100%;
    display: inline-table;
}

.page-header-right.dropdown ul.dropdown-menu li a {
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

.page-header-right.dropdown .dropdown-menu>li>a {
    color: #eee;   
}

.page-header-right.dropdown .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-image: none;
    background-color: #555555;
    color: #eee;
    font-weight: bold;
}

.page-header-right a {
    /*color: #eee;*/
    text-decoration: none;
}

ul.dropdown-menu > li {
    margin-top: 2px;
}

/* Content */
.form-content > table {
    width: 100%;
}

/* Header style 2 */
.content-header-2 > div.header {
    padding-top: 9px;
    margin: 9px 15px 20px 15px;
    border-top: 1px solid #eee;
}

.content-header-2 > div.header > .page-title {
    margin: 10px 0 20px 0;
    padding: 9px 10px 9px 10px;
    color: #666;
}

.content-header-2 > div.header > h2 {
    font-size: 18px;
    font-weight: bold;
    border-left: 4px solid #666;
    height: 38px;
}

/* Header style 3 */
.content-header > div.header {
    margin: 9px 15px 20px 15px;
    border-bottom: 1px solid #eee;
}

.content-header > div.header > .page-title {
    margin: 10px 0 15px 0;
    padding: 9px 10px 9px 10px;
    color: #666;
}

.content-header > div.header > h2 {
    font-size: 20px;
    font-weight: bold;
    border-left: 4px solid #178acc;
    height: 38px;
}

/*Nav Menu*/
.block-left {
    float: left;
}

.block-right {
    float: right;
}

.block-large {
    padding-top: 30px;   
}

nav.navbar.navbar-block.no-background {
    padding-left: 35px;
    padding-right: 35px;
}

.navbar-block > [class*="col-"] > div {
    margin-bottom: -5px;
}

.navbar-default.no-background {
    background: transparent;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

[class*="block-"] > div > a {
    font-size: 20px;
    text-decoration: none;
}    

.block-large > div > a:hover > span,
.block-large > div > a:hover {
    font-weight: bold;
    color: #d5398a;
}

[class*="block-"] > div {
    display: inline-block;
    padding: 5px 10px 0 10px;
    min-width: 100px;
}

div[class*="block-"],
[class*="block-"] > div > a > * {
    display: block;
    margin: 0 auto;
    text-align: center;
}

/*[class*="block-"] > div > a > span:hover,*/
[class*="block-"] > div > a > img:hover + span {
    color: #d5398a;
}

[class*="block-"] > div > a > img {
    width: 68px;
}

[class*="block-"] > div > a > img.large {
    width: 119px;
}

[class*="block-"] > div > a > span {
    padding: 10px 0 0 0;
    color: #207fcd;
}

.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    height: 100px !important;
    padding: 0 !important;
}

/* Breadcrumb */
.breadcrumb a {
    text-decoration: none;
    color: #707070;
}

.breadcrumb a:hover {
    font-weight: bold;
    color: #333333;
}

.breadcrumb-now {
    font-weight: bold;
    color: #d5398a;
}

/* Form */
.caption {
    color: #fff;    
    background-color: #333;
    vertical-align: middle !important;
    padding: 0 10px !important;
    font-size: 1.15em;
    text-align: center;
    width: 45px;
}

/*.table > thead > tr > th, */
table.form-bolder > tbody > tr > th, 
/*.table > tfoot > tr > th, */
table.form-bolder > thead > tr > td, 
table.form-bolder > tbody > tr > td
/*.table > tfoot > tr > td */ {
    border-top-color: #6c6c6c;
}

table.form-bolder {
    margin-bottom: 0;
    border-top-color: #6c6c6c;
}

table.table > thead > tr.no-border-top > td,
table.table > thead > tr.no-border-top > th {
    border-top: 0;
}

table > tbody > tr.no-border-top > td,
table.form-bolder > tbody > tr.no-border-top > td {
    border-top-color: transparent;
}

table > tbody > tr.no-border-top > td > .form-control-content,
table.form-bolder > tbody > tr.no-border-top > td input.form-control.form-control-content {
    margin-top: 0;
}

table.form-bolder > tbody > tr.no-border-bottom > td {
    border-bottom-color: transparent;
}

table.form-bolder > tbody > tr.no-border-bottom > td input.form-control.form-control-content{
    margin-bottom: 0;
}

.form-bolder {
    border: 1px solid #6c6c6c;
    clear: both;
    padding: 0;
    border-radius: 1px;
}
.table-radius {
    border: 1px solid #6c6c6c;
    border-spacing: 0;
    border-radius: 15px;
    border-collapse: inherit;
}

.form-bolder .border-left {
    border-left: 1px solid #6c6c6c;
}
.form-bolder .border-right {
    border-right: 1px solid #6c6c6c;
}

span.input-group.form-control-content.date > span.input-group-addon {
    padding: 6px 8px;
}

div.form-bolder > div.form-group {
    margin-bottom: -1px;
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #6c6c6c;
}

.form-bolder .control-label {
    /*    margin-top: 8px;*/
    padding-top: 0;
    height: 100%;
    background-color: #D8D8D8;
    vertical-align: middle !important;
}

.form-bolder tr > td {
    padding: 0 !important;
}

.text-center.control-label {
    text-align: center !important;
}

div.form-group > div.one-ctr {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

div.form-group > div.in-cell {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding: 0 4px;
}

.form-control.form-control[readonly] {
    cursor: not-allowed;
}

div.form-group > div.in-cell > .form-control,
div.form-group > div.in-cell > .input-group {
    margin: 4px 0;
}

div.form-group > div.in-cell.form-control-content {
    margin-top: 12px;
}

div.form-group > table.table {
    margin-bottom: 0;
}

.form-inline div.form-group > div.one-ctr {
    padding-right: 0;
}

.form-inline.form-control-content > .col-xs-6.input-group {
    width: calc(50% - 3px);
}

.form-control-content {
    margin: 8px 0;
}

.form-control-content .row-error {
    padding-top: 5px;
    margin-left: -15px;
}

.form-control-static.form-control-content {
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

[class*="form-control"].form-control-content > label > input[type="checkbox"] {
    margin: 8px;
    margin-left: 15px;
    width: 18px;
    height: 18px;
}

[class*="form-control"].form-control-content > label > input[type="checkbox"] + span {
    float: right;
    margin-top: 8px;
}

.form-group.table-container {
    margin: 8px 15px 8px 0 !important;
}

td div.form-group {
    margin: 0 !important;
}

.inline-table {
    display: table;
}

.inline-table > label {
    display: table-cell;
    text-align: center;
}

label[class*="em"] {
    vertical-align: middle;
}

.inline-table [class*="form-control"] {
    display: table-cell;
}

.inline-table > label.em2 {
    width: 2em;
}

.inline-table > label.em3 {
    width: 3em;
}

.inline-table > label.em4 {
    width: 4em;
}

.inline-table > label.em6 {
    width: 6em;
}

.horizontal-line {
    width: 100%;
    border-top: 2px solid #DDD;
    margin-bottom: 8px;
}

.search-contener {
    background-color: #fafafa;
    border-radius: 5px;
    border: 1px solid #E7E7E7;
}

.search-contener > table {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

.search-contener > table > tbody > tr.p-top-10 > td {
    padding-top: 10px;
}

table.table.table-form {
    margin-bottom: 0;
    border: 1px solid #ddd;
}

table.table.table-form > thead > tr > th, 
table.table.table-form > tbody > tr > th, 
table.table.table-form > tfoot > tr > th, 
table.table.table-form > thead > tr > td, 
table.table.table-form > tbody > tr > td, 
table.table.table-form > tfoot > tr > td {
    padding: 0;
}

.table-form .control-label {
    padding-top: 0;
    height: 100%;
    vertical-align: middle !important;
}

table.table.table-form .form-control-content.group-control {
    height: 34px;
    padding: 8px 0;
    margin: 8px 15px;
}

table.table.table-form td.border-left {
    border-left: 1px solid #ddd;
}

/* Table */
div.row.bordered {
    border: 1px solid #a2a2a2;
}

div.row.bordered > table.table-grid {
    width: 100%;
    /*border: 1px solid #6c6c6c;*/
    margin-bottom: 0;
}

div.row.bordered > table.fixed-layout {
    table-layout: fixed;
}

div.row.bordered > table.table-grid.table-hover > tbody > tr:hover {
    background-color: rgba(232, 232, 232, 0.71);
}

div.row.bordered > table.table-grid > thead > tr > th {
    height: 100%;
    background-color: rgb(208, 208, 208);
    vertical-align: middle !important;
    text-align: center;
    font-weight: bold;
    border-bottom-color: #bfbfbf;
}

div.row.bordered > table.table-grid > tbody > tr > td > a {
    text-decoration: none;
}

div.row.bordered > table.table-grid > tbody > tr > td > a:hover {
    color: #d5398a;
}

/* Report */
/* CONVERT CM TO PIXELS: http://www.vesterkopi.dk/en/help/561-convert-cm-to-pixels */
.report-container {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto 20px;;
    width: 1050px;
}

.report-content {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.report-content > .report-header > * {
    font-weight: bolder;
}

#confirmation-info.report-content {
    width: 750px;
    font-size: 16px;
}

#confirmation.report-content {
    width: 600px;
}

#voucher.report-content {
    width: 768px;
}

#ticket.report-content {
    width: 768px;
}

#voucher.report-content.print-mode {
    background-color: #fff;
    font-size: 13px;
    width: 190mm;
}

#ticket.report-content.print-mode {
    /*color: red;*/
    /*background-image: url("images/20161115094401700.png");*/
    /*background-size: 190mm;*/
    /*background-color: #ddd;*/
    font-size: 13px;
    width: 190mm;
    height: 90mm
}


.report-container > .button-container,
.report-container > .buttons-container {
    padding-left: 10px;
    padding-right: 10px;
}

.row.report,
.report > .form-group.report-row {
    margin-left: 0;
    margin-right: 0;
}

.report-header {
    text-align: center;
}

div.report {
    margin-bottom: 20px;
}

.report-row {
    border-bottom: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
}

.report-row.no-border {
    border-left: 0;
    border-right: 0;
}
.report-row.no-border-all {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.report-row > [class*="form-control"].border-top {
    border-top: 1px solid #cdcdcd;
}

.report-row > [class*="form-control"].border-left {
    border-left: 1px solid #cdcdcd;
}
.report-row-radius {
    border: 1px solid #cdcdcd;
    border-radius: 25px;
}

.form-group.report-row {
    margin-bottom: 0;
}

div.row.bordered > div.form-group {
    margin-bottom: auto;
}

.fixed > span {
    float: left;
    display: inline-block;
}

.fixed > .value {
    margin-top: -3px;
    /*font-size: 12px;*/
}

.fixed.report-header {
    padding-bottom: 20px;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    margin-left: 300px;
}

#ticket_row_1_container.fixed,
#voucher_row_1_container.fixed {
    border: 0;
}

#ticket_row_1.fixed,
#voucher_row_1.fixed {
    margin-top: 12px !important;
    margin-bottom: -20px !important;
    margin-left: 2px;
}

#table_content.fixed {
    padding-top: 24px;
    border: 0 !important;
}

#table_content.fixed > #ticket_row_2.fixed,
#table_content.fixed > #voucher_row_2.fixed {
    padding-top: 9px;
    padding-left: 13px;
    padding-bottom: 1px;
}

#table_content.fixed > #voucher_row_3.fixed {
    padding-top: 31px;
    padding-left: 19px;
}

#table_content.fixed > #ticket_row_3.fixed {
    padding-top: 31px;
    padding-left: 11px;
}

#table_content.fixed > #voucher_row_4.fixed {
    padding-top: 52px;
    padding-bottom: 2px;
}

#table_content.fixed > #ticket_row_4.fixed {
    padding-top: 30px;
    padding-left: 25px;
    padding-bottom: 22px;
}

#table_content.fixed > #voucher_row_5.fixed {
    padding-top: 4px;
    font-size: 11px;
    margin-left: 7px;
}

#table_content.fixed > #ticket_row_5.fixed {
    display: inline-table;
    height: 133px;
}

#table_content.fixed > #ticket_row_6.fixed {
    padding-top: 4px;
    font-size: 11px;
    margin-left: 7px;
}

#voucher_row_1.fixed > span,
#voucher_row_2.fixed > span,
#voucher_row_3.fixed > span,
#voucher_row_4.fixed > span,
#voucher_row_5.fixed > span,

#ticket_row_1.fixed > span,
#ticket_row_2.fixed > span,
#ticket_row_3.fixed > span,
#ticket_row_4.fixed > span,
#ticket_row_5.fixed > span,
#ticket_row_6.fixed > span{
    min-height: 14px;
}

#ticket_row_1.fixed > #your_name_value,
#voucher_row_1.fixed > #your_name_value {
    width: 185px;
    margin-left: 55px;
}

#ticket_row_1.fixed > #like_line,
#voucher_row_1.fixed > #like_line {
    width: 70px;
}

#ticket_row_1.fixed > #name_1_value,
#voucher_row_1.fixed > #name_1_value {
    width: 122px;
    margin-right: 8px;
    text-align: right;
    padding-top: 4px;
}

#ticket_row_1.fixed > #name_1,
#voucher_row_1.fixed > #name_1 {
    width: 45px;
    padding-top: 2px;
}

#ticket_row_1.fixed > #name_2_value,
#voucher_row_1.fixed > #name_2_value {
    width: 75px;
    margin-right: 5px;
    text-align: right;
    padding-top: 4px;
}

#ticket_row_1.fixed > #name_2,
#voucher_row_1.fixed > #name_2 {
    width: 35px;
    padding-top: 2px;
}

#ticket_row_1.fixed > #name_3_value,
#voucher_row_1.fixed > #name_3_value {
    width: 140px;
    margin-right: 10px;
    text-align: right;
    padding-top: 4px;
}

#ticket_row_1.fixed > #name_3,
#voucher_row_1.fixed > #name_3 {
    width: 35px;
    padding-top: 2px;
}

#ticket_row_1.fixed > #name_4_value,
#voucher_row_1.fixed > #name_4_value {
    width: 70px;
    margin-right: 5px;
    text-align: right;
    padding-top: 4px;
}

#ticket_row_1.fixed > #name_4,
#voucher_row_1.fixed > #name_4 {
    /*    width: 13px;*/
    padding-top: 2px;
}

#ticket_row_2.fixed > #vouchers_species,
#voucher_row_2.fixed > #accommodation_date {
    width: 65px;
}

#voucher_row_2.fixed > #date_from_value {
    width: 152px;
    margin-left: 17px;
    margin-right: 25px;
}

#ticket_row_2.fixed > #vouchers_species_value {
    margin-left: 17px;
    margin-right: 10px;
}

#voucher_row_2.fixed > #date_from {
    width: 30px;
}

#voucher_row_2.fixed > #date_to_value {
    width: 155px;
    margin-left: 5px;
    margin-right: 10px;
}

#voucher_row_2.fixed > #date_to {
    width: 28px;
}

#voucher_row_2.fixed > #night_value {
    width: 52px;
    text-align: right;
    margin-right: 7px;
}

#voucher_row_2.fixed > #night {
    width: 12px;
}

#voucher_row_2.fixed > #eclipse_value {
    width: 34px;
    text-align: right;
    margin-right: 9px;
}

#voucher_row_2.fixed > #eclipse {
    width: 12px;
}

#ticket_row_3.fixed > #exchange_location,
#voucher_row_3.fixed > #accommodation {
    width: 65px;
}

#voucher_row_3.fixed > #accommodation_value {
    width: 250px;
    margin-left: 17px;
    margin-right: 5px;
}

#ticket_row_3.fixed > #exchange_location_value {
    margin-left: 17px;
    margin-right: 5px;
}

#voucher_row_3.fixed > #tel {
    width: 40px;
}

#voucher_row_3.fixed > #tel_value {
    width: 120px;
    text-align: center;
}

#voucher_row_3.fixed > #tel_end {
    width: 12px;
}

#ticket_row_4.fixed > #summary_value {
    margin-left: 40px;
    width: 520px;
}

#voucher_row_4.fixed > #lodging_detail {
    display: table-cell;
    width: 75px;
    height: 132px;
    text-align: center;
    vertical-align: middle;
    line-height: 108px;
}

#voucher_row_4.fixed > #schedule {
    display: table-cell;
    border-color: #c1c1c1;
    padding-top: 2px;
    width: 645px;
    height: 108px;    
}

#voucher_row_4.fixed > #schedule > .row {
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px dotted #8a8a8a;
}

#voucher_row_4.fixed > #schedule > .row > .border-left {
    border-left: 1px dotted #8a8a8a;
    min-height: 18px;
}

#voucher_row_4.fixed > #room_type {
    margin-top: 5px;
    width: 71px;
    margin-left: 12px;
    text-align: center;
}

#voucher_row_4.fixed > #number_of_people {
    margin-top: -1px;
    width: 44px;
    text-align: center;
}

#voucher_row_4.fixed > #number_of_people > span {
    display: block;
    margin-top: -5px;
}

#voucher_row_4.fixed > #date_1,
#voucher_row_4.fixed > #date_2 {
    width: 80px;
    text-align: center;
    margin-top: 4px;
    font-size: 10px;
}

#ticket_row_5.fixed > #remarks {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 74px;
}

#ticket_row_5.fixed > #remarks_value {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
/*
#voucher_row_5.fixed > #current_date {
    width: 155px;
}*/

/* Reservation*/
.table-bordered,
table.table-reservation.table-bordered > tbody > tr > th, 
table.table-reservation.table-bordered > tbody > tr > td {
    border: 1px solid rgba(183, 183, 183, 0.45);
}

table.table-reservation > thead > tr > th.fixed-col {
    width: 17%;
}

table.table-reservation > thead > tr > th.outside-col {
    width: 26.5%;
}

table.table-reservation > thead > tr > th.inside-col {
    width: 17%;
}

table.table-reservation > tbody > tr > td {
    vertical-align: middle;
}
table.table-reservation > tbody > tr > td > a.label-text,
table.table-reservation > tbody > tr > td > label {
    margin-bottom: 0;
}

table.table-reservation > tbody > tr > td.left-col {
    padding-left: 8.5%;
    text-align: left;
}

table.table-reservation > tbody > tr > td.center-col {
    text-align: center;
}

table.table-reservation > tbody > tr > td.right-col {
    padding-right: 8.5%;
    text-align: right;
}

table.table-reservation > tbody > tr > td.reservation-row > table {
    width: 100%;
}

table.table-reservation > tbody > tr > td.reservation-row > table > tbody > tr {
    height: 40px;
}

td.arrow > div, td.arrow-right > div {
    border-width: 20px 0px 20px 15px;
    transition: .3s;
    border-style: solid;
    line-height: 0px;
}

.arrow {
    text-align: center;
    font-weight: bold;
}

.arrow a {
    color: #1d7d9c;
    text-decoration: none;
}

.arrow a:hover {
    color: #3869c5;
}

td.arrow-right {
    width: 4px;
}

td.arrow {
    width: 20%;
}
td.arrow > div.arrow {
    border-top-color: #e38d13;
    border-bottom-color: #e38d13;
    display: inline-block;
    float: left;
}

td.arrow > div.content {
    text-align: center;
    display: inline-block;
    width: 100%;
    float: left;
}

td.arrow > div.content-100 {
    border-width: 20px 0px 20px 0;
    width: 100%;
}
td.arrow.past > div {
    border-top-color: #92D050;
    border-bottom-color: #92D050;
}
td.arrow-right.past > div {
    border-left-color: #92D050;
}

td.arrow.present > div {
    border-top-color: #86c346;
    border-bottom-color: #86c346;
}
td.arrow-right.present > div {
    border-left-color: #86c346;
}

td.arrow.present.web_flg > div {
    border-top-color: #D5D5D5 !important;
    border-bottom-color: #D5D5D5 !important;
}
td.arrow-right.present.web_flg > div {
    border-left-color: #D5D5D5 !important;
}

td.arrow.furture > div {
    border-top-color: #BFBFBF;
    border-bottom-color: #BFBFBF;
}
td.arrow-right.furture > div {
    border-left-color: #BFBFBF;
}

td[class*="arrow"] > div {
    border-color: transparent;
}

/* Button*/
.button-container {
    /*    background: #e5e5e5 none repeat scroll 0 0;*/
    border-radius: 4px;
    display: inline-block;
    line-height: 100%;
    margin: 10px 0 10px auto;
    text-align: right;
    width: 100%;
}

.buttons-container {
    display: inline-block;
    line-height: 100%;
    margin: 10px 0 10px auto;
    width: 100%;
}

.buttons-container span.fa,
.buttons-container i.fa {
    font-size: 1.05em;
}

a.btn-default.no-background {
    background-color: #fff;
}

a.btn-default {
    border: 1px solid #adadad;
    border-radius: 3px;
    background-color: #FFF;
    text-shadow: none;
}

a.btn-default > .fa {
    margin-right: 2px;
}

a.btn-default .text-danger {
    color: #ff5753;
    font-weight: bold;
}
a.btn-default:hover .text-danger + span{
    color: #ff5753;
    font-weight: bold;
}

a.btn-default .text-primary {
    font-weight: bold;
}
a.btn-default:hover .text-primary + span{
    color: #2e6da4;
    font-weight: bold;
}

a.btn-only-icon > span.fa {
    font-size: 1.9em;
    vertical-align: middle;
    cursor: pointer;
}

a.btn-only-icon > span.fa[class*="fa-plus"] {
    color: #208720;    
}

a.btn-only-icon > span.fa[class*="fa-minus"] {
    color: #c72d2d;    
}

a.btn-only-icon > span.fa[class*="fa-plus"]:hover {
    color: #26a626;    
}

a.btn-only-icon > span.fa[class*="fa-minus"]:hover {
    color: #e83535;    
}

.button-container button {
    /*min-width: 100px;*/
}

.button-container button span.fa {
    vertical-align: middle;
    padding-right: 7px;
    font-size: 1.05em;
}

.btn-default {
    background-image: none;
}

.btn-primary {
    background-image: none;
    background-color: #207fcd;
    border-color: #0055a0;
    color: #fff;
}

.btn-primary:hover, 
.btn-primary:focus {
    background-color: #005398;
    border-color: #0055a0;
}

.btn-lg {
    padding: 8px 10px 6px;
}

/* Tabs */
.tab-header-container {
    background-color: #c1c1c1;
    border-radius: 4px 4px 0 0;
    border: 1px solid #6c6c6c;
    border-bottom-width: 0;
}

.tab-header-container .nav-tabs > li > a {
    margin-right: 1px;
}

.tab-header-container > ul {
    border-bottom-color: transparent;
}

.tab-header-container > ul > li[role="presentation"].tab-header > a.checkbox-inline {
    padding-top: 10px;
}

.tab-header-container > ul > li[role="presentation"].tab-header > a.checkbox-inline label {
    padding-left: calc(20px + 5px);
}

.tab-header-container > ul > li[role="presentation"].tab-header > a.checkbox-inline > input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
}

.tab-header-container > ul > li[role="presentation"].tab-header > a.checkbox-inline > input[type="checkbox"]:hover {
    cursor: default !important;
}

.tab-header-container > ul > li[role="presentation"].tab-header {
    box-sizing: content-box;
}

.tab-header-container > ul > li[role="presentation"].tab-header > a label {
    margin-bottom: 0;
}

.tab-header-container .nav > li > a:hover, 
.tab-header-container .nav > li > a:focus {
    border-color: #eeeeee;
}

.tab-header-container .nav-tabs > li.active > a, 
.tab-header-container .nav-tabs > li.active > a:hover,
.tab-header-container .nav-tabs > li.active > a:focus {
    border: 1px solid #ffffff;
}

.tab-panel.tab-panel.nav-tabs > li > a {
    color: #333;
}

div.tab-content > div.tab-pane > fieldset > table,
div.tab-content > div.tab-pane > table {
    width: 100%;
}

/* Report */
.container-report {
    margin-right: auto;
    margin-left: auto;
    width: 100%; 
    overflow-x: auto;
}

/*
A3	297 x 420 mm	11.7 x 16.5 in
A4	210 x 297 mm	8.3 x 11.7 in
*/

.page-A3.landscape {
    margin: 0 auto;
    width: 1587.4015748px;
    /*max-height: 1122.519685px;*/
}

.page-A3.portrait {
    max-width: 1587.4015748px;
    height: 1122.519685px;
}

/* Custom */
.input-group.date > .separator-in-form {
    position: absolute;
    top: calc(50% - 5px);
    left: -5px;
    font-weight: bolder
}

.separator-in-form {
    position: absolute;
    top: calc(50% - 4px);
    left: -5px;
    font-size: 0.8em;
}

span.input-group-addon.fixed {
    width: 32px !important;
    cursor: pointer;
    font-size: 1.1em;
    padding: 6px 8px;
}

span.input-group-addon.fixed:hover {
    color: #178acc;
}

table.table > thead > tr > th.no-padding,
table.table > tbody > tr > td.no-padding,
table.table > tfoot > tr > th.no-padding,
[class*="container-"].no-padding,
[class*="col-"].no-padding {
    padding-left: 0;
    padding-right: 0;
}

table.table > thead > tr > th.no-padding-i,
table.table > tbody > tr > td.no-padding-i,
table.table > tfoot > tr > th.no-padding-i,
[class*="container-"].no-padding-i,
[class*="col-"].no-padding-i {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.form-control-content > [class*="col-"].fix-size-4,
.form-group > .one-ctr.fix-size-4,
.form-group > [class*="col-"].fix-size-4 {
    width: calc(1.5em * 4);
}

.form-group > .one-ctr.fix-size-3,
.form-group > [class*="col-"].fix-size-3 {
    width: calc(1.5em * 3.5);
}

.form-group > .one-ctr.fix-size-10,
.form-group > [class*="col-"].fix-size-10 {
    width: calc(1.5em * 9);
}

.form-content.w-800 {
    width: 800px;
}

.must {
    color: #ff0000;
    font-size: .8em;
    vertical-align: top;
    margin: 0 5px;
}

.form-group > [class*="col-"].fix-size-zipcode {
    width: calc(1.5em * 4.15);
    margin-right: 15px !important;
}

.col-xs-1.mix {
    width: 5%;
}

.col-xs-2.mix {
    width: 18.75%;
}

.col-xs-4.mix {
    width: 38.75%;
}

.col-xs-2.mix-11-5 {
    width: 15%;
}

/*
.tooltip-inner {
    max-width: none;
    text-wrap: none !important;
    padding: 3px 5px;
}*/

.btn-group > a.btn.fixed {
    padding: 5px 10px;
}
.btn-group > a.btn.fixed > span.fa {
    font-size: 18px;
}

.btn-group > a.btn:hover > span.fa{
    color: #005398;
    font-weight: bold;
}

.cursor-pointer {
    cursor: pointer;
}

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                    not supported by any browser */
}

.alert {
    padding: 5px 15px 2px 15px;
    margin-bottom: 10px;
}

div.row-error {
    margin-bottom: 3px;
    color: #d9534f;
}

div.row-error > .fa {
    margin-right: 5px;
}
div.row-success {
    margin-bottom: 3px;
    color: #d0e9c6;
}

div.row-success > .fa {
    margin-right: 5px;
}

table > tbody > tr > td > .form-group > div .row-error {
    font-size: .85em;
}

.alert-danger {
    background-image: none;
    background-repeat: no-repeat;
}
.alert-success {
    background-image: none;
    background-repeat: no-repeat;
}

.has-error .form-control,
.form-control.has-error {
    border-color: #d9534f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-control.has-error + span.input-group-addon.fixed {
    color: #d9534f;
    border-color: #d9534f;
}

.has-error .form-control:focus,
.form-control.has-error:focus {
    border-color: #d9534f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d9534f;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d9534f;
}

.box {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: transparent;
    border: 1px solid transparent;
    border-color: #a5a5a5;
    border-radius: 6px;
}

.separator {
    font-weight: bold;
    text-align: right;
    padding-left: 0;
    padding-top: 8px;
    padding-right: 8px;
    width: 40px;
    vertical-align: middle;
}

table.table.statistics {
    font-size: 13px;
}

table.table.statistics > thead > tr > th,
table.table.statistics > thead > tr > td,
table.table.statistics > tbody > tr > th,
table.table.statistics > tbody > tr > td,
table.table.statistics > tfoot > tr > th,
table.table.statistics > tfoot > tr > td {
    padding-left: 5px;
    padding-right: 5px;
}

table.table.statistics.print-mode > thead > tr > th {
    font-weight: normal !important;
}

.container-report.page-A3 {
    position: relative;
}

.print-page-header {
    height: 130px;
}

.container-report.page-A3 > .print-page-footer {
    position: absolute; 
    bottom: 0;
    left: 0;
    padding: 5px 20px 0px 20px;
    width: 100%;
    border-top: 1px solid #a5a5a5;
}

.print-page-footer {
    height: 120px;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.table > tfoot > tr > th {
    border-top-width: 2px;
}

.date-in-out {
    width: 215px;
}

/* .squaredFour */
.checkbox-green {
    width: 18px;
    position: relative;
}

.checkbox-green label {
    padding: 0 !important;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(46, 144, 46);
    border-radius: 3px;
    box-shadow: inset 0px 1px 1px #229225, 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.disabled.checkbox-green > label {
    background: rgb(100, 156, 100) !important;
    box-shadow: inset 0px 1px 1px #8dad8e, 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.checkbox-green label:after {
    content: '';
    width: 12px;
    height: 7px;
    position: absolute;
    top: 4px;
    left: 3px;
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox-green input[type=checkbox] {
    visibility: hidden;
}
.checkbox-green input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger, 
.table > tbody > tr.danger > td, 
.table > tbody > tr.danger > th {
    background-color: #ffdedd;
}

.table-hover > tbody > tr > td.danger:hover, 
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ffacac;
}

.form-control:focus + span {
    color: #207fcd;
}

.form-group > label {
    padding-top: 16px;
    padding-left: 0;
    padding-right: 0;
}

.form-group > label.in-cell {
    padding-top: 12px;
    padding-left: 5px;
    font-weight: normal;
}

.form-control.disabled {
    cursor: default;
    border: none;
    border-radius: inherit;
    box-shadow: none;
    background-color: transparent;
}
.modal-dialog {
    position: absolute;
    top: 30%;
    left: calc(50% - 600px / 2);
}

.modal-dialog.modal-sm {
    position: absolute;
    top: 30%;
    left: calc(50% - 300px / 2);
}

a.label-border {
    border: 1px solid rgba(26, 84, 101, 0.24);
    border-left-color: #1b809e;
    border-left-width: 3px;
    border-radius: 3px;
    padding: 2px 5px;
    width: 120px;
    display: block;
    margin: auto;

}

a.label-border:hover {
    border-color: rgba(197, 154, 177, 0.48);
    border-left-color: #d5398a;
    font-weight: bold;
}
@media (max-width: 767px){
    .col-md-2{
        min-width: 33px;
    }
    .caption{
        display: none;
    }
    
}
@media (max-width: 350px){
/*    .zipcode-mini{
        display: inline-block;
    }*/
    .tel-mini{
        padding-left: 5px;
        padding-right: 0px;
    }
    .plan_date-mini{
        float: none;
        padding-right: 0px;
    }
    .stay-eat-mini{
        display: block;
        float: none;
    }
}
@media (min-width: 400px){
    .form-inline{
        display: inline-block;
        width: 100%;
    }
    .form-people-number .col-md-12{
        width: 100%;
    }
    .form-plan-date .col-md-8{
        width: 66.66666667%;
    }
    .form-people-number .col-md-6{
        width: 50%;
    }
    .form-plan-date .col-md-4, .col-md-8{
        float: left;
    }
    .form-stay-eat-number{
        padding-top: 20px;
    }
    .form-people-number .col-md-6{
        float: left;
    }
}
@media (min-width: 600px){
    .form-plan-date .col-md-4{
        width: 33.33333333%;
    }
}
@media (min-width: 767px){
/*    .fixed-right{
        float: right;
    }*/
}
@media (min-width: 992px){
    .label-group{
        position: static;
    }
    .label-group label{
        position: absolute;
        top: 50%;
        margin-top: -10px;
        width: 16.6667%;
        left: 0px;
        text-align: center;
    }
    .plan_date-mini{
        padding-right: 0px;
    }
    .form-stay-eat-number{
        padding-top: inherit;
    }
}
.control-label .bg-body{
    background: #fff;
}
.input-group.date{
    width: 135px;
}
.input-group.date-disable{
    width: 135px;
}
#zipcodegroup  input[type="text"]{
    max-width: 57px;
    display: inline-block;
}
#telgroup  input{
    max-width: 70px;
    display: inline-block;
}