/* Hide Food Pairings Button and Uptown Logo */
/*.button.red:nth-child(3),  {
    display: none!important;
}*/

.rightcol {
    display: none!important;
}

body{
	font-size:10px;
	margin:0px;
	padding:0px;
	font-family: 'Avenir', 'open sans',arial,sans-serif;
	font-weight:normal;
}
a{
	color: white;
}

/*#searchbox{
  padding: 5px 10px;
  display: block;
  float: right;
  width: 220px;
  height: 28px;

}*/

.select-style {
    border: 1px solid #ccc;
    width: 160px;
    height: 28px;
    border-radius: 3px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    background: rgba(255,255,255,0.3) url("https://menus.uptownnetwork.com/select.png") no-repeat 95% 50%;
}

.select-style select {
    padding: 1px 5px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}

/*input#searchbox {
    border-radius: 2px;
    font-family: Avenir;
    border: none;
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.25);
}*/


.sendText{
  display: block;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  height: 20px;
  float: left;
  font-size: 14px;
  z-index: 999;
}

.sendText a{
	text-decoration: none;
}

.navbar-light .sendText a{
  color: rgba(0, 0, 0, 0.7);
}

.navbar-dark .sendText a{
  color: rgba(255, 255, 255, 0.5);
}

/*.sendText{
  display: block;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  height: 20px;
  float: left;
  font-size: 14px;
  z-index: 999;
}

.sendText a{
	text-decoration: none;
	color: #333333;
}*/

