/*@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,700");*/
@import url(../fonts/Gilroy/stylesheet.css);
@import url(../fonts/icon-info/flaticon.css);
/* default */
#info {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: white;
  -webkit-box-shadow: 1px 1px 8px -1px #000;
          box-shadow: 1px 1px 8px -1px #000; }
  #info .content i::before {
    font-size: 35px;
    position: absolute;
    left: 0;
    top: 9px; }
  #info .content p {
    padding: 11px 15px 11px 50px; }
  #info .content .close {
    position: absolute;
    top: 4px;
    right: 2px;
    text-decoration: none;
    cursor: pointer;
    color: white; }
    #info .content .close::before {
      font-size: 13px !important; }

#info .error {
  background-color: rgba(246, 10, 10, 0.96); }

#info .success {
  background-color: rgba(41, 135, 50, 0.96); }

#info .info {
  background-color: rgba(228, 211, 56, 0.96); }

/* end default */
body {
  font-family: 'Gilroy', Arial, Helvetica, sans-serif;
  position: relative;
  overflow-x: hidden; }
h1,h2,h3,h4,h5,h6 {
  font-family: 'GilroyExtraBold', Arial, Helvetica, sans-serif;
}
a,
a span,
a::before,
a::after,
.select2-container--open .select2-selection--single,
.select2-results__options .select2-results__option,
section .navigation ul li::after,
button, html input[type="button"], input[type="reset"], input[type="submit"],
.list-page .item > div {
  text-decoration: none !important;
  -webkit-transition: .6s;
  transition: .6s; }

.list-page .item > div,
.list-page .title > div {
  -webkit-transition: .4s;
  transition: .4s; }

a:hover,
a:active,
a:focus {
  outline: none !important;
  outline: 0 !important; }

.link-add-fild,
.link-add-fild::before {
  text-decoration: none !important;
  -webkit-transition: .0s !important;
  transition: .0s !important; }

