﻿/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

select.input-validation-error {
    border: 1px solid #b94a48;
}

textarea.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.color-red {
    color: red;
}

/* style for multi select dropdown label */
span.multiselect-selected-text {
    font-size: 12px;
}

.sortOrder {
    padding-bottom: 2%;
    font-weight: 800;
}

.ellipsisOnText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.treeview-menu-open {
    display: block;
}

.pageBackground {
    background-color: white;
}

.contentBackground {
    background-color: white;
}

.contentBorder {
    border-radius: 10px;
    padding: 22px 10px 10px;
    border: 1px solid #ddd;
}

.chartBorder {
    border-radius: 4px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.dataDivBorder {
    border-radius: 4px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

.campaignComments {
    border: 1px solid #dedede;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}

.commentsBox {
    max-height: 300px;
    overflow-y: auto;
}

.thumbnailImage {
    max-width: 150px;
    max-height: 150px;
}

.thumbnailImagePopup {
    max-width: 300px;
    max-height: 300px;
}

.thumbnailImageTable {
    width: 50px;
    height: 50px;
}

.thumbnailImageShop {
    width: 40px;
    height: 40px;
}

.paymentAmount {
    font-size: 16px;
    /*color: #ac030e;*/
}

.app-card-view {
    border: 1px solid #ddd;
    text-align: center;
    margin-bottom: 10px;
}

    .app-card-view:hover {
        -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
    }

    .app-card-view p {
        margin: 30px 10px;
        font-size: 16px;
    }

.box-radiobutton {
    font-size: 12px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fcfcfc), to(#fdfdfd));
    background-image: linear-gradient(to top, #fcfcfc, #fdfdfd);
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
    color: #f1aa39;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-weight: bold;
    text-transform: uppercase;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.nameAvatar {
    border-radius: 50%;
    background-color: lightsalmon;
    padding: 5px;
    margin-right: 5px;
}

.panel-header .fa {
    transition: .3s transform ease-in-out;
}

.panel-header .collapsed .fa {
    transform: rotate(-90deg);
}

.dashboardTile {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
}

    .dashboardTile a {
        color: #fff;
    }

        .dashboardTile a:hover,
        .dashboardTile a:focus {
            color: #fff;
        }

.roundedTile {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10%;
}

.campaignHeader {
    padding-left: 10px;
    font-size: 20px;
}

.campaignPlatform {
    background-color: lightgreen;
    padding: 10px;
    font-weight: bold;
}

.accountHeader {
    font-size: 20px;
}

.accountSubHeader {
    font-size: 18px;
}

.accountTitle {
    font-size: 16px;
}

.brandCollab h2 {
    color: #ac030e;
    text-align: center;
}

.influencer-shop-item h2 {
    color: #ac030e;
    text-align:center;
}

.rating {
    margin-top: 22px;
    margin-bottom: 11px;
}

.ratingSummary .heading {
    font-size: 20px;
    font-weight: bold;
}

/*.ratingDetail{
    border-left: 2px solid #eee;
}*/

.panel-resizable {
    resize: horizontal;
    overflow: auto;
}

.smallButton {
    padding: 1px 6px;
}

.checkboxButton {
    padding: 3px 12px;
}

.bgColor1 {
    background-color: gold;
}

.bgColor2 {
    background-color: lightgreen;
}

.bgColor3 {
    background-color: bisque;
}

.bgColor4 {
    background-color: orchid;
}

.bgColor5 {
    background-color: coral;
}

.bgColor6 {
    background-color: navajowhite;
}

.bgColor7 {
    background-color: orangered;
}

.bgColor8 {
    background-color: sandybrown;
}

.bgColor9 {
    background-color: steelblue;
}

.bgColor10 {
    background-color: peachpuff;
}

.bgColor11 {
    background-color: antiquewhite;
}

.bgColor12 {
    background-color: deeppink;
}

.bgColor13 {
    background-color: limegreen;
}

.bgColor14 {
    background-color: #9b6db66b;
}

.bgColor15 {
    background-color: red;
}

.newLabelImage {
    position: absolute;
    left: -8px;
    top: 2px;
    transform: rotate(-20deg);
    -webkit-animation: grow 1s linear infinite;
    animation: grow 1s linear infinite;
}

.newLabelDashboard {
    position: absolute;
    left: -28px;
    top: -38px;
    transform: rotate(-20deg);
    -webkit-animation: grow 1s linear infinite;
    animation: grow 1s linear infinite;
}

.labelShopServices {
    position: absolute;
    right: 20px;
    top: -22px;
    color: black;
    padding: 2px;
}

.labelFeaturedInfluencer {
    position: absolute;
    right: -15px;
    top: -20px;
}

@-webkit-keyframes grow {
    from {
        -webkit-transform: scale(1) rotate(-20deg);
    }

    to {
        -webkit-transform: scale(1.1) rotate(-20deg);
    }
}

@-moz-keyframes grow {
    from {
        -moz-transform: scale(1) rotate(-20deg);
    }

    to {
        -moz-transform: scale(1.1) rotate(-20deg);
    }
}

@keyframes grow {
    from {
        transform: scale(1) rotate(-20deg);
    }

    to {
        transform: scale(1.1) rotate(-20deg);
    }
}

@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }

    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }

    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.spinner-border {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    vertical-align: text-bottom;
    border: 0.35em solid #3498db;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.leaderBoard {
    max-height: 300px;
    overflow-y: hidden;
}

    .leaderBoard h3 {
        font-size: 18px;
    }

    .leaderBoard h4 {
        font-size: 16px;
    }

    .leaderBoard img {
        margin-top: 2px;
    }

    .leaderBoard .userdetail {
        -webkit-animation: marque 10s linear infinite;
        animation: marque 10s linear infinite;
    }

@keyframes marque {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-500%);
    }
}

@keyframes slideshow {
    0% {
        left: 0;
    }

    100% {
        left: -200%;
    }
}

/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
    width: 180px;
    height: 150px;
    margin-bottom: 10px;
}

