html,
body {
  height: 100%;
  margin: 0
}
.centervh{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dis-inline{
	display:inline;
}
h2{
	margin-top:20px;
}
.main-back{
	background-image:url('./../images/main2.jpg');
	background-repeat: no-repeat;
	background-size: 2000px 700px;
}
.box {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.navbar{
	flex: 0 1 auto;
	padding:0px;
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.conj-title{
	font-size:1.1rem
	}
	.ksau-title{
	font-size:0.8rem;
	top: 22px;
    position: absolute;
}

}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 1025px) {
.main-back{
	background-size: 2000px 780px;
}	
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 1024px) {
	.main-back{
	background-size: 1600px 1200px;
}
}
/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	.conj-title{
	font-size:0.9rem
	}
	.ksau-title{
	font-size:0.7rem;
	top: 22px;
    position: absolute;
}
.main-back{
	background-size: 600px 700px;
}
}

.ends-title{
	white-space: normal;
	text-align:center;
	background-color:#363B4C;
	font-size:1.5rem;
	padding:5px;
}
.btn{
	background-color:#363B4C;
}
.topcolor{
	height:5px;
	background-color:#03784f;
}
.footer{
	/*background-color:#f1f0f0;*/
	flex: 0 1 40px;
	background-color: #2e3135;
    background-image: url(/_catalogs/masterpage/KSAUPortal/image/footbg.png);
    padding-top: 50px;
    padding-bottom: 50px;
    color: #FFFFFF;
}
.footer-two{
    background-color: #F1F0F0;
    color: #000000;
    padding-top: 20px;
    padding-bottom: 18px;
}
.footer-two p {
    margin: 0px;
    font-family: cairo-700;
    font-size: 12px;
    color: #5B5B5B;
}
.footer-two a,a:hover {
	color: inherit !important;
}
.system-title{
	margin:0px;
	text-decoration: none;
    color: #000000;
}
.a-system-title{
	text-decoration: none;
    color: #000000;
}
.a-system-title:hover{
	text-decoration: none;
	color: #000000;
}
.subtitle{
	font-size:14px;
	margin:0px;
}
.subtitle1{
	font-size:12px;
	margin:0px;
}
.system-logo{
	width:90px;
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	.system-title{
		font-size:16px;
		margin:0px;
	}
	.subtitle{
		font-size:12px;
		margin:0px;
	}
	.subtitle1{
		font-size:10px;
		margin:0px;
	}
	.system-logo{
		width:60px;
		margin-top:10px;
	}
	.navbar-brand{
		/*display:contents;*/
	}
	h2{
	font-size:1.5rem;
	}
	h4{
		font-size:1.2rem;
	}
}
.card-border {
    padding-right: 0px;
    padding-left: 0px;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.btn:hover,.btn:active{
	background-color:#03784f;
	color:#ffffff;
}
.btn{
	color:#ffffff;
}
.card-header-color{
	background-color:#343a40;
	color:#ffffff;
}
.header {
    background-color: #eeeeee;
	flex: 1 1 auto;
}
.description {
    top: 30%;
    margin: auto;
    padding: 2em;
    text-align: center;
}
h3{
	font-size:3rem;
}
.group-border{
	border: ridge;
	padding:1rem;
}
.group-border-title{
	width: unset;
	font-size:1rem;
}
@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
		background-color: #3bb9c7;
		text-align: end;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
	#no-more-tables .form-check-input{
		position:unset;
	}
}
.key-help{
	font-weight:bold;
	background-color:#3bb9c7;
	padding:8px;
}
.key-row{
	margin-right: 0px;
	margin-left: 0px;
}
.yellow{
	background-color:#3bb9c7;
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.m-width{
		padding:10px !important;
	}
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.th-width{
		width:15%;
	}
	.logout-div{
		background-color: #343a40;
	}
	.logout-button{
	color:#3bb9c7;
	}
}
.subtitle-setting{
	font-weight:bold;
	background-color:#dddd;
	padding:8px;
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.td-width{
		width:14%;
	}
}
.star{
	color:red;
}
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .sidenav a:focus{
  color: #f1f1f1;
  background-color:#ffffff;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  /*padding: 20px;*/
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.dark_green{
	background-color: #03784f !important;
	color:#ffffff;
}
.collapsible:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
}

