﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.dashboardWidget {
        margin-top: 85px;
    }
div.widgetContent {
    padding: 17px 20px 20px 20px;
    color: #A3A3A3;
}
.dashboardWidget .launchList {
    overflow-y: auto;
    height: 100%;
}
.dashboardWidget .launchList li:nth-child(1) {
    padding-bottom: 3px;
    color: #A3A3A3;
}
.dashboardWidget .launchList li {
    border-bottom: 1px solid #CBCBCB;
}
.panel {
    border: none;
}

.list-title {
    color: #003869;
    font-size: 22px;
}
.list-description{
    color: #007cb6;
    font-size: medium;
    margin: 10px;
}

.dashboardWidget .launchList .list-description li{
    padding-bottom: 3px;
    color: #007cb6;
    border-bottom: 0px;
}
.tagsource{
    /*color:#006d00;*/
    font-weight: bold;
}
.goplant {
    /*color:#5858ea;*/
    font-weight: bold;
        
}
.goplant-tagsource {
    font-weight: bold;
}
.v1-1{
    background-color:antiquewhite
}
.warning{
    background-color:yellow;
}