/* Base Styles */

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  background-color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  font-size:15px;
}

/* Keep Footer at bottom of page without overlapping content */

.body-wrap {
  min-height: 100%;
  position: relative;
}
.content-wrap {
  margin-top: 10px;
  min-height: 500px;
}
.btn.btn-primary {
    border: 1px solid #22488d;
    background-color: #22488d;
}

.btn.btn-primary:hover {

    background-color: #5c6fe6;
}

.no-margintop {
  margin-top: 0px;
}
.btn:hover, .btn:focus, .btn:active {
  outline: 0px none ! important;
}

.card {
    background-color: #e1e1e1;
    border: 1px solid #ccc;
    text-decoration: none;
    box-shadow: none;
}
.btn:hover, .btn:focus, .btn:active {
  outline: 0 !important;
}

/* entire container, keeps perspective */

.card-container {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  margin-bottom: 30px;
}

/* flip the pane when hovered */

.card-container:not(.manual-flip):hover .card, .card-container.hover.manual-flip .card {
  -webkit-transform: rotateY( 180deg);
  -moz-transform: rotateY( 180deg);
  -o-transform: rotateY( 180deg);
  transform: rotateY( 180deg);
}
.card-container.static:hover .card, .card-container.static.hover .card {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}

/* flip speed goes here */

.card {
  -webkit-transition: -webkit-transform .5s;
  -moz-transition: -moz-transform .5s;
  -o-transition: -o-transform .5s;
  transition: transform .5s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}

/* hide back of pane during swap */

.front, .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}

/* front pane, placed above back */

.front {
  z-index: 2;
}

/* back, initially hidden pane */

.back {
  -webkit-transform: rotateY( 180deg);
  -moz-transform: rotateY( 180deg);
  -o-transform: rotateY( 180deg);
  transform: rotateY( 180deg);
  z-index: 3;
}
.back .btn-simple {
  position: absolute;
  left: 0;
  bottom: 4px;
}


.front, .back {
  backface-visibility: hidden;
  background-color: #ffffff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.14);
  left: 0px;
  position: absolute;
  top: 0px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.front {
  z-index: 2;
}
.back {
  transform: rotateY(180deg);
  z-index: 3;
}

.cover-reg h4, .cover-housing h4 {
  color: #fff;
  text-align: center;
  font-size: 23px;
  text-transform: uppercase;
  padding: 15px;
  margin: 0 auto;
  background-color: rgba(15, 27, 51, 0.7);
  position: absolute;
  top: 0px;
  width: 100%;
  border-top: 2px solid #000;
  border-bottom: 3px solid #000;
}
.card .cover img {
  width: 100%;
}
.card .user {
  border-radius: 50%;
  display: block;
  height: 120px;
  margin: -55px auto 0px;
  overflow: hidden;
  width: 120px;
}

.title {
  color: #506a85;
  font-size: 44px;
  font-weight: 300;
  line-height: 90%;
  margin-bottom: 10px;
  text-align: center;
}
.title small {
  color: #999999;
  font-size: 17px;
  margin: 0px;
  text-transform: uppercase;
}
h3 {
  color: #333332;
  font-family: "Open San Semibold", sans-serif;
  font-size: 22px;
  font-weight: normal;
  text-shadow: none;
}

/* Template settings/elements */

hr {
  margin: 5px 0;
}
hr.hr-thick {
  height: 3px;
  border: none;
  color: #ccc;
  background-color: #ccc;
}
img {
  border: none;
  padding: 0px;
}
.bggrey {
  background: #f1f1f1;
}
.noborder {
  border-style: none;
}
.clearboth {
  clear: both;
  margin: 0;
  padding: 0;
}

/* FONT SIZES */

.xsmall {
  font-size: 10px;
}
.small {
  font-size: 12px;
}
.medium {
  font-size: 14px;
}
.large {
  font-size: 16px;
}
.larger {
  font-size: 20px;
}
.xlarge {
  font-size: 30px;
}

/* Colors & Fonts */

.black {
  color: #000000;
}
.red {
  color: #da293d;
}
.grey {
  color: #999;
}
.green {
  color: #7fb555;
}
.blue {
  color: #286090;
}
.lightblue {
  color: #2da3bd;
}
.darkgreen {
  color: #060;
}
.white {
  color: #fff;
}
.italic {
  font-style: italic;
}
.bold {
  font-weight: bold;
}

/* HOVERING over Color Classes */
.blue:hover, .blue:active, .blue:focus {
  color: #025696;
}
/* Inner Container  */

.inner-wrap {
  background-color: #fff;
  padding: 10px;
}

/* HORIZONTAL MENU ABOVE FOOTER */

.navbar {
  border-radius: 0px;
}

footer li {
  margin-bottom: 0;
}

.navbar-nav
{
    flex-direction:row;
}

.navbar-nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

@media (min-width: 768px)
{
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 20px;
    }

}

