.navcol {
    padding: 0;
    margin: 0;
    height: 80px;
    background-color: black;
}

.navcol:not(:last-child) {
    border-right-width: 8px;
    border-right-color: white;
    border-right-style: solid;
}

.panelimg {
    float: left;
    height: 100%;
    width: 35%;
    /* padding-top: 10%; */
    text-align: right;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.panelinfo {
    border-right-width: 8px;
    border-right-color: white;
    font-family: 'Arimo';
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    float: left;
    width: 65%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 10%;
    padding-right: 5%;
}

    .panelinfo a {
        color: white;
        margin-left: -7%;
    }

.txt {
    border: 1px solid blue;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.panelinfo img,
.panelimg img {
    width: 40px;
    height: 40px;
    margin-left: 30%;
}

.bigimg {
    height: 45px !important;
}

.carouselimg-responsive {
    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.carousel {
    margin-top: -20px;
    min-height: 300px;
}

#Carousel .item {
    height: 325px;
}

#Carousel img {
    height: 200px;
}

.main-carouselimg-responsive {
    overflow: hidden;
    position: relative;
}

#Carousel img.carouselimg {
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.carouselLeft {
    display: none;
}

.carouselRight {
    display: none;
}

.carousel-indicators {
    bottom: -45px;
}

.carousel-indicators li {
    margin: 0 !important;
    border-radius: 0 !important;
    list-style-type: square;
    background-color: black !important;
    border: 0 !important;
    opacity: 0.7;
}

.carousel-indicators .active {
    background-color: #1071be !important;
    opacity: 0.7;
}

#Carousel .carousel-indicators li {
    height: 20px !important;
    width: 20px !important;
}

.carousel-info {
    font-size: 25px;
    color: white;
}

.carousel-campaigninfo {
    display: inline-block;
}

.carouselName {
    background-color: #0192d5;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

.carouselName a {
    color: white;
    text-decoration: none;
}

.carouselDescription {
    background-color: white;
    margin-top: -11px;
    max-width: 500px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 38px;
    overflow: hidden;
    font-weight: bold;
    color: black;
}

#Carousel .carousel-indicators {
    position: absolute;
    bottom: 30%;
    left: 20%;
    z-index: 15;
    width: 60%;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.info-right {
    min-height: 180px;
}

label[for='favouritefilter']{
    margin-top: 6px;
}

label[for='favouritefilter'] input[type='checkbox']{
    top: 8px;
}

/*pad*/
@media (min-width: 768px) {
    .panelinfo img,
    .panelimg img {
        width: auto;
        height: 25px;
    }

    .bigimg {
        height: 30px !important;
    }

    .panelinfo {
        font-size: 12px;
    }

    #Carousel .item {
        height: calc(34vw);
    }

    #MobileCarousel .item {
        height: 230px;
    }

    #Carousel .carousel-indicators {
        bottom: 15px;
    }

    #MobileCarousel .carousel-indicators {
        bottom: 0;
    }


    #Carousel img {
        height: 100%;
        width: 100%;
    }

    #MobileCarousel img {
        height: 100%;
        width: 100%;
    }

    .carouselLeft {
        display: block;
        width: 32px;
        height: 40px;
        position: absolute;
        top: 40%;
        left: 3%;
    }

    .carouselRight {
        display: block;
        width: 32px;
        height: 40px;
        position: absolute;
        top: 40%;
        right: 3.4%;
    }

    .carousel-info {
        position: absolute;
        left: 8%;
        top: 50px;
        font-size: 38px;
    }

    #Carousel .main-carouselimg-responsive img {
        /*height:330px*/
        height: 100%;
    }

    #MobileCarousel .main-carouselimg-responsive img {
        height: 100%;
    }

    label[for='favouritefilter']{
        margin-top: 4px;
    }
}
/*padpro*/
@media (min-width: 992px) {
    #Carousel .item {
        height: 325px;
    }

    .panelinfo img,
    .panelimg img {
        width: auto;
        height: 33px;
    }

    .bigimg {
        height: 35px !important;
    }

    .panelinfo {
        font-size: 15px;
    }
}
/*computer*/
@media (min-width: 1200px) {
    .carousel-info {
        left: 12%;
    }

    #Carousel .item {
        height: calc(34vw);
    }

    #Carousel .main-carouselimg-responsive img {
        height: 100%;
        /*margin-top: -100px;*/
    }

    .panelinfo {
        padding-top: 3px;
    }
}

