#login {
  height: 100%;
  background-size: cover;
  background-position: center;
}
#login #login_row {
  margin-top: 5%;
  z-index: 10;
  position: relative;
}
#login #login_row #login_offlineLogo {
  display: none;
}
#login #login_row #login_offlineLogo .navbar-online-status {
  float: right;
  height: 100%;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 15px;
  margin-bottom: 8px;
  font-size: 20px;
  color: white;
}
#login #login_row #login_offlineLogo .navbar-online-status .fa.fa-wifi {
  position: relative;
}
#login #login_row #login_offlineLogo .navbar-online-status .fa.fa-wifi:after {
  position: absolute;
  content: "\\";
  font-weight: bold;
  left: 8px;
  top: -6px;
  font-size: 30px;
  color: white;
}
#login .panel {
  background-color: rgba(255, 255, 255, 0.15);
}
#login .panel-body {
  background-color: rgba(255, 255, 255, 0.9);
}
#login .panel-heading {
  background-color: rgba(21, 37, 56, 0.5);
  background-image: linear-gradient(to bottom, rgba(21, 37, 56, 0.75) 0%, rgba(57, 99, 148, 0.75) 100%);
  color: white;
}
#login .panel-heading .row {
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
#login .panel-heading h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}
#login #login_providers {
  margin-top: 20px;
}
#login #login_primaryLogo2 {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
#login .help-login-link {
  display: flex;
  justify-content: center;
}
@font-face {
  font-family: "FF-clan-OT-Bold";
  src: url("fonts/FF_Clan_OT Bold.otf") format("truetype");
}
@font-face {
  font-family: "FF-clan-OT-Medium";
  src: url("fonts/FF_Clan_OT Medium.otf") format("truetype");
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("fonts/HelveticaNeue.ttc") format("truetype");
}
@font-face {
  font-family: "HelveticaNeue-Bold";
  font-weight: bold;
  src: url("fonts/HelveticaNeue_Bold.ttf") format("truetype");
}
.tooltip {
  opacity: 1 !important;
}
.tooltip > .tooltip-inner {
  background-color: #fff;
  color: #747473;
  border: 1px solid #cecece;
  max-width: none;
  white-space: nowrap;
}
.tooltip.top > .tooltip-arrow {
  border-top-color: #cecece;
}
.tooltip.bottom > .tooltip-arrow {
  border-bottom-color: #cecece;
}
.tooltip.right > .tooltip-arrow {
  border-right-color: #cecece;
}
.tooltip.left > .tooltip-arrow {
  border-left-color: #cecece;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: auto;
}

@font-face {
  font-family: "FF-clan-OT-Bold";
  src: url("fonts/FF_Clan_OT Bold.otf") format("truetype");
}
@font-face {
  font-family: "FF-clan-OT-Medium";
  src: url("fonts/FF_Clan_OT Medium.otf") format("truetype");
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("fonts/HelveticaNeue.ttc") format("truetype");
}
@font-face {
  font-family: "HelveticaNeue-Bold";
  font-weight: bold;
  src: url("fonts/HelveticaNeue_Bold.ttf") format("truetype");
}
.tooltip {
  opacity: 1 !important;
}
.tooltip > .tooltip-inner {
  background-color: #fff;
  color: #747473;
  border: 1px solid #cecece;
  max-width: none;
  white-space: nowrap;
}
.tooltip.top > .tooltip-arrow {
  border-top-color: #cecece;
}
.tooltip.bottom > .tooltip-arrow {
  border-bottom-color: #cecece;
}
.tooltip.right > .tooltip-arrow {
  border-right-color: #cecece;
}
.tooltip.left > .tooltip-arrow {
  border-left-color: #cecece;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: auto;
}

@media print {
  .noprint {
    display: none !important;
  }
}
body {
  font-family: HelveticaNeue, sans-serif;
  background-color: #f9f9f9;
  scrollbar-width: thin;
  /* scroll thumb and track */
  scrollbar-color: #75787b #d9d9d9;
}

a {
  color: #00a3e0;
}

*::-webkit-scrollbar {
  /* width of the entire vertical scrollbar */
  width: 10px;
  /* height of the entire hortizontal scrollbar */
  height: 4px;
}

*::-webkit-scrollbar-track {
  /* color of the tracking area */
  background: #d9d9d9;
}

