/*========================================================
    List of Contents
----------------------------------------------------------
    
    01. General styles
    
    02. Menu styles

    03. Registration screens

    04. Login form

    05. Training screen

    06. Account screen

    07. Administration screens

    08. Administration nav tabs
    
    09. Media queries

    10. Bulk emails
    
========================================================*/

/* General styles */

.sound-btn {
  background: none;
}

.sound-btn img {
  width: 20px;
}

.in-iframe .training-wrapper {
  display: none;
}

.in-iframe .navbar-custom {
  display: none;
}

#legend-body {
  background: white;
  padding: 30px 3rem;
}

.legendTab {
  margin: 30px 0 0 0;
  text-align: center;
}

#legend-body .legend-name {
  margin: 10px 0;
}

#legend-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

#legend-body ul li {
  margin: 10px 0;
  width: 100%;
  display: flex;
}

.myTrainingQr {
  max-width: 300px;
  margin: auto;
  display: block;
}

.in-iframe .TrainingInfo {
  display: none;
}

.in-iframe .right-section {
  display: none;
}

.in-iframe .left-section {
  width: 80%;
  border: none;
}

.modal-open .modal {
  padding: 0 15px;
}

.registration-form input[type="checkbox"] {
  float: left;
}

span.circleB {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #147dc5;
  position: relative;
  display: block;
  float: right;
  margin: 0 2px;
  display: none;
}

body,
html {
  height: 100%;
}

body {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
}

:focus {
  outline: none !important;
}

.bg,
.bg-dark {
  /*background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;*/
  min-height: 100vh;
  background-color: #d8eeff;
}

/*.bg{
    background-image: url(../images/bg.jpg);
    background-position: center;
}*/

.bg-dark {
  /*background-image: url(../images/bg-dark.jpg);
    background-position: top center;*/
  padding-bottom: 6rem;
}

.bg-white {
  background-color: #fff;
}

h4 {
  font-size: 22px;
}

/* scrollbar */

::-webkit-scrollbar {
  width: 0.7rem;
  height: 0.7rem;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #dce3eb;
  border-radius: 1rem;
}

::-webkit-scrollbar-thumb {
  background: #dce3eb;
  border-radius: 1rem;
}

.wrapper h2,
.bar h2,
.content-wrapper-training h2,
.admin-1 .search-form input.round,
.admin-wrapper .text-wrapper a,
.admin-wrapper .text-wrapper a:hover,
.admin-wrapper .text-wrapper a:focus,
.admin-wrapper .text-wrapper a:active,
.admin-wrapper .text-wrapper span,
.color-fff,
.color-fff:hover,
.color-fff:focus,
.color-fff:active,
.nav-tabs-wrapper .nav-tabs li a,
.training-search h4,
.letters li a {
  color: #fff;
}

