﻿pageContent {
    font-size: 12px !important;
    background-color: #F7F7F7;
    font-family: Open Sans !important;
    width: 100%;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}


    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 16px;
        color: #FFFF00;
        font-weight: 600;
    }

        .tab button.active {
            background-color: #00f;
        }

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/*table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    text-align: center;
}

.table tr:nth-child(odd) {
    background: #F5F5F5;
    color: black;
}

.table tr:nth-child(even) {
    background: white;
    color: black;
}*/

#lstMemberCompany tr:nth-child(odd) {
    background: #e9ecef;
    color: black;
}

#lstMemberCompany tr:nth-child(even) {
    background: #e9ecef;
    color: black;
}

#lstClassifysCompany tr:nth-child(odd) {
    background: #e9ecef;
    color: black;
}

#lstClassifysCompany tr:nth-child(even) {
    background: #e9ecef;
    color: black;
}

input {
    width: 350px;
    height: 40px;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    background-color: white;
    padding: 4px;
    color: #6d6d6d;
}

label {
    display: inline-block;
    padding-top: 2px;
    margin-bottom: 0px;
    font-weight: bold;
}

/***************** IMAGES AND ICONS *******************/
.addBtnPayment {
    background: url(../Images/add.png) no-repeat scroll 4px 4px;
    border-radius: 25px;
    height: 25px;
    width: 26px;
}

.addIconIMG {
    background: url(../Images/add.png) no-repeat scroll 16px 9px;
}

.minusIconIMG {
    background: url(../Images/minus.png) no-repeat scroll 16px 9px;
}
/******************************************************/

.underlineText {
    text-decoration: underline;
    cursor: pointer;
}

.addBtnRowPayment {
    background: url(/Images/add.png) no-repeat scroll -2px -2px;
    color: #fff;
    border: solid 1px #a4d166;
    border-radius: 20px;
    height: 30px;
    width: 30px;
}

.configTabs {
    background-color: #FF0000;
}

.dataTables_filter {
    margin-bottom: 5px;
    margin-right: 7px;
}

.MemberIconIMG {
    background: url(../Images/Member.png) no-repeat scroll 16px 9px;
}

.CompanyIconIMG {
    background: url(../Images/Community.png) no-repeat scroll 16px 9px;
}
