@font-face {
  font-family: BrandonGrotesque-Medium;
  src: url(../fonts/BrandonGrotesque-Medium.woff);
}
@font-face {
  font-family: BrandonGrotesque-Regular;
  src: url(../fonts/BrandonGrotesque-Regular.woff);
}
html {
  background-color: #0b3d47;
}

body {
  background-color: #FFFFFF;
  color: #1D1D1B;
  font-family: "BrandonGrotesque-Regular", Arial, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  width: 100%;
  letter-spacing: 0;
}

h1,
h2,
h3 {
  text-transform: none;
  color: #008EAA;
  font-family: "BrandonGrotesque-Medium", Arial, sans-serif;
}

h1,
h2 {
  font-size: 30px;
}

h3 {
  font-size: 20px;
}

h4, h5 {
  font-size: 16px;
}

input,
select,
textarea {
  font-size: 14px !important;
}

.bluelink {
  color: #ACC5DB;
}

label > .alert-danger {
  margin: 0;
}

.languageFlag {
  display: inline-block;
  max-width: 50px;
  border: none;
  padding: 5px;
}

.cell-panel {
  min-height: 330px;
  min-width: 350px;
  max-width: 350px;
  margin: 15px;
  box-shadow: none !important;
  background-color: #f4f7f8 !important;
  border-radius: 22px !important;
  transition: transform 0.1s ease-in-out;
}
.cell-panel .panel-body img {
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  margin: -15px -15px 10px;
  max-width: calc(100% + 30px);
}

.cell-panel:hover {
  transform: scale(1.03);
  cursor: pointer;
}

.panel-default {
  border: 0 !important;
  box-shadow: none !important;
}

.portal-menu {
  color: #FFFFFF;
  background-color: #1D1D1B;
}

.touchmenu {
  text-align: center;
  line-height: 8px;
}

.touchmenu a {
  text-align: center;
  padding: 0;
  font-size: 8px;
  line-height: 8px;
  color: #DDDDDD;
}

.touchmenu span {
  font-size: 24px;
}

@media only screen and (max-width: 1230px) {
  .loggedinas {
    display: none;
  }
}
.selection-block {
  width: 100% !important;
  max-width: 1000px;
}

