.primary-table {
    background-color: rgba(25, 133, 119, 0.2) !important;
}

.btn-primary {
    background-color: #198577;
}

.btn-warning {
    background-color: #e7c269;
}

.btn-primary:hover {
    background-color: #0e574c;
}

.primary-table th, .primary-table thead th {
    border-color: #198577 !important;
}

.header {
    background-color: #198577;
    color: white;
}

.footer {
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 35px;
    background-color: #198577;
    border-top: 1px solid #e7e7e7;
    padding-top: 0;
}

a:hover
{
    text-decoration: none;
}

.title {
    color: #198577;
    border-bottom: solid;
    border-bottom-width: thin;
}

.title-collapse {
    color: #198577;
    border-bottom: solid;
    border-bottom-width: thin;
    cursor: pointer;
}

.compulsory:after {
    color: #f00;
    content: " *";
    display: inline;
}

.background-row-primary {
    background-color: rgba(25, 133, 119, 0.1);
}

.row.map {
    display: block !important;
}

.btn-menu {

}

.btn-menu:hover {
    color: #9f9b9b !important;
}

#loading {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-image: url('/img/loading.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}