body{
	background-color: #fff;
	width: 100%;
	/*overflow: hidden;*/
}
.navbar-cb{
	/*background: url(../imgs/btm-shdw-blk.png) bottom center repeat-x #fff;*/
	background: #fff;
	border: none;
	border-bottom: 1px solid #ed8b00;
	/*box-shadow: 0 0 5px #ccc;*/
	border-radius: 0 0 0 0;
	/*margin: -10px -10px -10px 0;
	padding-top: 10px;*/
	margin-bottom: 0;	
}
.navbar-cb.navbar{
	min-height: 40px;
}
.navbar-cb.has-search{
	background: #f9f9f9;
	box-shadow: 0 0 5px #ccc;
}
.navbar-cb a,
.navbar-cb .navbar-text{
	color: #333;
	font-size: 12px;	
}
.dropdown-menu > li > a{
	padding: 5px 20px;
}
.navbar-cb .nav > li > a{
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-cb .nav > li > .navbar-text{
	padding-top: 12px;
	padding-bottom: 11px;
	margin: 0 30px 0 15px;
}
.navbar-cb .nav > li.active > a,
.navbar-cb .nav > li > a:hover,
.navbar-cb .nav > li > a:focus{
	/*background: none;*/
	color: #fff;/*#23527c;*/
	background-color: #31708f;/*#003a70;*/
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-cb .navbar-brand{
	padding: 6px 15px 3px 15px;
	height: 40px;
}
#sg-admin-app{
	background-color: #f2f2f2;
}
.navbar-brand{
	padding: 10px 15px 15px 15px;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover{
	background-color: #337ab7;
}
.navbar-sg {
	border-bottom: 1px solid #222;
}
.sg-side{
	position: fixed;
	width: 16.6667%;
	left: 0px;
}
.sg-side-nav{
	margin: 0;
	padding: 0;
}
.sg-side-nav > li{
	list-style-type: none;	
}
.sg-side-nav > li > a{
	padding: 10px 15px;
	display: block;
	color: #9d9d9d;
}
.sg-side-nav > .active > a,
.sg-side-nav > .active > a:focus,
.sg-side-nav > .active > a:hover,
.sg-side-nav > li > a:focus,
.sg-side-nav > li > a:hover{
	background-color: #337ab7;
	color: #fff;
	text-decoration: none;
}
.nav-side-icon{
	margin-right: 5px;
}
.list-group-header-primary{
	background-color: #337ab7;
	border-color: #337ab7;
	color: #fff;
}
.list-group-header-primary .glyphicon{
	color: #333;
}
.list-group-header-primary .form-control-feedback{
	/*right: 15px;*/
}
.list-group-header-extra-padding{
	padding: 15px 15px;
}
.list-group-label-padding{
	padding: 5px 0;
}
.c-move{
	cursor: move;
}
.app-list-item-delete{
	color: #a94442;
	opacity: 1;
	filter: alpha(opacity = 100);
}
.sub-nav-element{
	padding-left: 50px;
	background: url("../../imgs/admin/tree-branch.png") 22px 7px no-repeat transparent;
}
.sg-dtr-bck-btn{
	padding: 12px 15px;
	margin: -12px 15px -12px -15px;
	border-right: 1px solid #ddd;
	color: #bdbdbd;
	text-shadow: 0 0 #fff;
}
.fixed-search-bar{
	/*position: relative;/*fixed;*/
	margin-top: 41px;
	width: 100%;
	background-color: #fff;
	z-index: 1029;
}
.search-bar.collapsed{
	min-height: 110px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #ccc;
}
.cb-rgns .radio-inline+.radio-inline{
	margin-left: 30px;
}
#search-bar-affix{
	/*z-index: 1031;*/
}
.sb-fixed{
	top : -2px;
	z-index : 1041;
}
.search-bar .form-control:focus{
	border-color: #ccc;
    box-shadow: none;
    outline: 0 none;
}
.tip-label{
	position: relative;
	top: -1px;
}
.label-float{
	float: left;
	margin-top: 2px;
	padding: 0.4em 0.6em 0.4em;
}
.option-list{
	padding: 0;
	margin-left: 63px;
}
.option-list li{
	margin-bottom: 3px;
	color: #777;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: 0.4em 0.6em 0.4em;
    vertical-align: baseline;
    white-space: nowrap;
    list-style-type: none;
}
.virtual-sbmt{
	position: absolute;
	left: -99999px;
	height: 0;
	width: 0;
}
.suggestions-box{
	position: absolute;
	border: 1px solid #ccc;
	border-top: none;
	background: #fff;
	box-shadow: 0 1px 2px #ccc;
	z-index: 1032;
}
.suggestions-box ul{
	margin-bottom: 0;
	padding-left: 0;
}
.suggestions-box ul li{
	list-style-type: none;
	padding: 6px 12px;
}
.suggestions-box ul li.active,
.suggestions-box ul li.active small.text-muted{
	background-color: #5bc0de;
	color: #fff;
}

.search-results{
	/*position: relative;
	top: 320px;*/
	background-color: #f9f9f9;
	overflow: hidden;
	font-size: 12px;
}
.search-results.collapsed{
	/*top: 161px;*/
}
.loading-bar{
	width: 100%;	
	height: 3px;
	margin-top: -3px;
}
.loading-bar.lb-fixed{
	position: fixed;
	top: 41px;
	left: 0;
	z-index: 1032;
}
.loading-bar .loading-progress{
	width: 0;
	height: 3px;
	background-color: #ed8b00;
	overflow: visible !important;
}
.loading-bar.lb-fixed .loading-progress{
	background-color: #003a70;	
}
.content-wrapper{
	/*overflow-y: scroll;*/
	border-left: 1px solid #ccc;
	/*background-color: #f2f2f2;*/
	background-color: #f0f0f0;
	/*box-shadow: 0 0 2px #afafaf;*/
}
#affix-side-col.affix{
	z-index: 1;
}
#navbar-results{
	position: relative;
	margin-top: 15px;
	z-index: 2;
}
#navbar-results li{
	border: 1px solid transparent;
}
#navbar-results li a{
	padding: 13px 0 13px 10px;
	color: #333;
}
#navbar-results li.active,
#navbar-results li:hover{
	/*position: relative;*/
	margin-right: -16px;
	padding-right: 16px;
	border: 1px solid #ccc;
	/*border-right: 1px solid #f2f2f2;*/
	border-right: 1px solid #f0f0f0;
	/*background-color: #f2f2f2;*/
	background-color: #f0f0f0;
	-webkit-border-radius: 4px 0 0 4px;
	   -moz-border-radius: 4px 0 0 4px;
			border-radius: 4px 0 0 4px;
	/*box-shadow: -1px 0 2px #afafaf;*/
	color: #31708f;
	z-index: 2;
}
#navbar-results li.active a{
	color: #666;/*#31708f;*/
}
#navbar-results li a:hover{
	background-color: #f2f2f2;
	-webkit-border-radius: 4px 0 0 4px;
	   -moz-border-radius: 4px 0 0 4px;
			border-radius: 4px 0 0 4px;
	color: #666;/*#31708f;*/
}
li.navbar-results-label,
.navbar-results-label,
li.navbar-results-label:hover,
#navbar-results  li.navbar-results-label:hover{
	margin: 3px -16px 3px 0;
	background-color: #31708f;
	padding: 10px 16px 10px 10px;
	color: #fff;
	border: 1px solid #31708f;
	-webkit-border-radius: 4px 0 0 4px;
	   -moz-border-radius: 4px 0 0 4px;
			border-radius: 4px 0 0 4px;
}
.badge.bg-warning{
	background-color: #f0ad4e;
}
.badge.bg-danger{
	background-color: #a94442;
}
.content-wrapper .table{
	/*border-left: 1px solid #ccc;*/
	/*border-top: 2px solid #31708f;*/

}
.content-wrapper .panel tbody tr:hover td,
.content-wrapper .panel tbody tr:hover th,
.content-wrapper .panel tbody tr:hover [class^="bg-"],
.content-wrapper .panel tbody tr:hover a{
	background-color: #31708f;
	color: #fff;
}
.content-wrapper .panel tbody tr:hover .text-danger,
.content-wrapper .panel tbody tr:hover .text-success{
	/*-webkit-text-shadow: 0 1px 0 #fff;
	   -moz-text-shadow: 0 1px 0 #fff;
			text-shadow: 0 1px 0 #fff;*/
			font-weight: bold;
}
.content-wrapper .panel tbody tr:hover .text-danger{
	color: #fdb1c0;
}
.content-wrapper .panel tbody tr:hover .text-success{
	color: #a1d88b;
}

