﻿.card-header-community, .card-body-community {
    padding-top: 5px;
    padding-bottom: 0;
}
.no-padding {
    padding-top: 0;
    padding-bottom: 0;
}

div .hospital-blood {
    color: red
}

.hospital-label {
    margin-left: 20px;
}

.hospital-main {
    margin-bottom: 10px;
}
.hospital-form{
    margin-bottom: 0 !important;
}

hr {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    width: 100%;
}
.vl {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
}

.view-more-button {
   width:99.5%;
    margin-left:1px;
}
.hospital-view-more-button{
    text-align:left;
}

.add-service{
    margin-bottom: 10px;
    float: right;
}

.error-edited-row {
    border : solid 2px;
    border-color : red;
}
.green {
    color: green;
}

.red {
    color: red;
}
.blue {
    color: blue;
}