/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
}

.collapsible-link::before {
    content: '\f107';
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: 'FontAwesome';
    font-size: 1.1rem;
}

.collapsible-link[aria-expanded='true']::before {
    content: '\f106';
}

/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/
body {
    background: #aeaeae;
    background: -webkit-linear-gradient(to left, #aeaeae, #ffffff);
    background: linear-gradient(to left, #aeaeae, #ffffff);
    min-height: 100vh;
}

.error{
	color:red;
}

.logDetail{
    font-size:12px;
}

.bg-white
{
    background-color:#999 !important;
}

.bg-white.bg-inner
{
    background-color:#fff !important;
}

.bg-white h2 button
{
    color:white !important;
}

.bg-white.bg-inner h2 button
{
    color:black !important;
}











