body { background: #eee; }

.container { padding: 0 20px 20px 20px; background: #fff; box-shadow: 0 10px 40px rgba(0,0,0,0.1); }

.header { padding-bottom: 20px; margin: 30px 0 0 0; }
	.header .logo h1 { margin: 5px 0 10px 5px; }
	
.welcome .nav-pills > li.active > a, .welcome .nav-pills > li.active > a:hover, .welcome .nav-pills > li.active > a:focus{
	font-weight: bold;
}

.important-news { font-size: 15px; line-height: 1.55; }

.popover{
    width:300px;
    height:85px;    
}

#minute-slider .slider-selection {
    background: #32CD32;
}

/* EXTEND/MODIFY BOOTSTRAP */

.toolbar { background: #F8F8F8; border: 0 none; margin-top: 20px; }
	.toolbar h4 { margin: 0 0 10px 0; color: #777; }

thead { font-weight: bold; }

.form-inline select.form-control { width: 100%; }

.alert { color: #333; }
	.alert ul { padding-left: 20px; }
	.alert a { color: #444; border-bottom: 1px solid rgba(0,0,0,0.1); }
		.alert a:hover { text-decoration: none; color: #222; }
}

.carousel {
    height: 400px;
    overflow: hidden;
}
.carousel .item {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.carousel .active.left, .carousel .active.right {
    left:0;
    opacity:0;
    z-index:2;
}
.carousel .next, .carousel .prev {
    left:0;
    opacity:1;
    z-index:1;
}

.watergroup .pull-right {
	margin-bottom: 10px;
}

.toolbar .btn-success {
	margin-top: 20px;
}

/* TABLE STUFF */

thead th { color: #666; font-size: 13px; }

.master .name { font-weight: bold; }
.master .rename input { font-weight: bold; }
.master .flow { font-weight: bold; }

.uneditable td { background: #f5f5f5; }

.outlet .name .glyphicon { opacity: 0.3; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 1px; }

.cell-lightgreen { background: #e8f4e8; }
.cell-lightyellow { background: #ffffcc; }
.cell-lightblue { background: #cadff0; }
.cell-lightred { background: #fbeeee; }

/* HELPER CLASSES */

.invisible { opacity: 0; }
.strong { font-weight: bold; }

/* Media Query */

@media (max-width: 600px) {

    .welcome {
        float: none !important;
    }

    .header .img-responsive {
        margin: 0px auto;
    }

    .header .pull-left {
        clear: both;
        float: none !important;
        text-align: center;
        margin-bottom: 25px;
    }

    .welcome li {
        text-align: center;
        margin: 0px auto;
    }

    .watergroup .pull-right {
        float: none !important;
        text-align: center;
    }

    .nav-pills {
        margin: 25px 0 0 0;
        text-align: center;
    }

        .nav-pills > li {
            float: none;
            display: inline-block;
        }

    .welcome .text-right {
        text-align: center;
    }
}


.colorbox {
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px 5px 5px 5px;
    display: block;
    border: 1px solid black;
}
.colortext{
    height: 20px;
    margin: 5px 5px 5px 5px;
    display: block;
    vertical-align:central;
}