/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017/07/11, 21:56:31
    Author     : admin
*/
body {
    background: #fff;
}
body .container.body .right_col {
    padding-bottom: 80px;
}
@media (max-width: 991px) {
    body .container.body .right_col {
        padding-bottom: 80px !important;
    }
}
body.nav-md .container.body .right_col {
    padding-bottom: 80px;
    padding-top: 125px !important;
    position: relative;
    background: #fff;
}
@media (max-width: 767px) {
    body.nav-md .container.body .right_col {
        padding-top: 80px !important;
    }
}
body.nav-md .container.body .col-md-3.left_col {
    padding-bottom: 80px;
    z-index: 101;
}

/* table */

.table_wrapp table th.sort_col {
    width: 70px;
}
.table_wrapp table th.thum_col {
    width: 100px;
}
.table_wrapp table th.operation {
}
.table_wrapp table tr td:first-child {
    border-left: 1px solid #dfdfdf;
}
.table_wrapp table tr td:last-child {
    border-right: 1px solid #dfdfdf;
}
.table_wrapp table tr:last-child td {
    border-bottom: 1px solid #dfdfdf;
}
.table_wrapp table tr td {
    vertical-align: middle;
}
.table_wrapp .table {
    background: #fff;
    border-radius: 5px;
    border-collapse: initial;
}
.table_wrapp .table thead tr th {
    padding: 8px;
}

/* table */
/* table ul */

