body {
    padding-top: 49px;
    font-family: '微软雅黑', Tahoma, 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif
}

a, a:hover, a:active, a:focus, a:visited, .btn-link:focus, .btn-link:hover {
    text-decoration: none;
}

/* 定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸 */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #f5f5f5;
}

/* 定义滑块 内阴影+圆角 */
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/* 定义滚动条轨道 内阴影+圆角 */
::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/* 当同时有垂直滚动条和水平滚动条时交汇的部分 */
::-webkit-scrollbar-corner {
    background-color: #f5f5f5;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}
.select{
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*早期浏览器*/
    user-select:none;
}

.navbar {
    background: url("../images/top_bg.jpg") repeat-x left top;
}

.navbar-fixed-top {
    border: 0;
}

.navbar-brand {
    padding: 2px 0 0 0;
}

.navbar-brand > img {
    height: 48px;
}

.navbar-inverse .navbar-brand {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 85px;
    padding-left: 10px;
}

.navbar-inverse .navbar-toggle {
    border-color: #E6F3F9;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-nav {
    display: none !important;
}

.desk {
    display: none;
}

.desk .thumbnail {
    border-width: 0 !important;
    margin-bottom: 0;
}

.desk a:hover {
    text-decoration: none !important;
}

.desk .thumbnail img {
    width: 64px;
}

.desk .thumbnail .caption {
    text-align: center;
}

.desk .thumbnail p {
    margin: 0;
}

.desk .desk-arrow {
    text-align: center;
}

.desk .desk-arrow img {
    width: 84px;
    height: 63px;
    margin-top: 15px;
}

.form-control {
    box-shadow: none;
}
.close:focus, .close:hover {
    outline: none;
    outline: 0;
}

@media (min-width: 768px) {
    .navbar-nav {
        display: block !important;
        margin-right: 0 !important;
    }

    .navbar-nav > li > a {
        padding: 10px 0;
    }

    .navbar-nav img {
        width: 73px;
        height: 63px;
        border: 0;
    }

    .desk {
        display: block;
    }
}

.page-container {
    background-color: #3d3d3d !important;
}

.sidebar {
    margin: 10px;
    background-color: #292929 !important;
}

.navbar-collapse {
    border-top: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

/*.collapse.in {*/
/*background-color: #3d3d3d !important;*/
/*position: fixed;*/
/*z-index: 1000;*/
/*right: 0;*/
/*left: 0;*/
/*}*/
@media (min-width: 769px) {
    body {
        padding-top: 84px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .container-fluid {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .navbar {
        height: 85px;
    }

    .navbar-brand {
        height: 85px;
    }

    .navbar-brand > img {
        height: 83px;
    }

    .navbar-toggle {
        margin-top: 26px;
    }

    .sidebar {
        bottom: 0;
        padding: 15px;
        margin: 0;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        border-right: 1px solid #e7e7e7;
        position: fixed;
        top: 84px;
        left: 0;
        z-index: 1000;
        background-color: #f8f8f8 !important;
    }

    .navbar-collapse.collapse {
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }

    .col-sm-3 {
        width: 25% !important;
    }

    .col-xs-2.control-label, .col-sm-2.control-label {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        overflow-y: auto;
    }

    .has-submenu > ul > li > a:hover,
    .has-submenu > ul > li.active > a,
    .has-submenu > ul > li.active > a:hover {
        color: #333 !important;
    }
}

@media (min-width: 992px) {
    .col-md-2 {
        width: 16.66666667% !important;
    }
}

/*@media (min-width: 768px) {*/
/*.thumbnail .caption {*/
/*bottom: 20px;*/
/*}*/
/*}*/
.sr-toolbar-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0.4;
    background-color: #000;
    z-index: -1;
}

.sr-toolbar {
    position: absolute;
    overflow: hidden;
    z-index: 9999;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.sr-toolbar .sr-content {
    position: relative;
    float: right;
    padding: 5px 8px 5px 0;
    zoom: 1;
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -15px;
    margin-left: -15px;
}

/*.nav-sidebar>li:first-child {
	border-top: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.nav-sidebar>li {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	border-color: #101010;
}*/
.nav-sidebar i.glyphicon {
    top: 2px;
    font-size: 15px;
    font-weight: 300;
    margin-right: 10px;
}

.nav-sidebar span.glyphicon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 300;
}

.nav-sidebar > li > a,
.nav-sidebar > li > a:focus {
    background-color: transparent;
    color: #777;
}

.nav-sidebar > li > a:hover {
    color: #333;
    font-weight: 600;
    background-color: transparent;
}

.nav-sidebar > li.active.open > a,
.nav-sidebar > li.active > a,
.nav-sidebar > li.active > a:hover {
    color: #555;
    font-weight: 600;
    background-color: #e7e7e7 !important;
}

/*.nav-sidebar>li.active>a:hover {
	color: #fff;
	background-color: #e02222 !important;
	border-left-color: #6e8cd7;
}*/
.has-submenu.open > a,
.has-submenu.open > a:hover {
    color: #555;
    background-color: #e7e7e7 !important;
}

.has-submenu.open span.glyphicon {
    transform: translateY(-50%) rotate(90deg);
}

.has-submenu.open .nav-sub-sidebar {
    display: block;
}

.has-submenu .nav-sub-sidebar {
    display: none;
    position: relative;
    background-color: transparent;
}

.has-submenu > ul > li > a {
    padding-left: 44px;
    color: #777;
}

.has-submenu > ul > li > a:hover,
.has-submenu > ul > li.active > a,
.has-submenu > ul > li.active > a:hover {
    color: #fff;
    font-weight: 600;
    background-color: transparent;
}

.pager .previous > button {
    float: left;
}

.pager .next > button {
    float: right;
    margin-left: 5px;
}

.pager li > button {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 0;
}

.pager .previous > .form-control {
    float: left;
    margin-left: 5px;
    display: inline-block;
    border-radius: 0;
    width: auto;
}

.pager .previous > .control-label {
    float: left;
    margin-top: 5px;
    margin-left: 5px;
    display: inline-block;
    text-align: right;
}

.form-group:last-child {
    margin-bottom: 0;
}

/*
 * Main content
 */

.main {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #fff !important;
}

/*
@media (min-width: 768px) {
	.main {
		padding-right: 40px;
		padding-left: 40px;
	}
}
*/
.main .page-header {
    margin-top: 0;
    font-size: 26px;
    font-weight: 500;
}

/*
 * Placeholder dashboard ideas
 */

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}

.placeholders h4 {
    margin-bottom: 0;
}

.placeholder {
    margin-bottom: 20px;
}

.placeholder img {
    display: inline-block;
    border-radius: 50%;
}

.fileholder {
    top: 0;
}

.fileholder label {
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent !important;
}

.loading-container {
    z-index: 9999;
}

.loading-background {
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.loading {
    width: 7.6em;
    min-height: 7.6em;
    position: fixed;
    left: 50%;
    top: 180px;
    margin-left: -3.8em;
    background-color: rgba(40, 40, 40, 0.75);
    text-align: center;
    border-radius: 5px;
    color: #fff;
    z-index: 999;
}

.loading > i {
    margin: 30px 0 0;
    width: 38px;
    height: 38px;
    vertical-align: baseline;
    display: inline-block;
    animation: weuiLoading 1s steps(12, end) infinite;
    background: transparent url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iciIgd2lkdGg9JzEyMHB4JyBoZWlnaHQ9JzEyMHB4JyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj4KICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIiBjbGFzcz0iYmsiPjwvcmVjdD4KICAgIDxyZWN0IHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjRTlFOUU5JwogICAgICAgICAgdHJhbnNmb3JtPSdyb3RhdGUoMCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+CiAgICA8L3JlY3Q+CiAgICA8cmVjdCB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nIzk4OTY5NycKICAgICAgICAgIHRyYW5zZm9ybT0ncm90YXRlKDMwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4KICAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyM5Qjk5OUEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSg2MCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+CiAgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz4KICAgIDwvcmVjdD4KICAgIDxyZWN0IHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjQTNBMUEyJwogICAgICAgICAgdHJhbnNmb3JtPSdyb3RhdGUoOTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNBQkE5QUEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxMjAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNCMkIyQjInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxNTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNCQUI4QjknCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxODAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNDMkMwQzEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyMTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNDQkNCQ0InCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyNDAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNEMkQyRDInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyNzAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNEQURBREEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgzMDAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNFMkUyRTInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgzMzAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0Pgo8L3N2Zz4=) no-repeat;
    background-size: 100%;
}

.loading > div {
    margin: 0 0 15px;
}

.modal-footer .btn {
    min-width: 75px;
}

.btn .caret {
    float: right;
}

.dropdown-toggle {
    text-align: left;
}

.media .media-object {
    max-width: 64px;
    height: 64px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.list-group-item {
    margin-top: 0;
}

.list-group-item:hover {
    cursor: pointer;
    background-color: #f5f5f5;
}

.list-group-actions {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 10;
    display: none;
}

.list-group-item:hover > .list-group-actions {
    display: block;
}

.pagination {
    margin: 0;
}

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.show-grid {
    margin-top: -15px;
    margin-bottom: 15px;
}

.show-grid [class^=col-] {
    padding: 8px;
    border: 1px solid #ddd;
}

.show-grid [class^=col-]:first-child {
    border-left: 0;
}

.show-grid [class^=col-]:last-child {
    border-right: 0;
}

.tab-pane > .panel-default {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.chart {
    height: 300px;
}

/*td > .form-control {*/
/*    -webkit-border-radius: 0;*/
/*    border-radius: 0;*/
/*}*/

.input-group-btn:last-child > .form-control {
    z-index: 2;
    margin-left: -1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* @media screen and (max-width: 767px) {
	.table-responsive>.table>tbody>tr>td {
		white-space: normal;
	}
} */
@media (min-width: 768px) {
    .form-inline .form-group {
        margin-right: 15px;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

@-webkit-keyframes weuiLoading {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
    }
}

@keyframes weuiLoading {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
    }
}

#popMessage {
    top: auto !important;
    left: auto !important;
    padding-right: 0 !important;
}

#error403 {
    background-image: url("../images/403.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-origin: content-box;
    display: block;
    min-width: 100%;
    width: 100%;
    height: auto;
}

input[name=gs1128_id] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#loading {
    background-color: #000;
    position: absolute;
    z-index: 9999;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    overflow: hidden;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 150px;
    margin-top: -25px;
    margin-left: -75px;

}

#loading .object {
    width: 8px;
    height: 50px;
    margin-right: 5px;
    background-color: #FFF;
    -webkit-animation: animate 1s infinite;
    animation: animate 1s infinite;
    float: left;
}

#loading .object:last-child {
    margin-right: 0;
}

#loading .object:nth-child(10) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

#loading .object:nth-child(9) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

#loading .object:nth-child(8) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

#loading .object:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#loading .object:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#loading .object:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#loading .object:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#loading .object:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#loading .object:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

@-webkit-keyframes animate {
    50% {
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);

    }
}

