
.success {
    padding: 20px;
    background-color: #04AA6D;
    color: white;
    margin-top: 15px;
    margin-bottom: 15px;
}

.fail {
    padding: 20px;
    background-color: #f44336;
    color: white;
    margin-top: 15px;
    margin-bottom: 15px;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
  
.closebtn:hover {
    color: black;
} 

.error-message {
    background-color:#a90329;
    color:#fff;
    margin-bottom: 20px;
}

#loginform {
    width: 30%;
    margin: 0 auto;
}

#hotels {
    margin-top: 50px;
}

.hotel_button{
    text-align:center;
    margin-top: 10px;
}

.line_space {
    padding-top:30px;
}

.hotel_confirm_button {
    padding-top:30px;
    display:inline-flex;
    display:flex;
    justify-content:space-between;
}

.childAges {
    width:100px !important;
    margin: 2px !important;
}

#childAgeList{
    padding-bottom: 10px;
}

.error {
    color: red;
    white-space: pre ;
}

label {
    margin-bottom: 0.5rem;
}

fieldset, input, select, textarea {
    margin-bottom: 0.5rem;
}

.view.content .date {
    margin-top: 1.2rem;
}

.add_guest_form {
    padding-bottom: 30px;
}

.number {
    font-weight: bold;
}

.view.content .radio {
    margin-top: 1.2rem;
  }

.input.radio label:first-of-type {
    margin-bottom: 0.5rem;
}

.search_form label, legend {
    font-weight: 100;
    font-size: 1.7rem;
    display: contents;
}

.search_form{
    padding-bottom:30px;   
    margin: 0 50px 0 50px;
}

select#status{
    width:200px;
}

.top-nav {
    max-width: 100%;
    padding: 0 2rem;
}

.top-nav-links a {
    color: #FFFFFF;
}

.top-login-links{
    background-color: #EA0F19;
    color: #FFFFFF;
    padding: 5px 30px 5px 0px;
    text-align: right;
}

.top-login-links a {
    color: #FFFFFF;
}

.button.blue {
    background-color: #017AFE;
    border: 0.1rem solid #017AFE;
}
	
.logout-button {
    margin: 10px 10px 10px 10px;
    border: 1px solid  #ddd;
    padding: 2px 10px 2px 10px;
    border-radius: 5px;
}

.top-navi-user{
    text-decoration:underline;  
}

.container {
    max-width: none;
}

.row .column {
    max-width: 100%;
    width: 18%;;
}

@media (min-width: 640px){
    .row .column {
        padding: 0 3.0rem;
    }
}

#productId {
    width:800px;
}

.search_area {
    margin-bottom:10px;
}

.search_label{
    padding-left:10px;
}

.search_content{
    margin-right: 20px;
}

.search_button{
    padding-top: 10px;
    text-align: center;
}


.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.row2 {
    margin-left: -15px;
    margin-right: -15px;
}

.search_area input {
    background-color: #FFF;
}

.search_area select {
    background-color: #FFF;
}

.search_area .search_btn {
    background-color: #d33c43;
}

.col-md-3 {
    width: 25%;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.form-group {
    margin-bottom: 15px;
}

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

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -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);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.hotel_search {
    margin: 0 50px 0 50px;
}

#hotelId{
    width:800px;
}

.search_row{
    padding-bottom:10px;

}

.add_info{
    padding: 20px 50px 20px 50px;
    background-color:#ffffe0;
}

.required_label:after { 
    content: " *";
    color: red;
 }

 #ticket_err .error{
    font-size: 2.0rem;
    font-weight: 700;
 }

 .nodata{
    text-align:center;
    padding: 0 50px 50px 50px;
 }

 .paginator{
    text-align: right;
 }

 table thead .desc:after {
    content: "\2193";
}
table thead .asc:after {
    content: "\2191";
}

.row2{
    margin-right:0;
    margin-left:0;
}

.content-wrapper-1c{
    margin-left: 0
}

.login-page-user{
    background: #d4f8fd;
}

.checkbox label {
    padding-left: 0px
}

.icheckbox_minimal-blue{
    margin-right: 3px;
}
.checkbox_label{
    font-weight: normal !important;
    padding-right:5px;
}

.add_info {
 display:none;
}

.content-wrapper, .main-footer {
    margin-left: 0px !important;
}

.table2 {
    margin-bottom: 0px;
}

.skin-blue .main-header .logo {
    background-color: #ffffff;
}

.csv_importing {
    display:none;
}
.sending_mail {
    display:none;
}

.forgotpasswords-box{
    width: 460px;
    margin: 7% auto;
}


.label-PD {
    background-color: #ffa500 !important;
}
.label-PA {
    background-color: #ffa500 !important;
}
.label-DC {
    background-color: #1e90ff !important;
}
.label-NB {
    background-color: #32cd32 !important;
}
.label-HD {
    background-color: #ff4500 !important;
}
.label-AM {
    background-color: #a9a9a9 !important;
}

@media (min-width: 992px){
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
}

@media (min-width: 768px) {
    .sidebar-toggle{
        display:none;    
    }

    .form-horizontal .control-label-view {
      text-align: right;
      margin-bottom: 0;
      padding-top: 0px;
    }
  }