html, body {
    font: 15px/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%;
}

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: inherit;
    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: 0px 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%;
    margin-top: 140px;
}

.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 {
    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;
    top: -8px;
}

.right-panels .panel-heading b span.glyphicon-plus {
    left: 11px;
    top: -8px;
}

.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: #fff;
    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%;
    margin-left: 30%;
}

@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 .label-value-mobile-only, .data-title-mobile-only.harvest-report .field-validation-error, .data-title-mobile-only.harvest-report .form-control {
    width: 55%;
    margin-left: 15%;
}

.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=Open+Sans:300,400,700&display=swap');

/* 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;
	font-weight:300
}
p{margin:10px 0;font-weight:400}

a{cursor:pointer;color:#0066CC;}

a:hover{color:#0066CC;text-decoration:underline;}

body {background:url('https://nj.aspirafocus.com/service-content/Content/GetImageFileContent/fox1.jpg');background-size:100%; font-family:'Open Sans',sans-serif; background-repeat:no-repeat;background-color: #efefef;background-attachment: fixed;}


h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:300;
}
h1{font-family:'Open Sans',sans-serif;font-size:30px;margin-bottom:20px;}

.highlights h1 {
    font-size: 125px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-stretch: condensed;
    line-height: 110px;
    margin-top:30px;
}

.highlights .sub-level {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 7px;
    margin-top: 96px;
}

h2{
	font-size: 40px;
    color: #006C92;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-stretch: 75%;
}

a.button, .login-button .btn-success{
	background: transparent linear-gradient(90deg, #1C7244 0%, #006C92 100%) 0% 0% no-repeat padding-box;
    border-radius: 33px;
    color: #fff !important;
    padding: 13px 25px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px; 
    transition: .5s ease;
}

a.button:hover, .login-button .btn-success:hover{background:transparent linear-gradient(90deg, #006C92 0%, #1C7244 100%) 0% 0% no-repeat padding-box;;transition:.5s ease;}

.login-button {
    float: left;
    width: 100%;
}

.btn{border-radius:0px}

.top-nav-container{background:rgba(0,0,0,.75);padding:14px 0;}
.top-nav{max-width:1200px;margin:0 auto;}
.top-nav > ul {list-style:none;display:flex;justify-content: space-between;justify-content:space-evenly;}
.top-nav > ul > li {/*float:left;width:20%;*/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:60px;}
.mobile-logo{display:none;}
.logo img{max-width:500px;}

.logo-container,.main-container{width:96%;padding:0 2%}

.hero {display:block;}

.main-container{
	display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 0;
    max-width: 1400px;
}

/* i.fas.fa-bars:after {
    content: ' MENU';
    font-family: Open Sans, sans-serif !important;
    font-size: 13px;
    font-weight: 900;
    vertical-align: 3px;
    padding: 8px 10px;
    background: #339933;
}*/

/*.fa-bars:before {
    content: "" !important;
}*/

/*.header .links ul li:nth-child(5) {
    display: none !important;
}*/



@media screen and (max-width:1024px) {
.header .links ul li:nth-child(5) {
    display: inline-block !important;
}

}

div.react .page-body {
    padding-top: 30px !important;
}

.login-area{flex:1.03;}
.highlights{flex:1.8;}

form.customer-search h2 {
    display: none;
}

.login-area{color:#000;margin-right:3%;background:rgba(255,255,255,.9);padding:2%;box-shadow:#000 0px 0px 0px;border:none;margin-left:120px;}
.customer-search{margin-bottom:20px;}
.customer-search:after{content:"";display:table;clear:both;}
.login-fieldset{width:100%;margin-right:3%;float:left;}
form[action*="FindAdult?ReturnUrl="] .login-fieldset {
    width: 100%;
}

form.customer-search .instructions {
    display: none;
}

.customer-search:after {
    content: "";
    display: table;
    clear: both;
}
.field-set{float:left;margin-bottom:20px;margin-right:20px;}
#g-recaptcha iframe {
    width: 304px;
    height: 85px;
}
#g-recaptcha > div {
    height: 86px !important;
}

.login-fieldset select#identityTypeId {
    height: 40px;
    border: 1px solid #666;
    border-radius: 0px;
    font-size: 14px;
    padding: 0 2%;
    background: url('https://nj.aspirafocus.com/service-content/Content/GetImageFileContent/select.png') no-repeat 96% 52%;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;       /* Remove default arrow */
}

.login-fieldset select::-ms-expand {
    display: none; /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
}

select.text-field {
    width: 100%;
    line-height: 30px;
    height: 36px;
    border-radius: 0px;
    font-size: 14px;
    border: 1px solid #666;
    margin-bottom: 10px;
}
input.text-field {
    width: 100%;
    line-height: 40px;
    height: 40px;
    margin-bottom: 10px;
    padding: 0 3%;
    font-size: 14px;
    border: 1px solid #666;
    border-radius: 0px;
}
.instructions{float:left;width:50%;margin-bottom: 20px;}
.instructions p {margin-top:0px;}

