﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.pulse-button-Primary {
    animation: pulse-Primary 2s infinite;
}

@keyframes pulse-Primary {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 96, 100, 1);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 96, 100, 0);
    }

    100% {
        box-shadow: 0 0 0 25px rgba(0, 96, 100, 0);
    }
}

.pulse-button {
    animation: pulse 2s infinite;
}

    .pulse-button:hover {
        animation: none;
    }

@keyframes pulse {
/*    0% {
        box-shadow: 0 0 0 0 rgba(0, 59, 61, 1);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 59, 61, 0);
    }

    100% {
        box-shadow: 0 0 0 25px rgba(0, 59, 61, 0);
    }*/

    0% {
        box-shadow: 0 0 0 0 rgba(242, 28, 13, 1);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(242, 28, 13, 0);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(242, 28, 13, 0);
    }
}

.fundoBranco {
    background-color: white;
}

.CorMenuSuperior {
    background-color: #004647;
    color: white;
}

.CorMenuLateral {
    background-color: #377D7D;
}

.CodTextoItemMenu {
    color: white;
}

﻿a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

html {
    font-size: 14px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
}

.btn-app {
    background-color: #428bca;
    border-color: #428bca;
}

.Logo {
    position: absolute;
    top: 0%;
    left: -2%;
    background-color: #FFFFFF;
    border: 2px solid #297143;
    height: 60px;
    width: 60px;
    padding: 3px;
    border-radius: 50%;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
    padding-bottom: 10px;
}

.telaLogin {
    position: absolute;
    top: 25%;
    left: 30%;
    background-color: #fafafa;
}

.cardTextoLogin {
    width: 48%;
    left: 2%;
    margin-bottom: 0px;
    padding: 10px;
    background-color: #297143;
    color: white;
}

.textoLogin {
    margin-left: 15px;
}

.btnLogin {
    position: relative;
    left: 75%;
    background-color: #297143;
}

.tamanhoCard {
    width: 50%;
}

.imgLogoLoad {
    width: 300px;
    height: 150px;
}

.backgroundDefault {
    background-color: #f4f6f9;
}

.backgroundDefaultLogin {
    background-color: rgb(0, 70, 71);
}

svg {
    /*    width: 100px;
    height: 100px;
    margin: 20px;
    display: inline-block;*/
}

.imgLogoLogin {
    width: 250px;
    height: 160px;
}

@media only screen and (min-device-width : 100px) and (max-device-width : 319px) {

    .imgLogoLogin {
        width: 140px;
        height: 80px;
    }

    .imgLogoLoad {
        width: 140px;
        height: 80px;
    }

    .telaLogin {
        position: absolute;
        top: 25%;
        left: 5%;
        background-color: #fafafa;
    }

    .tamanhoCard {
        width: 100%;
    }

    .cardTextoLogin {
        width: 90%;
        left: 10%;
        margin-bottom: 0px;
        padding: 10px;
        background-color: #297143;
        color: white;
    }

    .textoLogin {
        margin-left: 20px;
    }

    .btnLogin {
        position: relative;
        left: 0%;
        width: 100%;
        background-color: #297143;
    }
}



@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    .imgLogoLogin {
        width: 220px;
        height: 150px;
    }

    .imgLogoLoad {
        width: 220px;
        height: 150px;
    }

    .telaLogin {
        position: absolute;
        top: 25%;
        left: 5%;
        background-color: #fafafa;
    }

    .tamanhoCard {
        width: 100%;
    }

    .cardTextoLogin {
        width: 91%;
        left: 9%;
        margin-bottom: 0px;
        padding: 10px;
        background-color: #297143;
        color: white;
    }

    .textoLogin {
        margin-left: 20px;
    }

    .btnLogin {
        position: relative;
        left: 0%;
        width: 100%;
        background-color: #297143;
    }
}

