/*
Galeria de estilos para el frawor 2.0
*/
.wait{
        background-color: white;
        border: 1px solid rgba(44, 121, 179, 0.9);
        box-shadow: 0 20px 26px rgba(44, 121, 179, 0.8);
        height: 80px;
        left: 50%;
        margin-left: -140px;
        margin-top: -40px;
        position: fixed;
        top: 50%;
        width: 280px;
        z-index: 10000;
    }

/*AGREGADO*/
.multisel{
    background-color: white;
    border: 2px solid #FFFFFF;
    box-shadow: 0 20px 26px rgba(44, 121, 179, 0.8);
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -145px;
    position: fixed;
    height: 274px;
    z-index: 10000;
}
.m_tb_body tbody{
    height: 100px;
    overflow: auto;
}


#pag_form_th{
    border-top-color: white;
    border-left-color: white;
    border-right-color: white;
    border-bottom-color: #E7E8E6;
    padding: 0px;
    border-width: 0px;
    height: 18px;
    background: white;
}

#pag_form_th_div{
    display: table;
    width:100%;
}

#pag_form_th_div_div{
    display: table-row;
}

#pag_form_th_div_div_d1{
    display: table-cell;
    width: 80%;
}
#pag_form_th_div_div_d2{
    color: white;
    font-style: normal;
    font-weight: normal;
    display: table-cell;
    width: 20%;
}

tbody tr td .tdPagina1{
    /*border: 1px #2C79B3;*/
}

#tdPagina4 #iqaro a{
    color: #073362;
}

/* Normal link */
center a {
	/*color: #2C79B3;*/
	text-decoration: none;
}

center a:hover, a:active, a:focus {
	/*color: #2C79B3;*/
	
        text-decoration: underline;
}
td label a {
	color: #1155CC;
	text-decoration: none;
}

