﻿body {
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 10px;
    padding-right: 10px;
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

a:hover {
    color: #B0C4DE;
    text-decoration: underline;
}


#bgColor {
    border: none;
    background-color: transparent;
}

.btnOff {
    background-image: url("../img/select-off.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    width: 60px;
    height: 60px;
}

.btnOn {
    background-image: url("../img/select-on.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    width: 60px;
    height: 60px;
}

.checkOff {
    background: #F6F6F6;
    border: 6px solid #E6E6E6;
    padding: 20px 9px 8px 9px;
    border-radius: 100%;
}

.checkOff .fas {
    color: rgba(255, 255, 255, 0);
    font-size: 30px;
}

    .checkOn, .checkOff:hover, .checkOff:active {
        color: #fff;
        padding: 26px 15px 14px 15px;
        border: none;
        border-radius: 100%;
        background: #c8d6e8;
        background: -moz-linear-gradient(top, #c8d6e8 0%, #c8d6e8 50%, #b0c4de 50%, #b0c4de 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #c8d6e8), color-stop(50%, #c8d6e8), color-stop(50%, #b0c4de), color-stop(100%, #b0c4de));
        background: -webkit-linear-gradient(top, #c8d6e8 0%, #c8d6e8 50%, #b0c4de 50%, #b0c4de 100%);
        background: -o-linear-gradient(top, #c8d6e8 0%, #c8d6e8 50%, #b0c4de 50%, #b0c4de 100%);
        /*background: -ms-linear-gradient(top, #c8d6e8 0%, #c8d6e8 50%, #b0c4de 50%, #b0c4de 100%);*/
        background: linear-gradient(to bottom, #c8d6e8 0%, #c8d6e8 50%, #b0c4de 50%, #b0c4de 100%);
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8d6e8', endColorstr='#b0c4de', GradientType=0 );*/
    }

.checkOn .fas, .checkOff:hover .fas, .checkOff:active .fas {
    color: white;
    font-size: 30px;
}

.btnCheck {
    font-size: 30px;
}

.borderTextSearch, .control-label {
    font-weight: 500;
    color: #545454;
    text-align:right;
}

.form-control {
    font-size: 12px;
    padding: .275rem .55rem;
    height: calc(1.3em + .75rem + 2px);
}

.form-group {
    margin-right: -5px !important;
    margin-left: -5px !important;
}


.mainTitle {
    color: #545454;
    font-weight: 600;
    font-size: 26px;
}

hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border-top-color: #ccc;
}

hr.red {
    margin: 10px 0 30px;
    border-top-color: #DCE0E0;
}

.red {
    color: #B0C4DE;
}

hr.red:before {
    display: block;
    content: " ";
}

hr.red:before {
    width: 35px;
    height: 5px;
    background-color: #B0C4DE;
    position: absolute;
}

.breadcrumb-item.active {
    color: #222;
    font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0px;
    content: "";
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0px;
}

.textOptions {
    font-size: 14px;
    color: #545454;
    font-weight: normal;
    margin-bottom: 0px;
}

.size60 {
    max-width: 60px;
    max-height: 60px;
}

.noDecoration, .noDecoration a, .noDecoration a:hover {
    text-decoration: none !important;
}

.iconHelp {
    font-size: 14px;
    color: #007BBA;
}

.iconTrash {
    font-size: 14px;
    color: #545454;
}

    .iconTrash:hover {
        font-size: 14px;
        color: #D0021B;
    }

.inputBlue {
    border: 1px solid #003CFF;
}

.inputTotal {
    margin: 0;
    display: inline-block;
    font-weight: bold;
    color: #000;
}

.noAsterisco {
    margin-left: 11px;
}

.titTable {
    border: 1px solid #ddd;
    border-radius: 4px;
}

table.table td, table.table th {
    padding: 5px;
}

table, th, td {
    border: 1px solid #ddd;
    vertical-align:middle !important;
}

th {
    font-size: 10px;
    font-weight: bold;
    text-align: center !important;
    background: #eee;
}

.titTable td {
    font-size: 14px;
}

.trTGrupo td {
    font-size: 14px;
    font-weight: bold;
    background: #dcf6b5;
}

td.Cifras {
    text-align: right;
    padding-right: 30px !important;
}

.bgTable {
    background: #eaeaea;
}

.iconTable {
    color: #333;
    font-size: 1.5em;
}

    .iconTable:hover {
        color: #B0C4DE;
        cursor: pointer;
    }

.miniTable table th, .miniTable table td {
    font-size: 12px !important;
}

.tableTotal {
    font-size: 14px !important;
}

.close {
    opacity: 1;
    margin-top: -25px !important;
    margin-right: -20px !important;
}

ul.decimal {
    list-style-type: decimal;
}

.nav-tabs .nav-link {
    background: #f6f6f6;
    color: #000 !important;
    border-top: 1px solid #dee2e6 !important;
    border-left: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important;
}

.nav-tabsCheck {
    color: #000;
    font-weight: bold;
}

    .nav-tabsCheck .fas {
        color: #4285f4 !important;
    }

.nav-tabs .nav-link.disabled {
    background: #f6f6f6;
    color: #aaa !important;
    cursor: default;
}

.linkGray, .linkGray:hover {
    color: #545454;
    text-decoration: none;
}

.myTooltip {
    position: relative;
}

    .myTooltip .tooltiptext {
        visibility: hidden;
        width: 150px;
        background-color: #000;
        color: #fff;
        font-size: 13px;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .myTooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #000 transparent transparent transparent;
        }

    .myTooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.mostrar {
    width: 100%;
    background-color: #fff;
    padding: 10px;
    display: none;
}

.myCard {
    padding: 0px;
    background-color: #fff;
}

.myCardBox {
    box-shadow: none;
}

.myCardBody {
    border: 1px solid #ccc;
    background: #FCFCFC;
}

@media (max-width: 600px) {
    .header img {
        width: 50px;
    }
}

.header {
    background: #fff;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
    position: relative;
}

.logoSAT {
    width: 100%;
    max-width: 450px !important;
}

.bgTit {
    background: #f6f6f6;
}

.mainTitInter {
    color: #545454;
}

.jumbotron h1 {
    font-size: 45px !important;
    text-align:center !important;
}

    .mainTitInter h4 {
        font-size: 16px;
        margin-bottom: 0px;
    }

.userHeader {
    background: #EEEEEE;
}

    .userHeader p {
        font-size: 14px;
        margin-bottom: 0px;
    }

        .userHeader p span {
            font-size: 14px;
        }

.myNavTop, .myNavTop .dropdown-menu {
    background: #B0C4DE;
    color: #000;
}

    .myNavTop a,
    .myNavTop a:hover,
    .navbar .nav-item .nav-link,
    .navbar .nav-item .nav-link:hover,
    .navbar .dropdown-menu a {
        color: #000;
        font-weight: 500;
        font-size: 16px;
        padding: 5px 10px;
    }

        .navbar .dropdown-menu a:hover {
            background: #6986AC;
            color: #000;
        }

.navbar .dropdown-menu a {
    padding: 3px 10px;
    font-size: 14px;
}

.navbar-toggler-icon {
    background-image: url(../img/menu-icon.svg);
    cursor: pointer;
}

footer {
    background: #f6f6f6;
    color: #545454;
    padding: 15px 0px;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.blueButton:hover {
    color: #ffffff !important;
}

label.borderTextSearch {
    font-size: 14px;
}

/* PARA LOGIN... */

/* STRUCTURE */

.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
}

#formLoginContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
}

#formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 100%;
    max-width: 700px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
}

#formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}



/* TABS */

h2.inactive {
    color: #cccccc;
}

h2.active {
    color: #0d0d0d;
    border-bottom: 2px solid #5fbae9;
}



/* FORM TYPOGRAPHY*/

input[type=button], input[type=reset] {
    background-color: #3165A1;
    border: none;
    color: white;
    padding: 15px 70px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    /*-ms-transition: all 0.3s ease-in-out;*/
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    input[type=button]:hover, input.login:hover, input[type=reset]:hover {
        background-color: #5666D1;
    }

    input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
        -moz-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -o-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }

.login {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    width: 95%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    /*-ms-transition: all 0.5s ease-in-out;*/
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

input[type=search], textarea {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    width: 95%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    /*-ms-transition: all 0.5s ease-in-out;*/
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

input[type=text]:focus, input[type=search]:focus {
    background-color: #fff;
    border-bottom: 2px solid #5fbae9;
}

/*    input[type=text]:placeholder {
        color: #cccccc;
    }
*/


/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

    .fadeIn.first {
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .fadeIn.second {
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .fadeIn.third {
        -webkit-animation-delay: 0.8s;
        -moz-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    .fadeIn.fourth {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #214086;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover {
    color: #0d0d0d;
}

    .underlineHover:hover:after {
        width: 100%;
    }

.ui-dialog {
    position: fixed !important;
}

/* OTHERS */

*:focus {
    outline: none;
}

#icon {
    width: 60%;
}

#divCaptura {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.proyMens {
    display: inline-block !important;
    max-width: 100%;
    overflow: auto;
}

table.tblNominacion {
    font-size: 10px;
    table-layout: fixed;
}

table.tblNominacion h3 {
    font-size: 14px;
    font-weight: bold;
}

table.tblNominacion input {
    min-width: 37px;
    font-weight: bold;
}

table.tblNominacion caption {
    font-size: 14px;
    font-weight: bold;
}

table.tblNominacion td {
    padding: 2px !important;
}

td.center {
    text-align: center !important;
}

td.alerta {
    background-color: #fa8072;
    font-weight: bold;
}

td.correcto {
    background-color: #DDFFDD;
}

td.sincp {
    background-color: #FFFF99;
}

.contTabla {
    display: inline-block !important;
    max-height: 90%;
    max-width: 100%;
    overflow: auto; /* Or scroll, depending on your needs*/
}
.gi-sm {
    font-size: 10px;
}
.gi-lg {
    font-size: 3em;
}

.CentrarObj {
    margin: auto;
    display: block;
}

/* FECHA Y HORA... */
.dteSel {
    width: 90px !important;
}
.tmrSel {
    width:60px;
}

/* FORMATO GENERAL... */
h2 {
    font-size: 25px;
    font-weight: bolder;
    margin-top: 5px;
    margin-bottom: 5px;
}

.col-sm-1, .col-sm-2 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

/*BOTONES NOMCAR...*/
.btn-nomcar1 {
    background-color: #CA6296;
    border-color: #660033;
    color: white;
}

    .btn-nomcar1:hover {
        background-color: #993366;
        border-color: #660033;
        color: white;
    }

.btn-nomcar2 {
    background-color: #FFCC66;
    border-color: #FFCC66;
    color: black;
}

    .btn-nomcar2:hover {
        background-color: #FFFF99;
        border-color: #FFCC66;
        color: black;
    }

.btn-nomcar3 {
    background-color: #09FFC1;
    border-color: #09FFC1;
    color: #666666;
}

    .btn-nomcar3:hover {
        background-color: #99FFCC;
        border-color: #09FFC1;
        color: #000000;
    }

/* AJUSTES PARA DISPOSITIVO PDA... */
@media (max-width: 600px) {
    #imgLogoCentral {
        width: 90%;
    }

    .btn-xs {
        margin: 10px;
        font-size: 20px;
        text-align: center;
    }
}

#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

tr.NEN {
    background-color: #fa8072;
}

.alert-info {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 2px 2px 2px 5px !important;
    background-color: #1465bb !important;
    color: #dcdcdc !important;
}

.mySpinner {
    background-image: url('imgs/loader.gif');
    background-size: 100px 100px;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 47%;
    top: 30%;
    z-index: 9999;
}

.clsCifras {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

/* BOTONES DE CONTROL DE TONELAJE... */
.red-info0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 2px 2px 2px 5px !important;
    background-color: #ff0000 !important;
    color: #dcdcdc !important;
    font-weight: bold;
    cursor: pointer;
}

.red-info2 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 2px 2px 2px 5px !important;
    background-color: #7f0000 !important;
    color: #dcdcdc !important;
    font-weight: bold;
    cursor: pointer;
}

.red-info4 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 2px 2px 2px 5px !important;
    background-color: #ed5e35 !important;
    color: #dcdcdc !important;
    font-weight: bold;
    cursor: pointer;
}

.green-info1 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 2px 2px 2px 5px !important;
    background-color: #009929 !important;
    color: #98ff96 !important;
    font-weight: bold;
    cursor: pointer;
}

.green-info3 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 2px 2px 2px 5px !important;
    background-color: #003400 !important;
    color: #98ff96 !important;
    font-weight: bold;
    cursor: pointer;
}

.green-info5 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 2px 2px 2px 5px !important;
    background-color: #879200 !important;
    color: #98ff96 !important;
    font-weight: bold;
    cursor: pointer;
}
