::-webkit-scrollbar-thumb:vertical {
    background-color: #00b4cc;
    height: 10px;
}

::-webkit-scrollbar-thumb:horizontal {
    background-color: #00b4cc;
    height: 10px;
}

::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    background-color: #2c3e50;
}

::-moz-selection {
    color: #FFF;
    background-color: #2c3e50;
}

/* :::selection {color: #FFF;background-color: #2c3e50;}*/
::selection {
    color: #FFF;
    background-color: #2c3e50;
}

.skin-blue .main-header .navbar {
    background-color: #2c3e50 !important;
    border-bottom: 4px solid #00b4cc !important;
}

.skin-blue .main-header .logo {
    background-color: #192531 !important;
    border-bottom: 4px solid #007282 !important;
}

.btn-fp {
    color: #fff;
    background-color: #3c8dbc;
    border-color: #3c8dbc;
}

.obrigatorio {
    color: #f00;
}

.form-control {
    max-width: 500px;
}

.form-excluir {
    display: inline-block;
}

.form-excluir button {
    border: 1px solid #dd4b39 !important;
}

.table-responsive td {
    white-space: nowrap;
}

.disabled {
    background-color: #ddd !important;
}

#id_cupom{
    text-transform: uppercase !important;
}
#loading {
    margin: auto;
    text-align: center;
    height: 2000px;
    padding-top: 30px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #ecf0f5;
}

.dataTables_length {
    display: inline-block;
    margin-left: 20px;
}

.dataTables_filter {
    display: inline-block;
    float: right;
}

.text-white {
    color: #fff !important;
}

.text-gray {
    color: #888 !important;
}

.small-box h3 {
    font-size: 21px !important;
}

.small-box .icon {
    font-size: 70px !important;
}

.isFree {
    max-width: inherit;
}

.standart-fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}

.standart-fieldset legend {
    font-size: 15px;
    width: inherit;
    padding-left: 5px;
    padding-right: 10px;
    border-bottom: 0px !important;
}

.select2 {
    max-width: 100% !important;
}

.ui-dialog {
    z-index: 1000 !important;
}

.ui-widget-header {
    border: none !important;
    background-color: #FFF !important;
}

#iframe {
    border: 1px solid #ddd;
}

.ui-resizable-n {
    border: 1px solid #00b4cc;
}

.dowrap {
    white-space: normal !important;
}

.max-width-500{
    max-width: 500px;
}

.content .alert-warning p:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 3px;
}

.valor_relatorio {
    font-size: 32px;
}

.marginBottomZero {
    margin-top: 3px;
    margin-bottom: 0;
}


.cupom_desconto_area {
    display: none;
}

.cupom_desconto_area_show {
    display: block !important;
}


.banner_campanha_area {
    display: none;
}
.input-group
{
    position: relative;

    display: flex;

    width: 100%; 

    flex-wrap: wrap;
    align-items: stretch;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file
{
    position: relative;

    min-width: 0;
    margin-bottom: 0; 

    flex: 1 1;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file
{
    margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label
{
    z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus
{
    z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child)
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child)
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .custom-file
{
    display: flex;

    align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append
{
    display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn
{
    position: relative;
    z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus
{
    z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn
{
    margin-left: -1px;
}

.input-group-prepend
{
    margin-right: -1px;
}

.input-group-append
{
    margin-left: -1px;
}

.input-group-text
{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;

    display: flex;

    margin-bottom: 0;
    padding: .375rem .75rem;

    text-align: center;
    white-space: nowrap;

    color: #495057;
    border: 1px solid #ced4da;
    border-radius: .25rem; 
    background-color: #e9ecef;

    align-items: center;
}
.input-group-text input[type='radio'],
.input-group-text input[type='checkbox']
{
    margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select
{
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn
{
    font-size: 1.25rem;
    line-height: 1.5;

    padding: .5rem 1rem;

    border-radius: .3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select
{
    height: calc(1.5em + .5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn
{
    font-size: .875rem;
    line-height: 1.5;

    padding: .25rem .5rem;

    border-radius: .2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select
{
    padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child)
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child)
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/* .fa{
    font-size: 1.8rem;
    min-width: 3rem;
} */
.input-control{
    max-width: 94% !important;
}
.bg-separator {
    background-color: #3c8dbc;
    margin-bottom: 5px;
    font-size: 1.5rem;
}
.perguntas {
    margin-bottom: 2px;
    border-style: solid; 
    border-color: #d2d6de;
    border-width: 1px;
    min-height: 3rem;
    display: flex;
    align-items: center;
    padding: 8px;
}

.default-width {
    max-width: inherit !important;
}