/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.custom-checkbox > [type="checkbox"],
 .custom-checkbox > label{
     margin-bottom:0px !important;
     -webkit-touch-callout: none;
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
 }
 .custom-checkbox > [type="checkbox"]:not(:checked),
 .custom-checkbox > [type="checkbox"]:checked {
     position: absolute;
     left: -9999px;
 }
 .custom-checkbox > [type="checkbox"]:not(:checked) + label,
 .custom-checkbox > [type="checkbox"]:checked + label {
     position: relative;
     padding-left: 22px;
     cursor: pointer;
 }
 .custom-checkbox > [type="checkbox"]:not(:checked) + label:before,
 .custom-checkbox > [type="checkbox"]:checked + label:before {
     content: '';
     position: absolute;
     left:0; 
     top: 50%;
     margin-top:-9px;
     width: 17px; 
     height: 17px;
     border: 1px solid #ddd;
     background: #ffffff;
     border-radius: 2px;
 }
 .custom-checkbox > [type="checkbox"]:not(:checked) + label:after,
 .custom-checkbox > [type="checkbox"]:checked + label:after {
     font: normal normal normal 12px/1 'Glyphicons Halflings';
     content: '\e013';
     position: absolute;
     top: 50%;
     margin-top:-7px;
     left: 2px;
     color: #000;
     xtransition: all .2s;
 }

 .custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
     opacity: 0;
     transform: scale(0);
 }
 .custom-checkbox > [type="checkbox"]:checked + label:after {
     opacity: 1;
     transform: scale(1);
 }

 .custom-checkbox > [type="checkbox"][data-indeterminate] + label:after,
 .custom-checkbox > [type="checkbox"][data-indeterminate] + label:after {
     content: '\2212';
     left: 2px;
     opacity: 1;
     transform: scale(1);
 }

 .custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:before,
 .custom-checkbox > [type="checkbox"]:disabled:checked + label:before {
     box-shadow: none;
     background-color: #eeeeee;
     border-color: #eeeeee;
     cursor: not-allowed;
     opacity: 1;
     color: #dadada;
 }
 .custom-checkbox > [type="checkbox"]:disabled:checked + label:after {
   color: #dadada; cursor: not-allowed;
 }
 .custom-checkbox > [type="checkbox"]:disabled + label {
   color: #aaa; cursor: not-allowed;
 }
 .custom-checkbox > [type="checkbox"]:checked:focus + label:before,
 .custom-checkbox > [type="checkbox"]:not(:checked):focus + label:before {
     border: 1px solid #000;
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
 }
 .custom-checkbox > label:hover:before {
     border: 1px solid #000 !important;
 }
 .custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:hover:before,
 .custom-checkbox > [type="checkbox"]:disabled:checked + label:hover:before{
     border: 1px solid #E4E4E4 !important;
 }

.form-signin {
    max-width: 400px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 20px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.captcha {
    text-align: -webkit-center;
    padding: 15px;
    border: solid;
    border-color: #CCCCCC;
}

.title_16 {
    font-size: 16px;
    font-weight: bold;
    color: #0078af;
    margin-bottom: 24px;
}

.float_r {
    float: right;
}

.float_l {
    float: left;
}

.header {
    background-color: #ffffff;
    height: 50px;
    border-bottom: 1px solid #cacaca;
}

.btn-primary {
    color: #fff;
    background-color: #0078af;
    border-color: #0092dd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background-color: #0092dd;
    border-color: #0092dd;
}

.btn-primary:visited {
    color: #fff;
    background-color: #0078af;
    border-color: #0092dd;
}

.prime_blue_bold {
    color: #0078af;
    font-weight: bold;
}

.grey_text {
    color: #a0a0a0;
}

.logo_h {
    padding: 7px 10px 0 0px;
}

.textos {
    font-size: 14px;
}

.titulos {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.info_text {
    width: 100%;
    text-align: right;
    padding-top: 15px;
}

.spacer55h {
    padding-bottom: 55px
}

.recoverylink:link {
    color: #a0a0a0;
}

.recoverlink:hover {
    color: #0092dd;
}

.recoverlink:visited {
    color: #0092dd;
}

.addon_alert {
    color: #fff;
    background-color: #bf9758;
    border: 1px solid #bf9758;
}

.form_alert {
    border: 1px solid #bf9758;
}

.text_alert {
    color: #bf9758;
    font-size: 13px;
}

.grey_medium {
    color: #a0a0a0;
}

.font14 {
    font-size: 14px
}

.addon_red {
    color: #fff;
    background-color: #b74b4b;
    border: 1px solid #b74b4b;
}

.form_red {
    border: 1px solid #b74b4b;
}

.text_red {
    color: #b74b4b;
    font-size: 12px;
    font-weight: bold;
}

.text_black {
    color: #000;
    font-size: 13px;
}

.grey_text a {
    color: #a0a0a0;
}

#lang a {
    color: #008c64;
    font-weight: bold;
}

h3 a {
    font-size: 13px;
    font-weight: bold;
}

.title_18_a {
    font-size: 18px;
    font-weight: bold;
    color: #0078af;
    margin-top: 20px;
}

.talign_l {
    text-align: left;
    padding-bottom: 5px;
}

.form-control:focus {
    border-color: #0092dd;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(40, 191, 151, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(40, 191, 151, 0.6) !important;
}

@media (max-width: 600px) {
    body {
        background-image: none;
    }
}

@media (max-width: 765px) {
    .logo_h {
        padding: 7px 10px 0 15px;
    }
}






