.panel {
    overflow: hidden;
    text-align: left;
    margin: 0;
    border: 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.yearpanel .panel-body,.monthpanel .panel-body {
    border-top: 1px #bd3434 solid;
}
.panel-header,
.panel-body {
    border-width: 1px;
    border-style: solid;
}
.panel-header {
    padding: 5px;
    position: relative;
}
.panel-title {
    background: url('images/blank.gif') no-repeat;
}
.panel-header-noborder {
    border-width: 0 0 1px 0;
}
.panel-body {
    overflow: auto;
    border-top-width: 0;
    padding: 0;
}
.panel-body-noheader {
    border-top-width: 1px;
}
.panel-body-noborder {
    border-width: 0px;
}
.panel-with-icon {
    padding-left: 18px;
}
.panel-icon,
.panel-tool {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    height: 16px;
    overflow: hidden;
}
.panel-icon {
    left: 5px;
    width: 16px;
}
.panel-tool {
    right: 5px;
    width: auto;
}
.panel-tool a {
    display: inline-block;
    width: 16px;
    height: 16px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    margin: 0 0 0 2px;
    vertical-align: top;
}
.panel-tool a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #eaf2ff;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
.panel-loading {
    padding: 11px 0px 10px 30px;
}
.panel-noscroll {
    overflow: hidden;
}
.panel-fit,
.panel-fit body {
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.panel-header,
.panel-body {
    border-color: #e8e8e8;
}
.panel-header {
    background-color: #E0ECFF;
    background: -webkit-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
    background: -moz-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
    background: -o-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
    background: linear-gradient(to bottom,#EFF5FF 0,#E0ECFF 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF,endColorstr=#E0ECFF,GradientType=0);
}
.panel-body {
    background-color: #ffffff;
    color: #000000;
    font-size: 12px;
}
.panel-title {
    font-size: 12px;
    font-weight: bold;
    color: #0E2D5F;
    height: 16px;
    line-height: 16px;
}
.datebox-calendar-inner {
    height: 180px;
}
.datebox-button {
    height: 18px;
    padding: 2px 5px;
    text-align: center;
}
.datebox-button a {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.datebox-button a:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}
.datebox-current,
.datebox-close {
    float: left;
}
.datebox-close {
    float: right;
}
.datebox .combo-arrow {
    background-image: url('images/datebox_arrow.png');
    background-position: center center;

}
.datebox-button {
    background-color: #F4F4F4;
}
.datebox-button a {
    color: #444;
}
.combo {
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    border-width: 0px;
    border-style: solid;
    overflow: hidden;
    vertical-align: middle;
}
.combo .combo-text {
    font-size: 12px;
    text-align: left;
    border: 0px;
    line-height: 20px;
    height: 20px;
    margin: 0;
    padding: 0px 2px;
    background-color: #ffffff;
    *margin-top: -1px;
    *height: 18px;
    *line-height: 18px;
    _height: 18px;
    _line-height: 18px;
    vertical-align: baseline;
}
.combo-arrow {
    width: 18px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.combo-arrow-hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}
.combo-panel {
    overflow-y: auto;
    overflow-x: hidden;
}
.combo-arrow {
    background: url('images/combo_arrow.png') no-repeat center center;
}
.combo,
.combo-panel {
    background-color: #ffffff;
}
.combo {
    border-color: #D8D8D8;
    background-color: #ffffff;
}
.combo-arrow {
    border-left:0px solid #e8e8e8;
    background-color: #ffffff;
}
.combo-arrow-hover {
    background-color: #ffffff;
}

.combobox-item,
.combobox-group {
    font-size: 12px;
    padding: 0px 0px 0px 6px;
    height:24px;
    line-height: 24px;
    overflow: hidden;
    background-color: #f1f1f1;;
    padding-right: 0px;
}

.combobox-item-disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.combobox-gitem {
    padding-left: 10px;
}
.combobox-group {
    font-weight: bold;
}
.combobox-item-hover {
    background-color: #bd3535;
    color: #fff;
}

.combobox-item-selected {
    background-color: #bd3535;
    color:#fff;
}
.combobox-item-hover.combobox-item-selected {
    background-color: #bd3535;
    color: #fff;
}
.combobox-item.combobox-item-selected .tree-title{
    background: transparent url("images/unselcheck.png") no-repeat -2px 0px;
}
.combobox-item .tree-title{
    font-size: 12px;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: transparent url("images/selcheck.png") no-repeat -2px 0px;

    padding-left: 18px;

    cursor: default;
    text-decoration: none;
    vertical-align: top;



    height: 24%;
    line-height: 24px;

}

.calendar {
    border-width: 1px;
    border-style: solid;
    padding: 1px;
    overflow: hidden;
}
.calendar table {
    border-collapse: separate;
    font-size: 12px;
    width: 100%;
    height: 100%;
}


.calendar table td,
.calendar table th {
    font-size: 12px;
}
.calendar table th{
    height:24px;
    line-height: 24px;
}
.calendar .calendar-body table  td{
    height: 20px;
    line-height: 20px;
    border: 1px solid #e8e8e8;
}
.calendar-noborder {
    border: 0;
}
.calendar-header {
    position: relative;
    height: 24px;
}

.calendar-prevmonth,
.calendar-nextmonth,
.calendar-prevyear,
.calendar-nextyear {
    color: #c3c4c5;
    font-size: 13px;
    top: 0px;
    margin-top: 0px;
    cursor: pointer;
}
.calendar-nextyear{
    text-align: right;
}
.calendar-body {
    position: relative;
    background: #f1f1f1;
    border-color: #e8e8e8;
    border-width: 1px;
    border-style: solid;
    padding: 0px 2px 2px 2px;
}
.calendar-body th,
.calendar-body td {
    text-align: center;
}
.calendar-day {
    color: #575757;
    background: #fff;
    border: 0;
    padding: 1px;
    cursor: pointer;

}
.calendar-submit,
.calendar-totay{
    cursor: pointer;
    color: #575757;
    text-align: center;
}
.calendar-other-month{
    background: #f1f1f1;
}
.calendar-body th,
 {
    color: #575757;
}
.calendar-day {
    color: #575757;
}
.calendar-sunday {
    color: #bbb;
}
.calendar-saturday {
    color: #bbb;
}
.calendar-today {
    color: #da8300;
}

.calendar {
    border-color: #95B8E7;
}
.calendar-header {
    background: #fff;
}
.calendar-body,
{
    background: #ffffff;
}
.calendar-body table
{
    border-collapse: collapse;
}
.calendar-body th {
    color: #575757;
    background: transparent;
}
.calendar-hover,
.calendar-nav-hover,
 {

    color: #575757;
}
.calendar-hover {

    padding: 0;
}
.calendar-selected {
    background-color: #bd3434;;
    color: #fff;

    padding: 0;
}
.calendar-disable{
    cursor: default;
    color:#D8D8D8
}
.calendar .cpbutton {
    margin-left: 2px;
    line-height: 20px;
    width: 41px;
    background-color: #2e6bb1;
    color: #fff;
    border: none;
    cursor: pointer;
}
.calendar tfoot tr{
    height: 29px;

}
.calendar tfoot tr td{
    text-align: right;
}
.calendar-nextmonth{
    text-align: right;
}
.validatebox-invalid {
    background-repeat: no-repeat;
    background-position: right center;
    border-color: #ffa8a8;
    background-color: #fff3f3;
    color: #000;
}
.yearpanel .combo-panel,
.monthpanel .combo-panel{
    background-color: #fff;
    text-align: center;
    line-height: 32px;

    color: #575757;
}
.menu{
    cursor: pointer;
}
.calendar-menu-hover{
    background-color: #bd3434;;
    color: #fff;


}

.tdx_keyboard_table{
    table-layout: fixed;
    border: 1px solid #e8e8e8;
    font-size: 14px;
    text-align: center;
    color: #212121;;
}
.tdx_keyboard_table thead th{
    background: #f1f1f1;
    height: 24px;
    line-height: 24px;
}
.tdx_keyboard_table tbody td{
    text-align: left;
    height: 21px;
    line-height: 21px;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tdx_keyboard_table thead tr th:first-child,
.tdx_keyboard_table tbody tr td:first-child{
    padding-left: 8px;
}
.tdx_keyboard_table thead tr td:last-child,
.tdx_keyboard_table tbody tr td:last-child{

    padding-right: 8px;
}
.tdx_keyboard_table .tdx_keyboard_highcode{
    color:#ffb400;
}
.keyover td{
    background: #fff8ee;
}
.validatebox{
    font-size: 12px;
    text-align: left;
    border: 0px;
    line-height: 22px;
    height: 22px;
    margin: 6px 0px;

    padding: 0px 2px;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    vertical-align: baseline;
}

