﻿@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	font-family: 'Roboto', sans-serif;
	background-color: #2f4468;
	color: #fff;
}
a{
	color: #03b1f7;
	text-decoration: none;
}
a:hover{
	color: #03b1f7;
	text-decoration: underline;
	cursor: pointer;
}
.font-ar{
	font-family: 'Tajawal', sans-serif;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #37517e;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}
.sidenav a {
	padding: 8px 20px 8px 20px;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	display: block;
	transition: 0.3s;
}
.sidenav a:hover {
	color: #03b1f7;
	background-color: #2f4468;
}
.sidenav .closebtn {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 36px;
	margin-left: 50px;
}

@media screen and (max-height: 450px) {
.sidenav {
	padding-top: 15px;
}
.sidenav a {
	font-size: 18px;
}
}
.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
.bd-placeholder-img-lg {
	font-size: 3.5rem;
}
}
.form-signin {
	width: 100%;
	max-width: 700px;
	padding: 15px;
	margin: auto;
}
.form-signin .checkbox {
	font-weight: 400;
}
.form-signin .form-floating:focus-within {
 z-index: 2;
}
.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.bg-blue {
	background-color: #37517e;
}
.bg-deep-blue {
	background-color: #253655;
}
.bg-danger-2{
	background-color: #ed1c24;
}
.bg-turkuaz{
	background-color: #03b1f7;
}
.bg-light-blue{
	background-color: #93d5ff5c;
}
.btn:hover{
	text-decoration: none;
}
.btn-outline-turkuaz {
    color: #03b1f7;
    border-color: #03b1f7;
}
.btn-outline-turkuaz:hover {
    color: #fff;
    border-color: #03b1f7;
	background-color: #03b1f7;
}
.btn-turkuaz {
    color: #fff;
    background-color: #03b1f7;
}
.btn-blue {
    color: #fff;
    background-color: #37517e;
}
.btn-blue:hover {
    color: #fff;
    background-color: #253655;
}
.btn-store {
  color: #274476;
  min-width: 254px;
  padding: 12px 20px !important;
  border-color: #038fc5  !important;
	background-color: #03b1f7;
}

.btn-store:focus, 
.btn-store:hover {
  color: #ffffff !important;
  background-color: #37517e;
  border-color: #03b1f7 !important;
}

.btn-store .btn-label, 
.btn-store .btn-caption {
  display: block;
  text-align: left;
  line-height: 1;
}

.btn-store .btn-caption {
  font-size: 24px;
}

.btn-store-2 {
  color: #274476;
  min-width: 200px;
  padding: 12px 20px !important;
  border-color: #038fc5  !important;
	background-color: #03b1f7;
}

.btn-store-2:focus, 
.btn-store-2:hover {
  color: #ffffff !important;
  background-color: #37517e;
  border-color: #03b1f7 !important;
}

.btn-store-2 .btn-label, 
.btn-store-2 .btn-caption {
  display: block;
  text-align: left;
  line-height: 1;
}

.btn-store-2 .btn-caption {
  font-size: 24px;
}
.btn-icon-text{
	font-size: 14px;
}
.btn-link{
	color: #ed1c24;
}
.btn-link:hover{
	color: #fff;
}
.text-turkuaz{
    color: #03b1f7;
}
.text-danger-2{
	color: #ed1c24;
}
.text-deep-blue{
	color: #2f4468;
}
.footer a{
	color: #fff;
}
.footer-icon{
	background-image: url("../images/footer-icon.svg");
	background-position: bottom right;
	background-repeat: no-repeat;
}
#parallax {
  position: relative;
  height: 50vh;
  background-image: url("../images/parallex1.png"), url(../images/parallex2.png), url(../images/parallex3.png), url(../images/parallex4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
}