.welcomePage .btn-welcome {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* Menu styles */

.navbar-custom {
  padding: 2rem 0 1rem;
  margin-bottom: 1rem;
}

.navbar-right {
  padding-top: 1rem;
}

.navbar-right li {
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-right li:last-child a {
  padding-right: 0;
}

.navbar-right li a,
.logout,
.logout:hover,
.logout:focus,
.logout:active {
  /*color: #fff;*/
  color: #2271b5;
}

.logout {
  margin-top: -20px;
}

.navbar-custom li img {
  padding-right: 1rem;
}

.navbar-right .active-training a,
.navbar-right .active-overview a,
.not-exist {
  color: #4bdcab;
}

a.paginate {
  cursor: pointer;
}

.trainings-user-container {
  display: flex;
  align-content: center;
  align-items: center;
}

.training-cert {
  display: flex;
  flex-direction: column;
}

.navbar-right .active-account a,
.error-msg h4,
.exist {
  color: #fc5c67;
}

.navbar-right .active-administration a {
  color: #f6ac55;
}

/* .navbar-toggle .icon-bar{
    background-color: #fff;
} */

.nav>li>a:focus,
.nav>li>a:hover {
  background-color: transparent;
}

/* Regsitration screens */

.registration-title h4 {
  color: #8a8a8a;
  text-align: left;
}

.panel-custom .panel-heading-registration,
.panel-body-registration {
  padding: 3rem 0 !important;
  margin: 0;
}

.panel-body-registration {
  padding: 3rem 1.5rem !important;
}

.panel-custom .panel-body-registration h2 {
  margin-top: 0;
}

.success-msg h4 {
  color: #5d9413;
}

.tab-form input[type="checkbox"] {
  float: left;
}

.btn-registration,
.wizard>.actions a,
.wizard>.actions a:hover,
.wizard>.actions a:active {
  padding: 0.8rem 3rem !important;
}

.mar-top-next {
  margin-top: 3rem;
}

.select-btn-set {
  margin-bottom: 1rem;
}

.registration-logo {
  width: 10rem;
}

.exist,
.not-exist {
  display: none;
}

.inner-addon {
  position: relative;
}

.inner-addon .glyphicon {
  position: absolute;
  padding: 1rem;
  pointer-events: none;
}

.trainings-user-container strong {
  text-transform: unset;
}

.right-addon .glyphicon {
  right: 1.5rem;
}

.right-addon input {
  padding-right: 3rem;
}

.info,
.btn-new-user.btn-add-new {
  margin-bottom: 10px;
  text-align: left;
}

div.info {
  padding: 0 15px;
}

/* Login form */

.panel-custom,
.panel-custom .panel-heading {
  border-radius: 0;
}

.panel-custom .panel-body {
  /*background-color: rgba(0, 18, 77, 0.3);*/
  background-color: #fff;
}

.panel-custom .panel-heading {
  background-color: #fff;
  border-color: #fff;
  padding: 3rem 4rem;
}

.panel-custom h2 {
  margin-top: 3rem;
}

.panel-custom h4 {
  font-size: 22px;
  margin: 3rem 0;
}

.panel-custom .mar-bottom {
  margin-bottom: 2rem;
}

.panel-img img {
  width: 16rem;
}

.lang ul {
  list-style: none;
  padding-left: 0;
  padding-top: 1.2rem;
}

.lang ul li,
.letters li {
  display: inline-block;
  text-transform: uppercase;
}

.lang ul li a {
  text-decoration: none;
  color: #999;
}

.lang ul li .active,
input.round,
.lang ul li a:hover,
.lang ul li a:focus,
.lang ul li a:active {
  color: #000;
}

.lang ul li:first-child:after {
  content: "|";
  padding-left: 0.6rem;
  color: #000;
}

.logout:hover,
.letters li a,
a.color-fff {
  text-decoration: none;
}

.logout-wrapper {
  margin-bottom: 4rem;
}

.logout img {
  margin: 2rem 0;
}

.round {
  border-radius: 3rem !important;
}

textarea.round {
  border-radius: 1.5rem;
  resize: none;
}

.btn-login,
.search-form button,
.btn-search,
.search_trans {
  background-color: #3ba9df;
  color: white !important;
}

.search_trans {
  width: 100%;
  font-weight: bold;
}

.btn-training,
.btn-overview,
.training-wrapper,
.overview-wrapper,
.qualified,
.content-wrapper .info .qualified,
.green-course,
.btn-question {
  background-color: #4bdcab;
}

.btn-account,
.account-wrapper,
.not-qualified,
.content-wrapper .info .not-qualified,
.red-course,
.btn-delete {
  background-color: #fc5c67;
}

.btn-administration,
.expires,
.content-wrapper .info .expires,
.admin-wrapper,
.yellow-course {
  background-color: #f6ac55;
}

.btn-bottom-m,
.mar-bottom {
  margin-bottom: 1.5rem;
}

.mar-bottom-form,
.panel-body-registration .info {
  margin-bottom: 3rem;
}

.form-login .form-control,
.btn-bottom-m {
  height: 4.5rem;
  font-size: 16px;
}

.btn-welcome {
  padding: 1.1rem 1.2rem;
}

.form-login input::-webkit-input-placeholder,
.account-form input::-webkit-input-placeholder,
.account-form textarea::-webkit-input-placeholder,
.registration-form input::-webkit-input-placeholder {
  color: #000 !important;
}

.form-login input::-moz-placeholder,
.account-form input::-moz-placeholder,
.account-form textarea::-moz-placeholder,
.registration-form input::-moz-placeholder {
  color: #000 !important;
}

.form-login input:-ms-input-placeholder,
.account-form input:-ms-input-placeholder,
.account-form textarea:-ms-input-placeholder,
.registration-form input:-ms-input-placeholder {
  color: #000 !important;
}

.form-login input:-moz-placeholder,
.account-form input:-moz-placeholder,
.account-form textarea:-moz-placeholder,
.registration-form input:-moz-placeholder {
  color: #000 !important;
}

.forgot-pass,
.remember-me {
  font-size: 14px;
  margin: 2rem 0;
}

.remember-me span {
  font-weight: 500;
  padding-right: 0.5rem;
}

/* remember me toggle */

.switch {
  position: relative;
  display: inline-block;
  width: 5rem;
  height: 2.5rem;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*border: 1px solid #fff;*/
  border: 1px solid #f00;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.5;
}

.slider.checked {
  border: 1px solid #3bdf6c;
}

.slider.checked:before {
  background-color: #3bdf6c;
}

.slider:before {
  position: absolute;
  content: "";
  height: 1.8rem;
  width: 1.8rem;
  left: 0.3rem;
  bottom: 0.3rem;
  /*background-color: #fff;*/
  background-color: #f00;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

input:checked+.slider {
  opacity: 1;
}

input:checked+.slider:before {
  -webkit-transform: translateX(2.4rem);
  -ms-transform: translateX(2.4rem);
  transform: translateX(2.4rem);
}

.slider.round:before {
  border-radius: 50%;
}

.sign-up,
.sign-up a {
  margin: 3rem 0 4rem;
  color: #000;
  font-size: 15px;
}

.legend-columns {
  columns: 2;
}

.sign-up a {
  letter-spacing: 0.7px;
  text-decoration: underline;
  font-weight: 900;
}

/* Training screen */
.in-iframe .training-wrapper {
  display: none;
}

.in-iframe .navbar-custom {
  display: none;
}

.in-iframe .TrainingInfo {
  display: none;
}

.in-iframe .right-section {
  display: none;
}

.in-iframe .left-section {
  width: 80%;
  border: none;
}

.img-wrapper,
.userRank {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* taqa training */
#wrapper-33 {
  background-color: #692f23;
}

/* dpo & neptune training */
#wrapper-34,
#wrapper-35,
#wrapper-36 {
  background-color: #049ee3;
}

.bar {
  padding: 2rem 0;
}

.search {
  text-transform: uppercase;
}

strong {
  text-transform: capitalize;
}

.content-box {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

/*.account-form input, .account-form textarea {
    margin: 0 20px;
}*/

.wrapper,
.bar,
.content-wrapper,
.nav-tabs-wrapper,
.tab-wrapper,
.search-tab-content,
.tab-content-wrapper,
.title-wrapper,
.training-wrap {
  margin: 0;
}

.bar,
.nav-tabs-wrapper,
.search-tab-content,
.navbar-toggle .icon-bar {
  /*background-color: rgba(34, 113, 181, 0.59);*/
  background-color: #2271b5;
}

.content-wrapper-last {
  border-bottom: 0 !important;
}

.wrapper img {
  max-width: 100%;
}

.wrapper .text-wrapper {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}

.wrapper .img-wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.wrapper h2,
.bar h2 {
  margin: 1rem 0;
}

.bar h2 {
  font-weight: 300;
}

.link,
.link:hover,
.link:focus,
.link:active,
.color-000,
.color-000:hover,
.color-000:focus,
.color-000:active {
  color: #000;
  text-decoration: none;
}

.download-link,
.download-link:hover,
.download-link:focus,
.download-link:active {
  color: #fff;
  text-decoration: none;
}

.legend-circle {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 0.6rem;
}

.legend-circle:before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  bottom: 0.4rem;
  right: 0.3rem;
}

.qualified:before,
.content-wrapper .info .qualified:before {
  background-color: rgba(75, 220, 171, 0.5);
}

.expires:before,
.content-wrapper .info .expires:before {
  background-color: rgba(246, 172, 85, 0.5);
}

.not-qualified:before,
.content-wrapper .info .not-qualified:before {
  background-color: rgba(252, 92, 103, 0.5);
}

.legend {
  padding-top: 1.5rem;
}

.content-wrapper {
  background-color: #fff;
  padding: 0 0 1rem 4rem;
}

.content-wrapper-training,
.content-wrapper-admin,
.tab-content-wrapper,
.wrapper .bg-white,
.panel-custom .panel-heading {
  border-bottom: 1px solid #b3c1ce;
}

.content-wrapper h4 {
  font-size: 17px;
}

.company-form,
.trainings-form,
.search-form {
  padding: 2rem 0;
}

.content-wrapper .desc {
  color: #6b6b6b;
}

.content-wrapper .score {
  font-size: 14px;
  padding-top: 1rem;
  color: #fc5c67;
  font-style: italic;
}

.content-wrapper .date {
  color: #4c4c4c;
  font-size: 14px;
  padding-right: 2.5rem;
  margin-top: 4.5rem;
}

.content-wrapper .btn-training {
  background-color: #3ba9df;
  padding: 1rem 4rem;
  text-transform: uppercase;
  margin: 1rem 0;
}

.content-wrapper-training .download {
  padding-top: 1.7rem;
  color: #000;
  text-decoration: none;
}

.content-wrapper .info .circle {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.5rem 0 1.5rem;
  position: relative;
  top: 4.5rem;
  right: 6.5rem;
}

.content-wrapper .info .circle:before {
  content: "";
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  bottom: 0.4rem;
  right: 0.4rem;
}

.training-wrap {
  background-color: #fff;
}

.training-wrap p,
.training-wrap a,
.training-wrap a:hover,
.training-wrap a:focus,
.training-wrap a:active {
  color: #474747;
  text-decoration: none;
}

.training-wrap h4,
.training-wrap p {
  margin-bottom: 2rem;
}

.training-wrap ul {
  padding-bottom: 2rem;
}

.training-wrap ul li {
  background-color: #dce3eb;
  padding: 0.5rem 1.5rem;
  margin-bottom: 1rem;
}

.training-wrap ul,
.training-wrap ul li:last-child {
  margin-bottom: 0;
}

.btn.btn-question {
  border-radius: 0;
  font-size: 20px;
  margin-top: 2rem;
}

.training-wrap .video-wrapper {
  margin-bottom: 3rem;
}

.questionareHeader {
  background: #eee;
  padding: 10px;
  font-weight: bold;
  color: black;
  margin: 50px auto;
}

.questionareHeader h2 {
  margin: 0 0 20px 0;
}

.questionareHeader p {
  font-size: 20px;
}

p.please-select {
  text-align: center;
  padding: 5px;
  width: 50%;
  margin: 0 auto;
}

/* Account screen */

.content-wrapper-account {
  padding: 5rem 0 4rem;
}

.content-wrapper-account h2 {
  margin: 0 0 4rem;
}

.account-form .control-label,
.registration-form .control-label {
  font-weight: 400;
}

.account-form .control-label,
.account-details-form .control-label:first-child,
.registration-form .control-label {
  text-align: left;
}

.top-pad {
  padding-top: 4rem;
}

.bottom-pad {
  padding-bottom: 2rem;
}

.account-form textarea,
.account-form input,
.content-wrapper-admin select,
.account-form select,
.admin-4 .search-form input,
.admin-4 .search-form input[type="checkbox"]:before,
.form-login input,
.registration-form input,
.registration-form select {
  background-color: #dce3eb;
  border: 0;
}

.no-margin {
  margin: 0;
}

.account-form h4 {
  padding: 2rem 0 0 0;
}

.account-form input[type="checkbox"],
.search-form input[type="checkbox"],
.user-form input[type="checkbox"],
.tab-form input[type="checkbox"],
.administrator-check-form input[type="checkbox"],
.registration-form input[type="checkbox"] {
  width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  visibility: hidden;
  position: relative;
}

.account-form input[type="checkbox"]:before,
.user-form input[type="checkbox"]:before,
.tab-form input[type="checkbox"]:before,
.administrator-check-form input[type="checkbox"]:before,
.registration-form input[type="checkbox"]:before {
  background: #dce3eb;
}

.account-form input[type="checkbox"]:before,
.search-form input[type="checkbox"]:before,
.tab-form input[type="checkbox"]:before,
.registration-form input[type="checkbox"]:before {
  width: 2.5rem;
  height: 2.5rem;
}

.account-form input[type="checkbox"]:before,
.search-form input[type="checkbox"]:before,
.user-form input[type="checkbox"]:before,
.tab-form input[type="checkbox"]:before,
.administrator-check-form input[type="checkbox"]:before,
.registration-form input[type="checkbox"]:before {
  position: relative;
  display: block;
  content: "";
  visibility: visible;
  border-radius: 50%;
}

.account-form input[type="checkbox"]:checked:after,
.search-form input[type="checkbox"]:checked:after,
.tab-form input[type="checkbox"]:checked:after,
.registration-form input[type="checkbox"]:checked:after {
  content: "";
  position: absolute;
  background: transparent;
  border: 3px solid #4bdcab;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  visibility: visible;
  width: 1.4rem;
  height: 0.7rem;
  top: 0.8rem;
  left: 0.6rem;
}

.account-form .check,
.tab-form .check,
.registration-form .check {
  margin-left: 3rem;
  position: relative;
}

.account-form .check,
.registration-form .check {
  bottom: 0.3rem;
}

.account-form .scroll {
  max-height: 27rem;
}

.registration-form .scroll {
  max-height: 23rem;
}

.account-form .scroll,
.registration-form .scroll {
  overflow-y: scroll;
  overflow-x: hidden;
}

/* Administration screens */

.content-wrapper-admin h2,
.title-wrapper h2 {
  margin: 0 auto;
}

.admin-1 .search-form input,
.admin-1 .search-form input[type="checkbox"]:before {
  background-color: rgba(0, 18, 77, 0.3);
  border: 0;
}

.sound-btn {
  margin-top: 4px;
}

.sound-btn img {
  width: 20px !important;
}

.to-payment-btn {
  margin: 3rem auto;
  display: block;
  width: 40%;
}

.search-form .check {
  font-weight: 400;
  margin-left: 3rem;
  padding-left: 1rem;
}

.content-wrapper-admin {
  padding: 0.75rem 0;
}

.content-wrapper-admin .select-all,
.content-wrapper-admin .deselect-all {
  display: inline-block;
}

.select-all:hover,
.deselect-all:hover {
  cursor: pointer;
}

.select-form {
  margin: 1rem 0;
}

.courses {
  margin: 1rem 0;
  display: flex;
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

.green-course,
.red-course,
.yellow-course {
  padding: 0.25rem 0.47rem;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  color: #fff;
  margin: 1rem 2rem 1rem 0;
  cursor: pointer;
}

.courses .tooltip .tooltip-inner {
  font-family: "Titillium Web", sans-serif;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  padding: 0.4rem 0.9rem;
  color: #000;
  border: 1px solid #dce3eb;
  font-weight: 600;
}

.courses .tooltip .tooltip-arrow {
  display: none;
}

#edit-user .search-form button {
  width: 85%;
}

.checked-users {
  position: relative;
}

.user-form {
  text-align: center;
}

.alignCenter {
  display: flex;
  align-items: center;
}

.user-form input[type="checkbox"]:before,
.administrator-check-form input[type="checkbox"]:before {
  width: 3.5rem;
  height: 3.5rem;
}

.user-form input[type="checkbox"]:checked:after,
.administrator-check-form input[type="checkbox"]:checked:after {
  content: "";
  position: absolute;
  visibility: visible;
  width: 2rem;
  height: 2rem;
  top: 0.74rem;
  left: 0.74rem;
  border-radius: 50%;
  background-color: #b3c1ce;
}

.btn,
.btn-set button,
.btn-set a {
  font-size: 16px;
}

.btn-set .btn-assign,
.btn-set .btn-edit {
  padding: 0.8rem 3rem;
}

.btn-set .btn-assign,
.btn-set .btn-assign:hover,
.btn-set .btn-assign:focus,
.btn-set .btn-assign:active,
.btn-set .btn-edit,
.btn-set .btn-edit:hover,
.btn-set .btn-edit:focus,
.btn-set .btn-edit:active,
.btn-edit-company,
.btn-edit-region,
.btn-edit-training {
  border: 1px solid #081746;
  background-color: #fff;
  color: #081746;
}

.btn-set .btn-export,
.content-wrapper-admin .select-all,
.btn-view-company,
.registration-form .select-all {
  margin-right: 3rem;
}

.btn-set .btn-export {
  padding: 0.8rem 4rem;
}

.btn-set .btn-export,
.btn-save,
.btn-view-company {
  background-color: #081746;
  margin: 1rem !important;
}

.custom-pagination {
  position: relative;
  right: 2rem;
}

.custom-pagination>li>a,
.custom-pagination>li>span {
  border: 0;
  background-color: unset;
  color: #000;
  margin: 0 0.5rem;
}

.custom-pagination>li>a:focus,
.custom-pagination>li>a:hover,
.custom-pagination>li>span:focus,
.custom-pagination>li>span:hover,
.custom-pagination>.active>a,
.custom-pagination>.active>a:focus,
.custom-pagination>.active>a:hover,
.custom-pagination>.active>span,
.custom-pagination>.active>span:focus,
.custom-pagination>.active>span:hover {
  background-color: #3ba9df;
  border-radius: 50%;
  color: #fff;
  margin: 0 0.5rem;
}

.custom-pagination>li:first-child>a {
  margin-left: 0.5rem;
}

.admin-wrapper .text-wrapper a {
  text-decoration: none;
}

.admin-wrapper .text-wrapper h4 {
  margin: 1.5rem 0;
}

.admin-1 .user-name,
h4 .back-overview,
.btn-set .btn-edit {
  display: inline-block;
}

.admin-2 {
  padding-top: 0;
  padding-bottom: 2rem;
}

.admin-2 .btn-training {
  margin-top: 3.2rem;
}

.back-overview span,
.admin-wrapper .user-name span,
.training-wrap-title .user-name span {
  padding-right: 0.5rem;
  font-size: 15px;
  vertical-align: middle;
}

.btn-set-account {
  padding: 1rem 0;
}

.btn-save,
.btn-delete {
  text-transform: uppercase;
  /*padding: 0.8rem 2.4rem;*/
}

.icon-twg-active,
.icon-twg-inactive {
  font-size: 21px;
  margin: auto 2px auto 2px;
}

.icon-twg-active {
  color: green;
}

.icon-twg-inactive {
  color: grey;
}

/* Administration nav tabs */

.nav-tabs-wrapper {
  padding-top: 1.5rem;
}

.tab-wrapper,
.tab-content-wrapper,
.title-wrapper {
  background-color: #fff;
  padding: 2rem 0rem;
  border-bottom: 1px solid #b3c1ce;
}

.tab-wrapper {
  padding: 4rem 0 2rem;
}

.nav-tabs-wrapper .nav-tabs {
  border: 0;
}

.nav-tabs-wrapper .nav-tabs>li>a:hover {
  border: 1px solid transparent;
}

.nav-tabs-wrapper .nav-tabs li a,
.nav-tabs-wrapper .nav-tabs>li.active>a {
  font-size: 16px;
}

.nav-tabs-wrapper .nav-tabs>li.active>a,
.nav-tabs-wrapper .nav-tabs>li.active>a:focus,
.nav-tabs-wrapper .nav-tabs>li.active>a:hover {
  color: #000;
}

.nav-tabs-wrapper .nav-tabs li a {
  border-radius: 1.2rem 1.2rem 0 0;
  padding: 1rem 3rem;
}

.account-details-form .control-label:first-child {
  color: #7f7f7f;
}

.nav-pills-wrapper .nav-pills>li.active>a,
.nav-pills-wrapper .nav-pills>li.active>a:focus,
.nav-pills-wrapper .nav-pills>li.active>a:hover {
  background: none;
  color: #fff;
}

.nav-pills-wrapper .nav-pills li a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  margin-right: 2rem;
}

.letters,
.training-wrap ul {
  padding-left: 0;
  list-style: none;
}

.letters li a {
  padding: 0.3rem;
  cursor: pointer;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  /* border-top: 20px solid #2977b2; */
  border-top: 20px solid #2271b5;
  margin-bottom: 3rem;
  /* position: relative; */
  left: 1rem;
  position: absolute;
  top: -41px;
}

.btn-add-new,
.btn-registration {
  background-color: #3ba9df;
}

.btn-add-new,
.btn-view-company,
.btn-edit-company,
.btn-edit-training,
.btn-question {
  padding: 1rem 1rem;
  line-height: 1;
}

.company-name,
.training-name {
  line-height: 1;
}

.modal-content {
  border-radius: 0;
  width: 50rem;
}

.modal-header {
  border: 0;
}

.modal-body {
  text-align: center;
  font-size: 18px;
}

.modal-dialog {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto !important;
}

.wizard>.actions {
  padding: 3rem 2rem;
  background: #45a737;
}

/* Media queries */

@media (min-width: 1200px) {
  .remember-me {
    float: right;
  }

  .forgot-pass,
  .remember-me {
    display: inline-block;
  }

  .search-form .other-companies {
    padding-left: 4.5rem;
  }

  .account-form .pass-again {
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  .panel-title img {
    width: 70%;
  }

  .forgot-pass,
  .remember-me {
    float: none;
    text-align: center;
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .registration-img {
    text-align: right;
  }

  .registration-title h4 {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  .search-form .search-user,
  .select-form .custom-label,
  .admin-4 .search-form .custom-label,
  .admin-4 .company-form .custom-label {
    font-size: 16px;
  }

  .training-wrap img {
    width: 32%;
  }

  .TrainingInfo h3 {
    margin: 0.3rem 0;
  }
}

.sound-btn {
  position: absolute;
  font-size: 16px;
  top: 0;
  right: 0;
  padding: 0;
}

.flex-mobile {
  display: block;
}

@media (max-width: 768px) {
  .no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.addUserFix {
  margin-bottom: 20px !important;
}

@media (min-width: 992px) {
  .overview.btn-add-new {
    width: 85%;
    text-align: center;
  }

  .registration-title h4 {
    margin-top: 0.5rem;
    margin-bottom: 0;
  }

  .wrapper .text-wrapper {
    padding: 2.3rem 0 1rem;
  }

  .wrapper .text-wrapper .title {
    padding: 0;
  }

  .wrapper .img-wrapper {
    padding: 2rem;
  }
}

.col-xs-6.col-sm-4.img-wrapper.bg-white {
  padding: 2rem 1rem;
}

.no-padding {
  padding: 0;
}

.admin-26 {
  padding: 0 0 1rem 4rem;
}

@media (max-width: 991px) {
  .sound-btn {
    position: relative;
    padding: 0;
  }

  .registration-title h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    text-align: center;
  }

  .panel-img {
    text-align: center;
  }

  .sound-btn {
    padding: 0;
    margin: 0 10px;
  }

  .download-link {
    width: auto !important;
  }

  .content-wrapper .info,
  .content-wrapper .certificate,
  .content-wrapper .user,
  .content-wrapper .bottom-links,
  .content-wrapper .btn-set-training,
  .content-wrapper .btn-set-company {
    padding-left: 1rem;
  }

  .title h2,
  .title h4 {
    font-size: 19px;
    margin: 10px 0;
  }

  .btn-set-company {
    text-align: center;
  }

  .content-wrapper .info .circle {
    height: 1.2rem;
    width: 1.2rem;
    top: 4rem;
    right: 4rem;
  }

  .content-wrapper .info .circle:before {
    width: 1.8rem;
    height: 1.8rem;
    bottom: 0.3rem;
    right: 0.3rem;
  }

  .account-form h4 {
    padding: 0.5rem 0rem;
  }

  .flex-mobile {
    display: flex;
    align-items: baseline;
    margin-bottom: 0;
  }

  .flex-mobile label {
    margin-top: 3rem;
  }

  .user-form {
    top: 2rem;
  }

  .user-form input[type="checkbox"]:before,
  .administrator-check-form input[type="checkbox"]:before {
    width: 2rem;
    height: 2rem;
  }

  .user-form input[type="checkbox"]:checked:after,
  .administrator-check-form input[type="checkbox"]:checked:after {
    width: 1.2rem;
    height: 1.2rem;
    top: 0.4rem;
    left: 0.44rem;
  }
}

@media (min-width: 768px) {

  .btn-set .btn-export,
  .btn-save,
  .btn-view-company {
    margin-bottom: 0rem;
  }

  .navbar-right li:last-child a {
    padding: 0 0 0 15px;
    margin-top: -5px;
  }

  .bg {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .legend,
  .content-wrapper .certificate,
  .search-form .right,
  .admin-2 .back-link,
  .btn-set-account,
  .account-form .right,
  .company-form .right,
  .btn-set-company,
  .btn-set-training {
    text-align: right;
  }

  .wrapper .img-wrapper {
    text-align: center;
  }

  .panel-body-registration .up p {
    margin-bottom: 0;
  }

  .registration-logo {
    margin-right: 1rem;
  }

  .search-form .check {
    position: relative;
    top: 0.5rem;
  }

  .silver-badge {
    padding-top: 1.5rem;
    float: right;
  }

  .btn-set {
    margin: 3rem 0;
  }

  .admin-2 a {
    padding-top: 2.4rem;
  }

  .letters li {
    margin: 0.2rem 0.1rem 3rem;
  }

  .tab-content-wrapper {
    padding-bottom: 2rem;
  }

  .tModules .letters li {
    margin: 0 0.6rem 0;
    padding: 10px 0;
  }

  .tModules .letters {
    margin: 0;
  }

  .tab-top-pad {
    padding-top: 1rem;
  }

  .tab-form .check {
    top: 0.3rem;
  }

  .btn-new-user {
    position: relative;
  }

  .btn-delete {
    margin-left: 3rem;
  }

  .training-wrap .left-section {
    padding: 2rem 3.5rem 3rem 1.5rem;
  }

  .training-wrap .right-section {
    padding: 2rem 1.5rem 3rem 3.5rem;
  }

  .v-line {
    border-right: 1px solid #d5d5d5;
  }

  .legend-circle {
    margin: 0 0.5rem 0 1.5rem;
  }
}

ul.mobile-pagination {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.mobile-pagination li:nth-child(2) {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
}

.mobile-pagination li {
  flex: 33%;
  padding: 2rem;
}

.form-horizontal .form-group {
  display: flex;
  align-content: center;
  align-items: center;
}

ul.mobile-pagination li:nth-child(2) {
  grid-gap: 20px;
}

@media (max-width: 767px) {

  .company-name,
  .training-name {
    margin-top: 10px;
    display: block;
  }

  .mobile-padding {
    padding: 0 15px !important;
  }

  .legend-columns {
    columns: 1;
  }

  ul.mobile-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  ul.mobile-pagination li:nth-child(1) {
    order: 1;
    flex: auto;
  }

  ul.mobile-pagination li:nth-child(2) {
    flex: 1 0 100%;
    order: 3;
    grid-gap: 20px;
  }

  ul.mobile-pagination li:nth-child(3) {
    order: 2;
    flex: auto;
  }

  .trainings-user-container {
    display: block;
  }

  .form-horizontal .form-group {
    display: block;
  }

  span.circleB {
    display: block;
  }

  .btn-set-training {
    text-align: center;
  }

  .search_training {
    width: 100%;
  }

  .myTrainingQr {
    max-width: 100%;
  }

  #legend-body ul li {
    width: 100%;
  }

  #legend-body .legend-name {
    display: block;
  }

  #edit-user .search-form button {
    width: 100%;
  }

  .company-form .btn-add-new,
  .trainings-form .btn-add-new {
    width: 100%;
  }

  .add_new_training br {
    display: none;
  }

  .btn-new-user.btn-add-new {
    width: 100%;
    text-align: center;
    font-size: 100%;
  }

  .logout {
    margin: 0;
  }

  .middle {
    padding: 6rem 0;
  }

  .registration-form .select-all {
    margin-right: 1.5rem;
  }

  .panel-body-registration .up p {
    margin-bottom: 3rem;
  }

  .registration-logo {
    margin-top: 1rem;
  }

  .navbar-custom {
    padding: 0;
  }

  .navbar-custom .navbar-header {
    border-bottom: 1px solid #fff;
    padding: 1rem 0 3rem;
  }

  .navbar-collapse {
    box-shadow: none;
    /*background-color: rgba(34, 113, 181, 0.59);*/
    margin-top: 2rem;
    border-top: 1px solid #b3c1ce;
    margin-top: 1px;
  }

  .navbar-custom,
  .navbar-collapse {
    background-color: #fff;
  }

  .lang ul {
    padding-top: 0.2rem;
  }

  .panel-custom .panel-heading {
    padding: 3rem 1.2rem;
  }

  .wrapper .text-wrapper,
  .wrapper .img-wrapper {
    min-height: 60px;
    padding: 1rem 1rem;
    text-align: left;
  }

  .content-wrapper .date {
    margin-top: 1.5rem;
  }

  .account-form .check,
  .tab-form .check,
  .registration-form .check {
    bottom: 0.7rem;
  }

  .search-form input,
  .search-form input[type="checkbox"]:before {
    top: 0.4rem;
  }

  .search-form input[type="checkbox"]:checked:after {
    top: 1.3rem;
  }

  .content-wrapper-admin .select {
    padding: 1rem 0;
  }

  .content-wrapper-account {
    padding-bottom: 1rem;
  }

  /*.btn-set .btn-export, .btn-save, .btn-view-company {
        margin: 0 0 10px 0;
    }*/
  .ModalAssignTrainings .form-group div {
    display: flex;
  }

  .search-form {
    text-align: left;
  }

  .bottom-links>div {
    text-align: center;
  }

  .nav-tabs-wrapper .nav-tabs li a,
  .nav-tabs-wrapper .nav-tabs>li.active>a {
    padding: 0.6rem;
    font-size: 13px;
  }

  .nav-wrap {
    padding: 0;
  }

  .nav-pills-wrapper .nav-pills>li {
    float: none;
  }

  /*.letters li{
        margin: 0.2rem 0.1rem 1rem;
    }*/

  .tab-content-wrapper {
    padding-bottom: 1rem;
  }

  .tab-top-pad {
    padding-top: 3rem;
  }

  .tab-form .check {
    font-size: 14px;
    padding-right: 0;
    line-height: 1;
    bottom: 0;
  }

  .courses {
    margin-bottom: 2rem;
  }

  .user-form,
  .administrator-check-form {
    display: inline-block;
  }

  .training-wrap .left-section,
  .training-wrap .right-section {
    padding: 2rem 1.5rem 1rem;
  }

  .training-wrap img {
    width: 30%;
  }

  .legend-circle {
    margin-right: 0.5rem;
  }

  .legend .legend-name {
    display: block;
    padding: 0.5rem 0;
  }

  #questionnaire-form label {
    line-height: 1.5 !important;
  }

  .wizard>.content>.body input {
    display: inline-block !important;
  }

  .wizard>.content,
  .wizard>.content>.body {
    height: unset !important;
    /*min-height: unset !important;*/
  }

  #questionnaire-form label span {
    margin-left: 5rem !important;
    display: flex;
    position: relative;
    bottom: 2.5rem;
  }

  .wizard>.content>.body {
    width: 100% !important;
    position: unset;
  }

  .user-badge img {
    margin: 0 auto;
    display: table;
  }

  .admin-wrapper {
    text-align: center;
  }
}

/* Bulk emails */
#bulk-email-form .form-control {
  margin-bottom: 15px;
}

