

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    color: #222;
}

.panel,
.panel-heading,
.panel-body
{
    border-radius: 0;
}

.panel .dl-horizontal
{
    word-wrap: break-word;
    word-break: break-all;
}

.panel .dl-horizontal dt
{
    width: 120px;
    text-align: left;
}

.panel .dl-horizontal dd
{
    margin-left: 130px;
    margin-bottom: 15px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td
{
    vertical-align: middle;
}


/**
*
    Layout
*/
#logo{
    background: transparent url(../img/layout/logo.png) no-repeat center center;
    width: 112px; height: 102px;
    text-indent: -9999px;
}

#logo a{
    display: block;
    overflow: hidden;
    width: 100%;
    height:100%;
}

#header,
#header a{
    color: #1eb9ee;
}

#header .dropdown-menu>li>a:focus,
#header .active a{
    color: #fff;
}

#main-header{
    margin-top: 60px;
}

#logo-container{
    margin-top: -60px;
}

#global-nav{
    
}

#global-nav li{
    margin-right: 60px;
    display: inline-block;
}

#global-nav li:last-child{
    margin-right: 0;
}

#global-nav li a{
    display: block;
    
    text-indent: -200px;
    overflow: hidden;
    
    width: 71px;
    height: 18px;
    background: transparent no-repeat left center;
}

#global-nav li.nav-for-info a{
    background-image: url(../img/layout/header_11.png);
}

#global-nav li.nav-for-help a{
    width: 90px;
    background-image: url(../img/layout/header_13.png);
}

#global-nav li.nav-for-contact a{
    background-image: url(../img/layout/header_15.png);
}




#header-nav{
    margin-top: 15px;
    margin-bottom: 15px;
    
    background: #1eb9ee;
    color: #fff;
    padding: 10px 0;
    text-align: right;
}

#header-nav a:hover,
#header-nav a:focus,
#header-nav a:active{
    text-decoration: none;
}

#header-nav .container > a,
#header-nav .container > .dropdown > a{
    color: #fff;
    font-size: 1.2em;
    line-height: 1;
}

#header-nav .pull-left{
    padding-top: 5px;
}

#header-nav .dropdown{
    display: inline-block;
    padding-left: 20px;
}

#header-nav .dropdown-menu{
    margin-top: 10px;
    padding-top: 0;
}

#header-nav .dropdown-menu>li>a{
    padding-top: 10px;
    padding-bottom: 10px;
}

#header-nav .dropdown-menu>li>a:hover{
    color: #fff;
}

#header .nav-entrance a
{
    display: inline-block;
    padding-left: 20px;
}



#footer{
    padding: 20px 0;
    margin-top: 60px;
    border-top: 1px solid #eee;
    font-size: 80%;
}

#footer a{
}

#footer-nav{
    text-align: center;
    margin-bottom: 20px;
    font-size: 120%;
}

#footer-nav > li{
    display: inline-block;
}

#footer #rights{
    margin-bottom: 15px;
    font-size: 70%;
    color: #aaa;
    text-align: center;
}



#the-status{
    text-align: right;
}

#the-status .nav{
    float: right;
}

#statuses a{
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 15px;
    position: relative;
}

@media screen and (min-width: 768px) and (max-width: 991px)
{
    #statuses a{
        margin-left: 10px;
    }
    #header .nav-entrance a{
        padding-left: 10px;
    }
}

#statuses a .badge{
    position: absolute;
    top: -8px;
    right: -10px;
    background: #fc2233;
    border: 2px solid #fff;
    padding: 2px 5px;
}

#statuses i{
    font-size: 2em;
}

#shopName{
    clear: both;
    margin-bottom: -10px;
}

#main h1,
#main .title
{
    margin-bottom: 30px;
}

#main .title span
{
    border-left: 5px solid #1eb9ee;
    padding-left: 15px;
}

.page-title{
    border-left: 8px solid #f33;
    padding-left: 15px;
}