.login-button{margin-top:10px;}

 /*#landing-info{visibility:hidden;width: 0;height: 0;overflow: hidden;}*/
 
 
 /*********************** COVID ALERT ******************************/
 
 div#covidDiv1, div#covidDiv2 {
    position: fixed;
    bottom: 0px;
    background: red;
    color: #fff;
    margin-left: 0;
    padding: 10px;
    font-weight: bold;
    right: 0;
    z-index: 9;
}

#covidDiv1 label, #covidDiv2 label {
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 10px;
    background: red;
    float: right;
    margin-right: 20px;
    border: 2px solid #fff;
} 
 
#covidDiv1 p, #covidDiv2 p {font-weight:bold;}

#hideCOVID1, #hideCOVID2 {
  display: none;
}

#hideCOVID1:checked ~ #covidDiv1 {
  display: none;
}
#hideCOVID2:checked ~ #covidDiv2 {
  display: none;
}
 
 /******************************************************************/

.highlights{
	padding: 0;
    color: #fff;
    background: transparent;
    min-height: 260px;
    margin-left: 0px;
    text-align: center;

}
.highlights h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.highlights ul > li{margin:10px 40px;}
.grid-buttons {
    margin: 0 auto;
    max-width: 1100px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding:20px 40px;
}
.grid-buttons .highlight {
	flex: 0 48%;
    margin-bottom: 2%;
    box-shadow: none;
    border: none;
    border-radius: 20px;
    text-decoration: underline;
    background: #fff;
    color: #006C92;
}
.grid-buttons a{color:#006C92;text-align:center;padding:24px 0 32px 0;font-weight:400;font-size:24px;transition:.5s ease;text-shadow: none;border-radius:20px;}
.grid-buttons a:hover{background:transparent linear-gradient(94deg, #1C7244 0%, #006C92 100%) 0% 0% no-repeat padding-box;;color:#fff;transition:.5s ease;}


.help-pop{
	display:none;
	position: absolute;
    width: 320px;
    background: rgba(0,0,0,.8);
    padding: 2%;
    margin-top: -233px;
    margin-left: 36%;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 8px;
}

.help-pop a{color:#fff}

.help-pop.initial{
	display: none;
	position: absolute;
    
    top:597px;
    max-width: 300px;
    width: 100%;
    left: 318px;
    background: rgba(255,50,0,.95);
    padding: 5px 10px;
    margin-left: 0;
    color: #fff;
    border: none;
    border-radius: 0;
}

.help-pop h3 {
    font-size: 20px;
    margin-top: 10px;
}

form.guest-button {
    /*display: none;*/
}

div#landing-info {
    visibility: hidden;
}

.sub-elements-one{background-color:#fff;padding:100px 0 40px 0;color:#000;font-size:16px;}
.sub-elements-two{background-color:#e6e6e6;padding:40px 0 0px 0;color:#000;font-size:16px;}
.footer,.build{background-color:#363636;padding:40px 0 40px 0; color:#fff;}

.sub-elements-one h2 {
    text-align: center;
}
.sub-elements-two h2 {
    font-size: 112px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-stretch: 75%;
    line-height: 110px;
    color: #006C92;
    margin-bottom: 20px;
}
.sub-one-container {
    display: flex;
}

.other-options {
    flex: 1.5;
}

.other-option {
    padding: 40px;
    background: transparent linear-gradient(94deg, #1C7244 0%, #006C92 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    font-size: 24px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 40px;
    text-align:center;
}

.other-option p{
	text-align:left;
}

.other-option .btn.button-success.white, .v-message .btn.button-success.white a {
    background: #fff;
    border-radius: 33px;
    color: #006C92 !important;
    padding: 13px 25px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;
    transition: .5s ease;
    border:1px solid #fff;
}
.other-option .btn.button-success.white:hover, .v-message .btn.button-success.white a:hover {
    background: transparent linear-gradient(94deg, #1C7244 0%, #006C92 100%) 0% 0% no-repeat padding-box;
    color: #fff !important;
    transition: .5s ease;
}

.requirements {
    width: auto;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-left: 40px;
    flex: 2;
    font-size:18px;
}
.requirements ul > li{margin:10px 40px;}
.requirements ul, .requirements p {
    max-width: 700px;
    margin: 0 auto;
}
.requirements h2, .sub-elements-two h2  {
    text-align: center;
    text-transform: uppercase;
    font-size: 38px;
}
.requirements a{color:#fff;text-decoration:underline}




.offer{margin-left: 20px;margin-right: 20px;max-width:100%;margin:0 auto;padding:40px;color:#000;display:flex;background: #fff;
    padding: 100px 0;}

.offer .container {
    width: 1350px;
    max-width: 1350px;
    padding: 0;
}

.offer .volunteer {
    width: 1350px;
    max-width: 1350px;
    padding: 0;
    height: 272px;
    background-image: url('https://nj.aspirafocus.com/service-content/Content/GetImageFileContent/TEMP_hunting_buy_a_license_cta_1.png');
    background-repeat: no-repeat;
    display: flex;
    margin: 0 auto;
    border-radius: 10px;
}

.v-blank {
    flex: 1;
}

.v-message {
    flex: 1;
    background: rgb(0,108,146);
    background: linear-gradient(90deg, rgba(0,108,146,0) 0%, rgba(0,108,146,1) 51%, rgba(0,108,146,1) 100%);
    padding: 40px 5% 40px 25%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.v-text h2 {
    color: #fff;
    text-align: center;
    margin-top: 18px;
    line-height: 45px;
    margin-bottom: 0px;
}

.v-message .btn {
    text-align: center;
    width: 100%;
}

/*.offer .volunteer-inners {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left 165px center;
    border-radius: 15px;
}

.offer .volunteerin {
    border-radius: 15px;
    position: relative;
}

.offer .volunteer-inners-overlay {
    position: absolute;
    content: "";
    width: 81%;
    height: 100%;
    right: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.offer .row
{
	margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.offer .volunteer-left, .offer .volunteer-right {
    align-self: center;
    padding: 0;
    min-height:0px;
}

.offer .volunteer-right {
    height: 235px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 100%;
    padding-left: 740px;
}

.offer .volunteer-inner {
    float: left;
    width: 100%;
    padding: 35px 60px;
}

.offer .volunteer-texts h2 {
    font-size: 45px;
    line-height: 45px;
    color:#fff;
}

.offer .volunteer-texts h4 {
    font-size: 20px;
    color: #fff;
    line-height: 24px;
    font-weight: 300;
}

.offer .visit-button.volunteerbtn {
    padding-top: 18px;
    text-align:center;
}
.offer .visit-button {
    padding: 35px 0 0 0;
}

.offer .visit-button a {
    border: 1px solid #fff;
    background: #fff;
    border-radius: 30px;
    padding: 17px 47px 14px 51px;
    font-size: 16px;
    line-height: 32px;
    color: #006C92;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
}
.offer .visit-button a:hover {
    text-decoration: none;
    background: transparent linear-gradient(90deg, #006C92 0%, #1C7244 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    border: 1px solid #fff;
}

.offerImage {
    background-image: url('https://nj.aspirafocus.com/service-content/Content/GetImageFileContent/huntered.jpg');
    background-size: cover;
    flex:1;
}


.offerText {
    padding: 3%;
    flex:2;
    background: #fff;
}
*/
.right-panels div.panel-heading {
    background: #006C92 !important;
    border: none;
    border-top-left-radius: 10px;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    border-radius: 30px !important;
}

.footer{color:#fff;}
.footer a{color:#fff;}
.footer-top{max-width:960px;text-align:center;margin:0 auto;margin-bottom:60px;padding: 0 20px;}
.footer-left{width: 100%;
    margin-left: 0;
    margin-bottom: 60px;
    text-align: center;}
.footer-right{width: 100%;
    margin-right: 0;
    float: none;
    text-align: center;
    }
.footer-right img{height:100px;margin-top:0px;}
.footer-bottom{width:100%;max-width:960px;text-align:center;margin:0 auto;margin-top: 86px;}
.footer:after{content:"";display:table;clear:both;}

.build{margin:0 auto;color:#fff;text-align:center;}

@media screen and (max-width: 990px){
.customer-search {
    width: 100%;
    float: none;
}
}

@media screen and (max-width:960px) {

.logo-container {margin-top: 20px;}
.logo img{max-width:360px;}
.hero {padding:2%;color:#000;background:rgba(255,255,255,.9);margin:0 auto;display:block;}
.main-container{margin: 0 auto;margin-top:10px;margin-bottom:30px;display:block;}
.desktop{display:none;}
.login-area{margin-right:0px;margin-bottom:30px;width: 100%;margin-left:0px;margin-top: 0px !important;}
.highlights{margin-right:0px;margin-bottom:30px;min-height: auto;width: 100%;}
.highlights h2 {margin-top: 0px;}
.requirements {width: auto;}
.requirements ul > li {margin: 10px 65px;}
.login-area > div {
    width: 96%;}


}
@media screen and (max-width:710px) {

.grid-buttons .highlight {
	flex:0 48%;
}
.offerImage{display:none;}
.footer-left {width:100%;margin-left:0;text-align:center;}
.footer-right {width: 100%;float: none;text-align: center;margin-top: 150px;}

.sub-one-container {
    flex-direction: column-reverse;
}


}

@media screen and (max-width:470px) {
.grid-buttons .highlight {flex:0 98%;}
h1 {font-size:30px;}
.logo img{max-width:300px;}
.requirements h2, .sub-elements-two h2 {font-size:30px;}
.offer{padding: 40px 10px;}
.requirements ul > li {margin: 10px 40px;}
.instructions {width: 100%;}
.login-fieldset {width: 100%;margin-right: 0%;}
.grid-buttons{padding: 20px 20px;}

}

@media screen and (max-width:340px) {
h1,h2 {font-size:23px;}
.requirements h2, .sub-elements-two h2 {font-size:20px;}
.requirements ul > li {margin: 10px 24px;}

}

/*******************************************************************/

/*  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;
}


div#newContent {
    background: #fff;
    min-height: 400px;
    margin-top: 10px !important;
    margin-bottom: 20px;
    position:relative;
    border-radius: 10px;
}

h1.pageTitle {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #006C92;
    width: 100%;
    padding: 8px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}
div.pageContent{margin-top:40px;}

.header {
    background-color: transparent;
    color: #fff;
    background: transparent linear-gradient(94deg, #1C7244 0%, #006C92 100%) 0% 0% no-repeat padding-box;
}

.profile img {
    display: none;
}

.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: rgb(255,255,255);
    border-radius: 0px;
    border: 0px solid #fff;
}

body > div.container > div:nth-child(1) > div > div.content.row > div.col-sm-12 {
    background-color: rgba(255,255,255,.90);
}

/*background: rgba(255,255,255,.7);*/

.panel-heading {
    border-radius:10px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.panel-heading.arrow_box {
    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: 20px;
}

.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: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: url('https://nj.aspirafocus.com/service-content/Content/GetImageFileContent/powered.png');
    background-repeat: no-repeat;
    background-position: 50% 77%;
    background-size: 100px;
}

.react .footer{background-image:none;}

.react .content.row.page-body {
    padding-top: 0 !important;
    margin-top: 20px;
}
.react .tab-content {
    padding-top: 0;
}


/*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;
}

footer.footer > .container > p:nth-child(1), footer.footer > .container > p:nth-child(2) {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}
footer.footer > .container > p:nth-last-child(2) {
    margin-top: 60px;
    text-align: center;
}

.home-userinfo > div.login-fieldset > div {
    margin-bottom: 10px;
}


/*******************************************************************/

/*  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(25, 128, 162);
    border: 1px solid rgb(25, 128, 162);
}

.right-panels .panel-heading {
    background: rgb(25, 128, 162) !important;
}

.option-buttons a.list-group-item {
    background-color: #339933;
    transition: 0.3s ease;
    border-color: #339933;
    color: #fff;
    border-radius:8px;
}

.option-buttons a.list-group-item:hover {
    background-color: #3fb23f;
    color: #fff;
    transition: 0.3s ease;
    border-color: #3fb23f;
}

.list-group-item.header-sm {
    background-color: #ccc;
    border-color: #ccc;
}

.list-group-item {
    border-color: #bcbcbc;
}

/*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: #777;
    font-weight: bold;
}

.resident-dropdown {
    width: 305px;
}



@media screen and (max-width:768px) {
    #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%;
    }
    
    .login-area > div {
    	height: 160px !important;
    }
    .main-container {
    	margin-bottom: 84px
    }
    
    form.guest-button {
		text-align: center;
	}
    
    .sub-elements-one {
		padding: 40px 0 40px 0;
	}
    .container-fluid {
        padding-right: 0;
        padding-left: 0;
        margin-right: 15px;
        margin-left: 15px;
    }
    .container.mobilemedia.customer-header-mobile {
        background: rgb(25, 128, 162);
		padding: 10px 0;
		font-size: 26px;
		font-weight: 300;
    }
    .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: #777;
    }
    .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;
    }
    .panel.panel-success.catalog-items {
    background: #fff;
	}
}

@media screen and (max-width:480px) {
    .container-fluid {
        padding-right: 0;
        padding-left: 0;
        margin-right: 0px;
        margin-left: 0px;
    }
    body {
        font-size: 14px;
    }
    .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;
    }
    .container.mobilemedia.customer-header-mobile {
		font-size: 22px;
    }
    
    .help-pop.initial{
		left: 10px;
	}
}

label.checkbox span.glyphicon + p {
    margin: 0 0 10px;
}

/*Wallace*/

ol {
    padding-left: 30px
}

/*Wallace*/

/*Wallace*/
.btn-success {
    background-color: #339933;
    border-color: #339933;
    transition: 0.3s ease;
    text-transform: uppercase;
}

    .btn-success:hover {
        background-color: #3fb23f;
        border-color: #3fb23f;
        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: #339933;
    border-color: none;
}


.btn-primary {
    background-color: rgb(43,60,131);
    border-color: #2b3c83;
}

    .btn-primary:hover {
        background-color: rgba(43,60,131,0.8);
    }

/*Terry.Tang*/

.btn-success[disabled], .btn-success[disabled]:focus, .btn-success[disabled]:hover {
    color: #fff;
    background-color: #999;
    border-color: #999;
    border: none;
}

/*Wallace*/

@media (min-width: 768px) {
    .btn {
        min-height: 34px;
        min-width: 90px;
        width: auto;
        line-height: 1.42857143;
    }
    .btn-mini {
        border-radius: 0px;
        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 {
    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;
    }
}

.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;
        border-radius: 20px;
    }
}

#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							   */

/***********************************************************/

#home .page-body > div > .hero {
    display: none;
}

/* HTML for this hero bar is placed in the footer so it can be included on every page. */
.hero {
	background:#fff;
	position:absolute;
	top:0;
	width:100%;
	padding: 20px 40px;
	left:0;
}
.hero img {height:40px;}

.top-nav-fixed {
    display: flex;
}

.top-nav-left {
    flex: 1.5;
    text-align:left;
}
.top-nav-right {
    flex: 2.8;
    text-align:right;
}
.top-nav-left span {
    color: #224E71;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
}

a.top-nav-link {
    color: #9A9A9A;
    text-decoration: none;
    padding: 0 20px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 14px;
}

.top-nav-fixed a.new-button {
    background: transparent linear-gradient(90deg, #1C7244 0%, #006C92 100%) 0% 0% no-repeat padding-box;
    border-radius: 33px;
    color: #fff !important;
    padding: 13px 25px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    transition: .5s ease;
    margin: 0 20px;
}

.top-nav-fixed a.new-button:hover {
	text-decoration: none;
    background: transparent linear-gradient(90deg, #006C92 0%, #1C7244 100%) 0% 0% no-repeat padding-box;
    transition: .5s ease;

}

.newHeader {

    background: #fcfcfc;
    border-bottom: none;
    display: flex;
    width: 100%;
    line-height: normal;
    position: fixed;
    top: 0;
    z-index: 99;
    background: transparent linear-gradient(94deg, #1C7244 0%, #006C92 100%) 0% 0% no-repeat padding-box;
    padding: 0;
    position:sticky;
    margin-top:80px;
}

.newHeader .nav-bars {
    font-size: 20px;
    margin-top: 0;
    color: #fff;
    padding: 12px 8px 12px 2%;
    width:100%;
}

.newHeader.noLogin .fa-bars {
    float: right;
}

#home .newHeader{margin-top:80px;}

.newHeader .logo img {
    max-height: 77px;
}

.logo {
    margin-left: 40px;
    flex:1;
}

.newHeader a {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	display: block;
	padding: 0px;
	letter-spacing: 1.8px;
	line-height: 90px;
}

header.newHeader .links li:nth-child(2), header.newHeader .links li:nth-child(3), header.newHeader .links li:nth-child(7), header.newHeader .links li:nth-child(8) {
    display: none;
}

ul.mobile-links a {
    line-height: 40px;
}

.newHeader a:hover {
	color: #fff;
}

.newHeader .nav-bars .mobile-links-box {
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	background-color: #fff;
	border: solid 1px #ccc;
	border-radius: 4px;
	z-index: 99;
	border: solid 2px #999;
}

.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(25, 128, 62);
	color: white;
}

.newHeader .nav-bars .mobile-links-box .mobile-links {
	padding: 0;
	margin: 0;
	list-style: none;
	user-select: none;
	overflow: hidden;
	max-height: 100%;
}

.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;
	color: #000;
}

.newHeader .profile {
	margin-left: auto;
	padding: 0px 0;
	position: relative;
	user-select: none;
	display: flex;
    line-height: 66px;
	flex: 1;

}

.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: 0px;
	margin-right: 0px;
	font-size: 15px;
	line-height: 90px;
}

.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;
	color:#fff;
	margin-top: 12px;
}

.newHeader .cart .cart-icon {
	padding: 8px;
}

.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: 11px;
	right: 2px;
	width: 18px;
	height: 18px;
	line-height: 20px;
	text-align: center;
}


.newHeader .links {
	margin-left: auto;
	font-size: 15px;
	margin: 0 auto;
	text-transform: uppercase;
	/*width: 55%;*/
	display: block;
	padding: 0;
	flex:4;

}

.newHeader .links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	/*justify-content: space-between;*/
	justify-content: space-evenly;
}

.newHeader .links ul li {
	display: inline-flex;
	padding: 0;
	margin-top: 0;
	width: auto;
}

.newHeader .links ul li:hover {
	text-decoration: underline;
}

.newHeader .profile > a {
    flex: 3;
    text-align: right;
    font-size: 15px !important;
    line-height: 69px;
    /*margin-top: 8px;*/
}
a#show-profile-menu {
    flex: 1;
    margin-top: 20px;
}


.newHeader .profile[style*="hidden"], .newHeader .cart[style*="hidden"] {
	display: none;
}
.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: 64px;
}

.newHeader #profile-menu.showProfile a {
	color: #000;
	line-height: 30px;
}
.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;
}

.mobile-links-box .title {
    display: none;
}

.withLogin .mobile-links-box .title {
    display: block;
}

@media screen and (max-width: 1260px){
	form.guest-button .btn.btn-success {
		float: left;
	}

}


    @media screen and (max-width: 1024px){
		.newHeader .logo img {
            max-height: 146px;
			position: absolute;
			top: 77px;
    		left: 2%;
    	}
    	header.newHeader + div.page-body {
			padding-top: 122px !important;
		}
		.hero{padding: 10px 20px;}
		#home .newHeader {
			margin-top: 60px;
		}
	}
	  @media screen and (max-width: 1051px){

		.hero{padding: 10px 20px;}
		#home .newHeader {
			margin-top: 60px;
		}

	}
    
    @media screen and (max-width: 990px){
		.logo {
			height: 0vw;
			background-size: 30vw;
		}
	}



    /* 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;
}

.panel-success .item .cartItemLeftInfo > div {
    margin-left: 40px;
}
/* AFB-2215,sye */

.orderSummaryHeader {
    text-align: center;
}

.orderSummaryItem {
    padding: 6px 15px;
    font-size: 16px;
    color: #000;
}

    .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;
}

/* 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;
}

@media screen and (max-width:768px) {
    .divRTCustomerProfilePage {
        padding: 10px;
    }
}

/*@media screen and (max-width:960px) {
    .newHeader .logo img {
			top: 68px;

    }
    
    header.newHeader + div.page-body {
    	padding-top: 130px !important;
	}

}*/

@media screen and (max-width:1123px) {
    .newHeader .logo img {
			max-height: inherit;
            top:-3px;
            max-height:44px;

    }
    
    header.newHeader + div.page-body {
    	padding-top: 30px !important;
	}
	
	.v-message {
    	flex: 2;
    }

}

@media screen and (max-width:1123px) {
.v-blank {
    flex: 0;
}
.v-message {
    padding: 40px 40px 40px 40px;
}

}


/***********************************************************/

/*					    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: inherit;
    }
}

@media screen and (max-width: 1023px) {
    .newHeader .links {
        display: none;
    }

    .newHeader .logo {
        margin-left: 10px;
    }

        #home .newHeader .logo img {
            max-height: inherit;
            top:8px;
            max-height:44px;
        }
        
    #home header.newHeader + div.page-body {
    padding-top: 30px !important;
    }
    
    .top-nav-right .top-nav-link {
		display: none;
	}
    .top-nav-right .new-button {
		line-height: 40px;
	}
    .newHeader .nav-bars {
    	padding: 20px 20px 20px 20px;
    }
    #home .newHeader {
		margin-top: 60px;
	}
	.hero{padding: 10px 20px;}
	.top-nav-right {
		flex: 1;
	}
	.top-nav-left {
		flex: 1.5;
	}
}

@media screen and (max-width: 900px) {
    .newHeader .row {
        flex-direction: column;
    }
    #home .newHeader .logo img {
        margin-top: 0;
        max-height: inherit;
            top:10px;
            max-height:44px;
    }
}

@media screen and (max-width: 600px) {
    #home .newHeader .logo {
        position: absolute;
        top: 10px;
    }
       #home .newHeader .logo img {
            max-height: inherit;
            top:-3px;
            max-height:44px;
            margin-left:10px;
        }
    .newHeader {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .newHeader .cart {
        padding-bottom: 10px;
    }
    
    #home header.newHeader + div.page-body {
    padding-top: 30px !important;
    }
    
}






/* 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: sticky;
    width: 100%;
    padding-right: 0px;
    top: 0;
    z-index: 99;
    margin-top: 80px;
}

    #newtoolbar .header {
        padding: 5px 2%;
        border-bottom: 0px solid #ccc;
        display: flex;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 15px;
    }
	#newtoolbar a{color:#fff !important;}

    #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 .newlogo {
    flex: 1;
    margin-top: 5px;
}

    #newtoolbar .nav-bars {
        font-size: 20px;
        margin-top: 20px;
    }

        #newtoolbar .nav-bars .mobile-links-box {
			display: none;
			padding: 0;
			margin: 0;
			position: absolute;
			top: 75px;
			left: 0;
			right: 0;
			background-color: #fff;
			border: solid 1px #ccc;
			border-radius: 0;
			z-index: 99;
			border: none;
			margin-left: -2%;
			width:100%
		}

            #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 #fff;
                }
                
                #newtoolbar .nav-bars .mobile-links-box > ul > li > ul > li > a {
                    color: #000 !important;
                }

                    #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: #444;
                        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: 0px 15px;
                    font-size: 14px;
                    display: block;
                    border-bottom: solid 1px #eee;
                }

    #newtoolbar .profile {
        margin-left: auto;
        padding: 9px 0;
        position: relative;
        flex: 1;
        text-align: right;
    }

        #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: 13px;
            margin-right: 10px;
            font-size: 16px;
            display: inline-block;
            min-width: 120px;
            text-align: right;
            text-transform: uppercase;
        }

    #newtoolbar .cart {
        font-size: 18px;
        margin-left: 0px;
        position: relative;
        vertical-align: baseline;
        padding: 5px;
        top: 8px;
        cursor: pointer;
        flex: 0.2;
    }

    #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: 16px;
    	flex-grow: 2;
   	 	text-transform: uppercase;
	}

        #newtoolbar .links a {
            text-decoration: none;
        }

        #newtoolbar .links ul {
            list-style: none;
			display: flex;
			justify-content: space-between;
			justify-content: space-evenly;
			width: 100%;
			margin-top: -6px;
        }

            #newtoolbar .links ul li {
                display: inline-block;
                padding: 0;
                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;
            color:#000 !important;
        }

            #newtoolbar #profile-menu ul li a:hover {
                color: #fff !important;
                background: #2b3985;
                transition: .3s ease;
            }

    #newtoolbar #profile-menu > ul > li:nth-child(1) a {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        display:none;			/* HIDE ADD PROFILE FROM DROPDOWN */
    }
    
    #newtoolbar #profile-menu > ul > li:nth-child(2) 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;
    }

	div#newContent > div.col-sm-12 > div.hidden-xs > div.panel > div.panel-heading {
    	font-size: 30px;
    	font-weight: 300;
	}
	h4.panel-title {
    font-size: 26px;
	}
	h4.panel-title a {
    font-weight: 300;
	}
	
	
    /* 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;
}

div#newtoolbar .links ul li:nth-child(2), div#newtoolbar .links ul li:nth-child(3), div#newtoolbar .links ul li:nth-child(7), div#newtoolbar .links ul li:nth-child(8) {
    display: none;
}

@media screen and (max-width: 1051px){

#newtoolbar {
    margin-top: 60px;
}




}


/***********************************************************/
/*					    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:0;
    }
    #newtoolbar .newlogo {
        position: absolute;
        top: 0px;
        margin-left: 0;
    }

        #newtoolbar .newlogo img {
            max-height: 45px;
        }

    #newtoolbar .header {
        padding-top: 50px;
        padding-bottom: 6px;
        padding-left: 25px;
        padding-right: 25px;
    }

    #newtoolbar .cart {
        padding-bottom: 0px;
    }
    #newtoolbar .nav-bars .mobile-links-box {
		display: none;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 120px;
		left: 0;
		right: 0;
		background-color: #fff;
		border: solid 1px #ccc;
		border-radius: 0;
		z-index: 99;
		border: none;
		margin-left: -3%;
	}
}
/* 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: 0px solid #ef9e20;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    display: inline-block;
    background: #339933;
    font-weight: bold;
    transition: .5s ease;
}

    .button-primary-outline:hover {
        border: 0px solid #ffcc66;
        text-decoration: none;
        color: #fff;
        background-color: #3fb23f;
		transition: .5s ease;
    }

.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;
    }
}

.img-checkbox > * {
    vertical-align: middle;
}

.img-checkbox > .glyphicon {
    font-size: 16px;
    color: #f09e11;
    cursor: pointer;
    margin-right: 5px;
}

.catalog .panel-success {
    border: 1px solid #bcbcbc;
}

.catalog .panel-heading {
    line-height: 2.2em;
    font-weight: normal;
    font-size: 26px;
    padding: 0 32px;
    margin: -1px;
    background: transparent linear-gradient(94deg, #1C7244 0%, #006C92 100%) 0% 0%;
}

    .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;
    }


.catalog {
    max-width: 1366px;
    margin: auto;
    background: rgba(255,255,255,.9);
}

.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: 600px;
        overflow-y: auto;
    }

    .catalog-items .catalog-item {
        margin: 16px 0;
        float: left;
    }

.catalog-item .item-content {
    width: 175px;
    height: 250px;
    margin: auto;
    border: 1px solid #aeaeae;
    padding: 1px;
    text-align: center;
    position: relative;
}

    .catalog-item .item-content:hover {
        border: 2px solid #f09e11;
        padding: 0;
    }

/* 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%;
    }
}

/* 5 columns */

