@import url('https://fonts.googleapis.com/css?family=Martel+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Josefin+Slab:400,700');

html, body {
    /*font: 12px/1.42857 arial,helvetica,clean,sans-serif;*/
    font: 12px martel sans,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: #5b8d6d;
    text-decoration: none;
    font-weight: 700;
}

a:hover {
    color: #705d50;
}

a.btn {
    text-decoration: none;
    padding: 14px 20px 10px 20px;
    border-radius:0px !important;
    font-family:josefin slab, sans-serif;
    font-weight:700;
    letter-spacing: 1px;
}

input.btn.btn-primary.viewCart {
    background-color: #285063;
    border-color: #285063;
}

input.btn.btn-primary.viewCart:hover {
    background-color: #fff;
    border-color: #285063;
    color:#285063
}

input[type=submit] {
    font-size: 14px;
}

.form-inline a.btn {
    margin-top: 0;
}

.form-group {
    clear: both;
}

.form-group-inline {
    clear: none;
}

.form-group-inline.checkbox {
    margin-top: 25px;
}

.form-control {
    height: 30px;
    font-size: 12px;
}

.labelWidth150 .input-group-addon {
    width:150px;
    text-align: left;
}

.labelWidth150 .field-validation-error {
    padding-left: 150px;
}

.center {
    float: none; 
    margin-left: auto;
    margin-right: auto;
}

.control-label {
    font-weight: normal;
    display: block;
}

.btn {
    min-height: 48px;
    width: auto;
    line-height: 2.4;
    margin-top: 20px;
    border-radius:0px !important;
}

.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: #5b8d6d;
    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 0px 0px;
    border: 1px solid #ccc/*#a8a8a8*/
    ;
    border-radius: 2px;
}

.footer {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #eee;
}

.footer .app-version {
    text-align: center;
    font-size: 110%;
}

.group > li {
    width: 33.33%;
    float: left;
}

.alert-success {
    background-color: #CCC;
    border-color: #CCC;
    color: #705d50;
    font-size: 18px;
}

.panel-success > .panel-heading {
    background-color: #f7f6f2;
    border: 0px solid #f7f6f2;
    color: #285063;
}

.panel-success > .panel-heading a {
    color: #5b8d6d;
}

.list-group-item {
    border-color: #ccc;
}

.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: transparent !important;
    position: relative;
    color: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 0px solid #fff;
}

.right-panels .panel-heading b {
    position: absolute;
    left: 0px;
    top: 49%;
    color: #999999;
    padding: 11px 0;
    width: 41px;
    height: 41px;
    margin-top: -20px;
}

.right-panels .panel-heading b span {
    font-size: 12px;
    top: 0px;
    left: 12px;
}

.right-panels .panel-heading b span.glyphicon-minus {
    left: 10px;
}

.right-panels .panel-heading b span.glyphicon-plus {
    left: 11px;
}

.right-panels .panel-heading > .panel-title > a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

.right-panels .panel-heading>.panel-title>a:hover, .right-panels .panel-heading>.panel-title>a:focus {
    text-decoration: none;
}

.arrow_box {
    position: relative;
    background: #f09e11;
}

.text-gray {
    color: gray;
}

.icon-plus-minus {
    color: white;
}

.image-header {
    margin: 5px 0;
}

.btn-text-wrap {
    white-space: normal;
}

.badge {
    background-color: #f09e11;
}

.nav-tabs > li > a {
    background: #f09e11;
    color: #2D2E2D;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: #f09e11;
    color: #fff;
}

/* tabs menu start */

.tabs-container.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: #fff;
}

.tabs-container {
    background: #f09e11;
}

/* Modal */

.modal-header {
    color: #fff;
    background-color: #5b8d6d;
    border-color: #5b8d6d;
    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: #705d50;
    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: #bbb;
    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: #ccc;
}

.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: 45%;
}

.data-title-mobile-only.harvest-report .field-validation-error {
    display: inline-block;
}

.data-title-mobile-only.harvest-report .field-validation-error, .data-title-mobile-only.harvest-report .form-control {
    padding: 6px 5px;
}

.data-title-mobile-only.harvest-report .form-control.bootstrap-select {
    padding: 0px;
}

@media (max-width: 768px) {
    .label-style {
        white-space: normal;
    }
    .input-style {
        width: 102%;
    }
    .email-style {
        min-height: 70px;
    }
    .Select-Button-FindBird {
        padding-bottom: 100px;
    }
}

.checkbox-style {
    margin-top: 6px;
    padding-left: 6px;
}

.padding-top-5 {
    padding-top: 5px;
}

/*WaterFowl draw result --- begin */

.water-fowl-row {
    padding-bottom: 0px;
    padding-top: 0px;
}

.water-fowl-item {
    padding-top: 10px;
}

.waterfowl-multidraw-date {
    line-height: 3em;
}

.panel.waterfowl-multidraw-item {
    margin: 0 15px 15px;
    padding: 5px 15px;
    border: 1px solid #f0bf11;
}

    .waterfowl-multidraw-item .group-name {
        min-width: 65px;
        display: inline-block;
        margin-right: 15px;
        line-height: 2.4em;
    }

.waterfowl-multidraw-item .group-occupancy {
    margin-bottom: 10px;
}

.waterfowl-multidraw-item .group-action {
    margin-top: -10px;
    margin-bottom: 10px;
}

@media(min-width: 768px) {
    .waterfowl-multidraw-item .group-occupancy,
    .waterfowl-multidraw-item .group-action {
        margin-left: 80px;
    }
}

    /*WaterFowl draw result --- end */

    /* Checkbox --------- BEIGN */

    label.checkbox {
        font-weight: normal;
        line-height: 10px;
        padding: 3px 3px;
        position: relative;
        margin: 0 0 0 28px;
        display: inline-block;
    }

label.checkbox.mini {
    min-width: 25px;
    border: solid 1px #ccc;
    border-radius: 20px;
    padding: 0px;
    margin-left: -4px !important;
    /*padding-left:-10px !important;*/
}

label.checkbox.mobile {
    min-width: 30px;
    border: solid 1px #ccc;
    border-radius: 10px;
    margin: 0;
}

label.checkbox.mini>.glyphicon:empty, label.checkbox.mobile>.glyphicon:empty {
    display: none;
}

label.checkbox.mini.selected, label.checkbox.mobile.selected {
    background-color: #f09e11;
    color: #fff;
    font-weight: bold;
}

label.checkbox > input[type=checkbox] {
    display: none;
    margin-top: 0px;
    margin-left: -20px;
}

label.checkbox > .glyphicon {
    border-radius: 4px;
    left: -28px;
    padding: 5px 8px;
    position: absolute;
    top: -3px;
    cursor: default;
}

label.checkbox > input[type=checkbox] {
    opacity: 0.3;
    margin-top: 0px;
    margin-left: 0px;
}

label.checkbox > input[type=checkbox]:checked + input + .glyphicon {
    background-color: #f09e11;
    color: #fff;
}

label.checkbox > input[type=checkbox]:checked + input + .glyphicon:before {
    content: "\e067";
}

label.checkbox > input[type=checkbox]:not(:checked) + input + .glyphicon {
    background-color: transparent;
    color: #f09e11;
}

label.checkbox > input[type=checkbox]:not(:checked) + input + .glyphicon:before {
    content: "\e157";
}

label.checkbox > input[type=checkbox].input-validation-error + input + .glyphicon {
    color: red;
}

/* Checkbox --------- END */

.Item-panel-heading {
    background-color: #699056;
}

.active-menu-item {
    background-color: #A6C09A;
}

.profile-navbar {
    left: 15px;
}

.popover-content {
    word-wrap: break-word;
}

.address-Label-Style {
    font-weight: normal;
    padding-left: 0px;
}

.WaterfowlMultiChoicePurchased {
    text-align: center;
    font-size: smaller;
    font-weight: bolder;
    font-style: italic;
    color: #333;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.label-shiftdown-1 {
    padding-top: 10px;
}

.label-shiftdown-2 {
    padding-top: 5px;
}

@media (min-width:750px) {
    .nowrap {
        white-space: nowrap;
    }
    .table-border-color {
        border-color: #f0bf11;
        border-radius: 4px;
    }
    .image-width {
        max-width: 400px;
    }
    .file-upload-title-width {
        max-width: 100px;
    }
}

