﻿.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:25px;
}
    .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;
}

