﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-inverse {
    padding-right:50px;
}

.navbar-inverse .navbar-brand {
    color: #fff;    
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
}

.vis-item {
    height: 24px !important;
    top: 1px !important;
}
.vis-item-content {
    padding: 1px !important;
}

/* alternating column backgrounds */
.vis-time-axis .vis-grid.vis-odd {
    background: #f5f5f5;
}

/* gray background in weekends, white text color */
.vis-time-axis .vis-grid.vis-saturday,
.vis-time-axis .vis-grid.vis-sunday {
    background: #fff2f2;
}
.vis-time-axis .vis-text.vis-saturday,
.vis-time-axis .vis-text.vis-sunday {
    /* color: white; */
}

.vis-time-axis .vis-grid.vis-today,
.vis-time-axis .vis-grid.vis-today {
    background: #e8f8ff;
}



.vis-time-axis .vis-text {
    font-size:16px;
    font-weight:bold;
}
.vis-labelset .vis-label .vis-inner {
    font-size: 16px;
}

.vis-item-content a,
vis-item-content a:hover {
    color: black;
    text-decoration: none;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.form-group {
    margin-bottom: 5px !important;
}

.modal-footer {
    padding: 5px !important;
}

.error {
    color: red;
    font-weight: normal;
}

.btn-light {
    border: 1px solid;
}

.btn-light.active {
    background-color: #ffc107;
}

.btn-light.active.focus {
    background-color: #ffc107;
}

.btn-light.focus {
    border: none;
}

.btn-light.active.green {
    background-color: #28a745;
}

.btn-light.active..green.focus {
    background-color: #ffc107;
}

.vis-group:hover {
    background-color: #dddddd;
}