.banner-logo>img {
    width: 200px;
    margin-top: 20px;
    margin-left: -50px;
}

.back-img {
    background-image: url('img/cabezona.png');
}

.footer-logo-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    height: auto;
    position: relative;
}

.mainNav>li {
    padding: 0;
    margin: 0 0;
}

input[type=submit] {
    border: 0;
}

.h-2 {
    height: 2em;
}

.mt-1 {
    margin-top: 1em !important;
}

#sm_menu_ham span {
    color: black !important;
    background: black !important;
}

.sm_menu_outer .mobile_menu li {
    list-style-type: none;
    border-bottom: 0.5px solid rgba(255, 255, 255, 1) !important;
    border-image: none !important;
    color: #ffffff;
}

.mt-2 {
    margin-top: 2em !important;
}

.mt-4 {
    margin-top: 4em !important;
}

.mt-10 {
    margin-top: 10em !important;
}

.mt-15 {
    margin-top: 15em !important;
}

.mb-2 {
    margin-bottom: 2em !important;
}

.mb-4 {
    margin-bottom: 4em !important;
}

.mb-8 {
    margin-bottom: 8em !important;
}

.mb-15 {
    margin-bottom: 15em !important;
}

.mb-18 {
    margin-bottom: 18em !important;
}

.pt-4 {
    padding-top: 4px !important;
}

.pt-2 {
    padding-top: 2px !important;
}

.pl-4 {
    padding-left: 4em;
}

.btn-default {
    background-color: #ff0000;
    border-radius: 0px;
}

.btn {
    border-radius: 0px;
    padding: 10px 30px;
}

.first-block {
    clip-path: polygon(100% 0, 100% 10%, 32% 10%, 30% 100%, 0 100%, 0 0);
}


/* Footer CSS */

.footer-block {
    clip-path: polygon(0 80%, 79% 80%, 80% 0%, 100% 0, 100% 100%, 0% 100%);
    margin-bottom: -1px;
}

footer .fa {
    font-size: 1.2rem;
    margin: 5px 3px;
    width: 40px;
    height: 40px;
    text-align: center;
    border: solid 1px white;
    border-radius: 40px;
    padding: 10px;
    color: white;
}

.footer-image {
    margin-bottom: -2em;
    max-width: 100%;
}


/* Buttons */

.btn-xs {
    padding: 3px 10px;
}


/* Fonts */

@font-face {
    font-family: PraxisBold;
    letter-spacing: 0;
    src: url(fonts/Praxis-Bold.ttf);
}

@font-face {
    font-family: LatoBold;
    letter-spacing: 0;
    src: url(fonts/Lato-Bold.ttf);
}


/* Form Elements */

.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #d3c7b9;
    background-image: none;
    border: 1px solid #d3c7b9;
    border-radius: 0px;
}

.form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::placeholder {
    font-family: FontAwesome, bridgestone;
    text-transform: none;
}

.form-widget::placeholder {
    font-family: bridgestone;
    color: #000000;
    text-transform: none;
}

input::placeholder {
    font-family: FontAwesome, linea, bridgestone;
    color: #000000;
    text-decoration: inherit;
}

input[type=checkbox] {
    border: 2px solid;
}


/* SELECT2 */

.select2-container--default .select2-selection--single {
    border-radius: 0px !important;
    background-color: #d3c7b9 !important;
}

.select2-selection__rendered {
    line-height: 44px !important;
}

.select2-container .select2-selection--single {
    height: 44px !important;
}

.select2-selection__arrow {
    height: 44px !important;
}


/* SUBMENU */

.tabs>li.active {
    border: 0;
    background: #ff0000;
    color: #ffffff;
    letter-spacing: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-left: 3px solid #a868e3;
}

.tabs>li {
    border: 0;
    background: #f9f9f9;
    color: #181818;
    letter-spacing: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-left: 3px solid #a868e3;
}

.myAddress .row .table {
    letter-spacing: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #808080;
}

.tabs>li>a.btn.btn-default {
    padding: 10px;
    text-align: center;
}

.info>i {
    color: #000000;
    size: 2em;
}

.info>div>strong {
    font-size: 20px;
    color: #000000;
}

div>strong {
    font-size: 16px;
    color: #000000;
}

div>i {
    color: #000000;
}

hr {
    border-width: 2px;
    border-color: #a9a9a9;
}

