/**
 * WWW (Drupal CSS)
 * @author	CLARANET
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

h1 {
    font-size: 30px !important;
    font-weight: 500 !important;
    line-height: 40px !important;
}

h2 {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 25px !important;
}

.w-15 {
    width: 15% !important;
}

.bg-drupal-blue {
    background-color: #00457c;
}

.drupal-back-button {
    background-color: #5575b9;
    border-color: #5575b9;
}

.drupal-link-button {
    background-color: #a50d4b;
    border-color: #a50d4b;
}

.drupal-hr {
    background: #00457c;
    height: 5px;
    border-radius: 5px;
}

.tab-drupal {
    color: white !important;
    text-decoration: none !important;
    border-radius: unset !important;
}

.tab-drupal:hover,
.tab-drupal.active {
    background-color: #5575b9 !important;
}

.nav-link.active::after {
    border-top-color: #5575b9 !important;
}

/*Red Tab*/

.tab-drupal-red {
    color: white !important;
    text-decoration: none !important;
    border-radius: unset !important;
}
.tab-drupal-red:hover,
.tab-drupal-red.active {
    background-color: #d53c6c !important;
}
.bg-drupal-red {
    background-color: #a50d4b;
    zoom: 0.6;
    font-size: large;
}
.bg-drupal-red .nav-link.active::after {
    border-top-color: #d53c6c !important;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.text-drupal,
input,
textarea {
    font-family: "Lato" !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    color: #555555 !important;
}

label,
.drupal-label {
    color: #a50d4b;
}

.drupal-label-blue {
    color: #00457c;
}

label.sk_readonly span.sk {
    display: none;
}

table thead th {
    color: #a50d4b;
}

.accordion.drupal {
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    background-color: #5575b9;
    color: white;
}

.accordion.drupal:hover {
    background-color: #d6e9f9;
    color: black;
}

.accordion.drupal.accordion-icon:after {
    content: "\002B";
    font-weight: bold;
    float: right;
    font-size: 15px;
}

.accordion.drupal.accordion-icon[aria-expanded="true"]::after {
    content: "\2212";
}

.ies-accordion[aria-expanded="true"]{
    background-color: #c3d0e0;
    color: black;
}

.list-group-item:first-child {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

.drupal-link{
    color: #5575b9 !important;
}

.drupal-input-search {
    font-style: normal !important;
}

.drupal-badge {
    background-color: #00457c;
    color: white;
}

span[role=button].drupal-badge:hover {
    background-color: #5575b9;
}

.drupal-select {
    width: 100% !important;
}

.drupal-submit-button {
    background-color: rgb(255,255,255);
    border: 1px solid rgb(154,23,67);
    color: rgb(154,23,67);
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.drupal-submit-button:hover {
    background-color: rgb(154,23,67);
    border: 1px solid rgb(154,23,67);
    color: rgb(255,255,255);
}

.drupal-head {
    background-color: rgb(154,23,67);
    color: rgb(255,255,255);
}

ol{
    list-style-type:none;
}

.carousel-item{
    height: 400px;
}

.carousel-item img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: #00457c;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: #00457c;
}

td.details-control {
    width: 2%;
}

td.details-control-icon {
    font-size: 20px;
    cursor: pointer;
}

.table-hover tbody tr:hover{
    background-color: transparent !important;
}

.table .children{
    background-color: transparent;
    border: none;
    margin-bottom: 0;
}

.table td{
    vertical-align: middle;
}