﻿/* Loading Spinner ********************************************************************************************************************* */
.loading {
    width: 100%;
    text-align: center;
}

.loading img {
    height: 100px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}
/* Search Panel ************************************************************************************************************************ */
/*.fap-search-panel {
    padding: 20px;
}*/
/* Text Input ************************************************************************************************************************** */
.fap-input {
    width: 100%;
}
.fap-search-text {
    height: 50px;
    color: #272727;
    border: 1px solid #dadada;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.2em;
    padding-left: 10px;    
}

.textbox-clear-button {
    position: relative;
    z-index: 100;
    margin-bottom: -37px;
    float: right;
    padding-right: 10px;
    padding-top: 2px;
}
#txtSearch_Location {
    text-transform: uppercase;
}

#txtSearch_Location::placeholder {
    text-transform: none;
}

/* Find As Your Type ******************************************************************************************************************* */
.find-asyoutype-container {
    width: 320px;
    position: absolute;
    background-color: #fff;
    z-index: 1000;
    border-left: 1px solid #C6E6FD;
    border-right: 1px solid #C6E6FD;
    border-bottom: 1px solid #C6E6FD;
}

.find-asyoutype-list:link,
.find-asyoutype-list:visited,
.find-asyoutype-list:active {
    font-size: 1em;
    line-height: 1em;
    text-align: left;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    padding: 15px 20px;
    background-color: #fff;
    border-top: 1px solid #C6E6FD;
    color: #214A9E;
}

.find-asyoutype-list:hover {
    background-color: #C6E6FD;
}

