ul.dashboard-tabs-horizontal{  }
ul.dashboard-tabs-horizontal li{
    display: block;
    float: inline-start;
    margin-left: 5px;

    border-left: solid 3px slategrey;
    border-right: solid 1px slategrey;
    border-top: solid 1px slategrey;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: white;
    padding: 5px;
}

ul.dashboard-tabs-horizontal > li > a{ color: white; }
ul.dashboard-tabs-horizontal > li > a:hover{ text-decoration: none; }

ul.dashboard-tabs-horizontal > li.primary{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
ul.dashboard-tabs-horizontal > li.primary:hover{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

ul.dashboard-tabs-horizontal > li.warning{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
ul.dashboard-tabs-horizontal > li.warning:hover{
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

ul.dashboard-tabs-horizontal > li.default{
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
ul.dashboard-tabs-horizontal > li.default:hover{
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

ul.dashboard-tabs-horizontal > li .selected{ font-weight: bold; }


div#overview a:hover{ text-decoration: none; }

#overview .panel-body{
    height: 140px;
}
















.dashboard-tabs > .list-group .list-group-item.warning{
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.dashboard-tabs > .list-group .list-group-item.warning:hover{
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}


