﻿body {
    line-height: 1em;
}

form input[type="text"], 
form select, 
form input[type="password"], 
form input[type="email"], 
form textarea,
.select_element.noFF .input_wrapper {
    border-color: #0082ad;
    height: 48px;
    background-color: white;
    padding-right: 16px;
}

.select-arrow span,
form input[type="text"], 
form select, 
form input[type="password"], 
form input[type="email"], 
form textarea,
.select_element.noFF .input_wrapper {
    color: #666;
}


.select_element.noFF .select-arrow,
.select_element.noFF .select-arrow .glyphicon {
    border: 0 none;
    background: transparent;
}

.button, 
button {
    color: #ffffff;
    background-color: #0082ad;
    border: 1px solid #0082ad;
}

.button:hover {
    color: #0082ad;
    border-color:  #0082ad;
    background-color: white;
}

.button:focus,
.button:active {
    color: #ffffff;     
    border-color: #005b77;
    background-color: #005b77;
}

form label {
    color: #005b77;
    line-height: 1em;
}

.application_container {
    background-color: #f9f6f2 !important;
    max-width: unset;
    border-top: 5px solid #0082ad;
    padding: 0 20px 20px;
}

@media(min-width: 480px) {
    .application_container {
        padding: 0 50px 50px;
    }
}

.application_container .application_view {
    padding-top: 25px;
}

.application_view h1 {
    font-weight:500;
}

.select_element.noFF .select-arrow .glyphicon{
    padding-top: 18px;
}

form .input_icon, form .validating_icon {
    top: 10px;
}

.spinner_container {
  border: 1px solid #2a8d99 !important;
}

#corporateaccount .spinner > div {
    display: block;
    background-color: #2a8d99 !important;
    border-radius: 6.66667px !important;
}

a,
form label a, 
form .instruction_element p a, 
form .hygiene_element p a, 
form .instruction_list_element ul a {
    color: inherit;
    text-decoration: underline;
    font-weight: normal;
}


.select_element.noFF .select-arrow  {
    background: white url('../../../img/partners/telegraph/dropdown.jpg') no-repeat 100% 50%;
    background-size: 15px 10px;
    padding-top: 0;
    padding-right: 30px;
    line-height: 48px;
    height: 46px;
    margin: 0;
}

.select_element.noFF .select-arrow .glyphicon {
    display: none;
}

.input_container input[type="text"], 
.input_container input[type="password"], 
.input_container input[type="email"], 
.input_container textarea {
    padding-top: 1px;
}

.parsley-container {
    position: absolute;
    top: 75px;
    left: 0;
}

 strong a,
 form label strong a {
     font-weight: inherit;
 }

.application_container {
    padding-top: 0;
}
form ol > li div.input_container > div,
.input_container.label_element {
    padding-top: 25px;
}
.input_container.label_element {
    margin-bottom: -20px;
}

 form ol > li div.checkbox_element > div {
     padding-left: 10px;
     padding-top: 15px;
 }

 
@media screen and (max-width: 390px) {
    form ol > li div.checkbox_element > div {
        padding-left: 0;
    }
}

 form .checkbox_element label {
    padding-left: 41px;
    padding-top: 19px;
    min-height: 45px;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #666666;
    font-size: 14px;
 }

form .checkbox_element input + label > span {
    height: 32px;
    width: 32px;
    display: inline-block;
    border: 1px solid #0082ad;
    background: transparent none 0 0 no-repeat;
    background-size: 25px 20px;
    background-position: 50% 50%;
    background-color: white;
}
form .checkbox_element input:hover + label > span {
    background-color: white;
    background-image: url('../../../img/partners/telegraph/tick_rollover.jpg');
    background-position: 50% 50%;
    border-color: #0082ad;
}
 form .checkbox_element input:checked + label > span,
 form .checkbox_element input:focus:checked + label > span {
    background-color: white;
    background-image: url('../../../img/partners/telegraph/tick_selected.jpg');
    background-position: 50% 50%;
    border-color: #0082ad;
 }

 form .checkbox_element span:hover, 
 form .checkbox_element label:hover > span {
    background-color: white;
    background-image: url('../../../img/partners/telegraph/tick_rollover.jpg');
 }

::-ms-clear { display: none; }
::-ms-reveal {
   display: none;
}

.additional-reading a,
.additional-reading {
    color: #666666;
}

.additional-reading {
    margin-top: 10px;
}

form .checkbox_element label,
.additional-reading p {
    line-height: 1.3em;
}

.additional-reading p {
    padding-top: 0;
}

p,
.lightbox .dialogue_box .error-content {
    font-size: 14px;
    color: #666;
}

 
@media screen and (min-width: 390px) {
    .additional-reading {
        padding-left: 51px;
    }
}

form fieldset.next_section {
    padding-top: 3px;
}

h1, h2, h3,
#thank-you h2 {
    color: #005b77;
}

h1 {
    font-size: 24px;
    margin-bottom: 12px;
}

form fieldset.next_section .button, form fieldset.next_section button {
    float: left;
}

.button, button {
    display: inline-block;
    width: auto;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    text-decoration: none;
}

.button > span, button > span {
    padding: 0;
    font-size: 14px;
}

.step p {
    padding: 20px 0 0;
}

.select_element .input_wrapper {
    border: 1px solid #0082ad;
}

form select {
    border: 0 none;
}

#thank-you {
    padding-left: 0;
    padding-right: 0;
}