html, body {
    font: 12px/1.42857 arial, helvetica, clean, sans-serif;
    *font-size: small;
    /* for IE */
    *font: x-small;
    -ms-overflow-style: scrollbar;
    /* for IE in quirks mode */
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px;
    font-weight: bold;
}

h1, .h1 {
    font-size: 190%;
}

h2, .h2 {
    font-size: 160%;
}

h3, .h3 {
    font-size: 140%;
}

.group-hidden {
    display: none !important
}

.required:after {
    content: " * ";
    font-weight: bold;
    color: red;
}

#FixedPageBottomButtons {
    margin-top: 5px;
}

.data-title-mobile-only.harvest-report .input-group {
    display: block;
}

.data-title-mobile-only.harvest-report .input-group-addon {
    display: table;
}

a {
    color: #f0bf11;
    text-decoration: underline;
    font-weight: normal;
}

    a:hover {
        color: #f0bf11;
    }

    a.btn {
        text-decoration: none;
    }

input[type=submit] {
    font-size: 14px;
}

.form-inline a.btn {
    margin-top: 0;
}

.form-group {
    clear: both;
}

.form-group-inline {
    clear: none;
}

    .form-group-inline.checkbox {
        margin-top: 25px;
    }

.form-control {
    height: 30px;
    font-size: 12px;
}

.labelWidth150 .input-group-addon {
    width: 150px;
    text-align: left;
}

.labelWidth150 .field-validation-error {
    padding-left: 150px;
}

.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.control-label {
    font-weight: normal;
    display: block;
}

.btn {
    min-height: 48px;
    width: auto;
    line-height: 2.4;
    margin-top: 20px;
}

.btn-on-header {
    background-color: #f09e11;
    margin-top: 0px;
}

    .btn-on-header:hover {
        background-color: #f0bf11;
    }

    .btn-on-header:focus {
        background-color: #C9981D;
    }

#FixedScreenBottomButtons .btn {
    margin-top: 10px;
}

.header {
    background-color: #fff;
}

.tab-content {
    padding-top: 20px;
}

/*Adjust the muted color for Find Guide*/

.text-muted {
    color: #999;
}

.text-warp {
    word-wrap: break-word;
}

.menu-group-header {
    border-radius: 0;
    min-height: 48px;
    margin-bottom: 2px;
}

    .menu-group-header a {
        color: #fff;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        line-height: 2.2;
        outline: none;
    }

        .menu-group-header a span.glyphicon-chevron-down, .menu-group-header a.collapsed span.glyphicon-chevron-up {
            display: inline-block;
        }

        .menu-group-header a span.glyphicon-chevron-up, .menu-group-header a.collapsed span.glyphicon-chevron-down {
            display: none;
        }

#user-options-bar, #item-catalog-tabs .list-group {
    border: 2.4px solid #f09e11;
    border-radius: 3px;
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
}

#item-catalog-tabs .list-group {
    border-width: 2px;
}

#item-catalog-tabs > div.list-group {
    padding-bottom: 2px;
}

#item-catalog-tabs-mobile .list-group {
    margin: -15px;
}

body > div.hf.dw-modal.dw-webkit > div > div.dw.dwbg > div.dwwr {
    background: rgb(174, 30, 71);
}

    body > div.hf.dw-modal.dw-webkit > div > div.dw.dwbg > div.dwwr > div.dwbc > span.dwbw.dwb-n > a {
        background: rgb(174, 30, 71);
        border-color: rgb(174, 30, 71);
    }

    body > div.hf.dw-modal.dw-webkit > div > div.dw.dwbg > div.dwwr > div.dwbc > span.dwbw.dwb-s > a {
        background: rgb(174, 30, 71);
        border-color: rgb(174, 30, 71);
    }

@media (min-width: 768px) {
    #customer-menu-mobile {
        display: none;
    }
}

#customer-menu-mobile .list-group {
    margin-bottom: 0px;
}

    #item-catalog-tabs .list-group .list-group-item, #item-catalog-tabs-mobile .list-group .list-group-item, #customer-menu-mobile .list-group .list-group-item {
        background-color: #f09e11;
        margin: 3px;
        border-radius: 3px;
    }

    #item-catalog-tabs-mobile .list-group .list-group-item, #customer-menu-mobile .list-group .list-group-item {
        min-height: 48px;
        line-height: 2.2;
    }

        #item-catalog-tabs .list-group .list-group-item:hover, #item-catalog-tabs-mobile .list-group .list-group-item:hover, #customer-menu-mobile .list-group .list-group-item:hover {
            background-color: #f5f5f5;
        }

        #item-catalog-tabs .list-group .list-group-item.active, #item-catalog-tabs-mobile .list-group .list-group-item.active, #customer-menu-mobile .list-group .list-group-item.active {
            background-color: #f09e11;
            color: #fff;
        }

            #item-catalog-tabs .list-group .list-group-item.active .glyphicon-chevron-right, #item-catalog-tabs-mobile .list-group .list-group-item.active .glyphicon-chevron-right {
                color: #fff;
            }

.table {
    display: block;
}

.table-row {
    display: block;
}

.table-cell {
    display: block;
    vertical-align: middle;
    min-height: 30px;
    padding: 3px;
    clear: both;
}

.list-group.answer-grid-model {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: initial;
}

    .list-group.answer-grid-model .list-group-item {
        border: none;
    }

    .list-group.answer-grid-model .table-cell {
        min-height: 38px;
    }

        .list-group.answer-grid-model .table-cell .row-no {
            margin: 0;
        }

.input-xs {
    /*height: 24px;*/
    padding: 3px 5px;
    /*font-size: 12px;*/
    line-height: 1.5;
    border-radius: 3px;
    display: inline;
}

#logo img {
    width: 100%;
    /*max-width: 442px;*/
    _width: auto;
    /*IE6 hack*/
    min-width: 200px;
}

.hamburger-container {
    padding-right: 0px;
    width: 50px;
    text-align: center;
    background-color: #f09e11;
}

.logo-mobile {
    height: 50px;
}

.customer-header-mobile {
    background-color: #f09e11;
    color: #fff;
    font-weight: bold;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 10px;
    margin-top: 20px;
}

button .navbar-toggle collapse text-left {
    min-width: 70px;
}

.navbar .navbar-default .transparent .navbar-header {
    background: rgba(0, 0, 0, 0.4);
}

.nav-tabs {
    margin-bottom: 15px;
}

.content {
    padding: 10px 0px 15px 0px;
    border: 1px solid #ccc
    /*#a8a8a8*/
    ;
    border-radius: 2px;
}

.footer {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #eee;
}

    .footer .app-version {
        text-align: center;
        font-size: 110%;
    }

.group > li {
    width: 33.33%;
    float: left;
}

.alert-success {
    background-color: #f09e11;
    border-color: #f0bf11;
    color: #4b7637;
}

.panel-success > .panel-heading {
    background-color: #f09e11;
    border: 1px solid #f09e11;
    color: #fff;
}

    .panel-success > .panel-heading a {
        color: #fff;
    }

.list-group-item-nav {
    position: relative;
    display: block;
    padding: 10px 25px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #bcbcbc;
}

a.list-group-item-nav {
    background-color: #ffffff;
    color: #2B3985;
    text-decoration: none;
    min-height: 34px;
    top: 50%;
    margin-top: -1px;
    border-right: 0;
    border-left: 0;
}

    a.list-group-item-nav:hover {
        background-color: #ffffff;
        color: #3399FF;
    }

.list-group-item {
    border-color: #f0bf11;
}

    .list-group-item.no-border-radius {
        border-radius: 0;
    }

a.list-group-item {
    text-decoration: none;
    min-height: 34px;
}

.option-buttons a.list-group-item {
    background-color: #f09e11;
}

a.list-group-item.active {
    background-color: #f5f5f5;
    border: none;
    color: #333;
}

    a.list-group-item.active:hover {
        background-color: #f5f5f5;
        color: #333;
    }

a.list-group-item.with-left-icon {
    padding-right: 25px;
}

a.list-group-item.active .glyphicon-chevron-right {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    color: #f09e11;
}

.list-group-item-text {
    margin-top: 5px;
}

.multiChoice-item-row.list-group-item {
    padding-top: 0px;
    padding-bottom: 0px;
}

.multiChoice-item-row .list-group-item-text {
    height: 35px;
    padding: 10px 7px;
    margin-top: 0px;
    background-color: #FFFACD;
}

    .multiChoice-item-row .list-group-item-text.unavailable {
        background-color: #FFFFFF;
        color: #333;
    }

a.list-group-item-nodisplay {
    display: none;
}

.list-group-item.selected, .list-group-item.header3 {
    background-color: #FFFFFF;
}

.list-group-item.remove {
    background-color: lightgray;
}

.list-group-item.entered {
    background-color: gray;
}

.list-group-striped > .list-group-item:nth-of-type(odd):not(.header):not(.header2):not(.header3):not(.selected) {
    background-color: #F5F5F5;
}

.list-group-striped > .water-fowl-row > .row:nth-of-type(odd) {
    background-color: #fff;
}

.list-group-striped > .water-fowl-row > .row:nth-of-type(even) {
    background-color: #f5f5f5;
}

#bigGameDrawResultList.list-group-striped > .big-game-draw-item-odd {
    background-color: #fff;
}

#bigGameDrawResultList.list-group-striped > .big-game-draw-item-even {
    background-color: #f5f5f5;
}

.list-group-striped > .water-fowl-row > .row > .water-fowl-item:nth-of-type(odd) {
    background-color: #fff;
}

.list-group-striped > .water-fowl-row > .row > .water-fowl-item:nth-of-type(even) {
    background-color: #f5f5f5;
}

aside .navbar-toggle {
    margin-left: 15px;
    background-color: white;
}

.panel {
    margin-bottom: 20px;
    border: none;
}

.right-panels .panel .panel-heading .panel-title {
    padding-left: 20px;
}

.right-panels {
    margin-left: -15px;
    margin-right: -15px;
}

    .right-panels .panel-heading {
        background: #f09e11 !important;
        position: relative;
        color: #fff;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        /*border-bottom: 1px solid #f0bf11;*/
    }

        .right-panels .panel-heading b {
            position: absolute;
            left: 0px;
            top: 49%;
            color: #999999;
            padding: 11px 0;
            width: 41px;
            height: 41px;
            margin-top: -20px;
        }

            .right-panels .panel-heading b span {
                font-size: 12px;
                top: 0px;
                left: 12px;
            }

                .right-panels .panel-heading b span.glyphicon-minus {
                    left: 10px;
                }

                .right-panels .panel-heading b span.glyphicon-plus {
                    left: 11px;
                }

        .right-panels .panel-heading > .panel-title > a {
            display: inline-block;
            width: 100%;
            text-decoration: none;
        }

            .right-panels .panel-heading > .panel-title > a:hover, .right-panels .panel-heading > .panel-title > a:focus {
                text-decoration: none;
            }

.arrow_box {
    position: relative;
    background: #f09e11;
}

.text-gray {
    color: gray;
}

.icon-plus-minus {
    color: white;
}

.image-header {
    margin: 5px 0;
}

.btn-text-wrap {
    white-space: normal;
}

.badge {
    background-color: #f09e11;
}

.nav-tabs > li > a {
    background: #f09e11;
    color: #2D2E2D;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: #f09e11;
    color: #fff;
}

/* tabs menu start */

.tabs-container.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: #fff;
}

.tabs-container {
    background: #f09e11;
}

/* Modal */

.modal-header {
    color: #f0bf11;
    background-color: #f09e11;
    border-color: #f0bf11;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    min-height: 37px;
    height: 37px;
}

@media(max-width: 767px) {
    .modal-header .close {
        padding: 0 6px;
        margin-right: -6px;
    }
}

.modal-footer {
    padding: 0px 15px 15px 15px;
}

    .modal-footer .btn + .btn {
        margin-left: 0px;
    }

.top-right-icon {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #f09e11;
    padding: 10px;
}

    .top-right-icon > div > a > img {
        max-width: 30px;
        min-height: 30px;
        float: right;
    }

.loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1998;
}

    .loading .loadingMessage {
        color: #333;
        width: 400px;
        height: 30px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 50px 0 0 -200px;
        font-size: 12px;
        letter-spacing: 3px;
        font-weight: bold;
    }

    .loading .loadingBox {
        width: 200px;
        height: 200px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 0;
    }

    .loading > .loadingBox > div {
        width: 16px;
        height: 16px;
        border-radius: 100%;
        margin: -8px 0 0 -8px;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
    }

    .loading > .loadingBox > .shaft {
        background-color: #f09e11;
    }

    .loading > .loadingBox > .shaft1 {
        top: 25px;
        left: 0;
        -webkit-animation: ball-spin-fade-loader 1s 0s infinite linear;
        animation: ball-spin-fade-loader 1s 0s infinite linear;
    }

    .loading > .loadingBox > .shaft2 {
        top: 17.04545px;
        left: 17.04545px;
        -webkit-animation: ball-spin-fade-loader 1s 0.12s infinite linear;
        animation: ball-spin-fade-loader 1s 0.12s infinite linear;
    }

    .loading > .loadingBox > .shaft3 {
        top: 0;
        left: 25px;
        -webkit-animation: ball-spin-fade-loader 1s 0.24s infinite linear;
        animation: ball-spin-fade-loader 1s 0.24s infinite linear;
    }

    .loading > .loadingBox > .shaft4 {
        top: -17.04545px;
        left: 17.04545px;
        -webkit-animation: ball-spin-fade-loader 1s 0.36s infinite linear;
        animation: ball-spin-fade-loader 1s 0.36s infinite linear;
    }

    .loading > .loadingBox > .shaft5 {
        top: -25px;
        left: 0;
        -webkit-animation: ball-spin-fade-loader 1s 0.48s infinite linear;
        animation: ball-spin-fade-loader 1s 0.48s infinite linear;
    }

    .loading > .loadingBox > .shaft6 {
        top: -17.04545px;
        left: -17.04545px;
        -webkit-animation: ball-spin-fade-loader 1s 0.6s infinite linear;
        animation: ball-spin-fade-loader 1s 0.6s infinite linear;
    }

    .loading > .loadingBox > .shaft7 {
        top: 0;
        left: -25px;
        -webkit-animation: ball-spin-fade-loader 1s 0.72s infinite linear;
        animation: ball-spin-fade-loader 1s 0.72s infinite linear;
    }

    .loading > .loadingBox > .shaft8 {
        top: 17.04545px;
        left: -17.04545px;
        -webkit-animation: ball-spin-fade-loader 1s 0.84s infinite linear;
        animation: ball-spin-fade-loader 1s 0.84s infinite linear;
    }

.loading-spinner {
    background-image: url("../images/loading-spinner.gif");
    background-size: 25px 25px;
    background-position: right center;
    background-repeat: no-repeat;
}

