﻿/* DEFAULTS
----------------------------------------------------------*/

/*body   
{
    background: #e4e3de !important;
    font-size: .80em;
    font-family: "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    color: #696969;
}*/

/*p
{
    margin-bottom: 10px;
    line-height: 1.2em;
}*/


/* HEADINGS   
----------------------------------------------------------*/

/*h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}/*

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
/*.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}*/
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
/*.page
{
    width: 1000px;
    background-color: #fff;
    margin: 20px auto 0 auto;
    border: 1px solid #496077;
}*/

body {
    font-family: "Segoe IU", sans-serif !important;
    /* default is 1rem or 16px */
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.form-control {
    height: calc(1.5em + 0.5rem + 2px) !important;
    padding: 0.25rem 0.5rem !important;
    font-size: 0.75rem !important;
}

.btn {
    padding: 0.25rem 0.5rem !important;
    font-size: 0.75rem !important;
}

.btn-primary {
    background-color: #0d4d95 !important;
    border-color: #0d4d95 !important;
}

.btn-secondary {
    background-color: rgb(66, 184, 221) !important;
    border-color: rgb(66, 184, 221) !important;
}

.btn-hidden {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    font-size: 0 !important;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.btn-link {
    margin-top: 5px;
    background-color: #D2DEEC !important;
    border-color: #D2DEEC !important;
}

.img-prev {
    max-height: 500px !important;
}

h5 {
    font-size: 1.4em !important;
}

.header {
    position: relative;
    /*background: #fafaf4;*/
    width: 100%;
    height: 80px;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
}

.menu
{
    position: relative;
    margin-top: 8px;
    padding-top: 4px;
    background: #0d4d95;
    width: 100%;
    height: 35px; 
}

.header h1
{
    border: none;
    border-color: inherit;
    border-width: medium;
    font-weight: 700;
    margin: 0;
    padding: 0 0 0 20px;
    color: #f9f9f9;
    line-height: 2em;
    font-size: 2em;
    width: 162px;
}

.main
{
    padding: 0 12px;
    margin: 12px 30px 8px 30px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0 0 0;
    margin: 0 auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#0d4d95;
    width:100%;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: center;
    padding-top: 5px;
    padding-left: 5px;
}

.title2
{
    display: block;
    float: left;
    text-align: center;
    padding-left: 5px;
}

.loginDisplay
{    
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: #0d4d95;
}

.satDisplay
{    
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding-top: 5px;
    padding-right: 25px;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.button-primary,
.button-success,
.button-error,
.button-warning,
.button-secondary {
    color: white;
    border-radius: 5px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    padding: 3px;
    padding-right: 8px;
    padding-left: 8px;
}

.button-primary {
    background: #0d4d95; 
}

.button-success {
    background: rgb(28, 184, 65); /* this is a green */
}

.button-error {
    background: rgb(202, 60, 60); /* this is a maroon */
}

.button-warning {
    background: rgb(223, 117, 20); /* this is an orange */
}

.button-secondary {
    background: rgb(66, 184, 221); /* this is a light blue */
}

.aviso{
    /*border-color:#F9F9F9; 
    border:2px solid; 
    padding:5px; */
    color:#303030; 
    vertical-align:top;
}

.dialog-text{
    font-size: 1em;
    font-family: "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button-primary {
    color: white;
    border-radius: 5px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    background: #0d4d95; 
    font-size: 1em;
    font-family: "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    margin:0;
    padding:0;
    margin-left:5px;
}
.ui-dialog .ui-dialog-titlebar {
    color: white;
    background: #0d4d95;
}
.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix{border:none}

.link-loginContado {
    color: #cc0000; 
    font-size: large; 
    font-weight: bold; 
    border: 4px solid #3366ff; 
    padding: 8px 90px; 
    position: relative; 
    margin-top: 8px; 
    top:8px;
    text-decoration:none;
}

.link-loginCredito {
    color: #cc0000; 
    font-size: large; 
    font-weight: bold; 
    border: 4px solid #3366ff; 
    padding: 8px 60px; 
    position: relative; 
    margin-top: 8px; 
    top:8px;
    text-decoration:none;
}

a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  font-size:small;
  font-weight:normal;
  position: absolute;
  color: #FFFFFF;
  background: #000000;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
}

a.tooltips-down span{    
  width:380px;
  height: 30px;
  line-height: 30px;
}

a.tooltips-rigth span{    
  width:440px;
  height: 40px;
  line-height: 20px;
}

a.tooltips-down span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a.tooltips-down:hover span {
  visibility: visible;
  opacity: 0.8;
  top: 50px;
  left: 50%;
  margin-left: -196px;
  z-index: 999;
}

a.tooltips-rigth span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  width: 0; height: 0;
  border-right: 8px solid #000000;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
a.tooltips-rigth:hover span {
  visibility: visible;
  opacity: 0.8;
  left: 100%;
  top: 50%;
  margin-top: -29px;
  margin-left: 15px;
  z-index: 999;
}

.close {
    text-indent: -99em;
    overflow: hidden;
}

.table-header {
    --bs-table-bg: #507CD1;
}