/* ================================
    CSS STYLES FOR BIOSS
   ================================
*/

/* VSSID: $Header: /BIOSS/WWWROOT/login/BIOSS.css 18    2/07/19 11:49a Gonzalezf $ */

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
    background-color: red;
}

/* background color for the content part of the pages */
Body
{
    /* background-image: url(images/inmtextb.gif); */
    background-color: white;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #cccc99;
    line-height: 20px;
}

/* background/border colors for the selected tab */
.TabBg
{
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
    background-color: gray;
    border-color: black;
}

/* text style for the selected tab */
.SelectedTab
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: red;
    font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
    text-decoration: none;
    color: #eeeeee;
}

A.OtherTabs:visited
{
    text-decoration: none;
    color: #eeeeee;
}

A.OtherTabs:active
{
    text-decoration: none;
    color: #eeeeee;
}

A.OtherTabs:hover
{
    text-decoration: underline;
    color: white;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

/* hyperlink style for the site links */
A.SiteLink:link
{
    text-decoration: none;
    color: white;
}

A.SiteLink:visited
{
    text-decoration: none;
    color: #eeeeee;
}

A.SiteLink:active
{
    text-decoration: none;
    color: #eeeeee;
}

A.SiteLink:hover
{
    text-decoration: underline;
    color: white;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight: bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee;
}

/* style of item titles by Announcements and events */
.ItemTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
}



/* GENERAL */
/* style for module titles */
.Head
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: black;
}

/* texto usado en general */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}

/* texto usado en labels de formas */
.FormLabel
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    color: Black;
}

/* texto usado en instrucciones */
.Instrucciones
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: green;
    font-weight: normal;
    line-height: 12px;
}

/* texto usado en mensajes de error */
.ErrorMsg
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: red;
    font-weight: normal;
    line-height: 12px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

/* texto usado en la edicion de grids */
.NormalSmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 11px;
}

.rlvNormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-color: #990000;
    color: White;
}

.rlvNormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    background-color: #FFFBD6;
}

.rlvNormalTextBoxAlt
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    background-color: White;
}

/* titulos grandes */
.Titulos
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: large;
    font-weight: bold;
    line-height: 22px;
    color: Maroon;
}

.containerTable
{
    width: 700px;
    margin: 1em auto;
    border-collapse: collapse;
}

.ajax__calendar {
    position: relative;
    visibility: visible;
    display: block;
    top: inherit !important;
}

    .ajax__calendar iframe {
        left: 0px !important;
        top: 0px !important;
    }

.ajax__scroll_none {
    overflow: visible !important;
    z-index: 10000 !important;
}

.popupControl
{
    visibility: hidden;
    border-style: solid;
    background-color: #ffffcc;
    position: absolute;
    border-width: 2px;
    border-color: Black;
    text-decoration: blink;
    color: Black;
}

.ACEStyleIE11
{
    min-width: 400px;
    margin: 0px;
    padding: 0px;
    border-width: 1px;
    z-index: 1;
    position: absolute;
    list-style-position: outside;
}
.autocomplete_completionListElement
{
    overflow: auto;
    height: 200px;
    border-width: 1px;
    border-style: solid;
    list-style-type: none;
    margin: 0px;
    padding: 6px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    background-color: white;
}

.autocomplete_completionListElement100
{
    overflow: auto;
    height: 200px;
    border-width: 1px; /*border-style : solid;*/
    list-style-type: none;
    margin: 0px;
    padding: 6px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px; /*background-color: white;*/
}

.autocomplete_completionListElement400
{
    overflow: auto;
    height: 200px;
    min-width: 400px;
    border-width: 1px; /*border-style: solid;*/
    list-style-type: none;
    margin: 0px;
    padding: 6px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px; /*background-color: white;*/
}

.autocomplete_completionListElement402
{
    overflow: auto;
    height: 150px;
    min-width: 400px;
    border-width: 1px; /*border-style: solid;*/
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    text-align: left; /*background-color: white;*/
}

.autocomplete_completionListElement401
{
    border-style: none;
    background-color: white;
    border-color: Black;
    padding: 1px;
    color: Black;
}
/* letra vertical Crystal Report */
.LetraVertTB
{
    writing-mode: tb-rl;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
    text-decoration: underline;
    color: red;
}

A.CommandButton:visited
{
    text-decoration: underline;
    color: red;
}

A.CommandButton:active
{
    text-decoration: underline;
    color: red;
}

A.CommandButton:hover
{
    text-decoration: underline;
    color: red;
}




/* GENERIC */
H1
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
    line-height: 20px;
}

H2
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

H3
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: red;
}

H4
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: red;
}

H5, DT
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

H6
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

TFOOT, THEAD
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: red;
}

TH
{
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red;
}

A:visited
{
    text-decoration: none;
    color: red;
}

A:active
{
    text-decoration: none;
    color: red;
}

A:hover
{
    text-decoration: underline;
    color: red;
}

SMALL
{
    font-size: 8px;
}

BIG
{
    font-size: 14px;
}

BLOCKQUOTE, PRE
{
    font-family: Lucida Console, monospace;
}


UL LI
{
    list-style-type: square;
}

UL LI LI
{
    list-style-type: disc;
}

UL LI LI LI
{
    list-style-type: circle;
}

OL LI
{
    list-style-type: decimal;
}

OL OL LI
{
    list-style-type: lower-alpha;
}

OL OL OL LI
{
    list-style-type: lower-roman;
}

HR
{
    color: gray;
    height: 1pt;
    text-align: left;
}

/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/