@-webkit-keyframes ball-spin-fade-loader {
    50% {
        opacity: 0.3;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ball-spin-fade-loader {
    50% {
        opacity: 0.3;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.find-container {
    background-color: #fff;
}

    .find-container .check-field {
        display: inline-block;
        margin-right: 30px;
    }

    .find-container .find-options input {
        top: -4px;
    }

    .find-container .find-actions:not(.no-margin) {
        margin: 0 15px;
    }

    .find-container .find-results {
        padding: 0 15px;
    }

        .find-container .find-results .items {
            margin-right: -15px;
            padding-right: 15px;
        }

@media (min-width: 768px) {
    .find-container {
        height: 600px;
    }

        .find-container .find-condition, .find-container .find-results {
            float: left;
            width: 400px;
        }

    .find-container-guide .find-results {
        width: 450px;
    }

    .find-container .find-results .items {
        max-height: 469px;
        overflow-y: auto;
    }

    .find-container-guide .find-results .items {
        max-height: 574px;
    }

    .find-container .find-results .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .find-container .find-map {
        margin-top: 1px;
        float: right;
        width: calc(100% - 405px);
        height: calc(100% - 7px);
        border: 1px solid #ccc;
    }

    .find-container-guide .find-map {
        width: calc(100% - 455px);
    }

    .find-container-guide.without-result {
        height: auto;
    }

        .find-container-guide.without-result .find-map {
            float: none;
            width: auto;
            height: 597px;
        }

    .find-container .find-options {
        margin-left: 15px;
    }

    .find-container .find-actions {
        margin-left: 0 !important;
    }

        .find-container .find-actions > * {
            display: inline-block;
            vertical-align: top;
        }

        .find-container .find-actions > button {
            width: 105px;
            margin-right: 10px;
        }

        .find-container .find-actions > div {
            width: calc(100% - 115px);
        }
}

@media (max-width: 767px) {
    .find-container .find-options {
        text-align: center;
    }

    .find-container .find-actions > button {
        display: block;
        margin: 0 auto 10px auto;
    }

    .find-container .find-map {
        height: 400px;
        margin: 0 15px 15px 15px;
        border: 1px solid #ccc;
    }

    .find-container .find-condition-top {
        display: none;
    }

    .find-container.without-result .find-map {
        display: none;
    }

    .find-container.without-result .find-condition-top {
        display: block;
    }
}

.agent-item {
    border-top: 1px solid #999;
    padding: 10px 0;
}

    .agent-item.highlight {
        background: rgba(240, 191, 17, .1);
    }

    .agent-item .left-content {
        float: left;
        width: calc(100% - 160px);
    }

    .agent-item .item-name {
        font-weight: bold;
    }

    .agent-item .item-distance {
        font-size: 0.8em;
    }

    .agent-item .right-content {
        float: right;
        width: 155px;
        text-align: right;
    }

        .agent-item .right-content .btn {
            width: 100%;
            margin-top: 5px;
        }

.search-field {
    margin-bottom: 15px;
    position: relative;
}

    .search-field i {
        color: #999;
        position: absolute;
        left: 6px;
        top: 10px;
        font-size: 16px;
    }

    .search-field input {
        padding: 0 4%;
        font-size: 14px;
        border-radius: 0px;
        line-height: 32px;
        height: 34px;
    }

        .search-field input.empty:not(:focus) {
            background: transparent;
        }

    .search-field + .field-validation-error {
        margin-top: -10px;
        margin-bottom: 10px;
    }

@media (max-width: 767px) {
    .search-field input {
        line-height: 46px;
        height: 48px;
    }

    .search-field i {
        left: 8px;
        top: 12px;
        font-size: 24px;
        margin-top: 0;
    }
}

.check-field input {
    top: -3px;
    width: 16px;
    height: 16px;
}

.radio-field input {
    top: -3px;
    width: 16px;
    height: 16px;
}

.desc {
    color: #999;
    font-size: 0.8em;
}

    .desc.desc-small {
        font-size: 0.7em;
    }

.top-margin {
    margin-top: 10px;
}

.bottom-margin {
    margin-bottom: 10px;
}

.action-link {
    cursor: pointer;
    color: #f09e11;
    margin-top: 5px;
}

.pagination > li > a, .pagination > li > span {
    width: 34px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    text-align: center;
}

@media(min-width: 768px) {
    header.bottomSpliter {
        border-bottom: 2px solid #bbb;
    }
}

/*select options dialog*/

.bootstrap-select, .bootstrap-select-multiple {
    cursor: pointer;
    white-space: nowrap;
    vertical-align: central;
    border: 1px solid #ccc;
    padding: 0;
}

select.input-validation-error + .bootstrap-select, select.input-validation-error + .bootstrap-select-multiple {
    border: 1px solid #ff0000;
}

.bootstrap-select[disabled], .bootstrap-select-multiple[disabled] {
    background-color: #eee;
    cursor: not-allowed;
}

.bootstrap-select .current {
    display: block;
    float: left;
    overflow: hidden;
    padding: 6px 12px;
    text-overflow: ellipsis;
    width: 100%;
    text-align: left;
}

.bootstrap-select .glyphicon, .bootstrap-select-multiple .glyphicon {
    color: #ccc;
    font-size: 10px;
    line-height: 1.42857;
    margin-top: 1px;
    padding-top: 6px;
    pointer-events: none;
    width: 15px;
    right: 15px;
    position: relative;
}

.bootstrap-select-multiple.list-group.form-control {
    white-space: normal;
    min-height: 110px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.select-options-modal .modal-header {
    background-color: transparent;
    height: 48px;
    color: #333;
}

.select-options-modal .modal-body {
    padding-top: 0px;
}

.select-options-modal button.close {
    width: 35px;
    padding-left: 20px;
    color: #76838F;
}

.select-options-modal button.btn-Clear {
    float: left;
    width: 45%;
}

.select-options-modal button.btn-OK {
    float: right;
    width: 45%;
}

.select-options-modal .select-options {
    max-height: 400px;
    overflow: auto;
    margin-bottom: 0px;
    margin-left: -15px;
    margin-right: -15px;
}

    .select-options-modal .select-options .list-group-item, .bootstrap-select-multiple.list-group .list-group-item {
        background-color: transparent;
        color: #000000;
        border-left: none;
        border-right: none;
        border-top: none;
        margin: 0px;
        outline: none;
        padding-right: 35px;
        margin-left: 15px;
        margin-right: 15px;
    }

.bootstrap-select-multiple.list-group .list-group-item {
    margin: 0;
}

    .select-options-modal .select-options .list-group-item .glyphicon, .bootstrap-select-multiple.list-group .list-group-item .glyphicon {
        position: absolute;
        right: 10px;
        top: 40%;
        color: #f0bf11;
    }

    .bootstrap-select-multiple.list-group .list-group-item .glyphicon {
        right: 5px;
        padding-top: 0;
        top: 50%;
        margin-top: -7px;
    }

    .select-options-modal .select-options .list-group-item.active .glyphicon:before, .bootstrap-select-multiple.list-group .list-group-item.active .glyphicon:before {
        content: "\e013";
    }

    .select-options-modal .select-options .list-group-item .glyphicon:before, .bootstrap-select-multiple.list-group .list-group-item .glyphicon:before {
        content: "";
    }

    .select-options-modal .select-options .list-group-item:first-child, .bootstrap-select-multiple.list-group .list-group-item:first-child {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .select-options-modal .select-options .list-group-item:last-child, .bootstrap-select-multiple.list-group .list-group-item:last-child {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .select-options-modal .select-options .list-group-item.active, .bootstrap-select-multiple.list-group .list-group-item.active {
        background-color: #f09e11;
        color: #333;
    }

    .select-options-modal .select-options .list-group-item.disabled, .bootstrap-select-multiple.list-group .list-group-item.disabled {
        color: #333;
        opacity: 0.5;
    }

    .select-options-modal .select-options .list-group-item:not(.disabled):hover, .bootstrap-select-multiple.list-group .list-group-item:not(.disabled):hover {
    }

.select-options-dropdown {
    position: relative;
    top: 2px;
    height: 350px;
    overflow-x: visible;
    overflow-y: auto;
    z-index: 1;
    text-align: left;
    white-space: normal;
    width: 100%;
}

    .select-options-dropdown.list-group a.list-group-item {
        border: 1px solid #f09e11;
    }

/*select options dialog END*/

@media (max-width: 768px) {
    .top-right-icon > div > a > img {
        max-width: 22px;
        min-height: 22px;
        float: right;
        margin-top: -20px;
    }
}

.content {
    background-color: #F8F8F8;
}

.borderless td, .borderless th {
    border: none;
}

/* Modal END */

.list-group-item > .form-group {
    margin-bottom: 0px;
}

label.error {
    color: red;
    font-weight: normal;
}

.error-title {
    font-weight: bold;
    padding-bottom: 10px;
}

.unavailable {
    background-color: #efefef;
    color: #777;
}

.text-unavailable {
    color: #777;
}

.iconQueston {
    color: #f09e11;
    /*#5cb85c --> #f09e11*/
}

.field-validation-error {
    /*padding-left: 10px;*/
    color: red;
}

.panel-heading, .list-group-item.header {
    color: #fff;
    background-color: #f09e11;
    font-weight: bold;
}

.list-group-item.header-sm {
    padding: 4px 15px;
    background-color: #f09e11;
    border-color: #f0bf11;
    color: #333;
}

.panel-success > .panel-heading.header2, .list-group-item.header2 {
    color: #333;
    background-color: #f09e11;
    font-weight: bold;
}

    .list-group-item.header2 .list-group-item-text {
        font-weight: normal;
    }

.itemdisplayname {
    font-size: 120%;
    font-weight: bolder;
    padding-bottom: 5px;
}

.itempricedisplay {
    font-size: 110%;
    font-weight: bold;
}

.itemdisplayerror {
    color: Red;
    padding-bottom: 8px;
}

.mini-cart-item {
    padding-bottom: 5px;
    padding-top: 5px;
}

.Legend {
    font-size: 20px;
    color: #f0bf11;
    /*#5cb85c;*/
}

.total {
    margin-top: 10px;
}

.option-buttons {
    margin-top: 3px;
    margin-bottom: 3px;
}

.col-option-button {
    margin-top: 3px;
    padding-left: 3px;
    padding-right: 0px;
}

.col-7th {
    width: 14.28571428%;
    padding-left: 7px;
    padding-right: 7px;
}

.col {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.full-width {
    width: 100% !important;
}

.no-border {
    border: none;
}

.dark-border {
    border-color: #f0bf11;
}

.duplicate-icon {
    padding-right: 5px;
    color: #333;
}

.vertical-align-middle {
    padding: 4%;
}

/* Tooltip */

.tooltip {
    opacity: 1;
}

    .tooltip.top .tooltip-arrow {
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        border-top-color: #f09e11;
        border-width: 5px 5px 0;
    }

.tooltip-inner {
    color: #000;
    background: #F5F5F5;
    border: solid 1px #f09e11;
    opacity: 1;
}

/* Tooltip */

@media (min-width:950px) {
    .container {
        width: 930px;
    }

    .form-horizontal .control-label.text-align-left {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.lastaccordion {
    margin-left: 335px;
}

.table th, .table td {
    border-top: none !important;
    font-size: 15px;
}

@media (max-width: 968px) {
    .table th, .table td {
        border-top: none !important;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .table th, .table td {
        border-top: none !important;
        font-size: 11px;
    }
}

@media (max-width: 568px) {
    .table th, .table td {
        border-top: none !important;
        font-size: 9px;
    }
}

@media (max-width: 368px) {
    .table th, .table td {
        border-top: none !important;
        font-size: 12px;
    }
}

#no-more-tables th {
    /* Behave  like a "row" */
    font-weight: normal;
}

.vcenter {
    vertical-align: middle !important;
}

.padding_top_5 {
    padding-top: 4px;
}

.a_underline {
    text-decoration: underline;
}

.none-left-padding {
    padding-left: 0 !important;
}

.none-right-padding {
    padding-right: 0 !important;
}

.max_width {
    max-width: 725px;
}

.thead_bg_color {
    background-color: #f09e11;
}

.th_font_color {
    color: #FFFFFF;
}

.navbar-lists {
    width: 98%;
    margin: 0 auto;
    margin-bottom: 5px;
}

@media (max-width:540px) {
    .navbar {
        margin-bottom: 0px;
    }
}

@media (min-width:768px) {
    .navbar {
        margin-bottom: 0px;
    }
}

@media (min-width:992px) {
    .navbar {
        margin-bottom: 30px;
    }
}

@media (min-width:1200px) {
    .navbar {
        margin-bottom: 30px;
    }
}

/* tabs menu end */

ul.navigation2 {
    margin: 0;
    padding-left: 10px;
    background-color: transparent;
    /*border-bottom: 1px solid #a8a8a8;*/
}

    ul.navigation2 > li {
        background-color: #f09e11;
        display: inline-block;
        list-style-type: none;
        padding: 7px 10px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        text-align: center;
        min-width: 70px;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }

        ul.navigation2 > li:hover {
            border-top: 1px solid #f09e11;
            border-left: 1px solid #f09e11;
            border-right: 1px solid #f09e11;
        }

        ul.navigation2 > li.active {
            background-color: #f09e11;
            color: #fff;
            border-top: 1px solid #f09e11;
            border-left: 1px solid #f09e11;
            border-right: 1px solid #f09e11;
        }

            ul.navigation2 > li.active:hover {
                border-top: 1px solid #f09e11;
                border-left: 1px solid #f09e11;
                border-right: 1px solid #f09e11;
            }

            ul.navigation2 > li.active > a {
                color: white;
            }

        ul.navigation2 > li > a {
            color: #f09e11;
            text-decoration: none;
        }

.react ul.navigation2 > li {
    margin-right: 4px;
}

.details-section {
    line-height: 3em;
    background: rgb(174, 30, 71);
    color: #fff;
    border-color: #E7E7E7;
}

    .details-section > span {
        margin-left: -15px;
    }

.whitehyperlink {
    color: white;
}

.navbar-toggle {
    float: left;
    margin-left: 15px;
}

@media (min-width:768px) {
    .mobilemedia {
        display: none;
    }

    .desktopview {
        border-color: #f0bf11;
    }

    .borderless td {
        width: 150px;
    }

    .FindFalconerdivstyle {
        padding-right: 80px;
        padding-left: 0px;
    }

    .label-disposition {
        padding-left: 20px;
    }

    .btn-falconry {
        margin-top: 0px;
    }
}

@media (max-width:768px) {
    .mobilemedia .navbar-header {
        background-color: #f09e11;
    }

    .FindBirdSelectStyle {
        padding-bottom: 60px;
    }
}

.bordergreencolor {
    border-right-color: #f09e11;
    border-left-color: #f09e11;
    border-bottom-color: #f09e11;
    border-right-width: medium;
    border-left-width: medium;
    border-bottom-width: medium;
}

@media only screen and (max-width: 740px) {
    #no-more-tables td:before {
        content: attr(data-title);
        font-weight: normal;
    }

    .select-mobile {
        max-width: 250px;
    }

    .div-margin-top {
        margin-top: 115px;
    }

    .license-master-margin-top {
        margin-top: 115px;
    }
    /* Force table to not be like tables anymore */
    #no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr {
        display: block;
    }
        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables td {
        /* Behave  like a "row" */
        position: relative;
        padding-left: 5% !important;
        white-space: normal;
        text-align: left;
        height: 40px;
        font-weight: bold;
    }

        #no-more-tables td:before {
            /* Now like a table header */
            position: relative;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 30%;
            padding-right: 5%;
            text-align: left;
            padding-top: 0px;
            float: left;
        }

        #no-more-tables td.twolines {
            height: 3em;
        }

    #no-more-tables input {
        max-width: 140px;
    }

    #no-more-tables textarea {
        max-width: 65%;
    }
}

.leftnav {
    background-color: #f09e11;
    border: 1px solid;
    margin: 0px;
    padding: 0px;
    z-index: 1;
    display: none;
    left: 0px;
}

@media (max-width: 768px) {
    .fixedlogo {
        position: fixed;
        z-index: 2;
    }
}

.leftnavheader {
    margin: 0px;
    padding: 0px 5px;
    background-color: #f09e11;
    border-bottom: 1px solid;
    color: white;
    text-align: center;
}

    .leftnavheader > div {
        display: inline-block;
        padding: 5px 10px;
        height: 27px;
    }

        .leftnavheader > div.bar {
            min-width: 230px;
        }

        .leftnavheader > div.arrow {
            min-width: 20px;
            border-left: 1px solid black;
            cursor: pointer;
            text-align: center;
            padding: 0px;
        }

.leftnavitem {
    border-bottom: 1px solid;
    margin: 0px;
    padding: 2px 5px;
    min-height: 27px;
}

    .leftnavitem > a {
        text-decoration: none;
        text-decoration-style: none;
        color: black;
    }

.leftnavitemgroup {
}

.headerstrip {
    background-color: #f09e11;
    width: 100%;
    z-index: 2;
}

    .headerstrip > div {
        display: inline-block;
    }

        .headerstrip > div:first-child {
            padding: 0px 5px;
        }

#header-mobile {
    height: 38px;
}

#customer-menu-mobile {
    border: 1px solid #f09e11;
    border-radius: 3px;
    padding: 2px 3px 1px 3px;
    /*margin: 24px -10px;*/
    margin-top: 0px;
    margin-bottom: 4px;
    margin-left: -10px;
    margin-right: -10px;
    z-index: 0;
    background-color: #fff;
}

    #customer-menu-mobile.collapsing {
        overflow-x: visible;
    }

    #customer-menu-mobile.collapse.in {
        border-top-left-radius: 0;
    }

.mybtnstyle {
    margin-left: -10px;
    float: left;
    background-color: #f8f8f8;
    background-image: none;
    border-radius: 4px;
    -webkit-appearance: button;
    outline: none;
    margin-top: 4px;
    border: 1px solid #f09e11;
    padding: 0 13px;
    height: 38px;
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    top: 1px;
}

    .mybtnstyle.collapsed {
        border-bottom-color: #f09e11;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-width: 1px;
    }

    .mybtnstyle .icon-bar {
        background-color: #888;
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

    .mybtnstyle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .mybtnstyle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

.label-style {
    font-weight: normal;
    white-space: nowrap;
    margin-top: 6px;
    padding-left: 0px;
}

.long-label-style {
    font-weight: normal;
    white-space: normal;
    margin-top: 6px;
    word-wrap: break-word;
}

.residency-label-style {
    font-weight: normal;
    white-space: nowrap;
}

.label-text {
    font-weight: normal;
}

.label-value, .label-value-mobile-only {
    background-color: #eee;
    opacity: 1;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 32px;
    padding: 6px 12px;
    margin-bottom: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    word-wrap: break-word;
}

@media (min-width: 768px) {
    .label-value-mobile-only {
        background-color: transparent;
        font-weight: inherit;
        border: none;
        min-height: initial;
        padding: 0;
        margin-bottom: 0;
        box-shadow: none;
    }
}

.label-value-noborder, .label-value-mobile-only-noborder {
    opacity: 1;
    font-weight: bold;
    min-height: 30px;
    padding: 0px 12px 6px 12px;
    margin-bottom: 10px;
    vertical-align: top;
}

.label-value-no-border {
    margin-top: 20px;
}

.data-title:before, .data-title-mobile-only:before {
    content: attr(data-title);
    position: absolute;
    width: 25%;
}

@media (min-width: 768px) {
    .data-title-mobile-only:before {
        content: "";
    }
}

.data-title .label-value, .data-title .label-value-mobile-only, .data-title-mobile-only .label-value-noborder, .data-title-mobile-only .label-value-mobile-only-noborder, .data-title-mobile-only .label-value, .data-title-mobile-only .label-value-mobile-only {
    width: 70%;
}

@media (min-width: 768px) {
    .data-title-mobile-only.harvest-report .form-control, .data-title-mobile-only .label-value, .data-title-mobile-only .label-value-mobile-only-noborder, .data-title-mobile-only .label-value-mobile-only {
        width: auto;
        margin-left: 0;
    }
}

.data-title-mobile-only.harvest-report:before {
    width: 35%;
}

.data-title-mobile-only.harvest-report {
    /*margin-bottom: 20px;*/
}

.data-title-mobile-only.harvest-report .field-validation-error {
    display: inline-block;
}

.data-title-mobile-only.harvest-report .field-validation-error, .data-title-mobile-only.harvest-report .form-control {
    padding: 6px 5px;
}

    .data-title-mobile-only.harvest-report .form-control.bootstrap-select {
        padding: 0px;
    }

@media (max-width: 768px) {
    .label-style {
        white-space: normal;
    }

    .input-style {
        width: 102%;
    }

    .email-style {
        min-height: 70px;
    }

    .Select-Button-FindBird {
        padding-bottom: 100px;
    }
}

.checkbox-style {
    margin-top: 6px;
    padding-left: 6px;
}

.padding-top-5 {
    padding-top: 5px;
}

/*WaterFowl draw result --- begin */

.water-fowl-row {
    padding-bottom: 0px;
    padding-top: 0px;
}

.water-fowl-item {
    padding-top: 10px;
}

.waterfowl-multidraw-date {
    line-height: 3em;
}

.panel.waterfowl-multidraw-item {
    margin: 0 15px 15px;
    padding: 5px 15px;
    border: 1px solid #f0bf11;
}

.waterfowl-multidraw-item .group-name {
    min-width: 65px;
    display: inline-block;
    margin-right: 15px;
    line-height: 2.4em;
}

.waterfowl-multidraw-item .group-occupancy {
    margin-bottom: 10px;
}

.waterfowl-multidraw-item .group-action {
    margin-top: -10px;
    margin-bottom: 10px;
}

@media(min-width: 768px) {
    .waterfowl-multidraw-item .group-occupancy, .waterfowl-multidraw-item .group-action {
        margin-left: 80px;
    }
}

/*WaterFowl draw result --- end */

/* Checkbox --------- BEIGN */

label.checkbox {
    font-weight: normal;
    line-height: 10px;
    padding: 3px 3px;
    position: relative;
    margin: 0 0 0 28px;
    display: inline-block;
}

    label.checkbox.mini {
        min-width: 25px;
        border: solid 1px #ccc;
        border-radius: 20px;
        padding: 0px;
        margin-left: -4px !important;
        /*padding-left:-10px !important;*/
    }

    label.checkbox.mobile {
        min-width: 30px;
        border: solid 1px #ccc;
        border-radius: 10px;
        margin: 0;
    }

        label.checkbox.mini > .glyphicon:empty, label.checkbox.mobile > .glyphicon:empty {
            display: none;
        }

        label.checkbox.mini.selected, label.checkbox.mobile.selected {
            background-color: #f09e11;
            color: #fff;
            font-weight: bold;
        }

    label.checkbox > input[type=checkbox] {
        display: none;
        margin-top: 0px;
        margin-left: -20px;
    }

    label.checkbox > .glyphicon {
        border-radius: 4px;
        left: -28px;
        padding: 5px 8px;
        position: absolute;
        top: -3px;
        cursor: default;
    }

    label.checkbox > input[type=checkbox] {
        opacity: 0.3;
        margin-top: 0px;
        margin-left: 0px;
    }

        label.checkbox > input[type=checkbox]:checked + input + .glyphicon {
            background-color: #f09e11;
            color: #fff;
        }

            label.checkbox > input[type=checkbox]:checked + input + .glyphicon:before {
                content: "\e067";
            }

        label.checkbox > input[type=checkbox]:not(:checked) + input + .glyphicon {
            background-color: transparent;
            color: #f09e11;
        }

            label.checkbox > input[type=checkbox]:not(:checked) + input + .glyphicon:before {
                content: "\e157";
            }

        label.checkbox > input[type=checkbox].input-validation-error + input + .glyphicon {
            color: red;
        }

/* Checkbox --------- END */

.Item-panel-heading {
    background-color: #699056;
}

.active-menu-item {
    background-color: #A6C09A;
}

.profile-navbar {
    left: 15px;
}

.popover-content {
    word-wrap: break-word;
}

.address-Label-Style {
    font-weight: normal;
    padding-left: 0px;
}

.WaterfowlMultiChoicePurchased {
    text-align: center;
    font-size: smaller;
    font-weight: bolder;
    font-style: italic;
    color: #333;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.label-shiftdown-1 {
    padding-top: 10px;
}

.label-shiftdown-2 {
    padding-top: 5px;
}

@media (min-width:750px) {
    .nowrap {
        white-space: nowrap;
    }

    .table-border-color {
        border-color: #f0bf11;
        border-radius: 4px;
    }

    .image-width {
        max-width: 400px;
    }

    .file-upload-title-width {
        max-width: 100px;
    }
}

@media(max-width:750px) {
    .nowrap {
        white-space: normal;
    }

    .table-border-color {
        border-color: #f0bf11;
        border-radius: 4px;
    }

    .file-upload-title-width {
        max-width: 135px;
    }
}

.remove-leftpadding {
    padding-left: 0px;
}

.bold-uneditable {
    font-weight: bold;
    border-radius: 4px;
    padding-left: 4px;
    border: 1px solid #ccc;
}

@media (min-width:801px) {
    .image-width {
        max-width: 450px;
    }
}

@media(max-width: 750px) {
    .falconry-label-max-width {
        max-width: 140px;
    }

    .species-min-width {
        min-width: 180px;
    }

    .voucher-name-max-width {
        max-width: 250px;
    }
}

@media(min-width: 750px) {
    .file-upload-label-width {
        padding-left: 35px;
    }

    .attachment-remove-leftpadding {
        padding-left: 0px;
    }
}

@media(max-width: 750px) {
    .file-upload-label-width {
        padding-left: 0px;
    }
}

@media(max-width:780px) {
    .longitude-max-width {
        max-width: 145px;
    }
}

@media(min-width:780px) {
    .longitude-max-width {
        max-width: 190px;
    }
}

@media only screen and (max-width: 740px) {
    #no-more-tables2 td:before {
        content: attr(data-title);
        font-weight: normal;
    }

    .select-mobile {
        max-width: 250px;
    }

    .div-margin-top {
        margin-top: 115px;
    }

    .license-master-margin-top {
        margin-top: 115px;
    }
    /* Force table to not be like tables anymore */
    #no-more-tables2 table, #no-more-tables2 thead, #no-more-tables2 tbody, #no-more-tables2 th, #no-more-tables2 td, #no-more-tables2 tr {
        display: block;
    }
        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables2 thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables2 td {
        /* Behave  like a "row" */
        position: relative;
        padding-left: 43%;
        white-space: normal;
        text-align: left;
        height: 40px;
        font-weight: bold;
    }

        #no-more-tables2 td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            text-align: left;
        }

        #no-more-tables2 td.twolines {
            height: 3em;
        }

    #no-more-tables2 input {
        max-width: 140px;
    }
}

