.spacer-20
{
    height: 20px;
}
.label-title-text
{
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    text-transform: none;
    color: #171717;
}
.mt-25{
    margin-top:25px;
}
.modal-title-bg
{
    background-color: #4b8df8;
    color: #fff;
    text-align: center;
    border-radius: 5px 5px 0 0;
    border-color: #4b8df8;
    border-bottom: 0;
}

.modal-header
{
    padding: 5px !important;
}

.close-icon-color
{
    color: #000000;
    opacity: 0.5;
}
.bootstrap-like-box {
    border: 1px solid #ccc;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #EEEEEE;
    box-sizing: border-box;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.info-button {
    margin-right:10px;
}
.modal-dialog{
    width: 90%;
}
@media (min-width: 768px) {
    .modal-dialog {
        width:60%;
    }
    .btn-width{
        width:95%;
    }
}
