﻿/*body {
    margin-right:0 !important;
}
.fancybox-lock .fancybox-overlay {
    overflow-y:hidden !important;
}*/
input[type=file] {
    display: none;
}

.text-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*顶部筛选*/
#topSearchForm {
    color: #fff;
    margin-bottom: 5px;
}

    #topSearchForm .form-control {
        width: 128px;
        float: left;
        margin: 0 2px;
        padding: 0;
        height: 36px;
        line-height: 36px;
        text-indent: 8px;
    }

@media screen and (max-width: 640px) {
    #topSearchForm .form-control {
        width: 105px;
    }
}

@media (max-width:320px) {
    #topSearchForm .form-control, #topSearchForm .input-group {
        margin-bottom: 5px;
    }
}

#topSearchForm .form-control.sm {
    width: 100px;
}

#topSearchForm .input-group {
    float: left;
}

#topSearchForm .input-daterange {
    margin: 0 2px;
}

@media (max-width:320px) {
    #topSearchForm .input-daterange {
        margin-bottom: 5px;
    }
}

#topSearchForm .input-daterange input {
    margin: 0;
}

#topSearchForm .btn {
    float: left;
    padding: 0 15px;
    margin: 0 2px;
    line-height: 34px;
    margin-bottom: 5px;
}

#topSearchForm:after {
    content: "\20";
    display: block;
    clear: both;
}

/*历史*/
#HistoryBar {
    float: left;
    margin-left: 10px;
}

    #HistoryBar a {
        color: #428bca;
    }

    #HistoryBar .disabled {
        opacity: 0.4;
    }

        #HistoryBar .disabled:hover {
            color: #428bca;
        }
/*手机端无滚动条*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgb(203, 203, 203);
}

::-webkit-scrollbar {
    width: 10px;
    height: 22px;
}

::-webkit-scrollbar-thumb {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 0.25rem rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 0.25rem rgba(0,0,0,0.2);
    box-shadow: inset 0 0 0.25rem rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.3);
}

@media screen and (max-width: 640px) {
    ::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}
/*分页*/
.pagination > li > a, .pagination > li > span {
    padding: 6px 8px;
}

.dataTables_info {
    float: left;
    margin: 20px 0;
}

@media screen and (max-width: 640px) {
    .dataTables_info {
        float: initial;
        margin: 0;
    }
}

/*文件上传*/
.fileRow a img {
    padding: 5px;
    width: 40px;
    height: 40px;
    border: 1px solid #80c4f5;
}
/*弹出框*/



.modal-dialog .modal-body {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog form:after {
    content: "\20";
    display: block;
    clear: both;
}

/*公司名*/
body .mainpanel > .copyright {
    color: #737373;
    line-height: 18px;
    font-size: 12px;
}

/*分布视图*/
.partialContext {
}

    .partialContext > .pageheader {
        height: 70px;
    }

    .partialContext > .contentpanel {
        height: calc(100vh - 50px - 70px - 32px);
        overflow: auto;
    }

body > section > .mainpanel > .copyfooter {
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #e7e7e7;
    background: #fff;
    font-size: 12px;
    position: relative;
    display: flex;
}

    body > section > .mainpanel > .copyfooter p {
        /*    float: left;*/
        margin: 0;
        padding: 0;
        overflow-y: hidden;
        overflow-x: auto;
        white-space: nowrap;
        padding: 0 15px;
    }

        body > section > .mainpanel > .copyfooter p.sysName {
            width: 40%;
        }

        body > section > .mainpanel > .copyfooter p.by {
            text-align: right;
            width: 60%;
        }

body > section .leftpanel .leftpanelinner {
    height: calc(100vh - 50px);
    overflow-x: hidden;
    overflow-y: auto;
}

.form-horizontal .unableText {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 6px;
    font-size: 14px;
    /* line-height: 1.6; */
    color: #555;
    background-image: none;
    border-radius: 4px;
    padding-top: 13px;
    display: flex;
    align-items: center;
}

form .photoSelecter {
    width: 60px;
    height: 60px;
    text-align: center;
    border: 2px #77a4d2 solid;
    border-radius: 3px;
    outline: none;
    -webkit-appearance: none;
    background-color: #fff;
    color: #878686;
    cursor: pointer;
    padding: 2px;
    text-decoration: none;
    align-items: center;
    position: relative;
    line-height: 52px;
    margin-left: 5px;
}

    form .photoSelecter:first-child {
        margin-left: 0;
    }

    form .photoSelecter p {
        font-size: 14px;
        line-height: 16px;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    form .photoSelecter img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
        border: 0;
        vertical-align: middle;
    }

form .photodel {
    position: absolute;
    top: 0;
    right: 2px;
    font-size: 14px;
}


.keyvalueControls {
    border: 2px solid #EFEFEF;
    margin-top: 20px;
    padding: 0 10px 10px 10px;
    border-radius: 5px;
}

    .keyvalueControls .title {
        height: 38px;
        line-height: 38px;
        font-size: 18px;
        font-weight: bolder;
    }

        .keyvalueControls .title span {
            font-size: 16px;
            text-shadow: 2px 2px 4px #b2d2ec;
        }

    .keyvalueControls .listhead {
        display: flex;
        border-bottom: 1px solid #b9b9b9;
    }

        .keyvalueControls .listhead > div {
            width: 120px;
            font-size: 14px;
            font-weight: bold;
            height: 24px;
            line-height: 24px;
        }

    .keyvalueControls .listrow {
        display: flex;
        padding-top: 7px;
    }



        .keyvalueControls .listrow .keyname, .keyvalueControls .listrow .keyvalue {
            width: 100px;
            margin-right: 20px;
        }

#pageloader {
    height: 3px;
    width: 100%;
    background: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    background: #b5c2cc;
    display: none;
}

    #pageloader .ld {
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        width: 0%;
        background: #0094ff;
        -moz-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }
/*    #pageloader:after {
        content: "\n";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        width: 80%;
        background: #0094ff;
    }*/
