@charset "UTF-8";

/* CSS Document */
html {
    margin: 0;
    padding: 0;
    height: auto;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    background-color: #ffffff;
}

.form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
}

.Nav li {
    line-height: 40px !important;
    padding: auto;
}

.Nav a {
    margin: 0 20px 0 20px;

}

.navbar-inner {
    min-height: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #333333;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #333, #333);
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',
    endColorstr='#fff2f2f2', GradientType=0);
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.065);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.065);
}

.navbar .nav > li > a {
    float: none;
    padding: 0px;
    color: #FFF;
    text-decoration: none;
    text-shadow: 0 0px 0 #000;
}

.li_title {
    width: 200px;
}

.ul_heigh02 > .li_title {
    list-style-type: none;
    text-align: right;
}

.ul_heigh01 > .li_title {
    list-style-type: none;
    text-align: right;
}

.ul_heigh01 > li {
    list-style-type: none;
}

.ul_heigh02 > li {
    list-style-type: none;
}

.nav > li > a {
    display: block;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    background-color: transparent;
    color: #FFF;
    text-decoration: none;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background-color: #e5e5e5;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
    color: #555555;
    text-decoration: none;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #FFF;
    background-color: #51c363;
}

.navbar .nav li.dropdown.open, .navbar .nav li.dropdown.active, .navbar .nav li.dropdown.open.active {
    background-color: #51c363;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

.navbar .nav .dropdown-toggle .caret {
    margin-top: 18px;
}

.nav .dropdown-toggle .caret {
    border-bottom-color: #0088cc;
    border-top-color: #0088cc;
    margin-top: 6px;
}

.dropdown .caret {
    margin-left: 2px;
    margin-top: 8px;
}

.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret {
    border-bottom-color: #FFF;
    border-top-color: #FFF;
}

.navbar .pull-right > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu.pull-right:before {
    right: 80px;
    left: auto;
}

.navbar .pull-right > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu.pull-right:after {
    right: 80px;
    left: auto;
}

.dropdown-menu > li {
    float: none;
}

.navbar .nav > li > .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 0px solid transparent;
    border-bottom: 0px solid #ccc;
    border-left: 0px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.dropdown-menu > li > a {
    text-align: center;
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    display: block;
    padding: 0;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
    width: 100%;
    margin: 0px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    width: 100%;
    margin: 0px;
    background-color: #2EA846;
    background-image: linear-gradient(to bottom, #2EA846, #2EA846);
    background-repeat: repeat-x;
}

.navbar .nav > li > .dropdown-menu > a {
    margin-right: 10px;
}

a {
    color: #1fa83a;
    text-decoration: none;
}

.posion > a:hover, a:focus, a:ACTIVE, a:BEFORE {
    color: #1fa83a;
    text-decoration: underline;
}

.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    color: #555555;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.input-large {
    width: 210px;
}

.findDiv2 {
    margin-bottom: 20px;
}

.login_text {
    position: absolute;
    z-index: 2;
    left: 700px;
    top: 7px;
    width: 510px;
}

select, input[type="file"] {
    height: 40px;
    line-height: 40px;
}

.findDiv2 > .findBtn {
    float: right;
    width: 70px;
    height: 32px;
    background-color: #51c363;
    text-align: center;
    margin-right: 20%;
    margin-top: 5px;
}

.findBtn {
    text-decoration: none;
    font-family: "微软雅黑", "宋体";
    display: block;
}

label, input, select, textarea {
    line-height: 20px;

    /*height: 20px;*/
}

.table > a {
    width: 50px;
    padding-bottom: 5px;
}

.table > a:hover, a:focus {
    color: #005580;
    text-decoration: underline;
}

.breadcrumb {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 14px !important;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #51c464;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs {
    border-bottom: 3px solid #51c464;
}

.nav-tabs > li {
    margin-bottom: 0px;
}

.nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tabbable {
    margin-top: 30px;
}

@media ( min-width: 1200px) {
    .span12 {
        width: 1170px;
    }
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 0px;
}

.fileupload-new {
    vertical-align: top;
}

.table-bordered {
    border: 1px solid #dddddd;
    border-left: 0;
    border-collapse: separate;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.table {
    /*margin: 10px auto;*/
    width: 1280px;
}

.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
}

.widget-header {
    background-color: #51c464;
    background: #51c464;
    border: 1px solid #51c464;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
}

.modal-header {
    padding: 5px 5px 5px;
    margin-bottom: 0;
    background-color: #51c464;
    border-top: 0px solid #51c464;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: inset 0 1px 0 #51c464;
    -moz-box-shadow: inset 0 1px 0 #51c464;
    box-shadow: inset 0 1px 0 #51c464;
}

.modal-body {
    min-height: 400px;
    overflow-x: hidden;
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #51c464;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: inset 0 1px 0 #51c464;
}

.widget-header h3 {
    color: #51c464;
    text-shadow: 0;
}

.modal-header h3 {
    color: #FFFFFF;
    text-shadow: 0;
}

.close:hover, .close:focus {
    color: #FFFFFF;
    opacity: 1;
}

.modal-header .close {
    margin-top: 2px !important;
    margin-right: 20px !important;
}

.form-horizontal .control-label {
    width: 100px;
    padding-top: 15px;
}

.close {
    color: #FFFFFF;
    opacity: 0.6;
    margin-right: 20px !important;
}

.form-inline {
    margin: 0;
}

.table td.span2, .table th.span2 {
    width: 16px;
}

.ace-thumbnails > li {
    border: 0;
    padding: 20px;
}

a {
    display: inline;
}

.btndiv {
    margin-top: 20px;
}

.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    -moz-border-radius-topleft: 0px !important;
}