@media(min-width:768px) {
    .profile-margin-top {
        margin-top: 25px;
        white-space: nowrap;
    }

    .state-min-width {
        min-width: 50px;
    }
}

@media(min-width:750px) {
    .text-no-wrap {
        white-space: nowrap;
    }
}

@media(min-width:768px) {
    .sponsor-margin-top {
        margin-top: 27px;
    }
}

@media(max-width:768px) {
    .sponsor-margin-top {
        margin-bottom: 15px;
    }
}

@media(min-width:768px) {
    .Out-of-state-sponsor-margin-top {
        margin-top: 15px;
    }
}

@media(min-width:768px) {
    .create-app-padding {
        padding-left: 25px;
    }
}

@media(max-width:768px) {
    .create-app-padding {
        padding-left: 10px;
    }
}

@media(min-width:768px) {
    .continue-padding {
        padding-left: 50px;
    }
}

.checkbox-color {
    color: #f09e11;
}

@media(min-width:768px) {
    .Intend-to-release-margin-top {
        margin-top: 25px;
    }
}

@media(min-width:768px) {
    .weight-max-width {
        max-width: 100px;
    }

    .year-of-hatch {
        text-align: center;
    }

    .no-wrap-desktop {
        white-space: nowrap;
    }

    .lat-long-remove-padding {
        padding-left: 0px;
        padding-right: 0px;
    }
    /*HFDNET-19160;*/
    form#ProfileId[action*="/Customer/Profile"] div#three div#three_body input#Weight[data-val-number="The field Weight must be a number."] {
        max-width: none;
    }
}

@media(max-width:768px) {
    .item-space-mobile-only {
        margin-bottom: 15px;
    }

    .Application-Recieved-Date {
        margin-bottom: 20px;
    }

    .line-width-mobile {
        line-height: 17.1428px;
    }
}

.content-align-center {
    text-align: center;
}

@media(max-width:767px) {
    .mobile-header-overflow {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media(max-width:800px) {
    .drag-and-drop-display {
        display: none;
    }
}

.placeholder {
    color: #aaa;
}

.col-xs-1-24th, .col-xs-2-24th, .col-xs-3-24th, .col-xs-4-24th, .col-xs-5-24th, .col-xs-6-24th, .col-xs-7-24th, .col-xs-8-24th, .col-xs-9-24th, .col-xs-10-24th, .col-xs-11-24th, .col-xs-12-24th, .col-xs-13-24th, .col-xs-14-24th, .col-xs-15-24th, .col-xs-16-24th, .col-xs-17-24th, .col-xs-18-24th, .col-xs-19-24th, .col-xs-20-24th, .col-xs-21-24th, .col-xs-16-22th, .col-xs-23-24th, .col-xs-24-24th, .col-sm-1-24th, .col-sm-2-24th, .col-sm-3-24th, .col-sm-4-24th, .col-sm-5-24th, .col-sm-6-24th, .col-sm-7-24th, .col-sm-8-24th, .col-sm-9-24th, .col-sm-10-24th, .col-sm-11-24th, .col-sm-12-24th, .col-sm-13-24th, .col-sm-14-24th, .col-sm-15-24th, .col-sm-16-24th, .col-sm-17-24th, .col-sm-18-24th, .col-sm-19-24th, .col-sm-20-24th, .col-sm-21-24th, .col-sm-16-22th, .col-sm-23-24th, .col-sm-24-24th {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.col-xs-1-24th, .col-xs-2-24th, .col-xs-3-24th, .col-xs-4-24th, .col-xs-5-24th, .col-xs-6-24th, .col-xs-7-24th, .col-xs-8-24th, .col-xs-9-24th, .col-xs-10-24th, .col-xs-11-24th, .col-xs-12-24th, .col-xs-13-24th, .col-xs-14-24th, .col-xs-15-24th, .col-xs-16-24th, .col-xs-17-24th, .col-xs-18-24th, .col-xs-19-24th, .col-xs-20-24th, .col-xs-21-24th, .col-xs-16-22th, .col-xs-23-24th, .col-xs-24-24th {
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-24th, .col-sm-2-24th, .col-sm-3-24th, .col-sm-4-24th, .col-sm-5-24th, .col-sm-6-24th, .col-sm-7-24th, .col-sm-8-24th, .col-sm-9-24th, .col-sm-10-24th, .col-sm-11-24th, .col-sm-12-24th, .col-sm-13-24th, .col-sm-14-24th, .col-sm-15-24th, .col-sm-16-24th, .col-sm-17-24th, .col-sm-18-24th, .col-sm-19-24th, .col-sm-20-24th, .col-sm-21-24th, .col-sm-16-22th, .col-sm-23-24th, .col-sm-24-24th {
        float: left;
    }
}

.col-xs-1-24th {
    width: 4.16666667%;
}

.col-xs-2-24th {
    width: 8.33333333%;
}

.col-xs-3-24th {
    width: 12.5%;
}

.col-xs-4-24th {
    width: 16.66666667%;
}

.col-xs-5-24th {
    width: 20.83333333%;
}

.col-xs-6-24th {
    width: 25%;
}

.col-xs-7-24th {
    width: 29.16666667%;
}

.col-xs-8-24th {
    width: 33.33333333%;
}

.col-xs-9-24th {
    width: 37.5%;
}

.col-xs-10-24th {
    width: 41.66666667%;
}

.col-xs-11-24th {
    width: 45.83333333%;
}

.col-xs-12-24th {
    width: 50%;
}

.col-xs-13-24th {
    width: 54.16666667%;
}

.col-xs-14-24th {
    width: 58.33333333%;
}

.col-xs-15-24th {
    width: 62.5%;
}

.col-xs-16-24th {
    width: 66.66666667%;
}

.col-xs-17-24th {
    width: 70.83333333%;
}

.col-xs-18-24th {
    width: 75%;
}

.col-xs-19-24th {
    width: 79.16666667%;
}

.col-xs-20-24th {
    width: 83.33333333%;
}

.col-xs-21-24th {
    width: 87.5%;
}

.col-xs-22-24th {
    width: 91.66666667%;
}

.col-xs-23-24th {
    width: 95.83333333%;
}

.col-xs-24-24th {
    width: 100%;
}

@media (min-width: 768px) {
    .col-sm-1-24th {
        width: 4.16666667%;
    }

    .col-sm-2-24th {
        width: 8.33333333%;
    }

    .col-sm-3-24th {
        width: 12.5%;
    }

    .col-sm-4-24th {
        width: 16.66666667%;
    }

    .col-sm-5-24th {
        width: 20.83333333%;
    }

    .col-sm-6-24th {
        width: 25%;
    }

    .col-sm-7-24th {
        width: 29.16666667%;
    }

    .col-sm-8-24th {
        width: 33.33333333%;
    }

    .col-sm-9-24th {
        width: 37.5%;
    }

    .col-sm-10-24th {
        width: 41.66666667%;
    }

    .col-sm-11-24th {
        width: 45.83333333%;
    }

    .col-sm-12-24th {
        width: 50%;
    }

    .col-sm-13-24th {
        width: 54.16666667%;
    }

    .col-sm-14-24th {
        width: 58.33333333%;
    }

    .col-sm-15-24th {
        width: 62.5%;
    }

    .col-sm-16-24th {
        width: 66.66666667%;
    }

    .col-sm-17-24th {
        width: 70.83333333%;
    }

    .col-sm-18-24th {
        width: 75%;
    }

    .col-sm-19-24th {
        width: 79.16666667%;
    }

    .col-sm-20-24th {
        width: 83.33333333%;
    }

    .col-sm-21-24th {
        width: 87.5%;
    }

    .col-sm-22-24th {
        width: 91.66666667%;
    }

    .col-sm-23-24th {
        width: 95.83333333%;
    }

    .col-sm-24-24th {
        width: 100%;
    }

    .padding-sm {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.input-validation-error {
    border: 1px solid #ff0000;
}

/*#googleMap {
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
  border: 2px solid #fff;
}*/

@media (min-width:768px) {
    .googleMapCanvas {
        width: 100%;
        height: 450px;
    }
}

/*@media (min-width:620px) and (max-width: 767px)
{
      .googleMapCanvas{
        width:100%;
        height:450px;
    }
}
@media (min-width:500px) and (max-width: 619px)
{
      .googleMapCanvas{
        width:100%;
        height:380px;
    }
}
@media (min-width:360px) and (max-width: 499px)
{
      .googleMapCanvas{
       width:100%;
        height:240px;
    }
}*/

@media (max-width: 767px) {
    .googleMapCanvas {
        width: 100%;
        height: 300px;
    }
}

/********  CUSTOM BELOW HERE ********/

@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,700|Open+Sans:400,600,700');
/* CSS reset */

html, body, div, dl, dt, dd, ol, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

p {
    margin: 10px 0;
}

a {
    cursor: pointer;
    color: #0066CC;
}

    a:hover {
        color: #6691bb;
    }

body {
    background: url('../images/1.jpg');
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Open-sans', sans-serif;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
}

h2 {
    font-family: 'Open-sans', sans-serif;
    font-size: 30px;
    margin-bottom: 20px;
}

h3 {
    font-family: 'Open-sans', sans-serif;
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 10px;
}

a.button {
    padding: 14px 20px;
    background: #f09e11;
    border: 0px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0px;
    text-decoration: none;
    font-weight: bold;
    transition: .5s ease;
    border: 1px solid #f0bf11;
}

    a.button:hover {
        background: #f0bf11;
        transition: .5s ease;
    }

.top-nav-container {
    background: rgba(43, 57, 133, 1);
    padding: 15px 0;
}

.top-nav {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
}

    .top-nav > ul {
        list-style: none;
    }

        .top-nav > ul > li {
            display: inline-block;
            padding: 0 4%;
            text-align: center;
        }

            .top-nav > ul > li > a {
                color: #fff;
                text-decoration: none;
                text-transform: uppercase;
                font-family: 'Open-sans', sans-serif;
                font-size: 14px
            }

                .top-nav > ul > li > a:hover {
                    color: #fff;
                    text-decoration: underline;
                }

.logo-container {
    margin-top: 30px;
}

.mobile-logo {
    display: none;
}

.logo-container, .main-container {
    width: 100%;
    box-sizing: border-box;
}

.hero {
    display: none;
}

.main-container {
    margin: 60px 0 120px 0;
}

    .main-container:after {
        content: "";
        display: table;
        clear: both;
    }

.login-area {
    width: 40%;
    margin-left: 20px;
    background: rgba(255, 255, 255, .7);
    border: 2px solid #fff;
    padding: 10px;
    float: left;
    border-radius: 0px;
    box-sizing: border-box;
    box-shadow: #333 1px 1px 2px;
}

@media screen and (min-width: 1200px) {
    .login-area {
        width: 30%;
    }
}

/* account password login form */

.login-area.account-type .row {
    margin-left: -15px;
    margin-right: -15px;
}

.login-area.account-type .title-box {
    text-align: center;
}

    .login-area.account-type .title-box h2, .login-area.account-type .input-box .col-sm-12 > div {
        background-color: transparent;
    }

.login-area.account-type .button-box .btn {
    margin: 0;
    width: 200px;
    max-width: 100%;
}

.login-area.account-type .button-box .col-sm-6:first-child {
    padding-right: 5px;
    text-align: right;
}

.login-area.account-type .button-box .col-sm-6:last-child {
    padding-left: 5px;
}

@media screen and (max-width: 768px) {
    .login-area.account-type .button-box .col-sm-6 {
        text-align: center !important;
        padding: 5px 0 !important;
    }
}

.login-area.account-type .operate-box {
    margin-bottom: 6px;
}

    .login-area.account-type .operate-box .forgot {
        margin: 10px 0;
        min-height: 20px;
        text-align: right;
    }

.login-area.account-type .link-box {
    text-align: center;
    line-height: 30px;
}

    .login-area.account-type .link-box form {
        display: inline;
    }

    .login-area.account-type .link-box a {
        width: 120px;
        white-space: nowrap;
        display: inline-block;
        text-align: right;
        color: #777;
    }

    .login-area.account-type .link-box .guest-link {
        white-space: nowrap;
        display: inline-block;
        background-color: transparent;
        border: none;
        padding: 0;
        margin: 0;
        text-align: left;
        color: #f09e11;
        outline: none;
        text-decoration: underline;
    }

@media screen and (max-width: 768px) {
    .login-area.account-type .row .col-sm-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.customer-search, .home-userinfo {
    margin-bottom: 20px;
    word-wrap: break-word;
}

    .customer-search:after {
        content: "";
        display: table;
        clear: both;
    }

    .home-userinfo a.btn {
        margin-top: 8px;
        display: block;
        margin-right: 10px;
    }

        .home-userinfo a.btn:first-of-type {
            margin-top: 0;
        }

.login-fieldset {
    width: 47%;
    margin-right: 3%;
    float: left;
}

.field-set {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}

select.select-field {
    margin-bottom: 10px;
    padding: 0 6px;
}

input.text-field {
    margin-bottom: 10px;
}

    select.select-field + .field-validation-error, input.text-field + .field-validation-error {
        margin-top: -10px;
        margin-bottom: 10px;
    }

.instructions {
    float: left;
    width: 50%;
    margin-bottom: 13px;
}

    .instructions p {
        margin: 0;
    }

.login-button {
    float: right;
    width: 50%;
}

    .login-button .btn {
        margin: 0;
    }

.highlights {
    width: 50%;
    float: left;
    margin-left: 30px;
    padding: 10px;
    color: #fff;
    box-sizing: border-box;
}

.help-pop {
    display: none;
    position: absolute;
    width: 22vw;
    background: rgba(0, 0, 0, .8);
    padding: 2%;
    margin-top: -233px;
    margin-left: 34%;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0px;
    z-index: 99;
}

    .help-pop a {
        color: #fff;
    }

    .help-pop.initial {
        display: none;
        position: absolute;
        top: 28vw;
        max-width: 50vw;
        width: 100%;
        left: 50%;
        background: rgba(0, 0, 0, .8);
        padding: 2%;
        margin-left: -25vw;
        color: #fff;
        border: 2px solid #fff;
        border-radius: 0px;
    }

    .help-pop h2 {
        font-size: 30px;
        font-weight: 700;
        margin-top: 20px;
    }

    .help-pop h3 {
    }

.sub-elements-one {
    background: #AE1E47;
    padding: 40px 20px;
    position: relative;
    color: #fff;
}

.sub-elements-two {
    background: #FFFFFF;
    padding: 40px 20px;
}

.footer {
    background: rgba(43, 57, 133, .8);
    padding: 100px 0 40px 0;
    color: #fff;
}

    .footer a {
        color: #fff;
    }

.footer-top {
    width: 100%;
    max-width: 960px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
}

.footer-left {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 60px;
}

.footer-right {
    width: 48%;
    margin-right: 2%;
    float: right;
    text-align: right;
}

    .footer-right img {
        height: 100px;
        margin-top: -86px;
    }

.footer-bottom {
    width: 100%;
    max-width: 960px;
    text-align: center;
    margin: 0 auto;
    margin-top: 80px;
}

.footer:after {
    content: "";
    display: table;
    clear: both;
}

.build {
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: rgba(43, 57, 133, .8);
    padding: 0px 0 40px 0
}

@media (min-width:991px) and (max-width:1128px) {
    .login-button a.help {
        line-height: 40px;
    }
}

/*To prevent the content wrap and layout error*/

.guest-button a.help {
    display: inline-block;
}

.guest-button button {
    margin: 0;
}

@media screen and (max-width:1366px) {
    .help-pop {
        width: 28vw;
        margin-left: 32%;
    }
}

@media screen and (max-width: 1366px) and (min-width:991px) {
    .home-userinfo .login-fieldset {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .home-userinfo .instructions {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:990px) {
    .logo-container {
        margin-top: 5vw;
    }

    .logo {
        height: 10vw;
        background-size: 30vw;
    }

    .main-container {
        margin-top: 5vw;
        margin-bottom: 0;
    }

    .login-area {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .highlights {
        width: 90%;
        float: none;
        padding: 40px 0;
        margin: 0 auto;
    }

    .customer-search {
        width: 60%;
        float: left;
    }

    .guest-button a.button {
        padding: 14px 7.5vw;
    }

    .continue-guest:after {
        content: "";
        display: table;
        clear: both;
    }

    .footer-left {
        width: 98%;
        text-align: center;
        margin-left: 0px;
        padding: 0 1%;
    }

    .footer-right {
        width: 100%;
        margin-right: 0;
        float: none;
        text-align: center;
        height: 100px;
    }

        .footer-right img {
            height: 100px;
            margin-top: 0px;
        }

    .footer-bottom {
        margin-top: 60px;
        max-width: none;
    }

    .help-pop.initial {
        max-width: 70vw;
        margin-left: -35vw;
        top: 40vw;
    }

    .help-pop {
        width: 28vw;
        margin-left: 32%;
    }
}

@media screen and (max-width:790px) {
    .customer-search {
        width: 100%;
        float: none;
    }

    .help-pop.initial {
        top: 60vw;
    }

    .help-pop {
        width: 52vw;
        margin-left: 19%;
        top: 73vw;
    }
}

@media screen and (max-width:480px) {
    h2 {
        font-size: 24px;
        margin-top: 10px;
    }

    .login-fieldset, .login-button {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .instructions {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    .login-button {
        margin-bottom: 16px;
    }

    .logo {
        height: 12vw;
        background-size: 50vw;
    }

    .help-pop.initial {
        max-width: 84vw;
        margin-left: -44vw;
        top: 84vw;
    }

    .help-pop {
        width: 84vw;
        margin-left: 2%;
        top: 116vw;
    }
}

@media screen and (max-width:344px) {
    .guest-button a.button {
        padding: 14px 14vw;
    }
}

/*******************************************************************/

/*  ADDITIONAL INTERNET SALES PAGES								   */

/*******************************************************************/

.container {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    padding: 0px;
}

/*dont know why someone changed the default container, but I just wanna use the default one*/

.default-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

body {
    background: url('http://sports.activecm.net/asset60014.aspx');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-size: 14px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

div#logo {
    margin: 70px 0 30px 0;
    max-width: 1200px;
}

.col-md-7 {
    position: absolute;
    top: 0px;
    width: 100%;
    margin-left: -15px;
    text-align: center;
    background: rgba(43, 57, 133, 1);
    padding: 11px 0;
}

.react .col-md-7 {
    margin-left: 0;
}

.content.row {
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(255, 255, 255);
    border-radius: 0px;
    border: 2px solid #fff;
}

/*background: rgba(255,255,255,.7);*/

.panel-heading {
    border-radius: 0px !important;
}

.panel-success > .panel-heading {
    color: #fff;
}

.panel-heading a {
    color: #fff;
}

.panel-heading > .row > .col-xs-7 {
    color: #fff;
}

.panel-success {
    border-color: transparent;
}

.panel {
    border: none;
    border-radius: 0px;
}

.panel-collapse.collapse.in {
    padding: 10px;
}

.right-panels .panel-heading b {
    left: 0px !important;
    background: transparent !important;
    border: 0px solid #F8F8F8 !important;
    border-radius: 0 !important;
    /*top: 22px;*/
}

#user-options-bar, #item-catalog-tabs .list-group {
    border: 0px solid #f09e11;
    border-radius: 0px;
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #fff;
}

.footer {
    border-top: none;
    margin-top: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
}

/*Wallace*/

footer.footer .container {
    max-width: 1200px;
}

    footer.footer .container p:nth-child(1) {
        text-align: center;
    }

/*Wallace*/

footer.footer p {
    padding: 0 10px;
}

p.app-version {
    margin-top: 40px;
}

/*******************************************************************/

/*  STYLES DEFINED BELOW MIGHT BE CONTROLLED BY CONFIG TOOL		   */

/*******************************************************************/

ul.navigation2 {
    max-width: 1200px;
    margin: 0 auto;
}

    ul.navigation2 > li {
        background-color: transparent;
        padding: 12px 18px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        transition: 0.5s ease;
        display: inline-block;
    }

        ul.navigation2 > li:hover {
            border-top: 2px solid #FFF;
            border-left: 2px solid #FFF;
            border-right: 2px solid #FFF;
            background: rgba(240, 191, 17, .7);
            transition: 0.5s ease;
        }

        ul.navigation2 > li > a {
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            text-shadow: #333 1px 1px 2px;
        }

        ul.navigation2 > li.active {
            background-color: rgb(240, 158, 17);
            color: #fff;
            border-top: 2px solid #fff;
            border-left: 2px solid #fff;
            border-right: 2px solid #fff;
            background: rgba(240, 158, 17, .7);
            text-shadow: #333 1px 1px 2px;
        }

            ul.navigation2 > li.active:hover {
                border-top: 2px solid #FFF;
                border-left: 2px solid #FFF;
                border-right: 2px solid #FFF;
            }

.right-panels .panel-heading {
    background: rgb(174, 30, 71);
}

.panel-success > .panel-heading {
    background-color: rgb(174, 30, 71);
    border: 1px solid rgb(174, 30, 71);
}

.right-panels .panel-heading {
    background: rgb(174, 30, 71) !important;
}

.option-buttons a.list-group-item {
    background-color: #ccc;
    transition: 0.3s ease;
    border-color: #999;
}

    .option-buttons a.list-group-item:hover {
        background-color: rgb(240, 191, 17);
        color: #fff;
        transition: 0.3s ease;
        border-color: rgb(240, 191, 17);
    }

.list-group-item.header-sm {
    background-color: #ccc;
    border-color: #ccc;
}

.list-group-item {
    border-color: #f0bf11;
}

/*Wallace*/

.alert-success {
    background-color: rgb(174, 30, 71);
    border-color: rgb(174, 30, 71);
    color: #fff;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#item-catalog-tabs .list-group .list-group-item, #item-catalog-tabs-mobile .list-group .list-group-item, #customer-menu-mobile .list-group .list-group-item {
    background-color: #eee;
    margin: 3px;
    border-radius: 3px;
    transition: 0.3s ease;
}

    #item-catalog-tabs .list-group .list-group-item.active, #item-catalog-tabs-mobile .list-group .list-group-item.active, #customer-menu-mobile .list-group .list-group-item.active {
        background-color: #f09e11;
    }

.panel-heading, .list-group-item.header {
    color: #fff;
    background-color: rgb(174, 30, 71);
    font-weight: bold;
}

.resident-dropdown {
    width: 600px;
}

@media screen and (max-width:768px) {
    .resident-dropdown {
    width: 305px;
}

    #header-mobile {
        height: 60px;
        background-color: transparent !important;
    }

    div#header-mobile div#logo {
        margin: 10px 0 0px 0;
    }

    div#header-mobile #logo img {
        max-width: 176px;
        min-width: 0;
    }

    .content.row {
        border: 0px solid #fff;
    }

    button.mybtnstyle {
        margin-top: 2vw !important;
        border-color: #fff !important;
        background: transparent !important;
    }

    .mybtnstyle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 0px;
        background-color: #fff;
    }

    div#header-mobile .col-xs-2:nth-last-child(1) {
        text-align: right !important;
    }

    img#cartOrPlaceholder {
        margin-top: 3vw !important;
    }

    .right-panels {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .col-sm-12 {
        padding: 0;
    }

    .tab-content .tab-pane.active .form-group.right-panels .col-sm-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .btn {
        width: 100%;
    }

    .container-fluid {
        padding-right: 0;
        padding-left: 0;
        margin-right: 15px;
        margin-left: 15px;
    }

    .container.mobilemedia.customer-header-mobile {
        background: rgb(174, 30, 71);
        padding: 10px 0;
    }

    .tab-pane.active > div > div > p {
        color: #000;
        padding: 10px;
        background: #fff;
    }

    #customer-menu-mobile {
        border: transparent;
    }
    /*Change the panel-heading background color by Terry.Tang*/
    .panel-heading, .list-group-item.header {
        background-color: rgb(174, 30, 71)
        /*rgba(43,57,133,.8);*/
    }

    .menu-group-header.panel-heading a:hover {
        color: #fff;
    }

    .tab-pane .active {
        color: #FFF
    }

    #item-catalog-tabs .list-group .list-group-item, #item-catalog-tabs-mobile .list-group .list-group-item, #customer-menu-mobile .list-group .list-group-item {
        background-color: #eee;
        margin: 3px;
        border-radius: 3px;
        transition: 0.3s ease;
    }

        #customer-menu-mobile .list-group .list-group-item:hover {
            background-color: rgb(240, 191, 17);
            transition: 0.3s ease;
        }

        #item-catalog-tabs .list-group .list-group-item.active, #item-catalog-tabs-mobile .list-group .list-group-item.active, #customer-menu-mobile .list-group .list-group-item.active {
            background-color: #f09e11;
        }

    div#item-catalog-tabs-mobile_body {
        padding: 0 10px;
    }

    .col-sm-12 p {
        padding: 10px;
    }

    #payment_information_body .panel-body .row .form-group.form-group-inline p.list-group-item-text {
        padding: 0px;
        margin-top: 5px;
        margin-bottom: 0px;
    }

        #payment_information_body .panel-body .row .form-group.form-group-inline p.list-group-item-text + div p, #payment_information_body .panel-body .row .form-group.form-group-inline p.list-group-item-text + div + p {
            padding: 0px;
            margin-top: 0px;
            margin-bottom: 0px;
        }

    .col-sm-12 > h2, .col-sm-12 > div {
        background-color: #FFFFFF
    }

    .container-fluid .content.row .col-sm-12 .tab-content .tab-pane.active .row .col-sm-12 .alert.alert-success.hidden-xs {
        background-color: rgb(174, 30, 71);
    }

    .panel.panel-success .col-sm-12 {
        padding: 0 15px;
    }

    .col-sm-12.visible-xs-block {
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .tab-pane.active h2 {
        color: #000000;
        padding-left: 10px;
    }

    footer.footer .container p:nth-child(4) {
        text-align: center;
        margin-bottom: 60px;
    }

    div.tab-content {
        color: #000000 !important;
    }

    #one_body > div > div:nth-child(5) > div:nth-child(2) > label, #one_body > div > div:nth-child(5) > div.form-group.form-group-inline.col-xs-12.col-sm-2 > label {
        white-space: nowrap;
    }

    .list-group-item, .panel {
        background-color: transparent;
    }

    #PermitDetailPart3 a[href*="Falconry/SubmitDisposition"] {
        font-size: 10px;
        padding: 5px !important;
        min-height: 30px;
        white-space: normal;
    }

    label.checkbox > input[type=checkbox]:not(:checked) + input + .glyphicon {
        margin-top: 0px;
    }

    body > div.container > div:nth-child(1) > div > div.content.row > div > div.tab-content > div {
        padding: 10px !important;
    }

        body > div.container > div:nth-child(1) > div > div.content.row > div > div.tab-content > div > ul {
            padding: 30px !important;
        }

    div.col-md-2.col-sm-3.col-xs-7 > a[href*='/Transaction/RemoveCustomer'] {
        width: auto;
    }
}

