/* Custom User Resource */
/* Created by: JOSEPH */
/* Created on: 4/18/2023 4:35:18 PM */

/* To reference this file use the following: */
/* <link type="text/css" href="userresources/doclinksModal.css" rel="stylesheet"> */


/* The Modal (background) */
.dl-modal {
  position: fixed; /* Stay in place */
  z-index: 1000 !important; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.28); /* Black w/ opacity */
}

/* Modal Content */
.dl-modal-content {
	position: relative;
  background-color: #fefefe;
  margin: auto 50%;
  padding: 20px;
  /* top: 400px; */
  top: 150px;
	/* left: 10%; */
	right: 10%;
  border: 1px solid #000;
	width: 600px;
	/* max-height: 350px; */
	max-height: 400px;
	overflow: auto;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.dl-modal-content-cm {
	position: relative;
  background-color: #fefefe;
  margin: auto 50%;
  padding: 10px;
  top: 500px;
	left: 10%;
  border: 1px solid #000;
	width: 400px;
	max-height: 350px;
	overflow: auto;
}

/* The Close Button */
.dl-close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.dl-close:hover,
.dl-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.list-field{
	font-weight: bold;
}
.list-value{
	font-weight: normal;
	color: gray;
}

.bg-danger{
 background-color: #E60F23;
 color: white;
}
.bg-warning{
 background-color: #FFCE3D;
 color: #333333;
}

.bg-success{
 background-color: #45B85E;
 color: white;
}
.bg-primary{
 background-color: #0088cc!important;
 color: white !important
}
.text-primary{
  color: #0088cc!important;
}