footer .navbar .container {
    margin-bottom: 0px;
    background-color: #2D3194;
    border-color: transparent;
}
.navbar {
  border-radius: 4px;
}
.navbar {
  border: 1px solid transparent;
  margin-bottom: 21px;
  min-height: 60px;
  position: relative;
}

    .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: right;
    }

}
.nav {
  padding: 10px auto;
  text-align: left;
  width: 100%;
}
.nav-justified {
  max-height: 52px;
}
.nav > li > a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 15px;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > a:active {
  border: none;
  color: #fff;
}
.navbar-nav > li > a:hover {
  text-decoration: none;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  display: table-cell;
  width: 33%;
}

/* Footer Styles */
footer, section {
  margin: 0px;
  padding: 0px;
}
footer.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  min-height: 150px;
  color: #333;
}
footer.footer a {
  text-decoration: none;
  padding:10px;
}
footer.footer a:hover {
  text-decoration: none;
  color: #47a0ed;
}

footer .container .row {
  padding-bottom: 0px;
}

/*EMAIL CLASSES*/
.emailcontainer {
  width: 680px;
  text-align: left;
  margin: 0 auto;
  background-color: #fff;
}
.emailheader {
  width: 680px;
  background: #fff url(../images/ACC_emailbanner.jpg) no-repeat;
  text-align: center;
  height: 106px;
}
.emailcolumn {
  width: 290px;
  float: left;
}
.emailvertdividerbg {
  background: #fff url(../images/vertdivider.jpg) repeat-y center;
}
.emailrightcolumn {
  width: 280px;
  float: right;
}
.bordered-contain {
  border: 1px solid #ccc;
}

/***************************************************************************************
Bootstrap overrides (BE CAREFUL! always better to nest a new div with the class inside the existing grid)
***************************************************************************************/


/* Created "panel-minHeight" class to clean up checkout1 */
.panel-MinHeight
{
    min-height:300px;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
/* Modifications to alerts -- primarily if flatly theme is used */

.panel-warning
{
    border-color: #ffcc77;
}
.panel-warning > .panel-heading {
    background-color: #2D3194;
    border-color: #ffcc77;
    color: #fff;
    font-size:20px;
}


.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

/* CUSTOM ALERT TO MATCH ORANGE of Primry Button */
.alert-primary {
    background-color: #2D3194;
    border-color: #2D3194;
    color: #fff;
    font-size: 20px;
}
.alert-primary a
{
    color: #fff;
}

.alert-primary a:hover
{
    color: #f1f1f1;
}
.go {
  background-color: #dbefdb;
}
.yield {
  background-color: #f5f5d9;
}
.stop {
  background-color: #ffd4d4;
}
.col-sm-1.mini {
  width: 3%;
}
.col-sm-2.mini {
  width: 12.0%;
}
.disable {
  cursor: not-allowed;
  opacity: 0.7;
}
.form-group {
  margin: 5px;
}
.img-responsive {
  margin: 0 auto;
}
.row {
  margin-bottom: 5px;
}
label {
  text-align: left;
  margin-bottom: 2px;
}

.form-horizontal .control-label
{
    text-align: left;
}

/***************************************************************************************
Standard HTML overrides
***************************************************************************************/
h1 {
  color: #555;
  /*color: #2c3e50;*/
}
h2 {
  color: #2c3e50;
  text-shadow: 0px 1px white;
  font-weight: bold;
  font-size: 20pt;
  line-height: 25px;
}
h3 {
  /*color: #2c3e50;*/
  text-shadow: 0px 1px white;
  font-weight: bold;
  font-size: 18pt;
  line-height: 25px;
}
h4 {
  color: #333;
  /*color: #2c3e50;*/

  text-shadow: 0px 1px white;
  font-weight: bold;
  font-size: 16pt;
  line-height: 25px;
}
h5 {
  color: #333;
  text-shadow: 0px 1px white;
  font-weight: bold;
  font-size: 14pt;
  line-height: 25px;
}
h6 {
  text-shadow: 0px 1px white;
  font-weight: bold;
  font-size: 12pt;
  line-height: 25px;
}
#showfeesDue {
  color:#fff;
  cursor: pointer;
  margin: 10px auto;
  padding: 0;
  text-shadow: 1px 0px 1px #333;
}
#showfeesDue strong {
  font-weight: 700;
  color: #3bb093;
}
#showfeesDue:hover, #showfeesDue strong:hover {
  color: #fff;
  text-shadow:1px 1px 1px #ac370e;
}
.font-small {
  font-size: 11px;
}
.font-standard {
  font-size: 13px;
}
.font-large {
  font-size: 18px;
}

/***************************************************************************************
Font styles not already in bootstrap
***************************************************************************************/
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.small {
  font-size: 80%;
}
.red {
  color: #ff0000;
}

/***************************************************************************************
Custom styling
***************************************************************************************/
.panel-primary
{
    border-color: #2D3194;
}

.btn-primary
{
  color: #ffffff;
  background-color: #efb73e;
  border-color: #2071e4;
}F

