﻿body {
  color: #34495e;
  font-family: "Open Sans", sans-serif !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14px;
  background-image: url(../content/images/6.jpg);
  background-size: cover;
}

.inline-block {
  display: inline-block;
}

.pull-right {
  float: right !important;
}

.small {
  font-size: 85%;
}

label {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  color: #000;
}

.control-label {
  margin-top: 1px;
  font-weight: normal;
}

.form-control {
  outline: none !important;
  box-shadow: none !important;
  display: block;
  width: 100%;
  padding: 3px 12px;
  font-size: 14px;
  line-height: 1.42857;
  background-image: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn {
  margin-top: 1px;
  line-height: 1.44;
  height: 26px;
  min-width: 80px;
  color: #fff;
  padding: 1px 6px;
  transition: background-color 0.5s ease;
  border-radius: 0;
  outline: none !important;
  box-shadow: none !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Open Sans", sans-serif !important;
}
.btn:hover {
  transition: all 0.3s;
}

.btn-blue-baltic {
  background-color: #90b2cb;
}
.btn-blue-baltic:hover, .btn-blue-baltic:active, .btn-blue-baltic:focus {
  background-color: #819cb1;
}

button:disabled {
  cursor: wait;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.close {
  display: inline-block;
  margin-top: 0;
  margin-right: 0;
  width: 9px;
  height: 9px;
  background-repeat: no-repeat !important;
  text-indent: -10000px;
  outline: none;
  background-image: url(../content/images/remove-icon-small.png) !important;
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha;
}

button[type=submit] {
  width: 91px;
  background-image: url(../content/images/right-round-xxl.png);
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 66px 3px;
}

span.glyphicon-arrow-right {
  display: none;
}

/*.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    line-height: 14px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/
/***Login page***/
.login {
  position: relative;
  padding-top: 15vh;
  color: #FFF;
  z-index: 0;
  /*.container-width-md {
      width: 600px;
  }*/
  /*.container-width-md,*/
}
.login .container-width-sm {
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.login .logo {
  border-bottom: 1px solid #67819F;
  text-align: center;
  background-color: #22457A;
  padding: 20px 0 10px;
}
.login .logo img {
  vertical-align: middle;
}
.login .content {
  background-color: #09306B;
  padding: 40px 30px 20px;
  /*&.create-account-details {
      h3 {
          margin-top: 0;
          margin-bottom: 10px;
      }
  }*/
}
.login .content .form-group {
  margin-bottom: 15px;
}
.login .content .form-group .visible-ie8,
.login .content .form-group .visible-ie9 {
  display: none;
}
.login .content .form-group .email,
.login .content .form-group .input-icon,
.login .content .form-group .user-name,
.login .content .form-group .password {
  position: relative;
  width: 100%;
  background-color: #90B2CB;
}
.login .content .form-group .email input,
.login .content .form-group .input-icon input,
.login .content .form-group .user-name input,
.login .content .form-group .password input {
  padding-left: 50px;
  background-color: transparent;
}
.login .content .form-group .email input::-webkit-input-placeholder, .login .content .form-group .email input:-moz-placeholder, .login .content .form-group .email input::-moz-placeholder, .login .content .form-group .email input:-ms-input-placeholder,
.login .content .form-group .input-icon input::-webkit-input-placeholder,
.login .content .form-group .input-icon input:-moz-placeholder,
.login .content .form-group .input-icon input::-moz-placeholder,
.login .content .form-group .input-icon input:-ms-input-placeholder,
.login .content .form-group .user-name input::-webkit-input-placeholder,
.login .content .form-group .user-name input:-moz-placeholder,
.login .content .form-group .user-name input::-moz-placeholder,
.login .content .form-group .user-name input:-ms-input-placeholder,
.login .content .form-group .password input::-webkit-input-placeholder,
.login .content .form-group .password input:-moz-placeholder,
.login .content .form-group .password input::-moz-placeholder,
.login .content .form-group .password input:-ms-input-placeholder {
  color: #fff;
}
.login .content .form-group .email input.ng-valid,
.login .content .form-group .input-icon input.ng-valid,
.login .content .form-group .user-name input.ng-valid,
.login .content .form-group .password input.ng-valid {
  border: none !important;
}
.login .content .form-group .email input.ng-invalid,
.login .content .form-group .input-icon input.ng-invalid,
.login .content .form-group .user-name input.ng-invalid,
.login .content .form-group .password input.ng-invalid {
  border: 1px solid #9D261D;
}
.login .content .form-group .user-name input.ng-invalid,
.login .content .form-group .password input.ng-invalid {
  border: none;
}
.login .content .form-group div.form-control.input-icon {
  height: 40px;
  line-height: 32px;
}
.login .content .form-group select.form-control,
.login .content .form-group input.form-control {
  height: 40px;
  padding-right: 0;
  background-color: #90B2CB;
  color: #000;
}
.login .content .form-group select.form-control::-webkit-input-placeholder, .login .content .form-group select.form-control:-moz-placeholder, .login .content .form-group select.form-control::-moz-placeholder, .login .content .form-group select.form-control:-ms-input-placeholder,
.login .content .form-group input.form-control::-webkit-input-placeholder,
.login .content .form-group input.form-control:-moz-placeholder,
.login .content .form-group input.form-control::-moz-placeholder,
.login .content .form-group input.form-control:-ms-input-placeholder {
  color: #fff;
}
.login .content .form-group input,
.login .content .form-group input:hover,
.login .content .form-group input:focus,
.login .content .form-group input:active {
  background-color: transparent !important;
  color: #000 !important;
  transition: background-color 5000s ease-in-out 0s;
  font-family: "Open Sans", sans-serif !important;
}
.login .content .form-group .user-name-icon,
.login .content .form-group .password-icon,
.login .content .form-group .email-icon {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 9px;
  left: 11px;
  background-repeat: no-repeat;
  background-position: center;
}
.login .content .form-group .email-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAOCAYAAADABlfOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzI1NDVBODU4ODYxMTFFNUE1OTFBNDc4QjgwOTgzQUUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzI1NDVBODQ4ODYxMTFFNUE1OTFBNDc4QjgwOTgzQUUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTEwRDEwNkE3MUI3MTFFNUJEMkFCNjQwOTM0QUYzMDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTEwRDEwNkI3MUI3MTFFNUJEMkFCNjQwOTM0QUYzMDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz43Ho2lAAABBElEQVR42qzTMWoCQRTG8bciKphIikCaNFYaSNrkGmoVUwbS2HsKRSsbTaM38AimlDTeQZPCXnZRmfyfPGEIuhGzH/yYdZz5nB0wcM6VRKSHC0RyXgJksEJDKM2jgrn7X77xgkstHeAGRXycWTjBHW7xLjY5xRMyaGN7YtnW1uu+R8x0Uksj7/ivNle3z3H5snVi+/brI50IvYX6A0NkcW+vdSifeLB1I+9gmvB3qfOuo4wrdL3r0LGPa/t+emDv0VLNEs92mjcsbMzZ/PLIvtjSfToo2N0V7ORxOalUM0bNxr8SBrtmkawklyhlf7EkE2jpOuHStb5+lYcmNgkUptH6EWAA+93eB481+qkAAAAASUVORK5CYII=);
}
.login .content .form-group .user-name-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA0NjI5RDg5NzBENDExRTU5MkI3QjlFRjBEQjZCNTcxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA0NjI5RDhBNzBENDExRTU5MkI3QjlFRjBEQjZCNTcxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDQ2MjlEODc3MEQ0MTFFNTkyQjdCOUVGMERCNkI1NzEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDQ2MjlEODg3MEQ0MTFFNTkyQjdCOUVGMERCNkI1NzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz66AJ/VAAABJklEQVR42mL8//8/Ax5gAcS5QGwCxNxA/AmIjwPxBCC+jE8jA8hgHNgOiL/+xw7eALEuHr04DWYE4kP/8YPV+AxmwuERcSA2YMAPQMHEhUsSl8Fi0DDFB/igmCSD/4KCn4DB//GpwWXwGyD+TMDgD/jU4DL4LRA/JWDwQyD+RqrBf4D4JAGDD+OTZMIjt55A+G4mN4NwAPENHGn4KBAzkZNBYDgKiH+jGfoTiF0J6GNgJFBWMEIjURItxUgD8S9yw5gXiCuguRAZiABxNVSe6DBmA2IHIJ4OxPcJlBX3gHgyENsAMTOuMAZFVCYQX/hPHjgNxElAzIpssBZUghrgGBBrwgy+8p+6AJREBUCpglBhQw4ooJXB+2hl8CMWIPGOBgZ/AwgwAMOwmn0/fR1uAAAAAElFTkSuQmCC);
}
.login .content .form-group .password-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJEOUY5QzI2NzBEMzExRTVCRUVGOURBMTVENzUzRDMyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJEOUY5QzI3NzBEMzExRTVCRUVGOURBMTVENzUzRDMyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkQ5RjlDMjQ3MEQzMTFFNUJFRUY5REExNUQ3NTNEMzIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkQ5RjlDMjU3MEQzMTFFNUJFRUY5REExNUQ3NTNEMzIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZR39PAAABaUlEQVR42qzVvUoDQRQF4NlNogiiSAoLjbWNL2BvIwjBxkoiPoJ9VKIIVj6BiJ1PEOwtbCwsDAgWFkEl/kRUogTCjufKCQxhZ3Z244UPwv6cvZmdmQ201sqoIlRgGeYhgDs4h1N4Ur4lwbQK99peD1Axrnfq/yhDxIAGXDkesOEbXIQmbzqAEZ6UgG5McBtmfYK3eMNNzAV1S9f7ScEhhnmFw/0T8wq+La+mDIWkl/fILnoD47cI75aOv2DG1XGeU0oqB8ewxu6XYNzST0jOji90+rqF0aQxrqv0dQZd1wUSfAIvKYPHfFfeeobh2PFZeWITWinDqz7BYo6T/xo+Oa0aPHZoCa/5BPflOE9l6RaM47uW8G3fYJeqz7BkCVb8+zJUHWNXlNobNliUYAE+4jrPq+zVhFdoQQQTXBc1ORkMfJrSluwzUzAJlzDN451hOv5bX9DmpmVuo1Go/qdk3ziCNz7o+VeAAQAbo+84ot2QTwAAAABJRU5ErkJggg==);
}
.login .content .form-actions {
  padding-bottom: 45px;
  padding-top: 10px;
  /* Label + input definiton for ocean checkbox style */
}
.login .content .form-actions .login-checkbox {
  vertical-align: top;
  padding-top: 4px;
}
.login .content .form-actions .login-checkbox > [type=checkbox]:not(:checked) + span:before {
  width: 20px;
  height: 20px;
  background-color: #90B2CB;
  border: none;
}
.login .content .form-actions .login-checkbox > [type=checkbox]:checked + span:before {
  width: 20px;
  height: 20px;
  background-color: #90B2CB;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkE4NDJBMkU0ODg3MjExRTU4RDZCQTgxMjMyNEM4RUVFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkE4NDJBMkU1ODg3MjExRTU4RDZCQTgxMjMyNEM4RUVFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTg0MkEyRTI4ODcyMTFFNThENkJBODEyMzI0QzhFRUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTg0MkEyRTM4ODcyMTFFNThENkJBODEyMzI0QzhFRUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6VRJXJAAAApElEQVR42mL6//8/AxE4DogvArEHMYplgfjVfwh4ycRAGEwAYlEou5+Q6dH/EeAYEDPjUywGxM+hir8DsSFIHCbpAMTsaBqWIpleDxMHEU1QQZACZqhEEJLi08iGgYi7SJKzoKHyGMr/BcSmyDaDCAMkt4LAQyR2G7rfYAyQKS//o4IrQMyFSwMIWwLxG6jiv0Bsgy300AVsgfg6NCCwBjdAgAEA44m2JZyULewAAAAASUVORK5CYII=);
  background-position: center;
  border: none;
}
.login .content .form-actions .login-checkbox-text {
  vertical-align: top;
  line-height: 12px;
}
.login .content .form-actions label {
  position: relative;
}
.login .content .form-actions label > [type=checkbox]:not(:checked), .login .content .form-actions label > [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.login .content .form-actions label > [type=checkbox]:not(:checked) + span, .login .content .form-actions label > [type=checkbox]:checked + span {
  position: relative;
  padding-left: 28px;
  line-height: 23px;
}
.login .content .form-actions label > [type=checkbox]:not(:checked) + span:before, .login .content .form-actions label > [type=checkbox]:checked + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #D7D0CE;
  background: white;
  margin-top: -2px;
}
.login .content .form-actions label > [type=checkbox]:not(:checked):focus + span:before, .login .content .form-actions label > [type=checkbox]:not(:checked):hover + span:before {
  border: 2px solid #5EC1D1;
}
.login .content .form-actions label > [type=checkbox]:checked + span:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODREQTZCMjk4RDA2MTFFNUJBRENENDY0QjQ3M0YzQTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODREQTZCMjg4RDA2MTFFNUJBRENENDY0QjQ3M0YzQTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjAzM0I3OTg4OTJGMTFFNTk5NTNDQjMzQUEwMTQzM0QiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjAzM0I3OTk4OTJGMTFFNTk5NTNDQjMzQUEwMTQzM0QiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7KwtmLAAABMklEQVR42mL8//8/A6WAhVQNlUUFPEBqJxA/B+L89r4JT1nIsLgeiK2gbA0g1mEi0RUWINuRhJ6BCCYSDOAAUtOAmBUq9AmIs0kyBGQOEBsi8auA4XGbaEOArjAGUuVIQgegrgIDRkJRDDSADUgdBmIzqNAXEBvoiusoUQxUyAmklgLxXyCOASr4iWROKZIBINCIbACyd0AGBAJxCBAvAhoKM1wH5Hck9SeAeCK6a2GGKCKJhQHxHKABAkB6ChBzQcW/A3Em0BW/cRkSAMTITowH4qNAbI8k1g404AK2cAMbApR8CKS8gfgukpwWEvssEHfhCnx4FAMNug816CGaml9AnIUW2NgNgRp0E0j5QjMXDHQDxU/hSwYYiQ2o4TKQ8gFiEL0biNsIJUZGapQnAAEGAIPGWMD5BAIHAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center;
}
.login .content .form-actions label > [type=checkbox]:checked:focus + span:before, .login .content .form-actions label > [type=checkbox]:checked:hover + span:before {
  border: 2px solid #5EC1D1;
}
.login .content .form-actions label > input[type=checkbox][disabled] + span:before, .login .content .form-actions label > input[type=checkbox].disabled + span:before {
  cursor: not-allowed;
}
.login .content .form-actions label > input[type=checkbox][disabled]:hover + span:before, .login .content .form-actions label > input[type=checkbox].disabled:hover + span:before {
  border: 1px solid #D7D0CE;
}
.login .content .row {
  height: 38px;
  margin: 0 -15px;
}
.login .content .row::before, .login .content .row::after {
  content: " ";
  display: table;
  box-sizing: border-box;
}
.login .content .row .col-md-6 {
  display: block;
  float: left;
  padding: 0 15px;
  width: 50%;
  box-sizing: border-box;
}
.login .content .row .col-md-6 .small,
.login .content .row .col-md-6 small {
  font-style: italic;
  line-height: 17px;
  font-size: 85%;
}
.login .content .row .col-md-6 a {
  text-shadow: none;
  color: #337ab7;
  text-decoration: none;
}
.login .content .row .col-md-6 a:hover, .login .content .row .col-md-6 a:focus, .login .content .row .col-md-6 a:active {
  color: #23527c;
  text-decoration: underline;
}
.login .content .glyphicon-arrow-right {
  top: 0;
  vertical-align: top;
  padding-left: 5px;
}
.login .content .glyphicon-arrow-right:before {
  content: "\e092";
  border: 1px solid white;
  border-radius: 50%;
  padding: 2px 3px;
  font-size: 9px;
}
.login .ns-popover-tooltip {
  color: #000;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: 249px !important;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: 248px !important;
}

