﻿.form-group.required .control-label:after {
    content: " *";
    font-weight: bold;
    color:red;
}

@media (min-width:1000px) {

    .form-inline .form-control {
        width: inherit !important;
    }

    .form-inline .control-label {
        justify-content: left;
        padding-left: 0;
        display:inline-block;
    }

    .form-group.required .control-label:after {
        content: " *";
        font-weight: bold;
        position: absolute;
        color: red;
        right: 0;
        top: 50%;
        transform: translate(0,-50%);
    }
}

.form-inline .control-label {
    justify-content: left;
}
.form-control{
    max-width:100%;
}


.tooltip-inner {
    max-width: 300px;
    text-align: left;
}

.btn-disabled{
    opacity:0.65;
    cursor: not-allowed !important;
}

.btn.btn-xs{
    padding: 4px 6px;
    font-size: 0.9rem;
    line-height:1;
}

.text-black {
    color: black;
}

.text-pink {
    color: #e91e69 !important;
}