

/*==================================*/
/* Minify: /includes/css/simple.css */
/*==================================*/

body {
  
}

.navbar-grey {
    background-color: #cfcfcf;
    margin-bottom: 0;
}

.starter-template {
  /*padding: 40px 15px;*/
}

.help-text {
    font-size: 90%;
    color: #808080;
}

 .navbarlogo {
        background-image: url('/images/logos/white-104x27.png');
        width: 104px;
        height: 27px;
        background-size: 104px 27px;
    }

.navbar-toggle { background-color: #fff;
}
 
.form-control {
    display: inline !important;
}


.form-group label {
    display: block;
}


 #iatn-accepts {
        background-image: url('/images/billing/iatn_accepts.png');
        width: 100px;
        height: 31px;
        background-size: 100px 31px;
    }

 
 #cvv2img {
        background-image: url('/images/billing/credit-card-auth-cvv2.png');
        width: 186px;
        height: 268px;
        background-size: 186px 268px;
    }

#Position:nth-child(3) {
     background-image:  url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAAAAACH5BAAAAAAALAAAAAABAAEAAAICTAEAOw==);
      color:black;
      background-repeat:repeat-x;
      background-position:50% 50%;
      background-attachment:scroll;
}

.mb20 {
    margin-bottom: 20px;
}


/*
#confirmpassword-check, #password-check {
    position: relative;
    top: -35px;
    left: 210px;
}*/


/* MVC3 Model Styles */

.field-validation-error { color: Red; font-weight: bold; position: relative;  }
.validation-summary-errors {font-weight: bold; color: red }
/*.validation-summary-errors span { margin-left: 25px; }
.validation-summary-errors ul{ margin-left: 30px; }*/
.input-validation-error { border: 1px solid red; }


.clickable { cursor: pointer; cursor: hand; }

.btn-info
{
	padding: 2px 5px 0px 4px
}

/* tool tip styles */
.iatn-tooltip {
	text-decoration: none;
	position: relative;
}

.iatn-tooltip span {
	margin-left: -999em;
	position: absolute;
}

.iatn-tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Arial, Helvetica, sans-serif;
	position: absolute; left: -5em; top: 2em; z-index: 99;
	margin-left: 0; width: 350px; color: #000;
}

.iatn-tooltip:hover em {
	font-family: Arial, Helvetica, sans-serif; font-size: 1.5em; font-weight: bold; color: #000;
	display: block; padding: 0.2em 0 0.6em 0;
}

.classic { padding: 0.8em 1em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html span:hover, * html a:hover { background: transparent; }
.classic {background: #FFFFAA; border: 1px solid #FFAD33; }		


/*socialbuttons*/
.social-facebook{vertical-align: middle; background-image: url('/images/sprites/social-icons.png'); background-position: 0px -46px;width: 22px; height: 22px;}
.social-google{vertical-align: middle; background-image: url('/images/sprites/social-icons.png'); background-position: -92px -46px;width: 22px; height: 22px;}
.social-yahoo{vertical-align: middle; background-image: url('/images/sprites/social-icons.png'); background-position: -184px -46px;width: 22px; height: 22px;}
.social-twitter{vertical-align: middle; background-image: url('/images/sprites/social-icons.png'); background-position: -276px -46px;width: 22px; height: 22px;}
.social-linkedin{vertical-align: middle; background-image: url('/images/sprites/social-icons.png'); background-position: -368px -46px;width: 22px; height: 22px;}

/* Retina ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

.social-facebook{background-position: 0px 0px; background-size: 228px 34px; }
.social-google{background-position: -46px 0px; background-size: 228px 34px; }
.social-yahoo{background-position: -92px 0px; background-size: 228px 34px; }
.social-twitter{background-position: -138px 0px; background-size: 228px 34px; }
.social-linkedin{background-position: -184px 0px; background-size: 228px 34px; }

.navbarlogo {
    background-image: url('/images/logos/white-104x27@2x.png');
}

 #iatn-accepts {
        background-image: url('/images/billing/iatn_accepts@2x.png');
    }

 
 #cvv2img {
        background-image: url('/images/billing/credit-card-auth-cvv2@2x.png');
    }

}


@media only screen and (max-width: 767px) {

    .form-group label {
        display: none;
    }
        .form-group label.smobile {
            display: block !important;
        }

    #Heard {
        height: 150px;
    }
}

.cookiebot-padding-bottom {
    padding-bottom: 172px;
}