.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum { font-weight: 700; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #aae8fb; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #19bdfb; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #aae8fb;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

.panel-primary
{
    border-color: #2fa4e7;
}

.panel-primary>.panel-heading,
.panel-primary .panel-body,
.panel-primary .table,
.panel-primary .table th,
.panel-primary .table td{
    border-color: #2fa4e7 !important;
}

.panel-primary .table th{
    background-color: #2fa4e7;
    background-color: #4fc4f7;
    color: #fff;
    border-color: #fff;
    font-weight: 400;
}

.table.table-lg > thead > tr > th,
.table.table-lg > tbody > tr > th,
.table.table-lg > tbody > tr > td
{
    padding: 12px 8px;
    vertical-align: middle;
}

.modal.in
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.bootbox-alert .bootbox-body
{
    padding: 15px 30px 0 5px;
    font-size: 1.3em;
}

.label-lg{
    display: inline-block;
    padding: .4em .6em .3em;
    font-size: 110%;
}

.btn
{
    padding: 12px 42px;
    font-size: 18px;
    line-height: 1;
}

.panel .btn{
    font-size: 14px;
    padding: 12px 20px;
}

.btn-xs,
.panel .btn-xs{
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-sm,
.panel .btn-sm,
.input-group-btn .btn{
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}

.btn.btn-primary
{
    border: 2px solid #1684c2;
}

form .error-message{
    padding-top: 8px;
    color: #ff3333;
}

.form-horizontal .control-label.text-left{
    text-align: left;
}

.help-block
{
    color: #656565;
}

.dropzone
{
    border: 2px dashed #1684c2;
    border-radius: 5px;
    min-height: 120px;
    padding: 23px;
    height:150px;
    background-color:#e6e6fa;
    text-align:center;
    margin-bottom: 25px;
    
}

.thumbnail img{
    max-width: 100%;
    height: auto;
}

.panel-default>.panel-heading{
    background-color: transparent;
}

.panel-heading h3{
    margin: 20px 0;
}

.panel-heading h4{
    margin: 0px 0;
}

.panel-body .list-group
{
    margin: -1px;
}

.panel-body .list-group-item{
    border-radius: 0;
}

.panel-body.no-padding{
    padding: 0;
}

.panel-body.no-padding .list-group-item{
    padding: 10px 15px;
    display: block;
}

.the-service .panel-body,
.the-service .panel-body .list-group{
    position: relative;
}

.the-service .panel-overlay{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    width: 100%;
    height:100%;
    text-align: center;
    padding-top: 3.5em;
}

.the-service .panel-overlay-lighter{
    background: rgba(0, 0, 0, 0.75);
}

.the-service .list-group .panel-overlay{
    padding-top: 1.75em;
}

.the-service .panel-overlay .field-current-status{
    padding-bottom: 20px;
}

.the-service .list-group .panel-overlay .field-current-status{
    padding-bottom: 10px;
}

.the-service h2 span,
.the-service h3 span,
.the-service .list-group-item:hover span
{
    border-left: 5px solid;
    padding-left: 15px;
    display: inline-block;
}

.the-service .list-group-item span
{
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}

.the-service .list-group-item.double span
{
    padding-top: 41px;
    padding-bottom: 41px;
}

.the-service .list-group-item.triple span
{
    padding-top: 71px;
    padding-bottom: 71px;
}

/*.the-service .list-group-item.double span
{
    padding-top: 26px;
    padding-bottom: 26px;
}

.the-service .list-group-item.triple span
{
    padding-top: 41px;
    padding-bottom: 41px;
}*/

.the-service .list-group-item:hover span
{
    display: block;
    margin-left: -5px;
}

.the-service .list-group-item{
    text-align: center;
}

#service-gnavi h2 span,
#service-gnavi h3 span,
#service-gnavi .list-group-item:hover span
{
    border-color: #ff0000;
}

#service-tabelog h2 span,
#service-tabelog h3 span,
#service-tabelog .list-group-item:hover span
{
    border-color: #f39800;
}

#service-hotpepper h2 span,
#service-hotpepper h3 span,
#service-hotpepper .list-group-item:hover span
{
    border-color: #44c322
}

#service-hotpepper_beauty h2 span,
#service-hotpepper_beauty h3 span,
#service-hotpepper_beauty .list-group-item:hover span
{
    border-color: #ff9a9a
}

.selectize-opt
{
    background: #fff;
    border-bottom: 1px solid #aaa;
}

.selectize-opt .name{
    font-weight: 700;
    background: #ddeeF7;
    padding: 5px 12px;
    margin: -2px -12px 7px -12px;
}

#the_update .selectize-dropdown{
    min-width: 500px !important;
    max-width: 100%;
}

.select2-container
{
    display: block;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow
{
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered
{
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered span.label
{
    position: relative;
    top: -1px;
    margin: 0 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered .name{
    font-weight: 700;
}
    
/**
*   Page
*
*/

.controller-dashboard #the-register-services
{
    margin: 30px 0;
}

#the-raku .list-group-item{
    text-align: center;
    font-weight: 700;
    border-color: #f39800;
    border-width: 2px;
}

#the-raku .list-group-item small{
    display: inline-block;
    font-weight: 400;
    padding-left: 20px;
}

@media (min-width: 768px)
{
    /*#the-raku > div{
        margin-top: -65px;
    }*/
}


.row-align-middle{
    line-height: 2.75em;
}

.controller-service_settings h3{
    margin: 1.5em 0;
    text-align: center;
}

.controller-service_settings #the-main{
    margin-top: 20px;
}

.controller-service_settings .tab-content .table-lg th,
.controller-service_settings .tab-content .table-lg td
{
    padding-top: 15px;
    padding-bottom: 15px;
}

.controller-service_settings .maxlengthCounter
{
    text-align: right;
    padding-top: 3px;
    margin-bottom: -3px;
}

.form-error
{
    border-color: #f33;
}

.form-horizontal .form-group-plain,
.form-horizontal .form-group .form-group{
    margin-left: 0;
    margin-right: 0;
}


#AppUserAddForm.form-horizontal .control-label
{
    text-align: left;
}

#the-terms{
}

#the-terms .field-content{
    padding: 15px;
    overflow-y: auto;
    max-height: 400px;
}


