/*
Colores:
Blue: #1a324e;
Primary red: #ab312b;
Secondary red: #dc3545;
*/

.blue {
  color: #1a324e !important;
}
.red {
  color: #ab312b !important;
}
.white {
  color: #ffffff !important;
}
.bg-blue {
  background-color: #1a324e !important;
}
.bg-red {
  background-color: #ab312b !important;
}

a:hover {
    color: #dc3545;
}

.font12 {
  font-size: 12px !important;
}

/* buttons */

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-secondary {
    border-color: #1a324e;
    background-color: #1a324e;
    color: #ffffff;
}

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #233d5c;
    border-color: #233d5c;
    color: #ffffff;
}

.search-result .info-vacant {
  width: 75%;
}

.side-vacant {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    text-align: right;
}

/* Definitive classes =============================================================================================== */

.list-none {
  list-style-type: none !important;
  margin-bottom: 0;
  padding-left: 0;
}

.round-profile-pic {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  object-fit: cover;
}

.profile-pic {
  height: 40px;
  width: 40px;
  object-fit: contain;
}
.round-profile-pic.pic-sm {
  height: 30px;
  width: 30px;
}

.round-profile-pic.pic-lg {
  height: 80px;
  width: 80px;
}

.round-profile-pic.pic-contain {
  object-fit: contain;
}

.profile-pic.pic-lg {
  max-height: 80px;
  width: 80px;
  object-position: top;
}

.hover-card:hover {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(186,186,186,1);
  -moz-box-shadow: 2px 2px 5px 0px rgba(186,186,186,1);
  box-shadow: 2px 2px 5px 0px rgba(186,186,186,1);
}

.object-cover {
  object-fit: cover !important;
}

.vertical-middle {
  vertical-align: middle;
}

.line-height1 {
    line-height: 1 !important;
}

/* Header */

.skin-default .topbar {
    background: #1a324e;
}

.topbar .top-navbar .navbar-header {
    background: #ab312b;
    line-height: 73px;
}

/* CAROUSEL */

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators li {
  background-color: #9c9ea0;
}

.slide-box {
  display: flex;
  justify-content: center;
}

.slide-box article {
  padding: 0 15px
}

.sidebar-nav>ul>li>a i {
    height: 20px;
}

.sidebar-nav>ul>li>a {
    display: flex;
    align-items: center;
}

.sidebar-nav>ul>li>a span {
    line-height: 1.1;
}

i.inactive::after {
    display: block;
    content: "";
    background: #6c757d;
    width: 100%;
    height: 1px;
    transform: rotate(-45deg);
    margin-top: -10px;
    margin-left: -5px;
}

.description {
    max-width: 300px;
    min-width: 300px;
    max-height: 100px;
    overflow: auto;
    margin-right: 0 !important;
    font-size: .8rem;
}

.accordion .btn-link:hover, .accordion .btn-link:focus {
    text-decoration: none;
}

