﻿@import url(normalize.css);
@import url(normalize.css);
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4TbMDrMfJQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMDrMfJQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4Y_LDrMfJQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/muli/v29/7Aulp_0qiz-aVz7u3PJLcUMYOFmQkEk30e0.ttf) format('truetype');
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/muli/v29/7Aulp_0qiz-aVz7u3PJLcUMYOFnOkEk30e0.ttf) format('truetype');
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/muli/v29/7Aulp_0qiz-aVz7u3PJLcUMYOFkQl0k30e0.ttf) format('truetype');
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/muli/v29/7Aulp_0qiz-aVz7u3PJLcUMYOFkpl0k30e0.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLFj_Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDz8Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDD4Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLBT5Z1xlEA.ttf) format('truetype');
}
a {
  color: #212529;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover,
a:focus {
  text-decoration: none;
}
h1 {
  font-family: 'Comfortaa', cursive;
  font-size: 3.2rem;
  text-align: center;
}
h2 {
  font-family: 'Comfortaa', cursive;
  font-size: 1.6rem;
  text-align: center;
}
h3 {
  font-size: 1.8rem;
  text-align: left;
  font-weight: 500;
  margin: 0;
  margin-bottom: 0.6rem;
}
h4 {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
  margin-bottom: 0.6rem;
}
h5 {
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0;
}
h6 {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
}
.hide {
  display: none;
}
.btn {
  background: #428bca;
  border: none;
  color: white;
  cursor: pointer;
  text-align: center;
  border-radius: 6rem;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn:hover {
  background: #2a6496;
}
.btn:focus {
  outline: none;
}
.btn:disabled {
  cursor: default;
}
.s-button {
  padding: 1.2rem;
}
.m-button {
  padding: 1.2rem;
  display: block;
}
.l-button {
  padding: 1.2rem;
  display: block;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 2.2rem #474A59 inset !important;
  -webkit-text-fill-color: #F8F9FA !important;
  -webkit-transition: all 0ms ease;
  -moz-transition: all 0ms ease;
  -o-transition: all 0ms ease;
  transition: all 0ms ease;
}
.form-group {
  margin-bottom: 1.6rem;
  position: relative;
}
.form-group label:not(.label-checkbox) {
  padding: 1.2rem 0;
  pointer-events: none;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-group .label-checkbox {
  cursor: pointer;
  user-select: none;
}
.form-group .label-checkbox input:checked + .checkbox {
  border-color: #428bca;
}
.form-group .label-checkbox input:checked + .checkbox svg path {
  fill: #428bca;
}
.form-group .label-checkbox input:checked + .checkbox svg polyline {
  stroke-dashoffset: 0;
}
.form-group .label-checkbox:hover .checkbox svg path {
  stroke-dashoffset: 0;
}
.form-group .label-checkbox .invisible {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}
.form-group .label-checkbox .checkbox {
  position: relative;
  top: 2px;
  margin-top: 0;
  float: left;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  border: 2px solid #C8CCD4;
  border-radius: 3px;
}
.form-group .label-checkbox .checkbox svg {
  position: absolute;
  top: -2px;
  left: -2px;
}
.form-group .label-checkbox .checkbox svg path {
  fill: none;
  stroke: #428bca;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 71px;
  stroke-dashoffset: 71px;
  transition: all 0.6s ease;
}
.form-group .label-checkbox .checkbox svg polyline {
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18px;
  stroke-dashoffset: 18px;
  transition: all 0.3s ease;
}
.form-group .label-checkbox > span {
  pointer-events: none;
  color: #F8F9FA;
  font-size: 1.2rem;
  line-height: 23px;
}
.form-group .form-control {
  border: none;
  border-bottom: 1px solid #777777;
  padding: 1.2rem 0;
  outline: 0;
  width: 100%;
  position: relative;
}
.form-group .form-control:focus ~ label:not(.label-checkbox),
.form-group .form-control.with-value ~ label:not(.label-checkbox) {
  top: -1.6rem;
  left: 0;
  font-size: 1.2rem;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.form-group.auth {
  margin: 2.2rem 0;
}
.window-alert {
  position: fixed;
  width: 100%;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom-left-radius: 3px;
  padding: 20px 30px;
  color: #fff;
  opacity: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background-color: white;
  text-align: left;
  max-width: 450px;
}
.window-alert .window-alert-content .window-alert-icons {
  float: left;
  padding: 0 15px;
}
.window-alert .window-alert-content .window-alert-icons > div {
  vertical-align: middle;
}
.window-alert .window-alert-content .window-alert-icons > div > i {
  font-size: 2rem;
  color: #ffffff;
}
.window-alert .window-alert-content .window-alert-message {
  vertical-align: middle;
  margin-right: 25px;
}
.window-alert .window-alert-content .window-alert-message .Message,
.window-alert .window-alert-content .window-alert-message .SubMessage {
  font-size: 1.4rem;
  line-height: 1.3rem;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
  display: block;
}
.window-alert .window-alert-content .window-alert-message .SubMessage {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
.window-alert .window-alert-timer {
  width: 0;
  height: 5px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: background-color 0s linear, width 0s linear;
}
.window-alert.show {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
  transform: translate(-50%, -100%);
  z-index: 1;
}
.window-alert.show.label-warning {
  background-color: #f2a654;
}
.window-alert.show.label-warning .window-alert-timer {
  background-color: #b8660e;
}
.window-alert.show.label-info {
  background-color: #5bc0de;
}
.window-alert.show.label-info .window-alert-timer {
  background-color: #1f7e9a;
}
.window-alert.show.label-success {
  background-color: #46be8a;
}
.window-alert.show.label-success .window-alert-timer {
  background-color: #226246;
}
.window-alert.show.label-danger {
  background-color: #f96868;
}
.window-alert.show.label-danger .window-alert-timer {
  background-color: #d90909;
}
.window-alert.show .window-alert-timer {
  width: 100%;
  transition: background-color 0s linear, width 3900ms linear;
}
.loader {
  position: fixed;
  top: 45%;
  margin: auto;
  width: 100%;
  z-index: 999;
  display: none;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transition: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.loader .loader-item-1 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5rem 5rem 0 0;
  border-color: #244578 transparent transparent transparent;
  margin: 0 auto;
  animation: loader-item-1 1s ease-in-out infinite normal;
}
.loader .loader-item-2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 5rem 5rem;
  border-color: transparent transparent #428bca transparent;
  margin: -5rem auto 0;
  animation: loader-item-2 1s ease-in-out infinite alternate;
}
.loader h4 {
  text-align: center;
  margin-top: 3rem;
  color: #244578;
}
.loader.show {
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transition: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@keyframes loader-item-1 {
  0% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transition: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes loader-item-2 {
  0% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transition: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Colors */
.colordebug {
  color: #444444;
}
/* 1 Core */
/* 2 Aplications */
/* 3 Fonts */
/* 4 Bootstrap */
/* 5 Extra */
/* 4 Extra Bootstrap */
html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}
.Template {
  display: none;
}
body {
  color: #212529;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  min-height: 60rem;
  position: relative;
  width: 100%;
  height: 100%;
}
body > form {
  min-height: 100%;
  position: relative;
  background-color: #f4f4f4;
  background-image: url(images/backgrounds/background-login.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
}
body > form.deco {
  background-image: url(images/backgrounds/background_deco.png);
  background-size: 2500px;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  body > form {
    background-color: #FFF;
    background-image: none;
  }
}
@media screen and (max-width: 767.98px) {
  body {
    min-height: 85rem;
  }
}
header {
  padding: 2.5rem;
}
header img {
  max-height: 10rem;
}
.login {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transition: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .login:not(.deco) {
    bottom: inherit;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1750px) {
  .login:not(.deco) {
    left: auto;
    right: 0;
    -webkit-transform: translateX(-45%);
    -moz-transform: translateX(-45%);
    -o-transition: translateX(-45%);
    -ms-transform: translateX(-45%);
    transform: translateX(-45%);
  }
}
.login:not(.deco) .christmas:before {
  content: url(images/improxy_natal.png);
  justify-content: flex-end;
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: -47px;
  margin-right: -25px;
  z-index: 9;
}
.login input {
  line-height: 1rem;
}
.login input:-webkit-autofill,
.login input:-webkit-autofill:hover,
.login input:-webkit-autofill:focus,
.login input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 5rem #e7eefa inset !important;
  -webkit-text-fill-color: #000 !important;
  -webkit-transition: all 0ms ease;
  -moz-transition: all 0ms ease;
  -o-transition: all 0ms ease;
  transition: all 0ms ease;
}
.login .login-container {
  /*.mixin-flexbox();*/
  margin: auto;
  width: 50rem;
  opacity: 0;
  align-self: center;
  position: relative;
  min-height: 22rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .login .login-container {
    width: 33rem;
  }
}
.login .login-container-card {
  background: #244578;
  box-shadow: 0px 0px 4rem 1.6rem rgba(0, 0, 0, 0.22);
  border-radius: 13px;
}
.login .login-container .login-header {
  background: white;
  width: 100%;
  clip-path: polygon(101% 75%, 50% 100%, 0% 75%, -1% -2%, 100% 0.2%);
  border-radius: 13px;
  text-align: center;
  padding: 1rem 0 3rem;
}
.login .login-container .login-header img {
  width: 200px;
}
.login .login-container.show {
  opacity: 1;
}
.login .login-container.signup-success {
  width: 50rem;
}
.login .login-container.user-profile {
  width: 45rem;
}
.login .login-container .form {
  padding: 3rem 10rem 2rem;
}
@media (max-width: 1024px) {
  .login .login-container .form {
    padding: 3rem 3rem 2rem;
  }
}
.login .login-container .form .form-group {
  margin-bottom: 2.5rem;
}
.login .login-container .form .form-group .form-control {
  border-radius: 4px;
  padding: 1.2rem;
  width: -webkit-fill-available;
}
.login .login-container .form .m-button {
  margin: 1rem 0;
  border-radius: 4px;
}
.login .login-container .form .m-button:hover {
  border-color: #2a6496;
}
.login .login-container .form .actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.login .login-container .form .actions #dYes,
.login .login-container .form .actions #dNo {
  flex: 1;
}
.login .login-container .forgot-password {
  text-align: center;
  padding: 0 0 3rem;
}
.login .login-container .forgot-password a {
  color: #F8F9FA;
}
.login .login-container .forgot-password a:hover {
  color: #428bca;
  text-decoration: underline;
}
.login .login-container .no-account,
.login .login-container .already-have-account {
  text-align: center;
  color: white;
}
.login .login-container .no-account p,
.login .login-container .already-have-account p {
  padding-top: 3rem;
}
.login .login-container .no-account a,
.login .login-container .already-have-account a {
  color: white;
}
.login .login-container .no-account a:hover,
.login .login-container .already-have-account a:hover {
  color: #428bca;
  text-decoration: underline;
}
.login .login-container .one {
  width: 100%;
}
.login .login-container .one h1 {
  text-align: center;
  font-size: 3.5rem;
}
.login.deco {
  position: absolute;
  top: 20%;
  left: 50%;
  bottom: unset;
}
.login.deco .login-container {
  flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 140rem;
  align-items: center;
  width: 65rem;
}
.login.deco .login-container .subtitle {
  color: #6c757d;
  line-height: 1.5;
  margin-top: 3.5rem;
  text-align: left;
}
.login.deco .login-container .left {
  box-shadow: 0px 0px 4rem 1rem rgba(0, 0, 0, 0.07);
  min-height: 226px;
  background: white;
  position: relative;
  width: 50%;
  padding: 4rem;
  align-self: center;
}
.login.deco .login-container .left img {
  width: 24rem;
}
.login.deco .login-container .left .subtitle a {
  color: #005A84;
  font-weight: 500;
}
.login.deco .login-container .left .subtitle a:hover {
  color: #FAAF19;
}
.login.deco .login-container .left .subtitle p {
  margin: 0.5rem 0;
}
.login.deco .login-container .right {
  background: #005A84;
  color: #F8F9FA;
  width: 50%;
  padding: 4rem;
  align-self: center;
  box-shadow: 0px 0px 4rem 1.6rem rgba(0, 0, 0, 0.22);
  position: relative;
  min-height: 25rem;
}
.login.deco .login-container .right .form .m-button {
  border: 3px solid #FAAF19;
  background: transparent;
  margin: 1rem 0;
}
.login.deco .login-container .right .form .m-button:hover {
  background: #FAAF19;
  border: 3px solid #FAAF19;
}
.login.deco .login-container .right .forgot-password a:hover {
  color: #FAAF19;
}
.login.deco .login-container .form {
  padding: 0px;
}
.login.deco .login-container .form .form-group .form-control {
  border-bottom: 1px solid #FAAF19;
  background: transparent;
  color: white;
  padding: 0.9rem 0;
  margin-top: 4px;
}
.login.deco .login-container .form .form-group {
  margin-bottom: 1.6rem;
  position: relative;
}
.login.deco .login-container .btn {
  border-radius: 6rem;
}
.login.deco .login-container .forgot-password {
  padding: 0;
}
.login.deco .login-container .recoverpassword {
  padding-top: 30px;
}
.login.deco .login-container .already-have-account p {
  padding-top: 0;
}
.login.deco .label-checkbox input:checked + .checkbox {
  border-color: #FAAF19;
}
.login.deco .label-checkbox input:checked + .checkbox svg path {
  fill: none;
}
.login.deco .label-checkbox .checkbox svg path {
  stroke: #FAAF19;
}
.login.deco .label-checkbox .checkbox svg polyline {
  stroke: #FAAF19;
}
.footer-deco {
  background: #474A59;
  color: #F8F9FA;
  font-size: 1.2rem;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 -1px 10px rgba(57, 63, 72, 0.3);
  -moz-box-shadow: 0 -1px 10px rgba(57, 63, 72, 0.3);
  box-shadow: 0 -1px 10px rgba(57, 63, 72, 0.3);
  min-height: 34px;
  padding: 1.6rem 0;
}
.footer-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 140rem;
  align-items: center;
}
.footer-container .left ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-container .left ul li {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: all 200ms ease;
  cursor: pointer;
  text-align: center;
  line-height: 3.7rem;
}
.footer-container .left ul li i {
  color: #18335c;
  font-size: 20px;
  line-height: 3rem;
  transition: all 200ms ease;
}
.footer-container .left ul li:hover {
  transition: all 200ms ease;
}
.footer-container .left ul li:hover i {
  color: #507a9e;
  transition: all 200ms ease;
}
.footer-container .right {
  text-align: right;
  margin-right: 15px;
}
.footer-container .left {
  margin-left: 10px;
}
.footer-container .left,
.footer-container .right {
  position: relative;
  width: 50%;
}
.footer-container a {
  color: #18335c;
  font-weight: 500;
}
.footer-container a:hover {
  text-decoration: underline;
  color: #507a9e;
}
.footer-powered {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.footer-powered a,
.footer-powered span {
  color: #18335c;
  font-weight: 500;
}
.footer-powered a:hover {
  color: #507a9e;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .footer-powered {
    display: none;
  }
}
/*#region 01. Content Message */
.UCMessange {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  text-align: center;
  white-space: nowrap;
}
.UCMessange.Template {
  display: none;
}
.UCMessange div,
.UCMessange span,
.UCMessange applet,
.UCMessange object,
.UCMessange iframe,
.UCMessange h1,
.UCMessange h2,
.UCMessange h3,
.UCMessange h4,
.UCMessange h5,
.UCMessange h6,
.UCMessange p,
.UCMessange blockquote,
.UCMessange pre,
.UCMessange a,
.UCMessange abbr,
.UCMessange acronym,
.UCMessange address,
.UCMessange big,
.UCMessange cite,
.UCMessange code,
.UCMessange del,
.UCMessange dfn,
.UCMessange em,
.UCMessange img,
.UCMessange ins,
.UCMessange kbd,
.UCMessange q,
.UCMessange s,
.UCMessange samp,
.UCMessange small,
.UCMessange strike,
.UCMessange strong,
.UCMessange sub,
.UCMessange sup,
.UCMessange tt,
.UCMessange var,
.UCMessange b,
.UCMessange u,
.UCMessange i,
.UCMessange center,
.UCMessange dl,
.UCMessange dt,
.UCMessange dd,
.UCMessange ol,
.UCMessange ul,
.UCMessange li,
.UCMessange fieldset,
.UCMessange form,
.UCMessange label,
.UCMessange legend,
.UCMessange table,
.UCMessange caption,
.UCMessange tbody,
.UCMessange tfoot,
.UCMessange thead,
.UCMessange tr,
.UCMessange th,
.UCMessange td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
.UCMessange h1,
.UCMessange h2,
.UCMessange h3,
.UCMessange h4,
.UCMessange h5,
.UCMessange h6,
.UCMessange .h1,
.UCMessange .h2,
.UCMessange .h3,
.UCMessange .h4,
.UCMessange .h5,
.UCMessange .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.UCMessange .afcinvalid {
  bottom: -9px;
}
.UCMessange:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.UCMessange .box {
  display: inline-block;
  vertical-align: middle;
  width: 650px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  background-color: #FFF;
  border-radius: 6px;
  position: relative;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  visibility: hidden;
  transition-duration: 500ms;
  -webkit-transition-property: all;
  transition-property: all;
}
.UCMessange .box .wrapper {
  display: inline-block;
  width: 100%;
}
.UCMessange .box .wrapper > .options {
  text-align: right;
  white-space: nowrap;
  clear: both;
  padding: 0px 15px 15px;
}
.UCMessange .box .wrapper > .options li {
  display: inline-block;
  padding-left: 5px;
  /*&.print {
                        .btn:not(.dropdown-toggle) {
                            color: @FontSecondary;
                            background: @brand-primary;
                        }
                    }*/
}
.UCMessange .box .wrapper > .options li > .btn {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: #444444;
  background: #FFF;
  padding: 5px 10px;
  border: 0px;
  border-radius: 6rem;
  text-decoration: none;
  position: relative;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 50px;
  outline: none;
  opacity: 1;
}
.UCMessange .box .wrapper > .options li > .btn:not(.dropdown-toggle) {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #444444;
  background: #FFF;
  padding: 5px 10px;
  border: 0px;
  border-radius: 6rem;
  text-decoration: none;
  position: relative;
}
.UCMessange .box .wrapper > .options li > .btn:not(.dropdown-toggle):hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.UCMessange .box .wrapper > .options li > .btn:not(.dropdown-toggle):before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, #00000059 0%, #0000 80%);
  background: radial-gradient(ellipse at center, #00000059 0%, #0000 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.UCMessange .box .wrapper > .options li > .btn:not(.dropdown-toggle):hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.UCMessange .box .wrapper > .options li > .btn:not(.dropdown-toggle):after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid #999;
  border-radius: 6rem;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.UCMessange .box .wrapper > .options li > .btn:not(.dropdown-toggle):hover:after {
  border-color: #5dd25d;
  border-width: 2px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.UCMessange .box .wrapper > .options li > .btn > i {
  padding-right: 4px;
}
.UCMessange .box .wrapper .CRMReports {
  padding: 10px 20px 10px;
}
.UCMessange .box .wrapper .filters {
  padding: 0px 0px 5px;
}
.UCMessange .box .wrapper .filters .essentials {
  background: #FFF;
  padding: 0px;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.UCMessange .box .wrapper .form-wrapper-container {
  background: #FFF;
  padding: 0px;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.UCMessange .box.on {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.UCMessange .box.success,
.UCMessange .box.info,
.UCMessange .box.question,
.UCMessange .box.danger,
.UCMessange .box.warning {
  width: 680px;
}
.UCMessange .box.success .myglyphicon-undefined,
.UCMessange .box.info .myglyphicon-undefined,
.UCMessange .box.question .myglyphicon-undefined,
.UCMessange .box.danger .myglyphicon-undefined,
.UCMessange .box.warning .myglyphicon-undefined {
  display: none !important;
}
.UCMessange .box.success .wrapper .icon,
.UCMessange .box.info .wrapper .icon,
.UCMessange .box.question .wrapper .icon,
.UCMessange .box.danger .wrapper .icon,
.UCMessange .box.warning .wrapper .icon {
  display: block;
  font-size: 2.5rem;
  vertical-align: middle;
  float: left;
  padding: 15px 0px 15px 20px;
}
.UCMessange .box.success .message,
.UCMessange .box.info .message,
.UCMessange .box.question .message,
.UCMessange .box.danger .message,
.UCMessange .box.warning .message {
  font-size: 0.85rem !important;
  margin-top: 13px;
  width: 600px !important;
}
.UCMessange .box.success .content,
.UCMessange .box.info .content,
.UCMessange .box.question .content,
.UCMessange .box.danger .content,
.UCMessange .box.warning .content {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  float: left;
  padding: 15px;
  text-align: left;
  max-width: 680px;
  white-space: normal;
  line-height: 18px;
}
.UCMessange .box.success .content .progresswrapper,
.UCMessange .box.info .content .progresswrapper,
.UCMessange .box.question .content .progresswrapper,
.UCMessange .box.danger .content .progresswrapper,
.UCMessange .box.warning .content .progresswrapper {
  padding: 0 !important;
}
.UCMessange .box.success .content .progresswrapper ul.steps,
.UCMessange .box.info .content .progresswrapper ul.steps,
.UCMessange .box.question .content .progresswrapper ul.steps,
.UCMessange .box.danger .content .progresswrapper ul.steps,
.UCMessange .box.warning .content .progresswrapper ul.steps {
  overflow: hidden;
  min-width: 590px;
  max-width: 590px;
}
.UCMessange .box.success .title {
  border-top-color: #5cb85c;
  color: #333333;
}
.UCMessange .box.success .wrapper .icon {
  color: #5cb85c;
}
.UCMessange .box.success .wrapper > .options > li > .btn {
  background-color: #5cb85c !important;
  color: #FFF !important;
}
.UCMessange .box.success .wrapper > .options > li > .btn:not(.dropdown-toggle):after {
  border-color: #5cb85c;
}
.UCMessange .box.success .wrapper > .options > li > .btn:focus,
.UCMessange .box.success .wrapper > .options > li > .btn:hover {
  color: #5cb85c !important;
  z-index: 99;
}
.UCMessange .box.success .wrapper > .options > li > .btn:not(.dropdown-toggle):focus:after,
.UCMessange .box.success .wrapper > .options > li > .btn:not(.dropdown-toggle):hover:after {
  border-color: #5cb85c;
  background-color: #FFF;
  z-index: -1;
}
.UCMessange .box.info .title {
  border-top-color: #5bc0de;
  color: #333333;
}
.UCMessange .box.info .wrapper .icon {
  color: #5bc0de;
}
.UCMessange .box.info .wrapper > .options > li > .btn {
  background-color: #5bc0de !important;
  color: #FFF !important;
}
.UCMessange .box.info .wrapper > .options > li > .btn:not(.dropdown-toggle):after {
  border-color: #5bc0de;
}
.UCMessange .box.info .wrapper > .options > li > .btn:focus,
.UCMessange .box.info .wrapper > .options > li > .btn:hover {
  color: #5bc0de !important;
  z-index: 99;
}
.UCMessange .box.info .wrapper > .options > li > .btn:not(.dropdown-toggle):focus:after,
.UCMessange .box.info .wrapper > .options > li > .btn:not(.dropdown-toggle):hover:after {
  border-color: #5bc0de;
  background-color: #FFF;
  z-index: -1;
}
.UCMessange .box.question .title {
  border-top-color: #428bca;
  color: #333333;
}
.UCMessange .box.question .wrapper .icon {
  color: #428bca;
}
.UCMessange .box.question .wrapper > .options > li > .btn {
  background-color: #428bca !important;
  color: #FFF !important;
}
.UCMessange .box.question .wrapper > .options > li > .btn:not(.dropdown-toggle):after {
  border-color: #428bca;
}
.UCMessange .box.question .wrapper > .options > li > .btn:focus,
.UCMessange .box.question .wrapper > .options > li > .btn:hover {
  color: #428bca !important;
  z-index: 99;
}
.UCMessange .box.question .wrapper > .options > li > .btn:not(.dropdown-toggle):focus:after,
.UCMessange .box.question .wrapper > .options > li > .btn:not(.dropdown-toggle):hover:after {
  border-color: #428bca;
  background-color: #FFF;
  z-index: -1;
}
.UCMessange .box.danger .title {
  border-top-color: #d9534f;
  color: #333333;
}
.UCMessange .box.danger .wrapper .icon {
  color: #d9534f;
}
.UCMessange .box.danger .wrapper > .options > li > .btn {
  background-color: #d9534f !important;
  color: #FFF !important;
}
.UCMessange .box.danger .wrapper > .options > li > .btn:not(.dropdown-toggle):after {
  border-color: #d9534f;
}
.UCMessange .box.danger .wrapper > .options > li > .btn:focus,
.UCMessange .box.danger .wrapper > .options > li > .btn:hover {
  color: #d9534f !important;
  z-index: 99;
}
.UCMessange .box.danger .wrapper > .options > li > .btn:not(.dropdown-toggle):focus:after,
.UCMessange .box.danger .wrapper > .options > li > .btn:not(.dropdown-toggle):hover:after {
  border-color: #d9534f;
  background-color: #FFF;
  z-index: -1;
}
.UCMessange .box.warning .title {
  border-top-color: #f0ad4e;
  color: #333333;
}
.UCMessange .box.warning .wrapper .icon {
  color: #f0ad4e;
}
.UCMessange .box.warning .wrapper > .options > li > .btn {
  background-color: #f0ad4e !important;
  color: #FFF !important;
}
.UCMessange .box.warning .wrapper > .options > li > .btn:not(.dropdown-toggle):after {
  border-color: #f0ad4e;
}
.UCMessange .box.warning .wrapper > .options > li > .btn:focus,
.UCMessange .box.warning .wrapper > .options > li > .btn:hover {
  color: #f0ad4e !important;
  z-index: 99;
}
.UCMessange .box.warning .wrapper > .options > li > .btn:not(.dropdown-toggle):focus:after,
.UCMessange .box.warning .wrapper > .options > li > .btn:not(.dropdown-toggle):hover:after {
  border-color: #f0ad4e;
  background-color: #FFF;
  z-index: -1;
}
.UCMessange .box .title {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  padding: 8px 20px;
  background-color: #f6f6f6;
  border-top: 8px solid #428bca;
  border-bottom: 1px solid #d7dfe3;
  color: #333333;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.UCMessange .box .title h1 {
  font-size: 1.6rem;
}
.UCMessange .box .title .icon {
  display: inline-block;
  padding-right: 10px;
  color: #428bca;
  font-size: 2.5rem;
}
.UCMessange .box .title button.close {
  cursor: pointer;
  position: absolute;
  right: 13px;
  top: 19px;
  font-size: 1.3rem;
  color: #428bca;
  opacity: 1;
}
.UCMessange .box .title button.close:hover {
  color: #428bca;
}
.UCMessange .box:not(.question):not(.warning):not(.error):not(.info):not(.danger):not(.success) .title h1 {
  display: inline-block;
  vertical-align: top;
  line-height: 27px;
}
.UCMessange .box .message:not(.cancelInfo) {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  float: left;
  padding: 15px 20px;
  text-align: left;
  max-width: 650px;
  white-space: normal;
  line-height: 18px;
  max-height: 290px;
  overflow-x: hidden;
  overflow-y: auto;
}
.UCMessange .box .message:not(.cancelInfo) p {
  margin: 0px 0px 10px;
}
.UCMessange .box.question .message > ul,
.UCMessange .box.info .message > ul {
  margin: 15px 0px 10px 15px;
}
.UCMessange .box.question .message > ul li,
.UCMessange .box.info .message > ul li {
  margin: 10px 0px;
}
.UCMessange .box.question .message > ul li.bullet,
.UCMessange .box.info .message > ul li.bullet {
  list-style-type: disc;
  margin: 5px 0px 15px 20px;
}
.UCMessange .box.question .message > ul li.bullet .red,
.UCMessange .box.info .message > ul li.bullet .red {
  color: #d9534f;
  font-weight: bold;
}
.UCMessange .box.question .message > ul,
.UCMessange .box.info .message > ul,
.UCMessange .box.success .message > ul {
  margin: 10px 0px 10px 15px;
}
.UCMessange .box.question .message > ul.bullet,
.UCMessange .box.info .message > ul.bullet,
.UCMessange .box.success .message > ul.bullet {
  list-style-type: disc;
  margin: 5px 0px 5px 20px;
}
.UCMessange .box.question ul.store,
.UCMessange .box.info ul.store,
.UCMessange .box.success ul.store {
  margin: 10px 0px;
}
.UCMessange .box.question ul.store .bullet,
.UCMessange .box.info ul.store .bullet,
.UCMessange .box.success ul.store .bullet {
  list-style-type: disc;
  margin: 5px 0px 5px 20px;
}
.UCMessange.videoDetail .box {
  width: 680px;
}
.UCMessange.fuppopup .box .wrapper {
  display: block;
}
.UCMessange .options .btn {
  padding: 4px 10px;
}
.UCMessange.cprogress .box .wrapper {
  width: 100%;
}
.UCMessange.cprogress .box .wrapper .progresswrapper {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  color: #333333;
  padding: 15px;
}
.UCMessange.cprogress .box .wrapper .progresswrapper > .progress {
  margin-bottom: 0;
  border-radius: 5px;
}
.UCMessange.cprogress .box .wrapper .progresswrapper > .progress .progress-bar {
  background: none #428bca;
  font-size: 0.8rem;
  animation: none;
  border-radius: 5px;
}
.UCMessange.cprogress .box .wrapper .progresswrapper > span {
  display: block;
  padding: 10px 0px 0px 0px;
}
.UCMessange.cprogress .box .wrapper .progresswrapper ul.steps {
  font-size: 0.8rem;
  width: 100%;
  display: block;
  margin-top: 10px;
  max-height: 300px;
  overflow-y: auto;
  border-top: 1px solid #E7E7E7;
}
.UCMessange.cprogress .box .wrapper .progresswrapper ul.steps::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}
.UCMessange.cprogress .box .wrapper .progresswrapper ul.steps::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f0f0f0;
}
.UCMessange.cprogress .box .wrapper .progresswrapper ul.steps::-webkit-scrollbar-thumb {
  background-color: #428bca;
}
.UCMessange.cprogress .box .wrapper .progresswrapper ul.steps > .step {
  font-size: 0.75rem;
  display: block;
  background: #FFF;
  padding: 5px;
  width: 100%;
  line-height: 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #E7E7E7;
}
.UCMessange.cprogress .box .wrapper .progresswrapper ul.steps > .step > .text {
  color: #333333;
  display: inline-block;
  text-align: left;
  width: 45%;
}
.UCMessange.cprogress .box .wrapper .progresswrapper ul.steps > .step > .status {
  display: inline-block;
  text-align: right;
  width: 55%;
}
.UCMessange.cprogress .box .wrapper .progresswrapper ul.steps > .step > .status.process {
  color: #FFCA00;
}
.UCMessange.cprogress .box .wrapper .progresswrapper ul.steps > .step > .status.danger {
  color: #d9534f;
}
.UCMessange.cprogress .box .wrapper .progresswrapper ul.steps > .step > .status.warning {
  color: #f0ad4e;
}
.UCMessange.cprogress .box .wrapper .progresswrapper ul.steps > .step > .status.success {
  color: #5cb85c;
}
.UCMessange.cprogress .box .wrapper .progresswrapper ul.steps > .step > .status.info {
  color: #5bc0de;
}
.UCMessange.cprogress .box .wrapper .progresswrapper ul.steps > .step:nth-child(odd) {
  background-color: #FAFAFA;
}
.UCMessange.cprogress .box .wrapper .progresswrapper ul.steps > .step:nth-child(even) {
  background-color: #FFF;
}
.UCMessange.cprogress .box .wrapper .loaderwrapper {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  color: #333333;
  padding: 15px;
}
.UCMessange.cprogress .box .wrapper .loaderwrapper .loader {
  display: inline-block;
  vertical-align: sub;
  background: #244578;
}
.UCMessange.cprogress .box .wrapper .loaderwrapper .loader h4 {
  color: #18335c;
}
.UCMessange.cprogress .box .wrapper .loaderwrapper .loader i {
  font-size: 2rem;
  color: #428bca;
  animation: quick-alo-circle-img-anim 2s infinite ease-in-out;
}
.UCMessange.cprogress .box .wrapper .loaderwrapper > span {
  display: inline-block;
  margin: 0px 0px 0px 10px;
  vertical-align: text-top;
}
.UCMessange.value.textarea .box > .wrapper textarea {
  width: 100%;
  padding: 5px;
}
.UCMessange.value.textarea .box > .wrapper .title h1 {
  font-size: 1.2rem;
  vertical-align: top;
  line-height: 33px;
}
.UCMessange.value.textarea .box > .wrapper .title .icon {
  font-size: 1.5rem;
}
.UCMessange.cprogress .box .icon,
.UCMessange .box.danger .icon,
.UCMessange .box.question .icon,
.UCMessange .box.warning .icon,
.UCMessange .box.error .icon,
.UCMessange .box.info .icon,
.UCMessange .box.success .icon {
  display: none;
  padding: 0px;
}
.UCMessange.termsLogin .box {
  min-width: 70%;
  max-width: 70%;
}
.UCMessange.termsLogin .box .content {
  max-height: 585px;
  overflow-y: scroll;
  margin: 20px 0px;
  padding: 20px;
}
.UCMessange.termsLogin .box .content::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}
.UCMessange.termsLogin .box .content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f0f0f0;
}
.UCMessange.termsLogin .box .content::-webkit-scrollbar-thumb {
  background-color: #428bca;
}
.UCMessange.termsLogin .box .content .form {
  padding: 0px 20px;
}
.UCMessange.termsLogin .box .content .form h2 {
  border: 0;
  padding: 0;
}
.UCMessange.termsLogin .box .content .form p {
  margin-bottom: 15px;
  line-height: 1rem;
}
.UCMessange.termsLogin .box .content .form ul {
  margin: 15px 0px;
  padding-left: 10px;
}
.UCMessange.termsLogin .box .content .form ul li {
  margin-bottom: 5px;
  line-height: 1rem;
}
.UCMessange.termsLogin .box .content .form ul:last-of-type {
  padding: 0px;
}
.UCMessange.termsLogin .box .content .form.terms ul {
  padding-left: 15px;
  list-style: disc;
}
.UCMessange.termsLogin .box .content .form.terms ul:last-of-type {
  padding-left: 15px;
}
@media print {
  html {
    height: auto;
  }
  body.termsprint {
    height: auto;
  }
  body.termsprint form {
    display: none;
  }
  body.termsprint .UCMessange.termsLogin {
    background-color: white !important;
    margin: 0 !important;
    width: 100%;
    height: auto;
    padding: 1rem 1rem 1rem 1rem !important;
    position: relative;
  }
  body.termsprint .UCMessange.termsLogin .box {
    width: 100%;
    height: auto;
    padding: 0 !important;
    margin: 0 !important;
    min-width: 0;
    max-width: none;
  }
  body.termsprint .UCMessange.termsLogin .box .options,
  body.termsprint .UCMessange.termsLogin .box .title {
    display: none;
  }
  body.termsprint .UCMessange.termsLogin .box .wrapper {
    padding: 0 !important;
    margin: 0 !important;
  }
  body.termsprint .UCMessange.termsLogin .box .content {
    width: 98%;
    background: transparent;
    padding: 5px 0 0 0 !important;
    margin: 0 !important;
    height: auto;
    max-height: none;
    overflow-y: auto;
  }
  body.termsprint .UCMessange.termsLogin .box .content .TableContainer {
    margin-left: 2px !important;
  }
}
/*#endregion*/