/* Main part of the page that holds contents */
#body
{
    width: 726px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

/* 2 column layout */
#columnleft
{
    float: left;
    width: 240px; /*position: relative; */
}

#columnright
{
    margin-left: 245px; /*  position:relative; */
}

#menuleft
{
    float: left;
    width: 100px; /*position: relative; */
}

#bodyright
{
    margin-left: 105px; /*  position:relative; */
}

.leftblock
{
    /*border: 1px solid #DBDB79;*/ /*border: 1px solid #5EB5F7;*/
    border: 1px solid Gray;
    padding: 15px;
    margin-bottom: 10px; /*background: #FEFAAB url(images/background_columnleft.gif) repeat-y;*/
    background: Ivory;
    vertical-align: top;
}

.rightblock
{
    /*border: 1px solid #DBDB79;*/ /*border: 1px solid #5EB5F7;*/
    border: 1px solid Gray;
    padding: 15px;
    margin-bottom: 10px; /*background: #FEFFAB url(images/background_columnright.gif) repeat-y;*/
    background: Ivory;
    position: relative; /*width:446px;*/
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}
.rightblock2
{
    /*border: 1px solid #DBDB79;*/ /*border: 1px solid #5EB5F7;*/
    border: 1px solid Gray;
    padding: 15px;
    margin-bottom: 3px; /*background: #FEFFAB url(images/background_columnright.gif) repeat-y;*/
    background: Ivory; /*width:446px;*/
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}
.scroll
{
    overflow: scroll;
}

.rightblock1
{
    border: 1px solid Gray;
    padding: 5px;
    margin-bottom: 10px;
    background: Ivory;
    position: relative;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}

.clear2column
{
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0px;
    height: 0px;
    clear: both;
}


/* A full width block on the page */

.fullwidth, #loginbanner
{
    /*border: 1px solid #DBDB79;*/
    border: 1px solid #5EB5F7;
    width: 694px;
    margin-right: auto;
    margin-left: auto; /*background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y;*/
    background: Ivory;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

/* Oculta los div*/
.hide
{
    display: none;
}
.show
{
    display: inline;
}

/* da formato al divloading*/
#divLoading
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    background-image: url(images/loading.png);
}

.divFlotante
{
    background-color: #DCD7D7;
    margin-left: 20px;
    margin-top: 30px;
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    width: 480px;
    height: 270px;
    margin: -135px 0 0 -240px;
}
.divFlotante2
{
    background-color: #DCD7D7;
    margin-left: 20px;
    margin-top: 30px;
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    width: 700px;
    height: 340px;
    margin: -135px 0 0 -240px;
}

.divFlotantePAGOS
{
    background-color: #DCD7D7;
    margin-left: 20px;
    margin-top: 30px;
    position: fixed;
    z-index: 100;
    top: 30%;
    left: 40%;
    width: 750px;
    height: 440px;
    margin: -125px 0 0 -300px;
}

.divFlotanteCFDI
{
    overflow: auto;
    background-color: #DCD7D7;
    margin-left: 20px;
    margin-top: 30px;
    position: fixed;
    z-index: 100;
    top: 40%;
    left: 40%;
    width: 900px;
    height: 355px;
    margin: -142px 0 0 -280px;
}

/*==================menu, buttons====================*/
.menu_sup
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    text-align: left;
    vertical-align: middle;
    height: 41px;
    width: 600px;
}
.menu_sup a
{
    text-decoration: none;
}
.menu_sup a:hover
{
    color: #0099ff;
}
.btns_left
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    background-image: url(images/btns_left_fdo.jpg);
    text-align: left;
    vertical-align: middle;
    height: 30px;
    width: 134px;
    padding-right: 5px;
    padding-left: 20px;
}
a:link
{
    color: #666;
    text-decoration: none;
}
a:visited
{
    color: #666;
}
a:hover
{
    color:#FFD700; 
    text-decoration: none;
    border-radius: 15px; /* propiedad CSS3*/
    -ms-border-radius: 15px; /* para IE 8 (Actualización: no sirve, fue una especulación */
    -moz-border-radius: 15px; /* Firefox */
    -webkit-border-radius: 15px; /* WebKit y Safari */
    -khtml-border-radius: 15px;     
}
a:active
{
    color: #FFD700;
}
.menu_item
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #666574;
    z-index: 1;
}
.submenu_item
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    font-weight: bold; 
    color: #666574;
    z-index: 1;   
}
.adjustedZIndex
{
    z-index: 1;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;      
}
hr.separador
{
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}
/*==================autocompleteexteder====================*/
.cuentas
{
    width: 140px;
    float: left;
    margin-right: 20px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
}

.CodigoAgrupador
{
    width: 500px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.divRdgEditPartidas2
{
    margin: 0 0 0 0px;
    overflow: scroll;
    position: static;
    text-align: left;
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-right: 0px;
    z-index: 100;
    top: 40%;
    left: 40%;
}
.divRdgEditPartidas
{
    margin: 0 0 0 0px;
    overflow: scroll;
    position: static;
    text-align: left;
    margin-left: -130px;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-right: 0px;
    z-index: 100;
    width: 83%;
}

/*Tabcontainer Tab Activo*/

.ajax__tab_active .ajax__tab_tab {
    color: black;
    font-weight: normal;
}

/*Tabcontainer Tab inactivo*/
.ajax__tab_tab {
    color: black !important;
    font-weight: normal;
}



#example {
    text-align: center;
}

    #example .demo-container {
        display: inline-block;
        text-align: left;
    }

.demo-container .RadUpload .ruUploadProgress {
    width: 210px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}

html .demo-container .ruFakeInput {
    width: 220px;
}