@media only screen and (min-device-width : 481px) and (max-device-width : 767px) {

    .imgLogoLogin {
        width: 300px;
        height: 200px;
    }

    .imgLogoLoad {
        width: 300px;
        height: 200px;
    }

    .telaLogin {
        position: absolute;
        top: 25%;
        left: 25%;
        background-color: #fafafa;
    }

    .tamanhoCard {
        width: 70%;
    }

    .cardTextoLogin {
        width: 65%;
        left: 5%;
        margin-bottom: 0px;
        padding: 10px;
        background-color: #297143;
        color: white;
    }

    .textoLogin {
        margin-left: 20px;
    }

    .btnLogin {
        position: relative;
        left: 60%;
        background-color: #297143;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 991px) {
    .imgLogoLogin {
        width: 350px;
        height: 250px;
    }

    .imgLogoLoad {
        width: 350px;
        height: 250px;
    }

    .telaLogin {
        position: absolute;
        top: 25%;
        left: 35%;
        background-color: #fafafa;
    }

    .tamanhoCard {
        width: 50%;
    }

    .cardTextoLogin {
        width: 47%;
        left: 3%;
        margin-bottom: 0px;
        padding: 10px;
        background-color: #297143;
        color: white;
    }

    .textoLogin {
        margin-left: 20px;
    }

    .btnLogin {
        position: relative;
        left: 60%;
        background-color: #297143;
    }
}

@media only screen and (min-device-width : 992px) {

    .imgLogoLogin {
        width: 430px;
        height: 300px;
    }

    .imgLogoLoad {
        width: 430px;
        height: 300px;
    }

    .textoLogin {
        margin-left: 25px;
    }

    .btnLogin {
        position: relative;
        left: 68%;
        background-color: #297143;
    }
}


::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #377D7D;
    /*background: #004647;*/
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #004647;
    }


@media print {
    .printMenuSuperior {
        visibility: hidden;
    }
}


.bg-head-table {
    background-color: #f4f4f4;
    border-top: 0.5px solid #e0e0e0;
}

.bg-head-left {
    border-left: 0.5px solid #e0e0e0;
}

.bg-head-right {
    border-right: 0.5px solid #e0e0e0;
}

.table-border {
    border-right: 0.5px solid #e0e0e0;
}

.column-head {
    font-size: 11px;
    font-weight: bold;
}

.column-head-number-small {
    width: 80px;
}

.column-value-number {
    width: 135px;
}

.column-value-text {
    width: 200px;
}


.column-head-number {
    width: 100px;
}

.column-head-button {
    width: 60px;
}

.column-head-talhao {
    width: 80px;
}

.row-table {
    font-size: 0.875rem;
}

.row-table-number {
    text-align: right;
}

.input-value {
    font-size: 10px;
}

.label-regiao {
    font-size: 10px;
}

.label-centro-custo {
    font-size: 10px;
}

.w-dialog-talhoes {
    margin: 10px;
    width: 600px;
}

.column-check {
    width: 86px;
}

.icon-warning-size {
    font-size: 55px;
}

.column-value-not-icon {
    width: 65px;
}

.column-value-icon {
    width: 110px;
}

.bg-sub-title {
    background-color: #fafafa;
}

.bg-foot-table {
    background-color: #f4f4f4;
    font-size: 10px;
}

.font-weight {
    font-weight: bold;
    font-size: 10px;
}




.w-dialog {
    width: 90%;
    margin: 10px;
}

.w-dialog-email {
    width: 500px;
    margin: 10px;
}

.w-dialog-seleciona-ordem {
    width: 800px;
    margin: 10px;
}

.cabecalho {
    position: sticky;
    top: 0;
    z-index: 5;
}

.cabecalho-empresa{
    display: none;
}

.pulse-button-notification {
    animation: pulse-notification 2s infinite;
}

    .pulse-button-notification:hover {
        animation: none;
    }

@keyframes pulse-notification {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
        border-radius: 50%;
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        border-radius: 50%;
    }

    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        border-radius: 50%;
    }
}