html, body {
    background-color: #fff;
    font-family: arial, sans-serif;
    font-size: 13px;
    min-width: 960px !important;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.selector-for-some-widget {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
a, a:hover, a:focus {
    text-decoration: none;
}
.btn-primary {
    color: #fff;
    background-color: #3f51b5;
    border-color: #3f51b5;
}
.btn-success{
    color: #fff;
    background-color: #38c564;
    border-color: #38c564;
    font-size: 14px;
}
.state._forward{
    display: block;
    line-height: 30px;
    height: 30px;
    width: 75px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #e0dabb;
    background-color: #fcf8e3;
    color: #8a6d3b;
}
.state._close{
    display: block;
    line-height: 30px;
    height: 30px;
    width: 75px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #b9d8ad;
    background-color: #dff0d8;
    color: #3c763d;
}
.state i.fa{
    margin-right: 10px;
}
.state .dropdown-item{
    padding: 6px 1.5rem;
}
.table tr th{
    text-align: center;
}
.box--topnav {
    position: relative;
    width: 100%;
    height: 110px;
    background: transparent url('/images/bgpage.jpg') center top;
    box-shadow: 0px 2px 4px rgba(51, 51, 51, 0.23);
}

.box--sidebar {
    position: relative;
    width: 100%;
    background-color: #565d6b;
    box-shadow: 2px 0px 4px rgba(51, 51, 51, 0.17);
}
.box--content.width_active {
    margin-left: 0px;
    transition: all .2s ease-in;
}


/* logo*/

.logo {
    float: left;
    width: 167px;
    height: 50px;
    background: transparent;
    cursor: pointer;
}
.logo .en{
    color:#fff;
    font-size: 14px;
    line-height: 50px;
}
.btn-nav {
    float: left;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    margin-top: 14px;
    margin-left: 20px;
    transition: all .2s ease-in;
}

.btn-nav:hover {
    color: #fff;
    transition: all .2s ease-in;
}


/*state*/

.state {
    height: 50px;
    cursor: pointer;
}

.state .icon {
    float: right;
    width: 32px;
    height: 32px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    background: transparent url('/images/icon_state.png') no-repeat center;
    margin-top: -9px;
}

.state .name {
    color: #4b5058;
    float: right;
    margin-right: 10px;
    white-space: nowrap;
    font-size: 12px;
}

.state .dropdown-menu {
    right: 15px;
    top: 49px;
    border-radius: 2px;
    border: 0px solid #fff;
    box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.33);
}


/*menu-left*/

ul.menu--left {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: table;
    background-color: #565d6b;
}

.menu--left .m-item {
    float: left;
    display: block;
}
.menu--left .m-item a:hover, .menu--left .m-item a.active{
  background-color: #6c7484;
}

.menu--left .m-item a {
    float: left;
    padding: 8px 10px;
    width: 100%;
    color: #fff;
    background-color: #565d6b;
}

.menu--left .m-item .icon {
    float: left;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
}

.menu--left .m-item .name {
    float: left;
    font-size: 13px;
    line-height: 25px;
    white-space: nowrap;
}

/*page*/

.page--header {
    display: block;
    padding-top: 21px;
    border-bottom: 1px solid #e5e5e5;
}

.page--header .name a {
    color: #08070a;
    font-size: 20px;
    height: 40px;
    display: inline-block;
    padding-left: 10px;
    padding-top: 0px;
    border-left: 3px solid #ee1c25;
}

.page--header .name-sub a {
    color: #888;
    font-size: 18px;
    height: 40px;
    display: inline-block;
    border-bottom: 1px solid transparent;
}

.page--header .name-sub a:hover {
    color: #333;
}

.table tr th {
    color: #555;
    font-size: 14px;
}

.thead-default th {
    color: #464a4c;
    border-bottom: 2px solid #c8cdd5 !important;
    background-color: #e0e3e8 !important;
}

.table tr td {
    color: #666;
}

.btn-status {
    display: block;
    width: 70px;
}

.table td {
    vertical-align: middle;
    border-top: 1px solid #eceeef;
}

.table-fix .alert {
    font-size: 12px;
    display: block;
    width: 80px;
    padding: 5px 10px;
    margin: 0;
    text-align: center;
}

.box--form-add {
    max-width: 400px;
    margin: 20px auto;
}

.card-primary {
    background-color: #4b576b;
    border-color: #4b576b;
}

.btn {
    cursor: pointer;
}

.color-danger {
    color: #d9534f;
    padding: 0 6px;
}
table.table td{
    font-size: 12px;
}
table.table td > a.btn{
    font-size: 10px;
}
table.table th{
    vertical-align: middle;
    font-size: 12px;
    font-weight: normal;
}
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #38c564;
    border-color: #38c564;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #565d6b;
    background-color: #fff;
    border: 1px solid #ddd;
}
table.table tr:hover td{
    background-color: #ffe3e6;
}