@media screen and (max-width:480px) {
    .container-fluid {
        padding-right: 0;
        padding-left: 0;
        margin-right: 0px;
        margin-left: 0px;
    }

    body {
        font-size: 12px;
    }

    .panel-body {
        padding: 15px 0px;
    }

    .list-group-item, .panel {
        background-color: transparent;
    }

    div.tab-content {
        color: #000000 !important;
        background-color: #FFFFFF;
    }

    tab-pane active h2 {
        color: #000000 !important;
    }

    #MyForm > div.form-group > div.col-xs-12.visible-xs-block {
        background-color: #FFFFFF;
    }
}

label.checkbox span.glyphicon + p {
    margin: 0 0 10px;
}

/*Wallace*/

ol {
    padding-left: 30px
}

/*Wallace*/

/*Wallace*/

.btn-success {
    background-color: #f09e11;
    border-color: #f0bf11;
    transition: 0.3s ease;
    text-transform: uppercase;
}

    .btn-success:hover {
        background-color: rgb(240, 191, 17);
        border-color: #f09e11;
        transition: 0.3s ease;
    }

    .btn-success.unavailable {
        color: #fff;
        background-color: #f09e11;
        border-color: #f0bf11;
        opacity: 0.7;
    }

    .btn-success:hover:active, .btn-success:focus:active, .btn-success:focus, .btn-success:active {
        color: #fff;
        background-color: #C9981D;
        border-color: #7A5A09;
    }

    /*Terry.Tang*/

    .btn-success[disabled], .btn-success[disabled]:focus, .btn-success[disabled]:hover {
        color: #fff;
        background-color: #C9981D;
        border-color: #7A5A09;
    }

.btn-primary {
    background-color: rgb(43, 60, 131);
    border-color: #2b3c83;
}

    .btn-primary:hover {
        background-color: rgba(43, 60, 131, 0.8);
    }

.btn-cancel {
    background-color: #ff0012;
    border-color: #df263f;
    color: #fff;
}

    .btn-cancel:hover {
        background-color: #ff606b;
        border-color: #df263f;
        color: #fff;
    }
        .btn-cancel:hover:active, .btn-cancel:focus:active, .btn-cancel:focus, .btn-cancel:active {
            color: #fff;
        }

/*Wallace*/

@media (min-width: 768px) {
    .btn {
        min-height: 34px;
        min-width: 90px;
        width: auto;
        line-height: 1.42857143;
    }

    .btn-mini {
        border-radius: 3px;
        font-size: 12px;
        line-height: 1.5;
        padding: 1px 5px;
        min-width: 48px;
        min-height: inherit;
        margin-top: 0px;
    }
}

.modal-footer .btn + .btn {
    margin-left: 5px;
}

/* lock body to prevent scroll penetrate problem on ios */

body.modal-open {
    height: 100%;
    overflow: hidden;
    width: 100%;
    -webkit-overflow-scrolling: auto;
    touch-action: none;
}

body.modal-open-fixed {
    position: fixed;
    overflow: hidden;
    height: 100%;
}

/*Change by Glenn Start ...*/

#ticklabel, #ticklabel2, #ticklabel3, #ticklabel4 {
    top: 0px;
    width: 30px;
    height: 28px;
    padding-top: 5px;
}

#MyForm > div.\5b.btn-group.\5d {
    display: block;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}

.application-grid-header {
    background-color: #F09E11;
}

.application-grid-header-border {
    border-style: solid;
    border-color: #F09E11 !important;
}

#SaveForm {
    background-color: white;
}

#tablePermitDetailUnconfirmedTransfers {
}

#lblCAFalconryNumber {
    white-space: nowrap;
}

@media (width: 768px) {
    #DrawResultsSingleHuntDrawResults {
    }

    #DrawResultsSingleHuntDrawResultsHeader {
        font-weight: normal;
        font-size: 11px;
    }

    #ApplicationPart3Header {
        font-weight: normal;
        font-size: 11px;
        word-wrap: break-word;
        word-break: normal;
    }

    #ApplicationPart5Header {
        font-weight: normal;
        font-size: 11px;
    }

    #PermitsListHeader {
        font-weight: normal;
        font-size: 11px;
    }

    #btnFEBBirdOwnerNotCAFalconer {
        left: 50px !important;
    }

    #PermitApplicationPart6 {
        font-size: 10px;
    }
}

/*Change by Glenn End*/

/*wallace*/

#item-catalog-tabs .list-group .list-group-item:hover {
    background-color: #ccc;
    border-color: #999;
}

#item-catalog-tabs .list-group .list-group-item {
    border-width: 1px;
}

@media (max-width: 767px) {
    #collapsefive_body > div > div.row.visible-xs-block div {
        display: block !important;
    }

    #cartOrPlaceholder {
        width: 32px;
    }
}

@media screen and (min-width: 375px) and (max-width: 990px) {
    #HeightInFeet {
        width: 100px;
        display: inline-block;
        margin-bottom: 10px;
    }

    #HeightInInches {
        clear: left;
        width: 100px;
        display: inline-block;
        margin-bottom: 10px;
    }
    /*AFB-4172*/
    .childSupportQList {
        line-height: 16px;
    }
}

.datetimepicker table tr td.active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #ae1e47, #ae1e47);
    background-image: -ms-linear-gradient(top, #ae1e47, #ae1e47);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ae1e47), to(#ae1e47));
    background-image: -webkit-linear-gradient(top, #ae1e47, #ae1e47);
    background-image: -o-linear-gradient(top, #ae1e47, #ae1e47);
    background-image: linear-gradient(top, #ae1e47, #ae1e47);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae1e47', endColorstr='#ae1e47', GradientType=0);
    border-color: #ae1e47 #ae1e47 #ae1e47;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker table tr td.today, .datetimepicker table tr td.today:hover, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today.disabled:hover {
    background-color: #33CC99;
    background-image: -moz-linear-gradient(top, #ae1e47, #ae1e47);
    background-image: -ms-linear-gradient(top, #ae1e47, #ae1e47);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ae1e47), to(#ae1e47));
    background-image: -webkit-linear-gradient(top, #ae1e47, #ae1e47);
    background-image: -o-linear-gradient(top, #ae1e47, #ae1e47);
    background-image: linear-gradient(top, #ae1e47, #ae1e47);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae1e47', endColorstr='#ae1e47', GradientType=0);
    border-color: #ae1e47 #ae1e47 #ae1e47;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#btnLookupVessel {
    margin-top: 0px;
}

#LookupCustomer > div.row.form-inline > div.form-group.form-group-inline.checkbox.col-sm-3 {
    width: 55%
}

@media (min-width: 768px) {
    body > div.container > div:nth-child(1) > div > div.content.row > div.col-sm-12 {
        background-color: white;
    }
}

#three_body > div > div.row > div.col-xs-12.col-sm-2 {
    width: auto;
    left: 50px;
}

form#MyForm[action*="/Sales/Checkout"] .form-group.right-panels.visible-xs-block a:last-child {
    margin-bottom: 15px;
}

form#ProfileId[action*="/Customer/Profile"] .form-group .visible-xs-block[class*="col-sm-"] a:last-child {
    margin-bottom: 15px;
}

@media (min-width: 375px) and (max-width: 769px) {
    /*
    body > div.container > div > div > div.content.row > div > div:nth-child(4) > div.col-xs-12.visible-xs-block a, body > div.container > div > div > div.content.row > div > div:nth-child(4) > div.col-xs-12.visible-xs-block input {
        width: 60vw;
    }
    */
    #btnLookupVessel {
        margin-top: 5px;
    }

    #one_body > div > div.row > div.col-xs-12.col-sm-6 {
        left: 0px;
    }

    #three_body > div > div.row > div.col-xs-12.col-sm-2 {
        width: auto;
        left: 0px;
    }
}

/*Terry.Tang for ipad device*/

@media (max-width:1024px) and (min-width:768px) {
    .button-distance {
        margin-left: 35px;
    }

    .find-owner-bird-height {
        height: 400px;
    }
}

/*Terry.Tang for ipad vertical mode, to add buttons vertical gap*/

@media (max-width:768px) and (min-width:768px) {
    .button-margin-top {
        margin-top: 2px;
    }
}

form#MyForm[action*='/Falconry/SubmitDisposition'] .form-group .col-xs-12.visible-xs-block {
    float: none;
}