@media(max-width:750px) {
    .nowrap {
        white-space: normal;
    }
    .table-border-color {
        border-color: #f0bf11;
        border-radius: 4px;
    }
    .file-upload-title-width {
        max-width: 135px;
    }
}

.remove-leftpadding {
    padding-left: 0px;
}

.bold-uneditable {
    font-weight: bold;
    border-radius: 4px;
    padding-left: 4px;
    border: 1px solid #ccc;
}

@media (min-width:801px) {
    .image-width {
        max-width: 450px;
    }
}

@media(max-width: 750px) {
    .falconry-label-max-width {
        max-width: 140px;
    }
    .species-min-width {
        min-width: 180px;
    }
    .voucher-name-max-width {
        max-width: 250px;
    }
}

@media(min-width: 750px) {
    .file-upload-label-width {
        padding-left: 35px;
    }
    .attachment-remove-leftpadding {
        padding-left: 0px;
    }
}

@media(max-width: 750px) {
    .file-upload-label-width {
        padding-left: 0px;
    }
}

@media(max-width:780px) {
    .longitude-max-width {
        max-width: 145px;
    }
}

@media(min-width:780px) {
    .longitude-max-width {
        max-width: 190px;
    }
}

@media only screen and (max-width: 740px) {
    #no-more-tables2 td:before {
        content: attr(data-title);
        font-weight: normal;
    }
    .select-mobile {
        max-width: 250px;
    }
    .div-margin-top {
        margin-top: 115px;
    }
    .license-master-margin-top {
        margin-top: 115px;
    }
    /* Force table to not be like tables anymore */
    #no-more-tables2 table, #no-more-tables2 thead, #no-more-tables2 tbody, #no-more-tables2 th, #no-more-tables2 td, #no-more-tables2 tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables2 thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables2 td {
        /* Behave  like a "row" */
        position: relative;
        padding-left: 43%;
        white-space: normal;
        text-align: left;
        height: 40px;
        font-weight: bold;
    }
    #no-more-tables2 td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        text-align: left;
    }
    #no-more-tables2 td.twolines {
        height: 3em;
    }
    #no-more-tables2 input {
        max-width: 140px;
    }
}

@media(min-width:768px) {
    .profile-margin-top {
        margin-top: 25px;
        white-space: nowrap;
    }
    .state-min-width {
        min-width: 50px;
    }
}

@media(min-width:750px) {
    .text-no-wrap {
        white-space: nowrap;
    }
}

@media(min-width:768px) {
    .sponsor-margin-top {
        margin-top: 27px;
    }
}

@media(max-width:768px) {
    .sponsor-margin-top {
        margin-bottom: 15px;
    }
}

@media(min-width:768px) {
    .Out-of-state-sponsor-margin-top {
        margin-top: 15px;
    }
}

@media(min-width:768px) {
    .create-app-padding {
        padding-left: 25px;
    }
}

@media(max-width:768px) {
    .create-app-padding {
        padding-left: 10px;
    }
}

@media(min-width:768px) {
    .continue-padding {
        padding-left: 50px;
    }
}

.checkbox-color {
    color: #f09e11;
}

@media(min-width:768px) {
    .Intend-to-release-margin-top {
        margin-top: 25px;
    }
}

@media(min-width:768px) {
    .weight-max-width {
        max-width: 100px;
    }
    .year-of-hatch {
        text-align: center;
    }
    .no-wrap-desktop {
        white-space: nowrap;
    }
    .lat-long-remove-padding {
        padding-left: 0px;
        padding-right: 0px;
    }
    /*HFDNET-19160;*/
    form#ProfileId[action*="/Customer/Profile"] div#three div#three_body input#Weight[data-val-number="The field Weight must be a number."] {
        max-width: none;
    }
}

@media(max-width:768px) {
    .item-space-mobile-only {
        margin-bottom: 15px;
    }
    .Application-Recieved-Date {
        margin-bottom: 20px;
    }
    .line-width-mobile {
        line-height: 17.1428px;
    }
}

.content-align-center {
    text-align: center;
}

