.text-primary {
	color: #008ECB;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.d-inline-block {
    display: inline-block;
}

.align-middle {
    vertical-align: middle !important;
}

.bg-light {
    background-color: #F1F1F1;
}

.badge {
    padding: 4px 6px;
    border-radius: 2px;
}

.badge-default {
    background-color: #323f41;
    color: #ffffff !important;
}

.badge-primary {
    background-color: #008ECB !important;
    color: #FFFFFF !important;
}

.badge-success {
    background-color: #49c32c;
    color: #ffffff !important;
}

.badge-info {
    background-color: #439fdb;
    color: #ffffff !important;
}

.badge-warning {
    background-color: #eabf38;
    color: #ffffff !important;
}

.badge-danger {
    background-color: #f55c5d;
    color: #ffffff !important;
}

.badge-light {
    background-color: #000000 !important;
    color: #FFFFFF !important;
}

.btn-light,
.btn-light:hover,
.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-light {
	background-color: #FFFFFF !important;
    color: #008ECB !important;
}

.btn .badge {
    top: 0px !important;
}

.btn.focus, .btn:focus, .btn.active, .btn:active, .btn:hover {
    box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
    background-color: #0982B9 !important;
	border-color: #0982B9 !important;
}

.btn:active, .btn.active {
    box-shadow: none !important;
}

.btn i {
    font-size: inherit;
}

.btn.text-left {
	text-align: left;
}

label.btn.active {
	border-left: solid 5px #000000 !important;
}

label.btn i.clear {
	display: none !important;
}

label.btn.active i.clear {
	display: inline-block !important;
    margin-left: 10px;
}

label.btn i {
	font-size: 1.3em;
}

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

.input-group .close {
    display: none;
	float: none;
    position: absolute;
    z-index: 3;
    right: 52px;
    top: 1px;
    width: 44px;
    height: 44px;
    line-height: 44px;

}

.top-search-open .close {
	display: block;
}

.g-recaptcha {
 	display: inline-block;   
}

#top-search .input-group-addon{
	border-color: transparent;
    background-color: transparent;
}

#top-search .popover {
	z-index: 1050;
}

body.top-search-open .pagetitle {
    z-index: 5556;
}

#search-autocomplete {
   visibility: hidden;
   opacity: 0;
   transition: all 0.2s ease;
}

body.top-search-open #search-autocomplete {
   visibility: visible;
   opacity: 1;
}

.sticky-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.7);
}

body.top-search-open .sticky-overlay {
	visibility: visible;
    opacity: 1;
    z-index: -1;
}

#search-autocomplete .list-group-item i {
   width: 1em;
   font-size: 25px;
   line-height: 21px;
   margin: 0px;
}

#search-standard-result {
   transition: all 0.2s ease;
}

#search-standard-result .bg-img {
	width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    border-radius: 50%;
    background-color: #F1F1F1;
    border: solid 5px #FFFFFF;
}

#search-standard-result .bg-img:hover {
    border: solid 5px #F1F1F1;
    transition: all 0.3s ease;
}

#search-standard-result .bg-img:hover i {
    color: #000000;
}

#search-standard-result .bg-img i {
	font-size: 35px;
    color: #008ECB;
    line-height: 90px;
    transition: all 0.3s ease;
}

#search-standard-result h3 {
	color: #008ECB;
}

#search-standard-result h3 .badge {
	font-size: 0.5em;
    vertical-align: middle;
}

#search-autocomplete-result h5 {
	margin-bottom: 5px;
    display: inline-block;
}

#search-standard-result em,
#search-autocomplete-result em {
	/* background-color: #0982B9 !important; */
    border-bottom: solid 2px #0982B9;
    /* font-weight: bold; */
    
}

#search-result-list-full .form-check-label {
    margin-bottom: 10px;
}

i.material-icons.node-type-:after {
    content: 'camera_alt';
}
i.material-icons.node-type-80:after {
    content: 'attach_file';
}

i.material-icons.node-type-3:after {
    content: 'notes';
}

i.material-icons.node-type-4:after,
i.material-icons.node-type-104:after {
    content: 'list';
}

i.material-icons.node-type-5:after {
    content: 'link';
}

i.material-icons.node-type-41:after {
    content: 'contacts';
}

i.material-icons.node-type-42:after {
    content: 'perm_contact_calendar';
}

i.material-icons.node-type-71:after {
    content: 'event';
}

i.material-icons.node-type-84:after {
    content: 'movie';
}

i.material-icons.node-type-87:after {
    content: 'image';
}

i.material-icons.node-type-88:after {
    content: 'camera_roll';
}

.collapse.in {
    display: block !important;
}