.sendText .UNbutton.red{
    background: rgba(255,255,255,0.3);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.searchcol{
  float:right;
	font-size: 14px;
	margin-top:-25px;
	margin-right:15px;
	color: #5a2a2a;
	text-align: left;
}

.fa-share{
  padding-right: 5px;
}

/* navigation bar */
#nav{
  position: fixed;
  top:0;
  left:0;
  right:0;
	margin:0px;
	padding:0px;
	width:100%;
	height: 60px;
	border:0px solid #000000;
	color: white;

	/* nav gradient */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ceabd0+0,c984ce+100 */
background: #4f7fab; /* Old browsers */
background: -moz-linear-gradient(top,  #4f7fab 0%, #3f6b93 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #4f7fab 0%,#3f6b93 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #4f7fab 0%,#3f6b93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f7fab', endColorstr='#3f6b93',GradientType=0 ); /* IE6-9 */


}

.bg-dark2 {
  border: 0px solid #000000;
    background: #dfc287;
    background: -moz-linear-gradient(top, #dfc287 0%, #771519 100%);
    background: -webkit-linear-gradient(top, #dfc287 0%,#771519 100%);
    background: linear-gradient(to bottom, #dfc287 0%,#771519 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f7fab', endColorstr='#3f6b93',GradientType=0 );
}

.dropdown-menu{
  height:200px;
  overflow-y:auto;
}

.UNbutton {
	box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.25);
    padding: 5px 10px;
    display: inline;
    background: #777 url(button.png) repeat-x bottom;
    border: none;
    color: #69181b;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    }
 
.UNbutton:hover {
    background-position: 0 -48px;
    }

.UNbutton:active {
    background-position: 0 top;
    position: relative;
    top: 1px;
    padding: 6px 10px 4px;
    }

 .UNbutton.red {
background: #470c59; /* Old browsers */
background: -moz-linear-gradient(top,  #691a8f 0%, #470c59 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #691a8f 0%,#470c59 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #691a8f 0%,#470c59 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#691a8f', endColorstr='#470c59',GradientType=0 ); /* IE6-9 */



 }

 .logo {
	 height: 50px;
	 padding: 0px;
	 margin: 0px;
 }

 .logo-wrapper {
	display: block;
	height: 50px;
	float: left;
	padding: 0px;
	margin-top: -15px;
	margin-right: 15px;

}

 .address {
	display: block;
	height: 40px;
	font-family: 'open sans',arial,sans-serif;
	color: black;
	font-size: 8pt;
	float: left;
	margin-right: 40px;
	margin-top: -5px;
 }

.leftcol a{
	text-decoration: none;
	color: #333333;
}

.leftcol{
	/*float:left;
	margin-top:20px;
	margin-left: 20px;
	*/
	padding-top: 20px;
  /*padding-left: 10px;*/
  margin-left:80px;

	position: relative;
  /*margin: 0 auto;
  clear: both;
  margin-left: auto;
  margin-right: auto;*/
  width: 300px;
  font-size: 14px;
}

.rightcol a{
	text-decoration: none;
	color: #5a2a2a;
	font-weight: bold;
}

.rightcol{
	float:right;
	font-size: 14px;
	margin-top:2px;
	margin-right:10px;
	color: #5a2a2a;
	text-align: left;
}

.rightcol img{
	vertical-align: middle;
	margin-left: 10px;

}

/* Main Table Settings */
#tablecontent{
  height: calc(100vh - 60px);
  overflow: auto;
  -webkit-overflow-scrolling:touch;
  /*margin-top: 60px;*/
  width:100%;
}

.UptownTable {
	margin: 0px;
	padding:0px;
	width:100%;
	border:0px solid #000000;
}

.UptownTable table{
    /*border-collapse: collapse;*/
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

.UptownTable td{
	vertical-align:middle;
	text-align:left;
	padding:7px;
	font-size:18px;
	font-family: 'Avenir', Arial;
	font-weight:normal;
	/*color:#5a2a2a;*/
}

.UptownTable tr td{
	border-bottom: solid 1px #5a2a2a;
}

/* Table row color definitions */
.UptownTable .bottle, .UptownTable .glass{
	/*display: none;*/
  text-align: center;
	/*display: block;
	text-align: right;
	font-size:24px;
	width: 80px;
	height: 30px;
	float: right*/
}

.UptownTable .title{
	/*float: left;*/
	text-align: center;
	padding: 10px 0px;
}

.UptownTable .title i {
	font-size: 14px;
}


.UptownTable .country{
  color: #dfc287;
  background: #470c59; /* Old browsers */
  background: -moz-linear-gradient(top,  #691a8f 0%, #470c59 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #691a8f 0%,#470c59 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #691a8f 0%,#470c59 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#691a8f', endColorstr='#470c59',GradientType=0 ); /* IE6-9 */


	border:1px solid rgb(154, 154, 154);
	height: 80px;
	text-align:center;
	border-width:0px 0px 1px 0px;
	font-size:24px;
	font-family: 'Avenir', Arial;
	font-weight:lighter;
	/*color:#3f6b93;*/
}

.UptownTable tr.noborder{
	border-bottom: none;
}

.UptownTable #none td{
	/*background-color: #cad3ff;*/
	background-color: #ffffff;
	color: #333333;
	padding-left: 20px;
	/*border-bottom: 1px solid rgba(225, 225, 225, 0.4);*/
	border: 1px solid rgba(225, 225, 225, 0.45);
	cursor: pointer;
}

.UptownTable #red td{
	/*background-color: rgba(80, 45, 44, 0.9);*/
	background-color: #ffffff;
	color: #333333;
	padding-left: 20px;
	/*border-bottom: 1px solid rgba(225, 225, 225, 0.4);*/
	border: 1px solid rgba(225, 225, 225, 0.45);
	cursor: pointer;
}

.UptownTable #white td{
	/*background-color:#c6bc93;*/
	background-color: #ffffff;
	color: #333333;
	padding-left: 20px;
	/*border-bottom: 1px solid rgba(225, 225, 225, 0.4);*/
	border: 1px solid rgba(225, 225, 225, 0.45);
	cursor: pointer;
}

.UptownTable #spark td{
	/*background-color: #cad3ff;*/
	background-color: #ffffff;
	color: #333333;
	padding-left: 20px;
	/*border-bottom: 1px solid rgba(225, 225, 225, 0.4);*/
	border: 1px solid rgba(225, 225, 225, 0.45);
	cursor: pointer;
}

.UptownTable .red td{
	background-color: rgba(80, 45, 44, 0.8);
	color: #e1e1e1;
	border-bottom: 1px solid rgba(225, 225, 225, 0.4);
}

.UptownTable .white td{
	background-color:#c6bc93;
	opacity: 0.9;
}

.UptownTable .spark td{
	background-color: #cad3ff;
	opacity: 0.9;
}



.UptownTable tr #notes{
	margin-top: 15px;
	font-size: 14px;
	color: #333 !important;
}

/*.UptownTable tr td #img-backv{
	display: block;
	background-color: white;
	border: solid black 1px;
	height: 180px;
	width: 120px;
	float: left;
	margin-right: 15px;
}*/

.img-backv img{
	height: 170px;
	width: auto;
	padding: 20px;
	background-color: white;
	margin: 0px 23px 0px 0px;
	border: solid rgba(0, 0, 0, 0.25) 1px;
	float: left;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*.UptownTable tr td #img-backh{
	display: block;
	background-color: white;
	border: solid black 1px;
	height: 110px;
	width: 120px;
	float: left;
	margin-right: 15px;
}*/

.img-backh img{
	height: 100px;
	width: auto;
	background-color: white;
	padding: 20px;
	margin: 0px 23px 0px 0px;
	border: solid black 1px;
	float: left;
}

@media only screen and (max-width: 760px) {
  /*#searchbox{
    width:300px;
    height: 33px;
  }*/

  .select-style{
    background-color: rgba(150, 150, 150, 0.25);
    margin-bottom: 10px;
    width:300px;
    height: 33px;
  }

  .select-style select {
      padding-top: 4px;
  }

  #nav {
    height: 165px;
  }

  #tablecontent{
    height: calc(100vh - 165px);
    /*margin-top: 165px;*/
  }

  .searchcol{
    float:none;
    width:300px;
  	font-size: 14px;
    margin-top:35px;
  	/*margin-right:15px;*/
  	color: #5a2a2a;
  	text-align: left;
    margin-left: auto;
    margin-right: auto;

    /*float:left;
    width:80%;
  	font-size: 14px;
    margin-top:35px;*/
  	/*margin-right:15px;*/
  	/*color: #5a2a2a;
  	text-align: left;*/
  }

}

