@CHARSET "UTF-8";
.col-xs-9 {
    width: 99%;
}

.col-xs-8 {
    width: 88%;
}

.col-xs-7 {
    width: 77%;
}

.col-xs-6 {
    width: 66%;
}

.col-xs-5 {
    width: 55%;
}

.col-xs-4 {
    width: 44%;
}

.col-xs-3 {
    width: 33%;
}

.col-xs-2 {
    width: 22%;
}

.col-sm-3 {
    width: 15%;
}

.col-sm-1 {
    width: 5%;
}

.col-xs-1 {
    width: 11%;
}

.form-control {
    height: 30px;
}

.container-fluid, .container {
    min-width: 580px;
    margin: 0px;
    padding: 0px;
}

.row {
    margin: 0px;
}

.table > thead {
    background-color: #eff7ff;
    color: #0a65b4;
}

.table {
    min-width: 560px;
    margin: 0px;
}

.table body tr td {
    vertical-align: middle;
    height: 40px;
}

.pagination {
    margin: 0px;
}

.pagination em {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    font-style: normal;
}

.pagination i {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    font-style: normal;
    border: 1px solid #ddd;
}

.nav-pills > li > a > span {
    display: inline-block;
    height: 100%;
}

.row > div {
    padding: 5px;
    /*margin-bottom: 10px;*/
    /*height: 30px;*/
}

.row > div > label {
    margin-top: 7px;
    display: block;
    float: right;
}

/* .progress{
	display:none;
} */

.nav-pills > li {
    /*padding:10px 5px;*/
    height: 100%;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #000 !important;
    background-color: #fff !important;
    border: solid 1px #cbe6fe !important;
    border-bottom: none !important;
    border-top: solid 5px #64b5fb !important;
    /*box-shadow: 0px -2px 2px 2px #64b5fb;*/
}

.nav-pills > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000 !important;
    border: none !important;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    height: 40px;
    line-height: 30px;
}

.right-menu .dropdown-menu {
    padding: 0px;
}

.right-menu .dropdown-menu > li {
    border-bottom: 0.5px dashed #c6c6c6;
}

.right-menu .dropdown-menu > li > a:hover, .right-menu .dropdown-menu > li > a:focus {
    background-color: #c6c6c6;
}

.glyphicon-home {
    color: #ccc;
}

#pageLi_home.active .glyphicon-home {
    color: #fff;
}

.page-table {
    border-left: none;
    border-bottom: none;
    border-right: none;
}

.table-row {
    border: 1px solid #dddddd;
    border-top: none;
}

.edit-fluid > .table-row:first-child {
    border-top: 1px solid #dddddd;
}

.table-row > div {
    height: 40px;
    line-height: 30px;
}

.table-row > div > label {
    margin: 0;
}

.table-row.row-2 > div {
    height: 80px;
    line-height: 70px;
}

.table-row.row-2 > .col-xs-1 > label {
    height: 100%;
    line-height: 70px;
}

.table-row.row-2 > div > textarea {
    height: 70px;
}

.table-row > div.head {
    background-color: #EFF7FF;
}

.child-container {
    border-top: 1px solid #dddddd;
}

.table2 th {
    border: 0 !important;
}

.table2 td {
    border: 0 !important;
}

.del {
    color: #E26E65;
}

.track-click-show > td {
    line-height: 16px;
}

.input-group-addon.glyphicon.glyphicon-search {
    top: 0px;
}

.tree {
    height: 90%;
    overflow: auto;
    font-size: 14px;
    padding: 0 10px;
}

.table-striped td {
    border: none !important;
}

.table-striped tbody {
    border: none !important;
}

.page-table th {
    padding: 5px 8px !important;
}

.page-table td {
    padding: 2px 8px !important;
}

.container-fluid.edit-fluid {
    margin-top: 20px;
}