﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.layui-form-label{
    width:110px !important;
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.layui-table-view{
    margin:10px 0;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-all {
    border: 1px solid #e5e5e5;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/*文件上传*/
.upload-file-list {
    height: 100px;
    flex: 1;
    padding: 10px;
    overflow-y: auto;
    border:1px solid #eee;
}
    .upload-file-list .file-item {
        display: flex;
        border: 1px solid #eee;
        padding: 5px;
        margin-bottom: 10px;
        cursor:pointer;
        border-radius:5px;
        align-items:center;
    }
        .upload-file-list .file-item .file-name {
            color: #1e9fff;
        }

        .upload-file-list .file-item .file-remove {
            margin-left: 15px;
        }
            .upload-file-list .file-item .file-remove i {
                font-size: 18px;
                color: #ff5722;
            }

/*附件 start*/
.txt-upload {
    color: white;
}

.attath-file-single {
    position: absolute;
    width: 92px;
    padding-left: 8px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: blue;
    cursor: pointer;
}

    .attath-file-single.img {
        padding-left: 24px;
        background: url(/Images/image_blue.png) 4px center no-repeat;
    }

    .attath-file-single.audio {
        padding-left: 24px;
        background: url(/Images/audio_blue.png) 4px center no-repeat;
    }

    .attath-file-single.other {
        padding-left: 24px;
        background: url(/Images/attach_blue.png) 4px center no-repeat;
    }

.attath-file-single-clear {
    float: right;
    width: 20px;
    text-align: center;
    font-size: 14px;
}

    .attath-file-single-clear:hover {
        color: red;
        cursor: pointer;
    }

.attach-header {
    border: 1px solid #e4e7ed;
    border-bottom: none;
    background-color: #f5f7fa;
}

    .attach-header div {
        height: 24px;
        line-height: 24px;
        padding: 0 20px;
        display: inline-block;
        list-style: none;
        font-size: 14px;
    }

        .attach-header div.selected {
            background-color: white;
            color: #409eff;
        }

.attach-content {
    margin-top: 16px;
}

.attach-container {
    margin-top: 8px;
    clear: both;
    overflow: hidden;
}

.attach-file {
    position: relative;
    display: inline-block;
    padding: 16px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.attach-container .attach-file {
    margin-right: 8px;
}

.attach-file-clear {
    position: absolute;
    top: 4px;
    right: 4px;
}

.attach-file:hover, .attach-file:active {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.attach-file-clear:hover {
    color: red;
}

.attach-img {
    width: 64px;
    height: 64px;
}

.attach-img-clear {
    width: 64px;
    height: 64px;
}
/*附件 end*/

.req-star{
    color:red;
    margin-right:4px;
}

.flex-row {
    display:flex;
    flex-direction: row;
}
.flex-v{
    display:flex;
    align-items:center;
}
.flex-1 {
    flex:1;
}

.flex-center {
    align-items:center;
}


.mgleft10 {
    margin-left: 10px;
}
.mgt10 {
    margin-top: 10px;
}

.mgb10 {
    margin-bottom: 10px;
}

.mgr10 {
    margin-right: 10px;
}

.mgleft20 {
    margin-left: 20px;
}

.mgt20 {
    margin-top: 20px;
}

.mgb20 {
    margin-bottom: 20px;
}

.mgr20 {
    margin-right: 20px;
}
.pdall10 {
    padding: 10px;
}
.pdb10 {
    padding-bottom: 10px;
}

.evaluate-blocks {
    padding: 10px;
    margin-bottom: 10px;
    background: #faf6ea;
    border-top: solid 2px #faf6ea;
}

    .evaluate-blocks:hover {
        background: #fff;
        border-color: #78cff8;
        transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
    }

    .evaluate-blocks h3 {
        margin: 0 0 5px 0;
        font-size: 23px;
        line-height: 32px;
    }

        .evaluate-blocks h3 a {
            color: #000;
        }

            .evaluate-blocks h3 a:hover {
                color: #78cff8;
                text-decoration: none;
            }

    .evaluate-blocks p {
        overflow: hidden;
    }

    .evaluate-blocks a.news-block-btn {
        color: #000;
        display: block;
        font-size: 14px;
        background: none;
        padding: 5px 10px 0;
        text-align: right;
        text-decoration: none;
    }

        .evaluate-blocks a.news-block-btn i {
            margin-left: 3px;
        }

.print-btn-float{
    position:fixed;
    bottom:50px;
    right:10px;
}

