﻿.sombra {
    -moz-box-shadow: 3px 3px 10px rgba(134, 127, 127, 0.6);
    -webkit-box-shadow: 3px 3px 10px rgba(134, 127, 127, 0.6);
    box-shadow: 3px 3px 10px rgba(134, 127, 127, 0.6); /*max-width: 950px; 	min-height: 620px;*/
}

.VentasCurso {
    background-image: url('../../Images/surtidor_large.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 173px;
    height: 280px;
    margin: auto;
}

    .VentasCurso .ContenidoVentas {
        text-align: right;
        height: 100px;
        width: 130px;
        margin: auto;
        position: relative;
        top: 12%;
    }

        .VentasCurso .ContenidoVentas .InfoVenta_Total {
            position: relative;
            top: 1%;
        }

        .VentasCurso .ContenidoVentas .InfoVenta_Volumen {
            position: relative;
            top: 23%;
        }

        .VentasCurso .ContenidoVentas .InfoVenta_PPU {
            position: relative;
            top: 42%;
        }

        .VentasCurso .ContenidoVentas .InfoVenta_Placa {
            position: relative;
            top: 63%;
        }

        .VentasCurso .ContenidoVentas .InfoVenta_Cliente {
            position: relative;
            top: 83%;
        }

        .VentasCurso .ContenidoVentas .InfoVenta_Promotor {
            position: relative;
            top: 103%;
        }

.labelInfo {
    color: #858585;
    font-size: 10px;
    font-weight: bold;
}

/*Loading */
.updateProgress {
    border: 1px solid #999999;
    background-color: #EEEEEE;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: wait;
    padding: 10px;
    height: auto;
    width: auto;
    text-align: center;
}

.normalProgress {
    padding: 10px;
    height: auto;
    width: auto;
    text-align: center;
}

.label {
    display: block;
    font-size: 11px;
    margin-bottom: 5px;
    color: #030a63;
}

.Links {
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #666666;
}

    .Links:hover {
        text-decoration: none;
    }

.LinksBlue {
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #0000FF;
    text-decoration: underline;
}

    .LinksBlue:hover {
        text-decoration: none;
    }

.textEntry {
    font-size: 12px;
    padding: 8px;
    min-width: 50px;
    width: 200px;
    max-width: 350px;
    background-color: white;
    border: 1px solid #ABADB3;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: -webkit-auto;
    height: 10px;
}

.textCalendarStyle {
    background-color: white;
    border: 1px solid #ABADB3;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: -webkit-auto;
    padding: 8px;
    height: 10px;
}

.SelectEntry {
    min-width: 218px;
    background-color: white;
    border: 1px solid #ABADB3;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: -webkit-auto;
}

.displayTable {
    border-collapse: collapse;
    clear: both;
    margin: 0 auto;
    min-width: 314px;
    line-height: 24px;
    width: 100%;
}

    .displayTable caption {
        background: url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
        border: 1px solid #AAAAAA;
        color: #666666;
        height: 32px;
        overflow: hidden;
        line-height: 26px;
        text-align: left;
        font-weight: bold;
        font-size: 12px;
    }

    .displayTable th {
        /*	background: #8BBF08 url("images/ui-bg_highlight-soft_75_8bbf08_1x100.png") repeat-x scroll 50% 50%;*/
        background-color: #013ca6;
        /*border: 1px solid #D3D3D3;*/
        color: #FFFFFF;
        outline: medium none;
        font-size: 13px;
        font-weight: bold;
    }

    .displayTable a {
        text-decoration: none;
    }

        .displayTable a:hover {
            text-decoration: underline;
        }

    .displayTable .odd {
        background: none repeat scroll 0 0 #F5F5F5;
    }

    .displayTable td {
        padding: 2px;
        border: 1px solid #F0F0F0;
        color: #333333;
        font-size: 11px;
        text-align:center;
    }

    .displayTable .textItems {
        color: #333333;
        font-size: 12px;
    }

    .displayTable .headerfooter {
        background: url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
        border: 1px solid #AAAAAA;
        color: #222222;
        height: 32px;
        overflow: hidden;
        line-height: 26px;
    }

    .displayTable .SelectedRow {
        background-color: #C0C0C0;
        color: #E5E5E5;
        font-weight: bold;
    }

    .displayTable .headerfooter .ui-toolbar {
        padding: 5px;
    }

    .displayTable .headerfooter .pagingButtons {
        margin: 5px 5px 5px 20px;
        float: right;
    }


        .displayTable .headerfooter .pagingButtons td {
            padding: 2px 10px 2px 10px;
            border: 1px solid #CCCCCC;
            color: #333333;
            font-size: 13px;
            background-color: #EDEDED;
            height: 5px;
        }

        .displayTable .headerfooter .pagingButtons .pagingLinks {
            display: block;
            font-size: 11px;
            font-weight: bold;
            margin-bottom: 5px;
            color: #666666;
        }


.displayItems {
    padding: 5px;
    background-color: #F5F5F5;
    width: auto;
    border: 1px solid #CCCCCC;
    height: 15px;
    color: #666666;
    margin-bottom: 10px;
}

    .displayItems .itemText {
        float: left;
        width: auto;
    }

    .displayItems .itemImage {
        float: right;
        text-align: right;
        width: auto;
        padding-left: 10px;
    }


.literalText {
    color: #241361;
    font-weight: bold;
    font-size: 16px;
}



/*
.button
{
    background-image: url('../../Images/delete_16.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px;
}
*/


.buttonText {
    font-size: 8px;
    color: #FFFFFF;
    font-weight: bold;
    height: 30px;
}

.button {
    background-repeat: no-repeat;
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 30px;
    /*background-color: #79A740;*/
    background-color: #013ca6;    
    border-bottom-color: rgb(153, 153, 153);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(153, 153, 153);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(153, 153, 153);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(153, 153, 153);
    border-top-style: solid;
    border-top-width: 1px;
}

    .button:hover {
        background-color: #1c91b6;
        color: #FFFFFF;
    }


.buttonNew {
    background-image: url('images/Add_16x16.png');
}

.buttonDelete {
    background-image: url('images/delete_16.png');
}

.buttonSave {
    background-image: url('images/Save_16x16.png');
}

.buttonFind {
    background-image: url('images/Search_16x16.png');
}


.buttonList {
    background-image: url('images/list_16.png');
}

.buttonListAll {
    background-image: url('images/list_16_.png');
}

.buttonCancel {
    background-image: url('images/Cancel_16x16.png');
}

.buttonOK {
    background-image: url('images/Select_16.png');
}

.buttonCheckMark {
    background-image: url('images/checkmark_16.png');
}

.buttonPDF {
    background-image: url('Images/exportarPdf_16x16.png');
}

.buttonExcel {
    background-image: url('Images/excel16.png');
}

.buttonLogin {
    background-image: url('images/Lock.png');
}

.buttonPrint {
    background-image: url('images/print_16x16.png');
}

.buttonBack {
    background-image: url('images/back_16.png');
}

.buttonUpload {
    background-image: url('images/upload_16.png');
}



.corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 5px;
}

.corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 5px;
}

.corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 5px;
}

.corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 5px;
}

.button .ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
}


.bgCalendar {
    background-image: url('images/calendar_24.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    margin-right: 10px;
}



.tooltip {
    border-style: solid;
    border-width: 1px;
    display: none;
    font-size: 12px;
    height: auto;
    width: auto;
    padding: 25px;
    color: #666666;
    background-color: #E9E9E9;
    font-weight: bold;
}


.test {
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-weight: bold;
    border: 1px solid #0000FF;
    font-size: 10px;
    height: 25px;
    padding-left: 5px;
}

#Notification-Error {
    background-position: center bottom;
    background-image: url('images/bgNotification-Down_50.png');
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    width: 55px;
    height: 25px;
    cursor: pointer;
    text-align: center;
    z-index: 10001;
}

#info {
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1;
    min-width: 500px;
    min-height: 50px;
}

    #info label {
        color: #666666;
    }

#error {
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 20000;
    min-width: 500px;
    min-height: 50px;
}

    #error label {
        color: #CC0A0C;
    }


#notificationHide {
    display: none;
    position: fixed;
    right: 5px;
    background-repeat: no-repeat;
    height: 50px;
    width: 40px;
    z-index: 1;
    top: 10px;
}

.iconOption {
    background-position: right;
    background-image: url('images/list_16_.png');
    background-repeat: no-repeat;
    padding-right: 30px;
    height: 17px;
}

.normalFont {
    font-weight: normal;
}