.send-mails-button {
  background-color: #3ba9df !important;
  color: white;
  border-radius: 3rem !important;
  padding: 10px;
  font-size: 20px;
  right: 10px;
  position: absolute;
}

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

#add-company #super_company_div,
#add-company #freezed_div,
#edit-company #super_company_div,
#edit-company #freezed_div {
  display: flex;
  align-items: center;
}

#add-company #super_company_text,
#add-company #freezed_text,
#edit-company #super_company_text,
#edit-company #freezed_text {
  width: auto;
  margin: 0px 0px 5px 40px;
}

.UpdateBtns .freeze-button,
.UpdateBtns .un-freeze-button {
  margin-left: 23px;
}

.withdrawed_package_subscription_only_div {
  display: flex;
  margin-top: 5px;
}

.withdrawed_package_subscription_only_div #is_withdrawed_package {
  display: inline-block;
}

.withdrawed_package_subscription_only_div label.withdrawed_package_subscription_only {
  margin: 4px 0px 0px 36px;
}

.ListCustomPackageSubscription .package_lable_name {
  color: #2c99f7;
}

.list-custom-package-subscroption {
  padding-top: 0px !important;
}

#show-package-subscriptions .overview-package-subscriptions-title {
  left: 120px;
}

#show-package-subscriptions .add-new-package-subscription-div {
  right: 60px;
}

