.form-group.required .control-label:after {
    /*font-family: 'Glyphicons Halflings';*/
    font-weight: normal;
    /*font-size: 12px;*/
    content: "*";
    position: absolute;
    margin-left: 8px;
    top:7px;
}


#header-logo {
    background: url('../images/logo.png') no-repeat;
    float: left;
    height: 84px;
    margin: 0.5em 0 0 0;
    padding: 0;
    width: 146px;
}

.application-link, .application-link:hover, .application-link:active, .application-link:visited {
    font-weight: bold;
    color: #a9023a;
}
.hide-text {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.page-header {
    border-bottom: solid 4px #8f002f;
    margin: 0px;
	padding-left:10px;
	padding-bottom: 30px;
}

.modal-header {
    border-bottom: solid 4px #8f002f;
}

.modal-footer {
    border-top: solid 4px #8f002f;
    color: #BDBDBD;
}

.servicesTable {
    margin-top: 40px;
}

h2 {
    font-size: 24px;
}

small.productListing {
    font-size: 12px;
    line-heigth: 12px;
    color: #bdbdbd;
}

.productInfo {
    cursor: help;
}

@media print {
    a[href]:after {
        content: none !important;
    }

    body {
        font-size: 8pt; !important;
    }
}

.iti-flag {background-image: url("../img/flags.png");}

.btn-pad {
    padding-left: 0;
    padding-right: 5px;
}

.form-group.required .control-label:after {
    content: "" !important;
}

.pull-text-right {
    text-align: right;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {background-image: url("../img/flags@2x.png");}
}

