/*
Template Name: Flat Lab Dashboard build with Bootstrap v3.3.2
Template Version: 3.0
Author: Mosaddek Hossain
Website: http://thevectorlab.net/
*/

/* Import fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

* {
    letter-spacing: -0.5px!important;
}

body {
    color: #797979;
    background: #f0f0f0;
    font-family: 'Open Sans', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size:13px;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

.dropdown.permissions-actions-dropdown button {
    border-radius: 20px !important;
}

.dont-break-out {

  /* These are technically the same, but use both */
  overflow-wrap: break-word!important;
  word-wrap: break-word!important;

  -ms-word-break: break-all!important;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all!important;
  /* Instead use this non-standard one: */
  word-break: break-word!important;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto!important;
  -moz-hyphens: auto!important;
  -webkit-hyphens: auto!important;
  hyphens: auto!important;

}



/*Unseen Column*/
@media only screen and (max-width: 800px) {
    #unseen table td:nth-child(2),
    #unseen table th:nth-child(2) {display: none;}
}

@media only screen and (max-width: 640px) {
    #unseen table td:nth-child(4),
    #unseen table th:nth-child(4),
    #unseen table td:nth-child(7),
    #unseen table th:nth-child(7),
    #unseen table td:nth-child(8),
    #unseen table th:nth-child(8){display: none;}
    .timeline-tr {
        width: 47%;
    }
    




}

/*flip-scroll*/

@media only screen and (max-width: 800px) {
    #flip-scroll .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
    #flip-scroll * html .cf { zoom: 1; }
    #flip-scroll *:first-child+html .cf { zoom: 1; }
    #flip-scroll table { width: 100%; border-collapse: collapse; border-spacing: 0; }

    #flip-scroll th,
    #flip-scroll td { margin: 0; vertical-align: top; }
    #flip-scroll th { text-align: left; }
    #flip-scroll table { display: block; position: relative; width: 100%; }
    #flip-scroll thead { display: block; float: left; }
    #flip-scroll tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
    #flip-scroll thead tr { display: block; }
    #flip-scroll th { display: block; text-align: right; }
    #flip-scroll tbody tr { display: inline-block; vertical-align: top; }
    #flip-scroll td { display: block; min-height: 1.25em; text-align: left; }


    /* sort out borders */

    #flip-scroll th { border-bottom: 0; border-left: 0; }
    #flip-scroll td { border-left: 0; border-right: 0; border-bottom: 0; }
    #flip-scroll tbody tr { border-left: 1px solid #babcbf; }
    #flip-scroll th:last-child,
    #flip-scroll td:last-child { border-bottom: 1px solid #babcbf; }
}

/*no more table*/

@media only screen and (max-width: 800px) {
    
    #no-more-tables td {
        min-height: 40px;
    }
    
    .er-lang-wrap {
    width: 100%!important;
    float: left;
}
    
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

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

    #no-more-tables tr { 
        border: 1px solid #e7ebee;
        margin-bottom: 10px;
        box-shadow: 4px 4px 6px -4px rgba(0,0,0,.25);
        border-radius: 3px;
        padding: 10px 9px 0px 5px;
        background-color: #fff;
    }

    #no-more-tables td {
        /* Behave like a "row" */
           border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%!important;
    white-space: normal;
    text-align: right;
    overflow-wrap: break-word;
    }
    
    
    #no-more-tables td.affiliate-code {
     border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 35%!important;
    white-space: normal;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    }
    
    
    #no-more-tables td.ticketActions {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 0!important;
    white-space: normal;
    text-align: right;
    margin-left: 6px;
}

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: 600;
        line-height: 27px;
    }

    /*
    Label the data
    */

    #no-more-tables td:before { content: attr(data-title); }
}

.progress-bar-warning {
    background-color: #03b184!important;
}

.list-view-wrapper {
    width: 100%;
    background: #fff;
    float: left;
    clear: left;
}

.lv-results-outer {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.lv-block-img {
    border: 1px solid red;
    width: 100%;
}

.filter-instructions {
    border-bottom: 1px solid #f4f4f4;
    float: left;
    clear: left;
    width: 100%;
    padding: 10px 10px 20px 10px;
    font-size: 14px;
    color: #363636;
}

.map-view-result-img-wrap {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    min-height: 115px;
}

.map-view-result-img {
    border-radius: 4px;
    width: 150%;
    margin-left: -25%;
    /* height: 150%; */
    display: block;
    position: relative;
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    margin-top: 45px;
}

.list-view-result-img-wrap {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
    position: relative;
    min-height: 115px;
    display: block;
    margin-top: 40px; 
}

.lv-result-info-wrapper {
    padding: 15px;
    margin-bottom: 50px;
}

.leader-outer {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.white-page {
    background-color: #fff!important;
}

.list-view-result-img {
    border-radius: 4px;
    width: 150%;
    margin-left: -25%;
    /* height: 150%; */
    display: block;
    position: relative;
    margin-top: 45px;
}

.list-view-result-img-mob-view {
    border-radius: 4px;
    width: 150%;
    margin-left: 0px;
    /* height: 150%; */
    display: block;
    position: relative;
    margin-top: 0px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    
}

.list-view-result-img-mob-view img {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.nd-filters-wrap {
    width: 100%;
    float: left;
    padding: 35px 10px 8px 10px;
    position: relative;
}

#new-leaderboard {
    position: relative;
}

.nd-filter-new-type {
    background-color: #fff;
    display: inline-block;
    padding: 7px 14px;
    border-radius: 30px;
    margin-right: 10px;
    color: #333;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #b0b0b0;
    font-size: 15px;
}

.nd-filter-new-type:hover {
    border: 1px solid #000!important;
}

.search-category-options {
    display: none;
    box-shadow: #d6e4ed 0 1px 6px;
    padding: 20px 35px 14px 10px;
    position: absolute;
    top: 50px;
    left: 18px;
    background-color: #fff;
    z-index: 999999;
    border-radius: 6px;
}

.nd-filter {
    background-color: #eff5f8;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 4px;
    margin-right: 10px;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.newer-search-category-options {
    display: none;
    box-shadow: rgba(214, 228, 237, 1) 0px 1px 6px;
    padding: 25px;
    position: absolute;
    background-color: #fff;
    z-index: 999999;
    border-radius: 6px;
    top: 64px;
}

#datatable4_length, #datatable4_filter {
    display: none;
}

#datatable4 tr:nth-of-type(odd) {
    background-color: #fff!important;
}

.sub-category-options {
    display: none;
    box-shadow: rgba(214, 228, 237, 1) 0px 1px 6px;
    padding: 20px 35px;
    position: absolute;
    top: 69px;
    left: 113px;
    background-color: #fff;
    z-index: 999999;
    border-radius: 6px;
}

.date-category-options {
    display: none;
    box-shadow: rgba(214, 228, 237, 1) 0px 1px 6px;
    padding: 20px 35px;
    position: absolute;
    top: 69px;
    left: 113px;
    background-color: #fff;
    z-index: 999999;
    border-radius: 6px;
}

.category-option {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin-left: 12px;
}

.category-option-newer {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 5px;
    margin-top: 5px;
}

.nd-filters-wrap-sml {
    width: 100%;
    float: left;
    padding: 14px 10px 5px 0px;
}



.nd-filter-sml {
    background-color: #eff5f8;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 4px;
    margin-right: 10px;
    color: #333333;
}

.events-results-wrap {
    float: left;
    clear: left;
    padding: 50px 10px 20px 10px;
    font-size: 20px;
    color: #333333;
    width: 100%;
    border-bottom: 1px solid #f4f4f4;
    font-weight: 600;
}


.events-results-wrap-lv {
    float: left;
    clear: left;
    padding: 50px 0px 5px 0px;
    font-size: 27px;
    color: #333333;
    width: 100%;
    font-weight: 600;
}

.percentage-loader-label {
    font-size: 14px;
    color: #363636;
}

.skip-profile-complete {
    border: none;
    float: right;
    border-radius: 50px;
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #363636;
    background: #f5f6f7;
}

.next-profile-complete {
    border: none;
    float: right;
    margin-left: 5px;
    border-radius: 50px;
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #ff5b34;
}

.sales-table-data {
    color: #363636;
}

.sales-table-totals {
    color: #363636;
    font-weight: 600;
}

.map-footer-fundraisers {
    font-size: 14px;
    font-weight: 600;
    color: #363636;
}

.map-footer-fig {
    font-size: 23px;
    color: #363636;
    font-weight: 600;
    margin-top: 6px;
    float: left;
    width: 100%;
    margin-bottom: 55px;
}

.map-footer-link {
   width: 100%;
    display: block;
    padding: 2px 10px;
}

.map-footer-powered-by img {
    width: 100%;
    max-width: 293px;
}

.map-footer {
    display: none!important;
    width: 100%;
    border-top: 1px solid #dadada;
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #dadada;
}

.affiliateDataTablesLIst_length > select {
    border: 1px solid red!important;
}

.map-footer-img-left {
    border: 1px solid #fff;
    max-width: 50px;
    border-radius: 100px;
    float: left;
}

.map-footer-img-right {
    border: 1px solid #fff;
    max-width: 50px;
    border-radius: 100px;
    float: left;
    margin-left: -15px;
}

.map-footer-title {
    font-size: 15px;
    font-weight: 600;
    color: #363636;
    margin-bottom: 15px;
}

.progress {
    margin-bottom: 5px!important;
}

.bio-textarea {
    border: 1px solid #cdcfd1;
    width: 100%;
    border-radius: 4px;
    min-height: 184px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f0f2f75c!important;
}

.profile-complete-icon {

text-align: center;
    font-size: 90px;
    margin-top: 14px;
    margin-bottom: 15px;
    color: #ddd;
}


.profile-complete-text {
    font-size: 16px;
    font-weight: 600;
    color: #363636;
    text-align: center;
    line-height: 25px;
    margin-bottom: 25px;
}

.fitness-app-icons {
    height: 71px;
    background-image: url(../img/fitness-apps.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 25px;
    cursor: pointer;
}

.upload-profile-pic {
    background-image: url(../img/event-logo-diagram-laptop.png);
    border: 1px dashed #bbb;
    border-radius: 4px;
    text-align: center;
    font-size: 57px;
    color: #aaa;
    background-color: #fafafa;
    background-size: 272px;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 208px;
    margin-bottom: 25px;
    cursor: pointer;
}

.upload-banner-pic {
    background-image: url(../img/event-listing-full-banner.png);
    border: 1px dashed #bbb;
    border-radius: 4px;
    text-align: center;
    font-size: 57px;
    color: #aaa;
    background-color: #fafafa;
    background-size: 272px;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 208px;
    margin-bottom: 25px;
    cursor: pointer;
}

.order-dets-title {
    font-weight: 600;
    color: #363636;
    letter-spacing: -0.5px;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
    border-bottom: 1px solid #eee;
    width: 100%;
    padding: 15px 25px;
}


.spacer50 {
    width: 100%;
    height: 50px;
}

.spacer5 {
    width: 100%;
    height: 5px;
}


.checkboxes-inner {
    border-radius: 4px;
    padding-bottom: 7px;
}

.selected-ticket {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    font-size: 15px;
    color: #363636;
    padding-bottom: 10px;
}

.sh-error {
    border: 1px solid #d86363!important;
    box-shadow: 0px 0px 12px 5px rgba(245,210,211,1)!important;
    background-image: url(../img/sh-error.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 98% 10px;
    border-radius: 4px;
}

.mh325 {
    min-height: 347px;
}

.mh350 {
    min-height: 291px;
}

.mh120 {
    min-height: 124px;
}

.mh36 {
    min-height: 36px;
}

.cq-mob-menu {
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    box-shadow: 0 1px 5px 0px rgba(0,0,0,.25);
    border: 1px solid #eee;
    border-radius: 50px;
    color: #363636;
    line-height: 32px;
    font-size: 19px;
    margin-top: 14px;
    margin-right: 17px;
}

.cq-mob-menu-panel {
    min-height: 10px;
    float: right;
    position: absolute;
    right: 15px;
    top: 50px;
    background-color: #fff;
    box-shadow: rgba(84, 96, 103, 0.25) 0px 1px 9px;
    z-index: 99;
}

.cq-mob-menu-panel li {
    padding: 12px 25px;
    color: #363636;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #f1f1f1;
}

.cq-mob-menu-panel li a {
    color: #363636!important;
}

.ov-db-icon {
    padding: 0px;
    clear: left;
    max-width: 25px;
    margin-left: -6px;
}

.ef-post-view-title {
    font-weight: 600!important;
}

.charity-profile {
    text-align: center;
    margin-top: -11px;
}

.upload-charity-profile-pic {
    margin-top: 25px;
    max-width: 140px;
}

.charity-profile img {
    border: 5px solid #fff;
    max-width: 135px;
    max-height: 135px;
    width: 100%;
    border-radius: 100px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
}

.change-charity-img {
    border: 1px solid #dfe2e8;
    border-radius: 24px;
    font-weight: 600;
    padding: 6px 12px;
    color: #363636;
    background-color: #fafafa;
    margin-left: auto;
    margin-right: auto;
}

.admin-charity-profile {
    text-align: center;
}

.admin-charity-profile img {
    border: 5px solid #fff;
    max-width: 135px;
    max-height: 135px;
    width: 100%;
    border-radius: 100px;
    box-shadow: 0 1px 9px 0 rgba(0,0,0,.25);
}


.delete-img-btn {
    border: 1px solid red;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: absolute;
    bottom: 13px;
    left: 32%;
    background-color: #ff5b34;
    border-color: #ff5b34;
    color: #FFFFFF;
    border-radius: 20px;
    font-weight: 600;
    padding: 5px 20px;
}

.profile-img-overview {
    width: 65px;
    height: 65px;
    max-width: 80px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
}

.delete-image {
    color: #000;
    margin-bottom: 15px;
    display: inline-block;
    margin-top: 5px;
    
}

.delete-image:hover {
    color: #000;
}

.delete-image-i {
    font-size: 12px;
}

.overview-title-link {
    display: block;
    color: #363636;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 3px;
}

.footer-btn {
    padding: 5px 15px;
    margin-right: 10px;
}

.recognised-modal {
    padding: 25px;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
}

.recognised-modal-badge {
    width: 40px;
    height: 40px;
    background-image: url(../img/etchlogo-small.png);
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: contain;
}

.sh-error-details {
    border: 1px solid #d86363;
    background-color: #fde3e3;
    position: absolute;
    padding: 2px 20px;
    border-radius: 4px;
    color: #d86363;
    margin-top: 1px;
    z-index: 999;
}

.error-pointer {
    background-image: url(../img/pointer.png);
    width: 18px;
    height: 10px;
    margin-top: -12px;
}

.mt-sml {
    display: inline-block;
    margin-bottom: 10px;
}

.edit-merch-table-tr {
    vertical-align: middle!important;
    font-size: 15px!important;
    color: #363636;
}

.edit-merch-section {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
}

.edit-merch-thead {
    background-color: #fff!important;
}

.edit-merch-table-tr select {
    padding: 5px 5px!important;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.edit-merch-row {
    background-color: #fff;
    border-radius: 4px;
    
}

.edit-post-row {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.allocate-item {
    clear: left;
    float: left;
    width: 100%;
}

.allocate-row {
    border-top: 1px solid #eee;
    padding-top: 13px;
    padding-bottom: 10px;
}

.allocate-text {
    
}

.ticket-to-allocate {
    font-weight: 600;
    color: #ff5b34;
    margin-bottom: 21px;
}

.merch-options {
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 15px 10px;
    border-radius: 2px;
    float: left;
    width: 100%;
}

.back-feed {
    width: 125px;
    text-align: center;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

.checklist-btn {
    margin-top: -28px;
}

.preview-draft {
    width: 91px!important;
    background-color: transparent!important;
    padding: 0px!important;
    line-height: 18px!important;
    color: #363636;
}

.make-live-bottom {
    width: 151px!important;
    background-color: transparent!important;
    padding: 0px!important;
    line-height: 18px!important;
    color: #363636;
}

.make-live-btn {
    border: none;
    float: right;
    margin-top: 11px;
    font-size: 15px;
    padding: 6px 13px;
}

.manage-reports-footer {
    margin-top: -73px;
    text-align: center;
    padding-top: 14px;
    bottom: 18px;
    border-top: 1px solid #e7ebee;
    margin-bottom: 32px;
}


.manage-reports-footer a {
    color: #363636!important;
    font-weight: 600!important;
}
    
.bottom0 {
    border: 1px solid red!important
}

.progress-th {
    font-size: 15px;
    font-weight: 600;
    color: #363636;
}

.ticket-group-title {
    font-size: 13px;
    font-weight: 600;
    color: #363636;
}


.btn-a {
    border: none;
    background: #ff5b34;
    color: #FFFFFF!important;
    border-radius: 20px;
    font-weight: 600;
    padding: 6px 12px;
    font-size: 14px;
}

.ticket-actions {
    border: 1px solid red;
}

.sh-sub {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px;
    color: #444;
}

.p1012 {
    padding: 10px 12px!important;
}

.sq-end {
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}

.ga-box {
    background-color: #fff;
    border: 1px solid rgba(150, 160, 180, 0.3);
    padding: 30px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: none;
}

.ga-box-lower {
    background-color: #eee;
    border: 1px solid rgba(150, 160, 180, 0.3);
    padding: 30px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    float: left;
    width: 100%;
}

.ga-hr {
    float: left;
    clear: left;
    width: 100%;
    border-top: 1px solid #ccc;
}
.alert-border {
    border: 1px solid #bce8f1;
}
.help-icon {
    border-radius: 31px;
    cursor: pointer;
    background-color: #fafafa;
    margin-right: 15px;
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    box-shadow: 0 1px 5px 0px rgba(0,0,0,.25);
    border: 1px solid #eee;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #363636;
    padding: 7px 12px;
    display: block;
}

.charity-profileimg-wrap {
    text-align: center;

}

.fundraising-sub {
    margin-top: -40px;
    display: inline-block;
    padding: 0px 10px 10px 10px;
    font-size: 14px;
}

.supporter-date {
    margin-top: -10px;
    display: inline-block;
    padding: 5px 10px 10px 15px;
    font-size: 12px;
}

.supporter-date a {
    color: #363636!important;
    font-size: 13px;
    font-weight: 600;
    float: right;
    margin-top: 5px;
}

.comments-likes {
    border-bottom: 1px solid #f0eef4;
    float: left;
    width: 100%;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

.people-raised {
    margin-top: -5px;
    display: inline-block;
    padding: 0px 10px 10px 10px;
    font-size: 13px;
    color: #363636;
    font-weight: 500;
}
.donor-msg-outer {
    margin-top: -5px;
    display: inline-block;
    padding: 0px 20px 10px 10px;
    font-size: 13px;
    color: #363636;
    font-weight: 500;
}

.supporter-main-name {
    font-size: 18px;
    font-weight: 400;
    color: #363636;
}

.supporter-main-name a {
    color: #363636;
    font-weight: 600;
    margin-left: 18px;
}

.supporter-amount {
    margin-top: -5px;
    display: inline-block;
    padding: 0px 10px 10px 10px;
    font-size: 19px;
    color: #363636;
}

.valign-top {
    vertical-align: top;
}

.charity-profileimg-wrap img {
    width: 75px;
    border-radius: 184px;
    border: 4px solid #ffffff;
    box-shadow: rgba(84, 96, 103, 0.25) 0px 1px 9px;

}

.supporter-profile-img img {
    width: 65px;
    border-radius: 200px;
    border: 2px solid #fff;
    margin-top: -10px;
    min-width: 65px;
    min-height: 65px;
    max-width: 65px;
}

.supporter-profile-img-lower img {
    width: 65px;
    border-radius: 200px;
    border: 2px solid #fff;
    margin-top: 10px;
}

.donation-amount-lower {
    font-size: 21px;
    color: #363636;
    font-weight: 600;
}

.donate-btn-banner {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 6px 31px;
    background-color: #ff5b34;
    border: 1px solid #ff5b34;
    color: #FFFFFF;
    border-radius: 50px;
    font-weight: 600;
    font-size: 17px;
    margin-top: 14px;
}

.charity-bio-hr {
    margin-top: 10px;
    border-top: 1px solid #eff2f7;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
}

.scroll-down-hint {
    border: 2px solid #797979;
    position: absolute;
    bottom: 92px;
    right: 45px;
    z-index: 999;
    border-radius: 25px;
    padding: 3px 9px;
    background-color: #fff;
}

.scroll-down-hint i {
    font-size: 26px;
    text-align: center;
    width: 100%;
}

.sales-table-fig {
    font-size: 20px;
    font-weight: 600;
}

.chart-date-btn-group {
    box-shadow: 0 1px 5px 0px rgba(0,0,0,.25);
    border-radius: 20px;
}    

.chart-options-btn {
        background-color: #fff;
    border-radius: 20px;
    color: #363636;
    font-weight: 600;
    display: block;
    border: 1px solid #eee!important;
    margin-top: 10px;
    padding: 7px 11px;
    margin-right: 23px;
    cursor: pointer;
    transition: all 200ms linear;
}

.chart-options {
    text-align: right;
    height: 60px;
    border-top: 1px solid #eee;
    text-align: right;
    height: 60px;
    border-top: 1px solid #eee;
    background: #f4f4f494!important;
}

.btn-sm-chart-options {
    background-color: #fff;
    color: #363636;
    display: block;
    border: 1px solid #eee!important;
    margin-top: 10px;
    padding: 7px 19px!important;
    margin-right: 10px;
    font-size: 14px;
}

.chart-date-btn-group-cp {
    border: 1px solid #eee;
    border-radius: 20px;
    margin-top: 6px;
    margin-bottom: 6px;
}    

.chart-date-btn {
    background-color: #fff;
    border-radius: 20px;
    color: #363636;
    font-weight: 600;
}

.chart-date-btn:focus, .chart-date-btn:hover, .chart-date-btn-active, .selected_date_range, .selected_result_type, .selected_day_type_range {
    background-color: #ff5b34;
    color: #ffffff;
}


.compare-fig {
    color: #36a2eb;
}

.original-fig {
    color: #ff6384;
}


.create-fr-h1 {
    border: 1px solid red;
}

.hide-or-sort {
    display: block;
    float: left;
    position: absolute;
    margin-top: 10px;
    z-index: 99;
    left: -18px;
}

.donate-heading {
    text-align: center;
    color: #363636;
    line-height: 27px;
    margin-bottom: 20px;
}

.donate-heading-lrg {
    text-align: center;
    color: #363636;
    margin-top: 35px;
}

.donate-p {
    text-align: center;
    color: #363636;
    margin-bottom: 30px;
    margin-top: 15px;
    font-size: 14px;
}

.donate-profile {
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 65px;
    width: 100%;
    max-width: 120px;
    max-height: 120px;
    border: 5px solid rgba(0, 0, 0, 0.2);
    /*margin-top: 97px;*/
    margin-bottom: 25px;
}

.cs-profile {
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 65px;
    width: 100%;
    max-width: 120px;
    max-height: 120px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    /*margin-top: 97px;*/
    margin-bottom: 25px;
}


.donation-amount-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 25px;
    margin-bottom: 135px;
}


.join-er-form {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 25px;
    /*margin-bottom: 135px;*/
}

.join-er-form-wider {
    max-width: 700px!important;
}

.join-er-form .form-value{
   width: 100%!important;
}

.join-er-form input[type=text] {
    width: 100%!important;
    font-size: 15px!important;
    height: 50px!important;
    font-weight: 500;
    margin-bottom: 20px;
    box-sizing: border-box;
    display: block;
    max-width: 100%;
}


.donate-form {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 25px;
    margin-bottom: 135px;
}

.donate-form .form-value{
   width: 100%!important;
}

.donate-form input[type=text] {
    width: 100%!important;
    font-size: 15px!important;
    height: 50px!important;
    font-weight: 600!important;
    margin-bottom: 20px!important;
    box-sizing: border-box;
    display: block;
    max-width: 100%;
}


.anon-both-wrap {
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 78px;
}

.anon-check-wrap {
    float: left;
    width: 10%;
    
}

.child-reply-btn {
    cursor: pointer;
}

.like_button_comment_replay {
    padding: 0px!important;
}

.anon-check-label-wrap {
    float: left;
    width: 90%;
    margin-top: 5px;
    padding-left: 10px;
}

.slim-form {
    max-width: 500px;
}

.editable-event-name {
    font-size: 20px;
    margin-bottom: 25px;
    color: #363636;
    border-bottom: 1px dashed #cccccc;
    cursor: pointer;
    padding-bottom: 5px;
    margin-top: 30px;
}

.iframe-fancybox {
    padding: 25px;
}

.editable-event-name-pencil {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    margin-top: -27px;
    font-size: 17px;
    display: block;
}

.fr-subtitle {
    text-align: center;
    font-size: 16px;
    color: #363636;
    margin-top: 20px;
}

.editable-fundraising-event-name-pencil {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 45px;
    margin-top: -27px;
    font-size: 17px;
    display: block;
}

.lukbtn {
    border: 1px solid transparent;
    background: transparent;
}

.lighter {
    font-weight: 500;
    margin-top: -7px;
    display: block;
    color: #797979;
    font-size: 13px;
}

.lighter-mtio-13 {
    font-weight: 500;
    margin-top: -25px;
    display: block;
    color: #797979;
    font-size: 13px;
    margin-bottom: 11px;
    min-height: 10px;
}

.join-er-form .form-value{
   width: 100%!important;
}

.join-er-form input[type=text] {
    width: 100%!important;
    padding-left: 18px!important;
    font-size: 15px!important;
    height: 50px!important;
    font-weight: 500;
    margin-bottom: 20px;
    box-sizing: border-box;
    display: block;
    max-width: 100%;
}

.profile-events-date {
    text-align: center;
    font-size: 14px;
    color: #363636;
    font-weight: 600;
    font-style: italic;
}

#webWidget {
    z-index: 99999999!important;
}

.invitation-input {
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-bottom: 30px!important;
}


.join-er-form input[type=password] {
    width: 100%!important;
    padding-left: 18px!important;
    font-size: 15px!important;
    height: 50px!important;
    font-weight: 600!important;
    margin-bottom: 20px!important;
    box-sizing: border-box;
    display: block;
    max-width: 100%;
}


.join-er-form input[type=email] {
    width: 100%!important;
    padding-left: 18px!important;
    font-size: 15px!important;
    height: 50px!important;
    font-weight: 600!important;
    margin-bottom: 20px!important;
    box-sizing: border-box;
    display: block;
    max-width: 100%;
}

.join-er-h2 {
    font-family: 'open sans', arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #363636;
}

.setup-wrapper {
    margin-top: 0px!important;
    z-index: 99999999;
    background-color: #fff;
    position: relative;
    float: left;
    width: 100%;
}

.er-login-modal-badge {
    width: 40px;
    height: 40px;
    background-image: url(../images/logo/etchlogo-small.svg);
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: contain;
}

.grey-modal-header {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom: none!important;
}

.login-modal-content {
    background-color: #fafafa!important;
}

.forgot-pw-modal {
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
}

.reset-pw-modal {
    color: #ff5b35;
    font-weight: 600;
}

.login-btn-lrg {
    background-color: #ff5b35;
    color: #ffffff;
    width: 100%;
    padding: 14px 0px;
    margin-top: 20px;
    border: 1px solid #ff5b35;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    font-size: 100%;
}

.cf-continue-btn {
    background-color: #ff5b35;
    color: #ffffff;
    width: 100%;
    padding: 10px 0px;
    margin-top: 20px;
    border: 1px solid #ff5b35;
    border-radius: 80px;
    font-weight: 600;
    cursor: pointer;
    font-size: 17px;
}

.about-charity-profile {
    border: 3px solid rgba(0, 0, 0, 0.2);
    width: 90px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    border-radius: 100%;
}

.cp-double-right {
    float: left;
    margin-left: -27px;
}
.cp-double-left {
    float: left;
}

.cp-double-outer {
    width: 186px;
    margin-left: auto;
    margin-right: auto;
}

.event-protect-wrapper img {
    max-width: 160px;
    margin-bottom: 25px;
}
.event-protect-providers img {
    max-width: 400px;
    margin-bottom: 25px;
}

.info-ep {
    max-width: 65px;
    margin-right: 20px;
}

.event-protect-block {
    border-top: 1px solid #eee;
}

.donations-chart-outer {
    float: left;
    margin-top: 28px;
    border: none;
    box-shadow: rgba(84, 96, 103, 0.25) 0px 1px 9px;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 4px;
}

.new-here-link {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-weight: 500;
}

.login-w-fb-link {
    margin-bottom: 25px;
}

.remember-me-wrap {
    color: #ccc;
    text-align: right;
    margin-top: 5px;
    padding: 3px 10px;
}

.remember-me {
    color: #999999!important;
    font-size: 13px;
}

.login-w-fb-link a {
    display: block;
    text-align: center;
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
}

.new-here-link a {
    color: #ff5b35;
    font-weight: 600;
}


.donate-msg-heading {
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
    color: #363636;
}

.editable-event-name:hover .editable-event-name-pencil {
    display : block;
}

.editing-event-name {
    margin-top: 30px;
}

.edit-cancel {
    background-color: #e74c3c;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 33px;
    cursor: pointer;
    margin-top: 7px;
}


.edit-save {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 33px;
    cursor: pointer;
    margin-top: 7px;
    background-color: #2ecc71;
}

.upload-badge {
    width: 24px;
    height: 24px;
    text-align: center;
    background-color: #2ecc71;
    color: #fff;
    border-radius: 50%;
    line-height: 24px;
    margin-top: -21px;
    position: relative;
    z-index: 99;
    cursor: pointer;
}

.join-er-form input[type=password] {
    width: 100%!important;
    font-size: 15px!important;
    height: 50px!important;
    font-weight: 600!important;
    margin-bottom: 20px!important;
    box-sizing: border-box;
    display: block;
    max-width: 100%;
}

.donation_radio_buttons > .btn {
    padding: 19px 18px;
    font-size: 14px;
    color: #363636;
    border: 1px solid #D2D6DF;
}

.donation_radio_buttons {
    margin-bottom: 20px;
}

.donate-currency {
    margin: 0px!important;
    height: 62px;
    margin-left: -2px!important;
}

#donation_amount_value {
    height: 62px!important;
    margin-bottom: 0px!important;
}

.w100 {
    width: 100%;
}

.donator-message {
    width: 100%;
    border-radius: 4px;
    padding: 10px!important;
    border: 1px solid #ccc;
    margin-bottom: 25px;
    margin-top: 0px;
    min-height: 100px;
    
}

.cf-smaller td {
    color: #363636;
    font-size: 13px;
}

.donator-message:placeholder {
    color: #545559!important;
    opacity: 1!important;
    font-style: italic;
}

.donator-name {
    font-size: 20px;
    margin-top: 20px;
    color: #363636;
}

#resultsContainerDisplayPeople {
    width: 100%;
}

.donator-profile {
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 65px;
    width: 100%;
    max-width: 120px;
    max-height: 120px;
    border: 5px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
}

.join-er-form input[type=email] {
    width: 100%!important;
    font-size: 15px!important;
    height: 50px!important;
    font-weight: 600!important;
    margin-bottom: 20px!important;
    box-sizing: border-box;
    display: block;
    max-width: 100%;
    border: 1px solid #cccccc;
}

.sort-chart-row-icon {
    
    width: 20px;
    height: 20px;
    cursor: move;
    float: left;
    margin-top: 2px;
    font-size: 18px;
    margin-left: 10px;
    color: #2a8ffb;
}

.event-protect-enabled {
    color: #ffffff;
    padding: 10px 10px;
    border-radius: 4px;
    background: #742651; /* Old browsers */
    background: -moz-linear-gradient(left,  #742651 0%, #a42752 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #742651 0%,#a42752 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #742651 0%,#a42752 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#742651', endColorstr='#a42752',GradientType=1 ); /* IE6-9 */
    margin-top: 7px;
}


.ep-logo-enabled {
    background: #742651; /* Old browsers */
    background: -moz-linear-gradient(left,  #742651 0%, #a42752 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #742651 0%,#a42752 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #742651 0%,#a42752 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#742651', endColorstr='#a42752',GradientType=1 ); /* IE6-9 */
}

.ep-logo-disabled {
    background: #ccc;

}

.ep-logo {
    float: right;
    width: 100px;
    padding: 10px;
    border-radius: 4px;
    margin-top: -17px;
    margin-right: -15px;
}

.ep-logo img {
    width: 100%;
}


.rp-logo-enabled {
    background: #324087; /* Old browsers */
    background: -moz-linear-gradient(left,  #324087 0%, #38b8c3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #324087 0%,#38b8c3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #324087 0%,#38b8c3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#324087', endColorstr='#38b8c3',GradientType=1 ); /* IE6-9 */
}

.rp-logo-disabled {
    background: #ccc;

}

.rp-logo {
    float: right;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 4px;
    margin-top: -17px;
    margin-right: -15px;
}

.rp-logo img {
    max-width: 45px;
}

.rp-1-list {
    margin-left: 20px !important;
    font-weight: 500;
    margin-top: 10px;
}
.rp-1-list li {
    list-style: unset;
}

.event-protect-enabled-grey {
    color: #ffffff;
    padding: 10px 10px;
    border-radius: 4px;
    background: #cccccc; /* Old browsers */
    margin-top: 7px;
}



.refund-protect-enabled {
    color: #ffffff;
    padding: 10px 10px;
    border-radius: 4px;
    background: #324087; /* Old browsers */
    background: -moz-linear-gradient(left,  #324087 0%, #38b8c3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #324087 0%,#38b8c3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #324087 0%,#38b8c3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#324087', endColorstr='#38b8c3',GradientType=1 ); /* IE6-9 */
    margin-top: 7px;
}
.refund-protect-enabled-grey {
    color: #ffffff;
    padding: 10px 10px;
    border-radius: 4px;
    background: #cccccc; /* Old browsers */
    margin-top: 7px;
}


.customiseReportsMob {
    color: #ff5b34!important;
    font-weight: 400;
    font-size: 14px;
    display: none;
}

.enlarged-banner {
    text-align: center;
    overflow-x: hidden;
}

.enlarged-banner img {
    text-align: center;
    width: 133%;
    margin-left: -16%;
}

.sales-table-row {
    border-bottom: 1px solid #e7ebee;
}

.sales-table-label {
    font-size: 13px;
    color: #363636;
    margin-bottom: 9px;
    font-weight: 600;
}

.control-div-hr {
    border-top: 1px solid #000;
    margin: 0px 9.5%;
}

.top25ap {
    top: 25px!important;
}

.chartheader {
    color: #363636;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.aff-grid-code-outer {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    padding: 10px 9px;
    background-color: #fafafa;
    margin-top: -5px;
}

.aff-label {
    color: #363636;
    font-weight: 600;
}

.affiliate-status-active {
    color: #27ae60;
    font-size: 54px;
}

.affiliate-status-active-orders {
    color: #27ae60;
    font-size: 39px;
}

.affiliate-status-not-achieved {
    color: #e74c3c;
    font-size: 39px;
}

.actions-affiliate {
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    font-weight: 600;
}

.actions-affiliate a {
    border: 1px solid #eee;
    color: #363636;
    padding: 5px 15px;
    margin-left: 7px;
    box-shadow: 0 1px 5px 0px rgba(0,0,0,.25);
    border-radius: 18px;
}

.aff-status-active {
    color: #363636;
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
}

.aff-status-active-orders {
    color: #363636;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.aff-status-active-orders-claim {
    color: #363636;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

.aff-status-expired {
    color: #e74c3c;
    font-size: 18px;
    font-weight: 600;
    margin-top: 7px;
}

.aff-status-achieved {
    color: #27ae60;
    font-size: 18px;
    font-weight: 600;
    margin-top: 7px;
}

.affiliate-link-expires {
    float: left;
    width: 100%;
    margin-top: 25px;
    font-size: 14px;
    color: #363636;
}

.affiliate-status-wrap-orders {
    text-align: center;
    padding-top: 10px;
}

.affiliate-outer {
    box-shadow: rgba(84, 96, 103, 0.25) 0px 1px 9px;
    float: left;
    clear: left;
    width: 100%;
    background-image: url(../img/cream_dust.png);
}

.piggy-bank {
    background-image: url(../img/piggy-bank.png);
    width: 100px;
    height: 92px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    margin-bottom: 20px;
    opacity: 0.5;
    line-height: 25px;
}
.fundraise-icon {
    background-image: url(../img/fundraise-icon.png);
    width: 100px;
    height: 92px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    margin-bottom: 20px;
    opacity: 0.5;
    line-height: 25px;
}


.no-donations-text {
        text-align: center;
    color: #363636;
    font-size: 15px;
    font-weight: 600;
    max-width: 271px;
    margin-left: auto;
    margin-right: auto;
}




.affiliate-link-blue {
    border: 1px solid blue;
}

.affiliate-link-input-orders {
    border: 1px solid #D2D6DF;
    padding: 11px 30px;
    border-radius: 4px;
    font-size: 13px;
    height: auto;
    width: 80%;
    background-color: #ffffff;
    float: left;
    color: #363636;
}

.affiliate-link-input {
    border: 1px solid #D2D6DF;
    padding: 11px 30px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    font-size: 16px;
    height: auto;
    width: 80%;
    background-color: #ffffff;
    float: left;
    color: #363636;
}

.affiliate-right-expired {
    padding: 29px 15px!important;
}

.share-aff-row {
   max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.share-aff-fb {
    font-size: 28px;
}
.share-aff-li {
    font-size: 28px;
}
.share-aff-tw {
    font-size: 28px;
}
.share-aff-email {
    font-size: 28px;
}


.share-aff-fb-wrap {
    color: #4267b2;
    border: 2px solid #4267b2;
    width: 50px;
    height: 50px;
    padding: 10px 10px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 24px;
    cursor: pointer;
}

.share-aff-label {
        width: 100%;
    float: left;
    clear: left;
    margin-top: 11px;
    font-size: 15px;
    font-weight: 600;
    color: #363636;
    cursor: pointer;
}

.share-aff-li-wrap {
    color: #0274b3;
    border: 2px solid #0274b3;
    width: 50px;
    height: 50px;
    padding: 10px 10px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 24px;
    cursor: pointer;
}

.share-aff-tw-wrap {
    color: #1da1f2;
    border: 2px solid #1da1f2;
    width: 50px;
    height: 50px;
    padding: 10px 10px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 24px;
    cursor: pointer;
}

.share-aff-email-wrap {
    color: #ff5b34;
    border: 2px solid #ff5b34;
    width: 50px;
    height: 50px;
    padding: 10px 10px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 24px;
    cursor: pointer;
}

.affiliate-link-copy {
        width: 100px;
    background-color: #ff5b34;
    color: #FFFFFF;
    border-radius: 29px;
    font-weight: 600;
    float: left;
    max-width: 99px;
    font-size: 14px;
    text-align: center;
    padding: 8px 6px;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px;
}

.affiliate-link-copy-orders {
    width: 20%;
    background-color: #ff5b34;
    color: #FFFFFF;
    border-top-right-radius: 100px;
    font-weight: 600;
    float: left;
    max-width: 99px;
    border-bottom-right-radius: 100px;
    font-size: 14px;
    text-align: center;
    padding: 13px 6px;
    margin-left: -1px;
    cursor: pointer;
}

.affiliate-title {
    font-weight: 600;
    color: #363636;
    font-size: 23px;
    margin-bottom: 20px;
}

.affiliate-title-orders {
    font-weight: 600;
    color: #363636;
    font-size: 18px;
    margin-bottom: 20px;
}

.affiliate-right {
    text-align: center;
    padding: 36px 15px;
    float: left;
    width: 18%;
}

.affiliate-left-orders {
    width: 82%;
    float: left;
    padding: 15px 22px;
    border-right: 2px dashed #ddd;
}

.affiliate-left {
    width: 82%;
    float: left;
    padding: 36px 51px;
    border-right: 2px dashed #ddd;
}

.pwlt {
    margin-top: 10px;
    display: inline-block;
}

.statement-image {
    background-image: url(../img/statement.jpg);
    float: right;
    width: 35%;
    height: 435px;
    background-size: contain;
}

#hero-donut {
    font-family: 'open sans', sans-serif!important;
}

.copy-referral-code {
    float: left;
    border: 1px solid red;
    margin-top: 11px;
    height: 47px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 45px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    background-color: #ff5b35;
}


.giftaid-logo {
    background: rgba(0, 0, 0, 0) url(../img/giftaid.png) no-repeat scroll;
    height: 60px;
    width: 118px;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
}

.strava_logo {
    background: rgba(0, 0, 0, 0) url(../img/strava_logo_v2.png) no-repeat scroll;
    display: inline-block;
    margin: 0;
    height: 100px;
    width: 100px;
    background-size: cover;
}


.garmin_logo {
    background: rgba(0, 0, 0, 0) url(../img/garmin_logo_v2.png) no-repeat scroll;
    display: inline-block;
    margin: 0;
    height: 100px;
    width: 100px;
    background-size: cover;
}

.runkeeper_logo {
    background: rgba(0, 0, 0, 0) url(../img/runkeeper_logo_v2.png) no-repeat scroll;
    display: inline-block;
    margin: 0;
    height: 100px;
    width: 100px;
    background-size: cover;
}

.fitbit_logo {
    background: rgba(0, 0, 0, 0) url(../img/fitbit_logo_v2.png) no-repeat scroll;
    display: inline-block;
    margin: 0;
    height: 100px;
    width: 100px;
    background-size: cover;
}

.ref-code-wrap {
    height: 69px;
    width: 244px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.img-overlay-titles {
    background-color: #eee;
    padding: 15px 20px 15px 20px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    margin-bottom: -17px!important;
}

.participant-profile-outer {
    width: 25%;
    float: left;
    text-align: center;
}

.square-image-upload {
    border: none!important;
    border-radius: 0px!important;
}

.square-image-preview {
    border-radius: 0px!important;
}

.cart-content {
    overflow-x: auto;
    padding: 0px;
}

.x-scroll {
    overflow-x: auto;
    padding: 0px;
}

.section-h3 {
    font-size: 16px;
    color: #444;
    margin-top: 40px;
    margin-bottom: 20px;
}

.section-description {
    font-size: 13px;
    color: #999;
    margin-bottom: 20px;
}

.table-padded {
    padding: 20px 15px 20px 15px;
}

.table-padded>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    font-size: 13px;
    font-weight: 600;
    color: #363636;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    font-size: 13px;
    font-weight: 600;
    color: #363636;
}

.variant-input {
    max-width: 100px;
    float: right;
    margin-right: 0px!important;
}

.variable-product-section {
    background: #ffffff;
    padding: 25px 50px;
    display: inline-block;
    width: 100%;
}

#galleryProfileSectionMob {
    display: none;   
}

#select-unit-leaderboard {
    font-size: 14px;
    border: none;
    color: #363636!important;
    margin-top: 4px;
    cursor: pointer;
}

.mobile-gallery-outer {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

#mobileGallery li {
    display: inline-block;
    width: 33%;
    float: left;
    min-width: 1px;
    margin-right: 5px;
}

.current-details-checkbox {
    border: 1px solid #ddd;
    float: left;
    font-size: 12px!important;
    padding: 7px 16px!important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.details-preferences-wrapper {
    float: left;
    margin-left: 0px;
    margin-top: -12px!important;
    
}

.details-active {
    font-weight: 600!important;
}

.buyer-details-checkbox {
    border: 1px solid #ddd;
    float: left;
    font-size: 12px!important;
    padding: 7px 16px!important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-left: -1px;
}

#post-icon-training span, #post-icon-tags span, #post-icon-media span, #post-icon-emoticon span, #post-icon-chat span{
    padding: 12px 0 0 40px;
    margin-left: 4px;
}
#post-icon-training span:hover, #post-icon-tags span:hover, #post-icon-media span:hover, #post-icon-chat span:hover{
    color: #ff5b34;
}

.post-label {
    float: left;
    margin-left: 28px;
    width: max-content;
    margin-top: 3px;
    font-weight: 600;
}

.created-challenge-wrapper {
    display: block;
    margin-bottom: 25px;
    margin-top: -20px;
    clear: left;
    margin-left: -15px;
    margin-right: -15px;
}

.notification-card-outer {
        display: block;
    width: 100%;
    margin-bottom: 25px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    clear: left;
    margin-top: 25px!important;
}

.notification-card-outer:hover {
    color: #363636!important;
}

.notification-profile-image {
    border: 3px solid #eee;
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

.notification-profile-card-image {
    border: 3px solid #eee;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.col-lg-3-home {
    width: 25%;
    float: left;
}

.profile-details {
        width: 341px;
    position: absolute;
    background-size: contain;
    z-index: 99;
    left: 117px;
    box-shadow: rgba(84, 96, 103, 0.45) 0px 1px 9px;
    background-color: #ffffff;
    border-radius: 3px;
}

.quick-links-item a {
    color: #363636;
    padding: 10px 8px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #eaeaea;
}

.quick-links-item a:hover {
    color: #ff5b34;
}

.quick-links-outer {
    width: 100%;
/*    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    background-color: #ffffff;
    border-radius: 3px;*/
    padding: 10px 0px;
    
}

.quick-links-outer:last-chilr {
    border-bottom: none!important;
}

.categories-outer {
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 35px;
}



.categories-outer ul li{
    background: #fff;
    display: inline-block;
    padding: 10px 16px;
    margin-bottom: 6px;
    margin-right: 3px;
    color: #363636;
    border-radius: 33px;
    border: 1px solid #000;
    cursor: pointer;
}

.categories-outer ul li:hover{
    border: 2px solid #000;
}

.social-card-footer-btn {
    border: 1px solid red;
}

.rc-details {
    width: 100%;
    height: 260px;
    position: relative;
    background-size: contain;
    z-index: 99;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    background-color: #ffffff;
    border-radius: 3px;
    margin-bottom: 10px;
/*border-bottom: 1px solid #ccc;*/
}

.event-details {
    width: 341px;
    position: absolute;
    background-size: contain;
    z-index: 99;
    left: 117px;
    box-shadow: rgba(84, 96, 103, 0.45) 0px 1px 9px;
    background-color: #ffffff;
    border-radius: 3px;
}

.profile-popup-user {
        font-size: 15px;
    font-weight: 600;
    color: #363636;
}

.profile-popup-followbtn {
    font-size: 13px;
    font-weight: 600;
    color: #ff5b34;
    float: right;
    border: 1px solid #ff5b34;
    border-radius: 18px;
    padding: 1px 14px;
    cursor: pointer;
}

.profile-popup-p {
        font-size: 13px!important;
    font-weight: 500;
    color: #363636;
    margin-top: 15px;
    clear: left;
    display: block;
    line-height: 15px;
    float: left;
}

.hover-popup-following {
    float: left;
    clear: left;
    bottom: 0px;
    border-top: 1px solid #ddd;
    padding-top: 6px;
    padding-bottom: 0px;
    width: 100%;
}

.profile-details-upper img {
    width: 100%;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.card-profile-image {
    width: 75px;
    height: 75px;
    margin-top: -38px;
    margin-left: 10px;
}

.popup-follow-btn {
        font-size: 13px;
    cursor: pointer;
    background-color: #ff5b34!important;
    color: #ffffff!important;
    border-radius: 20px;
    font-weight: 600;
    border: 1px solid #ff5b34!important;
    padding: 5px 13px;
    margin-top: -8px!important;
}

.popup-following-btn {
        font-size: 13px;
    cursor: pointer;
    background-color: #fafafa!important;
    color: #363636!important;
    border-radius: 20px;
    font-weight: 600;
    border: 1px solid #e2e2e4!important;
    padding: 5px 13px;
    margin-top: -8px;
}

.card-profile-image img {
    width: 100%;
    border-radius: 100px;
    border: 3px solid #eee;
    margin-left: 10px;
}

.profile-details-lower {
    padding: 10px 9px;
    float: left;
    width: 100%;
}

.notif-card-table {
    margin-bottom: 15px;
}

.notif-card-table td {
    padding: 0px 10px;
    font-weight: 500;
    font-size: 13px;
    color: #363636;
}

.notification-profile-card-title {
    font-size: 16px!important;
    font-weight: 600!important;
}

.notifications-center-message {
    font-weight: 600!important;
    color: #363636!important;
}

.notification-card-banner {
    width: 100%;
}

.event-update-notification-image img {
/*    border-top-right-radius: 4px;
    border-top-left-radius: 4px;*/
}

.event-update-notification-lower {
    padding: 0px 10px 10px 10px;
    margin-bottom: 10px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

/*.event-update-notification-lower:hover {
    background-color: #fafafa;
    color: #363636!important;
}*/

.appstore-outer {
    border: 1px solid #eee;
    padding: 18px 27px;
}

#england_athletics {
    -webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
        cursor: pointer;
        margin-top: 10px;
}

#england_athletics:active, #england_athletics:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

#england_athletics:checked {
	background-color: #2a8ffb;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #ffffff;
}

#england_athletics:checked:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #ffffff;
}

.notifications-mask {
    border: 1px solid red;
    height: 60px;
    margin-top: -47px;
    z-index: 999999999;
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
}

.blue-tickbox-label {
    margin-top: 10px;
    padding: 0px;
    margin-left: -5px;
}

.blue-tickbox {
    -webkit-appearance: none!important;
	background-color: #fafafa!important;
	border: 1px solid #cacece!important;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05)!important;
	padding: 9px!important;
	border-radius: 3px!important;
	display: inline-block!important;
	position: relative!important;
        cursor: pointer!important;
        margin-top: 10px;
}



.blue-tickbox:active, #england_athletics:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1)!important;
}

.blue-tickbox:checked {
	background-color: #2a8ffb!important;
	border: 1px solid #adb8c0!important;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1)!important;
	color: #ffffff!important;
}

.blue-tickbox:checked:after {
	content: '\2714'!important;
	font-size: 14px!important;
	position: absolute!important;
	top: 0px!important;
	left: 3px!important;
	color: #ffffff!important;
}






.orange-tickbox {
    margin-top: 0px!important;
    padding: 0px;
    margin-left: -5px;
}

.orange-tickbox {
    -webkit-appearance: none!important;
	background-color: #fafafa!important;
	border: 1px solid #cacece!important;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05)!important;
	padding: 11px!important;
        border-radius: 4px!important;
	display: inline-block!important;
	position: relative!important;
        cursor: pointer!important;
        margin-top: 10px;
}



.orange-tickbox:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1)!important;
}

.orange-tickbox:disabled {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1)!important;
        cursor: not-allowed!important;
}

.orange-tickbox:checked {
	background-color: #ff5b34!important;
	border: 1px solid transparent!important;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1)!important;
	color: #ffffff!important;
}

.orange-tickbox:checked:after {
	content: '\2714'!important;
	font-size: 17px!important;
	position: absolute!important;
	top: 0px!important;
	left: 4px!important;
	color: #ffffff!important;
}






.mtop9 {
    margin-top: 9px!important;
}

.mtop4 {
    margin-top: 4px!important;
}

.mtop70 {
    margin-top: 70px!important;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.appstore-title {
    color: #545559;
    font-weight: 600!important;
    font-size: 18px;
    margin-bottom: 12px;
    text-align: center;
}


.appstore-subtitle {
    color: #545559;
    text-align: center;
}

#affiliated_discount_settings {
    float: left;
    padding: 10px 20px;
    margin-top: 10px;
    border: 1px solid #ddd;
    width: 100%;
    box-sizing: border-box;
}
#auto_affiliated_discount_settings {
    float: left;
    padding: 10px 20px;
    margin-top: 10px;
    border: 1px solid #ddd;
    width: 100%;
    box-sizing: border-box;
}

.affiliated-outer {
    padding: 0px 15px;
}


#earlybird_discount_settings {
    float: left;
    padding: 25px 35px;
    margin-top: 10px;
    border: 1px solid #ddd;
    width: 100%;
    box-sizing: border-box;
}

.earlybird-outer {
    padding: 0px 15px;
    border-radius: 4px;
}

.eb-price-options {
    display: inline-block;
    margin-top: 18px;
}

.radio-wrapper1 {
    padding: 0px 40px;
}

.installment-options {
    margin-top: 15px;
    display: inline-block;
}

.season-pass-block {
    margin-top: 25px;
    display: inline-block;
}

.th-split {
    border-top: 1px solid #ddd;
    margin-top: 0px;
    margin-bottom: 10px;
}

.donation-message {
    border-radius: 3px;
    width: 100%;
    min-height: 200px;
    border: 1px solid #D2D6DF;
    padding: 15px;
}

.appstore-btn {
    background-image: url(../img/appstore.png);
    height: 53px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 21px;
    margin-bottom: 21px;
}

.sh-btn-padding {
    padding: 10px 15px 10px 15px!important;
}

.btn-transparent {
    border: 1px solid #ff5b34;
}

.sh-section {
    float: left;
    width: 100%;
    border: 1px solid #e7ebee;
    border-radius: 3px;
    padding: 20px 5px 30px 5px;
    background-color: #ffffff;
    margin-bottom: 25px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
}

.sh-form-outer {
    margin-left: 60px; 
    margin-right: 60px;
}

.sh-form-label {
    display: block;
    margin-left: 30px;
    margin-right: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

label {
    color: #363636;
    font-weight: 600;
}

.sh-btn-addon {
    letter-spacing: -0.5px;
    color: #363636!important;
    padding: 10px 12px;
    background-color: #eee!important;
    border: 1px solid #D2D6DF!important;
}

.sh-form-label-dark {
    display: block;
    font-weight: 600!important;
    margin-bottom: 10px;
    color: #444444;
    font-size: 14px;
    letter-spacing: -0.5px;
}

.sh-form-label-sml {
    display: block;
    font-weight: 600!important;
    margin-bottom: 10px;
    color: #444444;
    font-size: 13px;
    letter-spacing: -0.5px;
}

.sh-form-header {
    width: 100%;
    border: 1px solid #dadada;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #545559;
    padding: 20px;
    float: left;
    margin-top: 15px;
    background: #eee;
}

.info-tickets-links h3 {
    margin-bottom: 10px;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    color: #fff!important;
    background-color: #000!important;
    border-radius: 30px!important;
    border: none!important;
    background-image: none!important;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    background: #000!important;
    cursor: pointer;
    border-radius: 37px!important;
    color: #fff!important;
}

.datepicker.dropdown-menu {
    padding: 40px;
    border: none!important;
    font-size: 14px!important;
}

.datepicker.datepicker-inline td, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
    padding: 12px 13px!important;
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-top: 0;
    border-bottom-color: #eee;
    position: absolute;
}

.radiohr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #dadada;
    width: 100%;
}

.lighthr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e7ebee;
    width: 100%;
}

.fixed {
    position: fixed!important;
    width: 100%;
    top: 80px;
    z-index: 99999;
    background-color: #fff;
}

.fr-fixed {
    position: fixed!important;
    width: 100%;
    top: 59px;
    z-index: 99999;
    background-color: #fff;
    
}

#titleForBoxedBgSet {
    position: relative;
    display: block;
    margin-left: -15px;
    margin-right: -15px;

}

#titleForBoxedBgSet h1 {
    text-align: center;
    color: #363636;
    font-size: 24px;
    font-weight: 600;
    padding: 22px 0px;

}

.app-prompt-view {
    color: #0c77e8!important;
    font-size: 16px;
    margin-top: 29px;
    display: block;
    
}

#titleForNoBgSet {
    position: relative;
    display: block;
    margin-left: -15px;
    margin-right: -15px;

}

.info-share-btns {
    padding-top: 10px;        
}

#titleForNoBgSet h1 {
    text-align: center;
    color: #363636;
    font-size: 24px;
    font-weight: 600;
    padding: 22px 0px;

}

.import-order-title {
    font-weight: 600;
    font-size: 14px;
    color: #363636;
    display: block;
    margin-bottom: 25px;
}

.existing-order-outer {
    min-height: 250px!important;
}

#titleForFullBgSet {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    border-top-right-radius: 0px!important;
    border-top-left-radius: 0px!important;
    position: relative;
    display: block;
    background-color: #ffffff;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
}

#titleForFullBgSet h1 {
    text-align: center;
    color: #363636;
    font-size: 24px;
    font-weight: 600;
    padding: 22px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}



.fixed-banner-img-largescreen {
    position: fixed!important;
    top: -490px;
    z-index: 99999;
}

.blue-links {
    color: #2a8ffb;
}

.blue-links:hover {
    color: #2a8ffb!important;
}

.sh-form-header-option {
    width: 100%;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    font-size: 14px;
    font-weight: 600;
    color: #545559;
    padding: 20px;
    float: left;
}

.sh-form-select {
    border: 1px solid #D2D6DF;
    padding: 9px 12px;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 0px;
    height: auto!important;
}

.sh-number {
    border: 1px solid #D2D6DF;
    padding: 0px 7px;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 0px;
    height: auto!important;
    background: #ffffff;
    padding: 10px 10px;
    float: right;
}

.sh-number-dark {
    border: 1px solid #D2D6DF;
    padding: 0px 7px;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 0px;
    height: auto!important;
    background: #fafafa;
    padding: 10px 10px;
    float: right;
    width: 100%;
}

.sh-form-select-dropdown-paid-qty-questions {
    border: 1px solid #D2D6DF;
    padding: 0px 7px;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 0px;
    height: auto!important;
    background: #ffffff;
}

.sh-form-body {
    background-color: #fbfbfb;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    
}

.sh-form-footer {
    width: 100%;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 5px;
    float: left;
    margin-bottom: 25px;
    background-color: #fbfbfb;
}

.sh-form-row {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    float: left;
    width: 100%;
}

.sh-form-row-less-padding {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 9px;
    float: left;
    width: 100%;
}

.modal-mid-title {
    background-color: #eee;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    float: none;
    clear: left;
}


.sh-form-row-less-padding select {
    border: 1px solid #D2D6DF;
    padding: 9px 12px;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 10px;
    height: auto!important;
    background: #fafafa;
    width: 100%;
    
}

.sh-form-row select {
    border: 1px solid #D2D6DF;
    padding: 9px 12px;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 10px;
    height: auto!important;
    background: #fafafa;
    width: 100%;
    -webkit-appearance: none;
}

#challenge_start_time, #challenge_finish_time {
    -webkit-appearance: none;
}

.sh-form-row-text-input{
    border: 1px solid #D2D6DF;
    padding: 9px 12px;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 10px;
    height: auto;
    width: 100%;
    background-color: #ffffff;
}


.search-input {
    border: 1px solid #D2D6DF!important;
    padding: 9px 12px!important;
    border-radius: 4px!important;
    font-size: 16px!important;
    margin-right: 10px!important;
    height: auto!important;
    width: 100%!important;
    background-color: #fafafa!important;
}

.sh-form-row-text-input::placeholder{
    color: #D2D6DF;
}


.sh-form-header-title {
    width: 50%;
    float: left;
}

.sh-form-header-options {
    width: 100%;
    float: left;
}

.sh-form-section-heading {
    font-size: 20px;
    color: #444;
    letter-spacing: -0.5px;
}

.sh-form-radio {
    font-weight: 600!important;
    cursor: pointer;
}


.sh-form-section-subheading {
  font-size: 15px;
    margin-top: 3px;
    color: #797979;
}


.sh-form-header-icons {
    width: 50%;
    float: left;
    text-align: right;
}

.ticket-name-header {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.report-block-descr {
    height: 50px;
    color: #363636;
}

.about-widget-link {
    border-top: 1px solid #e7ebee;
    display: block;
    text-align: center;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -25px;
    margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 12px;
}

.wait-list-descr {
    min-height: 92px;
}

.report-block-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px!important;
    height: 25px;
    color: #363636;
}

.limit-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.biggerOptionsBtn {
    padding: 15px 10px!important;
    font-weight: 600;
    font-size: 14px;
    border-bottom-right-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    transition: all 200ms linear;
}

#advanced-options {
    float: left;
    width: 100%;
    box-sizing: border-box;
    display: block;
}

.advanced {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 28px;
    padding-bottom: 20px;
    margin-top: -2px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

#advanced-options-i {
    font-size: 29px;
    margin-top: 4px;
    margin-right: 4px;
}

.onoff {
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 14px;
}

.edit-ticket-panel {
    margin-left: 25px!important;
    margin-right: 25px!important;
    margin-bottom: 0px!important;
    padding-top: 15px;
    padding-bottom: 25px!important;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.25);
    margin-bottom: 20px!important;
}

.edit-paid-ticket-panel {
    margin-left: 0px!important;
    margin-right: 0px!important;
    margin-bottom: 0px!important;
    padding-top: 15px;
    padding-bottom: 25px!important;
    border: 1px solid #e7ebee;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: rgba(84, 96, 103, 0.25) 0px 1px 9px;
}

.advanced-tab {
    padding: 5px 13px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 200ms linear;
    min-height: 46px;
}

.advanced-tab-t {
    float: left;
    font-weight: 600;
    color: #363636;
    font-size: 14px;
    line-height: 33px;
}

.advanced-tab-i {
    float: right;
    color: #ff5b34;
    margin-left: 10px;
    font-size: 18px;
}

.appstore-img {
    background-image: url(../img/iphone.png);
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 30px;
}

.post-toggles #post-icon-training {
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    font-weight: 600;
    color: #363636;
    font-size: 14px;
}
.post-toggles #post-icon-tags {
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    font-weight: 600;
    color: #363636;
    font-size: 14px;
}


.post-toggles #post-icon-media {
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    font-weight: 600;
    color: #363636;
    font-size: 14px;
}

.post-link {
    margin-top: 0px;
    margin-bottom: 0px
}

.post-toggles #post-icon-emoticon {
    background-image: url("../img/skiMaskIconGrey.png");
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    font-weight: 600;
    color: #363636;
    font-size: 14px;
}

.nav-tabs.nav-justified>li {
    float: none;
    text-transform: uppercase;
}

.leaderboard-tabs.nav-tabs.nav-justified>li {
    float: none;
    text-transform: none!important;
    font-size: 14px;
}

.leaderboard-header {
    background-color: transparent!important;
    padding-top: 40px!important;
}

.leaderboard-h1 {
    color: #363636;
    margin: 15px 0px 40px 0px!important;
}

.leaderboard-tabs.nav-tabs.nav-justified>li>a {
    float: none;
    text-transform: none!important;
    font-size: 14px;
    font-weight: 600!important;
}



.leaderboard-wrapper {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block!important;
}

.events-widget-shop-p {
    padding: 15px 10px;
    text-align: center;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #ff5b35;
}

.list-title {
   clear: left;
    padding: 0px 20px;
    text-align: center;
    color: #363636;
    height: 79px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.create-list-title {
    clear: left;
    padding: 0px 20px;
    text-align: center;
    color: #363636;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px;
}

.btn-as-link {
    border: none!important;
    background: #fff;
    font-style: italic;
}

.participants-count {
    text-align: center;
    display: block;
    font-weight: 600;
    margin-top: 12px;
    font-size: 13px;
    color: #363636;
    margin-bottom: -15px;
}

.getting-started-link {
    text-align: center;
    display: block;
    font-weight: 600;
    margin-top: 12px;
    font-size: 13px;
    color: #363636;
    font-style: italic;
    margin-bottom: -15px;
}

.getting-started-link {
    color: #363636;
}

.create-list-title h3 {
    font-weight: 600;
    margin-top: 5px!important;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 26px;
}

.create-shop-btn {
    max-width: 145px;
}

.events .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a {
    background-color: transparent!important;
}

.events .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: transparent!important;
}


.challenge-row {
        padding-top: 20px;
    float: none;
    margin: 10px;
    background-color: #fff;
    border-radius: 4px;
    padding: 10px 10px;
    
}

.me-btn {
    max-width: 135px;
    margin-left: auto;
    margin-right: auto!important;
    margin-top: 0px!important;
}

.challenge-row-outer {
    width: 33.3%;
    float: left;
}

.challenge-options {
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 0px 40px;
}

.event-profile-image {
    float: none!important;
}

.events-widget-title {
    border-bottom: 1px solid #eee;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
}

.events-widget-btn a {
    color: #797979;
}

.events-widget-shop-image {
    background-image: url(../img/ecommerce.jpg);
    height: 135px;
    width: 100%;
    background-size: cover;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

.events-widget-btn {
    border: 1px solid #e2e2e4;
    border-radius: 4px;
    cursor: pointer;
    background-color: #fafafa;
    margin-top: 10px;
    margin-right: auto;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    line-height: 26px;
    padding-left: 12px;
    padding-right: 12px;
    max-width: 110px;
    margin-left: auto;
    margin-bottom: 15px;
}

.manage-event-options {
    color: #848484;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 10px;
}

.manage-event-options i {
    color: #848484;
    font-size: 13px;
}

.nav-tabs.nav-justified>li>a:hover{
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #ccc;
}

/*body.modal-open {*/
    /*overflow: hidden;*/
/*}*/

.empty-feed {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.empty-feed-p {
    text-align: center;
    font-size: 14px;
}

.empty-feed h4{
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.empty-feed a {
    text-align: center;
    display: block;
    background-color: #ff5b34;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 22px;
    padding: 10px 9px;
    margin-top: 14px;
    margin-bottom: 35px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.club-thumb {
    height: 74px;
    width: 74px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
}

.clubname {
    color: #2d2d2d;
    font-size: 19px;
    font-weight: 600;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.clubmembers {

}

.clubname:hover {
    color: #ff5b34;
}

.club-thumb:hover {
    border: 3px solid #ff5b34;
}

.underscore-tab {
    float: left;
    padding: 10px 20px;
}

.underscore-tabs {
    float: left;
}
.club-results-wrapper {
    background-color: #f4f4f4;
    padding: 15px 0px
}

.club-result-outer {
    width: 33%;
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
}

.club-result {
    width: 100%;
    display: inline-block;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    padding: 24px 18px;
    background-color: #ffffff;
    border-radius: 4px;
}

.ut-active {
    border-bottom: 3px solid #ff5b35;
}

.dark-link {
    color: #363636;
    cursor: pointer;
}

.ticket-participant-link {
    color: #2a8ffb;
    cursor: pointer;
}
.ticket-participant-link:hover {
    color: #2a8ffb;
    cursor: pointer;
}

#myDigicert {
    background-image: url(../img/digicert.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 40px;
    height: 20px;
    cursor: pointer;
}

.user-tag-outer {
    display: inline-block;
    line-height: 28px;
}

.user-tag-image {
    width: 22px;
    height: 22px;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

.user-tag-text {
    display: inline-block;
}

.dark-link-bolder {
    font-weight: 500;
}
.order-details-panel {
    margin-bottom: 2px;
}

.donate-or {
    text-align: center;
    font-style: italic;
    margin: 12px 0px;
}

.continue-w-fb {
        border: 1px solid #3c5899;
    background: #3c5899;
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px 10px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    border-radius: 30px;
}

.continue-w-fb:hover {
    color: #fff;
}

.order-placed-by, .merch-title {
    font-weight: 600;
    color: #363636;
    letter-spacing: -0.5px;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}
.order-event-title {
    font-weight: 600;
    font-size: 14px;
    color: #363636;
    display: block;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -0.5px;
}

.merch-price {
    font-weight: 600;
    font-size: 16px;
    color: #545559;
    display: block;
    margin-bottom: 6px;
    text-align: center;
}
.order-id {
    text-align: center;
    font-style: italic;
    margin-bottom: 10px;
}

.order-event-banner {
    margin-bottom: 13px;
}

.order-event-details {
    text-align: center;
    font-size: 13px;
    margin-bottom: 5px;
}

.ticket-thumb {
    background-image: url(../img/ticket-thumb.png);
    width: 69px;
    height: 47px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

.event-image-order img {
    max-height: 83px;
}

.mo-ticket-event-name {
    color: #fff;
    text-align: right;
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    margin-left: 18px;
}

.my-ticket-event-organiser {
    color: #fff;
    text-align: right;
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    margin-left: 18px;
}



.my-ticket-event-name {
    color: #fff;
    text-align: right;
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px;
    margin-left: 18px;
    text-transform: uppercase;
    margin-right: 18px;
}

.mo-ticket-outer {
    border-radius: 14px;
    width: 100%;
    float: left;
    margin-top: 20px;
    box-shadow: 0px 2px 5px #888888;
}

.mt h3 {
    font-weight: 100;
    line-height: 0px;
    font-size: 27px;
    margin-top: 50px;
}

.dividers h3 {
    text-align: center;
    font-weight: 100;
    line-height: 0px;
    font-size: 27px;
}

.dividers {
    padding: 20px;
    padding-top: 30px;
    float: left;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
}

.charity-selected-wrapper {
    border: 1px solid #D2D6DF;
    padding: 12px 12px;
    border-radius: 4px;
}

.charity-selected-name {
    color: #363636;
    font-size: 18px;
    margin-top: 5px;
    margin-left: -10px;;
}

.charity-selected-details {
    margin-left: -10px;
}

.change-charity-btn {
    color: #ff5b34;
    float: right;
    margin-top: 15px;
    display: block;
    border: 1px solid transparent;
    background-color: transparent;
}

.search-charity-results {
    border-left: 1px solid #D2D6DF;
    border-right: 1px solid #D2D6DF;
    max-height: 311px;
    overflow-y: auto;
    overflow-x: hidden;
}

.search-charity-results-footer {
    border-bottom: 1px solid #D2D6DF;
    padding: 15px 10px;
    text-align: center;
    border-left: 1px solid #D2D6DF;
    border-right: 1px solid #D2D6DF;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.search-charity-single-result {
    border-bottom: 1px solid #D2D6DF;
    padding: 10px;
}

.search-charity-input {
    width: 100% !important;
    padding-left: 18px !important;
    font-size: 15px !important;
    height: 50px !important;
    font-weight: 500!important;
    margin-bottom: 20px !important;
    box-sizing: border-box;
    display: block;
    max-width: 100%;
    border: 1px solid #D2D6DF;
    border-radius: 4px 4px 0px 0px!important;
    margin-bottom: 0px!important;
}

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

.align-right {
    text-align: right!important;
}

.align-left {
    text-align: left!important;
}

#shareTable td {
    padding: 10px;
}

.small-modal {
    max-width: 350px;
}

.share-platform {
    font-weight: 600;
}

.manage-widget-footer {
    border-top: 1px solid #e7ebee;
    margin-top: 20px;
    margin-left: -25px;
    margin-right: -25px;
    text-align: center;
    padding-top: 10px;
    
}

.manage-widget-footer a {
    color: #363636!important;
    font-weight: 600!important;
}



.rounded-btn-white {
    background-color: #fff!important;
    color: #545559!important;
    border: 1px solid #ddd;
    font-size: 14px!important;
    text-transform: initial!important;
    border-radius: 25px;
    font-weight: 600;
    padding: 7px 18px;
}

.statement-copy p {
    font-size: 11px;
}

.prev-quantity { 
    width: 70px!important;
    padding: 6px 10px!important;
    border-radius: 4px!important;
    border: 1px solid #ccc!important;
    margin-bottom: 8px!important;
    }

.dark-font {
    color: #363636;
}

.fw-600 {
    font-weight: 600;
}
.fw-500 {
    font-weight: 500!important;
}

.current-team a {
    
}

.current-team img {
    width: 60px!important;
    height: 60px!important;
    border: 3px solid rgba(0, 0, 0, 0.2)!important;
}

.remove-from-team {
    border-radius: 31px;
    cursor: pointer;
    background-color: #fafafa;
    float: right;
    margin-top: -9px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    box-shadow: 0 1px 5px 0px rgba(0,0,0,.25);
    border: 1px solid #eee;
    padding: 7px 20px;
}

.current-team h2 {
    font-size: 15px!important;
    font-weight: 600!important;
    margin-top: 27px;
}

.current-team .profile-nav .user-heading {
    padding: 10px 30px!important;
}

.darker-hr {
    border-top: 1px solid #ddd!important;
}

.mt-event-details {
    margin-top: 0px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 13px;
    color: #363636;
    line-height: 25px;
    letter-spacing: -0.5px;
    padding: 15px 25px 15px 25px;   
}

.mo-ticket-header {
    background: rgba(255,90,53,1);
    background: -moz-linear-gradient(top, rgba(255,90,53,1) 0%, rgba(230,82,49,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,90,53,1)), color-stop(100%, rgba(230,82,49,1)));
    background: -webkit-linear-gradient(top, rgba(255,90,53,1) 0%, rgba(230,82,49,1) 100%);
    background: -o-linear-gradient(top, rgba(255,90,53,1) 0%, rgba(230,82,49,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,90,53,1) 0%, rgba(230,82,49,1) 100%);
    background: linear-gradient(to bottom, rgba(255,90,53,1) 0%, rgba(230,82,49,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a35', endColorstr='#e65231', GradientType=0 );
    float: left;
    width: 100%;
    padding-bottom: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 3px;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
}

.etchrock-ticket-header-logo {
    background-image: url(../img/etchlogo-small.png);
    width: 36px;
    height: 36px;
    background-size: cover;
    float: left;
}

.etchrock-ticket-header-logo-lg {
    background-image: url(../img/etchlogo-small.png);
    width: 36px;
    height: 36px;
    background-size: cover;
}

.my-ticket-event-organiser-lg {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    background-image: url(../img/etchlogo-small.png);
    background-repeat: no-repeat;
    padding: 5px 10px 5px 45px;
    background-size: 35px 35px;
}

.my-ticket-event-name-lg {
    color: #fff;
    text-align: right;
    font-size: 18px;
    font-weight: 500;
    margin-top: 6px;
    text-transform: uppercase;
}

.mo-ticket-body {
    background-color: #ebebeb;
    float: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px solid #fff;
}

.my-tickets-wrapper {
    padding: 20px;
    clear: left;
}

.mo-ticket-footer {
    background: rgba(222,221,221,1);
    background: -moz-linear-gradient(top, rgba(222,221,221,1) 0%, rgba(209,209,209,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,221,221,1)), color-stop(100%, rgba(209,209,209,1)));
    background: -webkit-linear-gradient(top, rgba(222,221,221,1) 0%, rgba(209,209,209,1) 100%);
    background: -o-linear-gradient(top, rgba(222,221,221,1) 0%, rgba(209,209,209,1) 100%);
    background: -ms-linear-gradient(top, rgba(222,221,221,1) 0%, rgba(209,209,209,1) 100%);
    background: linear-gradient(to bottom, rgba(222,221,221,1) 0%, rgba(209,209,209,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedddd', endColorstr='#d1d1d1', GradientType=0 );
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
}

.mo-ticket-label {
    font-weight: 700;
    color: #8c8c8c;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    font-size: 12px;
}

.mo-ticket-data {
    font-weight: 600;
    color: #363636;
    font-size: 23px;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.mo-ticket-data-address {
    font-weight: 400;
    color: #545559;
    letter-spacing: 1px;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 6px;
}

.sc-link {
    color: #ff5b34;
}

.notifications-p {
    min-height: 111px;
}

.th-pull-left {
    margin-left: -18px;
}

#already-sent-info {
    margin-bottom: 0px!important;
}

.sh-addon {
        color: #363636;
    padding: 10px 10px;
    font-weight: 600;
}

.widget-banner-event-notification {
    background-image: url(../img/notifications-graphic.png);
    background-size: cover;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
}

.home-icon-red {
    background-image: url(../img/home-icon-red.png);
    background-size: cover;
    width: 20px;
    height: 18px;
    float: left;
    margin-top: 1px;
    margin-left: 5px;
    margin-right: 9px;
}

.light-th {
    color: #363636;
    font-weight: 600;
}

.goggles-profile-icon {
    background-image: url(../img/skier-icon-pink.png);
    background-size: cover;
    width: 20px;
    height: 20px;
    float: left;
    margin-top: -3px;
}

.widget-banner-event-updates {
    background-image: url(../img/updates-graphic.png);
    background-size: cover;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
}

.widget-banner-racecheck {
    background-image: url(../img/racecheck.png);
    background-size: cover;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,.25);
}

.widget-banner-document {
    background-image: url(../img/document.png);
    height: 149px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.widget-banner-cfs {
    background-image: url(../img/cfs.png);
    height: 149px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.widget-banner-giftaid {
    background-image: url(../img/gad.png);
    height: 149px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.widget-banner-device {
    background-image: url(../img/device.png);
    height: 149px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.widget-banner-security {
    background-image: url(../img/security.png);
    height: 149px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.widget-banner-brand {
    background-image: url(../img/brand.png);
    height: 149px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.widget-banner-button {
    background-image: url(../img/register.png);
    background-size: cover;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,.25);
}

.widget-banner-leaderboard {
    background-image: url(../img/leaderboard.png);
    background-size: cover;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,.25);
}
.widget-banner-calendar {
    background-image: url(../img/calendar.png);
    background-size: cover;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,.25);
}
.widget-banner-participants {
    background-image: url(../img/leaderboard.png);
    background-size: cover;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,.25);
}

.widget-banner-trainings {
    background-image: url(../img/trainings.png);
    background-size: cover;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,.25);
}
.widget-banner-default {
    background-image: url(../img/etchrock-ticket-header.png);
    box-shadow: 0 1px 7px 0 rgba(0,0,0,.25);
    background-repeat: no-repeat;
    background-position: center;
}

.sc-article-link a:link { color: #797979;  }
.sc-article-link a:visited { color: #797979; }
.sc-article-link a:hover { color: #666666; }
.sc-article-link a:active { color: #797979; } 


.rowHeadingLeftVmg {
    float: left;
}

.widget-button {
    width: 100%!important;
    text-align: center;
    max-width: 161px;
    margin-left: auto!important;
    margin-right: auto!important;
    display: block;
    float: none!important;
}

.widget-button a {
    display: block;

}

.widget-banner {
    width: 100%;
    height: 85px;
}

.accesscode {
    font-size: 12px!important;
    margin-top: 2px;
    word-wrap: break-word;
}


.hw-title {
    border-top: 1px solid #dadada;
}

.feed-image {
    width: 100%;
}


.editPermissionModalBody {
    font-size: 14px!important;
}

.widget-link h3 {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.widget-link.bordered {
    min-height: 390px;
}

.widget-link p {
    text-align: center;
    font-size: 13px;
    margin-bottom: 20px;
}

.help-widget {
    padding: 20px;
    padding-top: 30px;
    float: left;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
}

.help-widget h3 {
    text-align: center;
    font-weight: 100;
    font-size: 27px;
}

.merch-image {
    width: 100%;
    height: 308px;
    background-size: cover;
    margin-bottom: 20px;
}

.help-widget p {
    text-align: center;
    font-weight: 100;
    font-size: 18px;
    margin-top: 35px;
}

.widget-link {
    border: 1px solid #e7ebee;
    padding: 25px;
    background-color: #fff;
    border-radius: 4px;
}

.merch-wrap{
    border: 1px solid #e7ebee;
    padding: 25px;
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 25px;
    clear: left;
}

.merch-variation {
    font-weight: 600;
}

.dividers-merch {
    margin-top: 35px!important;
    margin-bottom: 15px;
}

.widgets-wrap{
    margin-left: -15px;
    margin-bottom: 25px;
    margin-right: -15px;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.modal-head-p {
    font-size: 12px;
    color: #545559;
    font-weight: 500;
}


.help-widget ul {
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    margin-top: 15px;
    list-style: disc!important;
    margin-bottom: 25px;
}

.rowHeadingVmg {
    margin-left: 15px!important;
    margin-top: 13px!important;
    font-size: 18px!important;
    float: left;
}

#joinEtchrockModal {
    padding-top: 100px;
}

.vmg-logo {
    width: 38px;
    height: 38px;
    background-image: url(../img/vmg.png);
    background-size: cover;
    display: inline-block;
    float: left;
    margin-left: 27px;
    margin-top: 3px;
}
.justgiving-logo {

    display: inline-block;
    float: left;
    margin-left: 27px;
    margin-top: 3px;
}

.loginWithFb {
    margin-top: 31px!important;
}





.white {
    color: #ffffff!important;
}

.white-modal-footer {
    background-color: #fff;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.no-tickets-added {
   border: 1px dashed #bbb;
    padding: 40px;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #aaa;
    background: #fafafa;
}

.prize_terms_text, .prize_terms_link {
   margin-top: 20px;
}

.create-ticket-btn {
    padding: 5px 20px!important;
}

.draft-btn {
   padding: 7px 20px!important;
}

.orDivider {
    line-height: 36px;
    font-style: italic;
}

.email-signup {
    font-size: 15px;
    margin-top: 62px;
    display: block;
    margin-bottom: 25px;
}

.white-modal-header {
    background-color: #fff!important;
    color: #666666;
    border-bottom: 1px solid #e7ebee;
}

.white-modal {
    max-height: 490px;
    overflow-y: auto;
    padding: 0px;
    
}

.white-modal .profile-nav .user-heading {
    padding: 2px!important;
}

.white-modal .panel  {
    max-height: 80px!important;
    margin-bottom: 0px;
}

.white-modal img  {
    max-height: 50px!important;
    max-width: 50px!important;
    border: 1px solid #eee!important;
    margin-left: 25px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.white-modal h2  {
    font-size: 15px;
    margin-top: 16px!important;
    color: #666666!important;
    font-weight: 600;
}

.nested-menu-item {
    display: block;
    font-weight: 500!important;
    line-height: 24px;
    padding: 15px 35px;
    padding-left: 45px!important;
    color: #666666;
    font-size: 13px;
    border-bottom: 1px solid #e7ebee;
}

.nested-menu-item.active {
    color: #ff5b34!important;
}

.nested-menu-item:hover {
    color: #ff5b34;
    
}

.order-label {
    display: block;
    font-weight: 600!important;
    margin-bottom: 10px;
    margin-top: 8px;
    color: #444444;
    font-size: 14px;
    letter-spacing: -0.5px;
}

#manage-challenge-menu {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.manage-challenge-menu-has-children {
    background-image: url(../img/arrowOrangeDown.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 30px;
}


.manage-challenge-menu-item a {
    display: block;
    color: #666666;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding: 15px 20px;
    transition: all 200ms linear;
    border-radius: 0px!important;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #e7ebee;
}

.manage-challenge-menu-item a:hover {
    border-left: 4px solid #ff5b34;
    background-color: #fafafa;
}

.participants-total {
    min-height: 245px;
    border-bottom: 1px solid #e7ebee;
}

.map-marker-wrapper {
    position: absolute;
    left: 50%;
    top: 81px;
}

.referral-icon-wrapper {
    position: absolute;
    left: 50%;
    top: 141px;
}

.funds-raised-wrapper {
    position: absolute;
    left: 50%;
    top: 50px;
}

.map-marker-inner {
    position: relative; 
    left: -50%; 
}

.points-earned {
    margin-top: -8px;
}

.reward-cost {
    margin-top: -30px;
    display: block;
    padding-left: 32px;
}

.reward-earned {
    margin-top: -26px;
    display: block;
    padding-left: 41px;
}

.reward-coin-icon {
   background-image: url(../img/reward-coin.png);
    background-size: contain;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.coin-icon {
     background-image: url(../img/reward-coin.png);
    background-size: contain;
    width: 55px;
    height: 55px;
}

.ref-icon-inner {
    position: relative;
    left: -50%;
    background-image: url(../img/profile-icon-hover.png);
    background-size: contain;
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
}

.funds-raised-inner {
    position: relative;
    left: -50%;
    background-size: contain;
    width: 115px;
    height: 55px;
    background-repeat: no-repeat;
    font-size: 31px;
    font-weight: 600;
    color: #363636;
}

.map-marker-inner i {
    font-size: 44px;
    color: #ff5b34!important;
}

.distance-slides {
    margin-top: 10px;
}

.light-grey {
    color: #bec3c7!important;
}

.shop-product-outer {
    border: 1px solid red;
}

.goal-title {
        margin-top: 0px!important;
    font-weight: 100!important;
    padding-top: 0px!important;
}

.distance-title {
    font-size: 17px;
    font-weight: 600;
}

.individual-total {
    min-height: 245px;
    border-bottom: 1px solid #e7ebee;
}

#export-items label {
    font-size: 13px;
    font-weight: 500;
    margin-left: 3px;
}

#export-items input[type="checkbox"]{
    width: 20px;
    height: 15px;
    margin-top: 4px;
}

#export-participants label {
    font-size: 13px;
    font-weight: 500;
    margin-left: 3px;
}

#export-participants input[type="checkbox"]{
    width: 20px;
    height: 15px;
    margin-top: 4px;
}

.export-checkbox-wrap {
    display: inline-block;
}

#event-info-social-circles {
    text-align: center;
}

#event-info-social-circles li {
    float: none!important;
    display: inline-block;
}

.discover-interests {
    margin-top: 25px;
}

.create-charity-btn {
    background-color: #ff5b35;
    color: #ffffff;
    width: 100%;
    padding: 14px 0px;
    border: 1px solid #ff5b35;
    border-radius: 40px;
    font-weight: 600;
    cursor: pointer;
    font-size: 17px;
    margin-top: 25px;
}

.lg-centred-btn {
    text-align: center;
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block;
    border: 2px solid #ff5b34;
    color: #ffffff;
    background: #ff5b34;
    z-index: 9999999!important;
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 22px;
    border-radius: 25px!important;
    letter-spacing: normal!important;
    text-transform: initial!important;
    font-size: 15px!important;
    padding: 7px 25px;
}

.setup-header {
        width: 100%;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    height: 60px;
    padding-top: 10px;
    z-index: 999999;
    position: fixed;
    background-color: #fff;
    top: 0;
}

.follow-suggestion-row {
    border-bottom: 1px solid #dedede;
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.fs16 {
    font-size: 16px!important;
}

.fs15 {
    font-size: 15px!important;
}

.fs14 {
    font-size: 14px!important;
}

.mtop-5 {
    margin-top: -5px!important;
}

.mtop-15 {
    margin-top: -15px!important;
}

.mtop0 {
    margin-top: 0px!important;
}

.lym-head {
    background-color: #f4f4f494!important;
    padding: 0px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 1px solid #e7ebee;
    padding: 15px 15px!important;
    color: #363636;
    font-size: 18px;
    font-weight: 600;
}

.fb-post-icons {
    background-color: #f5f6f7;
    border-radius: 20px;
    padding: 9px 14px;
    height: auto!important;
}

.fb-post-icons-tr {
    height: 20px;
    vertical-align: middle;
    line-height: 12px;
}

.lym-footer {
    padding: 0;
}

.lym-footer-content {
    display: none;
    padding: 0px 20px 10px 20px;
}


.rewards-img {
    background-color: #ddd; 
    min-height: 190px;
}

.reward-img-wrapper {
    background-color: #ddd; 
    min-height: 590px;
}

.mtop85 {
    margin-top: 85px!important;
}

.password-actions-dropdown button {
    border-radius: 20px!important;
    font-weight: 600;
    padding: 5px 13px;
    font-size: 14px;
}

.cq-border-bottom {
    border-bottom: none;
}

.password-actions-dropdown li {
    float: left;
    width: 100%;
    padding: 8px 2px;
}

.ticket-actions-dropdown button {
    border-radius: 20px!important;
    font-weight: 600;
    padding: 2px 11px;
}

.ticket-actions-dropdown li {
    float: left;
    width: 100%;
    padding: 8px 2px;
}

.difference-up {
    color: #2fcc71;
}

.difference-down {
    color: #e84c3d;
}

.ticket-handle {
    float: left;
    width: 20%;
}

.ticket-handle-label {
    float: left;
    width: 80%;
}

.ticket-actions-dropdown li i {
    margin-right: 12px!important;
}

.mtop60 {
    margin-top: 60px!important;
}

.pright0 {
    padding-right: 0px!important;
}

.ptop40 {
    padding-top: 40px!important;
}

.ptop5 {
    padding-top: 5px!important;
}

.follow-user-thumb {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.follow-suggestion-username {
    font-weight: 500;
    margin-top: 11px;
    font-size: 16px;
    color: #444;
}

.info-block {
    padding-left: 30px;
    padding-top: 12px;
}

.info-block i {
    margin-top: 20px;
    color: #ff5b35;
}

.info-block h6 {
    margin-top: 20px;
    font-weight: 600;
    font-size: 13px;
}

.follow-suggestion-tags {
    font-size: 13px;
    margin-top: 3px;
    color: #aaa;
}

.setup-row {
    margin-top: 25px;
}

.setup-header-logo {
    background-image: url(../img/etchlogo-small.png);
    background-size: cover;
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
}

.setup-wrapper {
    margin-top: 0px!important;
    z-index: 99999999;
    background-color: #fff;
    position: relative;
    float: left;
    width: 100%;
}

.ta-right {
    text-align: right;
}

.settings-radio-left {
    width: 4%;
    float: left;
    padding-left: 10px;
}
.settings-radio-right {
    width: 96%;
    float: left;
}

#privacy-radios label {
    width: 25px;
    height: 25px;
    margin-bottom: 44px;
}

.ticketName {
    width: 16%;
}

.ticketQty {
    width: 16%;
}

.ticketPrice {
    width: 16%;
}

.ticketExpiry {
    width: 16%;
}

.ticketActions {
    width: 16%;
}

.ticketActions span {
    padding: 7px 10px;
}

.settings-right span {
    float: right;
    margin-top: 12px;
}

.settings-row {
    float: left;
    width: 100%;
    padding: 13px 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}

.settings-row:last-child {
    border-bottom: none;
}

.settings-left {
    width: 80%;
    float: left;
}

.settings-right {
    width: 20%;
    float: left;
}

.preference-title {
    font-size: 16px;
    color: #444;
}

.preference-descr {
    font-size: 13px;
    margin-top: 3px;
}

.wtf-top {
    padding-top: 12px;
    margin-top: 0px;
}

.wtf-footer-links {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.wtf-footer-link {
    color: #a0a1a5;
    margin-right: 2px;
    margin-left: 2px;
    white-space: nowrap;
    font-size: 13px;
}

.jg-charity-result {
    border: 1px solid #dadada;
    padding: 25px;
    text-align: center;
    margin-top: 25px;
    border-radius: 4px;
}

.jg-charity-title {
    color: #363636;
}

.jg-charity-descr {
    color: #363636;
    margin: 25px 0px;
    min-height: 73px;
}

.installment-plan {
    margin-top: 15px;
}

.pay-in-installments {
    cursor: pointer;
}

.pay-full-amount {
    cursor: pointer;
}

.edit-merch-msg {
    background: #fafafa;
    margin-bottom: 5px;
    padding: 14px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    float: left;
    width: 100%;
    line-height: 24px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.25);
    text-align: center;
    font-size: 15px;
    color: #363636;
    margin-top: 20px;
    font-weight: 600;
}

.ig-view-all {
    float: right;
    margin-top: 10px;
    color: #363636;
    font-size: 13px;
    font-weight: 600;
}

.tickets-sold-out {
    background: #fafafa;
    margin-bottom: 5px;
    padding: 14px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    float: left;
    width: 100%;
    line-height: 24px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.25);
    text-align: center;
    font-size: 15px;
    color: #363636;
    margin-top: 20px;
    font-weight: 600;
}

.discoverToolbar {
    margin-bottom: -5px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1111px;
}

.discoverToolbar input[type="text"] {
    border: 1px solid #D2D6DF;
    padding: 9px 12px;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 10px;
}

.discoverToolbar select {
    border: 1px solid #D2D6DF;
    padding: 9px 12px;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 10px;
    -webkit-appearance: none;
    background-color: #ffffff;
}

.discount-sml {
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
    margin-top: -9px;
}

.discount-popup-img { 
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 25px;
 }

.discover-flyout-inner input[type="text"] {
    border: 1px solid #D2D6DF;
    padding: 9px 12px;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 10px;
    width: 100%;
    margin-bottom: 30px;
}
.discover-flyout-inner select {
    border: 1px solid #D2D6DF;
    padding: 9px 12px;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 10px;
    width: 100%;
    margin-bottom: 30px;
}

.discoverToolbar button {

    padding: 9px 12px;
    border-radius: 4px;
    font-size: 16px;
}

.discoverToolbarBtn {
    padding: 0px 20px!important;
    height: 43px!important;
    line-height: 38px!important;
    margin-left: 6px;
    cursor: pointer;
}

.discoverFiltersBtn {
    padding: 0px 20px!important;
    height: 43px!important;
    line-height: 42px!important;
    cursor: pointer;
    float: right;
}

.change-profile-image {
    max-width: 157px;
    text-align: center;
}

.appliedFilter {
    float: left;
    border-radius: 24px;
    color: #ff5b34;
    border: 1px solid #ff5b34;
    background-color: #fff;
    line-height: 14px;
    padding: 8px 14px;
    margin-left: 10px;
    margin-bottom: 0px;
}

.appliedFilter  button {
    margin-left: 5px;
}

#openFilters i {
    font-size: 18px;
    margin-right: 6px
}

#pageMask {
    width:100%;
    height: 100%;
    opacity: 0.5;
    background-color: #ccc;
    position: absolute;
    z-index: 1003;
    display: none;
}

#postMask {
    width:100%;
    height: 100%;
    opacity: 0.5;
    background-color: #000;
    position: absolute;
    z-index: 1003;
    display: none;
}

.discover-flyout {
    position: absolute;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
    z-index: 1004;
    background-color: #ffffff;
    width: 350px;
    left:-560px;
    top: 0px;
}

.flyout-header-txt {
    float: left;
    font-size: 13px;
    font-weight: 700;
    margin-left: 20px;
    margin-top: 17px;
}

.flyout-close-wrap {
    float: right;
    padding: 16px 23px;
    border-left: 1px solid #D2D6DF;
    cursor: pointer;
}

.discover-flyout-topbar-close {
    float: right;
    border-left: 1px solid #D2D6DF;
}

.discover-flyout-topbar {
    border-bottom: 1px solid #D2D6DF;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.discover-flyout-inner {
    overflow-y: auto;
    padding: 35px;
}

.discover-flyout-inner label {
    color: #aaa;
}

#specificLiveDates, #dateSuggestions {
    color: #ff5b34;
    margin-top: -20px;
    margin-bottom: 30px;
    cursor: pointer;
    display: block;
}

.open-filters {
    width: 104px;
    height: 43px;
    border: 1px solid #D2D6DF;
    cursor: pointer;
    display: inline-block;
    line-height: 43px;
    border-radius: 4px;
    font-weight: 600;
    padding-left: 13px;
    padding-right: 13px;
    margin-right: 10px;
}

.event-search {
    width: 260px!important;
}

.fixed_aside {
    position: fixed;
    top: 60px;
    bottom: 0;
}

.discoverTopNav {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    border-top-right-radius: 0px!important;
    border-top-left-radius: 0px!important;
    position: relative;
    margin-bottom: 10px;
}

.pointer {
    cursor: pointer;
}

.logged-in-header-left {
    width: 40%!important;
    float: left!important;
}

.logged-in-header {
    width: 60%;
    float: left;
}

.users_header_right {
    width: 50%;
    float: left;
}
.users_header_left {
    width: 50%;
    float: left;
}

.profile-menu-text {
    line-height: 36px;
    display: block;
}

.usersHeaderSpan {
    font-size: 14px;
    font-weight: 600;
}

.follow-figure {
    font-size: 18px;
    font-weight: 600;
}

#main-top-menu i {
    font-size: 21px;
    display: block;
    width: 21px;
    float: left;
    margin-top: 14px;
}
#following-nav li {
    line-height: 20px;
    border-bottom: 3px solid transparent;
}

.shadow-bottom {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25)
}

.no-results {
    width: 100%;
    text-align: center;
    font-size: 24px;
    float: left;
    margin-top: 20px;
}

.participants-actions button {
    border-radius: 28px;
    float: right;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 14px;
    margin-right: 14px;
}

.participants-dropdown-outer {
        width: 200px;
    float: right;
    position: relative;
}

.participants-dropdown-menu {
    margin-top: 42px;
}

.participants-dropdown-menu-item {
    border-bottom: 1px solid #e7ebee;
    padding-top: 10px;
    padding-bottom: 10px;
}

.rounded-orange-submit {
    background-color: #ff5b34;
    border-color: #ff5b34;
    color: #FFFFFF;
    border: none;
    border-radius: 16px;
    padding: 7px 16px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
}

.post-textarea-wrapper {
    z-index: 1004;
    position: relative;
}

.no-results-h {
    font-size: 31px;
    margin-top: 10px;
    margin-bottom: 19px;
    color: #444;
}

.no-results-p {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 32px;
    text-align: center;
}

#following-nav li:hover {
    color: #ff5b34;
    border-bottom: 3px solid #ff5b34;
}

.challenge-header-mob-nav {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 15px;
    border-top: 1px solid #eee;
    padding-top: 17px;
    clear: left;
}

.grey-border-right {
    border-right: 1px solid #ccc;
}

.ch-i {
    font-size: 17px;
}

.ch-nav-btn {
    display: block;
    float: left;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #363636; 
}

.ch-nav-btn a:link {color: #363636;}
.ch-nav-btn a:visited {color: #363636;}
.ch-nav-btn a:hover {color: #363636;}
.ch-nav-btn a:active {color: #363636;}

.challenge-header {
    width: 100%;
    float: left;
    display: none;
    margin-top: -12px;
}

.challenge-header-mob-btn-hr {
    border-top: 1px solid #eee;
    margin-bottom: 15px;
}

.challenge-header-mob-btn {
    text-align: center;
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 142px;
}

.learn-more-event-mob-btn {
    box-shadow: 0 1px 4px 0px rgba(0,0,0,.25);
    float: right;
    color: #363636!important;
    font-size: 13px;
    border-radius: 20px;
    padding: 6px 13px;
    margin-top: -7px;
    font-weight: 600;
}

.challenge-header-mob-btn button {
    padding: 2px 24px!important;
    margin-left: 0px!important;
    margin-top: 10px;
    font-size: 13px!important;
    width: auto!important;
}

.challenge-header-left {
    float: left;
    width: 100%;
    padding: 15px 15px 10px 15px;

}

.challenge-header-left img {
    border: 4px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    display: block!important;
    position: relative!important;
    float: left;
    box-sizing: border-box;
    height: 80px;
    width: 80px;
    margin-top: -45px;
}

.challenge-header-right {
    float: left;
    width: 100%;
    color: #000;
    box-sizing: border-box;
    font-size: 25px;
    position: relative;
    padding: 0px 15px;
}

.mob-only-challenge-description p {
    font-size: 13px;
    margin-top: 10px;
}

.challenge-header-text {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-weight: 300;
    width: 100%;
}

.challenge-toolbar-left {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    min-height: 1px;
}

.challenge-toolbar-middle {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}



.toolbar-share-event-outer {
    float: left;
    font-size: 15px;
    font-weight: 600;
    color: #363636;
    margin: 0px 14px;
    line-height: 72px;
}


.new-challenge-toolbar-right {
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    height: 70px;
    margin-right: 15px;
}

.new-challenge-toolbar-right ul {
    text-align: center;
    margin-bottom: 0px;
    height: 68px;
}

.new-challenge-toolbar-right li {
    display: inline-block;
    height: 70px;
    cursor: pointer;
}

.new-challenge-toolbar-right li:hover {
    border-bottom: 4px solid #ff5b34;
}



.new-challenge-toolbar-left {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    height: 70px;
    margin-right: 15px;
}

.new-challenge-toolbar-left ul {
    text-align: center;
    margin-bottom: 0px;
    height: 68px;
}

.new-challenge-toolbar-left li {
    display: inline-block;
    height: 70px;
    cursor: pointer;
}

.new-challenge-toolbar-left li:hover {
    border-bottom: 4px solid #ff5b34;
}



.challenge-toolbar-right {
    width: 25%;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    max-width: 325px;
}

.round-sm-icon-share-count {
    position: relative!important;
    display: block;
    margin-top: -25px;
    text-align: center;
}

.round-sm-icon {
    float: left;
    width: 20%;
    text-align: center;
}

.ms-labels-outer {
    float: left;
    width: 100%;
    font-weight: 600;
    margin-top: 2px;
    margin-bottom: 5px;
}

.ms-labels-inner {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
}

.ms-labels-inner-left {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-left: 0px;
}

.activityTypeNote {
    text-transform: none!important;
    font-weight: 400;
    line-height: 17px;
    color: #797979;
}

.info-tickets-links h3 {
    font-size: 15px;
    letter-spacing: -0.5px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #363636;
}

.form-note {
    margin-left: 36px;
    margin-bottom: 10px;
    margin-right: 35px;
}

.widget-header-a {
    color: #363636!important;
}

.button-footer {
    padding-left: 15px;
    padding-right: 15px;
}

.nav-pills-inner {
    float: right;
    width: 329px;
    margin-top: -75px;
}

.nav-pills-outer {
    width: 100%; 
    float: left;
}

#dynamic-table img {
    width: 30px;
    border-radius: 100%;
}
#datatable2 img {
    width: 30px;
    border-radius: 100%;  
}
#leaderboard-table img {
    width: 30px;
    border-radius: 100%;
}

#datatable4_paginate .pagination>.active>a {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ff5b34!important;
    border-radius: 20px;
}

#datatable4_paginate .pagination>li>a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 5px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: none;
    margin-right: 5px;
}

#datatable4_previous a {
    background: #fff!important;
    border: 1px solid transparent;
    border-radius: 30px!important;
    box-shadow: rgba(84,96,103,.25) 0 2px 16px;
    cursor: pointer;
}

.lbs-wrap {
    margin-bottom: 10px;
    margin-right: 15px!important;
}

.login-info { 
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-top: 25px;
}

#datatable4_info {
    display: none!important;
}

.lbs-title {
    color: #363636;
    display: block;
    font-size: 21px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
}

#datatable4_next a {
    background: #fff!important;
    border: 1px solid transparent;
    border-radius: 30px!important;
    box-shadow: rgba(84,96,103,.25) 0 2px 16px;
    cursor: pointer;
}


/*.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}*/




.mobileOnlyNav {
    display: none;
}

.facebook-icon:hover {
    background: #fff!important;
}

.twitter-icon:hover {
    background: #fff!important;
}

.twitter-icon {
    color: #1da1f2!important;
    border: 2px solid #1da1f2!important;
}

.facebook-icon {
    color: #4267b2!important;
    border: 2px solid #4267b2!important;
}

.facebook-blue {
    color: #4267b2!important;
}

.twitter-blue {
    color: #1da1f2!important;
}

.cmt-body {
    background-color: #eeeeee87;
    border-radius: 12px;
    padding: 15px;
    font-size: 13px;
    color: #363636;
    display: -webkit-inline-box;
}

.challenge-centered-title {
    color: #363636;
    display: block;
    font-size: 21px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
}

.commenter-name {
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    margin-right: 3px;
}

a.commenter-name:hover {
    color: #ff5b34!important;
}

.comment-details {
    color: #363636;
    padding: 2px 5px 0px 15px;
}

.reply-btn {
    cursor: pointer;
}

.new-social-wrapper {
    margin-top: 13px;
    margin-right: 15px;
}

.linkedin-blue {
    color: #0077b5!important;
}

.strava-icon{
    color: #FC4C02!important;
    border: 2px solid #FC4C02!important;   
}
.strava-icon:hover, .strava-icon:focus{
    background: #fff!important; 
}

.garmin-icon{
    color: #000!important;
    border: 2px solid #000!important;   
}
.checkInCountWrapper {
    margin-top: 10px;
    margin-right: 25px;
}

.datepickerInput {
    border: 1px solid #e2e2e4;
    border-radius: 2px;
    max-width: 100px;
    padding: 5px 8px;
}

.control-label-bold {
    font-weight: 600;
    line-height: 28px;
    padding-left: 35px;
    color: #000;
}

.control-label-bold-nm {
    font-weight: 600;
    line-height: 28px;
    color: #545559;
}

.eee {
    background-color: #eee!important;
}

.label-right {
    text-align: right;
}

.control-label-bold:first-of-type {
    text-transform: uppercase;
}


.control-label-bold i {
    color: #ccc;
    padding-left: 10px;
}

.pop-up-img {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    float: none;
    display: inherit;
}
	

.datepicker-section {
    width: 50%;
    float: left;
    padding-right: 15px;
}

.upload-section {
    text-align: center;
}

.fileUploadBorder {
    border: 1px solid #e2e2e4;
    padding: 6px;
    border-radius: 6px;
    padding-bottom: 0px;
    width: 240px;
}

.header-search-input {
    width: 100%!important;
    border-radius: 25px!important;
    padding-left: 20px!important;
    font-size: 14px!important;
    padding-right: 0px!important;
    background: #fff;
    border: 1px solid #d9d9d9;
    line-height: 18px;
    height: 40px!important;
    padding: 10px 15px;
    margin-top: 3px;
    transition: all 0.5s linear;
    color: #363636;
    box-shadow: #d6e4ed 0 1px 6px;
}

.header-search-input:focus {
    border: 1px solid #000!important;
}

.header-search-input:hover {
    border: 1px solid #000!important;
}





.leaderboard-options li {
    margin-right: 5px;
    display: inline-block;
}



.leaderboard-search-input {
    width: 100%!important;
    border-radius: 25px!important;
    padding-left: 20px!important;
    font-size: 14px!important;
    padding-right: 0px!important;
    background: #fff;
    border: 1px solid #b0b0b0;
    line-height: 18px;
    padding: 9px 15px;
    transition: all 0.5s linear;
    color: #333;
}

.leaderboard-search-input:focus {
    border: 1px solid #ff5b34;
    box-shadow: rgba(255,91,52,.25) 0 1px 9px;
    color: #363636;
}

.leaderboard-search-input:placeholder {
    color: #333!important;
    opacity: 1!important;
}



.new-discover-header-search-input {
    width: 100%!important;
    border-radius: 25px!important;
    padding-left: 20px!important;
    font-size: 15px!important;
    padding-right: 0px!important;
    background: #ffffff;
    border: 1px solid #fff;
    line-height: 18px;
    height: 40px!important;
    padding: 10px 15px;
    margin-top: 3px;
    transition: all 0.5s linear;
    color: #363636;
    box-shadow: rgba(214, 228, 237, 1) 0px 1px 6px;

}

.new-discover-header-search-input:focus {
    border: 1px solid #ff5b34;
    box-shadow: rgba(255,91,52,.25) 0 1px 9px;
    color: #363636;
}

.new-discover-header-search-input:placeholder {
    color: #363636;
}








.socialCardLower {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.socialCardDescriptionLeft {
    float: left;
    width: 100%;
    color: #363636;
    text-align: left;
}

.socialCardDescriptionRight {
    float: left;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 7px;
}

.peoples-liked {
    color: #000!important;
}

.ticket-basics {
    padding-left: 20px!important;
    padding-right: 20px!important;
}

.float-left {
    float: left;
}


.selected_event {
    margin-left: auto;
    margin-right: auto;
    max-width: 448px;
    margin-top: -6px;
    font-weight: 500;
}

.proceed-btn-wrapper {
    background-color: #eee;
    padding: 15px 20px 15px 20px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-bottom: 0px!important;
    margin-top: -3px;
}

.btn-centred {
    margin-left: auto;
    margin-right: auto;
    text-align: center!important;
    display: block!important;
    width: 143px;
}

.m-left25 {
    margin-left: 25px;
}

.m-left15 {
    margin-left: 15px!important;
}

.m-left0 {
    margin-left: 0px!important;
}

.m-top10 {
    margin-top: 10px;
}

.m-top20 {
    margin-top: 20px;
}

.m-top25 {
    margin-top: 25px;
}

.m-top30 {
    margin-top: 30px;
}

.no-margin {
    margin: 0px!important;
}


.no-padding {
    padding: 0px!important;
}

.padding-2 {
    padding: 2px!important;
}

.padding-15 {
    padding: 15px!important;
}
.padding-25 {
    padding: 25px!important;
}

.main-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 790px!important;
}

.horizontal-menu-left {
    width: 15%;
    float: left;
    padding-left: 25px;
    box-sizing: border-box;
}

.horizontal-menu-middle {
    width: 65%;
    float: left;
}

.horizontal-menu-right {
    width: 20%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
    padding-top: 8px;
}

.comment-area {
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 20px;
}

.comment-time {
    float: left;
    margin-top: -3px;
    line-height: 10px;
    display: inline-block;
    font-size: 11px;
}

.like_button_comment {
    padding: 0px 0px!important;
    font-size: 12px!important;
    display: inline;
    border: none!important;
    margin-top: -3px;
}

.headerSearchBtn {
    float: right;
    margin-top: -31px;
    margin-right: 23px;
    height: 25px;
    width: 18px;
    cursor: pointer;
    border: none;
    position: relative!important;
    z-index: 51;
    color: #363636;
    background: transparent;
}

.gallery-card-top {
    width: 100%;
    float: left;
    padding-top: 55px;
}

.profile-gallery-img:after, .profile-gallery-img:before {
    position:absolute;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.profile-gallery-img:after {
    content:'\A';
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
}
.profile-gallery-img:before {
    
    width:100%;
    color:#fff;
    z-index:1;
    bottom:45%;
    padding:4px 10px;
    text-align:center;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    font-family: FontAwesome;
    font-size: 20px;
   content: "\f002";
}
.profile-gallery-img:hover:after, .profile-gallery-img:hover:before {
    opacity:1;
}

.profile-gallery-user-img {
    width: 140px!important;
    height: 140px!important;
}

.edit-ticket-btn {
    font-size: 10px;
    font-weight: 700;
    padding: 4px 10px!important;
    background-color: #ccc;
    float: right;
    color: #797979;
}

.sml-table-btn {
    font-size: 10px;
    font-weight: 700;
    padding: 4px 10px!important;
    background-color: #ccc;
    float: right;
    color: #797979;
    margin-bottom: 1px;
}

.sh-form-label-dark i {
    color: #ccc;
    padding-left: 10px;
}

.radio-wrapper {
    border: 1px solid #dadada;
    border-radius: 4px;
    padding: 21px 25px;
    clear: left;
}

#cause-tabs .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
}

#cause-tabs .nav-tabs>li>a.active {
        margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    background: #fff;
    border-bottom: none!important;
    font-weight: 600;
}

.radio-wrapper-clear {
    border: none;
    padding: 10px 25px;
    clear: left;
}

.profile-gallery-user-name {
    display: inline-block;
    margin-top: 0px!important;
    font-size: 31px;
    font-weight: 100;
    margin-bottom: 10px;
    float: left;
    line-height: 32px;
}

.profile-gallery-follow-btn {
    background-color: #ff5b34;
    border: 1px solid #ff5b34;
    color: #FFFFFF;
    border-radius: 20px;
    font-size: 15px;
    padding: 2px 16px;
    margin-left: 20px;
    margin-top: 5px;
    float: left;
}

.post-text-wrap {
    padding: 25px 10px 5px 5px;
    float: left;
    width: 100%;
}

.custom-question-img {
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 4px;
    background: #ffffff;
}

.custom-question-img-btn {
    background-color: #ff5b34!important;
    color: #FFFFFF!important;
}

.post-text-input-wrap {
}

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

.leave-your-mark-mask {
    color: #363636;
    padding: 20px 0px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.post-text-wrap img {
        border-radius: 50px;
    max-width: 80px;
    width: 100%;
    border: 5px solid #ddd;
}

#challenge_post {
    border: 1px solid #e7ebee;
}

#profile_post {
    border: none;
    margin-top: 18px;
}

#challenge_post {
    border: none;
    margin-top: 18px;
    font-weight: 400;
}

/*#accordion-icons {
    z-index: 999999;
}*/

.user-signup-follow-btn {
    background-color: #ff5b34;
    border: 1px solid #ff5b34;
    color: #ffffff;
    border-radius: 31px;
    font-size: 16px;
    padding: 6px 20px;
    margin-left: 20px;
    margin-top: 16px;
    float: right;
    font-weight: 600;
}

.follow-heading {
    text-align: center;
    margin-bottom: 0px;
    font-size: 18px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
    color: #444;
}

a.user-signup-follow-btn:link { color: #ffffff; }
a.user-signup-follow-btn:visited { color: #ffffff; }
a.user-signup-follow-btn:hover { color: #ffffff; }
a.user-signup-follow-btn:active { color: #ffffff; } 

.user-profile-follow-btn {
        background-color: #ff5b34;
    border: 1px solid #ff5b34;
    color: #ffffff;
    border-radius: 31px;
    font-size: 16px;
    padding: 6px 20px;
    margin-left: 20px;
    margin-top: 4px;
    float: left;
    font-weight: 600;
}

a.user-profile-follow-btn:link { color: #ffffff; }
a.user-profile-follow-btn:visited { color: #ffffff; }
a.user-profile-follow-btn:hover { color: #ffffff; }
a.user-profile-follow-btn:active { color: #ffffff; } 
a.user-profile-following-btn:link { color: #ffffff; }
a.user-profile-following-btn:visited { color: #ffffff; }
a.user-profile-following-btn:hover { color: #ffffff; }
a.user-profile-following-btn:active { color: #ffffff; } 

.user-profile-following-btn {
    background-color: #fafafa;
    border: 1px solid #e2e2e4;
    color: #797979;
    border-radius: 31px;
    font-size: 16px;
    padding: 6px 20px;
    margin-left: 0px;
    margin-top: 4px;
    float: left;
    font-weight: 600;
}

.user-profile-following-btn:hover {
    background-color: #ffffff;
    color: #797979!important;
}




.user-signup-following-btn {
        background-color: #fafafa;
    border: 1px solid #e2e2e4;
    color: #797979;
    border-radius: 31px;
    font-size: 16px;
    padding: 6px 20px;
    margin-left: 20px;
    margin-top: 18px;
    float: right;
    font-weight: 600;
}

.user-signup-following-btn:hover {
    background-color: #ffffff;
    color: #797979!important;
}




.profile-gallery-unfollow-btn {
    background-color: #ffffff;
    border: 1px solid #e2e2e4;
    color: #797979;
    border-radius: 20px;
    font-size: 15px;
    padding: 2px 16px;
    margin-left: 20px;
    margin-top: 5px;
    float: left;
}

.socialCard {
    width: 100%;
    border-radius: 5px;
    margin-top: 25px;
    margin-bottom: 25px;
    float: left;
    padding-left: 65px;
    padding-right: 65px;
}

.socialCardInner {
    border: 1px solid #d6d6d6!important;
    border-radius: 5px;
    float: left;
    box-sizing: border-box;
    width: 100%;
}

.greyHover:hover {
    background-color: #fafafa;
    cursor: pointer;
}

.whiteHover:hover {
    background-color: #ffffff!important;
}

.whiteHover {
    background-color: #ffffff!important;
}

.socialCardImg {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border: 0px solid transparent!important;
}

.socialCardDescription {
    padding: 20px 30px;
    float: left;
    width: 100%;
}

.nested-comment-timestamp {
    border: 1px solid red;
}
.socialCardDescription span {
    font-size: 17px;
    font-weight: 600;
}

.newsfeed-profile-banner {
    height: 122px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.newsfeed-profile-pic {
    border: 3px solid #fafafa;
    border-radius: 100px;
    width: 30%;
    margin-left: auto;
    margin-top: -48px;
    margin-right: auto;
    float: none;
    display: block;
}

.newsfeed-profile-h1 {
    color: #363636;
    font-size: 17px;
    font-weight: 600;
    margin-top: 13px;
    text-align: center;
    margin-bottom: 5px;
}

.newsfeed-profile-pic-outer {
    float: left;
    width: 100%;
    position: relative;
}

.newsfeed-profile-footer {
    border-top: 1px solid #e4e9ec;
    float: left;
    clear: left;
    width: 100%;
    margin-top: 11px;
    padding: 10px 0px;
}

.npf-label {
    color: #ff5b34;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
}

.newsfeed-profile-follow {
    border: 1px solid #ff5b34;
    background-color: #ff5b34;
    color: #fff;
    border-radius: 25px;
    padding: 4px 17px;
    font-size: 13px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
}

.clear-panel {
    background: transparent;
}

.newsfeed-profile-p {
    text-align: center;
}

.npf-val {
    color: #363636;
    font-size: 16px;
    font-weight: 600;
    margin-top: 3px;
    text-align: center;
}

.newsfeed-profile-h1-outer {
    float: left;
    width: 100%;
    position: relative;
}

.abd-outer {
    max-width: 250px;
    border-right: 2px solid #eeeeee;
}

.abd-label {
    color: #363636;
}

.abd-Data {
    color: #363636;
    font-size: 18px;
    font-weight: 600;
}

.swim-icon, .bike-icon, .run-icon {
    margin-right: 5px;
}

.activity-breakdown {
    display: block;
    float: left;
    width: 100%;
    max-width: 420px;
    margin-bottom: 25px;
}

.new-activity-details {
    color: #363636;
    font-size: 21px;
    font-weight: 600;
    display: block;
    padding: 0px 10px;
}

.profile-outer {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

.newsfeed-wrapper {
    width: 100%;
    float: left;
    padding-right: 15px;
}

.recommended-challenges-wrapper {
    width: 100%;
    float: left;
    
}

.who-to-follow-panel {
    width: 100%;
    float: left;
    background-color: transparent!important;
}

.uppercase {
    text-transform: uppercase;
}

.padlr20 {
    padding-left: 20px!important;
    padding-right: 20px!important;
}
.padlr30 {
    padding-left: 30px!important;
    padding-right: 30px!important;
}

.padlr35 {
    padding-left: 35px!important;
    padding-right: 35px!important;
}

.notifications-center-message {
    display: inline-block;
    background: transparent none repeat scroll 0% 0%;
    font-size: 14px;
    margin-left: 10px;
    line-height: 20px;
}

.notifications-center-title {
    margin-left: 0px;
    margin-top: 20px;
    color: #363636!important;
    font-weight: 600;
    font-size: 17px;
}

.notifications-center-title-event {
    margin-left: 0px;
    margin-top: 20px;
    color: #363636!important;
    font-weight: 600;
    font-size: 17px;
}


.notifications-center-img {
    border: 1px solid #eee;
    width: 100%;
    padding: 6px;
    margin: 5px;
}

.notifications-center-organiser {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #545559;
}

.notifications-center-dates {
    font-size: 13px;
    color: #545559;
    margin-bottom: 8px;
    margin-top: 5px;
}

.widget-banner-getting-started {
    background-image: url(../img/getting-started.png);
    height: 149px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.notifications-center-message a {
    color: #ff5b35;
    font-weight: 600;
}

.underscore-tab a {
    color: #2d2d2d;
}

.top-tabbed-nav {
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
    color: #545559;
}

.large-merchandise-icon-fa {
        font-size: 179px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 132px;
    float: none;
    margin-top: 20px;
}

.add-existing-banner {
    border: 3px dashed #d3dbe2;
    width: 100%;
    padding: 16px 0px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.import-order-outer {
    min-height: 302px;
    margin-bottom: 20px;
}

.add-existing-banner i {
    text-align: center;
    color: #d3dbe2;
    font-size: 28px;
}


.ut-active a {
    color: #ff5b35;
}

.organiser-message {
    text-align: center;
    background: #fff;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 15px;
    padding: 35px;
    position: relative;
}

.om-quote-left {
    position: absolute;
    left: 10px;
    font-size: 25px;
    color: #ddd;
    top: 10px;
}

.load-more-fundraising {
    color: #363636;
    font-size: 14px;
    cursor: pointer;
}

.fundraiser-date-span {
    font-weight: 400;
}

.fundraiser-org-info {
    font-weight: 500;
    margin-top: 0px;
    color: #333;
}

.fundraiser-org-info a {
    color: #333333;
    font-weight: 600;
    font-size: 14px;
}

.fr-banner-table td {
    display: block;
    margin-top: 0px;
}

.fr-img-no-table-outer {
    max-width: 110px;
    padding-left: 0px;
}

.fr-img-no-table {
}

.fundrasing-action {
        width: 95px;
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
    color: #363636;
    border-radius: 20px;
    font-weight: 600;
    text-align: center;
    padding: 5px 5px;
    font-size: 15px;
    margin-top: 42px;
    cursor: pointer;
    float: right;
    margin-right: 25px;
}

.om-quote-right {
    position: absolute;
    right: 10px;
    font-size: 25px;
    color: #ddd;
    bottom: 10px;
}

.view-post-user-text {
    clear: left;
    color: #363636;
    font-size: 14px;
}

.charity-story {
    margin: -10px 0px 15px 0px;
    display: inline-block;
    font-size: 15px;
    color: #363636;
    font-weight: 500;
}

.pleft-100 {
    padding-left: 55px!important;
}

.pleft45 {
    padding-left: 45px!important;
}
.pleft25 {
    padding-left: 25px!important;
}


.pleft40 {
    padding-left: 40px!important;   
}

.pleft0 {
    padding-left: 0px!important;   
}

.mleft0 {
    margin-left: 0px!important;
}

.mleft25 {
    margin-left: 25px!important;
}

.mleft-10 {
    margin-left: -10px!important;
}

.mleft15 {
    margin-left: 15px!important;
}

.mleft-15 {
    margin-left: -15px!important;
}

.mright0 {
    margin-right: 0px!important;
}
.mright5 {
    margin-right: 5px!important;
}

.mleft5 {
    margin-left: 5px!important;
}

#set-schedule {
    display: inline-block;
}

.donation-label-outer {
   margin-top: 4px;
    text-align: left;
    padding: 0px!important;
}

.donation-label {
    margin-top: -1px;
}

.mright3 {
    margin-right: 3px!important;
}

.mright10 {
    margin-right: 10px!important;
}
.mright15 {
    margin-right: 15px!important;
}

.mright25 {
    margin-right: 25px!important;
}

.mright30 {
    margin-right: 30px!important;
}

.mleft10 {
    margin-left: 10px!important;
}

.mtop3 {
    margin-top: 3px!important;
}

.mtop25 {
    margin-top: 25px!important;
}

.mtop30 {
    margin-top: 30px!important;
}

.mtop35 {
    margin-top: 35px!important;
}

.mtop37 {
    margin-top: 37px!important;
}

.mb-0 {
    margin-bottom: 0px!important;
}

.inline {
    display: inline!important;
}

.tc-mob-btn {
    color: #363636!important;
    padding-left: 16px;
    padding-right: 16px;
}

.input-group-row-header {
    width: 100%;
    float: left;
    line-height: 30px;
    margin-bottom: 10px
}

.confirmation-message {
    margin-top: 10px;
    font-size: 12px;
}

.panel-no-bg {
    margin-bottom: 10px;
}

.ticket-title {
    font-weight: 600;
    padding-top: 15px;
    display: inline-block;
}

.checkout-table-info {
    font-size: 12px;
    font-style: italic;
    margin-left: 20px;
    margin-top: 10px;
    display: block;
    max-width: 400px;
}

.checkout-table {

}

.checkout-table tr {

}

.checkout-table td {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
    padding-left: 20px!important;
    padding-right: 20px!important
}

.checkout-table th {
        border-bottom: 2px solid #dddddd;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    padding-left: 19px!important;
    padding-right: 19px!important;
}

.copy-link {
    border: 2px solid #ff5b34;
    font-size: 14px;
    color: #ff5b34;
    padding: 10px 14px;
    border-radius: 30px;
    margin-left: 10px;
    font-weight: 600;
    cursor: pointer;
}

.sticky-donate {
    border-top: 1px solid #ddd;
    height: 78px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    display: none;
}

.copied-link {
    border: 2px solid #ff5b34;
    font-size: 14px;
    color: #ff5b34;
    padding: 10px 14px;
    border-radius: 30px;
    margin-left: 10px;
    font-weight: 600;
    cursor: pointer;
}

.editable-event-name-pencil-wrapper {
    border: 1px solid;
    background-color: #fafafa;
    border-color: rgba(150, 160, 180, 0.3);
    padding: 11px 13px;
    border-radius: 4px;
}

.fr-placeholder {
    background: url(../img/fundraising-screens.png) no-repeat;
    height: 196px;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    background-position: center;
    margin-bottom: 35px;
}

.fr-placeholder-2 {
    background: url(../img/fundraising-screens-2.png) no-repeat;
    height: 196px;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    background-position: center;
    margin-bottom: 35px;
}

.fr-placeholder-3 {
    background: url(../img/fundraising-screens-3.png) no-repeat;
    height: 196px;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    background-position: center;
    margin-bottom: 35px;
}


.fr-placeholder-4 {
    background: url(../img/fundraising-screens-4.png) no-repeat;
    height: 196px;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    background-position: center;
    margin-bottom: 35px;
}

.fr-title {
    font-size: 28px;
    text-align: center;
    color: #363636;
    margin-top: 35px;
    font-weight: 500;
}


.fr-point-title {
        font-size: 19px;
    text-align: center;
    color: #363636;
    font-weight: 600;
}



.fr-point-copy {
        font-size: 16px;
    text-align: center;
    color: #363636;
    margin-top: 15px;
}

.large-custom-autoresponder-icon {
    background: url(../img/custom-autoresponder-icon-large.png) no-repeat;
    width: 235px;
    height: 235px;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.large-merchandise-icon {
    background: url(../img/merchandise-icon-large.png) no-repeat;
    width: 235px;
    height: 235px;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.ballot-a {
    margin-left: auto;
    margin-right: auto;
    width: 124px;
    float: none;
    text-align: center;
    display: block;
}

.large-ticket-icon {
    background: url(../img/order-icon-large.png) no-repeat;
    width: 235px;
    height: 235px;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.large-participants-icon {
    background: url(../img/participants-icon-large.png) no-repeat;
    width: 235px;
    height: 235px;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 40px;
}

.active-tab {
    border-bottom: 2px solid #ff5b34!important;
    font-weight: 600!important;
    background-color: #fff!important;
}

.text-orange {
    color: #ff5b34!important;
}

.existingListsLink {
    float: left;
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #eff2f7;
}
.customListsLink {
    float: left;
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #eff2f7;
}
.importNewListLink {
    float: left;
    width: 50%;
    box-sizing: border-box;

}

#importNewList, #existingLists, #customListBox {
    display: block;
    clear: left;
    margin-top: 40px;
}

.menu {
    position: relative;
}

nav#main-nav {
    z-index: 50;
}

nav#main-nav ul {
    position: relative;
    z-index: 49;
    margin: 0;

    list-style: none;
    display: inline-block;
}

nav#main-nav ul li {
    position: relative;
    z-index: 45;
    float: left;
    margin: 0 0 0 20px;
    padding: 0px;
    min-width: 10px;
}

nav#main-nav > ul > li > a  {
    display: block;
    font-family: 'Open Sans'; 
    font-weight: 600;
    font-size: 12px;
    line-height: 60px;					/* depending on the logo height */
    color: #262626;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    z-index: 45;
    padding: 0px;
    width: auto;
    transition: all 200ms linear;
}
.lym-img {
    margin-bottom: 15px;
}

.open-responsive-nav {
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 11px;
    margin-top: 15px;
    color: #000;
    font-size: 31px;
    line-height: 10px;
    display: none;
}

/* nav state for overlayed header*/	
.header-overlay nav#main-nav > ul > li > a {
    color: #ffffff;
    opacity: 0.7; 
    filter: alpha(opacity=7); 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

nav#main-nav > ul > li:hover > a {
    z-index: 48;
    color: #ff5b34;
}

nav#main-nav > ul > li.current-menu-item > a, nav#main-nav > ul > li.current-menu-ancestor > a {
    color: #ff5b34;
}

/* hover/active nav state for overlayed header*/	
.header-overlay nav#main-nav > ul > li:hover > a, .header-overlay nav#main-nav > ul > li.current-menu-item > a, .header-overlay nav#main-nav > ul > li.current-menu-ancestor > a {
    color: #ffffff;
    opacity: 1; 
    filter: alpha(opacity=100); 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

nav#main-nav ul li .sub-menu {
    border-top: 2px solid #ff5b34;
    color: #666666;
    position: absolute;
    top: 66px;							/* depending on the logo height + padding */
    left: 0px;
    background: #ffffff;
    width: 200px;
    padding: 5px 0;
    display: none;
    z-index: 47;

    background: #ffffff;
    box-shadow:  rgba(0,0,0, 0.2) 0px 0px 3px;
    -moz-box-shadow:  rgba(0,0,0, 0.2) 0px 0px 3px;
    -webkit-box-shadow:  rgba(0,0,0, 0.2) 0px 0px 3px;

} 

nav#main-nav ul .sub-menu li {
    float: none;
    margin: 0;
    color: #666666!important;
    border-top: 1px solid #eaeaea;
}
nav#main-nav ul .sub-menu li:first-child {
    border-top: none;
    margin-top: -5px;
}

nav#main-nav ul .sub-menu li a {
    color: #666666;
    display: block;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 24px;
    padding: 15px 20px!important;
}

nav#main-nav ul .sub-menu li a:hover {
    color: #ff5b34;
}

nav#main-nav ul .sub-menu > li:hover > a, nav#main-nav ul .sub-menu > li.current-menu-item > a {

}

nav#main-nav ul li ul li .sub-menu {
    position: absolute;
    top: 0px;
    left: 200px;
}



/* control nav when fixed & scrolled */
nav#menu-controls {
    display: none;
}

nav#menu-controls ul {
    position: relative;
    z-index: 49;
    margin: 0;
    padding: 0;
    list-style: none;
    /*overflow: hidden;*/
}

nav#menu-controls ul li {
    float: left;
    margin: 0 0 0 15px;
    padding: 20px 0;
    height: 60px;
    text-align: center;
    position: relative;
    width: 12px;
    transition: all 200ms linear;
}

nav#menu-controls > ul > li a  {
    display: inline-block;
    color: #262626;
    padding: 2px;
    border: 1px solid transparent;
    border-radius: 10px;
    -moz-border-radius: 10px; 
    -khtml-border-radius: 10px; 
    -webkit-border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
}

nav#menu-controls > ul > li.current-menu-item > a {
    border-color: #4da5f5;
}

nav#menu-controls > ul > li.current-menu-item > a span.c-dot {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

nav#menu-controls > ul > li a span.c-dot  {
    display: block;
    height: 6px;
    width: 6px;
    background: #262626;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-border-radius: 50%;
}

nav#menu-controls > ul > li a:hover span.c-dot  {
    background: #4da5f5;
}

nav#menu-controls > ul > li a span.c-name  {
    position: absolute;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    width: 100px;
    left: -44px;
    bottom: 12px;
    opacity: 0; 
    filter: alpha(opacity=0); 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

nav#menu-controls > ul > li a:hover span.c-name {
    opacity: 1; 
    filter: alpha(opacity=100); 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


#menu-responsive {
    position: absolute;
    background: #262626;
    padding: 0;
    top: 60px;
    right: -270px;
    width: 260px;
    z-index: 10000;
    box-shadow:  rgba(0,0,0, 0.2) 0px 0px 3px;
    -moz-box-shadow:  rgba(0,0,0, 0.2) 0px 0px 3px;
    -webkit-box-shadow:  rgba(0,0,0, 0.2) 0px 0px 3px;
    display: none;
}

nav#responsive-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
nav#responsive-nav > ul {
    border-bottom: 1px solid #eaeaea;
}

nav#responsive-nav ul li {
    margin: 0;
    padding: 0;
    border-top: 1px solid #eaeaea;
    position: relative;
    color: #666666;
    background-color: #fff;
}
nav#responsive-nav > ul > li:first-child {
    border-top: none;
}

nav#responsive-nav > ul li > a {
    display: block;
    color: #666666;
    font-family: 'Open Sans'; 
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 24px;
    padding: 15px 35px;
    transition: all 200ms linear;
}

nav#responsive-nav > ul > li:hover > a, nav#responsive-nav > ul > li.current-menu-item > a {

}	

nav#responsive-nav .sub-menu li a {
    display: block;
    font-weight: 400;
    line-height: 40px;
    padding: 10px 20px 10px 61px!important;
    font-size: 11px;
    text-transform: uppercase;
}

#elites-li-expand {
    display: none;
}
#features-li-expand {
    display: none;
}
#events-li-expand {
    display: none;
}
#contact-li-expand {
    display: none;
}
#blog-li-expand {
    display: none;
}

nav#responsive-nav #elites-li-expand {
    position: absolute;
    right: 8px;
    top: 7px;
    width: 35px;
    height: 33px;
    padding: 2px;
    font-size: 25px;
    text-align: center;
    line-height: 35px;
    display: block!important;
}

nav#responsive-nav #events-li-expand {
    position: absolute;
    right: 8px;
    top: 7px;
    width: 35px;
    height: 33px;
    padding: 2px;
    font-size: 25px;
    text-align: center;
    line-height: 35px;
    display: block;
}

nav#responsive-nav #features-li-expand {
    position: absolute;
    right: 8px;
    top: 7px;
    width: 35px;
    height: 33px;
    padding: 2px;
    font-size: 25px;
    text-align: center;
    line-height: 35px;
    display: block;
}

nav#responsive-nav #contact-li-expand {
    position: absolute;
    right: 8px;
    top: 7px;
    width: 35px;
    height: 33px;
    padding: 2px;
    font-size: 25px;
    text-align: center;
    line-height: 35px;
    display: block;
}

nav#responsive-nav #blog-li-expand {
    position: absolute;
    right: 8px;
    top: 7px;
    width: 35px;
    height: 33px;
    padding: 2px;
    font-size: 25px;
    text-align: center;
    line-height: 35px;
    display: block;
}

.recipientListNav {
    float: left;
    width: 100%;    
}

.recipientListNav:hover {
    background-color: #fff!important;
    font-weight: 600;
}

.erlabel {
    font-weight: 600;
}

.big-input {
    width: 100%!important;
    padding-left: 18px!important;
    font-size: 15px!important;
    height: 50px!important;
    font-weight: 600!important;
    margin-bottom: 20px!important;
    box-sizing: border-box;
    display: block;
    max-width: 100%;
}

.recipientListNav div {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #eff2f7;
    background-color: #f4f3f3;
}


.orange-icon {
    color: #ff5b34!important;
    margin-left: -14px;
}

.rowHeading {
    margin-left: 30px;
    margin-top: 13px!important;
    font-size: 18px!important;
    color: #363636;
}

.challengeHeading {
    font-weight: 600;
    font-size: 25px;
    color: #000!important;
}

.no-padding {
    padding: 0px!important;
}

.export-header {
    width: 100%;
    float: left;
    margin-bottom: 14px;
    border-bottom: 1px solid #eff2f7;
}

.export-checkall {
    margin-top: 13px;
    color: #ff5b34;
    text-align: right;
    float: right;
}

.pagination-wrap {
    float: right;
    width: 65px;
    margin-top: 10px;
    margin-right: 15px;
}

.input-label {
    font-size: 15px!important;
    font-weight: 600!important;
}

.input-description {
    font-size: 13px!important;
    font-weight: 400!important;
}

.access-code-icon {
    float: none;
    margin-right: 10px;
}

.tc-dropdown {
    border-radius: 31px;
    cursor: pointer;
    background-color: #fafafa;
    margin-top: 10px;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    box-shadow: 0 1px 5px 0px rgba(0,0,0,.25);
    border: 1px solid #eee;
    padding-top: 7px;
    color: #363636;
    padding-bottom: 7px;
}

.tc-dropdown:hover {
    border-radius: 31px;
    cursor: pointer;
    background-color: #fafafa!important;
    margin-top: 10px;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    box-shadow: 0 1px 5px 0px rgba(0,0,0,.25);
    border: 1px solid #eee;
    padding-top: 7px;
    color: #363636;
    padding-bottom: 7px;
}

.tc-dropdown:active {
    border-radius: 31px;
    cursor: pointer;
    background-color: #fafafa!important;
    margin-top: 10px;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    box-shadow: 0 1px 5px 0px rgba(0,0,0,.25)!important;
    border: 1px solid #eee;
    padding-top: 7px;
    color: #363636;
    padding-bottom: 7px;
}


.tableControl {
    border-radius: 31px;
    cursor: pointer;
    background-color: #fafafa;
    float: right;
    margin-top: 10px;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    box-shadow: 0 1px 5px 0px rgba(0,0,0,.25);
    border: 1px solid #eee;
    padding-top: 7px;
    padding-bottom: 7px;
}

.organiser-profile-image {
    margin: -20px 15px 0px 5px !important;
}

.tableControl a {
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
    display: block;
    color: #363636;
}
a.tableControl {
    padding-left: 16px;
    padding-right: 16px;
    color: #363636;
    text-align: center;
}
.tableControl button {
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: #fafafa;
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    padding-left: 0px;
    padding-right: 0px;
}

.tcProfile {
    margin-right: 0px!important;
    margin-top: 5px!important;
}

.unliked {
    background-image: url(../img/grey-heart.png);
    width: 15px;
    height: 11px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 31px;
}

.sales-table-outer {
    border: 1px solid #eee;
    padding: 20px 0px;
}

.show-map-view {
    float: right;
    margin-top: 60px;
    color: #ff5b34;
    cursor: pointer;
}

.exit-map-btn {
    position: fixed;
    right: 63px;
    top: 72px;
    text-align: center;
    cursor: pointer;
    background: #fafafa;
    color: #363636;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 60px;
    font-weight: 500;
}

.num-events {
    float: left;
    font-size: 15px;
    font-weight: 600;
    color: #363636;
    margin-bottom: 15px;
    margin-top: 15px;
}

.sales-chart-wrap {
    padding: 0px 80px;
}

.liked {
    background-image: url(../img/red-heart.png)!important;
    width: 15px;
    height: 11px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 31px;
}

.text-for-discover {
    clear: left;
    width: 100%;
    font-size: 14px;
    color: #363636;
}

.padded50 {
    padding: 50px!important;
}

.padded25 {
    padding: 25px!important;
}

.padded10 {
    padding: 10px!important;
}

.padded20 {
    padding: 20px!important;
}

.tabbed-button-wrapper {
    border-bottom: 1px solid #ddd;
}

.tabbed-button-wrapper:hover {
    border-bottom: 1px solid #ddd!important;
}

.sold-out-stamp {
    background-image: url(../img/soldout.png);
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    min-width: 90px;
}

.sold-out-stamp-block {
    background-image: url(../img/soldout-block.png);
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    display: block;
    width: 75px;
    position: relative;
    margin-top: -27px;
    z-index: 9;
    margin-left: -7px;
    min-width: 90px;
}

.btnSml {
    height: 29px!important;
    line-height: 28px!important;
    font-size: 12px!important;
}

.greyBtn {
    border: 1px solid #e2e2e4;
    border-radius: 4px;
    cursor: pointer;
    background-color: #fafafa;
    float: right;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    line-height: 26px;
    padding-left: 12px;
    padding-right: 12px;
}

.tableControl:hover, .greyBtn:hover  {
    background-color: #fff;
}

.grey {
    color: #ccc!important;
}

.table-filter {
    background-color: #f4f3f3;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 10px;
}

.tableControl a:link { color: #363636; letter-spacing: -0.5px; }
.tableControl a:visited { color: #363636; letter-spacing: -0.5px; }
.tableControl a:hover { color: #363636; letter-spacing: -0.5px; }
.tableControl a:active { color: #363636; letter-spacing: -0.5px; } 

.greyBtn a:link { color: #797979; }
.greyBtn a:visited { color: #797979; }
.greyBtn a:hover { color: #797979; }
.greyBtn a:active { color: #797979; } 

.pagination-right {
    border: 1px solid #e2e2e4;
    width: 30px;
    height: 30px;
    float: left;
    padding: 5px 9px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    background-color: #fafafa;
    font-size: 13px;
}

.pagination-right:hover, .pagination-left:hover {
    background-color: #ffffff;
}

.pagination-left {
    border: 1px solid #e2e2e4;
    width: 30px;
    height: 30px;
    float: left;
    padding: 5px 9px;
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
    background-color: #fafafa;
    font-size: 13px;
}

.rowHeadingRight {
    float: right;
}

.centered-btn {
    margin-left: auto;
    margin-right: auto;
    width: 160px;
}

.centered {
    text-align: center;
}

.rowHeadingLeft {
    float: left;
}

.filterOrders, .searchOrders {
    padding-left: 20px;
    display: block;
    float: left;
    max-width: 310px;
}

.custom-select select {
    border: 1px solid #e2e2e4;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}

.infographicTitle {
    text-align: center;
    font-size: 31px;
    color: #000;
    margin-top: 60px;
}

.infographicSubtitle {
    text-align: center;
    font-size: 17px;
    margin-top: 15px;
}

.rc-title {
   color: #363636;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.full-article-link {
    display: block;
    margin-top: 15px;
    color: #ff5b34!important;
    
}

.chev-down {
    color: #ccc;
    margin-right: 10px;
}

.btn-link {
    font-weight: 400;
    color: #363636;
    border-radius: 0;
}

.btn-link:hover {
    color: #ff5b34;
    text-decoration: none;
    background-color: transparent;
}

.btn-link:focus {
    text-decoration: none;
    color: #363636;
}

.my-pages-widget {
    width: 100%;
    border-bottom: 1px solid #e4e9ec;
}

.my-pages-widget img {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
}

.mpw-td {
    padding: 13px;
    width: 64px;
}

.mpw-title {
    color: #363636;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
    padding: 11px 0px 9px 9px;
}

.mpw-date {
    padding: 0px 10px 10px 10px;
    margin-top: -12px;
    display: block;
    color: #363636;
}

.acc-link {
    padding: 0px 10px 0px 0px!important;
        line-height: 40px;
        display: block;
}

.card-body {
    padding: 0px 10px 15px 10px;
}

.card {
    border-bottom: 1px solid #eaeaea;
}
.sidebar-table {
    color: #363636;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
}

.sidebar-popup-close {
        text-align: center;
    display: block;
    background-color: #ff5b34;
    width: 104px;
    border-radius: 22px;
    padding: 10px 9px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border: none;
    float: right;
}

.buyTicketHeader {
    max-width: 1035px;
    margin-right: auto;
    margin-left: auto;
}

.buyTicketHeaderImg {

    border-radius: 5px;

}
.follow-user-details {
    color: #666666;
}

.who-to-follow-a {
    color: #363636 ;
    font-weight: 600;
    font-size: 14px;
    margin-top: 9px;
    display: inline-block;
}

.wtf-footer {
    width: 100%;
    height: 50px;
    background-image: url(../img/footer-fade.png);
    background-repeat: repeat-x;
    position: absolute;
    bottom: -17px;
    border-bottom: 1px solid #ddd;
    max-width: 306px;
}

.copyright {
    color: #ccc;
    border: 1px solid red;
    float: left;
    clear: left;
    margin-top: 100px;
}

.wtf-h {
    border-top: 1px solid #ddd;
    padding-top: 10px!important;
    margin-top: 15px;
    display: block;
    float: left;
    width: 100%;
}

.wtf-h-notifications {
    border-top: none;
    padding-top: 10px!important;
    margin-top: 15px;
    display: block;
    float: left;
    width: 100%;
}

.dark-bold {
    color: #363636!important;
    font-weight: 600!important;
}

.embed-widget-banner img {
    width: 100%;
    max-width: 850px;
    border-radius: 4px;
}

.embed-widget-h3 {
        color: #363636;
    font-size: 31px;
    letter-spacing: -0.5px!important;
    font-weight: 500;
    margin-top: 40px;
}

.embed-widget-table {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.search-participants-container {
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 20px 20px;
    background-color: #dddddd1c;
    box-sizing: border-box;
    margin-top: 25px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.embed-widget-banner {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.wtf-outer {
    max-height: 340px;
    overflow-y: hidden;
}

.who-to-follow-btn {
    padding: 5px 14px;
    margin-top: 5px;
    font-size: 12px;
}

.inline-grey-btn {
    border-radius: 31px;
    cursor: pointer;
    background-color: #fafafa;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    box-shadow: 0 1px 5px 0px rgba(0,0,0,.25);
    border: 1px solid #eee;
    padding: 7px 16px;
    color: #363636;
}

.map-search-icon {
    width: 55px;
    height: 55px;
    position: fixed;
    bottom: 10px;
    right: 145px;
    background-image: url(../img/e-pin.webp);
    background-size: contain;
    cursor: pointer;
    display: none;
    
}

.map-search-icon-lv {
    width: 55px;
    height: 55px;
    position: fixed;
    bottom: 19px;
    right: 19px;
    background-image: url(../img/e-pin.webp);
    background-size: contain;
    cursor: pointer;
}

.table-check-label {
    padding-left: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #363636;
}

.table-check {
}

.spacer5 {
    width: 100%;
    height: 10px;
}

.spacer10 {
    width: 100%;
    height: 10px;
}
.spacer15 {
    width: 100%;
    height: 15px;
}

.spacer35 {
    width: 100%;
    height: 35px;
}
.spacer25 {
    width: 100%;
    height: 25px;
}
.spacer100 {
    width: 100%;
    height: 100px;
}

.fr-banner-option-dropdown {
        box-shadow: 0 2px 8px rgb(0 0 0 / 18%) !important;
    position: absolute;
    right: 37px;
    background-color: #fff;
    padding: 7px 25px;
    z-index: 999;
    text-align: left;
    font-size: 14px;
    top: 48px;
    border-radius: 4px;
}

.fr-banner-option-dropdown ul {
    margin-bottom: 0px;
}

.fr-banner-option-dropdown li {
    border-bottom: 1px solid #ddd;
    line-height: 40px;
}

.fr-banner-option-dropdown li:last-child {
    border-bottom: 1px solid #fff;
}

.fr-banner-option-dropdown a {
    color: #333;
    font-weight: 600;
}

.fr-banner-donate {
    background-color: #ff5b34;
    border-color: #ff5b34;
    color: #FFFFFF;
    border-radius: 35px;
    font-weight: 600;
    padding: 8px 17px;
    font-size: 16px;
    margin-right: 5px;
    box-shadow: 0 1px 5px 0px rgb(0 0 0 / 25%);
    display: inline-block;
}

.fr-banner-donate:hover {
    color: #FFFFFF!important;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}
.sticky-donate {
    z-index: 9999;
    text-align: center;
    padding-top: 17px;
}

.fr-banner-donate:focus {
    color: #FFFFFF!important;
}

.fr-banner-share:hover {
    background-color: #FFFFFF!important;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}
.fr-banner-share:focus {
    color: #363636!important;
}

.fr-banner-share {
    background-color: #fafafa;
    border-color: #ccc;
    color: #363636;
    border-radius: 35px;
    font-weight: 600;
    padding: 8px 17px;
    font-size: 16px;
    margin-right: 5px;
    display: inline-block;
    box-shadow: 0 1px 5px 0px rgb(0 0 0 / 25%);
}


.fr-banner-options:hover {
    background-color: #FFFFFF!important;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}

.fr-banner-options {
       background-color: #fafafa;
    border-color: #ccc;
    color: #363636;
    border-radius: 35px;
    font-weight: 600;
    padding: 8px 17px;
    font-size: 16px;
    margin-right: 5px;
    display: inline-block;
    box-shadow: 0 1px 5px 0px rgb(0 0 0 / 25%);
}

.fr-banner-options:focus {
    color: #363636!important;
}


.fr-banner-fundraise {
    background-color: #ccc;
    border-color: #ccc;
    color: #FFFFFF;
    border-radius: 4px;
    font-weight: 600;
    padding: 8px 17px;
    font-size: 16px;
}
.fr-banner-fundraise:hover {
    color: #FFFFFF!important;
}
.menu-spacer {
    height: 55px;
    display: block;
}

.quick-links-wrap {
}

.quick-links-wrap a {
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.who-to-follow-btn-close {
   margin-top: 9px;
    margin-left: 5px;
}

.whotofollowrow {
    float: left;
    width: 100%;
    padding: 10px 0px;
}

.share-joined-event-wrap {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
}

.get-ticket-btn {
    margin-left: auto; 
    margin-right: auto; 
    float: none!important; 
    width: 144px;
    display: block!important;
}

.join-ch-profile-img {
    border: 2px solid #eee;
    width: 70px;
    height: 70px;
    border-radius: 35px;
}

.event-tag-icon {
    border-radius: 50px;
    margin-right: 5px;
}

.post-bottom-area {
    border-top: 1px solid #e7ebee;
    margin-top: 10px!important;
    clear: left;
    display: block;
    padding: 10px 10px;
    margin-bottom: 0px;
        margin-left: -15px;
    margin-right: -15px;
}

.refund-info {
    font-size: 15px;
    line-height: 30px;
    color: #363636;  
}

.key-red {
    color: #FF6C60;
}

.key-green {
    color: #5cb85c;
}

.key-grey {
    color: #cccccc;
}


.post-bottom-area a {
    color: #363636!important;
}

.shadow-lr {
    box-shadow: rgba(84, 96, 103, 0.25) 0px 1px 4px;
}

.tp-user-name {
    color: #363636;
    font-weight: 600;
}

.follow-profile-pic {
    text-align: center;
}

.follow-profile-pic img {
    border: 1px solid red;
    max-width: 50px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    width: 50px;
    height: 50px;
    max-height: 50px;
    min-width: 50px;
    min-height: 50px;
    
}
.follow-profile-pic img:hover {
    border: 3px solid #ff5b34;
}

.widget-header-link {
    margin-top: 10px!important;
}

.widget-header {
    font-weight: 600!important;
    display: inline-block!important;
    letter-spacing: -1px;
    color: #363636;
}

.buyTicketBg {
    width: 100%;
    position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.buyTicketRow {
    background-color: #fafafa;
    text-align:center!important;
    border-radius: 5px;
    border-bottom: none!important;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

ul li {
    list-style: none;
}

.generic-copy {
    font-size: 16px;
    margin-top: 20px;
    font-weight: 400;
}

h1.er {
    text-transform: uppercase;
    letter-spacing: -0.05em;
    font-weight: 900;
    color: #000!important;
}

.connectBtnWrapper {
    margin-top: 10px;
}

.disconnectBtn {
    /*background-color: #b0b5b9!important;*/
    /*border-color: #b0b5b9!important;*/
    color: #fff!important;
}

.disconnect {
    background-color: #b0b5b9!important;
    border-color: #b0b5b9!important;
    color: #fff;
    border-radius: 17px;
}

.disconnect:hover {
    background-color: #b0b5b9!important;
    border-color: #b0b5b9!important;
    color: #fff;
}

.your-links-heading {
    border: 1px solid red;
}

.loadBtnWrapper {
    margin-top: 15px;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}
::selection {

    background: #FF6C60;
    color: #fff;
}
::-moz-selection {
    background: #FF6C60;
    color: #fff;
}

#container {
    width: 100%;
    height: 100%;
}

/*login page*/

.login-body {
    background-color: #f1f2f7;
}

.teams-container {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 1px #ddd;
    border-radius: 4px;
}

.user-profile-social-card {
    margin-top: -96px;
}

.social-card-thumb {
    border: 5px solid #ffffff!important;
}

.social-card-thumb:hover {
    border: 5px solid #ffffff!important;
}

.ticket-container {
    width: 100%;
    box-sizing: border-box;
    /* box-shadow: 0px 0px 10px 1px #ddd; */
    border-radius: 4px;
    border: 1px solid #dadada;
    margin-bottom: 10px;
    background-color: #fbfbfb;
    padding-bottom: 40px;
}

#teamGroup_1 {
    box-shadow: none!important;
}

.ticket_box {
    padding: 0px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: 300;
    width: 100%;
    line-height: 24px;
}
.form-signin {
    max-width: 330px;
    margin: 100px auto 0;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.form-signin h2.form-signin-heading {
    margin: 0;
    padding:20px 15px;
    text-align: center;
    background: #41cac0;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.form-signin .checkbox {
    margin-bottom: 14px;
}
.form-signin .checkbox {
    font-weight: normal;
    color: #b6b6b6;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"], .form-signin input[type="password"] {
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    font-size: 12px;
}

.form-signin .btn-login {
    background: #f67a6e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 4px #e56b60;
    margin-bottom: 20px;
}

.form-signin p {
    text-align: center;
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 300;
}

.form-signin a {
    color: #41cac0;
}

.form-signin a:hover {
    color: #b6b6b6;
}

.login-wrap {
    padding: 20px;
}

.login-social-link  {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;
}

.login-social-link a {
    color: #fff;
    padding: 15px 28px;
    border-radius: 4px;
}

.login-social-link a:hover {
    color: #fff;
}

.login-social-link a i {
    font-size: 20px;
    padding-right: 10px;
}

.login-social-link a.facebook {
    background: #5193ea;
    margin-right: 22px;
    box-shadow: 0 4px #2775e2;
    float:left;
}

.close-chart-bottom {
    border: 1px solid #ff5b34;
    float: right;
    color: #fff;
    background: #ff5b34;
    margin-top: 6px;
    padding: 5px 10px;
}

.login-social-link a.twitter {
    background: #44ccfe;
    box-shadow: 0 4px #2bb4e8;
    float:left;
}

.fs-heading {
    font-size: 15px!important;
    font-weight: 600!important;
    background: #f4f4f494!important;
    border-bottom: 1px solid #e7ebee;
}

.radio-checkbox-label {
        font-size: 12px;
    font-weight: 400;
}

.merch-message {
    margin: 25px;
    display: inline-block;
    width: -webkit-fill-available;
    box-sizing: border-box;
}

.show-mobile-graph-options {
    padding: 8px 25px;
    background-color: #ff5b34;
    color: #ffffff;
    border-radius: 27px;
    width: fit-content;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.mobile-graph-option {  
    color: #363636;
    font-size: 14px;
    border-bottom: 1px solid #e7ebee;
    padding: 14px 23px;
    font-weight: 600;
    background: #fff;
    width: 100%;
    text-align: left;
    border-top: none;
    border-right: none;
}

.mobile-graph-options {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
}

/*sidebar navigation*/

#sidebar {
    width: 305px;
    z-index: 99999999;
    height: 100%;
    position: fixed;
    background: #2a3542;
    margin-top: 66px;
    -webkit-box-shadow: 4px 0 8px -2px #ddd;
          box-shadow: 4px 0 8px -2px #ddd;
}

#sidebar ul li {
    position: relative;
    border-bottom: 1px solid #e7ebee;
}

#sidebar ul li:hover {
    background-color: #fafafa;
    border-left: 4px solid #ff5b34;
}

#sidebar .sub-menu > .sub li  {
    padding-left: 32px;
}

#sidebar .sub-menu > .sub li:last-child {
    padding-bottom: 10px;
}

/*LEFT NAVIGATION ICON*/
.dcjq-icon {
    height: 15px;
    width: 14px;
    display:inline-block;
    background: url(../img/nav-expand.png) no-repeat top;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    position:absolute;
    right:10px;
    top:18px;
    background-size: cover!important;
}
.active .dcjq-icon {
    background: url(../img/nav-expand.png) no-repeat bottom;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
/*---*/

.nav-collapse.collapse {
    display: inline;
}



.sidebar-menu::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
.sidebar-menu::-webkit-scrollbar-thumb {
    background: #FF0000;
}

ul.sidebar-menu , ul.sidebar-menu li ul.sub{
    margin: -2px 0 0;
    padding: 0;
}

ul.sidebar-menu {
/*    margin-top: 59px;*/
}

.interests-outer {
    border: 1px solid red;
}
.search_interest {
    margin-top: 10px;
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

#resultsContainerDisplay li {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}


#resultsContainerDisplay li:hover { 
    box-shadow: 0px 0px 15px #ccc;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.01);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.01);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.01);
    transition: all 200ms ease-in;
    transform: scale(1.01);
}

.shareDiscoverBlock {
    padding: 10px 19px;
    display: block;
    color: #797979;
    font-size: 16px;
}

#sidebar > ul > li > ul.sub {
    display: none;
}

#sidebar > ul > li.active > ul.sub, #sidebar > ul > li > ul.sub > li > a {
    display: block;
}

ul.sidebar-menu li ul.sub li{
    background: #35404D;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

ul.sidebar-menu li ul.sub li:last-child{
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

ul.sidebar-menu li ul.sub li a {
    font-size: 12px;
    padding: 6px 0;
    line-height: 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #aeb2b7;
}

ul.sidebar-menu li ul.sub li a:hover, ul.sidebar-menu li ul.sub li.active a {
    color: #FF6C60;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

ul.sidebar-menu li{
    
}

ul.sidebar-menu li.sub-menu{
    line-height: 15px;
}

ul.sidebar-menu li a span{
    display: inline-block;
    font-weight: 500;
    letter-spacing: -0.5px;
    font-size: 14px;
}

ul.sidebar-menu li a{
    color: #aeb2b7;
    text-decoration: none;
    display: block;
    padding: 18px 10px;
    font-size: 16px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
    background: #35404d;
    color: #fff;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


ul.sidebar-menu li a i {
    font-size: 21px;
    text-align: center;
    min-width: 32px;
}

ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
    color: #FF6C60;
}

ul.sidebar-menu li a.active i {
    color: #FF6C60;
}

.clear-left {
    clear: left!important;
}

.mail-info, .mail-info:hover {
    margin: -3px 6px 0 0;
    font-size: 11px;
}

/*main content*/

#main-content {
    /*margin-left: 210px;*/
}

.header, .footer {
    min-height: 60px;
    padding: 0 15px;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99999999;
    top: 0px;
}

.white-header {
    background: #fff;
    border-bottom: 1px solid #f1f2f7;
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99999999;
}

.blank-icon {
    margin-right: 15px;
    color: #fff!important;
}

.challenge-page-date {
    font-size: 13px;
    font-weight: 600;
    line-height: 23px;
    color: #363636;
}

.challenge-date-icon {
    color: #ff5b34;
    text-align: right;
    line-height: 6px;
    display: block;
}

.calendar-wrapper {
    float: left;
    width: 100%;
    clear: left;
    margin-top: 12px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.calendar-title {
    padding-bottom: 7px;
    margin-bottom: 0px;
    text-align: center;
    color: #363636;
}

.calendar-type-title {
    text-align: center;
    width: 100%;
}

.add-cal-link {
    display: block;
    color: #363636;
    text-align: center;
}

#promotional_code:placeholder {
    color: #363636;
}

.add-calendar-icon {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    font-size: 21px;
    margin-top: 10px;
}

.add-cal-link:hover {
    color: #ff5b34;
}

.jg-modal {
    background: #fff;
    padding: 25px;
}

.li-disc {
    list-style-type: disc!important;
}

.white-bg {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
}


.white-bg-blank {
    background: #fff!important;
}



.wrapper-inner {
    width: 1100px;
    margin: 0 auto;
}

.table-group-headers {
    display: block;
}

.wrapper {
    display: inline-block;
    margin-top: 60px;
    padding: 15px;
    width: 100%;
}

.smaller-profile-info {
    margin-top: 6px;
    display: none;
}

.smaller-profile-info img {
        border-radius: 50%;
    width: 55px;
}

.smaller-profile-info span {
    color: #363636;
    font-weight: 600;
    font-size: 18px;
    margin-left: 15px;
    
}


.joint-smaller-profile-info {
    margin-top: 6px;
    display: none;
}

.joint-smaller-profile-info img {
        border-radius: 50%;
    width: 55px;
    border: 2px solid white;
}

.joint-smaller-profile-info span {
    color: #363636;
    font-weight: 600;
    font-size: 18px;
    
}


.discover-search-input {
    min-width: 325px;
}

.discover-search-input-guest {

}

.discover-search-li-box .suggested-search-container {
    right: 0;
}


.discover-search-li-box .suggested-search-container {
    right: 0;
}

.search-etchrock-dropdown {
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    padding: 15px;
    position: absolute;
    display: none;
    border-radius: 4px;
    color: #363636;
    text-align: center;
}

a.notification-link:focus {
    background-color: #fff!important;
}

.notification-link {
    padding-left: 20px!important;
}

.nestedSortable .edit-group {
    margin-right: 4px!important;
}

a.logo {
    font-size: 21px;
    color: #2e2e2e;
    float: left;
    margin-top: 15px;
    text-transform: uppercase;
}

a.logo:hover, a.logo:focus {
    text-decoration: none;
    outline: none;
}

a.logo span {
    color: #FF6C60;
}


/*notification*/

#top_menu .nav > li, ul.top-menu > li {
    float: left;
}

.notify-row {
    float: left;
    margin-top: 10px;


}

.main-top-menu-a {
    line-height: 47px;
    display: block;
    border-bottom: 3px solid transparent!important;
}

.db-info {
    padding: 0px;
    color: #363636;
}

.db-icon {
    padding: 0px;
    clear: left;
    max-width: 30px;
    color: #363636;
    margin-bottom: 8px;
}

.db-info i {
    text-align: center;
}

.db-icon i {
    text-align: center;
}

.main-top-menu-a:hover, .active-main-top-menu {
    border-bottom: 3px solid #ff5b34!important;
    border-radius: 0px!important;


}

.active-main-top-menu {
    color: #ff5b34 !important;
}

.active-main-top-menu-home i {
    background-image: url(../img/home-icon-hover.png);
}

.active-main-top-menu-notifications i {
    background-image: url(../img/notification-icon-hover.png);
}

.active-main-top-menu-create-event i {
    background-image: url(../img/create-icon-hover.png);
}


.notify-row .notification span.label {
    display: inline-block;
    height: 18px;
    width: 20px;
    padding: 5px;
}

ul.top-menu > li > a {
    color: #666666;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    
    padding: 2px 6px;
    margin-right: 5px;
}

ul.top-menu > li > a:hover, ul.top-menu > li > a:focus {
    
    background-color: #fff!important;
   
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #2E2E2E !important;
}

.notify-row .badge {
    position: absolute;
    left: -6px;
    top: 0px;
    z-index: 100;
}

.no-notifications-info {
    background-color: #f5f5f5;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
}


.home-icon-left-menu {
        background-image: url(../img/home-icon-hover.png)!important;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0px!important;
    display: inline-block;
    line-height: 42px;
}


.notifications-icon {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    margin-bottom: 20px;
    height: 75px;
    font-size: 60px;
}

.notifications-center-link {
    background-color: #ffffff;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: sticky;
    bottom: 0;
    width: 100%;
    padding: 18px 0px;
    border-top: 1px solid #EBEBEB;
}
.notifications-center-a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.notifications-dropdown-header {
    padding: 19px!important;
    display: block;
    font-weight: 600;
    border-bottom: 1px solid #EBEBEB !important;
}
.shop-profile-image img {
    border: 10px solid #fff;
    width: 224px;
    border-radius: 50%;
    margin-top: -166px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
}

#shop-sortable li {
    padding: 0px!important;
}

.notifications-icon i {
    font-size: 65px!important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%!important;
    color: #dadbdc;
}

.notifications-info-heading {
    text-align: center;
    width: 100%;
    clear: left;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 5px!important;
    
}

.ios-prompt {
    position: fixed;
    bottom: 0;
    height: 100px;
    width: 100%;
    background-color: #f2f2f2;
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
    display: none;
}

.post-badge {
    margin-bottom: 7px;
}

.fs-21 {
    font-size: 21px!important;
}

.notifications-info-copy {
    text-align: center;
    padding-top: 0px!important;
    font-weight: 100;
}

.notifications-menu-wrapper {
    width: 410px;
    margin-top: 0px;
}

.post-options-menu {
    top: 24px!important;
    min-width: 125px!important;
}

.dropdown-menu.extended {
    max-height: 445px;
    overflow-y: auto;
    min-width: 260px;
    top: 60px;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .dropdown-menu.extended  {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
    }
}

.dropdown-menu.extended li p {
    color: #666666;
    margin: 0;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

.dropdown-menu.extended li p.green {
    background-color: #a9d86e;
    color: #fff;
}

.dropdown-menu.extended li p.red {
    background-color: #ff6c60;
    color: #fff;
}

.dropdown-menu.extended li p.yellow {
    background-color: #ff5b34;
    color: #fff;
}

.dropdown-menu.extended li a {
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 14px;
    list-style: none;
}

.dropdown-menu.extended li a {
    padding: 18px 10px;
    width: 100%;
    display: inline-block;
}

.dropdown-menu.extended li a:hover {
    background-color: #F7F8F9 !important;
    color: #2E2E2E;
}



.dropdown-menu.tasks-bar .task-info .desc {
    font-size: 13px;
    font-weight: normal;
}

.dropdown-menu.tasks-bar .task-info .percent {
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    margin-top: -4px;
}

.dropdown-menu.extended .progress {
    margin-bottom: 0 !important;
    height: 10px;
}

.dropdown-menu.inbox li a .photo img {
    border-radius: 2px 2px 2px 2px;
    float: left;
    height: 40px;
    margin-right: 4px;
    width: 40px;
}

.dropdown-menu.inbox li a .subject {
    display: block;
}

.dropdown-menu.inbox li a .subject .from {
    font-size: 12px;
    font-weight: 600;
}

.dropdown-menu.inbox li a .subject .time {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    right: 5px;
}

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px;
}

.top-nav  {
    margin-top: 7px;
}

.top-nav ul.top-menu > li .dropdown-menu.logout {
    min-width: 237px !important;
    margin-top: -2px;
}

.top-nav li.dropdown .dropdown-menu {
    float: right;
    right: 0;
    left: auto;
}

.dropdown-menu.extended.logout > li {
    text-align: left;
    width: 100%;
}

.btn-sm-grey {
    background-color: #ccc!important;
    border: 1px solid #ccc!important;
}

.btn-sm-custom {
       background-color: #fafafa!important;
    box-shadow: 0 1px 5px 0px rgba(0,0,0,.25);
    border: 1px solid #eee;
    color: #363636;
}

.btn-sm-custom:hover {
       background-color: #fff!important;
    box-shadow: 0 1px 5px 0px rgba(0,0,0,.25);
    border: 1px solid #eee;
    color: #363636;
}

.dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
    border-bottom: none !important;
}

.campaign-type-icons {
    color: #ff5b34;
    font-size: 30px;
    margin-right: 15px;
}

.email-type-title {
    color: #363636;
    font-weight: 600;
}

.tt-outer {
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.email-editor-outer {
    max-width: 650px;
    margin: 50px auto;
    position: relative;
    /*border: 1px solid #eee;*/
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
}

.email-editor-header {
    padding: 20px 20px;
    position: relative;
}

.email-editor-logo {
    max-width: 175px;
    margin-left: auto;
    margin-right: auto;
    height: 61px;
    background-color: #f2f1f6;
    text-align: center;
    position: relative;
}

#open-my-responsive-nav {
    display: none;
}

.email-editor-banner {
    background-color: #f2f1f6;
    width: 100%;
    height: 265px;
    position: relative;
}

.email-editor-paragraph, .email-editor-banner, .email-editor-button, .email-editor-footer, .email-editor-socials {
    text-align: center;
    padding: 25px;
    font-size: 15px;
    position: relative;
}

.email-editor-paragraph-outer, .email-editor-banner-outer, .email-editor-button-outer, .email-editor-footer-outer, .email-editor-socials-outer {
    position: relative;
    box-sizing: border-box;
}


.email-editor-paragraph-outer:hover {
    border: 1px solid #aaa;
    box-sizing: border-box;
}

.email-editor-banner-outer:hover {
    border: 1px solid #aaa;
    box-sizing: border-box;
}

.email-editor-button-outer:hover {
    border: 1px solid #aaa;
    box-sizing: border-box;
}

.email-editor-footer-outer:hover {
    border: 1px solid #aaa;
    box-sizing: border-box;
}

.email-editor-socials-outer:hover {
    border: 1px solid #aaa;
    box-sizing: border-box;
}

.email-editor-paragraph-toolbar, .email-editor-banner-toolbar, .email-editor-button-toolbar, .email-editor-footer-toolbar, .email-editor-socials-toolbar {
    background-color: #aaa;
    position: absolute;
    max-width: 650px;
    width: 100%;
    padding: 13px 15px;
    color: #fff;
    top: 0px;
    text-align: right;
    z-index: 99999;
}

.email-editor-paragraph-toolbar i {
    cursor: pointer!important;
}

.email-editor-banner-toolbar i {
    cursor: pointer!important;
}
.email-editor-button-toolbar i {
    cursor: pointer!important;
}

.email-editor-footer-toolbar i {
    cursor: pointer!important;
}

.email-editor-socials-toolbar i {
    cursor: pointer!important;
}

.email-editor-socials i {
    font-size: 23px;
}

.facebook-blue {
    color: #4267b2!important;
}

.instagram-purple {
    color: #de1c62!important;
}

.twitter-blue {
    color: #1da1f2!important;
}

.footer-smallprint {
    font-size: 12px;
}

.ee-btn {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    background-color: #ff5b34;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
}

.icon-margin {
    margin-left: 10px;
    margin-right: 10px;
}

.email-editor-h1 {
    text-align: center;
    padding: 30px 25px 0px 25px;
    font-size: 19px;
    color: #363636;
    font-weight: 600;
}

.tt-outer:hover {
    transform: scale(1.03);
}

.template-type-image {
    background-image: url(../img/single-col.png);
    min-height: 315px;
    background-size: cover;
    margin-bottom: 20px;
    background-position: center;
}

.template-type-title {
    color: #363636;
    text-align: center;
    font-weight: 600;
}

#profile-options-link, #profile-options-link-mob {
    height: 58px;
    margin-top: 1px;
}

.recent-donations-widget-image {
    width: 100%;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
}

.profile-options {
    margin-top: -4px;
    height: 56px;
    line-height: 48px;
}


.profile-options:hover {
    border: none!important;
}

.profile-options:focus {
    border: none!important;
}

.dropdown-menu.extended.logout > li > a {
    color: #545559;
    font-size: 14px;
    border-bottom: 1px solid #e7ebee;
}

.dropdown-menu.extended.logout > li > a:hover {
    color: #ff5b34;
}

.menu-club-img {
    border-radius: 100%;
    margin-right: 10px;
    max-width: 25px;
}

.full-width .dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
    color: #50c8ea !important;
}

.dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
}

.dropdown-menu.extended.logout > li > a:hover i {
    color: #50c8ea;
}

.dropdown-menu.extended.logout > li > a i {
    font-size: 17px;
}

.dropdown-menu.extended.logout > li > a > i {
    margin-right: 10px;
}

.sh-panel {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    border-radius: 4px;
}

.no-people-illustration {
    background-image: url(../img/404.png)!important;
    background-size: contain!important;
    width: 100%;
    height: 268px;
    background-repeat: no-repeat;
    background-position: center;
}

#ticket_remaining {
    width: 100px!important;
    margin-left: 10px;
}

.sh-h1 {
    color: #444;
    text-align: center;
    font-size: 26px;
    line-height: 11px;
}

.price-free {
    color: #bbb;
    line-height: 39px;
    font-size: 15px;
    font-weight: 600;
}

.tickets-remaining-outer {
    border: 1px solid #dadada;
    clear: left;
    margin-top: 7px;
    float: left;
    width: 100%;
    border-radius: 4px;
    padding: 25px 25px;
}

.lg-rounded {
    border-radius: 25px!important;
    letter-spacing: normal!important;
    text-transform: initial!important;
    font-size: 15px!important;
}

.sm-rounded {
    border-radius: 25px!important;
    letter-spacing: normal!important;
    text-transform: initial!important;
    font-size: 13px!important;
}

.view-cart-btn {
    background-color: #ff5b34;
    color: white!important;
    font-size: 16px;
    padding: 7px 30px;
    border-radius: 26px;
    font-weight: 600;
    float: right;
}

.er-mob-header-logo {
    display: none;
}

.mobile-only {
    display: none!important;
}

.challenge-header-h4 {
    font-size: 13px;
    margin-left: 10px;
    margin-top: 3px;
}

.shop-tabs a {
    text-transform: capitalize!important;
    color: #363636;
    font-size: 14px!important;
    font-weight: 600;
}

.er-mob-header-icon {
    border: 1px solid red;
}

.challenge-header-link {
    color: #363636!important;
    margin-top: 16px;
    display: block;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 600;
}

.grey-bg-textarea {
    background-color: #fafafa!important;
}

.charity-centered-title {
    color: #363636;
    display: block;
    font-size: 21px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 28px;
}

.chal-location {
    font-size: 14px;
    font-weight: 400;
    color: #363636;
}

.multiselect-container .active a:hover {
    background: #ff5b34;
    color: #ffffff !important;
}

.multiselect {
    color: #363636;
    font-size: 16px;
    padding: 9px 10px;
    border: 1px solid #D2D6DF;
    background: #fafafa;
}

.multiselect:hover {
    color: #363636;
    font-size: 16px;
    padding: 9px 10px;
    border: 1px solid #D2D6DF;
    background: #fafafa;
}
.multiselect:active {
    color: #363636;
    font-size: 16px;
    padding: 9px 10px;
    border: 1px solid #D2D6DF;
    background: #fafafa;
}

.multiselect-container>li>a>label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 15px 15px 15px 15px!important;
}


.popup-event-name {
    color: #363636!important;
    font-size: 14px;
    margin-right: 10px;
    font-weight: 600;
}

.popup-events img {
    margin: 10px!important;
    border-radius: 100px!important;
    border: 3px solid #eee!important;
    max-width: 60px!important;
    max-height: 60px!important;
}

.popup-events-hr {
    margin: 0px!important;
    border-top: 1px solid #ddd!important;
}

.popup-events tr {
    width: 100%;
}

.manage-tcs {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    box-shadow: rgba(84, 96, 103, 0.25) 0px 1px 9px;
}

.manage-tcs-header {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.tcs-panel-body {
    padding: 50px 100px!important;
    background: #fff;
    color: #363636;
}

.manage-tcs-h2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 40px;
}
.manage-tcs-para {
    font-size: 14px;
    line-height: 24px;
}

.challenge-header-image img {
    border: 3px solid rgba(0, 0, 0, 0.2);
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.shop-tabs {
    padding-left: 10px!important;
    padding-right: 10px!important;
    margin-bottom: 20px;
}

.events-tabs a {
    text-transform: capitalize!important;
    color: #363636;
    font-size: 16px!important;
    font-weight: 600;
}

.events-tabs {
    padding-left: 25px!important;
    padding-right: 25px!important;
    margin-bottom: 20px;
}

.add-to-cart-btn {
    width: 75%!important;
    padding: 9px;
    font-size: 16px;
    font-weight: 600;
}

.no-events-illustration {
    background-image: url(../img/404-events.png)!important;
    background-size: contain!important;
    width: 100%;
    height: 268px;
    background-repeat: no-repeat;
    background-position: center;
}

.no-results-inner {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.top-nav .username {
    font-size: 13px;
    color: #555555;
}

.top-nav ul.top-menu > li > a {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px;
    background: none;
    margin-right: 0;
}
.top-nav ul.top-menu > li {
    margin-left: 10px;
}

#challenge-description-container {
    overflow-y: hidden;
    height: 125px;
    -webkit-transition: height 1s; 
  -moz-transition: height 1s; 
  -ms-transition: height 1s; 
  -o-transition: height 1s; 
  transition: height 1s;
  clear: left;
}

.organiser-links {
    font-size: 15px;
    color: #545559;
    font-weight: 600;
    padding: 3px 6px;
}

.organiser-links i {
    font-size: 18px;
    padding: 4px 3px;
    width: 20px;
    text-align: center;
}

.organiser-links a {
    color: #363636;
}

.sh-form-label-explanation {
    display: block;
    margin-bottom: 8px;
    margin-top: -5px;
    color: #363636;
    font-weight: 500;
}

.organiser-links a:hover {
    color: #ff5b34;
}

.checkboxes {
    max-width: 24px;
    margin-top: 10px;
}

.fs-check {
    width: 20%;
    float: left;
}
.fs-name {
    width: 60%;
    float: left;
    margin-top: 12px;
}
.fs-img {
    width: 20%;
    float: left;
}

.h60 {
    min-height: 60px;
}

.fs-outer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 590px;
    float: none;
    margin-top: 43px;
}

.h2-in-modal {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 433px;
    border-radius: 0px;
    display: block;

}

.contact-org-btn {
    border: 2px solid #ff5b34;
    color: #ff5b34;
    background: transparent;
    padding: 8px 27px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 126px;
    display: block;
    border-radius: 39px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-org-btn:hover {
    background-color: #ff5b34;
    color: #ffffff;
   -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.04);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.04);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.04);
    transition: all 200ms ease-in;
    transform: scale(1.04);
}

.org-descr {
    margin-top: -125px;
    font-size: 14px;
}

.event-descr {
    margin-top: -125px;
    font-size: 14px;
    font-weight: 400;
}

.show-hide-link {
    font-weight: 600;
    font-size: 12px;
    margin-top: 6px;
    color: #ff5b34;
    cursor: pointer;
}

.text-overflow-fader {
    width: 100%;
    height: 75px;
    margin-top: -75px;
    position: relative;
    z-index: 9;
    box-sizing: border-box;
    bottom: 0px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.text-overflow-fader-story {
    width: 100%;
    height: 75px;
    margin-top: -75px;
    position: relative;
    z-index: 9;
    box-sizing: border-box;
    bottom: 0px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
    border:1px solid #F1F2F7;
    background: #F1F2F7;

}

.top-nav .dropdown-menu.extended.logout {
    top: 60px;
}

.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
}
.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}

.notify-arrow-up {
    background: url("../img/arrow-up.png") no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    left: 6px;
    top: -10px;
}

.log-arrow-up {
    background: url("../img/arrow-up.png") no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: -10px;
}

/*----*/

.notify-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    left: 7px;
    top: -18px;
    transition: all 0.25s ease 0s;
    width: 0;
    z-index: 10;
    margin-top: 10px;
    opacity: 1;
}

.notify-arrow-yellow {
    border-color: transparent transparent #ff5b34;
    border-bottom-color: #ff5b34 !important;
    border-top-color: #ff5b34 !important;
}
.notify-arrow-red {
    border-color: transparent transparent #ff6c60;
    border-bottom-color: #ff6c60 !important;
    border-top-color: #ff6c60 !important;
}
.notify-arrow-green {
    border-color: transparent transparent #a9d86e;
    border-bottom-color: #a9d86e !important;
    border-top-color: #a9d86e !important;
}


/*search*/

.search {
    background: #fafafa;
    margin-top: 5px ;
    width: 200px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #eaeaea;
    box-shadow: none;
    /*    background: url("../img/search-icon.png") no-repeat 10px 8px;*/
    padding:0 5px 0 35px;
    color: #000;
}


.search:focus {
    background: #ffffff;
    margin-top: 5px ;
    /*width: 180px;*/
    border: 1px solid #ff5b34;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #c8c8c8;
    font-weight: 300;
}
.top-menu .inner-addon {
    position: relative;
}
.search:focus + button i {
    color:#ff5b34;
}
.top-menu .inner-addon {
    position: relative;
}
.top-menu button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    left: 0;
    padding-right: 6px;
    position: absolute;
    top: 0;
}



.sidebar-toggle-box {
    float: left;
    padding-right: 15px;
    margin-top: 8px;
}

.sidebar-toggle-box .fa-bars {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
}


/*.sidebar-closed > #sidebar > ul {
    display: none;
}

.sidebar-closed #main-content {
    margin-left: 0px;
}

.sidebar-closed #sidebar {
    margin-left: -210px;
}*/

/*state overview*/

.state-overview .symbol, .state-overview .value {
    display: inline-block;
    text-align: center;
}

.state-overview .value  {
    float: right;

}

.state-overview .value h1, .state-overview .value p  {
    margin: 0;
    padding: 0;
    color: #c6cad6;
}

.state-overview .value h1 {
    font-weight: 300;
}

.state-overview .symbol i {
    color: #fff;
    font-size: 50px;
}

.state-overview .symbol {
    width: 40%;
    padding: 25px 15px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}

.state-overview .value {
    width: 58%;
    padding-top: 21px;
}

.state-overview .terques {
    background: #6ccac9;
}

.state-overview .red {
    background: #ff6c60;
}

.state-overview .yellow {
    background: #f8d347;
}

.state-overview .blue {
    background: #57c8f2;
}

/*main chart*/

.border-head h3 {
    border-bottom: 1px solid #c9cdd7;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-weight: 300;
}

.custom-bar-chart {
    height: 290px;
    margin-top: 20px;
    margin-left: 10px;
    position: relative;
    border-bottom: 1px solid #c9cdd7;
}

.custom-bar-chart .bar {
    height: 100%;
    position: relative;
    width: 4.3%;
    margin: 0px 2%;
    float: left;
    text-align: center;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0x;
    border-radius: 5px 5px 0 0;
    z-index: 10;
}

.custom-bar-chart .bar .title {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.custom-bar-chart .bar .value {
    position: absolute;
    bottom: 0;
    background: #bfc2cd;
    color: #bfc2cd;
    width: 100%;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}



.custom-bar-chart .bar .value:hover {
    background: #e8403f;
    color: #fff;
}

.y-axis {
    color: #555555;
    position: absolute;
    text-align: right;
    width: 100%;
}

.y-axis li {
    border-top: 1px dashed #dbdce0;
    display: block;
    height: 58px;
    width: 100%;
}

.y-axis li:last-child {
    border-top: none;
}

.y-axis li span {
    display: block;
    margin: -10px 0 0 -25px;
    padding: 0 10px;
    width: 40px;
}

.y-axis {
    color: #555555;
    text-align: right;
}




/*spark line*/
.chart {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.chart .heading {
    text-align: left;
}
.chart .heading span {
    display: block;
}
.panel.green-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    font-weight:normal;
    background: #99c262;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

#barchart {
    margin-bottom: -15px;
    display: inline-block;
}

.chart-tittle .title {

}

.panel.green-chart .chart-tittle .value {
    float: right;
    color: #c0f080;
}

.panel.green-chart {
    background: #a9d96c;
    color: #fff;
}

.panel.terques-chart {
    background: #41cac0;
    color: #fff;
}

.panel.terques-chart .chart-tittle .value {
    float: right;
    color: #fff;
}

.panel.terques-chart .chart-tittle .value a {
    color: #fff;
    font-size: 12px;
}

.panel.terques-chart .chart-tittle .value a:hover, .panel.terques-chart .chart-tittle .value a.active {
    color: #55f2e7;
    font-size: 12px;
}

.panel.terques-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    font-weight:normal;
    background: #39b7ac;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

.inline-block {
    display: inline-block;
}

/**/

.panel-body.chart-texture {
    background: url("../img/chart-texture.jpg");
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}



/*personal task*/

.task-thumb {
    width: 90px;
    float: left;
    margin-bottom: 5px;
}

.task-thumb img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.task-thumb-details {
    display: inline-block;
    margin: 25px 0 0 10px;
}

.task-progress {
    float: left;
}

.task-thumb-details h1, .task-thumb-details h1 a, .task-progress h1, .task-progress h1 a {
    color: #39b5aa;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.task-thumb-details p, .task-progress p {
    padding-top: 5px;
    color: #a4aaba;
}


.personal-task tbody tr td{
    padding: 11px 15px;
    border-color: #eeeff1;
}

.personal-task tbody tr td i {
    font-size: 20px;
    color: #c7cbd4;
}

.personal-task.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f7f8fc;
}

.personal-task.table-hover > tbody > tr:hover > td i{
    color: #39b5aa;
}

.personal-task > tbody > tr > td:last-child {
    text-align: right;
}

.task-option {
    float: right;
}

.task-option select{
    height: 35px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 8px;
    color: #a4abbb;
}

.progress-panel {
    padding-bottom: 5px;
}

/*badge*/

.badge.bg-primary {
    background: #8075c4;
}

.badge.bg-success {
    background: #a9d86e;
}

.badge.bg-warning {
    background: #ff5b34;
}

.badge.bg-important {
    background: #ff6c60;
}

.badge.bg-info {
    background: #41cac0;
}

.badge.bg-inverse {
    background: #2A3542;
}

.badge.bg-orange {
    background: #ff5b34;
}


/*timeline*/

.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
}

.timeline:before {
    background-color: #C7CBD6;
    bottom: 0px;
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: 0;
}

h3.timeline-title {
    margin: 0;
    color: #C8CCD7;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.timeline-title i {
    margin-left: 10px;
}

.timeline-body {
    border-top: 1px solid #eeeeee;
    margin-top: 10px;
    padding-top: 11px;
    float: left;
    width: 100%;
}

.fwlight {
    font-weight: 100!important;
}

.t-info {
    color: #C8CCD7;
}

.timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-item {
    display: table-row;
}

.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.timeline-desk h1 {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 5px;
}

.timeline-desk .panel {
    display: block;
    margin-left: 25px;
    position: relative;
    text-align: left;
    background: #F4F4F4;
}

.timeline-item .timeline-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}
.timeline-item .timeline-desk .arrow {
    border-right: 8px solid #F4F4F4 !important;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -7px;
    position: absolute;
    top: 13px;
    width: 0;
    left: auto;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-left: 8px solid #F4F4F4 !important;
}

.timeline .timeline-icon {
    left: -30px;
    position: absolute;
    top: 15px;
}

.timeline .timeline-icon {
    background: #C7CBD6;
    box-shadow: 0 0 0 3px #C7CBD6;
}

.timeline-desk span a {
    text-transform: uppercase;
}

.timeline-desk h1.red, .timeline-desk span a.red {
    color: #EF6F66;
}

.timeline-desk h1.green, .timeline-desk span a.green  {
    color: #39B6AE;
}
.timeline-desk h1.blue, .timeline-desk span a.blue {
    color: #56C9F5;
}
.timeline-desk h1.purple, .timeline-desk span a.purple {
    color: #8074C6;
}
.timeline-desk h1.light-green, .timeline-desk span a.light-green {
    color: #A8D76F;
}

.timeline .timeline-icon.red {
    background: #EF6F66;
    box-shadow: 0 0 0 3px #EF6F66;
}

.timeline .timeline-icon.green {
    background: #39B6AE;
    box-shadow: 0 0 0 3px #39B6AE;
}

.timeline .timeline-icon.blue {
    background: #56C9F5;
    box-shadow: 0 0 0 3px #56C9F5;
}

.timeline .timeline-icon.purple {
    background: #8074C6;
    box-shadow: 0 0 0 3px #8074C6;
}

.timeline .timeline-icon.light-green {
    background: #A8D76F;
    box-shadow: 0 0 0 3px #A8D76F;
}

.timeline .timeline-icon {
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    height: 12px;
    width: 12px;
}

.timeline-item.alt .timeline-icon {
    left: auto;
    right: -32px;
}

.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px;
}
.timeline .timeline-date {
    left: -200px;
    position: absolute;
    text-align: right;
    top: 12px;
    width: 150px;
}

.timeline-desk h5 span {
    color: #999999;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}


.timeline-item.alt:before {
    display: none;
}
.timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-desk p {
    font-size: 12px;
    margin-bottom: 0;
}

.timeline-desk a {
    color: #EF6F66;
}

.timeline-desk .panel {
    margin-bottom: 5px;
}

.timeline-desk .album {
    margin-top: 20px;
}

.timeline-desk .album a {
    margin-right: 5px;
    float: left;
}

.timeline-desk .notification {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-top: 20px;
    padding: 8px;
}


.timeline-item.alt .panel {
    margin-left: 0;
    margin-right: 25px;
}

.timeline-item.alt .timeline-date {
    left: auto;
    right: -200px;
    text-align: left;
}

#remove-ticket-button {
    margin-top: 32px;
}

#paid_ticket {
        text-transform: initial!important;
    cursor: pointer;
    font-weight: 600;
    margin: 5px 0px 5px 0px;
    color: #444444;
    font-size: 14px;
    display: block;
}

#free_ticket {
    text-transform: initial!important;
    cursor: pointer;
    font-weight: 600;
    margin: 5px 0px 5px 0px;
    color: #444444;
    font-size: 14px;
    display: block;
}

.ticket-border {
    border-left: 5px solid #ff5b34!important;
}

.order-col {
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
    min-height: 103px;
}

.group-heading {
    background-color: #ffffff!important;
}

.group-heading h4 {
    color: #363636;
    font-weight: 600!important;
}

.charts-form {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

#registration_url {
        text-transform: initial!important;
    cursor: pointer;
    font-weight: 600;
    margin: 5px 0px 5px 0px;
    color: #444444;
    font-size: 14px;
    display: block;
}

.bcb-label {
        margin-top: 10px;
    display: inline-block;
    margin-left: 11px!important;
}

.generate-bib-btn {
    padding: 5px 20px!important;
    float: left!important;
    margin-top: 23px;
}

.push-image {
        width: 190px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
}

.mbot10 {
    margin-bottom: 10px!important;
}
.mbot18 {
    margin-bottom: 10px!important;
}


.mbot15 {
    margin-bottom: 15px!important;
}

.mbot20 {
    margin-bottom: 20px!important;
}

.mbot50 {
    margin-bottom: 50px!important;
}

.mbot25 {
    margin-bottom: 25px!important;
}

.mbot5 {
    margin-bottom: 5px!important;
}

.mbot70 {
    margin-bottom: 70px;
}

.mbot30 {
    margin-bottom: 30px!important;
}

.mbot0 {
    margin-bottom: 0px!important;
}

.pbot0 {
    padding-bottom: 0px!important;
}

.pbot35 {
    padding-bottom: 35px!important;
}

/*---revenue----*/

.revenue-head {
    background: #ff6c60;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    color: #fff;
    line-height: 50px;
}

.revenue-head span {
    background: #e56155;
    padding: 16px;
    -webkit-border-radius: 4px 0px 0px 0px;
    border-radius: 4px 0px 0px 0px;
}

.revenue-head span i {
    font-size: 18px;
}

.revenue-head h3 {
    display: inline;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 300;
}

.revenue-head span.rev-combo {
    background: #e56155;
    padding: 16px;
    line-height: normal;
    -webkit-border-radius: 0px 4px 0px 0px;
    border-radius: 0px 4px 0px 0px;
}

/*easy pie chart*/

.easy-pie-chart {
    display: inline-block;
    padding: 30px 0;
}

.chart-info, .chart-info .increase, .chart-info .decrease {
    display: inline-block;
}

.chart-info {
    width: 100%;
    margin-bottom:5px;
}

.chart-position {
    margin-top: 70px;
}

.chart-info span {
    margin: 0 3px;
}

.chart-info .increase {
    background: #ff6c60;
    width: 10px;
    height: 10px;
}

.chart-info .decrease {
    background: #f2f2f2;
    width: 10px;
    height: 10px;
}

.panel-footer.revenue-foot {
    background-color: #e6e7ec;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    border: none;
    padding: 0;
    width: 100%;
    display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .panel-footer.revenue-foot {
        margin-bottom: -4px;
    }
}


.panel-footer.revenue-foot ul  {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-flex;
}

.panel-footer.revenue-foot ul li {
    float: left;
    width: 33.33%;
}

.panel-footer.revenue-foot ul li.first a:hover, .panel-footer.revenue-foot ul li.first a {
    /*-webkit-border-radius: 0px 0px 0px 4px;*/
    border-radius: 0px 0px 0px 4px;
}

.panel-footer.revenue-foot ul li.last a:hover, .panel-footer.revenue-foot ul li.last a {
    -webkit-border-radius: 0px 0px 4px 0px;
    border-radius: 0px 0px 4px 0px;
    border-right: none;

}

.panel-footer.revenue-foot ul li a{
    display: inline-block;
    width: 100%;
    padding: 14px 15px;
    text-align: center;
    border-right: 1px solid #d5d8df;
    color: #797979;
}

.panel-footer.revenue-foot ul li a:hover, .panel-footer.revenue-foot ul li.active a {
    background: #fff;
    position: relative;
}

.panel-footer.revenue-foot ul li a i {
    color: #c6cad5;
    display: block;
    font-size: 16px;
}
.panel-footer.revenue-foot ul li a:hover i, .panel-footer.revenue-foot ul li.active a i {
    color: #ff6c60;
    display: block;
    font-size: 16px;
}

/*flatlab carousel model*/

.flat-carousal {
    background: #58c9f3;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    padding: 10px;
    color: #fff;
    position: relative;
}

.flat-carousal h1 {
    text-align: center;
    font-size: 16px;
    margin: 30px 20px;
    line-height: 20px;
    font-weight: 300;
    font-style: italic;
}

a.view-all {
    color: #fff;
    background: rgba(0,0,0,0.1);
    padding: 8px 15px;
    text-align: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    margin-bottom: 18px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}

ul.ft-link {
    margin: 0;
    padding: 0;
}

ul.ft-link li {
    border-right: 1px solid #E6E7EC;
    display: inline-block;
    line-height: 30px;
    margin: 8px 0;
    text-align: center;
    width: 24%;
}

ul.ft-link li a {
    color: #74829c;
    text-transform: uppercase;
    font-size: 12px;
}

ul.ft-link li a:hover, ul.ft-link li.active a {
    color: #58c9f3;
}

ul.ft-link li:last-child {
    border-right: none;
}

ul.ft-link li a i {
    display: block;
}


#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.owl-buttons {
    position: absolute;
    top: 70px;
    width: 100%;

}

.owl-prev, .owl-next {
    position: absolute;
}

.owl-next {
    right: 0;
}

.owl-buttons .owl-prev {
    text-indent: -9999px;
    background: url("../img/left-arrow.png") no-repeat;
    width: 6px;
    height: 10px;
    display: inline-block;
}

.owl-buttons .owl-next {
    text-indent: -9999px;
    background: url("../img/right-arrow.png") no-repeat;
    width: 6px;
    height: 10px;
    display: inline-block;
}

/*product post*/

.post-wrap aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}

.border-lr {
    border-left: 1px solid #dadada; 
    border-right: 1px solid #dadada;
}

.pro-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.post-info {
    position: relative;
}


.team-details-title {
    font-weight: 600;
    font-size: 16px;
    color: #363636;
}

.team-details-title-outer {
    margin-left: 10px;
    margin-right: 10px;
}

.custom-tick-label {
    padding-left: 0px!important;
    font-size: 14px!important;
    margin-top: 0px!important;
    line-height: 15px!important;
    height: 32px!important;
    display: block!important;
}

.custom-tick-label-terms {
    
margin-top: 0px!important;
    line-height: 30px!important;

}

.custom-tick-label input {
    float: left;
}


.option-text {
    float: left;
    margin-top: 6px;
    margin-left: 10px;
}

.arrow-pro.right:after {
    border-left-color: #FFFFFF;
    border-right-width: 0;
    top: 85px;
    content: " ";
}

.arrow-pro.left:after {
    border-right-color: #FFFFFF;
    border-left-width: 0;
    top: 80px;
    content: " ";
}

.arrow-pro.left {
    left: -8px;
}

.arrow-pro:after {
    border-width: 7px;
    content: "";
}

.arrow-pro, .arrow-pro:after {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    right: -5px;

}

.post-highlight.yellow {
    background: #f8d347;
    border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
}

.post-highlight.terques {
    background: #41cac0;
    border-radius: 4px 0px 0px 04px;
    -webkit-border-radius: 4px 0px 0px 04px;
}

.post-info h1 {
    margin: 0;
    font-size: 18px;
    color: #a19899;
    font-weight: 300;
}

.post-highlight.terques h2 {
    font-size: 16px;
    color: #fff;
    font-style: italic;
    padding: 0 20px;
    line-height: 22px;
    margin: 0;
    font-weight: 300;
}

.post-highlight.terques h2 span, .post-highlight.terques h2 a {
    color: #92faf3;
}

.post-info h1 strong {
    text-transform: uppercase;
    color: #937b7b;
}

.post-info .desk {
    display: inline-block;
}

.post-info .desk  h3{
    font-size: 16px;
}

.post-info .desk.yellow h3 {
    color:#f8d347 ;
}

.post-btn {

}

.post-btn a {
    float: left;
    margin-right: 8px;
    font-size: 18px;
    color: #9a9a9a;
}

.post-btn a:hover {
    color: #727272;
}

.pro-thumb {
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(255,255,255,0.4);
}

.pro-thumb img{
    text-align: center;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;

}

.v-align {
    vertical-align: middle !important;
}

.twite h1 {
    margin: 50px 0;
}


.social-footer {
    display: inline;
    text-align: center;
}

.social-footer ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

.social-footer ul li {
    display: inline-block;
    margin: 0 20px;
}

.social-footer ul li a {
    font-size: 25px;
    color: #ceced0;
}

.social-footer ul li a:hover i.fa-facebook, .social-footer ul li.active a i.fa-facebook {
    color: #486eac;
}

.social-footer ul li a:hover i.fa-twitter, .social-footer ul li.active a i.fa-twitter {
    color: #58c9f3;
}

.social-footer ul li a:hover i.fa-google-plus, .social-footer ul li.active a i.fa-google-plus {
    color: #4a4a4a;
}

.social-footer ul li a:hover i.fa-pinterest, .social-footer ul li.active a i.fa-pinterest {
    color: #d1282d;
}

/*pie chart */

.pie-foot {
    background: #6b6b6b;
    padding: 18px 15px;
    color: #fff;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

/*follower*/

.follower {
    background: #01a89e;
    color: #fff;
    text-align: center;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.follower-foot {
    padding: 8px 5px 5px 5px;
    color: #757575;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    font-weight: 300;
}

.follower-foot ul {
    padding: 0;
    margin: 0;
}
.follower-foot ul li{
    display: inline-block;
    text-align: center;
    width: 48%;
    line-height: normal;
}

.follower-foot ul li h5{
    margin: 5px 0 0 0;
}

.follower h4 {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 300;
}

.follow-ava {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #18b2a6;
    display: inline-block;
}

.follower img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 62px;
    height: 62px;
    /*display: inline-block;*/
}

/*weather*/

.weather-bg {
    background: #8175c7;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

.weather-bg i {
    font-size: 60px;
    display: block;
}

.weather-bg .degree {
    font-size: 60px;
}

.weather-category {
    padding: 15px 0;
    color: #74829C;
}

.weather-category ul {
    padding:0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.weather-category ul li {
    display: inline-block;
    width: 32%;
    text-align: center;
    border-right:1px solid #e6e6e6 ;
    display: inline-block;
}

.weather-category ul li h5 {
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 300;
}

.weather-category ul li a {

}

.weather-category ul li:last-child  {
    border-right:none ;
}

/*fontawesome*/

.fontawesome-icon-list h2 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 300;
}

.fontawesome-icon-list .col-sm-4, .fontawesome-icon-list .col-md-3, .fontawesome-icon-list .col-xs-6 {
    margin-bottom: 10px;
}

.fontawesome-icon-list .page-header {
    border-bottom: 1px solid #C9CDD7;
}

.fontawesome-icon-list a {
    color: #797979;
}

.fontawesome-icon-list a:hover{
    color: #35404D;
}

.fontawesome-icon-list i {
    font-size: 16px;
    padding-right: 10px;
}

#web-application, #text-editor, #directional, #video-player, #brand, #medical, #currency {
    margin-top: 10px;
}

/*mail inbox*/

.mail-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.mail-box aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}

.mail-box .sm-side {
    width: 25%;
    background: #e5e8ef;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}
.mail-box .lg-side {
    width: 75%;
    background: #fff;
    border-radius: 0px 4px 4px 0;
    -webkit-border-radius: 0px 4px 4px 0;
}

.mail-box .sm-side .user-head {
    background: #00a8b3;
    border-radius: 4px 0px 0px 0;
    -webkit-border-radius: 4px 0px 0px 0;
    padding: 10px;
    color: #fff;
    min-height: 80px;
}

.user-head .inbox-avatar {
    width: 65px;
    float: left;
}

.user-head .inbox-avatar img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.user-head .user-name {
    display: inline-block;
    margin:0 0 0 10px;
}

.user-head .user-name h5 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 300;
}
.user-head .user-name h5 a {
    color: #fff;
}

.user-head .user-name span a {
    font-size: 12px;
    color: #87e2e7;
}

a.mail-dropdown {
    background: #80d3d9;
    padding:3px 5px;
    font-size: 10px;
    color: #01a7b3;
    border-radius: 2px;
    margin-top: 20px;
}

.inbox-body {
    padding: 20px;
}

.btn-compose {
    background: #ff6c60;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    color: #fff;
}
.btn-compose:hover {
    background: #f5675c;
    color: #fff;
}

ul.inbox-nav  {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.inbox-divider {
    border-bottom: 1px solid #d5d8df;
}

ul.inbox-nav li {
    display: inline-block;
    line-height: 45px;
    width: 100%;
}

ul.inbox-nav li a  {
    color: #6a6a6a;
    line-height: 45px;
    width: 100%;
    display: inline-block;
    padding: 0 20px;
}

ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus  {
    color: #6a6a6a;
    background: #d5d7de;
}

ul.inbox-nav li a i {
    padding-right: 10px;
    font-size: 16px;
    color: #6a6a6a;
}

ul.inbox-nav li a span.label {
    margin-top: 13px;
}

ul.labels-info li h4 {
    padding-left:15px;
    padding-right:15px;
    padding-top: 5px;
    color: #5c5c5e;
    font-size: 13px;
    text-transform: uppercase;
}

ul.labels-info li  {
    margin: 0;
}

ul.labels-info li a {
    color: #6a6a6a;
    border-radius: 0;
}

ul.labels-info li a:hover, ul.labels-info li a:focus {
    color: #6a6a6a;
    background: #d5d7de;
}

ul.labels-info li a i {
    padding-right: 10px;
}

.nav.nav-pills.nav-stacked.labels-info p {
    margin-bottom: 0;
    padding: 0 22px;
    color: #9d9f9e;
    font-size: 11px;
}

.inbox-head {
    padding:20px;
    background: #41cac0;
    color: #fff;
    border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    min-height: 80px;
}

.inbox-head  h3 {
    margin: 0;
    display: inline-block;
    padding-top: 6px;
    font-weight: 300;
}

.inbox-head  .sr-input {
    height: 40px;
    border: none;
    box-shadow: none;
    padding: 0 10px;
    float: left;
    border-radius: 4px 0 0 4px;
    color: #8a8a8a;
}
.inbox-head  .sr-btn {
    height: 40px;
    border: none;
    background: #00a6b2;
    color: #fff;
    padding: 0 20px;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

.table-inbox {
    border: 1px solid #d3d3d3;
    margin-bottom: 0;
}

.table-inbox tr td{
    padding: 12px !important;
}

.table-inbox tr td:hover{
    cursor: pointer;
}

.table-inbox tr td .fa-star.inbox-started ,.table-inbox tr td .fa-star:hover{
    color: #f78a09;
}

.table-inbox tr td .fa-star{
    color: #d5d5d5;
}

.table-inbox tr.unread td {
    font-weight: 600;
    background: #f7f7f7;
}

ul.inbox-pagination  {
    float: right;
}

ul.inbox-pagination li {
    float: left;
}

.mail-option {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.mail-option .chk-all, .mail-option .btn-group {
    margin-right: 5px;
}

.mail-option .chk-all, .mail-option .btn-group a.btn {
    border: 1px solid #e7e7e7;
    padding: 5px 10px;
    display: inline-block;
    background: #fcfcfc;
    color: #afafaf;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}
.inbox-pagination a.np-btn  {
    border: 1px solid #e7e7e7;
    padding: 5px 15px;
    display: inline-block;
    background: #fcfcfc;
    color: #afafaf;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

.mail-option .chk-all input[type=checkbox] {
    margin-top: 0;
}

.mail-option .btn-group a.all {
    padding: 0;
    border: none;
}

.inbox-pagination a.np-btn {
    margin-left: 5px;
}

.inbox-pagination li span {
    display: inline-block;
    margin-top: 7px;
    margin-right: 5px;
}

.fileinput-button {
    border: 1px solid #e6e6e6;
    background: #eeeeee;
}

.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea{
    border: 1px solid #e6e6e6;
    box-shadow: none;
}

.btn-send, .btn-send:hover {
    background: #00A8B3;
    color: #fff;
}

.btn-send:hover {
    background: #009da7;
}

.modal-header h4.modal-title {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #363636;
}

.modal-body label {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.heading-inbox h4{
    font-size: 18px;
    color: #444;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 20px;
}

.sender-info {
    margin-bottom: 20px;
}

.sender-info img {
    width: 30px;
    height: 30px;
}

.sender-dropdown {
    background: #eaeaea;
    padding:0 3px;
    color: #777;
    font-size: 10px;
}

.view-mail a {
    color: #FF6C60;
}

.attachment-mail {
    margin-top: 30px;
}
.attachment-mail ul {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.attachment-mail ul li {
    float: left;
    width: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.attachment-mail ul li img {
    width: 100%;
}

.attachment-mail ul li span {
    float: right;
}
.attachment-mail .file-name {
    float: left;
}

.attachment-mail .links {
    width: 100%;
    display: inline-block;
}

/*404 page*/

.body-404 {
    background: #18d4cb;
    color: #fff;
}

.error-wrapper {
    text-align: center;
    margin-top: 10%;
}

.error-wrapper .icon-404{
    background: url("../img/404_icon.png") no-repeat;
    width: 289px;
    height: 274px;
    display: inline-block;
    margin-left: 30px;
}


.error-wrapper h1 {
    font-size: 90px;
    font-weight: 300;
    margin: -50px 0 0 0;
}

.error-wrapper h2 {
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 30px 0;
}

.error-wrapper p, .error-wrapper p a {
    font-size: 18px;
    font-weight: 300;
}

.error-wrapper p.page-404  {
    color: #7dfff7;
}

.error-wrapper p.page-404 a, .error-wrapper p.page-500 a,  .error-wrapper p.page-404 a:hover, .error-wrapper p.page-500 a:hover {
    color: #fff;
}


/*500 page*/

.body-500 {
    background: #8075c6;
    color: #fff;
}

.error-wrapper p.page-500 {
    color: #afa5f1;
}

.error-wrapper .icon-500{
    background: url("../img/500_icon.png") no-repeat;
    width: 289px;
    height: 274px;
    display: inline-block;
    margin-left: 55px;
}

/*profile*/

.profile-nav .user-heading {
    background: #ff766c;
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 30px;
    text-align: center;
}

.profile-nav .user-heading.round a  {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(255,255,255,0.3);
    display: inline-block;
}

.profile-nav .user-heading a img {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.profile-nav .user-heading h1 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
}

.profile-nav .user-heading p {
    font-size: 12px;
}

.profile-nav ul {
    margin-top: 1px;
}

.profile-nav ul > li {
    border-bottom: 1px solid #ebeae6;
    margin-top: 0;
    line-height: 30px;
}

.profile-nav ul > li:last-child {
    border-bottom: none;
}

.profile-nav ul > li > a {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #363636;
    border-left: 5px solid #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 23px!important;
}

.profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active  a {
    background: #f8f7f5 !important;
    border-left: 5px solid #ff766c;
    color: #363636 !important;
}

.profile-nav ul > li:last-child > a:last-child {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

.profile-nav ul > li > a > i{
    font-size: 16px;
    padding-right: 10px;
    color: #bcb3aa;
}

.profile-nav {
    max-width: 1047px;
    margin-left: auto;
    margin-right: auto;

}

.r-activity {
    margin: 6px 0 0;
    font-size: 12px;
}


.p-text-area, .p-text-area:focus {
    border: none;
    font-weight: 300;
    box-shadow: none;
    color: #c3c3c3;
    font-size: 16px;
}

.profile-info .panel-footer {
    background-color:#f8f7f5 ;
    border-top: 1px solid #e7ebee;
}

.profile-info .panel-footer ul li a {
    color: #7a7a7a;
}

.bio-graph-heading {
    background: #41cac0;
    color: #fff;
    text-align: center;
    font-style: italic;
    padding: 40px 110px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    font-size: 16px;
    font-weight: 300;
}

.bio-graph-info {
    color: #89817e;
}

.bio-graph-info h1 {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 20px;
}

.bio-row {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding:0 15px;
}

.bio-row p span {
    width: 100px;
    display: inline-block;
}

.bio-chart, .bio-desk {
    float: left;
}

.bio-chart {
    width: 40%;
}

.bio-desk {
    width: 60%;
}

.bio-desk h4 {
    font-size: 15px;
    font-weight:400;
}

.bio-desk h4.terques {
    color: #4CC5CD;
}

.bio-desk h4.red {
    color: #e26b7f;
}

.bio-desk h4.green {
    color: #97be4b;
}

.bio-desk h4.purple {
    color: #caa3da;
}

.file-pos {
    margin: 6px 0 10px 0;
}

.profile-activity h5 {
    font-weight: 300;
    margin-top: 0;
    color: #c3c3c3;
}

.summary-head {
    background: #ee7272;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #ee7272;
}

.summary-head h4 {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.summary-head p {
    color: rgba(255,255,255,0.6);
}

ul.summary-list {
    display: inline-block;
    padding-left:0 ;
    width: 100%;
    margin-bottom: 0;
}

ul.summary-list > li {
    display: inline-block;
    width: 19.5%;
    text-align: center;
}

ul.summary-list > li > a > i {
    display:block;
    font-size: 18px;
    padding-bottom: 5px;
}

ul.summary-list > li > a {
    padding: 10px 0;
    display: inline-block;
    color: #818181;
}

ul.summary-list > li  {
    border-right: 1px solid #eaeaea;
}

ul.summary-list > li:last-child  {
    border-right: none;
}

.activity {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.activity.alt {
    width: 100%;
    float: right;
    margin-bottom: 10px;
}

.activity span {
    float: left;
}

.activity.alt span {
    float: right;
}
.activity span, .activity.alt span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #eee;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.activity.terques span {
    background: #8dd7d6;
}

.activity.terques h4 {
    color: #8dd7d6;
}
.activity.purple span {
    background: #b984dc;
}

.activity.purple h4 {
    color: #b984dc;
}
.activity.blue span {
    background: #90b4e6;
}

.activity.blue h4 {
    color: #90b4e6;
}
.activity.green span {
    background: #aec785;
}

.activity.green h4 {
    color: #aec785;
}

.activity h4 {
    margin-top:0 ;
    font-size: 16px;
}

.activity p {
    margin-bottom: 0;
    font-size: 13px;
}

.activity .activity-desk i, .activity.alt .activity-desk i {
    float: left;
    font-size: 18px;
    margin-right: 10px;
    color: #bebebe;
}

.activity .activity-desk {
    margin-left: 70px;
    position: relative;
}

.activity.alt .activity-desk {
    margin-right: 70px;
    position: relative;
}

.activity.alt .activity-desk .panel {
    float: right;
    position: relative;
}

.activity-desk .panel {
    background: #F4F4F4 ;
    display: inline-block;
}


.activity .activity-desk .arrow {
    border-right: 8px solid #F4F4F4 !important;
}
.activity .activity-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .arrow-alt {
    border-left: 8px solid #F4F4F4 !important;
}

.activity-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .album {
    display: inline-block;
    margin-top: 10px;
}

.activity-desk .album a{
    margin-right: 10px;
}

.activity-desk .album a:last-child{
    margin-right: 0px;
}

/*invoice*/

.invoice-list  {
    margin-bottom: 30px;
}

.invoice-list h4 {
    font-weight: 300;
    font-size: 16px;
}

.invoice-block {
    text-align: right;
}

.float-right {
    float: right!important;
}

.float-none {
    float: none!important;
}

#team_ticket_options_section {
    display: inline-block;
}

ul.amounts li {
    background: #f5f5f5;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: 300;
}

ul.info-tickets-links li {
    background: #fafafa;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #e7ebee;
    line-height: 24px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.25);
}

.pc-label {
    text-align: right!important;
    font-weight: 500!important;
}

.info-tickets-links {
    display: block;
}

.buy-ticket-price {
    font-weight: 600;
    font-size: 14px;
    color: #363636;
}

.buy-tickets-left {
    margin-top: 3px;
}

.buy-tickets-right {
    margin-top: 3px;
}

.buy-tickets-ticket-name {
    font-size: 15px;
    font-weight: 600;
    color: #363636;
}

.invoice-btn a{
    font-weight: 300;
    margin: 0 5px;
    font-size: 16px;
}

.corporate-id {
    margin-bottom: 30px;
}

/*panel heading color*/

.panel-primary > .panel-heading.navyblue {
    background-color: #2A3542;
    border-color: #2A3542;
    color: #FFFFFF;
}
.cursor-pointer {
    cursor: pointer;
}
/*table*/

.table-advance tr td {
    vertical-align: middle !important;
}

.no-border {
    border-bottom: none!important;
}

.border-none {
    border: none!important;
}

.dataTables_length, .dataTables_filter{
    padding:15px;
    width: 100%;
    float: none!important;
}
.dataTables_info{
    padding:0 15px;
}

.datepickerLabel {
    width: 100%;
    font-weight: 400!important;
}

.dataTables_length select {
    width: 65px;
    padding:5px 8px;
    margin-right: 10px;
    float: left;
}



.dataTables_length label, .dataTables_filter label {
    font-weight: 600;
    width: 100%;
    line-height: 30px;
}

.dataTables_filter label {
    width: 100%;
    
}

.dataTables_filter label input {
    width: 78%;
    margin-left: 10px;
}

.border-top {
    border-top: 1px solid #ddd;
}

.dataTables_paginate.paging_bootstrap.pagination li {
    float: left;
    margin: 0 1px;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.dataTables_paginate.paging_bootstrap.pagination li.disabled a{
    color: #c7c7c7;
}
.dataTables_paginate.paging_bootstrap.pagination li a{
    color: #797979;
    padding: 5px 10px;
    display: inline-block;
}

.dataTables_paginate.paging_bootstrap.pagination li:hover a, .dataTables_paginate.paging_bootstrap.pagination li.active a{
    color: #797979;
    background: #eee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.dataTables_paginate.paging_bootstrap.pagination {
    float: right;
    margin-top: -5px;
    margin-bottom: 15px;

}

.dataTable tr:last-child {
    border-bottom: 1px solid #ddd;
}

/*calendar*/

.has-toolbar.fc {
    margin-top: 50px;
}

.fc-header-title {
    display: inline-block;
    margin-top: -50px;
    vertical-align: top;
}

.fc-view {
    margin-top: -50px;
    overflow: hidden;
    width: 100%;
}

.fc-state-default, .fc-state-default .fc-button-inner {
    background: #F3F3F3 !important;
    border-color: #DDDDDD;
    border-style: none solid;
    color: #646464;
}

.fc-state-active, .fc-state-active .fc-button-inner,
.fc-state-hover, .fc-state-hover .fc-button-inner{
    background:  #FF6C60 !important;
    color: #fff !important;
}

.fc-event-skin {
    background-color: #6883a3 !important;
    border-color: #6883a3 !important;
    color: #FFFFFF !important;
}

.fc-grid th {
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #F3F3F3 !important;
}

.fc-header-title h2 {
    font-size: 20px !important;
    color: #C8CCD7;
    font-weight: 300;
}

.external-event {
    cursor: move;
    display: inline-block !important;
    margin-bottom: 6px !important;
    margin-right: 6px !important;
    padding: 8px;
}

#external-events p input[type="checkbox"]{
    margin: 0;
}

.drg-event-title {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.fc-content .fc-event {
    border-radius:4px;
    -webkit-border-radius:4px;
    padding: 4px 6px;
}

.fc-corner-left {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}

.fc-corner-right {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

.drp-rmv {
    padding-top: 10px;
    margin-top: 10px;
}


/*button*/

.btn-row {
    margin-bottom: 10px;
}

/*tabs*/

.tab-head {
    background: #7087a3;
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}

.tab-container {
    margin-top: 10px;
}

.tab-head .nav-tabs > li > a {
    border-radius: 0;
    margin-right: 1px;
    color: #fff;
}

.tab-head .nav-tabs > li.active > a, .tab-head .nav-tabs > li > a:hover, .tab-head .nav-tabs > li.active > a:hover, .tab-head .nav-tabs > li.active > a:focus {
    background-color: #f1f2f7;
    border-color: #f1f2f7;
    color: #797979;
}

/*general page*/

.progress-xs {
    height: 8px;
}

.progress-sm {
    height: 12px;
}

.panel-heading .nav {
    border: medium none;
    font-size: 13px;
    margin: -10px -15px -11px;
}

.tab-bg-dark-navy-blue {
    background: #7087A3;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-bottom: none;
}

.app-prompt-thumb {
    background-image: url(../img/etchlogo-small.svg);
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 10px;
    margin-left: 0px;
}

.close-app-prompt {
    font-size: 20px;
    margin-top: 30px;
    cursor: pointer;
}

.app-prompt-title {
    color: #363636;
    font-size: 15px;
    font-weight: 600;
    margin-top: 9px;
}
.app-prompt-subtitle {
    color: #363636;
}

.app-prompt-company {
    color: #363636;
}

.dark-ul {
    text-decoration: underline!important;
    font-weight: 600!important;
    color: #31708f!important;
}
.dark-ul:hover {
    color: #31708f!important;
}

.mh-p {
    min-height: 100px;
}

.widget-head-img {
    width: 100%;
}

.values-img {
    width: 100%;
}

.er-login-modal-badge-inner {
    width: 40px;
    height: 40px;
    background-image: url('../img/etchlogo-small.svg');
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: contain;
}

.panel-heading .nav > li > a,
.panel-heading .nav > li.active > a, .panel-heading .nav > li.active > a:hover, .panel-heading .nav > li.active > a:focus {
    border-width: 0;
    border-radius: 0;
}

.panel-heading .nav > li > a {
    color: #fff;
}

.panel-heading .nav > li.active > a, .panel-heading .nav > li > a:hover {
    color: #47596f;
    background: #fff;
}

.panel-heading .nav > li:first-child.active > a, .panel-heading .nav > li:first-child > a:hover {
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
}


.tab-right {
    height: 38px;
}

.panel-heading.tab-right .nav > li:first-child.active > a, .tab-right.panel-heading .nav > li:first-child > a:hover {
    border-radius:  0 ;
    -webkit-border-radius: 0 ;
}

.panel-heading.tab-right .nav > li:last-child.active > a, .tab-right.panel-heading .nav > li:last-child > a:hover {
    border-radius:  0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
}

.panel-heading.tab-right .nav-tabs > li > a {
    margin-left: 1px;
    margin-right: 0px;
}

.form-text {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
}

.pbot5 {
    padding-bottom: 0px!important;
}

.pbot15 {
    padding-bottom: 15px!important;
}

.pbot25 {
    padding-bottom: 25px!important;
}


.m-bot20 {
    margin-bottom: 20px;
}

.m-bot-10 {
    margin-bottom: 10px;
}

.m-bot0 {
    margin-bottom: 0px!important;
}

.m-bot-none {
    margin-bottom: 0;
}
.m-top-none{
    margin-top: 0;
}
.wht-color {
    color: #fff;
}

.close-sm {
    font-size: 14px;
}

/*carousel*/

.carousel-indicators li {
    background:  rgba(0, 0, 0, 0.2) ;
    border:  none;
    transition:background-color 0.25s ease 0s;
    -moz-transition:background-color 0.25s ease 0s;
    -webkit-transition:background-color 0.25s ease 0s;
}

.carousel-indicators .active {
    background:#ff6c60;
    height: 10px;
    margin: 1px;
    width: 10px;
}

.carousel-indicators.out {
    bottom: -5px;
}

.carousel-indicators.out {
    bottom: -5px;
}

.carousel-control {
    color: #999999;
    text-shadow: none;
    width: 45px;
}

.carousel-control i {
    display: inline-block;
    height: 25px;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 5;
}


.carousel-control.left, .carousel-control.right {
    background: none;
    filter:none;
}

.carousel-control:hover, .carousel-control:focus {
    color: #CCCCCC;
    opacity: 0.9;
    text-decoration: none;
}

.carousel-inner h3 {
    font-weight: 300;
    font-size: 16px;
    margin: 0;
}

.carousel-inner {
    margin-bottom: 15px;
}

/*gritter*/
.gritter-close {
    left: auto !important;
    right: 3px !important;
}


/*form*/


.sm-input {
    width: 175px;
}

.light-border {
    border: 1px solid #e7ebee!important;
}

#trainingOptions {
    margin-bottom: 50px;
}


.tilePanelOuter {
    padding: 5px;
    float: left;
    width: 100%;
    padding-top: 11px;
}

.tilePanel {
    float: left;
    width: 100%;

    box-sizing: border-box;
    border-radius: 4px;
}

.form-horizontal.tasi-form .form-group {
    border-bottom: 1px solid #e7ebee;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.form-horizontal.shallow-form .form-group {
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.tileIconGoogleAnalytics {
    background-image: url('../img/analytics.png')!important;
    background-size: cover!important;
}

.tileIconGooglePaypal {
    background-image: url('../img/paypal_small.png')!important;
    background-size: cover!important;
}

.tileIconGoogleStripe {
    background-image: url('../img/stripe_small.png')!important;
    background-size: cover!important;
}

.tileIconTwitter {
    background-image: url('../img/twitter_pixels.png')!important;
    background-size: cover!important;
}

.tileIconFacebook {
    background-image: url('../img/facebook_pixels.png')!important;
    background-size: cover!important;
}

.thirdsTilesGrid {
    float: left;
    width: 100%;
}

.thirdsTilesGridRow {
    float: left;
    width: 100%;
}

.thirdsTile {
    width: 33.3%;
    padding: 5px;
    box-sizing: border-box;
    float: left;
}


.tileInnerActive {
    border-bottom: 2px solid #ff5b34!important;

}

.tileInner:hover { transform: scale(1.03); }

.tileInner {
    background-color: #fff;
    padding: 20px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #e7ebee;
    cursor: pointer;
    transition: all .2s ease-in-out;
    border-radius: 4px;
    width: 100%;
}

.tileIcon {
    width: 37px;
    height: 37px;
    float: left;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    color: #ccc;
}

.tileLeft {
    float: left;
    width: 25%;
}

.platformTitle {
    width: 100%;
    display: inline-block;
}

.platformDescr {
    width: 100%;
    display: inline-block;
    font-size: 11px;
    color: #ff5b34;
}

.tileRight {
    float: left;
    width: 75%;
}

.popover {
    text-transform: none!important;
    min-width: 320px;
    font-family: 'open sans', arial, sans-serif!important;
}

.form-group h4 {
    color: #000000!important;
}

.form-horizontal.tasi-form .form-group:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


.form-horizontal.tasi-form .form-group .help-block {
    margin-bottom: 0;
}


.round-input {
    border-radius: 500px;
    -webkit-border-radius: 500px;
}


.m-bot15 {
    margin-bottom: 15px;
}

.m-bot40 {
    margin-bottom: 40px;
}

.form-horizontal.tasi-form .checkbox-inline > input {
    margin-top: 1px;
    border:none;
}

.iconic-input {
    position: relative;
}

.iconic-input i, .iconic-input svg {
    color: #CCCCCC;
    display: block;
    font-size: 16px;
    height: 16px;
    margin: 8px 5px 8px 10px;
    position: absolute;
    text-align: center;
    width: 16px;
}

.iconic-input input {
    padding-left: 40px;
}

.iconic-input.right input {
    padding-left: 10px !important;
    padding-right: 30px !important;
}

.iconic-input.right i {
    float: right;
    right: 5px;
}

input.spinner[type="text"], input.spinner[type="password"], input.spinner[type="datetime"], input.spinner[type="datetime-local"], input.spinner[type="date"], input.spinner[type="month"], input.spinner[type="time"], input.spinner[type="week"], input.spinner[type="number"], input.spinner[type="email"], input.spinner[type="url"], input.spinner[type="search"], input.spinner[type="tel"], input.spinner[type="color"] {
    background: url("../img/input-spinner.gif") right no-repeat !important;
}


/*form validation*/

.cmxform .form-group label.error {
    display: inline;
    margin: 5px 0;
    color: #B94A48;
    font-weight: 400;
}




.sml-blue-link:link {
    color: #2a8ffb;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 7px;
}
.sml-blue-link:visited {
    color: #2a8ffb;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 7px;
}
.sml-blue-link:hover {
    text-decoration: underline;
    color: #2a8ffb;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 7px;
}
.sml-blue-link:active {
    text-decoration: underline;
    color: #2a8ffb;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 7px;
}


a.dark:link {
    color: #363636!important;
    cursor: pointer;
}
a.dark:visited {
    color: #363636!important;
    cursor: pointer;
}
a.dark:hover {
    color: #363636!important;
    cursor: pointer;
}
a.dark:active {
    color: #363636!important;
    cursor: pointer;
}



a.error-link:link {
    text-decoration: underline;
    color: #a94442!important;
}
a.error-link:visited {
    text-decoration: underline;
    color: #a94442!important;
}
a.error-link:hover {
    text-decoration: underline;
    color: #a94442!important;
}
a.error-link:active {
    text-decoration: underline;
    color: #a94442!important;
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus, .cmxform .form-group input.error , .cmxform .form-group textarea.error{
    border-color: #B94A48 !important;
}

#signupForm label.error {
    display: inline;
    margin:5px 0px;
    width: auto;
    color: #B94A48;
}

.checkbox, .checkbox:hover, .checkbox:focus  {
    border:none;
}


/*slider*/
table.sliders tr td {
    padding: 30px 0;
    border:none;
}

.slider {
    margin-top: 3px;
}

.slider-info {
    padding-top: 10px;
}

.sliders .ui-widget-header {
    background: #22bacf !important;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0 !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0 !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0 !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0 !important;
}


#eq span {
    height:120px; float:left; margin:15px
}


.ui-widget-content {
    background: #f0f2f7 !important;
    /*border: none !important;*/
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
}

.ui-slider-horizontal {
    height: 8px !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.57em   !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #fff !important;
    border: 3px solid #22bacf !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
}

.ui-slider-vertical {
    width: 8px !important;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.5em  !important;
}

.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.6em;
    position: absolute;
    width: 1.6em;
    z-index: 2;
}

.bound-s {
    width: 90px;
    margin-bottom: 15px;
}
.task-title-sp {
    font-weight: 500;
    color: #363636;
}

.task-title-sp-head {
    font-weight: 600;
}

.task-title-sp-head-small {
    font-weight: 600;
    font-size: 11px!important;
}

.tab-border {
    border-bottom: 1px solid #ddd;
}

.mw-730 {
    min-width: 730px;
}

.mw-500 {
    max-width: 500px;
        margin-right: auto;
    margin-left: auto;
}

.mw140 {
    max-width: 140px;
}

/*----switch ----*/


.has-switch {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    line-height: 1.231;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 80px;
/*    width: 50px;*/
    -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
    mask: url('../img/mask.png') 0 0 no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.has-switch.deactivate {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
    cursor: default !important;
}
.has-switch > div {
    width: 162%;
    position: relative;
    top: 0;
}
.has-switch > div.switch-animate {
    -webkit-transition: left 0.25s ease-out;
    -moz-transition: left 0.25s ease-out;
    -o-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
/*.has-switch > div.switch-off {
    left: -63%;
}*/
/*.has-switch > div.switch-off label {
    background-color: #7f8c9a;
    border-color: #bdc3c7;
    -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
}
.has-switch > div.switch-on {
    left: 0%;
}
.has-switch > div.switch-on label {
    background-color: #41cac0;
}*/
.has-switch input[type=checkbox] {
    display: none;
}
.has-switch span {
    cursor: pointer;
    font-size: 14.994px;
    font-weight: 700;
    float: left;
    height: 29px;
    line-height: 19px;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    width: 50%;
    z-index: 1;
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    box-sizing: border-box;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.has-switch span.switch-left {
    border-radius: 30px 0 0 30px;
    background-color: #2A3542;
    color: #41cac0;
    border-left: 1px solid transparent;
}
.has-switch span.switch-right {
    border-radius: 0 30px 30px 0;
    background-color: #bdc3c7;
    color: #ffffff;
    text-indent: 7px;
}
.has-switch span.switch-right [class*="fui-"] {
    text-indent: 0;
}
.has-switch label {
    border: 4px solid #2A3542;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    height: 29px;
    margin: 0 -21px 0 -14px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 29px;
    z-index: 100;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.switch-square {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
    mask: url('../img/mask.png') 0 0 no-repeat;
}
.switch-square > div.switch-off label {
    border-color: #7f8c9a;
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left {
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left [class*="fui-"] {
    text-indent: -10px;
}
.switch-square span.switch-right {
    border-radius: 0 6px 6px 0;
}
.switch-square span.switch-right [class*="fui-"] {
    text-indent: 5px;
}
.switch-square label {
    border-radius: 0 6px 6px 0;
    border-color: #41cac0;
}


/*tag input*/

.tagsinput {
    border: 1px solid #e3e6ed;
    border-radius: 6px;
    height: 100px;
    padding: 6px 1px 1px 6px;
    overflow-y: auto;
    text-align: left;
}
.tagsinput .tag {
    border-radius: 4px;
    background-color: #41cac0;
    color: #ffffff;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    line-height: 15px;
    padding: 6px 13px 8px 19px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.14s linear;
    -moz-transition: 0.14s linear;
    -o-transition: 0.14s linear;
    transition: 0.14s linear;
    -webkit-backface-visibility: hidden;
}
.tagsinput .tag:hover {
    background-color: #39b1a8;
    color: #ffffff;
    padding-left: 12px;
    padding-right: 20px;
}
.tagsinput .tag:hover .tagsinput-remove-link {
    color: #ffffff;
    opacity: 1;
    display: block\9;
}
.tagsinput input {
    background: transparent;
    border: none;
    color: #34495e;
    
    font-size: 14px;
    margin: 0px;
    padding: 0 0 0 5px;
    outline: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 12px;
}
.tagsinput-remove-link {
    bottom: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    opacity: 0;
    padding: 7px 7px 5px 0;
    position: absolute;
    right: 0;
    text-align: right;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 2;
    display: none\9;
}
.tagsinput-remove-link:before {
    /*color: #ffffff;*/
    /*content: "\f00d";*/
    /*font-family: "FontAwesome";*/
}
.tagsinput-add-container {
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.tagsinput-add {
    background-color: #d6dbdf;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 6px 9px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}
.tagsinput-add:hover {
    background-color: #3bb8af;
}
.tagsinput-add:before {
    /*font-family: "Font Awesome 5 Pro";*/
  /*font-weight: 900;*/
  /*content: "\f007";*/
}
.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}

.create-event-btn {
    display: block;
    max-width: 120px;
}

/*checkbox & radio style*/

.checkboxes label, .radios label {
    display: block;
    cursor: pointer;
    line-height: 20px;
    padding-bottom: 7px;
    font-weight: 500;
}

.radios {
    padding-top: 18px;
}

.label_radio {
    cursor: pointer;
}

.label_check input,
.label_radio input {
    margin-right: 5px;
}

.has-js .label_check,
.has-js .label_radio {
    padding-left: 25px;
}

.has-js .label_radio {
    background: url(../img/checkbox/radio-off.png) no-repeat;
    background-size: 20px;
    height: auto;
}

.has-js .label_check {
    background: url(../img/checkbox/check-off.png) no-repeat;
}

.has-js label.c_on {
    background: url(../img/checkbox/check-on.png) no-repeat;
}

.has-js label.r_on {
    background: url(../img/checkbox/radio-on.png) no-repeat;
    background-size: 18px;
}

.has-js .label_check input,
.has-js .label_radio input {
    position: absolute;
    left: -9999px;
}

/*date picker*/

.add-on {
    float: right;
    margin-top: -37px;
    padding: 3px;
    text-align: center;
}

.add-on .btn {
    padding: 9px;
}

.daterangepicker .ranges .range_inputs > div:nth-child(2) {
    margin-bottom: 10px;
    padding-left: 0px;
}

.daterangepicker .ranges label {
    padding-bottom: 0;
    padding-top: 8px;
}


.daterangepicker td.active, .daterangepicker td.active:hover,
.datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active.active:hover, .datepicker td.active.disabled, .datepicker td.active.disabled:hover, .datepicker td.active[disabled], .datepicker td.active[disabled]:hover,
.datepicker td span.active:hover, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled],
.datetimepicker table tr td.active:hover, .datetimepicker table tr td.active:hover:hover, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled:hover:hover, .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active.active:hover, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled.disabled, .datetimepicker table tr td.active.disabled.disabled:hover, .datetimepicker table tr td.active[disabled], .datetimepicker table tr td.active[disabled]:hover, .datetimepicker table tr td.active.disabled[disabled], .datetimepicker table tr td.active.disabled[disabled]:hover{
    background: #41CAC0;
}

.datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active {
    background: #41CAC0;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
}

.daterangepicker td.active, .daterangepicker td.active:hover, .datepicker td.active, .datepicker td.active:hover, .datepicker td span.active {
    text-shadow: none;
}

.datepicker th.switch {
    width: 125px;
}

.datepicker td span {
    height: 40px;
    line-height: 40px;
}


.bootstrap-timepicker table td input {
    border: 1px solid #ccc;
    border-radius:3px;
    -webkit-border-radius:3px;
}


/*ck editor*/

.cke_top, .cke_bottom {
    background: #F5F5F5 !important;
    background: -moz-linear-gradient(center top , #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
    background: -webkit-linear-gradient(center top , #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
    background: -o-linear-gradient(center top , #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
    box-shadow: none;
    padding: 6px 8px 2px;
}

.cke_top {
    border-bottom: 1px solid #cccccc !important;
}

.cke_chrome {
    display: block;
    padding: 0;
}

/*form wizard*/


ul.stepy-titles {
    background-image: url(../img/progress-wizard-blank.png);
    background-repeat: repeat-x;
    background-size: 25px 8px;
    background-position: 2px 15px;
}

.stepy-tab {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;

}

.stepy-tab ul{
    display: inline-block;
    width: 100%;
    margin-bottom: -5px;
}


#default-title-0 span {
    
}

#default-title-0 {
    background-repeat: no-repeat;
    background-size: 38px;
}

#default-title-1 {

    background-repeat: no-repeat;
    background-size: 38px;
    background-position: 50% 0px;
}

#default-title-1 div {
    float: none!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

#default-title-2 {
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: 50% 0px;
}

#default-title-2 div {
    float: none!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

/*#default-title-2 {
    background-image: url(../img/step-3-bg.png);
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: right 0px;
}

#default-title-2 span {
    text-align: right;
    float: right;
    clear: right;
    margin-right: -2px;
}

#default-title-2 div {
    float: right!important;
    margin-left: auto!important;
}*/

#default-title-3 {
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: right 0px;
}

#default-title-3 span {
   
}

#default-title-3 div {
    
}

.stepy-tab ul li {
    float: left;
}

.step legend {
    border: none;
    text-align: left;
    margin-bottom: 38px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}

.default-buttons {
    margin-top: -100px;
    margin-bottom: 85px;
}

.button-back {
    float: left;
    display: none;
}

.facebook-invite-icon {
    border: 2px solid red;
    float: right;
    border-radius: 100px;
    padding: 11px;
    margin-top: 11px;
}

.hover-orange:hover {
    color: #ff5b34 !important;
}

.stepy-submit {
    cursor: pointer !important;
    background: none !important;
    border: none!important;
}

.button-next, .finish {
    float: right;
}

.button-back, .button-next, .finish {
    cursor: pointer;  text-decoration: none;
}

.step {
    clear: left;
}
.step label {
    display: block;
}

.darkened {
    font-size: 14px;
    color: #363636;
}

.stepy-titles li {
    color: #757575;
    cursor: pointer;
    /*width: 33.3%;*/
    width: 25%;
}

.stepy-titles li span {
    display: block;
}

.stepy-titles li.current-step div {
    color: #fff;
    cursor: auto;
    background: #A9D86E;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
}



.current-step div {
    background-color: #ff5b34;
    color: #fff;
}

.stepy-titles li div{
    font-size:16px;
    font-weight: 300;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 38px;
}


/*widget*/

.user-heading.alt {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.alt.green-bg {
    background: #aec785;
}

.profile-nav.alt.green-border ul > li > a:hover, .profile-nav.alt.green-border ul > li > a:focus, .profile-nav.alt.green-border ul li.active a {
    border-left: 5px solid #aec785;
}

.user-heading.alt a {
    float: left;
    margin-right: 15px;
    margin-left: -10px;
    display: inline-block;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.user-heading.alt a img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.twt-feed {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    color: #FFFFFF;
    padding: 10px;
    position: relative;
    text-align: center;
}

.twt-feed.blue-bg {
    background: #58C9F3;
}

.twt-feed h1 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
}

.twt-feed a  {
    border: 8px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    margin-bottom: -55px;
}

.twt-feed a img {
    height: 112px;
    width: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.twt-category {
    display: inline-block;
    margin-bottom: 11px;
    margin-top: 55px;
    width: 100%;
}


.twt-category ul li{
    color: #89817f;
    font-size: 13px;
}

.twt-category h5  {
    font-size: 20px;
    font-weight: 300;
}

.twt-write .t-text-area {
    border: 1px solid #eeeeee;
    border-radius: 0;
}

.twt-write {
    margin-bottom: 10px;
}

.twt-footer {
    padding: 10px 15px;
}

.btn-space {
    padding-left: 11.6%;
    padding-right: 11%;
}

.p-head {
    color: #f77b6f;
    font-weight: 400;
    font-size: 14px;
}

.cmt-head {
    font-weight: 400;
    font-size: 13px;
}

.replies-wrapper {
    margin-top: 15px;
}

.p-thumb img {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tasi-tab .media-body p {
    /*color: #b8bac6;*/
}

.pull-right.chat-features {
    margin-top: 10px;
}


/*Timeline chat*/

.chat-form {
    margin-top: 25px;
    clear: both;
}

.chat-form .input-cont {
    margin-bottom: 10px;
}

.chat-form .input-cont input {
    margin-bottom: 0px;
}

.chat-form .input-cont input{
    border: 1px solid #d3d3d3 !important;
    margin-top:0;
    min-height: 45px;
}

.chat-form .input-cont input {
    background-color: #fff !important;
}

.chat-features a {
    margin-left: 10px;
}

.chat-features a i{
    color: #d0d0d0;
}

.timeline-messages:before {
    background: rgba(0, 0, 0, 0.1);
    bottom: 0;
    top: 0;
    width: 2px;
}
.timeline-messages:before, .msg-time-chat:before, .msg-time-chat .text:before {
    content: "";
    left: 60px;
    position: absolute;
    top: -2px;
}
.timeline-messages, .msg-time-chat , .timeline-messages .msg-in, .timeline-messages .msg-out {
    position: relative;
}


.timeline-messages .msg-in  .arrow {
    /*border-right: 8px solid #F4F4F4 !important;*/
}
.timeline-messages .msg-in .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -8px;
    position: absolute;
    top: 13px;
    width: 0;
}

.timeline-messages .msg-out  .arrow {
    /*border-right: 8px solid #41cac0 !important;*/
}
.timeline-messages .msg-out .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -8px;
    position: absolute;
    top: 13px;
    width: 0;
}

.msg-time-chat:first-child:before {
    margin-top: 16px;
}
.msg-time-chat:before {
    background:#CCCCCC;
    border: 2px solid #FAFAFA;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    height: 14px;
    margin: 23px 0 0 -6px;
    width: 14px;
}
.msg-time-chat:hover:before {
    background: #41cac0;
}
.msg-time-chat:first-child {
    padding-top: 0;
}
.message-img {
    float: left;
    margin-right: 30px;
    overflow: hidden;
}
.message-img img {
    display: block;
    height: 44px;
    width: 44px;
}
.message-body {
    margin-left: 80px;
}
.msg-time-chat .msg-in .text {
    border: 1px solid #e3e6ed;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.msg-time-chat .msg-out .text {
    border: 1px solid #e3e6ed;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.msg-time-chat p {
    margin: 0;
}
.msg-time-chat .attribution {
    font-size: 11px;
    margin: 0px 0 5px;
}
.msg-time-chat {
    overflow: hidden;
    padding:8px 0;
}

.msg-in a, .msg-in a:hover{
    color: #b64c4c;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 13px;
}
.msg-out a, .msg-out a:hover{
    color: #288f98;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 13px;
}

.comment-outer {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

/*custom select*/

span.customSelect {
    font-size:12px;
    background-color: #ffffff;
    padding:10px;
    border:1px solid #EAEAEA;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #A4AABA;
}
span.customSelect.changed {
    background-color: #fff;
}
.customSelectInner {
    background:url(../img/customSelect-arrow.gif) no-repeat center right;
}

.preview-alert {
    border: 1px solid red;
}

/*boxed page */

.boxed-page {
    /*background-color: #ccc !important;*/
}

.boxed-page .container {
    background: #2A3542;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.boxed-page .container #sidebar {
    position:inherit;
}

.boxed-page .container .header .container{
    background: #fff;
}


.boxed-page .container aside {
    float: left;
}
.boxed-page .container .wrapper{
    background: #F1F2F7;
    min-height: 900px;
}


/*collapsible*/

.tools a {
    margin-left: 10px;
    color: #a7a7a7;
    font-size: 12px;
}

/* google maps */
.gmaps {
    height: 300px;
    width: 100%;
}

/* star rating */
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 30px;
}
.rating span.star,
.rating span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}
.rating span.star:hover,
.rating span.star:hover {
    cursor: pointer;
}
.rating span.star:before,
.rating span.star:before {
    content: "\f006";
    padding-right: 5px;
    color: #BEC3C7;
}
.rating span.star:hover:before,
.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before,
.rating span.star:hover ~ span.star:before {
    content: "\f005";
    color: #41CAC0;
}

/*search page*/

.classic-search {
    margin-bottom: 30px;
}
.classic-search h4 {
    margin-bottom: 3px;
    font-weight: 300;
    font-size: 16px;
}
.classic-search h4 a {
    color: #314558;
}

.classic-search h4 a:hover {
    text-decoration: underline;
}


/*ckEditor*/


#editor-container
{
    width: 100%;
    margin: 10px auto 0;

}


#header-editor
{
    overflow: hidden;
    padding: 0 0 30px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

#headerLeft,
#headerRight
{
    width: 49%;
    overflow: hidden;
}

#headerLeft
{
    float: left;
    padding: 10px 1px 1px;
}

#headerLeft h2,
#headerLeft h3
{
    margin: 0;
    overflow: hidden;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

#headerLeft h2
{
    font-size: 2.6em;
    line-height: 1.1em;
    text-transform: capitalize;
    color: #314558;
    margin-bottom: 20px;
}

#headerLeft h3
{
    font-size: 1.5em;
    line-height: 1.1em;
    margin: .2em 0 0;
    color: #757575;
}

#headerRight
{
    float: right;
    padding: 1px;
}

#headerRight p
{
    line-height: 1.8em;
    text-align: justify;
    margin: 0;
}

#headerRight p + p
{
    margin-top: 20px;
}

#headerRight > div
{
    padding: 20px;
    margin: 0 0 0 30px;
    font-size: 1.1em;
    color: #757575;
}

#columns
{
    color: #757575;
    overflow: hidden;
    padding: 20px 0;
}

#columns h3 {
    color: #314558;
}

#columns > div
{
    float: left;
    width: 33.3%;
}

#columns #column1 > div
{
    margin-left: 1px;
}

#columns #column3 > div
{
    margin-right: 1px;
}

#columns > div > div
{
    margin: 0px 10px;
    padding: 10px 20px;
}

#columns blockquote
{
    margin-left: 15px;
}


.generic-error {
    background-color: #e84c3d;
}

.generic-notification {
    color: #fff;
    border-radius: 4px;
    padding: 10px 10px 10px 15px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 7px;
}

.generic-info {
    background-color: #6bc0fb;
}


.generic-success {
    background-color: #2fcc71;
}

.home-icon {
    background-image: url(../img/home-icon.png);
    height: 18px;
    width: 20px;
    background-size: cover;
    margin-right: 6px;
}

.home-icon:hover {
    background-image: url(../img/home-icon-hover.png);
}

#createEvent:hover i {
    background-image: url(../img/create-icon-hover.png);
}

#header_notification_bar:hover i {
    background-image: url(../img/notification-icon-hover.png);
}

#homeIcon:hover i {
    background-image: url(../img/home-icon-hover.png);
}

.notif-icon {
    background-image: url(../img/notification-icon.png);
    height: 20px;
    width: 20px;
    background-size: cover;
    margin-right: 6px;
}

.notif-icon:hover {
    background-image: url(../img/notification-icon-hover.png);
}

.profile-icon-mob {
    display: block!important;
    float: left!important;
    margin-left: 15px!important;
    margin-right: 15px!important;
    margin-top: 22px!important;
    background-image: url(../img/profile-icon.png);
    background-size: contain;
}

.profile-icon {
    background-image: url(../img/profile-icon.png);
    height: 20px;
    width: 20px;
    background-size: cover;
    margin-right: 6px;
}

.profile-icon:hover {
    background-image: url(../img/profile-icon-hover.png);
}

#header_profile_bar {
    display: none;
}

.create-icon {
    background-image: url(../img/create-icon.png);
    height: 19px;
    width: 20px;
    background-size: cover;
    margin-right: 6px;
}

.create-icon:hover {
    background-image: url(../img/create-icon-hover.png);
}

.event-update-notification-lower img {
    max-width: 95px;
    margin-bottom: 10px;
}

.apple-icon {
    background-image: url(../img/apple-icon-hover.png);
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    margin-top: 8px;
    float: left;
}

.apple-icon:hover {    
    background-image: url(../img/apple-icon.png);
}

.checkbox-label {
    margin-top: 10px;
    margin-bottom: 10px;
}

.refund-period-settings {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.refund-period-headings {
    font-weight: 600;
    margin-top: 30px;
}

.sentence-input {
    display: inline;
    width: 68px;
    margin-left: 5px;
    margin-right: 5px;
}

.semi-bold {
    font-weight: 600;
}

.transfer-options {
   
}

.paybtnwrap {
    width: 100%;
    padding: 15px;
    margin-top: 50px;
}

.transfer-arrow {
    border-radius: 50%;
    background-color: #ccc;
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 48px;
    margin-top: 91px;
    font-size: 26px;
}

.transfer-arrow i {
    color: #fff;
}

.appsLegend {
    font-size: 20px;
    margin-bottom: 20px;
}

.column-section { margin-top: 60px;margin-bottom: 60px; }
div .column-section:first-child { margin-top: 0px; }

.column { 
    float: left; 
    margin-right: 40px;
    min-height: 1px;
}

.one-full { width: 100%; float: none; margin-right: 0; }
.one-half  { width: 530px; }
.one-third { width: 340px; }
.two-third { width: 720px; }
.one-fourth { width: 245px; }
.two-fourth { width: 530px; }
.three-fourth { width: 815px; }
.one-fifth { width: 188px; }
.two-fifth { width: 416px; }
.three-fifth { width: 644px; }
.four-fifth { width: 872px; }

.main-content .one-half  { width: 350px; }
.main-content .one-third { width: 220px; }
.main-content .two-third { width: 480px; }
.main-content .one-fourth { width: 155px; }
.main-content .two-fourth { width: 350px; }
.main-content .three-fourth { width: 545px; }
.main-content .one-fifth { width: 116px; }
.main-content .two-fifth { width: 272px; }
.main-content .three-fifth { width: 428px; }
.main-content .four-fifth { width: 584px; }

aside .column { width: 100% !important; float: none !important; margin-right: 0 !important; }

.last-col { margin-right: 0px !important; }

/*	seperator
------------------------------------------------*/
.seperator {
    width: 100px;
    height: 2px;
    line-height: 0px;
    text-align: center;
    background-color: #ccc;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.section-title .seperator { padding: 16px 0;  }


.seperator.size-full span { width: 100%; }
.seperator.size-medium span { width: 220px; }
.seperator.size-small span { width: 100px; }
.seperator.size-mini span { width: 40px; }

.seperator.height-small span { height: 1px; }

#taglist {
    display: inline-block;
    margin-left: 20px;
    font-weight: bold;
    margin: 0 0 0 20px;
}


.cke_editable.cke_editable_inline.cke_focus {
    background: #fcfcfc;
    border: 1px solid #eaeaea;
    cursor: text;
    outline: medium none;
}

/*advanced table*/

.adv-table table tr td:first-child {
    padding-left: 15px;
}

.adv-table thead th:first-child {
    padding-left: 15px;
}

.adv-table table tr td {
   padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 23px;
    padding-right: 5px;
    vertical-align: middle;
    letter-spacing: -0.5px;
}

.adv-table table tr th {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 23px;
    padding-right: 5px;
    color: #363636;
    letter-spacing: -0.5px;
}

.adv-table table.display thead th {
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
}

.adv-table thead th {
    border-bottom: 1px solid #DDDDDD;
    font-weight: 600;
    padding: 0px;
}

.leaderboard-widget-title {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #363636;
}

.condensed-thead th {
    
    font-size: 12px!important;
}

.condensed-thead th:first-child {
    padding-left: 8px!important;
}

.condensed-thead th:nth-child(3) {
    padding-left: 12px;
}
.condensed-thead th:nth-child(4) {
    padding-left: 12px;
}
.condensed-thead th:nth-child(5) {
    padding-left: 12px;
}

.condensed td:first-child {
    padding-left: 8px!important;
}

.condensed td:nth-child(2) {
    
    padding-left: 8px;
}

.condensed td:nth-child(3) {
    padding-left: 12px;
}
.condensed td:nth-child(4) {
    padding-left: 12px;
}
.condensed td:nth-child(5) {
    padding-left: 12px;
}

.challenge-info-h2 {
    font-size: 15px;
    font-weight: 600;
    color: #797979;
}

.challenge-info-h2 a {
    color: #363636!important;
}


.question-icons i {
    font-size: 16px!important;
    margin: 5px!important;
    color: #363636!important;
}

.cq-btn {
    background: #bababa;
    border: 1px solid #bababa;
    padding: 3px 6px;
    margin-top: 1px;
    display: block;
    float: right;
    border-radius: 37px;
    margin-right: 7px;
}

.js-switch:disabled {
    cursor: not-allowed!important;
}

.my-ui-sortable > li {
    box-shadow: none!important;
    background-color: #f5f6f8!important;
    padding: 10px 25px 10px 10px!important;
    margin-bottom: 2px!important;
    cursor: move;
    font-size: 14px;
}

.leaderboard-table {
    font-size: 12px;
    border: 1px solid #e7ebee;
    border-radius: 4px;
}

.leaderboard-table-wrapper {
    
}

.leaderboard-table-widget-wrapper {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    border-radius: 4px;
}

.leaderboard-table-widget thead {
    font-size: 12px;
    font-weight: 600;
}

.leaderboard-table thead {
    padding-left: 10px;
    padding-right: 10px;
}

tr.odd.gradeA td.sorting_1, tr.odd td.sorting_1, tr.even.gradeA td.sorting_1 {
    background: none;
}

.widget-outer-wrapper {
    padding: 25px;
}

td.details {
    background-color: #eee;
}

td.details table tr td, .dataTable tr:last-child {
    border: none;
}

.adv-table table.display tr.odd.gradeA {
    background-color: #F9F9F9;
}

.adv-table table.display tr.even.gradeA {
    background-color: #FFFFFF;
}

.adv-table .dataTables_filter label input {
    float: right;
    margin-left: 10px;
    width: 100%;
    border-radius: 20px;
    height: 35px;
    margin-top: 14px;
    padding-left: 20px;
}

.adv-table .dataTables_filter label {
    
    line-height: 33px;
    width: 100%;
    text-align: left;
    margin-top: -20px;
}

.adv-table .dataTables_length select {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 5px 8px;
    width: 65px;
}

.adv-table .dataTables_info, .dataTables_paginate {
    padding: 15px 0;
}

.adv-table .dataTables_length,.adv-table .dataTables_filter {
    padding: 5px 0;
    padding-top: 5px;
}

.cke_chrome {
    border: none !important;
}


.editable-table .dataTables_filter {
    width: 80%;
}

tr.odd.gradeX td.sorting_1, tr.even.gradeX td.sorting_1, table.display tr.even.gradeX, table.display tr.gradeX, tr.even.gradeU td.sorting_1, tr.even td.sorting_1, table.display tr.even.gradeC, table.display tr.gradeC, tr.odd.gradeC td.sorting_1, table.display tr.even.gradeU, table.display tr.gradeU, tr.odd.gradeU td.sorting_1{
    background: none !important;
}

/*flot chart*/

.flot-chart .chart, .flot-chart .pie, .flot-chart .bars {
    height: 300px;
}


/*xchart*/

.demo-xchart {
    height: 400px;
    width: 100%;
}


/*Horizontal menu*/

.full-width #main-content {
    margin-left: 0;
}

.horizontal-menu {
    margin-left: 50px;
    float: left;
}

.horizontal-menu .navbar-nav > li > a {
    padding-bottom: 20px;
    padding-top: 20px;
}

.full-width .navbar-header {
    width: 100%;
}


.full-width .nav > li > a:hover, .full-width .nav  li.active a, .full-width .nav li.dropdown a:hover , .full-width .nav li.dropdown.open a:focus, .full-width .nav .open > a, .full-width  .nav .open > a:hover, .full-width  .nav .open > a:focus{
    background-color: #F77B6F;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}


.full-width .dropdown-menu {
    box-shadow: none;
}

.full-width .dropdown-menu > li > a {
    padding: 10px 20px;
    font-size: 13px;
}


/*advanced form*/

.form-body {
    padding: 20px;
}


/*multiselect*/

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    background-color: #2A3542;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

.ms-container .ms-list, .ms-container .ms-list.ms-focus {
    box-shadow: none !important;
}

.ms-container .ms-list.ms-focus {
    border: 1px solid #2A3542;
}

.ms-selectable .search-input, .ms-selection .search-input{
    margin-bottom: 10px;
}

/*spinner*/

.spinner-buttons.btn-group-vertical .btn {
    height: 17px;
    margin: 0;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    width: 22px;
}

.spinner-buttons.btn-group-vertical .btn i {
    margin-top: -3px;
}
.spinner-buttons.btn-group-vertical .btn:first-child {
    border-radius: 0 4px 0 0 !important;
    -webkit-border-radius: 0 4px 0 0 !important;
}

.spinner-buttons.btn-group-vertical .btn:last-child {
    border-radius: 0 0 4px !important;
    -webkit-border-radius: 0 0 4px !important;
}

/**/

.wysihtml5-toolbar .btn-default {
    background: #fff;
    color: #757575;
}

/*todolist*/

#sortable, #sortable_w {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}
#sortable li, #sortable_w li {
    padding-left: 3em;
    font-size: 12px;
}
#sortable li i, #sortable_w li i {
    position: absolute;
    left:6px;
    padding:4px 10px 0 10px;
    cursor: pointer;
}

#sortable li input[type=checkbox], #sortable_w li input[type=checkbox]{
    margin-top: 0;
}

.move {
    cursor: move!important;
}

.move:hover {
    background-color: #f5f5f5!important;
}

.sortable-overview .ui-sortable > li {
    padding: 0px!important;
}

.ui-sortable > li {
    background: #f5f6f8;
    padding: 10px 10px 5px 10px !important;
    position: relative;
    margin-bottom: 2px;
    border-bottom: none !important;

}

.ui-sortable li.list-primary {
    border-left: 3px solid #41CAC0;
}

.ui-sortable li.list-success {
    border-left: 3px solid #78CD51;
}

.ui-sortable li.list-danger {
    border-left: 3px solid #FF6C60;
}

.ui-sortable li.list-warning {
    border-left: 3px solid #F1C500;
}

.ui-sortable li.list-info {
    border-left: 3px solid #58C9F3;
}

.ui-sortable li.list-inverse {
    border-left: 3px solid #BEC3C7;
}

/*lock screen*/

.lock-screen {
    background:#02bac6 url("../img/lock-bg.jpg");
    background-size: cover;
    background-repeat: repeat;
}

.lock-wrapper {
    margin: 10% auto;
    max-width: 330px;
}

.lock-box {
    background: rgba(255,255,255,.3);
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
}

.lock-wrapper img {
    position: absolute;
    left: 40%;
    top: -40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #fff;
}

.lock-wrapper h1 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px 0 0 0;
}

.lock-wrapper .locked {
    margin-bottom: 20px;
    display: inline-block;
    color: #026f7a;
}

.btn-lock,.btn-lock:hover {
    background: #02b5c2;
    color: #fff;
}

.lock-input {
    width: 83%;
    border: none;
    float: left;
    margin-right: 3px;
}

#time {
    width: 100%;
    color: #fff;
    font-size: 60px;
    margin-bottom: 80px;
    display: inline-block;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}


/*language*/

.language {
    margin-top: 4px;
}
.language .dropdown-menu {
    border: 1px solid #eee;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.176) !important;
}
.language .dropdown-menu li a{
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.language .dropdown-menu li:last-child a {
    border-bottom: none;
}

.language .dropdown-menu li a {
    font-size: 13px;
}



/*product list*/

.prod-cat li a{
    border-bottom: 1px dashed #d9d9d9;
}

.prod-cat li a {
    color: #3b3b3b;
}

.prod-cat li ul {
    margin-left: 30px;
}

.prod-cat li ul li a{
    border-bottom:none;
}
.prod-cat li ul li a:hover,.prod-cat li ul li a:focus, .prod-cat li ul li.active a , .prod-cat li a:hover,.prod-cat li a:focus, .prod-cat li a.active{
    background: none;
    color: #ff7261;
}

.pro-lab{
    margin-right: 20px;
    font-weight: normal;
}

.pro-sort {
    padding-right: 20px;
    float: left;
}

.pro-page-list {
    margin: 5px 0 0 0;
}

.product-list img{
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.product-list .pro-img-box {
    position: relative;
}
.adtocart {
    background: #fc5959;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
    border: 3px solid #fff;
    left: 45%;
    bottom: -25px;
    position: absolute;
}

.adtocart i{
    color: #fff;
    font-size: 25px;
    line-height: 42px;
}

.merch-item-checkout-img {
    background: #fc5959;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: block;
    text-align: center;
    border: 3px solid #fff;
    margin-left: auto;
    margin-right: auto;
}

.options-hr {
    display: block;
    clear: left;
    margin-bottom: 0px;
}

.field-note {
    margin-top: -7px;
    display: block;
    margin-bottom: 10px;
    color: #363636;
}

.club-note {
   color: #363636;
    display: block;
    margin-bottom: 9px;
}

.edit-merch {
    color: #ff5b34!important;
    margin-right: 10px;
    font-size: 16px;
    margin-left: 10px;
}

.close-padded {
    margin-top: 15px;
    margin-right: 15px;
}

.merch-actions {
    border-radius: 20px!important;
    font-weight: 600;
    padding: 2px 11px;
}

.option-title {
    color: #363636;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 13px;
}

.merch-item-checkout-img i {
    color: #fff;
    font-size: 25px;
    line-height: 42px;
}

.pro-title {
    color: #363636;
    display: block;
    margin-top: 0px;
    font-weight: 600;
    min-height: 47px;
    font-size: 14px;
}

.product-list .price {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: -5px;
}

.pro-img-details {
    margin-left: -15px;
}

.pro-img-details img {
    width: 100%;
}

.pro-d-title {
    font-size: 19px;
    margin-top: 0;
    color: #444;
}

.product_meta {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 40px 0;
}

.product_meta span {
    display: block;
    margin-bottom: 10px;
}
.product_meta a, .pro-price{
    color:#fc5959 ;
}

.pro-price, .amount-old {
    font-size: 22px;
}

.cart-item-price {
    font-size: 17px;
    font-weight: 300;
}


.cart-summary {
    float: left;
    width: 100%;
    padding: 20px 0px 20px 0px;
}

.cart-subtotal {
    max-width: 300px;
    float: right;
    font-size: 27px;
}

.cart-continue-btn {
    float: right;
    clear: both;
    margin-top: 25px;
}

.cart-note {
    float: right;
    clear: both;
    margin-top: 20px;
}

.cart-image {
    margin: 15px;
    width: 65px!important;
}

.amount-old {
    text-decoration: line-through;
}

.quantity {
    width: 120px;
}

.pro-img-list {
    margin: 10px 0 0 -15px;
    width: 100%;
    display: inline-block;
}

.pro-img-list a {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pro-d-head {
    font-size: 18px;
    font-weight: 300;
}

/*footer*/

.site-footer {
    background: #5b6e84;
    color: #fff;
    padding: 10px 0;
}

.go-top {
    margin-right: 1%;
    float: right;
    background: rgba(255,255,255,.5);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.go-top i {
    color: #2A3542;
}

.site-min-height {
    min-height: 900px;
}

.always-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}


/*pricing table*/

.feature-head {
    padding: 10px 0 50px;
}
.feature-head h1{
    font-size: 25px;
    font-weight: normal;
}

.pricing-table {
    background: #fff;
    text-align: center;
    padding: 0 0 25px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.pricing-table.most-popular {
    top: -20px;
    position: relative;
}

.profile-post-icons {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 600;
    color: #363636;
}

.clickable-fader {
    cursor: pointer;
}

.transparent-clickable-fader {
    background: transparent!important;
}

.profile-bio-wrapper {
    color: #363636;
    font-size: 15px;
    overflow-y: hidden;
    transition: all 0.5s linear;
}


.profile-bio-wrapper-story {
    color: #363636;
    font-size: 15px;
    overflow-y: hidden;
    transition: all 0.5s linear;
}



.clickable-fader-story {
    cursor: pointer;
}

.transparent-clickable-fader-story {
    background: transparent!important;
}

.profile-bio-wrapper-story {
    color: #363636;
    font-size: 15px;
    overflow-y: hidden;
    transition: all 0.5s linear;
}

.restricted-height-bio-story {
    max-height: 100px!important;
}


.restricted-height-bio {
    max-height: 100px!important;
}

.ppi {
    font-size: 17px;
    vertical-align: sub;
}

.smiley-emoji {
    background-image: url("../img/skiMaskIconGrey.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding: 0px!important;
    width: 25px;
    display: inline-block;
    height: 20px;
    
}

.most-popular {
    background: #f77b6f;
    color: #fff;
}

.most-popular h1 {
    font-size: 25px !important;
    padding-bottom: 10px;
    padding-top: 17px !important;
}

.most-popular h2 {
    background: #d76b61 !important;
    margin-top: 20px !important;
}

.most-popular ul li {
    border-bottom: 1px dotted #d76b61 !important;
}

.most-popular .price-actions .btn {
    background: #d76b61 !important;
    margin: 10px 0;
    cursor: pointer;
}

.large-profile-image-wrapper {
        width: 63%;
    margin-top: -50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    max-width: 275px;
}

.double-left {
    border: 1px solid red;
    margin-right: -25px!important;
}

.double-right {
    border: 1px solid blue;
    margin-left: -25px!important;
}

.large-profile-image-wrapper-double {
    margin-top: -175px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    max-width: 374px;
    text-align: center;
}

.large-profile-image-double {
    width: 50%;
    border-radius: 100%;
    box-shadow: rgba(84, 96, 103, 0.5) 0px 2px 10px;
    border: 7px solid #fff;
}

.large-profile-image {
    width: 100%;
    border-radius: 100%;
    box-shadow: rgba(84, 96, 103, 0.5) 0px 2px 10px;
    border: 9px solid #fff;
}

.pricing-table .price-actions .btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #acacac;
    color: #fff;
    border: none;
    box-shadow: none;
    text-shadow: none;
    padding: 10px 20px;
    cursor: pointer;
}

.pricing-head h1 {
    font-size: 18px;
    font-weight: 300;
    padding-top: 15px;
}

.pricing-head h2 {
    padding: 30px 0;
    background: #777777;
    color: #fff;
    font-size: 50px;
    font-weight: 100;
}

.pricing-table ul {
    margin: 15px 0;
    padding: 0;
}

.pricing-table ul li {
    border-bottom: 1px dotted #CCCCCC;
    margin: 0 2em;
    padding: 1em 0;
    text-align: center;
    font-weight: 300;
}

.pricing-head span.note {
    display: inline;
    font-size: 25px;
    line-height: 0.8em;
    position: relative;
    top: -18px;
}

.pricing-quotation, .team-info {
    background: #EEEEEE;
    padding: 20px 20px 35px 20px;
    margin-bottom: 100px;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.pricing-quotation h3, .team-info h3 {
    font-weight: 300;
}

.pricing-quotation p, .team-info p {
    margin-bottom: 0px;
}

.pricing-plan, .team-info-wrap {
    position: relative;
}

.pricing-quotation:before, .team-info:before {
    background-color: #EEEEEE;
    border-color: #EEEEEE;
    border-image: none;
    border-right: 1px solid #EEEEEE;
    border-style: none;
    top: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 48%;
    position: absolute;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 15px;
}

/*dragable portlet*/

.sortable .panel .panel-heading{
    cursor: move;
}

/*faq*/

.vertical-menu li a {
    background: #fff;
    width: 100%;
    float: left;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #797979;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.vertical-menu li a:hover, .vertical-menu li a:focus, .vertical-menu li.active a {
    background: #2A3542;
    width: 100%;
    float: left;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fs24 {
    font-size: 24px!important;
}

.bt-donate-img { 
    max-width: 150px;
}

.relative-body {
    position: relative!important;
}

.btn-rounded {
    border-radius: 25px!important;
}

/*fb time line*/

.map-discover-banner {
    width: 100%;
    margin-top: 60px;
}

.nearby-row {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    margin-bottom: 0px;
    float: left;
    clear: left;
    padding: 20px 0px 20px 0px;
}


.nd-result-date {
    color: #ff5b35;
    font-weight: 600;
    margin-top: 6px;
}
.nd-result-title {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    margin-top: 3px;
    margin-bottom: 6px;
}
.nd-result-location {
    font-weight: 600;
    color: #333333;
}
.nd-result-organiser {
    font-weight: 600;
    color: #333333;
    margin-top: 9px;
}
                     

.md-thumb {
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    width: 100%;
}

.md-table td { 
    padding: 5px 10px;
}

.md-table {
    font-size: 14px;
    color: #363636;
}

.point {
    width: 195px;
    background-image: url(../img/point.png);
    height: 18px;
    bottom: -13px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
}

.marker-table td { 
    padding: 1px 4px;
}

.marker-table {
        font-size: 11px;
    color: #363636;
}

.map-marker-lower {
    width: 100%;
    padding: 12px 12px;
}

.map-marker-upper {
    width: 100%;
}

.map-marker-upper img {
        width: 100%;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.marker-title {
    color: #363636;
    width: 100%;
    margin-bottom: 6px;
    font-weight: 600;
}

.temp-map-marker-mask {
    height: 210px;
    width: 255px;
    position: absolute;
    z-index: 999999999;
    left: 865px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: rgba(84,96,103,0.25) 0px 1px 9px;
}

.back-to-discover {
    width: 116px;
    height: 40px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.25);
    border: 1px solid #eee;
    position: absolute;
    left: 400px;
    top: 71px;
    text-align: center;
    background-color: #fafafa;
    border-radius: 100px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 600;
    color: #363636;
}

.md-table-sml td { 
    padding: 1px 5px;
}

.md-table-sml {
    font-size: 13px;
    color: #363636;
}

.nearby {
    color: #363636;
    font-size: 15px;
    font-weight: 600;
}

.md-bio {
    font-size: 14px;
    margin-top: 20px;
    color: #363636;
}

.md-hr {
    border-top: 1px dashed #ccc;
    margin-top: 35px;
    margin-left: -20px;
    margin-right: -20px;
}

.md-big-btn {
    margin-top: 20px;
    color: #fff;
    background-color: #ff5b34;
    border: 1px solid #ff5b34;
    border-radius: 50px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 10px;
}

.map-discover-title {
    width: 100%;
    background-color: #f4f4f5;
    color: #363636;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 20px;
}

.merch-cancelled {
    width: 100%;
    max-width: 169px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
}

.map-discover-flyout {
    width: 33%;
    position: relative;
    z-index: 999;
    background-color: #ffffff;
    clear: left;
    float: left;
    min-width: 670px;
}

.discover-input-wrapper {
    float: left;
    margin-top: 7px;
    margin-left: 10px;
    width: 15%;
}
.discover-input {
    border: 1px solid green;
}

.discover-header-logo {
    max-width: 40px;
    margin: 10px;
    float: left;
    display: block;
}

.nd-share {
    margin-right: 14px;
    font-size: 16px;
    color: #333333;
}

.discover-header {
    border-bottom: 1px solid #f4f4f4;
    width: 100%;
    background-color: #fff;
    float: left;
    z-index: 999999999;
    position: relative;
}

.cover-photo {
    position: relative;
}

#recomended_p div.fb-timeline-img img {
/*    max-height: 100px!important;*/
}

#organiser div.fb-timeline-img img {
/*    max-height: 100px!important;*/
}


.fb-timeline-img img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.profile-thumb img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-top: -90px;
    border: 3px solid #fff;
}

.profile-thumb {
    float: left;
    position: relative;
}

.access-code-icon {
    color: #545559;
    background-color: transparent;
    padding: 2px 10px!important;
    font-size: 21px;
}

.fb-user-mail {
    margin: 10px 0 0 20px;
    display: inline-block;
}


.fb-name  {
    bottom: 5px;
    left: 175px;
    position: absolute;
}

.fb-name h2 a {
    color: #FFFFFF;
    text-rendering: optimizeLegibility;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    font-size: 25px;
}

.fb-user-thumb {
    float: left;
    width: 70px;
    margin-right:15px;
}

.fb-user-thumb img {
    width: 70px;
    height: 70px;
    min-height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}


.fb-user-details h3 {
    margin: 15px 0 0;
    font-size: 18px;
    font-weight: 300;
}

.fb-user-details p {
    color: #363636;
    font-size: 13px;
}

.tw-header {
        padding: 20px 20px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    background-color: #f9f9f9;
}

.tw-event-title {
    font-size: 2em;
    color: #363636;
    font-weight: 600;
    line-height: initial;
    margin-top: 10px;
    margin-bottom: 2px;
}

.tw-head-subtitle {
    color: #363636;
    font-size: 15px;
    font-weight: 600;
}

.tw-header-img-wrap {
    width: 14%;
    float: left;
}

.tw-row-img-wrap {
    width: 14%;
    float: left;
    text-align: right;
    padding-right: 15px;
}

.tw-activity {
    font-size: 16px;
    color: #545559;
    margin-left: 5px;
    font-weight: 500;
}

.tw-row-info-wrap {
    width: 86%;
    float: left;
}

.tw-row-info-1 {
    float: left;
    clear: left;
    width: 100%;
}

.tw-row-info-2 {
    float: left;
    clear: left;
    width: 100%;
    margin-top: 2px;
    font-size: 15px;
    color: #545559;
}

.tw-participant {
    color: #363636;
    font-size: 20px;
    font-weight: 600;
}

.tw-row-img {
    width: 100%;
    border-radius: 100%;
    max-width: 60px;
}

.tw-header-img {
    border: 5px solid #ccc;
    width: 100%;
    border-radius: 100%;
}

.tw-header-info {
    width: 86%;
    float: left;
    padding: 0px 20px;
}

.tw-row {
    width: 100%;
    float: left;
    clear: left;
    padding: 20px 20px;
    border-top: 15px solid #f0eff5;
}

.tw-wrapper {
    background: #fff;
    float: left;
    width: 100%;
    max-width: 720px;
}

.tw-footer {
    width: 100%;
    height: 75px;
    background-color: #f9f9f9;
    position: absolute;
    border-top: 1px solid #e1e1e1;
    box-sizing: border-box;
    float: left;
    clear: left;
    bottom: 0px;
}

.tw-footer-logo {
    max-width: 180px;
    background-image: url(../img/powered-by-orange.png);
    background-size: 150px;
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    float: right;
    margin-top: 10px;
}



.fr-logo-table {
    width: 100%;
}


.fr-logo-table img {
    max-width: 174px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 68px;
}

.training-labels > h4 {
    font-size: 13px;
    font-weight: 600;
    color: #363636;
}

.tw-body {
    float: left;
    width: 100%;
    overflow-y: auto;
}

.tw-footer-logo {
    float: left;
    clear: left;
    width: 100%;
}

.fb-user-status {
    padding: 10px 0;
    line-height: 25px;
}

.fb-time-action {
    padding: 15px 0;
}




.fb-time-action span, .fb-time-action a {
    margin-right: 5px;
}

.fb-time-action a {
    color: #2972a1;
}

.fb-time-action a:hover {
    text-decoration: underline;
}

.fb-time-action span {
    color: #5a5a5a;
}

.fb-status-container, .fb-comments li {
    margin: 0 -15px 0 -15px;
    padding: 0 15px;
}

.fb-gray-bg {
    background: #fafafa;
}

.fb-comments li {
/*    border-top:1px solid #ebeef5;*/
    padding: 15px;
}

.fb-comments .cmt-thumb  {
    width: 50px;
    float: left;
    margin-right: 10px;
}

.fb-comments .cmt-thumb img {
}

.replies-btn {
    margin-top: 15px;
    cursor: pointer;
}

.parent-reply-wrapper {
    margin-top: 10px;
}

.parent-reply-wrapper img {
    height: 35px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.2);
    margin-right: 5px;
}

.parent-reply-input {
    width: 100%!important;
    border-radius: 25px!important;
    padding-left: 20px!important;
    font-size: 13px!important;
    padding-right: 0px!important;
    background: #fafafa;
    border: 1px solid #d9d9d9;
    line-height: 14px;
    padding: 10px 15px;
    margin-top: 3px;
    transition: all 0.5s linear;
    color: #363636;
}


.child-reply-wrapper {
    margin-top: 10px;
}

.child-reply-wrapper img {
    height: 35px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.2);
    margin-right: 5px;
}

.child-reply-input {
    width: 100%!important;
    border-radius: 25px!important;
    padding-left: 20px!important;
    font-size: 13px!important;
    padding-right: 0px!important;
    background: #fafafa;
    border: 1px solid #d9d9d9;
    line-height: 14px;
    padding: 10px 15px;
    margin-top: 3px;
    transition: all 0.5s linear;
    color: #363636;
}

.more-replies-btn {
    margin-top: 15px;
    cursor: pointer;
}

.comment-time-profile {
    float: left;
    margin-top: 3px;
    line-height: 10px;
    display: inline-block;
    font-size: 11px;
    color: #c3c3c3;
}

.commenterName {
    width: 100%;
    display: block!important;

}

.search_interest span {
    margin-left: 3px!important;
    margin-right: 10px!important;
}

.comment {
    clear: left;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.fb-comments .cmt-details a  {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.fb-comments .cmt-details i  {
    width: 18px;
    text-align: center;
    margin-right: 5px;
}


.fb-comments .cmt-details a.like-link {
    font-size: 12px;
    font-weight: normal;
}

.cmt-form {
    display: inline-block;
    width: 90%;
}

.cmt-form textarea{
    height: 50px;
    line-height: 35px;
}

.fb-timeliner h2 {
    background: #828283;
    color: #fff;
    margin-top: 0;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: 300;
}

.fb-timeliner ul {
    margin-left:15px;
    margin-bottom: 20px;
}

.fb-timeliner ul li {
    margin-bottom: 3px;
}

.fb-timeliner ul li a{
    color: #999797;
    border-left: 4px solid #d3d7dd;
    padding-left:10px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
}

.fb-timeliner ul li a:hover{
    color: #999797;
    border-left: 4px solid #b1b1b1;
    padding-left:10px;
}

.fb-timeliner ul li.active a{
    color: #7a7a7a;
    border-left: 4px solid #7a7a7a;
    padding-left:10px;
}

.recent-highlight {
    background: #FF6C60 !important;
}

.profile-info {
    position: relative;
}

.heading-shadow {
    box-shadow: rgba(84, 96, 103, 0.25) 0px 1px 9px;
}

.comment-body-text {
    color: #363636!important;
    font-size: 15px;
}

.post-dropdown {
    width: 29px;
    float: right;
}

.post-footer-btn {
    border: none;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    text-align: center;
    float: none;
    width: 100%;
    background-color: transparent;
    color: #363636;
    font-weight: 600;
}

.er-popup-link {
    color: #363636!important;
    font-size: 15px;
    font-weight: 600;
}

.event-status-bar {
}

.checked-in-btn {
    border: 1px solid #a9d86e!important;
    background: #a9d86e!important;
    color: #fff!important;
    padding: 3px 15px!important;
}

.check-in-cancelled {
    padding: 3px 15px!important;
    border-radius: 100px;
    font-weight: 600;
    color: #363636;
}

.checked-in-count {
    margin-top: 10px;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 600;
}

.post-footer-btn a {
    color: #363636;
}
.modal-vertical-centered {
transform: translate(0, 50%) !important;
-ms-transform: translate(0, 50%) !important; /* IE 9 */
-webkit-transform: translate(0, 50%) !important; /* Safari and Chrome */
}

.fs-25 {
  font-size: 25px!important;  
}

.fs-20 {
  font-size: 20px!important;  
}

.fs-16 {
  font-size: 16px!important;  
}


.fs-15 {
  font-size: 15px!important;  
}
.fs-14 {
  font-size: 14px!important;  
}

.fs-13 {
  font-size: 13px!important;  
}

.fs-21 {
  font-size: 21px!important;
}

.ga-hr {
    width: 100%;
    float: left;
    clear: left;
}

.warning-popup-inner {
    background: #fff;
    margin: 20px 20px;
    box-sizing: border-box;
    border-radius: 4px;
}

.helpbtnwrap {
    float: right;
    border: 1px solid transparent;
}

.btn-wrapper-right {
    border: 1px solid transparent;
}

.warning-popup-header {
        border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #363636;
    padding: 20px 10px;
}

.warning-popup {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 99;
    
}

.mw80 {
    min-width: 80px!important;
}

.mw91 {
    min-width: 91px!important;
}

.rounded-right {
    border-top-right-radius: 2px!important;
    border-bottom-right-radius: 2px!important;
}

.strava_post {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAACXBIWXMAAAsSAAALEgHS3X78AAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAVESURBVHjalNh/iBzlGQfwz8xtbi8/7kxiQitpSqhILlKpuSY02tg2qQdSNYq2EG2lIIFiKEbSIrT+UQv9RX9gaZFqKRShtBRKa0rBP6LmYhFRcm3vFNvEcq2axMa9M3dJ3DvvbvftHzOX7NzNzK4PDLs778zzfp/v8/PdKOxH5JIEvSK7BTcItgk2YKWgC5HAxat58Z3sJbMWBA1BXXAKw4K/ajqCSXU0EgzRIjD3Cr6Gq5cob92g2XI/lFxK1/6Fn6p7fAFMpWWrHwm+nlGgRaFFymG+xZBQ8mz+Wr/gMVVXCw4IxOnSvlwgeYqbKYAmZqOEYjmAigxavBa5X+Sr4gRMn+AbuZu3umQxI+dw16Ns+jTvduCyPCPDRf0PCtZW8Bl8ZIkleS8tyDvYuIU999FV4YWjrEoDsSxmihnaiMEYu3JfbrZ8NhcFcB13fDP5vnsvH9pEDV2LNmm2+Z01djAWDOSizoufCsbx0a3s/lJyf3kvdz3EJGbb6FDCHAOxYEMu+maOJbOS+Pji97K1afBerh1IgMYFDORd2RKxPsaK0vRtXavh49ex/aZsbMUxtx9MlDcK9ISCLLu0VonTyro0XuSwEuNzD8iVG+5kywBn0+eKglahm+IYUW76tv6OUvds3s71d+SDqfZwywGmMddx4Wv9HsU5OZ9P6bu45SDLKgpl1xe4sp+JDqvxIpfFbZteBW+hf4Bde7Obv/An3hprYWc5d38rAV6UBCWxFGfqSB4j03gPdz+cBTI/zXf2c/i32fuDe9m6jTOpIWVAFklcmnpRmkE7dnPdrdk3n3qC4//j2d8wP5td2/cDZlIjovaMLNyLC3260IMquO1gdrP6BX73fa7CP49z6JfZ9e2fZeeneLsEiKUMxYUdNkp70NYb+cTN2bf+8Ahjb7AGl+GJh7kwmX3m8w9SlTDULOl7HblpBpUq93w3W20nxzn0KGvTDFuGsQl+9e2s5k/ezPW3choXcL6YkQWJwpe9LVi/xFXT6PsAex6iGTFbZ8VqRp7l+d/Tg43XsKE/YaW7l40DCQ1xRNxD7SS11+iO6V7JyDNMjScGLJVapTDaezBzhsfvT2JHWuqrWJ1a2wjs3EOli8Ycv/4JL44mrpvCvq9w+z3EXbz+b577szKJC2eMBT/3SVyyFuvQm4LqwYlX+PsRpuvMvMdNd/LhOHHrjs30X8NEjal3GHqS+nRiTCGYZgeTWVENivDiYZoN6ue54kq27Ez608CNdFcT1t4c4/hwMoCFdsx00kPyhq9VeP1NRp5nzXrOneVjO9lxLZs2c24yAfS3o9Qbl4qg4qIXCo8koU19WBhAnjvE+ckkcNesS+JkZoZVfZwcY+QYK8uBIMSC+Y6H6MU9rCHZ5OwUx4ZYvoq5WUJEV5ywMvQX5htJjJVLMxZMLzkJRCWtXs7JsYrRo5ytUa0yO03fao6PcmI0Cf7QFsx8jNOlXbtomG4dO7pxZoJXXmJFX5LK8/O8dFh6KO4EzEQs+Efbiax8Qks27MLwEBemuPyD/OcEY68mrLUHQmQ41jTU9jgRCs7Xrez04lSNl4eTzBo+wnSjqNrmhK+nK5qeEfmvYNP7GJ6XMhilgEaPcvk6xkaS1O9MTuPpWGxK5IeFB/h2g1FrIC/H5En++HO6mkkshY7A/Bi12Cxm/cKcn72P4bkYWIyoeel02d49j+GRpGydwhuoOSC2H691MjyXBGL2j5ZiGcMD5t23oDcK29LitQJXYM5aDAp2YbtgvWBZWq2jsnmk0PbEiXMi44JjOCI4LDJuLgUf8f8BAHt99pF80ByIAAAAAElFTkSuQmCC');
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain;
    float: left;
    margin-top: 15px;
    margin-right: 10px;

}

.fitbit_post {
    background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAoDSURBVHjatJhrbFzHdcd/Z+7du8t9kNwlZVKiqYdlKY7jWJZl0bKdyFGiuE3QpH4kTZu2QNHacFu4QJEPBVIULeAP7ZcARR8fChRtkTRNWjeJa6d2DdSJZTWOJUuyFSmOKupJkTLJ1ZLc9+veO6cf7u5q+RDyqRcY3NmzM2fOnDnnzP9/5e6P7k2l0unntt+x+9djXnwkDAJVVeX/+THGiOd5urJcOHv65LG/WV4uvCb3Tz38x/fuffCPqtXKUK1WQxAQAVFQWa1hlaxjr5ibffq73c5GOqL/RQzDwzka9crM0R+8+qQz9fChb/ptf6zZaq43Xzu6dANZ77eFMIxk0vlDtTNP18/vU6JqCcOQVGpwOAyDwHUcN1OtVXGMQUTW73CtIZ23Og60fUy5jLQDNDWAzaRBBNHu7iUyCDb2nILvB7RaLQYHh+9z2+12XZBsNL/f3d1jkPXKjCD1BqqKv+ce7EgW98IlJL+EJuJoz0M2MmiVJ2/qVVUcIAx9fN9X16pV7U7aKGw3iuV2CM0mwf69tJ76HHZiHPfEeyT+7UVkIY8ODvbN01vqVVXUWFSV0FrfVbVYtVHgrg22PkkvfKTjlUScYM9H0Nww0vaxH95NsG0SZ2YWtbYXKoKit9CrarHWYq2CKkat0mtqUWtvvm13cGS9VY1ksRi20USuXMO0fUinkA8WYH4RFRPN12gB29Xbp7Ort7uutRariqsaDY6iu8832rcHY6DdhkolGjc8iMRimB8dg1IZM5rD/Ow85vo8MjRIpVJleaVIKjlAbiSHEcGGdk1qSueobK+5qiHdGtdb3/adjxFoNCEI0G2TSBigS8WovpRqyKnTkEoihWWs61IOAgY8jwNT+8gXlljM5xkeHMIY01lH18dNp7nWRq4UWZOJ3bffBt+HR6awnzmMqCIvvYoeeQvZtRP7+GdhYhxOnGbl319iZCDB08/+Ng9N7WN27jp//4//zHunzzI6OsLqwq6dOmQ6R9k7Jl1fU7pPsQQ7tqK/+CnYshlNJtCPHUDOnEP3fhQ98AAkEjTTaRrHTnBw61a+8Pgv4bou27ZOUqlUOX3mfer1OolEYl3x68aXqmKsrgmwbvB1Blu1WD+IQieVRJLJ6CTbbTQMMfE4TiqJcRyCVpsgCHBdt7ectYrv++sNsFEWW40CGFWc7Xd86CthGA726pkxtFotSuUyapVYKoWp1QhXSlQRmpeu4L5+FPfSVWyzQU2EytIy3ptvYU6dZvFGgXoYEAQB75x8l2+98F2WlpdJJQcolko0Wy08L4YY0ykBgmMcGvXKVXn005+b9X3/doPgxBzK5SqNRpNkaoBGrUE8OcCA61DM3yA2OgJWCUtlhkay1EoVfMdhIDtEczFPOp2mEobUqlV279rJ/PwClUqViYktFFdKeF4MVaXZbJHLZXEdAyJ4XpyVpfwbztYduzqeEZqtFjYM+eJTv8xv/NqvsOvOnZyfvsjs4gIHHznAs098nk/u30ehVucnFy5x+8RmnnnqcZ74+CMk0inem55GUH7h8CEOf/JRtm+d5IPr8+Tzi+zbdz9/+NyzPHxgiuWVIlevXcPzPIwxOMbQbNSvunTSLQh85ucX+MITn+e5332aXC6Ltcrs3HX++wdH+PJvfpnDhw4C4I6NcXZ6mk984iDPfOU5APY+doifXrmKEeH5P/0quVwWgJgb4+vf/DZ/8HtP89CD+wEY3zzGV//keQqFJbLZLKEbw1obpbZaSxha6vU6Wycne4qMETaP30YuO8yW8bFeCE5sGSeXHWbH9smebGzTJrZsHkMwvfkAu3bfwdDQIDt37OjJ7rv3HjKZNHNz17E2jAIZi1EsYecmzmaHeePNo/z42DtUKlUuXLzM8eOnOH/hIj8+foLCYp6lQoEjb77F9IXLvP3OSS5fvkKjWuGHR47y7runOXPmDG8fP9GZf4nXXnud2dkZXvz+K5RKZfL5G3z3ey8zc/UamUy6m3JRTT5w8LFZ3/dvFxFEoFgssXvXndz1oV3Mzn3AT392jkajyXg6xZ4P34WgnHr/f7nRaDBgDHt23sHklnHee/8cM0tL+ArDmQx7997LzLVZzk9fJJ0aIJMZ5OED+2m1fd4+doJWq0kmk0FEiHke5eLSG25/XTHGkE6nOP2Ts5w4eQpjHG4bH2PMcVmsVni5uIL6AalWk7FEnGqrzdFymdA1JGpVhh2HShAiIhgxvXcylaZYLPGtf/0OxnHIZNKM5LIEQYgx0qlviqudmEEE34aIGMbHbsNaG9WCRoO2G2PzM7+F+9ghxI3ReuF7NL7+bZIPTTHy+7+DTGwhePs4M3/xl9yzaZQ/+9qf8+D+fcxcm+Ov/vbveOE7L7Jp0yiZdBIQxBjabb9zbXauA6sYq91K2IEJNiS0FqXTL5aQ20ZxP/UoZnQUZ3ICd+oBZHQEZ89HcO7ahZsdRvfvw5+c4OMP3M+D+/cBsG3r7Xzpi08iIjTqdVTBqiUMgz4s013bYnq3Zj+u6bhNraKeR1AsEZybhlYLLVcJLl8lKBYJrs2hhRUIQ2RmDgoFzl25zPX5BQBqtTrH3zlJ4Ae4jrsKw2jncrSddawqzuaJbZ2itxFwVojHsaUS9uo1NPDxz5yl8cpr2PwNbL5AuLCIf/4i7ZdfwV68xOXFAvMLN4h5Li/956v80zf+BbWWVCq56s7r4u0ocQztVvOq3Dd1MLoOehBYVuEN6QZYuQKOgdCC4yDpFHZpGfE8JJUkzC/hDWVoxD1KSyt4nkcQ+HixGLlsFj8M+nD2TYAljiHmutQqpTc64CokxCDrvCNo2IF/mTTa9iEGEosRlsrE7r6LzJeexNm+jcaR/6H2H68Qq9fI5bI0Gk0GEh7xeJy270fkrWeH9FCchoo6pj+bFMRySxbXdW/MBRHCShVESH72MRKf+TQmM4i7eRx/+iL114/gDiRJDsQBCMNwA/7Uzw5v4uQ+pKcR39GIKvW82aGj0tUnRGnvOGgQQL0B4qDNVpQVEJWKVTBabzLjHiON9BpzM4HcHrACRKUDzNdy5z6ZCpJKYkslKi+9ipPL4e2+k8r3/4vmu2cglcR2IeUq8ti3w95RKdZGxisqripu2ClwBr0F9lzjYiOQTtO+dJnC1/4ak04SLuQjcJZJo2G4ATVfs0HpkoCozgBxV0QGUIsNdD15721AVnMYG3190HSKoLSC5vNIKoVJJLBBsA7V65oM7ae3IgZcIQzDmmk0qtOel4ioxC18sjE7jfZskilMdgjxYtHt23c8P+8jTxfmCviV8soPnSBoL6Uygx9zY/EUIkZMdHd0m+k0WdMiuXT67i3HyC2b4Dgerus0y8XCj24sXH9eBpJJV8QcHhrO/Wo8kbxbFaNqQ2SD7zOy5vvMz+vfSgYiRhxrtVyrlo+Ulm/8QxiGc/83AIG5EFZTN0Q1AAAAAElFTkSuQmCC');
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain;
    float: left;
    margin-top: 15px;
    margin-right: 10px;

}
.runkeeper_post {
    background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAq7SURBVHjazJh7lFXVfcc/e5/7HOYB4wCDvGWggiCkBmmNGsUMqIxakwihJm1ojZEVTVKbLF3LNHY1rrZoqJDakGhAp8slYrKyTI3A3FirJjFGXsOYgDxHmRcMMzAz987ce89+9Y997p0B0//6R/Zae+197nn8Puf7+/3O3b8tnHP8sTThnEMIUf5hXDIeLLn97r+qXXjtypFiMWaNNrJ00gEl+PJLuOh3EAC2dOGF1zvnkCIIKhIJfe74nl/sb3mxeThf1OVHO3chzKWz58xf+fhPfxG7/MqpuQLoEDCWoHyH9cZcZN2NdgEI68BasA7nHNgx541FOAiCOJXJBKp9X8/OJ9Y1dn1w7Pcfgam9pG7GnS/8ru1ManLN+WMHqUzHiUmJZNS4GKPI2LnEIUoAAMbhrC0DCWsRzuGswyhNLpdnwtSFTGQo+5NvXr+4v7+3/QKYm/7x2Rdqbv7i2rNt+6mqHucNOBAiAonsCHERiAPhLDEhGFaWzv4cVck49ZUJtNIexliss/4e63DGkR0Yom7W1Qzs2fFSy398ZU0Zprp2wqxrNr91eERUp1IMEwtAOlFyunfBHwIRIJ1DOsiGBhkOc8ucGo73DfPeWcWEijRWGZyzOOvAjKpltaGQF6StC9/cfNf8wfNnT3qYmfNu/NPv7HrdhiHJuCEQHkSISB1ARFEsKLmGsgsNkuzQAN9ZPo1r58/GqgL3bW/lyDnL+ITAGQ9TGrEWtCHMa7Bp3t36pU8Nnj7638I5R/rShhVLHv15S0JaYkIhAoEYq4ikPEdCEMVJICUFC0fODDFRKlruXUZNZQXGwn0vtvF+zwDjkwFOWx9DxuJMpJA2qILG6hQHnn/g9oGeQ694mCkNK6585L9aElIjA4McY1xI4d0jHEJAICAuJQUnONU3RG2guGFGFdNrUqy9+jJqKivYsOsQP/htN4vqKykWDc5YAqux2ivijMUojS4YUElad3zttsHTR37uYeobGhc+9HImHoRIaZFBCSBSJRoDBKlEQMdgATWcZc38WtYtnca0+kkAWKORCHYdPMV/vnOCk1mJzRdIYqhIV+CUxRmDMwZTNOiCAh2n7cffaBrqPfqqh5k8t3H+gz/JxGJFgpgjiMlRGOHVkUIQBIKBQsiMRMiGlXNpmD7FZ7LWKG18NDlIp5Oc6DrLTRte48m1HwOt+dbPTjC5MlmGsaFG5RVOxTj08sNNQ73HPExqUkPjnzywIxPEFUE8gokUQQoCKQgEEAh6BnJsubWB5Qum8ev2AZoPnmbtglpunFdHPh/inCOdiiFwfHHza/zz5z9Ba/cIX9n6NtOqkj5ejMWGCpUPETrg8CuPNGXPnvAwybo5jQ3rt2diSU0s4ZAxHzQiwINIEIHACujPK1ruXsKpwSK3vvR7iqGiuWkea6+aTj5fwH+QBDKQJIWhc6DIuqf303suS1VM+GDWBhsqdDEEJTiy89GmbN/JEsxljXPueT4TSxlkAmRMICTIQCCl8G6SXqWunGL76kWc6zvHPbvbicsYj113KX997VyGR0YYV5Hk1bbTnOzL88DyBh75cRtPZ45yeV0KpTROaZ9VYYguhDgFxzP/1JTr/yCCqb2scdbfPOdhkgIZl14NIXyaS4GUPo5Oj2juWjSJ9fOrWPn8YWor4rx41zxmz5hILleksjLFuuZWegeLfP2TM7i/uZVxgSEOOKWw2oDWXplCERdaTr7+L03D5z70MIna2Y0zv/BsJqgwyCQEMYmMAlcEMoIRCCnpGVbc0lDDM2uWsHrL26QDaL73z8jlClRWxmk9leXzz7YhQ0WoDEmrSQvQSmGVBq0RxqDDEFsoYJWl/Y3Hm0bOn4pgJsxqnHb31kyQNsSSIONBOYuElNHo1Slqy+TqNF+6ZjrNv+1kzYLxrLtuDrnsCJVVab763B7+fVcHSy+/hDCfJ+4cNlQYbUAr0DrKphBTKOC04cO3NjaNDHREMONnNU5d+8NMkLYECYG4AGZUFSklCSnJG0fXiGUoG/L8mgY+9+czGRoaZlwqzvGOfh7dcZA3TuaZWluJLRaxWoPSYDRO+25ViC4WcErT8fampvxAp4eJj5/ZeOnqLZlY2iETAhGL1BBiFEiU4kYihKDgAtS587y07gquumIqxhqsscTjcZCO+598g+37hphaEwelwGisLgWwhzHFPGhF5ztPrcoPdu0sw0z57FOZIOWQcRGldvQVjhQRogTnj4+dHmbdlVV8f/1SwPHOyRztPVk+feUEklW1bMsc4f4t73LZxArQyquhNRjl3RTBCB3S9e6WVfmh7hLMjMb6O7+XkSnGwPhskmIsiD/WQZKjhzrYsX4hqz+1mFxxhGlfbuEvl9Tw/a8v54PTfdz1+F56zgxSk8C7xmicVtEXWONUiA3zOBXSve+HqwrZnjEwf7E5I5ORMj6vfUaVXCUkgRTkbUB7+1k+t6Sa7d+6CUiy7Nu/5v2Dxxj82WcoqgTLvvEmxz7sZ+7EJGHoITAmgoqA9BiY/U+vKmRPl2CmN9bfsSkjEx5GBFFq40EQAoHAyjidXb08fOMkHv3yciBg/bb3+MGmN3j1e5/k1hs+xice2s2eQ2eZPzmF1iZSQ0cAXiFhvZusyuN0SPf+H42BqZneWH/Hv3mYmFfGr+z80k4giMXjHP6gn3uuruaZh+/kfDbH6s37eG3nYR787FQ2PriC2x97m52/OcWC+jRG2wjCd4zBag/i5yFG+QDubt16Eczt3/Uwgc8axOiaRsZidJw3pId7aH/6M8SrJnD9P/wPe/f2sHJxgt2bPs1Tr7TzwMbfcMXsKpy1WOONYgw2gsH60VnvJhMWwGq6W7ddBHPbE5kg7sqff7+8FMggoJDPc/7MGZ796jXcccNiLv/abjp6c0iteOwLi/jmmqu57aGXef29fmbWpXDGeqOR4RIU1uCsBmuwWmFVEayi++BzF8CsqF+1oSWIO0QsCtqoVMoWHXXxkOb1i1m6dCF3P/4WL7QcZ8HsavqGFHOm1PDLf72eb2/by8afHmf2pAqctd6wsThrEEaD9XMPZH0gqyLOhHS3Na8q5M7sjP4OZqyYcsuGFqRCxn0ql2qlXF4xsTrF3u/ezMBwkav+rgXhHOOSMQLh6O4rcPPSaQhreOtAF9XpIFp0exgxBsCPJipXNFbncUbR3dZ8c3H4bItwzhFLphdPaXrygKyoEVKECCnLFaPRlqFhxYFNK2k5cIb7ntrD3CnjfJXoHIGArr486bikrjKGUiZSwSLKAGNGZ/15rbAmxIZDdLZuW6JV/mC5iLtk2T1v1ixac70aPEqQTPvgjarAweGQ+1bNp+1EP7/6XTeXVKUQLirsXFR6lMvZsSA2OjblcyV36TBHMjWBgY5f/qr3RMt1F1SUMoivnHLLE7sTdXPRQ+0EgYgqI4dwlv4hTUVCUpkUGGORrlQf26jWi2oiZ33N7S5SI6q5faqHxJPjCbOddLRuvdVavesjhX+QqvrbumXrfzRu6lUIIcGZ8kOMVgic3wRwkTFnR9/YlUCsv8/aj1znSs8zISP979N7/NV7dTj8zB/chYjaxyvqr/j7ZO28jztE0mvs3OhuQ/SGpc2Ai3ckLpiX90XAIsAFAlssZDv3jZxv3wjs+T+3RC5qVVG3/4/7QRLIRv2CVob5Y2n/OwDK9fwVkfeJSQAAAABJRU5ErkJggg==');
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain;
    float: left;
    margin-top: 15px;
    margin-right: 10px;

}

.garmin_post {
    background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAC4jAAAuIwF4pT92AAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAABdZJREFUeNq8l8tvVdcZxX/7cc592Pfh9NpuHJVQCsilclBaiShVioTURKhSlUglGVSkmXTQSecMUCb0f6hUJNT8BUw66SBtUylqVUKBGNImJRhwsMHX9/r6Ps5zPzqwfbGhxJcE+kl7dLS117fW2t9eR7CtZmdn3zp58uSvpqamGlmWRd57nlRJKaXWOrxy5con586dezdJkuvbv3/z1KlTH66urnrvvU/T1Mdx/MRXnufee+8vX77sjx079i6AADh9+vQfz5w589r8/DztdhutNU+jvPc455ibm8Nay9GjR38tDh069M758+d/v7a2Rr/fR0rJ064sy5idneXSpUuL+vjx42+HYcjKygpKqRE7AaUEoQCPxyHI7eP55erVq9Tr9boGptvtNlmWIYQYabOSgjx13B4YYuuZLisqBU1iPWJEAM45rLXoKIp8v98nSZKR0Zc13O7m3IgUSiqWuwnfrQnKhYBsRCa89+R5js7znCiKiON4901AUQnudnOuDwJEoMDmrDnJZ+2EQ7WUxCtGub7ee5RSaGMMg8FgJABCCASG//QDOhQou4wE8EjuWEnV9WiUFJEVu0oxBJBlGYPBgCiKdu2+LB23Es8t9w1CZel5twEMS4LiaiJ5Ieshlcb4EQEAJElCFEVfakIloGMyrplniAoKm+f4Hew4llyZSm+dfYWIyIcI/JeasFgsotvtNuvr6zjnSNP0Ed0Lqj5mwVZYKtYYNzn9h3T2WKn4LB9nLG5RCENS/7AU3nu01oRhSKvVQt+7d4+LFy8yPj5OpVIBwBizw0ghlrtZzqdjezAIBrl7hEcyWqrGtXicuWSZWI9tDI0tFpVCa02v16PdbtNsNtFBENBsNrl58yaNRoNqtUoYhgRBMKSKrMd8cR/L4SSVfEDqHy2VVZ4b4Qz15iITao0kKCEBay15nhPHMa1Wi16vx9jYGNp7TxiGJEnCysoKq6urhGFIqVSiUCxRV4Y2BW429qJxxE7Clle2mhPbRqQxRGGN+XAPLzQvEKsScZKSJAlpmmKMQSlFoVBACIF2zmGMwTk3fITSNCWKIgIp6NqYj/f+mDVbptztIhDDA+UmELdFsweHx4keS4V9mPWLPNe5xlo4gRL3JWCTESnlBgBrLdbaHbdA6oBS1OR27QBrM0fADIicut/5dhW2JNnORLnEwswRqms3KQqLEXpDzm23QEq5IYG1FufcDgDaZwwMfPHtH0G1Cv0MwvDh4cADYIaOzEn3vcyd9ufsv/UBaXUG4XcCcM79bwa8kJTWl/h8/6uk+38IgyYUSo/7+EMgWD54jMnFCxTjDkk4jtiUyzm3IclWSBgyIARh3KGjqtz93k8g0KDD+8Z7nDIp7ltzLMy9wcF/vAe1Im6TruFruGXCLQYE4AYdFl/+Je75w9BZhELxq0Yg8BnrL75O5/pfqbUXiCvTCO+GDMjtDFgPQWeZ9Wf20nnpTTAx6CIEX3GFJbAG6lPc+f4J8iRGmHR4nnNupwTKGrI0YenIz6E+Ba0vICx+/QwWrxO99CYrN/7O9PwfiCe/g3/QhM57grUlVl58neiVt6F3b9P14usDcA6KJVZf+QXVf/8FmfTJZbCTAZ+lZDKke+QElMrQcxAUnlwS7TXJZ4+y+oOfMf3he7j6zAMA8hQTFDHP7ofiGIRjIEcLqbuT5DdYmKkRH34V8+ff4YzBaY0GhLUWo0KCXpPqn87Sfus3MPEs5CPmRO92ASghKCI/vkTt/bPYYgW32bgG7Nabn1cmmXj/LOVP/0Y++TxiVADO7g5ASooL/0R3m2SNPbhsI3voJEk+qtfrh7vdLjoIyCuTBHc+Ibzx0egSjBRnwZXrpBPPQZ7hnCMIAi+UUgcPHDjwryzLZJqm/5c/I2MMExMTRFH0gfLet7Isi+r1+mta6/sT8Smszb9kxsfHSZKku7i4+NOhfwuFwolGo/FbKWXFe2+8381Zj19CCCWlDOI4vtBqtd5xzl3/7wDgPq/1hqxbUAAAAABJRU5ErkJggg==');
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain;
    float: left;
    margin-top: 15px;
    margin-right: 10px;

}
#load_fitbit_activites,
#load_runkeeper_activites {
    margin-left:15px;
}

/*chat room*/

.chat-room {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
}


.chat-room aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}

.chat-room .left-side {
    width: 25%;
    background: #e5e8ef;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}
.chat-room .mid-side {
    width: 50%;
    background: #fff;
    border-right: 1px solid #e5e8ef;
}

.chat-room .right-side {
    width: 25%;
    background: #fff;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

.chat-room .left-side .user-head {
    background: #00A8B3;
    border-radius: 4px 0 0;
    -webkit-border-radius: 4px 0 0;
    color: #FFFFFF;
    min-height: 70px;
    padding: 15px;
}
.chat-room .right-side .user-head {
    background: #00A8B3;
    border-radius:0 4px 0 0;
    -webkit-border-radius:0 4px 0 0;
    color: #FFFFFF;
    min-height: 70px;
    padding: 10px;
    border-left: 1px solid #00A8B3;
    margin-left: -1px;
    position: relative;
}


.chat-room .user-head i {
    float: left;
    font-size: 40px;
    margin-right: 10px;
}

.chat-room .user-head h3 {
    margin: 6px 0 0 0;
    font-weight: 100;
    letter-spacing: 1px;
}

.chat-room-head {
    background:#41CAC0;
    color: #FFFFFF;
    min-height: 70px;
    padding: 15px;
}

.chat-room-head h3 {
    margin: 5px 0 0;
    font-weight: 100;
    letter-spacing: 1px;
    display: inline-block;
}

.chat-room-head .search-btn {
    width: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: none;
    background: #01a6b2 url("../img/chat-search.png") no-repeat 12px 9px;
    padding:0 5px 0 35px;
    margin-top: 2px;
    border: none;
    color: #fff;
}

.profile-options-link-mob {
    display: none;
}

.user-details-inner img {
    border: 3px solid rgba(0, 0, 0, 0.2);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 5px 10px;
}

.user-details-inner h2 a {
    color: #363636;
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
    display: block;
}

.user-details-inner h2 {
    margin-top: 0px;
    line-height: 0px;
}

.user-details-inner p {
    margin: 0px;
}

.user-details-inner table {
    padding: 2px;
}

    

.chat-room-head .search-btn:focus {
    width: 180px;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    /*background: #01a6b2;*/
    font-weight: 300;
    color: #fff;
}

.congrats-heading {
    color: #000000!important;
    font-weight: 600;
    margin-top: 50px;
}

.chat-room-head .search-btn:focus::-moz-placeholder {
    color: #fff;
}

.challenge-info-name {
    text-align: center;
    font-size: 29px;
    font-weight: 600;
    color: #000!important;
    line-height: 41px;
    background-color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    padding-top: 17px;
    padding-bottom: 13px;
    box-shadow: rgba(84,96,103,0.25) 0px 1px 9px;
}

#userInterests {
    float: right;
    margin-top: 7px;
}

#leave-your-mark {
    margin-top: 10px;
    margin-right: 10px;
}

.share-post-icons {
    border-top: 1px solid #e7ebee;
    clear: left;
    margin-left: 10px!important;
}

.challenge-info-name-nobg {
    text-align: center;
    font-size: 29px;
    font-weight: 600;
    color: #000!important;
    line-height: 41px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    padding-top: 17px;
    padding-bottom: 70px;
}

.mid-page-title {
    font-weight: 600!important;
    text-align: center!important;
    margin-bottom: 25px!important;
    color: #363636;
    letter-spacing: -0.5px;
}

.mid-page-title-hr {
    margin-top: 20px;
}

.ct-white {
    background: #fff!important;
}

.challenge-title {
    font-weight: 600!important;
    text-align: center!important;
    margin-bottom: -1px!important;
    font-size: 26px;
    /* float: left; */
    text-align: center!important;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.strava-icon-circular {
        background: url(../img/stava-circular-icon.png)!important;
    background-size: cover!important;
}

.strava-icon-circular:hover {
        background: url(../img/stava-circular-icon.png)!important;
    background-size: cover!important;
}

.garmin-icon-circular {
    background: url(../img/garmin-circular-icon.png)!important;
    background-size: cover!important;
}

.garmon-icon-circular:hover {
    background: url(../img/garmin-circular-icon.png)!important;
    background-size: cover!important;
}
.fitbit-icon{
    color: #00b0b9!important;
    border: 2px solid #00b0b9!important;
}
.fitbit-icon-circular {
    background: url(../img/fitbit-circular-icon.png)!important;
    background-size: cover!important;
}

.fitbit-icon-circular:hover {
    background: url(../img/fitbit-circular-icon.png)!important;
    background-size: cover!important;
}


.fbshare-icon{
    color: #3b5999!important;
    border: 2px solid #3b5999!important;
}

.fbshare-icon-circular {
    background: url(../img/fbshare-circular-icon.png)!important;
    background-size: cover!important;
}

.fbshare-icon-circular:hover {
    background: url(../img/fbshare-circular-icon.png)!important;
    background-size: cover!important;
}



.twshare-icon{
    color: #1da1f2!important;
    border: 2px solid #1da1f2!important;
}

.twshare-icon-circular {
    background: url(../img/twshare-circular-icon.png)!important;
    background-size: cover!important;
}

.twshare-icon-circular:hover {
    background: url(../img/twshare-circular-icon.png)!important;
    background-size: cover!important;
}


.lishare-icon{
    color: #0077B5!important;
    border: 2px solid #0077B5!important;
}

.lishare-icon-circular {
    background: url(../img/lishare-circular-icon.png)!important;
    background-size: cover!important;
}

.lishare-icon-circular:hover {
    background: url(../img/lishare-circular-icon.png)!important;
    background-size: cover!important;
}



.ifBannerFull {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    background-repeat: no-repeat;
    background-size: cover;
}

.share-event-confirmation {
   max-width: 268px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 32px;
}

.shareWithFriends {
    font-size: 18px!important;
    text-align: center;
    margin-top: -16px!important;
}

.vmgImg {
    max-width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: inherit;
    margin-top: 11px;
}

ul.chat-list li a {
    color: #6a6a6a;
    display: block;
    padding: 15px;
    font-weight: 300;
}
ul.chat-list li a:hover, ul.chat-list li.active a {
    color: #00a9b4;
    background: #f2f4f7;
}

ul.chat-list li h4 {
    padding: 17px 15px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #D5D7DE;
}

ul.chat-list li h4 i {
    padding-right: 5px;
}

ul.chat-list li a span {
    padding-left: 10px;
}

ul.chat-list li a i.fa-times {
    color: #9fa3b0;
}

ul.chat-list li.active {
    color: #00a9b4;
    background: #f2f4f7;
}

ul.chat-list {
    border-bottom: 1px solid #d5d7de;
}

ul.chat-user  {
    margin-bottom: 200px;
}

ul.chat-user li {
    border-bottom: none;
}

ul.chat-user li a:hover{
    background: none;
    color: #6a6a6a;
}

.chat-room .left-side footer {
    background: #d5d7de;
    border-radius: 0 0 0 4px;
    /*-webkit-border-radius: 0 0 0 4px;*/
    padding: 15px;
    height: 70px;
    width: 25%;
    position: absolute;
    bottom: 0;
}

.chat-room .mid-side footer {
    background: #f6f6f6;
    padding: 15px;
    height: 70px;
    width: 50%;
    position: absolute;
    bottom: 0;
    border-right: 1px solid #E5E8EF;
}

.chat-room .right-side footer {
    background: #fff;
    padding: 15px;
    height: 70px;
    width: 25%;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #E5E8EF;
    border-radius: 0 0 4px 0;
    -webkit-border-radius: 0 0 4px 0;
}

.fundraising-terms-wrapper {
    float: none;
    clear: left;
    width: 100%;
    max-width: 483px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.termsaccept {
    font-weight: 400;
    margin-bottom: 20px;
}

.fundraising-copy {
    clear: left;
    font-weight: 500!important;
    margin-top: 8px!important;
    font-size: 14px!important;
}

.order-id-label {
    color: #545559!important;
    font-size: 14px;
    font-weight: 600;
}

.list-group-item-text {
    color: #545559!important;
    margin-top: 10px;
}

.list-group-item-text-lower {
    color: #545559;
    margin-top: 10px;
    font-weight: 600;
}

.your-order {
    background-color: #ffffff!important;
    border-top: none!important;
    border-bottom: 1px solid #e7e7e7!important;
    border-left: none!important;
    border-right: none!important;
    border-radius: 0px!important;
    padding-top: 10px;
}

.charity-terms-outer {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: 400;
    padding: 5px 75px;
}

.chat-room .left-side footer .chat-avatar img {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    float: left;
}

.chat-room .left-side footer .user-status {
    float: left;
    margin: 10px;
}

.chat-room .left-side footer .user-status i {
    padding-right: 5px;
}

.chat-room .left-side footer a.chat-dropdown {
    background: #96979a;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    margin-top: 10px;
    padding: 3px 5px;
}

.room-desk {
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
    padding: 15px;
}

.room-desk h4 {
    font-weight: 500;
    font-size: 14px;
    margin: 9px 0 0 0;
}

.organiser-info-wrap {
    padding: 10px 15px;
}

.organiser-info-wrap h3 {
    margin-left: 35px!important;
    margin-top: 4px;
    margin-bottom: 3px;
}

.organiser-info-wrap h2 {
    margin-left: 35px!important;
    margin-top: 4px;
    margin-bottom: 3px;
    font-size: 18px;
}

/*.switch-on {
    background-image: url(../img/switch-on.jpg);
    width: 40px;
    height: 28px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 50px;
}*/

.participant-profile {
    border: 2px solid #eee;
    width: 55px;
    height: 55px;
    border-radius: 30px;
    cursor: pointer;
}

/*.switch-off {
    background-image: url(../img/switch-off.jpg);
    width: 40px;
    height: 28px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 50px;
}*/

.room-box {
    border: 1px solid #e7e7e7;
    background: #f7f8fa;
    padding: 10px;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 10px;
}

.shop-item-link {
    border: 1px solid red;
}

.room-box a {
    color: #ff5b35!important;
}

.room-box h5 {
    margin: 0 0 5px 0;
    font-weight: 300;
    font-size: 16px;
}
.room-box h5 a {
    color: #00a9b4;
}

.chat-tools {
    float: right;
    padding: 3px;
    width: 40px;
    height: 35px;
    line-height: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    margin-top: 6px;
    margin-left: 10px;
}

.chat-tools i {
    font-size: 16px !important;
    float: none !important;
    margin-right: 0 !important;
    color: #fff;
}

.btn-key {
    background: #4ac9c0;
}

.btn-key:hover {
    background: #44bab2;
}

.invite-row {
    background: #E5E8EF;
    padding: 6px 10px;
    display: inline-block;
    width: 100%;
}

.invite-row h4 {
    font-size: 16px;
    font-weight: 300;
}

ul.chat-available-user {
    padding: 10px;
}

ul.chat-available-user li {
    margin-bottom: 15px;
}

ul.chat-available-user li a {
    color: #6a6a6a;
}
ul.chat-available-user li i {
    padding-right: 5px;
    font-size: 10px;
}

.group-rom {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eaebee;
}

.group-rom .first-part, .group-rom .second-part, .group-rom .third-part {
    float: left;
    padding: 15px;
}

.group-rom .first-part {
    width: 25%;
}

.group-rom .first-part.odd {
    background: #f7f8fa;
    color: #6a6a6a;
    font-weight: 600;
}

.group-rom .second-part{
    width: 60%;
}

.group-rom .third-part{
    width: 15%;
    color: #d4d3d3;
}

.campaign-name-clip {
    text-align: center;
    display: block;
    font-size: 16px;
    padding: 15px 25px;
    line-height: 22px;
    font-weight: 600;
}

.create-fr-title {
    color: #363636;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

a.guest-on {
    color: #6a6a6a;
    margin-top: 8px;
    display: inline-block;
}

a.guest-on i {
    background: #40cabe;
    color: #fff;
    padding: 4px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 5px;
}

.chat-txt {
    float: left;
    width: 70%;
    margin-right: 5px;
}

.lobby {
    padding: 0 !important;
}


/*right side bar*/

.sb-slidebar {
    background-color: rgba(42, 53, 66, 1) !important;
    margin-top: 60px;
    color:#aeb2b7;
}
.sb-slidebar .side-title {
    padding: 10px 15px;
    text-transform: uppercase;
    color: #FF6C60;
}

.sb-toggle-right {
    cursor: pointer;
    margin-top: 12px;
}

.sb-toggle-right i {
    font-size: 20px;
}

.quick-chat-list {
    margin-bottom: 20px;
}
.quick-chat-list:last-child {
    /*padding: 0;*/
    padding-bottom: 50px;

}

.quick-chat-list li {
    padding: 10px 15px;
    border-bottom: 1px dashed #35404d;
    cursor: pointer;
}

.quick-chat-list li:hover {
    background: #35404d;
}

.quick-chat-list li .media-object {
    border-radius: 50%;
    -webkit-border-radius: 50%;
}


.media .media-status {
    display: inline-block;
    margin-top: 10px;
    position: absolute;
    right: 10px;
}

.media .media-body small {
    display:block;
}

.quick-chat-list .media .media-object {
    width: 40px;
    height: 40px;
}


/*-------*/

.p-task {
    margin-bottom: 20px;
    padding-bottom: 50px;
}

.p-task li {
    padding: 10px 15px 15px 15px;
    border-bottom: 1px dashed #35404d;
}

.p-task li:last-child {
    padding: 10px 15px 15px 15px;
    border-bottom: none;
}


.p-task li a{
    color: #aeb2b7;
}

.p-task.tasks-bar .task-info .percent {
    display: inline-block;
    float: right;
    font-size: 12px;
    margin-top: -15px;
}


.p-task .progress {
    height: 10px;
    margin-top: 5px;
    margin-bottom: 0;
}


.p-task .external a {
    color:#40cabe;
}

.p-task .external a:hover {
    color:#FF6C60;
}


/*Directory Styles*/

.directory-list, .directory-info-row .social-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.directory-list li {
    border-left: 3px solid #f1f2f7;
    display: table-cell;
    width: 1%;
}


.directory-list li a {
    display: block;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    color: #7A7676;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.directory-list li a:hover, .directory-info-row .social-links li a:hover {
    background:#ff6c60;
    color: #fff;
}

.directory-info-row {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.directory-info-row .social-links {
    display: inline-block;
    margin-bottom: 10px;
}

.directory-info-row .social-links li{
    display: inline-block;
}

.directory-info-row .social-links li a{
    background: #EFF0F4;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #7A7676;
}

.directory-info-row h4, .directory-info-row a {
    color: #424F63;
}

.directory-info-row .thumb {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    height: auto;
    width: 175px;
    margin-right: 10px;
}


/*mega-menu*/

.mega-menu {
    float: left;
    margin:5px 0 0 50px;
}

.mega-menu .navbar-nav {
    height: 55px;
}


/*.wide-full {*/
/*width: 98%;*/
/*}*/

.mega-menu ul li a {
    margin-bottom: 15px;
    display: inline-block;
    color:#323232;
    font-size: 13px;
}
.mega-menu ul li a:hover,
.mega-menu ul li a:focus{
    color:#ff6c60;
    background-color: #fff;
}


.mega-menu .nav .open>a,
.mega-menu .nav .open>a:hover,
.mega-menu .nav .open>a:focus{
    background-color: #fff;
}

.mega-menu ul li a i {
    padding-right: 5px;
    width: 20px;
}

.mega-menu ul li.dropdown a:hover {
    background: none;
}

.mega-nav #main-content {
    margin-left: 0px;
}

.mega-nav .title {
    color:#323232;
    font-size:14px;
    text-transform: none;
    font-weight: bold;
}

.mega-nav .d-title ,
.mega-nav .d-desk {
    display: block;
}

.mega-nav .d-desk {
    color:#aaa;
    font-size: 11px;
}

.custom-nav-img .desk {
    line-height: 25px;
    font-size: 13px;
}

.custom-nav-img {
    position: static;
}

.yamm-content {
    position: relative;
}

.mega-bg {
    background-image: url("../img/mega-menu/corner_image.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;
    position: absolute;
    right: 0;
    bottom: -5px;
    width:300px;
    height: 130px;
}

.event-banner-icon {
    background-image: url("../img/banner-upload.png");
    width: 624px;
    height: 174px;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    margin-top: 15px;
    background-repeat: no-repeat;
}


.event-logo-icon {
    background-image: url(../img/logo-upload.png);
    width: 175px;
    height: 175px;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    margin-top: 15px;
}

.merch-bg-img {
    margin-top: 15px;
    background-color: #fff;
}

.event-bg-icon {
    background-image: url(../img/bg-upload.png);
    width: 215px;
    height: 175px;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    margin-top: 15px;
    background-repeat: no-repeat;
}

.upload-heading {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
}

.upload-subheading {
    text-align: center;
    margin-bottom: 15px;
}

.icon-img {
    float: left;
    margin-right: 10px;
}

.icon-desk {
    display: inline-block;
}

.mega-menu .dropdown-menu {
    box-shadow:none;
    border-radius: 0;
    border-color:#f1f2f7 ;
}

/*project list*/

.p-table th,
.p-table td {
    vertical-align: middle !important;
}

.checkout-table img {
    width: 45px;
}

.p-team img {
    width: 35px;
    height:35px;
    border-radius: 4px;
}

.p-progress .progress {
    margin-bottom: 5px;
}

.p-name a {
    font-size:14px;
    /*font-weight:bold;*/
}

.bold {
    font-weight: bold;
}

.p-details .bio-row p span {
    width: auto;
}

.p-details .bio-row p span.bold {
    width: 100px;
}

.p-team a {
    display: inline-block;
}

.project-heading {
    font-size: 20px;
}

.step-outer {
    width: 25%;
    float: left;
}

.wizard-timeline-step {
    border-radius: 50%;
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.step-label {
    text-align: center;
    margin-top: 10px;
    display: block;
}

.wt-active {
    background-color: #ff5b34;
    color: #fff;
}

.shop-pic-container {
    position: relative;
}

.shop-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.shop-item-overlay {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.shop-pic-container:hover .shop-image {
  opacity: 0.3;
}

.shop-pic-container:hover .shop-item-overlay {
  opacity: 1;
}

.event_banner_upload_img {
    border: 1px solid red;
    
}

.redeemed-copy {
    text-align: center;
    color: #363636;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 25px;
}

.redeemed-title {
    text-align: center;
    color: #363636;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
}

.redeemed-trophy i {
    color: #ff5b34;
    font-size: 54px;
}

.redeemed-trophy {
    text-align: center;
}

.rewards-user-img {
    border: 5px solid rgba(0,0,0,0.2);
    border-radius: 65px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    max-width: 112px;
    text-align: center;
    width: 100%;
    display: block;
}

.funds-raised-fig {
    color: #363636;
    text-align: center;
    font-size: 43px;
    font-weight: 600;
    margin-top: 15px;
}

.sidebar-hr {
        border-top: 1px solid #dbdddf;
    display: block;
    float: left;
    width: 100%;
}

.referred-total {
    min-height: 245px;
    border-bottom: 1px solid #e7ebee;
    max-width: 178px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: none;
    padding-bottom: 15px;
}    


.raised-total {
    border-bottom: 1px solid #e7ebee;
    max-width: 178px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: none;
    padding-bottom: 15px;
}  
    
.referral-user-img {
    border-radius: 65px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    max-width: 69px;
    text-align: center;
    width: 100%;
    display: block;
    background-image: url(../img/users-plus.png);
    min-height: 70px;
    background-size: contain;
    clear: left;
}

.reward-points-figure {
    color: #363636;
    font-size: 25px;
    font-weight: 700;
}

.reward-points-icon {
    color: gold;
}

.referrals-banner {
    background-image: url(../img/matt-cropped.jpg);
    min-height: 240px;
    background-size: cover;

}

.about-rewards-btn {
        margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
}

.bfr-btn {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    max-width: 150px;
    margin-bottom: 25px;
}

.fr-gallery-wrapper {
    background: transparent;
}

.reg-no {
    color: #363636;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
}

.redeem-btn {
    text-align: center;
    display: block;
    float: right;
    margin-left: 10px;
}

.referrals-banner-text {
        text-align: center;
    padding-top: 58px;
    color: #fff;
    font-size: 31px;
    font-weight: 600;
}

.reward-points-outer {
    border-top: 1px solid #dadada;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 0px;
    text-align: center;
}

.points-modal-head {
    font-size: 16px;
    font-weight: 600;
    background-color: #fafafa;
    padding: 25px;
    margin-left: -25px;
    margin-right: -25px;
    color: #363636;
    clear: left;
}

.reward-points-outer-modal {
        margin-top: 5px;
    padding-top: 15px;
    margin-bottom: 12px;
}



.about-rewards-link {
   margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    color: #363636;
    font-weight: 600;
    padding-bottom: 15px;
    padding-top: 15px;
}

.bold-orange {
    color: #ff5b35;
    font-weight: 600;
}

.rewards-user-img:hover {
   border: 5px solid #ff766c;
}

.referral-copy {
    margin-top: 5px;
    text-align: center;
}

.your-referral-code {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    color: #363636;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.rewards-username {
    color: #363636;
    text-align: center;
    margin-top: 20px;
    font-size: 21px;
    font-weight: 600;
}

.no-tr-style {
    border: none!important;
    box-shadow: none!important;
    padding-top: 0px!important;
    margin-top: -10px;
    background-color: #ffffff!important;
}

.checkout-totals {
    width: 50%;
    float: right;
    border: 1px solid #e7ebee;
    box-shadow: 4px 4px 6px -4px rgba(0,0,0,.25);
    background-color: #f9f9f9;
    border-radius: 4px;
    padding:  0px 5px;
    max-width: 300px;
}


.individual-ticket-form-outer {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 0px;
    padding-top: 0px;
}

.ticket-number-title {
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    color: #363636;
    margin-top: 20px;
    display: block;
    margin-left: 25px;
    margin-right: 25px;
    box-sizing: border-box;
    margin-bottom: 0px;
}

.ticket-complete {
    margin-top: 2px;
    margin-right: 13px;
    padding: 5px;
    font-weight: 600;
}

.table-style {
    border-bottom: 1px solid #eee;
    padding: 10px 10px;
}

.referral-username {
    color: #363636;
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600;
}

.supporter-wrap {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.supporter-wrap-main {
    float: left;
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
    font-weight: 600;
}

.supporter-header {
    border-bottom: 1px solid #dbdddf;
    padding-bottom: 15px;
}

.supporter-header-lower {
    border-bottom: 1px solid #dbdddf;
    padding-bottom: 0px;
}

.supporter-body {
    padding: 10px 15px;
    font-size: 15px;
    color: #363636;
    font-weight: 500;
}

.supporter-body-message {
    padding: 13px 0px;
    font-size: 15px;
    color: #363636;
    font-weight: 500;
}

.donate-amount {
    text-align: right;
    font-size: 24px;
    color: #363636;
    font-weight: 600;
}

.donate-date {
    text-align: right;
    color: #363636;
}

.donate-message {
    color: #363636;
    font-size: 13px;
    margin-top: 7px;
    border: 1px solid #e7e7e7;
    background-color: #fafafa;
    padding: 5px 8px;
    border-radius: 3px;
}

.bg-yellow {
    background-color: #fcc646!important;
}

.bg-yellow {
    background-color: #fcc646!important;
}

.color-yellow {
    color: #fcc646!important;
}

.supporter-name {
    font-size: 16px;
    font-weight: 600;
    color: #363636;
    margin-top: 10px;
}

.fundraiser-name {
    color: #363636;
    display: inline-block;
    position:relative;
    margin-top: 6px;
    margin-left: 5px;
}
.fundraiser-name-span { 
    display:inline-block; 
    vertical-align:middle;
    color: #363636;
    display: inline-block;
    position: relative;
    font-size: 21px;
    font-weight: 600;
}

.fr-dets {
    padding-left: 20px;
    padding-right: 20px;
}

.fundraiser-name-span-lower { 
    display:inline-block; 
    vertical-align:middle;
    color: #363636;
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 600;
}

.admin-fundraiser-name-span {
    display: inline-block;
    vertical-align: middle;
    color: #363636;
    display: inline-block;
    position: relative;
    font-size: 21px;
    font-weight: 600;
    border: 1px solid red;
}

.supporter-name-span {
    vertical-align: middle;
    color: #363636;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
}

.supporter-name-span a {
    color: #363636;
    font-size: 18px;
}

.grey-icon {
    color: #7a7a7a!important;
}

.supporter-footer {
        padding: 15px 0px 0px 0px;
    clear: left;
}

.supporter-footer-btn {
    border: none;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    text-align: center;
    float: none;
    width: 100%;
    background-color: transparent;
    color: #363636;
    font-weight: 600;
    font-size: 13px;
    padding: 0px;
}

.fundraising-banner {
    width: 100%;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.funds-breakdown {
    color: #363636;
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
}

.overlay-button {
    background-color: #ff5b34;
    color: white!important;
    font-size: 16px;
    padding: 7px 30px;
    border-radius: 26px;
    font-weight: 600;
}

.shop-item-thumb {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    padding: 15px;
    cursor: pointer;
    background: #fff;
    
}

.shop-item-thumb-lighter {
    padding: 15px;
    cursor: pointer;
    background: #fff;
    
}

.overview-view-btn {
    margin-top: 0px;
}

.display-tablecell {
    display: table-cell;
}

.block {
    display: block!important;
}

.shop-btn-outer {
    float: right;
    margin-top: 11px;
}

.shop-head-icon-wrap {
    display: inline-block;
    float: right;
    font-size: 21px;
    color: #333;
    padding: 16px 15px;
}

.barcode-icon {
    border-left: 1px solid rgb(235, 235, 235);
}

.gradient-banner {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%);
}

.gradient-banner-inner {
    background-color: #fff;
}

.fr-banner {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.fr-banner-btn-wrap {
    margin-top: 39px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
}


.bg-img-fr {
    border-bottom-left-radius: 4px;
}

.bg-img-fr-contained {
    width: 100%;
}

.rounded-fundraising-banner {
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.fr-banner-strip {
        background-color: #ffffff;
    box-shadow: 0 6px 11px 0 rgb(0 0 0 / 8%);
    width: 100%;
    float: left;
}

.fr-banner-strip-image {
    width: 100%;
    border-radius: 100%;
    box-shadow: rgb(84 96 103 / 50%) 0px 2px 7px;
    border: 4px solid #fff;
    max-width: 75px;
    margin-top: 14px;
    margin-bottom: 14px;
    margin-right: 25px;
}

.fr-banner-strip-image-smaller {
    max-width: 57px!important;
    margin-top: 2px!important;
    margin-bottom: 0px!important
}

.fr-hr-mob {
    display: none;
}

.new-fr-bio {
    padding: 0px 40px;
}

.fr-hr {
    border-top: 1px solid #ddd;
    /* margin-left: -15px; */
    /* margin-right: -15px; */
}

.fr-reg-no {
    color: #363636;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 25px;
}

.fr-banner-btn-wrap-smaller {
    margin-top: 11px!important;
}

.fr-banner-excerpt {
    font-size: 14px;
    font-weight: 500;
    color: #363636;
    margin-bottom: 7px;
}

.fr-banner-page-title {
    margin-top: 23px;
    color: #333;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 5px;
}

.fr-banner-page-title-smaller {
    margin-top: 18px!important;
}

.fr-banner-table {
    border: 1px solid blue;
}

.shop-support-icon  {
    border-left: 1px solid rgb(235, 235, 235);
}

.cart-icon  {
    border-left: 1px solid rgb(235, 235, 235);
}

.shop-head-icon-wrap a {
    cursor: pointer;
    color: #333;
}

.shopwrap-white {
    display: inline-block;
    margin-top: 0px;
    padding: 15px;
    width: 100%;
    background-color: #ffffff;
}

.shopwrap {
    display: inline-block;
    margin-top: 60px;
    padding: 15px;
    width: 100%;
}

.a-button {
    border-radius: 31px!important;
    cursor: pointer;
    background-color: #fafafa;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    box-shadow: 0 1px 5px 0px rgba(0,0,0,.25);
    border: 1px solid #eee;
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
    color: #363636;
    padding: 8px 22px!important;
}

.a-button:hover {
    background-color: #ffffff;
    border-radius: 31px!important;
}

.all-events-button-outer {
    float: right;
}

.shop-header {
    border-bottom: 1px solid rgb(235, 235, 235);
    float: left;
    width: 100%;
}

.shop-header-new {
    border-bottom: 1px solid rgb(235, 235, 235);
    float: left;
    width: 100%;
    background: #fff;
    z-index: 99999999;
    position: relative;
    margin-top: 60px;
    border-top: 1px solid rgb(235, 235, 235);
}

.shop-item-thumb-name {
    text-align: center;
    color: #545559;
    font-weight: 600;
    margin-top: 25px;
    font-size: 14px;
    line-height: 19px;
    min-height: 58px;
}

.new-shop-profile {
    border: 2px solid #ddd;
    border-radius: 100px;
    max-width: 46px;
    margin-right: 13px;
}

.shop-item-thumb-name-auto-height {
    text-align: center;
    color: #545559;
    font-weight: 600;
    margin-top: 25px;
    font-size: 14px;
    line-height: 19px;
}

.shop-main-title-new {
    text-align: left;
    color: #363636;
    font-weight: 600;
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 47px;
}

.shop-main-title {
    text-align: center;
    color: #363636;
    font-weight: 600;
    margin-top: 36px;
}

.shop-item-thumb-price {
    text-align: center;
    font-style: italic;
    font-size: 17px;
    color: #333;
}

.product-description-p {
    font-size: 14px;
}

.product-detail-title {
    font-size: 24px;
    color: #545559;
    margin-top: 35px;
    margin-bottom: 25px;
}

.mw150 {
    max-width: 150px!important;
}

.mw-1120 {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.mw-1300 {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.mw-1600 {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.category-dropper {
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #333333;
    margin-bottom: 10px;
    cursor: pointer;
}
.category-options {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.mob-cat-link {
    width: 100%;
    display: block;
}

.desk-cat-link {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
    padding: 10px 15px;
}

.shop-toolbar-panel {
    max-width: 400px;
    position: absolute;
    right: 0;
    top: 120px;
    padding: 20px 30px;
    display: none;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    margin-top: 5px;
    margin-right: 5px;
    z-index: 999;
    background: #fff;
}

.product-quantity {
    padding: 10px 18px;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.wizard-timeline-rail {
    border-top: 1px solid #dddddd;
    margin-top: 19px;
    position: relative;
    width: auto;
    z-index: 1;
}

.wizard-timeline {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 20px;
}

.switch-wrap {
    text-align: center;
}

.participants-iframe {
    padding-top: 37px;
    padding-bottom: 40px;
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    border-radius: 4px;
    padding-left: 2px;
    padding-right: 2px;
}

.manage-menu-span a {
    color: #363636!important;
    font-size: 17px;
}

.event-option {
    background-color: transparent!important;
    color: #ff5b34!important;
}

.manage-menu-span {
    padding-bottom: 11px;
}

.manage-menu-span-active {
    border-bottom: 2px solid #ff5b34;
    font-weight: 600!important;
}

.manage-menu-outer  {
    color: #666666;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid #cccccc;
    margin-top: 10px;
    min-height: 35px;
}
.manage-menu  {
    margin-top: 13px;
    max-width: 380px;
    font-size: 16px;
}

.manage-menu>li  {
    text-transform: initial!important;
}

.jcrop-modal-outer {
    margin-top: 25px;
}

.jcrop-modal-outer img {
    border: 1px solid red;
}

.col-sm-2-nowrap {
    width: 16.66666667%;
    float: left;
    display: block;
}

.col-sm-10-nowrap {
    width: 83.33333333%;
    float: left;
    display: block;
}

.mob-map-wrapper {
    width: 100%;
    height: 800px;
    position: absolute;
    bottom: 0px;
    z-index: 999999;
}

.mob-map-scroller {
    height: 300px;
    z-index: 999;
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.mob-map-event-block {
    border: 1px solid blue;
    max-width: 255px;
}

#add_ghost_username_disabled {
    background-color: #ccc;
    cursor: not-allowed;
    border: 1px solid #ccc;
    color: #fff;
    border-radius: 25px!important;
    letter-spacing: normal!important;
    text-transform: initial!important;
    font-size: 15px!important;
    padding: 5px 20px!important;
    font-weight: 600;
}

.image-upload-diagram {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 25px;
    max-width: 300px;
}



.ptop0 {
    padding-top: 0px!important;
}

.ptop10 {
    padding-top: 10px!important;
}

.ptop25 {
    padding-top: 25px!important;
}
.ptop20 {
    padding-top: 20px;
}

.mtop1 {
    margin-top: 1px!important;
}

.mtop27 {
    margin-top: 27px!important;
}

.mtop20 {
    margin-top: 20px!important;
}

.mleft-20 {
    margin-left: -20px!important;
}

.mtop10 {
    margin-top: 10px;
}
.mtop15 {
    margin-top: 15px!important;
}

.mtop50 {
    margin-top: 50px;
}

.mtop-6 {
    margin-top: -6px;
}
.mtop5 {
    margin-top: 5px!important;
}

.p-files li a {
    margin-bottom: 10px;
    color: #949494;
    display: block;
}

.p-files li i {
    padding-right: 10px;
    width: 20px;
}

.p-tag-list li {
    display: inline-block;
    margin:0 5px 7px 0;
}

.saveCustomisedTableWrapper {
    margin-top: 10px;
    display: inline-block;
}

.allOverviewPopUp:hover  {
    color: #ff5b34;
}
.allOverviewPopUp:active  {
    color: #ff5b34;
}
.allOverviewPopUp {
    border: 1px solid #ff5b34;
    float: right;
    margin-top: -33px!important;
    display: block;
    padding: 5px 12px;
    margin-left: 10px;
    border-radius: 32px;
    color: #ff5b34;
    font-weight: 600;
    cursor: pointer;
}

.edit-event-status-link {
    color: #ff5b34;
    display: block;
    margin-top: 10px;
    font-weight: 600;
}

.p-tag-list li a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 3px 10px;
    color:#797979;
    border-radius: 4px;
    font-size:12px;
}

.p-tag-list li a:hover {
    background: #ff6c60;
    border-color: #ff6c60;
    color:#fff;
}

.m-thumb img {
    width: 100%;
    border:1px solid #ddd;
}

/*-----modal style---*/



.modal.top-modal-with-space .modal-dialog {
    margin: 20px auto;
}

.modal.fade.left-modal-with-space .modal-dialog {
    position: absolute;
    left: 20px;
}


.modal.fade.right-modal-with-space .modal-dialog {
    position: absolute;
    right: 20px;
}


/*---*/


.modal.top-modal-without-space .modal-dialog {
    margin: 0px auto;
}

.modal.fade.left-modal-without-space .modal-dialog {
    position: absolute;
    left: 0px;
}


.modal.fade.right-modal-without-space .modal-dialog {
    position: absolute;
    right: 0px;
}

/*---*/


.ticket-sales-fig {
    font-size: 21px!important;
    font-weight: 600;
}

.modal.fade.modal-dialog-center {
    height: 100%;
    /* top: auto; */
}

.modal.fade.modal-dialog-center .modal-dialog {
    display: table;
    height: 90%;
}

.modal.fade.modal-dialog-center .modal-content-wrap {
    display: table-cell;
    vertical-align: middle;
}
.smooth {
    transition: 300ms linear all;
}

/*-----*/

.modal.fade.full-width-modal-left .modal-dialog .modal-content,
.modal.fade.full-width-modal-right .modal-dialog .modal-content,
.modal.fade.full-width-modal-right .modal-dialog .modal-content-wrap,
.modal.fade.full-width-modal-left .modal-dialog .modal-content-wrap{
    height: 100%;

}

.modal.fade.full-width-modal-right .modal-dialog  {
    height: 100%;
    position: absolute;
    right: 0px;
    margin: 0;
}


.modal.fade.full-width-modal-left .modal-dialog  {
    height: 100%;
    position: absolute;
    left: 0px;
    margin: 0;
}



.full-width-modal-right .modal-header,
.full-width-modal-right .modal-content,
.full-width-modal-left .modal-header,
.full-width-modal-left .modal-content {
    border-radius: 0;
}

.dark {
    color: #363636!important;
}


a.dark-hover-orange {
    color: #363636;
}

a.dark-hover-orange:hover {
    color: #ff5b34;
}

/*header theme color*/

.theme-h-color img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.theme-h-color p {
    line-height: 30px;
    margin-bottom: 15px;
}

header.green-bg a.logo,
header.dark-bg a.logo,
header.purple-bg a.logo,
header.blue-bg a.logo{
    color:#fff;
}

header.green-bg {
    background: #88ae59;
    border-bottom: 1px solid #88ae59;
}


header.dark-bg {
    background: #2a3542;
    border-bottom: 1px solid #3b4a5c;
}

header.purple-bg {
    background: #8175c7;
    border-bottom: 1px solid #8175c7;
}

header.blue-bg {
    background: #16aad8;
    border-bottom: 1px solid #16aad8;
}

header.green-bg .sidebar-toggle-box .fa-bars,
header.green-bg .sb-toggle-right,
header.dark-bg .sidebar-toggle-box .fa-bars,
header.dark-bg .sb-toggle-right,
header.purple-bg .sidebar-toggle-box .fa-bars,
header.purple-bg .sb-toggle-right,
header.blue-bg .sidebar-toggle-box .fa-bars,
header.blue-bg .sb-toggle-right{
    color:#fff;
}

header.green-bg  ul.top-menu > li > a,
header.green-bg .search {
    border-color: #9dc867 !important;
    color:#fff;
}


header.dark-bg  ul.top-menu > li > a,
header.dark-bg .search {
    border-color: #3a495b !important;
    color:#fff;
}

header.purple-bg  ul.top-menu > li > a,
header.purple-bg .search {
    border-color: #9587e6 !important;
    color:#fff;
}


header.blue-bg  ul.top-menu > li > a,
header.blue-bg .search {
    border-color: #18b7e8 !important;
    color:#fff;
}

header.green-bg ul.top-menu > li > a:hover .username,
header.green-bg ul.top-menu > li > a:focus .username,
header.dark-bg ul.top-menu > li > a:hover .username,
header.dark-bg ul.top-menu > li > a:focus .username,
header.purple-bg ul.top-menu > li > a:hover .username,
header.purple-bg ul.top-menu > li > a:focus .username,
header.blue-bg ul.top-menu > li > a:hover .username,
header.blue-bg ul.top-menu > li > a:focus .username{
    color:#323232!important;
}

header.green-bg .search,
header.dark-bg .search,
header.purple-bg .search,
header.blue-bg .search{
    color:#fff !important;
}

header.green-bg  .top-nav .username,
header.dark-bg  .top-nav .username,
header.purple-bg  .top-nav .username,
header.blue-bg  .top-nav .username{
    color:#fff;
}

header.green-bg .top-nav .nav .caret,
header.dark-bg .top-nav .nav .caret,
header.purple-bg .top-nav .nav .caret,
header.blue-bg .top-nav .nav .caret{
    border-bottom-color: #fff;
    border-top-color: #fff;
}

header.green-bg ul.top-menu > li > a:hover .caret,
header.green-bg ul.top-menu > li > a:focus .caret,
header.dark-bg ul.top-menu > li > a:hover .caret,
header.dark-bg ul.top-menu > li > a:focus .caret,
header.purple-bg ul.top-menu > li > a:hover .caret,
header.purple-bg ul.top-menu > li > a:focus .caret,
header.blue-bg ul.top-menu > li > a:hover .caret,
header.blue-bg ul.top-menu > li > a:focus .caret{
    border-bottom-color: #000;
    border-top-color: #000;
}



header.green-bg .search,
header.dark-bg .search ,
header.purple-bg .search ,
header.blue-bg .search  {
    margin-top: 6px ;
    width: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #fff;
    box-shadow: none;
    background: url("../img/search-icon-white.png") no-repeat 10px 8px;
    padding:0 5px 0 35px;
    color: #000;
}


header.green-bg .search:focus,
header.dark-bg .search:focus ,
header.purple-bg .search:focus ,
header.blue-bg .search:focus {
    margin-top: 5px ;
    width: 180px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #c8c8c8;
    font-weight: 300;
}

/*toaster*/

.radio-list  label,
.checkbox-list label{
    display: inline-block;
    width: 100%;
    font-weight: normal;
}

.radio-list .radio,
.radio-list .radio span,
.radio-list .radio input {
    width: 18px;
    height: 18px;
    float: left;
    margin: 0 10px 0 0;
}

.checkbox-list .checker span {
    float: left;
    margin-right: 10px;
}

.toastr-pad  input, .toastr-row label{
    margin-bottom: 10px;
}

#toast-container > div, #toast-container > :hover{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.box-wrap {
    height: 400px;
    overflow: hidden;
}

.w-list li {
    line-height: 20px;
    margin-bottom: 16px;
}

/*summernote editor*/

.note-editor .note-toolbar {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e4;
    border-radius:4px 4px 0 0;
}

.note-editor {
    position: relative;
    border: 1px solid #e2e2e4;
    border-radius:4px;
}

.note-editor .note-statusbar .note-resizebar {
    border-top: 1px solid #e2e2e4;
}

.note-editor .note-statusbar {
    background: #fff;
    border-radius:4px;
}

.clubs-modal h2 {
    color:#ff5b34;
    margin-top:30px;
}
.clubs-modal a.switch-to-club {
    margin-top:35px;
    border:none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
/* apps start */
.apps .apps-buttons {
    padding-top:10px;
}
.apps .btn-default {
    cursor: not-allowed;
    border-radius: 17px;
}
.apps .endomondo_logo, .apps .garmin_logo, .apps .mapmyride_logo, .apps .mapmyrun_logo, .apps .nike_logo, .apps .polar_logo, .apps .runkeeper_logo, .apps .runtastic_logo, .apps .skipursuit_logo, .apps .strava_logo {
    background: rgba(0, 0, 0, 0) url("../img/apps_logos.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    margin: 0;
}
.apps .garmin_logo {
    background: rgba(0, 0, 0, 0) url("../img/garmin_logo_v2.png") no-repeat scroll;
    display: inline-block;
    margin: 0;
    height: 100px;
    width: 100px;
    background-size:cover;
}
.apps .nike_logo {
    background: rgba(0, 0, 0, 0) url("../img/nike_logo_v2.png") no-repeat scroll;
    display: inline-block;
    margin: 0;
    height: 100px;
    width: 100px;
    background-size:cover;
}
.apps .runkeeper_logo {
    background: rgba(0, 0, 0, 0) url("../img/runkeeper_logo_v2.png") no-repeat scroll;
    display: inline-block;
    margin: 0;
    height: 100px;
    width: 100px;
    background-size:cover;
}
.app-plus {
    font-size: 50px;
    color: #363636;
    margin-top: 25px;
}

.apps .strava_logo {
    background: rgba(0, 0, 0, 0) url("../img/strava_logo_v2.png") no-repeat scroll;
    display: inline-block;
    margin: 0;
    height: 100px;
    width: 100px;
    background-size:cover;
}

.etchrock_logo {
    background: rgba(0, 0, 0, 0) url("../img/etchrock-app-logo.png") no-repeat scroll;
    display: inline-block;
    margin: 0;
    height: 100px;
    width: 100px;
    background-size:cover;
}
.apps .endomondo_logo {
    background: rgba(0, 0, 0, 0) url("../img/endomondo_logo_v2.png") no-repeat scroll;
    display: inline-block;
    margin: 0;
    height: 100px;
    width: 100px;
    background-size:cover;
}
.apps .fitbit_logo {
    background: rgba(0, 0, 0, 0) url("../img/fitbit_logo_v2.png") no-repeat scroll;
    display: inline-block;
    margin: 0;
    height: 100px;
    width: 100px;
    background-size:cover;
}
.apps .facebook_logo {
    background: rgba(0, 0, 0, 0) url("../img/facebook_logo_v2.png") no-repeat scroll;
    display: inline-block;
    margin: 0;
    height: 100px;
    width: 100px;
    background-size:cover;
}
.apps .twitter_logo {
    background: rgba(0, 0, 0, 0) url("../img/twitter_logo_v2.png") no-repeat scroll;
    display: inline-block;
    margin: 0;
    height: 100px;
    width: 100px;
    background-size:cover;
}
.apps .stripe_logo {
    background: rgba(0, 0, 0, 0) url("../img/stripe_logo_v2.png") no-repeat scroll;
    display: inline-block;
    margin: 0;
    height: 100px;
    width: 100px;
    background-size:cover;
}
.apps .paypal_logo {
    background: rgba(0, 0, 0, 0) url("../img/paypal_logo_v2.png") no-repeat scroll;
    display: inline-block;
    margin: 0;
    height: 100px;
    width: 100px;
    background-size:cover;
}

.padding-bottom-110 {
    padding-bottom: 110px !important;
}

.padding-lr-0 {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.padding-lr-10 {
    padding: 0 10px!important;
}

.padding-lr-15 {
    padding: 0 15px!important;
}

.padding-lr-20 {
    padding: 0 20px!important;
}

.edit-date-btn {
    padding: 5px 15px;
    border-radius: 50px;
    box-shadow: 0 1px 5px 0px rgba(0,0,0,.25);
    border: none;
    color: #363636;
    font-weight: 600;
    float: left;
    background-color: #fff;
}

.ghost-wrapper {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.btn .btn-block .accordion-toggle .show-more {
    color: #363636;
    text-align: left;
    padding: 0px 22px;
    margin-top: -18px;
    padding-bottom: 13px;
    font-weight: 600;
    font-size: 13px;
}

.delete-date-btn {
    padding: 5px 15px;
    border-radius: 50px;
    box-shadow: 0 1px 5px 0px rgba(0,0,0,.25);
    color: #363636;
    font-weight: 600;
    float: left;
    margin-top: 0px!important;
    border: none;
    background-color: #fff;
    margin-left: 20px;
}

/* apps end */
.modal {
    z-index: 232341061;
}







/*.fixed-banner-img {
    position: fixed!important;
    border: 1px solid red;
    top: -292px;
    z-index: 99999;
}*/


@media only screen and (max-width: 600px) and (min-width: 400px)  {
    .fixed-banner-img {
        position: fixed!important;
        top: -292px;
        z-index: 99999;
    }
}

@media only screen and (max-width: 900px) and (min-width: 600px)  {
    .fixed-banner-img {
        position: fixed!important;
        top: -292px;
        z-index: 99999;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 900px)  {
    .fixed-banner-img {
        position: fixed!important;
        top: -292px;
        z-index: 99999;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 1200px)  {
    .fixed-banner-img {
        position: fixed!important;
        top: -278px;
        z-index: 99999;
    }
}


@media only screen and (max-width: 1600px) and (min-width: 1400px)  {
    .fixed-banner-img {
        position: fixed!important;
        top: -292px;
        z-index: 99999;
    }
}

@media only screen and (max-width: 1700px) and (min-width: 1600px)  {
    .fixed-banner-img {
        position: fixed!important;
        top: -363px;
        z-index: 99999;
    }
}


@media only screen and (max-width: 1800px) and (min-width: 1700px)  {
    .fixed-banner-img {
        position: fixed!important;
        top: -294px;
        z-index: 99999;
    }
}



@media only screen and (max-width: 1800px) and (min-width: 1600px)  {
    .fixed-banner-img {
        position: fixed!important;
        top: -354px;
        z-index: 99999;
    }
}

@media only screen and (max-width: 2000px) and (min-width: 1800px)  {
    .fixed-banner-img {
        position: fixed!important;
        top: -406px;
        z-index: 99999;
    }
}

@media only screen and (max-width: 2200px) and (min-width: 2000px)  {
    .fixed-banner-img {
        position: fixed!important;
        top: -456px;
        z-index: 99999;
    }
}

@media only screen and (max-width: 2400px) and (min-width: 2200px)  {
    .fixed-banner-img {
        position: fixed!important;
        top: -500px;
        z-index: 99999;
    }
}

@media only screen and (max-width: 2800px) and (min-width: 2400px)  {
    .fixed-banner-img {
        position: fixed!important;
        top: -550px;
        z-index: 99999;
    }
}


@media only screen and (min-width: 2800px)  {
    .fixed-banner-img {
        position: fixed!important;
        top: -600px;
        z-index: 99999;
    }
}




/*---------------------------------------------------------
BEGIN SWITCHERY STYLES
---------------------------------------------------------*/

.switchery {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;

  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: content-box;
  background-clip: content-box;
}

.switchery > small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
}

/* Switchery sizes. */

.switchery-small {
  border-radius: 20px;
  height: 20px;
  width: 33px;
}

.switchery-small > small {
  height: 20px;
  width: 20px;
}

.switchery-large {
  border-radius: 40px;
  height: 40px;
  width: 66px;
}

.switchery-large > small {
  height: 40px;
  width: 40px;
}

/*---------------------------------------------------------
END SWITCHERY STYLES
---------------------------------------------------------*/

.mob-only-fr-chart {
    display: none;
}

.see-all {
    float: right;
    color: #363636;
    font-size: 14px;
    font-weight: 600;
    padding-top: 2px;
    padding-right: 5px;
    cursor: pointer;
    display: none!important;
}

.fr-updates-title {
    font-weight: 600!important;
    display: inline-block!important;
    color: #363636;
    width: 100%;
    font-size: 18px;
    margin-bottom: 15px;
    display: none!important;
}

/*---------------------------------------------------------
BEGIN GALLERY STYLES
---------------------------------------------------------*/
.grid {
	list-style: none;
}

.grid li {
	display: inline-block;
	width: 33%;
	margin: 0;
	padding: 5px;
	text-align: center;
	position: relative;
}

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
    background: transparent;
    color: #ffffff;
    font-size: 13px;
}

.grid figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.grid figcaption span:before {
	content: 'by ';
}

.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #FF6C60;
	color: #fff;
}





/* Individual Caption Styles */

/* Caption Style 1 */
.cs-style-1 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.no-touch .cs-style-1 figure:hover figcaption,
.cs-style-1 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translate(15px, 15px);
	-moz-transform: translate(15px, 15px);
	-ms-transform: translate(15px, 15px);
	transform: translate(15px, 15px);
}

.cs-style-1 figcaption h3 {
	margin-top: 70px;
}

.cs-style-1 figcaption span {
	display: block;
}

.cs-style-1 figcaption a {
	margin-top: 30px;
}

/* Caption Style 2 */
.cs-style-2 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-2 figure:hover img,
.cs-style-2 figure.cs-hover img {
	-webkit-transform: translateY(-90px);
	-moz-transform: translateY(-90px);
	-ms-transform: translateY(-90px);
	transform: translateY(-90px);
}

.cs-style-2 figcaption {
	height: 90px;
	width: 100%;
	top: auto;
	bottom: 0;
}

.cs-style-2 figcaption a {
	position: absolute;
	right: 20px;
	top: 30px;
}

/* Caption Style 3 */
.cs-style-3 figure {
	overflow: hidden;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.cs-style-3 figcaption {
	height: 70px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
    width: 100%;
    display: block;
    cursor: pointer;
    margin-top: -6px;
}

/* Caption Style 4 */
.cs-style-4 li {
	-webkit-perspective: 1700px;
	-moz-perspective: 1700px;
	perspective: 1700px;
	-webkit-perspective-origin: 0 50%;
	-moz-perspective-origin: 0 50%;
	perspective-origin: 0 50%;
}

.cs-style-4 figure {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cs-style-4 figure > div {
	overflow: hidden;
}

.cs-style-4 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-4 figure:hover img,
.cs-style-4 figure.cs-hover img {
	-webkit-transform: translateX(25%);
	-moz-transform: translateX(25%);
	-ms-transform: translateX(25%);
	transform: translateX(25%);
}

.cs-style-4 figcaption {
	height: 100%;
	width: 50%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-4 figure:hover figcaption,
.cs-style-4 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-4 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
    cursor: pointer;
}

/* Caption Style 5 */
.cs-style-5 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-5 figure:hover img,
.cs-style-5 figure.cs-hover img {
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	transform: scale(0.4);
}

.cs-style-5 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

.no-touch .cs-style-5 figure:hover figcaption,
.cs-style-5 figure.cs-hover figcaption {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.cs-style-5 figure a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/* Caption Style 6 */
.cs-style-6 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-6 figure:hover img,
.cs-style-6 figure.cs-hover img {
	-webkit-transform: translateY(-50px) scale(0.5);
	-moz-transform: translateY(-50px) scale(0.5);
	-ms-transform: translateY(-50px) scale(0.5);
	transform: translateY(-50px) scale(0.5);
}

.cs-style-6 figcaption {
	height: 100%;
	width: 100%;
}

.cs-style-6 figcaption h3 {
	margin-top: 60%;
}

.cs-style-6 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/* Caption Style 7 */
.cs-style-7 li:first-child { z-index: 6; }
.cs-style-7 li:nth-child(2) { z-index: 5; }
.cs-style-7 li:nth-child(3) { z-index: 4; }
.cs-style-7 li:nth-child(4) { z-index: 3; }
.cs-style-7 li:nth-child(5) { z-index: 2; }
.cs-style-7 li:nth-child(6) { z-index: 1; }

.cs-style-7 figure img {
	z-index: 10;
}

.cs-style-7 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	-moz-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	box-shadow: 0 0 0 0px #2c3f52;
}

.no-touch .cs-style-7 figure:hover figcaption,
.cs-style-7 figure.cs-hover figcaption {
	opacity: 1;
	height: 130%;
	box-shadow: 0 0 0 10px #2c3f52;
}

.cs-style-7 figcaption h3 {
	margin-top: 86%;
}

.cs-style-7 figcaption h3,
.cs-style-7 figcaption span,
.cs-style-7 figcaption a {
	opacity: 0;
	-webkit-transition: opacity 0s;
	-moz-transition: opacity 0s;
	transition: opacity 0s;
}

.cs-style-7 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.no-touch .cs-style-7 figure:hover figcaption h3,
.no-touch .cs-style-7 figure:hover figcaption span,
.no-touch .cs-style-7 figure:hover figcaption a,
.cs-style-7 figure.cs-hover figcaption h3,
.cs-style-7 figure.cs-hover figcaption span,
.cs-style-7 figure.cs-hover figcaption a {
	-webkit-transition: opacity 0.3s 0.2s;
	-moz-transition: opacity 0.3s 0.2s;
	transition: opacity 0.3s 0.2s;
	opacity: 1;
}

@media screen and (max-width: 31.5em) {
	.grid {
		padding: 10px 10px 100px 10px;
	}
	.grid li {
		width: 100%;
		min-width: 300px;
	}
}

/*---------------------------------------------------------
END GALLERY STYLES
---------------------------------------------------------*





/*---------------------------------------------------------
BEGIN IMAGE CROP STYLES
---------------------------------------------------------*



/* Apply these styles only when #preview-pane has
   been placed within the Jcrop widget */
.jcrop-holder #preview-pane {
  display: block;
  position: absolute;
  z-index: 2000;
  right: -280px;
  padding: 6px;
  border: 1px rgba(0,0,0,.4) solid;
  background-color: white;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}

/* The Javascript code will set the aspect ratio of the crop
   area based on the size of the thumbnail preview,
   specified here */

#preview-pane .preview-container {
  width: 140px;
  height: 140px;
  overflow: hidden;
    border: 1px rgba(0,0,0,.4) solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

    #demo4 {
    background-color: #eee;
/*    width: auto;
    height: auto;*/
    font-size: 24px;
    font-weight: 300;
    display: block;
  }

/*---------------------------------------------------------
END IMAGE CROP STYLES
---------------------------------------------------------*/

/*---------------------------------------------------------
BEGIN OWL.CAROUSEL.CSS
---------------------------------------------------------*/



/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

/*---------------------------------------------------------
END OWL.CAROUSEL.CSS
---------------------------------------------------------*/


/*---------------------------------------------------------
BEGIN OWL.THEME.CSS
---------------------------------------------------------*/


/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: -50px;
        position: absolute;
	text-align: center;
        width: 100%;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #FFF;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/*---------------------------------------------------------
END OWL.THEME.CSS
---------------------------------------------------------*/


.connected-apps-subtitle {
    width: 100%;
    font-size: 13px;
    color: #363636;
}

.connected-apps > li span {
    margin: 0px 3px;
}

.connected-apps-title {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    color: #363636;
}

.challenge-view-post-header {
    padding: 15px 15px!important;
}

.np-follow-btn {
    background-color: #ff5b34;
    border: 1px solid #ff5b34;
    color: #FFFFFF;
    border-radius: 50px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 5px 18px;
    font-size: 15px;
    float: none;
    margin-bottom: 25px;
    max-width: 115px;
}

.unghost-button {
    border-radius: 20px;
    position: absolute!important;
    top: 65px;
    right: 20px;
    background-color: #ff5b34;
    color: #fff!important;
    padding: 3px 10px;
}

.unghost-button a {
    color: #fff!important;
}
.unghost-button a:hover {
    color: #fff!important;
    background-color: #ff5b34!important;
}

#unghost-button-a {
    color: #fff!important;
    background-color: #ff5b34!important;
    font-size: 14px;
}

#unghost-button-a:hover {
    color: #fff!important;
    background-color: #ff5b34!important;
    border: none!important;
}

.np-location {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #363636;
    margin-bottom: 25px;
}

.np-hr {
    border-top: 1px solid #ddd;
    margin-left: -15px;
    margin-right: -15px;
}

.fr-hr {
    border-top: 1px solid #ddd;
    margin-left: 0px;
    margin-right: 0px;
}

.fr-bio-footer {
    display: block;
    padding: 0px 20px 20px 17px;
    text-align: center;
}

.page-status-indicator {
    position: absolute;
    right: 30px;
}

.np-hr-wider {
    border-top: 1px solid #ddd;
    margin-left: -30px;
    margin-right: -30px;
}

.story-hr {
    border-top: 1px solid #ddd;
    margin-top: 0px;
    margin-bottom: 10px;
}

.cf-charity-bio {
    font-size: 14px;
    font-weight: 500;
    color: #363636;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-top: 25px;
}

.np-user {
        text-align: center;
    margin-top: 25px;
    color: #363636;
    font-size: 18px;
    font-weight: 600;
}

.sticky-donate-inner {
    max-width: 221px;
    margin-left: auto;
    margin-right: auto;
}

.sf-btn {
    border: 1px solid #ff5b35!important;
    color: #ff5b35!important;
    background: transparent!important;
}

.widget-icon {
    font-size: 85px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    color: #ccc;
    margin-top: 15px;
}

.confirmation-icon-tick {
    text-align: center;
    font-size: 60px;
}

.payment-confirmed {
    text-align: center;
    color: #363636;
    font-size: 28px;
    font-weight: 600;
    margin-top: 15px;
}

.payment-button-footer {
    border: 1px solid #dadada;
    max-width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    background: #eee;
    padding: 20px 0px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.payment-confirmed-text {
    text-align: center;
    font-size: 15px;
    color: #363636;
    margin: 25px 50px;
}

.confirmation-icon-tick i {
    color: green;
}

.bfr-title {
    color: #363636;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
}

.bfr-illustration {
    width: 100%;
    background-color: #f2f2f2;
}

.bfr-copy {
    font-size: 14px;
    font-weight: 500;
    color: #363636;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-top: 25px;
}

.join-modal-body {
    padding: 0px;
}

.join-modal-content {
    border-radius: 0px;
    float: left;
    box-shadow: 0px 0px 41px #4e4e4e;
}

.join-modal-row {
    width: 100%;
}

.join-modal-logo {
     width: 85px;
    height: 85px;
    background-image: url(../img/etchlogo-small.png);
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: contain;
}


.join-modal-left {
    width: 50%;
    float: left;
    background-image: url(../img/join.jpg);
    background-size: cover;
    vertical-align: middle;
    padding-top: 20%;
    padding-bottom: 18%;
    padding-left: 50px;
    padding-right: 50px;
}

.sub-modal-left {
    width: 50%;
    float: left;
    background-image: url(../img/sub.jpg);
    background-size: cover;
    vertical-align: middle;
    padding-top: 20%;
    padding-bottom: 18%;
    padding-left: 50px;
    padding-right: 50px;
}

.join-modal-right {
    width: 50%;
    float: left;
    padding: 50px 50px 50px 50px;
}

.join-modal-title {
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
}

.join-modal-p {
   color: #ffffff;
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
}

.join-modal-p-right {
    text-align: center;
    margin-top: -8px;
    font-size: 14px;
    font-weight: 400;
    color: #363636;
    margin-bottom: 30px;
}

.joinEtchrock {
    font-size: 22px;
    margin-bottom: 21px;
    text-align: center;
    font-weight: 600;
    color: #363636;
    letter-spacing: -1px !important;
}

.join-modal-dialog {
    width: 775px;
}

.sso-buttons {
    border-radius: 4px;
    display: block;
    text-align: center;
    color: #fff !important;
    margin-top: 10px;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    font-weight: 600;
}

.sso-fb {
    background-color: #4267b2;
}

.sso-google {
    background-color: #dd4b39;
}

.sso-apple {
    background-color: #000000;
}

.sso-submit {
    background-color: #ff5b35;
}

.signup-email-link {
    text-align: center;
    margin-top: 25px;
}

.signup-email-link a {
    color: #363636;
}

.signup-email-link-orange {
    font-weight: 600;
    color: #ff5b35;
}

.new-close-btn {
    background-image: url(../img/new-close.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    margin-top: 20px;
    float: none;
    display: block;
    margin-right: 20px;
}

.new-close-btn-parent {
    opacity: 1!important;
}


.lang-modal-content {
    box-shadow: 0px 0px 41px #4e4e4e;
    border-radius: 20px;
    border: none;
}

.lang-modal-inner {
    padding: 60px 30px 20px 30px;
}

.lang-scroller {
    max-height: 385px;
    overflow-y: auto;
}

.er-lang-fixed-btn {
    border: 1px solid #d9d9d9;
    border-radius: 50px;
    height: 45px;
    position: fixed;
    bottom: 19px;
    right: 19px;
    cursor: pointer;
    z-index: 99999;
    transition: transform .2s;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 43px;
    text-align: center;
    background-color: #fff;
}

.er-lang-btn-icon {
        display: inline-block;
    width: 29px;
    height: 29px;
    float: left;
    margin-top: 7px;
    margin-left: 7px;
}
.er-lang-btn-code {
    display: block;
    float: left;
    margin-left: 5px;
    font-weight: 600;
    margin-right: 15px;
}
.er-lang-btn-england {
    background-image: url(../img/Flag-England-England.jpg);
        background-size: contain;
}

.er-lang-btn-wales {
    background-image: url(../img/Flag-Wales-Wales.jpg);
        background-size: contain;
}

.er-lang-btn-france {
    background-image: url(../img/Flag-France-France.jpg);
        background-size: contain;
}

.er-lang-btn-portugal {
    background-image: url(../img/Flag-Portugal-Portugal.jpg);
        background-size: contain;
}


.er-lang-a {
   border: 1px solid transparent;
    display: block;
    border-radius: 12px;
    margin: 5px;
    padding: 16px 18px;
    cursor: pointer;
    color: #333!important;
}

.er-lang-a-selected {
    border: 1px solid #000!important;
    background: #f7f7f7!important;
}

.er-lang-language {
    font-weight: 600;
}

.er-lang-country {
    font-weight: normal;
}

.er-lang-a:hover {
   background: #f7f7f7;
}



.er-lang-popup-h4 {
        clear: left;
    width: 100%;
    letter-spacing: normal !important;
    font-weight: 600;
    font-size: 19px;
}

.er-lang-wrap {
    width: 20%;
    float: left;
}

.sub-popup-form {
    height: 46px !important;
}

.coloured-profile-initial {
    border: 2px solid #ccc !important;
    width: 50px;
    height: 50px;
    display: block;
    margin-left: 9px !important;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #ddd;
    text-align: center;
    font-size: 25px;
    color: #fff;
    line-height: 46px;
}

.cpi-red {
    background-color: #e64d3d;
}

.cpi-yellow {
    background-color: #f29d12;
}

.cpi-navy {
    background-color: #334a5f;
}

.cpi-green {
    background-color: #29ad60;
}

.cpi-orange {
    background-color: #d25301;
}

.cpi-purple {
    background-color: #8d45ac;
}

.cpi-blue {
    background-color: #3498db;
}

@media only screen and (max-width: 640px) {
   
    .settings-radio-left {
        width: 14%;
        float: left;
        padding-left: 10px;
    }
    .settings-radio-right {
        width: 86%;
        float: left;
    }

    #privacy-radios label {
        width: 25px;
        height: 25px;
        margin-bottom: 79px;
    }   


}
.lang-outer, .er-lang-language, .er-lang-country {
    letter-spacing: normal!important;
}