{% load static%}

.table-striped {
    width: 100% !important;
}

.icon-cont-atrb {
    padding: 1vh 2vw;
    height: 100%;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.msg-text {
    margin-top:26px;
    margin-bottom:10px;
}

/* Header */

.fees-bg {
    width: 100%;
    height: 20vh;
    background-color: blue;
    background-image: url('/static/landing/img/back-tarifas.png');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.fees-bg div {
    text-align:center;
}

.fees-bg img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.fees-bg .heading {
  margin-top: 40px;
}

.text-header-bg {
    margin-top: 10px;
    margin-bottom: 5px;
    color: white;
}

/* End header */

.vertical-sep {
    margin-top:5vh;
}

/* Custom tables CSS */

.white-cell {
    padding: 16px 8px 16px !important;
}

/* End custom tables CSS */

.head-fees {
    background-color: #ddd;
}

.title-fees {
    color: #000 !important;
    font-size: 1em !important;
}

.table th {
    padding: 6px !important;
}

.cell-fees-stripped {
    padding: 16px 8px 16px !important;
    border-top: hidden !important;
    width: 33%;
}

.bold-text {
    font-weight: 600;
    font-size: 18px;
}

.table-content {
    margin-top: 40px;
}

.table-content p {
  margin-top: 20px;
}

/* Navbars style */

ul.nav li a:hover {
    color: #000;
    line-height: normal !important;
    font-weight: bold;
}

ul.nav li a, ul.nav li a:visited, ul.nav li a:focus {
    color: rgb(95, 95, 95);
    text-decoration: none;
    display: flex;
    align-items: left;
    line-height: normal !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 3px solid blue !important;
    font-weight: bold !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #000000 !important;
    border-top: inherit !important;
    border-left: inherit !important;
    border-right: inherit !important;
}

.nav-tabs>li>a:hover {
    border: 1px solid transparent !important;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent !important;
    border-bottom: 3px solid rgb(95, 95, 95) !important;
}

@media only screen and (max-width: 767px) {
  .fees-bg {
    height: 100%;
  }
}
