html {
    font-size: 1rem;
}

.font-sm {
    font-size: 1.2rem;
}

.font-md {
    font-size: 1.4rem;
}

.font-lg {
    font-size: 1.6rem;
}

.centraliza-horizontal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.centraliza-vertical-horizontal {
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.uppercasetextfield {
    text-transform: uppercase;
}

.lowercasetextfield {
    text-transform: lowercase;
}

.img-card-login {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.img-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

/*pagina de login*/

/*
 * General styles
 */

.card-container.card {
    max-width: 450px;
    padding: 40px 40px;
}

.command-button {
    text-align: center;
    vertical-align: middle;
    border: none;
    cursor: pointer;
    height: 25px;
    width: 80px;
    font-size: 11pt;
    font-family: Arial;
    border-radius: 10%;
}

/*
 * Card component
 */
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    /*-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);*/
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}


.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

/*.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}*/

.btn.btn-signin {
    padding: 0px;
    font-weight: 500;
    font-size: 16px;
    height: 36px;
}

/*fim da pagina de login*/

/*formatar gridview*/
.dataTable {
    width: 100%;
    margin: .625rem 0;
    clear: both;
    font-size: 12px;
    font-family: Arial;
}

    .dataTable th,
    .dataTable td {
        padding: 0.625rem;
    }

    .dataTable thead {
        border-bottom: 4px solid #999999;
    }

        .dataTable thead th,
        .dataTable thead td {
            cursor: default;
            color: #52677a;
            border-color: transparent;
            text-align: left;
            font-style: normal;
            font-weight: normal;
            line-height: 100%;
        }

    .dataTable tfoot {
        border-top: 4px solid #999999;
    }

        .dataTable tfoot th,
        .dataTable tfoot td {
            cursor: default;
            color: #52677a;
            border-color: transparent;
            text-align: left;
            font-style: normal;
            font-weight: normal;
            line-height: 100%;
        }

    .dataTable tbody td {
        padding: 0.325rem 0.85rem;
    }

    .dataTable.border {
        border: 1px #999999 solid;
    }

/* fim de formatar gridview*/

/*paginacao de gridview*/
.paging {
}

    .paging a {
        background-color: #00C157;
        padding: 5px 7px;
        text-decoration: none;
        color: #ffffff;
        border: 1px solid #00C157;
    }

        .paging a:hover {
            background-color: #099349;
            color: #ffffff;
            border: 1px solid #00C157;
        }

    .paging span {
        background-color: #E1FFEF;
        padding: 5px 7px;
        color: #099349;
        border: 1px solid #00C157;
    }

    .paging tr td {
        padding: 3px; /*espaco entre a numeracao*/
    }


/* fim da paginacao de gridview*/

::-webkit-input-placeholder {
    font-size: 13px!important;
    font-weight: 200;
    text-transform: lowercase;
}
input {
    font-size: 13px!important;
    line-height: 1.5rem !important;
}

.painel-card-header {
    color: white !important;
    background-color: rgb(0, 128, 68) !important;
}
.select-uf {
    font-size: 13px!important;
    font-weight: 200;
    line-height: 1.5rem;
}

#messageBox li {
    list-style-type: none;
    font-size: 0.8rem;
    margin-bottom: 5px;
}
#messageBox .modal-title {
    font-size: 0.8rem;
}
#messageBox .modal-footer button {
    font-size: 0.8rem !important;
}

.uppercase {
    text-transform: uppercase;
  }

  .lowercase {
    text-transform: lowercase;
  }

  .capitalize {
    text-transform: capitalize;
  }