*::-webkit-scrollbar-thumb {
  /* color of the scroll thumb */
  background-color: #75787b;
  /* roundness of the scroll thumb */
  border-radius: 20px;
  /* creates padding around scroll thumb */
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #00a3e0;
}

.navbar-inverse .navbar-nav > li > a {
  color: white;
  height: 62px;
}
.navbar-inverse .navbar-nav > li > a:hover {
  background-color: #777e8d;
}
.navbar-inverse .navbar-nav > li > a:hover i {
  color: inherit;
  opacity: 0.5;
}

.navbar-inverse .navbar-nav > li.disabled > a {
  color: white;
  opacity: 0.5;
}
.navbar-inverse .vertical-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.navbar-inverse .nav > li > a {
  padding: 10px;
  cursor: pointer;
}
.navbar-inverse .vertical-line::after {
  width: 1px;
  height: 22px;
  padding: 0;
  margin: 0px 10px;
  background-color: #ffffff;
  flex-direction: row !important;
  content: "";
}

.navbar-brand {
  height: 63px;
  padding: 0px !important;
}
.navbar-brand img {
  height: 63px;
}
.navbar-brand:hover {
  background-color: #565b66 !important;
}

.navbar {
  background-image: none;
  background-color: #512d6d;
  border-radius: 0px;
  border-bottom-width: 2px;
  border-bottom-color: #512d6d;
  margin-bottom: 0px;
  color: white;
  z-index: 10;
}

@media (max-width: 768px) {
  .navbar-inverse .navbar-nav > li > a {
    height: 52px;
  }
  .navbar-brand img {
    height: 53px;
  }
}
@media (max-width: 1330px) {
  .navbar-inverse .container-fluid .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-inverse .container-fluid .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-inverse .container-fluid .navbar-header > .navbar-toggle {
    display: block;
  }
}
.top-menu {
  height: 45px;
  margin-top: 15px;
}

.nav-tabs {
  background-color: transparent;
}
.nav-tabs li a {
  border: 0px;
  color: #1c2631;
  margin-top: 4px;
  cursor: pointer;
  padding-bottom: 7px;
  border-bottom: solid 3px transparent;
}
.nav-tabs li a:hover, .nav-tabs li a:focus {
  color: #cb2c30;
  background-color: white;
  border: 0px;
  border-bottom: solid 3px #cb2c30;
}
.nav-tabs li.desactive a,
.nav-tabs li.disabled a {
  background-color: transparent;
  color: #a5a5a5;
  opacity: 0.6;
  cursor: no-drop;
  text-shadow: 0px 1px 2px white;
}
.nav-tabs li.desactive a:hover, .nav-tabs li.desactive a:focus,
.nav-tabs li.disabled a:hover,
.nav-tabs li.disabled a:focus {
  border-bottom: 3px transparent;
}
:active .nav-tabs li.desactive a,
:active .nav-tabs li.disabled a {
  background-color: inherit;
  color: #a5a5a5;
  text-shadow: 0px 1px 2px white;
}
.nav-tabs li.active > a,
.nav-tabs li:active > a {
  background-color: white;
  color: #cb2c30;
  border: 0px;
  border-bottom: solid 3px #cb2c30;
}
.nav-tabs li.active > a:focus,
.nav-tabs li:active > a:focus {
  border: 0px;
  border-bottom: solid 3px #cb2c30;
  color: #cb2c30;
}
.nav-tabs li.active > a:hover,
.nav-tabs li:active > a:hover {
  border: 0px;
  border-bottom: solid 3px #cb2c30;
}

h1 {
  font-family: FF-clan-OT-Medium;
  font-size: 32px;
}

h2 {
  font-family: FF-clan-OT-Medium;
  font-size: 24px;
}

h3 {
  font-family: FF-clan-OT-Medium;
  font-size: 18px;
}

h4 {
  font-family: FF-clan-OT-Medium;
  font-size: 14px;
}

