.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.pl30 {
    padding-left: 30px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.login-cover-bg {
    background: url(../images/login/imgbg.png) no-repeat;
    background-size: cover;
    opacity: 1;
    filter: alpha(opacity=50);
}

.login-body #header {
    opacity: 0.4;
    filter: alpha(opacity=0.4);
    /*background: #fff;*/
}

.login-content .title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
    color: #fff
}

#divLayer {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4998;
    background: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
    width: 100%;
    height: 100%;
}

.panel-inverse>.panel-heading {
    color: #717171;
    background: #f2f2f2 linear-gradient(to bottom, #f8f8f8 0px, #ececec 100%) repeat-x scroll 0 0;
}

table.table {
    border: none !important;
}

table.table thead {
    border-bottom: none !important;
}

table.table thead>tr {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none!important;
}

table.table thead>tr th {
    padding: 5px;
    /*padding-right: 15px;*/
    height: 30px !important;
    line-height: 30px !important;
    border: none;
    color: #3D4547;
    font-weight: 600;
    text-align: var(--table-header-align);
    border-bottom: solid 1px #ddd !important;
    border-top: solid 1px #ddd !important;
    background: #f2f2f2 linear-gradient(to bottom, #f8f8f8 0px, #ececec 100%) repeat-x scroll 0 0;
}
table.table thead>tr th.sorting ,table.table thead>tr th.sorting_asc {
padding-right: 10px;
}
table.table thead>tr {
    background: #f2f2f2 linear-gradient(to bottom, #f8f8f8 0px, #ececec 100%) repeat-x scroll 0 0;
}

table.table thead>tr th:first-child {
    border-left: solid 1px #ddd !important;
    border-top-left-radius: 5px;
}

table.table thead>tr th:last-child {
    border-right: solid 1px #ddd !important;
    border-top-right-radius: 5px;
}

table.table tbody {
    margin-top: 10px;
}

table.table tbody tr td {
    padding: 0 8px;
    height: 30px !important;
    /*line-height: 35px !important;*/
    vertical-align: middle;
    border-right: 1px solid #ddd!important;
    text-align: left;
}

table.table tbody tr td.nodata {
    text-align: center
}

table.table tbody tr.tr-space td {
    background: none;
    height: 10px;
    line-height: 10px;
}

table.table tbody tr td:first-child {
    border-left: solid 1px #ddd !important;
}

table.table tbody tr:nth-of-type(odd) td {
    background: #fff !important;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
}

table.table tbody tr:nth-of-type(odd):hover td {
    background: #fff !important;
    border-top: 1px solid #46A9F0 !important;
    border-bottom: 1px solid #46A9F0 !important;
    color: #3383D9;
}

table.table tbody tr:nth-of-type(even) td {
    background: #F1F7FE !important;
    border-top: 1px solid #F1F7FE !important;
    border-bottom: 1px solid #F1F7FE !important;
}

table.table tbody tr:nth-of-type(even):hover td {
    background: #F1F7FE !important;
    ;
    border-top: 1px solid #46A9F0 !important;
    border-bottom: 1px solid #46A9F0 !important;
    color: #3383D9;
}

table.table tbody tr:nth-of-type(even):hover td:first-child,
table.table tbody tr:nth-of-type(odd):hover td:first-child {
    border-left: 1px solid #46A9F0 !important;
}

table.table tbody tr:nth-of-type(even):hover td:last-child,
table.table tbody tr:nth-of-type(odd):hover td:last-child {
    border-right: 1px solid #46A9F0 !important;
}

table.table tbody tr:nth-last-of-type(1) td {
    border-bottom: 1px solid #ddd !important;
}

table.table tbody tr:nth-last-of-type(1):hover td {
    border-bottom: 1px solid #46A9F0 !important;
}

table.table tbody tr.tr-no-result {
    background: #f8fafc !important;
}

table.table tbody tr.tr-no-result td {
    text-align: center;
}

table.table tbody:last-child>tr:last-child>td:first-child {
    border-bottom-left-radius: 5px;
}

table.table tbody:last-child>tr:last-child>td:last-child {
    border-bottom-right-radius: 5px;
}

table.table thead .sorting:after,
table.table thead .sorting_asc:after,
table.table thead .sorting_desc:after,
table.table thead .sorting_asc_disabled:after,
table.table thead .sorting_desc_disabled:after {
    bottom: 0 !important;
}

.prompt-label {
    color: #f00
}

.sidebar .caret {
    margin-top: 0 !important;
    border: none !important;
}

.sidebar .caret:after {
    content: "\f105";
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    padding-right: 3px;
    right: 0;
    text-decoration: inherit;
}

.page-sidebar-minified .sidebar .caret:after {
    margin-top: 5px;
}

.sidebar li.expand .caret:after {
    content: "\f107";
    color: #fff
}

.breadcrumb>li.breadcrumb-add a {
    color: #004da0
}

.breadcrumb>li+li.breadcrumb-add:before {
    content: ""
}

.breadcrumb>li.breadcrumb-add a i {
    font-size: 18px;
    margin-right: 5px;
}

.form-search .form-group {
    margin-right: 10px;
    margin-bottom: 10px;
}

.modal-content .modal-header {
    cursor: move
}

.modal-content h4,
.modal-content .close,
.modal-content .fullscreen,
.modal-content .actualsize {
    color: #004da0;
    filter: alpha(opacity=100);
    opacity: 100;
    font-size: 16px;
}

.ui-dialog-title-bar {
    display: inline-block;
    text-align: right;
}

.title-icon .icon-size-fullscreen ,.modal-content .fullscreen{
    font-size: 12px  !important;;
    margin-top: 0px !important;
}

.title-icon .icon-size-actual {
    font-size: 16px;
}

.fullscreen,
.actualsize {
    margin-top: 4px !important;
}

#roleTable.table tbody tr.selected td {
    background: #ffc !important;
}

#roleTable.table tbody tr.selected:hover td {
    background: #ffc !important;
}

#serviceCenterTable.table tbody tr.selected td {
    background: #ffc !important;
}

#serviceCenterTable.table tbody tr.selected:hover td {
    background: #ffc !important;
}

#unitTable.table tbody tr.selected td {
    background: #ffc !important;
}

#unitTable.table tbody tr.selected:hover td {
    background: #ffc !important;
}