﻿body {
    background-color:white; 
    
    font-size: 0.9em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #75787B;
    height: 100%;
}


.BtnImg 
{
    height : 18px;
}

.BtnImgPeq {
    height: 16px;
}
.BtnImgGde {
    height: 40px;
}

.reverse 
{ 
 background-color:Black;
 color:White;
}

.verticalLine {
    height : 500px;
}

titulo1 
{
    font-size: 1.2em;
    font-style : inherit;
    font-weight :500;
    background-color: #ffffff;
    width   : 400px;
    color   : #75787B;
}

tmenu
{
    font-size: 0.9em;
    font-style : inherit;
    font-weight :400;
    background-color: #8BC63E;
    color: #ffffff;
}


tituloppal
{
    font-size: 2.4em;
    font-style : inherit;
    font-weight :400;
    background-color: #8BC63E;
    color: #ffffff;
}

.TituloFormulario {
    font-size: 1.5em;
    font-weight: 400;
    border: 2px solid #75787b;
    color: #8bc63e;
    border-radius: 10px;
    width:400px;
    padding: 5px 5px 5px 5px;
}

.TituloSecundario {
    font-size: 1.2em;
    font-weight: 600;
    color: #8bc63e;
    padding: 5px 5px 5px 5px;
}


titulo2
{
    font-size: 2.4em;
    font-style : inherit;
    font-weight :400;
    background-color: #ffffff;
    color: #75787B;
}

titulo3
{
    font-size: 2.0em;
    font-style : inherit;
    font-weight :400;
    background-color: #ffffff;
    color: #8BC63E;
}

.ColumnaOculta 
{
    display:none;
}

.mGrid {  
    width: 100%;  
    font-size: 0.9em;
    margin: 0px 0 0px 0;  
    border: solid 1px #75787B;  
    padding : 1px 1px 1px 1px;
}  

.GridHeader
{
	color: white;
	position: relative;
	top: expression(this.offsetParent.scrollTop - 2);
	font-weight: bold;
	font-size: 12px;
}

.Boton
{
	background-color : #eeeeee;
	font-weight : bold;
    width       : 100px;
	font-size   : 14px;
    height      : 25px;
    color       : #75787B;
    border-color    : #808080;
    border-radius   : 4px;
    border-width : 1px;
}

input.textbox, select, textarea
{
  font-family    :  "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
  font-size      :  0.9em;
  color          :  #65686B;

  padding        :  1px;
  background     :  #ffffff;
  border-left    :  solid 1px #75787B;
  border-top     :  solid 1px #75787B;
  border-right   :  solid 1px #75787B;
  border-bottom  :  solid 1px #75787B;

  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}


.bordederecho {
    border-right: thick solid #8BC63E;
}

.treevw {
    display : block;
    width   : 200px;
    padding : 0px 0px 0px 0px;
    margin  : 0px 0px 0px 0px;
    float   : left;
    cursor  : pointer;
    color   : red;
    border-right: thick solid #8BC63E;
}

.treeNode
    {
        color: #070707;
        font: 14px Arial, Sans-Serif;
        
    }

    .rootNode
    {
        font-size: 13px;
        padding:4px;
        color: #ffffff;
        border-radius: 0px;
        width: 200px;
        font-weight : bold;
        background-color : #8BC63E;
    }

    .leafNode
    {
        padding: 3px;
        color   : #ffffff;
        background-color : #75787B;
        width: 200px;
        border-radius:0px;
    }

    .selectNode
    {
    }


    /*


<!--
A:link {COLOR: gray; Text-DECORATION: none}
A:visited {COLOR: gray; Text-DECORATION: none}
A:active {Text-DECORATION: none}
A:hover {COLOR: darkgray; Text-DECORATION: underline}  
-->
        */






/*GRIDVIEW PARA DATOS TIPO REPORTE
    
    CssClass="MDG" HeaderStyle-CssClass="MDG_header" PagerStyle-CssClass="MDG_pager" RowStyle-CssClass="MDG_rows" SelectedRowStyle-CssClass="MDG_selectedrow"
    */