.pagination ul {
    padding-top: 10px;
}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-left-width: 1px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    -moz-border-radius-topleft: 0px !important;
}

.pagination-large ul > li > a, .pagination-large ul > li > span {
    padding: 8px 14px !important;
    font-size: 13.5px !important;
}

.pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span {
    -webkit-border-top-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    -moz-border-radius-topright: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
}

.tab-content-body {
    padding-top: 20px;
    border: 0px;
    border-top: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.gpsZB {
    width: 200px;
}

.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0;
    vertical-align: middle;
    cursor: pointer;
    background-color: #51c363;

    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #51c363;
    border-color: #51c363;
    border-bottom-color: #51c363;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51c363ff',
    endColorstr='#ff51c363', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
}

.btn-success {
    color: #ffffff;
    text-shadow: 0;
    background-color: #51c363;

    background-repeat: repeat-x;
    border-color: #51c363;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',
    endColorstr='#ff51a351', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.Validform_right {
    color: #FFF;
    padding-left: 20px;
    background: url(../images/right.png) no-repeat left center;
}

.fileupload .btn {
    vertical-align: top;
}

.form-horizontal {
    margin: auto;
}

.control-group {
    margin-bottom: 5px;
    margin-top: 5px;
}

.form-horizontal .control-group {
    margin-bottom: 5px;
    margin-top: 5px;
}

.breadcrumb > .tip {

}

#userinfo .controls {
    margin-left: 50px;
    padding-left: 50px;
}

#userinfo .breadcrumb {
    background-color: #FFF;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: bold;
}

.control-group {
    border-bottom: 1px solid #CCCCCC;
}

#userinfo label {
    padding-top: 0;
    margin-top: 0;
    text-align: center;
}

#userinfo .control-group {
    margin-left: 10px;
    margin-right: 20px;
}

#userinfo .control-label {
    margin-top: 15px;
}

.control-group {
    border-bottom: 1px solid #CCCCCC;
}

form .control-group {
    border-bottom: 0;
}

.allpage {
    padding-left: 0px;
}

.allpage .control-label {
    width: 160px;
}

.control-group > .controls > .control-label {
    width: 200px;
}

.control-group > .controls {
    margin-top: 5px;
}

.control-label {
    text-align: right;
    margin-left: 20px;
}

.controls {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 130px !important;
}

fieldset {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
}

select {
    width: 100px;
    height: 32px;
    border: 1px solid #d7d7d7;
    margin-right: 5px;
}

.content03 {
    margin: 0;
}

.login_text .login a {
    color: #FFF;
}

.fileupload {
    margin: 10px;
}

.content04 {
    width: 100%;
    padding: 120px;
    margin-top: 0;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0;
}

.control-label-add {
    min-height: 100px;
}

.time_td_width {
    width: 150px;
}

.person_td_width {
    width: 100px;
}

.address-input {
    width: 50% !important;
    min-width: 400px;
}

.allpage input[type="text"],
.allpage input[type="password"], .allpage input[type="datetime"],
.allpage input[type="datetime-local"], .allpage input[type="date"],
.allpage input[type="month"], .allpage input[type="time"],
.allpage input[type="week"], .allpage input[type="number"],
.allpage input[type="email"], .allpage input[type="url"],
.allpage input[type="search"], .allpage input[type="tel"],
.allpage input[type="color"], .allpage .uneditable-input {
    width: 50% !important;
    min-width: 400px;
}

textarea[id="content"] {
    width: 50% !important;
    min-width: 400px;
    height: 150px;
}

.latitude-input {
    width: 24% !important;
    min-width: 155px !important;
    max-width: 185px !important;
}

.read input {
    border: 0;
}

.li_pic {
    background-color: #fff;
    border: 1px solid #fff;
    height: inherit;
    line-height: 95px;
    margin-left: 150px;
    margin-top: 0;
    padding-top: 0;
    text-align: center;
    width: 130px;
    margin-left: 200px !important;
}

.productioninfo {
    border-color: #51c464;
    border-style: dotted;
    padding: 3px;
    margin: 0 auto;
}

.productioninfo th {
    text-align: right;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.productioninfo td {
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.btn-bar {
    margin-top: 30px;
}

.btn-bar td {
    text-align: center;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.productionCategory1, .productionCategory2 {
    width: 150px;
}

.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
    background-color: #51a351 !important;
}

.icon-calendar {
    color: #000 !important;
}

.input-append .add-on, .input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #A38E8E;
    background-color: #ffffff;
    border: 1px solid #ccc;
}

.bootstrap-datetimepicker-widget {
    border-color: #51a351;
    padding: 10px;
    border-width: 4px;
}

.datepicker td.active, .daterangepicker td.active, .datepicker td.active:hover, .daterangepicker td.active:hover {
    background: #51a351 !important;
}

.accordion-toggle {
    list-style: none;
}

.table-condensed > .year {
    border-color: #000000 !important;
    border-left: 2px !important;
}

.selectNav {
    background-color: #51c363;
}

input.span1_5,
textarea.span1_5,
.uneditable-input.span1_5 {
    width: 100px;
}

.breadcrumb {
    padding: 8px 15px;
    margin: 0 0 8px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.navbar {
    *position: relative;
    *z-index: 2;
    margin-bottom: 8px;
    overflow: visible;
}

.form-group {
    margin-bottom: 8px;
}

.layui-layer-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #51c464 !important;
    border-radius: 2px 2px 0 0;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #51c363;
    background-color: #51c363;
    color: #fff;
}

.row-fluid [class*="span"] {
    margin-left: 0;
}

ul {
    list-style: none;
}