@media only screen and (max-width: 950px) {
  .password {
    padding-left: 20px;
  }
  .noleftpadding {
    padding-left: 20px !important;
  }
  .portal-menu2 {
    background-color: transparent;
  }
}
#myAlert {
  margin-top: 20px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(232, 46, 46, 0.9);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(232, 46, 46, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(232, 46, 46, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(232, 46, 46, 0.9);
    box-shadow: 0 0 0 0 rgba(232, 46, 46, 0.9);
  }
  70% {
    -moz-box-shadow: 0 0 0 15px rgba(232, 46, 46, 0);
    box-shadow: 0 0 0 15px rgba(232, 46, 46, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(232, 46, 46, 0);
    box-shadow: 0 0 0 0 rgba(232, 46, 46, 0);
  }
}
@-webkit-keyframes pulseGreen {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(92, 184, 92, 0.9);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(92, 184, 92, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(92, 184, 92, 0);
  }
}
@keyframes pulseGreen {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(92, 184, 92, 0.9);
    box-shadow: 0 0 0 0 rgba(92, 184, 92, 0.9);
  }
  70% {
    -moz-box-shadow: 0 0 0 15px rgba(92, 184, 92, 0);
    box-shadow: 0 0 0 15px rgba(92, 184, 92, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(92, 184, 92, 0);
    box-shadow: 0 0 0 0 rgba(92, 184, 92, 0);
  }
}
@-webkit-keyframes pulseGrey {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(99, 102, 106, 0.9);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(99, 102, 106, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(99, 102, 106, 0);
  }
}
@keyframes pulseGrey {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(99, 102, 106, 0.9);
    box-shadow: 0 0 0 0 rgba(99, 102, 106, 0.9);
  }
  70% {
    -moz-box-shadow: 0 0 0 15px rgba(99, 102, 106, 0);
    box-shadow: 0 0 0 15px rgba(99, 102, 106, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(99, 102, 106, 0);
    box-shadow: 0 0 0 0 rgba(99, 102, 106, 0);
  }
}
.importBtn,
.exportExcelBtn,
.addBtn {
  margin-left: 10px;
  margin-top: 15px;
}

.returnBtn {
  border-radius: 0;
  background-color: #0F7177;
  border-color: #0F7177;
  color: #FFFFFF;
}

.returnBtn:hover {
  background-color: #63666A !important;
  border-color: #63666A !important;
  color: #FFFFFF;
}

.selection-btn {
  cursor: pointer;
  display: inline-block;
  padding: 10px 0 0 10px;
  text-align: left;
  white-space: normal;
  width: 100%;
  color: #FFFFFF;
}
.selection-btn:hover .selection-bg {
  color: #FFFFFF;
}

.selection-bg {
  font-size: 40px;
  padding: 10px;
  color: #FFFFFF;
}

.language_btn {
  float: right;
}

.search-btn {
  float: right;
}

.searchBtn {
  margin-left: 10px;
  margin-top: 15px;
}

@media screen and (max-device-width: 767px) {
  .btn {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) {
  .selection-btn {
    margin-top: 20px !important;
  }
}
.modal-header {
  background-color: #EDEDED;
  color: #1D1D1B;
}

.modal-title {
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: left;
  font-size: 24px;
  color: #0b3d47;
  font-family: "BrandonGrotesque-Medium", Arial, sans-serif;
}

.modal-body label {
  display: block;
  text-align: left;
  font-size: 16px;
  color: #1D1D1B;
}

.modal-body {
  background-color: #FFFFFF;
}

.table-condensed > tbody > tr > td {
  text-align: left !important;
  vertical-align: middle;
}

.table-condensed > thead > tr > th {
  text-align: left !important;
}

.btn-table-header {
  background-color: transparent;
  max-width: 150px;
  color: #FFFFFF;
  white-space: normal;
  font-size: 12px;
  font-family: "BrandonGrotesque-Medium", Arial, sans-serif;
  text-align: left;
  padding-left: 0px;
}

.btn-table-header:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

thead {
  background-color: #707372;
}

.tableTitle {
  max-width: 100px;
  border: none;
  background: transparent;
}

.row2 {
  background-color: #FFFFFF;
}

.input-group-addon {
  font-size: 12px;
  white-space: unset;
  text-align: right;
  color: #1D1D1B;
  background: #E3E3E3;
}

.mandatory {
  color: #CF4520;
  font-size: 20px;
}

.mandatoryField:before {
  color: #CF4520;
  content: " *";
}

.container {
  background: #FFFFFF;
  margin-top: 0;
  margin-bottom: 30px;
  width: 100%;
}

.clr {
  clear: both;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 15px;
}

.form-gutter {
  margin-right: 1.2%;
}

.form-control {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  color: #1D1D1B !important;
  display: block;
  font-size: 12px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  width: 100%;
}

.pLeft {
  padding-left: 20px;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #1D1D1B;
  text-align: left;
}

.front-image {
  position: absolute;
  top: -325px;
  left: 0;
}

button:focus {
  outline: none;
}

.searchArea {
  min-height: 130px;
  padding: 20px 25px 20px;
  background-color: #FFFFFF;
}
.searchArea h3 {
  text-transform: capitalize;
  font-size: 24px;
  margin-top: 8px;
}

#searchpanel {
  border: none;
  background-color: transparent;
  color: #1D1D1B;
  font-style: normal;
  font-weight: normal;
  padding: 10px 0 0 10px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    margin-bottom: 15px;
  }
}
.searchArea #searchpanel {
  overflow: unset;
}

.breadcrumb {
  margin-left: 0;
  color: #1D1D1B;
  background-color: transparent;
  border-radius: 0;
  text-align: left;
  white-space: normal;
  margin-bottom: 20px;
  margin-top: 0;
  display: inline-block;
}