#loginENModal .modal-dialog,
#loginNLModal .modal-dialog {
  width: 1000px;
  max-width: 100%;
  height: auto;
  margin: 20px auto !important;
}

#loginENModal .modal-dialog .modal-content,
#loginNLModal .modal-dialog .modal-content {
  max-width: 100% !important;
  width: 100%;
}

#loginENModal .modal-dialog .modal-content .modal-body .header-content,
#loginNLModal .modal-dialog .modal-content .modal-body .header-content {
  font-size: 25px;
  margin: 0px;
}

#loginENModal .modal-dialog .modal-content .modal-body .middle-content,
#loginNLModal .modal-dialog .modal-content .modal-body .middle-content {
  font-size: 35px;
}

#loginENModal .modal-dialog .modal-content .modal-body .footer-content,
#loginNLModal .modal-dialog .modal-content .modal-body .footer-content {
  margin: 0px;
  font-size: 20px;
}

#loginENModal .image-wrapper,
#loginNLModal .image-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#loginENModal .modal-dialog .modal-content .modal-body img.header-first-image,
#loginNLModal .modal-dialog .modal-content .modal-body img.header-first-image {
  height: 70px;
  width: 300px;
  margin: 0 25px 20px;
}

#loginENModal .modal-dialog .modal-content .modal-body img.header-last-image,
#loginNLModal .modal-dialog .modal-content .modal-body img.header-last-image {
  height: 70px;
  width: 300px;
  margin: 0 25px;
}