/* This container is needed to position the front and back side */
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
    border: 1px solid #f1f1f1;
    color: white;
}

    .flip-box-front img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

/* Style the back side */
.flip-box-back {
    color: white;
    transform: rotateY(180deg);
}

.btn-share-link-platform:hover + .div-share-box {
    display: block;
}

.div-share-box:hover,
.div-share-box:focus {
    display: block;
}

.div-share-box {
    display: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
    position: absolute;
    border-radius: 0.5rem;
    z-index: 1
}

.ul-share-box {
    display: inline-block;
    margin: 5px;
    padding: 0px;
}

.li-share-box {
    display: inline-block;
    list-style-type: none;
}

.tools-navbar > ul {
    background-color: #F5F5F5;
    margin-bottom: 0px;
    list-style: none;
    padding-left: 0;
}

    .tools-navbar > ul > li {
        display: block;
        position: relative;
        float: right;
    }

        .tools-navbar > ul > li > a {
            display: block;
            position: relative;
            padding: 10px 15px;
        }

        .tools-navbar > ul > li > select {
            background: transparent;
        }

.footers p {
    margin: 20px 0 20px;
}

.ul-payment-box {
    margin-bottom: 0px;
    list-style: none;
    padding-left: 0;
    text-align: center;
}

    .ul-payment-box li {
        display: inline-block;
    }

        .ul-payment-box li i {
            padding: 0px 5px;
        }

.promocode-header {
    padding: 0px;
}

.promocode-desc {
    text-align: center;
    padding: 10px;
    background-color: lightpink;
}

.icon-size-header {
    font-size: 1.3em;
}

.shop-services-item {
    min-height: 145px;
    width: 200px;
    margin-bottom: 20px;
    /*box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);*/
}

.selected-shop-item {
    border: 2px solid #c4020f;
}

.booking-header {
    border: 1px solid antiquewhite;
}

.disclaimer-text {
    font-size: 12px;
    text-align: justify;
}

.points-remember-text {
    font-size: 12px;
}

.booking-process {
    text-align: center;
    padding-bottom: 20px;
}

.booking-process-header {
    padding: 20px;
}

.booking-process-step {
    padding: 10px;
}

.featuredServices {
    display: inline-block;
    padding-right: 30px;
}

    .featuredServices a {
        color: #ac030e;
    }

.shopLinks {
    display: inline-block;
    padding: 12px 25px;
    border: 2px solid #ddd;
    border-radius: 8em;
    font-weight: bold;    
    margin: 5px;
}

 .shopCategory {
    display: inline-block;
    padding: 12px 25px;
    border: 0px;
    border-radius: 8em;
    font-weight: bold;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
    margin: 5px;
} 

    .shopCategory.active {
        border: 2px solid #c4020f;
    }

.shopPrice {
    display: inline-block;
    background: url(/images/costomized-influencer-bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 20px 40px;
    border-radius: 10px;
    margin: 5px;
}

    .shopPrice h4 {
        color: white;
    }

    .shopPrice a:hover,
    .shopPrice a:focus {
        text-decoration: none;
    }

.infFollowers {
    display: inline-block;
    padding: 10px 20px;
    border: 0px;
    border-radius: 8em;
    font-weight: bold;
    background-color: #F5F5F5;
}

.shopCategoriesSeeAll {
    font-size: 20px;
    margin-right: 20px;
}

.page-cover {
    padding: 100px 0px;
    background: url(/images/costomized-influencer-bg.jpg) top center no-repeat;
    background-size: cover;
}

    .page-cover h3 {
        color: white;
        text-align: center;
    }

.page-cover-body {
    padding-top: 20px;
    background-color: white;
}

.brand-content-request {
    padding-left: 20px;
    color: white;
}

.header-dropdown
{
    padding: 6px 12px;
    line-height: 1.6;
    color: #000;
    background-color: transparent;
    border: 0px;
    border-radius: 4px;
    margin-top: 8px;
}
