body {
    position: relative;
    overflow: hidden;
}


/*font-color*/
.m-header {
}

    .m-header form input[type='search'] {
        border: 0px;
        padding: 0px 15px;
        border-radius: 15px;
        box-sizing: inherit;
    }

.m-body {
    /*margin-bottom: 72px;*/
}


.m-footer {
}

    .m-footer .m-footer-nav {
        text-align: center;
        color: black;
        position: fixed;
        bottom: 0;
        width: 100%;
        border-top: 1px solid #ddd;
        background: white;
    }

        .m-footer .m-footer-nav .nav-link {
            display: block;
            color: White;
        }

            .m-footer .m-footer-nav .nav-link i.fa {
                /*line-height: 20px;*/
                font-size: 30px;
                padding-top: 5px;
            }

        .m-footer .m-footer-nav .sidebar-toggle {
            position: inherit;
            top: inherit;
            left: inherit;
            width: 100%;
            padding: inherit;
            -webkit-transition: inherit;
            transition: inherit;
            color: White;
        }

            .m-footer .m-footer-nav .sidebar-toggle:before {
                display: none;
            }

        .m-footer .m-footer-nav .nav-link span.nav-link-title {
            line-height: 20px;
            display: block;
            font-weight: normal;
            font-size: 12px;
        }



.masthead {
    background-color: #1565c0;
    width: 100%;
    color: white;
    height: 135px;
    text-align: center;
    position: relative;
}

    .masthead .container {
        position: absolute;
        bottom: 25px;
        font-size: 25px;
    }

/*module-item*/
.m-module-item {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding: 15px;
    text-align: center;
}

    .m-module-item .m-module-item-wrapper {
    }

        .m-module-item .m-module-item-wrapper .m-module-item-icon {
            position: relative;
            background-color: #1565c0;
            border-radius: 25px;
            color: white;
            width: 50px;
            height: 50px;
            display: inline-block;
        }

    .m-module-item .m-module-title {
        color: #1565c0;
        display: block;
        margin-top: 5px;
    }

    .m-module-item .m-module-item-wrapper i.fa {
        line-height: 50px;
        font-size: 25px;
    }


    .m-module-item .badge {
        position: absolute;
        right: -15px;
        top: -5px;
        background-color: #e43847;
    }

/*sidebar*/


.sidebar {
    background-color: #fff;
    color: black;
    border-right: 1px solid #ddd;
    z-index: 999;
    width: 70%;
    font-size: 15px;
}



    .sidebar .sidebar-item a,
    .sidebar .sidebar-nav a {
        padding-left: 40px;
        color: #fff;
        position: relative;
    }

    .sidebar .sidebar-nav {
        font-size: 76.777778%;
        padding: 0px 0;
    }


        .sidebar .sidebar-nav i.fa {
            color: #fff;
            width: 20px;
        }

        .sidebar .sidebar-nav .nav-item-txt {
            margin-left: 5px;
        }



        .sidebar .sidebar-nav .badge {
            position: absolute;
            right: 20px;
            top: 6px;
            background-color: #e43847;
        }

/*page-header*/
.p-header {
    position: relative;
    background: #1565c0;
    color: white;
    width: 100%;
    line-height: 30px;
    font-size: 24px;
}

    .p-header h1,
    .p-header h2,
    .p-header h3 {
        text-align: center;
        padding: 15px 0;
        margin: 0px;
    }

    .p-header .p-header-title {
        color: white;
    }

    .p-header span.icon-left {
        position: absolute;
        top: 12px;
        left: 10px;
        color: white;
    }

        .p-header span.icon-left a,
        .p-header span.icon-right a {
            color: white;
        }

    .p-header span.icon-right {
        position: absolute;
        top: 10px;
        right: 10px;
        color: white;
    }


.search-panel {
    margin: 5px;
}

.input-group-addon i.fa {
    color: #1565c0;
}

.code-bold {
    font-weight: bold;
    color: #1565c0;
}

