﻿/*html {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}*/

* {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

body {
    background-image: linear-gradient(#DBEDD5, #DBEDD5 );
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border: 1px transparent; /*color #22222 para el borde y ancho de las lineas*/
}


.footer {
    background-color: green;
    color: white;
    position: absolute;
}

/*style="background-color: #7E9B75"*/

/*D:\VisualStudio2017\pazcrm\pazCRM\Views\Account\Login.cshtml VER FOTO*/
.img-fondo img {
    margin: 0px auto;
    border-radius: 5px;
    border: 1px solid #999;
    padding: 1px;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

div {
    font-family: 'Verdana';
    font-size: small;
    font-style: inherit;
    font-weight: bold;
    color: black;
}
/*listado h2 y solapa*/

tr {
    font-family: Verdana;
    font-size: small;
    color: black;
    font-weight: normal;
    text-align: center;
}

.btn-agregar {
    background-color: #00b0ff;
    color: white;
}
/*para agregar otros colores (tabla) a los botones*/

input[type="text"] {
    width: 500px;
    height: 30px;
}
/*alto y ancho cuadro texto*/

/*-------------------------------------------------------------------------------*/
/*Grafico progreso Index*/
#myProgress {
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #ffffff;
}

#myBar {
    position: absolute;
    width: 20%;
    height: 100%;
    background-color: #2A4A23;
}

#label {
    text-align: center;
    line-height: 30px;
    color: white;
}

/*-------------------------------------------------------------------------------*/

div.progress {
    background-color: transparent;
}

progress::-moz-progress-bar {
    background: #FF8000;
    border-radius: 20px;
}

progress::-webkit-progress-value {
    background: #FF8000;
    border-radius: 20px;
}

progress::-webkit-progress-bar {
    background-color: #D8D8D8;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset; /*esta sombra es para simular el borde que he aplicado arriba para Mozilla*/
    border-radius: 20px;
}

@media screen and (max-width: 400px) {
    div {
        background-color: transparent;
    }

    td {
        background-color: transparent;
    }
}

@media screen and (min-width: 400px) and (max-width: 500px) {
    div {
        background-color: transparent;
    }

    td {
        background-color: transparent;
    }
}
#myTextBox {
    visibility: hidden;
}


/*background-color para ver los cambios realizados pero va a quedar como TRANSPARENT*/