@media screen and (max-width: 767px) {
    body > section:nth-child(18) {
        margin-top: 0px !important;
    }

    .carouselDescription {
        font-size: 25px;
    }

    .carousel {
        margin-top: -8px;
    }

    #MobileCarousel {
        margin-top: -126px;
    }

    #Carousel .carousel-inner {
        height: 305px;
    }

    #MobileCarousel .carousel-inner {
        height: calc(62vw);
    }

    #Carousel .carousel-indicators {
        bottom: 35%;
    }

    #MobileCarousel .carousel-indicators {
        bottom: 15px;
    }

    .main-carouselimg-responsive {
        margin-bottom: -1px;
    }

    #Carousel img.carouselimg {
        left: 81%;
        position: relative;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #MobileCarousel img.carouselimg {
        width: 100%;
        height: 100%;
    }
}

div.search-filters {
    padding-left: 0px;
    padding-right: 0px;
}

.listBody {
    height: calc(56.25vw + 170px);
}

.panelLeft {
    display: none;
}

.panelRight {
    display: none;
}

.listpanel {
    padding: 0;
    margin: 0;
    height: 400px;
    padding-right: 25px;
    color: black;
}

.panelImg .carouselimg {
    /*height:169px;*/
    width: 100%;
}

.panelText {
    font-size: 16px;
    margin-top: 15px;
    padding-left: 10px;
}

.panelText span,
.panelText div span {
    color: #010101;
    margin-bottom: 1.5em;
    display: block;
}

.panelText .panelTime span {
    margin-bottom: 0;
}

.campaignName {
    font-size: 1.1em;
    font-family: arimo;
    font-weight: bold;
    line-height: 1.5em;
    color: #1071be;
    display: block;
    margin-bottom: 0.5em;
}

/*pad*/
@media (min-width: 768px) {
    .listBody {
        height: 600px;
        margin-top: 10px;
    }

    .listBody .container h3 {
        color: white;
        background-color: black;
    }

    .panelLeft {
        position: absolute;
        left: 0;
        display: block;
        top: 50%;
    }

    .panelRight {
        position: absolute;
        right: 1.4%;
        display: block;
        top: 50%;
    }

    .iconbar {
        width: 88%;
    }

    .navcontainer {
        width: 88%;
    }
}

/*padpro*/
@media (min-width: 992px) {
    .listBody {
        height: 100%;
    }

    .panelRight {
        right: 0;
    }
}

/*computer*/
@media (min-width: 1200px) {
    .panelLeft {
        left: 8%;
    }

    .panelRight {
        right: 6.8%;
    }

    .iconbar {
        width: 78%;
    }

    .navcontainer {
        width: 78%;
    }
}

.listBody .container {
    width: auto;
    margin-left: 11%;
    margin-right: 11%;
}

.searchtext {
    width: 100%;
}
/*,
body > footer > div.footer-top > div.container,
body > footer > div.footer-bottom > div.container*/

@media screen and (max-width: 1200px) {
    .listBody .container {
        margin-left: 6%;
        margin-right: 6%;
    }
}

@media screen and (max-width: 767px) {
    body > section:nth-child(18) {
        margin-top: 0px !important;
    }

    .carouselDescription {
        font-size: 25px;
    }

    .listBody .container {
        margin-left: 0;
        margin-right: 0;
    }

    .panelText .panelTime span {
        font-size: 14px;
    }

    .daterangediv div.col-sm-12.col-lg-6.col-xs-12.col-md-6:nth-child(2) {
        padding-bottom: 10px;
    }

    .info-right {
        min-height: 100px;
    }
}

.autocompleteli:hover {
    background-color: LightGrey;
    display: block;
}

.imgbackground {
    height: 0;
    padding-bottom: 50%;
    background-position: center bottom;
    background-size: cover;
}

