.statusup {color: #509c2d;
           text-align: center;
         }

.statusdown {color: #a42510;
           text-align: center;
         }

.statusdegraded {color: orange;
           text-align: center;
         }

.statuscenter {color: #000000;
           text-align: center;
         }

.statusnone {color: #000000;
             text-decoration: none;
         }

.navbar-brand {
  padding: 0px 0px;
}

.widget-toggle { cursor: pointer; cursor: hand; }

.clickable { cursor: pointer; cursor: hand; }

.required-field {color: red;}

.gravatar { width=50px; 
            max-width=50px; }

.calendar-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.calendar-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