/*@media only screen and (max-width: 760px) {
  #searchbox{
    padding: 5px 10px;
    display: block;
    float: right;
    width: 140px;
  }

  .select-style{
    float: left;
    padding: 5px 10px;
    width: 140px;
  }

  .select-style select {
      padding: 0px;
  }

}

@media only screen and (max-width: 720px) {
  #searchbox{
    padding: 5px 10px;
    display: block;
    float: right;
    width: 100px;
  }

  .select-style{
    float: left;
    padding: 5px 10px;
    width: 85px;
  }

  .select-style select {
      padding: 0;
  }

  .searchcol{
    float:right;
  	font-size: 14px;
  	margin-top:-25px;
    margin-right:15px;
  	color: #5a2a2a;
  	text-align: left;
  }




}

@media only screen and (max-width: 540px) {
  #searchbox{
    background-color: rgba(150, 150, 150, 0.25);
    width:300px;
    height: 33px;
  }

  .select-style{
    background-color: rgba(150, 150, 150, 0.25);
    margin-bottom: 10px;
    width:300px;
    height: 33px;
  }

  .select-style select {
      padding-top: 0;
  }

  .searchcol{
    float:none;
    width:300px;
  	font-size: 14px;
    margin-top:35px;
  	color: #5a2a2a;
  	text-align: left;
    margin-left: auto;
    margin-right: auto;

   }

}*/

@media only screen and (max-width: 320px) {
  .leftcol{
    padding-top: 23px;
  	font-size: 11px;
  }
}