@media(max-width:767px) {
    .mobile-header-overflow {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media(max-width:800px) {
    .drag-and-drop-display {
        display: none;
    }
}

.placeholder {
    color: #aaa;
}

.col-xs-1-24th, .col-xs-2-24th, .col-xs-3-24th, .col-xs-4-24th, .col-xs-5-24th, .col-xs-6-24th, .col-xs-7-24th, .col-xs-8-24th, .col-xs-9-24th, .col-xs-10-24th, .col-xs-11-24th, .col-xs-12-24th, .col-xs-13-24th, .col-xs-14-24th, .col-xs-15-24th, .col-xs-16-24th, .col-xs-17-24th, .col-xs-18-24th, .col-xs-19-24th, .col-xs-20-24th, .col-xs-21-24th, .col-xs-16-22th, .col-xs-23-24th, .col-xs-24-24th, .col-sm-1-24th, .col-sm-2-24th, .col-sm-3-24th, .col-sm-4-24th, .col-sm-5-24th, .col-sm-6-24th, .col-sm-7-24th, .col-sm-8-24th, .col-sm-9-24th, .col-sm-10-24th, .col-sm-11-24th, .col-sm-12-24th, .col-sm-13-24th, .col-sm-14-24th, .col-sm-15-24th, .col-sm-16-24th, .col-sm-17-24th, .col-sm-18-24th, .col-sm-19-24th, .col-sm-20-24th, .col-sm-21-24th, .col-sm-16-22th, .col-sm-23-24th, .col-sm-24-24th {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.col-xs-1-24th, .col-xs-2-24th, .col-xs-3-24th, .col-xs-4-24th, .col-xs-5-24th, .col-xs-6-24th, .col-xs-7-24th, .col-xs-8-24th, .col-xs-9-24th, .col-xs-10-24th, .col-xs-11-24th, .col-xs-12-24th, .col-xs-13-24th, .col-xs-14-24th, .col-xs-15-24th, .col-xs-16-24th, .col-xs-17-24th, .col-xs-18-24th, .col-xs-19-24th, .col-xs-20-24th, .col-xs-21-24th, .col-xs-16-22th, .col-xs-23-24th, .col-xs-24-24th {
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-24th, .col-sm-2-24th, .col-sm-3-24th, .col-sm-4-24th, .col-sm-5-24th, .col-sm-6-24th, .col-sm-7-24th, .col-sm-8-24th, .col-sm-9-24th, .col-sm-10-24th, .col-sm-11-24th, .col-sm-12-24th, .col-sm-13-24th, .col-sm-14-24th, .col-sm-15-24th, .col-sm-16-24th, .col-sm-17-24th, .col-sm-18-24th, .col-sm-19-24th, .col-sm-20-24th, .col-sm-21-24th, .col-sm-16-22th, .col-sm-23-24th, .col-sm-24-24th {
        float: left;
    }
}

.col-xs-1-24th {
    width: 4.16666667%;
}

.col-xs-2-24th {
    width: 8.33333333%;
}

.col-xs-3-24th {
    width: 12.5%;
}

.col-xs-4-24th {
    width: 16.66666667%;
}

.col-xs-5-24th {
    width: 20.83333333%;
}

.col-xs-6-24th {
    width: 25%;
}

.col-xs-7-24th {
    width: 29.16666667%;
}

.col-xs-8-24th {
    width: 33.33333333%;
}

.col-xs-9-24th {
    width: 37.5%;
}

.col-xs-10-24th {
    width: 41.66666667%;
}

.col-xs-11-24th {
    width: 45.83333333%;
}

.col-xs-12-24th {
    width: 50%;
}

.col-xs-13-24th {
    width: 54.16666667%;
}

.col-xs-14-24th {
    width: 58.33333333%;
}

.col-xs-15-24th {
    width: 62.5%;
}

.col-xs-16-24th {
    width: 66.66666667%;
}

.col-xs-17-24th {
    width: 70.83333333%;
}

.col-xs-18-24th {
    width: 75%;
}

.col-xs-19-24th {
    width: 79.16666667%;
}

.col-xs-20-24th {
    width: 83.33333333%;
}

.col-xs-21-24th {
    width: 87.5%;
}

.col-xs-22-24th {
    width: 91.66666667%;
}

.col-xs-23-24th {
    width: 95.83333333%;
}

.col-xs-24-24th {
    width: 100%;
}

@media (min-width: 768px) {
    .col-sm-1-24th {
        width: 4.16666667%;
    }
    .col-sm-2-24th {
        width: 8.33333333%;
    }
    .col-sm-3-24th {
        width: 12.5%;
    }
    .col-sm-4-24th {
        width: 16.66666667%;
    }
    .col-sm-5-24th {
        width: 20.83333333%;
    }
    .col-sm-6-24th {
        width: 25%;
    }
    .col-sm-7-24th {
        width: 29.16666667%;
    }
    .col-sm-8-24th {
        width: 33.33333333%;
    }
    .col-sm-9-24th {
        width: 37.5%;
    }
    .col-sm-10-24th {
        width: 41.66666667%;
    }
    .col-sm-11-24th {
        width: 45.83333333%;
    }
    .col-sm-12-24th {
        width: 50%;
    }
    .col-sm-13-24th {
        width: 54.16666667%;
    }
    .col-sm-14-24th {
        width: 58.33333333%;
    }
    .col-sm-15-24th {
        width: 62.5%;
    }
    .col-sm-16-24th {
        width: 66.66666667%;
    }
    .col-sm-17-24th {
        width: 70.83333333%;
    }
    .col-sm-18-24th {
        width: 75%;
    }
    .col-sm-19-24th {
        width: 79.16666667%;
    }
    .col-sm-20-24th {
        width: 83.33333333%;
    }
    .col-sm-21-24th {
        width: 87.5%;
    }
    .col-sm-22-24th {
        width: 91.66666667%;
    }
    .col-sm-23-24th {
        width: 95.83333333%;
    }
    .col-sm-24-24th {
        width: 100%;
    }
    .padding-sm {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.input-validation-error {
    border: 1px solid #ff0000;
}

/*#googleMap {
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
  border: 2px solid #fff;
}*/

@media (min-width:768px) {
    .googleMapCanvas {
        width: 100%;
        height: 450px;
    }
}

/*@media (min-width:620px) and (max-width: 767px)
{
      .googleMapCanvas{
        width:100%;
        height:450px;
    }
}
@media (min-width:500px) and (max-width: 619px)
{
      .googleMapCanvas{
        width:100%;
        height:380px;
    }
}
@media (min-width:360px) and (max-width: 499px)
{
      .googleMapCanvas{
       width:100%;
        height:240px;
    }
}*/

@media (max-width: 767px) {
    .googleMapCanvas {
        width: 100%;
        height: 300px;
    }
}

/********  CUSTOM BELOW HERE ********/

@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,700|Open+Sans:400,600,700');
/* CSS reset */

html, body, div, dl, dt, dd, ol, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

p {
    margin: 10px 0;
}

/*a {
    cursor: pointer;
    color: #5b8d6d;
}

a:hover {
    color: #6691bb;
}*/


h1, h2, h3, h4, h5, h6 {}

h2 {
    font-family: 'Open-sans',sans-serif;
    font-size: 30px;
    margin-bottom: 20px;
}

h3 {
    font-family: 'Open-sans',sans-serif;
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 10px;
}

a.button {
    padding: 14px 20px;
    background: #f09e11;
    border: 0px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0px;
    text-decoration: none;
    font-weight: bold;
    transition: .5s ease;
    border: 1px solid #f0bf11;
}

a.button:hover {
    background: #f0bf11;
    transition: .5s ease;
}

.top-nav-container {
    background: rgba(43,57,133,1);
    padding: 15px 0;
}

.top-nav {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
}

.top-nav > ul {
    list-style: none;
}

.top-nav > ul > li {
    display: inline-block;
    padding: 0 4%;
    text-align: center;
}

.top-nav > ul > li > a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Open-sans',sans-serif;
    font-size: 14px
}

.top-nav > ul > li > a:hover {
    color: #fff;
    text-decoration: underline;
}

.logo-container {
    margin-top: 30px;
}

.mobile-logo {
    display: none;
}

.logo-container, .main-container {
    width: 100%;
    box-sizing: border-box;
}

.hero {
    display: none;
}

.main-container {
    margin: 60px 0 60px 0;
}

.main-container:after {
    content: "";
    display: table;
    clear: both;
}

.login-area {
    width: 100%;
    margin-left: 20px;
    background-image: linear-gradient(rgba(247, 246, 242, 0.1),rgba(247, 246, 242, .1)), url('https://cwa.aspirafocus.com/service-content/Content/GetImageFileContent/wavebg2x.png	');
    /*border: 2px solid #fff;*/
    padding: 50px 7%;
    float: left;
    border-radius: 0px;
    box-sizing: border-box;
    box-shadow: #333 1px 1px 2px;
    background-color: rgba(247,246,242,.9);
    background-position: 0px 0px, 0px 0px;
    background-size: auto, 400px;
    background-repeat: repeat, repeat;
}

.login-area.account-type h2 {
    color: #285063;
    text-transform: uppercase;
    font-size: 250%;
}

@media screen and (min-width: 1200px) {
    .login-area {
        max-width: 40%;
    }
}
@media screen and (max-width: 1199px) {
    .login-area {
        max-width: 96%;
    }
    .highlights {width:100%;}
}
/* account password login form */

.login-area.account-type .row{
    margin-left: -15px;
    margin-right: -15px;
}

.login-area.account-type .title-box{
    text-align: center;
}

.login-area.account-type .title-box h2, .login-area.account-type .input-box .col-sm-12>div {
        background-color: transparent;
    }

    .login-area.account-type .button-box .btn {
        margin: 0;
        width: 100%;
        max-width: 98%;
    }

    .login-area.account-type .button-box .col-sm-6:first-child {
        padding-right: 5px;
        text-align: right;
    }

.login-area.account-type .button-box .col-sm-6:last-child{
    padding-left: 5px;
}

@media screen and (max-width: 768px) {
    .login-area.account-type .button-box .col-sm-6 {
        text-align: center !important;
        padding: 5px 0 !important;
    }
}

.login-area.account-type .operate-box{
    margin-bottom:6px;
}

.login-area.account-type .operate-box .forgot{
    margin: 10px 0;
    min-height: 20px;
    text-align: right;
}

.login-area.account-type .link-box{
    text-align: center;
    line-height: 30px;
}

.login-area.account-type .link-box form{
    display: inline;
}

    .login-area.account-type .link-box a {
        width: 120px;
        white-space: nowrap;
        display: inline-block;
        text-align: right;
        color: #5b8d6d;

    }

    .login-area.account-type .link-box .guest-link {
        white-space: nowrap;
        display: inline-block;
        background-color: transparent;
        border: none;
        padding: 0;
        margin: 0;
        text-align: left;
        color: #5b8d6d;
        outline: none;
        text-decoration: none;
        font-weight:700;
    }
    
    .login-area.account-type .link-box a:hover, .login-area.account-type .link-box .guest-link:hover {
        color: #705d50;
        text-decoration: underline;
    }

@media screen and (max-width: 768px){
    .login-area.account-type .row .col-sm-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.customer-search, .home-userinfo {
    margin-bottom: 20px;
    word-wrap: break-word;
}

.customer-search:after {
    content: "";
    display: table;
    clear: both;
}

    .home-userinfo a.btn {
        margin-top: 8px;
        display: block;
        margin-right: 10px;
    }

    .home-userinfo a.btn:first-of-type {
        margin-top: 0;
    }

.login-fieldset {
    width: 100%;
    margin-right: 3%;
    float: left;
}

.field-set {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}

select.select-field {
    margin-bottom: 10px;
}

input.text-field {
    margin-bottom: 10px;
}

select.select-field + .field-validation-error, input.text-field + .field-validation-error {
    margin-top: -10px;
    margin-bottom: 10px;
}

.instructions {
    float: left;
    width: 50%;
    margin-bottom: 13px;
}

.instructions p {
    margin: 0;
}

.login-button {
    float: right;
    width: 50%;
}

    .login-button .btn {
        margin: 0;
    }

.highlights {
    width: 50%;
    float: left;
    margin-left: 30px;
    padding: 10px;
    color: #fff;
    box-sizing: border-box;
}

.help-pop {
    display: none;
    position: absolute;
    width: 22vw;
    background: rgba(0,0,0,.8);
    padding: 2%;
    margin-top: -233px;
    margin-left: 34%;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0px;
    z-index: 99;
}

.help-pop a {
    color: #fff;
}

.help-pop.initial {
    display: none;
    position: absolute;
    top: 28vw;
    max-width: 50vw;
    width: 100%;
    left: 50%;
    background: rgba(0,0,0,.8);
    padding: 2%;
    margin-left: -25vw;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0px;
}

.help-pop h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
}

.help-pop h3 {}

.sub-elements-one {
    background-image: url('https://cwa.aspirafocus.com/service-content/Content/GetImageFileContent/featherbg2x.png');
    background-position: 0px 0px;
    background-size: 578px;
    padding: 40px 20px;
    position: relative;
    color: #fff;
}

.sub-elements-two {
    background: #FFFFFF;
    padding: 40px 20px;
}

.footer {
    background: #476470;
    padding: 100px 0 40px 0;
    color: #a5b8c3;
}

.footer a {
    color: #a5b8c3;
}

.footer-top {
    width: 100%;
    max-width: 960px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
}

.footer-left {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 60px;
}

.footer-right {
    width: 48%;
    margin-right: 2%;
    float: right;
    text-align: right;
}

.footer-right img {
    height: 100px;
    margin-top: -86px;
}

.footer-bottom {
    width: 100%;
    max-width: 960px;
    text-align: center;
    margin: 0 auto;
    margin-top: 90px;
}

.footer:after {
    content: "";
    display: table;
    clear: both;
}

.build {
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: #476470;
    padding: 0px 0 40px 0
}

@media (min-width:991px) and (max-width:1128px) {
    .login-button a.help {
        line-height: 40px;
    }
}

/*To prevent the content wrap and layout error*/

.guest-button a.help {
    display: inline-block;
}

.guest-button button {
    margin: 0;
}

@media screen and (max-width:1366px) {
    .help-pop {
        width: 28vw;
        margin-left: 32%;
    }
}

@media screen and (max-width: 1366px) and (min-width:991px) {
    .home-userinfo .login-fieldset {
        width: 100%;
        margin-right: 0;
	margin-bottom: 15px;
    }

    .home-userinfo .instructions {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:990px) {
    .logo-container {
        margin-top: 5vw;
    }
    .logo {
        height: 10vw;
        background-size: 30vw;
    }
    .main-container {
        margin-top: 5vw;
        margin-bottom: 0;
    }
    .login-area {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }
    .highlights {
        width: 90%;
        float: none;
        padding: 40px 0;
        margin: 0 auto;
    }
    .customer-search {
        width: 60%;
        float: left;
    }
    .guest-button a.button {
        padding: 14px 7.5vw;
    }
    .continue-guest:after {
        content: "";
        display: table;
        clear: both;
    }
    .footer-left {
        width: 98%;
        text-align: center;
        margin-left: 0px;
        padding: 0 1%;
    }
    .footer-right {
        width: 100%;
        margin-right: 0;
        float: none;
        text-align: center;
        height: 100px;
    }
    .footer-right img {
        height: 100px;
        margin-top: 0px;
    }
    .footer-bottom {
        margin-top: 60px;
        max-width: none;
    }
    .help-pop.initial {
        max-width: 70vw;
        margin-left: -35vw;
        top: 40vw;
    }
    .help-pop {
        width: 28vw;
        margin-left: 32%;
    }
}

@media screen and (max-width:790px) {
    .customer-search {
        width: 100%;
        float: none;
    }
    .help-pop.initial {
        top: 60vw;
    }
    .help-pop {
        width: 52vw;
        margin-left: 19%;
        top: 73vw;
    }
}

@media screen and (max-width:480px) {
    h2 {
        font-size: 24px;
        margin-top: 10px;
    }

    .login-fieldset,
    .login-button {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .instructions {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .login-button {
        margin-bottom: 16px;
    }
    .logo {
        height: 12vw;
        background-size: 50vw;
    }
    .help-pop.initial {
        max-width: 84vw;
        margin-left: -44vw;
        top: 84vw;
    }
    .help-pop {
        width: 84vw;
        margin-left: 2%;
        top: 116vw;
    }
}

@media screen and (max-width:344px) {
    .guest-button a.button {
        padding: 14px 14vw;
    }
}

/*******************************************************************/

/*  ADDITIONAL INTERNET SALES PAGES								   */

/*******************************************************************/

.container {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    padding: 0px;
}

/*dont know why someone changed the default container, but I just wanna use the default one*/

.default-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

body {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('https://cwa.aspirafocus.com/service-content/Content/GetImageFileContent/Pintailfullres_smaller.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: initial;
    font-size: 14px;
    color:#705d50;
    background-color: antiquewhite;
}

.page-body {
    padding-top: 0 !important;
}

.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;
}

/*background: rgba(255,255,255,.7);*/

.panel-heading {
    border-radius: 0px !important;
}


.panel-heading a {
    color: #285063;
}

.panel-heading > .row > .col-xs-7 {
    color: #285063;
    font-size: 28px;
}

.panel-success {
    /*border-color: transparent;*/
}

.panel {
    border: none;
    border-radius: 0px;
}

.panel-collapse.collapse.in {
    padding: 10px;
}

.glyphicon-minus:before, .glyphicon-plus:before {
    color: #5b8d6d;
}

h4.panel-title {
    font-size: 20px;
    margin-top: 7px;
}

.right-panels .panel-heading b {
    left: 0px !important;
    background: transparent !important;
    border: 0px solid #F8F8F8 !important;
    border-radius: 0 !important;
    /*top: 22px;*/
}

#user-options-bar, #item-catalog-tabs .list-group {
    border: 0px solid #f09e11;
    border-radius: 0px;
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #fff;
}

.footer {
    border-top: none;
    margin-top: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
}

/*Wallace*/

footer.footer .container {
    max-width: 1200px;
}

    footer.footer .container p:nth-child(1) {
        text-align: center;
        max-width: 800px;
    	margin: 0 auto;
    }

/*Wallace*/

footer.footer p {
    padding: 0 10px;
}

p.app-version {
    margin-top: 40px;
}

/*******************************************************************/

/*  STYLES DEFINED BELOW MIGHT BE CONTROLLED BY CONFIG TOOL		   */

/*******************************************************************/

ul.navigation2 {
    max-width: 1200px;
    margin: 0 auto;
}

ul.navigation2 > li {
    background-color: transparent;
    padding: 12px 18px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: 0.5s ease;
    display: inline-block;
}

ul.navigation2 > li:hover {
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    border-right: 2px solid #FFF;
    background: rgba(240, 191, 17,.7);
    transition: 0.5s ease;
}

ul.navigation2 > li > a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: #333 1px 1px 2px;
}

ul.navigation2 > li.active {
    background-color: rgb(240, 158, 17);
    color: #fff;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    background: rgba(240, 158, 17, .7);
    text-shadow: #333 1px 1px 2px;
}

ul.navigation2 > li.active:hover {
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    border-right: 2px solid #FFF;
}


.option-buttons a.list-group-item {
    background-color: #5b8d6d;
    transition: 0.3s ease;
    border: 2px solid #5b8d6d;
    font-family: josefin slab, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    font-size: 14px;
    padding: 14px 20px 10px 20px;
}

.option-buttons a.list-group-item:hover {
    background-color: #fff;
    color: #5b8d6d;
    transition: 0.3s ease;
    border: 2px solid #5b8d6d;
}

.list-group-item.header-sm {
    background-color: #ccc;
    border-color: #ccc;
}



/*Wallace*/


.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;
}


.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%;
    }
    .container-fluid {
        padding-right: 0;
        padding-left: 0;
        margin-right: 15px;
        margin-left: 15px;
    }
    .container.mobilemedia.customer-header-mobile {
		background: #fff;
		padding: 10px 0;
		color: #285063;
		font-size: 20px;
	}
	.container.mobilemedia.customer-header-mobile .col-xs-5 {
    display: none;
}
    .tab-pane.active > div > div > p {
        color: #705d50;
        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: #705d50;
    }
    .menu-group-header.panel-heading a:hover {
        color: #fff;
    }
    .tab-pane .active {
        color: #FFF
    }
    #item-catalog-tabs .list-group .list-group-item, #item-catalog-tabs-mobile .list-group .list-group-item, #customer-menu-mobile .list-group .list-group-item {
        background-color: #eee;
        margin: 3px;
        border-radius: 3px;
        transition: 0.3s ease;
    }
    #customer-menu-mobile .list-group .list-group-item:hover {
        background-color: rgb(240, 191, 17);
        transition: 0.3s ease;
    }
    #item-catalog-tabs .list-group .list-group-item.active, #item-catalog-tabs-mobile .list-group .list-group-item.active, #customer-menu-mobile .list-group .list-group-item.active {
        background-color: #f09e11;
    }
    div#item-catalog-tabs-mobile_body {
        padding: 0 10px;
    }
    .col-sm-12 p {
        padding: 10px;
    }
    #payment_information_body .panel-body .row .form-group.form-group-inline p.list-group-item-text {
        padding: 0px;
        margin-top: 5px;
        margin-bottom: 0px;
    }
    #payment_information_body .panel-body .row .form-group.form-group-inline p.list-group-item-text+div p, #payment_information_body .panel-body .row .form-group.form-group-inline p.list-group-item-text+div+p {
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .col-sm-12 > h2, .col-sm-12 > div {
        background-color: #FFFFFF
    }
    .container-fluid .content.row .col-sm-12 .tab-content .tab-pane.active .row .col-sm-12 .alert.alert-success.hidden-xs {
        background-color: rgb(174, 30, 71);
    }
    .panel.panel-success .col-sm-12 {
        padding: 0 15px;
    }
    .col-sm-12.visible-xs-block {
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .tab-pane.active h2 {
        color: #000000;
        padding-left: 10px;
    }
    footer.footer .container p:nth-child(4) {
        text-align: center;
        margin-bottom: 60px;
    }
    div.tab-content {
        color: #000000 !important;
    }
    #one_body > div > div:nth-child(5) > div:nth-child(2) > label, #one_body > div > div:nth-child(5) > div.form-group.form-group-inline.col-xs-12.col-sm-2 > label {
        white-space: nowrap;
    }
    .list-group-item, .panel {
        background-color: transparent;
    }
    #PermitDetailPart3 a[href*="Falconry/SubmitDisposition"] {
        font-size: 10px;
        padding: 5px !important;
        min-height: 30px;
        white-space: normal;
    }
    label.checkbox > input[type=checkbox]:not(:checked) + input + .glyphicon {
        margin-top: 0px;
    }
    body > div.container > div:nth-child(1) > div > div.content.row > div > div.tab-content > div {
        padding: 10px !important;
    }
    body > div.container > div:nth-child(1) > div > div.content.row > div > div.tab-content > div > ul {
        padding: 30px !important;
    }
    div.col-md-2.col-sm-3.col-xs-7 > a[href*='/Transaction/RemoveCustomer'] {
        width: auto;
    }
}