form#MyForm[action*='/Falconry/Contacts'] .form-group .col-sm-6.hidden-xs {
    margin-bottom: 15px;
}

div#four.right-panels .btn-group span.glyphicon.glyphicon-unchecked {
    background-color: transparent;
    color: #f09e11;
}

div#item-catalog-tabs.panel.panel-success .list-group a.list-group-item:last-child {
    border-color: #f0bf11;
    border-bottom-style: solid;
}

div#questionsDiv.list-group .list-group-item .media-object .form-group.selectone .btn-group label span.glyphicon.glyphicon-unchecked {
    background-color: transparent;
    color: #f09e11 !important;
}

.col-sm-12 #ItemDescription + form[action*="/WaterFowlSeasonLongApplication/Accept"] > fieldset p:empty {
    padding: 0px;
    margin: 0px;
}

/*Terry.Tang added for Permit/Application page, checkbox list format*/

@media (max-width: 1024px) {
    .checkboxlist {
        width: 33.3%;
    }
}

@media (max-width: 768px) {
    .checkboxlist {
        width: 50%;
    }
}

@media (max-width: 667px) {
    .checkboxlist {
        width: 100%;
    }
}

/*Terry.Tang added for bug 18855*/

@media (max-width:736px) {
    #three_body > div > div.row > div.col-xs-12.col-sm-2 {
        width: 100%;
        left: 0px;
    }
}

/*End*/

/*=========================Gloabl Atyle  Start====================================*/

/*Wallace;*/

div#PermitDetailPart3 div.col-sm-1.ww-white-space {
    white-space: nowrap;
}

/*HFDNET-19266;*/

div.tab-content form#MyFormAdd[action*="/VesselDesignation/Add"] div.form-group input[value="Accept"][onclick*="SubmitFormAdd(); "] {
    font-size: 14px;
}

/*HFDNET-19266;*/

div.tab-content form#AcceptForm[action*="/FishermanLEPermitVesselDesignation/AddLicenseToCart"] div.form-group input[name="Accept"][value="Accept"][onclick*="SubmitAddLicenseToCartForm();"] {
    font-size: 14px;
}

/*Terry.Tang chage time popup dialog style*/

.hfdesktop .dw .dwwb {
    background: rgb(174, 30, 71);
}

.hfdesktop .dwwbm {
    border: 1px solid rgb(174, 30, 71);
}

.hfdesktop .dw .dwb {
    background: rgb(174, 30, 71)
}

    .hfdesktop .dw .dwb:focus, .hfdesktop .dw .dwb:hover {
        background: rgb(174, 30, 71);
        border-color: rgb(174, 30, 71);
    }

.hfdesktop .dwbg .dwb {
    border: solid 1px rgb(174, 30, 71);
}

.hfdesktop .dw-bubble-top .dw-arr {
    border-color: rgb(174, 30, 71) transparent transparent transparent
}

.hfdesktop .dwwr {
    border: 1px solid rgb(174, 30, 71);
}

.hfdesktop .dwwbp {
    bottom: 0;
    top: auto;
    border: 1px solid rgb(174, 30, 71);
}

.hfdesktop .dw .dwb:focus, .hfdesktop .dw .dwb:hover {
    background: rgb(150, 30, 71);
    border-color: rgb(150, 30, 71);
}

.hfdesktop .dw-bubble-bottom .dw-arr {
    border-color: transparent transparent rgb(174, 30, 71) transparent;
}

/*End*/

span#EnteredDocumentNumber-error {
    color: #fff;
}

/* "+" collapse dynamic change */

.panel-collapse.collapse.in {
    padding: 0px;
}

/*=========================Gloabl Atyle  End====================================*/

@media (max-width:768px) {
    /*Customer/Options/111111; about "GO ID" display on the customer home page*/
    head #ctl00_ctl00_Head1 + body div.container-fluid div.content.row div.panel.panel-success.right-panels div.panel-heading div.row {
        font-size: 10px;
    }
    /*Customer/Profile; "CANCEL UPDATES" and "SAVE" button*/
    form#ProfileId[action*="/Customer/Profile"] div.col-sm-6.hidden-xs {
        margin-bottom: 10px;
    }
    /*Sales/ItemSelection; modify for per item panel*/
    div.container-fluid div.content.row div.tab-content div.col-sm-12 div.row div.list-group div.list-group-item.header.dark-border ~ div.list-group-item.dark-border p.itemdisplayname {
        margin-top: 0px;
        padding: 0px;
    }
    /*HFDNET-18884; modify padding of "ATTENTION WATERFOWL HUNTERS"*/
    form#MyForm[action*="/WaterFowlLicenseMultiChoice/AcceptHunts"] p {
        padding: 0px;
        margin: 10px 0px;
    }
    /*HFDNET-18883; modify padding and margin of p tag in "WaterFowlSeasonLongApplication/Show" */
    div.container-fluid div.content.row div.col-sm-12 div.tab-content p#ItemDescription + form[action*="/WaterFowlSeasonLongApplication/Accept"] p {
        padding: 0px;
        margin: 0px;
    }
    /*HFDNET-19142; about "Single Hunt Draw Results"*/
    div#bigGameDrawResultList div.list-group-item.header2.hidden-xs, div#bigGameDrawResultList div.list-group-item.big-game-draw-item-odd, div#bigGameDrawResultList div.list-group-item.big-game-draw-item-even {
        padding-left: 0px;
        padding-right: 0px;
    }
    /*HFDNET-19142; about "Single Hunt Draw Results"*/
    div#accordionBigGame div#accordionBigGame_body div.panel-body {
        padding-left: 0px;
        padding-right: 0px;
    }
    /*fix for "BACK" button in "Application/a7f07b96-e306-422c-b00c-b225116e6b44AppID" page*/
    form#SaveForm[action*="/Permits/SaveApplication"] {
        padding: 10px;
    }
    /*fix the gap between "home add customer" tab and "content"*/
    .content.row .tab-content {
        background-color: rgba(255, 255, 255, 1);
    }

    form#MyForm[action*="Falconry/ConfirmBird"] input#remember_me[type="checkbox"] + div.btn-group label.col-xs-10.col-sm-10.nowrap.label-style p, form#MyForm[action*="Falconry/SubmitDisposition"] input#remember_me[type="checkbox"] + div.btn-group label.col-xs-10.col-sm-10.nowrap.label-style p {
        margin-top: 0px;
        padding-top: 0px;
    }

    div#btnFEBBirdOwnerNotCAFalconer {
        margin-left: 0px;
    }

    div#PermitDetailPart3 div.col-sm-1.ww-white-space {
        white-space: normal;
        padding-left: 0px;
        padding-right: 0px;
    }
    /*HFDNET-19216; "submit" button close to "Item Year" column  in  "LicenseNeedsHarvestReporting" page*/
    div#InternetSalesNoEmailConfirmationforLicenseReportingBottomInstructions + div.panel.panel-success.right-panels div.panel-heading + div div.panel-body div.list-group div[class="list-group-item"] div.row div.col-sm-2-24th.hidden-xs.padding-sm.text-center {
        padding-left: 0px;
        padding-right: 0px;
    }
    /*HFDNET-19216*/
    div.panel.panel-success.right-panels div#eidtview form#RouteAction[action*="/LicenseReport/RouteAction"] div.panel.panel-success.right-panels div[role="tabpanel"] > div.panel-body > div.row > div.form-group.form-group-inline.col-sm-6[style*="height:"] {
        width: auto;
    }
    /*HFDNET-19221;*/
    p#ItemDescription + form[action*="/WaterFowlSeasonLongApplication/Accept"] > fieldset div.container-fluid div.list-group div.list-group-item.header.hidden-xs div[class$="24th padding-sm"] {
        word-wrap: break-word;
    }
    /*HFDNET-19221;*/
    .ww-only768-Available-padding {
        padding: 0px;
    }
    /*HFDNET-19265;*/
    div#shippingAddress div#shippingAddress_body div.row div.form-group.col-sm-12 div p:empty {
        margin: 0px;
        padding: 0px;
    }
}

@media (max-width:767px) {
    /*fix don't display logo and memu when screen less and equal 767*/
    .desktopview {
        display: none;
    }
    /*display logo and memu */
    .content.row {
        background-color: transparent;
    }

    div[id^="CommonDlg"].modal.fade.in > div.modal-dialog > div.modal-content > div.modal-footer button:last-child {
        margin-left: 0px;
    }
    /*HFDNET-19160;*/
    .ww-less768-adjust-margin {
        margin-bottom: 0px;
    }
}

/***********************************************************/

/*					    HEADER							   */

/***********************************************************/

.newHeader {
    padding: 20px;
    background: #fcfcfc;
    border-bottom: 1px solid #ccc;
    display: flex;
    width: 100%;
    line-height: normal;
    position: fixed;
    top: 0;
    z-index: 99;
}

    .newHeader .logo .vcenter-outer {
        display: table;
        height: 100%;
    }

    .newHeader .logo .vcenter-inner {
        display: table-cell;
        vertical-align: middle;
    }

    .newHeader .logo img {
        max-height: 60px;
    }

    .newHeader .nav-bars {
        font-size: 20px;
        margin-top: 20px;
    }

        .newHeader .nav-bars .mobile-links-box {
            display: block;
            padding: 0;
            margin: 0;
            position: absolute;
            top: 100px;
            left: 0;
            right: 0;
            background-color: #fff;
            border: solid 1px #ccc;
            border-radius: 4px;
            z-index: 99;
            border: solid 2px #f09e11;
        }

            .newHeader .nav-bars .mobile-links-box > ul {
                padding: 0;
                margin: 0;
                list-style: none;
                user-select: none;
            }

                .newHeader .nav-bars .mobile-links-box > ul > li {
                    border-bottom: solid 2px #f09e11;
                }

                    .newHeader .nav-bars .mobile-links-box > ul > li:last-child {
                        border-bottom: none;
                    }

                    .newHeader .nav-bars .mobile-links-box > ul > li > .title {
                        padding: 10px 15px;
                        font-size: 16px;
                        font-weight: bold;
                        background-color: rgb(174, 30, 71);
                        color: white;
                    }

            .newHeader .nav-bars .mobile-links-box .mobile-links {
                padding: 0;
                margin: 0;
                list-style: none;
                user-select: none;
                overflow: hidden;
                max-height: 0;
            }

                .newHeader .nav-bars .mobile-links-box .mobile-links.expanded {
                    max-height: 999px;
                    transition: max-height 1s linear;
                }

                .newHeader .nav-bars .mobile-links-box .mobile-links > li a {
                    padding: 10px 15px;
                    font-size: 14px;
                    display: block;
                    border-bottom: solid 1px #eee;
                }

    .newHeader .profile {
        margin-left: auto;
        padding: 9px 0;
        position: relative;
        user-select: none;
        white-space: nowrap;
    }

        .newHeader .profile img {
            max-height: 40px;
            clip-path: circle(20px at center);
            vertical-align: top;
        }

        .newHeader .profile i {
            font-size: 26px;
            padding: 9px;
            vertical-align: 10px;
        }

        .newHeader .profile span {
            vertical-align: 14px;
            margin-right: 10px;
            font-size: 12px
        }

        .newHeader .profile .customer-name {
            display: inline-block;
            min-width: 120px;
            text-align: right;
        }

    .newHeader .cart {
        font-size: 18px;
        padding: 14px 7px;
        margin-left: 0px;
        position: relative;
    }

        .newHeader .cart .cart-icon {
            padding: 10px;
        }

            .newHeader .cart .cart-icon i {
                vertical-align: top;
            }

        .newHeader .cart .cart-count {
            position: absolute;
            font-size: 8px;
            border-radius: 100%;
            background: red;
            color: #fff;
            top: 6px;
            right: 0px;
            width: 18px;
            height: 18px;
            line-height: 20px;
            text-align: center;
        }

    .newHeader .links {
        margin-left: auto;
        font-size: 12px;
        display: flex;
        align-items: center;
    }

        .newHeader .links ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .newHeader .links ul li {
                display: inline-block;
                padding: 5px;
                margin-top: 5px;
            }

                .newHeader .links ul li:hover {
                    text-decoration: underline;
                }

    .newHeader a {
        color: #404040;
        text-decoration: none;
    }

        .newHeader a:hover {
            color: #404040;
        }

    .newHeader #profile-menu {
        transition: all linear 0.2s;
        height: 0px;
        overflow: hidden;
        opacity: 0;
        position: absolute;
        z-index: 2;
        right: -20px;
        width: 230px;
        margin-top: 10px;
    }

        .newHeader #profile-menu.showProfile {
            height: auto;
            opacity: 1;
        }

        .newHeader #profile-menu ul {
            list-style: none;
            margin: 0;
            padding: 0;
            border: 1px solid #ccc;
            border-radius: 4px;
        }

            .newHeader #profile-menu ul ul {
                border: 0;
            }

            .newHeader #profile-menu ul li a {
                cursor: default;
                padding: 10px;
                background: #fcfcfc;
                display: block;
                border-bottom: 1px solid #ccc;
                transition: .3s ease;
            }

                .newHeader #profile-menu ul li a[href]:hover {
                    cursor: pointer;
                    color: #fff;
                    background: #2b3985;
                    transition: .3s ease;
                }

        .newHeader #profile-menu > ul > li:nth-child(1) a {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .newHeader #profile-menu > ul > li:nth-last-child(1) a {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            border: none;
        }

        .newHeader #profile-menu ul > li > ul > li > a {
            padding: 5px 30px;
            border-bottom: 1px solid #ccc !important;
        }

    .newHeader div#profile-menu i {
        padding: 7px 9px;
        float: left;
        color: green;
        font-size: 12px;
    }

    /* AFB-2030,sye */

    .newHeader #shoppingCartHolder {
        transition: all linear 0.2s;
        height: 0px;
        position: absolute;
        z-index: 2;
        right: -10px;
        width: 300px;
        margin-top: 10px;
        font-size: 16px;
    }

        .newHeader #shoppingCartHolder ul {
            list-style: none;
            margin: 0;
            padding: 0;
            border: 1px solid #ccc;
            border-radius: 4px;
            background: #fcfcfc;
        }

            .newHeader #shoppingCartHolder ul li {
                text-align: center;
            }

                .newHeader #shoppingCartHolder ul li.shoppingCartHolder_header {
                    padding: 10px 5px;
                    color: #2b3985;
                    font-weight: bold;
                    border-bottom: 1px solid #ccc;
                }

                .newHeader #shoppingCartHolder ul li.shoppingCartHolder_footer {
                    height: 30px;
                }

                .newHeader #shoppingCartHolder ul li button {
                    width: 200px;
                    font-size: 12px;
                    font-weight: bold;
                }

                    .newHeader #shoppingCartHolder ul li button.continueShopping {
                        position: relative;
                        top: -12px;
                    }

    .newHeader #ShoppingCartNotifycation {
        transition: all linear 0.2s;
        height: 40px;
        line-height: 40px;
        position: absolute;
        z-index: 2;
        right: -20px;
        width: 300px;
        margin-top: 10px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background: #fcfcfc;
        color: #2b3985;
        text-align: center;
        font-weight: bold;
    }

/* AFB-2208,sye */

.panel-success .topBorder {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.panel-success .prerequisiteItemMSG {
    color: #7d7d7d;
    padding: 8px 16px;
}

@media screen and (max-width:768px) {
    .divRTCustomerProfilePage {
        padding: 10px;
    }
}

/***********************************************************/

/*					    RESPONSIVE						   */

/***********************************************************/

@media screen and (min-width: 1024px) {
    .newHeader .nav-bars {
        display: none;
    }
}

@media screen and (max-width: 1200px) and (min-width:1024px) {
    .newHeader .logo img {
        max-width: 250px;
    }
}

@media screen and (max-width: 1023px) {
    .newHeader .links {
        display: none;
    }

    .newHeader .logo {
        margin-left: 30px;
    }

        .newHeader .logo img {
            max-height: 5vw;
        }
}

@media screen and (max-width: 900px) {
    .newHeader .row {
        flex-direction: column;
    }

    .newHeader .logo img {
        margin-top: 3%;
    }
}

@media screen and (max-width: 600px) {
    .newHeader .logo {
        position: absolute;
        top: 10px;
    }

        .newHeader .logo img {
            max-height: 30px;
        }

    .newHeader {
        padding-top: 50px;
        padding-bottom: 6px;
        padding-left: 10px;
        padding-right: 10px;
    }

        .newHeader .cart {
            padding-bottom: 10px;
        }
}

/* MVC toolbar start*/

/* CSS reset */

/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;

}