.login .content .login-form,
.login .content .forget-form {
  padding: 0;
  margin: 0;
}

.login .content .forget-form {
  display: none;
}

.login .content .register-form {
  display: none;
}

.login .content .form-title {
  font-weight: 300;
  margin-bottom: 25px;
}

.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
  margin-top: 8px;
  display: inline-block;
}

.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.login .content .forget-password {
  margin-top: 25px;
}

.login .content .create-account {
  border-top: 1px dotted #eee;
  padding-top: 10px;
  margin-top: 15px;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

/* select2 dropdowns */
.login .content .select2-container {
  border-left: 2px solid #35aa47 !important;
}

.login .content .select2-container .select2-choice {
  border-left: none !important;
}

.login .content .select2-container i {
  display: inline-block;
  position: relative;
  color: #ccc;
  z-index: 1;
  top: 1px;
  margin: 4px 4px 0px -1px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

.login .content .has-error .select2-container i {
  color: #b94a48;
}

.login .content .select2-container a span {
  font-size: 13px;
}

.login .content .select2-container a span img {
  margin-left: 4px;
}

/* Create Account Details page*/
form[name=account_request_form] .form-group .user-name input.ng-invalid,
form[name=account_request_form] .form-group .password input.ng-invalid {
  border: 1px solid #9D261D !important;
}

.login .content.create-account-details .form-group .inline-block {
  text-align: left;
  vertical-align: top;
}

.login .content.create-account-details .input-icon .fa-check {
  color: #D4FBB0;
  position: absolute;
  right: 10px;
  margin: 0;
  top: 13px;
}

#set_new_password_form .input-icon .fa-check {
  color: #D4FBB0;
  position: absolute;
  right: 10px;
  margin: 0;
  top: 13px;
}

.login .content.create-account-details .input-icon .fa-warning {
  color: #F3565D;
  right: 8px;
}

.login .content.create-account-details .inline-block .input-icon {
  width: 290px;
}

.login .content.create-account-details .inline-block.dropdown-container {
  width: 100px;
}

.login .content.create-account-details .input-small input {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

/* footer copyright */
.login .copyright {
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  color: #999;
  font-size: 13px;
}

@media (max-width: 480px) {
  /***
  Login page
  ***/
  .login .logo {
    margin-top: 10px;
  }
  .login .content {
    width: 280px;
  }
  .login .content h3 {
    font-size: 22px;
  }
  .login .checkbox {
    font-size: 13px;
  }
}
.error {
  color: #f3565d;
}

input.submitted.ng-invalid {
  border: 1px solid #f3565d;
}

.alert {
  border: 1px solid transparent;
  padding: 15px;
  margin-bottom: 20px;
}

.alert-danger {
  background-color: #fbe1e3;
  border-color: #fbe1e3;
  color: #e73d4a;
}

.cb-slideshow {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.cb-slideshow .image {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 0;
  -webkit-animation: imageAnimation 36s linear infinite;
  -moz-animation: imageAnimation 36s linear infinite;
  -o-animation: imageAnimation 36s linear infinite;
  -ms-animation: imageAnimation 36s linear infinite;
  animation: imageAnimation 36s linear infinite;
}
.cb-slideshow .image:nth-child(1) {
  background-image: url(../content/images/1.jpg);
}
.cb-slideshow .image:nth-child(2) {
  background-image: url(../content/images/2.jpg);
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}
.cb-slideshow .image:nth-child(3) {
  background-image: url(../content/images/3.jpg);
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}
.cb-slideshow .image:nth-child(4) {
  background-image: url(../content/images/4.jpg);
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s;
}
.cb-slideshow .image:nth-child(5) {
  background-image: url(../content/images/5.jpg);
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s;
}
.cb-slideshow .image:nth-child(6) {
  background-image: url(../content/images/6.jpg);
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s;
}
.cb-slideshow .text-container {
  display: none\9 ;
}
.cb-slideshow .text-container .text {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100vw;
  z-index: 1;
  opacity: 0;
  padding: 0 30px;
  text-align: center;
  font-family: "BebasNeueRegular", "Arial Narrow", Arial, sans-serif;
  font-size: 160px;
  line-height: 120px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-animation: titleAnimation 36s linear infinite;
  -moz-animation: titleAnimation 36s linear infinite;
  -o-animation: titleAnimation 36s linear infinite;
  -ms-animation: none;
  animation: titleAnimation 36s linear infinite;
}
.cb-slideshow .text-container .text:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.cb-slideshow .text-container .text:nth-of-type(2) {
  -webkit-animation-delay: 8s;
  -moz-animation-delay: 8s;
  -o-animation-delay: 8s;
  -ms-animation-delay: 8s;
  animation-delay: 6s;
}
.cb-slideshow .text-container .text:nth-child(3) {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}
.cb-slideshow .text-container .text:nth-child(4) {
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s;
}
.cb-slideshow .text-container .text:nth-child(5) {
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s;
}
.cb-slideshow .text-container .text:nth-child(6) {
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s;
}

@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -webkit-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  22% {
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-20%);
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-100%);
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -moz-transform: scale(1.05);
    -moz-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  22% {
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-20%);
  }
  25% {
    opacity: 0;
    -moz-transform: scale(1.1) translateY(-100%);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -o-transform: scale(1.05);
    -o-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  22% {
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-20%);
  }
  25% {
    opacity: 0;
    -o-transform: scale(1.1) translateY(-100%);
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes imageAnimation {
  0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -ms-transform: scale(1.05) rotate(0.02deg);
    -ms-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -ms-transform: scale(1.1) rotate(0.02deg);
  }
  22% {
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-20%) rotate(0.02deg);
  }
  25% {
    opacity: 0;
    -ms-transform: scale(1.1) translateY(-100%) rotate(0.02deg);
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    transform: scale(1.05) rotate(0.02deg);
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    transform: scale(1.1) rotate(0.02deg);
  }
  22% {
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-20%);
  }
  25% {
    opacity: 0;
    -transform: scale(1.1) translateY(-100%) rotate(0.02deg);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes titleAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-300%);
  }
  9% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
  18% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  26% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes titleAnimation {
  0% {
    opacity: 0;
    -moz-transform: translateY(-300%);
  }
  9% {
    opacity: 1;
    -moz-transform: translateY(0%);
  }
  18% {
    opacity: 1;
    -moz-transform: translateY(0%);
  }
  20% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  26% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes titleAnimation {
  0% {
    opacity: 0;
    -o-transform: translateY(-300%);
  }
  9% {
    opacity: 1;
    -o-transform: translateY(0%);
  }
  18% {
    opacity: 1;
    -o-transform: translateY(0%);
  }
  20% {
    opacity: 0;
    -o-transform: translateY(100%);
  }
  26% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes titleAnimation {
  0% {
    opacity: 0;
    transform: translateY(-300%);
  }
  9% {
    opacity: 1;
    transform: translateY(0%);
  }
  18% {
    opacity: 1;
    transform: translateY(0%);
  }
  20% {
    opacity: 0;
    transform: translateY(100%);
  }
  26% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes titleAnimation {
  0% {
    opacity: 0;
    -ms-transform: translateY(-300%);
  }
  9% {
    opacity: 1;
    -ms-transform: translateY(0%);
  }
  18% {
    opacity: 1;
    -ms-transform: translateY(0%);
  }
  20% {
    opacity: 0;
    -ms-transform: translateY(100%);
  }
  26% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li .image {
  opacity: 1;
}

@media screen and (max-width: 1140px) {
  .cb-slideshow .text {
    font-size: 100px;
  }
}
@media screen and (max-width: 600px) {
  .cb-slideshow .text {
    font-size: 50px;
  }
}