.searchLabel,
label {
  display: block;
  text-align: left;
  color: #1D1D1B;
}

#title_area {
  background: transparent;
  background-size: cover;
  display: table;
  position: relative;
  margin-left: 0;
  width: 100%;
}

.title {
  display: table-cell;
  vertical-align: middle;
}

.titlecontainer {
  border: 4px solid #FFFFFF;
}

#title_main {
  background-color: transparent;
  color: #008EAA;
  font-size: 70px;
  font-family: "BrandonGrotesque-Medium", Arial, sans-serif;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0;
  padding: 20px 0px 20px;
  width: 100%;
  float: left;
}

.title_sub {
  background-color: unset;
  color: #1D1D1B;
  padding-top: 10px;
  text-transform: uppercase;
}

.login_box {
  background-color: rgb(255, 255, 255);
  padding: 15px 20px;
  margin-bottom: 15px;
  min-height: 330px;
  border-radius: 22px;
}

.login_box h2 {
  text-align: left;
  display: inline-block;
  background-color: unset;
}

.login_box label {
  color: #1D1D1B;
  font-size: 24px;
}

.newuser_box {
  background-color: #f4f7f8;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  margin-bottom: 15px;
  min-height: 300px;
  color: #1D1D1B;
  border-radius: 22px;
}
.newuser_box h2 {
  background-color: unset;
}
.newuser_box p {
  color: #1D1D1B;
}

.support_box {
  background-color: #e9eef1;
  padding-top: 15px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 300px;
  border-radius: 22px;
}
.support_box a {
  color: #1D1D1B;
}
.support_box p {
  color: #1D1D1B;
}
.support_box h2 {
  background-color: unset;
}

.Selfregistration_box {
  background-color: #FFFFFF;
  padding: 15px 25px;
  margin-bottom: 15px;
}
.Selfregistration_box label {
  color: #1D1D1B;
  font-weight: 400;
  font-size: 24px;
}

.Selfregistration_box h2 {
  text-align: left;
}

.passwordreminder_box {
  background-color: #FFFFFF;
  padding: 15px 25px;
  margin-bottom: 15px;
}
.passwordreminder_box label {
  color: #1D1D1B;
  font-weight: 400;
  font-size: 24px;
}
.passwordreminder_box p {
  color: #1D1D1B;
}

.selection_box {
  background-color: #FFFFFF;
  text-align: center;
  padding: 5px 25px;
  margin-bottom: 30px;
}

.selection-text {
  display: block;
  font-size: 20px;
  height: 75px;
  overflow-wrap: normal;
  padding-bottom: 20px;
  text-align: left;
}

