﻿.form-control-c {
    width: 100% !important;
}

h2 {
    color: #91D400;
}

h3 {
    color: #91D400;
}

h4 {
    color: #91D400;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #91D400;
    border-color: #91D400;
}

.navbar.logo {
    background-color: white;
    height: 0px;
    margin: 0px;
    min-height:36px;
    border:0px;
    padding:0px;
}

.navbar.menu
{
    top:36px;
}

.body-content
{
    margin-top:36px;
}

.list-group-item-text.longtext {
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

#loadingcont {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinr {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}

.line-breaks {
    white-space: pre-line;
}