/* HTML Tag Styles */
body {
	font-family: "Lato", sans-serif;
	background: #fafafa;
}
table {
	border: 1px solid #000000;
	border-collapse: collapse;
	text-align: center;
}

th {
	padding: 5px;
	white-space: nowrap;
	color: #020985;
}

tr {
	background-color: #f7faff;
}
.addTopLink {
	border: 1px solid red;
    text-align: center;
    margin: 0 auto;
    width: intrinsic;           /* Safari/WebKit uses a non-standard name */
  	width: -moz-max-content;    /* Firefox/Gecko */
  	width: -webkit-max-content; /* Google Chrome */
    border-radius: 10px;
    margin-top: 20px;
    padding: 0px 15px;
}

/* On screens that are 600px or less */
@media screen and (max-width: 600px) {
	.addTopLink {
		border: 1px solid red;
	    text-align: center;
	    margin: 0 auto;
	    width: intrinsic;           /* Safari/WebKit uses a non-standard name */
	  	width: -moz-max-content;    /* Firefox/Gecko */
	  	width: -webkit-max-content;
	    border-radius: 10px;
	    margin-top: 20px;
	    padding: 0px 15px;
  	}
}

.homePageHeader {
	font-size: 20px;
	padding-top: 10px;
    padding-bottom: 10px;
}

/* On screens that are 600px or less */
@media screen and (max-width: 600px) {
	.homePageHeader {
		font-size: 100%;
		padding-top: 10px;
    	padding-bottom: 10px;
  	}
}

/* Fixed sidenav, full height */
.sidenav {
	font-size:14px;
	height: 100%;
	width: 200px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-x: hidden;
	padding-top: 20px;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
    display: block;
}

/* Style the sidenav links and the dropdown button */
.sidenav a {
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	font-size: 16px;
	color: #ffffff;
	border-color:black;
	display: block;
	background: #7386D5;
	width: 100%;
	text-align: left;
	cursor: pointer;
	outline: none;
	padding: 10px;
    font-size: 1.1em;
    display: block;
}

/* On mouse-over */
.sidenav a:hover, .sidenav a:visited {
	color: #182350;
    background: #fff;
}

.sidebar-header {
	height: 75px;
	font-size:14px;
    background: #556bc4;
}

.program-header {
	font-size: 20px;
	text-align: center;
}

/* On screens that are 600px or less */
@media screen and (max-width: 600px) {
	.program-header {
		font-size: 50%;
  	}
}

.program-main-container {
	padding-left: 10px;
    margin-left: 5px;
}

.error {
	color: #ce3746;
}

.errorblock {
	font-weight: bold;
	color: #000;
	background-color: #ffEEEE;
	border: 3px solid #ff0000;
	padding: 8px;
	margin: 16px;
	max-inline-size: max-content;
}

.form-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: 13px;
	line-height: 1.5
}

.p-2 {
	padding: 0.3rem !important;
}

.col-md-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 20%;
}
/* On screens that are 600px or less */
@media screen and (max-width: 600px) {
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 1 0 25%;
		max-width: 100% !important;
	}
}

.form-control:focus {
	background-color: #fff !important;
	border-color: #11286c;
	box-shadow: 0 0 0 0.2rem #fee7fd;
}

.table-bordered td, .table-bordered th {
	border: 1px solid #000000
}

/* Class Styles */
.scoll-tree {
	max-width: inherit;
	max-height: 50%;
}

.the-legend {
	border-style: none;
	border-width: 0;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	width: auto;
	padding: 0 10px;
}

.the-fieldset {
	border: 2px solid #e0e3e9;
	padding: 10px;
}

.btn-primary {
	color: #fff;
    background-color: #176556;
    border-color: #000000;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3f9a6c;
  border-color: #000000;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #027148;
  border-color: #000000;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.modal {
  padding: 0 !important; 
}

.modal .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal .modal-body {
  overflow-y: auto;
}