﻿label.error {
    line-height: 30px;
}



.selected td {
    background-color: burlywood;
    background: #EBF2F1;
}

@media only screen and (max-width: 1170px) {
    .middle-box {
        padding-top: 0px !important;
    }

        .middle-box h1 {
            font-size: 35px !important;
        }
}



/* Form header */



.header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 60px;
    background-color: #f9f9f9;
    border-bottom: solid 1px #e9e9e9;
}

.header-clear {
    height: 70px;
}


.logo-home {
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
}

.header-text {
    float: right;
    padding-top: 17px;
}

    .header-text strong {
        letter-spacing: normal;
        font-family: 'Lato', sans-serif;
        font-size: 18px;
        color: #3b4043;
        font-weight: 600;
        display: block;
        text-align: right;
        padding-right: 20px;
    }

    .header-text em {
        font-family: 'Dosis', sans-serif;
        font-size: 13px;
        letter-spacing: 0.8px;
        font-style: normal;
        color: #3b4043;
        display: block;
        padding-right: 20px;
    }

.heading {
    margin-bottom: 20px;
}

    .heading em {
        font-family: 'Dosis', sans-serif;
        font-style: normal;
        font-size: 12px;
        color: #ce1a13;
    }

    .heading h3 {
        color: #252525;
        font-weight: 200;
    }

.heading-left {
    float: left;
}

.heading-right {
    float: right;
    margin-top: 5px;
}

/* Form MobileNav */

.MobileNav {
    list-style-type: none;
    color: #095b47;
}


    .MobileNav i {
        color: #095b47;
    }



.MobileNavDialog {
    list-style-type: none;
    color: #fff;
    padding: 10px;
    width: 300px;
}

    .MobileNavDialog a {
        color: #fff;
    }



    .MobileNavDialog li ul {
        display: none;
    }

    .MobileNavDialog .nav-item i {
        font-size: 2em;
    }



    .MobileNavDialog .nav-item {
        width: 25%;
        float: left;
        padding-right: 10px;
        padding-bottom: 20px;
    }

        .MobileNavDialog .nav-item a {
            font-size: 1em;
            line-height: 20px;
        }


    .MobileNavDialog i {
        color: #fff;
        width: 100%;
    }


.sub-menu {
    list-style-type: none;
}

.MobileNav .sub-menu {
    list-style-type: none;
    display: none;
}



.MobileNav .nav-item {
    width: 25%;
    float: left;
    padding-right: 5px;
    height: 100px;
}

    .MobileNav .nav-item a {
        font-size: 1em;
        display: block;
        word-break: keep-all; /* 不换行 */
       
        overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
        text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
    }


    .MobileNav .nav-item i {
        font-size: 4em;
        height: 65px;
        width: 80px;
        text-align: center;
    }


/* Form bordered */

.Zl-bordered-Form .form-group {
    margin: 0;
    border-bottom: 1px dashed #e2e2e2;
}



.viewDetails .form-group {
    /*height:60px;*/
    clear: both;
}



    .viewDetails .form-group div {
    }





    .viewDetails .form-group .control-label {
        padding-top: 0px;
    }

.viewDetails .form-groupEdit {
    height: 80px;
    clear: both;
    margin: 0;
    border-bottom: 1px dashed #e2e2e2;
    padding-top: 10px;
}




.Zl-bordered-Form .form-group > div {
    padding: 15px;
    /*border-left: 1px solid #e2e2e2;*/
}

@media (max-width: 991px) {
    .Zl-bordered-Form .form-group > div {
        /* 991px */
        /*border-left:  1px solid #e2e2e2;*/
    }
}

.Zl-bordered-Form .form-group.last {
    border-bottom: 0;
}

.Zl-bordered-Form .form-group .control-label {
    /*padding-top: 20px;*/
    line-height: 55px;
}

@media (max-width: 991px) {
    .Zl-bordered-Form .form-group .control-label {
        /* 991px 
        padding-top: 10px;*/
    }
}

.Zl-bordered-Form .form-group .help-block {
    margin-bottom: 0;
}

.Zl-bordered-Form .form-group .form-control {
    margin: 0;
}

.Zl-bordered-Form .form-body {
    margin: 0;
    padding: 0;
}

.Zl-bordered-Form .form-actions {
    margin-top: 0;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

@media (max-width: 991px) {
    .Zl-bordered-Form .form-actions {
        /* 991px */
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* Horizontal bordered form */
.Zl-bordered-Form .form-horizontal.form-bordered.form-row-stripped .form-group:nth-child(even) {
    background-color: #fcfcfc;
}

.Zl-bordered-Form .form-horizontal.form-bordered.form-row-stripped .form-control {
    background: #fff !important;
}

.Zl-bordered-Form .form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) {
    background-color: #fcfcfc;
}

    .Zl-bordered-Form .form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) > div {
        background-color: #ffffff;
    }

.Zl-bordered-Form .form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) {
    background-color: #fcfcfc;
}
