@import url("https://fonts.googleapis.com/css?family=Montserrat|Open+Sans:300,400,700,800&display=swap");
a:hover {
  text-decoration: none;
}

.navbar {
  border: 0;
  margin: 0;
  border-radius: 0;
  min-height: unset;
}

.navbar-header {
  width: 100%;
  background-color: #ffffff;
}

.navbar-brand {
  margin: 0;
}

.languageFlag {
  display: inline-block;
  max-height: 20px;
  border: none;
}

.dropdown-menu {
  padding: 0;
  background-color: #0c2b82 !important;
}
.dropdown-menu li a {
  color: #fff !important;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
  color: #0c2b82 !important;
  background-color: #ffffff !important;
}

.navbar-inverse {
  background-color: #071435;
}
.navbar-inverse .navbar-nav {
  background-color: #071435;
  text-transform: uppercase;
}
.navbar-inverse .navbar-nav .caret {
  margin-left: 5px;
}
.navbar-inverse .navbar-nav .glyphicon {
  margin-right: 5px;
}
.navbar-inverse .navbar-nav .open a {
  background-color: #d9e8ec;
  color: #3D3935 !important;
}
.navbar-inverse .navbar-nav .open a:hover, .navbar-inverse .navbar-nav .open a:focus {
  background-color: #d9e8ec;
  color: #3D3935 !important;
}
.navbar-inverse .navbar-nav .active a {
  background-color: #ffffff;
  color: #0c2b82 !important;
}
.navbar-inverse .navbar-nav .active a:hover {
  border-color: #0c2b82;
  color: #0c2b82;
}
.navbar-inverse .navbar-nav li a {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.navbar-inverse .navbar-nav li a:hover, .navbar-inverse .navbar-nav li a:focus {
  background-color: #d9e8ec;
  color: #3D3935 !important;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #97999B;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navmenu ul li a {
  color: #ffffff;
}

.portal-menu {
  color: #ffffff;
  font-size: 14px;
  background-color: #fcaf17;
}

.portal-panel {
  padding: 0;
}
.portal-panel .panel-header h2 {
  color: #12a6e6;
  font-size: 25px;
  font-weight: 500;
}
.portal-panel .panel-footer {
  border: none;
  background: #ffffff;
  padding: 0;
}

.header_corner {
  background-image: url("../images/interface/corner.jpg");
  background-repeat: no-repeat;
  background-position: left;
  height: 40px;
}

.header {
  background: #ffffff none repeat scroll 0 0;
  margin-bottom: 0;
  text-align: center;
}
.header .logo {
  margin-bottom: 30px;
  padding-left: 15px;
  text-align: left;
}

.header-language {
  background: #071435;
}
.header-language .btn {
  height: 30px;
}

.header-logo {
  background: #071435;
  border-bottom: 5px solid #fcaf17;
}

.btn {
  border-radius: 0;
  letter-spacing: 0;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
}
.btn.focus {
  text-decoration: none;
}
.btn:hover {
  text-decoration: none;
  text-decoration: none;
}

.btn-default {
  background-color: #fcaf17;
  color: #ffffff;
}
.btn-default span {
  color: #ffffff;
}
.btn-default:hover, .btn-default:focus {
  background-color: #de9817 !important;
  color: #ffffff !important;
}

.btn-primary {
  background-color: #12a6e6 !important;
  color: #ffffff;
}
.btn-primary span {
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #128dc8 !important;
  color: #ffffff;
}

.btn-secondary {
  background-color: #0c2b82 !important;
  color: #ffffff;
}
.btn-secondary span {
  color: #ffffff;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #0c2fa0 !important;
  color: #ffffff;
}

.btn-tertiary {
  background-color: #512b1b;
  border-color: #512b1b;
  color: #0c2b82;
}

.btn-tertiaryy span {
  color: #ffffff;
}

.btn-tertiary:hover, .btn-tertiary:focus {
  background-color: #d9e8ec;
  border-color: #d9e8ec;
  color: #512b1b;
}

.btn-info {
  background-color: #12a6e6 !important;
  color: #ffffff;
}
.btn-info span {
  color: #ffffff;
}
.btn-info:hover, .btn-info:focus {
  background-color: #1287c8 !important;
  color: #ffffff;
}

.btn-danger {
  background-color: #d9534f !important;
  color: #ffffff;
}
.btn-danger span {
  color: #ffffff;
}
.btn-danger:hover, .btn-danger:focus {
  background-color: #bb5450 !important;
  color: #ffffff;
}

.btn-success {
  background-color: #5cb85c !important;
  color: #ffffff;
}
.btn-success span {
  color: #ffffff;
}
.btn-success:hover, .btn-success:focus {
  background-color: #4d9a4d !important;
  color: #ffffff;
}

.btn-warning {
  background-color: #fcaf17 !important;
  color: #ffffff;
}
.btn-warning span {
  color: #ffffff;
}
.btn-warning:hover, .btn-warning:focus {
  background-color: #de9117 !important;
  color: #ffffff;
}

.btn-induction-status-complete {
  background-color: #67823a;
  color: #ffffff;
}
.btn-induction-status-complete:hover {
  background-color: #a9c47f;
  color: #ffffff;
}

.btn-induction-status-incomplete {
  background-color: #4f758b;
  color: #ffffff;
}
.btn-induction-status-incomplete:hover {
  background-color: #4f758b;
  color: #ffffff;
}

.searchBtn {
  background-color: #3a68c5 !important;
  color: #ffffff;
  margin-left: 10px;
  margin-top: 28px;
}
.searchBtn:hover, .searchBtn:focus {
  background-color: #3b53a7 !important;
  color: #ffffff;
}

.importBtn {
  background-color: #512b1b;
  margin-left: 10px;
  margin-top: 40px;
  color: #0c2b82;
}

.exportExcelBtn {
  background-color: #3a68c5 !important;
  color: #ffffff;
  margin-left: 10px;
  margin-top: 28px;
}
.exportExcelBtn span {
  color: #ffffff;
}
.exportExcelBtn:hover, .exportExcelBtn:focus {
  background-color: #3b53a7 !important;
  color: #ffffff;
}

.addBtn {
  background-color: #071435 !important;
  color: #ffffff;
  margin-left: 10px;
  margin-top: 15px;
  border-color: transparent;
}
.addBtn span {
  color: #ffffff;
}
.addBtn:hover, .addBtn:focus {
  background-color: #07155d !important;
  color: #ffffff !important;
}

.returnBtn {
  border-radius: 0;
  background-color: #0c2b82;
  border-color: #0c2b82;
  color: #ffffff;
}
.returnBtn:hover {
  background-color: #d9e8ec !important;
  border-color: #d9e8ec !important;
  color: #0c2b82;
}

.btn-indutionReturn {
  border-radius: 0;
  background-color: #0c2b82;
  border-color: #0c2b82;
  color: #ffffff;
}
.btn-indutionReturn:hover {
  background-color: #d9e8ec !important;
  border-color: #d9e8ec !important;
  color: #ffffff;
}

.btn-induction {
  border-radius: 0;
  border-color: #0c2b82;
  min-height: 250px;
  cursor: pointer;
  background-color: #0c2b82;
  color: #ffffff;
}
.btn-induction:hover {
  cursor: pointer;
  border-color: #0c2b82;
}

.selection-btn {
  cursor: pointer;
  display: inline-block;
  text-align: left;
  white-space: normal;
  width: 100%;
  background-image: url("../images/interface/bg.jpg");
  color: #ffffff;
  padding: 10px;
}
.selection-btn:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../images/interface/bg.jpg");
  color: #fcaf17;
}

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

