﻿@font-face {
  font-family: 'Maven Pro';
  src: url("../fonts/MavenPro-Regular.eot");
  src: url("../fonts/MavenPro-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/MavenPro-Regular.woff2") format("woff2"), url("../fonts/MavenPro-Regular.ttf") format("truetype"), url("../fonts/MavenPro-Regular.woff") format("woff"), url("../fonts/MavenPro-Regular.svg#MavenPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Maven Pro', Helvetica; }

header {
  position: fixed;
  top: 20px;
  right: 40px;
  z-index: 1; }
  header i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: darkslateblue;
    display: inline-block; }
    header i.pyx {
      background: #0061A1; }
    header i.red {
      background: #B20E10; }
    header i.fyd {
      background: #E56605; }
    header i.anx {
      background: #A9C918; }
    header i.tec {
      background: #5B1256; }
  header i + i {
    margin-left: 20px; }

div.loginPanel {
  max-width: 320px;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  -ms-align-content: space-between;
  -webkit-align-content: space-between;
  align-content: space-between;
  align-items: center; }
  div.loginPanel > div {
    width: 100%; }
  div.loginPanel div.row + div.row {
    margin-top: 1em !important; }

.loginLogo {
  margin-bottom: 20px; }

.loginTitle {
  color: #003565;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: bold; }

input {
  text-align: center; }

[type=submit] {
  width: 100%;
  color: #fff;
  background: #0098D8;
  border: solid 1px #5DBBE6;
  font-size: 1.2em;
  font-weight: bold;
  padding: 6px 20px; }

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: transparent;
  color: #003565; }

.forgot-password a {
  color: gray;
  font-size: 14px; }

input[type="text"], input[type="password"] {
  background-color: #F7F7F7; }

.validation-summary-errors ul {
  list-style-type: none;
  padding: 0;
  color: red;
  font-size: 14px; }

/*************************** Dialog ***********************************/
.dialogBackgroundTitle {
  background: #111 url("Images/ffffff/PYX100x22.png") no-repeat right;
  background-origin: content-box;
  height: 32px;
  margin-bottom: 10px; }

.dialogTitle {
  font-family: 'Levenim MT';
  font-size: 1.2em;
  float: left;
  background: #111;
  color: #FFF; }

#divRecoverError {
  height: auto;
  background-color: transparent;
  border: hidden; }

.ladda-spinner > div {
  top: 17px !important; }

.languageItem {
  padding: 8px 6px; }

/* Bootstrap Captcha */
.bsCaptchaDiv li, .bsCaptchaDivRecover li {
  list-style-type: none; }

.bsCaptchaDiv, .bsCaptchaDivRecover {
  background: none; }

.bsCaptchaTarget, .bsCaptchaTargetRecover {
  border: 0px none white; }

.row-fluid.bsCaptchaDiv ul.span12.text-center.text-center,
.row-fluid.bsCaptchaDivRecover ul.span12.text-center.text-center {
  text-align: center;
  padding: 0px; }

.row-fluid.bsCaptchaDiv hr, .row-fluid.bsCaptchaDivRecover hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-top: 1px solid #eeeeee; }

#bsCaptchaTarget, #bsCaptchaTargetRecover {
  background: none;
  padding: 0px 0px 0px 0px;
  text-align: center; }

.well, .wellRecover {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: none;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.alert-danger, .alert-dangerRecover {
  background-color: none;
  border-color: #ebccd1;
  color: #a94442; }

.alert, .alertRecover {
  padding: 15px;
  margin-bottom: 10px;
  border: 0px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 0px; }

.fa-2x, .fa-2xRecover {
  font-size: 1.4em !important; }

#bsInstructions li, #bsWhat, #bsCaptchaError, #bsTargetSpan,
#bsInstructionsRecover li, #bsWhatRecover, #bsCaptchaErrorRecover, #bsTargetSpanRecover {
  font-size: 12px !important; }

/*.ui-widget {
    font-size: 0.9em;
}

.btnLoginFb, .btnLoginLi {
    font-size: 0.8em;
}*/