@keyframes animate {
    50% {
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

.form-inline label {
    min-width: 80px;
    text-align: right;
    margin-right: 5px;
}

.footer-navigation {
    position: relative;
}

.footer-navigation .total-control {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 12px;
    line-height: 1.42857143;
}

.table td, .table th {
    cursor: default;
}

.modal-dialog {
    position: relative;
    display: flex;
    flex-direction: column;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
}
.modal-header ~ .panel {
    border: 0;
    border-radius: 0;
}

.panel {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.panel-title > a,
.panel-title > a:hover,
.panel-title > a:focus {
    color: #337ab7;
    outline: none;
    text-decoration: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.main #listPanel {
    margin-bottom: 0;
    flex: 1;
    display: flex;
    flex-direction: column
}

.main #listPanel > .row {
    flex: 1
}

.ui-jqgrid {
    width: 100% !important;
    border: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    max-height: 100%;
}

.grid-row {
    position: relative;
    display: flex;
    flex-direction: row;
    align-content: space-between;
    flex: 1;
    overflow: hidden;
}

.grid-row .grid-col {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 50%;
    overflow: hidden;
}
.grid-row .grid-col .ui-jqgrid {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.grid-row .grid-col:first-child {
    margin-right: 10px;
}
.grid-row .grid-col:last-child {
    margin-left: 10px;
}
.grid-row .grid-col:first-child .ui-jqgrid {
    border-left: 0;
}
.grid-row .grid-col:last-child .ui-jqgrid {
    border-right: 0;
}

.left-grid, .right-grid {
    height: 100%
}

.left-grid .ui-jqgrid {
    border-right: 1px solid #ddd;
    height: 100%
}

.right-grid .ui-jqgrid {
    border-left: 1px solid #ddd;
    height: 100%
}

.ui-jqgrid .ui-jqgrid-view {
    width: 100% !important;
    margin-bottom: 0;
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column
}

.ui-jqgrid .ui-jqgrid-hdiv {
    width: 100% !important
}

.ui-jqgrid .ui-jqgrid-hbox {
    padding-right: 10px;
    background-color: #f5f5f5;
}

.ui-jqgrid .ui-jqgrid-bdiv {
    width: 100% !important;
    overflow-y: scroll;
    flex: 1;
    display: flex;
    height: 100%
}

.ui-jqgrid .ui-jqgrid-htable,
.ui-jqgrid .ui-jqgrid-btable,
.ui-jqgrid .ui-jqgrid-ftable {
    width: 100% !important
}

.ui-jqgrid .ui-jqgrid-pager {
    width: 100% !important
}

.ui-jqgrid .ui-jqgrid-titlebar {
    margin: 0
}

.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td,
.ui-jqgrid .ui-jqgrid-htable thead th,
.ui-jqgrid .ui-jqgrid-ftable tbody tr.footrow td {
    padding: 8px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td>.btn {
    line-height: 1;
    padding: 5px;
    min-width: 28px;
    height: 28px;
    color: #333;
    font-weight: 500;
    border-radius: 2px;
    margin-top: -4px;
    margin-bottom: -4px;
    background-color: transparent;
}
.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td>.btn [class^="icon-"] {
    font-size: 16px;
}
.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td>.btn:hover,
.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td>.btn:focus {
    color: #fff;
    border-color: #d58512;
    background-color: #ec971f;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.ui-jqgrid .ui-jqgrid-resize-ltr {
    position: absolute;
    display: block;
    margin: 0;
    top: 0;
    right: -3px;
    width: 5px;
    float: none;
    height: 36px !important;
}

.ui-jqgrid .ui-jqgrid-caption {
    font-weight: 600;
    font-size: 16px
}

.ui-jqgrid .ui-jqgrid-htable .ui-th-div {
    height: auto;
    margin: auto
}
.ui-jqgrid .ui-jqgrid-pager .ui-pager-table, .ui-jqgrid .ui-jqgrid-toppager .ui-pager-table {
    table-layout: auto;
}

.file-preview-frame {
    height: 120px;
}
.file-preview-image {
    height: 120px;
    width: auto;
}
.file-actions {
    position: absolute;
    top: 0;
    right: 0;
}