.form-group label {
  font-family: "BrandonGrotesque-Regular", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.panel-body2 {
  background-color: #FFFFFF;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body p,
.panel-body li {
  font-size: 16px;
}

.induction-panel {
  border-radius: 0;
  border-color: #64727D;
  min-height: 280px;
  cursor: pointer;
  background-color: #5FC8D8;
  color: #FFFFFF;
}

.induction-panel-overlay {
  background: none repeat scroll 0 0 #FFFFFF;
  opacity: 0.95;
  bottom: 0;
  left: 0;
  right: 30px;
  min-height: 120px;
  padding: 15px;
  color: #008EAA;
  position: relative;
  padding-bottom: 0;
  padding-top: 5px;
}

.removeMarginLeft {
  margin-left: 0 !important;
}

.breadcumb {
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 27px;
  padding-top: 25px;
  color: #008EAA;
  background-color: #FFFFFF;
  font-size: 23px;
  border-radius: 0;
  min-height: 40px;
  text-align: left;
  display: block;
  white-space: normal;
  line-height: 40px;
  font-weight: normal;
  letter-spacing: 0;
}

@media screen and (max-device-width: 767px) {
  .title_sub {
    font-size: 20px;
  }
  .title_main {
    font-size: 26px;
  }
  .title_area {
    height: 200px;
  }
  .login_box h2,
  .newuser_box h2,
  .Selfregistration_box h2,
  .passwordreminder_box h2,
  .support_box h2 {
    font-size: 18px;
  }
  .input-group-addon {
    font-size: 10px;
    white-space: unset;
    text-align: right;
  }
  .contentWindow {
    padding: 0;
  }
  .login_box {
    min-height: unset;
  }
  .selection_box h2 {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
  }
  .selection-text {
    height: 40px;
  }
  .selection-bg {
    padding: 10px;
    font-size: 16px;
  }
}
.cell-flex {
  display: flex;
  flex-flow: row wrap;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.force-right {
  float: right;
}

.no-padding-left {
  padding-left: 0;
}

.alert-danger {
  color: #CF4520;
  background-color: transparent;
  border-color: transparent;
}
.alert-danger span {
  margin-right: -5px;
}

.addPadding {
  padding: 10px;
}

.bulklicences {
  background-color: #FFFFFF;
  border: 2px dashed #e9eef1;
  margin-left: -40px;
  margin-right: -40px;
  margin-top: -20px;
  padding: 0px 20px 20px;
}

.vertical-align {
  display: flex;
  align-items: center;
  padding-left: 25px;
}

.companylogoUpload {
  float: right;
  margin-top: -30px;
  margin-right: 20px;
}
.companylogoUpload img {
  max-width: 200px;
  max-height: 200px;
  width: 200px;
  height: auto;
}

header {
  background-color: #FFFFFF;
}
header .bg-black {
  background-color: #f4f7f8;
  padding: 0px;
}
header .bg-black .col-sm-12 {
  padding: 0;
}
header .logo {
  background-image: url("../images/interface/logo.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 196px;
  height: 144px;
  background-position-y: center;
  background-position-x: 0px;
}
header .clientLogo {
  position: absolute;
  left: 200px;
  top: 0px;
  background-color: transparent;
  height: 144px;
}
header .clientLogo img {
  max-height: 144px;
  max-width: 200px;
  width: 200px;
  height: auto;
}

@media screen and (max-device-width: 767px) {
  header .logo {
    height: 50px;
  }
}
.induction-name {
  font-weight: 600;
  font-size: 20px !important;
  padding-top: 5px;
}

.details {
  font-size: 14px !important;
}

#footer.show {
  height: 170px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

#footer {
  background-size: 100%;
  width: 100%;
  height: 0;
  position: fixed;
  z-index: 300;
  bottom: -30px;
  overflow: none;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.touchFooter {
  font-size: 10px;
  padding-top: 10px;
  text-align: center;
  color: #B0B0B0;
}

.footer-container {
  background-color: #0b3d47;
  color: #FFFFFF;
  min-height: 60px;
  padding-top: 10px;
}

.footer {
  text-align: left;
  background: #FFFFFF;
  background-size: cover;
  color: #1D1D1B;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  margin-left: -20px;
  width: calc(100% + 35px);
}

.footer2 {
  text-align: left;
  background-color: #0b3d47;
  background-size: cover;
  color: #1D1D1B;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.copyright {
  width: 100%;
  margin-top: 10px;
  color: #d4d4d4;
}
.copyright a {
  color: #FFFFFF;
}

.btn {
  border-radius: 0;
  font-family: "BrandonGrotesque-Medium", Arial, sans-serif;
  transition: all 0.275s ease-in-out;
  letter-spacing: 0;
  border: none;
  font-size: 16px;
}
.btn:active {
  outline: none;
  box-shadow: none;
}
.btn:hover {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.btn:focus {
  outline: none;
}

.btn-success {
  background-color: #84BD00 !important;
  padding-top: 9px;
  min-height: 40px;
  min-width: 40px;
  font-family: "BrandonGrotesque-Medium", Arial, sans-serif;
  color: #FFFFFF;
}
.btn-success:hover {
  background-color: rgb(60.7619047619, 87, 0) !important;
  color: #FFFFFF;
  filter: none !important;
}
.btn-success.active {
  background-color: rgb(60.7619047619, 87, 0) !important;
  color: #FFFFFF;
  filter: none !important;
}
.btn-success:focus {
  outline: none;
}

.btn-primary {
  background-color: #008EAA !important;
  align-self: center;
  border-radius: 30px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.94px;
  font-family: "BrandonGrotesque-Medium", Arial, sans-serif;
  padding: 15px 25px;
  color: #FFFFFF;
}
.btn-primary:hover {
  background-color: #0b3d47 !important;
  color: #FFFFFF;
}
.btn-primary.active {
  background-color: #0b3d47 !important;
  color: #FFFFFF;
}
.btn-primary:focus {
  outline: none;
}

.btn-delete {
  background-color: #CF4520 !important;
  align-self: center;
  border-radius: 30px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.94px;
  font-family: "BrandonGrotesque-Medium", Arial, sans-serif;
  padding: 15px 25px;
  color: #FFFFFF;
}
.btn-delete:hover {
  background-color: rgb(118.6569037657, 39.5523012552, 18.3430962343);
  color: #FFFFFF;
}
.btn-delete.active {
  background-color: rgb(118.6569037657, 39.5523012552, 18.3430962343);
  color: #FFFFFF;
}
.btn-delete:focus {
  outline: none;
}

.btn-primary-small {
  background-color: #008EAA !important;
  font-family: "BrandonGrotesque-Medium", Arial, sans-serif;
  color: #FFFFFF;
}
.btn-primary-small:hover {
  background-color: #0b3d47 !important;
  color: #FFFFFF;
}
.btn-primary-small:focus {
  outline: none;
}

.btn-warning {
  background-color: #e38d13;
  border-color: #e38d13;
}

.btn-warning:hover,
.btn-warning:focus {
  background-color: rgb(132.8780487805, 82.5365853659, 11.1219512195) !important;
  background-position: 0;
}

.btn-warning:active,
.btn-warning.active {
  background-color: rgb(132.8780487805, 82.5365853659, 11.1219512195) !important;
}

.btn-default {
  background-color: #f4f7f8 !important;
  align-self: center;
  font-weight: 500;
  font-size: 20px;
  color: #1D1D1B;
  padding: 25px 25px;
  margin-left: 10px;
}
.btn-default-active {
  background-color: #008EAA !important;
  color: #FFFFFF;
}
.btn-default:focus {
  outline: none;
  color: #1D1D1B;
}
.btn-default:hover {
  background-color: #0b3d47 !important;
  color: #FFFFFF;
}

.btn-secondary {
  background-color: #f4f7f8 !important;
  transition: all 0.275s ease-in-out;
  align-self: center;
  border-radius: 30px;
  font-weight: 500;
  font-size: 20px;
  color: #1D1D1B;
  padding: 15px 25px;
  margin-left: 10px;
}
.btn-secondary-active {
  background-color: #008EAA !important;
  color: #FFFFFF;
}
.btn-secondary:focus {
  outline: none;
  color: #1D1D1B;
}
.btn-secondary:hover {
  background-color: #0b3d47 !important;
  color: #FFFFFF;
}

.btn-default-small,
.btn-secondary-small {
  background-color: #008EAA !important;
  min-height: 40px;
  min-width: 40px;
  color: #1D1D1B;
}
.btn-default-small-active,
.btn-secondary-small-active {
  background-color: #0b3d47 !important;
  color: #FFFFFF;
}
.btn-default-small:focus,
.btn-secondary-small:focus {
  outline: none;
  color: #1D1D1B;
}
.btn-default-small:hover,
.btn-secondary-small:hover {
  background-color: #FFFFFF !important;
  color: #008EAA;
}

.btn-secondary-inverse {
  background-color: #FFFFFF !important;
  min-height: 40px;
  min-width: 40px;
  color: #1D1D1B;
}
.btn-secondary-inverse:focus {
  outline: none;
  color: #1D1D1B;
}
.btn-secondary-inverse:hover {
  background-color: #FFFFFF !important;
  color: #008EAA;
}

.btn-tertiary {
  background-color: #1D1D1B;
  border-color: #1D1D1B;
  color: #008EAA;
}

.btn-tertiary:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #1D1D1B;
}

.btn-danger {
  color: #FFFFFF;
  padding-top: 9px;
  background-color: #CF4520;
  min-height: 40px;
  min-width: 40px;
}
.btn-danger:hover, .btn-danger:focus {
  background-color: rgb(118.6569037657, 39.5523012552, 18.3430962343);
  color: #FFFFFF;
}
.btn-danger.active, .btn-danger:active {
  background-color: rgb(118.6569037657, 39.5523012552, 18.3430962343);
  color: #FFFFFF;
}

.btn-help {
  background-color: #63666A;
  border-color: #63666A;
  color: #FFFFFF;
  white-space: unset;
}

.btn-back {
  background-color: #63666A;
  border-color: #63666A;
  color: #FFFFFF;
  white-space: unset;
  float: left;
}

.btn-induction-status-complete {
  background-color: #0F7177;
  color: #FFFFFF;
}

.btn-induction-status-complete:hover {
  background-color: #24A4AC;
  color: #FFFFFF;
}

.btn-induction-status-incomplete {
  background-color: #008EAA;
  color: #FFFFFF;
}

.btn-induction-status-incomplete:hover {
  background-color: #008EAA;
  color: #FFFFFF;
}

.btn-inductionReturn {
  background-color: #008EAA !important;
  color: #FFFFFF;
}

.btn-inductionReturn:hover {
  background-color: #FFFFFF !important;
  color: #008EAA;
}

.btn-induction {
  border-radius: 0;
  border-color: #008EAA;
  min-height: 250px;
  cursor: pointer;
  background-color: #008EAA;
  color: #FFFFFF;
}

.btn-induction:hover {
  cursor: pointer;
  border-color: #008EAA;
}

.pagination-btn {
  min-width: 35px;
  margin-left: 0px !important;
}

.firstlast-btn {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.nav {
  background-color: #fff;
}

.navbar {
  border: 0;
  margin: 0;
  border-radius: 0;
  min-height: unset;
}
.navbar-header {
  width: 100%;
  background-color: #1D1D1B;
  height: 120px;
  padding: 0px 10px 0 10px;
  float: unset;
}
.navbar-brand_cell {
  min-width: 100%;
  background-image: url("../images/interface/logo.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 80px;
  height: 120px;
  background-position-y: center;
  background-position-x: 24px;
}

nav.navbar-inverse .navbar-nav .dropdown.active > a {
  background-color: #FFFFFF;
  color: #1D1D1B;
  border-color: #0b3d47;
}

#myNavbar {
  font-size: 16px;
}
@media only screen and (max-width: 950px) {
  #myNavbar {
    margin-left: 0px;
    background-color: #707372;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 950px) {
  .descripText {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  .descripIcon {
    display: none;
  }
}
.navbar-inverse {
  background-color: transparent;
}
.navbar-inverse .navbar-nav {
  color: #1D1D1B;
  width: 100%;
}
@media only screen and (max-width: 950px) {
  .navbar-inverse .navbar-nav {
    margin: 0px;
  }
}
@media only screen and (min-width: 950px) {
  .navbar-inverse .navbar-nav > li:last-child {
    float: right;
  }
}
.navbar-inverse .navbar-nav li.active > a {
  background-color: #FFFFFF;
  color: #1D1D1B;
  border-color: #0b3d47;
}
.navbar-inverse .navbar-nav li.active > a:hover {
  background-color: #0b3d47;
  color: #FFFFFF;
  border-color: #0b3d47;
}
.navbar-inverse .navbar-nav li.open > a {
  background-color: #0b3d47;
  color: #fff;
  border-color: #0b3d47;
}
.navbar-inverse .navbar-nav li.open > a:hover, .navbar-inverse .navbar-nav li.open > a:focus {
  background-color: #0b3d47;
  color: #fff;
  border-color: #0b3d47;
}
.navbar-inverse .navbar-nav li.open > a li a {
  color: #1D1D1B !important;
  border-color: transparent;
}
.navbar-inverse .navbar-nav li.open > a li a:hover {
  background-color: #0b3d47;
  color: white;
}
.navbar-inverse .navbar-nav li.open > a:focus {
  background-color: #0b3d47;
  color: white;
}
.navbar-inverse .navbar-nav li.returnBtns a {
  padding-left: 15px;
}
.navbar-inverse .navbar-nav li a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  color: #1D1D1B;
  position: relative;
  z-index: 3;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  text-transform: capitalize;
  font-size: 16px !important;
}
.navbar-inverse .navbar-nav li a:hover {
  color: #ffffff;
  background-color: #0b3d47;
}
.navbar-inverse .navbar-nav li a:focus {
  color: #ffffff;
  background-color: #0b3d47;
}

.dropdown-menu {
  padding: 0px;
  min-width: 350px;
  box-shadow: none;
  background-color: #f4f7f8 !important;
}
.dropdown-menu li a {
  color: #fff;
}
.dropdown-menu li a.dropdown-toggle {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px !important;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
  color: #008EAA !important;
  background-color: #ffffff !important;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #008EAA;
  color: #FFFFFF;
  background-image: none;
  border: none;
  border-radius: 4px;
}
.navbar-toggle:hover, .navbar-toggle:focus {
  background-color: #008EAA !important;
  color: #FFFFFF !important;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
  background-color: #FFFFFF;
  color: #008EAA;
}
.navbar-toggle .icon-bar {
  background-color: #FFFFFF;
  color: #008EAA;
}

.navmenu ul li a {
  text-decoration: none;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.navmenu ul li a:hover {
  color: rgb(255, 255, 255);
  border-color: #008EAA;
}

@media only screen and (max-width: 950px) {
  .navbar-collapse {
    background-color: #fff;
    margin-top: 0px !important;
    min-width: 100%;
  }
  .navbar-collapse .nav > li {
    display: inline;
    margin: 0;
  }
  .navbar-header {
    width: 100%;
    background-color: #fff;
    padding: 0 10px 0 10px;
    float: unset;
  }
  .navbar-brand {
    margin: 0;
  }
  .navbar-brand_cell {
    min-width: 100%;
    background-image: url("../images/interface/logo.svg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 80px;
    height: 120px;
    background-position-y: center;
    background-position-x: 24px;
  }
}
.nav.nav-pills button.btn-secondary-active:focus {
  background: #008EAA !important;
  color: #FFFFFF;
}

.pagination {
  margin: 0;
}
.pagination li button.btn.btn-default {
  padding: 5px;
}

.panel-footer {
  background-color: transparent;
  border-top: none;
  padding: 10px 0px;
}

main {
  padding-top: 35px;
  min-height: 700px;
}
main.container-fluid {
  padding-right: 39px;
  padding-left: 39px;
}
main.pageBgd {
  background-color: #FFFFFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
main.admin {
  padding-top: 0;
}

.adminTable table td > button:first-child {
  margin-right: 5px;
}
.adminTable table .btn.btn-secondary-inverse, .adminTable table .btn.btn-default-small, .adminTable table .btn.btn-secondary-small {
  color: #FFFFFF !important;
  padding: 5px !important;
  min-width: 70px;
}
.adminTable table .btn.btn-default-small, .adminTable table .btn.btn-secondary-small {
  background: #008EAA !important;
}
.adminTable table .btn.btn-default-small:hover, .adminTable table .btn.btn-secondary-small:hover {
  background: #0b3d47 !important;
}
.adminTable table .btn.btn-secondary-inverse {
  background: #0b3d47 !important;
}
.adminTable table .btn.btn-secondary-inverse:hover {
  background: #008EAA !important;
}

.bootstrap-datetimepicker-widget {
  background: #008EAA !important;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  background: #008EAA;
}
.bootstrap-datetimepicker-widget table td.day, .bootstrap-datetimepicker-widget table td.dow, .bootstrap-datetimepicker-widget table td.prev, .bootstrap-datetimepicker-widget table td.next, .bootstrap-datetimepicker-widget table td.datepicker-switch,
.bootstrap-datetimepicker-widget table th.day,
.bootstrap-datetimepicker-widget table th.dow,
.bootstrap-datetimepicker-widget table th.prev,
.bootstrap-datetimepicker-widget table th.next,
.bootstrap-datetimepicker-widget table th.datepicker-switch {
  text-align: center !important;
}
.bootstrap-datetimepicker-widget table thead {
  background: #1D1D1B !important;
  color: #FFFFFF !important;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  text-align: center !important;
  cursor: pointer !important;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #008EAA !important;
}
.bootstrap-datetimepicker-widget table td.day:hover {
  background: #1D1D1B;
  color: #FFFFFF;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover, .bootstrap-datetimepicker-widget table td span.active {
  background: #FFFFFF;
  color: #000000;
}

.fancy-border {
  border-radius: 0 0 22px 22px !important;
  border-top: 10px solid;
  border-image: linear-gradient(to right, #008EAA 20%, #F2A900 20%, #F2A900 40%, #CF4520 40%, #CF4520 60%, #84BD00 60%, #84BD00 80%, #707372 80%) 10;
}

.psychosocial {
  background-image: url("../images/interface/bss_back.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.psychosocial-breadcrumbs {
  margin-bottom: 50px;
}

.bump {
  margin-left: 20px;
}

.question_box {
  margin: 40px 20px 60px;
  background-color: #FFFFFF;
  border-radius: 22px !important;
  text-align: center;
  padding: 30px 20px 20px;
  flex: auto;
}

.btn-circle-small {
  font-family: "BrandonGrotesque-Medium", Arial, sans-serif;
  transition: all 0.275s ease-in-out;
  letter-spacing: 0;
  border: none;
  font-size: 16px;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  margin: 5px;
  -moz-border-radius: 30px; /* or 50% */
  border-radius: 30px; /* or 50% */
  background-color: #008EAA;
  color: #FFFFFF;
  text-align: center;
}
.btn-circle-small:hover {
  background-color: #0b3d47 !important;
  color: #FFFFFF;
}
.btn-circle-small.active {
  background-color: #0b3d47 !important;
  color: #FFFFFF;
}

.btn-circle-lg {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  padding-top: 12px;
  border-radius: 25px;
}
.btn-circle-lg.active {
  background-color: #1D1D1B !important;
  color: #FFFFFF !important;
}

.btn-circle-answer {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  padding-top: 12px;
  border-radius: 25px;
}

.spaced {
  display: flex;
  justify-content: space-between;
  height: auto;
  padding: 10px;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-left: 10%;
  margin-right: 10%;
}

.flexbox {
  display: flex;
  justify-content: space-between;
  height: auto;
  padding: 10px;
  flex-wrap: wrap;
  row-gap: 10px;
}

.question-circle {
  display: block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  margin: 5px;
  -moz-border-radius: 30px; /* or 50% */
  border-radius: 30px; /* or 50% */
  background-color: #f4f7f8;
  font-family: "BrandonGrotesque-Medium", Arial, sans-serif;
  color: #1D1D1B;
  text-align: center;
}
.question-circle.active {
  background-color: #5bc0de;
  color: #FFFFFF;
}

.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.btn-disabled {
  pointer-events: none !important;
}

.followup {
  margin-bottom: 20px;
}

.followup > label {
  font-family: "BrandonGrotesque-Regular", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: initial;
}

select {
  min-width: 60px;
}

.select2-container .select2-selection--single {
  height: 34px !important;
  min-width: 60px;
  padding: 3px 3px !important;
}

/*# sourceMappingURL=style.css.map */