p{margin:10px 0;}
a{cursor:pointer;color:#0066CC;}
a:hover{color:#6691bb;}

body {color: #404040;font-family:'Open-sans',Arial;background:#fff;font-size:14px;}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

textarea, input, button { outline: none; }*/

/***********************************************************/

/*					    HEADER							   */

/***********************************************************/

#newtoolbar {
    font-family: 'Open-sans', Arial;
    position: fixed;
    width: 100%;
    padding-right: 30px;
    top: 0;
    z-index: 99;
}

    #newtoolbar .header {
        padding: 20px;
        border-bottom: 1px solid #ccc;
        display: flex;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 15px;
    }

    #newtoolbar .newlogo .vcenter-outer {
        display: table;
        height: 100%;
    }

    #newtoolbar .newlogo .vcenter-inner {
        display: table-cell;
        vertical-align: middle;
    }

    #newtoolbar .newlogo img {
        max-height: 60px;
    }

    #newtoolbar .nav-bars {
        font-size: 20px;
        margin-top: 20px;
    }

        #newtoolbar .nav-bars .mobile-links-box {
            display: none;
            padding: 0;
            margin: 0;
            position: absolute;
            top: 100px;
            left: 0;
            right: 0;
            background-color: #fff;
            border: solid 1px #ccc;
            border-radius: 4px;
            z-index: 99;
            border: solid 2px #f09e11;
        }

            #newtoolbar .nav-bars .mobile-links-box > ul {
                padding: 0;
                margin: 0;
                list-style: none;
                user-select: none;
            }

                #newtoolbar .nav-bars .mobile-links-box > ul > li {
                    border-bottom: solid 2px #f09e11;
                }

                    #newtoolbar .nav-bars .mobile-links-box > ul > li:last-child {
                        border-bottom: none;
                    }

                    #newtoolbar .nav-bars .mobile-links-box > ul > li > .title {
                        padding: 10px 15px;
                        font-size: 16px;
                        font-weight: bold;
                        background-color: rgb(174, 30, 71);
                        color: white;
                    }

            #newtoolbar .nav-bars .mobile-links-box .mobile-links {
                padding: 0;
                margin: 0;
                list-style: none;
                user-select: none;
                overflow: hidden;
                max-height: 0;
            }

                #newtoolbar .nav-bars .mobile-links-box .mobile-links.expanded {
                    max-height: 999px;
                    transition: max-height 1s linear;
                }

                #newtoolbar .nav-bars .mobile-links-box .mobile-links > li a {
                    padding: 10px 15px;
                    font-size: 14px;
                    display: block;
                    border-bottom: solid 1px #eee;
                }

    #newtoolbar .profile {
        margin-left: auto;
        padding: 9px 0;
        position: relative;
        white-space: nowrap;
    }

        #newtoolbar .profile img {
            max-height: 40px;
            vertical-align: baseline;
            clip-path: circle(20px at center);
        }

        #newtoolbar .profile i {
            font-size: 26px;
            padding: 9px;
            vertical-align: 10px;
        }

        #newtoolbar .profile .customer-name {
            vertical-align: 14px;
            margin-right: 10px;
            font-size: 12px;
            display: inline-block;
            min-width: 120px;
            text-align: right;
        }

    #newtoolbar .cart {
        font-size: 18px;
        padding: 13px;
        margin-left: 0px;
        position: relative;
        vertical-align: baseline;
        top: 8px;
        cursor: pointer;
    }

    #newtoolbar .cart-icon {
        padding: 8px;
    }

    #newtoolbar .cart-count {
        position: absolute;
        font-size: 8px;
        border-radius: 100%;
        background: red;
        color: #fff;
        top: 6px;
        right: 0px;
        width: 18px;
        height: 18px;
        line-height: 20px;
        text-align: center;
    }

    #newtoolbar .links {
        margin-left: auto;
        font-size: 12px;
        display: flex;
        align-items: center;
    }

        #newtoolbar .links a {
            text-decoration: none;
        }

        #newtoolbar .links ul {
            list-style: none;
        }

            #newtoolbar .links ul li {
                display: inline-block;
                padding: 5px;
                margin-top: 5px;
            }

                #newtoolbar .links ul li:hover {
                    text-decoration: underline;
                }

    #newtoolbar .header a {
        color: #404040;
        text-decoration: none;
    }

        #newtoolbar .header a:hover {
            color: #404040;
        }

    #newtoolbar .div-inline {
        display: inline-block;
    }

    #newtoolbar #profile-menu:not(.dropdown-trigger) {
        position: absolute;
        z-index: 2;
        right: -20px;
        width: 229px;
        margin-top: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    #newtoolbar #profile-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #newtoolbar #profile-menu ul li a, #newtoolbar #profile-menu ul li .sub-menu {
            padding: 10px;
            background: #fcfcfc;
            display: block;
            border-bottom: 1px solid #ccc;
            transition: .3s ease;
            text-decoration: none;
        }

            #newtoolbar #profile-menu ul li a:hover {
                color: #fff;
                background: #2b3985;
                transition: .3s ease;
            }

    #newtoolbar #profile-menu > ul > li:nth-child(1) a {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    #newtoolbar #profile-menu > ul > li:nth-last-child(1) a {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border: none;
    }

    #newtoolbar #profile-menu ul > li > ul > li > a {
        padding: 5px 30px;
        border-bottom: 1px solid #ccc !important;
        white-space: nowrap;
    }

    #newtoolbar div#profile-menu i:not(.dropdown-trigger) {
        padding: 8px 9px;
        float: left;
        color: green;
        font-size: 12px;
    }

    /* AFB-2030,sye */

    #newtoolbar #shoppingCartHolder {
        transition: all linear 0.2s;
        width: 300px;
        margin-top: 10px;
        font-size: 16px;
        position: absolute;
        z-index: 2;
        right: -10px;
        top: 36px;
        display: none;
    }

        #newtoolbar #shoppingCartHolder ul {
            list-style: none;
            margin: 0;
            padding: 0;
            border: 1px solid #ccc;
            border-radius: 4px;
            background-color: #fcfcfc;
        }

            #newtoolbar #shoppingCartHolder ul li {
                text-align: center;
            }

                #newtoolbar #shoppingCartHolder ul li.shoppingCartHolder_header {
                    padding: 10px 5px;
                    color: #2b3985;
                    font-weight: bold;
                    border-bottom: 1px solid #ccc;
                }

                #newtoolbar #shoppingCartHolder ul li.shoppingCartHolder_footer {
                    height: 30px;
                }

                #newtoolbar #shoppingCartHolder ul li input {
                    width: 200px;
                    font-size: 12px;
                    font-weight: bold;
                }

                    #newtoolbar #shoppingCartHolder ul li input.continueShopping {
                        position: relative;
                        top: -12px;
                    }

                        #newtoolbar #shoppingCartHolder ul li input.continueShopping:hover {
                            background-color: #ffcc66;
                        }

.greyOutItem {
    color: #676767;
    margin-bottom: 20px;
    cursor: pointer;
}

/* AFB-2215,sye */

.orderSummaryHeader {
    text-align: center;
}

.orderSummaryItem {
    padding: 6px 15px;
    font-size: 12px;
    color: #7d7d7d;
}

    .orderSummaryItem.borderBottom {
        border-bottom: 1px solid #ccc;
    }

    .orderSummaryItem.itemTotal {
        margin-top: 10px;
    }

    .orderSummaryItem.total {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .orderSummaryItem .shippingTitle {
        margin-bottom: 5px;
    }

    .orderSummaryItem button {
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

#OrderCSBtn {
    margin-top: 8px;
    margin-bottom: 20px;
}

#OrderCancelBtn {
    margin-top: -12px;
    margin-bottom: 20px;
}
/* AFB-2671,sye */

.waterFowl-page {
    padding: 16px;
}

.noPadding {
    padding: 0px;
}

.waterFowlMultiChoiceMobileItem {
    padding: 10px;
}

.greyBg {
    background-color: #eae9e6;
}

.wfBtn {
    width: 40%;
    min-width: 150px;
}

.wfSelect {
    width: 50%;
    display: inline;
}

.wfOSHolder {
    margin-bottom: 20px;
}

.whiteColor {
    color: #FFFFFF;
}

.wfHelpText {
    padding: 5px 8px;
    line-height: 20px;
}

.wfHelpTextHead {
    padding-left: 10px !important;
}

.groupOccupancyRulesString {
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
}

.wfGroupHeader {
    font-size: 14px;
    padding: 0px !important;
}

/***********************************************************/

/*					    MAIN							   */

/***********************************************************/

/*.main {background:#fff;}
.container { padding: 15px 0px; max-width: 1366px;margin: 0 auto;}

.row{display:flex;justify-content:space-between;}
.tile{padding:20px;border:1px solid #ccc;border-radius:4px;margin:10px;background:#fcfcfc;}
.small{flex:1.1;min-width:320px;}
.medium{flex:2}
.large{flex:1}

.tile h2{font-size:24px;margin:0px 0 10px 0;color:#2b3985;}

input[type=text], select {
    width: 100%;
    padding: 15px;
    margin: 8px 0;
    display: inline-block;
    border:none;
    border-bottom: 2px solid #f2f2f2;
    border-radius: 0px;
    box-sizing: border-box;
    background:transparent;
    transition:.5s ease;
    font-weight:700;
    font-size:14px;
}

input[type=text]:focus, select:focus {
    border-bottom: 2px solid #f09e11;
    border-radius: 0px;
    background:#fff;
    transition:.5s ease ;
    background-image:url('../images/disk.png');
    background-repeat:no-repeat;
    background-position:right;
    background-size:14px;
}

.medium.tile.contact-info .row {
    margin-bottom: 10px;
}*/

/***********************************************************/

/*					    FOOTER							   */

/***********************************************************/

/*.footer{padding:10px;border-top:1px solid #ccc;background:#fcfcfc;display:flex;justify-content:space-evenly;position:fixed;width:100%;bottom:0px;}
.footer > div {}
.build,.support{flex:2;padding:5px 0;font-size:12px;}
.powered{flex:.5}

.powered img {height:22px;}*/

/***********************************************************/

/*					    PROFILE							   */

/***********************************************************/

/*#newtoolbar .card {
    background: url('../images/card-bg.jpg');
    background-size: cover;
    min-height: 240px;
    border: none !important;
    color: #fff;
    text-shadow: 1px 1px #000;
    font-weight: 700;
    padding: 30px 20px 20px 20px;
    position: relative;
    max-width: 400px
}
    #newtoolbar .card .photo {
        float: left;
        margin-right: 4%;
        width: 130px;
        overflow: hidden;
    }
        #newtoolbar .card .photo img {
            height: 130px;
            clip-path: circle(89px);
        }
    #newtoolbar .card .person-info {
        float: left;
        font-size: 16px;
    }
        #newtoolbar .card .person-info h3 {
            font-size: 28px;
            margin: 4px 0 12px 0;
        }
    #newtoolbar .card .id {
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 20px;
    }
        #newtoolbar .card .id:after {
            content: '';
            display: table;
            clear: both;
        }
    #newtoolbar .card .edit-corner {
        position: absolute;
        top: 0;
        right: 0;
        padding: 5px;
    }
    #newtoolbar .card span {
        font-weight: 100;
    }
    #newtoolbar .card .biometrics {
        margin: 38px 0px 0px 0px;
        font-size: 12px;
    }
        #newtoolbar .card .biometrics ul {
            list-style: none;
        }
            #newtoolbar .card .biometrics ul li {
                display: inline-block;
                margin-right: 10px;
            }

#newtoolbar .contact-info {
    position: relative;
}
    #newtoolbar .contact-info > .row > div {
        flex: 1;
        margin-right: 20px
    }
        #newtoolbar .contact-info > .row > div:nth-last-child(1) {
            margin-right: 0px
        }
    #newtoolbar .contact-info > .row:nth-last-child(1) {
        margin-bottom: 0px !important
    }
#newtoolbar .row > div > span {
    color: red;
}
#newtoolbar label {
    font-size: 12px;
}
#newtoolbar .contact-info .add-profile {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    background: #f09e11;
    font-weight: 700;
    padding: 10px 15px;
    width: 110px;
    text-align: center;
}
#newtoolbar .contact-info .edit-profile {
    position: absolute;
    top: 0px;
    right: 144px;
    color: #fff;
    background: #f09e11;
    font-weight: 700;
    padding: 10px 15px;
    width: 110px;
    text-align: center;
}

#newtoolbar .licenses p {
    text-align: right;
    margin-top: 18px;
    margin-bottom: 0px
}
#newtoolbar .license-panel {
    border: 1px solid #ccc;
    padding: 20px 6% 20px 3%;
    width: 87%;
    position: relative;
    margin-bottom: 10px;
}
    #newtoolbar .license-panel.current {
        border-left: 15px solid green;
    }
    #newtoolbar .license-panel.expired {
        border-left: 15px solid #ccc;
    }
    #newtoolbar .license-panel img {
        height: 48px;
        float: left;
        margin-top: -5px;
        margin-right: 10px;
    }
    #newtoolbar .license-panel span {
        font-size: 18px;
    }
    #newtoolbar .license-panel .action {
        padding: 5px;
        color: #fff;
        font-weight: 700;
        height: 17px;
        text-align: center;
        width: 60px;
        font-size: 12px;
        line-height: 28px;
        height: 28px;
    }
        #newtoolbar .license-panel .action.view {
            position: absolute;
            background: #2b3985;
            top: 0;
            right: 0;
        }
        #newtoolbar .license-panel .action.renew {
            position: absolute;
            background: #f09e11;
            bottom: 0;
            right: 0;
        }
        #newtoolbar .license-panel .action i {
            font-size: 10px;
            vertical-align: 1px;
        }

#newtoolbar .harvests p {
    text-align: right;
    margin-top: 18px;
    margin-bottom: 0px
}
#newtoolbar .harvest-panel {
    border: 1px solid #ccc;
    padding: 20px 6% 20px 6%;
    width: 87%;
    position: relative;
    margin-bottom: 10px;
}
    #newtoolbar .harvest-panel img {
        height: 48px;
        float: left;
        margin-top: -5px;
        margin-right: 10px;
    }
    #newtoolbar .harvest-panel span {
        font-size: 18px;
    }
    #newtoolbar .harvest-panel .action {
        padding: 5px;
        color: #fff;
        font-weight: 700;
        height: 17px;
        text-align: center;
        width: 60px;
        font-size: 12px;
        line-height: 28px;
        height: 28px;
    }
        #newtoolbar .harvest-panel .action.report {
            position: absolute;
            background: #f09e11;
            top: 0;
            right: 0;
        }
        #newtoolbar .harvest-panel .action i {
            font-size: 10px;
            vertical-align: 1px;
        }

#newtoolbar .harvests {
}

#newtoolbar .sub-nav {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    max-width: 432px;
}
    #newtoolbar .sub-nav .sub-nav-item {
        text-align: center;
        text-transform: uppercase;
    }
        #newtoolbar .sub-nav .sub-nav-item:nth-last-child(1) a {
            border-bottom: none
        }
        #newtoolbar .sub-nav .sub-nav-item a {
            color: #404040;
            text-decoration: none;
            padding: 16px;
            display: block;
            transition: .3s ease;
            font-weight: 700;
            border-bottom: 1px solid #ccc;
        }
            #newtoolbar .sub-nav .sub-nav-item a:hover {
                background: #f09e11;
                color: #fff;
                transition: .3s ease;
                border-bottom: 1px solid #fff;
            }

#newtoolbar .education {
}


#newtoolbar .alert {
    background: #bb3232;
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 10px;
}
#newtoolbar .promotion {
}*/

/***********************************************************/

/*					    RESPONSIVE						   */

/***********************************************************/

@media screen and (min-width: 1024px) {
    #newtoolbar .nav-bars {
        display: none;
    }
}

@media screen and (max-width: 1200px) and (min-width:1024px) {
    #newtoolbar .newlogo img {
        max-width: 250px;
    }
}

@media screen and (max-width: 1023px) {
    #newtoolbar .links {
        display: none;
    }

    #newtoolbar .newlogo {
        margin-left: 30px;
    }

        #newtoolbar .newlogo img {
            max-height: 5vw;
        }
}

@media screen and (max-width: 900px) {
    #newtoolbar .row {
        flex-direction: column;
    }

    #newtoolbar .newlogo img {
        margin-top: 3%;
    }
}

@media screen and (max-width: 600px) {
    #newtoolbar {
        padding-right: 0;
    }

    #newtoolbar .newlogo {
        position: absolute;
        top: 10px;
    }

        #newtoolbar .newlogo img {
            max-height: 30px;
        }

    #newtoolbar .header {
        padding-top: 50px;
        padding-bottom: 6px;
        padding-left: 20px;
        padding-right: 10px;
    }

    #newtoolbar .cart {
        padding-bottom: 0px;
    }
}

/* MVC toolbar end*/

.forgot-password {
    text-align: center;
}

    .forgot-password .text-box {
        padding: 10px 0;
        font-size: 16px;
        font-weight: bold;
    }

    .forgot-password .button-box {
        padding: 10px 0;
    }

    .forgot-password .password-valid-box ul, .forgot-password .password-valid-box li {
        padding: 0;
        margin: 0;
    }

    .forgot-password .password-valid-box li {
        max-width: 200px;
        display: block;
        margin: 0 auto;
        text-align: left;
    }

        .forgot-password .password-valid-box li input {
            margin-right: 5px;
        }

.button-primary-outline, .button-primary-outline:focus {
    background-color: #fff;
    border: 1px solid #ef9e20;
    color: #ef9e20;
    padding: 5px 16px;
    text-decoration: none;
    display: inline-block;
}

    .button-primary-outline:hover {
        background-color: #ffcc66;
        border: 1px solid #ffcc66;
        text-decoration: none;
        color: #fff;
    }

    .button-primary-outline[disabled] {
        background-color: #dcbc6d;
        border: 1px solid #a99460;
        text-decoration: none;
        color: #fff;
    }

.button-primary, .button-primary:focus {
    background-color: #ef9e20;
    border: 1px solid #ef9e20;
    border-radius: 0px;
    color: #fff;
    padding: 5px 16px;
    text-decoration: none;
    display: inline-block;
}

    .button-primary:hover {
        background-color: #ffcc66;
        text-decoration: none;
        color: #fff;
    }

@media (min-width: 768px) {
    .button-primary + .button-primary {
        margin-left: 20px;
    }
    /*AFB-4172*/
    .childSupportQList {
        line-height: 25px;
    }
}

.img-checkbox > * {
    vertical-align: middle;
}

.img-checkbox > .glyphicon {
    font-size: 16px;
    color: #f09e11;
    cursor: pointer;
    margin-right: 5px;
}

.catalog .panel-success {
    border: 1px solid #f0bf11;
}

.catalog .panel-heading {
    line-height: 2.2em;
    font-weight: bold;
    font-size: 16px;
    padding: 0 32px;
    margin: -1px;
}

.panel-success .item {
    padding: 8px 16px;
}

    .panel-success .item.border {
        border: 1px solid #bcbcbc;
        margin: -1px;
    }

    .panel-success .item:first-of-type {
        border-top: none;
        margin-top: 0;
        padding-top: 16px;
    }

    .panel-success .item:last-of-type {
        border-top: none;
        padding-bottom: 16px;
    }

    .panel-success .item [class*="col-"] {
        padding: 3px;
    }

.fa.button {
    font-size: 18px;
    opacity: .5;
    cursor: pointer;
    color: #666;
}

    .fa.button.lg {
        font-size: 22px;
    }

    .fa.button:focus, .fa.button:hover {
        opacity: .8;
    }

    .fa.button[disabled] {
        opacity: .2;
        cursor: not-allowed;
    }

.message-list {
    margin: 15px 0 10px;
}

    .message-list p {
        margin: 0;
        line-height: 1;
    }