.events-item {
    padding-left: 15px;
    padding-right: 0;
    margin-top: 10px;
    /*min-height: 300px;*/
}

.events-info {
    margin-top: 10px;
}

.events-info h3 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    max-height: 58px;
    padding-bottom: 3px;
}

.info-left {
    padding: 0;
}

.favBtn {
    padding-top: 10px;
    max-width: 70px;
}

.square {
    background: rgb(0,112,187);
    color: white;
    position: relative;
    width: 100%;
}

.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.content {
    text-align: center;
    padding-top: 5px;
    position: absolute;
    width: 100%;
    height: 100%;
}

.eventtype {
    background-color: #C1272D;
    display: inline-block;
    color: white;
    padding: 0px 5px;
}

@media (min-width:768px) {
    .events-item {
        margin-left: 0;
        margin-right: 0;
        padding-right: 15px;
        margin-top: 10px;
    }
}

.form-control.homepicklist {
    margin-top: 20px;
    background-color: #0092D4;
    color: white;
}

.WhiteLetterInBlueBG {
    background-color: rgb(0,112,187);
    color: white;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
}

.NotEmptySelect,
.form-control.homepicklist {
    font-size: 18px;
    font-weight: bold;
    min-height: 44px;
    margin-top: 20px;
    background-color: rgb(0,112,187);
    color: white;
    border: transparent;
    padding-right: 30px;
    margin-bottom: 10px;
}

.NotEmptySelect {
    background-color: #C1272C;
    color: white;
    height: 35px;
    line-height: 44px;
    text-align: left;
    margin-top: 20px;
    padding-left: 15px;
    cursor: pointer;
    margin-bottom: 15px;
}

.EmptySelect {
    background-color: #0092D4;
    color: white;
}

span.glyphicon-remove {
    color: white;
    top: 25px;
    right: 5px;
    background-color: #C1272C;
    width: 30px;
    z-index: 101;
}

