@-webkit-keyframes rotating{from{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating{from{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.cma-rotating{-webkit-animation:rotating 2s linear infinite;-moz-animation:rotating 2s linear infinite;-ms-animation:rotating 2s linear infinite;-o-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.cma-spinner{height:500px;width:100%;position:relative}.cma-spinner .cma-rotating{position:absolute;margin:auto;top:0;bottom:0;right:0;left:0;transform:translateY(-50%);-ms-transform:translateY(-50%)}.cmd-calendar-week div{color:#fff;background-color:#f28b20;padding:15px}.cmd-calendar-grid-item{min-height:200px;border:2px solid #337ab7;padding:10px !important;position:relative;overflow:hidden}.cmd-calendar-grid-item-number{position:absolute;right:5px;top:5px;font-weight:700}.pale{font-weight:400 !important;color:#5bc0de}.before-today *{opacity:.5}@media screen and (max-width:768px){.cmd-calendar-view-toggle{display:none}}@media screen and (max-width:991px){.cmd-calendar-results img{margin-bottom:20px}.cmd-calendar-results h2{font-weight:900}}