@media screen and (max-width:480px) {
    .container-fluid {
        padding-right: 0;
        padding-left: 0;
        margin-right: 0px;
        margin-left: 0px;
    }
    body {
        font-size: 12px;
    }
    .panel-body {
        padding: 15px 0px;
    }
    .list-group-item, .panel {
        background-color: transparent;
    }
    div.tab-content {
        color: #000000 !important;
        background-color: #FFFFFF;
    }
    tab-pane active h2 {
        color: #000000 !important;
    }
    #MyForm > div.form-group > div.col-xs-12.visible-xs-block {
        background-color: #FFFFFF;
    }
}

label.checkbox span.glyphicon + p {
    margin: 0 0 10px;
}

/*Wallace*/

ol {
    padding-left: 30px
}

/*Wallace*/

/*Wallace*/

.btn, .btn-success {
    background-color: #5b8d6d;
    /*border-color: #5b8d6d;*/
    border:3px solid #5b8d6d;
    transition: 0.3s ease;
    text-transform: uppercase;
    font-weight:700;
    text-decoration: none;
    padding: 14px 20px 10px 20px;
    border-radius:0px !important;
    font-family:josefin slab, sans-serif;
    letter-spacing: 1px;
}

   .btn:hover,  .btn-success:hover {
        background-color: #fff;
        border-color: #5b8d6d;
        transition: 0.3s ease;
        color:#5b8d6d;
    }

