/* ********** Default Styles and Reset ************** */

.body_bg {
    min-height: 100%;
}

html,
body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

#dnn_wrapper {
    width: auto;
    background: #FFF;
    position: relative;
}

.noPadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* ********** DNN Styles ************** */

.DNNEmptyPane {
    display: none;
}

div.actionMenu ul.dnn_mact > li ul a > * {
    margin-bottom: 0;
}

/* ********** Search Box ************** */

.searchMenu {
    background-color: #EBEBEB;
    color: #000;
    font-family: 'Lato',Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #aaaaaa;
    text-align: right;
    margin: 0;
}

.SearchBorder {
    float: left;
    padding-top: 0px;
}

.ServerSkinWidget {
    float: right;
    padding-top: 5px;
}

.searchInputContainer {
    display: inline-block !important;
    margin: 0 3px 0 0 !important;
    position: relative !important;
}

    .searchInputContainer a.dnnSearchBoxClearText {
        right: 5px !important;
        margin: 3px 0 3px 0 !important;
        bottom: 0px;
    }

.SearchTextBox {
    color: #000000;
    font-size: 12px !important;
    width: 140px;
    height: 23px;
    margin-top: -3px;
}

.pulldownsearch {
    position: absolute;
    top: 0px !important;
    right: 0px;
    z-index: 903;
    height: 100% !important;
    width: 20px;
}

.visible-xs .pulldownsearch {
    position: absolute !important;
}

.searchbut {
    height: 17px;
    width: 17px;
    font-size: 15px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #8d8d8d;
    margin: -12px 0px 0px -9px;
}

    .searchbut.Open .glyphicons.glyph-search:before {
        content: "\E208";
    }

.searchBox {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    border-top: 1px solid #3b9cf7;
    background: #404040;
    padding: 3px 10px 0;
    overflow: inherit !important;
    height: 45px !important;
    z-index: 905;
}

    .searchBox #dnn_dnnSEARCH_ClassicSearch,
    .searchBox #dnn_dnnSEARCH1_ClassicSearch,
    .searchBox #dnn_dnnSEARCH2_ClassicSearch,
    .searchBox #dnn_dnnSEARCH3_ClassicSearch {
        background: none;
        border: none;
        float: none;
        height: 30px;
        margin-top: 3px;
        position: relative;
        white-space: nowrap;
        width: 235px;
        display: block;
        text-align: left;
        color: #FFF;
    }

.SearchIcon {
    display: none;
}

.search,
a.search:link,
a.search:active,
a.search:visited {
    text-decoration: none;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0px;
    color: #5e5e5e;
    text-align: center;
    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}

a.search:before {
    content: "\E028";
}

.searchBox input.NormalTextBox {
    width: 165px;
    text-align: left;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    padding: 0px 3px 0px 3px;
    background: none;
    border: none;
    display: block;
    position: absolute;
    left: 4px;
    top: 6px;
    outline: 0;
    border-radius: 0px 0px 0px 0px;
    -webkit-appearance: none;
    color: #FFF;
    vertical-align: middle;
}

.searchBox .searchInputContainer {
    position: static !important;
}

    .searchBox .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
        top: 1px !important;
        left: auto;
        right: 35px !important;
    }

.searchBox.searchSkinObjectPreview {
    right: inherit;
    left: auto;
    right: 0px;
}

.dnnSearchBoxPanel,
.dnnSearchResultPanel {
    width: 100%;
    max-width: none;
    padding: 10px 0px !important;
}

.dnnSearchResultPanel {
    padding: 10px 0px 7px 0px !important;
}

/* =========== General Styles ==================== */

.centerImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media print {
    #hbl-live-chat-wrapper,
    #olark-wrapper,
    #chat-box-announcer,
    #olark-container,
    .olark-launch-button-wrapper {
        display: none;
    }
}

/* reCaptcha */
.recaptcha85 > div > div {
    transform: scale(0.85);
    transform-origin: 0 0;
}

