a{color: #1cb1cd;}
.continue-btn{background:#1cb1cd; border:1px solid #1cb1cd;}
.continue-btn{border:1px solid #1cb1cd; color:#fff;}

.last-elem a {color: #1cb1cd; font-size: 14px; text-decoration: none; border-bottom: 1px solid #1cb1cd;}
.list-for-help li:after {background: #1cb1cd;}
.alternate a { color: #1cb1cd;}
.for-toggle{font-size: 12px;font-weight: 600;text-decoration:none;margin: 24px 0px;text-align: center;color: #212121;background:url(/images/mobile/downArrow/ht_down_arrow.svg);display: inline;background-repeat: no-repeat;background-position: right;padding-right: 20px;display: inline-block;background-position: center right;cursor:pointer;}
.for-toggle.i2{font-size: 12px;font-weight: 600;text-decoration:none;margin: 24px 0px;text-align: center;color: #212121;background:url(/images/mobile/upArrow/ht_up_arrow.svg);display: inline;background-repeat: no-repeat;background-position: right;padding-right: 20px;display: inline-block;background-position: center right;cursor:pointer;}

.helptext .edit-number {color: #1cb1cd;}
.check .container input:checked ~ .checkmark {background-color: #1cb1cd;border: 1px solid #1cb1cd;border-radius: 2px;cursor: pointer;}
.reset-timer span {color: #1cb1cd;}

input:focus {border:1px solid #1cb1cd;  }
.checkHolder input:checked~.checkmark {	background-color: #1cb1cd}



/*Other structure related css*/
.header a.logo {    width: 283px;    display: block;    margin: 0 auto;}
.header a.logo img{width: 100%;}
.logoD {    display: inline-block;}
.logoM {    display: none;}
@media (max-width: 767px){
    .logoD {    display: none;}
    .logoM {    display: inline-block;}
}

/*Edit Profile CSS*/
.dataBox{border: 1px solid #e0e0e0; border-radius: 4px; margin-bottom: 16px; padding: 16px 20px; position: relative;}
.dataBox .Add{display: none;}
.dataBox:last-child{margin-bottom: 0;}
.dataBox .label{ font-size: 12px; color: #757575; font-weight: 400;}
.dataBox .inputHolder{width: 90%;}
.dataBox .inputHolder input,.dataBox  .inputHolder input:placeholder-shown{border: 0; cursor: default; padding:0; color: #212121;}
.dataBox a{ width: 18px; height: 18px; position: absolute; top: 27px; right: 20px; background: url("http://images.livemint.com/img/static/icoEdit.svg") no-repeat 0 0;}
.dataBox.addData a{background: url("http://images.livemint.com/img/static/icoAdd.svg") no-repeat 0 0;}
.dataBox.addData .label, .dataBox.addData .inputHolder{display: none;}
.dataBox.addData .Add{font-size: 16px; font-weight: 700; padding: 9px 0; color: #757575; display: block;}

/* ERROR PAGE */
.errorPage{margin-left: auto; margin-right: auto;width: 25em;box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);padding: 39px;margin-top: 25vh;background: #fff;border-radius: 6px;border: solid 1px #e0e0e0;}
.Acces-blocked-Authorization-Error{font-size: 21px;font-weight: bold;font-stretch: normal;font-style: normal;line-height: 1.24;letter-spacing: normal;text-align: center;color: #212121;display: block;padding: 0px 0px 60px 0px;}