.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: #5b8d6d;
    background-color: #fff;
    border-color: #5b8d6d;
}


.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: #666;
}

/*Wallace*/

@media (min-width: 768px) {
    .btn {
        min-height: 34px;
        min-width: 90px;
        width: auto;
        line-height: 1.42857143;
    }
    .btn-mini {
        border-radius: 3px;
        font-size: 12px;
        line-height: 1.5;
        padding: 1px 5px;
        min-width: 48px;
        min-height: inherit;
        margin-top: 0px;
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
    }
}

/* Lock body to prevent scroll penetrate problem on ios */
body.modal-open {
    height: 100%;
    overflow: hidden;
    width: 100%;
    -webkit-overflow-scrolling: auto;
    touch-action:none;
}

body.modal-open-fixed {
    position: fixed;
    overflow: hidden;
    height: 100%;
}

/*Change by Glenn Start ...*/

#ticklabel, #ticklabel2, #ticklabel3 {
    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;
    color: #555;
}

#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: #f7f6f2;
    }
}

#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: #ccc;
    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: #f7f6f2;
    }
    form#MyForm[action*="Falconry/ConfirmBird"] input#remember_me[type="checkbox"]+div.btn-group label.col-xs-10.col-sm-10.nowrap.label-style p, form#MyForm[action*="Falconry/SubmitDisposition"] input#remember_me[type="checkbox"]+div.btn-group label.col-xs-10.col-sm-10.nowrap.label-style p {
        margin-top: 0px;
        padding-top: 0px;
    }
    div#btnFEBBirdOwnerNotCAFalconer {
        margin-left: 0px;
    }
    div#PermitDetailPart3 div.col-sm-1.ww-white-space {
        white-space: normal;
        padding-left: 0px;
        padding-right: 0px;
    }
    /*HFDNET-19216; "submit" button close to "Item Year" column  in  "LicenseNeedsHarvestReporting" page*/
    div#InternetSalesNoEmailConfirmationforLicenseReportingBottomInstructions + div.panel.panel-success.right-panels div.panel-heading + div div.panel-body div.list-group div[class="list-group-item"] div.row div.col-sm-2-24th.hidden-xs.padding-sm.text-center {
        padding-left: 0px;
        padding-right: 0px;
    }
    /*HFDNET-19216*/
    div.panel.panel-success.right-panels div#eidtview form#RouteAction[action*="/LicenseReport/RouteAction"] div.panel.panel-success.right-panels div[role="tabpanel"] > div.panel-body > div.row > div.form-group.form-group-inline.col-sm-6[style*="height:"] {
        width: auto;
    }
    /*HFDNET-19221;*/
    p#ItemDescription + form[action*="/WaterFowlSeasonLongApplication/Accept"] > fieldset div.container-fluid div.list-group div.list-group-item.header.hidden-xs div[class$="24th padding-sm"] {
        word-wrap: break-word;
    }
    /*HFDNET-19221;*/
    .ww-only768-Available-padding{
        padding: 0px;
    }
    /*HFDNET-19265;*/
    div#shippingAddress div#shippingAddress_body div.row div.form-group.col-sm-12 div p:empty {
        margin: 0px;
        padding: 0px;
    }
}

@media (max-width:767px) {
    /*fix don't display logo and memu when screen less and equal 767*/
    .desktopview {
        display: none;
    }
    /*display logo and memu */
    .content.row {
        background-color: transparent;
    }
    div[id^="CommonDlg"].modal.fade.in > div.modal-dialog > div.modal-content > div.modal-footer button:last-child {
        margin-left:0px;
    }
    /*HFDNET-19160;*/
    .ww-less768-adjust-margin{
        margin-bottom: 0px;
    }
}

/***********************************************************/

/*					    HEADER							   */

/***********************************************************/