.the-service-choice{
    text-align: center;
    margin-bottom: 50px;
}

.the-service-choice .row{
    margin-left: 0;
    margin-right: 0;
}

.the-service-choice .the-services h3{
    color: #fff;
    margin-top: 0;
}

.the-service-choice .the-choice{
    font-size: 1.25em;
}

.the-service-choice .the-choice h4{
    font-size: 1.5em;
    font-weight: 700;
}

.the-service-choice .field-price{
    margin-bottom: 30px;
}

@media (min-width: 768px)
{
    .the-service-choice .the-service{
        border-right: 1px solid #fff;
    }
    .the-service-choice .the-service:last-child{
        border-right: 0;
    }
}

#service-RESTAURANT.the-service-choice{
    border: 5px solid #1EB9EE;
}

#service-RESTAURANT.the-service-choice .the-services{
    background: #1EB9EE;
    color: #fff;
}

#service-RESTAURANT.the-service-choice .field-price{
    display: inline-block;
}

#service-RESTAURANT.the-service-choice .the-services > div{
    padding: 20px 30px;
}

#service-RESTAURANT.the-service-choice .the-choice{
    padding: 30px 30px;
}

#service-hotpepper_beauty.the-service-choice{
    border: 5px solid #ff9a9a;
}

#service-hotpepper_beauty.the-service-choice .the-services{
    background: #ff9a9a;
    color: #fff;
}

#service-hotpepper_beauty.the-service-choice .the-services{
    padding: 40px 30px;
}

#service-hotpepper_beauty.the-service-choice .the-choice > div{
    padding: 20px 30px;
}



.the-payment-choices{
    margin-bottom: 40px;
}

.the-payment-choice{
    padding: 30px 20px;
    text-align: center;
    border: 1px solid #aaa;
}

.the-payment-choice .field-payment-method{
    font-size: 1.75em;
    font-weight: 700;
    padding: 10px 0 30px 0;
}

.the-payment-choice-100 .field-method-name{
    font-size: 95%;
}

.the-payment-choice .field-payment-method .field-terms{
    font-size: 0.5em;
    font-weight: 400;
    display: block;
}

#the-initial-payment{
    margin-bottom: 20px;
}

#the-initial-payment .field-value{
    font-weight: 700;
    font-size: 2.1em;
}

#the-initial-payment .field-value small{
    font-size: 70%;
}



#the-turn-onoff{
    margin-top: 10px;
}

.date-of-week-1,
.date-of-week-2,
.date-of-week-3,
.date-of-week-4,
.date-of-week-5,
.date-of-week-6,
.date-of-week-0
{
    padding-left: 70px;
    background: transparent no-repeat left center;
}

.date-of-week-1{
    background-image: url(../img/page/date_03.png);
}
.date-of-week-2{
    background-image: url(../img/page/date_05.png);
}
.date-of-week-3{
    background-image: url(../img/page/date_09.png);
}
.date-of-week-4{
    background-image: url(../img/page/date_10.png);
}
.date-of-week-5{
    background-image: url(../img/page/date_13.png);
}
.date-of-week-6{
    background-image: url(../img/page/date_14.png);
}
.date-of-week-0{
    background-image: url(../img/page/date_17.png);
}

#service-tabelog .date-of-week-1{
    background-image: url(../img/page/date_t_03.png);
}
#service-tabelog .date-of-week-2{
    background-image: url(../img/page/date_t_05.png);
}
#service-tabelog .date-of-week-3{
    background-image: url(../img/page/date_t_09.png);
}
#service-tabelog .date-of-week-4{
    background-image: url(../img/page/date_t_10.png);
}
#service-tabelog .date-of-week-5{
    background-image: url(../img/page/date_t_13.png);
}
#service-tabelog .date-of-week-6{
    background-image: url(../img/page/date_t_14.png);
}
#service-tabelog .date-of-week-0{
    background-image: url(../img/page/date_t_17.png);
}

.field-hpb-body .row{
    margin-bottom: 7px;
}

.field-hpb-body .row label{
    padding-top: 7px;
}

.note-editable p{
    margin: 0;
}

#the-terms pre,
.controller-pages pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}

body.is_admin_user #main .container
{
    width: 98%;
}