
.highlight {
    background-color: #1899D3 !important;
    color: white !important;
}
.select2-search__field {
   outline:none !important;
}
.topmargin {
    margin-top: 6px;
}
.rightggreater1199 {
    text-align: right !important
}

@media only screen and (max-width: 1199px) {

    .rightggreater1199 {
        text-align: left !important
    }
}
.modal-dialog {
    max-width: 60vw !important; 
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 1199px) {

    .modal-dialog {
        max-width: 100vw !important;
        margin-right: auto;
        margin-left: auto;
    }
}