﻿.containerTitle {
    color: #1CB5F7;
}

.GST-label{
    margin-top:0px!important;
    margin-bottom: 0px!important;
    background-color:white!important;
    margin-left:10px!important;
    padding: 0px 4px!important;
    z-index:500!important;
    position:inherit;
}

.GST-group-label{
    margin-top:0px!important;
    margin-bottom: 0px!important;
    background-color:white!important;
    margin-left:35px!important;
    padding: 0px 4px!important;
    z-index:500!important;
    position:inherit;
}

.GST-input{
    margin-top:-7px!important;
    margin-bottom:3px!important;
}

.GST-fs-08{
    font-size: 0.80rem!important;
}

.GST-fs-09{
    font-size: 0.90rem!important;
}

.GST-fs-1{
    font-size: 1rem!important;
}

.separator {
        display: flex;
        align-items: center;
        text-align: center;
}

.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #000;
}

.separator::before {
    margin-right: .25em;
}

.separator::after {
    margin-left: .25em;
}

.GST-col {
    margin-left: 0.75rem!important;
    margin-right: 0.75rem!important
}

.dataTables_length{
    float: left;
}

.dt-buttons{
    float:right!important;
}

.dataTables_filter{
    margin-right: 0.333rem;
}

.GST-transparent{
    background-color: transparent!important;
    color:transparent!important;
}

.GST-cursor-disabled{
    cursor: not-allowed;
}

.GST-text-black-60{
    color: rgba(0, 0, 0, 0.6) !important;
}

