/*--- Fonts ---*/
/*
@font-face {
    font-family: "Open Sans";
    src:  url("../admin_assets/css/fonts/opensans-1.1.0/Regular/OpenSans-Regular.eot?v=1.1.0");
    src:  url("../admin_assets/css/fonts/opensans-1.1.0/Regular/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"),
    url("../admin_assets/css/fonts/opensans-1.1.0/Regular/OpenSans-Regular.woff2?v=1.1.0") format("woff2"),
    url("../admin_assets/css/fonts/opensans-1.1.0/Regular/OpenSans-Regular.woff?v=1.1.0") format("woff"),
    url("../admin_assets/css/fonts/opensans-1.1.0/Regular/OpenSans-Regular.ttf?v=1.1.0") format("truetype"),
    url("../admin_assets/css/fonts/opensans-1.1.0/Regular/OpenSans-Regular.svg?v=1.1.0##svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    src: local("Arimo"), url("../admin_assets/css/fonts/arimo/Arimo-Regular.woff2?v=1.0.0") format('woff2');
}
@font-face {
    font-family: "Arimo";
    font-style: normal;
    font-weight: 700;
    src: local("Arimo Bold"), local("Arimo-Bold"), url("../admin_assets/css/fonts/arimo/Arimo-Bold.woff2?v=1.0.0") format('woff2');
}
@font-face {
    font-family: "Arimo";
    font-style: italic;
    font-weight: 400;
    src: local("Arimo Italic"), local("Arimo-Italic"), url("../admin_assets/css/fonts/arimo/Arimo-Italic.woff2?v=1.0.0") format('woff2');
}

img {vertical-align: inherit;}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background-color: #efefef;
    color: #666;
}

div.landing {
  background: #ffffff;
  margin: 0 0 20px 0;
}
div.landing div.inner {
  padding: 30px;
}

.headerLine{height:9px;}
.headerLine img{vertical-align:top;}

.border-bot {
  border-bottom: 1px solid #f3f3f3;
}

div.footer {
  font-size: 80%;
  color: #a2a2a2;
  margin: 0 0 30px 0;
}
div.footer a {
  color: #656565;
}

.btn {
    margin: 0;
}

.btn.btn-green {
  color: #ffffff;
  background-color: #8cb63c;
  border: 1px solid #8cb63c;
}
.btn.btn-green:hover {color: #8cb63c;background-color: #ffffff;}

.btn.btn-red {
  color: #ffffff;
  background-color: #FF394B;
  border: 1px solid #FF394B;
}
.btn.btn-red:hover {color: #FF394B;background-color: #ffffff;}

.btn.btn-yellow {
  color: #ffffff;
  background-color: #FFBB19;
  border: 1px solid #FFBB19;
}
.btn.btn-yellow:hover {color: #FFBB19;background-color: #ffffff;}

.btn.btn-blue
{
    background-color: #00bde7;
    color:white;
    border: solid 1px #00bde7;
}
.btn.btn-blue:hover{
    background-color: white;
    color: #00bde7;
    border: solid 1px #00bde7;
}


.notice {
  padding: 15px 10px;
  font-size: 16px;
  text-align:center;
}
.notice-green {
  color: #ffffff;
  background-color: #8cb63c;
}
.notice-red {
  color: #ffffff;
  background-color: #FF394B;
}
.notice-yellow {
  color: #ffffff;
  background-color: #FFBB19;
}

.text-gray {
    color: #777777;
}

.text-blue {
    color: #00bde7;
}

.text-orange {
    color: #ffc321;
}

.text-green {
    color: #8aeb00;
}

.text-red {
    color: #ff0000;
}

h2.landing {
    color: #999999;
    margin: 0px 0px 0px 0;
    padding-bottom: 8px;
    font-size: 16px;
}
hr.simple {
    border-top:1px solid #eeeeee;
    margin: 5px 0;
}

div.program-row {
    margin: 0 0 8px 0;
}
div.program-row  span.time {
    display: inline-block;
    width: 130px;
    color: #999999;
}
div.program-row span.content {
    display: inline-block;
    margin: 0;
    color: #333333;
}

.moduleTitle{font-size: 18px; padding-bottom: 8px;}
.btnConfirm{font-size: 18px;margin: 0 0 5px 0;}
span.required{color:red;}


.nowrap{white-space:nowrap;}

/*--- Event Detail Stats ---*/
.stats-green{color: #00C950;}
.stats-green2{color: #a3b936;}
.stats-red{color: #FB2C36;}
.stats-orange{color: #FF8A4C;}
.stats-grey{color: #9F9FA9;}
.stats-blue{color: #00A6F4;}

.statsList a, .statsList div {color:#666; font-size:12px;}{color:#666; font-size:12px;}
.statsList a:hover {
    text-decoration: underline;
}

a.anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

.localityContent{
    padding-top: 40px;
}

.leftContent{
    padding-left: 12px; 
}

#checkTerms .help-block.form-error{
    font-weight: normal;
}

#checkTerms a{
    font-weight: normal;
}

form .help-block {
  color: #a94442;
  clear: both;
  float: none;
}

.members-table {
  margin: 20px 0;
  font-size: 12px;
}
.members-table td.letter {
  font-weight: bold;
}
.members-table th.header {
  font-size: 12px;
}
.members-table tr.even {
  background-color: #f9f9f9;
}
.members-table a {
    color: #666666;
}

@media (max-width: 479px) {
  .row {
      margin-right: 0px;
      margin-left: 0px;
  }
}

.invitationButtonBlockForm {
    background-color: #8cb63c;
    width: 60%;
    margin: 0 auto;
    padding: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.invitationButtonBlockForm.blue {
    background-color: #00bde7;
}

@media (max-width: 479px) {
    .invitationButtonBlockForm {
        width: 90%;
    }
}
.invitationButtonBlockForm input {
    float: left;
    width: 60%;
    height: 39px;
    border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.invitationButtonBlockForm button {
    float: left;
    width: 40%;
    height: 39px;
    font-size: 18px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 0;
}
.invitationButtonBlockForm.blue button {
    background-color: #00bde7;
}
.invitationButtonBlockForm.blue button:hover {
    background-color: #ffffff;
    color: #00bde7;
}

@media (max-width: 479px) {
    .invitationButtonBlockForm button {
        font-size: 12px;
    }
}
@media (max-width: 380px) {
    .invitationButtonBlockForm {
        width: 95%;
    }
    .invitationButtonBlockForm button {
        font-size: 10px;
    }
    .invitationButtonBlockForm button span.fa {
        display: none;
    }
    div.landing div.inner {
        padding: 10px;
    }
}

.landing .inner .row div .inner a{
    word-break: break-all;
    word-wrap:break-word;
    display:inline-block;
}

.wAuto{
    width:80px !important;
    opacity:.4;
    font-size:12px;
    text-align:center;
    padding:5px 0;
    background-color:#CFCFCF;
    border-color:#B0B0B0;
    color:black;
    transition:500ms all;
}
.wAuto.active{
    font-weight:bold;
    opacity:1;
    transition:500ms all;
}
.wAuto:hover{
    opacity:1;
}
.wAuto.btn-default.active{
    background-color:#8C8C8C;
    color:white;
}

#attendanceTable td{
    padding:4px !important;
    vertical-align:middle;
}
#attendanceTable td span {
    font-size: 11px;
}
.alignCenter{
    text-align:center;
}
.attendanceTriToggle{
    margin:auto;
    width:180px !important;
}
#webInvitationContainer{
    max-width:980px;
}

#event_appPage .img-responsive{
    width:100%;
}

#attendanceContainer {
    max-width: 960px;
}

ul.labels{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: 100;
    line-height: 13px;
    width: 100%;
    margin: 0;
    padding: 0;
}
ul.labels li{
    display: inline;
    color: #CCCCCC;
    float: left;
    margin: 0px 2px 2px 0px;
    height: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

ul.labels li span{
    font-size: 11px;
    font-weight: normal;
    white-space: nowrap;
    padding: 0px 3px;
    color: white;
    vertical-align: top;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
    cursor: pointer;
}

ul.labels li a{
    padding: 1px 4px 0px 11px;
    padding-top  /*\**/: 0px\9; /*Hack for IE*/
    background: url("../images/labelx.gif") no-repeat center right;
    cursor: pointer;
    border-left: 1px dotted white;
    outline: none;
    cursor: pointer;
}
ul.labels li a:hover{
    background: url("../images/labelx_hover.gif") no-repeat center right;
}

/*Colored Label Attributes*/

ul.labels li.pink{
    background-color: #F1A9E7;
}
ul.labels li.lightblue{
    background-color: #99CCFF;
}
ul.labels li.blue{
    background-color: #3019FF;
}
ul.labels li.olive{
    background-color: #CCCC66;
}
ul.labels li.green{
    background-color: #37B700;
}
ul.labels li.brown{
    background-color: #C5AD98;
}
ul.labels li.violet{
    background-color: #CEA6CE;
}
ul.labels li.turk{
    background-color: #8FCDB6;
}
ul.labels li.red{
    background-color: #EE998A ;
}
ul.labels li.orange{
    background-color: #FF9E28 ;
}
ul.labels li.lime{
    background-color: #B6FF00 ;
}
ul.labels li.darkblue{
    background-color: #21007F ;
}
ul.labels li.leaf{
    background-color: #00CC00 ;
}
ul.labels li.yellow{
    background-color: #FFFF00 ;
}
ul.labels li.autumn{
    background-color: #B24700 ;
}
ul.labels li.frost{
    background-color: #80C8FE ;
}
ul.labels li.purple{
    background-color: #8E006B ;
}
ul.labels li.black{
    background-color: #000 ;
}

#tooltip
{
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
}

#tooltip:after /* triangle decoration */
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after
{
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after
{
    left: 10px;
    margin: 0;
}

#tooltip.right:after
{
    right: 10px;
    left: auto;
    margin: 0;
}

.inv-survey .input-label{
    margin-left: -8px;
    padding-right: 10px;
    /*
    margin-right: -30px !important;
    
    */
    /*
    padding-right: 10px;
    margin: 0px;
    padding: 0px;
    */
    
}

.langSwitch {
    margin: 10px 0 5px 0;
    text-align: right;
    line-height: 14px;
}

.langSwitch a {
    display:inline-block;
    margin: 0 3px 0 0;
    border: 2px solid #efefef;
    padding: 0;
    line-height: 14px;
    height: 18px;
}

.langSwitch a.active, .langSwitch a:hover {
    border: 2px solid #00bde7;
}

.has-error.checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #666;
}
.has-error .help-block {
    color: #a94442;
}

.form-control.input-sm{
    background-color:transparent;
    border:none;
    border: 1px solid #00bde7;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 30px;
    width:0px;
    width:auto;
}

.editable-submit {
    background-color: #00bde7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left:8px;
    width:30px;
    height:30px;
    padding:0px;
}

span.help {font-size: 11px;margin: 5px 0 0 0;}

.event-ticket-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.event-ticket {
    flex: 0 0 40%;
    margin: 0 20px 20px 0;
}
.thumbnail {
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.thumbnail.hover {
    border: 1px solid #999999;
}
.thumbnail.active {
    border: 1px solid #8cb63c;
}
.thumbnail.active h2, .thumbnail.active h3, .thumbnail.active p {
    color: #8cb63c;
}

a.whiteLink{color:white !important;}
a.whiteLink:hover{color:white; text-decoration: underline;}

.smaller-padding {
    margin-top: 8px;
    margin-bottom: 8px;
}

.showMessage {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #a88500;
    margin: 0 0 10px 0;
}