﻿@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap);

html {
    height: 100%;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    position: relative;
    min-height: 100%;
    margin: 0;
    /*background: url(../img/img_background.png) top center;*/
    background: linear-gradient(#FFFFFF, #0094D940);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.body-content {
    padding: 97px 16px 70px;
}

.footer {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    color: #0094D9;
    text-align: center;
    font-size: 16px;
    padding: 16px;
}

    .footer a {
        color: #0094D9;
        font-weight: bold;
    }

textarea {
    resize: none;
    min-height: 120px;
    height: 100%;
}

table, th, td {
    border: 1px solid #DDDDDD;
}

.btn-accent-color {
    background-color: #0056A8;
    border-color: #0056A8;
    color: white;
}

    .btn-accent-color:hover,
    .btn-accent-color:focus,
    .btn-accent-color:active {
        background-color: #0056A8;
        color: white;
    }

.btn-primary-color {
    background-color: #0094D9;
    border-color: #0094D9;
    color: white;
}

    .btn-primary-color:hover,
    .btn-primary-color:focus,
    .btn-primary-color:active {
        background-color: #0094D9;
        color: white;
    }

.color-accent {
    color: #0056A8;
}

.color-primary {
    color: #0094D9;
}

.background-color-accent {
    background-color: #0056A8;
    color: white;
}

.background-color-primary {
    background-color: #0094D9;
    color: white;
}

.circle-primary {
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    color: white;
    background-color: #0094D9;
}

.circle-accent {
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    color: white;
    background-color: #0056A8;
}

.circle-label-primary {
    height: 64px;
    line-height: 64px;
    font-size: 32px;
    color: #0094D9;
}

.circle-label-accent {
    height: 64px;
    line-height: 64px;
    font-size: 32px;
    color: #0056A8;
}

.modal-card {
    max-width: 730px;
    width: 100%;
    margin: auto;
    padding: 48px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 4px;
}

.modal-card-painel {
    width: 100%;
    margin: auto;
    padding: 48px;
    background-color: white;
    color: #6f6f6f;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 4px;
}

.modal-card-index {
    width: 100%;
    margin: auto;
    padding: 16px;
    background-color: #0094D9;
    color: white;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 4px;
    cursor: pointer;
}

    .modal-card-index span {
        font-size: 24px;
    }

.date-picker,
.daterange-picker,
.datetimerange-picker,
.data-table,
.data-table-buttons,
.date-credit-card,
.date-form,
.time-form,
.datetime-form,
.telefone,
.celular,
.cep,
.cpf,
.rg,
.cnpj,
.money,
.decimal,
.percent,
.number,
.select-searchable {
}

@media screen and (max-width: 767px) {
    .body-content {
        padding-bottom: 65px;
    }

    .footer {
        font-size: 12px;
    }
}
