.cookiefail_on {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 20px;
    border: 1px solid red;
    margin-top: 10px;
    border-radius: 4px;
    width: 790px;
    margin-bottom: 10px;
}
.cookiefail_off {
    display:none;
}
body {
    background-color: #FFF;
}
h1 {
    margin-top:50px;
    margin-bottom: 10px !important;
    font-size: 20px !important;
    padding-bottom:5px !important;
}
.joinformpage {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
.joinheading {
    font-size: 2.5em;
    font-weight: 500;
    margin-top: 40px;
    text-align: center;
    letter-spacing: -0.02em;
}
p.jointitle {
    font-size: 2em;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    text-align:left;
}
p.jointext {
    font-size: 1.2em;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align:left;
    width:960px;
}
input, input.error {
    border: 2px solid #ddd;
    border-radius: 5px 5px;
    line-height: 24px;
    font-size: 16px;
    padding-left:5px;
}
input.error {
    border: 2px solid red;
}
input.apply {
    margin-top:60px;
    margin-bottom:30px;
    width:90px;
    border: 1px solid rgb(0, 136,204);
    line-height: 26px;
    border-radius: 3px 3px;
    background-image: linear-gradient(rgb(59, 174, 231), rgb(0, 136, 204));
    color: #fff;
    font-size:14px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 0px;
}
select.country, select.country_error, select.state, select.state_error {
    border: 1px solid  #ddd;
    margin-left:0px;
    border-radius:5px;
    line-height:24px;
    color: #666;
    padding:5px;
    font-size:16px;
    width: 240px;
}
select.country_error, select.state_error {
    border: 2px solid red;
}

textarea {
    border: 2px solid #ddd;
    border-radius: 5px 5px;
    font-size: 14px;
}
.portal_module {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eaeaea), to(#eaeaea));
    border: 1px solid;
    border-bottom: 1px solid #cfcfcf;
    border-bottom-left-radius: 4px 4px;
    border-bottom-right-radius: 4px 4px;
    border-color: #cfcfcf;
    border-top-left-radius: 4px 4px;
    border-top-right-radius: 4px 4px;
    margin: 5px;
    margin-right: 9px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    opacity:1;
    -webkit-transition: 400ms;
    transition: 400ms;
}
.portal_module h2 {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5a5a5', endColorstr='#828282');
    background-color: linear-gradient(#a5a5a5, #828282);
    font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    border-color: #999;
    border-top-left-radius: 3px 3px;
    border-top-right-radius: 3px 3px;
    padding: 8px;
    padding-left: 15px;
    font-size: 13px;
    margin:0px;
    height: 15px;
    color: white;
    font-weight: normal;
    margin-bottom: 10px;
}
.portal_module_off {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eaeaea), to(#eaeaea));
    border: 1px solid;
    border-bottom: 1px solid #cfcfcf;
    border-bottom-left-radius: 4px 4px;
    border-bottom-right-radius: 4px 4px;
    border-color: #cfcfcf;
    border-top-left-radius: 4px 4px;
    border-top-right-radius: 4px 4px;
    margin: 5px;
    margin-right: 9px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    opacity: 0;
    height:0px;
    -webkit-transition: 400ms;
    transition: 400ms;
}
.jform td {
    line-height: 30px;
    font-size: 15px;
    color:#666666;
}
.clist th {
    line-height: 16px;
    font-size: 12px;
    color:#666666;
    font-weight: bold;
    padding-top:10px;
}
.clist td {
    text-align:center;
}
.checks, .checks_error {
    font-size: 15px;
    margin-left: 1px;
    line-height:26px;
    border: 2px solid inherit;
    border-radius: 4px;
}
.checks_error {
    border: 2px solid red;
}

.add_button {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    border: solid;
    border-radius: 15px;
    border-color: #8f8f8f;
    border-width: 1px;
    color: 	#fff;
    background-color:#579527;
    display: inline-table;
    width: 100px;
    padding: 3px;
    margin-right: 5px;
}
.del_button {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    border: solid;
    border-radius: 15px;
    border-color: #8f8f8f;
    border-width: 1px;
    color: 	#fff;
    background-color: #0085CF;
    display: inline-table;
    width: 100px;
    padding: 3px;
    margin-right: 5px;
    opacity:1;
}
.del_button_off {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    border: solid;
    border-radius: 15px;
    border-color: #8f8f8f;
    border-width: 1px;
    color: 	#fff;
    background-color: #0085CF;
    display: inline-table;
    width: 100px;
    padding: 3px;
    margin-right: 5px;
    opacity:0;
}
.copy_hq {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    border: solid;
    border-radius: 15px;
    border-color: #8f8f8f;
    border-width: 1px;
    color: 	#fff;
    background-color: #0085CF;
    display: inline-table;
    width: 100px;
    margin-right: 5px;
}
.copy_ar {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    border: solid;
    border-radius: 15px;
    border-color: #8f8f8f;
    border-width: 1px;
    color: 	#fff;
    background-color:#ff8000;
    display: inline-table;
    width: 100px;
    padding: 3px;
    margin-right: 5px;
}
.button {
    border: 1px solid #ccc;
    font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
    background: #f0f0f0;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#eaeaea));
    border-radius: 5px;
    width: 120px;
    margin: 2px;
    padding: 6px;
    text-align: center;
    cursor: pointer;
    
    background-color: transparent;
    color: #333;
    display: inline-block;
    float: left;
    -webkit-font-smoothing: antialiased;
}
.button3 {
    border: 1px solid #ccc;
    background: #f0f0f0;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#eaeaea));
    border-radius: 5px;
    width: 265px;
    margin: 2px;
    padding: 6px;
    text-align: center;
    cursor: pointer;
    font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
    background-color: transparent;
    color: #333;
    display: inline-block;
    float: left;
    -webkit-font-smoothing: antialiased;
}
.button2 {
    border: 1px solid #ccc;
    background: #f0f0f0;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#eaeaea));
    border-radius: 5px;
    width: 85px;
    margin: 4px;
    margin-left: 0px;
    padding: 4px;
    text-align: center;
    cursor: pointer;
    font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
    background-color: transparent;
    color: #333;
    display: inline-block;
    float: left;
    -webkit-font-smoothing: antialiased;
}
.button_off {
    border: 1px solid #ccc;
    background: #f0f0f0;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#eaeaea));
    border-radius: 5px;
    float: left;
    width: 100px;
    margin-left: 10px;
    padding: 5px 0px;
    text-align: center;
    cursor: pointer;
    font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
    background-color: transparent;
    color: #333;
    -webkit-font-smoothing: antialiased;
    opacity:0;
}
.add_button:hover, .del_button:hover, .copy_ar:hover {
    cursor:pointer;
}
.tooltip5{
    display: inline;
    float:right;
    position: relative;
    color:#34AAEB;
    margin-left:5px;
    text-decoration:none;
}
.tooltip5:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 6px;
    bottom: 22px;
    color: #fff;
    content: attr(data-tip);
    left: -263px;
    font-size:14px;
    line-height:18px;
    text-align:justify;
    padding: 15px 15px;
    position: absolute;
    z-index: 300;
    width: 460px;
    height: 85px;
}
.tooltip5:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    content: "";
    text-align:justify;
    font-size:12px;
    z-index: 200;
}
.tooltip6{
    position: relative;
    color:#34AAEB;
    margin-left:5px;
    text-decoration:none;
}
.tooltip6:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 6px;
    bottom: 22px;
    color: #fff;
    content: attr(data-tip);
    left: -175px;
    top: -50px;
    font-size:14px;
    line-height:18px;
    text-align:center;
    padding: 15px 15px;
    position: absolute;
    z-index: 300;
    width: 375px;
    height: 15px;
}
.tooltip6:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    content: "";
    text-align:justify;
    font-size:12px;
    z-index: 200;
}