.spinner {
    white-space: nowrap;
}

    .spinner > * {
        vertical-align: middle;
    }

    .spinner .num {
        border: 1px solid #bcbcbc;
        padding: 3px 8px;
        margin: 0 3px;
        display: inline-block;
        text-align: center;
    }

.shopping-cart{
    max-width: 1366px;
    margin: auto;
    background-color: #f2f2f2;
}

.catalog {
    max-width: 1200px;
    margin: auto;
    background-color: #f2f2f2;
}

.catalog-items {
    margin: 16px 0;
}

    .catalog-items .panel-heading {
        margin-bottom: 16px;
    }

    .catalog-items > div:not(.items-container) {
        padding: 0 32px;
    }

    .catalog-items .items-container {
        /* padding: 0 16px 16px 0; */
        max-height: 540px;
        overflow-y: auto;
    }

    .catalog-items .items-count {
        white-space: nowrap;
    }

    .catalog-items .catalog-item {
        margin: 16px 0;
        float: left;
        position: relative;
    }

    .catalog-item .item-content {
        width: 175px;
        height: 230px;
        margin: auto;
        border: 1px solid #aeaeae;
        padding: 1px;
        text-align: center;
        position: relative;
    }

    .catalog-item .item-content:hover {
        border: 2px solid #f09e11;
        padding: 0;
    }

    @media (max-width: 560px){
        .catalog-items .items-years {
            float: none !important;
            margin-bottom: 8px;
        }
        .catalog-items .items-count {
            float: left
        }
    }

/* 1 column */

@media (max-width: 392px) {
    .catalog-items .catalog-item {
        width: 100%;
    }
}

/* 2 columns */

@media (min-width: 393px) and (max-width: 568px) {
    .catalog-items .items-container {
        padding: 0 calc(16.667% - 58px) 16px;
    }

    .catalog-items .catalog-item {
        width: 50%;
    }
}

/* 3 columns */

@media (min-width: 569px) and (max-width: 767px) {
    .catalog-items .items-container {
        padding: 0 calc(12.5% - 66px) 16px;
    }

    .catalog-items .catalog-item {
        width: 33.333%;
    }
}

/* 4 coumns */

@media (min-width: 768px) and (max-width: 969px) {
    .catalog-items .items-container {
        padding: 0 calc(10% - 70px) 16px;
    }

    .catalog-items .catalog-item {
        width: 25%;
    }
}

/* 4 columns */

@media (min-width: 970px) and (max-width: 1199px) {
    .catalog-items .items-container {
        padding: 0 calc(10% - 70px) 16px;
    }

    .catalog-items .catalog-item {
        width: 25%;
    }
}

/* 4 columns */

@media (min-width: 1200px) {
    .catalog-items .items-container {
        padding: 0 calc(10% - 70px) 16px;
    }

    .catalog-items .catalog-item {
        width: 25%;
    }
}

.catalog-item .item-price {
    width: 100px;
    margin: -2px auto auto;
    line-height: 2.4em;
    background-color: #f09e11;
    color: #fff;
    font-weight: bold;
}

.catalog-item .item-desc-indicator {
    float: left;
    margin: 5px 0 0 8px;
    color: #f09e11;
    font-size: 1.3em;
}

.catalog-item .item-desc-popover {
    margin-left: 8px;
    border-color: #f09e11;
}

.catalog-item .item-error-popover {
    border-color: #f09e11;
}

    .catalog-item .item-desc-popover .arrow, .catalog-item .item-error-popover .arrow {
        border-bottom-color: #f09e11;
    }

.catalog-item .item-name {
    margin: 16px 16px;
    line-height: 1.1;
    color: #666;
    overflow: hidden;
    word-wrap: break-word;
}

.catalog-item .item-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.catalog-item .item-vdate {
    color: #6b6b6b;
    line-height: 1;
}

.catalog-item .item-actions {
    margin: 12px 0;
}

.catalog-filter {
    background-color: #fff;
    margin-top: 16px;
    padding-bottom: 16px;
    border: 1px solid #bcbcbc;
}

    .catalog-filter .filter-reset {
        float: right;
        display: block;
        margin: 56px 32px 0 16px;
        color: inherit;
    }

        .catalog-filter .filter-reset:hover {
            color: #66ccff;
        }

    .catalog-filter .filter-group {
        float: left;
    }

    .catalog-filter .filter-item {
        margin: 16px 0 0 32px;
        min-width: 110px;
    }

        .catalog-filter .filter-item.btn-group {
            margin-top: 14px;
        }

        .catalog-filter .filter-item .btn {
            text-transform: none;
            margin-top: 0;
            padding-top: 2px;
            padding-bottom: 2px;
            min-height: inherit;
            width: auto;
        }

.catalog-modal .modal-content {
    border-radius: 0;
}

.catalog-modal .confirm-content-full {
    padding: 0 16px;
}
.catalog-modal h3 {
    font-weight: 700;
    font-size: 1.4em;
    margin: 8px 0;
}

@media (min-width: 768px) {
    .catalog-modal .confirm-item {
        float: left;
        width: 230px;
        border-right: 1px solid #ddd;
        padding: 0 32px 16px 16px;
    }

    .catalog-modal .confirm-content {
        float: left;
        width: calc(100% - 230px);
        padding: 0 25px 0 35px;
        border-left: 1px solid #ddd;
        margin-left: -1px;
    }

    .catalog-modal.align-top .confirm-content {
        margin-top: -27px;
    }

    .catalog-modal .actions-right {
        margin-right: -18px;
    }

    .catalog-modal .btn:not(:last-of-type) {
        margin-right: 20px;
    }
}

@media (min-width: 1200px) {
    .catalog-modal.multi-species-modal {
        width: 1200px;
    }
}

.catalog-shortTerm {
    text-align: center;
}

    .catalog-shortTerm .title {
        padding-top: 10px;
        font-weight: bold;
    }

    .catalog-shortTerm .startDate {
        padding-top: 20px;
        margin: 0 auto;
        width: 200px;
    }

.catalog-hunterEd {
    padding-top: 50px;
    max-width: 450px;
    margin: 0 auto;
}

.qs-content .control-label, .qs-content .step-actions {
    margin: 30px 0;
}
.confirm-content-full .qs-content .step-actions {
    margin: 0;
}
.confirm-content-full .qs-content .control-label {
    margin-top: 0;
}
.confirm-content-full .qs-content .qs-item,
.confirm-content-full .max-height-box {
    max-height: calc(100vh - 240px);
    overflow-y: auto;
}
@media (max-width: 750px) {
    .confirm-content-full .qs-content .qs-item,
    .confirm-content-full .max-height-box {
        max-height: calc(100vh - 300px);
    }
    .catalog-modal .confirm-title h2 {
        font-size: 30px;
    }
}


.qs-content input, .qs-content select {
    display: inline-block;
    max-width: 250px;
    padding-left: 8px;
}

.qs-content input {
    padding-right: 8px;
}

.qs-content .multi-select {
    display: inline-block;
    text-align: left;
}

    .qs-content .multi-select .img-checkbox {
        margin-left: 16px;
    }

    .img-checkbox > span + span {
        cursor: default;
    }

    .qs-content .ack-select .img-checkbox {
        margin-bottom: 10px;
    }

        .qs-content .multi-select .img-checkbox + .img-checkbox {
            margin-top: 5px;
        }

    .qs-content .multi-select label {
        margin-bottom: 16px;
    }

.checkbox-content-rich, .checkbox-content-rich * {
    display: inline;
}

.cart-page {
    padding: 16px;
}

    .cart-page .cart-content {
        color: #666;
    }

    .cart-page .donation-module {
        color: #666;
    }

@media (min-width: 900px) {
    .cart-page .cart-content {
        float: left;
        width: calc(100% - 317px);
        min-height: 400px;
    }

    .cart-page .donation-module {
        float: left;
        width: calc(100% - 317px);
        min-height: 400px;
    }

    .cart-page .cart-summary-box .cart-summary {
        position: fixed;
        width: 300px;
    }

    .cart-page .cart-summary-box {
        margin-bottom: 16px;
        float: right;
        width: 300px;
    }
}

.cart-content .spinner {
    margin-top: -3px;
}

@media (max-width:340px) {
    .cart-content .spinner .num {
        padding: 3px;
    }
}

@media (min-width: 500px) and (max-width:899px) {
    .cart-content .spinner .num {
        margin: 0 12px;
        min-width: 35px;
    }
}

@media (min-width: 1000px) and (max-width: 1099px) {
    .cart-content .spinner .num {
        margin: 0 6px;
        min-width: 35px;
    }
}

@media (min-width: 1100px) {
    .cart-content .spinner .num {
        margin: 0 12px;
        min-width: 50px;
    }
}

.cart-content .cart-item-group .header-count {
    font-weight: normal;
    margin-left: 5px;
}
.cart-content .cart-item-group > .panel-heading > .icon-remove {
    float: right;
    cursor: pointer;
}

.cart-content .item-name {
    word-wrap: break-word;
}

.cart-content .item-hunt {
    padding-left: 0;
}

    .cart-content .item-hunt > li {
        list-style-type: none;
    }

.cart-content .item-price {
    font-size: 16px;
}

.item-hunt-ed .ed-warning {
    color: #2b3985;
}

.catalog-item-splitor > .fa.button {
    z-index: 99;
}

@media (min-width: 768px) {
    .catalog-item-splitor {
        min-height: 200px;
        position: relative;
    }

        .catalog-item-splitor > .fa.left {
            position: absolute;
            top: calc(50% - 12px);
            left: -10px;
        }

        .catalog-item-splitor > .fa.right {
            position: absolute;
            top: calc(50% - 12px);
            right: -22px;
        }

        .catalog-item-splitor .container {
            overflow-x: auto;
        }

            .catalog-item-splitor .container .row {
                min-width: 550px;
            }
}

@media (max-width: 767px) {
    .catalog-item-splitor > .fa.button {
        margin-left: calc(50% - 12px);
        transform: rotate(90deg);
    }

    .catalog-item-splitor .catalog-item {
        margin: 8px 0;
    }
    /* sye,AFB-2671 */
    .waterFowl-page {
        padding: 0px;
    }

    .wfGroupMobile {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width: 768px) {
    .pc-top-offset1 {
        margin-top: 14px;
    }

    .pc-top-offset2 {
        margin-top: 28px;
    }

    .pc-top-offset3 {
        margin-top: 42px;
    }

    .pc-top-offset4 {
        margin-top: 56px;
    }
}

.useGroupBtn {
    width: 20%;
    min-width: 150px;
}

.useGroupScrollContainer {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.useGroupScrollItem {
    width: 190px;
    display: inline-block;
    vertical-align: middle;
}

.useGroupTopBorder {
    margin-top: 5px;
    margin-bottom: -1px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f0bf11;
}

.useGroupTopBorderOne {
    border-bottom: 1px solid #f0bf11;
}

.useGroupTopBorderTwo {
    border-bottom: 1px solid #f0bf11;
}

.useGroupRowBorder {
    height: 50px;
    padding-top: 5px;
    margin-bottom: -1px;
    border-bottom: 1px solid #f0bf11;
}

.useGroupcheckBox {
    padding-top: 12px;
}

.multiLineTextInput {
    white-space: pre-line;
}

@media(min-width: 768px) {
    .sm-margin-top-none {
        margin-top: 0;
    }
}

#inviteModal textarea {
    margin-bottom: 19px;
}

    #inviteModal textarea.input-validation-error {
        margin-bottom: 0;
    }

#inviteModal .modal-body {
    padding-top: 0;
    padding-bottom: 5px;
}

@media (min-width: 520px) {
    .modal-youth {
        width: 500px;
        margin: auto;
    }
}

.quantity-input {
    max-width: 50px;
    text-align: center;
    margin: 0 5px 0 5px;
}

@media (min-width: 360px) {
    .quantity-input {
        max-width: 30px;
    }
}

@media (max-width: 350px) {
    .quantity-input {
        max-width: 20px;
    }
}

.itemQuantity-notifycation-text {
    background-color: rgb(174, 30, 71) !important;
    color: #fff;
    padding: 0 10px;
    line-height: 3.0em;
    font-size: 12px;
    width: 90%;
}

.itemQuantity-notifycation-dismiss {
    font-size: 22px;
    float: right;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .notifycation-line-height {
        line-height: 23px;
    }
}

.item-qs {
    margin-top: 3px;
}

    .item-qs > * {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #f09e11;
        line-height: 1.5em;
    }

/*AFB-4172*/

.childSupportError {
    margin-left: 30px;
    margin-top: 5px;
    margin-bottom: 2px;
    color: red;
    white-space: nowrap;
}

.childSupportRadio {
    display: inline;
    margin-left: 2px;
}

.childSupportArrearageTip {
    font-style: italic;
    margin-left: 30px;
    margin-top: 2px;
    margin-bottom: 5px;
}

.childSupportSubItem {
    text-indent: 18px;
}

.childSupportYear {
    margin-top: 15px;
    margin-bottom: 15px;
}

.error{
    color:red;
}

.quantity-input {
    max-width: 50px;
    text-align: center;
    margin: 0 5px 0 5px;
}

.itemQuantity-notifycation-text {
    background-color: rgb(174, 30, 71) !important;
    color: #fff;
    padding: 0 10px;
    line-height: 3.0em;
    font-size: 12px;
    width: 90%;
}

.itemQuantity-notifycation-dismiss {
    font-size: 22px;
    float: right;
    cursor: pointer;
}

.availablePermit_Thead {
    text-align: left !important;
    font-weight: bold
}

.availablePermitSoldOutRow {
    background-color: red !important;
}

.availablePermitTextAlign_LeftoverCenter {
    text-align: center
}

.availablePermitTextAlign_DefaultLeft {
    text-align: left
}

.huntModal .huntDetail {
    margin-bottom: 20px;
    min-height: 200px;
}

    .huntModal .huntDetail .won-hunt {
        padding-left: 15px;
        margin-bottom: 6px;
        font-weight: bold;
    }

    .huntModal .huntDetail .radio-field {
        display: inline-block;
        margin-right: 16px;
    }

    .huntModal .huntDetail .choice {
        position: relative;
    }

        .huntModal .huntDetail .choice .remove {
            position: absolute;
            left: 100%;
            top: 30px;
            margin-left: 10px;
            font-size: 1.5em;
            color: #ff0000;
            cursor: pointer;
        }

.huntModal .notifyDetail [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.huntModal .actions {
    text-align: right;
    margin-bottom: 20px;
}

.huntMap {
    text-align: center;
}

    .huntMap > * {
        display: block;
    }

    .huntMap > img {
        max-width: 70px;
        max-height: 70px;
        margin: 0 auto 10px auto;
    }

.huntModal .error {
    color: red;
}

.huntModal .title {
    font-weight: bold;
}

.huntModal .huntItem {
    font-weight: normal;
}

#showNonTagBtn {
    margin-left: 10px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    position: relative;   
}

.data-title-mobile-only.harvest-report .label-value-mobile-only, .data-title-mobile-only.harvest-report .field-validation-error, .data-title-mobile-only.harvest-report .form-control {
    margin-left: 0px !important;
}
.harvestQuestionItem{
    padding-top:10px;
    padding-bottom:10px;
}
.harvestReportQuestionSection{
    padding-top: 0px;
}
.harvestReportQuestionSection .form-group:not(.hidden):not(.group-hidden):nth-child(odd) {
    background: #e2e2e2;
}

.catalogLeftContainer {
    padding-top: 16px;
}

.catalogNavWidget a {
    font-weight: 600;
    color: #455589;
}

.catalogNavWidget .cart-count {
    font-size: 8px;
    border-radius: 100%;
    background: red;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 20px;
    text-align: center;
}

.catalogProfileWidget .profileItem {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .catalogProfileWidget .profileItem.firstLine {
        margin-top: 4px;
        font-size: 14px;
    }

  .catalogProfileWidget .profileItem.secondLine {
    font-size: 22px;
    word-wrap: break-word;
  }

    .catalogProfileWidget .profileItem.thirdLine {
        margin-bottom: 0px;
    }

    .catalogProfileWidget .profileItem .separateLine {
        padding: 0px 3px;
    }

.catalogProfileWidget .addProfileMenu {
    font-weight: bold;
    color: #455589;
    text-decoration: none;
}

    .catalogProfileWidget .addProfileMenu:hover {
        text-decoration: underline;
    }

.profileSwitcher #profileSwitcherMenu.showProfile {
    height: auto;
    opacity: 1;
}

.hidReportCloses{
    display:none;
}

@media (min-width: 768px) {
    .license-report-itemName-width {
        width: 37.5% !important;
    }
}

.profileSwitcher {
    float: left;
}

    .profileSwitcher .switcher {
        cursor: pointer;
        font-weight: bold;
        color: #455589;
    }

    .profileSwitcher #profileSwitcherMenu {
        transition: all linear 0.2s;
        height: 0px;
        overflow: hidden;
        opacity: 0;
        position: absolute;
        z-index: 2;
        min-width: 160px;
        margin-top: 10px;
    }

        .profileSwitcher #profileSwitcherMenu ul {
            list-style: none;
            margin: 0;
            padding: 0;
            border: 1px solid #ccc;
            border-radius: 4px;
        }

            .profileSwitcher #profileSwitcherMenu ul li a {
                cursor: default;
                padding: 10px;
                background: #fcfcfc;
                display: block;
                border-bottom: 1px solid #ccc;
                transition: .3s ease;
                text-decoration: none;
                color: black;
            }

                .profileSwitcher #profileSwitcherMenu ul li a[href]:hover {
                    cursor: pointer;
                    color: #fff;
                    background: #2b3985;
                    transition: .3s ease;
                }

        .profileSwitcher #profileSwitcherMenu > ul > li:nth-child(1) a {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .profileSwitcher #profileSwitcherMenu > ul > li:nth-last-child(1) a {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            border: none;
        }

        .profileSwitcher #profileSwitcherMenu li {
            position: relative;
        }
        .profileSwitcher #profileSwitcherMenu .icon-active {
            padding: 7px 9px;
            float: left;
            color: green;
            font-size: 12px;
            margin-top: 7px;
        }
        .profileSwitcher #profileSwitcherMenu .icon-remove {
            position: absolute;
            right: 10px;
            top: 10px;
            color: red;
            cursor: pointer;
        }

.filter-content {
    padding: 12px 12px 0;
}

.filter-tabs {
    background-color: #fff;
}

    .filter-tabs .tab-item {
        display: inline-block;
        border: 1px solid #ddd;
        cursor: pointer;
        font-weight: bold;
        margin-right: 5px;
        min-width: 90px;
    }

        .filter-tabs .tab-item:nth-last-child(n+7) ~ .tab-item {
            /* 7 or More */
            font-size: 0.7em;
            min-width: 50px;
        }

        .filter-tabs .tab-item .container {
            margin-top: 10px;
            background-color: #fff;
            color: #555;
            text-align: center;
        }

            .filter-tabs .tab-item .container:hover,
            .filter-tabs .tab-item .container.selected {
                background-color: transparent;
                color: #fff;
                position: relative;
                top: -5px;
            }

        .filter-tabs .tab-item .lbl {
            line-height: 36px;
            padding: 0 12px;
            white-space: nowrap;
            text-transform: uppercase;
        }

