@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,700;1,400;1,700&display=swap");
.datepicker {
  display: none; }

.datepicker.active {
  display: block; }

.datepicker-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding-top: 4px; }

.datepicker-dropdown.datepicker-orient-top {
  padding-top: 0;
  padding-bottom: 4px; }

.datepicker-picker {
  display: inline-block;
  border-radius: 0.25rem;
  background-color: #fff; }

.datepicker-dropdown .datepicker-picker {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.datepicker-picker span {
  display: block;
  flex: 1;
  border: 0;
  border-radius: 0.25rem;
  cursor: default;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker-main {
  padding: 2px; }

.datepicker-footer {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #ffffff; }

.datepicker-grid,
.datepicker-view .days-of-week,
.datepicker-view,
.datepicker-controls {
  display: flex; }

.datepicker-grid {
  flex-wrap: wrap; }

.datepicker-view .days .datepicker-cell,
.datepicker-view .dow {
  flex-basis: 14.2857142857%; }

.datepicker-view.datepicker-grid .datepicker-cell {
  flex-basis: 25%; }

.datepicker-cell,
.datepicker-view .week {
  height: 2.25rem;
  line-height: 2.25rem; }

.datepicker-title {
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 0.375rem 0.75rem;
  text-align: center;
  font-weight: 700; }

.datepicker-header .datepicker-controls {
  padding: 2px 2px 0; }

.datepicker-controls .btn {
  border-color: #ffffff;
  background-color: #fff; }

.datepicker-controls .btn:hover {
  border-color: #203564;
  background-color: #ffffff;
  color: #000; }

.datepicker-controls .btn:focus {
  border-color: #203564;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
  background-color: #ffffff;
  color: #000; }

.datepicker-controls .btn:disabled {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000; }

.datepicker-controls .btn:not(:disabled):active {
  border-color: #203564;
  background-color: #203564;
  color: #000; }

.datepicker-controls .btn:not(:disabled):active:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }

.datepicker-header .datepicker-controls .btn {
  border-color: transparent;
  font-weight: bold; }

.datepicker-footer .datepicker-controls .btn {
  margin: calc(0.375rem - 1px) 0.375rem;
  border-radius: 0.2rem;
  width: 100%;
  font-size: 0.875rem; }

.datepicker-controls .view-switch {
  flex: auto; }

.datepicker-controls .prev-btn,
.datepicker-controls .next-btn {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  width: 2.25rem; }

.datepicker-controls .prev-btn.disabled,
.datepicker-controls .next-btn.disabled {
  visibility: hidden; }

.datepicker-view .dow {
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.9375rem;
  font-weight: 700; }

.datepicker-view .week {
  width: 2.25rem;
  color: #dee2e6;
  font-size: 0.875rem; }

@media (max-width: 22.5rem) {
  .datepicker-view .week {
    width: 1.96875rem; } }
.datepicker-grid {
  width: 15.75rem; }

@media (max-width: 22.5rem) {
  .calendar-weeks + .days .datepicker-grid {
    width: 13.78125rem; } }
.datepicker-cell:not(.disabled):hover {
  background-color: #f5f1e8;
  cursor: pointer; }

.datepicker-cell.focused:not(.selected) {
  background-color: #203564;
  color: #ffffff; }

.datepicker-cell.focused:not(.selected) {
  background-color: #203564;
  color: #ffffff; }

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
  background-color: #203564;
  color: #fff;
  font-weight: 600; }

.datepicker-cell.disabled {
  opacity: .3; }

.datepicker-cell.prev:not(.disabled),
.datepicker-cell.next:not(.disabled) {
  color: color("gray"); }

.datepicker-cell.prev.selected,
.datepicker-cell.next.selected {
  color: #e6e6e6; }

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
  border-radius: 0;
  background-color: #ffffff; }

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
  background-color: #f5f1e8; }

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
  background-color: #203564;
  color: #ffffff; }

.datepicker-cell.today:not(.selected) {
  background-color: #203564; }

.datepicker-cell.today:not(.selected):not(.disabled) {
  color: #fff; }

.datepicker-cell.today.focused:not(.selected) {
  background-color: #203564; }

.datepicker-cell.range-end:not(.selected),
.datepicker-cell.range-start:not(.selected) {
  background-color: #6c757d;
  color: #fff; }

.datepicker-cell.range-end.focused:not(.selected),
.datepicker-cell.range-start.focused:not(.selected) {
  background-color: #666f76; }

.datepicker-cell.range-start {
  border-radius: 0.25rem 0 0 0.25rem; }

.datepicker-cell.range-end {
  border-radius: 0 0.25rem 0.25rem 0; }

.datepicker-cell.range {
  border-radius: 0;
  background-color: #e9ecef; }

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
  background-color: #ffffff; }

.datepicker-cell.range.disabled {
  color: #cbd3da; }

.datepicker-cell.range.focused {
  background-color: #dadfe4; }

.datepicker-view.datepicker-grid .datepicker-cell {
  height: 4.5rem;
  line-height: 4.5rem; }

.datepicker-input.in-edit {
  border-color: #6da8fe; }

.datepicker-input.in-edit:focus,
.datepicker-input.in-edit:active {
  box-shadow: 0 0 0.25em 0.25em rgba(109, 168, 254, 0.2); }

.datepicker-controls .button, .datepicker-controls .second-button, .datepicker-controls .third-button {
  background: transparent !important;
  color: #203564; }
  .datepicker-controls .button:hover, .datepicker-controls .second-button:hover, .datepicker-controls .third-button:hover {
    color: #203564; }

*:focus, * {
  outline: none !important; }

body {
  width: 100%;
  height: 100%;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #203564;
  background: #ffffff;
  letter-spacing: 0.8px; }

section {
  padding: 45px 0; }

.bg-light {
  background-color: #f5f1e8; }

section.tight {
  padding: 30px 0; }

hr {
  border-color: #203564;
  opacity: 1; }

.box {
  position: relative;
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 30px;
  background-color: #f5f1e8; }

.box.cta {
  border: 1px solid #203564; }
  .box.cta .button, .box.cta .second-button, .box.cta .third-button {
    float: right;
    margin-bottom: -15px;
    margin-right: -15px;
    min-width: 150px; }
    .box.cta .button .im, .box.cta .second-button .im, .box.cta .third-button .im {
      margin-top: 3%; }

@media (max-width: 767px) {
  section {
    padding: 30px 10px; }

  .content-section {
    border-radius: 30px 30px 0 0; }

  .content-section {
    margin-top: -30px; } }
.second-bg {
  background-color: #f5f1e8; }

.dark-bg {
  background-color: #203564; }

.container-small {
  max-width: 1050px; }

.intro-section {
  background: #f5f1e8;
  padding-bottom: 45px; }

h1, h4, .h4, h5, .h5, .h1, .big-font, h2, .h2, h3, .h3, h2, .h2, h3, .h3, .h4, .h4, h5, .h5 {
  margin: 0 0 15px 0; }

p, .p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #203564;
  font-weight: 400;
  margin: 0 0 20px 0;
  line-height: 1.6; }

a {
  color: #203564;
  text-decoration: underline; }

.font-size {
  font-size: 16px; }

.regular {
  font-size: 20px; }

.medium {
  font-size: 24px; }

.small {
  font-size: 14px; }

.xsmall {
  font-size: 12px; }

label {
  font-size: 14px;
  font-weight: 700;
  color: #203564;
  margin-bottom: .3rem; }

h1, h4, .h4, h5, .h5, .h1, .big-font, h2, .h2, h3, .h3 {
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  color: #203564;
  font-weight: bold; }

.big-font {
  font-size: 46px;
  line-height: 0.9; }

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

h3, .h3 {
  font-size: 24px; }

h4, .h4, h5, .h5 {
  font-size: 20px; }

i, .italic {
  font-style: italic; }

.lead {
  font-size: 20px;
  line-height: 1.4;
  color: #7F8FA6;
  font-weight: normal;
  font-family: "Raleway", sans-serif; }

.lighter {
  color: #7F8FA6; }

.quote {
  padding: 5px 10px;
  border-left: 4px solid #203564;
  margin-bottom: 20px; }

@media (max-width: 767px) {
  h1, h4, .h4, h5, .h5, .h1, .big-font, h2, .h2, h3, .h3 {
    font-size: 30px; }

  .big-font {
    font-size: 36px; }

  h2, .h2 {
    font-size: 24px; }

  h3, .h3, h4, .h4, h5, .h5, .lead {
    font-size: 20px; } }
a, a:hover, a:active, a:focus, a:visited, .a {
  color: #203564;
  cursor: pointer;
  text-decoration: none; }

.underline-text {
  text-decoration: underline; }

.line-through {
  text-decoration: line-through; }

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

.navbar-default .navbar-toggle .icon-bar {
  border-radius: 0;
  background-color: #203564; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #203564; }

.logo, .logo-small {
  display: inline-block;
  background: url("../img/logo.png") no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
  border-radius: 100%;
  border: 0.5px solid #203564;
  margin-bottom: 10px; }

.logo-small {
  width: 50px;
  height: 50px;
  margin-bottom: 0; }

.menu-toggle, .menu-toggle-w {
  display: block;
  height: 20px;
  width: 20px;
  background: url("../img/toggle.png") no-repeat center center;
  background-size: contain;
  border: 0;
  box-shadow: 0; }

.menu-toggle-w {
  background: url("../img/toggle-white.png") no-repeat center center;
  background-size: contain; }

.user-circle {
  display: inline-block;
  background: url("../img/user-circle.png") no-repeat;
  width: 60px;
  height: 60px;
  background-size: contain;
  border-radius: 100%;
  border: 0.5px solid #203564; }

footer {
  padding: 50px 0; }
  footer p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #ffffff; }
  footer a {
    display: block;
    color: #7F8FA6 !important;
    margin-bottom: 10px; }
    footer a:hover {
      text-decoration: underline; }
  footer .logo, footer .logo-small {
    margin-bottom: 10px; }
  footer .fa {
    font-size: 20px;
    margin-right: 3px;
    vertical-align: text-bottom; }
  footer hr {
    margin: 30px 0 50px 0; }

.credits {
  margin-top: 40px;
  opacity: 0.4; }
  .credits a {
    color: #203564; }

@media (max-width: 768px) {
  footer {
    text-align: center; }

  footer p strong {
    display: block;
    margin-top: 35px; }

  footer p strong.blue {
    margin-top: 0; } }
.dot-test {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 40px;
  width: 40px;
  background-color: #f4a8a9;
  border-radius: 100%;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-align: center; }

.img-portfolio {
  height: 200px;
  width: 200px;
  object-fit: cover; }

.img-apprentimento {
  width: 60px;
  height: auto;
  margin: 10px; }

.img-competenze {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  object-fit: cover; }

.tag {
  padding: 5px;
  color: #ffffff;
  width: auto;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 15px; }
  .tag.manuale {
    background-color: #d60f2b; }
  .tag.scientifica {
    background-color: #f8bf12; }

.dropdown-menu {
  border-radius: 6px;
  border: 1px solid #203564;
  min-width: 150px; }

.dropdown-menu > li > a {
  padding: 5px 15px; }

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

.dropdown-divider {
  border-color: #203564;
  margin: 0.3rem 0; }

.dropdown-item {
  color: #203564;
  font-size: 14px; }

.dropdown-toggle.show {
  border-radius: 6px 6px 0 0; }

.dropdown-toggle::after {
  height: 12px;
  width: 12px;
  background: url("../img/angle-down.png");
  background-size: cover;
  vertical-align: middle;
  border: 0 !important; }

.dropdown-menu.show {
  top: -3px !important;
  border-radius: 0px 0px 6px 6px; }

.button, .second-button, a.second-button, .third-button, a.third-button, a.button, a.second-button, a.third-button {
  display: inline-block;
  width: auto;
  min-width: 150px;
  cursor: pointer;
  padding: 10px;
  border: 0;
  border-radius: 6px;
  background: #203564;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.1px;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  color: #ffffff; }
  .button:hover, .second-button:hover, .third-button:hover, .buttonfocus, a.button:hover, a.second-button:hover, a.third-button:hover, a.buttonfocus {
    color: #ffffff;
    text-decoration: none; }
  .button:active, .second-button:active, .third-button:active, a.button:active, a.second-button:active, a.third-button:active {
    -webkit-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -o-transform: scale(0.99);
    transform: scale(0.99); }
  .button.small, .small.second-button, .small.third-button, a.button.small, a.small.second-button, a.small.third-button {
    padding: 5px 10px; }
  .button.plus-button, .plus-button.second-button, .plus-button.third-button, a.button.plus-button, a.plus-button.second-button, a.plus-button.third-button {
    padding: 10px 40px;
    background: url("../img/plus-circle.png") no-repeat left 10px center;
    background-size: 16px; }
  .button.circle-button, .circle-button.second-button, .circle-button.third-button, a.button.circle-button, a.circle-button.second-button, a.circle-button.third-button {
    height: 35px;
    width: 35px;
    min-width: auto;
    border-radius: 100%;
    vertical-align: middle; }
    .button.circle-button.plus, .circle-button.plus.second-button, .circle-button.plus.third-button, a.button.circle-button.plus, a.circle-button.plus.second-button, a.circle-button.plus.third-button {
      background: url("../img/plus.png") no-repeat center center;
      background-size: 14px; }
    .button.circle-button.close, .circle-button.close.second-button, .circle-button.close.third-button, a.button.circle-button.close, a.circle-button.close.second-button, a.circle-button.close.third-button {
      background: url("../img/close.png") no-repeat center center;
      background-size: 14px; }

.second-button, a.second-button {
  background: #ffffff;
  color: #203564 !important;
  border: 1px solid #203564; }
  .second-button:hover, .second-button:focus, a.second-button:hover, a.second-button:focus {
    color: #203564; }

.third-button, a.third-button {
  background: #7bacc6;
  color: #ffffff;
  border: 1px solid #7bacc6; }
  .third-button:hover, .third-button:focus, a.third-button:hover, a.third-button:focus {
    color: #203564; }

.button.icon-button, .icon-button.second-button, .icon-button.third-button, .second-button.icon-button {
  text-align: left;
  padding-right: 15px !important; }
  .button.icon-button i, .icon-button.second-button i, .icon-button.third-button i, .second-button.icon-button i {
    float: right;
    font-size: 20px;
    margin-top: 1.5%; }

@media (max-width: 768px) {
  .button, .second-button, a.second-button, .third-button, a.third-button, a.button, a.second-button, a.third-button {
    padding: 7px;
    min-width: 140px; } }
input, textarea, .input-line, input.form-control, textarea.form-control, .form-control.input-line, select.form-control {
  display: block;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #203564;
  padding: 7px 10px;
  background-color: #ffffff; }
  input.input-icon, textarea.input-icon, .input-icon.input-line, input.form-control.input-icon, textarea.form-control.input-icon, .form-control.input-icon.input-line, select.form-control.input-icon {
    padding-left: 40px; }

textarea {
  min-height: 150px; }

.input-line {
  border: 0;
  border-bottom: 3px solid #ffffff;
  border-radius: 0;
  background-color: transparent; }

.input-iphone {
  font-size: 16px; }

::-webkit-input-placeholder {
  color: #203564; }

:-moz-placeholder {
  color: #203564; }

::-moz-placeholder {
  color: #203564; }

:-ms-input-placeholder {
  color: #203564; }

::-ms-input-placeholder {
  color: #203564; }

.control-group {
  float: left; }

.control {
  width: 92%;
  font-size: 14px;
  position: relative;
  display: inline-block;
  padding-left: 25px;
  margin-bottom: 15px;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 0.8px; }
  .control input, .control textarea, .control .input-line {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .control.disabled {
    opacity: 0.4;
    pointer-events: none; }

.control-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #203564;
  border-radius: 4px; }

.radio-indicator {
  border-radius: 100%; }

.control:hover input ~ .control-indicator, .control:hover textarea ~ .control-indicator, .control:hover .input-line ~ .control-indicator,
.control input:focus ~ .control-indicator,
.control textarea:focus ~ .control-indicator,
.control .input-line:focus ~ .control-indicator {
  background: #ffffff; }

.control input:checked ~ .control-indicator, .control textarea:checked ~ .control-indicator, .control .input-line:checked ~ .control-indicator {
  background: #ffffff; }

.control:hover input:not([disabled]):checked ~ .control-indicator, .control:hover textarea:not([disabled]):checked ~ .control-indicator, .control:hover .input-line:not([disabled]):checked ~ .control-indicator,
.control input:checked:focus ~ .control-indicator,
.control textarea:checked:focus ~ .control-indicator,
.control .input-line:checked:focus ~ .control-indicator {
  background: #ffffff; }

.control-indicator:after {
  position: absolute;
  display: none;
  content: ''; }

.control input:checked ~ .control-indicator:after, .control textarea:checked ~ .control-indicator:after, .control .input-line:checked ~ .control-indicator:after {
  display: block; }

.control-checkbox .control-indicator:after {
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: #203564; }

.control-checkbox .control-indicator.radio-indicator:after {
  border-radius: 100%; }

.select {
  position: relative;
  display: inline-block;
  width: 100%; }

.select select {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 6px;
  outline: 0;
  box-shadow: none;
  background: #ffffff;
  border: 1px solid #7F8FA6;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .select select::-ms-expand {
    display: none; }
  .select select:disabled {
    pointer-events: none;
    opacity: .5; }

.select-arrow {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-width: 10px 5px 0 5px;
  border-style: solid;
  border-color: #7F8FA6 transparent transparent transparent; }

.password-1 {
  background: url("../img/lock.png") no-repeat left center;
  background-size: 18px; }

.user-1 {
  background: url("../img/user.png") no-repeat left center;
  background-size: 18px; }

.password {
  background: url("../img/lock.png") no-repeat left 10px center;
  background-size: 18px; }

.user {
  background: url("../img/user.png") no-repeat left 10px center;
  background-size: 18px; }

.date {
  background: url("../img/date.png") no-repeat left 10px center;
  background-size: 18px; }

.place {
  background: url("../img/place.png") no-repeat left 10px center;
  background-size: 18px; }

.mail {
  background: url("../img/mail.png") no-repeat left 10px center;
  background-size: 18px; }

.img-label {
  position: relative;
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .img-label img {
    object-fit: cover;
    border-radius: 12px; }

.img-label.active {
  border: 2px solid #203564;
  padding: 3px; }
  .img-label.active:after {
    display: block;
    content: '';
    height: 16px;
    width: 16px;
    position: absolute;
    top: -5px;
    right: -5px;
    background: url("../img/check.png") no-repeat center center;
    background-size: contain; }

.error {
  color: #d60f2b;
  display: block;
  margin-top: -15px;
  margin-bottom: 10px;
  font-size: 14px; }

label.number-radio {
  display: inline-block;
  position: relative;
  height: 40px;
  width: 40px;
  margin-bottom: 30px;
  margin-right: 10px; }
  label.number-radio input, label.number-radio textarea, label.number-radio .input-line {
    display: none; }
  label.number-radio span {
    border: 1px solid #203564;
    width: 40px;
    height: 40px;
    position: absolute;
    overflow: hidden;
    text-align: center;
    border-radius: 100%;
    left: 0;
    font-size: 20px;
    padding-top: 3px;
    cursor: pointer; }
  label.number-radio input:checked + span, label.number-radio textarea:checked + span, label.number-radio .input-line:checked + span {
    background: #203564;
    border-color: #203564;
    color: #ffffff; }

.modal-content {
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #203564; }

.modal-header {
  border-bottom: 0; }

.menu-modal .modal-content {
  background-color: #203564; }
  .menu-modal .modal-content p, .menu-modal .modal-content a {
    color: #ffffff; }

.modal-backdrop {
  background-color: #ffffff; }

.modal-backdrop.show {
  opacity: .8; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #203564;
  background-color: #ffffff;
  border: 1px solid #203564;
  border-bottom-color: transparent; }

.tab-content {
  padding: 10px; }

.nav > li > a:hover {
  background-color: #f5f1e8; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f5f1e8; }

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #f5f1e8; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 15px 10px;
  border-top: 1px solid #203564; }

.table > thead > tr > th {
  border-bottom: 1px solid #203564; }

.pagination > li > a, .pagination > li > span {
  border: 0;
  color: #203564;
  font-weight: 700; }
  .pagination > li > a:hover, .pagination > li > a:active, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:active, .pagination > li > span:focus {
    background-color: transparent; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background: #203564;
  border-radius: 6px; }

table.dataTable thead .sorting:after, table.dataTable thead .sorting_desc:after {
  visibility: hidden; }

div.dataTables_wrapper div.dataTables_info {
  font-size: 14px;
  padding-top: 12px; }

div.dataTables_wrapper div.dataTables_length select, div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_filter textarea, div.dataTables_wrapper div.dataTables_filter .input-line {
  vertical-align: initial;
  margin: 0 5px; }

div.dataTables_wrapper div.dataTables_filter label, div.dataTables_wrapper div.dataTables_length label {
  font-size: 14px; }

table#my-texts-revision-table tr:hover, table#my-texts-comparison-table tr:hover {
  background-color: #f5f1e8;
  cursor: pointer; }

.tooltip-inner {
  background-color: #203564;
  opacity: 1 !important; }

.tooltip.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: #203564 !important; }

.tooltip.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #203564 !important; }

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #203564 !important; }

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #203564 !important; }

.tooltip.show {
  opacity: 1; }

.popover {
  border-radius: 6px;
  border: 1px solid #203564; }

.popover-content {
  padding: 5px 10px;
  font-size: 14px; }

.popover.top > .arrow {
  border-top-color: #203564; }

.popover.bottom > .arrow {
  border-bottom-color: #203564; }

.popover.left > .arrow {
  border-left-color: #203564; }

.popover.right > .arrow {
  border-right-color: #203564; }

.well {
  display: block;
  position: relative;
  background-color: #f5f1e8;
  border-radius: 6px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 15px; }

a.well {
  color: #203564;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a.well:hover {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    color: #203564;
    text-decoration: none; }

.card-header {
  background-color: #f5f1e8;
  padding: 15px; }
  .card-header .im {
    color: #203564;
    margin-right: 5px; }
  .card-header .h4.collapsed .im {
    transform: rotate(-90deg); }

.card-body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #203564;
  font-weight: 400;
  line-height: 1.8; }

pre {
  display: inline-block; }

@media (max-width: 500px) {
  pre {
    font-size: 10px; } }
.badge-success {
  color: #4CD137;
  background: #CAFFC2; }

.badge-warning {
  color: #d60f2b;
  background: #FFE1C5; }

.alert-success {
  color: #4CD137;
  background: #CAFFC2;
  border: 0px; }

.alert-warning {
  color: #d60f2b;
  background: #FFE1C5;
  border: 0px; }

input[type="number"], textarea[type="number"], [type="number"].input-line {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

input[type=number]::-webkit-inner-spin-button, textarea[type=number]::-webkit-inner-spin-button, [type=number].input-line::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
textarea[type=number]::-webkit-outer-spin-button,
[type=number].input-line::-webkit-outer-spin-button {
  -webkit-appearance: none; }

.number-input {
  border: 1px solid #203564;
  display: inline-flex; }

.number-input,
.number-input * {
  box-sizing: border-box; }

.number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin: 0;
  position: relative;
  background-color: #f5f1e8; }

@supports (-ms-ime-align: auto) {
  .number-input button {
    display: none; } }
.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #7F8FA6;
  transform: translate(-50%, -50%); }

.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg); }

.number-input input[type=number], .number-input textarea[type=number], .number-input [type=number].input-line {
  font-family: "Raleway", sans-serif;
  max-width: 50px;
  padding: 0;
  border: solid #203564;
  border-width: 0 1px;
  font-size: 24px;
  height: 40px;
  font-weight: bold;
  text-align: center;
  border-radius: 0; }

.input-file {
  position: fixed;
  width: 0px;
  height: 0px;
  visibility: hidden; }

.input-file-trigger {
  display: block;
  height: 80px;
  width: 80px;
  background: url("../img/upload.png") no-repeat center center;
  background-size: 40px;
  border: 1px solid #203564;
  border-radius: 6px; }

.mb0 {
  margin-bottom: 0; }

.mb7 {
  margin-bottom: 7px; }

.mb15 {
  margin-bottom: 15px; }

.mb30 {
  margin-bottom: 30px; }

.mb45 {
  margin-bottom: 45px; }

.mb60 {
  margin-bottom: 60px; }

.mt7 {
  margin-top: 7px; }

.mt15 {
  margin-top: 15px; }

.mt30 {
  margin-top: 30px; }

.mt45 {
  margin-top: 45px; }

.mt60 {
  margin-top: 60px; }

.ml40 {
  margin-left: 40px; }

.pt0 {
  padding-top: 0; }

.pb0 {
  padding-bottom: 25px; }

.w100 {
  display: block;
  width: 100%; }

.dati-personali-circle {
  display: inline-block;
  height: 60px;
  width: 60px;
  background-color: #b0d7b8;
  border-radius: 100%;
  opacity: .2; }
  .dati-personali-circle.active {
    opacity: 1; }

.attivita-circle {
  display: inline-block;
  height: 60px;
  width: 60px;
  background-color: #f4a8a9;
  border-radius: 100%;
  opacity: .2; }
  .attivita-circle.active {
    opacity: 1; }

.competenze-circle {
  display: inline-block;
  height: 60px;
  width: 60px;
  background-color: #7bacc6;
  border-radius: 100%;
  opacity: .2; }
  .competenze-circle.active {
    opacity: 1; }

.portfolio-circle {
  display: inline-block;
  height: 60px;
  width: 60px;
  background-color: #f8bf12;
  border-radius: 100%;
  opacity: .4; }
  .portfolio-circle.active {
    opacity: 1; }

@media (max-width: 767.95px) {
  .dati-personali-circle, .attivita-circle, .competenze-circle, .portfolio-circle {
    height: 40px;
    width: 40px; } }
.info {
  cursor: pointer;
  height: 14px;
  width: 14px;
  background: url("../img/info.png") no-repeat center center;
  background-size: contain;
  display: inline-block;
  vertical-align: top; }

.plus-circle {
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url("../img/plus-circle.png") no-repeat center center;
  background-size: contain;
  vertical-align: middle; }

.pointer {
  cursor: pointer; }

.page-menu a {
  opacity: .4; }
  .page-menu a.active {
    opacity: 1; }
    .page-menu a.active span {
      opacity: 1; }

.border {
  border-color: #203564 !important; }

.dot {
  display: block;
  height: 10px;
  width: 10px;
  margin: 0 .3rem;
  border: 1px solid #203564;
  border-radius: 100%; }
  .dot.active {
    background: #203564; }

.back {
  display: block;
  height: 20px;
  width: 20px;
  background: url("../img/arrow-back.png") no-repeat center center;
  background-size: contain;
  border: 0;
  box-shadow: 0; }

.forward {
  display: block;
  height: 20px;
  width: 20px;
  background: url("../img/arrow-forward.png") no-repeat center center;
  background-size: contain;
  border: 0;
  box-shadow: 0; }

.tour-img {
  max-width: 300px; }

@media (max-width: 575.95px) {
  .tour-img {
    max-width: 220px; } }

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