.MDG {
    width: 80%;
    /*border: thin 2px #ffffff;*/
    min-width: 80%;
}

.MDG_header {
    background-color: #8bc63e;
    font-family: Arial;
    color: #ffffff;
    height: 25px;
    text-align: center;
    font-size: 14px;
}

.MDG_rows {
    background-color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    color: #000000;
    min-height: 25px;
    text-align: left;
}

    .MDG_rows:hover {
        /*background-color: #f9de79;
	    color: #658361;*/
        background-color: #EEEEEE;
        color: #000000;
    }

.MDG_selectedrow {
    background-color: #d0dd97;
    font-family: Arial;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
}

.MDG a /** FOR THE PAGING ICONS  **/ {
    /*background-color: Transparent;*/
    padding: 5px 5px 5px 5px;
    /*color: #fff !important;*/
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

    .MDG a:hover /** FOR THE PAGING ICONS  HOVER STYLES**/ {
        /*background-color: #658361;
	    color: #fff;*/
    }

.MDG span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/ {
    background-color: #fff;
    color: #000;
    padding: 5px 5px 5px 5px;
}

.MDG_pager {
    /*background-color: #658361;*/
    background-color: #8BC63E;
    font-family: Arial;
    color: White;
    height: 30px;
    text-align: left;
}

.MDG td {
    padding: 5px;
}

.MDG th {
    padding: 5px;
}




.Recuadro {
    border-radius: 10px;
	border: 2px solid #8BC63E;
    padding: 10px; 
}

.SEPARADOR {
    background-color: #8BC63E;
    width: 100%;
    height: 1px;
}


input[type=submit] {
    background-color: #eeeeee;
    font-weight: bold;
    width: 100px;
    font-size: 14px;
    height: 25px;
    color: #75787B;
    border-color: #808080;
    border-radius: 4px;
    border-width: 1px;
}

    input[type=submit]:hover {
        background-color: #8bc63e;
        color: #FFFFFF;
        cursor: pointer;
    }



input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus {
}


input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
input[type=textarea],
select {
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 0.9em;
    color: #65686B;
    padding: 1px;
    background: #ffffff;
    border-left: solid 1px #75787B;
    border-top: solid 1px #75787B;
    border-right: solid 1px #75787B;
    border-bottom: solid 1px #75787B;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}


.Popup {
    background-color: #F0f0Fd;
    padding: 10px;
    border: solid 3px #8BC63E;
    border-radius: 10px;
}


.CuadroPopup {
    background-color: #333333;
    opacity: 0.8;
}



.rowResp {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 4px 4px;
    /*align-self: center;*/
}

/* Create four equal columns that sits next to each other */
.colResp {
    /*-ms-flex: 25%; */ /* IE10 */
    /*flex: 25%;*/
    /*    max-width: 25%;*/
    padding: 0 4px;
}

    .colResp img {
        margin-top: 8px;
        vertical-align: middle;
        width: 100%;
    }


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .colResp {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}





.DIV_Procesando2 {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background-color: #4BA8BA;
    opacity: 0.9;
}



/*            <asp:UpdateProgress ID="updateProgress" runat="server">
                <ProgressTemplate>
                    <br />
                    <div class="DIV_Procesando2"><div class="spinner"><div class="rect1"></div><div class="rect2"></div><div class="rect3"></div><div class="rect4"></div><div class="rect5"></div></div></div>
                    <br />
                </ProgressTemplate>
            </asp:UpdateProgress>
*/
.spinner {
    width: 200px;
    height: 70px;
    text-align: center;
    font-size: 10px;
    display: inline-block;
    border-right-width: 3px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999999;
    background-color: #4BA8BA;
    transform: translate(-50%, -50%);
}

    .spinner > div {
        background-color: #FFE66B;
        height: 100%;
        width: 16px;
        border: 5px solid #4BA8BA;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}



.LogoPpal {
width:567px;
}

@media screen and (max-width: 500px) {
    .LogoPpal {
        width: 310px;
    }
    .titulo3 {
        font-size: 10px;
        font-style: inherit;
        font-weight:300;
        background-color: #ffffff;
        color: #8BC63E;
    }
}