.newHeader {
    padding: 16px 20px;
    background-color: rgba(253, 252, 252, 0.9);
    border-bottom: none;
    display: flex;
    width: 100%;
    line-height: normal;
    position: relative;
    /*top: 0;*/
    z-index: 99;
}

    .newHeader .logo .vcenter-outer {
        display: table;
        height: 100%;
    }

    .newHeader .logo .vcenter-inner {
        display: table-cell;
        vertical-align: middle;
    }

    .newHeader .logo img {
        max-height: 60px;
    }

    .newHeader .nav-bars {
        font-size: 20px;
        margin-top: 20px;
    }

        .newHeader .nav-bars .mobile-links-box {
            display: block;
            padding: 0;
            margin: 0;
            position: absolute;
            top: 100px;
            left: 0;
            right: 0;
            background-color: #fff;
            border: solid 1px #ccc;
            border-radius: 4px;
            z-index: 99;
            border: solid 2px #f09e11;
        }

            .newHeader .nav-bars .mobile-links-box > ul {
                padding: 0;
                margin: 0;
                list-style: none;
                user-select: none;
            }

                .newHeader .nav-bars .mobile-links-box > ul > li {
                    border-bottom: solid 2px #f09e11;
                }

                    .newHeader .nav-bars .mobile-links-box > ul > li:last-child {
                        border-bottom: none;
                    }

                    .newHeader .nav-bars .mobile-links-box > ul > li > .title {
                        padding: 10px 15px;
                        font-size: 16px;
                        font-weight: bold;
                        background-color: rgb(174, 30, 71);
                        color: white;
                    }

            .newHeader .nav-bars .mobile-links-box .mobile-links {
                padding: 0;
                margin: 0;
                list-style: none;
                user-select: none;
                overflow: hidden;
                max-height: 0;
            }

                .newHeader .nav-bars .mobile-links-box .mobile-links.expanded {
                    max-height: 999px;
                    transition: max-height 1s linear;
                }

                .newHeader .nav-bars .mobile-links-box .mobile-links > li a {
                    padding: 10px 15px;
                    font-size: 14px;
                    display: block;
                    border-bottom: solid 1px #eee;
                }

    .newHeader .profile {
        margin-left: auto;
        padding: 9px 0;
        position: relative;
        user-select: none;
    }

        .newHeader .profile img {
            max-height: 40px;
            clip-path: circle(20px at center);
            vertical-align: top;
        }

        .newHeader .profile i {
            font-size: 26px;
            padding: 9px;
            vertical-align: 10px;
        }

        .newHeader .profile span {
            vertical-align: 14px;
            margin-right: 10px;
            font-size: 12px
        }

        .newHeader .profile .customer-name {
            display: inline-block;
            min-width: 120px;
            text-align: right;
        }

    .newHeader .cart {
        font-size: 18px;
        padding: 22px 15px;
        margin-left: 0px;
        position: relative;
    }

        .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, #newtoolbar .links {
        margin-left: auto;
        font-size: 12px;
        display:none;
    }

        .newHeader .links ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .newHeader .links ul li {
                display: inline-block;
                padding: 20px 5px;
                margin-top: 5px;
            }

                .newHeader .links ul li:hover {
                    text-decoration: underline;
                }

    .newHeader a {
        color: #404040;
        text-decoration: none;
    }

        .newHeader a:hover {
            color: #404040;
        }

    .newHeader #profile-menu {
        transition: all linear 0.2s;
        height: 0px;
        overflow: hidden;
        opacity: 0;
        position: absolute;
        z-index: 2;
        right: -20px;
        width: 230px;
        margin-top: 10px;
    }

        .newHeader #profile-menu.showProfile {
            height: auto;
            opacity: 1;
        }

        .newHeader #profile-menu ul {
            list-style: none;
            margin: 0;
            padding: 0;
            border: 1px solid #ccc;
            border-radius: 4px;
        }

            .newHeader #profile-menu ul ul {
                border: 0;
            }

            .newHeader #profile-menu ul li a {
                cursor: default;
                padding: 10px;
                background: #fcfcfc;
                display: block;
                border-bottom: 1px solid #ccc;
                transition: .3s ease;
            }

                .newHeader #profile-menu ul li a[href]:hover {
                    cursor: pointer;
                    color: #fff;
                    background: #2b3985;
                    transition: .3s ease;
                }

        .newHeader #profile-menu > ul > li:nth-child(1) a {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .newHeader #profile-menu > ul > li:nth-last-child(1) a {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            border: none;
        }

        .newHeader #profile-menu ul > li > ul > li > a {
            padding: 5px 30px;
            border-bottom: 1px solid #ccc !important;
        }

    .newHeader div#profile-menu i {
        padding: 7px 9px;
        float: left;
        color: green;
        font-size: 12px;
    }

    /* AFB-2030,sye */

    .newHeader #shoppingCartHolder {
        transition: all linear 0.2s;
        height: 0px;
        position: absolute;
        z-index: 2;
        right: -10px;
        width: 300px;
        margin-top: 10px;
        font-size: 16px;
    }

        .newHeader #shoppingCartHolder ul {
            list-style: none;
            margin: 0;
            padding: 0;
            border: 1px solid #ccc;
            border-radius: 4px;
            background: #fcfcfc;
        }

            .newHeader #shoppingCartHolder ul li {
                text-align: center;
            }

                .newHeader #shoppingCartHolder ul li.shoppingCartHolder_header {
                    padding: 10px 5px;
                    color: #2b3985;
                    font-weight: bold;
                    border-bottom: 1px solid #ccc;
                }

                .newHeader #shoppingCartHolder ul li.shoppingCartHolder_footer {
                    height: 30px;
                }

                .newHeader #shoppingCartHolder ul li button {
                    width: 200px;
                    font-size: 12px;
                    font-weight: bold;
                }


                    .newHeader #shoppingCartHolder ul li button.continueShopping {
                        position: relative;
                        top: -12px;
                    }

    .newHeader #ShoppingCartNotifycation {
        transition: all linear 0.2s;
        height: 40px;
        line-height: 40px;
        position: absolute;
        z-index: 2;
        right: -20px;
        width: 300px;
        margin-top: 10px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background: #fcfcfc;
        color: #2b3985;
        text-align: center;
        font-weight: bold;
    }
    
.profile img {
    display: none;
}

/* 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: 12px;
    color: #7d7d7d;
}

    .orderSummaryItem.borderBottom {
        border-bottom: 1px solid #ccc;
    }

    .orderSummaryItem.itemTotal {
        margin-top: 10px;
    }

    .orderSummaryItem.total {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .orderSummaryItem .shippingTitle {
        margin-bottom: 5px;
    }

    .orderSummaryItem button {
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

#OrderCSBtn {
    margin-top: 8px;
    margin-bottom: 20px;
}

/* 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;
    }
}

/***********************************************************/

/*					    RESPONSIVE						   */

/***********************************************************/

@media screen and (min-width: 1024px) {
    .newHeader .nav-bars {
        display: none;
    }
}

@media screen and (max-width: 1200px) and (min-width:1024px) {
    .newHeader .logo img {
        max-width: 250px;
    }
}

@media screen and (max-width: 1023px) {
    .newHeader .links {
        display: none;
    }

    .newHeader .logo {
        margin-left: 30px;
    }

        .newHeader .logo img {
            max-height: 5vw;
        }
}

@media screen and (max-width: 900px) {
    .newHeader .row {
        flex-direction: column;
    }
    .newHeader .logo img {
        margin-top: 3%;
    }
}

@media screen and (max-width: 600px) {
    .newHeader .logo {
        position: absolute;
        top: 10px;
    }
        .newHeader .logo img {
            max-height: 30px;
        }
    .newHeader {
        padding-top: 50px;
        padding-bottom: 6px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .newHeader .cart {
        padding-bottom: 10px;
    }
}







/* MVC toolbar start*/
/* CSS reset */
/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;

}

