﻿@import url('../open.iconic/font/css/open-iconic-bootstrap.min.css');

.button_Concluir {
    background-color: dodgerblue !important;
    border-color: dodgerblue !important;
}

.button_EfetuarPagamento {
    background-color: forestgreen !important;
    border-color: forestgreen !important;
}

.button_Confirmar {
    background-color: red !important;
    border-color: red !important;
}

.button_Voltar {
    background-color: whitesmoke !important;
    border-color: whitesmoke !important;
    color: black !important;
}

.button_GerarValor {
    background-color: orange !important;
    border-color: orange !important;
    color: white !important;
}

.titulosForm {
    color: black !important;
    font-weight: bold !important;
}

.detailsForm {
    color: black !important;
}

.form-control[readonly] {
    background-color: white !important;
    border: none !important;
}

.dxTextBox {
    font-weight: bold !important;
}

.captionCSS {
    font-size: medium !important;
}

.formCSS {
    margin: auto;
    max-width: 750px !important;
}

.tempBackground {
    background-color: white !important;
}

.so_b_filter .form-group.row {
    padding-top: 0px !important;
}

@media (min-width: 768px) and ( max-width: 992px) {
    .MinWidth {
        width: 100% !important;
        max-width: 400px !important;
    }
}

@media (min-width: 992px ) {
    .MinWidth {
        width: 100% !important;
        max-width: 500px !important;
    }
}