﻿.pageContent {
    margin-top: 2%;
}

.btnSubmitSimple {
    padding: 0 0 0 0;
    border: solid 2px #6236ff;
    font-family: Roboto, serif;
    font-size: 17px;
    font-weight: 900;
    color: #6236ff;
    border-radius: 0;
}

.btnSubmit {
    width: 110%;
    height: 44px;
    border: solid 2px #6236ff;
    font-family: Roboto, serif;
    font-size: 17px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6236ff;
    border-radius: 0;
    z-index: 50;
    float: right;
}

#cancelAction.btnSubmit {
    border: 2px solid red;
    color: red;
    /*  padding: 0 0 0 16px;
    cursor: pointer;
    margin: 0% 10% 0% 8%;*/
}

#TourLog.btnSubmit {
    width: 127px;
    height: 44px;
    border: solid 2px #e4dbff;
    background-color: #e4dbff;
    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6236ff;
    cursor: pointer;
    border-radius: 0;
    z-index: 100;
    text-align: center;
}

#lstOnboarding_wrapper .dt-buttons button {
    width: 100px;
    height: 35px;
    border: solid 2px #008000;
    background-image: none;
    background-color: transparent;
    display: none;
}

#lstOnboarding_wrapper .dt-buttons span {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #008000;
}

#lstLeads_wrapper .dt-buttons button {
    width: 100px;
    height: 35px;
    border: solid 2px #008000;
    background-image: none;
    background-color: transparent;
    display: none;
}

#lstLeads_wrapper .dt-buttons span {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #008000;
}

#lstOnboarding_wrapper .dt-buttons button {
    width: 100px;
    height: 35px;
    border: solid 2px #008000;
    background-image: none;
    background-color: transparent;
    display: none;
}

#lstOnboarding_wrapper .dt-buttons span {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #008000;
}

.btnLeadsStates {
    height: 37px;
    border: solid 2px #6236ff;
    font-family: Roboto;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #6236ff;
    margin: 24px 0 -10px 0px;
    background-color: white;
    width: 67%;
    border-radius: 0;
}

.iconArrow {
    float: right;
    margin: -17px 0 0 0px;
    width: 3%;
}

.spanLead {
    font-family: Roboto;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    width: 100%;
    margin: 0px 0 0 0;
    padding: 5px 0 0 0;
    color: #6d7278;
    cursor: pointer;
}

.spanLead2 {
    width: 34px;
    height: 30px;
    margin: 5px 0 0 14px;
    padding: 7px 0 0 0px;
    text-align: center;
    background-color: #f8f8f8;
    font-family: Roboto;
    font-size: 12.3px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6d7278;
    cursor: pointer;
}



.marginUp {
    margin: 15px 0 0 0;
    padding: 0 0 0 0;
}


#lstInvoicesPending {
    width: 100% !important;
    font-family: Roboto;
    color: #6d7278;
}

#lstInvoicesPending thead {
    background-color: #6236ff;
    color: white;
    height: 40px;
    font-family: Roboto;
    font-size: 17px;
    text-align: left;
}

#lstInvoicesPending thead tr {
    height: 44px;
}

#lstInvoicesPending thead tr th {
    padding-left: 10px;
}

#lstInvoicesPending.dataTable.no-footer {
    border-bottom: 0px solid #111;
}

#lstInvoicesPending tbody {
    font-family: Roboto;
    font-size: 14px;
    text-align: left;
}

#lstInvoicesPending tbody tr:nth-child(odd) {
    background: white;
    height: 51px;
    cursor: pointer;
}

#lstInvoicesPending tbody tr:nth-child(even) {
    background: #f8f8f8;
    height: 51px;
    cursor: pointer;
}

#lstInvoicesPending tbody tr td {
    padding-left: 10px;
}


#lstLeads {
    width: 100% !important;
    font-family: Roboto;
    color: #6d7278;
}

    #lstLeads thead {
        background-color: #6236ff;
        color: white;
        height: 40px;
        font-family: Roboto;
        font-size: 17px;
        text-align: left;
    }

        #lstLeads thead tr {
            height: 44px;
        }

            #lstLeads thead tr th {
                padding-left: 10px;
            }

    #lstLeads.dataTable.no-footer {
        border-bottom: 0px solid #111;
    }

    #lstLeads tbody {
        font-family: Roboto;
        font-size: 14px;
        text-align: left;
    }

        #lstLeads tbody tr:nth-child(odd) {
            background: white;
            height: 51px;
            cursor: pointer;
        }

        #lstLeads tbody tr:nth-child(even) {
            background: #f8f8f8;
            height: 51px;
            cursor: pointer;
        }

        #lstLeads tbody tr td {
            padding-left: 10px;
        }

#lstOnboarding {
    width: 100% !important;
    font-family: Roboto;
    color: #6d7278;
}

    #lstOnboarding thead {
        background-color: #6236ff;
        color: white;
        height: 40px;
        font-family: Roboto;
        font-size: 17px;
        text-align: left;
    }

        #lstOnboarding thead tr {
            height: 44px;
        }

            #lstOnboarding thead tr th {
                padding-left: 10px;
            }

    #lstOnboarding.dataTable.no-footer {
        border-bottom: 0px solid #111;
    }

    #lstOnboarding tbody {
        font-family: Roboto;
        font-size: 14px;
        text-align: left;
    }

        #lstOnboarding tbody tr:nth-child(odd) {
            background: white;
            height: 51px;
            cursor: pointer;
        }

        #lstOnboarding tbody tr:nth-child(even) {
            background: #f8f8f8;
            height: 51px;
            cursor: pointer;
        }

        #lstOnboarding tbody tr td {
            padding-left: 10px;
        }


#states .spanLeadMain {
    margin: 0px 0 5px 0px;
}

#lstOnboarding_wrapper {
    width: 100%;
}