.content-wrapper .table > thead > tr > th {
	/*border-bottom: 1px solid #31708f;/*#ed8b00;*/
}
.results-set-wrapper{
	/*border-top: 1px solid #ddd;*/
	/*border-bottom: 1px solid #ddd;*/
}
.results-set-wrapper+.results-set-wrapper{
	/*margin-top: 35px;*/
	margin-top: 55px;
}
.search-results .panel-default{
	border-color: #bbb;
}
.content-wrapper .panel {
	margin-bottom: 30px;
}
.content-wrapper .panel-heading{
	border-bottom: 1px solid #ed8b00;
	padding: 18px 15px;
	/*text-shadow: 0 1px 0 #fff;*/
	/*background-color: #f9f9f9;*/
}
.content-wrapper .panel-heading h4{
	font-size: 16px;
	/*font-weight: 700;*/
	/*color: #555;*/
	/*color: #31708f;*/
}
.panel-heading.bg-white{
	background-color: #f9f9f9;
}
#cb-search .form-control-feedback{
	width: 20px;
	height: 20px;
	top: 29px; /* 30px; */
	right: 5px;
	/* background-color: #dedede; */
	color: #cfcfcf; /* #fff; */
/*	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
			border-radius: 20px;
*/	line-height: 22px;
	font-size: 14px; /* 24px; */
	/*text-shadow: 0 -1px #cdcdcd;*/
	cursor: pointer;
	pointer-events: all;
}
.results-set-wrapper table,
.results-set-wrapper p{
	color: #555;
}
.results-set-wrapper p{
	/*font-size: 14px;*/
	/*border-left: 1px solid #ccc;*/
}
.results-set-wrapper>p.bg-muted{
	border-bottom: 1px solid #b3b3b3;
}
.score-holder{
	cursor: help;
}
.score-holder:hover .score-description{
	display: block;
}
.score-description{
	background-color: #fff;
	border: 1px solid #ddd;	
	border-top: none;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    left: 0;
    position: absolute;
    top: 35px;
    z-index: 99;
}
.score-description,
.score-description table{
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
    		border-radius: 4px;
}
.score-description table{
	margin-bottom: 0;
}
.charts-panel{
	position: relative;	
}
.chart-loader{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	z-index: 15;
}
.charts-panel .carousel .carousel-control{
	width: 45px;
	background-image: none;
	color: #ed8b00;
}
.charts-panel .carousel .carousel-indicators{
	/*text-align: right;
	right: 10px;
	left: inherit;*/
	bottom: -6px;
}
.charts-panel .carousel .carousel-inner{
	padding-bottom: 20px;	
}
.charts-panel .carousel .carousel-indicators li{
	border-color: #555;
}
/*.charts-panel .carousel .item{
	padding-bottom: 20px;
}*/
.sg-panel{
	margin-bottom: 20px;
}
.sg-panel .panel-heading{
	float: left;
	-webkit-border-radius: 4px 4px 0 0;
	   -moz-border-radius: 4px 4px 0 0;
			border-radius: 4px 4px 0 0;
	border: 1px solid #bbb;
	border-bottom: 1px solid #ed8b00;
	position: relative;
	z-index: 2;
}
.sg-panel .panel-body{
	clear: both;
	position: relative;
	top: -1px;
	-webkit-border-radius: 0 4px 4px 4px;
	   -moz-border-radius: 0 4px 4px 4px;
			border-radius: 0 4px 4px 4px;
	border: 1px solid #bbb;
	border-bottom: 1px solid #aaa;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	z-index: 1;
}
table.table-plain th,
table.table-plain td{
	padding: 3px 5px;
}
.report-nav-fixed{
	width: 100%;
	top: 41px;
	/*left: 0px;*/
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	z-index : 1029;
}
#report-navbar-affix{
	background-color: #2d6783;
}
#report-navbar-affix a{
	color: #fff;
}
#report-navbar-affix a:hover {
	color: #f0ad4e;/*#04202e*/
}
.navbar.report-nav-fixed{
	border: none;
	border-bottom: 1px solid #ccc;
}
/*------ date picker -------*/
.ui-datepicker-header.ui-widget-header{
	background: #31708f;
	border: 1px solid #214d62;
}
.ui-widget, .ui-widget input, .ui-widget select,
.ui-widget textarea, .ui-widget button{
	font-family: Arial, sans-serif;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next{
	top: 3px;
	border: none;
}
.ui-datepicker .ui-datepicker-prev{
	left: 4px;	
}
.ui-datepicker .ui-datepicker-next{
	right: 4px;
}
.ui-datepicker-prev.ui-state-hover,
.ui-datepicker-next.ui-state-hover{
	background: #bac9d1;
	/*border: 1px solid #a5a5a5;*/
}
.ui-datepicker-prev.ui-state-hover .ui-icon,
.ui-datepicker-next.ui-state-hover .ui-icon{
	background-image: url("/imgs/ui-icons_ffffff_256x240.png");
	/*margin-left: -7px;
	margin-top: -7px;*/
}
.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default{
	color: #5c5b5a;
	font-weight: normal;
}
.ui-datepicker-calendar .ui-state-hover,
.ui-datepicker-calendar .ui-widget-content .ui-datepicker-calendar .ui-state-hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-hover,
.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight{
	background: #bac9d1;
	border: 1px solid #31708f;
}
.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight,
.ui-datepicker-close, .ui-datepicker-current{
	color: #31708f;
}
.ui-datepicker-current.ui-state-default,
.ui-datepicker-close.ui-state-default{
	border: 1px solid #31708f;
	color: #31708f;
}
.ui-datepicker-current.ui-state-hover,
.ui-datepicker-close.ui-state-hover{
	background: #bac9d1;
}
.ui-datepicker-title select{
	font-weight: normal;
	color: #333;
}
.ui-datepicker-title select option{
	z-index: 9999;
}
.datepicker {z-index: 1151 !important;}
/*--- end of date picker ---*/
.footer{
	width: 100%;
	border-top: 1px solid #ed8b00;
	padding: 10px 0 0 0;
	background-color: #fff;
	overflow: hidden;
}
.footer-afix{	
	position: absolute;
	bottom: 0;
}
.footer-nav {
	margin: 0;
	padding: 0;
}
.footer-nav li{
	display: inline;
	list-style-type: none;
}
.btn {
  display: inline-block;
  *display: inline;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}
/*.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}*/
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #337ab7;/*#006dcc;*/
	*background-color: #286090;/*#0044cc;*/
	background-image: -moz-linear-gradient(top, #0088cc, #286090);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#286090));
	background-image: -webkit-linear-gradient(top, #0088cc, #286090);
	background-image: -o-linear-gradient(top, #0088cc, #286090);
	background-image: linear-gradient(to bottom, #0088cc, #286090);
	background-repeat: repeat-x;
	border-color: #286090 #286090 #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  	background-color: #286090;/*#0044cc;*/
  	*background-color: #003bb3;
  	color: #fff;
}
.btn-warning{
	background-color: #faa732;
    background-image: -webkit-linear-gradient(to bottom, #fbb450, #f89406);
    background-image: -o-linear-gradient(to bottom, #fbb450, #f89406);
    background-image: -moz-linear-gradient(to bottom, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    background-color: #f89406;
  	*background-color: #df8505;
    color: #fff;
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	*background-color: #bd362f;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  	color: #ffffff;
  	background-color: #bd362f;
  	*background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  	background-color: #942a25 \9;
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	*background-color: #51a351;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  	color: #ffffff;
  	background-color: #51a351;
  	*background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  	background-color: #408140 \9;
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #49afcd;
	*background-color: #2f96b4;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  	color: #ffffff;
  	background-color: #2f96b4;
  	*background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  	background-color: #24748c \9;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	*background-color: #222222;
	background-image: -moz-linear-gradient(top, #444444, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
	background-image: -webkit-linear-gradient(top, #444444, #222222);
	background-image: -o-linear-gradient(top, #444444, #222222);
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	color: #ffffff;
	background-color: #222222;
	*background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
 	background-color: #080808 \9;
}
.nav-tabs.rhs-tab {
	border-bottom: none;
	border-right: 1px solid #ddd;
}
.nav-tabs.rhs-tab > li {
	display: block;
	float: none;
	margin-bottom: 2px;
	margin-right: -3px;
}
.nav-tabs.rhs-tab > li > a{
	border-radius: 4px 0 0 4px;
}
.nav-tabs.rhs-tab > li.active > a,
.nav-tabs.rhs-tab > li.active > a:focus,
.nav-tabs.rhs-tab > li.active > a:hover {
	border: 1px solid #ddd;
    border-right-color: transparent;
}
.nav-tabs.rhs-tab > li > a:hover {
	border-bottom-color: transparent;
    /*border-right-color: #ddd;*/
}
@media(min-width: 769px){
	#ddrsssvrfctn-rslts .panel-body{
		height: 265px;
		overflow: hidden;
	}
}
@media(max-width: 768px){
	.sb-fixed{
		z-index: 1;
	}
	.affix{
		position: relative;
	}
}