/* Main dialog styles */

#calendar-dialog .date {
  float: left;
  margin: 15px auto 10px 12px;
  height: 24px;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: #ffffff;
 }

.dialog-calendar {

}

.dialog-calendar .date {
    float: left;
    margin-top: 13px;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.dialog-calendar .buttonBlock {
    display: flex;
    align-items: center;
    height: 49px;
}

.dialog-calendar .buttonBlock button {
    margin-left: 10px;
}


.dialog-calendar .buttonBlock div {
    margin-left: 10px;
}

.dialog-calendar .header {
    width: 704px;
    height: 49px;
    border-radius: 3px 3px 0 0;
    background-color: #FFF;
    border-bottom:1px solid #ebebeb;
}

.dialog-calendar .ui-icon-closethick {
    /*background-image: url(../../images/UI/close_white.png) !important;*/
    z-index: 15;
    position: fixed;
}

.dialog-calendar .dialogContent {
    position: absolute;
    top: 49px;
    width: 100%;
}

.dialog-calendar .bodyStatsNew {
    height: 460px;
}

#FMSName {
    font-family: Helvetica;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #303133;
}

#FMSStatus {
    height: 21px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #919599;
}
