﻿@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; }