.form-control.homepicklist {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.form-control.homepicklist::-ms-expand {
    display: none;
}

.daterangediv .dropdown-menu {
    background-color: rgb(242,242,242);
    border: 1px solid rgb(242,242,242);
}

.result {
    margin-top: 20px;
    margin-bottom: 20px;
}

.eventsearch {
    float: left;
    width: 60px;
    height: 50px;
    background-color: black;
    color: white;
    border-color: transparent;
}

.listBody .searchtext::placeholder {
    color: black;
}

.searchdiv {
    left: 50px;
    z-index: 999;
    margin-top: -30px;
}

.searchtopdiv {
    left: 25%;
    z-index: 999;
    position: fixed;
    top: 0px;
    margin-top: 10px;
    width: 60%;
}

@media (max-width:767px) {
    .events-item {
        min-height: 300px;
    }

    span.glyphicon-remove {
        top: 15px;
        margin-right: 15px;
    }

    .eventsearch {
        width: 50px;
        height: 50px;
    }

    .listBody .input-group div.searchtextdiv::after {
        content: " ";
        width: 85%;
        height: 1px;
        border-bottom: 1px solid rgb(0,0,0);
        position: absolute;
        top: 40px;
        left: 30px;
        z-index: 99;
    }
}

@media (max-width:991px) {
    .search-filters h3.blacktitle h3.pagetitle span {
        margin-top: -1px;
        font-size: 40px;
        font-weight: bold;
        background-color: rgb(241,241,241);
        color: rgb(51,51,51);
    }

    .search-filters h3.blacktitle h3.pagetitle span::first-letter {
        border-bottom: 6px solid rgb(0,112,187);
    }

    .listBody {
        margin-top: 10px;
    }

    .listBody .input-group div.searchtextdiv + div {
        margin-left: 0;
        right: 20px;
        padding: 0;
    }

    .listBody .input-group div.searchtextdiv::after {
        content: " ";
        width: 85%;
        height: 1px;
        border-bottom: 1px solid rgb(0,0,0);
        position: absolute;
        top: 40px;
        left: 30px;
        z-index: 99;
    }

    .listBody .searchtext {
        padding-bottom: 15px;
        padding-left: 20px;
        height: 50px;
        background: white;
        box-shadow: none;
        border-radius: 0;
        border: none;
        width: calc(100vw - 160px);
    }

    .eventsearch {
        float: right;
    }

    .NotEmptySelect, .form-control.homepicklist {
        font-size: 14px;
        margin-top: 10px;
    }

    span.glyphicon-remove {
        top: 15px;
        margin-right: 15px;
    }

    .searchdiv {
        left: 0px;
    }

    .searchtopdiv {
        width: 90%;
        left: 10px;
    }

    .listBody .input-group div.searchtextdiv::after {
        content: " ";
        width: 85%;
        height: 1px;
        border-bottom: 1px solid rgb(0,0,0);
        position: absolute;
        top: 40px;
        left: 30px;
        z-index: 99;
    }

    @media (min-width:768px) {
        .NotEmptySelect, .form-control.homepicklist {
            font-size: 18px;
        }

        .listBody {
            margin-top: 10px;
        }

        .listBody .input-group div.searchtextdiv {
            margin-left: 20px;
            margin-right: -20px;
        }

        .listBody .searchtext {
            padding-bottom: 15px;
            padding-left: 20px;
            height: 50px;
            background: white;
            box-shadow: none;
            border-radius: 0;
            border: none;
            width: 100%;
        }

        .eventsearch {
            float: left;
            margin-left: 15px;
        }
    }
}

@media (min-width:768px) {
    .result {
        padding: 0;
    }

    .favouritefilter {
        margin-top: 6px;
    }
}

@media (min-width:992px) {
    span.glyphicon-remove {
        right: 15px;
    }

    .search-filters > .col-xs-12 {
        margin-left: 0;
        padding-left: 0;
    }

    .search-filters h3.blacktitle h3.pagetitle span {
        margin-top: -1px;
        font-size: 37px;
        font-weight: bold;
        color: rgb(241,241,241);
        background-color: rgb(51,51,51);
        width: 100%;
        height: 45px;
        line-height: 52px;
    }

    .search-filters h3.blacktitle h3.pagetitle span::first-letter {
        border-bottom: 6px solid rgb(0,112,187);
    }

    .daterangediv .col-xs-12 {
        margin-left: 0;
        margin-right: -35px;
        padding-left: 0;
        padding-right: 5px;
        margin-top: 10px;
    }

    .daterangediv .col-xs-12:first-of-type {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 5px;
    }

    @media (max-width:1199px) {
        .search-filters h3.blacktitle h3.pagetitle span {
            margin-top: -1px;
            font-size: 28px;
            font-weight: bold;
            color: rgb(241,241,241);
            background-color: rgb(51,51,51);
            width: 100%;
            height: 45px;
            line-height: 46px;
        }

        .listBody {
            margin-top: 10px;
        }

        .searchtopdiv {
            width: 100%;
            left: 0px;
        }

        .listBody .input-group div.searchtextdiv::after {
            content: " ";
            width: 85%;
            height: 1px;
            border-bottom: 1px solid rgb(0,0,0);
            position: absolute;
            top: 40px;
            left: 30px;
            z-index: 99;
        }

        .listBody .searchtext {
            padding-bottom: 15px;
            padding-left: 20px;
            height: 50px;
            background: white;
            box-shadow: none;
            border-radius: 0;
            border: none;
            width: 100%;
        }

        .listBody > .input-group > div.col-lg-2.col-md-2.col-sm-2.col-xs-2 {
            width: 10%;
            margin-left: 50px;
        }
    }

    .favouritefilter {
        margin-top: 6px;
    }
}

@media (min-width:1200px) {
    .listBody {
        margin-top: 10px;
    }

    .listBody .input-group div.searchtextdiv::after {
        content: " ";
        width: 85%;
        height: 1px;
        border-bottom: 1px solid rgb(0,0,0);
        position: absolute;
        top: 40px;
        left: 30px;
        z-index: 99;
    }

    .listBody .searchtext {
        padding-bottom: 15px;
        padding-left: 20px;
        height: 50px;
        background: white;
        box-shadow: none;
        border-radius: 0;
        border: none;
        width: 100%;
    }

    .listBody > .input-group > div.col-lg-2.col-md-2.col-sm-2.col-xs-2 {
        width: 10%;
        margin-left: 55px;
    }

    .result {
        margin-top: 30px;
    }

    .favouritefilter {
        margin-top: 6px;
    }
}

@media (max-width:991px) {
    .result {
        padding-right: 0;
    }

    .result > div.col-lg-12.col-md-12.col-sm-12.col-xs-12.row-fluid {
        padding-right: 0;
    }

    @media (min-width:768px) {
        .events-item {
            padding-left: 10px;
            padding-right: 10px;
        }

        .events-item:nth-child(even) {
            margin-left: 13px;
        }

        .events-item:nth-child(odd) {
            margin-left: -13px;
        }
        div.search-filters {
            margin-left: -18px;
        }
    }

    .events-info .info-left {
        width: 60px;
    }

    .events-info .square {
        width: 60px;
        background-color: rgb(0,112,187);
    }

    .events-info .square p.month {
        font-size: 15px;
        margin-bottom: 0;
        font-weight: bold;
    }

    .events-info .square p.number {
        font-size: 30px;
        margin-bottom: 0;
        line-height: 30px;
    }

    .events-info .favBtn {
        margin-left: 4px;
        margin-top: 7px;
    }

    .events-info .info-right {
        width: calc(100% - 60px);
    }
}

@media (min-width:992px) {
    body > div.container > div.listBody > div.result.col-lg-12.col-md-12.col-sm-12.col-xs-12 > div {
        padding-right: 0;
    }

    .events-info .info-left {
        width: 60px;
    }

    .events-info .square {
        width: 60px;
        background-color: rgb(0,112,187);
    }

    .events-info .square p.month {
        font-size: 15px;
        margin-bottom: 2px;
        margin-top: -2px;
        font-weight: bold;
    }

    .events-info .square p.number {
        font-size: 30px;
        margin-top: -7px;
        line-height: 40px;
    }

    .events-info .favBtn {
        margin-left: 5px;
        margin-top: 10px;
    }

    .events-info .info-right {
        width: calc(100% - 60px);
        padding-right: 0;
        word-wrap: break-word;
    }
}

.result .events-info .info-right a > h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    color: rgb(51,51,51);
}

