﻿body {
    font-family: 'Microsoft YaHei', '微软雅黑', 'Microsoft YaHei UI';
    font-size: 12px;
    margin: 0;
    overflow-x: auto;
    color: #5a5a5a;
}

div {
    font-family: 'Microsoft YaHei', '微软雅黑', 'Microsoft YaHei UI';
    font-size: 12px;
}

table {
    font-family: 'Microsoft YaHei', '微软雅黑', 'Microsoft YaHei UI';
    font-size: 12px;
}

.grayEditInput {
    height: 26px;
    width: auto;
    background-color: #f8f8f8;
    border: 0;
    color: #000;
    padding-left: 5px;
    border: 1px solid #b5b5b5;
}

.grayBlueEditInput {
    height: 30px;
    width: auto;
    background-color: #f8f8f8;
    border: 0;
    color: #3fbff0;
    padding-left: 5px;
}

.grayRedEditInput {
    height: 30px;
    width: auto;
    background-color: #f8f8f8;
    border: 0;
    color: red;
    padding-left: 5px;
}

.grayEditInput2 {
    height: 30px;
    width: auto;
    background-color: #f0f0f0;
    border: 0;
    color: #000;
    padding-left: 5px;
}

.grayEditInput3 {
    height: 30px;
    width: auto;
    background-color: #e8e8e8;
    border: 0;
    color: #000;
    padding-left: 5px;
}

.whiteEditInput {
    height: 30px;
    width: auto;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    color: #000;
    padding-left: 5px;
    box-sizing: border-box;
}

.defaultButton {
    background-color: #ea5514;
    height: 30px;
    width: auto;
    color: #fff;
    border: 0;
}

.normalButton {
    background-color: #b6b6b6;
    height: 30px;
    width: auto;
    color: #fff;
    border: 0;
}

    .normalButton:hover {
        background-color: #ea5514;
    }

.disabledButton {
    background-color: #b6b6b6;
    height: 30px;
    width: auto;
    color: #fff;
    border: 0;
}

.normalDropDownList {
    position: relative;
    height: 30px;
    border: 1px solid #b5b5b5;
}

.normalTextArea {
    height: 100px;
    width: auto;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    color: #000;
}

/*input[type="checkbox"]:checked {
    -webkit-appearance: none;
    background: #fff url(/Images/checked.png);
    height: 20px;
    vertical-align: middle;
    width: 20px;
}

input[type="checkbox"]:not(:checked) {
    -webkit-appearance: none;
    background: #fff url(/Images/notcheck.png);
    height: 20px;
    vertical-align: middle;
    width: 20px;
}*/

input[type="checkbox"] {
    margin-left: 0;
    margin-right: 10px;
}

input[type="radio"] {
    margin-left: 0;
    margin-right: 10px;
}

/*input[type="radio"]:checked {
    -webkit-appearance: none;
    background: #fff url(/Images/selected.png);
    height: 20px;
    vertical-align: middle;
    width: 20px;
}*/

/*input[type="radio"]:not(:checked) {
    -webkit-appearance: none;
    background: #fff url(/Images/notselect.png);
    height: 20px;
    vertical-align: middle;
    width: 20px;
}*/

.Mask {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 3000px;
    background-color: black;
    z-index: 1000;
    -moz-opacity: 0.5;
    opacity: .30;
    filter: alpha(opacity=30);
    text-align: center;
}

.ui-datepicker,
.ui-datepicker table,
.ui-datepicker tr,
.ui-datepicker td,
.ui-datepicker th {
    margin: 0;
    padding: 0;
    border: none;
    border-spacing: 0;
    /*background-color:white;*/
}

.ui-datepicker {
    display: none;
    width: 260px;
    padding: 10px;
    cursor: default;
    text-transform: uppercase;
    font-family: Tahoma;
    font-size: 12px;
    /*background: #141517;*/
    /*background: rgba(0,0,0, 1) !important;*/
    background-color: black;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px rgba(255,255,255, .1), inset 0px 1px 1px rgb(0,0,0);
    -moz-box-shadow: 0px 1px 1px rgba(255,255,255, .1), inset 0px 1px 1px rgb(0,0,0);
    box-shadow: 0px 1px 1px rgba(255,255,255, .1), inset 0px 1px 1px rgb(0,0,0);
}

.ui-datepicker-header {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-month {
    position: relative;
    padding-right: 15px;
    /*color: #565656;*/
    color: white;
}

.ui-datepicker-year {
    padding-left: 8px;
    /*color: #a8a8a8;*/
    color: white;
}

.ui-datepicker-month:before {
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 5px;
    height: 5px;
    content: '';
    background: #a5cd4e;
    background: -moz-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a));
    background: -webkit-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
    background: -o-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
    background: -ms-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
    background: linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    top: -2px;
    padding: 5px;
    cursor: pointer;
}

.ui-datepicker-prev {
    left: 0;
    padding-left: 0;
}

.ui-datepicker-next {
    right: 0;
    padding-right: 0;
}

    .ui-datepicker-prev span,
    .ui-datepicker-next span {
        display: block;
        width: 5px;
        height: 10px;
        text-indent: -9999px;
        background-image: url(/Images/arrows.png);
    }

.ui-datepicker-prev span {
    background-position: 0px 0px;
}

.ui-datepicker-next span {
    background-position: -5px 0px;
}

.ui-datepicker-prev-hover span {
    background-position: 0px -10px;
}

.ui-datepicker-next-hover span {
    background-position: -5px -10px;
}

.ui-datepicker-calendar th {
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: normal;
    /*color: #a8a8a8;*/
    color: white;
}

.ui-datepicker-calendar td {
    padding: 0 4.5px;
    text-align: center;
    line-height: 26px;
}

.ui-datepicker-calendar .ui-state-default {
    display: block;
    width: 26px;
    outline: none;
    text-decoration: none;
    /*color: #a8a8a8;*/
    color: white;
    border: 1px solid transparent;
}

.ui-datepicker-calendar .ui-state-highlight {
    display: block;
    width: 26px;
    outline: none;
    text-decoration: none;
    background-color: gray;
    color: black;
    color: white;
    border: 1px solid transparent;
}

.ui-datepicker-calendar .ui-state-active {
    /*color: #6a9113;*/
    color: white;
    border: 1px solid #6a9113;
}

.ui-datepicker-other-month .ui-state-default {
    /*color: #565656;*/
    color: white;
}

.ul-operate {
    list-style-type: none;
    padding-left: 0;
}

.greenButton {
    background-color: #47BBAA;
    height: 30px;
    width: auto;
    color: #fff;
    border: 0;
}