header {
  min-height: 400px;
  background-color: white; }
  header .left {
    padding: 20px 0 20px 20px; }
  header .right {
    text-align: right; }
    header .right nav {
      display: inline-block;
      padding: 0 23px 0 0; }
      header .right nav ul {
        list-style: none;
        margin: 20px 0; }
        header .right nav ul li {
          display: inline-block;
          margin-left: 8px; }
          header .right nav ul li a {
            text-transform: uppercase;
            color: #825ae0;
            padding: 10px 25px;
            display: inline-block;
            -webkit-border-radius: 4px;
                    border-radius: 4px;
            font-size: 1.1em !important;
            font-weight: bold; }
            header .right nav ul li a:hover {
              color: #7151ac; }
          header .right nav ul li .active {
            border: 1px solid #825ae0;
            color: #FFF;
            background-color: #825ae0; }
            header .right nav ul li .active:hover {
              /*background-color: #63c6eb;*/
              border-color: #7151ac;
              color: #7151ac; }
header .top-logo img {
  width: 130px;
}
header .right nav .wrap-drop-down ul {
  margin-top: 0; }
header .right nav .wrap-drop-down ul li {
  margin-left: 0px;
}
header .right nav .wrap-drop-down ul li a {
  border-radius: 0;
  font-weight: normal;
}
.wrap-drop-down {
  display: inline-block;
  position: relative; }
  .wrap-drop-down .open::after {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 19px; }
  .wrap-drop-down > a {
    color: #825ae0;
    padding: 10px 35px 10px 5px;
    display: inline-block;
    font-size: 1.05em; }
    .wrap-drop-down > a:hover {
      cursor: pointer;
      color: #7151ac; }
      .wrap-drop-down > a:hover::after {
        border-color: #7151ac; }
    .wrap-drop-down > a::after {
      content: '';
      display: inline-block;
      width: 8px;
      height: 8px;
      border-left: 2px solid #825ae0;
      border-bottom: 2px solid #825ae0;
      position: absolute;
      right: 13px;
      top: 15px;
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
        .wrap-drop-down > a.active::after {
          border-color: #FFF;
        }
  .wrap-drop-down ul.drop-down {
    z-index: 999;
    display: none;
    padding: 0;
    list-style: none;
    width: 100%;
    position: absolute;
    top: 33px;
    left: 0;
    right: 0;
    background-color: white;
    -webkit-border-radius: 4px !important;
            border-radius: 4px !important; }
    .wrap-drop-down ul.drop-down::before {
      content: '';
      display: inline-block;
      position: absolute;
      top: -13px;
      right: 10px;
      border: 6px solid transparent;
      border-bottom: 7px solid white; }
    .wrap-drop-down ul.drop-down .active {
      background-color: #f0f5f7; }
    .wrap-drop-down ul.drop-down li {
      display: block; }
      .wrap-drop-down ul.drop-down li:first-child {
        -webkit-border-top-left-radius: 4px;
                border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
                border-top-right-radius: 4px; }
      .wrap-drop-down ul.drop-down li:last-child {
        -webkit-border-bottom-left-radius: 4px;
                border-bottom-left-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
                border-bottom-right-radius: 4px; }
      .wrap-drop-down ul.drop-down li a {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 9px 0;
        border-bottom: 1px solid #d5d5d5;
        color: #000;
        font-size: 1.05em; }
        .wrap-drop-down ul.drop-down li a:hover {
          color: #000;
          background-color: #E1E1E1; }
      .wrap-drop-down ul.drop-down li a.subheader {
        font-weight: bold;}
        .wrap-drop-down ul.drop-down li a.subheader:hover {
          background-color: #FFF; }
      .wrap-drop-down ul.drop-down li:last-child a {
        border: 0; }

.wrap-drop-down.profile-menu-button > a::after {
  content: none;
}
.wrap-drop-down.profile-menu-button > a img {
  width: 18px;
  margin-top: -10px;
  margin-left: 3px;
}
.list-page .list-drop-down2.profile-menu-button {
   width: auto;
}
.section-position-top {
  position: relative;
  top: -324px;
  margin-bottom: -324px; }

.login .section-position-top {
  top: -270px;
}

section > .row {
  padding: 0 136px; }

section .title h1 {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 2em; }

section .navigation ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  display: flex; }
  section .navigation ul .active span {
    color: white;
    background-color: #825ae0; }
  section .navigation ul .active h2 {
    font-weight: 600; }
  section .navigation ul .active::after {
    background-color: #825ae0; }
  section .navigation ul li {
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    position: relative;
    max-width: 16.66%; }
    section.access-link .navigation ul li {
      max-width: 14%;
    }
    section .navigation ul li span {
      display: inline-block;
      background-color: #d5d6d8;
      height: 30px;
      width: 30px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      color: white;
      padding: 4px 9px;
      font-size: 1.1em;
      z-index: 10; }
    section .navigation ul li::after {
      content: '';
      height: 3px;
      display: inline-block;
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px);
      position: absolute;
      top: 14px;
      left: -webkit-calc(-50% + 15px);
      left: calc(-50% + 15px);
      background-color: #989596;
      z-index: 0 !important; }
    section .navigation ul li:first-child::after {
      display: none; }
    section .navigation ul li h2 {
      font-size: 1em;
      text-transform: uppercase;
      color: #6b6b6e;
      font-weight: 400;
      padding: 6px 0 4px;
      letter-spacing: .05em; }
    section .navigation ul li a:hover span {
      opacity: 0.7; }

section .wrap-form {
  background-color: white;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 4px 16px rgba(56, 79, 88, 0.31);
          box-shadow: 0 4px 16px rgba(56, 79, 88, 0.31);
  margin-bottom: 57px;
  margin-top: 5px;
  text-align: center; }
  section .wrap-form .title > span,
  section .page-title > span {
    display: inline-block;
    /*color: #7151ac;*/
    text-transform: uppercase;
    padding: 45px 0 45px;
    font-size: 1.5em;
    color: #6b6b6e;
    font-weight: 600; }
  section .wrap-form .form .row .form-group {
    text-align: left; }
  section .wrap-form .form .date {
    font-size: 1em;
    text-align: left;
    padding: 0; }
    section .wrap-form .form .date .day {
      padding-right: 7px; }
    section .wrap-form .form .date .month {
      padding: 0; }
    section .wrap-form .form .date .year {
      padding-left: 7px; }
  section .wrap-form .form .date-2 .month {
    padding: 0 0 0 15px;
    width: 38%; }
  section .wrap-form .form .date-2 .year {
    width: 35%; }
  section .wrap-form .link-next input {
    text-transform: uppercase;
    color: white;
    display: inline-block;
    padding: 19px 33px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    border: 0;
    background-color: #825ae0;
    margin: 25px 0 40px;
    font-weight: 600;
    letter-spacing: 0.04em;
    font-size: 1.12em; }
    section .wrap-form .link-next input:hover {
      background-color: #7151ac; }
    section .wrap-form .link-next input:active, section .wrap-form .link-next input:focus {
      background-color: #7151ac; }

.gender {
  width: 76%; }

.date label,
.form-group label {
  text-transform: uppercase;
  color: #909ea3;
  padding-bottom: 5px;
  display: inline-block; }

.date textarea,
.form-group textarea {
  min-height: 129px !important; }

.select2-container {
  margin-top: -1px;
}
.select2-container--default .select2-selection--single,
.form-control {
  display: block;
  width: 100% !important;
  height: 40px !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  color: #555 !important;
  background-color: #f0f5f7;
  border: 1px solid #c8b0fd;
  -webkit-border-radius: 4px !important;
          border-radius: 4px !important;
  outline: none !important; }

.select2-container--open .select2-dropdown {
  border: 0 !important;
  -webkit-border-radius: 5px !important;
          border-radius: 5px !important;
  -webkit-box-shadow: 1px 1px 1px #red;
          box-shadow: 1px 1px 1px #red;
  -webkit-box-shadow: 0 0 16px rgba(130, 90, 224, 0.51);
          box-shadow: 0 0 16px rgba(130, 90, 224, 0.51); }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f0f5f7;
  /*background-color: #fff;*/
  color: #000; }

.select2-results__options {
  outline: none !important;
  text-align: center;
  -webkit-border-radius: 5px !important;
          border-radius: 5px !important; }
  .select2-results__options .select2-results__option {
    padding: 10px;
    border-bottom: 1px solid #c8b0fd !important;
    color: #825ae0 !important;
    font-weight: 300;
    font-size: 1.1em; }
    /*.select2-results__options .select2-results__option:first-child {*/
      /*display: none; }*/

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f0f5f7; }

.select2-selection__rendered {
  position: relative; }

.select2-dropdown--below {
  top: -2.8rem; }

.select2-dropdown--below {
  top: 15px;
  position: relative; }
  .select2-dropdown--below::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -13px;
    right: 10px;
    border: 6px solid transparent;
    border-bottom: 7px solid white; }

.select2-dropdown--above {
  top: -15px; }
  .select2-dropdown--above::before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -11px;
    right: 10px;
    border: 6px solid transparent;
    border-top: 6px solid white; }

.select2-container--default .select2-selection--single {
  position: relative; }
  .select2-container--default .select2-selection--single::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #825ae0;
    border-bottom: 2px solid #825ae0;
    position: absolute;
    right: 12px;
    top: 13px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.select2-container--open .select2-selection--single::after {
  top: 16px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-left: 2px solid white !important;
  border-bottom: 2px solid white !important; }

.select2-container--open span {
  color: white !important; }

.select2-container--open .select2-selection {
  background-color: #825ae0 !important;
  border: 1px solid #825ae0 !important;
  color: white !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; }

.form-group input,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.form-group textarea {
  line-height: 28px;
  /*color: #909ea3;*/
  color: #555;
  padding: 0;
  margin-top: -1px; }

.form-group textarea:active, .form-group textarea:focus,
.form-group input:active,
.form-group input:focus {
  background-color: white; }

.select2:hover .select2-selection {
  /*background-color: #c8b0fd;*/
  border: 1px solid #825ae0; }
  .select2:hover .select2-selection span {
    color: #825ae0; }


.select2-container--default .select2-selection--multiple {
  border: 1px solid #c8b0fd !important;
  background-color: #f0f5f7 !important;
  outline: 0;
}
.select2-selection.select2-selection--multiple {
  /*border: 1px solid #c8b0fd;*/
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
}
.select2-container--open .select2-selection.select2-selection--multiple,
.select2-container--open .select2-selection.select2-selection--multiple span {
  /*background-color: #fff !important;*/
  /*border: 1px solid #c8b0fd !important;*/
  /*color: white !important;*/
  color: #333 !important;
}


.date-3 .month {
  padding-left: 15px !important; }

.has-error {
  position: relative; }
  .has-error textarea,
  .has-error input {
    border: 1px solid red;
    background-color: #fde8e9 !important; }
/*.has-error::after {*/
  /*content: '';*/
  /*display: inline-block;*/
  /*position: absolute;*/
  /*top: 34px;*/
  /*right: -10px;*/
  /*height: 20px;*/
  /*width: 20px;*/
  /*background: url(../img/icon-error.png); }*/
/*.select2-container--open.has-error::after {*/
  /*content: '';*/
  /*background: none;*/
/*}*/

.date .has-error.day::after,
.date .has-error.month::after {
  display: none; }

.date .has-error.year::after {
  top: 10px;
  right: -11px; }

.has-error.gender {
  position: relative; }
  .has-error.gender::after {
    right: -26px; }

.form-group,
.date > .form-group {
  margin-bottom: 15px; }

.select2-results__options .select2-results__option:hover {
  color: #7151ac !important; }

.has-error .select2-container--default .select2-selection--single,
.has-error .select2-container--default .select2-selection--multiple {
  border: 1px solid red !important;
  background-color: #fde8e9 !important; }

.has-error .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: red; }

.has-error .select2-container--default .select2-selection--single::after {
  border-left: 2px solid red;
  border-bottom: 2px solid red; }

.select2-container--default .select2-results > .select2-results__options {
  /*max-height: 167px;*/
  max-height: 210px;
}
  .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 7px;
    margin-right: 3px;
    padding-right: 10px;
    margin-top: 10px; }
  .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 2px;
    border-color: #777;
    background-color: #aaa;
    -webkit-border-radius: 5px;
            border-radius: 5px; }
  .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
    border-width: 1px 1px 1px 2px;
    border-color: #555;
    background-color: #825ae0; }
  .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    border-width: 0; }

.date-3 .col-md-7.has-error::after {
  top: 10px; }

.date-4 .month {
  padding-left: 15px !important; }

.date-4 .month-2 {
  padding-left: 5px !important;
  padding-right: 3px !important;
  width: 48%; }

.date-4 .has-error::after {
  display: none !important; }

.checkbox-2 label {
  left: 25px; }

.checkbox-2.has-error label {
  color: red; }

.experience-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  text-align: left;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  overflow: hidden; }
  .experience-nav ul .active {
    border-bottom: 4px solid #c8b0fd;
    padding-bottom: 0; }
    .experience-nav ul .active::after {
      bottom: -4px; }
  .experience-nav ul li {
    display: inline-block;
    width: 20%;
    position: relative;
    padding-bottom: 3px;
    border-bottom: 1px solid #c8b0fd;
    text-align: center; }
    .experience-nav ul li:hover a {
      color: #825ae0; }
    .experience-nav ul li::after {
      content: '';
      width: 500%;
      display: inline-block;
      position: absolute;
      bottom: -1px;
      right: -500%;
      height: 1px;
      background-color: #c8b0fd; }
    .experience-nav ul li a {
      display: inline-block;
      width: 97%;
      color: #99a5aa;
      text-transform: uppercase;
      padding: 0 0 10px;
      font-size: .9em; }

.checkbox-style {
  margin-top: 35px;
  position: relative; }
  .checkbox-style::after {
    top: 1px; }
  .checkbox-style input[type="checkbox"] {
    display: none; }
  .checkbox-style input[type="checkbox"] + label {
    position: relative; }
  .checkbox-style input[type="checkbox"] + label span {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: absolute;
    top: 2px;
    left: -25px;
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0 0px 0 0;
    padding-left: 19px;
    vertical-align: middle;
    background: url(../img/check_sheet.png) left top no-repeat;
    cursor: pointer; }
  .checkbox-style input[type="checkbox"]:checked + label span {
    background-position: -20px top; }
.checkbox-style.no-vertical-margin,
.checkbox-style.single-checkbox
{
  margin-top: 0;
  margin-bottom: 0;
  }
.checkbox-style.single-checkbox {
  margin-left: 25px;
}
.candidates-table .checkbox-style input[type="checkbox"] + label span {
  left: -10px;
  top: -20px;
}
.candidates-table .title .checkbox-style input[type="checkbox"] + label span {
  /*left: 15px;*/
  top: -20px;
}

.list-page .item .alert-icon {
  position: absolute;
  margin-left: -30px;
  /*margin-top: 2px;*/
  margin-top: 17px;
  padding: 0 !important;
  font-size: 80%;
  color: #ff0000;
}
.list-page .item span span.candidate-alert-icon {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.link-add a {
  display: inline-block;
  color: #825ae0;
  padding: 10px;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px 0 0; }
  .link-add a:hover {
    color: #7151ac; }

.experience {
  display: none; }

.experience.active {
  display: inherit !important; }

footer {
  margin-top: 1px;
  background-color: #2f373a;
  text-align: center; }
  footer span {
    color: #ACAEAF;
    font-size: .9em;
    padding: 27px 0;
    display: inline-block; }

.wrap-form .level-content {
  display: none; }

.wrap-form .active-level {
  display: inherit; }

.language .item:nth-child(odd) {
  background-color: #f6f3ff;
  border-top: 1px solid #c8b0fd;
  border-bottom: 1px solid #c8b0fd; }

.language .item .checkbox-style {
  margin: 10px 0; }

.language .item .checkbox-style input[type="checkbox"] + label span {
  top: -8px;
  left: 14px; }

.language .item > div {
  padding: 20px 0;
  margin-bottom: 0; }

.rating {
  text-align: center; }
  .rating ul {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin: 11px 0 0; }
    .rating ul li {
      display: inline-block;
      height: 17px;
      width: 17px;
      position: relative;
      cursor: pointer; }
      .rating ul li::after {
        content: '';
        display: inline-block;
        height: 17px;
        width: 17px;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../img/star.png);
        background-repeat: no-repeat; }
      .rating:not(.disabled) ul li:hover::after {
        background-position: 0 -18px; }
    .rating ul .hover-active::after,
    .rating ul .active::after {
      background-position: 0 -18px; }
    .rating.disabled li::after {
      opacity: 0.4;
      filter: alpha(opacity=40); /* msie */
    }
.language .title2,
.del-language {
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #909ea3;
  font-size: 1.1em; }

.del-language {
  margin-top: 10px;
  display: inline-block; }

.language .title2 > div:first-child {
  text-align: left;
  padding-left: 0; }

.language > form > .row {
  padding: 0 30px !important; }

.language .item .checkbox-style label span {
  left: 20px !important; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  color: #825ae0;
  outline: none; }

.select2-container--disabled .select2-selection--single::after {
  border-left: 2px solid white !important;
  border-bottom: 2px solid white !important; }

.select2-container--disabled .select2-selection {
  background-color: #bfd7e0 !important;
  border: 1px solid #bfd7e0; }

.select2-container--disabled .select2-selection__rendered {
  color: white !important; }

.select2-container--disabled:hover .select2-selection--single {
  border: 1px solid #bfd7e0; }

input[type="submit"]:disabled {
  border: 1px solid #bfd7e0 !important;
  background-color: #bfd7e0 !important;
  color: white !important; }

.language .has-error::after {
  top: 29px;
  left: -23px; }

.list-page .title:before, .list-page .title:after,
.list-page .item:before,
.list-page .item:after {
  content: "";
  display: table;
  clear: both; }

.list-page .title .col-1,
.list-page .title .col-2,
.list-page .title .col-3,
.list-page .title .col-4,
.list-page .title .col-5,
.list-page .title .col-6,
.list-page .title .col-7,
.list-page .title .col-8,
.list-page .title .col-9,
.list-page .title .col-10,
.list-page .title .col-11,
.list-page .title .col-12,
.list-page .title .col-13,
.list-page .title .col-14,
.list-page .item .col-1,
.list-page .item .col-2,
.list-page .item .col-3,
.list-page .item .col-4,
.list-page .item .col-5,
.list-page .item .col-6,
.list-page .item .col-7,
.list-page .item .col-8,
.list-page .item .col-9,
.list-page .item .col-10,
.list-page .item .col-11,
.list-page .item .col-12,
.list-page .item .col-13,
.list-page .item .col-14
{
  float: left;
  min-height: 1px;
  padding: 0 2px; }
  .list-page .title .col-1 span,
  .list-page .title .col-2 span,
  .list-page .title .col-3 span,
  .list-page .title .col-4 span,
  .list-page .title .col-5 span,
  .list-page .title .col-6 span,
  .list-page .title .col-7 span,
  .list-page .title .col-8 span,
  .list-page .title .col-9 span,
  .list-page .title .col-10 span,
  .list-page .title .col-11 span,
  .list-page .title .col-12 span,
  .list-page .title .col-13 span,
  .list-page .title .col-14 span,
  .list-page .item .col-1 span,
  .list-page .item .col-2 span,
  .list-page .item .col-3 span,
  .list-page .item .col-4 span,
  .list-page .item .col-5 span,
  .list-page .item .col-6 span,
  .list-page .item .col-7 span,
  .list-page .item .col-8 span,
  .list-page .item .col-9 span,
  .list-page .item .col-10 span,
  .list-page .item .col-11 span,
  .list-page .item .col-12 span,
  .list-page .item .col-13 span,
  .list-page .item .col-14 span {
    display: inline-block; }

/*.list-page .title .col-1,*/
/*.list-page .item .col-1 {*/
  /*width: 18%; }*/

/*.list-page .title .col-2,*/
/*.list-page .item .col-2 {*/
  /*width: 13%; }*/

/*.list-page .title .col-3,*/
/*.list-page .item .col-3 {*/
  /*width: 20%;*/
/*}*/

/*.list-page .title .col-4,*/
/*.list-page .item .col-4 {*/
  /*width: 13%; }*/

/*.list-page .title .col-5,*/
/*.list-page .item .col-5 {*/
  /*width: 13%; }*/

/*.list-page .title .col-6,*/
/*.list-page .item .col-6 {*/
  /*width: 10%; }*/

/*.list-page .title .col-7,*/
/*.list-page .item .col-7 {*/
  /*width: 20%; }*/

/*.list-page .title .col-8,*/
/*.list-page .item .col-8 {*/
  /*width: 20%; }*/


.list-page .title .col-7 {
  padding: 0 5px !important; }
  .list-page .title .col-7 span {
    font-weight: bold; }

/*.list-page .title > div:hover,*/
/*.list-page .title .active {*/
  /*background-color: #d0eef9 !important;*/
  /*position: relative; }*/
.list-page .title > div.nohover:hover {
  background-color: #fff !important;
}
  .list-page .title > div:hover::after,
  .list-page .title .active::after
  {
    content: '';
    display: inline-block;
    height: 1px;
    width: 100%;
    background-color: #ACE1F4;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0; }
  .list-page .title > div:hover span
  /*,*/
  /*.list-page .title .active span */
  {
    font-weight: bold; }

.list-page .list-drop-down > a {
  /*margin-top: 7px;*/
  display: inline-block; }

.list-page header {
  min-height: inherit;
  margin-bottom: 0; }

.list-page .row-padding {
  padding: 0 !important; }

.list-page .title {
  /*border-bottom: 2px solid #825ae0;*/
  border-bottom: 2px solid #000;
  }
  .list-page .title span {
    display: inline-block;
    /*color: #825ae0;*/
    color: #000;
    font-weight: bold; }

.list-page .item {
  border-bottom: 1px solid #d5d5d5; }
  .list-page .item span {
    padding: 15px 0 !important; }

.list-page .title .col-1 {
  padding-left: 2px; }

.list-page .title .col-7 span {
  /*padding-top: 17px;*/
}
.list-page .title .col-7 .wrap-drop-down {
  padding-top: 5px;
}

.list-page .total-items-container {
  font-weight: bold;
  color: #0F0F0F;
  margin-left: 30px;
  margin-bottom: 20px;
}


.list-page .title,
.list-page .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .list-page .title .col-1,
  .list-page .title .col-7,
  .list-page .item .col-1,
  .list-page .item .col-7 {
    text-align: left; }
  .list-page .title .col-2,
  .list-page .title .col-3,
  .list-page .title .col-4,
  .list-page .title .col-5,
  .list-page .title .col-6,
  .list-page .title .col-8,
  .list-page .title .col-9,
  .list-page .title .col-10,
  .list-page .title .col-11,
  .list-page .title .col-12,
  .list-page .title .col-13,
  .list-page .title .col-14,
  .list-page .item .col-2,
  .list-page .item .col-3,
  .list-page .item .col-4,
  .list-page .item .col-5,
  .list-page .item .col-6,
  .list-page .item .col-8,
  .list-page .item .col-9,
  .list-page .item .col-10,
  .list-page .item .col-11,
  .list-page .item .col-12,
  .list-page .item .col-13,
  .list-page .item .col-14 {
    text-align: center; }
  .list-page .title .col-6,
  .list-page .item .col-6 {
    padding-top: 7px; }
    .list-page .title .col-6 .drop-down,
    .list-page .item .col-6 .drop-down {
      /*top: 46px;*/
      top: 38px;
    }
  .list-page .title.section-title {
    text-align: center;
    display: block;
  }
  .list-page .title .col-7,
  .list-page .item .col-7 {
    padding: 5px 5px 0; }
  /*.list-page .title .active,*/
  /*.list-page .item .active {*/
    /*background-color: #eff9fd; }*/
  .list-page .title .col-1,
  .list-page .item .col-1 {
    padding-left: 15px; }

.list-page .title .col-1:first-child {
  position: relative; }
  .list-page .title .col-1:first-child::before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 500%;
    position: absolute;
    bottom: -1px;
    left: -500%;
    border-bottom: 1px solid #c8b0fd; }

.list-page .title .col-7 {
  position: relative; }
  /*.list-page .title .col-6::before {*/
    /*content: '';*/
    /*display: inline-block;*/
    /*height: 1px;*/
    /*width: 500%;*/
    /*position: absolute;*/
    /*bottom: -1px;*/
    /*right: -480%;*/
    /*border-bottom: 1px solid #c8b0fd; }*/

/*.list-page .title .col-7:hover::after,*/
/*.list-page .title .col-7.active::after {*/
  /*content: '';*/
  /*display: inline-block;*/
  /*height: 1px;*/
  /*width: 100%;*/
  /*position: absolute;*/
  /*bottom: -1px;*/
  /*right: 0;*/
  /*left: 0;*/
  /*z-index: 999;*/
  /*border-bottom: 1px solid #ACE1F4; }*/

.list-page .item {
  position: relative; }
  /*.list-page .item > div:hover {*/
    /*background-color: #e3f5fb; }*/
  .list-page .item .col-1::before {
    content: '';
    display: inline-block;
    height: -webkit-calc(100% + 1px);
    height: calc(100% + 1px);
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: -100%;
    /*border-bottom: 1px solid #e8f7fc;*/
    margin-left: 5px;
  }
  /*.list-page .item .col-6::before {*/
    /*content: '';*/
    /*display: inline-block;*/
    /*height: -webkit-calc(100% + 1px);*/
    /*height: calc(100% + 1px);*/
    /*width: 500%;*/
    /*position: absolute;*/
    /*bottom: -1px;*/
    /*right: -500%;*/
    /*border-bottom: 1px solid #e8f7fc; }*/

.list-page .list-drop-down > a::after {
  display: none; }

.list-page .list-drop-down > a::before {
  content: '';
  display: inline-block;
  height: 4px;
  width: 17px;
  background: url(../img/menu-list-1.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 12px; }
.list-page .list-drop-down.generate-template > a::before {
  /*height: 30px;*/
  /*width: 36px;*/
  /*background: url(../img/icon/generate-template.png);*/
  width: 28px;
  height: 23px;
  background: url(../img/icon/generate-template-smaller.png);

  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0; }
.list-page .list-drop-down.generate-template > a:hover::before {
  background: url(../img/icon/generate-template-smaller-orange.png);  }

.list-page .candidates-table .item .btn-access:hover {
  color: #825ae0; }

.list-page .controls-container {
  margin-top: 10px;
  height: 50px;
}
.list-page .controls-container > * {
  float: right;
}
.list-page .controls-container .list-drop-down2 {
  width: 100px;
}

.controls-container .btn {
  text-align: center;
  background-color: #825ae0;
  width: 100px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  /*padding: 10px 35px 10px 5px;*/
  font-size: .9em;
  /*padding-top: 13px;*/
  /*padding-bottom: 13px;*/
  padding: 13px 0;
  margin: 0 10px;
  border: none;
}

.controls-container a.btn:hover {
  background-color: #27c4ff;
  color: white;
}

.list-page .list-drop-down,
.list-page .list-drop-down2 {
  width: 100%;
  text-align: center; }
  /*.list-page .list-drop-down .open::before,*/
  /*.list-page .list-drop-down2 .open::before {*/
    /*background: url(../img/menu-list-2.png); }*/
.list-page .list-drop-down .open::before,
.list-page .list-drop-down2 .open::before,
.list-page .list-drop-down a.btn-ellipsis:hover::before,
.list-page .list-drop-down2 a.btn-ellipsis:hover::before
{
  background: url(../img/menu-list-orange.png); }
  .list-page .list-drop-down > a,
  .list-page .list-drop-down2 > a {
    display: inline-block;
    position: relative; }

  .list-page .list-drop-down .drop-down,
  .list-page .list-drop-down2 .drop-down,
  nav .list-drop-down2 .drop-down {
    -webkit-box-shadow: 0 0 16px rgba(130, 130, 130, 0.51);
            box-shadow: 0 0 16px rgba(130, 130, 130, 0.51);
    top: 22px; }
    .list-page .list-drop-down .drop-down::before,
    .list-page .list-drop-down2 .drop-down::before,
    nav .list-drop-down2 .drop-down::before
    {
      right: -webkit-calc(50% - 6px);
      right: calc(50% - 6px); }
.list-page .list-drop-down.generate-template .drop-down {
  top: 50px;
  width: 150px;
  left: -50px;
}
.list-page .list-drop-down2 {
  text-align: center; }
  .list-page .list-drop-down2 > a {
    text-align: center;
    /*background-color: #825ae0;*/
    width: 100%;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600; }
    .list-page .list-drop-down2 > a:hover {
      /*background-color: #27c4ff;*/
      color: #7151ac; }
      .list-page .list-drop-down2 > a:hover::after {
        border-left: 2px solid #7151ac;
        border-bottom: 2px solid #7151ac; }
  /*.list-page .list-drop-down2 .open {*/
    /*background-color: #7151ac; }*/
    /*.list-page .list-drop-down2 .open:hover {*/
      /*background-color: #7151ac; }*/
  .list-page .list-drop-down2 .drop-down,
  nav .list-drop-down2 .drop-down {
    /*top: 59px;*/
    top: 53px;
  }
  .list-page nav .list-drop-down2 > a {
    text-transform: none;
  }

.pagination-container {
  min-height: 130px;
  clear: both;
}
.load-more {
  text-align: center; }
  .load-more a {
    text-transform: uppercase;
    color: #000;
    padding: 10px 47px;
    display: inline-block;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    font-size: 1.1em;
    font-weight: bold;
    border: 1px solid #d5d5d5;
    margin: 30px 0;
    min-width: 200px;
    background-color: #f6f3ff;
  }
    .load-more a:hover {
      color: #7151ac;
      border-color: #7151ac;}
    /*.load-more a:active, .load-more a:focus {*/
      /*background-color: #825ae0;*/
      /*color: white; }*/

.wrap-form-search {
  padding: 0 30px; }
  .wrap-form-search #form-search {
    position: relative; }
    .wrap-form-search #form-search input[type=text] {
      width: 100%;
      height: 60px;
      background-color: #f6f3ff;
      /*background-color: #e6e6e6;*/
      border: 1px solid #ddd;
      border-top: none;
      -webkit-border-radius: 5px;
              border-radius: 5px;
      -webkit-border-top-left-radius: 0;
      border-top-left-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-top-right-radius: 0;

      outline: none;
      padding: 22px;
      font-size: 1.3em;
      /*color: #825ae0;*/
      color: #000;
      font-weight: bold;
      padding-right: 60px; }
      .references-list-page .wrap-form-search #form-search input[type=text] {
        -webkit-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        border: 1px solid #ddd;
      }
      /*.wrap-form-search #form-search input[type=text]:focus, .wrap-form-search #form-search input[type=text]:active {*/
        /*background-color: rgba(255, 255, 255, 0.35); }*/
      .wrap-form-search #form-search input[type=text]::-webkit-input-placeholder {
        color: #A6A6A6; }
      .wrap-form-search #form-search input[type=text]::-moz-placeholder {
        color: #A6A6A6; }
      .wrap-form-search #form-search input[type=text]:-ms-input-placeholder {
        color: #A6A6A6; }
      .wrap-form-search #form-search input[type=text]:-moz-placeholder {
        color: #A6A6A6; }
    .wrap-form-search #form-search input[type=submit] {
      border: 0;
      position: absolute;
      /*top: 0;*/
      bottom: 0;
      right: 40px;
      height: 60px;
      width: 60px;
      background: url(../img/icon-search.png);
      background-repeat: no-repeat;
      background-position: center; }
      .wrap-form-search #form-search input[type=submit]:hover {
        opacity: 0.7; }
      .wrap-form-search #form-search input[type=submit]:focus, .wrap-form-search #form-search input[type=submit]:active {
        outline: none; }

.wrap-form-search #form-search a.btn-icon-help {
  position: absolute;
  /*top: 0px;*/
  bottom: 0px;
  right: 0px;
  height: 60px;
  width: 60px;
  background: url(../img/icon-help.png);
  background-repeat: no-repeat;
  background-position: center;
}
.wrap-icon-add-fild {
  text-align: center; }
  .wrap-icon-add-fild a {
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    position: relative;
    color: white;
    margin-bottom: 20px;
    text-decoration: none;
    outline: none; }
    .wrap-icon-add-fild a::before {
      content: '';
      display: inline-block;
      height: 30px;
      width: 30px;
      background: url(../img/icon-add-fild.png);
      background-position: top;
      position: relative;
      top: 10px;
      left: -7px; }
    .wrap-icon-add-fild a:hover::before {
      background-position: 0 -33px; }
    .wrap-icon-add-fild a:active, .wrap-icon-add-fild a:focus {
      color: #7151ac; }
      .wrap-icon-add-fild a:active::before, .wrap-icon-add-fild a:focus::before {
        background-position: 0 -67px; }

.link-disable {
  color: #1a94c2 !important; }
  .link-disable::before {
    background-position: 0 -102px !important; }
  .link-disable:hover::before {
    background-position: 0 -102px !important; }

section {
  /*overflow-x: hidden;*/
}
section.container {
  overflow-x: hidden;
}

.date-3 .year {
  padding-top: 5px; }

.title-mobile {
  display: none; }

.date-3 .year {
  padding-top: 25px; }

.wrap-drop-down ul.drop-down li:first-child a:hover {
  -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
          border-top-right-radius: 5px; }

.wrap-drop-down ul.drop-down li:last-child a:hover {
  -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
          border-bottom-right-radius: 5px; }

.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1030; }

/*.list-page .item:hover {*/
  /*background-color: #f2fafd; }*/
  /*.list-page .item:hover .col-1::before {*/
    /*background-color: #f2fafd; }*/
  /*.list-page .item:hover .col-6::before {*/
    /*background-color: #f2fafd; }*/

.list-page .title a span {
  position: relative; }

.list-page .title a {
  display: inline-block;
  /*padding: 17px 0;*/
  width: 100%; }

.list-page .title .column > * {
  padding: 17px 0;

}
.list-page .title .column .container-text i {
  font-size: 12px;
  font-weight: normal;
  position: relative;
  top: -5px;
}
.list-page .title .column .container-form,
.list-page .title.filters-opened .column .container-form + .container-text
{
  display: none;
}
.list-page .title.filters-opened .column .container-form  {
  display: block;
}

.list-page .item .checkbox-style input[type="checkbox"] + label span {
  display: none;
}
.list-page .item.selected .col-1::before {
  border-right: solid #000 5px;
}
.list-page .title .column .container-form {
  padding-top: 7px;
  padding-bottom: 7px;
}



/*.list-page .item*/
/*{*/
  /*border-left: solid 5px transparent;*/
/*}*/
/*.list-page .item.selected*/
/*{*/
  /*border-left: solid #825ae0 5px;*/
/*}*/
.list-page .item.selected
/*.list-page .item.selected .col-1::before,*/
/*.list-page .item.selected .col-6::before*/
{
  background-color: #f6f3ff;
}
.list-page .title .btn-select-all {
  margin-top: 13px;
}

.list-page .title .active a span::after,
.list-page .title > div.sortable a:hover span::after,
.list-page .title > div.sortable a.sorted  span::after
{
  display: inline-block; }

.list-page .title > div.sortable a span::after {
  content: '';
  display: none;
  width: 8px;
  height: 8px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  right: -19px;
  top: 5px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.list-page .title > div.sortable a.top span::after,
.list-page .title > div.sortable a.sorted.asc  span::after
{
  top: 9px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.list-page .title a {
  padding-right: 0px; }

.btn {
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
}
.btn.btn-primary {
  background-color: #825ae0;
}


.table-cell-center-vertically {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.title .icons-block {
  display: inline;
}
.title .icons-block img {
  width:40px;
}
.title .icons-block a,
.title .icons-block a:hover,
.title .icons-block a.open,
.title .icons-block a.open:hover {
  background-color: #fff;
}
.title .icons-block .wrap-drop-down:not(.has-after) a::after {
  content: none;
}
.title .icons-block a img {
  background-color: #f6f3ff;
}

.title .icons-block .button-view-settings+.drop-down {
  width: 200px;
  left: -75px;
}

.title .icons-block .btn-filters-submit,
.title.filters-opened .icons-block .btn-filters-open {
  display: none;
}
.title.filters-opened .icons-block .btn-filters-submit {
  display: inline;
}
.modal-dialog .settings-load-views-container .entries-table .entry {
  font-size: 150%;
  margin-bottom: 10px;
}

.list-page .icons-block .wrap-drop-down {
  display: inline;
}
.list-page .icons-block a {
  width: auto;
  padding-right: 0px !important;
}
/*.list-page .title .after-icons-block-button a {*/
  /*width: auto;*/
/*}*/
.list-page .list-drop-down2.after-icons-block-button {
  width: auto;
}
.list-page .list-drop-down2.after-icons-block-button > a {
  width: auto;
  text-transform: uppercase;
  color: #FFF;
  padding: 8px 23px 7px 10px;
  margin-left: 5px;
  margin-top: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 1.2em;
  font-weight: normal;
  border: #000;
  background-color: #000;
  vertical-align: middle;
}
.list-page .list-drop-down2.after-icons-block-button .drop-down {
  top: 50px;
  width: 150px;
  left: -30px;
}
.wrap-drop-down.after-icons-block-button > a::after {
  right: 8px;
  top: 13px;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
.wrap-drop-down.after-icons-block-button > a:hover::after {
  border-color: #FFF;
}

.search-in-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 30px;
}
.search-in-container .radio-style {
  display: inline-block;
  flex-grow: 1;
  flex-basis: 0;
  height: 100%
}

.search-in-container .radio-style input[type=radio] {
  position: absolute;
  left: -99999em;
  top: -99999em;
  opacity: 1;
  z-index: 1;
}
.search-in-container .radio-style input[type=radio]+label {
  /*float: left;*/
  border: 1px solid #ddd;
  /*margin-right: -1px;*/
  padding: .3em 1em;
  /*position: relative;*/
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-bottom: none;
  font-size: 1.1em;
  font-weight: bold;
}
.search-in-container .radio-style:not(:last-child) input[type=radio]+label {
  border-right:none
}
.search-in-container .radio-style:first-child input[type=radio]+label {
  border-top-left-radius: 10px;
}
.search-in-container .radio-style:last-child input[type=radio]+label {
  border-top-right-radius: 10px;
}

.search-in-container .radio-style input[type=radio]+label:hover {
  background-color: #f6f3ff;
}

.search-in-container .radio-style input[type=radio]:checked+label {
  background-color: #f6f3ff;
  z-index: 1;
}

.edit-user-alert {
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
  color: red;
  cursor: pointer;
}

.principal-location-other-label {
  padding-top: 21px;
}


/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /**/
  section.container > .row {
    padding: 0 50px; }
  .list-page .list-drop-down2 > a {
    font-size: .9em;
    padding-top: 13px;
    padding-bottom: 13px; }
  .list-page header .list-drop-down2 > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .list-page .title a {
    padding-right: 23px; }
  .list-page .title > div a span::after {
    top: 31%;
  }
  .candidates-table .checkbox-style input[type="checkbox"] + label span {
    left: -5px;
  }
  .list-page .list-drop-down2.after-icons-block-button {
    width: 10px;
  }

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /**/
  .col-7.wrap-drop-down > a {
    padding: 13px 26px 13px 6px !important;
    font-size: 0.8em !important;
  }

  section.container > .row {
    padding: 0 30px;
  }

  section.container > .row > div {
    padding: 0 35px;
  }

  .gender {
    width: 100%;
  }

  section .wrap-form .form .date-2 .month {
    width: 50% !important;
  }

  section .wrap-form .form .date-2 .year {
    width: 50% !important;
  }

  section .wrap-form .form .date .year,
  section .wrap-form .form .date .month {
    padding: 0 15px;
  }

  .date-4 .month-2 {
    width: 100%;
    padding: 0 15px !important;
  }

  .checkbox-style input[type="checkbox"] + label {
    position: relative;
    margin-left: 26px;
    margin-top: 0;
  }

  .checkbox-style {
    margin-top: 10px;
    position: relative;
  }

  .language .item .checkbox-style label span {
    left: 15px !important;
  }

  .checkbox-2 input[type="checkbox"] + label {
    position: relative;
    margin-left: 1px;
    margin-top: 7px;
  }

  .language > form > .row {
    margin-left: -35px;
    margin-right: -35px;
  }

  .section-position-top {
    margin-bottom: -295px;
  }

  .list-page .list-drop-down2 > a::after {
    top: 22px;
  }

  .list-page .list-drop-down2.after-icons-block-button > a::after {
    top: 13px;
  }

  .list-page header .list-drop-down2 > a::after {
    top: 15px;
  }

  .list-page .list-drop-down2 .drop-down {
    top: 70px;
  }

  .list-page .title > div a span::after {
    right: -14px;
  }

  .candidates-table .title .checkbox-style input[type="checkbox"] + label span {
    left: -15px;
    top: 0px;
  }

  .candidates-table .checkbox-style input[type="checkbox"] + label span {
    left: -18px;
    top: 0px;
  }
  .list-page .list-drop-down2.after-icons-block-button {
    margin-top: -5px;
    margin-bottom: 5px;
    width: auto;
  }
  .list-page .item .alert-icon {
    margin-left: -20px;
  }
  .list-page.experiences .item .alert-icon {
    margin-left: 23px;
  }
  .principal-location-other-label {
    padding-top: 0;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  /*Disable Animation on Mobile Devices*/
  .animated {
    /*CSS transitions*/
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    animation: none !important; }
  header .left {
    text-align: center; }
  header .right {
    text-align: center; }
  .wrap-drop-down > a::after {
    top: 21px; }
  header {
    min-height: 450px; }
  .section-position-top {
    top: -269px; }
  .login .section-position-top {
    top: -360px; }
  section .title h1 {
    margin-bottom: 30px; }
  .form-group {
    padding: 0 15px !important; }
  .gender {
    padding: 0 !important; }
  section .wrap-form .form .date-2 .month {
    width: 100% !important; }
  section .wrap-form .form .date-2 .year {
    width: 100% !important; }
  .experience-nav ul li {
    width: 50%; }
  .language > form > .row {
    padding: 20px 30px 0 !important; }
  .language .item > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .language .item > div > input,
  .language .item > div > span,
  .language .item > div > ul,
  .language .item > div > label {
    width: 50%;
    display: inline-block; }
  .language .item > div {
    text-align: center; }
  .language .item > div > input[type=checkbox] {
    width: 0px; }
  .language .item > div > input {
    text-align: center; }
  .language .item > div > span {
    text-align: left; }
  .language .item > div > .title-mobile {
    display: inline-block;
    width: 50%;
    text-align: left;
      text-transform: uppercase;
    text-decoration: none;
    color: #909ea3;
    font-size: 1.1em; }
  .language .item .checkbox-style label span {
    left: 44% !important; }
  .language .title2 {
    display: none; }
  header .wrap-drop-down > a::after {
    top: 15px; }
  section .navigation ul li h2 {
    font-size: .87em; }
  section.container > .row > .navigation {
    padding: 0px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 610px) {
  .list-page .list-drop-down.generate-template .drop-down {
    width: 100%;
    left: 0;
  }
  /**/
  header .left {
    padding-bottom: 0; }
  header .right {
    text-align: center; }
    header .right nav {
      width: 100%;
      padding: 0; }
      header .right nav ul {
        padding-left: 0;
        width: 100%;
        margin-bottom: 9px; }
        header .right nav ul li {
          width: 100%;
          margin-left: 0; }
          header .right nav ul li a {
            width: 100%; }
  .wrap-form-search {
    padding: 12px 15px 5px; }
  /*.list-page .section-list .item {*/
  .list-page .item {
    display: block !important;
    text-align: center; }
  .list-page .title .col-2,
  .list-page .item .col-1,
  .list-page .item .col-2,
  .list-page .item .col-3,
  .list-page .item .col-4,
  .list-page .item .col-5,
  .list-page .item .col-6,
  .list-page .item .col-7,
  .list-page .item .col-8,
  .list-page .item .col-9,
  .list-page .item .col-10,
  .list-page .item .col-11,
  .list-page .item .col-12,
  .list-page .item .col-13,
  .list-page .item .col-14 {
    width: 100% !important;
    text-align: center; }
  .list-page .title {
    display: none !important; }
  .list-page .title .col-2::before, .list-page .title .col-2::after, .list-page .item .col-1::before, .list-page .item .col-1::after {
    display: none; }
  .list-page .item .col-7::after {
    display: none; }
  .wrap-drop-down > a::after {
    top: 15px; }
  header {
    min-height: 500px; }
  .section-position-top {
    top: -269px; }
  .login .section-position-top {
    top: -420px; }
  .page .section-position-top {
    top: -280px; }
  section .navigation ul li h2 {
    font-size: .7em; }
  section .wrap-form .link-next input {
    padding: 15px 0;
    width: 100%; }
  .list-page .item span {
    padding: 5px 0  !important; }
  .list-page .title .col-6,
  .list-page .item .col-6 {
    padding-top: 5px !important;
    padding-bottom: 8px !important; }
  .list-page .item .col-7 {
    padding: 10px 0; }
  .list-page .title .active a span::after,
  .list-page .title > div a:hover span::after {
    display: none; }
  .list-page .item .col-6::before {
    display: none; }
  /*.list-page .section-list .item {*/
    /*margin-top: 10px; }*/
  .list-page .item {
    margin-top: 10px; }
  .list-page .list-drop-down2 > a::after {
    top: 15px; }
  .list-page .list-drop-down2 .drop-down {
    top: 45px; }
  .candidates-table .checkbox-style {
    display: none;
  }
  .list-page .item .alert-icon {
    margin-top: 7px;
  }
  .list-page.experiences .item .alert-icon {
    margin-left: -20px;
  }

}

@media only screen and (max-width: 480px) {
  /**/
  section .navigation ul h2 {
    display: none; }
  section .wrap-form .link-next input {
    font-size: .7em; }
  section.container > .row {
    padding: 0 5px; }
  .experience-nav ul li {
    width: 100%; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 351px) {
  /**/
  section .wrap-form .title > span {
    font-size: 1.2em; }
  .form-group input, .select2-container--default .select2-selection--single .select2-selection__rendered, .form-group textarea {
    font-size: .85em; } }


@media (min-width: 1400px) {
  .container {
    width: 1400px;
  }
}