@charset "utf-8";
/* CSS Document */

body {
    font-family: "Open Sans", sans-serif !important;
    margin: 0;
    border-top: 5px solid #000;
}

input.MainButton {
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    background: #ad1e3a;
}

/* Acomodar graficos */

div#tab_wfr_filtros_wbr_demanda1_div {
    margin: 180px 0 0 0;
}

div#webgraphsize_2_div {
    position: absolute;
    top: 190px;
    left: 750px;
}

/* Fin Acomodar graficos */

/*Estilos Header*/
div#pageheadertag_div,
.nt-width-100,
.nt-menu-div {
    /*background-color: #ffe1e8; Rosadito*/
    background-color: #eeebec;
}

.nt-menu-div {
    border: 0px solid !important;
    height: 2.5em;
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

fieldset {
    border: 0;
}

/*Menu*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 0;
    background: #ad1e3a;
    font-weight: normal;
    color: #fff;
}

.nt-menu-text {
    color: #fff;
    font-weight: bold;
}

/*Fin Estilos Header*/
.nt-header {
    color: #000;
    font-weight: bold;
    margin: 0 0 20px 0;
}

/* Tamaño del scroll */
.nt-browse-grid-body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Estilos barra (thumb) de scroll */
.nt-browse-grid-body::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.container::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}

.nt-browse-grid-body::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Estilos track de scroll */
.nt-browse-grid-body::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}

.nt-browse-grid-body::-webkit-scrollbar-track:hover,
.nt-browse-grid-body::-webkit-scrollbar-track:active {
    background: #d4d4d4;
}

/*********FORMS*/

input {
    border-radius: 4px;
}

th {
    font-size: 12px !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: none !important;
}

/*Login*/

div#tab_loginform0_div {
    width: 35%;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0;
    border-radius: 2px;
    padding: 15px;
    font-size: 12px;
    height: 100vh;
}

div#loginform_div {
    height: 50h;
    background-color: #000;
    position: absolute;
    background-image: url(vinedo.jpg);
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    /*--------OMITIDO2 INICIO - ANDRES--------*/
    /*cursor: none;*/
    /*--------OMITIDO2 FIN - ANDRES--------*/
}

#LoginForm_container .nt-form-table-row {
    padding: 20px !important;
    height: 70px;
}

#LoginForm_container label {
    font-size: 16px;
}

button {
    border-radius: 8px !important;
}

/*Overflow Moviles*/

@media only screen and (max-width: 767px) {
    /*--------AGREGADO1 INICIO - ANDRES--------*/
    .nt-form-table td {
        /*overflow: scroll;*/
        /*width: 3333px;*/
    }

    td {
        padding-right: 40px
    }

    /*--------AGREGADO1 FIN - ANDRES--------*/
    
    /*--------OMITIDO1 INICIO - ANDRES--------*/
    .contenedor-tablas {
        width: 330px !important;
        overflow: auto;
    }
    /*--------OMITIDO1 FIN - ANDRES--------*/

    .contenedor-tablas-sec {
        position: absolute;
        left: 6%;
        top: 120vh;
        height: 400px;
    }

    .nt-prompt {
        text-align: left !important;
    }

    div#tab_loginform0_div {
        width: 100%;
    }

    div#tab_loginform0_div .nt-entry {
        width: 100% !important;
    }

    input.MainButton {
        margin: 50px 0 0 0 !important;
    }
  
}

.nt-lookup > input {
    flex: unset;
}

.nt-entry {
    border: 1px solid;
    border-top-color: grey;
    border-right-color: grey;
    border-bottom-color: grey;
    border-left-color: grey;
    padding-left: 2px;
    padding-right: 2px;
    min-height: 0em;
    vertical-align: top;
    border-radius: 4px;
    padding: 2px;
}

.ui-widget {
    font-size: inherit;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
}

.nt-form-table td {
    vertical-align: middle;
}

.nt-prompt-display {
   /* color: blue;*/
    font-weight: bold;
}

.ui-tabs .ui-tabs-panel {
    padding: 0em 0em;
}

.ui-dialog .ui-dialog-content {
    padding: 0em 0em;
}

.ui-state-default a:link {
    color: #9d9d9d;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
}

@media screen and (max-width: 640px) {
    .nt-small-menu {
        top: 38px;
    }
}

.input-cortado {
    background-color: maroon;
}

