body {
    font-family: 'Roboto', sans-serif;
}

.hand{
    cursor: pointer;
}

.modal-content{
    max-height: 100%; /*altura da modal*/
}
 
.modal-dialog{
    height: 100%; /*altura da view da modal*/
    margin-top: 0;
}
 
.modal-body{
    overflow: auto; /*habilita o overflow no corpo da modal*/
    padding-right: 2px;
    padding-left: 2px;
}

.linha_hr{
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}

.badge_valor {
    padding: 5px;
    background-color: #EF473A;
    color:white;
    margin-top: 5px;
}

.vendas_detalhe {
    padding-right: 2px;
    padding-left: 2px;   
}

.img_artigo,
.img_artigo:hover{
    text-decoration: none;
    color: black;
}

.torrada{
    color: white !important;
}

.grid{
    width: 50%;
}

.error {
    color: red;
}

/* FIX font awesome 5 -  awesome-bootstrap-checkbox */
.abc-checkbox input[type="checkbox"]:checked+label::after,
.abc-checkbox input[type="radio"]:checked+label::after {
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
}


/* ini LOGIN */

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.account-wall {
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -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);
}

.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

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



/* fim LOGIN */