p{margin:10px 0;}
a{cursor:pointer;color:#0066CC;}
a:hover{color:#6691bb;}

body {color: #404040;font-family:'Open-sans',Arial;background:#fff;font-size:14px;}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

textarea, input, button { outline: none; }*/

/***********************************************************/
/*					    HEADER							   */
/***********************************************************/
#newtoolbar {
    font-family: 'martel sans',Arial;
    position: absolute;
    width: 100%;
    padding-right: 0px;
    top: 0;
    left:0px;
    z-index: 99;

}

div#newContent {
    /* position: relative; */
    margin-top: 150px !important;
}

    #newtoolbar .header {
    padding: 16px 20px;
    background-color: rgba(253, 252, 252, 0.9);
    border-bottom: none;
    display: flex;
    width: 100%;
    line-height: normal;
    position: relative;
    /*top: 0;*/
    z-index: 99;
    margin-left: 0px;
    }


    #newtoolbar .newlogo .vcenter-outer {
        display: table;
        height: 100%;
    }

    #newtoolbar .newlogo .vcenter-inner {
        display: table-cell;
        vertical-align: middle;
    }

    #newtoolbar .newlogo img {
        max-height: 60px;
    }

    #newtoolbar .nav-bars {
        font-size: 20px;
        margin-top: 20px;
    }

        #newtoolbar .nav-bars .mobile-links-box {
            display: none;
            padding: 0;
            margin: 0;
            position: absolute;
            top: 100px;
            left: 0;
            right: 0;
            background-color: #fff;
            border: solid 1px #ccc;
            border-radius: 0px;
            z-index: 99;
            border-bottom: solid 2px #fff;
        }

            #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: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: #5b8d6d;
                        color: white;
                        font-family: 'josefin sans', sans-serif;
                        letter-spacing:1px;
                    }

            #newtoolbar .nav-bars .mobile-links-box .mobile-links {
                padding: 0;
                margin: 0;
                list-style: none;
                user-select: none;
                overflow: hidden;
                max-height: 0;
            }

                #newtoolbar .nav-bars .mobile-links-box .mobile-links.expanded {
                    max-height: 999px;
                    transition: max-height 1s linear;
                }

                #newtoolbar .nav-bars .mobile-links-box .mobile-links > li a {
                    padding: 10px 15px;
                    font-size: 14px;
                    display: block;
                    border-bottom: solid 1px #eee;
                }

    #newtoolbar .profile {
        margin-left: auto;
        padding: 9px 0;
        position: relative;
    }

        #newtoolbar .profile img {
            max-height: 40px;
            vertical-align: baseline;
            clip-path: circle(20px at center);
        }

        #newtoolbar .profile i {
            font-size: 26px;
            padding: 9px;
            vertical-align: 10px;
        }

        #newtoolbar .profile .customer-name {
            vertical-align: 14px;
            margin-right: 10px;
            font-size: 12px;
            display: inline-block;
            min-width: 120px;
            text-align: right;
        }

    #newtoolbar .cart {
        font-size: 18px;
        padding: 13px;
        margin-left: 0px;
        position: relative;
        vertical-align: baseline;
        top: -2px;
        cursor: pointer;
    }

    #newtoolbar .cart-count {
        position: absolute;
        font-size: 8px;
        border-radius: 100%;
        background: red;
        color: #fff;
        top: 6px;
        right: 0px;
        width: 18px;
        height: 18px;
        line-height: 20px;
        text-align: center;
    }

    #newtoolbar .links {
        margin-left: auto;
        font-size: 12px
    }

        #newtoolbar .links a {
            text-decoration: none;
        }

        #newtoolbar .links ul {
            list-style: none;
        }

            #newtoolbar .links ul li {
                display: inline-block;
                padding: 20px 5px;
                margin-top: 5px;
            }

                #newtoolbar .links ul li:hover {
                    text-decoration: underline;
                }

    #newtoolbar .header a {
        color: #705d50;
        text-decoration: none;
    }

        #newtoolbar .header a:hover {
            color: #5b8d6d;
        }

    #newtoolbar .div-inline {
        display: inline-block;
    }

    #newtoolbar #profile-menu:not(.dropdown-trigger) {
        position: absolute;
        z-index: 2;
        right: -20px;
        width: 229px;
        margin-top: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    #newtoolbar #profile-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #newtoolbar #profile-menu ul li a, #newtoolbar #profile-menu ul li .sub-menu {
            padding: 10px;
            background: #fcfcfc;
            display: block;
            border-bottom: 1px solid #ccc;
            transition: .3s ease;
            text-decoration: none;
        }

            #newtoolbar #profile-menu ul li a:hover {
                color: #fff;
                background: #5b8d6d;
                transition: .3s ease;
            }

    #newtoolbar #profile-menu > ul > li:nth-child(1) a {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    #newtoolbar #profile-menu > ul > li:nth-last-child(1) a {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border: none;
    }

    #newtoolbar #profile-menu ul > li > ul > li > a {
        padding: 5px 30px;
        border-bottom: 1px solid #ccc !important;
        white-space: nowrap;
    }

    #newtoolbar div#profile-menu i:not(.dropdown-trigger) {
        padding: 8px 9px;
        float: left;
        color: green;
        font-size: 12px;
    }


    /* AFB-2030,sye */

    #newtoolbar #shoppingCartHolder {
        transition: all linear 0.2s;
        width: 300px;
        margin-top: 10px;
        font-size: 16px;
        position: absolute;
        z-index: 2;
        right: -10px;
        top: 36px;
        display: none;
    }

        #newtoolbar #shoppingCartHolder ul {
            list-style: none;
            margin: 0;
            padding: 0;
            border: 1px solid #ccc;
            border-radius: 4px;
            background-color: #fcfcfc;
        }

            #newtoolbar #shoppingCartHolder ul li {
                text-align: center;
            }

                #newtoolbar #shoppingCartHolder ul li.shoppingCartHolder_header {
                    padding: 10px 5px;
                    color: #285063;
                    font-weight: bold;
                    border-bottom: 1px solid #ccc;
                }

                #newtoolbar #shoppingCartHolder ul li.shoppingCartHolder_footer {
                    height: 30px;
                }

                #newtoolbar #shoppingCartHolder ul li input {
                    width: 235px;
                    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: #fff;
                        }
.greyOutItem {
    color: #676767;
    margin-bottom: 20px;
}

select#CanEmailCDFWNews {
    display: none;
}


div#header-mobile {
    display: none;
}

/* TWEAKS Jan 5, 2019 */

.sub-elements-one, .sub-elements-two {display:none;}
.footer-bottom img{width:50px;}
div#newContent > .col-sm-12 {
    padding-bottom: 40px;
}

div#collapsetwo {display: none;}  /* Hide hunter ed section on post login screen */
#collapsefive_body .panel-body .row:nth-last-child(1) {display: none;} /* Hide can email fields on post login screen */
#four_body .panel-body .row:nth-last-child(1) {display: none;} /* Hide can email fields on edit profile screen */
.divRTCustomerProfilePage div:nth-child(7) .panel-body div:nth-child(4) {display: none;} /* Hide can email fields on create profile screen */
/*form#ProfileId #two {display: none;}*/ /* Hide residency question on edit profile */
div#accordionWaterFowl, div#accordionPreferencePoints {display: none;} /* Hide calendar and Pref points from View Hunt Applications */

.login-area .link-box {display: none;} /* Hide find my account on login screen */


.highlights .slogan {
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px #000;
    line-height: 75px;
    margin-top: 60px;
}

.highlights div {
    text-align: center;
}

.login-area .instructions {
    display: none;
}

div#instructions h4 {
    display: none;
}

img[alt="Self Printable"],img[alt="Fulfilled"] {
    display: none;
}

div#shoppingCart_body .panel-body .list-group .list-group-item:nth-child(5) {
    display: none;
}

div [id*="22dac602"] > .panel-heading > h4.panel-title {
    display: none;
}

.\[.btn-group.\] .btn-xs.btn-success {

    padding: 0px;

}

.help-pop {

    visibility: hidden;

}

div#shoppingCart_body > .panel-body > .list-group > .list-group-item:nth-last-child(2) { /* remove shipping from cart */
    display: none;
}

label[for="ShippingMethodID"], select#ShippingMethodID {
    display: none;
}

a.btn.btn-success[href*="ReceiptAndLicenses"] {
    width: 173px;
    padding-left: 5px;
    overflow: hidden;
}


