.btn-search:active {
    background-color: #6B7D8D !important;
}
.btn-search:focus {
    background-color: #6B7D8D !important;
}
.btn-search:hover {
    background-color: #6B7D8D !important;
}

.btn-blue:active {
    background-color: #2F8AC1 !important;
}

.btn-red:active {
    background-color: #BF2120 !important;
}

.btn-green:active {
    background-color: #2F9700 !important;
}

.btn-white:active {
    background-color: #EBEBEB !important;
}

.btn-black:active {
    background-color: #3B3B3B !important;
}

.cursor{
    cursor: pointer;
}
/*
    disable stepper for chrome, safari, edge, opera
*/
.number-input input::-webkit-outer-spin-button,
.number-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*
    disable stepper for firefox 
*/
.number-input input[type=number]{
    appearance: textfield;
    -moz-appearance: textfield;
}

#iframeModal .modal-dialog {
    max-width:708px;
}

#iframeModal .modal-content {

}