.filter-subtabs {
    background-color: #fff;
}

    .filter-subtabs .subitem {
        display: inline-block;
        margin: 6px 0 -12px 0;
        padding: 0 12px;
        font-weight: bold;
        color: #226dc3;
    }

        .filter-subtabs .subitem .lbl {
            cursor: pointer;
            white-space: nowrap;
            text-transform: uppercase;
        }

        .filter-subtabs .subitem:not(:first-of-type) {
            border-left: 1px solid #ccc;
        }

        .filter-subtabs .subitem:hover,
        .filter-subtabs .subitem.selected {
            color: #555;
        }

@media (max-width: 1300px) {
    .filter-tabs .tab-item {
        font-size: 0.7em;
    }

        .filter-tabs .tab-item .lbl {
            padding: 0 6px;
        }

    .filter-subtabs .subitem {
        font-size: 0.7em;
    }
}

.catalog-items .year {
    border: 0;
    width: 45px;
    padding: 2px 0;
    margin-right: 5px;
    color: #fff;
    background-color: rgb(17, 127, 32);
}

    .catalog-items .year.selected {
        background-color: #aaa;
    }

/*AFB-12898 Tab Items*/
.items-container .catalog-item.tabItem .item-content {
    padding: 0px;
}

.items-container .catalog-item.tabItem .item-price {
    background-color: white;
    color: black;
    margin-top:2px;
}

.items-container .catalog-item.tabItem .item-name {
    min-height: 32px;
    margin: 0px 0px auto 0px;
    padding: 2px;
    color: #ffffff;
}

.items-container .catalog-item.tabItem .bottom .popover-content {
    word-wrap: normal;
}

.itemQuantity-notifycation-dismiss {
    font-size: 22px;
    float: right;
    cursor: pointer;
}
.reservedText {
    color: grey;
}
.catalog-instrucation {
    background-color: #fff;
    margin-top: 16px;
    padding: 16px;
    border: 1px solid #bcbcbc;
    color:#999;
    font-size:0.9em;
}
.disabled {
    color: lightgrey !important;
}

.profile-questions-content {
    padding-left: 8px;
}

.profile-questions-content .multi-select {
    margin-bottom: 8px;
}

.text-input-uppercase input[type="text"] {
    text-transform: uppercase;
}

.mapboxgl-ctrl-attrib-button {
    display: none;
}

.payment-box iframe {
    width: 100%;
}

.margin-top-5 {
    margin-top: 5px;
}

.btn.btn-guardian {
    text-align: left;
    background-color: #fff;
    color: #5b8d6d;
    text-transform: none;
    font-family: "martel sans", sans-serif;
    white-space: normal;
    line-height: 1.3;
}

[id^=Reprint_Receipt_] {
    padding-left: 10px;
    padding-right: 10px
}
    [id^=Reprint_Receipt_] [id$=body][role=tabpanel] .panel-body {
        padding: 4px;
        border: 1px solid #CCC;
        border-top: none;
    }
        [id^=Reprint_Receipt_] [id$=body][role=tabpanel] .panel-body > .remove-list-group-bottom-margin,
        [id^=Reprint_Receipt_] [id$=body][role=tabpanel] .panel-body > .remove-form-group-bottom-margin {
            margin-bottom: 0px;
            margin-top: 2px;
        }
    [id^=Reprint_Receipt_] [id$=body][role=tabpanel] .panel-body .centered-label{
        margin:6px;
    }

.donation-container {
    display: flex;
    align-items: stretch;
    padding: 20px;
    position: relative;
}

    .donation-container .donation-text {
        text-align: justify;
        padding: 20px;
        width:100%;
    }

    .donation-container .donation-select {
        border: 1px solid #ccc;
        border-radius: 5px;
        min-height: 200px;
        padding: 10px 0;
    }
            .donation-container .donation-select .donation-item .other-amount-input {
                width: 70px;
            }


                .donation-container .donation-select .donation-item .other-amount-input::-webkit-outer-spin-button,
                .donation-container .donation-select .donation-item .other-amount-input::-webkit-inner-spin-button {
                    -webkit-appearance: none;
                    margin: 0;
                }


                .donation-container .donation-select .donation-item .other-amount-input[type=number] {
                    -moz-appearance: textfield;
                }

        .donation-container .donation-select .donation-item .display-inline {
            display:inline-flex;
            word-break:break-all;
        }
        .donation-container .donation-select .radio,
        .donation-container .donation-select .checkbox {
            margin-bottom: 0;
        }
            .donation-container .donation-select .radio label,
            .donation-container .donation-select .checkbox label {
                font-weight: bold;
            }
        .donation-container .donation-select .choose-donation-title {
            font-weight: bold;
            color:#036c8f;
        }
        .donation-container .donation-select .donation-buttons .btn-donation {
            margin-top: 5px !important;
            margin-right: 5px !important;
        }

@media (min-width: 900px) {
    .donation-container .donation-select {
        shape-outside: inset(100px 0 0 0);
        margin-left: 10px;
        margin-top: 100px;
        float: right;
        width: 33%;
    }
        .donation-container .donation-select .donation-buttons .btn-donation {
            margin-top: 5px !important;
            margin-right: 5px !important;
        }
}

.year-month-field-container {
    display: flex;
}


.year-month-field {
    display: flex;
}

    .year-month-field input {
        width: 61px;
        margin: 0 10px;
    }
.year-month-field-container label {
    font-weight: normal;
}

.messagebox.modal {
    z-index: 1060;
}

#ChildSupportForm h2 {
    margin-bottom: 0;
}

@media (min-width: 900px) {
    #ChildSupportForm .childSupportYear {
        margin-top: -30px !important;
    }
}

.address-section .radio-section {
    padding: 10px;
    font-size: 14px;
}

.address-section .form-check-label {
    font-size: 14px;
}

.address-section .highlight {
    font-weight: bold;
}
/*
.address-section .address-alert-message {
    margin-top: 20px;
}*/

.address-section .alert-ok {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.addr-selection .list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.addr-selection .list-group-item {
    display: flex;
    border-top: 1px solid #ccc;
    border-right: none;
    border-left: none;
    border-bottom: none;
}

    .addr-selection .list-group-item .address-item {
        padding-left: 10px;
        display: inline-block;
        flex-grow: 1;
    }

    .addr-selection .list-group-item .address-details {
        display: block;
    }

.sys-alert-container {
    margin-top: 15px;
}
.sys-alert {
    padding: 20px;
    background: linear-gradient(45deg, #c12907, #d45e0b);
    color: #fff;
    margin-bottom: 10px;
    border: 1px solid #c12907;
}

.sys-alert a {
    color: #fff;
}


.addr-select-in-profile .btn-success {
    margin-top: 0;
}

.verify-address-actions {display: none;}

.address-suggestion-cancel-wrapper, .profile-cancel-btn-wrapper {
    display: inline-block;
}

@media (max-width: 767px) {
    .address-suggestion-cancel-wrapper, .profile-cancel-btn-wrapper {
        display: block;
    }
}

.item-description {
    display: flex;
    flex-direction: column;
}

.item-description__schedule {
    display: flex;
    justify-content: space-between;
}

.item-description__schedule-title {
    font-weight: bold;
}

.item-description__hunt-choice {
    margin-left: 20px;
}

.item-description__successful-indicator {
    color: red;
}

#IndividualGenericSearchPageForm .login-fieldset > div > div:nth-child(2):after {
    content: ''
}


#IndividualGenericSearchPageForm .login-fieldset {
    width: 100%;
}
@media (min-width: 768px) {
    #IndividualGenericSearchPageForm .login-fieldset {
        width: 45%;
    }
    .shopping-cart .item-indent {
        margin-left: 25px;
    }
    .sm-paddingleft-20 {
        padding-left: 20px !important;
    }
}

.acknowledge-bottom {
    padding: 8px 16px;
    border: 1px solid #ccc;
    margin: 0 16px 16px 16px;
}

.greyOutItemWrapper {
    display: flex;
    justify-content:space-between;
}

.greyOutItemWrapper .yearSummaryName {
    font-weight: bold;
}

.flex-row {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.flex-row .control-label {
    padding-right: 10px;
}

.lifetime-questionnaire-content .radio {
    padding: 10px;
}



.draw-odds-container {
    padding: 20px;
    max-width: 100%;
    overflow-x: auto;
}

.draw-odds-title {
    text-align: center;
    margin-bottom: 30px;
}

    .draw-odds-title h1 {
        color: #4a5564;
        font-size: 36px;
        font-weight: bold;
        margin: 0;
    }

/* Residency Toggle */
.residency-toggle {
    text-align: right;
    margin-bottom: 20px;
    padding-right: 15px;
}

    .residency-toggle span {
        margin-right: 10px;
        font-weight: bold;
    }

.residency-buttons .btn {
    border-radius: 20px;
    min-width: 80px;
    margin-top: 0;
    min-height: 35px;
    line-height: 1.2;
    font-size: 14px;
}

    .residency-buttons .btn:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .residency-buttons .btn:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

/* Filter Controls */
.draw-odds-filters {
    margin-bottom: 30px;
}


.filter-row .form-group {
    margin-bottom: 10px;
}

    .filter-row .form-group label {
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
    }

.filter-row .form-control {
    height: 34px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.reset-filters-btn {
    margin-top: 25px;
    min-height: 34px;
    line-height: 1.2;
}

/* Action Buttons */
.action-buttons {
    margin: 20px 0;
}

.action-btn {
    margin-right: 10px;
    margin-top: 5px;
    min-height: 38px;
    line-height: 1.4;
}

    .action-btn i {
        margin-right: 5px;
    }

/* Draw Odds Table */
.draw-odds-table-container {
    overflow-x: auto;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.draw-odds-table {
    display: table;
    width: 100%;
    background: white;
}

.draw-odds-row {
    display: table-row;
}

.draw-odds-cell {
    display: table-cell;
    border: 1px solid #ddd;
    padding: 8px 4px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    min-width: 60px;
    position: relative;
}

/* Header Row */
.draw-odds-header-row {
    background-color: #4a5564;
    color: white;
    font-weight: bold;
}

.draw-odds-header-cell {
    background-color: #4a5564;
    color: white;
    font-weight: bold;
    font-size: 13px;
    padding: 12px 4px;
}

.hunt-header {
    min-width: 200px;
    text-align: left;
    padding-left: 8px;
}

/* Hunt Info Cell */
.hunt-info-cell {
    text-align: left;
    padding: 8px;
    min-width: 200px;
    font-size: 13px;
    line-height: 1.4;
}

    .hunt-info-cell strong {
        color: #333;
    }

/* Odds Cells */
.odds-cell {
    padding: 4px 2px;
    font-size: 12px;
    line-height: 1.2;
}

    .odds-cell div {
        margin: 1px 0;
    }

/* Highlighted Column */
.highlighted-column {
    background-color: #FFD700;
    font-weight: bold;
    color: #333333;
}

.draw-odds-header-row .highlighted-column {
    background-color: #FFD700;
}

/* Table Footer */
.table-footer {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.hunt-header {
    color: #333333;
}

.draw-odds-ratio-title {
    display: none;
}

.draw-odds-loading {
    text-align: center;
    font-weight: bold;
    margin-bottom: 100px;
}

.season-weapon {
    font-size: 11px;
    color: #999;
}

.category-species {
    font-size: 11px;
    color: #999;
}

.odds-details {
    position: fixed;
    left: 0;
    top: 0;
    padding: 10px;
    box-sizing: border-box;
    width: 300px;
    border: 1px solid gray;
    background-color: #eee;
    text-align: left;
    z-index: 1;
    font-weight: normal;
}

.focus-cell {
    border: 2px solid #333;
}

.draw-odds-subtitle {
    display: none;
}


@media print, screen and (max-width: 767px) {
    .draw-odds-row.draw-odds-header-row {
        display: none;
    }

    .draw-odds-table {
        min-width: unset;
    }

    .draw-odds-row {
        display: block;
        margin-bottom: 15px;
    }

    .hunt-info-cell {
        display: block;
        margin-bottom: 0;
        background: linear-gradient(to right, #efefef, #ffffff);
        border: none;
    }

    .draw-odds-row {
        border: 1px solid #efefef;
    }

    .odds-cell {
        display: inline-flex;
        display: inline flex;
        flex-direction: column;
        justify-content: flex-start;
        height: 75px;
        width: 75px;
        padding: 0;
    }

    .draw-odds-container {
        padding: 10px;
    }

    .residency-toggle {
        text-align: center;
        padding-right: 0;
    }

    .filter-row .col-sm-2 {
        margin-bottom: 15px;
    }

    .action-btn {
        margin-top: 0;
        margin-bottom: 10px;
        display: block;
        width: 100%;
    }

    .draw-odds-ratio-title {
        display: block;
        padding: 3px 0;
        background-color: #4a5564;
        color: white;
    }

    .draw-odds-table-container {
        border: none;
    }
}

@media print {

    @page {
        size: 11in 8.5in;
    }


    .draw-odds-filters {
        display: none;
    }

    .newHeader {
        display: none !important;
    }

    .footer {
        display: none !important;
    }

    .build {
        display: none !important;
    }

    .draw-odds-row {
        page-break-inside: avoid;
    }

    .hunt-map-link {
        display: none;
    }

    h2 {
        margin-bottom: 20px;
    }

    .draw-odds-subtitle {
        display: block;
    }

    .hunt-info-cell {
        border-left: 10px solid #ddd;
    }

    .panel-heading {
        display: none;
    }
}


span.highlighted-text {
    background-color: yellow;
}

#IndividualGenericSearchPageForm .allowCreateCustomerDirectly a.btn.btn-success {
    display: none;
}

.table-primary .card-field-label {
    display: none;
}

.table-primary .table-responsive-card{
    display: none;
}

.table-responsive-header-right {
    text-align: right;
}
/* Responsive table breakpoints */
@media (max-width: 575.98px) {
    .table-primary-xs {
        border: none !important;
    }

        .table-primary-xs .btn {
            width: auto !important;
            min-height: 34px !important;
        }

    .table-primary-xs .table-responsive-card {
        display: block;
    }

    .table-primary-xs .table-list-group-header {
        display: none;
    }

    .table-primary-xs .card-field-label {
        display: inline-block;
    }

    .table-primary-xs tbody,
    .table-primary-xs tbody tr,
    .table-primary-xs tbody td {
        display: block;
        font-size: 16px;
        padding: 0 !important;
    }

        .table-primary-xs tbody td {
            display: none;
        }

        .table-primary-xs tbody tr {
            padding: 5px !important;
            border: 1px solid #ddd;
            background-color: #f5f5f5;
            border-radius: 5px;
            margin-bottom: 5px;
        }

    .table-primary-xs .card-field-label {
        display: block;
        font-weight: bold;
    }
}

@media (max-width: 767.98px) {
    .table-primary-sm {
        border: none !important;
    }
        .table-primary-sm .btn {
            width: auto !important;
            min-height: 34px !important;
        }
        .table-primary-sm .table-responsive-card {
            display: block;
        }

    .table-primary-sm .table-list-group-header {
        display: none;
    }

    .table-primary-sm .card-field-label {
        display: inline-block;
    }
    .table-primary-sm tbody,
    .table-primary-sm tbody tr,
    .table-primary-sm tbody td {
        display: block;
        font-size: 16px;
        padding: 0 !important;

    }
    .table-primary-sm tbody td {
        display: none;
    }
    .table-primary-sm tbody tr {
        padding: 5px !important;
        border: 1px solid #ddd;
        background-color: #f5f5f5;
        border-radius: 5px;
        margin-bottom: 5px;
    }
    .table-primary-sm .card-field-label {
        display: block;
        font-weight: bold;
    }
}

@media (max-width: 991.98px) {
    .table-primary-md {
        border: none !important;
    }
        .table-primary-md .btn {
            width: auto !important;
            min-height: 34px !important;
        }
    .table-primary-md .table-responsive-card {
        display: block;
    }
    .table-primary-md .table-list-group-header {
        display: none;
    }

    .table-primary-md .card-field-label {
        display: inline-block;
    }
    .table-primary-md tbody,
    .table-primary-md tbody tr,
    .table-primary-md tbody td {
        display: block;
        font-size: 16px;
        padding: 0 !important;

    }
    .table-primary-md tbody td {
        display: none;
    }
    .table-primary-md tbody tr {
        padding: 5px !important;
        border: 1px solid #ddd;
        background-color: #f5f5f5;
        border-radius: 5px;
        margin-bottom: 5px;
    }
    .table-primary-md .card-field-label {
        display: block;
        font-weight: bold;
    }
    
}

@media (max-width: 1199.98px) {
    .table-primary-lg {
        border: none !important;
    }
        .table-primary-lg .btn {
            width: auto !important;
            min-height: 34px !important;
        }

    .table-primary-lg .table-responsive-card {
        display: block;
    }
    .table-primary-lg .table-list-group-header {
        display: none;
    }

    .table-primary-lg .card-field-label {
        display: inline-block;
    }
    .table-primary-lg tbody,
    .table-primary-lg tbody tr,
    .table-primary-lg tbody td {
        display: block;
        font-size: 16px;
        padding: 0 !important;
    }

    .table-primary-lg tbody td {
        display: none;
    }
    .table-primary-lg tbody tr {
        padding: 5px !important;
        border: 1px solid #ddd;
        background-color: #f5f5f5;
        border-radius: 5px;
        margin-bottom: 5px;
    }
    .table-primary-lg .card-field-label {
        display: block;
        font-weight: bold;
    }
}

@media (max-width: 1399.98px) {
    .table-primary-xl {
        border: none !important;
    }
        .table-primary-xl .btn {
            width: auto !important;
            min-height: 34px !important;
        }
    .table-primary-xl .table-responsive-card {
        display: block;
    }
    .table-primary-xl .table-list-group-header {
        display: none;
    }

    .table-primary-xl .card-field-label {
        display: inline-block;
    }
    .table-primary-xl tbody,
    .table-primary-xl tbody tr,
    .table-primary-xl tbody td {
        display: block;
        font-size: 16px;
        padding: 0 !important;
    }

    .table-primary-xl tbody td {
        display: none;
    }
    .table-primary-xl tbody tr {
        padding: 5px !important;
        border: 1px solid #ddd;
        background-color: #f5f5f5;
        border-radius: 5px;
        margin-bottom: 5px;
    }
    .table-primary-xl .card-field-label {
        display: block;
        font-weight: bold;
    }
}

.forgot-password-phonesales {
    margin: 20px 0 0 0;
    display: inline-block;
    line-height: 2.5;
    margin-left: 35px;
    white-space: nowrap;
}