﻿/****************************************/
/*            DEFAULT.ASPX              */
@font-face {
  font-family: 'Marcellus SC';
  font-style: normal;
  font-weight: 400;
  src: url(http://fonts.gstatic.com/s/marcellussc/v13/ke8iOgUHP1dg-Rmi6RWjbLE_htaZ.ttf) format('truetype');
}
html {
  font-size: 100.01%;
  background: url("../images/MainBG_blue.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*background-size: 100% 50%;*/
  /*background-color:rgba(0, 0, 0, 0.6);*/
}
body {
  font-size: 62.5%;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.login {
  text-align: center;
  margin: 5% auto;
}
.lblSmall {
  font-Size: 1.8em;
  color: #00AEDB;
}
.lblMedium {
  font-Size: 2.5em;
  color: Black;
}
.lblError {
  font-size: 1.7em;
  font-weight: bold;
  color: #ff4040;
}
#lblResult {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* Spinner Settings */
.spinner {
  position: absolute;
  top: 0%;
  right: 0%;
  float: none;
}
.userLogin {
  text-align: center;
  min-width: 20%;
  max-width: 450px;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 10px 15px;
  border: solid 1px #FFF;
  margin: 0px auto;
  border-radius: 5px;
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.userLogin .lblSmall {
  min-width: 200px;
  display: block;
  margin-top: 0.6em;
  text-align: left;
  outline: none;
}
.userLogin ul {
  list-style-type: none;
  width: 100%;
  padding: 0;
}
.userLogin ul li {
  padding-bottom: 10px;
  /*&:last-child{
                margin-top:10px;
            }*/
}
.userLogin input[type=text],
.userLogin input[type=email],
.userLogin input[type=password] {
  font-size: 2em;
  width: 90%;
  padding: 5px;
}
.userLogin input[type=text]:focus,
.userLogin input[type=email]:focus,
.userLogin input[type=password]:focus {
  outline: none !important;
  border-color: #001931;
  box-shadow: 0 0 5px #007ffd;
}
.dlg {
  margin: 0 auto;
  text-align: center;
}
.dlg label {
  font-size: 1.2em;
  font-weight: 600;
}
.dlg input[type=text],
.dlg input[type=email],
.dlg input[type=password] {
  font-size: 1em;
  width: 4em;
  padding: 5px;
}
.dlg input[type=text]:focus,
.dlg input[type=email]:focus,
.dlg input[type=password]:focus {
  outline: none !important;
  border-color: #001931;
  box-shadow: 0 0 5px #007ffd;
}
.btnMyPort {
  font-size: 1.8em;
  color: #050505;
  padding: 15px 40px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #007ffd), color-stop(1, #004C97));
  background: -moz-linear-gradient(top, #007ffd 5%, #004C97 80%);
  background: -webkit-linear-gradient(top, #007ffd 5%, #004C97 80%);
  background: -o-linear-gradient(top, #007ffd 5%, #004C97 80%);
  background: -ms-linear-gradient(top, #007ffd 5%, #004C97 80%);
  background: linear-gradient(to bottom, #007ffd 5%, #004C97 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#007ffd, endColorstr=#004C97, GradientType=0);
  -webkit-appearance: none;
  background-color: #007ffd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #003264;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0px 1px 0px #003264;
}
.btnMyPort:hover {
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007ffd), color-stop(1, #001931));
  background: -moz-linear-gradient(top, #007ffd 5%, #001931 100%);
  background: -webkit-linear-gradient(top, #007ffd 5%, #001931 100%);
  background: -o-linear-gradient(top, #007ffd 5%, #001931 100%);
  background: -ms-linear-gradient(top, #007ffd 5%, #001931 100%);
  background: linear-gradient(to bottom, #007ffd 5%, #001931 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a', GradientType=0);
  background-color: #72b352;
}
.btnMyPort:active {
  position: relative;
  top: 1px;
}
h1 {
  position: relative;
  font-size: 7em;
  margin-top: 0;
  margin-bottom: 5px;
  text-shadow: 2px 3px 3px #292929;
  letter-spacing: -1px;
  -webkit-text-stroke: 1px #BBE5D7;
  float: none;
}
h1:after {
  color: #dbdbdb;
  content: attr(data-title);
}
h1 a {
  text-decoration: none;
  color: #f2f2f2;
  position: absolute;
  position: static\9;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottombottom, from(#000000), color-stop(50%, rgba(0, 0, 0, 0)), to(#000000));
  text-shadow: 0 2px 0 #BBE5D7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.logOut {
  font-size: 3em;
  margin: 5% 10%;
}
.clear {
  clear: both;
}
.loginFooter {
  margin: 0px auto;
  text-align: left;
  max-width: 450px;
}
.leftFooter {
  width: 49%;
  float: left;
}
.leftFooter img {
  height: 100%;
  width: 100%;
}
.rightFooter {
  padding: 20px;
}
.rightFooter span {
  font-size: 3.8em;
  color: #C0C1C3;
  text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
}
.loginFooterAgent {
  text-align: center;
  min-width: 20%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.loginFooterAgent img {
  width: 90%;
}
.MyPortfolioLink {
  margin: 5% 10%;
}
.hlForgot {
  margin-top: 0 !important;
  border: none;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
}
.hlForgot:hover {
  text-decoration: underline;
  cursor: pointer;
}
.Hide {
  display: none;
}
.marT20 {
  margin-top: 20px !important;
}
/*Preloader*/
/*#region Preloader*/
#preloader {
  background-color: rgba(244, 244, 244, 0.49);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#status {
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
}
.spinner {
  margin: 100px auto 0;
  text-align: center;
  width: 70px;
}
.spinner > div {
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  display: inline-block;
  height: 18px;
  width: 18px;
}
.spinner .bounce1 {
  -webkit-animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
  -o-animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
  animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
}
.spinner .bounce2 {
  -webkit-animation: 1.4s ease-in-out 0.16s normal both infinite bouncedelay;
  -o-animation: 1.4s ease-in-out 0.16s normal both infinite bouncedelay;
  animation: 1.4s ease-in-out 0.16s normal both infinite bouncedelay;
}
.spinner .bounce3 {
  -webkit-animation: 1.4s ease-in-out 0.32s normal both infinite bouncedelay;
  -o-animation: 1.4s ease-in-out 0.32s normal both infinite bouncedelay;
  animation: 1.4s ease-in-out 0.32s normal both infinite bouncedelay;
}
.spinner > div {
  background-color: #2C3E50;
}
@-moz-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -moz-transform: scale(0);
  }
  40% {
    -moz-transform: scale(1);
  }
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
/*#endregion*/
/*#region Toastr*/
.toast-title {
  font-size: 22px;
}
.toast-message {
  font-size: 18px;
}
.toast-progress {
  background-color: #FFFFFF;
}
/*#endregion*/