@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300);
*{
    box-sizing: border-box;
}
body{
    background: #e8e8f0; 
    font-size: 16px;
    font-family: 'Lato', Calibri;
    margin: 0px;
    padding: 0px;
    color: #404040;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #520A76;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

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: 0px;
}
.main h2, .main p{
    text-align: center;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    background: #e8e8f0;
    background-size: 20px 300px;
    /* margin: 20px auto 0px auto; */
    /* border: 1px solid #496077; */
    /* border-radius: 5px; */
}
.title
{
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 5px solid #E70096;
    z-index: 10;
    background: #fff;
}

.header h1
{
    font-weight: 700;
    color: #f9f9f9;
    border: none;
    font-size: 2em;
    margin: 0;
}

.main{
    width: 940px;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 10px 0px;
    padding: 30px 5px;
    border: 1px solid #520A76;
    background: #fff;
    border-radius: 10px;
}

fieldset p {
    width: 300px;
    margin: 0 auto;
    text-align: left !important;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 0.8em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    color: #2A0A76;
}

input.textEntry, input[type="text"]{
    width: 100%;
    border: 1px solid #7b7b7b;
    padding: 3px;
    border-radius: 3px;
    background: #f2f2f2;
    background: -moz-linear-gradient(top,  #f2f2f2 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #f2f2f2 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );
    outline: none;
    transition: all .2s ease;
}
input.textEntry:hover, 
input[type="text"]:hover,,
select:hover,
input.textEntry:focus, 
input[type="text"]:focus,
select:focus{
    border-color: #e70096;
}

input[disabled="disabled"], input[disabled="disabled"]:hover{
    border: 1px solid #d2d2d2;;
}

input.passwordEntry 
{
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px
}

div.accountInfo
{
    width: 50%;
    margin: 0 auto;
}
div.accountInfo select{
    width: 100%;
}
/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    width: 940px;
    margin: 0 auto;
    box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    padding: 15px;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
    display: none;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification{
    font-size: 1.2em;
    color: Red;
}
.failureNotification ul{
    width: 300px;
    list-style: none;
    margin: 0;
    padding: 10px;
    background: tomato;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    margin: 20px auto;
}
.failureNotification li{
    display: inline-block;
}
.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.submitButton input{
    background: #520A76;
    color: #fff;
    border: 0px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 50px;
}


.formulario{
    padding: 5px 20px;
    width: 90%;
    margin: 10px auto;
}
.formulario table{
    font-size: 14px;
}
.formulario textarea{
    border-radius: 5px;
    border: 1px solid #ccc;
}
.small_btn{
    background: #520A76;
    color: #fff;
    border: 0px;
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 50px;
}
.small_btn[disabled="disabled"]{
    opacity: .5;
}
/*.checkbox{
    float: left;
}*/
.invalid{
    color: tomato;
    font-size: 11px;
}
.table_results{
    border: 1px solid #520A76;
}
.table_results thead{
    border: 1px solid #520A76;
}
.table_results thead th{
    background: #ededed;
    padding: 5px;
}
.table_results tbody td{
    padding: 5px;
}

.texto_negrita
{
    font-family: Verdana, Arial, Helvetica, Calibri;
    font-size: 9px;
    font-weight: bold;
    color: #47596A;
}

.failureNotification
{
    font-size: 1em;
    color: Red;
}

.texto_alt
{
    font-family: verdana;
    font-size: 0.7em;
    font-weight: 300;
    color:#622F80;
}

.texto_tit
{
    font-family: verdana;
    font-size: 2.7em;
    font-weight: 300;
    color:#DF7401;
}

.texto_alt_Num
{
    font-family: verdana;
    font-size: 10px;
    font-weight: 300;
    color:#622F80;
}

.texto_acor
{
    font-family: lato;
    font-size: 12px;
    font-weight: bold;
    color:#FFFFFF;
}

.accordionHeader
{
    color: white;
    background-color: #8712a5;
    padding: 5px;
    margin-top: 1px;
    cursor: pointer;
    text-align: left;
    border-radius: 3px;
    position: relative;
}
.accordionHeader:after{
    content: "▼";
    position: absolute;
    right: 10px;
}
 
 .accordionHeader a
{
     color: #FFFFFF;
     background: none;
     text-decoration: none;
     text-align: left;
}
 
 .accordionHeader a:hover
{
     background: none;
     text-decoration: underline;
     text-align: left;
}
 
.accordionHeaderSelected
{
    color: white;
    background-color: #6B2395;
    padding: 5px;
    margin-top: 1px;
    cursor: pointer;
    text-align: left;
    border-radius: 3px;
    position: relative;
}
 .accordionHeaderSelected:after{
    content: "▲";
    position: absolute;
    right: 10px;
}
 .accordionHeaderSelected a
{
     color: #FFFFFF;
     background: none;
     text-decoration: none;
     text-align: center;
}
 
.accordionHeaderSelected a:hover
{
     background: none;
     text-decoration: underline;
     text-align: center;
}
 
.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 1px;
    padding-top: 10px;
}

.table-default{
    background: #ededed;
    padding: 10px;
    border-radius: 5px; 
}

.table-default table{
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-color: #f9d8ed;
    box-shadow: 0px 0px 2px;
}

.table-default table tr{
    border-color: transparent;
}

.table-default table tr:first-child{
    background: #520a76;
    border: 1px solid #520a76;
    color: #fff;
}

.table-default table tr td{
    border-left: 1px solid #b296bf;
    border-right: 1px solid #b296bf;
    border-bottom: 1px solid #b296bf;
    padding: 5px 10px;
}
.formulario input[type="file"]{
    background: #e8e8f0;
    border-radius: 5px;
    padding: 5px;
}
select {
    border: 1px solid #7b7b7b;
    width: 120px;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa url("../Img/down-arrow.gif") no-repeat 97% 50%;
    padding: 5px 8px;
    width: 130%;
    box-shadow: none;
    -webkit-appearance: none;
}
select:focus {
    outline: none;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, Calibri;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}










