﻿
.maxwidth {
    width: 100%;
}

.width75 {
    width: 75%;
}

.ProfileLeftColBG {
    background-color: #D7E8F2;
}

.ProfileRightColBG {
    background-color: #FFEEBB;
}

.survey {
    z-index: 1000;
    position: relative;
    margin: 0 auto;
    margin: 0 15px;
}

#survey-close {
    height: 42px;
    line-height: 42px;
}

@media screen and (min-width: 480px) {
    .survey {
        position: fixed;
        bottom: 4.9em;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 15px;
    }

        .survey .panel {
            box-shadow: 0 0 15px;
        }

            .survey .panel:focus {
                outline: 1px dotted #fff;
            }

    #survey-close {
        top: 15px;
        right: 15px;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .survey {
        margin: 0 15px;
    }

    #survey-close {
        right: 30px;
    }
}

@media screen and (min-width: 768px) {
    .survey {
        width: 720px;
    }
}

@media screen and (min-width: 992px) {
    .survey {
        width: 470px;
        left: 470px;
        bottom: 4.2em;
    }
}

@media screen and (min-width: 1200px) {
    .survey {
        width: 570px;
        left: 570px;
    }
}

html:not(.xxsmallview) .survey {
    position: fixed;
    bottom: 4.9em;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 15px;
}

    html:not(.xxsmallview) .survey .panel {
        box-shadow: 0 0 15px;
    }

        html:not(.xxsmallview) .survey .panel:focus {
            outline: 1px dotted #fff;
        }

html:not(.xxsmallview) #survey-close {
    top: 15px;
    right: 15px;
}

html.xsmallview .survey {
    margin: 0 15px;
}

html.smallview .survey {
    width: 720px;
}

html.smallview #survey-close {
    right: 30px;
}

html.mediumview .survey {
    width: 470px;
    left: 470px;
    bottom: 4.2em;
}

html.largeview .survey,
html.xlargeview .survey {
    width: 570px;
    left: 570px;
    bottom: 4.2em;
}
/*venablr 2019-06-12 - added to reduce the font-size from the WET template
main {font-size:16px !important; line-height:1.65em;}*/

/* thibods 2020-04-14 - added to shrink font size by 1 as per item #3 of doc #13105166 ... */
.smallerbyonefont {
    font-size: 1.7em;
}

.moreFiltersDiv {
    padding-top: 5px;
}
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
/* Transparent Overlay */
.loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }
    .loading:not(:required) {
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }
/* Animation */
/**/
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }


}

.shr-pg .copyUrl:before {
    content: "\1F4CB";
    display: inline-block;
    font-family: "Arial";
    font-size: 32px;
    margin-right: .3em;
}