﻿
@font-face {
    font-family: digital;
    src: url("../fonts/digital display tfb.ttf");
}

@font-face {
    font-family: 'mazda';
    src: url('../fonts/mazda/RS6020_RS4791_MazdaType-Medium.otf');
    font-weight: normal;
    font-style: normal;
}

html {
    background: whitesmoke;
}

body {
    font-family: mazda;
    background-color: whitesmoke;
}

.resaltado {
    border: 5px solid yellow;
}


.colorbgbuttonnoWidth {
    background-color: darkred;
    color: ghostwhite;
    text-align: center !important;
}

.colorbgbutton {
    background-color: darkred;
    color: ghostwhite;
    width: 50%;
}

.tbhead {
    text-align: center !important;
    min-width: 300px !important;
    max-width: 350px !important;
}

.resaltadoCW {
    border: 5px solid #47eb1b;
}

.colStick tbody tr > :first-child {
    position: sticky;
    z-index: 1;
    left: 2px;
    background: #ddd;
}

.contadores {
    font-family: mazda;
    font-size: 3em;
}

.formcontrols {
    background-color: gainsboro;
    min-width: 300px;
}

.formcontrols3 {
    background-color: gainsboro;
    min-width: 300px;
    max-width: 300px;
}

.formcontrols2 {
    background-color: gainsboro;
}

.bg-white {
    background-color: white;
    
}

.bg-ligth {
    background-color: gainsboro;
    box-shadow: 1px 1px 1px 1px rgb(172, 172, 172, 0.50);
}

.bg-darkred {
    background-color: darkred;
}

{
    background-color: #680000;
}

.text-darkred {
    color: darkred;
}

.colorbgbutton40 {
    background-color: darkred;
    color: ghostwhite;
    width: 40%;
}

.colorbgbutton100 {
    background-color: darkred;
    color: ghostwhite;
    width: 80px;
}

.colorbgbutton200 {
    background-color: darkred;
    color: ghostwhite;
    width: 80px;
    white-space: normal;
    display: inline-flex
}

.resaltar {
    background-color: #FF0;
}

.Titulo {
    color: #333;
    font-weight: bold;
    font-size: 1.1em;
    font-family: mazda;
    letter-spacing: 1px;
}

.avatar {
    height: 48px;
    margin: -7px auto;
    border-radius: 10%;
    cursor: pointer;
}

.avatarTemp {
    height: 200px;
    border-radius: 5%;
}

.watermarked {
    position: absolute;
    z-index: 10005;
    background-color: Gray;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.divoverflowx {
    overflow-x: auto;
    overflow-y: auto;
    background-color: white;
}

.divLeyendas {
    color: white;
    font-size: 12px;
    float: right;
}

.cssMPGVPop {
    text-align: center;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    background-color: rgba(1, 1, 1, 0.70);
    color: white;
    width: 100%;
    box-shadow: 10px 10px 5px #888888;
    border: 1px solid #010028;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
}



.MasterContenidoGeneral {
    background: url(../img/plecas.png) no-repeat center fixed;
    background-size: cover;
}


.tdOrange {
    vertical-align: middle;
    background-color: #ff6a00;
    border: 1px solid #010028;
    border-width: 0px 1px 1px 0px;
    text-align: left;
    padding: 17px;
    font-size: 14px;
    font-family: mazda;
    font-weight: normal;
    color: #000000;
}

.menu {
    border: 0px;
}

    .menu tbody {
        border: 0px;
    }

.link-danger {
    color: gainsboro;
}

.trOrange {
    background-color: #ff6a00;
    color: #000000;
}

.DataAlertPromesa {
    background-image: url("../img/blinkPromesa.gif");
    background-repeat: no-repeat;
    background-position: left;
}

.DataAlertIni {
    background-image: url("../img/blinkIni.gif");
    background-repeat: no-repeat;
    background-position: left;
}

.DataAlertFin {
    background-image: url("../img/blinkFin.gif");
    background-repeat: no-repeat;
    background-position: left;
}

.DataAlertTerminado {
    background-image: url("../img/blinkTerminado.gif");
    background-repeat: no-repeat;
    background-position: left;
}

.loaderx {
    color: white;
    font-size: 30px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}


.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: darkred;
    font-size: 10px;
    margin: 0px auto;
    /*position: relative;*/
    position: absolute;
    text-indent: 0em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    top: -10px;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
    }

    .loader:before {
        left: -2em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 2.5em;
    }

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40%, 60% {
        box-shadow: 0 2.5em 0 0;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
