/*common.css*/
/* 抽取的样式，实际使用时依据需求增补属性*/
/* Arrow */
.arrow-top {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
}

.arrow-down {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid;
    border-left: 4px solid transparent;
}

.arrow-right {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 4px solid;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
}

.arrow-left {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid;
}

/* Align */
.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

/* Close */
.menu-close {
    width: 15px;
    height: 15px;
    background: url(../images/close.png) no-repeat;
    background-position: 50%;
}

.pageclose {
    width: 0;
    height: 0;
    border-top: 15px solid #fb6708;
    border-right: 15px solid #fb6708;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    top: 80px;
    right: 0;
    cursor: pointer;
    background-color: transparent;
    z-index: 999;
}

.pagecloseicon {
    position: relative;
    top: -15px;
    right: -2px;
    font-size: 17px;
    color: white;
}
/* Modal */
.menu-modal {
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    background-color: #E8E6E6;
    z-index: 998;
}

.tiss-dialog-modal {
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    background-color: #14283C;
    z-index: 99999999;
}

.tiss-dialog {
    display: none;
    position: absolute;
    top: 200px;
    left: calc(50% - 140px);
    z-index: 101;
    height: 180px;
    width: 280px;
    padding: 10px;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    background-color: #F8F8F8;
    z-index: 99999999;
}

.tiss-dialog-content {
    height: 100px;
    text-align: center;
    line-height: 100px;
}

.tiss-dialog-footer {
    text-align: center;
    height: 80px;
}

