@import url('https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap');
 
.badge {
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

	min-width: 10px;
	border-radius: 10px;
	
	font-size: 9px;
	position: absolute;
	z-index: 10000;
	margin-top: 10px;
	padding: 2px;
}
.badge-danger {
	color: #fff!important;
	border-color: #c9302c!important;
	background-color: #d51b16!important;
}
.test_div{
	background: #555;
	padding: 5px;
	color: white;
	border-radius: 8px;
	margin-bottom: 5px;
}
body{
   background-color: #FFF;
}
body, html {
  height: 100%;
} 
#BackgroundDiv { 
	position:fixed; 
	font-size: 24px;
	top:0px;
    left: 0px;
	overflow-y: scroll;
	
	color: white;
    padding: 0;
    margin: 0;
    background-color: #240524;
    z-index: 1000;
    width: 100%;
    height: 100%;
}
.main_title {
	padding: 0 20px;
	color: white; 
	line-height: 48px; 
	font-weight: bold; 
	font-size: 15px; 
}
.popup_header {
	padding: 15px 10px;
	width: 100%;
	background-color: #000; 
/*
	background: rgb(0,0,0);
	background: -webkit-linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,1) 75%, rgba(73,73,73,1) 100%);
	background: -o-linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,1) 75%, rgba(73,73,73,1) 100%);
	background: linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,1) 75%, rgba(73,73,73,1) 100%);
*/
} 
.created_bg {
	position:absolute;
	top:0px;
	left:0px;
	background-color:black;
	opacity:0.8;
	display:none;
	z-index:1000;
}
.pop_close { 
	border-radius: 12px;
	cursor: pointer;
	position: absolute;
	right: 10px; 
	color: white;
	top: 10px;
	padding: 0 8px;
	width: 26px;
}

.popup {
	color: #000000;
	background: #CCC; 
}
.popup_foil {
	background-image: url('/inc/images/rainbow_foil.png');
	background-size: cover;
	height: 10px;
	width: 100%;
}
.wrapper{
	display: flex;
	position: relative;
	height: 100%;
}

.wrapper .sidebar{
  width: 200px;
  height: 100%;
  background: #000000;
  padding: 30px 0px;
  position: fixed;
}

