﻿@font-face {
    font-family: Open Sans;
    src: url('../../Recursos/fonts/OpenSans/OpenSans-Bold.ttf');
}

@font-face {
    font-family: Open Sans;
    src: url('../../Recursos/fonts/OpenSans/OpenSans-BoldItalic.ttf');
}

@font-face {
    font-family: Open Sans;
    src: url('../../Recursos/fonts/OpenSans/OpenSans-ExtraBold.ttf');
}

@font-face {
    font-family: Open Sans;
    src: url('../../Recursos/fonts/OpenSans/OpenSans-ExtraBoldItalic.ttf');
}

@font-face {
    font-family: Open Sans;
    src: url('../../Recursos/fonts/OpenSans/OpenSans-Italic.ttf');
}

@font-face {
    font-family: Open Sans;
    src: url('../../Recursos/fonts/OpenSans/OpenSans-Light.ttf');
}

@font-face {
    font-family: Open Sans;
    src: url('../../Recursos/fonts/OpenSans/OpenSans-LightItalic.ttf');
}

@font-face {
    font-family: Open Sans;
    src: url('../../Recursos/fonts/OpenSans/OpenSans-Regular.ttf');
}

@font-face {
    font-family: Open Sans;
    src: url('../../Recursos/fonts/OpenSans/OpenSans-SemiBold.ttf');
}

body {
    color: #333;
    text-align: center;
    margin: 0;
    padding: 0;
    background: url(../../Recursos/images/background-login.jpg) no-repeat;
    background-size: cover;
}

.divDatalistLink {
    height: 250px;
    overflow-y: scroll;
}

.outer-container {
    margin-bottom: -20px;
}

@media screen and (max-height: 650px) {
    .box-cinza {
        top: 20px;
    }
}

@media screen and (min-height: 651px) and (max-height: 700px) {
    .box-cinza {
        top: 50px;
    }
}

@media screen and (min-height: 701px) {
    .box-cinza {
        top: 110px;
    }
}

.box-cinza {
    width: auto;
    height: auto;
    background: white;
    border-radius: 5px;
    min-width: 300px;
    max-width: 1413px;
    position: relative;
    height: 508px;
    /* left: 278px; */
    margin: 0px 251px 2px;
}

.logotipo {
    padding: 0px;
    width: 150px;
    height: 50px;
    position: relative;
    margin: 23px auto;
    background: url(../../Recursos/images/logo_gier.svg) no-repeat;
    top: 12px;
}

.btnVoltar {
    background-color: #0097d7 !important;
    color: white;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px !important;
    font-family: open sans;
    padding: 7px 42px;
}


.rodapeVersao {
    position: fixed;
    background: #0097d7;
    background-position: bottom;
    border-top: 1px solid #0097d7;
    bottom: 0;
    width: 100%;
    height: 28px;
    color: white;
    font: normal 12px;
    font-family: 'Open Sans';
    text-align: center;
}

    .rodapeVersao .alinhamento {
        width: 500px;
        margin: 0 auto;
    }

/*----------------- Classes Tela de Trocar Estrutura -----------------*/

.labelTitulo {
    font-weight: bold;
    font-family: open sans;
    text-transform: uppercase;
    font-size: 20px;
}


.textBuscaEstrutura, .textBuscaFuncionalidade {
    background: #ffffff;
    border: 1px solid #e5e7e7;
    border-radius: 5px;
    width: 246px;
    height: 30px;
    text-transform: uppercase;
    font: bold 14px open sans;
    color: #008dbd;
    left: -379px;
}

.textBuscaFuncionalidade {
    width: 1008px;
}

.dataTables_empty {
    font: normal 12px open sans;
    color: red;
    text-align: center;
}

.linhaEstrutura td {
    vertical-align: middle;
    height: 35px;
    padding: 12px;
    font-size: 14px;
}

tr:nth-child(2n+2) {
    background: white !important;
}


