﻿body {
    background: white;
}
html, body {
    height: 100%;
}

.page-content {
    background: white;
    padding: 5px 12px 0px;
}

.row {
    background: white;
}

.vertical-align-baseline {
    vertical-align: baseline;
}

.form-inline .control-label, .form-inline .form-group {
    vertical-align: baseline;
}

.btn {
    vertical-align: baseline;
    text-shadow: none;
}
.ace-nav .nav-user-photo {
    max-height: 40px;
}
.border_gray {
   border: 1px solid #CCC;
}
.ellipsis {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/********************颜色*************************/
.color_{

}
/**************************margin_left***************************/
.margin_left_3 {
    margin-left: 3px;
}
.margin_left_5 {
    margin-left: 5px;
}
.margin_left_10 {
    margin-left: 10px;
}
/**************************margin_right***************************/
.margin_right_3 {
    margin-right: 3px;
}
.margin_right_5 {
    margin-left: 5px;
}
.margin_right_10 {
    margin-right: 10px;
}
/**************************弹出框相关***************************/
.dialog-page-iframe {
    border: none;
    width: 100%;
    height: 100%;
}

.ui-dialog .ui-dialog-titlebar-close .ui-button-text, .ui-dialog .ui-jqdialog-titlebar-close .ui-button-text, .ui-jqdialog .ui-dialog-titlebar-close .ui-button-text, .ui-jqdialog .ui-jqdialog-titlebar-close .ui-button-text {
    display: none;
}

.ui-button-icon-only .ui-icon, .ui-button-icons-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon {
    display: none;
}

.ui-state-focus {
    outline: none;
}
.alert-info {
    /*white-space: pre;*/
    word-wrap: break-word;
}
/**************************页面头部导航名称***************************/
.menu_first_text {
    padding-left: 5px;
}

.menu_second_text {
    padding-left: 0px;
}

.breadcrumb > li + li:before {
    margin: 0 6px 0 0;
    top: 0;
}

#iframe .breadcrumbs {
    display: none;
}

.breadcrumbs {
    display: none;
}
/**************************工具栏按钮样式***************************/
.table-toolbar {
    background: white;
    padding-left: 0;
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    background: #F0F0F0
}

.toolbar-btn {
    text-decoration: none;
    color: black;
    display: inline-block;
    width: 80px;
    text-align: center;
    border: 1px solid transparent;
}

    .toolbar-btn:hover {
        background: #D4D4D4;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #B5B5B5;
    }
.action-buttons .ace-icon:before {
    padding-right: 3px;
}
.action-buttons .ace-icon {
    font-size: 110% !important;
}
/*****************************表格操作列样式**********************************/
/****************************************************************************/
#simple-table tr:hover td {
    background: #d0e9c6;
}

