﻿li {
    color: black;
    background-color: white;
    list-style: none;
}

#LayoutFooter{
    background-color: transparent !important;
}

#layoutFt {
    display: block !important;
}

/*--------------------------------------------*/

.paymentCalculationDiv {
    margin-top: 20px;
    width: 100%;
}

/*--------------------------------------------*/

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    height: 50px;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: #ffffff;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    height: 50px;
    width: 50%;
    font-size: 12px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #2BBBAD;
    color: #FFFFFF;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #2BBBAD;
    color: #FFFFFF;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ffffff;
    border-top: none;
    height: 50px;
}