/* HIDE GO ID */
#newContent > .col-sm-12 > .hidden-xs > .panel.panel-success.right-panels > .panel-heading > .row > .col-xs-7 > span:nth-child(2) {  /* On page headers */
    display: none;
}
.content.row.page-body > .col-sm-12 > .hidden-xs > .panel.panel-success.right-panels > .panel-heading > .row > .col-xs-7 > span:nth-child(3) { /* On change password page headers */
    display: none;
}

#newContent > .col-sm-12 > .hidden-xs > .panel.panel-success.right-panels > .panel-heading > .row > .col-xs-7 {  /* On page headers */
    color: transparent;
}
.content.row.page-body > .col-sm-12 > .hidden-xs > .panel.panel-success.right-panels > .panel-heading > .row > .col-xs-7{
	color:transparent;
}

#newContent > .col-sm-12 > .hidden-xs > .panel.panel-success.right-panels > .panel-heading > .row > .col-xs-7 > span:nth-child(1) {  /* On page headers */
    margin-left: -110px;
    color: #285063;
}

.content.row.page-body > .col-sm-12 > .hidden-xs > .panel.panel-success.right-panels > .panel-heading > .row > .col-xs-7 > span:nth-child(1) {
    margin-left: -110px;
    color: #285063;
}

.content.row.page-body > .col-sm-12 > .hidden-xs > .panel.panel-success.right-panels > .panel-heading > .row > .col-xs-7 > span:nth-child(1):before {
    content: 'Name: ';
}

#newContent > .col-sm-12 > .hidden-xs > .panel.panel-success.right-panels > .panel-heading > .row > .col-xs-7 > span:nth-child(1):before {  /* On page headers */
    content: 'Name: ';
}

div#collapseone_body .panel-body .row:nth-child(1) .form-group:nth-child(3) {  /* on Profile Page */
    display: none;
}

.alert.alert-success.hidden-xs .col-sm-6.text-right {  /* on purchase Page */
    display: none;
}

div#shoppingCart_body > .panel-body > .list-group > .list-group-item:nth-child(1) > .row > .col-sm-2 { /* First Customer on Checkout page */
    visibility: hidden;
}

/* HIDE MAP LINKS */

img[src*="/internetsales/Content/Images/areamap.png"] {
    display: none;
}

div#accordionMultiSelection_body .header2 a {
    display: none;
}

/***********************************************************/
/*					    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: 10px;
        margin-left: 0px;
    }

        #newtoolbar .newlogo img {
            max-height: 30px;
        }

    #newtoolbar .header {
        padding-top: 50px;
        padding-bottom: 6px;
        padding-left: 25px;
        padding-right: 25px;
    }

    #newtoolbar .cart {
        padding-bottom: 0px;
    }
}
/* MVC toolbar end*/


.forgot-password {
    text-align: center;
}

    .forgot-password .text-box {
        padding: 10px 0;
        font-size: 16px;
        font-weight: bold;
    }

    .forgot-password .button-box {
        padding: 10px 0;
    }

.forgot-password .password-valid-box ul, .forgot-password .password-valid-box li {
        padding: 0;
        margin: 0;
    }

    .forgot-password .password-valid-box li {
        max-width: 200px;
        display: block;
        margin: 0 auto;
        text-align: left;
    }

        .forgot-password .password-valid-box li input {
            margin-right: 5px;
        }

.button-primary-outline, .button-primary-outline:focus {
    background-color: #fff;
    border: 1px solid #ef9e20;
    color: #ef9e20;
    padding: 5px 16px;
    text-decoration: none;
    display: inline-block;
}

    .button-primary-outline:hover {
        background-color: #ffcc66;
        border: 1px solid #ffcc66;
        text-decoration: none;
        color: #fff;
    }

.button-primary, .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 #f0bf11;
}

.catalog .panel-heading {
    line-height: 2.2em;
    font-weight: bold;
    font-size: 16px;
    padding: 0 32px;
    margin: -1px;
}

    .panel-success .item {
        padding: 8px 16px;
    }

        .panel-success .item.border {
            border: 1px solid #bcbcbc;
            margin: -1px;
        }

        .panel-success .item:first-of-type {
            border-top: none;
            margin-top: 0;
            padding-top: 16px;
        }

        .panel-success .item:last-of-type {
            border-top: none;
            padding-bottom: 16px;
        }

        .panel-success .item [class*="col-"] {
            padding: 3px;
        }

.fa.button {
    font-size: 18px;
    opacity: .5;
    cursor: pointer;
    color: #666;
}

    .fa.button.lg {
        font-size: 22px;
    }

    .fa.button:focus,
    .fa.button:hover {
        opacity: .8;
    }

    .fa.button[disabled] {
        opacity: .2;
        cursor: not-allowed;
    }

.message-list {
    margin: 15px 0 10px;
}

    .message-list p {
        margin: 0;
        line-height: 1;
    }

.spinner {
    white-space: nowrap;
}

    .spinner > * {
        vertical-align: middle;
    }

    .spinner .num {
        border: 1px solid #bcbcbc;
        padding: 3px 8px;
        margin: 0 3px;
        display: inline-block;
        text-align: center;
    }


.catalog {
    max-width: 1366px;
    margin: auto;
    background-color: #f2f2f2;
}

.catalog-items {
    margin: 16px 0;
}

    .catalog-items .panel-heading {
        margin-bottom: 16px;
    }

    .catalog-items > div:not(.items-container) {
        padding: 0 32px;
    }


    .catalog-items .items-container {
        /* padding: 0 16px 16px 0; */
        max-height: 540px;
        overflow-y: auto;
    }

    .catalog-items .catalog-item {
        margin: 16px 0;
        float: left;
    }

.catalog-item .item-content {
    width: 175px;
    height: 230px;
    margin: auto;
    border: 1px solid #aeaeae;
    padding: 1px;
    text-align: center;
    position: relative;
}

    .catalog-item .item-content:hover {
        border: 2px solid #f09e11;
        padding: 0;
    }

/* 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: #f09e11;
    color: #fff;
    font-weight: bold;
}

.catalog-item .item-name {
    margin: 16px 16px;
    line-height: 1.1;
    color: #666;
    overflow: hidden;
    word-wrap: break-word;
}

.catalog-item .item-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.catalog-item .item-vdate {
    color: #6b6b6b;
    line-height: 1;
}

.catalog-item .item-actions {
    margin: 12px 0;
}

.catalog-filter {
    background-color: #fff;
    margin-top: 16px;
    padding-bottom: 16px;
    border: 1px solid #bcbcbc;
}

    .catalog-filter .filter-reset {
        float: right;
        display: block;
        margin: 56px 32px 0 16px;
        color: inherit;
    }

        .catalog-filter .filter-reset:hover {
            color: #66ccff;
        }

    .catalog-filter .filter-group {
        float: left;
    }

    .catalog-filter .filter-item {
        margin: 16px 0 0 32px;
        min-width: 110px;
    }

        .catalog-filter .filter-item.btn-group {
            margin-top: 14px;
        }

        .catalog-filter .filter-item .btn {
            text-transform: none;
            margin-top: 0;
            padding-top: 2px;
            padding-bottom: 2px;
            min-height: inherit;
            width: auto;
        }

    .catalog-modal .modal-content {
        border-radius: 0;
    }

@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: #666;
    }

    .cart-page .cart-summary {
        margin-bottom: 16px;
    }

@media (min-width: 900px) {
    .cart-page .cart-content {
        float: left;
        width: calc(100% - 317px)
    }

    .cart-page .cart-summary {
        float: right;
        width: 300px;
    }
}

.cart-content .spinner {
    margin-top: -3px;
}

@media (max-width:340px) {
    .cart-content .spinner .num {
        padding: 3px;
    }
}

@media (min-width: 500px) and (max-width:899px) {
    .cart-content .spinner .num {
        margin: 0 12px;
        min-width: 35px;
    }
}

@media (min-width: 1000px) and (max-width: 1099px) {
    .cart-content .spinner .num {
        margin: 0 6px;
        min-width: 35px;
    }
}

@media (min-width: 1100px) {
    .cart-content .spinner .num {
        margin: 0 12px;
        min-width: 50px;
    }
}

.cart-content .cart-item-group .header-count {
    font-weight: normal;
    margin-left: 5px;
}

.cart-content .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;
    }
}

label.checkbox:has(> [id*="DeclineEmail"]){
	display:none;
}

.profile-decline-email {
	display:none;
}



