:root{
    --primary-clr: #fb8c00;
}

body{
	background:#fff url("../img/sound_waves-1920x1080.jpg") center center fixed no-repeat;
	background-position:top ;	
	background-size: cover;
	font-size: 16px;
	width: 100vw;
}

.alive{
	color: rgba(6, 57, 151, 0.8);
}

.invalid{
	opacity: 0.3;
	border-color: rgba(0,176,255,0.3);
}
.bodynone{
	background: #FFF;
}

a,a:hover{
	color: #337ab7;
	text-decoration:none;
}

hr {
    margin-top: 2px;
    margin-bottom: 2px;
}


.del,.del:hover{
	color: #f44336;
	text-decoration:none;
	font-weight: 600;
}

.bold{
	font-weight: 600;
}

.container {
	padding-top: 20px;
	/*height: 100vh;*/
}

.container_card {
	margin: 10px auto;
	padding-top: 20px;

	position: relative;
	background-color: rgba(253,253,253,0.50);
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;

}

.col{
	padding-top: 5px;
}
.edit {
	position: relative;
	padding-left: 5px;
}

.edit:before, .edit:hover {
	font-family: "Font Awesome 5 Free"; 
	content: '\f044';
}
.color_white{
	color: white;
}

.color_orange{
	color:#fb8c00
}

.navbar{
	position: relative; z-index: 1000;
	-webkit-filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.8));
	filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.8))
}

.nav-link{
	font-size: 16px;
	font-weight: bolder;
}

.dropdown-menu{
	right: 0;
	left: auto;
	margin: 0;
}

.dropdown-item:hover {
    background-color: #fb8c00;; /* This doesn't... why? */
	color: white;
}

.dropdown-item{
	font-size: 16px;
	font-weight: bolder;
}

.fontsize_16B{
	font-size: 16px;
	font-weight: bold;
}

.form-control{
	font-size: 16px;
}

.btn{
	font-size: 16px;
}

.btn_power{
	width: 200px;
	height: 200px;
	display: flex;
	justify-content: center;
    align-items: center; 
	border: 2px solid rgba(0,176,255,0.8); ;
	border-radius: 10%;
	font-size: 40px;
	
}

.align_right{
	float: right;
}


.center{
	display: flex;
	justify-content: center;
    align-items: center; 
}

.borderradius{
	border-radius:5px;
}

#copyright{
	font-size: 12px;
	font-weight: bold;
	color: #337ab7;

	display: block;
}

textarea{
	white-space: pre-wrap;
}

pre {
	white-space:pre-line;
	overflow-x: hidden;
}

i{
	vertical-align: middle;
}

/*.col{
	padding-left: 5px;
	padding-right: 5px;
}*/

.vr {
	display: inline-block;
	align-self: stretch;
	width: 1px;
	min-height: 1em;
	background-color: #252525;
	opacity: .25;
	margin: 0 5px;
	vertical-align: middle;
}

.margin_all{
	margin: 5px;
}

.alert-orange{
	background: linear-gradient(60deg, #f0b863d9, #fb8c00);
	color: white;
}

.alert-grey{
	background-color: rgba(0, 0, 0, .03);
	color: #999;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.text-gradient_orange{
	background: linear-gradient(60deg, #f0b863d9, #fb8c00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-gradient_primary{
	background: linear-gradient(60deg, #6ab0ec, #337ab7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.txt-primary{
	color: #337ab7;
}