@media (min-width: 970px) and (max-width: 1199px) {
    .catalog-items .items-container {
        padding: 0 calc(8.333% - 73px) 16px;
    }
    .catalog-items .catalog-item {
        width: 20%;
    }
}

/* 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: rgb(25, 128, 162);
    color: #fff;
    font-weight: 300;
}

.catalog-item .item-name {
    margin: 16px 16px;
    line-height: 1.1;
    color: #666;
    overflow: hidden;
    word-wrap: break-word;
    font-weight: bold;
}

.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;
    }

@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;
    }
}

.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;
}

.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;
    }

        .qs-content .multi-select .img-checkbox + .img-checkbox {
            margin-top: 5px;
        }

    .qs-content .multi-select label {
        margin-bottom: 16px;
    }

.cart-page {
    padding: 16px;
}

    .cart-page .cart-content {
        color: #000;
        font-size: 16px;
        font-weight: 400;
    }

@media (min-width: 900px) {
    .cart-page .cart-content {
        float: left;
        width: calc(100% - 317px);
        min-height: 120px;
    }

    .cart-page .cart-summary-box .cart-summary {
        position: relative;
        width: 300px;
    }

    .cart-page .cart-summary-box {
        margin-bottom: 16px;
        float: right;
        width: 300px;
        position: sticky !important;
    	top: 111px;
    }
}

.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 .item-name {
    word-wrap: break-word;
}

.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 {
        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;
}

.itemQuantity-notifycation-text {
    background-color: rgb(174, 30, 71);
    color: #fff;
    padding: 0 10px;
    line-height: 3.0em;
    font-size: 12px;
    width: 90%;
}

.itemQuantity-notifycation-dismiss {
    font-size: 22px;
    float: right;
    cursor: pointer;
}

.catalog-item .item-desc-indicator {
    font-weight: 300;
}

/* Donations layout on home page */
.login-area > div > h2 {
    display: none;
}

