/*
*	############################################################################################
*
*	DIFFDASH - A Simple and Unique Admin Dashboard Template
*	---------------------------------------------------------------------
*
*	Version: 	1.0
*	Author: 	The Develovers
*	Website: 	https://www.themeineed.com
*	Copyright: 	Copyright 2017 The Develovers
*
*	############################################################################################
*/
/* General Styles */



/*a {*/
    /*color: #fff;*/
/*}*/

/*
JQuery Dialog 的 Title 样式
*/
.fix-title {
    border-bottom: 1px solid #e9ecef;
}


a:hover, a:focus {
    color: #71719C;
    text-decoration: none;
}




.file-caption {
    height: 34px !important;
}

.s_form-container {
    background-color: #fff;
    border: 1px solid #c8c8d3;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    margin-top: 15px;
}

.form-control {
    font-size: 13px;
    border-radius: 4px;
    height: 28px;
    padding: 3px 12px;
    margin-top: 3px;
}

.form-control.searchview_input {
    font-size: 12px;
    border-radius: 4px;
    padding: 3px 6px;
    line-height: 0;
}

.form-control.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

/*.page-list {*/
/*display: none !important;*/
/*}*/

/*.pull-left.pagination-detail {*/
/*display: none !important;*/
/*}*/

.form-control-xs {
    display: block;
    width: 100%;
    height: 25px;
    padding: 0px 5px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.widget {
    margin-bottom: 30px;
}

.page-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    color: #4F9EE1;
}

.control-title {
    padding-top: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #5c8ed4;
}

#nprogress .bar {
    background: white;
}

.fix-row-padding {
    margin-left: 0px !important;
    margin: 0px !important;
}

.input-group-addon {
    font-size: 12px;
}

#nprogress .spinner-icon {
    border-top-color: red;
    border-left-color: red;
}

footer {
    padding: 0 30px;
    padding-bottom: 15px;
    position: absolute;
    right: 0;
}

@media screen and (max-width: 768px) {
    footer {
        position: relative;
        text-align: center;
    }
}

.copyright {
    margin-bottom: 0;
    font-size: 13px;
}




html.fullscreen-bg,
html.fullscreen-bg body,
html.fullscreen-bg #wrapper {
    height: 100%;
}

.vertical-align-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
}

.vertical-align-middle {
    display: table-cell;
    vertical-align: middle;
}

.offcanvas-active #left-sidebar {
    left: 0;
}

.dashboard-section {
    margin-bottom: 50px;
}

.panel-content {
    padding: 30px 15px;
}

.panel-content .heading {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}

.panel-content .heading i {
    font-size: 16px;
    margin-right: 8px;
    float: left;
    position: absolute;
    top: 2px;
    left: 0;
    text-indent: 0;
    color: #c1c1c1;
}

.dropdown-submenu {
    position: relative; /* 相对定位 */
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%; /* 右侧开始对齐 */
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
    max-height: 400px;
    overflow: auto;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0; /* 向上方向 */
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    border-color: transparent;
    border-left-color: #cccccc; /* 三角符号设置*/
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
}

.dropdown-submenu:hover > a:after {
    border-left-color: #cccccc; /* 鼠标移动时的三角符号设置*/
}

.dropdown-submenu.pull-left {
    float: none; /* 取消子菜单的向右浮动 */
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%; /* 向右浮动的时候，子菜单应该从最左侧开始对齐计算 */
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media screen and (max-width: 767px) {
    .navbar-nav {
        margin-right: 0;
    }

    .navbar-nav > li {
        display: table-cell;
        position: inherit;
        text-align: center;
    }

    .navbar-nav .dropdown-menu {
        max-height: 400px;
        overflow: auto;
    }

    .navbar-nav .dropdown-menu > li > a {
        white-space: normal;
    }

    .navbar-nav .open .dropdown-menu {
        -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
        position: absolute;
        width: 100%;
        background: #fff;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding: 3px 20px;
    }

    .navbar-nav .open .dropdown-menu.notifications > li > a {
        padding: 12px 15px;
    }
}

.navbar-brand {
    padding: 18px 15px;
}

@media screen and (max-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }
}

