/*
*{
	box-shadow: inset 0px 0px 2px rgba(150,0,0,1);	
}

.red{
	box-shadow: inset 0px 0px 2px rgba(255,0,0,1);	
}

.green{
	box-shadow: inset 0px 0px 2px rgba(0,150,0,1);	
}

.blue{
	box-shadow: inset 0px 0px 2px rgba(0,0,255,1);	
}
*/


/*
div.my-container-body{
	width: auto;
	height: 100vh;
	background-color: green;
}
*/
body{
	width: auto;
	height: 100vh;
	background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,1) 50%, rgba(195,217,132,0.5) 100%);
	/*background-image: url(/static/images/background-2462426_1280x1280.jpg);
	background-color: lightslategrey;*/
}

/* Background video styling */
#bgVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    object-fit: cover;
    background-size: cover;
    background-position: center center;
}

div.my-body-container{
	margin:0px;
	padding:0px;
}

div.my-content-container{
	width: 90vw;
}

div.my-bg-1{
	width: 100vw;
	height: 100vh;
	/*background-image: url(/static/images/background1.png);*/
	background-size: cover;
	background-position: center center; 
	background-repeat: no-repeat;
}

div.my-nav-container{
	margin-top:0px;
	width: auto;
	padding:0px;
}

div.my-breadcrumb-content{
	margin-top:80px;
	/*padding-top: 80px;*/
}

div.my-containter-content{
	margin-top:10px;
	/*padding-top: 110px;*/
}

div.my-container-spacer-top{
	width: auto;
	/*height: auto;*/
	height:10px;
	/*background-color: green;*/
}

div.my-container-spacer-bottom{
	width: auto;
	height: 20vh;
	/*background-color: red;*/
}

div.my-navbar-logout{
}


/*Colors and Background*/

/*primary*/

.text{
	color: black !important;
	font: verdana;
}

.text-primary{
	color: #cbf473 !important;
}

.text-bg-primary{
	background-color: #cbf473 !important;
	color: black !important;
}

.btn-primary{
	/*background-color: #cbf473 !important;*/
	background-color:	rgba(203, 244, 115,0.5) !important;
	color: black !important;
	border-style: solid;
	border-color: black;
	border-radius: 0px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    background-color:	rgba(203, 244, 115,1) !important;
	color: black !important;
	border-style: solid;
	border-color: black;
	border-radius: 0px;
}

.bg-primary{
	/*background-color: #cbf473 !important;*/
	background-color:	rgba(203, 244, 115,0.5) !important;
	color: black !important;
	border-style: solid;
	border-color: black;
	border-radius: 0px;
}

.input-group-text{
	/*background-color:	rgba(203, 244, 115,0.5) !important;*/
	background-color:	rgba(192, 192, 192,0.5) !important;
	color: black !important;
	border-style: solid;
	border-color: black;
	border-radius: 0px;
}

/* unvisited link */
a:link {
	color:black;
}

/* visited link */
a:visited {
	color:gray;
}

/* mouse over link */
a:hover {
	background-color: rgba(203, 244, 115,1) !important;
}

/*secondary*/


.text-bg-secondary{
		color: black !important;
}

/*sucess*/

.text-bg-success{
}

/*danger*/

.text-bg-danger{
}

/*warning*/

.text-bg-warning{
}

/*info*/

.text-bg-info{
}

/*light*/

.text-bg-light{
}

/*dark*/

.text-bg-dark{
}

.myactive {
  background-color: rgba(203, 244, 115,0.5) !important;
}

.breadcrumb-item {
	color:black;
}

/*images*/


.simple-box{
	color: black !important;
	background-color: white;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	border-radius: 0px;
	padding: 10px;
	width: auto;
	height: auto;
	display: inline-block;
}

.simple-box-blured{
	background-color: rgb(255 255 255 / 30%);
	backdrop-filter: blur(10px);
}

.simple-box-acordion{
	color: black !important;
	background-color: white;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	border-radius: 0px;
	padding: 10px;
}


.panel-basic{
	color: black !important;
	background-color: white;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	border-radius: 0px;
	padding: 20px;
	margin-top:10px;
	margin-bottom:10px;
}

.panel-basic-title{
	padding-bottom: 20px;
}

.panel-basic-content{
}

#cy {
	width: 100%;
	height: 600px;
	overflow: auto;
}

.form-control{
	color: black !important;
	border-style: solid;
	border-color: black;
	border-radius: 0px;
}

.form-select{
	color: black !important;
	border-style: solid;
	border-color: black;
	border-radius: 0px;
}

 .form-check-input {
	border: 2px solid black;
	background-color: #fff;
	border-radius: 0;
	width: 2.5em;
	height: 1.5em;
	transition: background-color 0.3s, border-color 0.3s;
}

.form-check-input:checked {
	background-color: rgba(203, 244, 115, 1) !important;
	border-color: black;
}

.form-check-label {
	background-color: rgba(192, 192, 192, 0.5) !important;
	color: black !important;
	border: 1px solid black;
	border-radius: 0;
	display: flex;
	align-items: center;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	white-space: nowrap;
	cursor: pointer;
}

.center {
	margin: auto;
	text-align: center;
}

#spinner-wrapper {
	margin-top: 50vh;
	display: none;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 2;
}

#spinner-div {	
	display: none;
	background-color: rgba(211,211,211, 0.8);
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.spinner-border {
	width: 60px;
	height: 60px;
}

#Tables .wrapper {
  margin-top: 5vh;
}

.dataTables_filter {
  float: right;
}

.table-hover > tbody > tr:hover {
  background-color: #ccffff;
}

@media only screen and (min-width: 768px) {
  .table {
    table-layout: fixed;
    max-width: 100% !important;
  }
}

thead {
  background: #ddd;
}

.table td:nth-child(2) {
	/*
  overflow: hidden;
  text-overflow: ellipsis;
  */
}

.highlight {
  background: #ffff99;
}

@media only screen and (max-width: 767px) {
  /* Force table to not be like tables anymore */
  table,
thead,
tbody,
th,
td,
tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr,
tfoot tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
  }

  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .table td:nth-child(1) {
    background: #ccc;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
  }

  table.table-fit {
  width: auto !important;
  table-layout: auto !important;
}

table.table-fit thead th,
table.table-fit tbody td,
table.table-fit tfoot th,
table.table-fit tfoot td {
  width: auto !important;
}
}

th,
td { 
	white-space: wrap;
	width: max-content;
	 }

.table-responsive {
    max-width: 100%; /* Set a maximum width for responsiveness */
}

