﻿/* 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. */

.search-background {
    background: url('/images/dust_scratches.png');
}


.backgroundWhite {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.backgroundGrey {
    background-color: lightgray;
    padding: 30px;
    margin-bottom: 20px;
}

.anyClass {
    height: 300px;
    overflow-y: scroll;
}

.loginBtn {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
}

    .loginBtn:before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        width: 34px;
        height: 100%;
    }

    .loginBtn:focus {
        outline: none;
    }

    .loginBtn:active {
        box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
    }


/* Facebook */
.loginBtn-facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
}

    .loginBtn-facebook:before {
        border-right: #364e92 1px solid;
        background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
    }

    .loginBtn-facebook:hover,
    .loginBtn-facebook:focus {
        background-color: #5B7BD5;
        background-image: linear-gradient(#5B7BD5, #4864B1);
    }


/* Google */
.loginBtn-google {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #DD4B39;
}

    .loginBtn-google:before {
        border-right: #BB3F30 1px solid;
        background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
    }

    .loginBtn-google:hover,
    .loginBtn-google:focus {
        background: #E74B37;
    }

.backgroundWhiteBorder10Padding {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
}




.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* 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);
}

.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;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

/* HIDE RADIO */
.hideRadio [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

    /* IMAGE STYLES */
    .hideRadio [type=radio] + img {
        cursor: pointer;
        opacity: 0.2;
        filter: Alpha(opacity=50); /* IE8 and earlier */
    }

    /* CHECKED STYLES */
    .hideRadio [type=radio]:checked + img {
        opacity: 1.0;
        filter: Alpha(opacity=100); /* IE8 and earlier */
    }


.feelingImgTable{
    width: 30px;
    height: auto;
}

.feelingIcon {
    width: 20px;
    height: auto;
}

.flagImgTop {
    width: auto;
    height: 25px;
    align-self:center;
}

.flagList {
    width: 30px;
    height: auto;
}

.campaignActive {
    background-color: #4cff00;
    color: black;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
}

.campaignInActive {
    background-color: #dee2e6;
    color: black;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
}

.card {
    margin: 1em;
}

.prependText{
    width: 150px;
}

.top-margin {
    margin-top: 70px;
}

.footer-margin{
    margin-bottom:120px;
}

input.checked[type="radio"] {
    visibility: hidden;
}

.list-group {
    max-height: 100px;
    margin-bottom: 0px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

/*=====Budget&sales=======*/


.budget-sales-container {
    display: flex;
    justify-content: center;
}

.budget-sales-wrapper {
    display: flex;
    flex-flow: nowrap column;
    background-color: #FFFFFF;
    max-width: 740px;
    margin: 20px 10px 20px 10px;
    padding: 20px;
    border-image-source: radial-gradient(50% 50% at 50% 50%, #767676 0%, rgba(133, 133, 133, 0) 100%);
    border-radius: 15px;
    box-shadow: 0px 2px 4px 1px rgba(118, 118, 118, 0.25);
}

.date-container {
    display: flex;
}

    .date-container p {
        margin-right: 10px;
        margin-bottom: 10px;
    }

.budget-sales-wrapper th {
    color: #fff;
}

.table-header {
    background-color: #3e5163;
}

.form-wrapper {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width:800px) {
    .budget-sales-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
		padding-left: 5px; 
		padding-right: 5px;
		
    }

    .budget-sales-wrapper {
        display: flex;
        flex-flow: nowrap column;
        background-color: #FFFFFF;
        max-width: 740px;
        border-image-source: radial-gradient(50% 50% at 50% 50%, #767676 0%, rgba(133, 133, 133, 0) 100%);
        border-radius: 15px;
        box-shadow: 0px 2px 4px 1px rgba(118, 118, 118, 0.25);
        margin: 10px 0px 10px 0px;
        padding: 0px;
    }

    .budget-sales-wrapper h2 {
        padding: 10px;
    }

        .budget-sales-wrapper table {
            font-size: 1em;
            font-weight: 600;
            color: #000;
            overflow-wrap: break-word;
            padding: 0px;
        }

        .budget-sales-wrapper h5 {
            padding: 10px;
        }

        .budget-sales-wrapper button {
            margin: 10px;
        }

    .date-container p {
        padding:10px;
    }
}