.sub-tabs.nav-tabs {
  border: 0px;
}
.sub-tabs.nav-tabs li a {
  margin-top: 4px;
  margin-bottom: 1px;
  cursor: pointer;
}
.sub-tabs.nav-tabs li a:hover, .sub-tabs.nav-tabs li a:focus {
  border-color: #00a3e0;
  color: #00a3e0;
  border-bottom: solid 3px #00a3e0;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}
.sub-tabs.nav-tabs li:active a, .sub-tabs.nav-tabs li.active a {
  color: #00a3e0;
  border-bottom: solid 3px #00a3e0;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}
.sub-tabs.nav-tabs li.desactive a, .sub-tabs.nav-tabs li.disabled a {
  opacity: 0.5;
  cursor: no-drop;
}
.sub-tabs.nav-tabs li.desactive a:hover, .sub-tabs.nav-tabs li.desactive a:focus, .sub-tabs.nav-tabs li.disabled a:hover, .sub-tabs.nav-tabs li.disabled a:focus {
  border-bottom-color: transparent;
}

.waitingForAjax {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99999;
}

.progress-bar {
  background: #512d6d;
  height: 20px;
  display: flex;
  align-content: flex-start;
}
.progress-bar > span {
  margin-left: 10px;
  font-family: FF-clan-OT-Medium;
}

.progress-bar-container {
  width: 75%;
  border: #512d6d solid 1px;
  background-color: rgba(81, 45, 109, 0.7);
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
}

.form-inline label.control-label {
  /* Vertical alignement for label in form-inline */
  padding-top: 7px;
}

.logout {
  color: #512d6d;
}

.no-bottom-margin {
  margin-bottom: 0px;
}

.align-right {
  text-align: right;
}

.modal-header h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  font-family: FF-clan-OT-Medium;
  color: #1c2631;
}

/* rows-table */
div.rows-table > .row:nth-of-type(odd) {
  background-color: #f9f9f9;
}

div.rows-table > div.row {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #ddd;
}

div.rows-table > div.row span.colname {
  display: none;
}

@media (max-width: 992px) {
  div.rows-table > div.row span.colname {
    display: inline !important;
  }
}
div.rows-table > div.row:hover {
  background-color: #f5f5f5;
}

.btn-transp {
  background-color: transparent;
  border: none;
}

.btn-white-bg {
  background-color: #ffffff;
}

.btn-blue,
.btn-blue-no-border {
  background-color: #ffffff;
  color: #00a3e0;
}

.btn-blue {
  border-color: #00a3e0;
  border-radius: 2px;
}
.btn-blue:hover {
  background-color: rgb(239.8397790055, 240.4585635359, 242.1602209945);
  color: rgb(0, 88.7767857143, 122);
}

.btn-blue-filled,
.btn-primary {
  font-family: FF-clan-OT-Medium;
  font-weight: normal;
  font-size: 12px;
  background-color: #00a3e0;
  color: #ffffff;
  border-radius: 2px;
}
.btn-blue-filled:hover,
.btn-primary:hover {
  background-color: rgb(239.8397790055, 240.4585635359, 242.1602209945);
  color: rgb(0, 88.7767857143, 122);
}

.btn-red-filled,
.btn-danger {
  font-family: FF-clan-OT-Medium;
  font-weight: normal;
  font-size: 12px;
  background-color: #cb2c30;
  color: #ffffff;
  border-radius: 2px;
}
.btn-red-filled:hover,
.btn-danger:hover {
  background-color: rgb(239.8397790055, 240.4585635359, 242.1602209945);
  color: rgb(119.1700404858, 25.8299595142, 28.1781376518);
}

.btn-green-filled,
.btn-success {
  font-family: FF-clan-OT-Medium;
  font-weight: normal;
  font-size: 12px;
  background-color: #3a913f;
  color: #ffffff;
  border-radius: 2px;
}
.btn-green-filled:hover,
.btn-success:hover {
  background-color: rgb(239.8397790055, 240.4585635359, 242.1602209945);
  color: rgb(28.8571428571, 72.1428571429, 31.3448275862);
}

.btn-primary,
.btn-default,
.btn-danger,
.btn-success {
  background-image: none;
  border-radius: 2px;
  border: none;
}

.btn-default {
  background-image: none;
  background-color: #efefef;
}

.btn-grey {
  background-color: rgba(255, 255, 255, 0.8);
  color: #565b66;
  border-color: #565b66;
}
.btn-grey:hover {
  background-color: rgb(212.226519337, 213.9723756906, 218.773480663);
  color: rgb(39.3404255319, 41.6276595745, 46.6595744681);
}

.btn-grey-filled,
.btn-default {
  font-family: FF-clan-OT-Medium;
  font-weight: normal;
  font-size: 12px;
  color: #a7a8aa;
  background-color: rgba(255, 255, 255, 0);
}
.btn-grey-filled:hover,
.btn-default:hover {
  background-color: rgb(212.226519337, 213.9723756906, 218.773480663);
  color: rgb(39.3404255319, 41.6276595745, 46.6595744681);
}

.btn-purple-white {
  font-size: 12px;
  background-color: #512d6d;
  color: white;
  border-color: #512d6d;
  border-radius: 0px;
}
.btn-purple-white:hover {
  background-color: white;
  color: #512d6d;
}

.btn-white-purple {
  font-size: 12px;
  background-color: white;
  color: #512d6d;
  border-color: #512d6d;
  border-radius: 0px;
}
.btn-white-purple:hover {
  background-color: #512d6d;
  color: white;
}

#menu-task-icon {
  padding-left: 5px;
}