.left-divider {
  border-left: 1px solid #ccc;
}
.right_separator {
  border-right: 1px solid #ccc;
}
.badgepreview {
  border: 1px solid #666;
  border-radius: 5px;
  padding: 80px 10px 10px 10px;
  min-height: 275px;
  width: 90%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 8px;
  overflow:auto;
}
.tr-eventHeader {
  background-color: #f1f1f1;
}
.environmentText {
  margin: 0 auto;
  margin-top: 10px;
  opacity: 0.7;
  background-color: #ffaaaa;
  color: #ff0000;
  font-weight: bold;
  text-align: center;
}
.trackLegend {
  width: 40%;
  text-align: center;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  float: right;
  margin-top: 15px;
}
.trackLabel {
  width: 32%;
  display: inline-block;
}
.bordered {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}

/* END STANDARD STYLESHEET STYLES */

/***************************************************************************************

Begin Custom Styles
    Generic/Static Margin and Padding
***************************************************************************************/

/****************************************
Margins and Paddings
****************************************/
/*Margins*/
.margin-0 {
  margin: 0px;
}
.margin-5 {
  margin: 5px;
}
.margin-10 {
  margin: 10px;
}
.margin-20 {
  margin: 20px;
}
.margin-30 {
  margin: 30px;
}
.margin-bottom-0 {
  margin-bottom: 0px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
@media (min-width: 992px){
  .margin-bottom-5
  {
   margin-bottom: 0px !important;}
}

@media (max-width: 1024px){
  .margin-bottom-5
  {
   margin-bottom: 5px !important;}
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-left-0 {
  margin-left: 0px;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-left-30 {
  margin-left: 30px;
}
.margin-right-0 {
  margin-right: 0px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-right-30 {
  margin-right: 30px;
}
.margin-top-0 {
  margin-top: 0px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}

/*Paddings*/
.padding-0 {
  padding: 0px;
}
.padding-5 {
  padding: 5px;
}
.padding-10 {
  padding: 10px;
}
.padding-20 {
  padding: 20px;
}
.padding-30 {
  padding: 30px;
}
.padding-bottom-0 {
  padding-bottom: 0px;
}
.padding-bottom-5 {
  padding-bottom: 5px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-left-0 {
  padding-left: 0px;
}
.padding-left-5 {
  padding-left: 5px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-left-20 {
  padding-left: 20px;
}
.padding-left-30 {
  padding-left: 30px;
}
.padding-right-0 {
  padding-right: 0px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-right-10 {
  padding-right: 10px;
}
.padding-right-20 {
  padding-right: 20px;
}
.padding-right-30 {
  padding-right: 30px;
}
.padding-top-0 {
  padding-top: 0px;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-30 {
  padding-top: 30px;
}

/***************************************************************************************
MISC
***************************************************************************************/
.no-vertical-margin-or-padding {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.no-vertical-margin-or-padding {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.btn.btn-stretch {
  display: block;
  margin: 0 auto;
  /*Center Button*/

  width: 100%;
  white-space: normal;
  vertical-align: middle;
}
.btn.btn-darkgreen {
  background-color: #00563F;
  color: white;
}
.height-em4 {
  height: 4em;
}
.unbold {
  font-weight: normal;
}

.small-font {
  font-size: 0.8em;
}
.barcode
{
    font-size: 4em;
    color: magenta;
    text-align: center;
}
.selfregtext
{
    font-size: 3em;
    color: magenta;
}
.receipt-text
{
    font-family: Arial Unicode MS;
    font-size: 16px;
    text-align: center;
}

.receipt-div
{
    font-family: @Arial Unicode MS;
    font-size: 160px;
    text-align: center;
}

.st_twitter_large .stLarge {
    background-image: url('../images/xIcon.gif') !important;
}

.st_facebook_large .stLarge {
    background-image: url('../images/fbIcon.gif') !important;
}

.st_linkedin_large .stLarge {
    background-image: url('../images/linkIcon.gif') !important;
}

.bg-primary {
    background-color: #2D3194 !important;  
}

.paddingBottom55 {
    padding-bottom: 55px;
}

.padding20 {
    padding: 20px;
}

.padding5 {
    padding: 5px;
}

div.icon-themed-wrapper {
    position: relative;
    display: inline-block;
    border-radius: 0%;
    overflow: hidden;
    border: 0px;
    font-size: 3rem;
    width: 0px;
    height: 40px;
    padding: 0;
}


.icon {
    width: 1.5em;
    height: 1.5em;
    vertical-align: 0.5em;
}

.decoration-none {
    text-decoration: none !important;
}

.headerimage {
    width: 100%;
}

.spargoicon {
    height: 40%;
    width: 40%;
}

.required-field-label::after
{
    content : '*';
    color : red;
}

.font15
{
    font-size:15px;
}

.panelheight160 {
    height: 160px;
}

.panelheight190 {
    height: 190px;
}

.panelheight216 {
    height: 216px;
}

.panelheight265 {
    height: 265px;
}

.st_twitter_large .stLarge {
    background-image: url('../_images/xIcon.gif') !important;
}

.st_facebook_large .stLarge {
    background-image: url('../_images/fbIcon.gif') !important;
}

.st_linkedin_large .stLarge {
    background-image: url('../_images/linkIcon.gif') !important;
}