.login-area {
    background: transparent;
    padding: 0;
    margin-top: 34px;
}

form.customer-search {
    background: #fff;
    padding: 8.5%;
    margin-bottom: 45px;
    border-radius: 10px;
}

.login-area > div {
    width: 78%;
    background: transparent linear-gradient(94deg, #1C7244 0%, #006C92 100%) 0% 0% no-repeat padding-box;
    height: 100px;
    position: absolute;
    padding: 20px 2.5%;
    border-radius: 10px;
    z-index: 90;
}

@media screen and (max-width:960px) {
.login-area > div {
    width: 96%;}
}
form.guest-button .btn.btn-success {
    margin-right: 20px;
    background: #fff;
    border-radius: 33px;
    color: #006C92 !important;
    padding: 13px 25px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;
    transition: .5s ease;
}
.login-button .btn-success{
	float: left;
    margin-right: 20px;
}

.guest-button a.help, a#show-login-help {
    display: none;
}

form.guest-button:after {
    content: 'Click to make a contribution to the Wildlife Habitat Supporter program.';
    white-space: pre-wrap;
    font-weight: 400;
    color: #fff;
    font-size: 22px;
}

/*.login-button:after {
    content: 'To purchase a license or permit, complete the above information to log in or create a new account.';
    font-weight: 400;
    white-space: pre-wrap;
}*/

