body {
    background-color: #f8f8f8;
}
.btn-info, .btn-info.disabled {
	
    box-shadow: 0 2px 6px #c6a35a;
    background-color: #fdb928;
    border-color: #fdb928; color:#333;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active {
    background-color: #F4DE6B!important;
    color:#333
}
body:not(.sidebar-mini) .sidebar-style-1 .sidebar-menu li.active a {

    border-bottom: 1px solid #fff3;
}

.tasting {
	font-size:16px;
}

.tasting-circle-white {
    width: 0;
    height: 0;
    border: 19px solid #f8f8f8;
    border-top-color: transparent;
    border-radius: 20px;
    margin: -23px;
}

.gl-day.valid {
	box-shadow: none!important;
	background: #fdc74388;
	border:2px solid #fdc743;
}
.gl-day.valid:hover {
	box-shadow: 0 0 10px 3px #fdc743, 0 0 5px 2px #ffffff!important;
	background: #fdc74355;
	border:1px solid #ffffff;
}

.gl-tastings .gl-tasting-link, .gl-day-container.create {

    border-bottom: 1px solid #cccc;
    width: 100%;
}

@media (min-width: 767px) { 
.tasting-unavailable {
    background: url(/img/tasting_completed.jpg) top right 50%;
	background-size:cover;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}

}#appellation-table, #winetypes-table {
    width: 100%;
}

.tasting-circle-white {
    margin: -33px -23px -23px -23px;
}

.tasting-circle-container {
    margin-bottom: 5px;
}

body:not(.sidebar-mini) .sidebar-style-1 .sidebar-menu li.active ul.dropdown-menu li.active a {
    color: #fff!important;
    box-shadow: inset 0 0 3px #0003, inset 0 0 100px #0001;
}

.main-sidebar .sidebar-menu li a:hover {

	background:#fdc74333;
	animation:all 0.2s;
}
.tasting {
    background-image: linear-gradient(#c61b1bee, #c61b1bcc), url(/img/tasting_completed.jpg);
    background-size: cover;
    text-shadow: 1px 1px 0 #0002;
    box-shadow: 0 .125rem .25rem #33333333 !important;
	transition: all 0.1s;
		
}

    .tasting:hover {
        box-shadow: 0 0.25rem 0.5rem #33333333 !important;
		opacity:1;
		transition: all 0.1s;
    }


.tasting-unavailable {
    background-color: #e9e8ed;
    background-image: linear-gradient(#e9e8edee, #e9e8edcc), url(/img/tasting_completed.jpg);
    color: #6f6f6f;
	opacity:0.6;
    box-shadow: 0 .125rem .25rem #e9e8edee !important;
}


.tasting-approved {
    background-color: #ecfa74;
    background-image: linear-gradient(#ecfa74ee, #ecfa74cc), url(/img/tasting_completed.jpg);
    color: #93a212;
}

.tasting-closed {
    background-color: #ecfa74;
    background-image: linear-gradient(#ecfa74ee, #ecfa74cc), url(/img/tasting_completed.jpg);
    color: #93a212;
}

.tasting-ended {
    background-color: #FDC854;
    background-image: linear-gradient(#FDC854ee, #FDC854cc), url(/img/tasting_completed.jpg);
    color: #93a212;
}

.tasting-active {
    background-color: #ecfa74;
    background-image: linear-gradient(#ecfa74ee, #ecfa74cc), url(/img/tasting_completed.jpg);
    color: #93a212;
}


.tasting-waiting {
    background-color: #ffeabf;
    background-image: linear-gradient(#ffeabfee, #ffeabfcc), url(/img/tasting_completed.jpg);
    color: #e79d0b;
}

.tasting-unverified {
}

.tasting-apply {
}

.barrel-icon {
    margin-bottom: -5px;
    min-width: 22px;
    min-height: 20px;
    display: inline-block;
    -webkit-mask: url(/img/barrel.svg) no-repeat 100% 100%;
    mask: url(/img/barrel.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: black;
}

.chartjs-render-monitor {
	background: url(/img/bgstats.png) top left;
}

.btn-my-tastings {
	background: url(/img/btn_tastings.jpg) top right 50%;
}
.btn-create-tasting {
	background: url(/img/btn_createtasting.jpg) top right 50%;
}
.btn-my-reports {
	background: url(/img/btn_reports.jpg) top right 50%;
}
.btn-my-profile {
	background: url(/img/btn_profile.jpg) top right 50%;
}
.btn-my-tastings, .btn-create-tasting, .btn-my-reports, .btn-my-profile  {
	background-size:cover;
	background-color:#fdc743;
    font-size: 19px!important;
	color:#fff!important;
	text-shadow:1px 1px 0 #0008;
	box-shadow:0 0 4px 0px #0001; 
	border:1px solid #fdc743;
	opacity:.7;
	transition: all 0.2s;
}

.btn-my-tastings:hover, .btn-create-tasting:hover, .btn-my-reports:hover, .btn-my-profile:hover {
	color: #fff!important;
	text-shadow:0px 0px 10px 3px #FCE35F!important;
	box-shadow:0 0 10px 3px #fff, 0 0 20px 0 #fdc743;
	boder-color: #fdef64;
	opacity:1;
	transition: all 0.2s;
}


@media (max-width: 767px) {
	.tasting {
	font-size:14px;
}
	.tasting-address {
 		font-size: 12px;}
	
.btn-my-tastings, .btn-create-tasting, .btn-my-reports, .btn-my-profile  {
font-size:15px!important;
	}
	#wineries-table h5 a{
		    font-size: 1.05rem;
	}
	#wineries-table h5 {
    text-align: left;
	}
	
	
	

	
.tablesaw td, .tablesaw th {
    padding: 10px 12px;
    height: 40px !important;
    vertical-align: middle;
}
}


@media (max-width: 1024px) {
/*.tablesaw-enhanced .main-wrapper-1 .section .section-header {
margin-bottom: 0!important;
    bottom: 0;
    z-index: 1000;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 110px;
    box-shadow: 0 0 10px;
    background: #fdc743;
	padding: 8px 8px 21px 38px;
}*/
}

.paging_simple_numbers {
    text-align: right !important;
}

.dtrg-end {
	background-color:#eaa600!important;
}
@media (min-width: 1440px) {
.wavy-header {
    height: 20vw;
}
	
svg {
    height: 18vw;
}
	.header-image {
    margin-top: 10vw;
}
}

.dropdown-menu{
    width:210px !important;
}

.tasting-info {
    display: grid;
    margin-top: -1rem;
    color: #ffff;
    grid-template-columns: 1fr 1fr 1fr 0.75fr;
    grid-template-rows: 0fr 1fr;
    gap: 0;
    grid-template-areas: "tasting-price tasting-address tasting-address tasting-address" "tasting-time tasting-wines tasting-wineries tasting-status-indicator";
}

.tasting-data-title, .tasting-data-time {

    color: #fff6;
}

.tasting-closed .tasting-info {
    color: rgba(0, 0, 0, 0.66);
}

.tasting-closed .tasting-data-title, .tasting-closed .tasting-data-time {
    color: rgba(0, 0, 0, 0.35);
}

.tasting-divide-left {
    padding-right: 1rem 16px;
    border-right: 1px solid #f556;
}

.tasting-data {
    color: darkorange;
    font-weight: bold;
    font-size: 1.3rem;
}