.warning {
    border: 1px solid #bbb;
    border-radius: 4px;
    color: #000;
    background-color: #efefef;
    margin: 10px 0px 10px 0px;
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
    width: 957px;
    text-align: center;
}
.warning_head {
    font-size:15px;
    font-weight: bold;
}
.joinform_off {
    display:none;
}
.joinform_on {
    display: auto;
}
.authbuttons {
    padding-top: 15px;
}
.mesg {
    text-align: center;
    font-size:18px;
    line-height:26px;
    margin-bottom:100px;
}
.mainheading {
    width:inherit;
}
.submit input, .cancel input{
    width: 100px;
    border: 1px solid #333;
    border-radius: 15px 15px;
    background-color:rgb(41, 113, 167);
    color:white;
    line-height:20px;
    margin-right:10px;
    cursor: pointer;
}
.cancel input {
    background-color: #696969;
}
#evalmesg {
    margin-top:40px;
}
.submit, .cancel, .submitting {
    display: inline-block;
    border: 1px solid #444;
    border-radius: 4px;
    padding: 5px;
    text-align: center;
    width: 80px;
    font-size: 16px;
    color: #fff;
    background-color: #888;
    margin-bottom: 10px;
    cursor:pointer;
}
.submitting {
    background-color: #FA9308;
}

.tandccheckbox {
    text-align: center;
    margin-bottom: 20px;
}

ul.appform {
    padding: 20px;
}
ul.appform li {
    line-height: 2.5em;
}
.page_on {
    display: inherit;
}
.page_off {
    display:none;
}
/* rotating gear / close icon */
.app_progress_icon {
    text-align: center;
    margin-bottom: 40px;
}
img.app_progress_gear {
    animation-name: ckw;
    animation-duration: 10.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transform-origin: 50% 50%;
    display: block;
    width: 70px;
    vertical-align: middle;
    margin: auto;
}
@keyframes ckw {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
img.app_stop, img.app_progress_off {
    width: 45px;
    vertical-align: middle;
    cursor: pointer;
}
img.app_progress_off {
    display:none;
}
.app_progress_text {
    text-align: center;
    margin-top: 20px;
    font-size: 1.2em;
    color: #777;
}
.app_progress_text_off {
    display:none;
}
.terms_off {
    display: none;
}
.terms_on {
    display: block;
}
.formsectionheader, .formsectionheader_dim {
    font-size: 1.4em;
    color:black;
    font-weight: 600;
    letter-spacing: -0.5px;
    border-bottom: 0.5px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.formsectionheader_dim {
    opacity: 0.5;
}
.box_on {
    display: normal;
}
.box_off {
    display:none;
}
.save_continue {
    background: #006edb;
    display: block;
    width: 180px;
    color: #fff !important;
    border-radius: 25px;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 25px;
    text-decoration: none !important;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.copy_ar_button {
    border: 1px solid #ccc;
    background: #f0f0f0;
    background: #CCC;
    border-radius: 25px;
    width: 200px;
    margin: 10px auto;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    color: #222;
}
.radios_ok, .radios_error {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 4px;
}
.radios_error {
    border: 2px solid red;
}
.edit_on, .edit_off {
    width: 30px;
    margin-left: -40px;
    margin-top: -51px;
    margin-bottom: 30px;
    cursor: pointer;
}
.edit_off {
    display:none;
}
textarea.error {
    border: 2px solid red;
}
.info_icon {
    width: 20px;
    margin-bottom: -3px;
}
