﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
.text-primary {
    color: #D47D07 !important;
}

.btn-primary {
    color: #fff;
    background-color: #D47D07;
    border-color: #D47D07;
    text-decoration:none !important;
}

.form-control-lg {
    font-size: 13px;
}

.menu-item:hover > .menu-link, .menu-item.current > .menu-link {
    color: #D47D07;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.has-feedback {
    position: relative;
}

.has-feedback a {
    color: #d3d3d3 !important;
    width: 25px;
    height: 38px;
    line-height: 42px;
    font-size: 20px;
    position: absolute;
    top: -2px;
    right: 5px;
    cursor: pointer;
    text-align: center;
}


.ct-visa {
    background-image: url(/img/visa-45x28.png);
    background-repeat: no-repeat;
    background-position: 99% 50%;
}

.ct-mc {
    background-image: url(/img/mc-45x28.png);
    background-repeat: no-repeat;
    background-position: 99% 50%;
}

.ct-amex {
    background-image: url(/img/amex-45x28.png);
    background-repeat: no-repeat;
    background-position: 99% 50%;
}

.ct-disc {
    background-image: url(/img/disc-45x28.png);
    background-repeat: no-repeat;
    background-position: 99% 50%;
}

.ct-generic {
    background-image: url(/img/generic-45x28.png);
    background-repeat: no-repeat;
    background-position: 99% 50%;
}
.event .entry-image .entry-date {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    width: 95px;
    height: 85px;
    text-align: center;
    padding-top: 9px;
    font-size: 1.75rem;
    line-height: 1;
}
.event .entry-image .entry-date span {
    display: block;
    font-size: 23px;
    margin-top: 7px;
}

.speaker-role {
    font-size: 11px;
    text-transform: uppercase;
    color: #7F89A1;
    font-weight: 700;
    display: block;
    letter-spacing: 1px;
    margin-top: 10px;
    display: block;
}

.text-small {
    font-size:14px;
}

a {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-decoration: underline !important;
    color: #D47D07;
}

.menu-link {
    text-decoration: none !important;
}

.section-header {
    background-color: #DFEBFF;
    padding: 19px;
    margin-top: 40px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
}
    .section-header h4 {
        margin-top: 0px;
        margin-bottom: 0px;
        text-transform: uppercase;
        font-size: 14px;
        color: #7F89A1;
        font-weight: 600;
    }

.cbox2 {
    margin-left: 5px;
    font-weight: 500;
    text-transform: none;
    letter-spacing:.5px;
}

/* iCheck plugin Minimal skin, blue
----------------------------------- */
.icheckbox_minimal-blue,
.iradio_minimal-blue {
    display: inline-block;
    margin: 0px 0 -3px 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(/img/blue.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal-blue {
    background-position: 0 0;
}

    .icheckbox_minimal-blue.hover {
        background-position: -20px 0;
    }

    .icheckbox_minimal-blue.checked {
        background-position: -40px 0;
    }

    .icheckbox_minimal-blue.disabled {
        background-position: -60px 0;
        cursor: default;
    }

    .icheckbox_minimal-blue.checked.disabled {
        background-position: -80px 0;
    }

.iradio_minimal-blue {
    background-position: -100px 0;
}

    .iradio_minimal-blue.hover {
        background-position: -120px 0;
    }

    .iradio_minimal-blue.checked {
        background-position: -140px 0;
    }

    .iradio_minimal-blue.disabled {
        background-position: -160px 0;
        cursor: default;
    }

    .iradio_minimal-blue.checked.disabled {
        background-position: -180px 0;
    }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_minimal-blue,
    .iradio_minimal-blue {
        background-image: url(/img/blue@2x.png);
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}

.iconwrap {
    font-size: 120px;
    float: left;
    margin: -20px 20px 10px 0;
}



.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

    .bootstrap-touchspin .input-group-btn-vertical > .btn {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 8px 10px;
        margin-left: -1px;
        position: relative;
    }

    .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
        border-radius: 0;
        border-top-right-radius: 4px;
    }

    .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
        margin-top: -2px;
        border-radius: 0;
        border-bottom-right-radius: 4px;
    }

    .bootstrap-touchspin .input-group-btn-vertical i {
        position: absolute;
        top: 3px;
        left: 5px;
        font-size: 9px;
        font-weight: normal;
    }

.input-spinner {
    text-align: center;
}

#tbl-group td {
    padding: 3px;
}
/* ----------------------------------------------------------------------------
    Counters
---------------------------------------------------------------------------- */
.counter {
    font-size: 80px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}




.counters-wrapper {
    font-size: 0;
}

    .counters-wrapper > * {
        font-size: 15px;
    }

.counter-block {
    margin: 16px;
    vertical-align: top;
    display: inline-block;
    width: 168px;
    height: 168px;
    text-align: center;
}

    .counter-block.counter-block-solid .counter-box {
        border-width: 0;
        border-color: transparent;
    }

    .counter-block.counter-block-solid .counter-content {
        padding: 0 20px;
    }

        .counter-block.counter-block-solid .counter-content * {
            color: #ffffff;
        }

    .counter-block.counter-block-border .counter-box {
        background-color: transparent;
    }

    .counter-block.counter-block-no-border.has-separator .counter-content > .fa:after,
    .counter-block.counter-block-no-border.has-separator .counter-content > .counter:after {
        position: absolute;
        top: 75px;
        right: -2px;
        width: 2px;
        height: 50px;
        display: block;
        content: "";
        background-color: #eff1f5;
    }

    .counter-block.counter-block-no-border .counter-box {
        background-color: transparent;
        border: none;
    }

        .counter-block.counter-block-no-border .counter-box .counter-content {
            vertical-align: middle;
            padding: 0;
        }

            .counter-block.counter-block-no-border .counter-box .counter-content .title {
                font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
                font-size: 11px;
                font-weight: 700;
                text-transform: uppercase;
                letter-spacing: 0.6em;
                line-height: 18px;
            }

    .counter-block.counter-block-white .counter-content * {
        color: #ffffff;
    }