/*.login-fieldset:after {
    content: 'To purchase a license or permit, complete the above information and click Next to log in or create a new account. Saltwater Registry Registrations will become available for 2024 on December 15, 2023.';
    white-space: pre-wrap;
    font-weight: 400;
    font-size: 16px;
    width: 400px;
}*/

.login-fieldset>div:nth-child(2):after {
    content: 'To purchase a license or permit, complete the above information and click Next to log in or create a new account. Saltwater Registry Registrations will become available for 2024 on December 15, 2023.';
    white-space: pre-wrap;
    font-weight: 400;
    font-size: 16px;
    width: 400px;
}

.login-fieldset>div>div:nth-child(2):after {
    content: 'To purchase a license or permit, complete the above information and click Submit to log in or create a new account.';
    white-space: pre-wrap;
    font-weight: 400;
    font-size: 16px;
    width: 400px;
}

.catalog-item.tabItem.uitab_19 .item-name {
    background-color: #f99E01 !important;
}

.tab-item.tab-19 {
    background-color: #f99E01 !important;
}

.catalog-item.tabItem.uitab_19 .item-content {
    border-top: 2px solid #f99e01 !important;
}

.login-button{position:relative;}

.login-button > div {
/*position: absolute;
left: 167px;
bottom: -20px;*/
line-height: 56px;
text-align: center;
}

