.tabs-left, .tabs-right {
  ! border-bottom: none; 
  ! padding-top: 2px; 
}
.tabs-left {
   border-right: 1px solid #ddd; 
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}

.tabs-left > li > a {
  background-color:  #fff;

}

.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: #555555;
    background-color: transparent;
    border: none;
    border-right: 1px solid #ddd;
    cursor: default;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: #555555;
    background-color: #fafafa;
    border: none;
    border-right: 1px solid #ddd;

    cursor: default;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-right: 1px solid #fafafa;
    cursor: default;
}

/* HR */
.checkbox-hr {
	height:0px;
	text-align:left;
	margin-top:0;
	margin-bottom:0;
}

/* Measurments */
.measure-hr {
	height: 0px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 5px;
}

.measurments {
	display:blocK;
    font-size: 13px;
    font-weight: 600;
}

.measure-table {
    display:blocK;
}

.measure-tr1 > th {
	font-size: 13px;
    font-weight: 600;
    text-align: center;
    padding: 15px;
}

.measure-tr2 > td {
	font-size: 13px;
    font-weight: 400;
    text-align: center;
    padding: 15px;
}

.raspberry{
  padding-left: 0px;
}

.raspberry-header {
  padding-bottom: 0.5em;
  margin-top: 2px;
  margin-bottom: 2px;
}

.w95{
  max-width: 95%;
  /* border-bottom: 1px solid #dedede; */
}

.raspberry .form-group{
  margin-left: 0;
}

.checkbox-inline{
  display: inline-block;
}

.checkbox-inline label{
  padding-left: 0;
  margin-right: 10px;
}

.measurements-tbl{
  width: 40%;
}

.measurements-tbl > tbody > tr > td{
  padding-left: 0;
}

.float-center{
  text-align: center;
}

hr.seatrac{
  margin: 10px 0;
  max-width: 90%;
}

.non-gray-disabled[disabled]{
  background-color: #ffffff !important;
}

.map-search{
  top: 11px !important;
  width: 20em;
}

.user-checkbox{
	height: 20px;
	width: 20%;
	margin-top: 10px !important;
}

@media (max-width: 768px) {
	.user-checkbox{
		height: 20px;
		width: 5%;
		margin-top: 10px !important;
	}
}

@media (min-width: 768px) {
	.user-checkbox{
		height: 20px;
		width: 4%;
		margin-top: 10px !important;
	}
}

@media (min-width: 1140px) {
	.user-checkbox{
		height: 20px;
		width: 15%;
		margin-top: 10px !important;
	}
}

.btn2{
	float: right;
    margin:  10px;
    padding: 5px;
    min-width: 7%;
}

.fa2{
	padding: 3px;
}

.out-of-order-indicator{
  display: block;
  margin-top: 5px;
  color: #f5b025;
  text-align: left;
  font-style: italic;
}