html {
    height: 100%;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background-color: #fff;
    min-height:100%; 
    position:relative; /* for footer position */
    padding-bottom: 70px; /* for footer height */
}
.container-fluid-boxed {
    max-width: 1200px;
    margin: 0 auto;
}
header {
    background-color: #1a245f;
}
footer {
    padding: 14px 0px;
    background-color: #f1f1ef;
    border-top: 1px solid #dfdfdf;
    margin-top: 15px;
    position: absolute; 
    width: 100%;
    bottom:0; 
}
#header {
    padding: 39px 0px;
    background-color: #f1f1f1;  
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 15px;
} 

nav {
    margin-top: 15px;
    /*font-size: 1.1em;*/
}  
nav a {
    margin-left: 20px;
    color: #fff;
}  
nav a:hover {
    color: #ddd;
}  

.box_white {
    background-color: #fff;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

h1 {
    font-size: 1.5em;
    color: #3a3a3a;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 700;
}
h2 {
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
}
h3 {
    font-size: 10px;
    margin-top: 6px;
    margin-bottom: 5px;
}
.tittle_sp, .title_sp {
font-size: 12px;
font-weight: 500;
color: grey;
}
.bg-grey {
    background-color: #F8F8F8;
    padding-top: 20px;
}
.pay_btn {
font-size: 15px;
padding: 11px 46px;
}
.logo_bottom {
width: 48px;
margin: 0px 10px;
}
.input-sm {
  /*
    height: 26px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  */
}
.price {
    font-weight: 700;
}
.txt-btn {
    font-size: 12px;
    font-weight: 500;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
}
.footer-txt {
    font-size: 12px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    /*text-align: center; */
}

@media (min-width: 768px){
    .dl-horizontal dt {
        text-align: left;
    }
}

/* ------------- */

.btn-primary {
  background-color: #193b8f;
  border-color: #193b8f;
  transition: all 0.3s ease-in-out 0s;
}
.btn-primary:hover {
  background-color: #6da544;
  border-color: #6da544;
}
.event_code_button {
  background-color: #193b8f;
  color: #fff;
}
.event_code_button:hover {
  background-color: #333;
  cursor: pointer;
}
.event_code_button:active {
  font-weight: bold;
}
.event_code_note {
  margin-top: 6px;
  display: inline-block;
}
.m-t-10 {
  margin-top: 10px;
}
.text-danger {
  color: crimson;
}


