div.bo-content {
    position: relative;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 10px;
}

div.bo-content p.pull-left {
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    margin-left:10px;
}

.btn-bo{
  width: 100px;
}


.bo-group {
  padding-left: 0;
  margin-bottom: 10px;
}

.bo-group-item {
  position: relative;
  display: block;
  padding: 0px 0px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.bo-group-item:first-child {
  padding: 10px 15px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.bo-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.bo-group-item > .badge {
  float: right;
}

.bo-group-item > .badge + .badge {
  margin-right: 5px;
}

a.bo-group-item {
  color: #555555;
}

a.bo-group-item .bo-group-item-heading {
  color: #333333;
}

a.bo-group-item:hover,
a.bo-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

a.bo-group-item.active,
a.bo-group-item.active:hover,
a.bo-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

a.bo-group-item.active .bo-group-item-heading,
a.bo-group-item.active:hover .bo-group-item-heading,
a.bo-group-item.active:focus .bo-group-item-heading {
  color: inherit;
}

a.bo-group-item.active .bo-group-item-text,
a.bo-group-item.active:hover .bo-group-item-text,
a.bo-group-item.active:focus .bo-group-item-text {
  color: #e1edf7;
}

.bo-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.bo-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}



.ui-slider-horizontal {
    height: 8px;
    background: #D7D7D7;
    border: 1px solid #BABABA;
    box-shadow: 0 1px 0 #FFF, 0 1px 0 #CFCFCF inset;
    clear: both;
    margin: 8px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 8px;
    font-size: .7em;
    display: block;
    border: 1px solid #5BA8E1;
    box-shadow: 0 1px 0 #AAD6F6 inset;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background: #81B8F3;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #A0D4F5), color-stop(100%, #81B8F3));
    background-image: -webkit-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: -moz-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: -o-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: linear-gradient(top, #A0D4F5, #81B8F3);
}
.ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: #F9FBFA;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #C7CED6), color-stop(100%, #F9FBFA));
    background-image: -webkit-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -moz-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -o-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: linear-gradient(top, #C7CED6, #F9FBFA);
    width: 22px;
    height: 22px;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 15px;
    cursor: default;
    border: none;
    cursor: pointer;
}
.ui-slider .ui-slider-handle:after {
    content:"";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 60%;
    margin-top: -4px;
    left: 60%;
    margin-left: -4px;
    background: #30A2D2;
    -webkit-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
    -moz-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 white;
    box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.5em;
    margin-left: -.6em;
}
.ui-slider a:focus {
    outline:none;
}




.size10 {
  font-size: 10px;
}
.size12 {
  font-size: 12px;
}
.size14 {
  font-size: 14px;
}

.text_height10 {
  font-size: 10px;
  height: 18px;
}

.highlight{
  color: #9e0c22;
  background-color: #dadada;
}

.btn_hei_10 {
  font-size: 10px;
  padding: 0px 5px;
}


.row-pad{
  padding:5px;
}

.fixed_hei_150{
  height: 150px;
}
.fixed_hei_150{
  height: 150px;
}
.fixed_hei_220{
  height: 220px;
}
.fixed_hei_320{
  height: 320px;
}

.scrollable_150 {
  height: 112px;
  overflow: auto;
}
.scrollable_220 {
  height: 182px;
  overflow: auto;
}
.scrollable_320 {
  height: 282px;
  overflow: auto;
}

.fill {
    min-height: 100%;
    height: 100%;
}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}


.padding-2 {
    padding-left: 2px;
    padding-right: 2px;
}



.ui-dialog_xxxx { z-index: 900000 !important ;}

.input-xs {
  height: 20px;
  padding: 1px 3px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-xs {
  height: 20px;
  line-height: 20px;
}
textarea.input-xs {
  height: auto;
}
.input-group-addon.input-xs {
  padding: 1px 3px;
  font-size: 10px;
  border-radius: 2px;
}
.noclose .ui-dialog-titlebar-close
{
    display:none;
}


.HBox {
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  width: 2.083333333333332%;
  border:1px #c9c9c9 solid;
}

.LblHBox {
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  width: 4.166666666666665%;
  border-top:1px #c9c9c9 solid;
  border-right:1px #c9c9c9 dotted;
  border-left:1px #c9c9c9 dotted;
  text-align:center;
}

@media only screen and (max-width: 800px) {

	/* Force table to not be like tables anymore */
	#no-more-tables table,
	#no-more-tables thead,
	#no-more-tables tbody,
	#no-more-tables th,
	#no-more-tables td,
	#no-more-tables tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#no-more-tables tr { border: 1px solid #ccc; }

	#no-more-tables td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align:left;
	}

	#no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}

.infosquare {
    float:left;
    width: 7.5%;
    border:1px black solid;
    margin-left: 3px;
}

.infogreen {
  background-color: #88f279;
}

.infored {
  background-color: #fca287;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #faff35;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}
.footer p{padding:50px 0;font-size: 11px;}


.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }

