.logo-img{
	width: 13vh;
}

.logo-login-img{
	width: 20vh;
}

.popover-body > .text-light{
	color:black !important;
}

.graylog-logo{
	width:90px;
}

.tab-regular .tab-content{
	padding-bottom: 90px;
}

.remote-switch label{
	font-size:14px;
}

/*.gr-config div{*/
/*	display:block;*/
/*	float:left;*/
/*}*/

.table-responsive{
	min-height: 330px;
}

#siteSearchResults{
	display: none;
}

#xpressDashboard{
	display: none;
}
#siteSearchOption {
	height: 50px;
}
.mr10 {
	margin-right: 10px;
}
.close-button {
	float: right;
	background: #bcbcbc;
	border: solid;
	font-size: large;
}
 .productDiv .rounded-circle {
	 width: 24px;
	 height: 24px;
 }
.newHtv {
	 border: 3px solid blue;
 }
.rounded-circle.red {
	background-color: #ff9999;
}
.rounded-circle.green {
	background-color: #1add1a;
}
.productDiv {
	display: inline-block;
}
#siteSearchTerm {
	width: 250px;
}
.choices__list--multiple .choices__item {
	background-color: #0e0c28!important;
	border: none!important;
}
.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
	border: none!important;
}
a.jira {
	color: #5969ff!important;
}

.btn-action {
	background-color: #4CAF50;
	border: none;
	color: white;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 8px;
	transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-action:hover {
	background-color: #45a049;
	transform: scale(1.05);
}

.btn-action.btn-ext-id {
	background-color: #2196F3;
	padding: 8px 12px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
}

.btn-action.btn-ext-id:hover {
	background-color: #1e88e5;
	transform: rotate(360deg);
	transition: transform 0.5s ease;
}

/*.btn-action.btn-delete-cache {*/
/*	background-color: #f44336;*/
/*	padding: 10px 20px;*/
/*	border-radius: 5px;*/
/*	font-weight: bold;*/
/*	font-family: Arial, sans-serif;*/
/*}*/

/*.btn-action.btn-delete-cache:hover {*/
/*	background-color: #d32f2f;*/
/*}*/
