html, body {
    width: 100%;
    height: 100%;
}

.container {
    top: 32px;
    position: relative;
    margin-right: 0;
    background: #f2f2f2;
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 80%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 84%;
    }
}

.main {
    width: 100%;
    height: 100%;
    margin: 15px auto;
    padding: 15px;
}

p {
    margin: 0 0 10px;
}

.sort {
    width: 60px;
    border: none;
    box-shadow: none;
    text-align: center;
    margin: 0 auto;
}

.sort:active {
    border: 1px solid #3fa9f5;
}

a {
    color: #3fa9f5;
}

a:active {
    color: #2a74f5;
    text-decoration: none;
}

.bg-white {
    background: #fff;
}

.bg-gray {
    background: gray;
}

.bg-orange {
    background: #ff7700;
}
.bg-green{
    background: #13cd00;
}

.label-finished{
    background: #5fb878;
    color: #666666;
}

.orange {
    color: #f09342;
}

.yellow {
    color: #fff000;
}

.red {
    color: #ff0000;
}

.blue {
    color: #3fa9f5;
}

.pink {
    color: pink;
}

.red2 {
    color: #ff500f;
}

.gray {
    color: #969696;
}

.green {
    color: #2cc83d;
}

.white {
    color: white;
}

.footer {
    width: 100%;
    z-index: 9999;
}
.img16 {
    width: 16px;
    height: 16px;
}

.img22 {
    width: 22px;
    height: 22px;
}

.img28 {
    width: 28px;
    height: 28px;
}

.img36 {
    width: 36px;
    height: 36px;
}

.img48 {
    width: 48px;
    height: 48px;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 1px;
}


.fs8 {
    font-size: 8px;
}

.fs10 {
    font-size: 10px;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs26 {
    font-size: 26px;
}
.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mt6 {
    margin-top: 6px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.pr10 {
    padding-right: 10px;
}

.pr20 {
    padding-right: 20px;
}

.wd-auto {
    width: auto;
}

.wd50 {
    width: 50px;
}

.wd100 {
    width: 100px;
}

.wd150 {
    width: 150px;
}

.wd200 {
    width: 200px;
}

.wd250 {
    width: 250px;
}

.wd300 {
    width: 300px;
}

.wd100p {
    width: 100%;
}

.ht50 {
    height: 50px;
}

.ht100 {
    height: 100px;
}

.ht150 {
    height: 150px;
}

.ht60 {
    height: 60px;
}

.ht200 {
    height: 200px;
}

.ht250 {
    height: 250px;
}

.ht300 {
    height: 300px;
}

.nav > li > ai {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs > li.active > ai {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs > li.active > ai:hover {
    color: #555;
    background-color: #fff;
}

.nav-tabs > li > ai:hover {
    color: #fff;
    background-color: #3fa9f5;
}

ai {
    color: #3fa9f5;
    cursor: pointer;
}

.di {
    display: inline-block;
}

.nothing {
    width: 100%;
    text-align: center;
    padding: 25px;
    color: #999;
}

.delete {
    text-decoration: line-through;
    text-decoration-color: darkgrey;
    color: #999;
}

.label-gray {
    background-color: #bababa;
    border-radius: 25px;
    font-size: 10px;
    font-weight: 100;
    padding: .2em 0.6em;
}

.td-10 {
    max-width: 100px;
    word-break: break-word;
}

.td-15 {
    max-width: 150px;
    word-break: break-word;
}

.td-20 {
    max-width: 200px;
    word-break: break-word;
}

.td-25 {
    max-width: 250px;
    word-break: break-word;
}

.td-30 {
    max-width: 300px;
    word-break: break-word;
}

.txt-break-ellipsis {
    word-break: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.badge {
    min-width: 20px;
    padding: 4px 0;
}

.pages {
    text-align: center;
}

.page-size {
    width: 214px;
    height: 34px;
    position: absolute;
    right: 16px;
}

.page-info {
    text-align: right;
    color: #999;
    font-size: 9px;
}

.page-info2 {
    text-align: right;
    color: #999;
    font-size: 9px;
    display: inline-block;
    height: 34px;
    margin: 36px 10px;
    position: absolute;
    right: 36px;
}

.page-info-selection {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #666;
}

.avatar {
    width: 36px;
    border-radius: 25px;
}

.cursor-pointer {
    cursor: pointer;
}

.loading {
    position: fixed;
    z-index: 9999;
    top: 20%;
    color: #505050;
}

.loading-back {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    background: #000;
    opacity: 0.25;
    z-index: 9998;
}

.ui-image-file {
    opacity: 0;
    position: absolute;
    left: -200px;
}


.loading img {
    width: 38px;
    animation: loadRotate .8s linear infinite;
    -webkit-animation: loadRotate .8s linear infinite;
    -ms-animation: loadRotate .8s linear infinite;
    -moz-animation: loadRotate .8s linear infinite;
    -o-animation: loadRotate .8s linear infinite;
}

.layui-side-menu .layui-nav .layui-nav-item .active{
    color: #ffffff;
    background: #027268;
}

@-webkit-keyframes loadRotate {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -webkit-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
    }
}

.cache-tip {
    color: #909090;
}

.icon_btn {
    color: #4f4f4f;
    cursor: pointer;
    padding-left: 15px;
}

.icon_btn:hover {
    color: #3fa9f5;
}

/*******/

.question {
}

.question li {
    padding-bottom: 10px;
    cursor: pointer;
    width: auto;
}

.question li dt {
    padding: 10px 0 6px;
    color: #333333;
}

.question li dl {
    color: #8d8d8d;
    padding: 8px 16px;
    background: #f2f2f2;
    border-radius: 6px;
}

.question li dl ul {
}

.question li dl ul li {

    color: #ff940a;
    padding: 3px;
    margin-top: 8px;
}

.question li dl:hover {
    box-shadow: 0 0 6px #adadad;
}

.icon-list {
    margin-top: 15px;
    _height: 440px;
    overflow: auto;
}

.icon-list img {
    width: 48px;
    border: 1px solid #ccc;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #fff;
}

.icon-list img:hover {
    _transform: scale(1);
    box-shadow: 4px 4px 4px #0C0C0C;
}


.bootoast {
    opacity: 0;
    filter: alpha(opacity=0)
}

.bootoast>.glyphicon {
    display: inline-block;
    float: left;
    font-size: 20px;
    margin-right: 14px;
}

.bootoast>.bootoast-alert-container {
    display: block;
    max-width: 100%;
    overflow: auto;
}

.bootoast>.bootoast-alert-container>.bootoast-alert-content {
    display: table;
    width: 100%;
    height: 100%
}

.bootoast-container {
    position: fixed;
    left: 20px;
    right: 20px;
    top: initial;
    bottom: initial;
    width: 390px;
    max-width: 95%;
    z-index: 2060
}

.bootoast-container.top {
    top: 20px
}

.bootoast-container.bottom {
    bottom: 20px
}

.bootoast-container.right {
    left: initial
}

.bootoast-container.left {
    right: initial
}

.bootoast-container.center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}
.bg-alarm{
    background: #f06;
    color: white;
}
