/*#region DEFINE VARIABLES*/

/*#region main variables*/
.clear {
  clear: both;
  content: '';
  display: table;
}
/*#endregion main variables*/
/*#region div templates*/
/*#endregion div templates*/

/*#region main layout*/

body,
html {
  height: 100%;
  min-height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  
}
body {
  position: relative;
  width: 100%;
  -ms-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 0.5px transparent;
  font-family: Arial;
  font-size: 14px;
  color: #333333 !important;
  background-color: transparent;
}
.p0 {
  padding: 0px !important;
}
.pl0 {
  padding-left: 0;
}
.pr0 {
  padding-right: 0;
}
.mt0 {
  margin-top: 0px !important;
}
.mt-10 {
  margin-top: -10px !important;
}
.mt-15 {
  margin-top: -15px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mb15 {
  margin-bottom: 15px;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mt25 {
  margin-top: 25px;
}
.m30 {
  margin: 30px 0;
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
  .container.wrapper {
    width: 970px;
  }
}
.container.wrapper {
  padding: 0;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  min-height: 100vh;
  min-height: 100%;
  margin-bottom: -60px;
  padding-bottom: 60px;
  width: 100%;
}
@media (max-width: 767px) {
  
}
.tBody {
  display: table;
  table-layout: fixed;
  clear: both;
  content: ;
  width: 100%;
  height: 100%;
}
.tBody.bodyRender {
  clear: both;
  content: ;
  display: table;
}
.tCell {
  display: table-cell;
  width: 100%;
  position: relative;
  vertical-align: top;
}
.tCell:empty {
  width: 0%;
}
.tCell.bodyRender {
  max-width: 50%;
}
.panel {
  background-color: white;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ie-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 0 0px 10px;
  height: 100%;
}
.panel.panel-default > .panel-heading {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}
.panel.panel-default > .panel-heading p {
  border-bottom: 1px solid #1a9cbb;
  padding: 10px 0px;
  margin: 10px 30px;
  margin-bottom: 0;
}
.panel.panel-default > .panel-heading p img {
  padding-top: 5px;
  width: auto;
  max-width: 100%;
}
.panel.panel-default > .panel-heading .panel-title {
  font-size: 20px;
  color: #1a9cbb;
  margin-top: 20px;
  padding: 0 30px;
}
.panel.panel-default .panel-body {
  padding: 10px 30px;
}
dt,
dd {
  line-height: 1.42857143;
  padding: 5px 0;
}
/*#endregion main layout*/
/*#region bootstrap-select*/
/*#endregon bootstrap-select*/

/*#region statusbar*/

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(whitesmoke), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: -o-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: linear-gradient(to bottom, whitesmoke, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: white;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/*#endregion DEFINE VARIABLES*/

/*#region default SSO*/

body {
  font-family: 'Raleway', sans-serif;
  background-color: white;
}
a {
  color: #1a9cbb;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #14778e;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
p {
  color: #555555;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 19px;
  text-align: center;
}
.container.wrapper {
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover;
}
.alert-danger {
  color: #e20074;
}
ul,
ol {
  margin-bottom: 0;
  list-style-type: none;
}
.spacing {
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #cdcdcd;
}
.bodyRender {
  position: relative;
}
.bodyRender > div {
  height: 460px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: white;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ie-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 35px;
  -webkit-box-shadow: -4px 4px 5px #e5e5e5;
  -khtml-box-shadow: -4px 4px 5px #e5e5e5;
  -moz-box-shadow: -4px 4px 5px #e5e5e5;
  -ie-box-shadow: -4px 4px 5px #e5e5e5;
  -o-box-shadow: -4px 4px 5px #e5e5e5;
  -ms-box-shadow: -4px 4px 5px #e5e5e5;
  box-shadow: -4px 4px 5px #e5e5e5;
  max-width: 430px;
}
.bodyRender > div img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .bodyRender > div {
    max-width: 430px;
    width: inherit;
  }
}
@media (max-width: 450px) {
  .bodyRender > div {
    padding: 0;
  }
}
.validation-inline:before {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  height: 3px;
  content: '';
  margin-top: 10px;
}
.validation-inline .validation-summary-errors {
  position: relative;
  top: 0;
  left: 0;
}
.validation-inline:empty {
  display: none;
}
.blue {
  color: #1a9cbb;
}
.validation-summary-errors {
  font-weight: normal;
  color: white;
  padding: 7px 15px;
  margin-top: 10px;
  background-image: url(../images/error-sign.png);
  background-color: #c37d7d;
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 20px;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #bb6c6c;
  background-size: 25px;
  line-height: 16px;
  font-size: 12px;
  top: -75px;
  left: 35px;
  right: 35px;
  position: absolute;
}
.validation-summary-errors ul {
  padding-left: 20px;
}
.validation-summary-errors span {
  padding-top: 2px;
  display: inline-block;
}
.validation-summary-valid {
  display: none;
}
.validation-error {
  border: #d47da9 1px solid;
  background: #f5d8e7;
}
.validation-error.consent {
  color: #e20074 !important;
  padding: 2px 5px;
}
label {
  font-weight: normal;
  line-height: 18px;
}
.form-control {
  border-radius: 2px;
  border: 1px solid #cdcdcd;
}
.imgButton {
  padding: 0px;
  border: 0px;
  width: 40px;
  height: 30px;
  background: none;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 5px 0;
  padding: 0px 0;
  border: 1px solid #e5e5e5;
}
.imgButton + .imgButton {
  margin-left: 5px;
}
.imgButton img {
  filter: invert(49%) sepia(3%) saturate(7%) hue-rotate(49deg) brightness(95%) contrast(91%);
}
.imgButton.btnFb img {
  width: 20px;
}
.imgButton.btnFb:hover img {
  filter: invert(42%) sepia(71%) saturate(542%) hue-rotate(160deg) brightness(92%) contrast(79%);
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.imgButton.btnG img {
  width: 25px;
}
.imgButton.btnG:hover img {
  filter: invert(40%) sepia(52%) saturate(3843%) hue-rotate(339deg) brightness(93%) contrast(86%);
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 15px 0 0;
}
.btn-default {
  color: white;
  background-color: #1a9cbb;
  border-color: #1a9cbb;
  text-decoration: none;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 15px !important;
}
.btn-default:hover {
  color: white;
  background-color: #14778e;
  border-color: #14778e;
  text-decoration: none;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-primary {
  background-color: #aaaaaa;
  border-color: #aaaaaa;
  color: white;
  border-radius: 0;
  text-decoration: none;
  margin-top: 15px !important;
}
.btn-primary:hover {
  background-color: #909090;
  border-color: #909090;
}
.align-left {
  text-align: left;
}
.min {
  min-height: 390px;
}
h4 {
  font-size: 20px;
  color: #909090;
  margin: 0;
}
.forgot {
  display: block;
  text-align: right;
  width: 100%;
}
.forgot:after {
  clear: both;
  content: ;
  display: table;
}
@media (max-width: 768px) {
  .bodyRender,
  .bodyRender > div {
    position: relative;
  }
  .validation-summary-errors {
    position: fixed;
    top: 0;
    z-index: 99;
  }
  .validation-inline .validation-summary-errors {
    position: relative;
    top: 0;
    left: 0;
  }
}
.panel.panel-default > .panel-heading p.branding:after {
  content: url(../../images/logoSso.png);
  display: block;
  clear: both;
  background-color: transparent;
}
fieldset {
  margin-top: 15px !important;
}
.glyphicon-ok,
.glyphicon-user {
  color: #cccccc;
  font-size: 100px;
  margin: 30px 0;
}
/*#endregion default SSO*/

/*#region shared screens*/

.shared h4 {
  padding: 20px 30px 0 30px;
  text-align: center;
  color: #555555;
}
.shared .glyphicon-ok,
.shared .glyphicon-user {
  margin: 60px 0 10px 0;
}
.shared .glyphicon-ok.topG,
.shared .glyphicon-user.topG {
  margin: 0px 0 10px 0;
}
.shared .m30 {
  margin: 60px 30px 0;
}
/*#endregion shared screens*/

.fillAccountProfile .col-lg-2,
.fillAccountProfile .col-lg-8 {
  width: 100%;
}
