/*****************************************************************************/
/* Template Name: GB Labs Template build with Twitter Bootstrap 3 & 4        */
/* Authors: David Martin, Andy Phillips, Joseph Grimer                       */
/* Created: 31/07/18                                                         */
/* Updated: 31/07/18                                                         */
/* Version: 4.0.0                                                            */
/* Notes:                                                                    */
/*****************************************************************************/
body,
html {
  height: 100%;
}
body {
  background: #2d353c;
  font-size: 12px;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #707478;
  line-height: 1.42857143;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.login label {
  color: #707478;
}
.login .login-header {
  position: absolute;
  top: -80px;
  left: 50%;
  right: 0;
  width: 450px;
  padding: 0 40px;
  margin-left: -225px;
  font-weight: 300;
}
.login .login-header .brand {
  padding: 0;
  font-size: 28px;
  color: #2d353c;
}
.login .login-header .brand .logo {
  /*background: rgba(0, 112, 221, 1);*/
  border: 14px solid transparent;
  /*border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .2) rgba(0, 0, 0, .3);*/
  background: url("/site_media/img/icons/system.png") no-repeat center / 28px 28px;
  width: 28px;
  height: 28px;
  position: relative;
  font-size: 0;
  margin-right: 10px;
  border-radius: 6px;
  top: -11px;
}
.login .login-header .brand small {
  font-size: 12px;
  display: block;
  color: #707478;
}
.login .login-header .icon {
  position: absolute;
  right: 40px;
  top: -2px;
  opacity: 1;
}
.login .login-header .icon i {
  font-size: 70px;
}
.login .login-content {
  padding: 30px 40px;
  color: #999;
  width: 450px;
  margin: -5px auto 0;
}
.login.login-v2 {
  color: #ccc;
  width: 400px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.45);
  padding: 15px 0 0 0;
  border-radius: 5px;
  right: unset;
}
.login.login-v2 a {
  color: #fff;
}
.login.login-v2 label {
  color: #ccc;
}
.login.login-v2 .login-content {
  padding: 20px;
  width: 400px;
}
.login.login-v2 .login-header {
  width: 400px;
  padding: 0 20px;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  position: relative;
}
.login.login-v2 .login-header,
.login.login-v2 .login-header .brand,
.login.login-v2 .login-header .brand small {
  color: #fff;
}
.login.login-v2 .login-header .brand small {
  color: rgba(255, 255, 255, 0.5);
  margin: 5px 0 0 0;
}
.login.login-v2 .login-header .icon {
  opacity: 1;
  right: 20px;
  top: 2px;
}
.login.login-v2 .login-header .icon i {
  font-size: 38px;
}
.login.login-v2 .form-control {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid transparent;
  color: #fff;
  border-radius: 1px;
  font-size: 18px;
}
.login.login-v2 .form-control:focus {
  border-color: transparent;
  box-shadow: 0 0 0 0.125rem rgba(0, 112, 221, 0.3);
}
.login-cover,
.login-cover-bg,
.login-cover-image {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: background 0.2s linear;
}
.login-cover-image img {
  max-width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.login-cover-bg {
  background: rgba(0, 0, 0, 0.5);
}
.login-bg-list {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1020;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 20px;
}
.login-bg-list > li {
  width: 66px;
  height: 66px;
  overflow: hidden;
  float: left;
  transition: all 0.2s linear;
  border: 3px solid transparent;
  border-radius: 66px;
}
.login-bg-list > li:focus,
.login-bg-list > li:hover {
  border-color: rgba(0, 112, 221, 0.5);
}
.login-bg-list > li a {
  display: block;
  height: 60px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.login-bg-list > li.active {
  border-color: rgba(0, 112, 221, 0.75);
  z-index: 1020;
  position: relative;
}
.login-bg-list > li img {
  max-height: 100%;
}
.login.login-with-news-feed,
.register.register-with-news-feed {
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
}
.login.login-with-news-feed .news-feed,
.register.register-with-news-feed .news-feed {
  position: fixed;
  left: 0;
  right: 500px;
  top: 0;
  bottom: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  overflow: hidden;
}
.login.login-with-news-feed .news-image,
.register.register-with-news-feed .news-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.login.login-with-news-feed .news-image img,
.register.register-with-news-feed .news-image img {
  position: absolute;
  max-height: 100%;
  min-width: 100%;
  top: -1960px;
  bottom: -1960px;
  left: -1960px;
  right: -1960px;
  margin: auto;
}
.login.login-with-news-feed .news-caption,
.register.register-with-news-feed .news-caption {
  color: rgba(255, 255, 255, 0.75);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 60px 30px;
  font-size: 18px;
  z-index: 20;
  font-weight: 300;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000000 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000000 100%);
}
.login.login-with-news-feed .news-caption .caption-title,
.register.register-with-news-feed .news-caption .caption-title {
  color: #fff;
  font-weight: 300;
  font-size: 36px;
}
.login.login-with-news-feed .right-content,
.register.register-with-news-feed .right-content {
  float: right;
  width: 500px;
}
.login.login-with-news-feed .login-content,
.register.register-with-news-feed .register-content {
  width: auto;
  padding: 30px 60px;
}
.register.register-with-news-feed .register-content {
  padding: 20px 60px 30px;
}
.login.login-with-news-feed .login-header,
.register.register-with-news-feed .register-header {
  position: relative;
  top: 0;
  margin: 0;
  left: 0;
  right: 0;
  padding: 100px 60px 0;
}
.register.register-with-news-feed .register-header {
  padding: 60px 60px 0;
  font-size: 32px;
}
.register.register-with-news-feed .register-header small {
  color: #707478;
  display: block;
  font-size: 14px;
  margin-top: 10px;
  line-height: 20px;
}
.login.login-with-news-feed .login-header .brand {
  color: #242a30;
}
.login.login-with-news-feed .login-header .brand small {
  color: #707478;
}
.login.login-with-news-feed .login-header .icon {
  top: 98px;
  right: 10px;
}
.rtl-mode .login .login-header {
  left: auto;
  right: 50%;
  margin-right: -225px;
}
.rtl-mode .login .login-header .icon {
  right: auto;
  left: 40px;
}
.rtl-mode .login.login-v2 {
  margin-left: 0;
  margin-right: -200px;
  right: 50%;
  left: auto;
}
.rtl-mode .login.login-v2 .login-header {
  left: 0;
  right: 0;
  margin: 0;
}
.rtl-mode .login-bg-list,
.rtl-mode .login.login-v2 .login-header .icon {
  right: auto;
  left: 20px;
}
.rtl-mode .login .login-header .brand .logo {
  margin-left: 10px;
  margin-right: 0;
}
.rtl-mode .login.login-with-news-feed .news-feed,
.rtl-mode .register.register-with-news-feed .news-feed {
  left: 500px;
  right: 0;
}
.rtl-mode .login.login-with-news-feed .right-content,
.rtl-mode .register.register-with-news-feed .right-content {
  float: left;
}
.rtl-mode .login.login-with-news-feed .login-header,
.rtl-mode .register.register-with-news-feed .register-header {
  left: 0;
  right: 0;
  margin: 0;
}
.login-header .fa-lock {
  /*color: rgba(79, 139, 187, 0.25);*/
  color: rgba(0, 112, 221, 0.75) !important;
}
.login-header .fa-lock.denied {
  color: rgba(221, 75, 57, 0.75) !important;
}
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
/* Pace */
.pace-progress,
.pace::before {
  top: 0;
  left: 0;
}
.pace .pace-activity {
  top: 15px;
}
input[type="text"] {
  padding: 10px 16px;
}
/* Cross fading images */
/* http://css3.bradshawenterprises.com/cfimg/ */
.login-cover-image img {
  position: absolute;
  /* left: 0; */
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  object-fit: contain;
  object-position: center;
  height: auto;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login-cover-image img.opaque {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
}
#gritter-notice-wrapper {
  top: 25px !important;
}
.add-bg-login {
  background: rgba(0, 112, 221, 0.15);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.add-bg-login i,
.add-bg-login svg {
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #0070dd;
  transform: translate(-50%, -50%);
}
.submit-holder {
  font-size: 18px;
  font-weight: 600;
}
.fixed_warning {
  background-color: #dd4b39;
  border-radius: 0;
  color: #fff !important;
  padding: 0;
  text-align: center;
  bottom: 0;
  margin: 0 !important;
  position: fixed;
  width: 100%;
  height: 75px;
  z-index: 10001;
}
.fixed_warning .fa-exclamation-triangle {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  font-size: 35px !important;
}
.fixed_warning .isa-title,
.fixed_warning .isa-message {
  font-size: 22px;
  font-weight: 600;
  vertical-align: middle;
  line-height: 75px;
}
.fixed_warning .isa-close {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  cursor: pointer;
  position: absolute;
  font-size: 36px !important;
  right: 26px !important;
  left: unset !important;
  top: 20px !important;
}
.fixed_warning .isa-close::after {
  background: #000000;
  content: " ";
  height: 75px;
  width: 1px;
  position: absolute;
  left: -30px;
  top: -17px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