.data_row {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

/* table */

/* original tab */
.list_tab_wrapp {
    margin-top: 15px;
    list-style: none;
    padding: 0;
}
.list_tab_wrapp li {
    display: inline-block;
    border-radius: 20px;
    border: 2px solid #aacc68 ;
    min-width: 120px;
    margin: 0 5px;
    background: #fff;
    text-align: center;
}
.list_tab_wrapp li.active {
    background: #aacc68;
}
.list_tab_wrapp li a {
    text-decoration: none;
    color: #aacc68;
    display: block;
    padding: 6px 14px;
}
.list_tab_wrapp li:hover {
    background: #aacc68;
}
.list_tab_wrapp li:hover a {
    color: #fff;
}
.list_tab_wrapp li.active a {
    text-decoration: none;
    color: #fff;
}
.tab-content {
    margin-top: 5px;
}
.list_tab_wrapp.language_tab_wrapp li:first-child {
    margin-left: 0;
}
.list_tab_wrapp.language_tab_wrapp li {
    display: inline-block;
    border-radius: 20px;
    border: 2px solid #667aa7 ;
    min-width: 120px;
    margin: 0 5px;
    background: #fff;
    text-align: center;
}
.list_tab_wrapp.language_tab_wrapp li.active {
    background: #667aa7;
}
.list_tab_wrapp.language_tab_wrapp li a {
    text-decoration: none;
    color: #667aa7;
    display: block;
    padding: 6px 14px;
}
.list_tab_wrapp.language_tab_wrapp li:hover {
    background: #667aa7;
}
.list_tab_wrapp.language_tab_wrapp li:hover a {
    color: #fff;
}
.list_tab_wrapp.language_tab_wrapp li.active a {
    text-decoration: none;
    color: #fff;
}
/* original tab */


/* link btn */
.sort_btn {
    border: 2px solid #667aa7;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 5px;
    display: inline-block;
    /* line-height: 24px; */
    text-align: center;
    cursor: pointer;
}
.sort_btn:hover {
    background: #667aa7;
    color: #fff;
}
.edit_btn {
    background: #fff;
    color: #F05A24;
    border: 2px solid #F05A24;
    height: 30px;
    min-width: 50px;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.edit_btn:hover {
    background: #F05A24;
    color: #fff;
    text-decoration: none;
}
.delete_btn {
    background: #fff;
    color: #d9534f;
    border: 2px solid #d9534f;
    height: 30px;
    min-width: 50px;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.delete_btn:hover {
    background: #d9534f;
    color: #fff;
    text-decoration: none;
}
.info_btn {
    background: #fff;
    color: #5bc0de;
    border: 2px solid #5bc0de;
    height: 30px;
    min-width: 50px;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.info_btn:hover {
    background: #5bc0de;
    color: #fff;
    text-decoration: none;
}
.info_btn.active {
    background: #5bc0de;
    color: #fff;
    text-decoration: none;
}
.primary_btn {
    background: #fff;
    color: #165e83;
    border: 2px solid #165e83;
    height: 30px;
    min-width: 50px;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.primary_btn:hover {
    background: #165e83;
    color: #fff;
    text-decoration: none;
}
.success_btn {
    background: #fff;
    color: #82ae46;
    border: 2px solid #82ae46;
    height: 30px;
    min-width: 50px;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.success_btn:hover {
    background: #82ae46;
    color: #fff;
    text-decoration: none;
}
.warning_btn {
    background: #fff;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
    height: 30px;
    min-width: 50px;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.warning_btn:hover {
    background: #f0ad4e;
    color: #fff;
    text-decoration: none;
}
.dark_btn {
    color: #aaa;
    background-color: #666;
    border: 2px solid #666;
    height: 30px;
    min-width: 50px;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}
.dark_btn:hover {
    color: #aaa;
    text-decoration: none;
}
.circle_btn {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    line-height: 30px;
    padding: 5px;
    color: #2a82a3;
    display: inline-block;
    text-align: center;
}
.big_btn {
    width: 100%;
    height: auto;
    border-radius: 30px;
    padding: 15px 10px;
}
.default_btn {
    cursor: pointer;
}
.fix_btn {
    min-width: 200px;
}
/* link btn */


/*info box*/
.sales_info {
    border: 2px solid #c7dc68;
    border-radius: 30px;
    min-width: 240px;
    background: #fff;
    display: table;
    padding: 10px 20px;
    position: relative;
    vertical-align: middle;
    margin-left: auto;
}
.sales_info h2 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 150%;
    font-weight: 600;
    border-right: 2px solid #c7dc68;
    padding-right: 20px;
}
.sales_info div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 30px;
}
.sales_info div.month_money {
    font-size: 150%;
    font-weight: 600;
}
.info_box {
    border: 2px solid #c7dc68;
    border-radius: 30px;
    min-width: 240px;
    background: #fff;
    padding: 10px 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    text-align: center;
}
/*info box*/

/*caption*/
.caption_info {
    border: 2px solid #c7dc68;
    border-radius: 20px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    text-align: center;
}
.caption_warning {
    border: 2px solid #f0ad4e;
    border-radius: 20px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    text-align: center;
}
.caption_danger {
    border: 2px solid #d9534f;
    border-radius: 20px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    text-align: center;
}
.modal-body .caption_info {
    padding: 6px 10px;
    font-size: 1rem;
    margin-bottom: 5px;
}
/*caption*/





/*label*/
.label {
    border-radius: 10px;
    padding: 5px 8px;
    display: inline-block;
}




.color_image {
    border-width: 4px;
}
.fixed {
    position: fixed;
    top: 119px;
    background: #fff;
    z-index: 111;
    border-radius: 0 !important;
}
.customer_search_panel {
    background: #fff;
    border: 1px solid #ccc;
}
#customer_table_head {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
}
.customer_data_wrapp {
    background: #fff;
}
.customer_table_wrapp {
    padding: 10px;
}
div.sort_link {
    position: absolute;
    right: 0px;
    top: 8px;
}
.pager_wrapp {
    padding-left: 20px;
    padding-right: 20px;
}



/*header*/
.section-header {
    display: table;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 6px 20px;
    margin-bottom: 12px;
    position: fixed;
    top: 57px;
    padding-left: 250px;
    height: 40px;
    background: #fff;
    z-index: 99;
    left: 0;
}
@media (max-width: 991px) {
    .section-header {
        padding-left: 10px;
        display: none;
    }
}
.section-header h2 {
    line-height: 1.4;
    font-size: 2.2rem;
}
.section-header .description {
    float: left;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 10px;
}
.section-header .left {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
}
.section-header .right {
    display: table-cell;
    width: auto;
    font-size: 1.3rem;
    margin-top: 10px;
    vertical-align: middle;
}
.section-header .right select {
    margin: 0px;
    display: inline-block;
    width: auto;
}
/*header end*/

/*header*/
.section-detail-header {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ccc ;
    padding: 6px 20px;
    margin-bottom: 12px;
    left: 0;
    height: 30px;
    background: #fff;
}
.section-detail-header h2, .section-detail-header h3 {
    line-height: 1.4;
    font-size: 1.7rem;
}
.section-detail-header .description {
    float: left;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 10px;
}
.section-detail-header .left {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
}
.section-detail-header .right {
    display: table-cell;
    width: auto;
    font-size: 1.3rem;
    margin-top: 10px;
    vertical-align: middle;
}
.section-detail-header .right select {
    margin: 0px;
    display: inline-block;
    width: auto;
}
.section-detail-header .right {
    display: table-cell;
    width: auto;
    font-size: 1.3rem;
    margin-top: 10px;
    vertical-align: middle;
    text-align: right;
}

/*header end*/




.formItem input[type="text"], .formItem input[type="email"], .formItem input[type="url"], .formItem input[type="tel"], .formItem input[type="number"], .formItem input[type="password"],
.formItem input[type="button"], .formItem input[type="submit"], .formItem textarea, .formItem select, .section-header select, .formItem button, .control-footer button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.formItem input[type="text"], .formItem textarea, .formItem input[type="email"], .formItem input[type="url"], .formItem input[type="tel"],
.formItem input[type="number"], .formItem input[type="password"] {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding: 0 8px;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    color: #555;
}
.formItem textarea {
    height: auto;
}

.formItem select, .section-header select {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding: 0 28px 0 8px;
    font-size: 16px;
    height: 44px;
    background: #fff url(/images/select_arrow.png) right center no-repeat;
    background-size: 20px auto;
    color: #555555;
}

.formItem [type="submit"], .formItem [type="button"], .formItem button, .formItem .button, .control-footer button, .control-footer [type="button"], .control-footer [type="submit"], .control-footer a {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #C7C7C7;
    border-bottom-width: 2px;
    border-radius: 4px;
    background: #FAFAFA;
    color: #777;
    min-width: 120px;
    height: 44px;
    line-height: 44px;
    padding: 0 8px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none !important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    outline: none;
}

.nav_menu {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
}

.nav-tabs {
/*    margin-top: 10px;*/
    width: auto;
}
.nav-tabs>li.active:first-child {
    border-top-left-radius: 5px;
}
.nav-tabs>li.active:last-child {
    border-top-right-radius: 5px;
}
.nav-tabs>li:first-child a {
    border-top-left-radius: 5px;
}
.nav-tabs>li:last-child a {
    border-top-right-radius: 5px;
}

.iconLabel {
    display: inline-block;
    background: #fc6356;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    padding: 2px 4px;
    font-size: 10px;
    border-radius: 2px;
    vertical-align: middle;
    margin: 0 6px;
    position: relative;
    top: -1px;
}

.control-footer-right {
    position: fixed;
    right: 0;
    margin: 0;
    bottom: 0;
    text-align: right;
}
.control-footer-right {
    padding: 12px 12px 12px 12px;
    bottom: 0;
    right: 0;
    z-index: 30;
/*    font-size: 0;*/
}
control-footer-right:after {
    display: block;
    content: '';
    clear: both;
}
.control-footer-right a {
    margin-top: 15px;
    margin-left: auto;
    margin-right: 0;
}
.control-footer-right a.new {
    width: 90px;
    height: 90px;
}
.control-footer-right a.new.dark, .control-footer-right a.dark {
    color: #E9EDEF;
    background-color: rgba(52, 73, 94, 0.88);
    border-color: rgba(52, 73, 94, 0.88);
}
.control-footer-right a.new i {
    line-height: 90px;
}
.control-footer-right a {
    background: #f0bd5e;
    border-color: #f0cd5e;
    color: #fff;
}
.control-footer-right a {/*円*/
    display: block;
    position:relative;
    bottom: 20px;
    width: 66px;
    height: 66px;
    background: #03a9f4;
    text-align: center;
    border-radius: 50%;
    transition: .2s;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);
}
.control-footer-right a:hover {
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);}
.control-footer-right a i {/*アイコン*/
  color: white;
  line-height: 66px;
  vertical-align: middle;
  font-size: 24px;
  transition: 0.2s;
}
.control-footer-right a:hover {/*ホバーでアイコン回転*/
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}




/* control-footer */
.control-footer {
    position: fixed;
/*    width: 100%;*/
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    transition: .15s;
}
.control-footer {
    text-align: right;
    padding: 12px 12px 12px 250px;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    z-index: 30;
/*    font-size: 0;*/
}
.control-footer button, .control-footer .button, .control-footer input[type="button"], .control-footer input[type="submit"], .control-footer a {
    margin: 0;
    width: auto;
    min-width: 240px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 10px;
}
@media (max-width: 991px) {
    .control-footer {
        padding: 12px 12px 12px 12px;
    }
    .control-footer button, .control-footer .button, .control-footer input[type="button"], .control-footer input[type="submit"], .control-footer a {
        min-width: 200px;
        font-size: 1rem;
    }
}

.control-footer button:nth-last-child(1), .control-footer .button:nth-last-child(1), .control-footer input[type="button"]:nth-last-child(1), .control-footer input[type="submit"]:nth-last-child(1) {
/*    margin-left: 0;*/
}
.control-footer button, .control-footer .button, .control-footer input[type="button"], .control-footer input[type="submit"], .control-footer a {
    margin: 0;
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 10px;
}
.control-footer:after {
    display: block;
    content: '';
    clear: both;
}
.control-footer.hidden_bottom {
    bottom: -100px;
}
.control-footer .primary {
    background-color: #20aee5;
    border-color: #2f9ac4;
    color: #fff;
}
.control-footer .success {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}
.control-footer .warning {
    background: #f0bd5e;
    border-color: #f0cd5e;
    color: #fff;
}
.control-footer .danger {
    background: #d9534f;
    border-color: #d9534f;
    color: #fff;
}
.control-footer .dark {
    color: #E9EDEF;
    background-color: rgba(52, 73, 94, 0.88);
    border-color: rgba(52, 73, 94, 0.88);
}
.control-footer .introduction {
    font-size: 1.2rem;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 270px;
}
.control-footer .introduction p {
    margin: 0;
    padding: 0;
}
.control-footer .introduction p.month_money {
    font-size: 200%;
    font-weight: 600;
    text-align: center;
}
.control-footer .caution {
    font-size: 1.4rem;
    font-weight: 600;
    display: inline-block;
    padding: 8px;
    background: #f0bd5e;
    border-color: #f0cd5e;
    color: #fff;
    border-radius: 20px;
}
.control-footer .footer-discription {
    font-size: 1.4rem;
    display: inline-block;
    padding: 0 8px;
    line-height: 44px;
    border-radius: 20px;
}
.control-footer form {
    display: inline-block;
}

.control-footer .control-footer-left {
    display: inline-block;
    position: absolute;
    left: 250px;
}
/* control-footer end */

/*global-header*/
.global-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
}
.global-header {
    box-sizing: border-box;
    width: 100%;
}
.global-header__innerBox {
    box-sizing: border-box;
    background-color: #20AEE5;
    color: #fff;
    position: relative;
    height: 52px;
}
.global-header-zeroFlat-plf-store__innerBox .global-header__ttlPage {
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 600px;
    text-align: center;
    margin-top: -13px;
    margin-left: -250px;
    line-height: 1.4;
    font-size: 22px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}
/*global-header end*/

/*formItem*/
.formItem:first-of-type {
    border-top: 1px solid #e7e7e7;
}

.formItem {
    border-bottom: 1px solid #e7e7e7;
    display: table;
    width: 100%;
    margin-bottom: 0;
}

/*  dt  */
.formItem.unable .formItem_label {
    padding-top: 24px;
}
.formItem_label {
    width: 220px;
    padding: 28px 20px 24px 0;
    font-weight: bold;
}
.formItem_label, .formItem__data {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.formItem_label:after, .formItem__data:after {
    display: block;
    clear: both;
    content: "";
}

/* dd  */
.formItem.unable .formItem__data {
    padding: 24px 0;
    word-break: break-all;
}
.formItem__data {
    position: relative;
    padding: 16px 0;
}
.formItem_label, .formItem__data {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.formItem_label:after, .formItem__data:after {
    display: block;
    clear: both;
    content: "";
}
.formItem .search_box {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.modal-body .formItem.unable .formItem_label {
    padding-top: 12px;
}
.modal-body .formItem_label {
    width: 220px;
    padding: 14px 10px 12px 0;
    font-weight: bold;
}
.modal-body .formItem.unable .formItem__data {
    padding: 12px 0;
    word-break: break-all;
}
.modal-body .error_txt {
    margin: 0;
    text-align: left !important;
}



/*layout*/
.core-wrapper.-project {
    transition-timing-function: ease-out;
    transition-duration: .15s;
    transition-property: padding-left;
}



.w90 {
    width: 90% !important;
}
.w80 {
    width: 80% !important;
}
.w70 {
    width: 70% !important;
}
.w50 {
    width: 50% !important;
}
.w30 {
    width: 30% !important;
}
.w-auto {
    width: auto !important;
}
.m-auto {
    margin-left: auto;
    margin-right: auto;
}
.mt20 {
    margin-top:20px !important;
}
.mt30 {
    margin-top:30px !important;
}
.mt60m {
    margin-top: -60px;
}
.mb5 {
    margin-bottom: 5px;
}
.pl0 {
    padding-left: 0;
}
.pr0 {
    padding-right: 0;
}
.lh20 {
    line-height: 20px !important;
}
.va-top {
    vertical-align: top !important;
}
.no_border {
    border: none !important;
}
.disabled {
    background: #aaa !important;
    border: 1px solid #888 !important;
}
.tagsinput {
    padding: 8px;
    border-radius: 4px;
}

@media screen and (min-width: 480px) {
.formItem [type="submit"], .formItem [type="button"] {
    height: 44px;
    line-height: 44px;
}
}
@media (max-width: 992px) {
    .control-footer .control-footer-left {
        display: none;
    }
}

.burger-menu.btnMenu {
    position: fixed;
}
.modal {
    z-index: 2050 !important;
}



.wizard_horizontal ul.wizard_steps {
    display: table;
    table-layout: fixed;
    list-style: none;
    position: relative;
    width: 60%;
    margin: 10px auto;
    padding: 0;
}
@media (max-width: 992px) {
    .wizard_horizontal ul.wizard_steps {
        width: 100%;
    }
}

.wizard_horizontal ul.wizard_steps li {
    display: table-cell;
    text-align: center;
}

.wizard_horizontal ul.wizard_steps li a,
.wizard_horizontal ul.wizard_steps li:hover {
    display: block;
    position: relative;
    -moz-opacity: 1;
    filter: alpha(opacity: 100);
    opacity: 1;
    color: #666;
}

.wizard_horizontal ul.wizard_steps li a:before {
    content: "";
    position: absolute;
    height: 4px;
    background: #ccc;
    top: 20px;
    width: 100%;
    z-index: 4;
    left: 0;
}

.wizard_horizontal ul.wizard_steps li a.disabled .step_no {
    background: #ccc;
}

.wizard_horizontal ul.wizard_steps li a .step_no {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    display: block;
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 5;
}

.wizard_horizontal ul.wizard_steps li a.selected:before,
.step_no {
    background: #73C017;
    color: #fff;
}

.wizard_horizontal ul.wizard_steps li a.done:before,
.wizard_horizontal ul.wizard_steps li a.done .step_no {
    background: #1ABB9C;
    color: #fff;
}

.wizard_horizontal ul.wizard_steps li:first-child a:before {
    left: 50%;
}

.wizard_horizontal ul.wizard_steps li:last-child a:before {
    right: 50%;
    width: 50%;
    left: auto;
}
.wizard_horizontal ul.wizard_steps li a.disabled {
    border: none !important;
    background: none !important;
}