.event-table.active {
    display: block;
}
.event-table.fade.in {
    opacity: 1;
}
.event-table.fade {
    transition: opacity 0.15s linear;
}

.event-table * {
    -webkit-text-size-adjust: 100%;
    font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    line-height: 24px;
}
.event-table form {
    margin: 0 0 24px;
}

.event-table .btn {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbbbbb;
    *border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.event-table .btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #b8b8b8;
    background-image: -moz-linear-gradient(top, #cccccc, #999999);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cccccc), to(#999999));
    background-image: -webkit-linear-gradient(top, #cccccc, #999999);
    background-image: -o-linear-gradient(top, #cccccc, #999999);
    background-image: linear-gradient(to bottom, #cccccc, #999999);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ff999999', GradientType=0);
    border-color: #999999 #999999 #737373;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #999999;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.event-table .btn:hover {
    color: #333333;
    text-decoration: none;
    background-position: 0 -35px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.event-table .btn-warning:hover,
.event-table .btn-warning:active,
.event-table .btn-warning.active,
.event-table .btn-warning.disabled,
.event-table .btn-warning[disabled] {
    color: #ffffff;
    background-color: #e08505;
    *background-color: #c77605;
}
.event-table .btn-warning:active,
.event-table .btn-warning.active {
    background-color: #ae6704 \9;
}

.event-table .form-search .btn-group {
    display: inline-block;
}

.event-table input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.event-table .btn-group {
    position: relative;
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
    *margin-left: .3em;
}

.event-table .btn-mini {
    padding: 0 6px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.event-table .hide {
    display: none !important;
}
.event-table .alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 24px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.event-table .table-bordered {
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.event-table .table {
    width: 100%;
    margin-bottom: 24px;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.event-table tr:nth-of-type(even) {
    background: #fdfdfd;
}
.event-table tr:nth-of-type(odd) {
    background: #f2f2f2;
}

.event-table .table-bordered tbody:first-child tr:first-child > td:first-child {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}
.event-table .table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}

.event-table .table-bordered th,
.event-table .table-bordered td {
    border-left: 1px solid #dddddd;
}

.event-table .table thead th {
    vertical-align: bottom;
}
.event-table .table-condensed th, .table-condensed td {
    padding: 4px 5px;
}

.event-table .table th,
.event-table .table td {
    line-height: 24px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
    padding: 5px;
}

.event-table th {
    background: #333;
    color: white;
    font-weight: bold;
}

.event-table a {
    color: #117a9e;
    text-decoration: none;
}

.event-table a:hover {
    color: #0a4559;
    text-decoration: underline;
}

.event-table td {
    font-size: 14px;
}
.hidden {
    display: none;
    visibility: hidden;
}
.visible-phone {
    display: none !important;
}
.visible-tablet {
    display: none !important;
}
.hidden-desktop {
    display: none !important;
}
.visible-desktop {
    display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
    .hidden-desktop {
        display: inherit !important;
    }
    .visible-desktop {
        display: none !important;
    }
    .hidden-phone {
        display: none !important;
    }
    .visible-phone {
        display: none !important;
    }
    .visible-tablet {
        display: inherit !important;
    }
    .hidden-tablet {
        display: none !important;
    }
    .row {
        margin-left: 0px !important;
    }
}

@media (max-width: 767px) {
    .hidden-desktop {
        display: inherit !important;
    }
    .visible-desktop {
        display: none !important;
    }
    .visible-phone {
        display: inherit !important;
    }
    .hidden-phone {
        display: none !important;
    }
}

@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    /* Force table to not be like tables anymore */
    .event-table table, .event-table thead, .event-table tbody, .event-table th, .event-table td, .event-table tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .event-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .event-table tr { border: 1px solid #ccc; }

    .event-table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #bbb;
        text-align: center !important;
    }

    .event-table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: -45%;
        width: 45%;
        padding-left:10px;
        padding-right: 10px;
    //white-space: nowrap;
    }

    .event-table a.registerinfobtn {
        width: 40%;
    }
    .event-table .block-xs {
        display: block !important;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media (max-width: 1024px) {
    .event-table tr.mobile-margin-bottom {
        margin-bottom: 15px;
    }
}

@media all and (max-width:1024px) {
    .event-table span.camp-name-wrap {
        display: block;
    }
}

.event-table span.camp-name-wrap {
    margin-left:20px;
}
.event-table span.camp-name-wrap img {
    vertical-align: text-bottom !important;
}
.event-table span.camp-name-text {
    color:white;
    padding:1px 6px 1px 6px;
    border-radius:6px;
    font-weight:bold;
}

.event-table a:hover span.camp-name-text {
    text-decoration: none;
}
.event-table span.camp-name-text.red {
    background-color:red;
}
.event-table span.camp-name-wrap i.red {
    color: red;
}
.event-table span.camp-name-text.green{
    background-color: green;
}
.event-table span.camp-name-wrap i.green {
    color: green;
}
.event-table span.camp-name-wrap img {
    width: 24px;
    margin-right: 5px;
}
.event-table span.camp-name-text.dark-red {
    background-color:#80220f;
}
.event-table span.camp-name-text.orange {
    background-color:orange;
}

.event-table span.camp-name-wrap i.orange {
    color: orange;
}
.event-table span.camp-name-text.black {
    background-color:black;
}

.event-table span.camp-name-wrap i.black {
    color: black;
}

.event-table a.registerinfobtn.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #cb4e14;
    background-image: -moz-linear-gradient(top, #fe5000, #cb4e14);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fe5000), to(#cb4e14));
    background-image: -webkit-linear-gradient(top, #fe5000, #cb4e14);
    background-image: -o-linear-gradient(top, #fe5000, #cb4e14);
    background-image: linear-gradient(to bottom, #fe5000, #cb4e14);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffe5000', endColorstr='#ffcb4e14', GradientType=0);
    border-color: #cb4e14 #cb4e14 #955903;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #cb4e14;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}