:root {
    --dark-gray-color:#6F7B91;
    --tiffany-color:#8DC9CC;
    --yallow-color:#F2C43A;
    --red-color:#EB6B5C;
    --green-color:#A0C6A2;
}

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;*/
	background-color:#be9c42;
}
.topcolor{
	height:5px;
	background-color:#03784f;
}
.footer{
	background-color:#f1f0f0;
	flex: 0 1 40px;
}
.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;*/
	background-color:#006944;
	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: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* 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;
}
.shawrni-logo{
	margin-top:10px;
	margin-bottom:10px;
}
@media (min-width: 768px){
	.shawrni-logo{
		width:250px;
	}
}
@media (max-width: 767.98px) {
	.shawrni-logo{
		width:180px;
	}
}
.background-login{
  height: 100%;
  position: relative;
}
.shawrni-back{
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
	width:300px;
}
.dark-gray-color{
	color:var(--dark-gray-color);
}
.yallow-color{
	color:var(--yallow-color);
}
.red-color{
	color:var(--red-color);
}
.tiffany-color{
	color:var(--tiffany-color);
}
.green-color{
	color:var(--green-color);
}
.dark-gray-bg-color{
	background-color:var(--dark-gray-color);
}
.yallow-bg-color{
	background-color:var(--yallow-color);
}
.red-bg-color{
	background-color:var(--red-color);
}
.tiffany-bg-color{
	background-color:var(--tiffany-color);
}
.green-bg-color{
	background-color:var(--green-color);
}
.card-tiffany.card-outline {
    border-top: var(--tiffany-color);
}
.bg-login{
	background-image:url("./../images/BG-05.png");
	background-position: center; 
    background-repeat: no-repeat; 
	background-size: cover; 
}
.shawrni-back-small{
	width:50%;
	padding-bottom:12px;
	display: block;
    margin: auto;
}
.info-box .info-box-icon {
	width: 50px;
    height: 50px;
	font-size: 1rem;
}
.info-box {
min-height: 50px;
}
.e-services-footer-icons{
	width:40px;
	transition: transform .5s;
    border: 1px solid #000000;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.e-services-footer-icons:hover{
	border-radius: 50%;
	transform: scale(1.1);
    border: 2px solid #ef8c54;
}
.overlay-eservices {
   
}
.overlay-inner-box{
	width: 80%;
    margin: 30px auto;
	top:30%;
}
@media (min-width: 768px){
	.overlay-inner-box{
	width: 50%;
}
}
.e-services-footer-icons-details{
	width:80px;
}
.e-services-footer-icons-video{
	border-radius: 0%;
}
.e-services-footer-icons-video:hover{
	border-radius: 0%;
}
.manual-table-title td{
vertical-align: middle;
text-align: center;
}
.login-footer-icon{
color:#006944;
font-size:20px;
}
.arabic-form{
	direction:rtl;
	text-align:right;
}
.overlay-followup {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
    overflow: auto;
    overflow-y: scroll;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.overlay-inner-box{
	width: 70%;
    margin: 30px auto;
	top:30%;
}
.checkbox-arabic{
padding-right: 1.5rem;
}
@media print { 
    .navbar {
        display: block;
    }
	.shawrni-logo
	{
		margin-left:40%;
	}
	.print_button{
		display:none;
	}
}
.list-choice{
  position: relative;
  cursor: pointer;  
}
.list-choice input[type="radio"]{
  position:absolute;
  left:-9999px;
}

.list-choice-title {
	display: block;
	width:80%;
	background: #be9c42;
	text-align: center;
	padding-top: 0.55em;
	padding-bottom: 0.55em;
	box-sizing: border-box;
	color: #FFF;
	text-shadow: 0 1px 0 #CACACA;
	border-radius: 0.2em;
}
.list-choice:hover .list-choice-title {
	border-radius:0.2em 0.2em 0 0;
}
.list-choice-objects label:nth-last-of-type(1) span{
	border-radius:0 0 0.2em 0.2em;
}
.list-choice input[type="radio"] + span {
	color: #FFF;
	background: #be9c42 !important;
	padding: 0.55em 1em;
	display: block;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	width: 100%;
}
.list-choice-objects {
	position: absolute;
	top: 0;
	z-index: 9;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	max-height: 0;
	transition: all 250ms ease;
}
.list-choice:hover .list-choice-objects  input[type="radio"] + span {
	position: relative;
	top: 0;
	transition: all 250ms ease-in-out;
}
.list-choice:hover input[type="radio"] + span:hover {
	background:#03784f;;
}
.list-choice:hover input[type="radio"]:checked + span:hover {
	background:#74D68E;
}
.list-choice input[type="radio"]:checked + span {
	background: #74D68E;
	position: absolute;
	top: 0em;
	border-radius: 0.2em;
}
.list-choice:hover input[type="radio"]:checked + span {
	border-radius: 0;
}
.list-choice:hover .list-choice-objects label:nth-last-of-type(1) input[type="radio"]:checked + span{
  border-radius:0 0 0.2em 0.2em;
}

.list-choice:hover .list-choice-objects {
	max-height: 540px;
}
.list-choice button, .list-choice a{
	color: #FFF;
	background: #be9c42 !important;
	border:0;
	text-shadow: 0 1px 0 #CACACA;
}
.textarea {
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: inherit;
  padding: 1px 6px;
}
.width-machine {
  /*   Sort of a magic number to add extra space for number spinner */
  padding: 0 1rem;
}

.textarea {
  display: block;
  width: 100%;
  overflow: hidden;
  resize: both;
  min-height: 40px;
  line-height: 20px;
}

.textarea[contenteditable]:empty::before {
  content: "Placeholder still possible";
  color: gray;
}
.dashboard-active-button{
	background-color:#6f7b91;
	color:#eeeeee;
}
@media (max-width: 386px){
.captcha-image{
	width:80%;
}
}