/*REMOVE UNUSED CSS*/


/******************************
Color Reference
******************************
Color1: #286090 Blue
Color2:
Color3:
Color4:

*/


/***************************************************************************************
JEMS/TEMPLATE STYLES PRIMARILY (ie. dark gray body) with some colors used by afcea's banner (ie. anchors)
***************************************************************************************/


/* 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 {
  padding: 0px;
  padding: 0 0 235px;
  min-height: 700px;
  /* Height of the footer */
}

/* #################################################################################################
    Overriding the btn-primary class just within a "Card" to emulate the AFCEA website buttons

    I AM ONLY DOING THAT HERE, IF THEY LIKE IgT WE CAN GET RID OF THE .CARD in front to make it Global
    ##################################################################################################
*/

.primary-border {

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

.btn:hover, .btn:focus, .btn:active {
  outline: 0 !important;
}

/*     Landing Page Two-Options "Cards"   */

.card {
  margin:15px 0;
  color: #444444;
}

    .card h4 {
        background:#0b121f;
        font-size: 1.3em;
        line-height: 1.3em;
        color:#fff;
        padding:15px 10px;
        margin-bottom:0;
        text-align:center;
    }

    .card img {
        width: 100%;
        height: 220px;
    }

    .card form {
        margin-top: 15px;
    }

.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;
}

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

}
.navbar-nav {
  padding: 10px auto;
  text-align: left;
  width: 100%;
}
.nav-justified {
  max-height: 52px;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
  border: none;
  color: #fff;
}
.navbar-default .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: absolute;
  bottom: 0;
  width: 100%;
  min-height: 150px;
  background-color: #e2e4e6;
  bottom: 0px;
  color: #333;
}
footer.footer a {
  color: #286090;
  text-decoration: underline;
}
footer.footer a:hover {
  text-decoration: none;
  color: #47a0ed;
}
footer .container {
  background-color: #e2e4e6;
}
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)
***************************************************************************************/

/* Used on default page to set a container around the 2 main options and set a min-height to have them align vertically properly via min-height */
.well.well-minHeight
{
    min-height:250px;
    background:#e1e1e1;
    border:1px solid #ccc;
}

.well.text-center {
    text-align: center;
}

/* Created "panel-minHeight" class to clean up checkout1 */
.panel-MinHeight
{
    min-height:300px;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}
.alert-primary {
  margin-bottom: 0px;
}
.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;
}

.row {
  margin-bottom: 5px;
}
label {
  text-align: left;
  margin-bottom: 2px;
}

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

/***************************************************************************************
Standard HTML overrides
***************************************************************************************/
h1 {
  color: #555;
  text-transform:uppercase;
  font-size:2.5em;
  font-weight:bold;
}

    h1:after {
        display: block;
        width: 100px;
        height: 3px;
        background: #790d16;
        margin-bottom: 15px;
    }
h2 {
  /*color: #2c3e50;*/
  font-weight: bold;
  font-size: 20pt;
  line-height: 25px;
}
h3 {
  /*color: #2c3e50;*/
  font-weight: bold;
  font-size: 18pt;
  line-height: 25px;
}
h4 {
  /*color: #286090;
  color: #2c3e50;*/
  font-weight: bold;
  font-size: 16pt;
  line-height: 25px;
}
h5 {
  color: #286090;
  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: none;
}
#showfeesDue strong {
  font-weight: 700;
  color: #3bb093;
}
#showfeesDue:hover, #showfeesDue strong:hover {
  color: #CCC;
}
.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 { }

.btn-primary
{
  color: #ffffff;
  background-color: #22488d;
  border-color: #22488d;
  font-weight:bold;
  transition:all 0.3s;
}

    .btn-primary:hover {
        border-color: #1b3972;
        background: #1b3972;
    }

.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;
}
.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;
}
.receipt{
    font-size:160px; 
    font-family:@Arial Unicode MS; 
    text-align:center;
}
.receiptTxt{
    font-size:16px; 
    font-family:@Arial Unicode MS;
    text-align:center;
}