﻿#loading {
    position:fixed;
    top:50%;
    left:50%;
    z-index:1104;
}

.top-buffer {
    margin-top: 10px;
}

 .no-wrap {
    white-space: nowrap;
}

.hiddenElement {
visibility: hidden;
display: none;
}

.noBorder {
    border: 0;
}

#idletimeout { 
    background:#CC5100; 
    border:3px solid #FF6500; 
    color:#fff; 
    font-family:arial, sans-serif; 
    text-align:center; 
    font-size:12px; 
    padding:10px; 
    position:relative; 
    top:0px; 
    left:0; 
    right:0; 
    z-index:100000;  
}
#idletimeout a { 
    color:#fff; 
    font-weight:bold 
}
#idletimeout span { 
    font-weight:bold 
}

.has-error {
    color:red;
}
.error {
    color:#FF0000;
}
.color-red {
    color: #cb262b;
}

.color-white {
    color: white;
}

.color-black {
    color: black;
}
img {
    max-width: 100%;
    height: auto;
}

span.fa {
    margin-left:  10px;
    margin-right: 10px;
    color: black;
}

.back-button-appearance {
-webkit-appearance: none;
-moz-appearance: none;
	color: #777777;
}

.padding-clear {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.bg-white {
    background-color: white;
}

td {
    border: 1px solid black;
}

.table-padding {
    padding-right: 25%;
}

.privacybox {
    background-color: white;
    color: black;
    border: 3px solid black;
}

.column-sizing {
    width: 70%;
}

#BodyCAPrivacy {
    margin-top: 175px;
    margin-bottom: 200px;
    margin-inline: 200px;
}

@media screen and (max-width: 1199px) {
    #BodyCAPrivacy {
        margin-inline: 0px;
    }
}

#customwell {
    min-height: 20px;
    padding: 60px;
    margin-bottom: 20px;
    background-color: #ffd200;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    #customwell blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

#customwell-lg {
    padding: 24px;
    border-radius: 6px;
}

#customwell-sm {
    padding: 9px;
    border-radius: 3px;
}