@media screen and (max-width: 576px) {
  .addUserFix {
    margin-bottom: 0px !important;
  }

  .btn-export {
    margin-right: 0rem !important;
  }

  .userTrainings .content-wrapper-training {
    padding: 0rem 2rem;
  }

  .userTrainings .content-wrapper .info .circle {
    top: 3.5rem;
  }

  .userTrainings .content-wrapper h4 {
    font-size: 16px;
  }

  .btn-set {
    margin-top: 10px;
    text-align: center;
  }

  .alignCenter {
    flex-wrap: wrap;
  }

  #loginENModal .modal-dialog .modal-content .modal-body img.header-last-image,
  #loginNLModal .modal-dialog .modal-content .modal-body img.header-last-image {
    width: 200px;
    height: auto;
  }

  #loginENModal .modal-dialog .modal-content .modal-body .header-content,
  #loginNLModal .modal-dialog .modal-content .modal-body .header-content,
  #loginENModal .modal-dialog .modal-content .modal-body .footer-content,
  #loginNLModal .modal-dialog .modal-content .modal-body .footer-content {
    font-size: 18px;
    margin: 0 0 5px 0;
  }
}

@media screen and (max-width: 400px) {

  .btn-set .btn-export,
  .btn-save,
  .btn-view-company {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 320px) {
  .bottom-links {
    padding: 0 !important;
  }

  .btn-set button {
    margin: 0 0 10px 0 !important;
  }

  .nav-tabs-wrapper .nav-tabs li a,
  .nav-tabs-wrapper .nav-tabs>li.active>a {
    font-size: 10px;
  }

  /*.EditUserBtn a {
	padding: 8px 10px !important;
}*/

  .title h2,
  .title h4 {
    font-size: 15px;
  }
}


.inline-btn {
  border: .1rem solid #00000020;
  background: transparent;
  padding: 0.2rem 0.75rem;
}

.inline-btn:hover {
  background: #00000010;
}

.inline-btn:active {
  background: #00000020;
}