.Logo{
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.wrapper .sidebar ul{
  padding-left: 0 !important;
}    

.wrapper .sidebar ul li{
  padding: 5px;
  border-bottom: 2px solid #bdb8d7;
  border-bottom: 2px solid rgba(0,0,0,0.05);
  border-top: 1px solid rgba(255,255,255,0.05);
  color: #bdb8d7;
}

.accordion-button .fas{
	width: 25px;
}
.accordion-button .fal{
	width: 25px;
}
.accordion-button .far{
	width: 25px;
}

.wrapper .sidebar ul li:hover{
/*	background-color: #594f8d;*/
}
 
.wrapper .sidebar .social_media{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
 
.wrapper .sidebar .language{
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.wrapper .sidebar .social_media a{
  display: block;
  width: 40px;
  background: #594f8d;
  height: 40px;
  line-height: 45px;
  text-align: center;
  margin: 0 5px;
  color: #bdb8d7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.wrapper .main_content{
  width: 100%;
  margin-top: 100px; 
}

.wrapper .main_content .header{
  padding: 20px;
  background: #fff;
  color: #717171;
  border-bottom: 1px solid #e0e4e8;
}

.wrapper .main_content .info{
  margin: 20px;
  color: #717171;
  line-height: 25px;
}

.wrapper .main_content .info div{
  margin-bottom: 20px;
}

.pipeline_header {
    background: #AAAAAA;
    color: white;
}
.pipeline_header th{
    font-weight: bold;
    text-align: center;
    background: #AAAAAA;
}
.pipeline_footer {
    background: #AAAAAA;
    border-top: 1px solid black;
    color: white;
}
.pipeline_footer td{
    font-weight: bold;
    text-align: center;
    background: #AAAAAA;
}
.dark_data{
	background:#CCCCCC;
}
.dark_data:hover{
	background:#FFFFFF;
}
.dark_data > td {
	border:1px solid #EFEFEF;
	font-size:14px;
	font-weight:normal;
	empty-cells:show;
	padding: 2px;
}
.light_data{
	background:#DDDDDD;
}
.light_data:hover{
	background:#FFFFFF;
}
.light_data > td {
	border:1px solid #EFEFEF;
	font-size:14px;
	font-weight:normal;
	empty-cells:show;
	padding: 2px;
}

.input-error{
	border-color:#F00;
	box-shadow: #F00;
}

.active-button {
    font-weight: bold;
    color: #FFF;
    background-color: #594f8d;
}
.nav_bar{
	color: white;
}
.nav_button {
    padding: 10px;
    cursor: pointer;
    float: left;
	text-align: center;
	width: 33.33%;
	max-width: 150px;
    background: #000;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}
.nav_button:hover {
    background: #594f8d;
}
.active_nav_button {
    background: #594f8d;
}

.sub_button {
    padding: 10px;
    cursor: pointer;
    float: left;
	text-align: center;
    background: #FFF !important;
	color: #444 !important;
    border-bottom: 2px solid #FFF;
	font-weight: bold;
}
.sub_button_150 {
	width: 150px;
}
.sub_nav {
    padding: 10px;
    cursor: pointer;
    float: left;
	text-align: center;
    background: transparent;
	color: #594f8d;
    border-bottom: 2px solid #FFFFFF;

	width: 33.33%;
	max-width: 150px;
}
.sub_nav:hover {
	font-weight: bolder !important;
    border-bottom: 2px solid #594f8d !important;
}
.active_sub_button {
	font-weight: bolder !important;
	color: 222 !important;
    border-bottom: 2px solid #594f8d !important;
}
.active_sub_nav {
	font-weight: bolder !important;
    border-bottom: 2px solid #594f8d !important;
}

.clearfix:after {
  content:"";
  display:block;
  clear:both;
 }

	.pwBox {
		font-size:4px;
		border:1px solid #777777;
		box-shadow: inset 0 0 7px #888888;
		float: left;
		width: 20%;
		height: 38px;
	}
	.leftRound{
		border-bottom-left-radius: 20px !important;
		border-top-left-radius: 20px !important;
	}
	.rightRound{
		border-bottom-right-radius: 20px !important;
		border-top-right-radius: 20px !important;
	} 
	.white_bg{
		background-color: #FFFFFF;
	}
	.yellow_bg{
		background-color: #FFFF00;
	}
	.green_bg{
		background-color: #3ead47;
	}
	.red_bg{
		background-color: #FF0000;
	}
.module_label{
	margin: 5px 15px;
}
.module_cell{ 
	background: #AAAAAA;
	border-radius: 10px; 
	color: #000; 
	padding: 15px;
}
.btn.btn-muted {
	background: #f9f9f9;
	border: 1px solid #ddd;
}
.btn.btn-muted:hover {
	background: #ddd;
}
.total-items {
	font-weight: bold;
	margin-right: 5px;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed !important;
}
.page-body {
	background-color: black;
	padding: 5px;  
} 
.panel.collapsible .panel-heading, .panel.editable .panel-heading, .panel-main .panel-heading {
	position: relative;
	padding: 20px 15px;
}
.card-header .actionButtons {
	margin: 13px 15px 0 0;
	position: absolute;
	right: 0;
	top: 0;
}
.card.dynamic-content .loading-animation {
	align-items: center;
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	min-height: 150px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide:not(.ng-hide-animate) {
	display: none !important;
}
.navbar {
    padding-bottom: 0;
}
.navbar-toggler {
    border: 0;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.push_header {
	border-bottom:1px solid #000000;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	height: 32px;
	padding: 0 3px;
	text-align: left;
}
.bg_black {
	background: #444444;
	color: #FFFFFF !important;
}
.bg_blue {
	background: #000077;
	color: #FFFFFF !important;
}
.bg_red {
	background: #770000;
	color: #FFFFFF !important;
}
.bg_green {
	background: #005500;
	color: #FFFFFF !important;
}
.bg_pink {
	background: #FF69B4;
	color: #FFFFFF !important;
}
.bg_purple {
	background: #594f8d;
	color: #FFFFFF !important;
}

.note{
	display:none;
	background-color:#FFF;
	border-left:1px #000000 solid;
	border-right:1px #000000 solid;
	border-bottom:1px #000000 solid;
	padding:2px;
}
