/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'DIN Next LT Arabic';
  src: url('../fonts/DINNextLTArabic-Regular.eot');
  src: url('../fonts/DINNextLTArabic-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/DINNextLTArabic-Regular.woff') format('woff'), url('../fonts/DINNextLTArabic-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.inputText,
.inputTextarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #e2e2e2 !important;
  color: #505c61 !important;
  direction: ltr;
  resize: none;
  height: 40px;
  line-height: 1.5em;
  background: #FFFFFF;
  direction: rtl;
  text-align: right;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
.inputText.CAP,
.inputTextarea.CAP {
  text-transform: uppercase !important;
}
.inputText.green,
.inputTextarea.green {
  background-color: #d1eec7;
}
.inputText.yellow,
.inputTextarea.yellow {
  background-color: #f8f1cc;
}
.inputText.red,
.inputTextarea.red {
  background-color: #f7d3d3;
}
.inputText:focus,
.inputTextarea:focus {
  outline: none;
  border-color: #576dac !important;
  box-shadow: 0 0 10px #d7d7d7;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
.inputText:read-only,
.inputTextarea:read-only {
  color: #9a989a !important;
  background-color: #f1f1f1 !important;
}
.inputText:read-only:focus,
.inputTextarea:read-only:focus {
  box-shadow: none !important;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
}
/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}
/* IE 10+ */
.inputSelect {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #e2e2e2 !important;
  color: #505c61 !important;
  direction: ltr;
  resize: none;
  height: 40px;
  line-height: 1.5em;
  background: #FFFFFF;
  position: relative;
  line-height: 30px;
  z-index: 2;
  direction: rtl;
  text-align: right;
}
.inputSelect.filter {
  float: left;
  width: 300px;
}
.inputSelect:focus {
  outline: none;
  border-color: #576dac !important;
  box-shadow: 0 0 10px #d7d7d7;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
.inputSelect:disabled {
  background-color: #f1f1f1 !important;
  color: #9a989a !important;
}
.formHead {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #d7d7d7;
  line-height: 0.1em;
  margin: 40px 0 20px;
}
.formHead span {
  background: #FFFFFF;
  padding-right: 20px;
  color: #576dac;
  font-size: 1.5em;
}
.inputText[disabled],
.inputSelect[disabled],
.inputTextarea[disabled] {
  background-color: #e2e2e2;
  color: #505c61 !important;
  box-shadow: none;
  text-shadow: none;
}
.inputTextarea {
  vertical-align: top;
  line-height: normal;
  min-height: 80px;
}
.inputLabel {
  float: right;
  width: 100%;
  direction: rtl;
  text-align: right;
  color: #7cbcb9;
  font-size: 1.2em;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 5px;
}
.forgetPassword {
  margin-top: 10px;
  color: #576dac;
  display: inline-block;
  float: right;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
.forgetPassword:hover {
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  color: #7cbcb9;
}
label {
  color: #0e206f;
  font-weight: bold;
}
.checkboxWrapper {
  float: right;
  margin-right: 10px;
  padding-top: 28px;
}
.required {
  color: #c83838;
  font-size: 1.2em;
}
.buttonsWrapper {
  float: right;
  width: 100%;
  margin: 20px 0;
  padding: 0;
}
.buttonsWrapper.noPadding {
  margin: 0;
}
.buttonsWrapper.top {
  margin: 10px 10px 5px 10px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  float: right;
}
.buttonsWrapper .button {
  float: left;
  margin-right: 5px;
}
.fieldsGroup {
  float: right;
  width: 100%;
}
.fieldsGroup h3 {
  float: right;
  width: 97%;
  direction: rtl;
  margin-bottom: 20px;
  font-size: 1.3em;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 20px;
  color: #d7d7d7;
}
.fieldsWrapper {
  margin: 10px  0;
  position: relative;
  height: 60px;
}
.fieldsWrapper.inlineWrapper {
  height: 30px;
}
.fieldsWrapper.validationWrapper {
  height: 80px;
}
.inputTitle {
  color: #7cbcb9;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  border: 1px solid #e2e2e2;
  padding: 10px;
  margin: 20px 0;
  border-radius: 3px;
}
.formText {
  font-size: 1.2em;
  color: #7cbcb9;
  font-weight: bold;
  margin-top: 35px;
}
.formRef {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #576dac;
  color: #FFFFFF;
  text-align: center;
  line-height: 35px;
  font-size: 1.4em;
}
.formRef.wT {
  margin-top: 40px;
}
.formRef.wText {
  margin-top: 20px;
}
.button {
  padding: 12px 20px !important;
  color: #FFFFFF !important;
  display: block;
  font-size: 1.1em !important;
  float: left;
  text-align: center !important;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  border: none !important;
  cursor: pointer;
  text-transform: uppercase !important;
}
.button.pull-right + .button.pull-right {
  margin-right: 10px;
}
.button:focus {
  color: #FFFFFF !important;
  text-decoration: none;
  outline: none;
}
.button:hover {
  color: #FFFFFF !important;
  box-shadow: 0 4px 6px #d7d7d7;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
.button span {
  float: right;
  margin-right: 5px;
}
.button.green {
  background: #32a200;
  /* Old browsers */
  background: -moz-linear-gradient(left, #32a200 0%, #1c7b02 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #32a200 0%, #1c7b02 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #32a200 0%, #1c7b02 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32a200', endColorstr='#1c7b02', GradientType=1);
  /* IE6-9 */
}
.button.red {
  background: #c83838 !important;
  /* Old browsers */
  margin-left: 10px !important;
}
.button.red:hover {
  background-color: #8f2116 !important;
}
.button.gray {
  background: #fefefe;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fefefe 2%, #e3e5e5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fefefe 2%, #e3e5e5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fefefe 2%, #e3e5e5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e3e5e5', GradientType=0);
  /* IE6-9 */
  color: #505c61 !important;
}
.button.gray:hover {
  background: #e3e5e5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e3e5e5 0%, #fefefe 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e3e5e5 0%, #fefefe 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e3e5e5 0%, #fefefe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e5e5', endColorstr='#fefefe', GradientType=0);
  /* IE6-9 */
}
.button.disabled {
  background: #b5b5b5 !important;
  color: #FFFFFF;
  border: none;
  display: inline-block;
  cursor: default;
}
.button.disabled:focus {
  color: #FFFFFF;
  text-decoration: none;
}
.button.disabled:hover {
  background: #b5b5b5 !important;
  color: #FFFFFF;
  border-bottom: 1px solid #818181;
  border-top: 1px solid #dadada;
  text-shadow: 1px 1px 1px #818181;
}
.button.action {
  background: #576dac !important;
  /* Old browsers */
}
.button.outline {
  background-color: transparent !important;
  border: 1px solid #576dac !important;
  color: #7cbcb9 !important;
  margin-top: 20px;
  text-align: center !important;
}
.button.outline:hover {
  background-color: transparent !important;
  color: #576dac !important;
  border-color: #576dac !important;
}
.button.all {
  width: auto !important;
  position: absolute;
  z-index: 10;
  right: 20px;
  left: auto;
  bottom: 20px;
  background-color: #FFFFFF !important;
  border: none !important;
}
.button.all:hover {
  box-shadow: 0 0 10px #505c61;
}
.viewPassword {
  float: left;
}
.viewPassword i {
  color: #7cbcb9;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
.viewPassword:hover i {
  color: #576dac;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
.middleTitle {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
  line-height: 0.1em;
  margin: 20px 0 20px;
}
.middleTitle span {
  background: #FFFFFF;
  padding: 0 10px;
  color: #505c61;
}
.textareaWrapper {
  min-height: 100px;
}
.hasError label {
  color: #c83838 !important;
}
.hasError input,
.hasError select,
.hasError textarea {
  border: 1px solid #c83838 !important;
}
.witherror {
  border: 1px solid #c83838 !important;
}
.deleteIconBtn {
  color: #505c61;
}
.deleteIconBtn span {
  font-size: 1.2em;
  color: #c83838;
  margin-right: 5px;
  margin-top: -5px;
  display: inline-block;
}
.infoToolTip {
  position: absolute;
  top: 13px;
  left: -5px;
  color: #0e206f;
  font-size: 1.2em;
}
.infoToolTip + .tooltip {
  min-width: 140px;
}
.icheckbox_square-orange,
.iradio_square-orange {
  margin-right: 5px;
}
.dateIcon {
  background: url(../images/calendarIcon.png);
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 27px;
  left: 23px;
  z-index: 10;
}
.datepicker {
  background-image: url("../images/cal.svg");
  background-repeat: no-repeat;
  background-position: 4% 45%;
  background-size: 12%;
}
.formTitle {
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0px;
  color: #7cbcb9;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 20px;
  margin-top: 20px;
  background-color: #f1f1f1;
  border-left: 5px solid #576dac;
}
.separator {
  float: left;
  width: 10px;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  padding-top: 12px;
}
.form fieldset {
  float: right;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  border: 1px solid #e2e2e2;
  margin: 10px;
  padding: 10px 5px 5px;
  position: relative;
}
.form fieldset.updateStatusWrapper {
  background-color: #b2c4ce;
}
.form legend {
  display: block;
  padding-left: 2px;
  padding-right: 2px;
  color: #2aa6d9;
  border: none;
  width: auto;
  font-weight: bold;
  font-size: 1.2em;
}
.globalMessages {
  margin: 10px;
}
.globalMessages p {
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 3px;
}
.globalMessages p strong {
  font-weight: bold;
  margin-right: 10px;
}
.checkboxGroup {
  margin-top: 20px;
}
.attachments {
  float: left;
  width: 100%;
  direction: ltr;
  margin-top: 20px;
}
.attachments li {
  float: left;
  position: relative;
  width: 100%;
  background-color: #e2e2e2;
  padding: 10px;
  margin-bottom: 10px;
}
.attachments li p {
  float: left;
  width: 58%;
  margin-right: 2%;
  line-height: 1.2em;
}
.attachments li p span {
  float: left;
  margin-right: 10px;
  width: auto;
}
.attachments li h4 {
  float: left;
  width: 30%;
}
.attachments li h4 span {
  float: left;
  color: #505c61;
  width: auto;
  display: inline-block;
  margin-right: 10px;
}
.attachments li span {
  float: left;
  width: 20%;
  text-align: center;
  color: #9a989a;
}
.attachments li span.size,
.attachments li span.date {
  font-family: arial;
  direction: ltr;
}
.attachments li span.action {
  float: right;
  width: 10%;
  position: absolute;
  margin-top: -10px;
  right: 20px;
  top: 50%;
}
.deleteIcon {
  float: right;
}
.deleteIcon span {
  color: #c83838 !important;
  font-size: 1.7em;
  font-weight: normal;
}
.deleteIcon span:hover {
  color: #8f2116;
}
.editIcon {
  float: right;
  margin-right: 20px;
}
.editIcon span {
  color: #eeb51e !important;
  font-weight: normal;
  font-size: 1.8em;
}
.editIcon span:hover {
  color: #0e206f;
}
.inputFile {
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-top: 0 !important;
}
.inputFile.button span {
  color: #7cbcb9;
}
.inputFile input.upload {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.attachmentBtn {
  margin-top: 0 !important;
}
.spinner {
  position: absolute;
  left: -60px;
  top: 6px;
  background-color: #FFFFFF;
  width: 50px;
  height: 50px;
  z-index: 10;
  border-radius: 100px;
  background-image: url(../images/spinner.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/loading.gif') 50% 50% no-repeat rgba(249, 249, 249, 0.5);
}
div[title="People Picker"] {
  width: 100%;
  padding: 5px;
  border: 1px solid #bcbec0 !important;
  color: #1d1d1d !important;
  direction: ltr;
  text-align: left;
  resize: none;
  height: 40px;
  line-height: 1.5em;
  background: #ffffff;
  border-radius: 5px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
.fieldWrapper {
  margin-bottom: 10px;
}
.iconButton {
  float: right;
  margin: 0 0 0 5px !important;
  line-height: 30px !important;
}
.iconButton span {
  text-align: center;
  background-color: transparent !important;
  width: auto;
  padding: 0;
  border-radius: 3px;
}
.iconButton span::before {
  text-align: center;
  background-color: transparent !important;
  color: #505c61;
  font-size: 0.8em;
  top: 90% !important;
}
.iconButton small {
  margin-right: 5px;
}
.iconButton.edit span {
  color: #eea51e;
}
.iconButton.activate span {
  color: #046d5a;
}
.iconButton.delete span {
  color: #c83838;
}
.icheckbox_square-green + label {
  margin-left: 5px;
}
.inputSearch {
  float: left;
  width: 40%;
}
.inputSearch table {
  width: 100%;
}
.checkboxWrapper.highlighted {
  cursor: pointer;
  padding: 10px 10px 0 10px;
}
.checkboxWrapper.highlighted span {
  display: inline-block;
  padding: 10px;
  width: 100%;
}
.checkboxWrapper.highlighted:hover span,
.checkboxWrapper.highlighted.selected span {
  background-color: #fff3b1;
}
.checkboxWrapper.highlighted:hover span label,
.checkboxWrapper.highlighted.selected span label {
  cursor: pointer;
}
.intl-tel-input {
  width: 100%;
}
.alert {
  float: right;
  width: 100%;
  padding: 20px;
  border: 1px solid #9a989a;
  border-radius: 5px;
  font-size: 1.1em;
}
.alert h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}
.alert ul {
  margin-right: 20px;
  padding-right: 20px;
  list-style: square;
}
.alert ul li {
  margin-bottom: 10px;
}
.alert.danger {
  background-color: #f7d3d3;
  border-color: #c83838;
}
.alert.success {
  background-color: #d1eec7;
  border-color: #3ebb0c;
}
.cell-margin,
div.article,
div.welcome,
.welcome-content,
.ms-webpartzone-cell {
  padding: 0 !important;
  margin: 0 !important;
}
.g-recaptcha {
  margin-top: 20px;
}
.fieldsTitle {
  float: left;
  width: 100%;
  font-size: 1.2em;
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
  font-weight: bold;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 5px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #2aa6d9 !important;
}
.select2-selection__choice__remove {
  font-size: 1.1em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #2aa6d9 !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
  line-height: 25px;
}
.select2-container .select2-selection--single {
  height: auto;
  padding: 5px;
  border: 1px solid #d7d7d7;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 2px;
}
.button.inlineBtn {
  padding: 11px 15px !important;
  margin-right: -10px !important;
}
.formHint {
  display: inline-block;
  color: #505c61;
  margin-top: 10px;
  margin-bottom: 10px;
}
.formHint i {
  margin-right: 5px;
}
.formHint.success {
  color: #3ebb0c;
}
.formHint.error {
  color: #c83838;
}
.formSubTitle {
  font-size: 1.2em;
  font-weight: bold;
  color: #505c61;
}
.btn-primary {
  background-color: #2aa6d9 !important;
  border: none !important;
}
#eAISContent {
  border: none !important;
}
#s4-bodyContainer {
  padding-bottom: 0 !important;
}
.messageContainer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
}
.messageContainer .messageWrapper {
  margin: 20px auto;
  width: 250px;
  position: absolute;
  animation: message 1s 1;
  animation-fill-mode: forwards;
  border-radius: 3px;
  margin-left: -125px;
  box-shadow: ;
  padding: 20px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  left: 50%;
  z-index: 1001;
}
.messageContainer .messageWrapper h2 {
  margin: 30px 0 0 0;
  text-align: center;
  border-bottom: none;
  font-size: 1.6em;
  line-height: 1.5em;
}
.messageContainer .messageWrapper h2 span {
  margin-right: 5px;
  margin-top: 3px;
}
.messageContainer .messageWrapper .bigIcon {
  font-size: 5em;
  text-align: center;
  position: absolute;
  top: -23px;
  left: 37%;
}
.messageContainer .messageWrapper .bigIcon span {
  color: #7cbcb9 !important;
}
.messageContainer .messageWrapper p {
  margin: 0px 0;
  text-align: center;
}
.messageContainer .messageWrapper .buttonsWrapper {
  width: 100%;
  margin: 10px 0 0 0;
  float: right;
}
.messageContainer .messageWrapper .buttonsWrapper a {
  width: 100% !important;
  text-align: center;
}
.messageContainer .messageWrapper .buttonsWrapper a span {
  width: 100%;
  text-align: center;
}
.messageContainer .messageWrapper.error {
  background-color: #FFFFFF;
}
.messageContainer .messageWrapper.error .bigIcon span {
  color: #c83838 !important;
}
.messageContainer .messageWrapper.warning {
  background-color: #FFFFFF;
}
.messageContainer .messageWrapper.warning .bigIcon span {
  color: #eeb51e !important;
}
.messageContainer .messageWrapper.success {
  background-color: #FFFFFF;
}
.messageContainer .messageWrapper.success .bigIcon span {
  color: #7cbcb9 !important;
}
@-webkit-keyframes message {
  0% {
    opacity: 0;
    top: 0px;
  }
  100% {
    opacity: 1;
    top: 200px;
  }
}
@-moz-keyframes message {
  0% {
    opacity: 0;
    top: 0px;
  }
  100% {
    opacity: 1;
    top: 200px;
  }
}
@-o-keyframes message {
  0% {
    opacity: 0;
    top: 0px;
  }
  100% {
    opacity: 1;
    top: 200px;
  }
}
@keyframes message {
  0% {
    opacity: 0;
    top: 0px;
  }
  100% {
    opacity: 1;
    top: 200px;
  }
}
.error-msgs {
  margin: 15px 0;
  margin-bottom: 0;
}
.tableCol-75 {
  min-width: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'DIN Next LT Arabic' !important;
  font-size: 12px;
  position: relative;
  overflow-x: hidden;
  direction: rtl;
  text-align: right;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-family: 'DIN Next LT Arabic' !important;
}
p,
ul,
ol {
  font-family: 'DIN Next LT Arabic' !important;
}
.container {
  width: 1177px !important;
}
.hideText {
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
.borderRadius {
  border-radius: 3px;
}
.transition {
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
a,
a:active,
a:hover,
a:focus {
  outline: none !important;
  text-decoration: none !important;
}
.boxShadow {
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
}
.mainNavTrigger {
  float: left;
  width: 55px;
  height: 50px;
  text-align: left;
  color: #576dac !important;
  margin-bottom: 20px;
  font-size: 3em;
  display: none;
  padding-bottom: 10px;
  position: relative;
  z-index: 10;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
.mainNavTrigger.active {
  border: 1px solid #e2e2e2;
  border-bottom: none;
  background-color: #FFFFFF;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
header {
  margin: 30px 0;
}
header .idikharLogo {
  background-image: url(../images/idikhar_logo_ar.png);
  background-repeat: no-repeat;
  width: 252px;
  height: 144px;
  float: right;
}
header .ncbcLogo {
  background-image: url(../images/ncbc_logo-ar.svg);
  background-repeat: no-repeat;
  width: 188px;
  height: 56px;
  float: left;
  margin-top: 35px;
}
header .headerNav {
  float: left;
  margin-top: 20px;
  width: auto;
  list-style: none;
  clear: both;
}
header .headerNav li {
  margin: 0 10px;
  float: right;
  color: #000000;
  width: auto;
}
header .headerNav li a {
  color: #000000;
}
footer {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
}
.sideMenu {
  float: right;
  width: 370px;
  margin-left: 20px;
}
.sideMenu .searchWrapper {
  position: relative;
  width: 100%;
}
.sideMenu .searchWrapper .searchInput {
  border-radius: 0;
  border: 1px solid #7cbcb9 !important;
  position: relative;
  z-index: 2;
  padding-left: 60px;
  margin-top: 3px;
  font-size: 1.2em;
  font-weight: bold;
}
.sideMenu .searchWrapper .searchIcon {
  position: absolute;
  z-index: 3;
  background-image: url("../images/search_icon_ar.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  top: 2px;
  left: 10px;
  outline: none;
}
.sideMenu .card {
  border: none;
}
.sideMenu .card .card-header {
  padding: 0;
  color: #FFFFFF;
  font-size: 1.2em;
  border-bottom: 1px solid #FFFFFF;
}
.sideMenu .card .card-header a {
  color: #FFFFFF;
  display: block;
  padding: 15px 20px;
  background-color: #7cbcb9;
}
.sideMenu .card .card-header a.sideMenuLink {
  float: right;
  width: 85%;
  height: 48px;
}
.sideMenu .card .card-header a.sideMenuTrigger {
  float: left;
  width: 15%;
  opacity: 0.9;
}
.sideMenu .card .card-header a.selected,
.sideMenu .card .card-header a:hover {
  background-color: #576dac;
}
.sideMenu .card .card-header a i {
  float: right;
  font-size: 1.3em;
}
.sideMenu .card .card-body {
  padding: 0;
}
.sideMenu .card .card-body li {
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
}
.sideMenu .card .card-body li:last-child {
  border-bottom: 0;
}
.sideMenu .card .card-body li a {
  display: block;
  padding: 15px 20px;
  color: #505c61;
}
.sideMenu .liveChatIcon {
  background-image: url(../images/chat_bg_ar.png);
  width: 80px;
  height: 86px;
  color: #FFFFFF;
  font-size: 1.5em;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  display: block;
  margin: 15px auto;
  background-position: top center;
}
.sideMenu .liveChatIcon:hover {
  background-position: bottom center;
}
.heroWrapper {
  float: right;
  width: calc(100% - 390px);
  position: relative;
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
}
.heroWrapper.full {
  width: 100%;
}
.heroWrapper.full .hero {
  height: 350px;
}
.heroWrapper h2 {
  position: absolute;
  top: -22px;
  right: 0;
  color: #9a989a;
  font-size: 1.2em !important;
  z-index: 2;
}
.heroWrapper h2 a {
  color: #7cbcb9 !important;
}
.heroWrapper .button.outline {
  background-color: #FFFFFF !important;
  border: none !important;
  padding: 10px 15px !important;
  font-size: 0.9em !important;
  float: left;
}
.heroWrapper .button.outline:hover {
  box-shadow: none;
  color: #FFFFFF !important;
  background-color: #576dac !important;
}
.heroWrapper .hero {
  position: relative;
  height: 415px;
  width: 100%;
  overflow: hidden;
}
.heroWrapper .hero .title {
  position: absolute;
  right: 50px;
  text-align: center;
  z-index: 2;
  top: 120px;
  font-size: 1.5em;
  color: #576dac;
  font-weight: bold;
  width: 230px;
}
.heroWrapper .hero .heroTitle {
  font-size: 4em;
  color: #1e3e73 !important;
  z-index: 2;
  position: absolute;
  right: 0;
  border-right: 20px solid #7cbcb9;
  top: 100px;
  height: 130px;
}
.heroWrapper .hero .heroTitle.pageTitle {
  height: 70px;
  top: 140px;
  color: #1e3e73 !important;
}
.heroWrapper .hero .heroTitle.pageTitle h3 {
  height: 70px;
  line-height: 60px;
  color: #1e3e73 !important;
  padding-top: 0;
}
.heroWrapper .hero .heroTitle h3 {
  display: block;
  right: 0;
  z-index: 2;
  border-right: 20px solid #1e3e73;
  height: 130px;
  padding-right: 20px;
  color: #1e3e73 !important;
}
.heroWrapper .hero .heroTitle strong {
  font-weight: bold;
  display: block;
  color: #1e3e73 !important;
  font-size: 1.5em;
}
.heroWrapper .hero img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
}
.heroWrapper .hero p {
  position: absolute;
  z-index: 2;
  bottom: 0;
  top: auto;
  right: 0;
  width: 100%;
  font-size: 1.2em;
  padding: 20px;
  background-color: rgba(75, 159, 155, 0.85);
  color: #FFFFFF;
}
.heroWrapper .hero p strong {
  font-size: 1.2em;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.heroWrapper .hero .learnMore {
  position: absolute;
  z-index: 2;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  font-size: 1.2em;
  padding: 20px;
  background-color: rgba(75, 159, 155, 0.85);
  color: #FFFFFF;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
.heroWrapper .hero .learnMore strong {
  font-size: 1.2em;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.heroWrapper .hero .learnMore:hover {
  background-color: #4b9f9b;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  padding: 25px;
}
.genAdL {
  width: 100%;
  padding: 20px;
  float: right;
  background-color: #e2e2e2;
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
}
.genAdL img {
  float: right;
  margin-left: 20px;
  width: calc(70% - 20px);
}
.genAdL .genAdLTxt {
  float: right;
  width: 30%;
}
.genAdL .genAdLTxt .button {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 60px;
}
.genAdL .genAdLTxt p {
  width: 100%;
}
.genAdS {
  width: 100%;
  float: right;
  background-color: #e2e2e2;
  margin-top: 20px;
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
}
.genAdS img {
  width: 100%;
}
.genAdS .genAdSTxt {
  float: right;
  width: 100%;
  padding: 20px;
  background-color: #dde2ee;
  color: #1e3e73;
  font-size: 1.5em;
  height: 70px;
  text-align: center;
}
.latestNews {
  border: 1px solid #7cbcb9;
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
}
.latestNews h2 {
  color: #1e3e73;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
}
.latestNews .newsLink {
  background-color: #dde2ee;
  display: block;
  width: 100%;
  padding: 20px;
}
.latestNews .newsLink h3 {
  color: #1e3e73;
  font-weight: bold;
  font-size: 1.2em;
}
.latestNews .newsLink p {
  font-size: 1.1em;
  margin-top: 10px;
  color: #505c61;
}
.latestNews .newsLink strong {
  font-weight: bold;
}
.latestNews .newsLink:nth-child(even) {
  background-color: #deeeed;
}
.latestNews .newsLink:nth-child(even) h3 {
  color: #000000;
}
.latestNews .viewMore {
  width: 100%;
  display: block;
  text-align: center;
  color: #505c61;
  padding: 12px 0 18px 0;
  font-size: 1.3em;
  font-weight: bold;
}
.widgetWithTabs {
  position: relative;
}
.widgetWithTabs .nav-tabs {
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 0;
  z-index: 2;
}
.widgetWithTabs .nav-tabs .nav-link {
  border: none;
  background-color: rgba(124, 188, 185, 0.5);
  margin-left: 2px;
  font-size: 1.4em;
  padding: 10px 20px ;
  border-radius: 0;
  color: #FFFFFF;
}
.widgetWithTabs .nav-tabs .nav-link.active {
  background-color: #7cbcb9;
}
.widgetWithTabs .tab-content {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  right: 0;
  height: 350px;
}
.subTitle {
  font-size: 1.6em;
  color: #576dac;
  font-weight: bold;
  margin: 20px 0;
}
.faqs .card {
  border: none;
  margin-bottom: 10px;
}
.faqs .card .card-header {
  background-color: #ccd3e6;
  border-radius: 0;
  border: none;
  padding: 0;
}
.faqs .card .card-header a {
  color: #1e3e73;
  font-weight: bold;
  font-size: 1.2em;
  padding: 15px;
  display: block;
  widows: 100%;
}
.faqs .card .card-header a i {
  float: left;
  color: #1e3e73;
}
.faqs .card .card-body {
  border: none;
  padding: 10px;
  padding-bottom: 0;
  line-height: 1.5em;
}
.faqs .card .card-body .accordion {
  padding-bottom: 0;
}
.faqs .card .card-body .accordion .card {
  margin-bottom: 5px;
}
.faqs .card .card-body .accordion .card:last-child {
  margin-bottom: 0;
}
.faqs .card .card-body .accordion .card .card-header {
  background-color: #FFFFFF;
  border: 1px solid #dde2ee;
  font-size: 0.9em;
}
.faqs .card .card-body .accordion .card .card-header a {
  padding: 10px;
}
.faqs .card .card-body .accordion .card .card-header a i {
  color: #7cbcb9;
}
.pageFooter {
  border-top: 10px solid #9cccca;
  background-color: #deeeed;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.smallActionIcons {
  float: left;
  margin-bottom: 15px;
}
.smallActionIcons a {
  color: #505c61;
  margin-right: 10px;
}
.smallActionIcons a:hover {
  color: #7cbcb9;
}
.smallActionIcons a i {
  font-size: 2em;
}
.linkWithIcon {
  width: 100%;
  display: block;
  background-color: #deeeed;
  text-align: center;
  margin-bottom: 30px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
.linkWithIcon img {
  margin-top: 25px;
  width: 169px;
  height: 171px;
}
.linkWithIcon h3 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 15px;
  color: #576dac;
  padding: 0 15px;
}
.linkWithIcon p {
  background-color: #d1e8e7;
  color: #505c61;
  padding: 25px 15px;
  height: 75px;
}
.linkWithIcon:hover {
  margin-top: -10px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
.heroLink {
  width: 100%;
  position: relative;
  height: 342px;
  display: block;
  margin-bottom: 30px;
}
.heroLink:hover .heroLinkText {
  height: 120px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
.heroLink h3 {
  color: #FFFFFF;
  text-shadow: 0 0 15px #000000;
  font-weight: bold;
  font-size: 3em;
  position: absolute;
  top: 130px;
  text-align: center;
  width: 100%;
  right: 0;
  z-index: 2;
}
.heroLink img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  max-height: 350px;
}
.heroLink .heroLinkText {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 100%;
  background: rgba(75, 159, 155, 0.85);
  padding: 25px;
  text-align: center;
  color: #FFFFFF;
  height: 110px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
.heroLink .heroLinkText h4 {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 20px;
  margin-top: 0;
  color: #FFFFFF !important;
}
.textLink {
  background-color: #deeeed;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  height: 178px;
  padding-top: 20px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
.textLink:hover {
  margin-top: -10px;
  margin-bottom: 40px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
.textLink:hover strong {
  background-color: #576dac;
  color: #FFFFFF;
}
.textLink img {
  width: 100%;
}
.textLink h3 {
  font-size: 1.5em;
  font-weight: bold;
  color: #576dac;
  margin-bottom: 20px;
  padding: 0 20px;
  height: 41px;
  overflow: hidden;
}
.textLink p {
  color: #505c61;
  padding: 0 20px;
  margin-bottom: 20px;
  height: 26px;
  overflow: hidden;
}
.textLink strong {
  display: block;
  width: 100%;
  padding: 20px;
  background-color: #9cccca;
  color: #576dac;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}
article {
  display: block;
}
article h2 {
  font-weight: bold;
  font-size: 2em;
  color: #000000;
  margin-bottom: 20px;
}
article h2 .smallActionIcons {
  font-size: 0.6em;
}
article .date {
  width: 100%;
  color: #9a989a;
  margin-bottom: 20px;
}
article p {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 20px;
}
article .articleImg {
  width: 50%;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
}
article video {
  margin-bottom: 20px;
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
  border: 1px solid #e2e2e2;
  background-color: #000000;
}
article .relatedLinks li {
  display: inline-block;
  width: calc(50% - 10px);
  margin-bottom: 5px;
  margin-left: 5px;
}
article .relatedLinks li a {
  color: #1e3e73;
  background-color: #dde2ee;
  display: block;
  width: 100%;
  padding: 10px;
}
article .relatedLinks li a i {
  font-size: 1.5em;
  margin-left: 10px;
}
article .relatedLinks li a:hover {
  background-color: #deeeed;
}
.subSideMenu .subMenuTitles {
  border: 1px solid #e2e2e2;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 5px 0px #7cbcb9;
}
.subSideMenu .subMenuTitles h2 {
  font-size: 1.7em;
  font-weight: bold;
  color: #1e3e73;
  width: 100%;
  text-align: center;
}
.subSideMenu .subMenuTitles h3 {
  font-size: 1.4em;
  font-weight: bold;
  color: #7cbcb9;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.subSideMenu .card {
  background-color: #FFFFFF;
}
.subSideMenu .card .card-header {
  background-color: #FFFFFF;
  border-bottom: 0;
  padding: 0;
}
.subSideMenu .card .card-header a {
  color: #000000;
  font-size: 1.2em;
  display: block;
  width: 100%;
  padding: 15px;
}
.subSideMenu .card .card-header a:hover {
  background-color: #e2e2e2;
}
.subSideMenu .card .card-header a i {
  float: left;
}
.subSideMenu .card .card-body {
  padding: 0;
}
.subSideMenu .card .card-body ul li:first-child {
  border-top: 1px solid #e2e2e2;
}
.subSideMenu .card .card-body ul li:last-child a {
  border-bottom: 0 !important;
}
.subSideMenu .card .card-body ul li a {
  color: #505c61;
  display: block;
  font-size: 1.1em;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  padding: 15px;
}
.subSideMenu .card .card-body ul li a:hover {
  background-color: #e2e2e2;
}
.mapWrapper {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  height: 650px;
  margin-top: 20px;
}
.mapWrapper .map {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 650px;
  direction: ltr !important;
}
.mapWrapper .branchList {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  width: 33%;
  overflow: hidden;
  padding: 10px;
  padding-bottom: 0;
  background-color: #FFFFFF;
}
.mapWrapper .branchList .branchHead {
  background-color: #576dac;
  padding: 10px;
  width: 100%;
  display: inline-block;
  color: #FFFFFF;
  font-size: 1.5em;
  margin-bottom: 10px;
}
.mapWrapper .branchList .branchHead i {
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  float: left;
}
.mapWrapper .branchList .branchHead.collapsed i {
  transform: rotate(180deg);
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
.mapWrapper .branchList .branchWrapper {
  border: 1px solid #576dac;
  padding: 5px;
  width: 100%;
  margin-bottom: 10px;
}
.mapWrapper .branchList .branchWrapper:hover,
.mapWrapper .branchList .branchWrapper.selected {
  background-color: #dde2ee;
  border-color: #dde2ee;
}
.mapWrapper .branchList .branchWrapper a h3 {
  font-weight: bold;
  font-size: 1.2em;
  width: 100%;
  margin-bottom: 5px;
  color: #505c61;
}
.mapWrapper .branchList .branchWrapper a p {
  font-size: 1em;
  color: #9a989a;
}
.mapWrapper .branchList .branchWrapper a dl {
  display: inline-block;
  width: 49%;
  margin-top: 5px;
}
.mapWrapper .branchList .branchWrapper a dl dd {
  display: inline-block;
  width: 50%;
  text-align: left;
  color: #505c61;
}
.mapWrapper .branchList .branchWrapper a dl dt {
  display: inline-block;
  width: 45%;
  text-align: left;
  color: #9a989a;
}
.contactus {
  background-color: #e2e2e2;
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
}
.contactus .nav-tabs .nav-item {
  margin-right: 10px;
}
.contactus .nav-tabs .nav-item .nav-link {
  font-size: 1.4em;
  padding: 20px 15px;
  border-radius: 0;
  background-color: #7cbcb9;
  color: #FFFFFF;
  border: none;
  width: 262px;
  text-align: center;
}
.contactus .nav-tabs .nav-item .nav-link.active {
  background-color: #576dac;
}
.contactus .tab-content {
  padding: 10px;
  padding-top: 0;
}
.contactus .tab-content .inputLabel {
  background-color: #FFFFFF;
  padding: 15px;
  margin-top: 10px;
  height: 45px;
  margin-bottom: 0;
  color: #505c61;
  margin-left: 10px;
  border: 0 !important;
}
.contactus .tab-content .inputText,
.contactus .tab-content .inputSelect,
.contactus .tab-content .inputTextarea {
  border-radius: 0;
  margin-top: 10px;
  padding: 15px;
  border: 0 !important;
  height: 45px;
  width: 100%;
}
.contactus .tab-content .inputTextarea {
  height: 210px;
  position: relative;
  z-index: 1;
}
.contactus .tab-content .inputSelect {
  padding-top: 0;
  padding-bottom: 0;
}
.contactus .bigBtn {
  margin-top: -30px;
  position: relative;
  z-index: 2;
  padding: 20px !important;
  width: 200px;
  left: 50%;
  margin-left: -100px;
}
.contactus .button.red {
  margin-left: 20px;
}
.contactus .fieldContainer {
  margin-left: 10px;
  width: calc(50% - 10px);
}
.contactus .fieldContainer.phoneNum {
  direction: ltr;
}
.contactus .fieldContainer.phoneNum input {
  width: calc(70% - 14px);
  margin-left: 0;
  direction: ltr !important;
  text-align: left !important;
}
.contactus .fieldContainer.phoneNum input:first-child {
  width: 30%;
  margin-right: 10px;
}
.nano {
  width: 100%;
  height: 450px;
}
.nano .nano-content {
  padding-top: 10px;
  right: 10px !important;
  padding-right: 0px;
  padding-left: 0;
  padding-bottom: 30px;
}
.nano .nano-pane {
  background: #7cbcb9;
  right: auto;
  left: 5px;
}
.nano .nano-slider {
  background: #1e3e73;
}
.appointment {
  border: 1px solid #1e3e73;
  padding: 15px;
  background-color: #FFFFFF;
}
.appointment h2 {
  font-size: 2em;
  color: #1e3e73;
  margin-bottom: 15px;
}
.appointment h3 {
  font-size: 1.5em;
  color: #1e3e73;
  margin-top: 15px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 15px;
}
.appointment p {
  color: #505c61;
  font-size: 1.2em;
  line-height: 1.3em;
}
.modal-footer .button.outline {
  margin-top: 0 !important;
}
.appointmentDetails {
  display: inline-block;
  width: 100%;
  font-size: 1.2em;
  margin-top: 15px;
}
.appointmentDetails dt {
  display: inline-block;
  width: 33%;
  color: #505c61;
  font-weight: bold;
  vertical-align: top;
}
.appointmentDetails dd {
  display: inline-block;
  width: 66%;
  color: #1e3e73;
  line-height: 1.5em;
  vertical-align: top;
}
.searchResult {
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid #dde2ee;
  margin-bottom: 20px;
}
.searchResult strong {
  font-weight: bold;
}
.searchResult h3 a {
  font-size: 1.5em;
  font-weight: bold;
  color: #1e3e73;
}
.searchResult h3 a:hover {
  color: #7cbcb9;
}
.searchResult p {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-top: 15px;
}
.pagination {
  margin-bottom: 20px;
}
.pagination .page-item.active a {
  background-color: #7cbcb9;
  color: #FFFFFF;
  border-color: #7cbcb9;
}
.pagination .page-item a {
  color: #1e3e73;
  padding: 10px 15px;
  outline: none;
  font-size: 1.2em;
  border-radius: 0 !important;
}
.surveyItem {
  margin-bottom: 20px;
}
.surveyItem .buttonsWrapper {
  border-top: 1px solid #e2e2e2;
  padding-top: 20px;
}
.surveyItem .questionTitle {
  font-weight: bold !important;
  font-size: 1.5em;
  padding: 15px;
  border: 2px solid #7cbcb9;
  margin-bottom: 10px;
}
.surveyItem .questionHead {
  font-weight: bold !important;
  font-size: 1.3em;
  background-color: #dde2ee;
  padding: 15px;
}
.surveyItem .questionAnswer {
  margin-top: 20px;
  float: right;
  width: 95%;
  margin-right: 5%;
}
.surveyItem .questionAnswer.correct label {
  color: #046d5a;
}
.surveyItem .questionAnswer.incorrect label {
  color: #c83838;
}
.surveyItem .questionAnswer label {
  color: #505c61;
  float: right;
  font-size: 1.2em;
  width: calc(100% - 32px);
}
.surveyItem .questionAnswer .icheckbox_square-blue,
.surveyItem .questionAnswer .iradio_square-blue {
  float: right;
  margin-left: 10px;
}
.surveyTable td canvas,
.surveyTable th canvas {
  max-height: 250px;
}
.surveyTable td.selected,
.surveyTable th.selected {
  background-color: #dde2ee;
  border-color: #deeeed;
}
.surveyTable thead tr th {
  font-weight: bold;
  font-size: 1.4em;
  border: none !important;
  text-align: center;
  padding: 20px 0;
}
.surveyTable tbody {
  border: 1px solid #e2e2e2;
}
.surveyTable tbody tr td {
  padding: 20px;
  font-size: 1.1em;
  border: 1px solid #e2e2e2;
  font-weight: bold;
}
.surveyTable tbody tr td:first-child {
  font-size: 1.2em;
  font-weight: bold;
  text-align: right;
}
.surveyWelcome {
  border: 1px solid #e2e2e2;
  padding: 50px;
}
.surveyWelcome h2 {
  font-size: 2.5em;
  font-weight: bold;
}
.surveyWelcome p {
  margin-top: 30px;
  font-size: 1.5em;
  line-height: 1.5em;
  text-align: justify;
  border-top: 1px solid #e2e2e2;
  padding-top: 20px;
}
.surveyWelcome .button {
  margin-top: 50px;
}
.confirmation h2 {
  font-size: 2em;
  font-weight: bold;
}
.confirmation p {
  margin-top: 20px;
  font-size: 1.2em;
  line-height: 1.5em;
  text-align: justify;
  border-top: 1px solid #e2e2e2;
  padding-top: 20px;
}
#calendar {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
#calendar .fc-header-toolbar h2 {
  font-size: 1.5em;
  padding-top: 7px;
}
#calendar .fc-header-toolbar .fc-button {
  background: #7cbcb9;
  color: #FFFFFF;
  box-shadow: none;
  text-shadow: none;
  font-size: 1.4em;
  outline: none;
}
#calendar .fc-header-toolbar .fc-button.fc-state-active {
  background: #1e3e73;
}
#calendar .fc-widget-header {
  font-size: 1.3em;
  font-weight: bold;
  padding: 10px;
}
#calendar .fc-h-event {
  background: #dde2ee;
  color: #1e3e73;
  font-size: 1.2em;
  text-shadow: none;
  border: none;
  padding: 5px;
  display: inline-block;
  width: calc(100% - 10px);
}
#calendar .fc-event-dot {
  background: #7cbcb9;
}
.tooltiptopicevent {
  width: auto;
  height: auto;
  background: #7cbcb9;
  color: #FFFFFF;
  position: absolute;
  z-index: 10001;
  padding: 10px 10px 10px 10px ;
  line-height: 200%;
  font-size: 1.2em;
}
.eventListWrapper .eventList li {
  width: 100%;
  border: 1px solid #e2e2e2;
  padding: 15px;
  margin-bottom: 20px;
}
.eventListWrapper .eventList li h3 {
  font-size: 1.5em;
  color: #1e3e73;
}
.eventListWrapper .eventList li h3 a {
  color: #1e3e73;
}
.eventListWrapper .eventList li h3 a:hover {
  color: #7cbcb9;
}
.eventListWrapper .eventList li h4 {
  color: #9a989a;
  margin-top: 15px;
}
.eventListWrapper .eventList li h5 {
  color: #7cbcb9;
  font-size: 1.2em;
  margin-top: 15px;
}
.eventListWrapper .eventList li p {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-top: 15px;
}
.loginWrapper {
  background-image: url(../images/bg.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  padding: 0;
  min-height: 650px;
  position: relative;
}
.loginWrapper .loginBox {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 50px;
  margin: 50px auto;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  width: 450px;
  position: relative;
}
.loginWrapper .loginBox .errorPage h2 {
  font-size: 20em !important;
  color: #7cbcb9;
  border: none !important;
  width: 100%;
  text-align: center;
  margin: 100px 0;
  padding: 0;
}
.loginWrapper .loginBox .errorPage P {
  text-align: center;
}
.loginWrapper .loginBox.register {
  width: 700px;
  margin: 20px auto;
}
.loginWrapper .loginBox.register .outline {
  margin-right: 39%;
}
.loginWrapper .loginBox .outline {
  margin-left: 10px;
  margin-top: 0;
  display: inline-block;
  float: none;
}
.loginWrapper .loginBox .loginButtons {
  text-align: center;
}
.loginWrapper .loginBox .langBtn {
  background-color: #7cbcb9;
  padding: 5px 15px;
  display: inline-block;
  width: 85px;
  position: absolute;
  left: -85px;
  height: 35px;
  line-height: 20px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.2em;
  z-index: 100;
}
.loginWrapper .loginBox .langBtn:hover {
  left: -90px;
  width: 90px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
.loginWrapper .loginBox .button.action {
  margin-left: 0 !important;
}
.loginWrapper .loginBox h2 {
  border-right: 10px solid #7cbcb9;
  padding-right: 20px;
  height: 45px;
  line-height: 40px;
  font-size: 1.5em;
  margin-top: 20px;
}
.loginWrapper .loginBox .idikharLogo {
  background-image: url(../images/idikhar_logo_small_ar.png);
  background-repeat: no-repeat;
  width: 150px;
  height: 86px;
  float: right;
}
.loginWrapper .loginBox .ncbcLogo {
  background-image: url(../images/ncbc_logo_small-ar.svg);
  background-repeat: no-repeat;
  width: 130px;
  height: 42px;
  float: left;
  margin-top: 15px;
}
.loginWrapper .loginBox .formLink {
  color: #1e3e73;
  margin-top: 15px;
  display: inline-block;
}
.nano-content {
  right: 17px !important;
}
.navBtns {
  margin: 20px 0;
}
.navBtns .button {
  width: 100%;
}
.navBtns .button i {
  transform: rotate(180deg);
}
.subTopicTitle {
  font-size: 2em;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
}
.ui-datepicker {
  z-index: 3 !important;
}
.chatStatus {
  float: right;
}
.chatStatus i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  animation: animationFrames linear 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  -webkit-animation: animationFrames linear 1s;
  -webkit-animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: animationFrames linear 1s;
  -moz-animation-direction: alternate;
  -moz-animation-iteration-count: infinite;
  -o-animation: animationFrames linear 1s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: alternate;
  -ms-animation: animationFrames linear 1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: alternate;
}
.chatStatus.online {
  color: #046d5a;
}
.chatStatus.online i {
  background-color: #046d5a;
}
.chatStatus.offline {
  color: #c83838;
}
.chatStatus.offline i {
  background-color: #c83838;
}
@keyframes animationFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes animationFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes animationFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes animationFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes animationFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.contactUsTabsContent {
  border-right: 5px solid #e2e2e2;
  padding-right: 30px;
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
}
#chatScroll {
  margin-bottom: 15px;
}
.chatBox {
  float: left;
  width: 70%;
  margin-left: 15%;
  border: 1px solid #e2e2e2;
  padding: 10px;
  margin-bottom: 20px;
  height: 503px;
  z-index: 100;
}
.chatBox .nano {
  width: 100%;
  height: 380px;
  margin-bottom: 10px;
  position: relative;
}
.chatBox .chatTextarea {
  float: left;
  width: 80%;
}
.chatBox .chatTextarea .inputTextarea {
  border: 1px solid #dde2ee !important;
  min-height: 65px !important;
}
.chatBox .chatButtons {
  float: left;
  width: 20%;
  padding-left: 10px;
}
.chatBox .chatButtons .endChatBtn {
  float: left;
  width: 100%;
  padding: 5px 10px;
  background-color: #c83838;
  color: #FFFFFF;
  font-size: 1.1em;
  padding: 8px 10px 9px 10px;
  height: 30px;
  line-height: 12px;
  border: none;
  text-align: center;
  margin-bottom: 5px;
  text-shadow: none !important;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
.chatBox .chatButtons .endChatBtn:hover {
  box-shadow: 0 4px 6px #d7d7d7;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
.chatBox .chatButtons .sendBtn {
  float: left;
  width: 100%;
  padding: 5px 10px;
  background-color: #9a989a;
  color: #d7d7d7;
  font-size: 1.1em;
  padding: 8px 10px 9px 10px;
  border: none;
  height: 30px;
  line-height: 12px;
  text-align: center;
  margin-bottom: 5px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
.chatBox .chatButtons .sendBtn.active {
  background-color: #7cbcb9;
  color: #FFFFFF;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
.chatBox .chatButtons .sendBtn.active:hover {
  box-shadow: 0 4px 6px #d7d7d7;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
.chatInfoWrapper .chatUserAvatar {
  float: left;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
  text-align: left;
}
.chatInfoWrapper .chatUserInfo {
  float: left;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  color: #000000;
}
.chatInfoWrapper .chatUserInfo .startChatbuttons {
  float: left;
  width: 100%;
  margin: 5px 0;
}
.chatInfoWrapper .chatUserInfo .startChatbuttons .button {
  font-size: 0.9em !important;
  float: none;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 10px !important;
  margin-right: 5px;
  box-shadow: none !important;
}
.chatInfoWrapper .chatUserInfo h3 {
  font-weight: bold;
  float: left;
  width: 50%;
}
.chatInfoWrapper .chatUserInfo h4 {
  float: left;
  width: 50%;
  text-align: right;
  color: #d7d7d7;
}
.chatInfoWrapper .chatUserInfo p {
  float: left;
  width: 100%;
}
.messageWrapper {
  float: right;
  clear: both;
  width: 100%;
  padding-top: 10px;
}
.messageWrapper + .messageWrapper {
  margin-top: 10px;
}
.messageWrapper.agent {
  float: left;
}
.messageWrapper.agent .messageAvatar {
  float: left;
  margin-right: 10px;
  margin-left: 0px;
}
.messageWrapper.agent .messageInfo {
  float: left;
}
.messageWrapper.agent .messageInfo .messageUser {
  float: left;
}
.messageWrapper.agent .messageInfo .messageUser h3 {
  float: left;
  margin-left: 0;
  margin-right: 5px;
}
.messageWrapper.agent .messageInfo .messageUser h4 {
  float: left;
}
.messageWrapper.agent .messageInfo p {
  float: left;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 5px !important;
  background-color: #d1eec7;
}
.messageWrapper .messageAvatar {
  float: right;
  width: 55px;
  height: 55px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: 10px;
  text-align: right;
  position: relative;
}
.messageWrapper .messageInfo {
  float: right;
  width: -webkit-calc(100% - 66px);
  width: -moz-calc(100% - 66px);
  width: calc(100% - 66px);
  margin-top: -10px;
  color: #000000;
}
.messageWrapper .messageInfo .typingWrapper {
  float: left;
  margin-top: 18px;
  color: #046d5a;
}
.messageWrapper .messageInfo .typingWrapper small {
  float: left;
  margin-right: 5px;
  font-weight: bold;
  margin-top: -5px;
}
.messageWrapper .messageInfo .typingWrapper .circlesWrapper {
  float: right;
}
.messageWrapper .messageInfo .messageUser {
  float: right;
  clear: both;
  width: 100%;
  min-width: 110px;
}
.messageWrapper .messageInfo h3 {
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 1.2em;
}
.messageWrapper .messageInfo h4 {
  float: right;
  text-align: left;
  color: #d7d7d7;
  font-size: 1.2em;
}
.messageWrapper .messageInfo p {
  float: right;
  width: auto;
  background-color: #FFFFFF;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 5px;
  line-height: 1.24em;
  margin-top: 5px;
  border-top-right-radius: 0;
  clear: both;
}
.notCircle {
  background: #046d5a;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 0;
  right: 10px;
  text-align: center;
  line-height: 25px;
  color: #FFFFFF;
  -webkit-animation-name: bounceball;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation-delay: 0;
  -webkit-animation-timing-function: ease-out;
  animation-name: bounceball;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay: 0;
  timing-function: ease-out;
  animation-play-state: running;
  animation-fill-mode: none;
}
@-webkit-keyframes bounceball {
  from {
    bottom: 0;
    height: 15px;
  }
  10% {
    bottom: 0;
    height: 25px;
  }
  to {
    bottom: 20%;
  }
}
#circleG {
  width: 30px;
  margin: auto;
}
.circleG {
  background-color: #ffffff;
  float: left;
  height: 6px;
  margin-left: 3px;
  width: 6px;
  animation-name: bounce_circleG;
  -o-animation-name: bounce_circleG;
  -ms-animation-name: bounce_circleG;
  -webkit-animation-name: bounce_circleG;
  -moz-animation-name: bounce_circleG;
  animation-duration: 1.0675s;
  -o-animation-duration: 1.0675s;
  -ms-animation-duration: 1.0675s;
  -webkit-animation-duration: 1.0675s;
  -moz-animation-duration: 1.0675s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#circleG_1 {
  animation-delay: 0.2095s;
  -o-animation-delay: 0.2095s;
  -ms-animation-delay: 0.2095s;
  -webkit-animation-delay: 0.2095s;
  -moz-animation-delay: 0.2095s;
}
#circleG_2 {
  animation-delay: 0.4955s;
  -o-animation-delay: 0.4955s;
  -ms-animation-delay: 0.4955s;
  -webkit-animation-delay: 0.4955s;
  -moz-animation-delay: 0.4955s;
}
#circleG_3 {
  animation-delay: 0.6385s;
  -o-animation-delay: 0.6385s;
  -ms-animation-delay: 0.6385s;
  -webkit-animation-delay: 0.6385s;
  -moz-animation-delay: 0.6385s;
}
@keyframes bounce_circleG {
  50% {
    background-color: #7cbcb9;
  }
}
@-o-keyframes bounce_circleG {
  50% {
    background-color: #7cbcb9;
  }
}
@-ms-keyframes bounce_circleG {
  50% {
    background-color: #7cbcb9;
  }
}
@-webkit-keyframes bounce_circleG {
  50% {
    background-color: #7cbcb9;
  }
}
@-moz-keyframes bounce_circleG {
  50% {
    background-color: #7cbcb9;
  }
}
.endChatWrapper {
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
.endChatWrapper .endChatContainer {
  background-color: #FFFFFF;
  box-shadow: 0 0 10px #9a989a;
  padding: 20px;
  float: left;
  position: absolute;
  z-index: 5;
  width: 60%;
  top: 150px;
  left: 20%;
}
.endChatWrapper .endChatContainer h3 {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
}