.selection-bg {
  font-size: 90px;
  padding: 0;
  color: #3a68c5;
}

.language_btn {
  float: right;
}
.language_btn a {
  color: #ffffff;
  background: #071435 !important;
}
.language_btn a:hover {
  color: #fcaf17;
  background: #071435 !important;
}

@media (max-width: 767px) {
  .language_btn a {
    padding: 5px 0 0 5px !important;
  }
}
.bp_pagination {
  margin-left: 15px;
  margin-right: 15px;
}

.modal-header {
  background-color: #0c2b82;
  color: #ffffff;
}

.modal-title {
  padding-bottom: 27px;
  padding-top: 25px;
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  color: modal-header-text-color;
}

.modal-body {
  background-color: #fff;
}
.modal-body label {
  display: block;
  text-align: left;
  font-size: 14px;
  color: #0c2b82;
}

.table-condensed > tbody > tr > td {
  text-align: left !important;
  vertical-align: middle;
}
.table-condensed > thead > tr > th {
  text-align: left !important;
  color: #fff;
  vertical-align: middle;
}

.btn-table-header {
  background-color: transparent;
  max-width: 150px;
  color: #ffffff;
  white-space: normal;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-align: left;
}
.btn-table-header:hover, .btn-table-header:focus {
  color: #12a6e6;
  text-decoration: none;
}

