/* ==== Aff Signup Form ========================================== */
body {
    font-family: "OpenSans-Semibold", sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #5F5F5F;
    background: none;
}
.signupForm {
    overflow-x: auto;
}
.text {
    font-family: "OpenSans-Semibold", sans-serif;
    font-size: 15px;
    color: #798093;;
}
.signupFormTermsSimple {
    font-family: "OpenSans-Semibold", sans-serif;
    font-size: 15px;
    color: #798093;
}
a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #0F9AEE;
    outline: 0;
}

a:hover {
    text-decoration: none;
    color: #798093;
}

/*-- Section -------------------------------------------------*/
.sectionDiv {
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    background: none;
}
.signupFormSectionTitle {
    font-family: "OpenSans-Semibold", sans-serif;
    font-size: 16px;
    clear: both;
    margin-bottom: 10px;
    padding: 12px 13px 13px;
    color: #FFF;
    border: 1px solid #0F9AEE;
    border-bottom: 2px solid #0F9AEE;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 6px;
    background: #5BC0EB;
}

.signupFormTitle {
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 15px;
    line-height: 10px;
    height: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #798093;
}

/* Section table */
.signupSectionTbl {
    margin: 0 0 5px;
    padding: 15px 18px 15px;
    border: 1px solid #DCDCDC;
    border-bottom: 2px solid #C8C8C8;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color: #F9F9F9;
}

.signupSectionTbl table {
    width: 50%;
}

.signupSectionTbl td:nth-child(4) {
    padding-right: 105px;
}
.signupFormInputbox {
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 14px;
    width: 120px;
    margin: 0;
    padding: 10px 8px 10px 7px;
    color: #798093;
    border: 1px solid #D1D1D1;
    border-bottom: 2px solid #D1D1D1;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.signupFormErrorBox {
    font-size: 15px !important;
}
.signupFormErrorInputbox {
    color: #C00;
    border: 1px solid #C00;
    background: #FFFFF0;
}


.signupFormDropdown {
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 14px;
    display: block;
    float: left;
    width: 100px;
    margin: 0;
    padding: 9px 7px 9px 7px;
    color: #939393;
    border: 1px solid #D1D1D1;
    border-bottom: 2px solid #D1D1D1;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.signupFormErrorDropdown {
    color: #C00;
    border: 1px solid #C00;
    background: #FFFFF0;
}

.signupFormButton {
    font-family: "OpenSans-Semibold", sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin: 0 4px 10px 10px;
    padding: 12px 30px;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: unset;
    text-transform: uppercase;
    color: #FFF;
    border: none;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    background-color: #5BC0EB;
    text-shadow: none;
}
.signupFormButton:hover {
    background-color: #0F9AEE;
}
.signupFormutton:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #1274C9;
}
.signupFormButton:focus {
    outline: none;
}
.signupFormButton:active {
/*    position: relative;*/
    top: 2px;
}

.signupAccInfoTbl th {
    text-align: center;
    background: #E6E6E6;
}

.signupAccInfoTblBtnTd {
    text-align: center;
}

/* input box for contact details form */
/*.contactsInputbox1 {
    width: 90%;
}
.contactsInputbox2 {
    width: 47%;
}
.contactsInputbox3 {
    width: 82%;
}
.contactsInputbox4 {
    width: 35%;
}*/

/* select box for contact details form - Country */
/*.contactsDropdown {
    width: 49%;
}*/
.signupSectionTbl tr td:first-child table {
    width: 100%;
    /*background-color: red;*/
}
.signupSectionTbl tr td:first-child table .signupFormInputbox {
    width: 90%;
}
.signupSectionTblContactsTR td:nth-child(2) table {
    width: 50%;
    /*background-color: blue;*/
}
.signupSectionTblContactsTR td:nth-child(2) table .signupFormInputbox {
    width: 90%;
}
.signupSectionTblContactsTR td:nth-child(2) table tr:nth-child(3) table {
    width: 94%;
    /*background-color: green*/
}
.signupSectionTblContactsTR td:nth-child(2) table tr:nth-child(3) table .signupFormInputbox {
    width: 90%;
    padding-right: 0;
}
.signupFormDropdown {
    width: 94%;
}

@media (min-width: 1150px) {
    .text {
        font-size: 17px;
    }
    .signupFormDropdown {
        font-size: 16px;
    }
    .signupFormSectionTitle {
        font-size: 18px;
    }
    .signupFormTitle {
        font-size: 19px;
    }
    input[type='checkbox'],
    input[type='radio'] {
        width: 17px;
        height: 17px;
    }
}
@media (max-width: 768px) {
    .signupSectionTbl table {
        width: 95% !important;
    }
}
/* Scrollbar under the tables on mobile */
/* !important is needed sometimes */
.signupForm::-webkit-scrollbar {
    width: 12px !important;
}

/* Track */
.signupForm::-webkit-scrollbar-track {
    -webkit-border-radius: 10px !important;
            border-radius: 10px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
}

/* Handle */
.signupForm::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
            border-radius: 10px !important;
    background: #5BC0EB !important;
/*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important;*/
}
.signupForm::-webkit-scrollbar-thumb:window-inactive {
    background: #5BC0EB !important;
}
/* END Scrollbar under the tables on mobile */
@media (max-width: 550px) {
    tr.signupSectionTblContactsTR  {
        display: grid;
    }
}