h3.cat-menu {
  color: #1c2631;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: FF-clan-OT-Medium;
  font-size: 32px;
  font-weight: 500;
}

h4.cat-menu {
  color: #1c2631;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: FF-clan-OT-Medium;
  font-size: 24px;
  font-weight: 500;
}

.ico-import {
  background: url("img/ui/import-icon3x.png") no-repeat top left;
  background-size: contain;
  cursor: pointer;
  display: inline-block;
  min-height: 14px;
  min-width: 14px;
}

.layoutMenu {
  position: fixed;
}

.layout3DBar {
  position: fixed;
  bottom: 20px;
  left: 50%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid black;
  background-color: rgb(68, 73, 90);
}

.layout2DBar {
  position: fixed;
  bottom: 15px;
  left: 50%;
  border-radius: 5px;
  border: 1px solid black;
  background-color: rgb(52, 55, 65);
}

.layoutButton {
  border-radius: 5px;
  padding: 15px;
  cursor: pointer;
  width: 55px;
  display: inline-block;
  transition: bottom 0.3s ease 0s;
}

.layoutButton.active {
  background: rgb(23, 136, 173);
}

.layoutButton:hover {
  background: rgb(52, 204, 255);
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.switch {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 14px;
  margin: 0;
}
.switch.switch-big {
  width: calc(24px * 1.3);
  height: calc(14px * 1.3);
}
.switch.switch-big input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
.switch.switch-big .slider::before {
  height: calc(14px * 1.3 - 2px);
  width: calc(14px * 1.3 - 2px);
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #a7a8aa;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 34px;
}
.switch .slider::before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #00a3e0;
}

input:focus + .slider {
  box-shadow: 0 0 1px #00a3e0;
}

.archetypeSelector {
  /* Header of grid */
}
.archetypeSelector .tt-suggestion {
  font-family: "HelveticaNeue";
  font-size: 10px;
}
.archetypeSelector table tr:nth-child(odd) {
  background-color: #ffffff;
}
.archetypeSelector table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.archetypeSelector table tr.grid-table-selected {
  background-color: #a7a8aa;
}
.archetypeSelector .grid-table {
  width: 100%;
}
.archetypeSelector .grid-table td {
  padding-top: 1px;
  padding-bottom: 1px;
}
.archetypeSelector .grid-table-header th {
  /* Typography */
  font-family: "FF-clan-OT-Medium";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.818182px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1C2631;
  padding-left: 2px;
  padding-right: 10px;
}
.archetypeSelector .grid-table-header .gridFilterText {
  margin: 5px;
  /* Typography */
  font-family: Helvetica;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: 0px;
  text-align: left;
}
.archetypeSelector .grid-table-header .gridFilterText input {
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  padding-top: 7px;
  padding-bottom: 7px;
}
.archetypeSelector .grid-table-header .gridHeadOption i {
  font-size: 20px;
}
.archetypeSelector .grid-table-tbody {
  /* Typography */
  font-family: "HelveticaNeue";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  /* Row */
}
.archetypeSelector .grid-table-tbody .gridRow {
  height: 52px;
  border-radius: 0px;
}
.archetypeSelector .grid-table-tbody .gridRow td {
  border-left: 1px solid #D9D9D9;
  padding-left: 10px;
  padding-right: 3px;
}

/** buttons bar appearing on the top of grid table right cell when over row**/
.grid-table-tbody :hover .grid-table-btnbar {
  z-index: 6;
  opacity: 0.8;
}

.grid-table-tbody {
  position: relative;
  cursor: pointer;
}

.grid-table-header {
  font-family: FF-clan-OT-Medium;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  color: #1c2631;
}

/** content with buttonbar which appearing on top of main content when hover**/
.grid-table-cell-content {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  position: relative;
}

/** buttons bar **/
.grid-table-btnbar {
  position: absolute;
  right: 0px;
  background-color: white;
  z-index: 4;
  opacity: 0;
  display: flex;
}

