﻿/* Secondary Pallette */
/* line 5, ../../../sass/widgets/SA_ContactUs/SA_ContactUs.scss */

.ForZipCode
{
    float: right !important; 
}

.helpico 
{
    background-position: top; 
    align-content: center; 
    vertical-align: middle; 
    height: 22px;
    background-image: url('../../images/Error_Icon.png'); 
    background-repeat: no-repeat; 
    padding-left: 30px;
    font-size:1.5em;
}
.OneIncCancel
{
    background-color: transparent !important; 
    border: none !important; 
    font-weight:bold !important;
}

.OneIncDisable
{
    background-color: #B3B6B7 !important; 
    color: #FFFFFF !important; 
    font-weight: bold !important;
}

.OneIncEnable
{
    color: #FFFFFF !important; 
    font-weight: bold !important;
}

.errorContainer{
    color:#D0021B;
    font-size:15px;
    font-family: Arial, Helvetica, sans-serif;        
}

.errorContainer1{
    color:#D0021B;
    font-size:15px;
    font-family: Arial, Helvetica, sans-serif;
}

.paymentcopywrite {
  color: #999999;
  font-size: 14px;
  padding-top: 10px;
  text-align: center;
}

.phonetextbox
{
    border-radius:8px;
    padding-left:3%;
    background-color: white;
    padding: 15px 3%;
    font-size: 1em;
    font-weight: 500;
    color: #000000 !important;
    float: left;
    border: 1px solid #808080;
    text-align: left;
    width: 98%;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
}

/* line 87, ../../../sass/widgets/Footer/Footer.scss */
.paymentcopywrite a {
  color: #999999;
  font-size: 14px;
  text-decoration: underline;
  transition: color 0.5s ease;
}
/* line 94, ../../../sass/widgets/Footer/Footer.scss */
.paymentcopywrite a:hover {
  color: #575a5d;
  font-size: 14px;
  text-decoration: underline;
  transition: color 0.5s ease;
}

.ButtonAsLink
{
  background-color:transparent;
  border:none;
  color:blue;
  cursor:pointer;
  text-decoration:underline;
  font-weight:bold;
}
.alertimage{
    font-size:1.5em;
}

.alertimageerrorcontainer{
    font-size:1.5em;
}

.placeholder
{
    position: relative;
    min-height: 1px;
}

.zipplaceholder
{
    position: relative;
    min-height: 1px;
}

.policyaccountnumber {
    background-color: white;
    /*padding: 15px 20px;*/
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1em;
    font-weight: 500;
    /*color: #000000 !important;*/
    float: left;
    border: 1px solid #808080;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;   
    letter-spacing: 0.05em; 
    text-transform:uppercase;
}

.paymentpagetextboxes
{
    background-color: white;
    padding: 15px 10px;
    font-size: 1em;
    font-weight: 500;
    /*color: #000000 !important;*/
    float: left;
    border: 1px solid #808080;
    text-align: left;
	/*width: 48%;*/
    width: 98%;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em; 
}

.placeholder::after
{
    position: absolute;
    left: 3.5%;
    top: 15px;
    content: attr(data-placeholder);
    pointer-events: none;
    opacity: 0.8;
}

.zipplaceholder::after
{
    position: absolute;
	/*left: 55.5%;*/
    left: 7.5%;
    top: 15px;
    content: attr(data-placeholder);
    pointer-events: none;
    opacity: 0.8;
}

.placeholderafter
{
    position: relative;
    min-height: 1px;
}

.placeholderafter::after
{
    position: absolute;
    left: 3.5%;
    top: 5px;
    content: attr(data-placeholder);
    pointer-events: none;
    color: #000000;
    opacity: 0.9;
    font-size: 13px;
}

.zipplaceholderafter
{
    position: relative;
    min-height: 1px;
}

.zipplaceholderafter::after
{
    position: absolute;
    /*left: 55.5%;*/
	left:5.5%;
    top: 5px;
    content: attr(data-placeholder);
    pointer-events: none;
    color: #000000;
    opacity: 0.9;
    font-size: 13px;
}

.oneincheading {
    font-size: xx-large;
    font-weight: bolder;
}

.accounttype {
    font-size: 15px; 
    font-weight: bold;
    color: #000000 !important;
    margin-top: 10px;    
}

.accounttypeholder {
    font-size: 17px; 
    font-weight: bold;
    color: #000000 !important;
    margin-top: 10px;
}

.accounttypeholdercontrol {
    margin-right: 10px !important;
    width: 17px;
    height: 17px;
    vertical-align:sub;
}

.cancel-button {
    transition: background-color 0.5s ease;
    background: white;
    margin-top: 15%;
    text-transform: uppercase;
    color: black;
    padding: 20px 40px;
    font-size: 16px;
    border: none;
    font-weight: 300;
    letter-spacing: 2px;
    width:100%;
}

.oneincsubheading {
    font-size: initial;
    font-weight: bolder;
}

.paymenttextbox{
    border-radius:8px;
    padding-left:3%;
}

.myspan{
    display: none; 
    color: #D0021B; 
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 30px;
    text-indent: -30px;
    line-height: 1;
}

.errorspan{
    display: none; 
    color: #D0021B; 
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 30px;
    text-indent: -30px;
    line-height: 1;
}



#policy-number . col-xs-12{

display:none;
}