.active:after {
 /* content: "\2796"; /* Unicode character for "minus" sign (-) */
}
.edit_b[aria-expanded="false"]:before{
  content:" + Open ";
}
.edit_b[aria-expanded="true"]:before{
  content:" - Close ";
}
.main-box{
	padding:20px;
}
.tab_lab{border-bottom:1px solid #03784f;}
.element_tab{border:1px solid #03784f;margin-bottom:-1px !important;padding:5px;}
.pane_tab{border-left:1px solid #03784f;border-right:1px solid #03784f;border-bottom:1px solid #03784f;}
.a_tab:hover,.a_tab:focus,.a_tab:active{background-color:transparent !important;color:#f8e296;border-top-color:#03784f;border-right-color:#03784f;border-left-color:#03784f;}
.element_tab:hover,.element_tab:focus,.element_tab:active,.element_tab:clicked{border:1px solid #03784f;border-bottom-color:white;background-color:#03784f;}
.active.element_tab{background-color:#03784f;}
.tab-content {
  margin-left: 0px;
  padding:25px;
  
  .tab-pane {
    display: none;
    background-color: #fff;
    padding: 1.6rem;
    overflow-y: auto;
  }
  
  .active { display: block; }
}
.tab-pane h3{margin-top:5px;}
.element_tab a{
	color:#000000;
	font-weight:bold;
}
.font_content{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
/*.button {
    background-color: #a6628b !important;
	    border: 2px solid #a6628b !important;
}*/
.user-avatar
{
	background-color:transparent;
	border:0px;
}
.admin-header.header-dark {
	background-color:#693472 !important ;
}

.button {
    background: #693472 !important ;
	border-color: #693472 !important ;
}
.button:hover {
    background: #f2f2f2 !important ;
    color: #693472 !important ;
    border-color: #693472 !important ;
}
.table-responsive > .table-bordered th {
    border-bottom: 5px solid #693472 !important;
}
.sidenav .closebtn:hover {
	background-color:transparent;
}
.mantodary-field{
	color:red;
}
#healthcare_provider_section{
	display:none;
}
a{
	text-decoration:underline;
	color:blue;
}
a:hover{
	text-decoration:underline;
	color:#e1c1e7 !important;
}
.wrapper-big-box{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:90%;
}
.button-default.txt{
	display:none;
}
.button-default.csv{
	display:none;
}
.button-default.xlsx{
	background: #693472 !important ;
	border-color: #693472 !important ;
	color:#ffffff;
	padding:10px;
	margin:10px;
	padding-left:20px;
	padding-right:20px;
	text-transform: uppercase;
}
.button-default.xlsx:hover{
	background: #f2f2f2 !important ;
    color: #693472 !important ;
    border-color: #693472 !important ;
}
.delete-all-data{
	display: inline;
}
.button{
	font-size: initial;
}
.input-group{
	display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 2px;
    border-style: groove;
    border-color: rgb(192, 192, 192);
    border-image: initial;
}
.form-user-image{
	font-size: 90px;
    color: #693472;
}
.card-main-user{
	width:350px;
	border: #ffffff solid 2px;
}
.card-main-user:hover{
	border: #693472 solid 2px;
}
.card-main-user a{
	color:#000000;
	text-decoration:none;
	
}
.delete_button{
	color:red;
	border:1px solid #ffffff;
	border-radius: 50%;
	font-size:20px;
}
.delete_button:hover{
	border:1px solid red;
	color:#693472;
	border-radius: 50%;
}

.admin-header.navbar .navbar-brand-wrapper {
   
    width: 330px !important;
}