﻿.Ocultar {
    visibility: hidden;
}

.ie7 .infoMP, .successMP, .warningMP, .errorMP {
    background-position: 115px center;
    align-content: center;
    align-items: center;
    color: black;
    width: 93%;
    margin-left: 10px;
}

.DivWidth {
    /*width: 1080px;*/
    margin: 10px 10px 10px 10px;
    overflow: auto;
    max-height: 400px;
}

.infoMP, .successMP, .warningMP, .errorMP {
    padding: 7px 5px 7px 30px;
    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: 5px;
    font-family: 'Stag Sans';
    font-size: 16px;
}

.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;
}


.ie7 .ie8 .ie6 .ie9 .info, .success, .warning, .error {
    align-content: center;
    align-items: center;
    color: black;
    width: 80%;
    margin-left: -500px;
    max-width: 950px;
    top: 210px;
    background-color: red;
    background-color: red/9;
}

.ie10up .info, .success, .warning, .error {
    margin-left: 10px;
}

.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: 970px;
    top: 190px;
    /*margin-left: 10px;*/
    font-family: 'Stag Sans';
    font-size: 16px;
    z-index: 1;
    text-align: left;
}

.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');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../App_Themes/images/alert.png');
    visibility: visible;
}

.error {
    color: #D8000C;
    border: solid 1px #FBD3C6;
    background-color: #FFBABA;
    background-image: url('../App_Themes/images/error.png');
    visibility: visible;
}

/*#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: 'Stag Sans';
}


    .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;
}

.ie8 .PanelsContainer {
    border-color: #196393;
    border: solid;
    background-color: red;
}

.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);
    margin-bottom: 30px;
    position: relative;
    height: auto;
    color: black;
    margin-top: 0px;
    box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.2);
    /*border-radius: 10px;*/
}


.ie8 .PanelsContainerLeft {
    border-color: #196393;
    border: solid;
    margin-top: 0px;
    margin-left: -600px;
}

.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: 400;
    padding: 12px 12px 12px;
    margin: 0;
    color: #fff;
    background: #196393;
    cursor: pointer;
    font-family: 'Stag Sans';
    text-align: left;
}


.divPanelR {
    width: 150px;
    float: left;
    height: 23px;
    margin-left: 15px;
    text-align: left;
    font-size: 13px;
    font-family: 'Stag Sans';
    color: black;
}

.divPanelL {
    float: left;
    margin-left: 5px;
}

.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:  'Stag Sans';
    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 #2F4F4F;
    color: white;
    font-family: 'Stag Sans';
    font-size: 14px;
    font-weight: 400;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    background-color: #196393;
}



.CollapsiblePanelHeaderFletes {
    color: #000 !important;
    text-align: center;
}

.ListadoRevisionFletes {
    float: left;
    display: block;
    padding-right: 16px;
    padding-left: 12px;
    height: 30px;
}

.FiltroRevisionFletes {
    background-color: #DDDCDC;
    border-top: none;
    padding: 0px;
    color: black;
    font-family: 'Stag Sans';
    border-radius: 0px 0px 8px 8px;
    font-weight: normal;
    font-size: 13px;
    text-align: left;
}


.CollapsibleRevisionFletes {
    border: solid 1px #2F4F4F;
    background-color: #DDDCDC;
    border-top: none;
    padding: 0px;
    color: black;
    font-family: 'Stag Sans';
    border-radius: 0px 0px 8px 8px;
    font-weight: normal;
    font-size: 13px;
    text-align: left;
}

.CollapsiblePanelContent {
    border: solid 1px #2F4F4F;
    background-color: #DDDCDC;
    border-top: none;
    padding: 0px;
    color: black;
    font-family: 'Stag Sans';
    border-radius: 0px 0px 8px 8px;
    font-weight: bold;
    text-align: left;
}

/*-----------------------------------*/
/* Buttons */

.ie8 .myButton {
    cursor: pointer;
    padding: 3px 2px;
    font-size: 12px;
    /*color: #ffffff;
    font-size: 11px;
    border: 1px solid #e5edf3;
    display: inline-block;*/
}

.ie7 .myButton {
    background: blue;
    /*cursor: pointer;
    color: #ffffff;
    font-size: 11px;
    border: 1px solid #e5edf3;
    display: inline-block;*/
}