.table thead th,
table tbody td,
table tbody th,
table tfoot td,
table.tdata thead th,
table.tdata tbody td,
table.tdata tfoot td {
    border-left: none;
    border-right: none;
    font-weight: normal;
}

    table thead th i,
    table tbody td i,
    table tbody th i,
    table tfoot td i,
    table.tdata thead th i,
    table.tdata tbody td i,
    table.tdata tfoot td i {
        width: 20px;
        color: #1565c0;
        font-weight: normal;
    }



.enquiry-list-loop {
    position: relative;
    color: black;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 5px 30px 5px 5px;
}

    .enquiry-list-loop .enquiry-action {
        position: absolute;
        right: 0px;
        text-align: center;
        width: 20px;
        height: 30px;
    }

    .enquiry-list-loop .dropdown-menu {
        position: absolute;
        top: 15px;
        right: 0px;
        left: -148px;
        width: 110px;
    }

    .enquiry-list-loop i.fa {
        width: 20px;
    }

.enquiry-customer {
}

.enquiry-date {
}

.enquiry-title {
}

.enquiry-content {
    height: 40px;
    overflow: hidden;
}


.enquiry-detail-nav {
    display: inline-block;
    width: 30px;
    position: absolute;
    right: 0;
    height: 100%;
    line-height: 100%;
    text-align: center;
}



.jqtab-page .panel-primary {
    border: 0px;
}

.jqtab-page .panel-body {
    padding: 0px;
}

.modal-list-form,
.modal-filter {
    width: 100%;
}

    .modal-list-form .modal-dialog,
    .modal-filter .modal-dialog {
        margin: 0px;
    }

.modal.modal-filter {
    z-index: 1049;
}


.modal-list-form .modal-body,
.modal-filter .modal-body {
    padding: 0;
}

input.form-control,
select.form-control {
    border: none;
    outline: 0;
    transition: none;
    box-shadow: none;
    border-radius: inherit;
}

input.form-control,
select.form-control {
    border-bottom: 1px solid #ccc;
    line-height: inherit;
}

    input.form-control:hover,
    select:hover {
        box-shadow: none;
    }

.input-group .input-group-addon {
    background-color: inherit;
    color: #1565c0;
    border: 0px;
    border-bottom: 1px solid #ccc;
}


.btn.btn-primary {
    background-color: #1565c0;
}

/*重写样式*/
.tec-prompt-content {
    min-width: initial;
    max-width: initial;
    width: 90%;
}



/*产品排序界面的CSS*/
/*因CSS放界面前端。有部分CSS不能生效*/
.bottomSheetdemoBasicUsage .md-inline-list-icon-label {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -10px;
    height: 24px;
    vertical-align: middle;
}

.bottomSheetdemoBasicUsage .md-grid-item-content {
    height: 90px;
    padding-top: 10px;
}

    .bottomSheetdemoBasicUsage .md-grid-item-content md-icon {
        height: 48px;
        width: 48px;
    }

.bottomSheetdemoBasicUsage .md-grid-text {
    padding-bottom: 5px;
}

.bottomSheetdemoBasicUsage md-list-item, .bottomSheetdemoBasicUsage md-list-item .md-list-item-inner {
    min-height: 48px;
}

.bottomSheetdemoBasicUsage h2 {
    line-height: 36px;
    padding-top: 10px;
}

.bottomSheetdemoBasicUsage .md-subheader .md-subheader-inner {
    padding: 0;
}

.bottomSheetdemoBasicUsage md-toast .md-toast-content {
    background-color: #B14141;
}

.bottomSheetdemoBasicUsage md-toast > * {
    font-weight: bolder;
}

/*.md-button:not([disabled]):hover, .md-button:hover {
        background-color: red;
    }*/

.divBtnIsSelect {
    background-color: #47d7ae !important;
    color: white !important;
}

.divBtnIsNotSelect {
    background-color: #fafafa !important;
    color: black !important;
}

.divTitleInfo {
    font-size: 25px;
    font-weight: bold;
    text-align:center;
}


md-dialog.md-dialog-fullscreen {
    min-height: 100%;
    min-width: 100%;
    border-radius: 0;
}