/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

            .fc th {
                padding: 10px 0px;
                vertical-align: middle;
                background:#F2F2F2;
            }
            .fc-day-grid-event>.fc-content {
                padding: 6px;
            }
            #calendar {
                margin: 0 auto;
            }
.form .control-label, .form-horizontal .control-label, #table_wrapper{ font-size: 110%!important; padding-top: 4px;}
.form-control.input-sm{ font-size: 100%!important;}
th {color: #2196F3; font-weight: normal;}
textarea{padding-top: 4px!important;}
.fc-day-grid-event {border-radius: 15px;margin: 5px 5px 0px 5px!important;font-size: 95%!important;}
/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

body {
    margin-top: 100px;
    background-color: #fff;
}

@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
}

.navbar-inverse{background: #007700;}

.side-nav li{font-size: 120%;}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-weight: 300!important;
}
.page-header{ font-size: 240%;}
.navbar-right li{padding-right: 1em; font-size: 120%;}

.fc-sat, .fc-sun{background: #eee;}
.fc-state-highlight{background: #fafafa!important;}

h1, h2{font-weight: 300!important;}

.side-nav li:hover {background:#0C7CD5;}
.dropdown-menu{background:#2196F3;}
.dropdown-menu li a{font-weight: 300;color: #fff;}
.dropdown-menu li a:hover{background:#0C7CD5;color:#fff;}

#table tr.selected {
  background: #2196F3;
  color: #fff;
}

#table2 tr.selected {
  background: #2196F3;
  color: #fff;
}