/** buttons bar buttons**/
.grid-table-btnbar-btn {
  padding: 0px 10px 0px 10px;
}

/** design basis **/
.label-input-couple {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  color: #1c2631 !important;
}
.label-input-couple label {
  font-family: FF-clan-OT-Medium;
  font-size: 9px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.82px;
}
.label-input-couple input {
  border: 1px solid #d9d9d9;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 12px;
}
.label-input-couple select {
  border: 1px solid #d9d9d9;
  background-color: white;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 12px;
}
.label-input-couple label::placeholder,
.label-input-couple select::placeholder,
.label-input-couple input::placeholder {
  opacity: 1;
  /* Firefox */
}
.label-input-couple label::placeholder, .label-input-couple label:-ms-input-placeholder, .label-input-couple label::-ms-input-placeholder,
.label-input-couple select::placeholder,
.label-input-couple select:-ms-input-placeholder,
.label-input-couple select::-ms-input-placeholder,
.label-input-couple input::placeholder,
.label-input-couple input:-ms-input-placeholder,
.label-input-couple input::-ms-input-placeholder {
  color: #d9d9d9;
}

.radio-btn-horiz {
  display: flex;
  align-items: center;
  padding-left: 25px;
}
.radio-btn-horiz > .radio {
  padding: 0px 5px 0px 5px;
}
.radio-btn-horiz > input {
  padding: 0px 5px 0px 5px;
}

.radio-label {
  margin-bottom: 0;
  padding: 10px 15px 5px 5px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 12px;
}

.prospect-folder-selector {
  /** buttons bar appearing on the top of grid table right cell when over row**/
}
.prospect-folder-selector span.text {
  width: 100%;
}
.prospect-folder-selector .prospect-col {
  padding: 2px;
  font-size: 11px;
}
.prospect-folder-selector .table {
  border: 1px ridge #d9d9d9;
}
.prospect-folder-selector .table > thead > tr > th {
  padding: 15px;
}
.prospect-folder-selector .grid-table {
  width: 100%;
}
.prospect-folder-selector .grid-table-header {
  font-family: FF-clan-OT-Medium;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  color: #1c2631;
}
.prospect-folder-selector .grid-table-header .fas {
  font-size: 16px;
}
.prospect-folder-selector .grid-table-tbody :hover .grid-table-btnbar {
  z-index: 6;
  opacity: 1;
}
.prospect-folder-selector .grid-table-tbody :hover .grid-table-cell-timestamp {
  opacity: 0;
}
.prospect-folder-selector .grid-table-tbody {
  position: relative;
  font-size: 11px;
}
.prospect-folder-selector .grid-table-tbody tr {
  border: none;
}
.prospect-folder-selector .grid-table-tbody tr:hover {
  border-left: 4px solid #512d6d;
}
.prospect-folder-selector .grid-table-tbody tr td {
  vertical-align: middle;
  word-break: break-word;
  border: none;
  padding-top: 13px;
  padding-bottom: 13px;
}
.prospect-folder-selector .grid-table-selected {
  background-color: #a7a8aa;
}

.big-html-tooltip {
  max-width: 30vw;
  white-space: normal;
  text-align: left;
}

#login {
  font-family: "HelveticaNeue" !important;
}
#login .panel {
  background-color: rgba(255, 255, 255, 0.15);
  position: fixed;
  left: 10px;
  top: 80px;
  width: 28%;
  border-radius: 0px;
}
#login .panel-heading {
  background-color: rgb(252, 252, 252);
  background-image: none;
  color: white;
  padding: 30px !important;
  border-radius: 0px !important;
}
#login .panel-heading .row,
#login .panel-heading h2,
#login .panel-heading h4 {
  margin: 0px auto;
}
#login .panel-heading .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#login .panel-heading img {
  max-width: 200px;
  width: 100%;
}
#login .panel-body {
  padding: 30px !important;
}
#login .pull-right {
  float: none !important;
  text-align: center;
}
#login #login_helpLink {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #1C2631;
}
#login #login_title .logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#login #login_title .logo img {
  width: 32px;
}
#login #login_title .logo p {
  display: inline-block;
  margin: 0;
  margin-left: 8px;
  font-family: "FF-clan-OT-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.23077px;
  color: #1C2631;
}
#login .btn {
  font-family: "HelveticaNeue";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  padding: 10px;
}