.myButton {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #61a8dd), color-stop(1, #196393));
    background: -moz-linear-gradient(top, #61a8dd 5%, #196393 100%);
    background: -webkit-linear-gradient(top, #61a8dd 5%, #196393 100%);
    background: -o-linear-gradient(top, #61a8dd 5%, #196393 100%);
    background: -ms-linear-gradient(top, #61a8dd 5%, #196393 100%);
    background: linear-gradient(to bottom, #61a8dd 5%, #196393 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61a8dd', endColorstr='#196393',GradientType=0);
    background-color: #61a8dd;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Stag Sans';
    font-size: 12px;
    /*font-weight: 200;*/
    padding: 4px 8px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #e5edf3;
    display: inline-block;
}

    .myButton:hover {
        -moz-box-shadow: inset 0px 4px 0px 0px #ccdce7;
        -webkit-box-shadow: inset 0px 4px 0px 0px #ccdce7;
        box-shadow: inset 0px 4px 0px 0px #ccdce7;
        background-color: #74ad5a;
    }

    .myButton:active {
        position: relative;
        top: 1px;
    }

    .myButton:disabled {
        cursor: not-allowed;
        background-color: lightgray;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, lightgray));
        background: -moz-linear-gradient(top, grey 5%, lightgray 100%);
        background: -webkit-linear-gradient(top, grey 5%, #lightgray 100%);
        background: -o-linear-gradient(top, grey 5%, lightgray 100%);
        background: -ms-linear-gradient(top, grey 5%, lightgray 100%);
        background: linear-gradient(to bottom, grey 5%, lightgray 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='grey', endColorstr='lightgray',GradientType=0);
    }


Grid {
    /*Customizable Color*/
    background-color: #196393;
    border-collapse: collapse;
    color: #474747;
    width: 100%;
}


.Grid th {
    padding: 4px 2px;
    color: #fff;
    /*Customizable Color*/
    background: #196393;
    font-size: 14px;
    font-family: 'Stag Sans';
    text-align: left;
    font-weight: 400;
}

.Grid td {
    padding: 2px;
    font-family: 'Stag Sans';
    font-size: 13px;
    font-weight: 100;
    /*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 #99b9cf;
    font-weight: 300;
    color: #fff;
    line-height: 12px;
}

.Grid .pgr a {
    color: Gray;
    text-decoration: none;
}


.editRowStyle td {
    background-color: #99b9cf;
}

.selectedRowStyle td {
    background-color: #b2cbdb;
}

.footerRowStyle td {
    background-color: #196393;
    color: white;
    font-weight: 300;
}

.rowStyle td {
    background-color: #e5edf3;
}

.alternateRowStyle {
    background-color: white;
}

fieldset {
    /*border-color: none;
    border: none;*/
    font-size: 15px;
    font-weight: 500;
    font-family: 'Stag Sans';
    text-align: left;
}

legend {
    /*margin-left: 550px;*/
}


.myUploadFile {
    /*Customizable Coolor*/
    background-color: #196393;
    cursor: pointer;
    color: whitesmoke;
    font-size: 14px;
    padding: 2px 4px;
    text-align: left;
    max-width: 300px;
}

    .myUploadFile:hover {
        background-color: #2E4D7B;
        cursor: pointer;
        border: solid 1px;
    }


.labelBold {
    font-family: 'Stag Sans';
    font-size: 16px;
    font-weight: 400;
    color: white;
}

.labelBoldBlack {
    font-family: 'Stag Sans';
    font-size: 16px;
    font-weight: 400;
    color: black;
}

.labelEtiquetas {
    font-family: 'Stag Sans';
    font-size: 14px;
    font-weight: 400;
}

.labelTexto {
    font-family: 'Stag Sans';
    font-size: 13px;
}

.labelError {
    font-family: 'Stag Sans';
    font-size: 14px;
    font-weight: bold;
    color: red;
}

marginL {
    margin-left: 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 {
    text-align: left;
}

    .green .ajax__tab_body {
        padding: 10px;
    }

    .green .ajax__tab_header {
        font-family: 'Stag Sans';
        font-size: 12px;
        background: #196393;
        /*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;*/
    }


.TextboxWidth {
    width: 300px;
}