* {
    font-family: 'bridgestone', FontAwesome;
    color: #a9a9a9;
    letter-spacing: normal;
}

.note-toolbar .btn-default {
    background: black !important;
}

.font-black {
    color: black;
}

.font-white {
    color: white;
}

.bridgestone-divisor {
    width: 20px;
    background: black;
    height: 6px;
    border-radius: 15px;
}

.underline {
    text-decoration: underline;
}

.statusBuble {
    padding: 8px 12px;
    border-radius: 8px;
    background: black;
    min-width: 90px;
}

.status_error {
    background: red;
    color: white;
}

.status_success {
    background: #8fba61;
    color: white;
}

.status_warning {
    background: #ffb644;
    color: white;
}

.borderless,
.borderless td,
.borderless th {
    border: none !important;
    border: none !important;
}

.select2-container--default .select2-selection--multiple {
    background: #d3c7b9 !important;
}

.card {
    border: 0px solid rgba(0, 0, 0, .125);
}

.card-header {
    background-color: transparent;
    border-bottom: 0px solid rgba(0, 0, 0, .125);
}

.alert {
    border-radius: 0 0 0.358rem 0.358rem;
    position: fixed;
}

.alert-success {
    background: rgb(137, 253, 189) !important;
    color: #0ba751 !important;
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 50px;
    height: auto;
    right: 0;
    z-index: 10000;
    text-align: center;
    padding: 15px 0 0 0;
    /*//-webkit-animation: action 1s infinite alternate;
    //animation: action 1s infinite alternate;*/
}

.alert-warning {
    background: hsl(44, 97%, 74%) !important;
    color: #826107 !important;
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 50px;
    height: auto;
    right: 0;
    z-index: 10000;
    text-align: center;
    padding: 15px 0 0 0;
    /*//-webkit-animation: action 1s infinite alternate;
    //animation: action 1s infinite alternate;*/
}

.alert-danger {
    background: rgb(248, 100, 100) !important;
    color: #820707 !important;
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 50px;
    height: auto;
    right: 0;
    z-index: 10000;
    text-align: center;
    padding: 15px 0 0 0;
    /*//-webkit-animation: action 1s infinite alternate;
    //animation: action 1s infinite alternate;*/
}

.alert-dismissible {
    padding-right: 3rem;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.8875rem 1rem;
}

.btn-close {
    box-sizing: content-box;
    width: 0.75rem;
    height: 0.75rem;
    padding: 0.25em 0.25em;
    color: currentColor;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
    border: 0;
    border-radius: 0.357rem;
    opacity: 0.4;
}

.btn-close:hover {
    color: currentColor;
    text-decoration: none;
    opacity: 0.65;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}

.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.25;
}

.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted #ff0000;*/
    opacity: 1;
    color: #ff0000;
    cursor: pointer;
    z-index: 1
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

input.form-input-sm {
    height: 30px;
    font-size: 10px;
}

select.form-input-sm {
    height: 30px;
    font-size: 10px;
}

.small-text {
    font-size: 10px;
}

.xvAccountInfo .tab-panel,
.xvAccountInfo .tabs {
    width: 100%
}

label {
    font-family: 'bridgestone', FontAwesome !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    /*display: inline-block !important;*/
    max-width: 100% !important;
    margin-bottom: 5px !important;
    /*font-weight: bold !important;*/
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #FF0000 !important;
    border-color: #FF0000 !important;
}

.dropdown-item {
    font-weight: 200;
    font-size: 12px;
}

.hide {
    display: none;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

#validation_form .active,
.collapsible:hover {
    background-color: #555;
}

#validation_form .collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

#validation_form .active:after {
    content: "\2212";
}

#validation_form .contentValidate {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}

.green {
    color: greenyellow
}

.red {
    color: red;
}

.MultiFile-list {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.MultiFile-label {
    background-color: #DADADA;
    border: 0px solid #EEEEEE;
    font-size: 16px;
    padding: 10px;
    width: auto
}

.MultiFile-list a {
    color: red;
    text-decoration: none;
}

.MultiFile-list span {}

.dropdown img {
    max-width: inherit;
    height: auto !important;
}

@media only screen and (max-width: 800px) {
    .dropdown img {
        max-width: 25px !important;
        height: auto !important;
    }
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

.sm_menu_outer .mobile_menu .submenu {
    min-height: 540px;
}