
h3 {
    font-size: 14px;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: 14px;
}

/* Login */
#centered {
    text-align: center;
}

#centered.top-pad5 {
    padding: 5% 0 0 0;
}

#centered table {
    margin:0px auto;
    text-align: left;
    font-size: 12px;
}

#centered TD.formFieldLabel {
    text-align: right;
}

/*    Portal   */

BODY {
    margin: 0px 0px;
    padding: 0px;
    height:100%;
    background: white;
}

H1 {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
}

#BackOfficeHeader {

    top:0px;
    left:0px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
    height:64px; /* 35px(height) + 00px (border) + 0px (padding) = 35px */
    border-style:solid;
    border-color:black;
    border-width:0px 0px 1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
    line-height:11px;
    color: white;
    background-color: #DDE5F1;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity.
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it.
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style
declaration. The incorrect IE5/Win value is above, while the correct value is
below. See http://glish.com/css/hacks.asp for details. */
    voice-family: "\"}\"";
    voice-family:inherit;
    height:35px; /* the correct IE5/Win height  35px(height) - 00px (border) - 0px (padding) = 35px */
    }
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct
length values to user agents that exhibit the parsing error exploited above yet get
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#BackOfficeHeader {height:35px;}

#FavouritesBar {
    position:relative;
    margin:2px 2px 2px 2px;
    padding:5px 5px 5px 10px;
    /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
    height:10px; /* 10px(height) + 4px (border x 2) + 5px (top padding) = 35px */
    text-align: right;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity.
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it.
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style
declaration. The incorrect IE5/Win value is above, while the correct value is
below. See http://glish.com/css/hacks.asp for details. */
    voice-family: "\"}\"";
    voice-family:inherit;
    height:19px; /* the correct IE5/Win height  10px(height) + 4px (border x 2) + 5px (top padding) = 35px */
    }
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct
length values to user agents that exhibit the parsing error exploited above yet get
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#BackOfficeHeader {height:64px;}

#FavouritesBar a:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: blue; text-decoration: none }
#FavouritesBar a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: blue; text-decoration: none }
#FavouritesBar a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: blue; text-decoration: underline }


#Content {
    position: absolute;
    top:65px;
    left:160px;
    margin:0px 0px 0px 0px;
    padding:10px;
    /* border: 1px solid #CC0000; */
    }

#Help {
    position: relative;
    margin:2px 2px 2px 2px;
    padding:5px 5px 5px 10px;
    border: 5px solid #C6C3C6;
    text-align: left;
    }


#Menu {
    position:absolute;
    top:0px;
    margin:0px;
    left:0px;
    height: 100%;
    width:172px;
    padding:5px;
    font-size: 90%;
    text-align: left;
    background: transparent none center left no-repeat;
    text-decoration: none;
    /* border-bottom:1px solid #0B0884; */
    /* border-top:0px solid #0B0884; */
    border-right:0px dotted #003A7B;
    /* border:1px 1px 1px 1px dashed #999; */
    line-height:17px;
/* Again, the ugly brilliant hack. */
    voice-family: "\"}\"";
    voice-family:inherit;
    width:150px;
    }
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

/* #MenuText a:visited { color:#003A7B; font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 1em; background-color:#FFF3E7; text-decoration: none;} */
/* #MenuText a:visited { color:#003A7B; font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 1em; background-color:#E7EDF3; text-decoration: none;} */
#MenuText a:visited { color:#434B42; font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 1em; background-color:#DDE5F1; text-decoration: none;}
/* #MenuText a:link { color:#003A7B; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em; background-color:#FFF3E7; text-decoration: none;} */
/* #MenuText a:link { color:#003A7B; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em; background-color:#E7EDF3; text-decoration: none;}*/
#MenuText a:link { color:#434B42; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em; background-color:#DDE5F1; text-decoration: none;}
/* #MenuText a:hover { color:white; background-color:#CC0000;} */
/* #MenuText a:hover { color:#003A7B; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em; background-color:#E7EDF3; text-decoration: none; font-weight: bold;} */
#MenuText a:hover { color:#CC0000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em; background-color:#FFF3E7; text-decoration: none;}

#MenuText {
    position:absolute;
    top:65px;
    margin:0px;
    left:0px;
    width:172px;
    padding:5px;
    font-size: 90%;
    text-align: left;
    background: transparent none center left no-repeat;
    text-decoration: none;
/* Again, the ugly brilliant hack. */
    voice-family: "\"}\"";
    voice-family:inherit;
    width:150px;
    }
/* Again, "be nice to Opera 5". */
body>#MenuText {width:150px;}

#MenuApplication {
    margin-top: 5px;
    /* border:1px solid #003A7B; */ /* Azul Condis*/
    /* border:1px solid #CFE2D3; *//* Gris ElPeriodico */
    border:0px solid #768CBA; /* Gris ElPeriodico */
}