.edit-front label {
  font-weight: 600;
  margin-bottom: 0;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .slide-box article {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .slide-box article {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px)
{
  .slide-box article {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}

/* Styles =========================================================================================================== */
.table-striped tbody tr:nth-of-type(odd) {
  background: #f2f8fe;
}

.card-footer, .card-header {
  background-color: #fae3e2;
}

.search-listing tr a {
    color: #ffffff;
}

.search-listing tr h6 {
    color: #666666;
}

.btn {
    line-height: 1.1;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ab312b;
    border-color: #ab312b;
}

.btn-primary.focus, .btn-primary:focus {
    color: #ffffff;
}

.note-editor.note-frame {
    border: 1px solid #e9ecef !important;
}

.topbar {
    z-index: 1000;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

.modal-content {
    border: 0;
    border-radius: 0 0 .3rem .3rem;
    border-top: 5px solid #1a324e;
}

/* Stepper */

.wizard-content .wizard>.steps>ul>li.done .step {
    background-color: #1a324e !important;
    border-color: #1a324e !important;
}

.wizard-content .wizard>.steps>ul>li.current .step {
    border-color: #1a324e !important;
    color: #1a324e !important;
}

.wizard-content .wizard>.actions>ul>li>a {
    background: #1a324e !important;
}
.wizard-content .wizard>.actions>ul>li>a[href="#previous"] {
    background-color: #fff !important;
    color: #54667a !important;
    border: 1px solid #d9d9d9 !important;
}

/* Added ========================================================================================================== */

.dataTables_paginate.paging_simple_numbers {
  float: right;
}

.dataTables_paginate.paging_simple_numbers .page-item.active .page-link {
    background-color: #999;
    border-color: #999;
}

/* New ============================================================================================================= */

.text-app h5 {
    font-weight: 600;
    text-align: right;
    font-size: 14px;
}

.search-listing .search-result {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 25px;
    box-shadow: 1px 3px 10px rgba(0,0,0,0.2);
}

.search-listing td {
  width: 100%;
}

.no-lenght .dataTables_length {
    margin-top: 10px;
    display: none;
}

.no-lenght .dataTables_filter {
    float: none;
}

.no-lenght .dataTables_filter label {
  display: flex;
  width: 100%;
}

.no-lenght .dataTables_filter input {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    background-image: none;
}

.cards-home p {
    line-height: 1;
    margin-bottom: 0;
  margin-right: 10px;
}

.seemore:hover i {
    margin-left: .5rem;
}

.btn-circle.btn-xs, .btn-group-xs>.btn-circle.btn {
    width: 25px;
    height: 25px;
    padding: 5px;
    font-size: 10px;
    line-height: 1;
    text-align: center;
}

.table td, .table th {
    line-height: 1.1;
}

.css-bar > i.i-percent {
    font-size: 20px;
    font-style: normal;
}

.button-image {
    margin-top: -35px;
    margin-left: 100px;
}

.mandatory {
    color: #ab312b;
    font-size: .9rem;
    vertical-align: baseline;
}

.label-secondary {
    text-align: center;
    font-weight: 300;
    width: 100%;
    font-size: .8rem;
}

.profile-candidate .vtabs .tab-content {
    display: table-cell;
    padding: 20px;
    vertical-align: top;
    width: 100%;
}

.create-inline label {
    margin-bottom: 0;
    text-align: right;
    font-weight: 500;
}

.create-inline .row {
    align-items: center;
}

.btn-terciary {
    background-color: #666666 !important;
    border-color: #666666 !important;
    color: #ffffff;
}

.btn-light-grey {
    background-color: #999999 !important;
    border-color: #999999 !important;
    color: #ffffff;
}

.vacantsList {
  padding-left: 0;
  list-style-type: none;
}

.vacantsList li {
  margin-bottom: 1rem;
}

.vacantsList a {
  color: #212529;
}

.vacantsList i {
  color: #1a324e;
  font-size: 1.2rem;
}

.vacantsList a:hover, .vacantsList a:hover i {
  color: #ab312b;
}

.vacantsPerCandidates {
  padding-left: 7px;
  list-style-type: none;
}

.vacantsPerCandidates li>i {
  font-size: 10px;
  vertical-align: middle;
  color: #ab312b;
  margin-left: -20px;
}

.vacantsPerCandidates label {
  color: #1a324e;
  font-size: 11px;
  text-transform: uppercase;
  margin-left: -7px;
}

.icons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-end;
}

.icons div {
      font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
    width: 120px;
    margin: 10px 21px;
    color: #999;
}

.icons i {
  font-size: 40px;
  color: #212529;
}

.info-table i {
    width: 20px;
    padding-right: 5px;
}

/* Download form */
.downloadForm {
    padding: 5%;
    background: white;
}

.downloadForm h6 {
    font-size: 20px;
    background: #1a324e;
    padding: 10px;
    color: white;
    margin-bottom: 20px;
}

.rounded-border {
    border-radius: 10px !important;
}

.service-payment {
    position: fixed;
    width: 19%;
    top: 100px;
    background-color: #fff;
    padding: 10px;
}

h3.subtitle {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
    color: #1a324e;
}

.service-payment h5 {
  font-weight: 400;
}

.dt-buttons .dt-button {
    border: 0;
}

.topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
    width: 100%;
}

.logo-login img {
    max-width: 60%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.logo-login {
    text-align: center;
    background-color: #ffffff;
    border-bottom: 1px solid #18304a;
}

.login-register {
    padding: 5% 0 !important;
}

ul.list-contact-detail {
    display: flex;
    list-style-type: none;
    padding: 0;
}

.list-contact-detail li {
  margin-right: 25px;
}

.search-listing li a {
    color: #fff;
}

#recoverpassword {
    display: none;
}

.badge, .dropdown-header, .dropdown-item, .dropdown-toggle, .input-group-text, .navbar-brand, .progress-bar {
    white-space: initial;
}

.text-vacant {
  width: 100%;
}

table.search-listing, table.search-listing tbody, table.search-listing tr, table.search-listing td {
  display: block;
}

.no-lenght.vacants-table .dataTables_filter input {
    padding: 10px;
    height: auto;
}

.services-single-right.service-admin img {
    max-height: 200px;
    width: 100%;
    object-position: center;
    object-fit: contain;
}

.deleteTema:hover {
  cursor: pointer;
  color: #ab312b;
}

.topbar .top-navbar .profile-pic img {
    width: 30px;
    border-radius: 50%;
    height: 30px;
    object-fit: cover;
    display: inline-block;
    margin-right: 3px;
    margin-top: 0;
}

/* Responsive */

@media (max-width: 1023px) {
    .d-flex {
        display: flex!important;
    }
}

@media (max-width: 750px) {
    .service-payment {
    position: relative;
    width: 100%;
    top: 0;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  table.search-listing {
    width: 100%;
    overflow: hidden;
  }
  .search-listing .search-result {
    flex-wrap: wrap;
  }
  .search-result .info-vacant {
    width: 90%;
  }
  .side-vacant {
    margin-top: 20px;
    width: 100%;
  }
  .text-vacant {
    width: 80%;
  }
}

ul li {
    word-break: break-word;
}

ul.pagination li.paginate_button {
    word-break: normal;
}

.vtabs.candidate-tab .tabs-vertical {
    width: 200px;
    display: block;
}

/* RESPONSIVE =============================================================================================== */

@media (max-width: 768px) {
  .card-group.cards-home>.card.hover-card {
    flex: 0 1 50%;
  }
  .text-vacant {
    width: 75%;
  }
  .vtabs.candidate-tab {
    display: table;
  }
}

@media (max-width: 420px) {
  .text-app h5 {
    text-align: left;
  }
  .wizard-content .wizard>.steps>ul {
    display: flex !important;
    flex-wrap: wrap;
  }
  .wizard-content .control-label.text-right {
    text-align: left !important;
  } 
  ul.list-contact-detail {
    flex-wrap: wrap;
  }
  .d-flex.wrap-sm {
    flex-wrap: wrap;
  }
  .form-group .control-label.text-right, .form-group label.text-right {
    text-align: left !important;
  } 
  .vtabs.candidate-tab {
    display: block;
  }
  .vtabs .tabs-vertical li .nav-link {
    margin-bottom: 0;
  }
  .candidate-tab.tab-pane .card-body {
    padding-top: 0;
  }
  .vtabs.candidate-tab .tabs-vertical {
    width: 100%;
  }
}

