﻿
body {
    font-size: 15px;
}
/*common css*/
.bold {
    font-weight: bold;
}

.padd10 {
    padding: 10px;
}

.padd5 {
    padding-top: 5px;
    display:inline;
}

.paddR23 {
    padding-left: 23px;
}

.labelBig {
    font-size: 17px;
    font-weight: bold;
}

.red {
    color: #B9060B;
}

.headingtxt {
    font-size: 20px;
    font-weight: bold;
}
.paddLR10{
	padding-left: 15px !important;
}
.paddLR20{
	padding-left: 20px !important;
}

.paddTB10 {
    padding: 10px 0;
}

.customContainer {
    width: 95%;
    margin: 0 auto;
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 0;
}
/*common css*/

/*widget banner css*/
#widget-banner {
    width: 100%;
}

    #widget-banner img {
        width: 100%;
        height: auto;
    }
/*widget banner css*/

/*magazine css*/
.greyBg {
    background: #ededed;
    border: 1px solid #ccc;
}

.cartype {
    width: 40px;
    height: 25px;
    display: inline-block;
}

.Visa {
    background: url(images/visa.gif) no-repeat;
}
.BillMe{
    background: url(images/BillMe.gif) no-repeat;
    width:70px;
}


.MasterCard {
    background: url(images/mastercard.gif) no-repeat;
}

.AmericanExpress {
    background: url(images/americanExpress.gif) no-repeat;
}

.DinersClub {
    background: url(images/dinersClub.gif) no-repeat;
}

.CarteBlanche {
    background: url(images/carteBlanche.gif) no-repeat;
}

.Novus {
    background: url(images/novus.gif) no-repeat;
}

.Discover {
    background: url(images/discover.gif) no-repeat;
}

.Jcb {
    background: url(images/jcb.gif) no-repeat;
}

.enRoute {
    background: url(images/enRoute.gif) no-repeat;
}

.alignCenter {
    text-align: center;
    margin: 0px auto 15px auto;
}


/*magazine css*/
.form-control {
    display: inline-block;
    width: 98%;
}

 .field-validation-valid {
    font-size: 12px;
}


.row {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}



.col-md-6 .form-control {
    width: 98%;
}

.widgetLoaderImg {
    background: rgba(0, 0, 0, 0) url("images/widgetLoader.gif") no-repeat scroll 0 0;
    height: 50px;
    margin: 0 auto;
    width: 30px;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

input.error,select.error  {
    border: 1px solid #ff0000;
    background-color: #ffeeee !important;
    color: #555;
}
label.error {
    color: red;
    font-size: 13px;
    font-weight: normal;
    padding: 0px 14px;
    /*border: 1px solid #ff0000;
    background-color: #ffeeee;*/
}
.validaterror {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.errorrenewal {
    color: red;
    font-size: 14px;
    font-weight: normal;
    border: none;
    /*color :black;
    font-size: 15px;
    border: 1px solid #ff0000;
    background-color: #ffeeee;*/
    /*border: 1px solid #ff0000;
    background-color: #ffeeee;*/
}

.inputerror {
    border: 1px solid #ff0000;
    background-color: #ffeeee !important;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.field-validation-error {
    color: #ff0000;
    padding-left: 7px;
}

.Quest-validation-error {
    color: #ff0000;
    display: none;
    margin-left: 26.4%;
}

.privacy-validation-error {
    display: none;
}
.Other-validation-error {
    color: #ff0000;
}

.validation-errorRadio {
    margin-left: 0% !important;
}

.loader {
    padding: 10px;
    width: 90px;
    height: 110px;
    position: absolute;
    color: #fff;
    font-size: 15px;
    left: 46%;
    background-color: #333;
    border-radius: 10px;
    top: 25%;
}

    .loader .imgloader {
        width: 70px;
        text-align: center;
    }

h4.heading {
    font-weight: normal;
    font-size: 14px;
    margin: 15px 0px;
    text-align: left;
    font-family: Verdana, Geneva, sans-serif;
}

.labelTxt {
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    padding-left: 0px !important;
}

.checkbox label {
    font-size: 14px;
}

.borNone {
    border: none !important;
}
.firstcheck10lmar label.radio-inline:first-child {
    margin-left: 10px;
}
#promocodeformcontainer label.error {
    padding: 0px;
}

.promoheadertext  {
    font-size: 20px;
    font-weight: bold;
}
div#myModal123 h1.headingtxt.headingtxtoffer.padd10 {
    border: none;
    font-size: 14px;
    font-weight: normal;
    background-color: transparent;
}
div#myModal123 .modal-footer {
    clear: both;
}

.form-group.col-lg-12.addfields, .form-group.col-lg-12.addfields .col-md-12.col-sm-12.col-xs-12 {
    padding: 0px;
}

.highlight {
    border-color: red;
}