
/*日历公共样式统一修改*/
.fc-other-month {
    background: url("../../img/pm/daily/zhihui.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.fc th {
    text-align: center;
    color: #ADADAD;
    font-size: 16px;
    font-weight: normal;
    border-width: inherit;
}

.fc-left > div > button {
    background: #fff !important;
    border: none;
    box-shadow: none;
}

.fc-left > div > h2 {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
}

#script-warning {
    display: none;
    background: #eee;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: red;
}

#loading {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.page-content-wrapper > .page-content {
    padding-bottom: 20px;
}
.page-container.screen .page-content-wrapper > .page-content {
    padding-bottom: 0px;
}
.fc-widget-header > table > thead > tr {
    height: 64px;
    line-height: 64px;
}

.fc-basic-view td.fc-week-number span, .fc-basic-view td.fc-day-number {
    padding-top: 4px;
    padding-bottom: 2px;
}

.fc-basic-view .fc-week-number, .fc-basic-view .fc-day-number {
    padding: 0 16px;
}

.status-type > li {
    float: left;
    text-align: center;
    margin-right: 16px;
}

.status-type > li > p {
    height: 37px;
    width: 42px;
    margin: 0 auto;
    line-height: 37px;
}

.status-type > li > span {
    display: block;
    padding-top: 4px;
}

.fc-right > .fc-button-group {
    line-height: 30px;
    margin-top: 29px;
}

.fc-ltr .fc-basic-view .fc-day-number {
    font-size: 16px;
}

.fc-month-view > table {
    background: #fff;
}

.fc th, .fc td {
    border-color: #EEEBEB;;
}

.fc-content-skeleton > table > thead > tr > td.fc-today {
    color: #fff;
}

.fc-content-skeleton {
    color: #ADADAD;
}

.fc-unthemed .fc-today {
    background: #fff;
}

/*.fc-event-container{
    height: 40px;
    display: block;
}*/
.fc-event-container > a {
    display: block;
    height: 100%;
}

.fc-day-grid-event {
    margin: 1px 4px 0;
    padding: 0 1px;
}

.fc-event-container > a > .fc-content > span {
    line-height: 20px;
    padding-left: 8px;
}

.fc-event-container:before {
    content: '';
    height: 22px;
    width: 0.6%;
    background: #01B9D1;
    position: absolute;
    z-index: 10;
}

.fc-content {
    background: #E5F9FA;
}

.fc-event {
    border: none;
    background-color: #E5F9FA;
}

.fc-content-skeleton > table > thead > tr > td.fc-today:after {
    content: '';
    width: 30px;
    height: 30px;
    background-color: #FF4469;
    display: inline-block;
    position: absolute;
    margin-left: -24px;
    border-radius: 50%;
    z-index: -1;
}

.fc-today-button {
    font-size: 16px;
    color: #FD603A;
    text-decoration: underline;
    background: #fff;
    border: none;
    margin-left: 0;
    box-shadow: none;
}

/*日历样式end*/

.bootstrap-select > button.dropdown-toggle > span {
    font-size: 14px;
}


/* 新加重置*/
.search .query-box .bsdForm, .search .filter-query-form .bsdForm {
    padding: 5px 155px 5px 32px;
    margin-bottom: 26px;
}
.search-btn-wrap.form-group{
    min-width: 155px;
    display: block;
}
.btn.blue.mainCol.pagination-query{
    /*float: right;*/
}
.search .portlet .search-btn-wrap .btn, .search .portlet .search-btn-wrap .btn:active, .search .portlet .search-btn-wrap .btn:focus {
    width: 75px !important;
}
.search .portlet .search-btn-wrap .btn:before {
    margin: 0 1px 0 -6px;
}
.search .portlet .search-btn-wrap .new-btn-style {
    border: 1px solid #F4B438 !important;
    color: #F4B438 !important;
}
.search .portlet .search-btn-wrap .new-btn-style:before {
    content: url(../../img/pm/common/reloadweb_new.svg) !important;
    vertical-align: sub;
}
.search .portlet .search-btn-wrap .btn:before {
    content: url(../../img/pm/common/search_new.svg);
    vertical-align: sub;
    margin-right: 0 !important;
}
.search .portlet .search-btn-wrap {
    right: 5px;
    top: 28px;
}
