﻿
/* Style all font awesome icons */
.fa {
    width: 43px;
    height: 43px;
    /*line-height: 43px;*/
    text-align: center;
    text-decoration: none;
}

    /* Add a hover effect if you want */
    .fa:hover {
        text-decoration: none;
    }

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
    background: #ffffff;
    color: #1C1D24;
}

    .fa-facebook:hover {
        background: #3B5998;
        color: white;
    }

/* Twitter */
.fa-twitter {
    background: #ffffff;
    color: #1C1D24;
}

/*.fa-twitter:hover {
        background: #55ACEE;
        color: white;
    }*/

/* Twitter */
.fa-instagram {
    background: #ffffff;
    color: #1C1D24;
}

/*.fa-instagram:hover {
        background: #55ACEE;
        color: white;
    }*/
/*Instagram*/
.fa-instagramSU {
    /*background: #55ACEE;*/
    /*background: #ffffff;
    color: #1C1D24;*/
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    color: #ffffff !important;
    vertical-align: middle;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

/*.fa-instagram:hover {
        background: #125688;
        color: white;
    }*/


select {
    height: 40px;
    border: 1px solid #1C1D24;
    border-radius: 4px 4px
}

.searchBTN {
    background-color: #1C1D24;
    border: 1px solid #1C1D24;
    color: #ffffff;
    /*text-transform:uppercase;*/
    height: 40px;
    min-width: 100px;
    border-radius: 4px 4px;
}

    .searchBTN:hover {
        background-color: #1B1147;
        color: #fff;
        cursor: pointer;
    }

    .searchBTN.connected {
        background-color: lightgreen;
        border-color: lightgreen;
        color: #1C1D24;
        display: none;
    }

    .searchBTN.red {
        background-color: #de4f61;
        border-color: #de4f61;
        text-decoration: none;
        color: #fff;
    }

    .searchBTN.green {
        text-decoration: none;
        color: #fff;
        background-color: #3ac47d;
        border-color: #3ac47d;
    } 

a.searchBTN {
    padding: 10px;
}

.txtArea {
    padding-left: 15px;
    padding-top:10px;
    outline: none;
    font-size: 12px;
    padding-right: 10px;
    border: 1px solid #1C1D24;
    width: 80%;
    border-radius: 4px 4px;
}
input[type=text], input[type=number], .combobox {
    text-indent: 15px;
    height: 40px;
    margin-top: 2px;
    outline: none;
    font-size: 12px;
    padding-right: 10px;
    border: 1px solid #1C1D24;
    width: 80%;
    border-radius: 4px 4px;
}

.privacySwtich {
    width: 100px;
    height: 30px;
    background-color: #FFFFFF;
    display: inline-block;
    line-height: 30px;
}

    .privacySwtich > a {
        margin-left: 15px;
        color: black
    }

    .privacySwtich.active {
        background-color: #1C1D24
    }

        .privacySwtich.active > a {
            color: #ffffff;
        }

.linkBlackText {
    color: #000000;
}

    .linkBlackText:hover {
        color: #de4f61
    }

.fieldCTN {
    width: 240px;
    height: 40px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px 4px;
    white-space: nowrap;
    background-color: #ffffff;
}

    .fieldCTN > input[type=text] {
        text-indent: 5px;
        height: 95%;
        margin-top: 2px;
        outline: none;
        text-transform: uppercase;
        font-size: 12px;
        padding-right: 10px;
        border: none;
        width: 80%;
        border: none;
    }

    .fieldCTN > .smallIcon {
        color: #1E1E2C;
    }

    .fieldCTN.results {
        width: 150px;
    }

        .fieldCTN.results > input[type=text] {
            width: 70%;
        }

.loginContainer {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    height: 85vh;
    text-align: center;
    margin-top: 25px;
    background-color: #ffffff;
    border-radius: 4px 4px;
    color: #1C1D24;
    padding-top: 25px;
}

    .loginContainer > a > img {
        width: 150px;
    }

    .loginContainer > h1 {
        padding-top: 20px;
        color: #1C1D24
    }

.loginField {
    border: 1px solid #1C1D24;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    border-radius: 4px 4px;
}

    .loginField > .icon {
        position: relative;
        font-size: 20px;
        color: #000000
    }

        .loginField > .icon.warning.active {
            position: relative;
            font-size: 18px;
            color: #EA2340;
            right: 10px;
            display: inline;
        }

        .loginField > .icon.warning {
            display: none;
        }

    .loginField > input {
        height: 40px;
        width: 80%;
        border: none;
        outline: none;
        font-size: 18px;
        text-indent: 15px;
    }

.loginButtonContainer {
    border: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

    .loginButtonContainer > button {
        height: 40px;
        width: 100%;
        border: none;
        color: #ffffff;
        background-color: #1C1D24;
        border-radius: 4px 4px;
    }

        .loginButtonContainer > button:hover {
            background-color: red;
            border-radius: 4px 4px;
        }

.socialMediaLogin {
    display: inline-block;
    border: 1px solid #1C1D24;
    padding: 10px;
}

    .socialMediaLogin > .icon {
        color: #1C1D24;
        padding-right: 5px
    }

    .socialMediaLogin > span {
        color: #1C1D24;
        padding-right: 5px
    }

.registerRow {
    margin-top: 10px;
}

.registerUser {
    color: #000000;
    text-decoration: underline;
}

.endorseTile {
    border: 1px solid black;
    height: auto;
    border-radius: 4px 4px;
    background-color: #ffffff;
}

.endorseLogo {
    text-align: center;
    margin-top: 20px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 80px 80px;
    /*margin-left: auto;
    margin-right: auto;*/
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 8px;
}

.randomColor1 {
    border: 1px solid dodgerblue;
    background-color: dodgerblue;
}

.randomColor2 {
    border: 1px solid #EA2340;
    background-color: #EA2340;
}

.randomColor3 {
    border: 1px solid #5680E9;
    background-color: #5680E9;
}

.randomColor4 {
    border: 1px solid #84CEEB;
    background-color: #84CEEB;
}

.randomColor5 {
    border: 1px solid #5AB9EA;
    background-color: #5AB9EA;
}

.randomColor6 {
    border: 1px solid #8860D0;
    background-color: #8860D0;
}

.randomColor7 {
    border: 1px solid #B39BC8;
    background-color: #B39BC8;
}

.randomColor8 {
    border: 1px solid #000000;
    background-color: #000000;
}

.randomColor9 {
    border: 1px solid #E64398;
    background-color: #E64398;
}

.randomColor10 {
    border: 1px solid #A1C3D1;
    background-color: #A1C3D1;
}

.endorseDetails {
    text-align: center
}

.editEndorsement {
    color: black;
    float: right;
    font-size: 24px;
    margin-top: 10px
}

.aboutMeAvatarCTN {
    border: 1px solid #ccc;
    text-align: left;
    padding-bottom: 15px;
    border-radius: 4px 4px;
    min-height: 190px;
}

.myProfPic {
    /*margin-left: 20px;*/
    border: 1px solid #f3f3f3;
}

.contentSpacing {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 320px) {
    .myProfPic {
        width: 36px;
        height: 36px;
    }
}

@media screen and (min-width: 360px) {
    .myProfPic {
        width: 56px;
        height: 56px;
    }
}

@media screen and (min-width: 768px) {
    .myProfPic {
        width: 156px;
        height: 156px;
    }
}

@media screen and (min-width: 992px) {
    .myProfPic {
        width: 106px;
        height: 106px;
    }
}

@media screen and (min-width: 1200px) {
    .myProfPic {
        width: 156px;
        height: 156px;
    }

    .contentSpacing {
        max-width: 1200px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.aboutMeCTN {
    border: 1px solid #ccc;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    border-radius: 4px 4px
}


.atSN {
    position: absolute;
    left: 30px;
    top: 2px;
    border-right: 1px solid black;
    padding-right: 8px;
    line-height: 40px;
    font-size: 16px;
}



    .atSN + input[type=text] {
        text-indent: 45px;
    }

.bio {
    width: 80%;
    border-radius: 4px 4px;
    text-indent: 5px;
    border-color: #1C1D24
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    color: inherit
}

h1 {
    font-weight: 700;
}

h2 {
    font-weight: 500;
}

h1, .h1 {
    font-size: 2.5rem
}

h2, .h2 {
    font-size: 2rem
}

h3, .h3 {
    font-size: 1.75rem
}

h4, .h4 {
    font-size: 1.5rem
}

h5, .h5 {
    font-size: 1.25rem
}

h6, .h6 {
    font-size: 1rem
}

.fNotValid {
    border: 2px solid red !important;
}

/*.infHeader {
    padding-left: 15px;
    height: 80px;
    border-radius: 10px 10px;
    background-color: #1C1D24;
    color: white;
}*/

.infHeader > h2 {
    line-height: 80px;
}

.myToaster {
    position: fixed;
    top: 50px;
    right: 20px;
    z-index: 100;
}

.rowDetailHeader {
    font-weight: 500;
}

.igPost {
    width: 100%;
    padding-top: 10px;
    /*    height: 360px;
    padding-right: 10px;*/
}

.filterChoicesCheckBox {
    width: 20px;
    height: 20px;
    background-color: white
}

.speech-bubble {
    position: relative;
    border-radius: .4em;
}

    .speech-bubble.left:after {
        content: '';
        position: absolute;
        left: 0;
        top: 60%;
        width: 0;
        height: 0;
        border: 20px solid transparent;
        border-right-color: #73a3d2;
        border-left: 0;
        border-bottom: 0;
        margin-top: -10px;
        margin-left: -10px;
    }

    .speech-bubble.right:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 0;
        height: 0;
        border: 20px solid transparent;
        border-left-color: #ff3d67;
        border-right: 0;
        border-bottom: 0;
        margin-top: -10px;
        margin-right: -10px;
    }

.newMessage {
    font-weight: 600;
}

.trMessage:hover {
    cursor: pointer;
    background-color: #de4f61;
    color: #ffffff;
    /*/border-bottom-color: #73a3d2;*/
}

.chartCTN {
    border: 1px solid #ccc;
    padding: 15px;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    position: relative;
}

.hashTagSelected {
    background-color: black;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-flex;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px 5px;
}

    .hashTagSelected:hover {
        cursor: pointer
    }

    .hashTagSelected > .fa-backspace {
        margin-left: 10px;
        margin-top: 3px;
    }

.dbTabLink {
    text-decoration: none;
    color: #000;
}

    .dbTabLink:hover {
        color: #de4f61;
        text-decoration: underline;
    }

.filterDDContainer {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 16px;
    margin-right: 12px;
    line-height: 42px;
    font-size: 12px;
    cursor: pointer;
    user-select: none
}

    .filterDDContainer > .filterDDText {
        text-align: left;
        padding-left: 10px;
    }

        .filterDDContainer > .filterDDText > .filterDDArrow {
            font-size: 18px;
            position: relative;
            top: 6px;
            float: right;
            padding-right: 8px
        }

.filterChoices {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 16px;
    margin-right: 12px;
    line-height: 42px;
    position: absolute;
    top: 42px;
    padding-left: 15px;
    padding-top: 15px;
    z-index: 1;
    display: none
}


.selectedFilterChoices {
    border: 1px solid #de4f61;
    display: inline-block;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px 15px;
    background-color: #de4f61;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}


.locationList {
    max-height: 250px;
    overflow-y: auto;
    list-style: none;
    padding: 0px;
}

    .locationList > div {
        padding-left: 10px;
    }

.locationOptions:hover {
    cursor: pointer;
    color: #ffffff;
    background-color: #de4f61;
}

.hasPosts:hover {
    cursor: pointer;
    /*background-color: #de4f61;*/
    /*color: #ffffff;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.infRow {
    padding: 15px;
    border-bottom: 1px solid #eee
}

.twitterPosts {
    border-bottom: 1px solid #eee;
}

.igPosts {
    border-bottom: 1px solid #eee;
}

.fa-star:hover {
    cursor: pointer;
}

.dbTab {
    /*display: flex;*/
    background-color: #ffffff;
    border-bottom: 1px solid #ccc;
    padding: 15px;
    text-align: center;
    font-weight: 300;
    color: #1e1e2c;
    border-left: none;
    border-top: none;
    border-right: none;
}

    .dbTab > a {
        text-decoration: none;
        color: #1e1e2c;
    }
    /*.dbTab > a:hover {
        text-decoration: none;

        color: #ffffff;
    }

    .dbTab:hover {
        background-color: rgba(255, 99, 132, 1);
        border: 1px solid rgba(255, 99, 132, 1);
        color: #ffffff;
        cursor: pointer;
    }*/

    .dbTab.active {
        /*background-color: rgba(255, 99, 132, 1);
        border: 1px solid rgba(255, 99, 132, 1);
        color: #ffffff;*/
        cursor: default;
        border-bottom: none;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.test {
    color: black
}

.srvImg {
    opacity: 1.0;
}

    .srvImg:hover {
        opacity: 0.5;
        cursor: pointer
    }
.ur {
    background-color: #fdf497;
}
.overDueCampaign {
    background-color: rgba(255, 99, 132, 1);
    padding:10px;
}