﻿@charset "utf-8";


/* General CSS */
body 
{
    background-color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-size: cover;
    color:#ffffff;
}

.loadingButton{
    background: url("/assets/images/loading.gif") no-repeat scroll center center / contain black;
    color: transparent !important;
}

.f9{    font-size: 9px;}

.f10{    font-size: 10px;}

.f11{    font-size: 11px;}

.f12{    font-size: 12px;}

.f13{    font-size: 13px;}

.f14{    font-size:14px;}

.f15{    font-size: 15px;}

.f16{    font-size: 16px;}

.f17{    font-size:17px;}

.f18{    font-size:18px;}

.fright{    float:right;}

.fleft{    float:left;}

.aligncenter{    text-align:center;}
.alignleft{    text-align:left;}
.alignright{    text-align:right;}

.control-label
{ text-align:left !important;}

.form-group {
    margin-bottom: 0px;
}

.form-control {
    border-radius: 0px;
    height: 22px;
    padding: 0;
}

.checkbox > label {
    font-weight: bold;
}

.checkbox > label > input {
    margin-top: 0px;
}

.margintop10, .margintopbottom10
{
    margin-top:10px;
}

.marginbottom10, .margintopbottom10
{
    margin-bottom:10px;
}

.marginleft10, .marginleftright10
{
    margin-left:10px;
}

.marginright10, .marginleftright10
{
    margin-right:10px;
}

.data {
    color: #000 !important;
    max-width: 450px;
    padding: 30px;
}

button[disabled], html input[disabled] {
    cursor: not-allowed;
}
/*.........................*/

/* Login page specific CSS */
.loginHeaderText
{
    font-size: 22px;
    text-align:center;
    padding:30px;
    line-height: 24px;
}

.loginContentText
{
    text-align:center;
    margin:35px 0px;
}

.loginContentFooterText 
{
    font-size:10px;
    margin:30px 20px 10px;
    text-align:center;
}

.loginContentFooterText a
{
    color:#ffffff;
    text-decoration:underline;
}
/*.........................*/

/* Customer preferences page specific CSS */
.CPHeaderText
{
    font-size: 12px;
    padding:20px 50px;
}

.CPContentText
{
    text-align:justify;
    margin:20px -15px;
}

.circle {
    background-color: gray;
    height: 27px;
    width: 27px;
    border-radius: 23px;
    margin-left: 0px;
    padding-left: 0px;
    font-family: Verdana;
    font-weight: bold;
}

.circle b {
    font-size: 14px;
    position: relative;
    top: 4px;
    left: 9px;
}

.info-icon {
    background: url("/assets/images/info-icon.png") no-repeat black;
    width: 20px;
    height: 20px;
}

.errormsg {
    text-align: left;
    color: red;
    font-size: 12px;
    font-family: Arial;
    margin:0px;
}

.addPaddingLeft
{
    padding-left:0px;
}

@media(max-width:992px)
{
    .addPaddingLeft
    {
        padding-left:15px;
    }
}
/*.................*/

/* Thanks page specific CSS */
.ThanksContentText
{
    text-align:center;
    margin:20px 40px;
    font-weight:normal;
}
/*.................*/

/* IE8 Hack */


.hideie8{display:none\9;}

@media (max-width: 480px){
    .hideie8{
        display: block;
    }
}

@media (min-width: 480px){
    .hideie8{
        display: block;
    }
    
}