thead {
  background-image: url("../images/interface/bg.jpg");
}

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

body {
  color: #3D3935;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
  width: 100%;
  letter-spacing: 0;
}
body > form > div.container-fluid > div:nth-child(3) > table > thead > tr > th, body > form > div.container-fluid > div:nth-child(3) > table > tbody > tr > td {
  vertical-align: middle;
}

.container {
  background: #ffffff;
  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 #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #0c2b82;
  display: block;
  font-size: 12px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

.footer {
  text-align: right;
  background-color: #071435;
  color: #ffffff;
  font-size: 11px;
  padding: 30px;
  border-top: 15px solid #fcaf17;
  /*height: 120px;*/
}
.footer a {
  color: #d9e8ec;
}
.footer a:hover {
  color: #12a6e6;
}

.admin-table > tbody > tr > td:first-child {
  white-space: nowrap;
}

.front-image {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 0;
}

.breadcrumb {
  margin-left: 0;
  color: #0c2b82;
  background-color: #ffffff;
  font-size: 23px;
  border-radius: 0;
  text-align: left;
  white-space: normal;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
  padding: 5px 10px;
  display: inline-block;
}

.searchLabel, label {
  display: block;
  text-align: left;
  font-size: 11px;
  color: #3D3935;
  margin: 7px;
  text-transform: uppercase;
}

.title_area {
  display: table;
  position: relative;
}

.title_main {
  background-color: unset;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 28px;
  padding-top: 30px;
}

.title_sub {
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  padding: 1px;
}

.login_box {
  background-color: #ffffff;
  padding: 5px 25px;
  margin-bottom: 15px;
}
.login_box h2 {
  color: #0c2b82;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: uppercase;
  text-align: left;
  display: inline-block;
}

.Selfregistration_box {
  padding: 35px 25px;
  margin-bottom: 15px;
}
.Selfregistration_box label {
  color: #0c2b82;
  font-weight: 700;
  font-size: 16px;
}
.Selfregistration_box h2 {
  color: #0c2b82;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
  padding: 5px 10px;
  text-align: left;
  border: 1px solid #0c2b82;
  display: inline-block;
}

.support-wrapper {
  padding: 0;
}

.support_box {
  background-image: url("../images/interface/bg.jpg");
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 30px;
}
.support_box a {
  color: #ffffff;
}
.support_box p {
  color: #ffffff;
}
.support_box p:nth-child(3) {
  color: #12a6e6;
  margin-top: 20px;
  font-size: 20px;
}
.support_box h2 {
  color: #ffffff;
  margin-top: 0;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 25px;
}

.passwordreminder_box {
  padding: 0px 25px;
  margin-bottom: 15px;
}
.passwordreminder_box label {
  color: #0c2b82;
  font-weight: bold;
  font-size: 16px;
}
.passwordreminder_box p {
  color: #000;
}
.passwordreminder_box h2 {
  color: #0c2b82;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
  padding: 5px 10px;
  text-align: left;
  border: 1px solid #0c2b82;
  display: inline-block;
}

.newuser_box {
  background-image: url("../images/interface/bg.jpg");
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 30px;
}
.newuser_box h2 {
  color: #ffffff;
  margin-top: 0;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 25px;
}
.newuser_box p {
  color: #ffffff;
}

.selection_box {
  margin: 30px;
}
.selection_box h1 {
  color: #0c2b82;
  margin-top: 0;
}
.selection_box a:hover {
  text-decoration: none;
}

.panel-header h2 {
  color: #fcaf17;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
  padding-bottom: 27px;
  padding-top: 25px;
  text-align: left;
}

.induction-panel {
  border-radius: 5px;
  border: none;
  height: 385px !important;
  cursor: pointer;
  background-color: #d9e8ec;
  color: #0c2b82;
  -webkit-box-shadow: 2px 2px 8px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 8px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 8px -1px rgba(0, 0, 0, 0.75);
}
.induction-panel:hover {
  background-color: #cfdee2;
}
.induction-panel .thumb-overlay h3 {
  font-size: 20px;
}

.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: #0c2b82;
  position: relative;
  padding-bottom: 0;
  padding-top: 5px;
}

