body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #efefef;
}
.container {
  max-width: 1280px !important;
}
a, .btn-link {
  color: #007B4E;
  text-decoration: none;
}
a:hover, .btn-link:hover {
  color: #333;
  text-decoration: underline;
}
#header-login a:hover {
  text-decoration: none;
}
h1 {
  font-size: 33px;
  line-height: 60px;
  padding-bottom: 20px;
  font-weight: 100;
  color: #007B4E;
}
h2 {
  font-size: 33px;
  line-height: 60px;
  padding-bottom: 20px;
  font-weight: 100;
  color: #007B4E;
}
@media only screen and (max-width: 576px) {
h2 {
  font-size: 28px;
  line-height: 40px;
}	
}
h4 {
  font-size: 22px !important;
  line-height: 28px !important;
}
.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-success {
  color: #007B4E;
  background-color: #dbedd0;
  border-color: #bfdfab;
}
.alert-info {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.bg-gray {
  background-color: #F6F6F6;
}
#education, #work-experience, #languages, #other-information, #declarations {
  /*border-top: 1px solid #E2E2E2;*/
}
.form-control:focus {
  color: #333;
  background-color: #fff;
  border-color: #b9bfc4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(190 190 190 / 25%);
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a0a0a0 !important;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a0a0a0 !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #a0a0a0 !important;
}
#header {
  background-color: #FFF;
  margin-bottom: 30px;
  padding: 10px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
#header-login li {
  display: inline-block;
  list-style: none;
  line-height: 30px;
  margin: 20px;
  float: right;
}
#footer {
  background-color: #000;
  margin-top: 60px;
  padding: 30px;
  color: #FFF;
  /*position: fixed;
	bottom: 0;
	width: 100%;
    clear: both;*/
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007B4E;
  border-color: #007B4E;
}
.shadow {
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%) !important;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%) !important;
}
.btn-warning {
  color: #212529;
  background-color: #ffc20e;
  border-color: #ffc20e;
}
.btn-primary {
  color: #fff;
  background-color: #007B4E;
  border-color: #007B4E;
}
.btn-primary:hover {
  color: #fff;
  background-color: #006443;
  border-color: #006443;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #007B4E;
  border-color: #007B4E;
}
.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #007B4E;
  border-color: #007B4E;
  box-shadow: 0 0 0 0.2rem rgb(200 200 200 / 50%) !important;
}
.btn-outline-primary {
  border: 1px solid #007B4E;
  color: #007B4E;
  text-decoration: none;
}
.btn-outline-primary:hover {
  background-color: #007B4E;
  border: 1px solid #007B4E;
  color: #fff;
  text-decoration: none;
}
.bootstrap-datetimepicker-widget table td span.active, .bootstrap-datetimepicker-widget table td i.active {
    background-color: #dee2e6;
    color: #007B4E !important;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #dee2e6;
    color: #007B4E !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgb(200 200 200 / 50%);
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(200 200 200 / 50%);
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007B4E;
  border-color: #007B4E;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007B4E;
  background-color: #007B4E;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #007B4E;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgb(200 200 200 / 50%);
}


.form-check-input + label:before {
  background-color: #fff;
  border: 1px solid #1279C6;
}
.form-check-input:checked + label:before {
  border: 1px solid #007B4E;
  color: #007B4E;
}
.form-check-input:checked + label:after {
  color: #fff;
}
.invalid-feedback {
    font-size: 85% !important;
}
.alert {
  padding: 1rem 1.25rem;
}
.alert-secondary {
  color: #333;
  background-color: #F6F6F6;
  border-color: #E2E2E2;
}
.bd-toc-link {
  display: block;
  padding: .4rem 1.5rem;
  font-weight: 600;
  color: rgba(51, 51, 51, 0.8);
  line-height: 20px;
}
.bd-toc-link.active {
  font-weight: 700;
  border-left: 1px solid rgba(0, 123, 78, 1);
  background-color: #F6F6F6;
  margin-left: -1px;
  color: #333;
}
.bd-toc-link:hover {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none
}
.bd-toc {
  -ms-flex-order: 2;
  order: 2;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: .875rem
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .bd-toc {
    position: -webkit-sticky;
    position: sticky;
    top: 2rem;
    height: calc(100vh - 2rem);
    overflow-y: auto
  }
}
.bd-toc nav {
  padding-left: 0;
  border-left: 1px solid #E2E2E2;
}
.bd-toc nav a code {
  font: inherit
}
.flashit {
  -webkit-animation: flash linear 1s infinite;
  animation: flash linear 1s infinite;
  animation-iteration-count: 2;
}
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .1;
  }
  100% {
    opacity: 1;
  }
}
.text-primary {
  color: #007B4E !important;
}