﻿body {
    background-color: #EEEEEE;
    margin-top: 60px;
    color: #333333;
    line-height: 30px;
    font-size: 16px;
    height: 100%;
    background-image: url(/Images/master_bg.svg);
    background-repeat: repeat;
        background-attachment:fixed;
}

/*form{    
    background-image:url(/Images/master_bg.svg); 
    background-repeat:repeat; 
    background-size: 823px 644px;
}*/

#containerTitle {
    clear: both;
    font-weight: 600;
    color: #1C4072;
    font-family: Arial, sans-serif;
    font-size: 22px;
    line-height: 30px;
    margin: 20px 0 6px 5px;
    text-align: left;
    text-rendering: optimizelegibility;
}

#containerBody {
    clear: both;
    width: 100%;
}


.clearfix {
    display: inline-block;
}

    .clearfix:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        overflow: hidden;
        visibility: hidden;
    }

.clearfix {
    display: block;
}

.separator {
    height: 21px;
    background: none repeat scroll 0 0 #838383;
    width: 1px;
}

.contact {
    color: #222222;
    font-family: Arial,sans-serif;
    font-size: 11px;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.errorline {
    color: #ED0F0F;
    font-family: Arial,sans-serif;
    font-size: 11px;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.errorPage {
    color: #1c4072;
    font-family: Arial, Sans-Serif !important;
    font-size: 13px;
    padding: 5px;
    margin-bottom: 20px;
}

.labelDevEnv {
    font-family: sans-serif,Arial,Helvetica;
    color: #ff0000;
    white-space: nowrap;
    line-height: 16px;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 30000;
    padding: 0 10px 0 0;
}

#divShortcutsTree {
    min-width: 600px;
    max-height: 400px;
    overflow-y: auto;
    padding-bottom: 10px;
}

#txtSearchShortcut {
    width: 100%;
}


.radioButtonListImpresion td {
    width: 50px;
}

.categoriaCombo {
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    float: right;
    padding: 5px;
    margin-right: 44px;
    border-radius: 4px;
    vertical-align: middle;
    position: relative;
    width: 90px;
    height: 30px;
}

    .categoriaCombo .indicador {
        height: 20px;
        width: 25px;
        position: absolute;
        display: block;
        border-radius: 3px;
    }

        .categoriaCombo .indicador.editable {
            cursor: pointer;
        }

        .categoriaCombo .indicador.selected {
            height: 30px;
            width: 50px;
            z-index: 2;
        }

        .categoriaCombo .indicador.left {
            top: 10px;
            left: 5px;
        }

        .categoriaCombo .indicador.center {
            top: 5px;
            left: 25px;
        }

        .categoriaCombo .indicador.right {
            top: 10px;
            left: 70px;
        }

        .categoriaCombo .indicador.verde {
            background-color: #BCD6B1;
        }

            .categoriaCombo .indicador.verde.selected {
                background-color: #329AFB;
            }

        .categoriaCombo .indicador.amarillo {
            background-color: #FFF694;
        }

            .categoriaCombo .indicador.amarillo.selected {
                background-color: #FFEA00;
            }

        .categoriaCombo .indicador.rojo {
            background-color: #F5B4AB;
        }

            .categoriaCombo .indicador.rojo.selected {
                background-color: #E74D39;
            }

.defaultCursor a
{
    cursor: default;
}

.tooltipMultiline{
    white-space: pre-line;
}

.inputBordeRemarcado {
    border: 2px solid rgb(28, 64, 114);
}

.inputBordeRemarcadoDelgado {
    border: thin solid rgb(28, 64, 114);
}