/********** Общее **********/

.sidebar .nav-mobile-menu li:hover > * {
    background: rgba(255, 255, 255, 0.13);
    opacity: 1;
    color: #FFFFFF;
}

.navbar .navbar-nav > li  .btn-group:hover,
.navbar .navbar-nav > li  .btn-group:hover select,
.navbar .navbar-nav > li  .btn-group:hover input {
	border-color: #447DF7;
	color: #447DF7;
}

.nav li * {
    font-size: 14px;
    font-weight: 400;
    /*text-transform: uppercase;*/
    white-space: nowrap;
}



.sidebar .nav-mobile-menu li .btn-group select,
.sidebar .nav-mobile-menu li .btn-group input {
    line-height: 18px;
	margin-top: 4px;
	margin-bottom: 4px;
	/*position: absolute;*/
	width: 130px;
}

/*
.sidebar .nav-mobile-menu li a p {
	position: static;
}
*/

.sidebar .nav-mobile-menu li .caret {
    position: absolute;
    right: 20px;
    top: 18px;
}


.nav li .caret {
	cursor: pointer;
}


/********** Поиск **********/

.lbd-search [class^="fa"]:before {
	cursor: pointer;
}

.lbd-search.active .caret {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.lbd-search input {
	height: 22px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px;
	margin-left: 4px;
}

.lbd-search  input {
	padding: 0 4px 0 4px;
	opacity: 0;
	display: none;
    -webkit-transition:width 300ms ease-in-out;
    -moz-transition:width 300ms ease-in-out;
    -o-transition:width 300ms ease-in-out;
    transition:width 300ms ease-in-out;
}

.sidebar .lbd-search input,
.lbd-search.active input {
	opacity: 1;
	display: inline-block;
    -webkit-transition:width 300ms ease-in-out;
    -moz-transition:width 300ms ease-in-out;
    -o-transition:width 300ms ease-in-out;
    transition:width 300ms ease-in-out;
}

.sidebar .lbd-search  input {
	/*position: absolute;*/
	margin-left: 0;
	color: white;
	background: transparent;
}

.sidebar .lbd-search  input::selection {
	background: white;
}

.sidebar .lbd-search  input::-moz-selection {
	background: white;
}

/**********  **********/

.lbd-select select option {
	color: #000000;
}

.lbd-select select {
	height: 22px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: 0px;
	-moz-appearance: none;
	-webkit-appearance: none;
	line-height: 20px;
}

/**********  **********/
.navbar .lbd-dropdownmenu > p,
.navbar .lbd-dropdownmenu > .caret {
	display: none !important;
}

.sidebar .lbd-dropdownmenu > p,
.sidebar .lbd-dropdownmenu > .caret {
	display: inline-block !important;
}

.sidebar .lbd-dropdownmenu > p {
	line-height: 32px;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	max-height: 30px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background: rgba(255, 255, 255, 0.13);
}

.lbd-daterange p {
	/* display: inline-block; */
	line-height: 32px !important;
	max-height: 30px;
}
