
@font-face {
  font-family: 'Gotcha';
  src: url('../fonts/GotchaRegular.otf') format('opentype'),
       url('../fonts/GotchaRegular.woff2') format('woff2'),
       url('fonts/GotchaRegular.woff') format('woff'),
       url('fonts/GotchaRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


.sidebar-nav {
    margin-top: 20px;
    padding: 0;
    list-style: none;
}
/* body { */
  /* background-image: url("../img/background_light.png"); */
/* } */

/* .navbar-toggler-icon { */
/* background-image: url(https://i.stack.imgur.com/mSXoO.png)!important; */
/* } */


.text-responsive {
  font-size: calc(100% + 1vw + 1vh);
}

.navbar-toggler {
  border:0!important;
  padding-bottom: 0!important;
  padding-left: 0!important;
  padding-right:0!important;
}

.navbar-toggler-icon {

    background-repeat:no-repeat;
    #background-size:cover;
    #background-position:center;
    display:inline-block;
    max-height:200px;
	max-width:117px;
	min-width:75px;
	min-height:129px;
}

.nav-profile {

	max-width:117px;
	min-width:75px;


}

.bg{
    background-image:url("/static/img/brewclub_icons_tap_up.png")!important;
}
.new-bg{
    background-image:url("/static/img/brewclub_icons_tap_down.png")!important;
}

.rewards-bg{
    background-image:url("/static/img/brewclub_icons_tap_up.png")!important;
}
.new-rewards-bg{
    background-image:url("/static/img/rewards_icons_tap_down.png")!important;
}

.form-check-input {
    margin-left: 0!important;
	position: static!important;
}


/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #011828;
    background-color: #77c1f9;
    border-color: #64b8f8;
}

.alert-primary hr {
    border-top-color: #4cadf7;
}

.alert-primary .alert-link {
    color: #000000;
}

.badge-primary {
    color: #fff;
    background-color: #0a1d37;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #183e68;
}

.bg-primary {
    background-color: #0a1d37 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #183e68 !important;
}

.border-primary {
    border-color: #0a1d37 !important;
}

.btn-primary {
    color: #fff;
    background-color: #0a1d37;
    border-color: #0a1d37;
}

.btn-primary:hover {
    color: #fff;
    background-color: #05487b;
    border-color: #183e68;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(7, 93, 158, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0a1d37;
    border-color: #0a1d37;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #183e68;
    border-color: #04375e;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(7, 93, 158, 0.5);
}

.btn-outline-primary {
    color: #0a1d37;
    background-color: transparent;
    border-color: #0a1d37;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0a1d37;
    border-color: #0a1d37;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(7, 93, 158, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0a1d37;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a1d37;
    border-color: #0a1d37;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(7, 93, 158, 0.5);
}

.list-group-item-primary {
    color: #011828;
    background-color: #64b8f8;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #011828;
    background-color: #4cadf7;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #011828;
    border-color: #011828;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #64b8f8;
}

.table-hover .table-primary:hover {
    background-color: #4cadf7;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #4cadf7;
}

.text-primary {
    color: #0a1d37 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #183e68 !important;
}


/*------------------------------------
- COLOR orange
------------------------------------*/
.alert-orange {
    color: #8a530a;
    background-color: #fcefde;
    border-color: #fbe6cb;
}

.alert-orange hr {
    border-top-color: #f9dbb3;
}

.alert-orange .alert-link {
    color: #5a3606;
}

.badge-orange {
    color: #212529;
    background-color: #be8c64;
}

.badge-orange[href]:hover, .badge-orange[href]:focus {
    color: #212529;
    background-color: #cc7b0f;
}

.bg-orange {
    background-color: #be8c64 !important;
}

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
    background-color: #7a5a3d !important;
}

.border-orange {
    border-color: #be8c64 !important;
}

.btn-orange {
    color: #212529;
    background-color: #be8c64;
    border-color: #be8c64;
}

.btn-orange:hover {
    color: #7a5a3d;
    background-color: #7a5a3d;
    border-color: #7a5a3d;
}

.btn-orange:focus, .btn-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 150, 33, 0.5);
}

.btn-orange.disabled, .btn-orange:disabled {
    color: #212529;
    background-color: #C17100;
    border-color: #C17100;
}

.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
    color: #212529;
    background-color: #cc7b0f;
    border-color: #be720e;
}

.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 150, 33, 0.5);
}

.btn-outline-orange {
    color: #C17100;
    background-color: transparent;
    border-color: #C17100;
}

.btn-outline-orange:hover {
    color: #212529;
    background-color: #C17100;
    border-color: #C17100;
}

.btn-outline-orange:focus, .btn-outline-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 150, 33, 0.5);
}

.btn-outline-orange.disabled, .btn-outline-orange:disabled {
    color: #C17100;
    background-color: transparent;
}

.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-orange.dropdown-toggle {
    color: #212529;
    background-color: #C17100;
    border-color: #C17100;
}

.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 150, 33, 0.5);
}

.list-group-item-orange {
    color: #8a530a;
    background-color: #fbe6cb;
}

.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
    color: #8a530a;
    background-color: #f9dbb3;
}

.list-group-item-orange.list-group-item-action.active {
    color: #212529;
    background-color: #8a530a;
    border-color: #8a530a;
}

.table-orange,
.table-orange > th,
.table-orange > td {
    background-color: #fbe6cb;
}

.table-hover .table-orange:hover {
    background-color: #f9dbb3;
}

.table-hover .table-orange:hover > td,
.table-hover .table-orange:hover > th {
    background-color: #f9dbb3;
}

.text-orange {
    color: #C17100 !important;
}

a.text-orange:hover, a.text-orange:focus {
    color: #cc7b0f !important;
}