/* Button */
.tiss-btn {
    font-family: Arial,'Microsoft YaHei','微软雅黑',SimSun,'宋体',sans-serif;
    display: inline-block;
    height: 38px;
    min-width: 90px;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    color: #FEFEFE;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

    .tiss-btn:hover, .tiss-btn:focus {
        color: #14283c;
        text-decoration: none;
    }

.tiss-btn-primary {
    background-color: #00B4E9;
    border: 1px solid #EAF2F5;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
}

.tiss-btn-next {
    border: 1px solid;
    color: #ffffff;
    background-color: #3a81d1;
}

.tiss-btn-cancel {
    border: 1px solid #2A93BA;
    color: #0A8DBE;
    background-color: #ffffff;
}

    .tiss-btn-cancel:hover, .tiss-btn-cancel:focus {
        color: #14283c;
    }

.tiss-btn-mini {
    height: 19px;
    min-width: 45px;
    line-height: 19px;
    font-size: 12px;
}

.tiss-btn-middle {
    height: 25px;
    min-width: 70px;
    line-height: 25px;
    font-size: 13px;
}


.button-group {
    position: relative;
    display: inline-block;
}


    .button.noHover:hover {
        -ms-opacity: 1;
        opacity: 1;
        cursor: default;
    }

.button-caution {
    background-color: #E7702F;
    border-color: #E7702F;
    color: #FFF;
    border-radius: 4px;
}

.button-border.button-caution {
    color: #E7702F;
}

.button-blue {
    background-color: #428bcb;
    border-color: #428bcb;
    color: #FFF;
    border-radius: 4px;
}

.button-border.button-blue {
    color: #428bcb;
}

.button-violet {
    background-color: #57b5d1;
    border-color: #57b5d1;
    color: #FFF;
    border-radius: 4px;
}

.button-border.button-violet {
    color: #57b5d1;
}

.button-green {
    background-color: #7bcbcc;
    border-color: #7bcbcc;
    color: #FFF;
    border-radius: 4px;
}

.button-border.button-green {
    color: #7bcbcc;
}

.button-large {
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.button-group .button {
    float: left;
}

    .button-group .button:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: none;
    }

    .button-group .button:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.button-border {
    background: none;
    border-width: 1px;
    border-style: solid;
}

.button-caution.border-grey {
    border-color: #FFD7C1;
}
.button-blue.border-grey {
    border-color: #B8DEFF;
}
.button-violet.border-grey {
    border-color: #CAF3FF;
}
/*ui-step*/
.ui-step {
    padding: 0 40px;
    margin: 0 auto;
    font-size: 14px;
    list-style: none;
    zoom: 1;
    position: relative;
    color: #666666;
    overflow: hidden;
}

    .ui-step:after {
        clear: both;
        content: " ";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden;
    }

    .ui-step li {
        float: left;
        height: 54px;
        margin: 0;
        width: 50%;
        position: relative;
    }

        .ui-step li .ui-step-icon {
            height: 50px;
            position: absolute;
            top: 0;
            width: 150px;
            text-align: center;
            left: -25px;
            font-family: tahoma;
        }

.ui-step-icon .iconfont {
    width: 20px;
    font-size: 30px;
    margin: 0;
    color: #b7b7b7;
    color: rgba(0, 0, 0, 0.25);
    *color: #b7b7b7;
    line-height: 30px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 10px;
    text-shadow: 1px 1px 2px #fff, 0 0 0 #ccc, 1px 1px 2px #fff;
}

.ui-step-icon .ui-step-number {
    line-height: 14px;
    font-style: normal;
    position: absolute;
    top: 7px;
    left: 0;
    padding: 0 19px;
    font-weight: bold;
    color: #fff;
}

.ui-step .ui-step-active i.ui-step-number {
    color: #FFF;
}

.ui-step-end .ui-step-number {
    background: transparent;
    /*font-size: 12px;*/
    font-style: normal;
    left: 17px;
    line-height: 12px;
    padding: 0;
    text-shadow: none;
    top: 8px;
}

.ui-step-icon .ui-step-text {
    height: 20px;
    line-height: 20px;
    position: relative;
    text-shadow: 0 1px 0 white;
    top: 34px;
    left: -50px;
}

.ui-step li .ui-step-line {
    height: 0;
    border-top: 3px dotted #ddd;
    display: block;
    margin-top: 14px;
    line-height: 1;
    overflow: hidden;
}

.ui-step li.ui-step-end {
    position: absolute;
    top: 0;
    right: -110px;
    width: 150px;
    zoom: 1;
    _clear: both; /* 修复ie6下最后一步莫名其妙显示不出来的问题 */
}

    .ui-step li.ui-step-end .ui-step-line {
        display: none;
    }

/* 步骤长度 */

.ui-step-2 li {
    width: 100%;
}

.ui-step-3 li {
    width: 50%;
}

.ui-step-4 li {
    width: 33%;
}

.ui-step-5 li {
    width: 25%;
}

.ui-step-6 li {
    width: 20%;
}

.ui-step-7 li {
    width: 15%;
}
/* 修改颜色 */

.ui-step .ui-step-active {
    color: #00b4e9;
}

.ui-step-start {
}

.ui-step .ui-step-active .iconfont {
    color: #00b4e9;
}

.ui-step .ui-step-done .iconfont {
    color: #00b4e9;
}

.ui-step .ui-step-done .ui-step-line {
    border-top: 3px dotted #00b4e9;
}

.ui-step-blue .ui-step-active {
    color: #3b7cb8;
}

    .ui-step-blue .ui-step-active .iconfont {
        color: #1e6bb3;
    }

.ui-step-blue .ui-step-done .iconfont {
    color: #428fd6;
}

.ui-step-blue .ui-step-done .ui-step-line {
    background: #418cd6;
}
/*ui-step*/
/* Color */
.color-operate {
    color: #0A8DBE;
}

.color-warning {
    color: #FF8519;
}

.color-innerText {
    color: #585858;
}

.color-tips {
    color: #bbbbbb;
}

.color-title {
    color: #666666;
}

.color-danger {
    color: #FB6708;
}

.color-gold {
    color: #F4C521;
}

/*dropdown-menu*/
.dropdown-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    float: left;
    min-width: 120px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    opacity: 0.9;
    border: 1px solid #ccc;
    /*border: 1px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;*/
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.dropdown-menu-show {
    display: block;
}

.dropdown-menu > li > a {
    display: block;
    padding: 4px 15px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
}

    .dropdown-menu > li > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #0081c2;
        background-image: -moz-linear-gradient(top,#08c,#0077b3);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
        background-image: -webkit-linear-gradient(top,#08c,#0077b3);
        background-image: -o-linear-gradient(top,#08c,#0077b3);
        background-image: linear-gradient(to bottom,#08c,#0077b3);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top,#08c,#0077b3);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
    background-image: -webkit-linear-gradient(top,#08c,#0077b3);
    background-image: -o-linear-gradient(top,#08c,#0077b3);
    background-image: linear-gradient(to bottom,#08c,#0077b3);
    background-repeat: repeat-x;
    outline: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)
}


.custom-dialog {
    display: none;
    position: absolute;
    top: 50px;
    left: calc(50% - 240px);
    height: 400px;
    width: 500px;
    padding: 10px;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    background-color: #F8F8F8;
    z-index: 99999999;
}

.custom-dialog-content {
    text-align: left;
    position: absolute;
    width: 94%;
    top: 25px;
}

.custom-dialog-footer {
    text-align: center;
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 10px;
}

.custom-dialog-head {
    text-align: left;
    height: 30px;
    width: 100%;
    position: absolute;
    top: 10px;
    font-size: 15px;
}

.custom-dialog-content > div > label {
    display: inline-block;
    border: 1px solid #EEEEEE;
    line-height: 35px;
    height: 35px;
    font-size: 14px;
    margin: 10px 12px 10px 20px;
    border-radius: 4px;
    padding: 0px 8px 0px 8px;
}

    .custom-dialog-content > div > label:hover {
        border: 1px solid #FB6708;
        color: #FB6708;
        cursor: pointer;
    }

.subtext {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    margin: 10px 0 10px 0;
}

/*
* 模拟 jQGrid表格
*/

/*.CustomTableDiv > .theadDiv,*/ 
.CustomTableDiv > .tbodyDiv {
    border: 1px solid #ddd;
    overflow: auto;
}

.CustomTableDiv > .theadDiv {
    border-bottom: none;
    overflow: hidden;
}

.CustomTableDiv > .pageDiv {
    padding: 0 15px;
    line-height: 60px;
    text-align: center;
}

    .CustomTableDiv > .pageDiv > a, .CustomTableDiv > .pageDiv > span {
        color: #999;
    }

    .CustomTableDiv > .pageDiv > .pageInfo {
        float: right;
    }

.CustomTableDiv > .theadDiv > table, .CustomTableDiv > .tbodyDiv > table {
    width: 100%;
}

    .CustomTableDiv > .theadDiv > table td, .CustomTableDiv > .tbodyDiv > table td {
        border: 1px solid #ddd;
        text-align: center;
        line-height: 30px;
        min-width: 50px;
    }

    .CustomTableDiv > .theadDiv > table td {
        border-bottom: none;
        line-height: 40px;
        background: #f1f4f6;
        color: #999;
    }

    .CustomTableDiv > .tbodyDiv > table tr:nth-child(even) {
        background: #F8F8F8;
    }

.CustomTableDiv .progressBarDiv {
    box-shadow: 0 0 0 1px #DDD;
    height: 5px;
    margin-top: 5px;
    background-color: #0A8DBE;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* 文字格式 */

.font-notice {
    font-size: 20px;
    color: #E7702F;
}

.font-weight {
    font-weight: 600;
}

.font-xl {
    font-size: 14px;
}

.font-xxl {
    font-size: 16px;
}
.guides-all-page {
    margin-top: 40px
}

/*
* 模拟 jQGrid表格
*/

.CustomTableDiv > .theadDiv, .CustomTableDiv > .tbodyDiv {
    /*border: 1px solid #ddd;*/
    overflow: auto;
}

.CustomTableDiv > .theadDiv > table, .CustomTableDiv > .tbodyDiv > table {
    table-layout: fixed;
    border-collapse: collapse;
}

.CustomTableDiv > .theadDiv {
    border-bottom: none;
    overflow: hidden;
}

.CustomTableDiv > .pageDiv {
    padding: 0 15px;
    line-height: 60px;
    text-align: center;
}

    .CustomTableDiv > .pageDiv > a, .CustomTableDiv > .pageDiv > span {
        color: #999;
    }

    .CustomTableDiv > .pageDiv > .pageInfo {
        float: right;
    }

.CustomTableDiv > .theadDiv > table, .CustomTableDiv > .tbodyDiv > table {
    width: 100%;
}

    .CustomTableDiv > .theadDiv > table td, .CustomTableDiv > .tbodyDiv > table td {
        /*border: 1px solid #ddd;*/
        text-align: center;
        line-height: 20px;
        min-width: 50px;
        padding: 6px 4px;
        white-space: normal;
        word-break: break-all;
        word-wrap: break-word;
    }
    .CustomTableDiv > .tbodyDiv > table tr:first-child td {
        border-top: none;
    }
    .CustomTableDiv > .tbodyDiv > table tr:last-child td {
        border-top: none;
    }
    .CustomTableDiv > .tbodyDiv > table tr td:first-child {
        border-left: none;
    }
    .CustomTableDiv > .tbodyDiv > table tr td:last-child {
        border-right: none;
    }

    .CustomTableDiv > .theadDiv > table td {
        border-bottom: none;
        line-height: 40px;
        background: #f1f4f6;
        color: #999;
    }

    .CustomTableDiv > .tbodyDiv > table tr:nth-child(even) {
        background: #F8F8F8;
    }

.CustomTableDiv .progressBarDiv {
    box-shadow: 0 0 0 1px #DDD;
    height: 5px;
    margin-top: 5px;
    background-color: #0A8DBE;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.CustomTableDiv .pagingDiv{
    height:  50px;
    padding: 15px 0;
}

/* 车辆许可申请详情 办理记录 */
.VehicleLicense_Workflow_History {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align:center;
}
.VehicleLicense_Workflow_time_label {
    display: inline-block;
    width: 125px;
    vertical-align: top;
    color: #c6c6c6;
}
.Cursor_Workflow_Img {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    overflow:hidden;
}
.Cursor_Workflow_Img img {  
    vertical-align: middle;
    margin-top: -3px;
}
.Cursor_Workflow_Result {
    display: inline-block;
    width: 100px;
    vertical-align: top;
    font-size: 13px;
    color: #666;
    text-align: left;
}
.Workflow_Desc_Backgroud {
    border: 0;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    width: 570px;
    line-height: 40px;
    background-image: url(/Content/images/vehicleLicense/框3.png);
    background-repeat: round;
    font-size: 13px;
    color: #9a9a9a;
    padding-left: 20px;
}
.Current_Workflow_Desc_Backgroud {
    color: #ff6700;
    background-image: url(/Content/images/vehicleLicense/框2.png);
}
.Workflow_Title {
    font-size: 15px; 
    font-family: inherit; 
    text-align: left;
    margin: 20px 0;
    color: #9a9a9a;
    font-weight: bold;
}
.Workflow_Content {
    font-size: 13px;
    font-family: inherit;
    text-align: left;
    margin: 20px 0;
    color: #9a9a9a;
}
.Workflow_hr {
    width: 1px;
    height: 30px;
    margin-left: 165px;
    padding: 0px;
    background-color: #bcbcbc;
    overflow: hidden;
}

.paddingRight60{
    padding-right:60px;
}
.btn-switch {
    width: 35px;
    height: 17px;
    position: relative;
    border: 1px solid #ff6700;
    background-color: #ff6700;
    box-shadow: #ff6700 0 0 0 0 inset;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-clip: content-box;
    display: inline-block;
    -webkit-appearance: none;
    user-select: none;
    outline: none;
    font-family: FontAwesome;
    cursor: pointer;
}

    .btn-switch:before {
        content: '';
        width: 13px;
        height: 13px;
        position: absolute;
        top: 1px;
        left: 2px;
        border-radius: 13px;
        border-top-left-radius: 13px;
        border-top-right-radius: 13px;
        border-bottom-left-radius: 13px;
        border-bottom-right-radius: 13px;
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    }

    .btn-switch:after {
        content: '\f00d';
        color: #fff;
        line-height: 15px;
        position: absolute;
        top: 1px;
        right: 3px;
        font-size: 12px;
    }

    .btn-switch:checked {
        border-color: #0085c5;
        box-shadow: #0085c5 0 0 0 16px inset;
        background-color: #0085c5;
    }

        .btn-switch:checked:before {
            left: 19px;
        }

        .btn-switch:checked:after {
            content: '\f00c';
            right: auto;
            left: 3px;
        }


    .btn-switch.btn-switch-anim {
        transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
    }

        .btn-switch.btn-switch-anim:before {
            transition: left 0.3s;
        }

        .btn-switch.btn-switch-anim:checked {
            box-shadow: #0085c5 0 0 0 16px inset;
            background-color: #0085c5;
            transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s;
        }

            .btn-switch.btn-switch-anim:checked:before {
                transition: left 0.3s;
            }