﻿body {
    background: url('../images/email-pattern.png') repeat;
}

a {
    text-decoration: none !important;
}

.sticky-top {
    border-bottom: 1px solid #818191;
}

.widget-user .widget-user-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    height: 135px;
    padding: 1rem;
    text-align: center;
}

.widget-user .widget-user-username {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.widget-user .widget-user-desc {
    margin-top: 0;
}

.widget-user .widget-user-image {
    left: 50%;
    margin-left: -45px;
    position: absolute;
    top: 80px;
}

    .widget-user .widget-user-image > img {
        border: 3px solid #ffffff;
        height: auto;
        width: 90px;
    }

.widget-user-2 .widget-user-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    padding: 1rem;
}

.widget-user-2 .widget-user-username {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 5px;
    margin-top: 5px;
}

.widget-user-2 .widget-user-desc {
    margin-top: 0;
}

.widget-user-2 .widget-user-username,
.widget-user-2 .widget-user-desc {
    margin-left: 75px;
}

.widget-user-2 .widget-user-image > img {
    float: left;
    height: auto;
    width: 65px;
}

.description-block {
    display: block;
    margin: 10px 0;
    text-align: center;
}

    .description-block > .description-header {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }

    .description-block > .description-text {
        text-transform: uppercase;
    }

.card-weather {
    background: #e1ecff;
    background-image: linear-gradient(to left bottom, #d6eef6, #dff0fa, #e7f3fc, #eff6fe, #f6f9ff)
}

    .card-weather .card-body:first-child {
        background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1557323760/weather.svg) no-repeat center;
        background-size: cover
    }

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-weather .weather-date-location {
    padding: 0 0 38px
}

.flatpickr-calendar {
    width: 100% !important;
}

/*.footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    line-height: 30px;
    background-color: #f5f5f5;
}*/

.no-data {
    width: 20rem !important;
}


.page-title {
    color: #e8e464;
    font-size: 1.0rem;
    text-transform: uppercase;
}

a {
    cursor: pointer !important;
}

.total-likes, .total-comments {
    margin-left: 5px;
}

.card-comments-footer {
    background: #d2e1ec;
}

.category-bullet-a i {
    margin-right: 5px;
}

.cb-private {
    margin-right: 6px;
}

.read-more {
    color: red;
}

.text-blue {
    color: #2196f3 !important;
}

.text-black {
    color: black !important;
}

.img-card-block {
    width: 350px;
    height: 250px;
}

.form-section {
    background: red;
}

.notification {
    text-decoration: none;
    position: relative;
    display: inline-block;
    border-radius: 2px;
    padding: 5px;
}

    .notification .badge {
        position: absolute;
        top: -10px;
        right: -10px;
        padding: 10px 6px;
        background: #ff922b;
        color: white;
        font-size: 12px;
    }

.datepicker, .bootstrap-datetimepicker-widget {
    z-index: 99999999 !important;
}

.eventheader-createdby {
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 5px;
}

.post-img {
    max-height: 90vh !important;
}

.card-training {
    height: 360px;
    overflow-y: auto;
}

.time-block {
    font-size: 12px;
}

.influencer-header {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.ck-editor__editable {
    min-height: 300px !important;
}

.text-justify {
    text-align: justify !important;
}

.card-masonry .card-title {
    font-size: 0.8rem !important;
    color: #539b32;
}

.card-masonry:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    margin-top: -5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.tooltip-inner {
    background-color: #0f93a9;
}

.tooltip.bs-tooltip-right {
    border-right-color: #0f93a9 !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-right-color: #0f93a9 !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-right-color: #0f93a9 !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-right-color: #0f93a9 !important;
}

.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #0f93a9;
}

.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #0f93a9;
}

.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #0f93a9;
}

.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #0f93a9;
}

.view-full-post {
    text-align: center;
}

    .view-full-post .posted-by {
        font-size: 11px;
        font-weight: bold;
        color: #0e7ea8;
    }

.badge-filter {
    font-size: 13px;
    /*text-transform: uppercase;*/
}