.result .events-info .info-right p.date {
    font-size: 14px;
    margin-bottom: 0px;
    color: rgb(51,51,51);
}

.result .events-info .info-right p.location {
    font-size: 14px;
    margin-bottom: 10px;
    color: rgb(51,51,51);
}

.result .events-info .info-right p.eventtype {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

.crmEntityFormView .section-title {
    font-size: 18px;
}

.favouritefilter {
    font-size: 18px;
    font-weight: bold;
    min-height: 44px;
    margin-top: -8px !important;
    background-color: rgb(0,112,187);
    color: white;
    border: transparent;
    padding-right: 30px;
    text-align: center;
    padding-top: 10px;
    transform: scale(1.5);
}

.favouritediv div.form-control > label:nth-child(1) {
    font-weight: bold;
}

.loadingimg, .loadingeventimg {
    width: 30px;
}

.loadingeventimg {
    padding-bottom: 10px;
    padding-top: 100px;
}

.viewmore {
    cursor: pointer;
    text-align: center;
    display: none;
    padding-bottom: 20px;
}

.view-empty {
    padding-top: 10px;
}


.ui-autocomplete {
    border-radius: 0;
    border: none;
}

.ui-autocomplete li.autocompleteli:nth-child(1) {
    margin-top: 10px;
}


.ui-autocomplete .autocompleteli {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    padding-left: 15px;
}

.ui-autocomplete .autocompleteli p {
    font-size: 13px;
    margin-bottom: 0;
}

.autocompleteli:hover {
    background-color: LightGrey;
    display: block;
    border: none;
}
@media (max-width: 1200px) {
  .searchdiv {
    padding-top: 56px;
  }
}
@media(max-width:400px) {
  .searchtextdiv {
     margin-right:0px;
  }
}
@media(min-width: 400px and max-width:991px) {
   .listBody .input-group div.searchtextdiv {
        margin-right: 30px;
    }
}