/* Global Search */
#search_results { top:120px; display:none; height:auto !important; }
#search_results .result { background-color:#ecf0f1; display:block; border-bottom:#bdc3c7 1px solid; min-height:60px; }
#search_results .btn-group { padding:20px 20px 0 20px; }
#search_results p { margin-bottom:0; }
#search_results a.client { display:inline-block; line-height:60px; padding:0 0 0 20px; }
#search_results .result:hover { background-color:#bdc3c7; }
#search_results .result:hover a { text-decoration:none; }

body, p { font-weight: 500 !important; }

.loading { background:url(../img/loader-big.gif) #fff center center no-repeat; min-height:200px; margin-bottom:20px; }

.nav-main-submenu { padding-left: 1.25rem !important; }

.dropdown-menu { z-index: 9999 !Important; }

.pagination .page-item .page-link { background-color: #cdced0 !important; border-color: #cdced0 !important; }

.nav-tabs-block { background-color:#eaeaea !important; }

.ellipsis { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.fc-event { font-size:12px !important; line-height: 1.3; }

@media print {
	body { color:#000; font-size: 16px !important; }
	small { font-size:12px !important; }
	p { font-size: 16px !important; }
	ol.breadcrumb {display:none;}
	a {text-decoration:none!important;}
	a.editable-click {border-bottom:none!important;}
}