﻿.bodyCustomCss {
    background-color: #dddddd;
    font-family: Candara;
    text-align: center;
}

.Ocultar {
visibility:hidden;
}

.infoMP, .successMP, .warningMP, .errorMP {
    padding: 7px 5px 7px 50px;
    background-repeat: no-repeat;
    background-position: 5px center;
    align-content: center;
    align-items: center;
    min-height: 25px;
    height: auto;
    /*padding: 6px 12px 6px 12px;*/
    -moz-border-radius: 6px 6px 6px 6px;
    float: left;
    position: absolute;
    width: calc(100% - 75px);
    top: 0px;
}

.infoMP {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../App_Themes/images/information.png');
    visibility: hidden;
}

.successMP {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../App_Themes/images/success.png');
    /*font-family: Arial, Helvetica, sans-serif;*/
}

.warningMP {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../App_Themes/images/alert.png');
    visibility: visible;
}

.errorMP {
    color: #D8000C;
    border: solid 1px #FBD3C6;
    background-color: #FFBABA;
    background-image: url('../App_Themes/images/error.png');
    visibility: visible;
}

.info, .success, .warning, .error {
    padding: 7px 5px 7px 50px;
    background-repeat: no-repeat;
    background-position: 5px center;
    align-content: center;
    align-items: center;
    min-height: 25px;
    height: auto;
    /*padding: 6px 12px 6px 12px;*/
    -moz-border-radius: 6px 6px 6px 6px;
    float: left;
    position: absolute;
    /*width: calc(100% - 380px);*/
    width: 1025px;
    top: 280px;
    margin-left: 10px;
    font-family: Candara;
    font-weight: bold;
    font-size: 16px;
    z-index: 1;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../App_Themes/images/information.png');
    visibility: hidden;
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../App_Themes/images/success.png');
    /*font-family: Arial, Helvetica, sans-serif;*/
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../App_Themes/images/alert.png');
    visibility: visible;
    margin-top: -194px;
}

.error {
    color: #D8000C;
    border: solid 1px #FBD3C6;
    background-color: #FFBABA;
    background-image: url('../App_Themes/images/error.png');
    visibility: visible;
    margin-top: -218px;
}

/*#region Bloqueo de Pantalla*/
.LockOff {
    display: none;
    visibility: hidden;
}

.LockOn {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=100);
    opacity: 0.80;
    background-image: url(../App_Themes/Images/overlay.png);
}

/*#endregion Bloqueo de Pantalla*/

/*-----------------------------------*/
/* Ribbons */
/*-----------------------------------*/

.ribbon {
    position: absolute;
    top: 50px;
    right: 170px;
    background: #99b9cf;
    border-right: 5px solid #99b9cf;
    padding: 7px;
    font-family: Candara;
}


.ribbon:before,
.ribbon:after {
    content: '';
    position: absolute;
    left: -9px;
    border-left: 10px solid transparent;
}

.ribbon:before {
    border-top: 35px solid #99b9cf;
    top: 0;
}

.ribbon:after {
    border-bottom: 35px solid #99b9cf;
    bottom: 0;
}

.ribbon-green {
    background-color: #9cd70e;
    border-right-color: #bee628;
}

.ribbon-green:before {
    border-top-color: #9cd70e;
}

.ribbon-green:after {
    border-bottom-color: #9cd70e;
}

.ribbon span {
    display: block;
    font-size: 14px;
    color: #fff;
}

.DivWidth {
    /*width: 1080px;*/
    margin: 10px 10px 10px 10px;
    overflow: auto;
    max-height:400px;
}


.PanelsContainer {
    height: auto;
    margin: auto;
    margin-top: 1%;
    /*Customizable Color grey*/
    background-color: #dddcdc;
    -webkit-box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.2);
    margin-bottom: 30px;
    position: relative;
    height: auto;
    color: black;
    margin-top: 0px;
    border-radius: 10px;
}

