﻿.app-sidebar .ui-listview li {
    display: none;
}

    .app-sidebar .ui-listview li:first-child {
        display: block;
    }

#signupview .ui-content {
    width: 500px !important;
    height: 368px !important;
    margin: 0 auto !important;
}

.app-logo {
    background-image: url(/images/doclogo.png);
    background-repeat: no-repeat;
    background-size: 93%;
    background-position: left center;
    text-indent: -9999px;
    min-width: 120px;
}

.app-acc-man .app-logo {
    background-image: url(/images/doclogo2.png);
}


.downloadlink {
    text-decoration: none !important;
    width: 100%;
    display: inline-block;
}

.app-acc-man {
display:none!important;}



.startsurvey, .buybutton1, .buybutton2 {
    background-color: green;
    color: white !important;
    padding: 4px;
    border-radius: 5px;
    margin-left: 5px;
    text-decoration: none;
}
.buybutton1 {
    background-color:darkorange;
}
.buybutton2 {
    background-color: orangered;
}
.newSurvey {
    display: block;
    line-height: 2.1em;
    margin-bottom: 13px;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 30px;
}
}
    .newSurvey a {
    text-decoration:none!important;
    }
    .newSurvey strong {
       /* border-bottom: dashed #666;*/
        padding: 3px;
    }
    .newSurvey .surveyheader {
    font-size:1.5em;
    }

.loginbutton {
    float: right;
    margin-right: 15px;
}


@media screen and (max-width: 420px) {
    

    .app-field-CustomGoogleLogin, .app-field-GoogleCustomLoginLink, .app-field-GoogleCustomLoginLink * .app-field-CustomGoogleLogin * {
        max-width: 100% !important;
        width: 100% !important;
    }
        .app-field-GoogleCustomLoginLink span {
        display:inline-block; width:100%;}
}
.app-field-CustomGoogleLogin span {
    font-weight: bold !important;
}


@media screen and (min-width: 421px) {
    .app-field-GoogleCustomLoginLink *{
            display: none !important;
        }

    span[data-field='ag101'] {
        display: none!important;
    }

    .app-field-GoogleCustomLoginLink a {
        display: block !important;
    }
    }

span[data-field='ag100'] ul:nth-child(1) li, 
span[data-field='ag101'] ul:nth-child(1) li, span[data-field='ag101'] ul:nth-child(2) li {
    border: none;
}

#myprofile .app-field-ag100 li {
    background-image: url(https://developers.google.com/static/identity/images/btn_google_signin_dark_normal_web.png);
    width: 110px;
    height: 29px;
    text-indent: -90000px;
    background-size: contain;
    background-repeat: no-repeat;
}
.buybutton2 {
display:inline-block;
margin-top:10px;
}

iframe .surveyquestion {
color:gray;}

#myprofile .app-text {
display:block!important;}
    #myprofile .app-text span {
    display:none;}

iframe {
border:solid 0pc white;}


/* Base styling for .dataview-busy-indicator */
.dataview-busy-indicator {
    display: none !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 9999 !important; /* Override existing z-index */
    background: rgba(0, 0, 0, 0.3) !important; /* Override existing background-color */
    align-items: center !important;
    justify-content: center !important;
    /* Resetting other existing styles to their default */
    animation: none !important;
    color: initial !important;
    font-family: initial !important;
    font-size: initial !important;
    height: auto !important; /* Override existing height */
    opacity: 1 !important;
    visibility: visible !important; /* Override existing visibility */
    width: auto !important; /* Override existing width */
    -webkit-tap-highlight-color: transparent !important;
}

    /* Styling when .dataview-busy-indicator-animate is added */
    .dataview-busy-indicator.dataview-busy-indicator-animate {
        display: flex !important;
    }

    /* The loading icon styles */
    .dataview-busy-indicator::before {
        content: '' !important;
        border: 5px solid #f3f3f3 !important; /* Light grey border */
        border-top: 5px solid #3498db !important; /* Blue border */
        border-radius: 50% !important;
        width: 50px !important;
        height: 50px !important;
        animation: spin 2s linear infinite !important;
    }

/* Spin animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
