/* this file is created by Safa Naser for EMS Redesign Phase 1 SD#159150 EMS v20.4 nov 2022  */

* {box-sizing: border-box}

@font-face {
  font-family: "lmrafont"; 
  src: url('../fonts/FrutigerLTArabic-65Bold_HelpMacNet_.ttf');
}

html, body, body * {
	font-family:lmrafont !important;
	font-size: 12px;
}

html {
  font-family:lmrafont; 
  font-weight: 300;
  margin: 25px;
}

/* Set height of body and the document to 100% */
body, html {
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

/* Style tab links */
.tablink {
	display: block !important;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.85 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius:0px !important;
    margin: 0 !important;

  background-color: rgb(247,246,243);
  color: black;
  float: left;
  border: 1px solid #dfdfdf !important;
  outline: none;
  cursor: pointer;
  padding: 14px 16px !important;
  font-size: 15px !imprtant;
  width: 50%;
  border-bottom: none !important;
  
}

.selected {
	color: #222 !important;
}

.tablink:hover {
  background-color: #17325A;
}

.tablink:not(:hover) {
	color: #222 !important;
}


/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: black;
  display: none;
  padding: 20px 20px 20px 20px;
  height: 100%;
  border-top: none;
}

#client {background-color: white;}
#lmra {background-color: white;}

body {
  font-family: lmrafont;
 }

.myinput {
  width: 100%;
  padding: 8px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

button {
  background-color: #17325A;
  color: white;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 0.8;
}

.loginbtn {
  width: 100%;
  padding: 10px 14px !important;
  background-color: #17325A;
  color: #fff;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  display: block !important;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1.85;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius:0px !important;
  float: left;
  border: 1px solid #dfdfdf !important;
  outline: none;
  cursor: pointer;
  font-size: 15px !imprtant;
  border: none !important;
}

.extrabtn {
  width: 100%;
  padding: 10px 14px !important;
  background-color: rgb(247,246,243);
  color: black;
  margin: 0px 0px 10px!important;
  display: block !important;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1.85;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius:0px !important;
  float: left;
  border: 1px solid #dfdfdf !important;
  outline: none;
  cursor: pointer;
  font-size: 15px !imprtant;
  border: none !important;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 57%;
}

.tooltip {
  position: relative;
  display: block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: white;
  color: #CC0000;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 110%;
  border: 1px solid #CC0000;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #CC0000 transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.links{
color:#8E9091 !important;
}


.links:hover{
color:#17325A !important;
}