.counter-box {
    display: table;
    width: 100%;
    height: 100%;
    background-color: #f3f5f6;
    border-style: solid;
    border-width: 2px;
    border-color: #eff1f5;
}

    .counter-box .counter-content {
        vertical-align: middle;
        display: table-cell;
        padding: 0 16px;
    }

        .counter-box .counter-content > .count {
            display: inline-block;
            width: 100%;
            font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
            font-size: 80px;
            font-weight: 700;
            line-height: 100px;
        }

        .counter-box .counter-content > .fa {
            width: 100%;
            font-size: 78px;
            line-height: 100px;
        }

        .counter-box .counter-content .title {
            margin: 0;
            font-size: 13px;
            line-height: 16px;
        }

@media (max-width: 991px) {
    .counter-block {
        margin: 10px;
        width: 150px;
        height: 150px;
    }

    .counter-box .counter-content > .fa,
    .counter-box .counter-content > .count {
        line-height: 90px;
    }

    .counter-block.counter-block-no-border + .counter-block .counter-content > .fa:after,
    .counter-block.counter-block-no-border + .counter-block .counter-content > .count:after {
        left: -12px;
    }
}

@media (max-width: 767px) {
    .counter-block {
        margin: 5px;
        width: 114px;
        height: 114px;
    }

    .counter-box .counter-content > .fa,
    .counter-box .counter-content > .count {
        font-size: 50px;
        line-height: 65px;
    }

    .counter-block.counter-block-no-border + .counter-block .counter-content > .fa:after,
    .counter-block.counter-block-no-border + .counter-block .counter-content > .count:after {
        left: -7px;
    }

    .counter-block.counter-block-no-border .counter-box .counter-content .title {
        letter-spacing: 0.3em;
    }
}

@media (max-width: 540px) {
    .counter-block.counter-block-no-border + .counter-block .counter-content > .fa:after,
    .counter-block.counter-block-no-border + .counter-block .counter-content > .count:after {
        display: none;
    }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
    font-size: 18px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
/* Hotspot */
.hotspot-img {
    position: relative;
}

    .hotspot-img img {
        opacity: .6;
    }

    .hotspot-img .hot-spot {
        position: absolute;
        width: 12px;
        height: 12px;
        top: 5px;
        left: 5px;
        text-align: center;
        background-color: rgba(68, 170, 172, 0.8);
        border: 1px solid #FFF;
        border-radius: 100%;
        cursor: pointer;
        transition: transform .3s ease;
    }

        .hotspot-img .hot-spot .circle {
            display: block;
            position: absolute;
            top: 47%;
            left: 47%;
            width: 2em;
            height: 2em;
            margin: -1em auto auto -1em;
            -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            border-radius: 50%;
            background: #44aaac;
            opacity: 0;
            z-index: -1;
            -webkit-animation: pulsate 3.5s ease-out infinite;
            animation: pulsate 3.5s ease-out infinite;
        }

        .hotspot-img .hot-spot:nth-child(2) .circle {
            animation-delay: 2s;
        }

        .hotspot-img .hot-spot:nth-child(3) .circle {
            animation-delay: 3.5s;
        }

        .hotspot-img .hot-spot:nth-child(4) .circle {
            animation-delay: 5.2s;
        }

        .hotspot-img .hot-spot:nth-child(5) .circle {
            animation-delay: 6.4s;
        }

        .hotspot-img .hot-spot:nth-child(6) .circle {
            animation-delay: 8s;
        }

        .hotspot-img .hot-spot:nth-child(7) .circle {
            animation-delay: 9.2s;
        }

        .hotspot-img .hot-spot:nth-child(8) .circle {
            animation-delay: 11s;
        }

        .hotspot-img .hot-spot:nth-child(9) .circle {
            animation-delay: 13s;
        }

        .hotspot-img .hot-spot:nth-child(10) .circle {
            animation-delay: 15s;
        }

        .hotspot-img .hot-spot .tooltip {
            background-color: rgba(255, 255, 255, 0.9);
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            font-size: 14px;
            opacity: 0;
            display: none;
            left: 0;
            padding: 8px 10px;
            position: absolute;
            top: 20px;
            width: auto;
            z-index: 999;
            box-shadow: 0 10px 80px rgba(0,0,0,0.1), 0 10px 50px rgba(0,0,0,0.1);
            -webkit-transform: translateY(3px);
            -ms-transform: translateY(3px);
            -o-transform: translateY(3px);
            transform: translateY(3px);
            -webkit-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
        }

        .hotspot-img .hot-spot.hotspot-tooltip-open .tooltip {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }

        .hotspot-img .hot-spot .tooltip.ontop {
            top: auto;
            bottom: 35px;
        }

        .hotspot-img .hot-spot .tooltip p {
            font-size: 13px;
            line-height: 1.3rem !important;
            margin-bottom: 0;
            white-space: nowrap;
            color: #666 !important;
            text-transform: capitalize;
        }

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }

    45% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0;
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }

    45% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0;
    }
}















