/* ukf apply styles */

.ukfapply-error , .ukcon-error , .ukref-error , .ukfce-error{
	border: 1px red solid!important;
}

.ukfapply-message-submit , .ukcon-message-submit , .ukfref-message-submit {
	color:green;
}

.ukfapply-message-err , .ukcon-message-err , .ukref-message-err {
	color:red;
}

/* --- our fuelcards map stuff -- */


.tab-map h2 {
    background: url("images/green-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    left: 0;
    padding: 7px 85px 7px 47px;
    position: absolute;
    top: 0;
}

.tab-map form {
    left: 196px;
    position: absolute;
    top: 26px;
}

.tab-map input[type="text"] {
    color: #323232;
    float: left;
    font-size: 35px;
    padding: 15px;
    text-align: center;
    width: 700px;
    border: none;
}


.tab-map input[type="submit"] {
    border-radius: 0;
    float: left;
    font-size: 25px;
    font-weight: 600;
    padding: 22px 19px;
    background-color: #1f8cb7;
}

.fuelcard-page-tab-header {
    width:100%;
}
.fuelcard-page-tab-header > .nav-tabs > li > a {
    padding: 28px 58px;
    margin: 0px;
    color: #31773f;
    font-size: 26px;
    background: none;
    border: none;
    border-width: 0px;
}

.fuelcard-page-tab-header > .nav-tabs > .active > a, .fuelcard-page-tab-header > .nav-tabs > .active > a:hover {
    padding: 28px 58px;
    margin: 0px;
    color: #31773f;
    font-size: 26px;
    background: none;
    border: none;
    border-width: 0px;
}

.tab-card-top img {
    width:40%;
}

.tab-card-top-right {
    width:50%;
}

.tc-remove {
    cursor: pointer;
    color: red;
}

.tab1 , .tab2 {
    padding: 0px;
}

#tc-mapcontrols{
    padding: 1%;
    left: 0;
    position: absolute;
    top: 0;
    background: rgb(248,248,248); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(217,217,217,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,1)), color-stop(100%,rgba(217,217,217,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(217,217,217,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(217,217,217,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(217,217,217,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(248,248,248,1) 0%,rgba(217,217,217,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
    color: #fff;
    width: 98%;
}


.grey-loc-btn {
    cursor: pointer;
}

.grey-h2 {
    color: #4a4a4a;
    font-weight: 500;
    margin: 20px 0 20px 6px;
}

.map-top-left {
float: left;
}

.mapcontrols-cards img {
width: 178px;
}

.map-top-right {
float: left;
}

.mapcontrols-details {
    color: #8f8f8f;
    display: block;
    font-size: 21px;
    margin: 15px 0 15px;
}

.mapcontrols-location {
    color: #4a4a4a;
}

.mapcontrols-details img {
    width: 16px!important;
}

.tc-remove {
    margin: 0 0 0 15px;
}

.mapcontrols-netrad {
    display: block;
    float: left;
    height: 43px;
}

.mapcontrols-hgv {
}

.map-grey-bg {
    background: none repeat scroll 0 0 #3f3f3f;
    margin: 0 10px 0 0;
    padding: 3px;
}

.map-res-text {
    display: block;
    float: left;
    font-weight: 600;
    text-align: center;
    width: 95px;
    line-height: 122%;
}

.map-number {
    background: none repeat scroll 0 0 #fff;
    color: #3f3f3f;
    display: block;
    float: left;
    font-size: 23px;
    font-weight: 500;
    margin: 0 0 0 10px;
    padding: 6px;
}

.mapcontrols-hgv {
    color: #3f3f3f;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    top: 8px;
}

#hgvchk {
background: #d1d1d1;
border: none;
}




.map-manage {
    background: none repeat scroll 0 0 #fff;
    padding-bottom: 37px;
    position: relative;
    width: 100%;
}

.map-manage .left {
    left: 24px;
    position: absolute;
    top: -109px;
}

.map-manage .right {
    padding: 26px 28px 0;
}

.map-manage p {
    color: #3b3b3b;
    font-size: 20px;
}

.map-manage .blue-text {
    color: #2495ba;
    font-size: 26px;
    font-weight: 400;
}

.map-manage .grey-btn {
    background: none repeat scroll 0 0 #707070;
    color: #fff;
    font-size: 17px;
    margin: 0 0 0 30px;
    padding: 7px 50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}