.linhaEstrutura td a {
    color: #585858;
    font: normal 12px Arial;
    text-decoration: none;
    height: 29px;
    padding-top: 23px;
    text-transform: uppercase;
}

.boxEstrutura {
    margin: 0 auto;
    margin-top: 17px;
    width: 1008px;
    height: 511px !important;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
}

.baseTrocaEstrutura {
    margin-top: 30px;
}

@media screen and (max-height: 360px) {
    .baseTrocaEstrutura {
        margin-top: 12px;
    }
}

@media screen and (max-width: 1200px) {
    body {
        background-image: none;
    }

    .boxEstrutura {
        width: 100% !important;
        height: 100% !important;
        margin: 0 auto !important;
        max-width: none;
        max-height: none;
        border-radius: 0px;
        padding-top: 0px;
    }

    .linhaEstrutura td a {
        font-size: 13px;
    }
}

@media screen and (min-height: 600px) {
    .boxEstrutura {
        height: 600px !important;
    }
}

@media screen and (min-height: 1000px) {
    .boxEstrutura {
        height: 850px !important;
    }
}

.boxEstruturaDados {
    margin: 0 auto;
    margin-top: 50px;
    width: 460px;
    max-height: 590px;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
}

.boxErro {
    margin: 0 auto;
    margin-top: 110px;
    width: 500px;
    height: 474px;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
}

.baseCentral{
    height: auto;
    width: auto;
    padding: 5px;
    margin-left: 0%;
}

.box {
    max-height:420px;
}

.tr {
    font-size: 22px !important;
    height: 20px;
}

.botao {
    background: url(../../Recursos/images/seta.jpeg) no-repeat;
}

.divBotaoPadding {
    padding-top: 20px;
    padding-left: 350px;
    padding-bottom: 20px;
}

.padding-button {
    padding: 30px;
    margin-right: -30px;
    float: right;
}

.dataTables_wrapper {
    padding: 12px 0px 3px 0px;
}

.btn-margin-right {
    float: right;
    margin-right: 50px;
}


::-webkit-input-placeholder {
    color: #a4a4a4 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #a4a4a4 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #a4a4a4 !important;
}

:-ms-input-placeholder {
    color: #a4a4a4 !important;
}

::-ms-clear {
    display: none;
}

::-ms-reveal {
    display: none;
}

fieldset {
    border: 1px solid #dadada;
    background-color: #FFF;
    padding: 9px;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    text-align: left;
    -moz-background-clip: padding;
    /* border-radius: 4px; */
    margin: 50px;
    background-clip: padding-box;
}



.btnVoltar {
    /* margin: 40px; */
    background-color: #0097d7 !important;
    width: 172px !important;
    height: 35px;
    color: white;
    border: 0px;
    border-radius: 5px;
    color: white !important;
    font-size: 11px !important;
    font-family: Open sans !important;
    padding: 7px 42px;
    text-decoration: none;
}

/*-------------------CLASSES PARA UPDATEPROGRESS----------------------*/
.carregando {
    background: rgba(0,0,0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999 !important;
}

.baseBrancaUpdateProgress {
    margin: 0 auto;
    margin-top: 270px;
    text-align: center;
    padding: 20px 0;
    font: bold 13px Verdana;
    color: #4A4A4A;
    border-radius: 5px;
}

.baseUpdateProgress {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    margin-top: 270px;
}

.baseCirculos {
    margin: 0 auto;
    margin-top: 20px;
    width: 70px;
    text-align: center;
}

    .baseCirculos > div {
        width: 18px;
        height: 18px;
        background-color: #006d8e;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
        animation: bouncedelay 1.4s infinite ease-in-out;
        Prevent first frame from flickering when animation starts -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .baseCirculos .circulo1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .baseCirculos .circulo2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.updateProgress {
    border-width: 0;
    border-style: inherit;
    background-color: transparent;
    position: absolute;
    z-index: 5000;
}
