﻿/*Override elementos HTML*/
body {
    background-color: #f9f9f9;
}

/*html,
body {
    height: 100%;
    background-color: #f2f1f1;
    padding-top: 20px;
    padding-bottom: 40px;
    The html and body elements cannot have any padding or margin.
}*/

/*.container {
    width: auto;
    max-width: 1024px;
}*/

/*.container {
    width: 300px;
}

    .container .mensagem {
        width: 300px;
    }*/

/*.container .well
        {
            width: 600px;               
        }*/

.container > .content {
    background-color: #fff;
    /*padding: 20px;*/
    /*margin: 0 -20px;*/
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
}

.login-form {
}

.legend {
    margin-right: -50px;
    font-weight: bold;
    color: #727376;
}

/*.navbar-fixed-top .container {
    width: 1024px;
}*/

.newspaper-a {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #3b3b3b;
    width: 1024px
}

    .newspaper-a th {
        padding: 12px 17px 12px 17px;
        font-weight: normal;
        font-size: 14px;
        color: #3b3b3b;
        border-bottom: 1px dashed #3b3b3b;
        background: #ccc;
    }

    .newspaper-a td {
        padding: 7px 17px 7px 17px;
        color: #3b3b3b;
        background: #ccc;
        border-bottom: 1px solid #3b3b3b;
    }

    .newspaper-a tbody tr:hover td {
        color: #3b3b3b;
        background: #fff;
    }

.navbar .nav {
    margin-top: 17px;
}

.teste {
    margin-top: 20px;
}

.login-content {
    min-height: 720px;
}

.navbar {
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
}

.login-info {
    background-color: #2db4ee;
    text-align: center;
    color: #fff;
    padding: 85px 30px 5px 30px;
}

    .login-info h2 {
        padding-bottom: 30px;
    }

    .login-info p {
        text-align: justify;
        padding-bottom: 50px;
        font-size: 18px;
    }

.login-put {
    text-align: center;
    padding: 85px 85px 30px 85px;
}

    .login-put h2 {
        padding-bottom: 30px;
    }

    .login-put a {
        color: #727376;
    }

.btn-cadastro {
    color: #2db4ee;
    border: 2px solid #fff;
    font-weight: 600;
    font-size: 20px;
    padding: 5px 30px;
    background-color: #fff;
}

    .btn-cadastro:hover {
        color: #fff;
        background-color: #2db4ee;
    }

.btn-login {
    color: #fff;
    border: 2px solid #fff;
    font-weight: 600;
    background-color: #2db4ee;
    width: 118px;
    margin: 30px auto;
    font-size: 20px;
    padding: 5px 30px;
}

    .btn-login:hover {
        color: #2db4ee;
        background-color: #fff;
        border: 2px solid #2db4ee;
    }

.login-form form {
    display: flex;
    flex-direction: column;
}

.login-form input {
    height: 45px;
    width: 100%;
    border: none;
    background-color: #f3f3f3;
    border-radius: 5px;
}

    .login-form input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #f3f3f3 inset !important;
        -webkit-text-fill-color: #000 !important;
    }

.label-input {
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    margin: 8px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.icon-modify {
    color: #7f8c8d;
    padding: 0 15px;
}

.footer {
    padding: 0;
}

    .footer p {
        margin: 0;
    }

.esqueci-senha {
    text-align: initial;
    margin-top: -18px;
    padding-left: 15px;
}

.first-nav {
    border-bottom: 3px solid #2db4ee;
}

.logo-img {
    width: 100px;
    display: flex;
}

.logo-box {
    text-align: -webkit-right;
    padding-top: 80px;
}

.logo-box-cad {
    text-align: -webkit-left;
    padding-top: 195px;
}

.svg-contador {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 700px;
    z-index: -1;
    margin-bottom: 50px;
}

.nav-item {
    font-size: 18px;
    font-weight: 600;
}

.navbar-brand {
    margin-right: 3rem !important;
}

.circ-anime h5 {
    font-size: 1.1rem;
}

.circ-anime:hover h5 {
    font-size: 1.35rem;
}

small {
    color: #727376;
    font-size: 70%;
}

.navbar-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
}

.card-body {
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
    margin-bottom: 50px;
}

.tabhead {
    background-color: #a2a9af !important;
    color: #fff;
}

td .btn {
    width: 134px;
}

.ui-datepicker {
    border-color: #49bff1;
}

    .ui-datepicker .ui-datepicker-header {
        background-color: #49bff1;
    }


.input-content {
    display: grid;
    margin-top: 20px;
}

    .input-content label {
        font-size: 18px;
        font-weight: 600;
        color: #727376;
    }

    .input-content input, select {
        height: 45px;
        width: 100%;
        border: none;
        background-color: #f3f3f3;
        border-radius: 5px;
        padding: 0 10px;
    }

    

    .input-content input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #f3f3f3 inset !important;
        -webkit-text-fill-color: #000 !important;
    }

.btn-send {
    color: #fff;
    border: 2px solid #fff;
    font-weight: 600;
    background-color: #22b543;
    width: 220px;
    font-size: 20px;
}

    .btn-send:hover {
        color: #22b543;
        background-color: #fff;
        border: 2px solid #22b543;
    }

.check-content {
    margin-top: 20px;
}

.check-content label {
    font-size: 18px;
    font-weight: 600;
    color: #727376;
}

table td, th {
    font-weight: 600;
}

.btn-popover {
    border: 0;
    background-color: transparent;
    
}

    .btn-popover:active, .btn-popover:focus {
        outline: none;
    }

.dataTables_filter {
    font-weight: bold;
    color: #727376;
}

    .dataTables_filter input {
        height: 35px;
        border: none;
        background-color: #fff;
        border-radius: 5px;
        padding: 0 10px;
    }

.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: -10px;
}

.link-voltar {
    margin-right: 30px;
    font-size: 20px;
}

.logo-box-produtos {
    display: inline-flex;
    justify-content: center;
}

.logo-box-produtos img {
    width: 60px;
    height: 60px;
    margin: 0 30px;
    cursor: pointer;
   

}

.logo-box-produtos h6 {
    font-size: 13px;
    margin-top: 5px;
}

.login-form ul {
    color: red;
    list-style: none;
    padding: 0;
}

.col-md-4, .col-md-5 {
    max-height: 50px !important;
}