.logo {
    color: #0085DA;
    font-size: 18pt;
    font-weight: normal;
    height: 60px;
    line-height: 60px;
    margin: 0px;
}

.navbar-default .navbar-brand {
    color: #0085DA;
}

body {
    padding-top: 60px;
}

.irrigation-modal-content {
	width: 800px;
    min-width: 800px;
    margin-bottom: 50px !important;
}

.table-wide {
    width: 100%
}

.irrigation-graph {
    width:700px;
    height:500px;
    min-height:500px
}

.flow-viewer-brand {
    color: cornflowerblue !important;
}

.float-right {
    float: right;
}