#div_map{
	filter: grayscale(1);
}
#chartdiv {
  width: 100%;
  height: 500px;
}
.pattern{
	background-image: url("../images/pattern.jpg");
	background-repeat: repeat-x;
}
.top-banner{
	background-image: url("../images/top-banner.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.accordion-item{
	margin-top: 1px;
}
.w-10 {
    width: 10%!important;
}
.w-7 {
    width: 7%!important;
}
.ps-6{
	padding-left: 8rem!important;
}
.pe-6{
	padding-right: 8rem!important;
}
.tint{
	position: relative;
}
.tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0 185 255 / 70%);
  transition: background .3s linear;
}
.form-floating > .bi-calendar-date + .datepicker_input + label {
  padding-left: 3.5rem;
  z-index: 3;
}
.small-2 {
    font-size: .7em;
}
.home_map{
	background-image: url("../images/home_map.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
}
.bg-map{
	background-image: url("../images/home_map.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}
.NotificationBell {
    overflow: auto;
}
.NotificationBell .RedNumber {
    top: -7px;
}
.NotificationBell .RedNumber {
    color: #fff;
    font-weight: bold;
    background: #ed1a24;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: -15px;
    text-align: center;
    cursor: default;
}
.AreaActive {
    max-height: 300px;
	max-width: 300px;
	height: auto;
	overflow: auto;
}
.NotificationBellItem h5{
	font-size: 12px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	white-space: break-spaces;
}
.NotificationBellItem h6{
	text-align: right;
	font-size: 10px;
}
.NotificationBellItem a{
	text-decoration: none;
}
.notify-menu .dropdown-toggle::after{
	display: none;
}
.AreaActive::-webkit-scrollbar {
    width: 5px;
}

.AreaActive::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.AreaActive::-webkit-scrollbar-thumb {
    background: #00b9ff;
}
.AreaActive::-webkit-scrollbar-thumb:hover {
    background: #00b9ff;
}

.border-white-1{
    border: 1px solid #03b1f7;
}






/*chat*/
#addClass{
	position: fixed;
    bottom: 23px;
    right: 30px;
	width: 110px;
}
.popup-box {
   background-color: #ffffff;
    border: 5px solid #fff;
    bottom: 0;
    display: none;
    height: 400px;
    position: fixed;
    right: 20px;
    width: 300px;
	border-radius: 10px;
}

.round.hollow a {
    border-radius: 35px;
	padding: 10px 21px;
}
.round.hollow a:hover {
    border-radius: 35px;
    padding: 10px 21px;
    text-decoration: none;
}
.popup-box-on {
    display: block !important;
}
.popup-box .popup-head {
    background-color: #253655;
    clear: both;
    color: #fff;
    padding: 7px 0px;
    width: 100%;
	border-radius: 8px 8px 0px 0px;
}
.bg_none i {
    border: 1px solid #ff6701;
    border-radius: 25px;
    color: #ff6701;
    font-size: 17px;
    height: 33px;
    line-height: 30px;
    width: 33px;
}
.bg_none:hover i {
    border: 1px solid #000;
    border-radius: 25px;
    color: #000;
    font-size: 17px;
    height: 33px;
    line-height: 30px;
    width: 33px;
}
.bg_none {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}
.popup-box .popup-head .popup-head-right {
}
.popup-head-left img {
    border: 1px solid #7b7b7b;
    border-radius: 50%;
    width: 44px;
}
.popup-messages-footer > textarea {
    padding: 5px !important;
    border: medium none;
    width: 100% !important;
	resize: none;
}
.popup-messages-footer > textarea::-webkit-scrollbar {
    width: 5px;
}
.popup-messages-footer > textarea::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.popup-messages-footer > textarea::-webkit-scrollbar-thumb {
    background: #dc3545;
}
.popup-messages-footer > textarea::-webkit-scrollbar-thumb:hover {
    background: #00b9ff;
}



.popup-messages-footer {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}
.popup-messages-footer .btn-footer {
    overflow: hidden;
    padding: 2px 5px 10px 6px;
    width: 100%;
}
.simple_round {
    background: #d1d1d1 none repeat scroll 0 0;
    border-radius: 50%;
    color: #4b4b4b !important;
    height: 21px;
    padding: 0 0 0 1px;
    width: 21px;
}
.popup-box .popup-messages {
    /*background: #253655  none repeat scroll 0 0;*/
    height: 275px;
    overflow: auto;
}
.direct-chat-messages {
    overflow: auto;
    padding: 10px;
    transform: translate(0px, 0px);
}
.popup-messages::-webkit-scrollbar {
    width: 5px;
}
.popup-messages::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.popup-messages::-webkit-scrollbar-thumb {
    background: #dc3545;
}
.popup-messages::-webkit-scrollbar-thumb:hover {
    background: #00b9ff;
}
.popup-messages .chat-box-single-line {
    border-bottom: 1px solid #a4c6b5;
    height: 12px;
    margin: 7px 0 20px;
    position: relative;
    text-align: center;
}
.popup-messages abbr.timestamp {
    background: #fff none repeat scroll 0 0;
    color: #03b1f7;
    padding: 0 11px;
}

.popup-head-right .btn-group {
    display: inline-flex;
    margin: 0 8px 0 0;
	vertical-align: top !important;
}
.chat-header-button {
    border: 1px solid #03b1f7;
    border-radius: 50%;
    font-size: 14px;
    height: 30px;
    width: 30px;
}
.popup-head-right .btn-group .dropdown-menu {
    border: medium none;
    min-width: 122px;
	padding: 0;
}
.popup-head-right .btn-group .dropdown-menu li a {
    font-size: 12px;
    padding: 3px 10px;
	color: #444444c9;
}


.popup-messages .chat-box-single-line {
    border-bottom: 1px solid #a4c6b5;
    height: 12px;
    margin: 7px 0 20px;
    position: relative;
    text-align: center;
}
.popup-messages .direct-chat-messages {
    height: auto;
}
.popup-messages .direct-chat-text {
    background: #fff  none repeat scroll 0 0;
    border: 1px solid #6c757d69;
    font-size: 14px;
    color: #444444c9;
}


.popup-messages .direct-chat-timestamp {
    color: #fff;
    opacity: 0.6;
}

.popup-messages .direct-chat-name {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 0 49px !important;
	color: #253655;
	opacity: 0.9;
}
.popup-messages .direct-chat-info {
    display: block;
    font-size: 12px;
    margin-bottom: 0;
}
.popup-messages  .big-round {
    margin: -9px 0 0 !important;
}
.popup-messages  .direct-chat-img {
    border: 1px solid #fff;
	background: #3f9684  none repeat scroll 0 0;
    border-radius: 50%;
    float: left;
    height: 40px;
    margin: -27px 0 0;
    width: 40px;
}
.direct-chat-reply-name {
    color: #253655;
    font-size: 15px;
    margin: 0 0 0 10px;
    opacity: 0.9;
}

.direct-chat-img-reply-small{
    border: 1px solid #fff;
    border-radius: 50%;
    float: left;
    height: 20px;
    margin: 0 9px;
    width: 20px;
	background:#03b1f7;
}

.popup-messages .direct-chat-msg {
    margin-bottom: 10px;
    position: relative;
}

.popup-messages .doted-border::after {
	background: transparent none repeat scroll 0 0 !important;
    
	bottom: 0;
    content: "";
    left: 17px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 2px;
	 display: inline;
	  z-index: -2;
}

.popup-messages .direct-chat-msg::after {
    background: #fff none repeat scroll 0 0;
    
    bottom: 0;
    content: "";
    left: 18px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 2px;
	 display: inline;
	  z-index: -2;
}


.direct-chat-text {
    background: #d2d6de none repeat scroll 0 0;
    border: 1px solid #d2d6de;
    border-radius: 0px 10px 10px 10px;
    color: #444444c9;
    margin: 5px 0 0 50px;
    padding: 5px 10px;
    position: relative;
}
.btn-chat{
	
}
.btn-chat:hover{
	opacity: .8;
}
.Occ-icon {
    margin-left: -22px;
    margin-top: -6px;
    background-color: #03b1f7
}









