body {
    padding-top: 92px;
    background: #f7f7f7;
    padding-bottom: 60px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 80px;
}

.nav-custom {
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
}

.navbar {
    min-height: 65px;
}

.panel {
    position: relative;
    margin-bottom: 30px;
    border-width: 0;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.padding-25 {
    padding: 25px 25px 15px 25px;
}


.product-name {
    /*color: #397dcd;*/
    color: black;
    font-size: 14px;
}

.sub-text-grey {
    color: #9e9e9e;
    font-size: 12px;
}

.money-text {
    color: #41628a;
}

.navbar-brand {
    /*padding: 14px 8px;*/
    padding: 7px 8px;
    height: 65px;
    cursor: default;
}

.social-icons i {
    font-size: 22px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #dedede !important;
    background-color: transparent;
}

.fb-blue {
    background-color: #3b5998 !important;
    color: #fff !important;
}

.twitter {
    color: #fff !important;
    background-color: #00aced !important;
}

.pinterest {
    color: #fff !important;
    background-color: #cb2027 !important;
}

.instagram {
    color: #fff !important;
    background-color: #bc2a8d !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #397dcd;
}

.navbar-inverse .navbar-toggle:hover {
    background-color: #f4faff;
}

.navbar-inverse .navbar-toggle:focus {
    background-color: #fff;
}

.navbar-inverse .navbar-toggle {
    border-color: #ccc;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #dcdcdc;
}

@media( max-width: 768px) {
    .btn-ellipsis {
        white-space: nowrap;
        /*width: 150px;*/
        max-width: 250px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .social-icons {
        display: table;
        margin: 0 auto;
        float: none !important;
        margin-bottom: 10px;
    }

        .social-icons li {
            float: left;
        }

    .footer-social {
        float: none !important;
    }

    .mypage-btn {
        text-align: center !important;
        float: none;
    }
}

.navbar-default {
    background-color: #ffffff;
    border-color: #e7e7e7;
}

.back-btn {
    padding: 13px 8px;
    height: 55px;
    float: left;
    font-size: 18px;
    line-height: 20px;
    color: #41628a !important;
}

.navbar-inverse .back-btn:hover {
    color: #3f79bf !important;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #9d9d9d !important;
    background-color: transparent;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    /*bottom: 66px;*/
    /*bottom: 114px;*/
    bottom: 120px;
    right: 20px;
    display: none;
}

.btn-round {
    /*padding: 4px 12px !important;
    border-radius: 50%;
    height: 40px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    width: 40px;*/
    padding: 10px 12px !important;
    border-radius: 50%;
    height: 50px;
    box-shadow: 0 3px 6px rgba(255, 255, 255, 0.16), 0 3px 6px rgba(255, 255, 255, 0.23);
    width: 50px;
}

.font-size-24 {
    font-size: 24px !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #286090;
    border-color: #204d74;
}

a:hover {
    color: #23527c !important;
    text-decoration: none !important;
}

a:focus {
    color: #337ab7;
    text-decoration: none !important;
}

/*curation-board*/
.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.padding-10 {
    padding: 10px !important;
}

.user-name {
    /*font-size: 24pt;*/ font-size: 36pt;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 5px;
}

.profile-img {
    height: 142px;
    /*border: 2px solid #9e9e9e;*/
    width: 142px;
}

    .profile-img img {
        width: 100%;
        height: 100%;
    }

.about-user {
    color: #636363;
    font-weight: 400;
    font-family: prata;
    font-size: 18px;
    line-height: 28px;
}

.btn-primary {
    color: #fff;
    background-color: #41628a;
    border-color: #41628a;
}

.padding-20 {
    padding: 20px;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.btn {
    border-radius: 25px !important;
    font-weight: 200;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.product-collection {
    height: 100px;
    width: 100px;
}

.product-img {
    height: 300px;
    width: 300px;
}

    .product-img img {
        width: 100%;
        height: 100%;
    }
/*curation-board*/

/*collage*/
.widget-container {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*margin-bottom: 20px;*/
    margin-bottom: 10px;
    margin-top: 20px;
}



/*
.widget-container>.row {
    margin-right: 0 !important;
    margin-left: 0 !important
}
*/



.widget {
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    background-color: #fff;
}





.image-tile {
    padding: 5px;
    /*    width: 400px;*/
    height: 370px;
    margin: 0 auto;
}

    .image-tile .tile {
        height: 180px;
        margin: 0;
        padding: 0;
        text-align: center;
        vertical-align: bottom;
        line-height: 180px;
    }

        .image-tile .tile.full-height {
            height: 100%;
            line-height: 370px;
        }

.tile img {
    /*width: auto;
    height: auto;*/ /* Commented since custom board images are not aligned properly in salesperson public page */
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: unset !important;
}

.BoardProductsImgs {
    /*width: auto !important;
    height: auto !important;*/
}

.image-tile.collage-3 .tile {
    height: 200px;
    margin: 0;
    padding: 0px;
    text-align: center;
    vertical-align: bottom;
    line-height: 200px;
}

.image-tile.morethantwo .tile {
    height: 200px;
    line-height: 200px;
}

/*
.image-tile .tile:nth-child(odd) {
    border: 1px solid #eee;
}
*/
.image-tile .tile:nth-child(even) {
    /*    border: 1px solid #eee;*/
    border-left: 0;
}

.border-bottom-0 {
    border-bottom: 0px !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.curationboard {
    font-size: 24pt;
    font-weight: 600;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.border-left-0 {
    border-left: 0 !important;
}

@media (min-width: 768px) {

    .floatonly-left {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 8px;
        padding-bottom: 6px;
    }
}
/*collage*/
.margin-top-10 {
    margin-top: 10px;
}

.usermail a {
    font-size: 12px;
    color: #969696;
    cursor: pointer;
}

.t-grey {
    color: #a7a7a7;
}
/*
.user-product p {
    margin-bottom: 10px;
}
*/
.font-size-12 {
    font-size: 12px;
}

.phone-no {
    color: #b3b3b3;
    margin-bottom: 5px;
}

.main-btn-align {
    padding-left: 95px;
    padding-top: 50px;
    text-align: center;
}

.user-product .btn {
    display: inline-block;
    padding: 6px 30px;   
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
}

@media screen and (max-width: 991px) {
    .divider {
        display: none;
    }

    .profile-img {
        margin: 0 auto !important;
    }

    .mycontent-center {
        text-align: center;
    }

    .main-btn-align {
        padding-left: 0px;
        padding-top: 0px;
        text-align: center;
    }
}

.nav-top {
    margin-top: 11px;
}

.footer-social {
    margin-top: 8px;
}

.margin-top-15 {
    margin-top: 15px;
}

.usermail {
    margin-top: 5px;
    margin-bottom: 5px;
}

.divider {
    position: absolute;
    left: 71%;
    top: 10%;
    bottom: 10%;
    border-left: 1px solid #dedede;
}
/*product-page*/
.card {
    /*font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0px 2px 15px rgba(0,0,0,0.19);*/
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0px 2px 15px rgba(0,0,0,0.19);
    background-color: #fbfbfc;
}

.card-block {
    /*font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
    background-color: #fbfbfb;*/
    /*font-size: 1em;
    position: relative;
    margin: 0;*/
    /*padding: 1em;
    height: 135px;*/
    /*padding: 25px;*/
    /*height: auto;*/
    /*border: none;
    border-top: 1px solid rgba(34,36,38,.1);
    box-shadow: none;
    background-color: #fbfbfb;
     text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
    background-color: #fbfbfb;
    height: 75px;
    /*height: auto;*/
    overflow: hidden;
    color: #535353;
    margin-bottom: 15px;
}

.card-img-top {
    display: block;
    /*width: auto;*/ width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

#eventsPublic .card-img-top {
    height: 188.25px !important;
}

.card-image-block {
    background-color: #FFF;
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
    width: 100%;
    /*height: 69px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    color: #404040;
}

.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
}

.card-footer {
    /*font-size: 16px;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: #337ab7;
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;*/
    font-size: 18px;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: #337ab7;
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.navbar.navbar-fixed-bottom {
    min-height: 55px !important;
}

.navbar .navbartop {
    min-height: 65px !important;
}

.meta {
    font-size: 1em;
    color: rgba(0, 0, 0, 0.55);
}

    .meta a {
        text-decoration: none;
        color: rgba(0, 0, 0, .4);
    }

        .meta a:hover {
            color: rgba(0, 0, 0, .87);
        }

.board-description {
    font-size: 16pt;
    font-weight: 400;
    font-family: prata;
    text-align: center;
    /*color: #41628a;*/
    color: #000;
    margin-bottom: 5px;
}

.board-description-txt {
    text-align: center;
    color: #848484;
}

/*collage*/
[data-binderinit="true"] {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
}

@media(min-width: 992px) {
    .container.containerInner-board {
        width: 1100px !important;
    }
}


/*FB Messenger Button*/


.fb-messenger {
    /*margin: 30px 5px 20px;*/
    /*float: right;
    margin-top: 13px;
    margin-left: 11px;*/
    float: right;
    margin-top: 9px;
    margin-left: 11px;
}

    .fb-messenger span {
        /*border-radius: 4px;
        background: #0084ff;
        color: #fff;
        font-size: 13px;*/
        padding: 6px 8px;
        display: inline-block;
        font-family: 'Open Sans', sans-serif;
        white-space: nowrap;
        background-color: #0084ff;
        color: #fdfdfd;
        border-radius: 25px !important;
        font-weight: 200;
    }

    .fb-messenger a {
        cursor: pointer;
        text-decoration: none;
    }

/*Wanna Chat button style*/

.btn-chat {
    color: #fff;
    /*background-color: #00aced;
    border-color: #00aced;*/
    background-color: #000;
    border-color: #000;
}

.goto-btn {
    text-align: left;
}

    .goto-btn .btn-primary {
        float: none;
    }

@media (min-width: 768px) {
    .product-footer-btn.col-sm-4:first-child {
        width: 135px;
    }
}

@media (max-width: 568px) {
    .social-icons i {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .goto-btn {
        text-align: center !important;
    }
}


/*calendar-event*/

.calendar-event .card1 {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0px 2px 15px rgba(0,0,0,0.19);
}

    .calendar-event .card1 .card-block {
        font-size: 1em;
        position: relative;
        margin: 0;
        padding: 1em;
        border: none;
        border-top: 1px solid rgba(34, 36, 38, .1);
        box-shadow: none;
        background-color: #fbfbfb;
        height: 120px;
    }

    .calendar-event .card1 .card-img-top {
        display: block;
        width: 100%;
        height: auto;
    }

    .calendar-event .card1 .card-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2857em;
        max-height: 72px;
        overflow: hidden;
    }

    .calendar-event .card1 .card-text {
        clear: both;
        margin-top: .5em;
        color: rgba(0, 0, 0, .68);
    }

    .calendar-event .card1 .card-footer {
        font-size: 16px;
        padding: .75em 1em;
        color: #337ab7;
        overflow: hidden;
        background: #fff;
    }

.date_time {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    color: #8e8e8e;
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 0 0;
}

.widget-actions a:first-child {
    border-right: 1px solid #eee;
    padding-right: 12px;
}

.font-size-24 {
    font-size: 24px !important;
}

.calendar-event .widget-actions a:first-child {
    color: #397dcd;
    border-right: 0px;
    padding-right: 0;
}

.calendar-event .collage {
    /*background-size: unset;*/
    /*background-size: cover; changed by Subin on Nov 30, 3017*/
    /*background-position: center center;
    border-bottom: 5px solid #000;*/
    background-size: cover;
    background-position: top;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
}

.calendar-event .card-title a {
    color: #37474f;
}

.fc-view-container {
    border: 1px solid #ddd;
}

.ui-timepicker-wrapper {
    z-index: 9999;
}

.calender-changes .input-daterange-wrap {
    width: 100%;
}

.calender-changes .input-daterange .input-group:last-child input {
    border-radius: 0;
}

.calendar-event-details .collage {
    /*height: 300px;*/ /*Updated by Designer on 3rd January 2018*/
    /*margin: 0px;
    border: 0;*/
    /*height: 628px;*/
    /*height: 538px;*/
    height: auto;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0px;
    border-bottom: 5px solid #46be8a;
}

    .calendar-event-details .collage img {
        width: 100%;
        height: 100%;
    }

.event-title {
    /*font-size: 24px;*/ font-size: 20px;
    line-height: 32px;
    max-height: 100px;
    /*height: 100px;*/ /*Updated by Designer on 3rd January 2018*/
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 20px;
}

.event-calendar-details {
    border-left: 5px solid #46be8a;
    background-color: #f5f5f5;
    height: 300px;
    padding: 20px !important;
    overflow: hidden;
}

.calender-border-left {
    border-right: 1px solid #ddd;
    height: 100%;
}

.event-calendar-details .card-footer {
    border-top: 1px solid #dadada;
    padding: 10px 0 0 0;
    overflow: hidden;
    background-color: rgba(240, 248, 255, 0);
}

.event-calendar-details .card-block {
    height: 220px;
}

@media screen and (max-width: 992px) {

    .event-details-body {
        padding-top: 66px;
    }

    .event-detail-container .navbar-brand {
        width: 100%;
        margin: 0 auto;
    }

        .event-detail-container .navbar-brand > img {
            margin: 0 auto;
        }

    .event-calendar-details, .event-calendar-details .card-block {
        height: auto;
        max-height: auto;
    }

    .event-title {
        height: auto;
        font-size: 18px;
        line-height: 24px;
        max-height: auto;
    }
}

.input-group-file .btn-file.btn-outline {
    border: 1px solid #cedceb;
    border-radius: 0 !important;
    background-color: #f3f7fe;
}

.input-daterange .input-group:last-child input {
    border-radius: 0;
}

.input-daterange-wrap {
    width: 100%;
}

.color-selector > li {
    width: 27px;
    height: 27px;
    margin: 0 4px 6px 0;
}

    .color-selector > li input[type=radio]:checked + label:after {
        left: 7px;
        margin-top: -4px;
        font-size: 14px;
    }

.loader.loader-ellipsis {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.padding-0 {
    padding: 0px !important;
}

.event-calendar-details .card-block {
    border-top: 0;
    background-color: rgba(240, 248, 255, 0);
}

.event-calendar-details {
    background-color: #eaeaea;
}

.event-container {
    /*background-color: #fff;
    padding: 0;*/
    background-color: rgba(255, 255, 255, 0);
    /*padding: 0;*/
}

.content-padding {
    padding: 25px;
}

.project-blue {
    color: #1373b7;
}

.design-grey {
    color: #656565;
}

.line-height-24 {
    line-height: 24px;
}


/*Social media position change in Sales person Public page start*/
.social-icons li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.social-icons {
    padding: 0;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.header-btn-width {
    min-width: 190px;
}

.padding-top-30 {
    padding-top: 30px !important;
}

@media (max-width: 768px) {
    .padding-top-30 {
        padding-top: 15px !important;
    }
}
/*Social media position change in Sales person Public page end*/
.alertify-cover {
    z-index: 9999 !important;
    background-color: rgba(31, 29, 29, 0.38) !important;
    filter: alpha(opacity=1) !important;
    opacity: 1 !important;
}
/*commented as informed by Subin on Jan 23, 2018 - for issue - brand logo issue in public Content page*/
.btn-custom {
    /*max-width: 180px !important;
    display: block !important;
    min-width: 100px !important;
    margin: 0px auto;
    outline: none !important;*/
    padding: 0 0 0 10px;
}

.btn-arrow-right {
    vertical-align: middle;
    margin-left: 5px;
    /*color: #4c4c4c;*/
}

[data-json]:not([data-bindersuccess]) {
    display: none;
}

.collage img {
    width: 100%; /* Updated by Designer on 3rd January 2018*/
}

.btn-div {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

/* Updated by Designer on 4th January 2018*/
/*@media screen and (max-width: 992px) {
    .event-detail-container .navbar-brand > img {
        margin: 0 auto;
    }
}*/
/* Given by Designer on 4th January 2018 start*/
/*.navbar-brand img {
    height: 50px;
}*/
/* Given by Designer on 4th January 2018 end*/

/* Given by Designer on 20th June 2018 start*/
.navbar-brand img {
    height: 35px;
    margin-top: 8px;
}
/* Given by Designer on 20th June 2018 end*/

.margin-left-5 {
    margin-left: 5px;
}

@media (max-width: 1200px) {
    .calendar-event-details .collage {
        height: auto;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        margin: 0px;
        border-bottom: 5px solid #46be8a;
    }
}



/*SQUREIMGCHANGES*/
.bg-white {
    background-color: #fff !important;
}

.calendar-event-details .collage.img-square {
    height: 600px;
    width: 600px;
    margin: 0 auto;
    background-color: #f7f7f7;
}

@media( max-width: 767px) {
    .calendar-event-details .collage {
        height: auto !important;
        width: auto !important;
    }
}
/*SQUREIMGCHANGES*/

.tab-content > .active {
    padding: 10px 0;
}

.custom-tabs .nav-tabs {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #4e7ab2 !important;
    cursor: default;
    background-color: rgba(255, 255, 255, 0);
    border: 0px solid #ddd;
    border-bottom: 2px solid #4e7ab2;
}

.nav-tabs > li > a {
    font-size: 16px;
    font-weight: 600;
}

.card-block2 {
    padding: 1em;
    border-top: 1px solid rgba(34, 36, 38, .1);
    background-color: #fbfbfb;
}

    .card-block2 .card-title {
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        height: 60px;
        overflow: hidden;
        margin: 0;
    }

body {
    padding-top: 30px !important;
}

.daily-cards .Square, .daily-cards .FixedSquare {
    width: auto !important;
}
.mce-content-body *{
     font-family:'Open Sans' !important; 
}