/*.clndr {*/
/*    display: block;*/
/*    margin: 0 auto;*/
/*}*/
/*.clndr .clndr-controls {*/
/*    position: relative;*/
/*}*/
/*.clndr .clndr-controls .month {*/
/*    padding: 12px 0;*/
/*    text-align: center;*/
/*    font-size: 20px;*/
/*    font-weight: bold;*/
/*}*/
/*.clndr .clndr-controls .clndr-previous-button,*/
/*.clndr .clndr-controls .clndr-next-button {*/
/*    cursor: pointer;*/
/*    top: 0px;*/
/*    left: 0px;*/
/*    padding: 12px;*/
/*    position: absolute;*/
/*}*/
/*.clndr .clndr-controls .clndr-next-button {*/
/*    left: auto;*/
/*    right: 0px;*/
/*}*/
/*.clndr .clndr-grid {*/
/*    border-bottom: 2px solid #dbdbdb;*/
/*    margin-bottom: 20px;*/
/*    overflow: hidden;*/
/*}*/
/*.clndr .clndr-grid .days-of-the-week {*/
/*    width: 100%;*/
/*}*/
/*.clndr .clndr-grid .days-of-the-week .header-day {*/
/*    float: left;*/
/*    width: 14.28571%;*/
/*    padding: 12px 0;*/
/*    font-weight: bold;*/
/*    text-align: center;*/
/*    background: #555A64;*/
/*    color: #fff;*/
/*    border-right: 1px solid #eaeaea;*/
/*    border-bottom: 2px solid #eaeaea;*/
/*}*/
/*.clndr .days .day,*/
/*.clndr .days .empty {*/
/*    float: left;*/
/*    width: 14.28571%;*/
/*    padding: 12px 0;*/
/*    position: relative;*/
/*    text-align: center;*/
/*    cursor: pointer;*/
/*    border-bottom: 1px solid #eaeaea;*/
/*    border-right: 1px solid #eaeaea;*/
/*    transition: all 250ms;*/
/*    font-weight: bold;*/
/*}*/

/*.clndr .days .day:nth-child(7n+1) {*/
/*    border-left: 1px solid #eaeaea;*/
/*}*/

/*.clndr .days .day.blocked,*/
/*.clndr .days .day.blocked:hover {*/
/*    background: #B4B9C3;*/
/*    color: #fff;*/
/*    font-weight: normal;*/
/*    cursor: not-allowed;*/
/*}*/
/*.clndr .days .day.selected,*/
/*.clndr .days .day.selected:hover {*/
/*    background: #fbbc41 !important;*/
/*    color: #fff !important;*/
/*}*/
/*.clndr .days .day:hover {*/
/*    background: #f5f5f5;*/
/*}*/
/*.clndr .days .day.today,*/
/*.clndr .days .empty.today {*/
/*    background-color: #154094;*/
/*    color: #fff;*/
/*    font-weight: bold;*/
/*}*/
/*.clndr .days .day .event-indicator,*/
/*.clndr .days .empty .event-indicator {*/
/*    background-color: #fbbc41;*/
/*    border-radius: 100%;*/
/*    color: #fff;*/
/*    cursor: pointer;*/
/*    font-size: 9px;*/
/*    height: 15px;*/
/*    line-height: 16px;*/
/*    position: absolute;*/
/*    right: 0px;*/
/*    top: 0px;*/
/*    width: 15px;*/
/*}*/
/*.clndr .days .day.adjacent-month,*/
/*.clndr .days .day.inactive,*/
/*.clndr .days .empty.adjacent-month,*/
/*.clndr .days .empty.inactive {*/
/*    background: #fff;*/
/*}*/
/*.clndr .days .day.adjacent-month:hover,*/
/*.clndr .days .day.inactive:hover,*/
/*.clndr .days .empty.adjacent-month:hover,*/
/*.clndr .days .empty.inactive:hover {*/
/*    background: #fff;*/
/*}*/
