.bodyCalendar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100vh;max-width:1200px}.contentCalendar{-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:#fff;overflow:auto}.headerCalendar{min-height:230px;height:auto;background:#fff}.selected-border{border:1px solid red;border-radius:5px}.calendarButton{display:none}@media screen and (min-width:991px){.bodyCalendar{padding-top:20px;padding-left:20px;padding-right:20px}}@media screen and (max-width:990px){.headerCalendar{display:none}.calendarButton{display:initial}.buttonContainer,.calendarButton{background-color:#1e618a}}*{margin:0}