.brand {
	background: #FDC50E;
}
/*
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active,
	.btn-primary.active, .btn-primary.focus, .btn-primary:active,
	.btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary
	{
	background: #FDC50E !important;
	border-color: #FDC50E !important;
}*/
.required:after {
	content: " *";
	color: red;
}

.form-control {
	color: black;
}

.breadcrumb {
	float: left !important;
	margin: 0 !important;
	line-height: 60px !important;
	padding: 0px 15px !important;
	position: relative !important;
}

.tab_link:hover {
	/*color:blue !important;*/
	text-decoration: underline !important;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus,
	.pagination>li>span:focus, .pagination>li.active>a, .pagination>li.active>a:hover
	{
	background-color: #FC9E07;
	border-color: #FC9E07;
}

.pagination>li.points>a {
	color: #32323a;
	background-color: #EFF2F7;
	border-color: #EFF2F7;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover,
	.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
	{
	background-color: #FC9E07;
	border-color: #FC9E07;
}

table thead th.sorting {
	background: url('../images/sort_both.png') no-repeat center right;
}

table thead th.sorting_asc {
	background: url('../images/sort_asc.png') no-repeat center right;
}

table thead th.sorting_desc {
	background: url('../images/sort_desc.png') no-repeat center right;
}

table thead th.sorting, table thead th.sorting_asc, table thead th.sorting_desc
	{
	cursor: pointer;
}

.fixedbutton {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 100;
}

.todo-float-1 {
	background: #FC9E07;
	color: #fff;
}

.todo-float-2 {
	background: #FC9E07;
	color: #fff;
	padding: 6px 4px;
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

.btn-circle {
	width: 50px;
	height: 50px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 25px;
}

.alert-warning {
	color: #E08E00;
}

/*****

since ubold

*****/
.topbar-left {
	background: #FFFFFF;
}

.footer {
	padding: 5px 30px;
}

#sidebar-menu>ul>li>a.active {
	border-left: 3px solid #FDC50E;
	color: #FDC50E !important;
}

#sidebar-menu>ul>li>a:hover {
	color: #FDC50E;
}

.button-menu-mobile:hover {
	color: #FDC50E;
}

#sidebar-menu ul ul li.active a {
	color: #FDC50E;
}

#sidebar-menu .subdrop {
	color: #FDC50E !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu a.subdrop {
	color: #FDC50E !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li.active a {
	color: #FDC50E !important;
}

.btn-inverse {
	background-color: #6b7079 !important;
	border-color: #6b7079 !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover,
	.tabs-vertical>li.active>a, .tabs-vertical>li.active>a:focus,
	.tabs-vertical>li.active>a:hover {
	color: #FC9E07 !important;
	cursor: pointer;
}

.nav.nav-tabs>li>a:hover, .nav.tabs-vertical>li>a:hover {
	color: #FC9E07 !important;
}
/*****

stat bar

*****/
.bar-stats {
	height: 160px;
	margin-top: 20px;
	border-bottom: #aec785 2px solid;
	position: relative;
}

.progress-stat-bar {
	padding-left: 10px;
}

.progress-stat-bar li {
	height: 158px;
	width: 20px;
	background: #f1f1f1;
	position: relative;
	margin-right: 5px;
	float: left;
	list-style: none;
}

.progress-stat-percent {
	background: #aec785;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.bar-legend {
	position: absolute;
	top: 0px;
	right: 0px;
	padding-left: 0;
}

.bar-legend li {
	font-size: 11px;
	margin-bottom: 5px;
	list-style: none;
}

.bar-legend-pointer {
	height: 10px;
	width: 10px;
	display: inline-block;
	position: relative;
	top: 1px;
	margin-right: 5px;
}

.bar-legend-pointer.green {
	background: #AEC785;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li > a span.pull-right {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span {
    padding-left: 5px; 
}

.select2-results__option{
	min-height: 32px !important;
}