@media screen and (min-width: 769px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-btn {
    float: left;
    padding: 0;
}

.navbar-btn button {
    font-size: 24px;
    padding: 4px 0;
    line-height: .7;
    border: none;
    background: none;
    outline: none;
}

@media screen and (max-width: 640px) {
    .navbar-btn {
        padding-left: 0;
    }
}

#navbar-search {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    #navbar-search {
        display: none;
    }
}

#navbar-menu {
    float: right;
}

.btn-toggle-offcanvas {
    display: none;
}

@media screen and (max-width: 768px) {
    .btn-toggle-offcanvas {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
    }
}

.user-account {
    margin: 40px auto 30px auto;
    text-align: center;
}

.user-account .user-photo {
    margin: 0 auto;
    border: 5px solid #dfdede;
}

.user-account .user-name {
    display: block;
    margin-top: 12px;
    color: inherit;
}

.user-account .user-name:hover, .user-account .user-name:focus {
    text-decoration: none;
}

.sidebar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .metismenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sidebar-nav .metismenu > li {
    padding-bottom: 10px;
}

.sidebar-nav .metismenu > li a {
    border-left: 5px solid transparent;
}

.sidebar-nav .metismenu > li.active > a {
    border-left-color: #5c8ed4;
    background-color: #f1f1f1;
}

.sidebar-nav .metismenu > li .active a {
    font-weight: 700;
}

.sidebar-nav .metismenu > li i {
    position: relative;
    top: 1px;
    margin-right: 10px;
    font-size: 18px;
}

.sidebar-nav .metismenu > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.sidebar-nav .metismenu a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
    display: block;
    padding: 13px 15px;
    outline-width: 0;
    color: #5A5A5A;
}

.sidebar-nav .metismenu ul a {
    padding: 10px 15px 10px 55px;
}

.sidebar-nav .metismenu ul ul a {
    padding: 10px 15px 10px 70px;
}

.sidebar-nav .metismenu ul.collapse a:hover, .sidebar-nav .metismenu ul.collapse a:focus {
    text-decoration: none;
}

.sidebar-nav .metismenu a:hover, .sidebar-nav .metismenu a:focus, .sidebar-nav .metismenu a:active {
    text-decoration: none;
    background: #f1f1f1;
}

.sidebar-nav .metismenu .has-arrow::after {
    color: #b5b5b5;
}

.nav-tabs > li > a {
    color: inherit;
    font-weight: 600;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background-color: #f5f5f5;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #fafafa;
    color: #5A5A5A;
}

.nav-tabs-colored > li.active > a, .nav-tabs-colored > li.active > a:hover, .nav-tabs-colored > li.active > a:focus {
    background-color: #f5f5f5;
    color: #5A5A5A;
}

.tab-content-colored {
    background-color: #f5f5f5;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-color: #ddd;
}

.dropdown-menu > li > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #5A5A5A;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #5c8ed4;
}

.nav-pills > li > a {
    color: inherit;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #efefef;
    color: #5A5A5A;
}

.btn-toggle-fullwidth {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: absolute;
    right: 0;
    padding: 5px 10px;
    background: #f5f5f5;
    color: #cacaca;
    border: 1px solid #dedede;
    z-index: 99;
}

.btn-toggle-fullwidth:hover, .btn-toggle-fullwidth:focus {
    background-color: #e8e8e8;
    color: #ababab;
}

.btn-toggle-fullwidth i {
    margin: 0;
    font-size: 22px;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .btn-toggle-fullwidth {
        display: none;
    }
}




/* Authentication forms */
.auth-box {
    -moz-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 600px;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
}

.auth-box .content {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 99%;
    padding: 30px;
    vertical-align: middle;
}

.auth-box .form-auth-small .btn {
    margin-top: 20px;
}

.auth-box .form-auth-small .element-left {
    float: left;
}

.auth-box .form-auth-small .element-right {
    float: right;
}

.auth-box .form-auth-small .bottom {
    margin-top: 20px;
    text-align: center;
}

.auth-box .lead {
    margin-top: 5px;
    font-size: 18px;
    text-align: center;
}

.auth-box .helper-text {
    font-size: 13px;
    color: #9A9A9A;
}

.auth-box .btn-signin-social {
    display: block;
    margin-bottom: 15px;
    padding: 10px 22px;
    width: 100%;
    background-color: #fff;
    border-color: #e4ecf0;
}

.auth-box .btn-signin-social:hover, .auth-box .btn-signin-social:focus {
    background-color: #fafafa;
}

.auth-box .btn-signin-social i {
    font-size: 16px;
    margin: 5px;
}

.auth-box.lockscreen {
    width: 50%;
    padding: 40px 60px;
}

.auth-box.lockscreen .logo {
    margin-bottom: 30px;
}

.auth-box.lockscreen .user {
    margin-bottom: 30px;
}

.auth-box.lockscreen .user .name {
    font-size: 18px;
    margin-top: 10px;
}

@media screen and (min-width: 1440px) {
    .auth-box.lockscreen {
        width: 35%;
    }
}

@media screen and (max-width: 1279px) {
    .auth-box {
        width: 90%;
    }
}

@media screen and (max-width: 992px) {
    .auth-box {
        width: 70%;
    }

    .auth-box.lockscreen {
        width: 50%;
        padding: 40px 20px;
    }
}

@media screen and (max-width: 640px) {
    .auth-box {
        width: 90%;
    }

    .auth-box .content {
        width: 95%;
    }

    .auth-box.lockscreen {
        width: 90%;
    }
}

.btn-group.open .dropdown-toggle {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.open > .dropdown-toggle.btn-primary {
    background-color: #5c8ed4;
    border-color: #5086d1;
}

.open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background-color: #5086d1;
    border-color: #5086d1;
}

.open > .dropdown-toggle.btn-success {
    background-color: #22af46;
    border-color: #20a241;
}

.open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    background-color: #20a241;
    border-color: #20a241;
}

.open > .dropdown-toggle.btn-warning {
    background-color: #f3ad06;
    border-color: #e9a606;
}

.open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
    background-color: #e9a606;
    border-color: #e9a606;
}

.open > .dropdown-toggle.btn-danger {
    background-color: #de4848;
    border-color: #dc3b3b;
}

.open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
    background-color: #dc3b3b;
    border-color: #dc3b3b;
}

.open > .dropdown-toggle.btn-default {
    background-color: #acb5c1;
    border-color: #a3adba;
    color: #fff;
}

.open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    background-color: #f9f9f9;
    border-color: #dcdcdc;
    color: #5A5A5A;
}

.input-group-btn > .btn {
    padding-top: 6px;
    padding-bottom: 6px;
}

.input-group-btn-xs > .btn {
    padding-top: 1px;
    padding-bottom: 6px;
}

.action-buttons .btn {
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    .action-buttons .btn {
        margin-bottom: 5px;
    }
}


.login-session {
    padding: 30px 0;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}

.login-session .device-icon {
    font-size: 25px;
    float: left;
}

.login-session .login-info {
    padding-left: 40px;
}

.login-session .login-info .login-title {
    margin: 0 0 5px 0;
    font-size: 16px;
}

.login-session .login-info .login-detail {
    color: #9A9A9A;
}

.login-session .btn-logout {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0;
    margin-top: -11px;
}

/* 恢复 input-group-addon 背景颜色的默认值 */

.input-group-addon {
    background-color: initial;
}
/*外来器械订单样式，勿删*/
.tab-error {
    position: absolute;
    top:5px;
    right:5px;
    color: red;
}

/* bootstrap-table 替换默认样式 */
.fixed-table-container tbody td {
    border-left: none !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.01);
}

.table-hover > tbody > tr:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
 /*全局遮蔽层*/
#overlayer {
    position: absolute;
    left: 0;
    z-index: 999999999999;
    width: 100%;
    height: 100%;
    background-color: #000;
    text-align: center;
    line-height: 50;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    display: none;
}


.print input[type=checkbox] {

    margin-right: 5px;

    cursor: pointer;

    font-size: 14px;

    width: 15px;

    height: 12px;

    position: relative;

}

.print input[type=checkbox]:after {

    position: absolute;

    width: 10px;

    height: 15px;

    top: 0;

    content: " ";

    background-color: #fff;

    color: #000;

    display: inline-block;

    visibility: visible;

    padding: 0px 3px;

    border-radius: 3px;

}

.print input[type=checkbox]:checked:after {

    content: "✓";

    font-size: 12px;

}