/* WIDGET EXPANDED */
#filter.widget-box{
  border:none;
}

.widget-box{
  border-radius: 6px;
  /* overflow: hidden; */
}

.widget-header{
  padding:10px 15px;
}

.widget-body{
  
  padding:15px;
  background: var(--sidebar-bg);
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
}

.widget-main {
  border-radius:6px;
  /* overflow: hidden; */
  border: 1px solid #5a5a5a;
}

/* TOOLBOX */
.widget-toolbox{
  padding: 5px !important;
  border-radius: 10px;
  margin: 10px 15px;
  border: 1px solid #242424 !important;
}

.widget-toolbox .btn-toolbar {

}

.widget-toolbox .btn-toolbar > .btn-group:last-child{

}

.widget-main  .widget-toolbox {
  margin: 10px;
}


/* TABLE */
.table-condensed2 td {
  padding: 3px !important;
}

/* alert */
.alert {
  border-radius: 6px;
}

/* NAV */
.nav-list>li {
  margin: 3px 3px;
  border-radius: 6px;
  border: 1px solid #555 !important;
  overflow: hidden;
}

.skin-3 .nav-list li.active>a:before {
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: 12px;
}

/* BOOTSTRAP */
.table-condensed>tbody>tr>td, 
.table-condensed>tbody>tr>th, 
.table-condensed>tfoot>tr>td, 
.table-condensed>tfoot>tr>th, 
.table-condensed>thead>tr>td, 
.table-condensed>thead>tr>th {
  padding: 7px 10px;
}

/* form */

textarea, input, select, button{
  border-radius:6px !important;
}

.navbar-header.notifications_for_all {
	font-size: 2rem;
	margin: 10px 0px;
	color: #FEB902;
}
@media(max-width: 991px) {
	.navbar-header.notifications_for_all {
		display: none;
	}
}
.navbar-header.notifications_for_all .scroll {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  min-width: 100%;
}

.navbar-header.notifications_for_all .scroll span {
  display: inline-block;
  padding-left: 60%;
  animation: scroll 30s linear infinite;
}


.navbar-header.notifications_for_all .second span {
  animation-delay: 30s;
}

@keyframes scroll {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
#navbar.navbar.navbar-collapse .navbar-buttons,
#navbar .navbar-container {
	padding-right: 0px;
}
.navbar.navbar-collapse .navbar-buttons .ace-nav > li {
	background: var(--navbar-bg);
}
.notification_popup {
	position: fixed;
	bottom: 10px;
	right: 10px;
	height: 150px;
	width: 400px;
	max-width: 100%;
	background: var(--table-even-bg);
	padding: 0px 45px 0px 15px;
	-webkit-box-shadow: 0px 0px 10px 0px #000000; 
	box-shadow: 0px 0px 10px 0px #000000;
	border-radius: 5px;
	border: 1px solid var(--main-color);
}
@media(max-width: 410px) {
	.notification_popup {
		display: none;
	}
}
.notification_popup .notification_popup_close {
	position: absolute;
	right: 15px;
	top: 5px;
	font-size: 16px;
	color: var(--main-color);
}
.notification_popup .notification_popup_title {
	color: var(--main-color);
	font-weight: bold;
}
.notification_popup .notification_popup_desc {
	color: var(--main-color);
	position: absolute;
	bottom: 0px;
}
.notification_popup_content_left {
	width: 25%;
	float: left;
	display: block;
}
.notification_popup_content_right {
	width: 75%;
	float: left;
	display: block;
	height: 100%;
}
.notification_popup_content_left_avatar > .profile-activity-avatar-container-40 {
	width: 100%;
	text-align: left;
}
.notification_popup_content_left_avatar > .profile-activity-avatar-container-40 img {
	width: 80%;
	margin-bottom: 0px !important;
}
.notification_popup_content_left_avatar {
	display: inline-block;
}
.notification_popup_content_left_reporter,
.notification_popup_content_left_reporter svg,
.notification_popup_content_left_reporter a {
	display: flex;
	font-size: 8px;
}
.notification_popup_content_left_date {
	padding-top: 5px;
}
.notification_popup_content_left_date,
.notification_popup_content_left_date svg,
.notification_popup_content_left_date span {
	display: flex;
	font-size: 8px;
}
.notification_popup_content_left_reporter a,
.notification_popup_content_left_date span {
	padding-left: 5px;
}
.notification_popup_content_left_username {
	font-size: 10px;
}
.notification_popup_content_right_desc {
	margin: 0px;
	position: relative;
	top: 35%;
	transform: translateY(-50%);
	max-height: 100px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.notification_popup_content_right_title {
	text-overflow: ellipsis;
	overflow: hidden;
	max-height: 40px;
	display: inline-block;
}