﻿body {
    font: normal normal normal 8pt Arial;
    background: #CCCCCC;
    font-size:11pt;
}

/*table {
    border-color: #CCCCCC;
}*/

.stepsLayer {
    margin-top: 24px;
}

.stepIndicator {
}

.stepIndicatorNoImg {
    border-radius: 50%;
    background-color: #FEFEFE;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    vertical-align: middle;
    border: solid 1px gray;
    font-size: 16px;
    font-weight: normal;
    display: table-cell;
}

.stepIndicatorActive {
}

.stepIndicatorActiveNoImg {
    border-radius: 50%;
    background-color: #AAAAAA;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    vertical-align: middle;
    border: solid 2px black;
    font-size: 18px;
    font-weight: bold;
    display: table-cell;
    box-shadow: 4px 4px 6px #AAAAAA;
}

.wizardView {
    width: 1300px;
    height: 400px;
    overflow: auto;
    border: solid 1px gray;
    padding: 8px 8px 8px 8px;
    background-color: #FEFEFE;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

/*th {
    background-color: #EEEEDD;
}*/


.thLeft {
    border-top-color: white !important;
    border-left-color: white !important;
    background-color: white !important;
}

.thRight {
    border-top-color: white !important;
    border-right-color: white !important;
     background-color: white !important;

}



.thAporta {
    background-color: #FF8684 !important;
}

.thPresta {
    background-color: #FF8684 !important;
}

.wizardButtons {
    border: solid 1px #444444;
    background-color: #CCCCCC;
    font: normal normal normal 8.5pt Verdana;
    padding: 3px 3px 3px 3px;
    width: 100px;
    height: 25px;
    box-shadow: 3px 3px 5px #CCCCCC;
}

.adminMenuButtons {
    border: solid 1px #AAAAAA;
    background-color: #FFFFFF;
    font: normal normal normal 8pt Verdana;
    padding: 5px 5px 5px 5px;
    margin: 2px 2px 2px 2px;
    width: 150px;
    height: 25px;
    box-shadow: 2px 2px 4px #EEEEEE;
    text-decoration: none;
    color: black;
}

.fileButton {
    border: solid 1px #666666;
    background-color: White;
    font: normal normal normal 9pt Verdana;
    padding: 4px 4px 4px 4px;
    width: 500px;
}

.fileUploadButton {
    border: solid 1px #444444;
    background-color: #CCCCCC;
    font: normal normal normal 8.5pt Verdana;
    padding: 3px 3px 3px 3px;
    margin-left: 16px;
    width: 100px;
    height: 25px;
    box-shadow: 3px 3px 5px #CCCCCC;
}

.rdButton {
    border: solid 1px #666666;
    background-color: White;
    font: normal normal normal 8pt Verdana;
}

.comboFechas {
    border: solid 1px #666666;
    background-color: White;
    font: normal normal normal 10pt Verdana;
    width: 88px;
    height: 24px;
}

.seleccionFuentes {
    font: normal normal normal 9pt Arial;
    padding: 8px 8px 8px 8px;
}

.selectSpacer {
    height: 8px;
    font-size: 1pt;
}

.infoAgenciaFuentes {
    font: normal normal bold 14pt Arial;
}

.stepTitle {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: solid 1px #AAAAAA;
    border-bottom: none 0px white;
    margin-bottom: -10px;
    font: italic normal bold 10pt Arial;
    padding: 4px 4px 1px 8px;
    background: #DEDEDE;
    width: 400px;
}

.mainLayer {
    margin-top: 6px;
    border-radius: 18px;
    background-color: #FFFFFF;
    padding: 0px 32px 16px 32px;
    border: solid 1px #444444;
    box-shadow: 10px 10px 5px #888888;
}

.stepDivision {
    background-color: Silver;
    width: 400px;
    height: 4px;
    margin-bottom: -20px;
    z-index: -100;
    font-size: 1pt;
}

.stepSpacer {
    width: 16px;
    font-size: 1pt;
}

.lvFieldStyleSmallNormal {
    font: normal normal normal 8.5pt Verdana;
    text-align: left;
}

.lvFieldStyleSmallNumeric {
    font: normal normal normal 8.5pt Verdana;
    text-align: right;
}

.lvFieldStyleSmallCentralized {
    font: normal normal normal 8.5pt Verdana;
    text-align: center;
}


/* Update Progress Styles*/
.ajaxBackground {
    /* z-index:999999996;*/
    background-color: silver;
    filter: alpha(opacity=30);
    opacity: 0.3;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.ajaxImageProgress {
    z-index: 100005;
    display: block;
    width: 48px;
    height: 48px;
    clear: left;
    position: fixed;
    top: 50%;
    left: 50%;
}


.ajaxImageBackground {
    z-index: 100004;
}


/*GridView Styles*/
.GridStyle {
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
}

    .GridStyle th {
        border-style: solid;
        border-width: 1px;
        border-color: Black;
        background-color: #fcf6d4;
        font-size: 11px;
    }

    .GridStyle td {
        border-style: solid;
        border-width: 1px;
        border-color: Black;
        font-size: 11px;
        margin: auto;
    }

    .GridStyle tr {
        height: 30px;
    }

    .GridStyle tr:hover {
        background-color: #F7DBA5;
    }

     thead.nHover tr:hover{
         background-color:transparent;
    }

/*GridView footer styles*/
    .GridFooterStyle td {
        border-style: solid;
        border-width: 1px;
        border-color: Black;
        background-color: #fcf6d4;
        font-size: 11px;
        font-weight:bold;
    }

/*GridView Paging Styles*/
     .GridPagingStyle {
        border-collapse: collapse;
        font-family: Arial, Helvetica, sans-serif;
    }

    .GridPagingStyle td {
        /*border-style: solid;*/
        border-width: 0px;
        /*border-color: Black;*/
        font-size: 14px;
        /*margin: auto;*/
        width: 20px;
        text-align: center;
        background-color: #fcf6d4;
    }
    .GridPagingStyle a
    {
        width:100%
    }
    
    .GridPagingStyle span
        {
            background-color: #F7DBA5;
            padding: 5px 7px;
            text-decoration: none;
            border: 1px solid #F7DBA5;
        }

    .GridPagingStyle a
        {
            background-color: #fcf6d4;
            padding: 5px 7px;
            text-decoration: none;
            border: 1px solid #F7DBA5;
        }

      .GridPagingStyle a:hover
        {
            background-color: #F7DBA5;
            color: #444444;
            border: 1px solid #F7DBA5;
        }

   /* .GridPagingStyle tr:hover {
        background-color: #F7DBA5;
    }*/
/* ------------------------------- */
/* START: tooltip CSS specific class */
/* ------------------------------- */
.ToolTip {
    border: 1px solid #000000;
    background-color: #FFFFE1;
    color: #000000;
    padding: 10px;
    display: block;
    position: absolute;
    margin-top: 10px;
    z-index: 9999999999;
}

    .ToolTip b {
        font-weight: bold;
    }

.tooltipContainer {
    float: right;
}

    .tooltipContainer:hover .tooltipText {
        display: block;
    }

.tooltipIcon {
    padding: 3px;
    float: left;
}

.tooltipText {
    position: fixed;
    display: none;
    margin-top: 6px;
    margin-left: 24px;
    padding-left: 4px;
    float: left;
    background-image: url("../Images/Icons/tooltipArrow.png");
    background-position: top left;
    background-repeat: no-repeat;
}

    .tooltipText .message {
        display: block;
        padding: 6px;
        border: 2px solid #F7A003;
        background-color: #FFD300;
        font-size: 11px;
        border-radius: 0px 5px 5px;
        -moz-border-radius: 0px 5px 5px;
        -webkit-border-radius: 5px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    }
/* ------------------------------- */
/* END: tooltip CSS specific class */
/* ------------------------------- */


/* ------------------------------- */
/* START: div rows and columns CSS specific class */
/* ------------------------------- */
.divRow
{
    clear:both;
    padding-bottom: 3px;
    padding-top: 3px;
}
.divColLabel
{
    float:left;
    text-align:right;
    padding-right:10px;
}
.divColField
{
    float:left;
}
/* ------------------------------- */
/* END: div rows and columns CSS specific class */
/* ------------------------------- */


/* ------------------------------- */
/* START: Panel CSS specific class */
/* ------------------------------- */
.Panel fieldset
 {
    border: solid 1px #AAAAAA;
    font: italic normal bold 10pt Arial;
 }
.Panel legend
 {
    background: #DEDEDE;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: solid 1px #AAAAAA;
    margin-bottom: 2px;
    font: italic normal bold 10pt Arial;
    padding: 4px 4px 1px 8px;
 }

/* ------------------------------- */
/* END: Panel CSS specific class */
/* ------------------------------- */