@media screen and (max-width:670px) {
.top-nav-right {
	display: none;
}
.sub-elements-two h2 {
    font-size: 28px !important;
    line-height: 40px;
}
	
}

@media screen and (max-width:600px) {
.sub-elements-one h2 {
    font-size: 28px;
}
a.btn.button-success.white.call-button {
    font-size: 16px;
}

}


@media screen and (max-width:400px) {
form.guest-button:after {
    font-size: 16px;
}
.hero img {
    height: 26px;
}
.top-nav-left span {
    font-size: 11px;
}
	
	
}

.home-userinfo.clearfix {
    min-width: 300px;
    height: auto;
    max-width: 500px;
}

.instructions {
    width: 100%;
    color:#fff;
}

.home-userinfo .login-fieldset a.btn {
    background: #fff;
    border-radius: 33px;
    color: #006C92 !important;
    padding: 6px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    transition: .5s ease;
    border: 1px solid #fff;
}
.home-userinfo .login-fieldset a.btn:hover {
	background: transparent linear-gradient(94deg, #1C7244 0%, #006C92 100%) 0% 0% no-repeat padding-box;
    color: #fff !important;
    transition: .5s ease;
}

.home-userinfo .login-fieldset>div:nth-child(2):after {
    content: '';
}

header.newHeader.withLogin + .page-body .highlights {
    visibility: hidden;
}
header.newHeader.withLogin + .page-body .main-container {
    min-height:400px;
}

/* CHILD SUPPORT CERTIFICATION FIX */

.childSupportYear {
    margin-top: -30px;
}

form#ChildSupportForm h2 {
    margin-bottom: 0;
    line-height: 0;
    text-indent: -9999px;
}

form#ChildSupportForm h2:after {
    text-indent: 0;
    content: 'Child Support Certification';
    display: block;
    line-height: initial;
}