body {
    background: #20447D;
}

.col-4.overflow-auto > h4,
.col-8.overflow-auto > h4
{font-weight:600}



.false .list-group-item{border:0px;}

.allocation-footer{border-top:1px solid #dee2e6;
 }
 .allocation-footer .p-4{padding:10px !important;}
 .allocation-footer .btn{padding:10px !important;display:inline-block}
 .allocation-footer .badge-warning{background:#dee2e6;color:#000;}
.strong-border{border:none;}
 .card > .row > .col-8 {border-left:1px solid #a8a8a8}
.elevatorindicator li{list-style:none;display:inline-block;padding:2px;color:#999}
 .elevatorindicator .active{color:green; font-weight:bold;}

 .metadata.row{opacity:0.5;
    margin-left:-2.5rem !important;
    margin-right:-2.5rem !important;
    border-bottom:1px solid #ccc;
}
.metadata > .row {opacity:0.5;
    margin-left:-2.5rem !important;
    margin-right:-2.45rem !important;
    border-bottom:1px solid #ccc;
}
 .metadata p{
     padding-bottom:0rem;
    margin-bottom:0rem;
    padding:0.5rem 0rem 0.5rem 0rem;
}

.metadata .col-lg-6:first-child{
    padding-left: 2.5rem;
}

.metadata .col-lg-6:last-child{
    padding-right: 2.5rem;
}

@media screen and (max-width: 768px) {
    .metadata .col-lg-6:last-child{
        padding-left: 2.5rem;
    }
}

.form-group .col-sm-8{font-weight:600;}
/*this one is wrong*/

/* Card entity styling */
.card-entity .card-entity-container .header-card {
    margin-bottom: 1rem;
}
.card-entity .card-entity-container .header-actions {
    text-align: right;
}

.card-entity .card-entity-container h5 {
    margin-left: -0.6rem;
    white-space: nowrap;
}

.card-entity .card-entity-container a {
    color: #20447D;
}

.card-entity .card-entity-container .sub-header h4 {
    font-size: 1rem;
    font-weight: 200;
}

.card-entity .card-entity-container .text-indent {
    margin-left: 1.4rem;
}

.profile-wrapper .dropdown-menu.show{
    max-width:180px;
}

@media screen and (max-width: 768px) {
    .card-entity .card-entity-container .mobile-margin {
        margin-bottom: 1rem;
    }
}

/* fix for read-only input fields */
.form-group.cluster > div > .col-form-label {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.toast.danger .toast-body div a {
	color: #FFF !important;
	text-decoration: underline !important;
}

#deviceAssignForm .auto-complete .list-group {
    position: relative !important;
}