span.mandatory {
  color: red;
}

.modal-xlg {
  width: 90%;
}

.modal-body .row {
  margin-left: 0;
  margin-right: 0;
}

.helper-text {
  display: block;
  color: #b76868;
  padding-top: 5px;
  font-size: 11px;
}

.tool-update {
  font-size: 24px;
  color: #0c2b82;
  margin: auto 10px auto 5px;
  cursor: pointer;
}

.modal-header-secondary {
  background-color: #bb3749 !important;
}

.modal-header-tertiary {
  background-color: #039479 !important;
}

.delete-msg {
  font-size: 16px;
  line-height: 2em;
}

.bootstrap-datetimepicker-widget {
  background-color: #FFFFFF !important;
  color: #404040 !important;
}
.bootstrap-datetimepicker-widget table {
  background-color: #FFFFFF !important;
  color: #404040 !important;
}
.bootstrap-datetimepicker-widget table thead, .bootstrap-datetimepicker-widget table tbody {
  background-color: #FFFFFF !important;
  color: #404040 !important;
}
.bootstrap-datetimepicker-widget .table-condensed thead tr th {
  color: #404040;
  background: #ffffff;
  text-align: center !important;
  vertical-align: middle !important;
}
.bootstrap-datetimepicker-widget .table-condensed tbody tr td {
  text-align: center !important;
  vertical-align: middle !important;
}
.bootstrap-datetimepicker-widget .table-condensed tbody tr td a {
  color: #404040 !important;
}
.bootstrap-datetimepicker-widget table td.active {
  background-color: #0c2b82;
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #0c2b82;
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table th {
  border-radius: 0;
}

.token-table-wrapper {
  margin: 15px !important;
}
.token-table-wrapper .row {
  margin: 0;
}

.token-table {
  background: #efefef;
  -webkit-box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.5);
  padding: 25px !important;
}
.token-table h3 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.token-table .row {
  padding-top: 5px;
  padding-bottom: 5px;
}
.token-table .validate-btn-row {
  padding-top: 20px;
}
.token-table .cap-label, .token-table .cap-text {
  font-size: 14px;
  line-height: 32px;
}
.token-table .cap-label {
  font-weight: bold;
  text-align: right;
}
.token-table .token-message {
  color: #5cb85c;
  text-transform: uppercase;
  border: dashed 2px #5cb85c;
  border-radius: 5px;
  padding: 10px;
  font-size: 20px;
  margin-top: 15px;
}
.token-table .token-actioned {
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
  background: #b85c5c;
  border-radius: 5px;
  padding: 15px;
}
.token-table .token-notification {
  color: #b85c5c;
  border: dashed 1px #b85c5c;
  border-radius: 5px;
  padding: 15px;
  font-size: 13px;
}
.token-table .token-notification hr {
  border-top: 1px dashed #b85c5c;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .token-table .cap-label {
    text-align: center;
  }
  .token-table .cap-text {
    text-align: center;
    padding-bottom: 10px;
  }
}
.calendarSpan {
  width: 100%;
  display: inline-block;
  background-color: white;
  padding-left: 10px;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  line-height: 2.5em;
}
.calendarSpan:hover {
  cursor: pointer;
  background-color: #ff8300;
  color: #ffffff;
}

.multi-file {
  border: 1px dashed #ccc;
}
.multi-file input {
  margin: 7px;
}

.file-box {
  padding: 14px 10px 10px;
  border: 1px dashed #ccc;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 10px;
}
.file-box:hover {
  background: #f3f3f3;
}
.file-box span {
  display: block;
}
.file-box i {
  font-size: 3em;
  padding-bottom: 7px;
}
.file-box .file-name {
  font-size: 12px;
}

.not-btn {
  pointer-events: none;
}

.no-click-btn:hover {
  color: inherit !important;
}

.goto-selection-btn {
  font-size: 17px;
}
.goto-selection-btn span {
  margin: 0 !important;
}

.msg-container {
  padding: 15px;
}
.msg-container .alert {
  margin-bottom: 0;
  font-size: 15px;
}

.popover {
  max-width: 450px;
}

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