.PanelsContainerLeft {
    height: auto;
    /*Customizable Color grey*/
    background-color: #dddcdc;
    -webkit-box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.2);
    margin-bottom: 30px;
    position: relative;
    height: auto;
    color: black;
    margin-top: 0px;
    margin-left: 20px;
}

.PanelsTittle {
    font-size: 15px;
    font-weight: 700;
    padding: 12px 12px 12px;
    margin: 0;
    color: #fff;
    background: #636563;
    font-family: Candara;
    text-align: left;
}


.divPanelR {
    width: 140px;
    float: left;
    height: 23px;
    margin-left: 15px;
    text-align: left;
    font-weight: bold;
    font-family: Candara;
    color: black;
}

.divPanelL {
    float: left;
    margin-left: 0px;
}

.divPanelLeft {
    float: right;
    margin-right: 70px;
}

.divContainer {
    margin: 20px 20px 20px 20px;
    overflow: auto;
}

.middle {
    display: block;
    margin-left: 15px;
    vertical-align: middle;
}

/*input[type="submit"] {
    width: 100%;
    background: #005288;
    border: 0;
    padding: 4%;
    font-family: Candara;
    font-size: 100%;
    color: #fff;
    cursor: pointer;
    transition: background .3s;
    -webkit-transition: background .3s;
}
    input[type="submit"]:hover {
        background: #6597b7;
    }*/

/* ACORDION
----------------------------------------------------------*/
.CollapsiblePanel {
    margin: 0px 20px;
}

.CollapsiblePanelHeader {
    border: 1px solid #636563;
    color: white;
    font-family: Candara;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    background-color: #636563;
}

.CollapsiblePanelContent {
    border: solid 1px #2F4F4F;
    background-color: #dddddd;
    border-top: none;
    padding: 0px;
    color: black;
    font-family: Candara;
    border-radius: 0px 0px 5px 5px;
    font-weight: bold;
    text-align: left;
}

/*-----------------------------------*/
/* Buttons */


.myButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #9acc85;
    -webkit-box-shadow: inset 0px 1px 0px 0px #9acc85;
    box-shadow: inset 0px 1px 0px 0px #9acc85;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2852A7', endColorstr='#68a54b',GradientType=0);
    background-color: #2852A7;
    border: 1px solid white;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 8px;
    text-decoration: none;
    text-align: left;
}

.myButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #809fff), color-stop(1, #2852A7));
    background: -moz-linear-gradient(top, #809fff 5%, #2852A7 100%);
    background: -webkit-linear-gradient(top, #809fff 5%, #2852A7 100%);
    background: -o-linear-gradient(top, #809fff 5%, #2852A7 100%);
    background: -ms-linear-gradient(top, #809fff 5%, #2852A7 100%);
    background: linear-gradient(to bottom, #809fff 5%, #2852A7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#809fff', endColorstr='#2852A7',GradientType=0);
    background-color: #809fff;
}

.myButton:active {
    position: relative;
    top: 1px;
}

.myButton:disabled {
    cursor: not-allowed;
}

Grid {
    /*Customizable Color*/
    background-color: #636563;
    border-collapse: collapse;
    color: #474747;
    font-size: medium;
    width: 100%;
}


.Grid th {
    padding: 4px 2px;
    color: #fff;
    /*Customizable Color*/
    background: #636563;
    font-size: 14px;
    font-family: Candara;
    text-align: left;
}

.Grid td {
    padding: 2px;
    font-family: Candara;
    /*text-align: left;*/
}



.Grid .pgr a:hover {
    color: #000;
    text-decoration: none;
}

.Grid .pgr table {
    margin: 3px 0;
}

.Grid .pgr td {
    border-width: 0;
    padding: 0 6px;
    /*Customizable Color*/
    border-left: solid 1px #636563;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}

.Grid .pgr a {
    color: Gray;
    text-decoration: none;
}


.editRowStyle td {
    background-color: #61d46f;
}

.selectedRowStyle td {
    background-color: #2852A7;
}

.footerRowStyle td {
    background-color: #636563;
    color: white;
    font-weight: bold;
}

.rowStyle td {
    background-color: #d3fad7;
}

.alternateRowStyle {
    background-color: white;
}

fieldset {
    /*border-color: none;
    border: none;*/
    font-size: 15px;
    font-weight: 700;
    font-family: Candara;
    text-align: left;
}

legend {
    margin-left: 470px;
}


.myUploadFile {
    /*Customizable Coolor*/
    background-color: #636563;
    cursor: pointer;
    color: whitesmoke;
    font-size: 14px;
    padding: 2px 4px;
    text-align: left;
    max-width: 300px;
}

.myUploadFile:hover {
    background-color: #dddddd;
    cursor: pointer;
    border: solid 1px;
}


.labelBold {
    font-family: Candara;
    font-size: 16px;
    font-weight: bold;
}

.labelError {
    font-family: Candara;
    font-size: 14px;
    font-weight: bold;
    color: red;
}

.labelProcesar{
    font-family: Candara;
    font-size: 16px;
    font-weight: bold;
    color: red;
    margin:20px;
}

marginL {
    margin-left: 10px;
}

MarginLeft50 {
    margin-left: 50px;
}

.listbox {
}

listbox:focus > listitem[selected="true"][current="true"] {
    outline: 1px dotted #F3D982;
}

listbox:focus > listitem[selected="true"][current="true"] {
    outline: 1px dotted #F3D982;
}

listbox:focus > listitem[current="true"] {
    outline: 1px dotted Highlight;
    outline-offset: -1px;
}

listitem[selected="true"] {
    background-color: -moz-cellhighlight;
    color: -moz-cellhighlighttext;
}

listbox:focus > listitem[selected="true"] {
    background-color: green !important;
    color: HighlightText;
}


.ContainerTab {
    min-height: 300px;
    margin: 10px;
}


.tab {
    border: 1px solid #DDD;
}

.tab .ajax__tab_body {
    padding: 10px;
}

.tab .ajax__tab_header {
    font-family: Tahoma;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    background: #F5F5F5;
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #BBB;
}

.tab .ajax__tab_header .ajax__tab_active .ajax__tab_outer {
    height: 21px;
    background: #fff;
}

.tab .ajax__tab_header .ajax__tab_active .ajax__tab_tab {
    background: #fff;
    height: 18px;
    padding: 5px 7px 5px 7px;
    margin: 0px;
    border: 0;
    color: #333;
}

.tab .ajax__tab_header .ajax__tab_active .ajax__tab_inner {
    padding-left: 3px;
    background: #fff;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-bottom: 0;
}

.tab .ajax__tab_tab {
padding: 7px;
color: #333;
border-right: 1px solid #bbb;
border-left: 1px solid #bbb;
}

    
.green {
    border: 1px solid #2852A7;
}

.green .ajax__tab_body {
    padding: 10px;
}

.green .ajax__tab_header {
    font-family: Candara;
        
    font-size: 12px;
    font-weight: bold;
    background: #2852A7;
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #09B;
}

    .green .ajax__tab_header .ajax__tab_active .ajax__tab_outer {
        height: 21px;
        background: #fff;
    }

    .green .ajax__tab_header .ajax__tab_active .ajax__tab_tab {
        background: #fff;
        height: 18px;
        padding: 5px 7px 5px 7px;
        margin: 0px;
        border: 0;
        color: #333;
    }

    .green .ajax__tab_header .ajax__tab_active .ajax__tab_inner {
        padding-left: 3px;
        background: #fff;
        border-right: 1px solid #09B;
        border-left: 1px solid #09B;
        border-bottom: 0;
    }

.green .ajax__tab_tab {
    padding: 7px;
    color: #fff;
    border-right: 1px solid #09B;
    border-left: 1px solid #09B;
}

.mainContentError
{
    border: 2px solid gray;
    height:500px;
    width:1100px;
    margin:0px auto;
    margin-top: 50px;
    text-align:center;
    background-color: white;
}