﻿/* Panels ****************************************************************************************************************************** */
.blueheading_large2 {
    color: #214A9E;
    font-size: 2em;
    width: 100%;
    font-weight: bolder;
}
.panel-heading {
    background-color: #d9dada;
    padding-top: 10px;
    padding-bottom: 10px;
}
    .panel-heading > h4 {
        color: #5b5b5b;
        font-size: 22px;
        text-rendering: auto;
        line-height: 1.5;
        font-weight: 400;
    }
.panel-body {
    background-color: #EBECEC;
    font-size: 18px;
    padding: 5px 20px;
}
.no-padding {
    padding-left: 0px !important;
}
.crs-input {
    width: 100%;
    height: 50px;
    color: #272727;
    border: 1px solid #dadada;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.2em;
    padding-left: 10px;
}
.right-label {
    width: 100%;
    text-align: left;
    padding-top: 10px;
}
.right-orcenter-label {
    text-align: center;
}
.left-orcenter-label {
    text-align: center;
}
@media (min-width: 765px) {
    .right-label {
        text-align: right !important;
    }
    .right-orcenter-label {
        text-align: right !important;
    }
    .left-orcenter-label {
        text-align: left !important;
    }
}

.DMYOuter {
    background: #fff;
    height: 50px;
    line-height: 27px;
    padding: 4px 10px 4px 12px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 1px 1px 2px 0 #c6cacc,0 0 0 1px #c6cacc;
    box-shadow: inset 1px 1px 2px 0 #c6cacc,0 0 0 1px #c6cacc;
    border: 0 !important;
    max-width: 350px;
    width: 90%;
}

.DMYInner {
    float: left;
    display: inline-block;
}

    .DMYInner input {
        border: 0;
        font-size: 0.8em;
        text-align: center;
        height: 40px !important;
    }

li.hs-form-radio {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}

input[type=radio] {
    visibility: hidden;
    position: fixed;
    opacity: 0;
}

    input[type=radio] + span {
        color: #888;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        border-color: #ccc;
        border: 2px solid #DCDCDC;
        display: inline-block;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        width: 208px;
        height: 35px;
        line-height: 35px;
        background-color: #fff
    }

    input[type=radio]:hover + span {
        border: 2px solid #272727;
    }

    input[type=radio]:checked + span {
        border: 0px solid #214A9E;
        background-color: #214A9E;
        color: #fff;
        transition: background-color .2s,border-color .2s,color .2s;
    }
.blueheading_small {
    font-size: 26px;
    color: #214A9E;
    font-weight: 400;
}
/* Buttons ***************************************************************************************************************************** */
.hs-buttonblue:hover {
    /*color: #fff !important;*/
    background-color: #2957b4 !important;
}

.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 !important;
    line-height: 1.4em;
    white-space: normal;
}
.internalButton {
    color: #fff !important;
    padding: 5px 5px;
    font-size: 1em;
    display: block;
    text-shadow: none;
    text-decoration: none;
    text-align: center;
    width: 100%;
    max-width: 182px;
    margin: 0px;
    font-weight: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    background: #214A9E;
    border: 1px solid #214A9E;
}

    .internalButton:hover {
        background: #fff;
        color: #214A9E !important;
        text-decoration: none;
    }
/* Score Stars ************************************************************************************************************************* */
.scoresCaptionDisplay {
    white-space: nowrap;
}

.scores {
    text-align: center;
}

.cboIBG_Scores {
    float: left;
    border: 0px;
}

    .cboIBG_Scores:not(:checked) > input {
        position: absolute;
        t /op: -9999px;
        l /eft: -9999px;
        clip: rect(0,0,0,0);
    }

    .cboIBG_Scores:not(:checked) > label {
        float: right;
        width: 1em;
        padding: 0 .1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 39px;
        line-height: 1.2;
        color: #fff;
        text-shadow: 1px 1px #bbb, 2px 2px #666
    }

        .cboIBG_Scores:not(:checked) > label:before {
            content: '★ ';
        }

    .cboIBG_Scores > input:checked ~ label {
        color: #214A9E; /*text-shadow:1px 1px goldenrod, 2px 2px #940*/
    }

    .cboIBG_Scores:not(:checked) > label:hover,
    .cboIBG_Scores:not(:checked) > label:hover ~ label {
        color: #214A9E; /*text-shadow:1px 1px goldenrod, 2px 2px #B57340*/
    }

    .cboIBG_Scores > input:checked + label:hover,
    .cboIBG_Scores > input:checked + label:hover ~ label,
    .cboIBG_Scores > input:checked ~ label:hover,
    .cboIBG_Scores > input:checked ~ label:hover ~ label,
    .cboIBG_Scores > label:hover ~ input:checked ~ label {
        color: #214A9E; /*text-shadow:1px 1px goldenrod, 2px 2px #B57340*/
    }


/* Loading Spinner ********************************************************************************************************************* */
.loading {
    width: 100%;
    text-align: center;
}

.loading img {
    height: 100px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

/* 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;
}

/* ************************************************************************************************************************************* */