td label a:hover, a:active, a:focus {
	color: #1155CC;
	text-decoration: underline;
}
    table.tdonline td {
        height: 17px;
    }

    #modalDialogPageBackground{
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 9000;
        opacity: 0.13;
        background-color: darkgray;
        display: none;
    }
        
    .waitPopup {
        background: white;
        border: 1px solid rgba(44, 121, 179, 0.9);
        box-shadow: 0 20px 26px rgba(44,121,179, 0.8);
        outline: 0 none;
        padding: 30px 42px;
        min-width: 14%;
        position: fixed;
        margin: 20% 43%;
        z-index: 10000;
        display: none;
    }
    
    .waitPopup_table {
        background-image: url("../img/extra/large-loading.gif");
        background-position: left center;
        background-repeat: no-repeat;
        color: #444444;
        font: bold 13px 'tahoma,arial,helvetica';
        height: 100%;
        margin-left: 20px;
        width: 100%;
    }
    
    .waitPopup_title {
        -moz-font-feature-settings: normal;
        -moz-font-language-override: normal;
        -x-system-font: none;
        color: #444444;
        font-family: tahoma,arial,helvetica;
        font-size: 16px;
        font-size-adjust: none;
        font-stretch: normal;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        line-height: normal;
        margin-left: 40px;
        padding-bottom: 3px;
    }
    
    .waitPopup_msg {
        -moz-font-feature-settings: normal;
        -moz-font-language-override: normal;
        -x-system-font: none;
        font-family: arial,tahoma,sans-serif;
        font-size: 13px;
        font-size-adjust: none;
        font-stretch: normal;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: normal;
        margin-left: 40px;
    }
    
    .gwt-DialogBox {
        -moz-border-bottom-colors: none;
        -moz-border-image: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #ECECEC;
        border-bottom-color: #848484;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-left-color-ltr-source: physical;
        border-left-color-rtl-source: physical;
        border-left-color-value: #848484;
        border-left-style-ltr-source: physical;
        border-left-style-rtl-source: physical;
        border-left-style-value: solid;
        border-left-width-ltr-source: physical;
        border-left-width-rtl-source: physical;
        border-left-width-value: 1px;
        border-right-color-ltr-source: physical;
        border-right-color-rtl-source: physical;
        border-right-color-value: #848484;
        border-right-style-ltr-source: physical;
        border-right-style-rtl-source: physical;
        border-right-style-value: solid;
        border-right-width-ltr-source: physical;
        border-right-width-rtl-source: physical;
        border-right-width-value: 1px;
        border-top-color: #848484;
        border-top-style: solid;
        border-top-width: 1px;
        position: absolute;
        z-index: 1000;
    }
    
    .gwt-DialogBox .Caption {
        background-color: #D3D3D3;
        background-image: url("style/images/subtoolbar_bg.png");
        border-bottom-color: #848484;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        color: black;
        cursor: move;
        padding-bottom: 6px;
        padding-left: 5px;
        padding-right: 0;
        padding-top: 6px;
        text-align: left;
    }
    
    .modal{
        min-width: 500px;
        /*-webkit-box-shadow: 0px 5px 80px #505050;*/
        background: white;
        border: 1px solid rgba(44, 121, 179, 0.9);
        box-shadow: 0 20px 26px rgba(44,121,179, 0.8);
        outline: 0 none;
        padding: 30px 42px;
        min-width: 400px;
        position: fixed;
        /*width: 30%;*/
        margin: 10% 35% 20% 35%;
        /*top: 0px;
        bottom: auto;*/
        z-index: 10000;
        display: none;
    }
    
    .modal-dialog-title{
        background-color: #FFFFFF;
        color: #000000;
        cursor: default;
        font-size: 16px;
        font-weight: normal;
        line-height: 24px;
        margin: 0 0 16px;
    }
    
    .modal-dialog-title-text{
        color: #000000;
        cursor: default;
        font-size: 16px;
        font-weight: normal;
        line-height: 24px;
        font-family: Arial,sans-serif;
    }
    
    .modal-dialog-title-close{
        cursor: pointer;
        height: 11px;
        opacity: 0.7;
        padding: 17px;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 11px;
    }
    
    .modal-dialog-title-close:after {
        content: '';
        background: url(//ssl.gstatic.com/ui/v1/dialog/close-x.png);
        position: absolute;
        height: 11px;
        width: 11px;
        right: 17px;
    }
    
    .modal-dialog-title-close:hover {
        cursor: pointer;
        height: 11px;
        opacity: 1;
        padding: 17px;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 11px;
    }


    .modal-dialog-content{
        line-height: normal;
        background-color: #FFFFFF;
        font-family: Arial,sans-serif;
    }
    .modal-dialog-buttons{
        margin-top: 16px;
        font-family: Arial,sans-serif;
        color: #000000;
    }
    
    .modal-dialog-buttons button {
        background-color: #F5F5F5;
        background-image: -moz-linear-gradient(center top , #F5F5F5, #F1F1F1);
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 2px 2px 2px 2px;
        color: #444444;
        cursor: default;
        font-size: 11px;
        font-weight: bold;
        height: 29px;
        line-height: 27px;
        margin: 0 5px 0 5px;
        min-width: 72px;
        outline: 0 none;
        padding: 0 8px;
    }
    
    .modal-dialog-buttons button:hover, .modal-dialog-buttons button:active {
        background-color: #F8F8F8;
        background-image: -moz-linear-gradient(center top , #F8F8F8, #F1F1F1);
        border: 1px solid #C6C6C6;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        color: #333333;
    }
    .modal-dialog-buttons button:active {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    }
    
    .tooltip{
        background: white;
        border: 1px solid rgba(44,121,179, 0.6);
        box-shadow: 0 4px 16px rgba(44, 121, 179, 0.8);
        outline: 0 none;
        border-radius: 0px;
        /*position: fixed;*/
        position: absolute;
        visibility: hidden;
        padding: 5px
    }
    
    .goog-buttonset-action-w {
        background-color: #D9D9D9;
        border: 1px solid #073362;
        height:16px;
        color: #073362;
        padding: 0px 5px 2px 5px;
        border-radius: 0px;
        FONT-FAMILY: Arial, Verdana, Tahoma, Ms Sans Serif, Sans-Serif, Helvetica;
        FONT-SIZE: 10px;
    }
    
    .goog-buttonset-action-w:hover, td .goog-buttonset-action-w:active {
        background-color: #D0D0D0;
        border: 1px solid #000000;
        height:16px;
        color: #073362;
        padding: 0px 5px 2px 5px;
        border-radius: 0px;
        FONT-FAMILY: Arial, Verdana, Tahoma, Ms Sans Serif, Sans-Serif, Helvetica;
        FONT-SIZE: 10px;
    }
    
    .modal-dialog-buttons .goog-buttonset-action {
        background-color: #4D90FE;
        background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
        border: 1px solid #3079ED;
        color: #FFFFFF;
    }
    
    .modal-dialog-buttons .goog-buttonset-action:hover, .modal-dialog-buttons .goog-buttonset-action:active {
        background-color: #357AE8;
        background-image: -moz-linear-gradient(center top , #4D90FE, #357AE8);
        border: 1px solid #2F5BB7;
        color: #FFFFFF;
    }
    .modal-dialog-buttons .goog-buttonset-action:active {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    }
    
    .modal-dialog-buttons .goog-buttonset-action:focus {
        border: 1px solid transparent;
        box-shadow: 0 0 0 1px #FFFFFF inset;
        outline: 0 none transparent;
    }
    .modal-dialog-buttons .goog-buttonset-action[disabled] {
        background: none repeat scroll 0 0 #4D90FE;
        box-shadow: none;
        color: #FFFFFF;
        opacity: 0.5;
    }
    
    .goog-menu {
        background: none repeat scroll 0 0 white;
        border: 1px solid rgba(44, 121, 179, 0.9);
        box-shadow: 0 20px 26px rgba(44,121,179, 0.8);
        outline: 0 none;
    }
    
    .goog-menuitem, .goog-tristatemenuitem, .goog-filterobsmenuitem {
        color: #333;
        width: 300px;
        background: none repeat scroll 0 0 white;
        cursor: pointer;
        list-style: none outside none;
        margin: 0;
        padding: 6px 7em 6px 30px;
        position: relative;
        white-space: nowrap;
        border: 1px solid rgba(44, 121, 179, 0.6);
        box-shadow: 0 4px 16px rgba(44, 121, 179, 0.8);
        outline: 0 none;
        border-radius: 0px;
    }
    
    .goog-menuitem:hover {
        background-color: #E0EDFE;
    }
    
    .combo{
        background-position: center right;
        background-repeat: no-repeat;
        /*border: 1px solid #AAA;*/
        /*color: #555;*/
        font-size: inherit;
        margin: 0;
        overflow: hidden;
        /*padding-top: 2px;
        padding-bottom: 2px;*/
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .jfk-freestanding-menu-button{
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        background: url(//ssl.gstatic.com/ui/v1/disclosure/light-grey-disclosure-arrow-down.png) center no-repeat white;
        background-color: white;
        /*background: url(//ssl.gstatic.com/ui/v1/disclosure/dark-grey-disclosure-arrow-down.png) center no-repeat;*/
        border: 1px solid #E5E5E5;
        height: 11px;
        width: 11px;
        cursor: pointer;
    }
    
    
    .disable_input{
        border: 1px solid gray;
        /*color: #073362;*/
        font-family: Arial,Vernada,Helvetica,sans-serif;
        font-size: 10px;
        height: 16px;
        padding-left: 4px;
    }
    
    #trr #tdr{
        border-width: 0px;
        width : 10px;
        background-color: #F8F8F7;
        padding: 0px 2px;
        height:16px;
    }
    
    #trr #tdl{
        border-width: 0px;
        width : auto;
        background-color: #F8F8F7;
        white-space: nowrap;
        padding: 0px 10px 0px 2px;
        color: #073362;
        font-size: 10px;
        height:16px;
    }
    
    #fe #tdf{
        padding: 0px;
        margin: 0px;
        height: 16px;
        border-width: 0px;
        border-style: solid;
        width: auto;
    }
    
    #fe #tds{
        padding: 0px 2px;
        margin: 0px;
        height: 16px;
        border-width: 0px;
        border-style: solid;
        width: auto;
    }
    
    th{
        height: 17px;
    }
    
    /*
    Parte de codigo para el tipo de dato 19
    */
    .generic_dialog {
        height: 0;
        left: 0;
        outline: medium none;
        overflow: visible;
        /*position: fixed;*/
        top: 0;
        width: 100%;
        z-index: 200;
    }

    .contextual_dialog .generic_dialog_popup {
        position: absolute;
        /*width: 260px;*/
        min-width: 50px;
        max-width: 260px;
    }

    y1PwbUG4lGz.css.generic_dialog_popup {
        height: 0;
        margin: auto;
        overflow: visible;
        position: relative;
        width: 465px;
    }

    .contextual_dialog .contextual_dialog_content {
        -moz-border-bottom-colors: none;
        -moz-border-image: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        /*background: none repeat scroll 0 0 #FFFFFF;*/
        background: white;
        border: 1px solid rgba(44,121,179, 0.6);
        box-shadow: 0 4px 16px rgba(44, 121, 179, 0.8);
        /*border-color: #333333;
        border-style: solid;
        border-width: 1px;*/
        /*line-height: 15px;*/
        min-height: 18px;
        min-width: 50px;
        max-width: 260px;
        padding: 4px;
        
    }

    .contextual_dialog .arrow {
        background-image: url("../img/extra/arrow-left.png");
        background-repeat: no-repeat;
        height: 15px;
        margin-left: -10px;
        position: absolute;
        top: 16px;
        width: 13px;
    }
    .contextual_dialog .dialog_title {
        color: #000000;
        font-size: 11px;
        padding: 8px 10px 0;
    }
    
    .input2t {
        font-family: Arial, Vernada, Helvetica, sans-serif;
        font-size: 10px;
        color: #073362;
        height: 16px;
        border: 1px solid #FFFFFF; 
        padding-left: 4px;    
    }

/**
CODIGO 21-01-2014
*/

#modalDialogIA{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9000;
    background-color: rgba(224, 224, 224, 0.8);
    display: none;
}

.pagreg46 ul {
    list-style-type: none !important;
}

.pagreg46 ul li{
    cursor: default;
    display:block;
    list-style-type: none !important;
    background-image: none;
    padding-left: 5px;
}

.pagreg46 ul li:hover{
    background-color: #febb80 !important;
}