.cross-word-wrap {
    /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
/* Search Button *********************************************************************************************************************** */
.hs-buttonblue:hover {
    color: #fff;
    background-color: #2957b4;
}
.hs-buttonblue:focus,
.hs-buttonblue:active,
.hs-buttonblue:visited,
.hs-buttonblue {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    height: 50px;
    padding: 5px 10px 5px 10px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    background: none #214A9E;
    border-radius: 3px;
    border: 1px solid #214A9E;
    font-size: 1.4em;
    color: #fff;
    line-height: 1.4em;
    white-space: normal;
}
/* Results Total *********************************************************************************************************************** */
.fap-results-total {
    color: #272727;
    font-weight: bold;
    padding-bottom: 20px;
    font-size: 1.3em;
}
.fap-results-total span {
    color: #D9DADA
}

@media (min-width: 768px) {
    .fap-results-total {
        font-size: 2.3em;
    }
}
/* Results ***************************************************************************************************************************** */
.fap-results-header {
    text-align: left;
    padding: 4px !important;
    border-top-right-radius: 30px;
    background-color: #fff;
    border: 2px solid #898989;
    border-bottom: 0px;
    color: #214A9E;
    font-size: 1.3em;
    font-weight: bolder;
}
.fap-results-header a,
.fap-results-header a:visited {
    color: #214A9E;
    cursor: pointer;
    text-decoration: underline;
    padding-left: 20px;
}
.fap-results-header a:hover {
    color: black;
}
.fap-results-body {
    text-align: left;
    padding: 25px 25px 0px 25px !important;
    background-color: #EBECEC;
    border: 2px solid #898989;
    border-top: 0px;
    border-bottom: 0px;
    color: #214A9E;
    font-size: 1em;
}
.fap-results-footer {
    text-align: left;
    padding: 4px !important;
    border-bottom-left-radius: 30px;
    background-color: #D9DADA;
    border: 2px solid #898989;
    border-top: 0px;
    color: #214A9E;
    font-size: 1em;
}
.fap-results-aff {
    display: inline-block;
    width: 100%;
    max-width: 180px;
    padding: 5px;
    border: 1px solid #898989;
    background-color: #fff;
    text-align: center;
}
.fap-results-aff img {
    height: 55px;
    object-fit: contain;
    max-width: 100%;
}
.fap-results-scores {
    line-height: .9em !important;
    font-size: .9em !important;
}
.fap-results-scores table td img {
    width: 100%;
    max-width: 32px;
    padding: 0px 3px 0px 3px;
}
.fap-results-scores table td {
    white-space: nowrap;
}
.fap-results-splitbox-top {
    background-color: white;
    border-top: 1px solid #898989;
    border-left: 1px solid #898989;
    border-right: 1px solid #898989;
}
.fap-results-splitbox-bottom {
    background-color: #EBECEC;
    border-bottom: 1px solid #898989;
    border-left: 1px solid #898989;
    border-right: 1px solid #898989;
}


@media (max-width: 992px) {
    .fap-results-requestinfo {
        font-size: 1em !important;
    }
}

/* Modifiers *************************************************************************************************************************** */
.ticksmallright .ticklabel {
    color: #214A9E !important;
    font-size: 1em;
    font-weight: bold !important;
    overflow: hidden;
    display: inline-block;
    width: 150px;
    height: 35px;
    min-height: 35px;
}
.ticksmallright .tickcontrol {
    display: inline-block;
    border: 1px solid #dadada !important;
    background-color: white;
    height: 35px;
    min-height: 35px;
    overflow: hidden;
    width: 35px;
    /*cursor: hand;*/
    cursor: pointer;
    padding-left: 2px;
    padding-top: 2px;
}
.ticksmallright .tickcontrol img { 
    height:30px;
    width:30px; 
}
.dark {
    color: #272727 !important;
}
.darkish {
    color: #D9DADA !important;
}
/* Modile Positioning ****************************************************************************************************************** */
.paddingleft20desktopcenteronmobile {
    padding-left: 0px;
    text-align: center;
}

.percent95ondesktop80onmobile {
    width: 70% !important;
}

.rightondesktopcenteronmobile {
    text-align: center;
}

.paddingright20desktopcenteronmobile {
    padding-right: 0px;
    text-align: center;
}

.paddingbottom20onmobile {
    padding-bottom: 20px;
}
.percent100ondesktop80onmobile {
    width: 90% !important
}
.leftondesktopcenteronmobile {
    text-align: center
}
@media (min-width: 770px) {
    .paddingleft20desktopcenteronmobile {
        text-align: left;
        padding-left: 20px !important;
    }

    .percent95ondesktop80onmobile {
        width: 95% !important;
    }

    .rightondesktopcenteronmobile {
        text-align: right;
    }

    .paddingright20desktopcenteronmobile {
        text-align: right;
        padding-right: 20px;
    }

    .paddingbottom20onmobile {
        padding-bottom: 0px;
    }

    .percent100ondesktop80onmobile {
        width: 100% !important;
    }

    .leftondesktopcenteronmobile {
        text-align: left;
    }
}
/* Info Buttons ************************************************************************************************************************ */
.infoContainer {
    /*float: right;
    position: relative;*/
    position:absolute;
    top: -5px;
    right: -5px;
    cursor: pointer;
}
    .infoContainer span img {
        height: 25px;
    }

.infoPressMe .infoON,
.infoIamPressed .infoOFF,
.infoIamPressedUNDER .infoOFFunder {
    display: block;
}

.infoPressMe .infoOFF,
.infoPressMe .infoOFFunder,
.infoIamPressed .infoON,
.infoIamPressed .infoOFFunder,
.infoIamPressedUNDER .infoON,
.infoIamPressedUNDER .infoOFF,
.infoTipUNDERoff {
    position: absolute;
    t /op: -9999px;
    l /eft: -9999px;
    clip: rect(0,0,0,0);
}

.infoTipSIDE {
    position: absolute;
    left: 40px;
    top: -25px;
    width: 300px;
    display: block;
    display: inline;
    color: #111;
    padding: 10px;
    border: 1px solid #D9DADA;
    background: #fff;
    font-weight: 100;
    text-align: left;
    border-radius: 10px;
    box-shadow: 5px 5px 8px #CCC;
    z-index: 1000;
}

    .infoTipSIDE strong,
    .infoTipUNDERon strong {
        font-weight: bold !important;
    }

.calloutSIDE {
    z-index: 20;
    position: absolute;
    border: 0;
    top: 30px;
    left: -12px;
}

.infoTipUNDERon {
    display: block;
    width: 100%;
    min-width: 200px;
    color: #111;
    padding: 10px;
    border: 1px solid #D9DADA;
    background: #fff;
    font-weight: 100;
    text-align: left;
    border-radius: 10px;
    box-shadow: 5px 5px 8px #CCC;
}

.calloutUNDER {
    z-index: 20;
    position: relative;
    float: right;
    border: 0;
    top: -21px;
    right: -4px;
}

.infoTipUNDERon {
    display: block;
    width: 100%;
    min-width: 200px;
    color: #111;
    padding: 10px;
    border: 1px solid #D9DADA;
    background: #fff;
    font-weight: 100;
    text-align: left;
    border-radius: 10px;
    box-shadow: 5px 5px 8px #CCC;
    z-index: 1000;
}

.calloutUNDERnotfullwidth {
    float: left !important;
    right: -100px !important;
}

.iamarowinfo {
    border: 1px dashed #29C0F2;
    !important;
    background-color: #CCF2FF !important;
}

/* ************************************************************************************************************************************* */