﻿.tbllk {
    padding: 5px;
    border: solid 1px #aaa;
}
.tbclr {
    border:none;
    max-width:500px;
    width:100%;
}
.tbsml {
    width:50px;
}
.brdbtm {
    border-bottom: solid 1px;
}
.brdlft {
    border-left: solid 1px;
}
.mrgtp {
    margin-top: 10px;
}
.arr_r,.arr_t {
	position: relative;
	background: #222;
	border: 1px solid #222222;
}
.arr_r:after, .arr_r:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arr_r:after {
	border-color: rgba(34, 34, 34, 0);
	border-left-color: #222;
	border-width: 6px;
	margin-top: -6px;
}
.arr_r:before {
	border-color: rgba(34, 34, 34, 0);
	border-left-color: #222222;
	border-width: 7px;
	margin-top: -7px;
}

/*.arr_t {
	position: relative;
	background: #222;
	border: 1px solid #222222;
}*/
.arr_t:after, .arr_t:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arr_t:after {
	border-color: rgba(34, 34, 34, 0);
	border-bottom-color: #222;
	border-width: 6px;
	margin-left: -6px;
}
.arr_t:before {
	border-color: rgba(34, 34, 34, 0);
	border-bottom-color: #222222;
	border-width: 7px;
	margin-left: -7px;
}
.wdtsml {
    width:1px;
}
.vert { 
  position: relative;
  min-height: 160px;
  padding-left: 40px;
}
.vert .panel-heading {
  transition: all 1s ease-out;
  position: absolute; 
  right: 100%;
  transform-origin: top right 0;
  transform: rotate( -90deg );
  white-space: nowrap;
  transition: all 1s ease-out;
  text-transform:uppercase;
}
.vert.gradient .panel-heading { background: none; border: none; }
.vert.gradient.panel-primary { background: #337ab7 ;
    /*background: linear-gradient(to right, #337ab7 0%, #337ab7 40px, #fff 40px);*/
}
.upr {
    text-transform:uppercase;
}
.no-mrg {
    margin: 0 0 0 0 !important;
}
.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    max-width: 500px;
}
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
    height: 100px;
}