#OptionApplication {
    margin-top: 5px;
    /* border:1px solid #003A7B; */ /* Azul Condis*/
    /* border:1px solid #CFE2D3; *//* Gris ElPeriodico */
    border:1px solid #768CBA; /* Gris ElPeriodico */
    width:140;
}

#MenuTitle {
            color:white;
            font-size:12px;
            font-family:Verdana, Arial, Helvetica, sans-serif;
            font-weight:bold;
            /* background-color:#003A7B;*/ /* Azul Condis*/
            /* background-color:#307F92;*/ /* Azul Gris*/
            /* background-color:#899986; *//* Marron ElPeriodico*/
            /*background-color:#768CBA; *//* Azul DIY*/
            background-color:#156EB0; /* Azul Logo condis*/
            padding-left: 3px;
            width:140;
           }

#OptionsTitle {
            color:white;
            font-size:12px;
            font-family:Verdana, Arial, Helvetica, sans-serif;
            font-weight:bold;
            background-color:#003A7B; /* Azul Condis*/
            /* background-color:#307F92;*/ /* Azul Gris*/
            /* background-color:#899986; *//* Marron ElPeriodico*/
            /* background-color:#768CBA; *//* Azul DIY*/
            padding-left: 3px;
            width:140;
           }

#OptionItem {
    border-top:1px solid #768CBA;
    /* border-top:1px solid #003A7B;*/ /* Azul Condis*/
    /* background-color: #E7EDF3; */ /* Azul clarito*/
    /* background-color: #ECF3EE; *//* Gris ElPeriodico */
    text-align: center;
    background-color: #DDE5F1; /* Gris ElPeriodico */
    padding-left: 3px;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-right: 0.25em;
    width:140;
}

div#OptionItem a:hover { display: block; color:#CC0000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em; background-color:#FFF3E7; text-decoration: none;}


#MenuItem {
    border-top:0px solid #768CBA;
    /* border-top:1px solid #003A7B;*/ /* Azul Condis*/
    /* background-color: #E7EDF3; */ /* Azul clarito*/
    /* background-color: #ECF3EE; *//* Gris ElPeriodico */
    /* background-color: #DDE5F1; */ /* Gris ElPeriodico */
    background-color: white;
    padding-left: 3px;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-right: 0.25em;
}

/*     Application Area    */

#AppContent {
    position: absolute;
    top:45px;
    left:0px;
    width: 100%;
    margin:0px 0px 0px 0px;
    padding:10px;
    /* border: 1px solid #CC0000; */
    }

#AppContent a:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #006699; text-decoration: none }
#AppContent a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #006699; text-decoration: none }
#AppContent a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #1E90FF; text-decoration: underline }

.doubleSpacing { line-height: 2em;}


.filterForm {
  border: 1px solid rgb(0, 102, 153);
  margin: 1%;
  padding: 5px;
  background: rgb(255, 204, 102) none repeat scroll 0%;
  font-size: 12px;
  font-weight: bold;
  color: black;
  white-space: nowrap;
  }

  table.listing {
    width: 98%;
    border-top: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
  }

.button-link {
    height: 20px !important;
    padding: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    color: black;
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #006699;
}

.lockInput {
    display:none;
}

.lockInput + label {
    display:inline-block;
    padding: 0 0 0 0px;
    background:url('../images/backoffice/lock.png') no-repeat;
    height: 16px;
    width: 16px;
    background-size: 100%;
    vertical-align: middle;
}

.lockInput:checked + label {
    background:url('../images/backoffice/unlock.png') no-repeat;
    height: 16px;
    width: 16px;
    display:inline-block;
    background-size: 100%;
    vertical-align: middle;
}

.backofficeButton {
    color:#000;
    height: 20px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #006699;

}
.addressFormLabel {
    text-align: right;
    font-weight: bold;
}

.initFormField{
    padding: 0em 0.2em 0em 0em;
}
.midFormField {
    padding-left: 0.6em;
    font-weight: bold;
}

/* Icon Popover */
div.icon-popover {
    display: inline-block;
    position: relative;
}
div.icon-popover p {
    display: none;
    top: 10px;
}

div.icon-popover.left p {
    right: -10px;
}
div.icon-popover.right p {
    left: -10px;
}

div.icon-popover:hover p {
    display: block;
    width: 200px;
    position: absolute;
    background-color: #000;
    color: #fff;
    padding: 10px;
    z-index: 1;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    text-align: left;
}
div.icon-popover p::after {
    width: 0;
    height: 0;
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent #000 transparent;
    top: -6px;
}
div.icon-popover.left p::after {
    right: 13px;
}
div.icon-popover.right p::after {
    left: 13px;
}