.tr-selected {
    background-color: #d0e9c6;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}
/*
    text-decoration:none;opacity:1;-moz-transform:scale(1.2);-webkit-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)
*/
.action-buttons {
    margin-left: 5px;
}
.action-buttons a:hover {
    text-decoration: none;
    opacity: 1;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.table-toolbar a:hover {
    text-decoration: none;
    opacity: 1;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

i {
    outline: none;
}

a {
    outline: none;
    box-shadow: none;
}

    a > span {
        outline: none;
        box-shadow: none;
    }

.warning {
    color: #9585BF !important;
}
/*************************************表格相关*********************************************/
.table {
    margin-bottom: 10px;
}

.dataTable {
    margin-bottom: 10px;
}

.table-header {
    margin-bottom: 0;
    background-color: #6FB3E0
}

.th-hiden {
    display: none;
    width: 0;
    height: 0;
}

.th-checkbox {
    width: 50px;
}

.th-number {
    width: 60px;
}

.th-action {
    width: 90px;
}

.table > thead > tr {
    color: #707070;
}

.td-img {
    width: 50px;
    height: 58px;
    line-height:56px;
    text-align: center;
    overflow: hidden;
}

    .td-img img {
        width: 50px;
        height: 50px;
        overflow: hidden;
    }

.ui-dialog .ui-dialog-titlebar, .ui-dialog .ui-jqdialog-titlebar, .ui-jqdialog .ui-dialog-titlebar, .ui-jqdialog .ui-jqdialog-titlebar {
    padding: .4em 1em;
}
.dataTables_wrapper .row:last-child{
    border-bottom:none;
}
.dataTable > thead > tr > th[class*=sorting_] {
    color: #707070;
}
td .label {
    padding-left: 10px;
    padding-right: 10px;
    padding-top:0px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size:13px;
}
/*************************************分页相关***************************************/
.select-info {
    padding-left: 10px;
    display: inline-block;
}

.dataTables_wrapper .row:first-child {
    display: none;
}

.dataTables_wrapper .row:last-child {
    background: white;
}

.pagination > li > a[disabled] {
    cursor: not-allowed;
    border: 1px solid #d4dfe3;
    outline: none;
}

.pagination > li {
    outline: none;
}

.dataTables_paginate .pagination {
    margin: 0px;
    margin-right: 1px;
}

.pagination-box select, .pagination-box button {
    height: 32px;
}

.dataTables_paginate {
    float: right;
}

.pagination-box {
    width: 120px;
    float: right;
}
.page_size_select {
    height: 32px;
    float: right
}
/*****表格显示滚动条****/
.simple-table {
    /*min-height: 390px;*/
    max-height: 780px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .simple-table table {
        margin-bottom: 0;
    }
/******************************************表单样式*****************************************/
.tab-content {
    margin-top: 16px;
}

.form-table {
    padding-top: 10px;
    width: 100%;
    margin: 0px auto
}

    .form-table td {
        border: 1px solid #ddd;
        padding-left: 0.5em;
    }

    .form-table ul {
        margin-left: 0px;
        margin-top: 5px;
    }

    .form-table li {
        list-style-type: none;
    }

    .form-table .td-lable {
        width: 120px;
        text-align: right;
        height: 40px;
    }

.td-input {
}

.td-button {
    text-align: center;
}

.form-table .td-title {
    /*background-color: rgb(48, 126, 204);*/
    background-color: #6FB3E0;
    font-size: 14px;
    line-height: 38px;
    padding-left: 12px;
    color: #FFF;
    /*border:1px solid rgb(48, 126, 204);*/
    border: 1px solid #6FB3E0;
}

    .form-table .td-title span {
        padding-left: 0;
    }

.form-table .tr-first td {
    padding-top: 10px;
}

.form-table .td-input {
    padding-top: 5px;
    padding-bottom: 5px;
}

.form-table .td-tip {
    padding: 5px;
    padding-left: 20px;
    color: red;
}

.form-table .td-input input {
    width: 300px;
    text-indent: 7px;
}

.form-table .td-input-3 input {
    width: 600px;
}

.form-table .td-input select {
    width: 300px;
}

.form-table .td-input button {
    width: 80px;
    margin: 10px 5px;
}

.form-table .td-input textarea {
    width: 300px;
    height: 60px;
}

.form-table td span {
    padding-left: 4px;
}
.form-select{
    height:33px;
}
.table_content .select2-container {
    margin-left: 2px;
    margin-right: 2px;
}

.myInputText {
    border: 1px solid #ccc;
    height: 22px;
    line-height: 22px;
    padding: 0px 2px;
    transition: border 0.5s;
}

.red {
    color: red;
}
#form-info {
    padding: 12px 10px;
    overflow: auto;
    width: 100%;
    height: 100%
}
/*******************************搜索栏样式****************************/
.widget-color-blue .widget-header {
    background: #6FB3E0;
    border: 1px solid #6FB3E0
}

.widget-title {
    color: white;
}

.widget-toolbar a i {
    color: white;
}

.page-header {
    border-top: none;
}

.search-form-table {
    padding-top: 10px;
    width: 99%;
    margin: 0px auto
}

    .search-form-table td {
        border: 0px solid #ddd;
        padding-left: 0.5em;
    }

    .search-form-table .td-lable {
        width: 100px;
        text-align: right;
        height: 36px;
    }

.td-input {
}

.td-button {
    text-align: center;
}

.search-form-table .td-title {
    background-color: rgb(48, 126, 204);
    font-size: 14px;
    line-height: 38px;
    padding-left: 12px;
    color: #FFF;
    border: 1px solid rgb(48, 126, 204);
}

.search-form-table .tr-first td {
    padding-top: 10px;
}

.search-form-table .td-input {
    padding-top: 0px;
    padding-bottom: 0px;
}

    .search-form-table .td-input input {
        width: 250px;
        text-indent: 7px;
    }

.search-form-table .td-input-3 input {
    width: 600px;
}

.search-form-table .td-input select {
    width: 300px;
}

.search-form-table .td-input button {
    width: 80px;
}

.search-form-table .td-input input.time-pick {
    text-indent: 2px;
}

.time-pick {
    padding-left: 10px;
    font-size: 12px;
    border: 1px solid #ccc;
    height: 32px;
    width: 192px;
    text-indent: 2px;
}

.form_group_right {
    margin-right: 10px;
}
/*********************************地图********************************/
.amap-copyright {
    width: 0px;
    height: 0px;
}
/*******************************loading效果************************************/
.window-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=40);
    opacity: 0.80;
    font-size: 1px;
    overflow: hidden;
}

.window-proxy-mask, .window-mask {
    background: #ccc;
}

.loading {
    padding-top: 240px;
    text-align: center;
    z-index: 100;
}

.dn {
    display: none;
}
/********************左导航选中样式*************************/
.no-skin .nav-list > li .submenu > li > .menu_active {
    background-color: #6FB3E0;
    color: white;
}

    .no-skin .nav-list > li .submenu > li > .menu_active > .menu-icon {
        display: inline-block;
    }




.table-header-gray {
    margin-bottom: 0;
    background: repeat-x #f7f7f7;
    background-image: linear-gradient(to bottom,#FFF 0,#EEE 100%);
    border: 1px solid #CCC;
    color: #393939
}

.table-toolbar {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

.table > thead > tr > th:last-child {
    border-right: 1px solid #CCC;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #CCC;
}

.widget-color-blue {
    border: 1px solid #CCC;
}

.widget-toolbar::before {
    display: none;
}

.ellipsis {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/********************ace样式修改*************************/
/*可查询下拉框*/
.chosen-container-single .chosen-single {
    border: 1px solid #D5D5D5;
}
.chosen-container > .chosen-single, [class*=chosen-container] > .chosen-single {
    line-height: 30px;
    height: 34px;
    box-shadow: none;
    background: #FAFAFA;
}
.chosen-disabled {
    opacity: 0.9 !important;
}
.bigger-150 {
    font-size: 150% !important;
}

.pos-rel {
    margin-left: 10px;
    margin-bottom: 0px;
}