﻿.no-border {
    border: 0 !important
}

.no-padding {
    padding: 0 !important
}

.no-margin {
    margin: 0 !important
}

.no-shadow {
    box-shadow: none !important
}

:focus,
.btn:active:focus {
    outline-width: 0;
}

.direct-chat-msg {
    width: 70%;
}

.direct-chat-msg.right {
    width: 100%;
    padding-left: 30%;
}

.sidebar-form input[type=text]:focus,
.sidebar-form input[type="text"]:focus+.input-group-btn .btn {
    transition: background-color linear 0.5s;
    -moz-transition: background-color linear 0.5s;
    /* Firefox 4 */
    -webkit-transition: background-color linear 0.5s;
    /* Safari 和 Chrome */
    -o-transition: background-color linear 0.5s;
    /* Opera */
}

a.info-box .info-box-content {
    display: table-cell;
    height: 90px;
    vertical-align: middle;
}

.content-header>.breadcrumb>li+li:before {
    font-family: cursive, serif;
}

.sidebar-menu li.active>a>.fa-angle-right,
.sidebar-menu li.active>a>.pull-right-container>.fa-angle-right {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
}

tr.align-middle>td {
    vertical-align: middle !important;
}

tr.align-middle>td.no-padding {
    padding: 0 !important;
}

.btn.btn-link:active {
    box-shadow: none;
}

.modal {
    overflow-y: auto;
}

.image.scale>.img-circle:hover {
    position: relative;
    z-index: 100;
    box-shadow: 0 0 0.5em #777;
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    -webkit-transform: scale(5);
    transform: scale(5);
    -moz-transition: all linear .2s;
    -o-transition: all linear .2s;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}

.control-sidebar,
.control-sidebar-bg {
    right: -360px;
    width: 360px;
}

.thumbnail {
    position: relative;
    margin-bottom: 0;
}

.thumbnail>img {
    width: 100%;
    height: 100%;
}

.thumbnail-sm {
    padding: 0;
    width: 30px;
    height: 30px;
    margin: 0 8px 0;
    border-radius: 50%;
}

input[type=file] {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.form-group {
    position: relative;
    z-index: 0;
}

.bs-thumbnail>.thumbnail {
    cursor: pointer;
}

.bs-thumbnail>.thumbnail.active {
    cursor: default;
    border-color: rgba(131, 198, 241, 0.73);
    box-shadow: 0 3px 8px rgba(131, 198, 241, 0.48);
}

.thumbnail .glyphicon-remove {
    position: absolute;
    top: -6px;
    right: -6px;
    padding: 2px;
    cursor: pointer;
    font-size: 12px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background-color: #fff;
}

.list-default>li>.fa-trash {
    color: #999;
    cursor: pointer;
    margin-left: 10px;
}

.list-default>li:hover>.fa-trash {
    color: #666;
}

.h-tips {
    position: relative;
}

.h-tips img {
    display: none;
}

.h-tips:hover img {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
}

.bs-authorize .form-group {
    margin-bottom: 0;
}

.bs-authorize .form-group.with-border:before {
    content: "";
    height: 1px;
    display: block;
    margin: 0 15px;
    margin-top: 5px;
    background-color: #dedede;
}

.btn-mhg {
    background-color: #FC6703;
    color: white;
}

.btn-mhg-border {
    border: 1px solid #ff6600;
    color: #ff6600;
    background-color: transparent;
}

.btn-mhg-border:hover {
    color: #ff6600;
}

.btn-mhg:focus,
.btn-mhg:hover {
    color: white;
}

.text-mhg {
    color: #ff6600 !important;
}

.el-loading-mask {
    z-index: 10 !important;
}

@media (min-width: 768px) and (max-width: 992px) {
    .nav.tabs-sm>li>a {
        padding: 2px 1px;
    }
}

@media (max-width: 768px) {
    .nav.tabs-sm>li>a {
        padding: 10px 9px;
    }
}

/* 去type=number箭头 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.el-table__body-wrapper input.form-control {
    padding: 0 4px;
    height: 30px;
}

/* 去type=number箭头 */

/* 悬浮框 */
.suspend {
    width: 40px;
    height: 245px;
    position: fixed;
    top: 200px;
    right: 0;
    overflow: hidden;
    z-index: 9999;
    background: url(/static/images/suspend.png);
}

.suspend dl {
    width: 120px;
    height: 245px;
    float: right;
    margin-bottom: 0;
}

.suspend dl dd {
    height: 84px;
}

.suspend dl dd a {
    display: inline-block;
    height: 100%;
    width: 100%;
}