@font-face {
  font-family: Calibri;
  src: url(fonts/calibrib.ttf);
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: Calibri;
  src: url(fonts/calibri.ttf);
  font-weight: normal;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Calibri", "DroidKufi";
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
*:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  line-height: 1;
}

/* ==========================================================================
	Page HeadLine
========================================================================== */

.HeadLine {
  font-size: 45px;
  padding-top: 10px;
  padding-left: 70px;
  padding-bottom: 0px;
  color: rgba(34, 35, 39, 1);
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: -1px;
  width: calc(100% + 10px);
  display: inline-block !important;
  background-image: url(Img/Icons/Marketing.png);
  background-repeat: no-repeat;
  background-position: 10px 17px;
  background-size: auto 42px;
  padding-right: 40px;
  line-height: 66px;
}

.HeadLine span {
  font-size: 50%;
  width: auto;
  margin: 0px;
  font-weight: bold;
  color: rgba(5, 5, 5, 1);
}

.HeadLine .ActionsCounter {
  font-size: 14px !important;
  margin-top: -3px;
  vertical-align: top;
  margin-right: -6px;
  margin-left: -6px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
}

.HeadLine .AddItemsButton {
  margin-top: -2px;
  vertical-align: top;
  font-size: 30px;
  margin-left: 8px;
  margin-right: 10px;
  margin-bottom: 30px;
  background-image: url(Img/Icons/ADD.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: inline-block;
}

#FinishAddButton {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 35px;

  height: 50px;
}
#FinishAddButton.Loading {
  background-image: url(Img/loader.GIF);
  color: rgba(255, 255, 255, 0);
  pointer-events: none;
  -webkit-box-shadow: 0px 0px 2px rgba(14, 14, 14, 0.13);
  margin-top: 18px;
  box-shadow: 0px 0px 2px rgba(14, 14, 14, 0.13);
  margin-left: 97px;
}
#FinishAddButton.Ok {
  background-image: url(Img/true.png);
  color: rgba(255, 255, 255, 0);
  pointer-events: none;
  -webkit-box-shadow: 0px 0px 2px rgba(14, 14, 14, 0.13);
  margin-top: 18px;
  box-shadow: 0px 0px 2px rgba(14, 14, 14, 0.13);
  margin-left: 97px;
}

.PaperOptions {
  width: 210mm;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 200px;
  padding-left: 10mm;
  padding-right: 10mm;
  padding-top: 5mm;
  padding-bottom: 5mm;
  text-align: center;
  max-height: 10px;
  transition-duration: 100ms;
  overflow: hidden;
}

.PaperOptions img {
  display: inline-block;
  width: auto;
  height: auto;
  cursor: pointer;
  transition-duration: 100ms;
}
.PaperOptions img:hover {
  transform: scale(1.1);
}

.PaperOptions .delete-button {
  margin: 0px;
  opacity: 0;
  pointer-events: none;
  transition-duration: 200ms;
}

.PaperOptions.Active {
  max-height: 100px;
}
.PaperOptions.Active .delete-button {
  opacity: 1;
  pointer-events: auto;
}

.DeletePaperButton {
  max-height: 25px;
  float: left;
  margin-top: -15px;
  margin-left: -30px;
}

.DeletingNow {
  width: 50px !important;
  margin: 0px !important;
  padding: 0px !important;
  height: 10px !important;
  opacity: 0 !important;
  transform: scale(0) !important;
  transition-duration: 300ms !important;
}

#AddItemsForm {
  width: 100%;
  text-align: center;
  padding-right: 0px;
  padding-bottom: 0px;
  max-height: 0px;
  overflow: hidden;
  transition-duration: 400ms;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
}
#AddItemsForm.Active {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  max-height: 500px;
}

#AddItemsForm input {
  direction: ltr;
  width: 100%;
}

.delete-button {
  display: inline-block;
  margin-top: 300px;
  height: 55px;
  width: 150px;
  line-height: 55px;
  border: 2px solid #cdcdcd;
  border-radius: 3px;
  font-weight: 400;
  color: #aaa;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.63, 1.75, 0.22, 0.57);
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  align-self: center;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.delete-button:hover {
  border: 2px solid #e03e28;
  color: #e03e28;
}
.delete-button.activate {
  border: 2px solid #e03e28 !important;
  box-shadow: inset 0px 55px 0px 0px #f44336;
  color: #fff;
}
.delete-button.activate .confirm,
.delete-button.activate .button-face {
  transform: translate3d(0, 0px, 0);
}

.confirm {
  height: inherit;
  width: inherit;
  color: #fff;
  font-size: 16px;
}

.confirm,
.button-face {
  transform: translate3d(0, -55px, 0);
  transition: -webkit-transform 0.2s cubic-bezier(0.63, 1.75, 0.22, 0.57);
}

.DeletingNow {
  width: 50px !important;
  margin: 0px auto !important;
  padding: 0px !important;
  height: 10px !important;
  opacity: 0 !important;
  transform: scale(0) !important;
  transition-duration: 300ms !important;
}

.LinkTD {
  background-repeat: no-repeat !important;
  text-align: left !important;
  padding-left: 50px !important;
  background-size: 22px auto !important;
  background-position: 20px 18px !important;
  max-width: 300px;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 20px !important;
}

.LinkTD[LinkTybe="facebook"] {
  background-image: url("Img/Icons/Social/facebook.png");
}
.LinkTD[LinkTybe="Behance"] {
  background-image: url("Img/Icons/Social/behance.png");
}
.LinkTD[LinkTybe="blogspot"] {
  background-image: url("Img/Icons/Social/blogger.png");
}
.LinkTD[LinkTybe="twitter"] {
  background-image: url("Img/Icons/Social/twitter3.png");
}
.LinkTD[LinkTybe="instagram"] {
  background-image: url("Img/Icons/Social/instagram2.png");
}
.LinkTD[LinkTybe="google"] {
  background-image: url("Img/Icons/Social/Google.png");
  background-size: 26px auto !important;
}
.LinkTD[LinkTybe="Youtube"] {
  background-image: url("Img/Icons/Social/youtube.png");
}
.LinkTD[LinkTybe="linkedin"] {
  background-image: url("Img/Icons/Social/linkedin.png");
}
.LinkTD[LinkTybe="yellowpages"] {
  background-image: url("Img/Icons/Social/YellowPages.png");
}
.LinkTD[LinkTybe="Pinterest"] {
  background-image: url("Img/Icons/Social/pinterest.svg");
}
.LinkTD[LinkTybe="New"] {
  background-image: url("Img/Icons/New.png");
}
.LinkTD[LinkTybe="Other"] {
  background-image: url("Img/Icons/Marketing.png");
}
.LinkName {
  padding: 3px;
  font-weight: normal;
  color: rgba(0, 0, 0, 1);
}

#FollowersCounter {
  font-size: 150% !important;
  width: 190px;
}

#AllFetchedSearch {
  width: 300px;
  height: 40px;
  border-left-style: none;
  border-right-style: none;
  border-bottom: 2px solid rgba(0, 0, 0, 1);
  border-top-style: none;
  text-align: right;
  margin-bottom: 8px;
  border-radius: 0px;
  padding-right: 40px;
  background-position: calc(100% - 5px) center;
  background-image: url(Img/Icons/Tag.png);
  background-repeat: no-repeat;
  background-size: 30px auto;
  direction: rtl;
  line-height: 40px;
  font-size: 16px;
  display: block;
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0px 0px rgba(255, 255, 255, 0);
  box-shadow: 0px 0px rgba(255, 255, 255, 0);
  margin-left: 20px;
  float: right;
  text-transform: capitalize;
  margin-top: 10px;
}

.StatusTD {
  background-repeat: no-repeat;
  background-size: auto 33px;
  background-clip: padding-box;
  background-position: center center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0) !important;
  font-size: 0px !important;
  user-select: none !important;
  transition-duration: 100ms;
}

.StatusTD[status="New"] {
  background-image: url(Img/Icons/Neww.png);
  background-size: 32px auto;
}
.StatusTD[status="Waiting"] {
  background-image: url(Img/Icons/menu.png);
  background-size: 20px auto;
}
.StatusTD[status="Pending"] {
  background-image: url(Img/Icons/Pending.png);
}
.StatusTD[status="Alert"] {
  background-image: url(Img/Icons/alert.png);
  background-size: 30px auto;
}
.StatusTD[status="Check"] {
  background-image: url(Img/Icons/CheckTany.png);
  background-size: 30px auto;
}
.StatusTD[status="Done"] {
  background-image: url(Img/Icons/true2.png);
}
.StatusTD[status="Reviewed"] {
  background-image: url(Img/Icons/Reviewed.png);
}

.StatusTD[status="Nice"] {
  background-image: url(Img/Icons/star3.png);
}
.StatusTD[status="Gold"] {
  background-image: url(Img/Icons/FreeAds.png);
}
.StatusTD[status="Warning"] {
  background-image: url(Img/Icons/alert.png);
}
.StatusTD[status="Minus"] {
  background-image: url(Img/Icons/Limit.png);
  background-size: 30px auto;
  filter: grayscale(1);
}

.StatusTD.Loading {
  background-size: auto 0px;
}

.CommentTD {
  max-width: 300px;
}

.EditLinkButton {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center 5px;
  width: 22px !important;
  height: 16px;
  background-image: url(Img/Icons/menu.png);
  float: right;
  vertical-align: middle;
  background-size: 15px auto;
  transition-duration: 200ms;
  border-radius: 50%;
  cursor: pointer;
}
.EditLinkButton:hover {
  transform: scale(1.1);
}
.ItemRow.Active .EditLinkButton {
  background-image: url(Img/Icons/Menu-wht.png);
}

.sortable-placeholder {
  -webkit-box-shadow: -2px 2px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 2px 3px 1px rgba(0, 0, 0, 0.1);
  display: table-row;
  text-align: right;
  line-height: 50px;
  transition: ease 100ms;
  cursor: pointer;
  border-radius: 3px;
  border: 2px dashed rgba(0, 0, 0, 1);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #839ab7;
  direction: rtl;
  font-size: 20px;
  background-image: url(Img/Icons/Pointer.png);
  background-size: 25px auto;
  width: 100%;
  height: 40px;
  opacity: 0;
}

#KeywordsShowDIV {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 99;
  width: 88%;
  left: 6%;
  right: 6%;
  bottom: 0px;
  top: 0px;
  height: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.95);
  padding-top: 100px;
  padding-right: 40px;
  padding-left: 100px;
  padding-bottom: 100px;
  text-align: left;
  display: block;
}
#KeywordsShowDIV.Active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
#KeywordsForm {
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 20px;
}
#KeywordsForm input:not(#SaveKeywordsButton) {
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  border-left-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-top-color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 50px;
  -webkit-box-shadow: 0px 0px rgba(255, 255, 255, 0);
  box-shadow: 0px 0px rgba(255, 255, 255, 0);
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  padding-top: 8px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
#KeywordsForm #DetailstextArea {
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 0);
  width: 100%;
  display: block;
  direction: ltr;
  padding: 15px;
  text-align: center;
  text-indent: 30px;
  background-image: url(../imgs/hashtag.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 10px;
  background-size: 25px auto;
  padding-top: 10px;
  font-weight: normal;
  width: 100%;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(24, 116, 225, 1);
  background-image: none;
  text-indent: 0px;
  -webkit-box-shadow: 0px 0px rgba(255, 255, 255, 0);
  box-shadow: 0px 0px rgba(255, 255, 255, 0);
  border-radius: 0px;
  border-bottom: 1px dashed rgba(0, 0, 0, 1);
  direction: ltr !important;
}
#ProductName {
}

#SaveKeywordsButton {
  color: rgba(255, 255, 255, 1);
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 20px;
  padding-right: 15px;
  padding-left: 15px;
  height: 0px;
  margin: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 1px;
  margin-top: 0px;
  background-color: rgba(43, 191, 124, 1);
  transition-duration: 0ms;
  margin-bottom: 0px;
  opacity: 0;
  pointer-events: none;
  transition-duration: 400ms;
  background-size: auto 20px;
}
#SaveKeywordsButton.Active {
  height: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  opacity: 1;
  pointer-events: auto;
}
#SaveKeywordsButton.Loading {
  background-color: rgba(255, 190, 0, 1);
  color: rgba(255, 255, 255, 0);
  background-image: url(Img/Menu-White.png);
  background-size: 20px auto;
}
#SaveKeywordsButton.Done {
  background-color: rgba(43, 191, 124, 1);
  color: rgba(255, 255, 255, 0);
  background-image: url(Img/Icons/Checked.png);
}
#SaveKeywordsButton.Warning {
  background-color: rgba(248, 122, 122, 1);
  color: rgba(255, 255, 255, 0);
  background-image: url(../imgs/cancel.png);
}

.CheckListUL {
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin: 0px;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  border-left: thin dashed rgba(197, 197, 197, 1);
  width: calc(100% - 0px);
}
.CheckListUL:first-of-type {
  border-left: none;
}

.ToChooseLi {
  text-align: left;
  list-style: none;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 5px;
  color: #000;
  margin-right: 20px;
  transition-duration: 200ms;
  cursor: pointer;
  transform-origin: left;
  line-height: 1;
  padding-left: 36px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 30px auto;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
}
.ToChooseLi:hover {
  color: rgba(39, 102, 176, 1);
}

.ToChooseLi.UserList {
  background-size: 36px auto;
  padding-left: 44px;
}

.ToChooseLi.Active {
}

.ToChooseLi h2 {
  margin: 0px;
  width: calc(100% - 60px);
}
.ToChooseLi.Ninja {
  color: black;
  cursor: default;
}
.ToChooseLi.Ninja {
  background-image: url("Img/Icons/ninjaMan.png");
}

.ToChooseLi .count {
  padding-left: 26px;
  background-size: 20px auto;
  background-image: url(Img/Icons/Marketing.png);
  background-repeat: no-repeat;
  background-position: left center;
  float: right;
}

.ToChooseLi.PagesCounter h2 {
  text-align: left;
  font-size: 16px;
  font-weight: 900;
  margin: 0px;
  padding: 0px;
  line-height: 1;
  display: inline-block;
  text-transform: capitalize;
}

.ToChooseLi.PagesCounter {
  background-image: url(Img/Icons/Marketing.png);
  background-size: 28px auto !important;
}
.ToChooseLi.PagesCounter.facebook {
  background-image: url(Img/Icons/Social/facebook.png);
}
.ToChooseLi.PagesCounter.blogspot {
  background-image: url("Img/Icons/Social/blogger.png");
}
.ToChooseLi.PagesCounter.Behance {
  background-image: url("Img/Icons/Social/behance.png");
}
.ToChooseLi.PagesCounter.twitter {
  background-image: url("Img/Icons/Social/twitter3.png");
}
.ToChooseLi.PagesCounter.linkedin {
  background-image: url("Img/Icons/Social/linkedin.png");
}

.ToChooseLi.PagesCounter.instagram {
  background-image: url("Img/Icons/Social/instagram2.png");
}

.ToChooseLi.PagesCounter.google {
  background-image: url("Img/Icons/Social/Google.png");
  background-size: 30px auto !important;
}
.ToChooseLi.PagesCounter.Youtube {
  background-image: url("Img/Icons/Social/youtube.png");
}
.ToChooseLi.PagesCounter.yellowpages {
  background-image: url("Img/Icons/Social/YellowPages.png");
}

.ToChooseLi.PagesCounter.Pinterest {
  background-image: url("Img/Icons/Social/pinterest.svg");
}

.SectionTitle {
  text-align: left;
  font-size: 22px;
  color: rgba(0, 0, 0, 1);
  padding-left: 50px;
  background-image: url(Img/Icons/falling-star.png);
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: contain;
  background-size: 40px auto;
  display: flow-root;
  margin-top: 8px;
  padding-top: 3px;
  margin-left: 0px;
  text-transform: uppercase;
  padding-bottom: 3px;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  line-height: 1;
}
.SectionTitle span {
  color: #fabe2c;
  font-size: 14px;
}

.SectionTitle.BigyTitle {
  background-image: url(Img/Icons/Edrab-Nar.png);
  margin-left: -1px;
  background-size: 52px auto;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 0px;
  font-size: 30px;
  background-position: calc(50% + 5px) top;
  text-align: center;
}

.TableRow {
  -webkit-box-shadow: -1px 1px 2px 1px rgb(255 79 0 / 10%);
  box-shadow: -1px 1px 2px 1px rgb(255 79 0 / 10%);
  padding-top: 7px;
  padding-right: 15px;
  padding-left: 30px;
  padding-bottom: 7px;
  margin: 5px auto 0px;
  display: inline-block;
  width: calc(100% - 24px);
  text-align: left;
  line-height: 25px;
  transition: 200ms;
  cursor: pointer;
  border-radius: 18px;
  border: 1px solid rgba(200, 0, 255, 0);
  font-weight: bold;
  color: black;
  text-transform: capitalize;
  -webkit-box-shadow: -1px 1px 2px 1px rgba(0, 100, 255, 0.1);
  border-radius: 8px;
  box-shadow: -1px 1px 2px 1px rgba(0, 100, 255, 0.1);
  width: calc(100% - 0px);
  line-height: 15px;
  position: relative;
}
.TableRow:hover {
  border: 1px solid rgba(255, 79, 0, 0.2);
  -webkit-box-shadow: -2px 2px 3px 1px rgba(255, 79, 0, 0.13);
  box-shadow: -2px 2px 3px 1px rgba(255, 79, 0, 0.13);
}
.TableRow:hover .DeleteFollowersRow {
  pointer-events: auto;
  opacity: 1;
}
.TableRow a {
  padding-right: 8px;
  color: rgba(0, 124, 255, 1);
  max-width: 480px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-height: 25px;
  line-height: 25px;
  margin-bottom: -6px;
  max-width: calc(100% - 355px);
  font-size: 16px;
  line-height: 30px;
}
.TableRow a:hover {
  color: rgba(255, 182, 0, 1);
}

.TableRow a {
  max-width: calc(100% - 65px);
}

.DeleteFollowersRow {
  opacity: 0;
  pointer-events: 0;
  position: absolute;
  left: -16px;
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-image: url(Img/Icons/Minus.png);
  background-position: center center;
  background-size: 15px auto;
  top: calc(50% - 15px);
  transition-duration: 200ms;
  filter: grayscale(1);
}
.DeleteFollowersRow:hover {
  transform: scale(1.1);
  filter: grayscale(0);
  background-size: 20px auto;
}

.FollowersNexes {
  background-image: url("Img/Icons/User.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px;
  float: right;
  text-align: right;
  color: rgba(0, 0, 0, 1);
  background-size: 20px auto;
  line-height: 30px;
  height: 30px;
  font-weight: bold;
}

.AddNexes {
  width: 40px;
  border-radius: 50%;
  height: 40px;
  background-image: url(Img/Icons/ADD.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px auto;
  display: block;
  margin-top: 12px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  transition-duration: 200ms;
  margin-top: -90px;
}
.AddNexes:hover {
  transform: scale(1.1);
}

.fb-like {
  display: inline-block !important;
  vertical-align: middle;
  margin-left: 9px;
  margin-top: 18px !important;
  margin-bottom: 12px;
}

.fb-page {
  width: 52px !important;
  margin-top: auto !important;
  display: inline-block !important;
  margin-bottom: 12px !important;
  overflow: hidden !important;
  direction: ltr !important;
  height: 52px !important;
  padding-right: 0px !important;
  border-radius: 50% !important;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.09) !important;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.09) !important;
  transform: scale(1) !important;
  background-image: url(Img/loader.GIF) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 20px auto !important;
  transition-duration: 200ms !important;
  border: 1px solid rgba(255, 255, 255, 1) !important;
  vertical-align: middle !important;
}
.fb-page:hover {
  border: 1px solid rgba(164, 208, 255, 1) !important;
}
.fb-page.Hidden,
.fb-like.Hidden {
  display: none !important;
}
.fb_iframe_widget span {
  margin: 0px !important;
  margin-top: -10px !important;
  margin-left: -10px !important;
}

.dribbble {
  float: right;
  padding-right: 0px;
  text-align: right;
  display: inline-block;
  width: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  background-image: url("Img/Icons/Like4Like.png");
  color: rgba(255, 255, 255, 0);
  transition-duration: 300ms;
  height: 50px;
  font-size: 0px;
  position: fixed;
  top: 55px;
  right: 40px;
  transform-origin: center center;
}
.dribbble:hover {
  color: rgba(255, 255, 255, 0);
  transform: scale(1.1);
}

.SocialMediaHead {
  width: auto;
  height: auto;
  display: inline-block;
  max-width: 800px;
  pointer-events: none;
}

.DisabledShow {
  background-color: rgba(255, 255, 255, 1);
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 22px auto;
  padding-left: 45px;
  padding-right: 10px;
  padding-top: 10px;
  border-radius: 16px;
  padding-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-image: url(Img/Icons/Limit.png);
  filter: grayscale(1);
  margin-top: 25px;
  margin-bottom: 25px;
  display: inline-block;
  width: auto;
  cursor: pointer;
  transition-duration: 200ms;
  font-size: 14px;
}
.DisabledShow.Active {
  background-color: rgba(33, 33, 33, 1);
  color: rgba(255, 255, 255, 1);
}
.DisabledShow:hover {
  transform: scale(1.1);
}
.HideMinus {
  display: none;
}

::-webkit-scrollbar {
  width: 5px;
  background: #f3faff;
}

::-webkit-scrollbar-track {
  border-radius: 0px;
  border: 0px solid #c8c8c8;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #14222a;
  cursor: pointer;
}

::-webkit-scrollbar-thumb:active {
  background-color: dodgerblue;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #f1f1f1;
  background-image: none;
  color: rgba(19, 69, 115, 1);
}

/* ==========================================================================
	Tables
========================================================================== */

table,
td,
tr {
  font-size: 20px;
  border-collapse: separate;
  border-spacing: 0px 10px;
  text-align: left;
}

table {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  min-width: 800px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0);
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}
td {
  margin: 5px;
  padding-right: 20px;
  border-collapse: separate;
  cursor: default;
  font-size: 16px;
  min-width: 70px;
  vertical-align: middle;
  text-align: left;
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 0px 0px rgba(0, 0, 0, 0);
  border-spacing: 0px 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: rgba(0, 0, 0, 1);
  padding-left: 20px;
  text-transform: capitalize;
  font-weight: normal;
  line-height: 1;
}
td:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.SmallHeigPad td,
.SmallHeigPad th {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

tr {
  border: 1px solid rgba(0, 0, 0, 0);
  margin: 5px;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 10px;
  border-radius: 8px;
  transition-duration: 400ms;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  height: 40px;
}
tr:hover,
th:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.First {
  font-weight: bold;
  color: rgba(16, 59, 111, 1);
  font-size: 22px;
  text-transform: uppercase;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.First th {
  background-color: rgba(255, 255, 255, 0);
  color: rgba(0, 0, 0, 1);
  border-left: thin solid rgba(255, 255, 255, 0.11);
  border-right: thin solid rgba(255, 255, 255, 0.11);
  border-top: thin solid rgba(255, 255, 255, 0.11);
  cursor: pointer;
  text-align: left;
  padding-left: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  padding-bottom: 10px;
  padding-right: 20px;
  font-size: 12px;
  padding-top: 15px;
}
.First th.Active {
  color: rgba(0, 155, 255, 1);
}
.First th:first-child {
  border-top-left-radius: 8px;
}
.First th:last-child {
  border-top-right-radius: 8px;
}

.First th img {
  width: auto;
  height: auto;
  max-height: 20px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
}

.ItemRow {
  background-color: rgba(255, 255, 255, 1) !important;
}

.ItemRow.Deactivated {
  display: none;
}

.ItemRow.Active td {
  background-color: rgba(50, 101, 152, 1) !important;
  color: rgba(255, 255, 255, 1);
}
.ItemRow.Active td a {
  color: rgba(255, 255, 255, 1) !important;
}
.ItemRow.Active td:focus {
  color: rgba(0, 163, 255, 1) !important;
}
.ItemRow td:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.ItemRow td:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.ItemRow td span {
  margin-top: 5px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 5px;
  display: block;
}

.Edity {
  cursor: text;
}

.Edity:focus {
  color: rgba(2, 69, 150, 1);
}

.Eighty {
  font-size: 80% !important;
}

/********************************** 7alat Sha23a  */

.SmallSquareTD {
  width: 50px;
  text-align: center !important;
}
.SmallSquareTD img {
  margin: 4px !important;
}
.Bold {
  font-weight: bold !important;
}
.Pointer {
  cursor: pointer;
}

.Hovery {
  cursor: pointer;
  transition-duration: 200ms;
}
.Hovery:hover {
  transform: scale(1.1);
}

.DeleteCircleBut {
  width: 22px;
  height: 22px;
  display: inline-block;
  filter: grayscale(1);
}
.DeleteCircleBut:hover {
  filter: grayscale(0);
}

/*********************************   7alat Most3sya */

.ItemRow td[kind="Followers"],
.ItemRow td[kind="Power"] {
  font-weight: bold;
  font-size: 22px;
  width: 100px;
}
.ItemRow[status="Minus"] {
  background-color: rgba(235, 235, 235, 1) !important;
}
.ItemRow td[kind="Power"].Plus {
  color: rgba(2, 160, 40, 1);
}
.ItemRow td[kind="Power"].Minus {
  color: rgba(160, 1, 1, 1);
}
.ItemRow td[kind="Power"].TopPower {
  background-image: url(Img/Icons/light.svg);
  background-repeat: no-repeat;
  background-position: -27px center;
  background-size: auto 60px;
}

.Fasel {
  display: block;
  margin-right: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  margin-top: 0px;
  width: 100%;
  margin-left: 5px;
  margin-bottom: 20px;
}

#CompassPopUp .Fasel {
  width: calc(90% - 24px);
  border-bottom: 2px dashed rgba(0, 0, 0, 0.11);
}

#FinalAddAction[disabled="disabled"],
#FinalEditCustomer[disabled="disabled"] {
  background-color: rgba(42, 42, 42, 1);
  color: rgba(255, 255, 255, 1);
}
#FinalAddAction[disabled="disabled"]:hover,
#FinalEditCustomer[disabled="disabled"]:hover {
  background-color: rgba(154, 26, 29, 1);
  color: rgba(255, 255, 255, 1);
}

#FetchCustomerBigDiv {
  cursor: default !important;
}

.DeletingNow {
  width: 50px !important;
  margin: 0px !important;
  padding: 0px !important;
  height: 10px !important;
  opacity: 0 !important;
  transform: scale(0) !important;
  transition-duration: 300ms !important;
}

#AddCustomerBigDiv.Active {
  opacity: 1;
  pointer-events: auto;
  border-radius: 0%;
  transform: scale(1);
}

.AddCustomerForm input {
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: 15px center;
  padding-left: 50px;
}

.NewCustomerTitle {
  text-align: center;
  font-size: 40px;
  display: block;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  background-image: url(Img/Icons/customers-Add.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding-right: 10px;
  width: auto;
  padding-top: 90px;
  padding-left: 10px;
  background-size: 80px auto;
}

.MarketChSelectButton {
  -webkit-box-shadow: -2px 2px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 2px 3px 1px rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  padding-right: 60px;
  padding-bottom: 14px;
  margin: 10px;
  text-align: left;
  transition: ease 100ms;
  border-radius: 3px;
  border: 1px solid rgba(200, 0, 255, 0);
  font-weight: bold;
  color: black;
  background-color: rgba(255, 255, 255, 1);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-image: url(Img/Icons/Marketing.png);
  background-size: 25px auto;
  padding-left: 50px;
  cursor: pointer;
  height: auto !important;
}

#MarketChDiv {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  justify-content: center;
  -webkit-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  transform: scale(0.2);
  flex-wrap: wrap;
  padding: 150px;
  z-index: 9999999;
  overflow: auto;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  min-height: 100%;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  border: medium dashed rgba(187, 187, 187, 0.28);
}
#MarketChDiv.Active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

#MarketingInput {
  color: rgba(34, 31, 31, 1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.36);
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 25px;
  border-radius: 15px;
  background-color: rgba(248, 248, 248, 1);
  border-style: none;
  font-size: 26px;
  height: 80px;
  text-transform: capitalize;
  direction: ltr;
  width: 90%;
}

.MarketChItem {
  -webkit-box-shadow: -2px 2px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 2px 3px 1px rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  padding-right: 60px;
  padding-left: 80px;
  padding-bottom: 14px;
  margin: 10px;
  display: inline-block;
  text-align: left;
  line-height: 25px;
  transition: ease 100ms;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid rgba(200, 0, 255, 0);
  float: right;
  font-weight: bold;
  color: black;
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: 22px center;
  width: 20%;
  background-color: rgba(255, 255, 255, 1);
  font-size: 20px;
  text-transform: capitalize;
}

.MarketChItem[LinkTybe="facebook"] {
  background-image: url("Img/Icons/Social/facebook.png");
}
.MarketChItem[LinkTybe="Behance"] {
  background-image: url("Img/Icons/Social/behance.png");
}
.MarketChItem[LinkTybe="twitter"] {
  background-image: url("Img/Icons/Social/twitter3.png");
}
.MarketChItem[LinkTybe="instagram"] {
  background-image: url("Img/Icons/Social/instagram2.png");
}
.MarketChItem[LinkTybe="google"] {
  background-image: url("Img/Icons/Social/Google.png");
}
.MarketChItem[LinkTybe="youtube"] {
  background-image: url("Img/Icons/Social/youtube.png");
}
.MarketChItem[LinkTybe="website"] {
  background-image: url("Img/Icons/Web.png");
}
.MarketChItem[LinkTybe="friend"] {
  background-image: url("Img/Icons/heart.png");
}
.MarketChItem[LinkTybe="old"] {
  background-image: url("Img/Icons/OlD.png");
}
.MarketChItem[LinkTybe="whatsapp"] {
  background-image: url("Img/Icons/Social/whatsapp.svg");
}
.MarketChItem[LinkTybe="UN"] {
  background-image: url("Img/Icons/Ask2.png");
}
.MarketChItem[LinkTybe="Other"] {
  background-image: url("Img/Icons/Marketing.png");
}

.MarketChItem:hover {
  transform: scale(1.05);
}

#AddCustomerBigDiv {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 51;
  width: calc(75% - 0px);
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  height: 100%;
  overflow: auto;
  display: inline-block;
  background-color: rgba(255, 255, 255, 1);
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-shadow: -7px 0px 14px rgba(0, 0, 0, 0.19);
  box-shadow: -7px 0px 14px rgba(0, 0, 0, 0.19);
  padding-bottom: 0px;
  padding-top: 50px;
  transform-origin: right bottom;
}

#AddCustomerBigDivContent {
  padding-bottom: 0px;
}

.AddCustomerForm {
  display: block;
  margin-bottom: 0px;
}

#customerdiv {
  padding-top: 25px;
  padding-right: 0px;
  padding-bottom: 50px;
  min-height: calc(100% - 200px);
}

#AddCustomerBigDivContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 1);
}

.whatactionChoicesDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 0px;
}
.Choices {
  margin-left: 5px;
  padding: 5px;
  cursor: pointer;
  opacity: 0.5;
  transform: scale(0.85);
  transition: all 200ms;
  margin-right: 5px;
}

.Choices h4 {
  margin-top: 8px;
  margin-bottom: 0px;
}
.Choices.Active {
  opacity: 1;
  transform: scale(1);
}
.Choices:hover {
  opacity: 1;
  transform: scale(1);
}
.gotocustomer {
  cursor: pointer;
}

#logo {
  width: auto;
  height: auto;
  max-width: 100px;
  display: inline-block;
  margin-left: 10px;
}

#SearchBy {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: auto;
  height: auto;
  max-height: 32px;
  margin-right: 5px;
}

.ActionHeadLine {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 30px;
  color: #000000;
  text-transform: capitalize;
}

.TrueOption {
  font-size: 75%;
  background-image: url(Img/true.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  padding-left: 22px;
  padding-right: 0px;
  text-transform: capitalize;
}

.ParagraphOnNav p {
  font-size: 18px;
  margin-right: auto;
  margin-left: auto;
  direction: rtl;
  color: rgba(0, 32, 53, 1);
  padding-top: 30px;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 55px;
  border-radius: 7px;
  margin-bottom: 30px;
  position: relative;
  border: 1px solid rgba(0, 73, 126, 0.13);
  background-color: rgba(235, 243, 255, 1);
  -webkit-box-shadow: 0px 5px rgba(0, 73, 126, 0.13);
  box-shadow: 0px 5px rgba(0, 73, 126, 0.13);
  text-align: right;
}

.ParagraphOnNav p:after {
  bottom: 100%;
  right: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: rgba(0, 73, 126, 0.13);
  border-width: 12px;
  margin-left: -10px;
}

.CustomerRecord {
  display: flex;
  height: 150px;
  padding-left: 15px;
  padding-right: 15px;
  marginre-bottom: 20px;
  margin-top: 20px;
  -webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  border: 1px solid rgba(123, 123, 123, 0.25);
}

.SavedChecked {
  position: fixed;
  left: 35px;
  bottom: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 50px;
  height: 50px;
  display: block;
  background-image: url(Img/Icons/Checked.png);
  opacity: 0;
  pointer-events: none;
  transition-duration: 1000ms;
  color: rgba(255, 255, 255, 0);
  cursor: progress;
  z-index: 999;
}

.SavedChecked.Active {
  opacity: 1;
  background-image: url(Img/Icons/circle-button.png);
}

.ReviewAddedBy {
  text-transform: capitalize;
}

input[type="date"] {
  position: relative;
}

/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
input[type="date"]:after {
  content: "\25BC";
  color: #555;
  padding: 0 5px;
  right: 10px;
  top: 10px;
  position: absolute;
  transform: scaleY(0.8);
  pointer-events: none;
}

/* change color of symbol on hover */
input[type="date"]:hover:after {
  color: #bf1400;
}

/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}

/* adjust increase/decrease button */
input[type="date"]::-webkit-inner-spin-button {
  z-index: 1;
}

/* adjust clear button */
input[type="date"]::-webkit-clear-button {
  z-index: 1;
}

.spinner > div,
.animation_image_Notes .spinner > div {
  background-color: rgba(32, 35, 42, 1) !important;
}

#PaperIframe {
  width: 210mm;
  height: 297mm;
  background: #fff;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-bottom: 0mm;
  margin-top: 5mm;
  border: 1px solid rgba(140, 140, 140, 0.21);
  -webkit-box-shadow: 3px 3px 1px rgba(99, 99, 99, 0.22);
  border-radius: 10px;
  box-shadow: 3px 3px 1px rgba(99, 99, 99, 0.22);
  overflow: scroll;
  transition-duration: 300ms;
  transform: scale(1);
  margin-top: 0px;
  margin-bottom: 0px;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  overflow: hidden;
  position: absolute;
  top: 150px;
  left: calc(50% - 105mm);
  opacity: 0;
  pointer-events: none;
  transform: scale(0);
  z-index: 1001;
}

#PaperIframe.Active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

#CustomerAddressDiv {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: rgba(237, 245, 255, 0.98);
  z-index: 1001;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: fixed;
  padding: 10px;
  flex-wrap: wrap;
  height: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  text-align: center;
  cursor: pointer;
  overflow: auto;
  color: rgba(0, 0, 0, 1);
}
#CustomerAddressDiv.Active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

#CustomerAddressDiv .CustomerDetailsDivs {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 0px;
  border-right: 0px solid rgba(0, 0, 0, 0.12) !important;
  text-align: right;
  padding-right: 50px;
  padding-top: 35px;
  background-color: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.08);
  padding-bottom: 35px;
  border-radius: 10px;
  padding-left: 50px;
  transform: scale(1.2);
}

#CustomerAddressDiv .CustomerDetailsDivs img {
  display: none;
}
#CustomerAddressDiv .AccountDetails,
#CustomerAddressDiv .customerAddress,
#CustomerAddressDiv .customerArea,
#CustomerAddressDiv .AccounName {
  color: rgba(0, 0, 0, 1);
  max-height: 96%;
  cursor: default;
  background-position: right top;
  padding-left: 0px;
  padding-right: 35px;
  text-align: right;
  height: auto;
  margin-top: 5px;
  padding-top: 0px;
  vertical-align: top;
  min-height: 30px;
  white-space: pre-wrap;
  overflow: auto;
  text-overflow: inherit;
}
#CustomerAddressDiv .customerArea {
  padding-right: 0px;
}

#CustomerAddressDiv .AccounName {
  margin-right: 0px;
  padding-right: 0px;
  font-size: 24px;
}
#CustomerAddressDiv .AccountInfooooooo {
  line-height: 35px;
  font-weight: bold;
  font-size: 16px;
  text-align: right;
  margin: 0px;
}
#CustomerAddressDiv .AccountInfooooooo:nth-child(3) {
  display: none !important;
  color: rgba(255, 255, 255, 1);
}
#CustomerAddressDiv .ArrabicAddress {
  background-position: right 5px;
  line-height: 28px;
}

.ActionProductBar .ActionComment.AskComment {
  background-image: url(Img/Ask2.png);
}

.AskComment:hover,
.AskComment:focus {
  color: rgba(44, 85, 196, 1);
}

.CheckSpan {
  text-align: left;
}

input[type="checkbox"],
input[type="radio"] {
  height: 25px;
  width: 25px;
  -webkit-box-shadow: inset 0px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px rgba(0, 0, 0, 0.25);
  padding: 0;
  margin-top: 8px;
}

form span {
  color: #111111;
  font-size: 18px;
  text-align: right;
  display: inline-block;
  margin-right: 10px;
  height: 45px;
  vertical-align: middle;
  font-weight: normal;
  vertical-align: middle;
  line-height: 28px;
  font-weight: bold;
  margin-left: 10px;
}

.CustomerKindBar {
  width: 100%;
  height: 42px;
  text-transform: capitalize;
  margin-top: 10px !important;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 1);
  text-align: center;
  display: flex !important;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.16);
  transition-duration: 200ms;
  direction: rtl;
  flex-wrap: wrap;
  overflow: hidden;
  min-height: 42px;
  padding: 0px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.11);
}
.ChooseBarItem {
  transition: 200ms;
  border-bottom-style: none;
}
.ChooseBarItem.Active {
  border-left: none;
  border-right: none;
  border-top: none;
}
.CustomerKindBar:not(.ChooseBarWarning) .ChooseBarItem:not(.Active) {
  flex-grow: 0.5;
  border: none;
  color: rgba(0, 0, 0, 0.2);
}
.CustomerKindBar:not(.ChooseBarWarning) .ChooseBarItem:not(.Active):hover {
  flex-grow: 0.5;
  border: none;
  color: rgba(0, 79, 187, 0.77);
}

.ChooseBarWarning .ChooseBarItem:not(.Active) {
  flex-grow: 1;
  border: thin solid rgba(0, 0, 0, 0.08);
}

.CustomerKindBar.OnNav {
  width: 300px;
  height: 40px;
  border-radius: 8px;
  margin-right: auto;
  margin-left: auto;
  min-height: 40px;
  margin-top: -35px !important;
}

.CustomerKindBar.OnNav .ChooseBarItem {
  font-size: 14px;
  line-height: 40px;
  height: 40px;
}

a {
  text-decoration: none;
  padding: 0px;
}

a:active,
a:hover {
  outline: 0;
  color: rgba(0, 171, 255, 1);
}

.Arabic {
  font-family: "Calibri", sans-serif;
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  color: rgba(212, 28, 21, 1);
  font-size: 18px;
}

input[type="submit"].Form {
  margin-left: 120px;
}

.Hidecode {
  color: rgba(255, 255, 255, 1);
  cursor: not-allowed;
}
.Hidecode:hover {
  color: rgba(26, 26, 26, 1);
  cursor: not-allowed;
}

/* ==========================================================================
	Footer
========================================================================== */

.footer {
  right: 50%;
  display: block;
  position: fixed;
  bottom: -100px;
  margin: 0;
  z-index: 9999;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 50%;
  padding: 80px 0px 0px;
  left: 30px;
  text-align: left;
}

.footer p {
  font: lighter normal 11px Calibri;
  color: #111111;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0px;
  padding: 10px;
  display: inline-block;
  margin-top: -20px;
}

.NoHover {
  pointer-events: none;
  bottom: 0px;
}

input,
select,
textarea,
OPTION {
  width: 280px;
  text-align: left;
  padding: 0px 20px 0px 20px;
  font-size: 16px;
  margin-bottom: 15px;
  height: 37px;
  color: #212121;
  display: inline-block;
  background-color: rgba(245, 245, 245, 1);
  -webkit-box-shadow: inset -2px 2px 5px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  box-shadow: inset -2px 2px 5px rgba(0, 0, 0, 0.11);
  border: 1px solid rgba(219, 219, 219, 1);
  font-weight: bold;
}
input[type="number"] {
  padding-right: 0px;
}

input[type="submit"] {
  font-family: "Calibri";
  background-color: #ffffff;
  text-align: center;
  color: rgba(15, 15, 15, 1);
  font-weight: normal;
  box-shadow: -3px 3px 14px rgba(0, 0, 0, 0.12);
  margin-top: 15px;
  -webkit-box-shadow: -3px 3px 14px rgba(0, 0, 0, 0.12);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
  border-radius: 3px;
  border-style: none;
  font-size: 17px;
  margin-left: 100px;
  width: 280px;
  background-color: rgba(255, 255, 255, 1);
  cursor: pointer;
  height: 42px;
}
input[type="submit"]:hover {
  -webkit-box-shadow: -1px 1px 4px rgba(14, 14, 14, 0.13);
  margin-top: 17px;
  box-shadow: -1px 1px 4px rgba(14, 14, 14, 0.13);
  color: rgba(0, 124, 255, 1);
  margin-left: 98px;
}

input[type="submit"]:active {
  -webkit-box-shadow: 0px 0px 2px rgba(14, 14, 14, 0.13);
  margin-top: 18px;
  box-shadow: 0px 0px 2px rgba(14, 14, 14, 0.13);
  color: rgba(0, 124, 255, 1);
  margin-left: 97px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(89, 128, 255, 1);
  font-weight: normal;
}

input[type="file"] {
  height: 35px;
  padding-left: 0px;
  direction: ltr;
}

textarea {
  height: 200px;
  resize: vertical;
  padding-top: 8px;
}

#header {
  position: absolute;
  z-index: 2000;
  width: 235px;
  top: 50px;
  margin-top: 20px;
}
#header h1 {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  padding: 20px;
  background: #000;
}
#navigation {
  margin-top: 20px;
  width: 235px;
  display: block;
  list-style: none;
  z-index: 3;
}
#navigation a {
  color: #444;
  display: block;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  line-height: 50px;
  padding: 0px 10px;
  text-transform: uppercase;
  margin-bottom: 6px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#navigation a:hover {
  background: #ddd;
}

.panel {
  width: 98%;
  min-height: 100%;
  position: absolute;
  background-color: #000;
  box-shadow: 4px -4px 4px rgba(0, 0, 0, 0.2);
  margin-left: -102%;
  z-index: 2;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

#MainContent_Panel1,
#MainContent_Panel3,
#MainContent_Panel4 {
  padding-left: 15%;
  padding-right: 15%;
  text-align: left;
}

#navigation a {
  font-size: 15px;
}

#NavNavNav {
  width: 100%;
  margin: 0 0 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
#NavNavNav li {
  padding: 0;
  margin: 5px;
  display: inline-block;
}

#wrapper {
  min-height: 100%;
  position: relative;
}

#content {
  padding-bottom: 100px; /* Height of the footer element */
}

.NoThing {
  font-weight: bold;
  height: 100px;
  font-size: 45px;
  color: rgba(216, 0, 0, 1);
  text-transform: uppercase;
  padding-top: 22px;
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 10px 0 rgba(255, 0, 4, 1);
  box-shadow: 0px 0px 10px 0 rgba(255, 0, 4, 1);
  letter-spacing: -3px;
  width: 80%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.reveal-if-active {
  opacity: 0;
  max-height: 0;
  width: 0;
  overflow: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.reveal-if-active2 {
  opacity: 1;
  max-height: 300px;
  -webkit-transform: scale(1);
  transform: scale(1);
  overflow: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-right: auto;
  margin-left: auto;
}
.reveal-if-active3 {
  opacity: 1;
  max-height: 300px;
  -webkit-transform: scale(1);
  transform: scale(1);
  overflow: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-right: auto;
  margin-left: auto;
}

input[type="radio"]:checked ~ .reveal-if-active,
input[type="checkbox"]:checked ~ .reveal-if-active {
  opacity: 1;
  max-height: 300px;
  -webkit-transform: scale(1);
  transform: scale(1);
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
}
input[type="radio"]:checked ~ .reveal-if-active2,
input[type="checkbox"]:checked ~ .reveal-if-active2 {
  opacity: 0;
  width: 0;
  max-height: 0px;
  overflow: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
}
input[type="checkbox"]:checked#Status ~ .reveal-if-active3 {
  opacity: 0;
  width: 0;
  max-height: 0px;
  overflow: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
}

label {
  text-align: right;
  height: 20px;
  padding-top: 2px;
  padding-bottom: 5px;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-right: 25px;
  background-size: contain;
}
input[type="radio"] {
  width: 25px;
  height: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 20px;
}
.calldiv {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 10px;
}
.error {
  background-color: rgba(255, 0, 4, 0.75);
}

.ActionDiv {
  background-image: url(Img/Cond2.png);
  background-repeat: no-repeat;
  background-position: -100px 30px;
  padding: 25px 0px;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
  transition: all 600ms;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  overflow: hidden;
  max-height: 1000px;
  background-size: 250px auto;
}

.CheckMobile {
  color: rgba(224, 26, 30, 1);
  font-weight: bold;
  font-size: 17px;
  text-align: left;
  padding-top: 7px;
  margin-top: 10px;
  margin-left: 20px;
  width: 200px;
}

.CheckMobile a {
  color: rgba(219, 18, 21, 1);
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  padding: 0;
  border-bottom-color: rgba(223, 29, 32, 1);
  text-align: left;
}

.NavAdddedByInput {
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0px 0px rgb(255 255 255 / 0%);
  box-shadow: 0px 0px rgb(255 255 255 / 0%);
  border-style: none;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(Img/Icons/User2.png);
  padding-left: 34px;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: -10px;
  margin-bottom: 0px;
  background-size: 26px auto;
  padding-right: 7px;
  display: inline-block;
  width: auto;
  line-height: 26px;
  text-transform: capitalize;
  cursor: pointer;
  transition: 100ms;
  font-weight: normal;
  height: auto;
}

.NavAdddedByInput:hover {
  transform: scale(1.05);
}

#FinalAddAction {
  background-color: rgba(58, 255, 0, 0.48);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
  height: 100px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  margin-left: 0px;
  width: 100%;
  margin-top: 0px;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  position: sticky;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-bottom: 0px;
}
#FinalAddAction:hover {
  background-color: rgba(100, 255, 243, 0.48);
}
#AddActionDiv {
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
  display: block;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.5);
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}

#AddActionDiv:hover #AddAction {
  transform: scale(1);
}
#AddAction {
  max-width: 50px;
  width: auto;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: scale(0.9);
}

.DeleteActionDiv {
  position: relative;
  top: 5px;
  display: block;
  left: calc(100% - 70px);
  cursor: pointer;
}
.DeleteActionDiv img {
  position: relative;
  top: 0px;
  right: 0px;
  max-width: 40px;
  width: auto;
  height: auto;
  display: block;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transform: scale(0.8);
}
.DeleteActionDiv:hover img {
  transform: scale(1);
}

.IconSelect {
  height: 70px;
  cursor: pointer;
  background-image: url(../Img/Unknow.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 50px auto;
  margin-right: 10px;
  position: relative;
  width: 280px;
  text-align: left;
  padding: 3px 20px 0px 20px;
  font-size: 16px;
  margin-bottom: 15px;
  color: #212121;
  display: inline-block;
  background-color: rgba(245, 245, 245, 1);
  -webkit-box-shadow: inset -2px 2px 5px rgba(0, 0, 0, 0.11);
  border-radius: 4px;
  box-shadow: inset -2px 2px 5px rgba(0, 0, 0, 0.11);
  border: 1px solid rgba(219, 219, 219, 1);
  font-weight: bold;
  padding-left: 90px;
  text-transform: uppercase;
  margin-left: 10px;
  direction: ltr;
}

#IconsDiv {
  background-color: rgba(255, 255, 255, 0.89);
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  transform: scale(0.2);
  flex-wrap: wrap;
  padding: 50px;
  z-index: 9999999;
  overflow: auto;
}
.flex {
  display: flex;
}
.center {
  justify-content: center;
  align-items: center;
}
.column {
  flex-direction: column;
}
.Category {
  justify-content: flex-start;
  padding-top: 15px;
  min-width: 200px;
  margin-right: 10px;
  margin-left: 10px;
}
.CategoryHead {
  width: auto;
  height: auto;
  max-width: 70px;
  cursor: pointer;
}
.CategoryHead:hover {
  max-width: 75px;
}
.CategoryHeadAndText {
  margin: 0px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: 70px auto;
  background-position: center center;
  -webkit-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}
.CategoryHeadAndText:hover {
  width: 75px;
  height: 75px;
  background-size: 75px auto;
}

.Category h3 {
  margin: 0px;
  padding: 5px;
  line-height: 20px;
  cursor: pointer;
}

.Category .SubCategories {
  background-image: url(../Img/Unknow.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  background-size: 25px auto;
  height: 40px;
  text-align: center;
  padding-left: 35px;
  text-transform: uppercase;
  padding-top: 10px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #414141;
  font-size: 20px;
}

.Category .SubCategories:hover {
  color: rgba(0, 108, 255, 1);
}

#load_more_button {
  font-weight: bold;
  font-size: 26px;
  font-family: "Calibri";
  margin: 25px auto;
  text-transform: uppercase;
  border: 0px none rgba(255, 255, 255, 0);
  margin-bottom: 15px;
  cursor: pointer;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  background-repeat: no-repeat;
  background-position: center 90%;
  background-size: contain;
  padding: 30px;
  letter-spacing: -1px;
  background-color: rgba(0, 0, 0, 0);
  vertical-align: top;
  -webkit-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}
#load_more_button[disabled="disabled"] {
  display: none;
  color: rgba(0, 0, 0, 0);
  position: absolute;
  top: -150px;
  left: -9px;
  text-shadow: 0px 0px rgba(255, 255, 255, 0);
  background: none;
}

#load_more_button:hover {
  color: rgba(0, 146, 231, 1);
  -webkit-box-shadow: 0 0px rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0px rgba(0, 0, 0, 0) !important;
}

#load_more_button[disabled="disabled"] {
  display: none;
  color: rgba(0, 0, 0, 0);
  position: absolute;
  top: -150px;
  left: -9px;
  text-shadow: 0px 0px rgba(255, 255, 255, 0);
  background: none;
}

.spinner {
  margin: -10px 0 25px;
  mqrgin-top: 15px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
}

.spinner > div {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.7s infinite ease-in-out both;
  animation: sk-bouncedelay 1.7s infinite ease-in-out both;
  margin-right: 5px;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.16);
  background-color: rgba(192, 211, 255, 1);
}

.animation_image_Notes .spinner > div {
  background-color: rgba(255, 198, 0, 1);
}

.spinner .spinner__item1 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.spinner .spinner__item2 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.spinner .spinner__item3 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

#AddButton {
  width: 36px;
  height: 36px;
  position: fixed;
  right: 36px;
  bottom: 36px;
  border-radius: 50%;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 1);
  background-image: url("Img/Icons/ADD.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition-duration: 200ms;
  display: block;
}
#AddButton:hover {
  transform: scale(1.1);
}

nav#Navna {
  width: 20%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  position: fixed;
  right: 0px;
  bottom: 0px;
  display: block;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 50px;
  z-index: 9999;
  left: 105%;
  top: 0px;
  -webkit-transition: all 100ms ease 0s;
  -o-transition: all 100ms ease 0s;
  transition: all 100ms ease 0s;
  cursor: pointer;
  -webkit-box-shadow: -5px 0px 12px rgba(0, 0, 0, 0.15);
  box-shadow: -5px 0px 12px rgba(0, 0, 0, 0.15);
  overflow: auto;
  border-left: thin solid rgba(135, 204, 255, 1);
}

#navmenu:focus ~ nav#Navna,
nav#Navna:hover {
  height: 100%;
  position: fixed;
  right: 0px;
  bottom: 0px;
  display: block;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 1;
  width: 20%;
  pointer-events: auto;
  left: 80% !important;
  top: 0px;
}

#LinksDiv {
  width: 100%;
  position: relative;
  vertical-align: middle;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  flex-direction: column;
  padding-top: 25px;
  padding-bottom: 50px;
}
.LinksA {
  text-decoration: none;
  display: inline-block;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px 0px 10px;
  color: rgba(0, 0, 0, 1);
  width: 100%;
  padding: 8px 18px;
  -webkit-box-shadow: 0px 2px 0px rgba(0, 163, 255, 0.24);
  box-shadow: 0px 2px 0px rgba(0, 163, 255, 0.24);
  -webkit-transition: all 100ms ease 0s;
  -o-transition: all 100ms ease 0s;
  transition: all 100ms ease 0s;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
.LinksA:hover {
  background-image: none;
  -webkit-box-shadow: 0px 2px 0px rgba(0, 163, 255, 1);
  box-shadow: 0px 2px 0px rgba(0, 163, 255, 1);
}
.ActiveLink {
  background-image: none;
  font-weight: normal;
  color: rgba(255, 255, 255, 1);
}
.ActiveLink:hover {
  background-image: none;
}

.NotiDiv {
  min-width: 20px;
  min-height: 20px;
  background-color: rgba(253, 0, 4, 1);
  border-radius: 50%;
  width: auto;
  padding: 0px 0px;
  max-height: 20px;
  vertical-align: top;
  margin-top: -10px;
  display: inline-block;
  margin-left: -10px;
  margin-right: -20px;
  -webkit-box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.13);
  box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.13);
}
.NotiDiv p {
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
  padding: 1px;
  width: 100%;
  margin: 2px 0px 0px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 14px;
}

.MenuIcon {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: top;
  max-height: 30px;
  margin-right: 5px;
  margin-top: -5px;
}
.MenuIcon.Smaller {
  max-height: 25px;
  margin-bottom: 3px;
  margin-top: -3px;
}

#ProductsSelectBox {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transform: scale(0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 99;
  width: 80%;
  left: 10%;
  top: 0%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.94);
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-right: 80px;
  padding-left: 80px;
  padding-bottom: 150px;
  align-content: flex-start;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  -webkit-box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.13);
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  border: 1px solid rgba(124, 124, 124, 0.48);
  background-image: url(Img/loader.GIF);
  background-repeat: no-repeat;
  background-position: center center;
}

#ProductsSelectBox.Active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
  background-image: none;
}

#CustomerFiltersDiv {
  display: flex;
  align-items: stretch;
  width: calc(100% + 150px);
  height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: 0px;
  -webkit-box-shadow: 0px 0px rgba(255, 255, 255, 0);
  box-shadow: 0px 0px rgba(255, 255, 255, 0);
}

#CloseProductsSelectBox {
  display: inline-block;
  max-height: 40px;
  width: auto;
  height: auto;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  transition-duration: 100ms;
}
#CloseProductsSelectBox:hover {
  transform: scale(1.05);
}
#SelectItemSearch {
  width: 100%;
  height: 70px;
  text-align: center;
  font-size: 36px;
  margin-bottom: 8px;
  margin-top: -100px;
  direction: rtl;
  border-bottom: 3px solid rgba(25, 50, 81, 1);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px rgba(255, 255, 255, 0);
  box-shadow: 0px 0px rgba(255, 255, 255, 0);
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
}
.hideIcon {
  max-height: 0px !important;
  margin: 0px !important;
  max-width: 0px !important;
  overflow: hidden;
  padding: 0px;
  border: none;
}

.ProductSelectButton {
  margin: 10px;
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 60px;
  padding-bottom: 10px;
  background-position: 10px center;
  background-repeat: no-repeat;
  text-align: center;
  border: thin solid rgba(115, 115, 115, 0.49);
  border-radius: 7px;
  background-size: 35px auto;
  cursor: pointer;
  transition-duration: 100ms;
  color: rgba(0, 0, 0, 1);
  background-color: rgba(255, 255, 255, 1);
  width: 500px;
  display: inline-block;
  background-image: url(Img/Cond2.png);
  direction: rtl;
  transition: 200ms;
}
.ProductSelectButton span {
  display: block;
}
.ProductSelectButton:hover {
  transform: scale(1.1);
}
.ProductSelectButton {
  padding-top: 60px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 15px;
  background-position: center 15px;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 25px;
  width: 400px;
  font-size: 20px;
  color: #212121;
  display: inline-block;
  background-color: rgba(245, 245, 245, 1);
  border-radius: 3px;
  box-shadow: inset -2px 2px 5px rgba(0, 0, 0, 0.11);
  border: 1px solid rgba(219, 219, 219, 1);
  font-weight: bold;
  text-align: center;
  background-size: 90px auto;
}
.ProductSelectButton:hover {
  transform: scale(1);
}

.ItemSelectButton {
  width: calc(100% - 10px);
  direction: rtl;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: right;
  transition: 200ms;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 1);
}
.ItemSelectButton.IndstStop .TableRowImg,
.ItemSelectButton.IndstStop .CorH {
  filter: grayscale(1);
}

.ItemSelectButton:hover {
  border: 1px solid rgba(0, 108, 255, 1);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 84, 255, 0.27);
  box-shadow: 0px 0px 3px rgba(0, 84, 255, 0.27);
  transform: scale(1.01);
  background-color: rgba(234, 243, 255, 1);
}

.ItemSelectButton .TableRowImg {
  width: auto;
  height: auto;
  display: inline-block;
  max-height: 70px;
  vertical-align: top;
  margin-top: -8px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 20%;
  margin-bottom: -15px;
  -webkit-box-shadow: -2px 2px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 2px 3px 1px rgba(0, 0, 0, 0.1);
  border: 3px solid rgba(255, 255, 255, 1);
}
.ItemSelectButton span {
  display: inline-block;
  line-height: 50px;
  vertical-align: middle;
}

.ItemSelectButton .ProductPrice {
  background-image: url(../imgs/price.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  float: left;
  text-align: left;
  color: rgba(0, 0, 0, 1);
  background-size: 25px auto;
  padding-left: 40px;
  direction: ltr;
  font-size: 18px;
  padding-right: 0px;
  margin-right: -155px;
  width: 155px;
  -webkit-box-shadow: 0px 0px rgba(255, 255, 255, 0);
  box-shadow: 0px 0px rgba(255, 255, 255, 0);
  border-style: none;
  vertical-align: middle;
  height: 47px;
  background-color: rgba(0, 0, 0, 0);
  /* margin-top: 5px; */
  border-radius: 15px;
  /* margin-left: -100px; */
  margin-top: 2px;
  line-height: 47px;
}
.ItemSelectButton .ProductPrice.NOPRICE {
  background-image: url(Img/Unknow.png);
  color: rgba(51, 131, 255, 1);
}
.ItemSelectButton .ProductPrice.IndstStop {
  background-image: url(Img/Icons/IndstStop.png);
  color: rgba(35, 35, 35, 0.48);
  background-size: 28px auto;
  font-size: 12px;
  padding-left: 44px;
  width: 136px;
}

.ActionProductBar .TrueOption {
  font-size: 18px;
  background-image: url(Img/true.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px auto;
  padding-right: 22px;
  text-transform: capitalize;
  padding-left: 0px;
}
.Bar .ByMeen {
  margin-right: -110px;
  float: right;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  width: 70px;
  margin-left: 25px;
  margin-top: 0px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.Bar .EditStatusDiv {
  display: inline-block;
  width: 50px;
  /* margin-right: -90px; */
  /* margin-left: -63px; */
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  /* margin-top: -25px; */
  float: right;
  position: absolute;
  right: -88px;
  top: 29px;
}

.PlasmaSpan,
.DigitalSpan,
.InverterSpan {
  background-image: url(../imgs/Icons/plazma.png);
  color: rgba(12, 30, 57, 1);
  margin-top: 0px;
  margin-right: 7px;
  margin-left: 0px;
  margin-bottom: 0px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px auto;
  padding-right: 25px;
  padding-left: 0px;
  font-size: 16px;
  vertical-align: middle;
  line-height: 30px;
}
.DigitalSpan {
  background-image: url(../imgs/Icons/Digital.png);
}
.InverterSpan {
  background-image: url(../imgs/Icons/save.png);
}

.CoolHotSpan {
  font-size: 85% !important;
  margin-right: 8px !important;
}
.ActionProductBar .PlasmaSpan,
.ActionProductBar .DigitalSpan,
.ActionProductBar .InverterSpan {
  font-size: 16px;
}

.ActionSecondSection {
  display: inline-block;
  vertical-align: top;
  padding-left: 25px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.ActionBottomDiv {
  float: right;
  margin-right: 60px;
}

.CustomerRecord .NotesCounter {
  background-image: url(Img/Notes.png);
  width: 50px;
  height: 40px;
  position: relative;
  left: 0px;
  margin-left: -40px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: left center;
  margin-top: 95px;
  padding-left: 32px;
  vertical-align: top;
  padding-top: 10px;
  font-weight: bold;
  text-align: left;
  color: rgba(17, 17, 17, 1);
  pointer-events: none;
}

.IfActionNewImg {
  position: absolute;
  top: -25px;
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 50px;
  left: calc(50% - 25px);
}

.hide {
  opacity: 0 !important;
  pointer-events: none !important;
  margin-top: 0px !important;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px !important;
  padding: 0px !important;
  width: 0px !important;
  height: 0px !important;
  overflow: hidden !important;
}

.ChooseBar.Added {
  float: left;
}
.ChooseBar {
  width: 900px;
  height: 50px;
  text-transform: capitalize;
  margin-top: 20px !important;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 1);
  text-align: center;
  box-shadow: inset -2px 2px 5px rgba(0, 0, 0, 0.11);
  display: flex !important;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.16);
  transition-duration: 200ms;
  direction: rtl;
  overflow: hidden;
  flex-wrap: wrap;
}
.ChooseBarWarning {
  border-style: dashed !important;
  border-color: rgba(255, 0, 4, 1) !important;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 0, 4, 1) !important;
  box-shadow: 0px 0px 0px 2px rgba(255, 0, 4, 1) !important;
}
.ChooseBarItem {
  flex-grow: 1;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  height: 100%;
  line-height: 50px;
  cursor: pointer;
  font-weight: bold;
}
.ChooseBarItem:first-child {
  border-right-style: none;
}
.ChooseBarItem.Active {
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  background-color: rgba(25, 72, 167, 1);
  border-color: rgba(255, 255, 255, 1);
}

.MaintainanceWarning,
.ProductWarning {
  background-image: url(Img/Warning.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 32px auto;
  padding-right: 40px;

  color: rgba(255, 0, 4, 1);
}

.actionrecord[whataction="AfterSales"] span[name="Name"],
.actionrecord[whataction="Maintainance"] span[name="Name"] {
  margin-right: 7px;
}

#UsersSelectBox {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transform: scale(0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 99999;
  width: 800px;
  left: calc(50% - 400px);
  bottom: 0px;
  top: calc(50% - 400px);
  height: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-right: 80px;
  padding-left: 80px;
  padding-bottom: 40px;
  align-content: flex-start;
  height: 800px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  -webkit-box-shadow: -3px 3px 0 rgba(0, 0, 0, 0.07);
  box-shadow: -3px 3px 0 rgba(0, 0, 0, 0.07);
  border-radius: 36px;
  border: 1px solid rgba(213, 213, 213, 0.48);
  transform-origin: left center;
}

#UsersSelectBox.Active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

#CloseUsersSelectBox {
  display: inline-block;
  max-height: 30px;
  width: auto;
  height: auto;
  position: absolute;
  top: 15px;
  left: 20px;
  cursor: pointer;
  transition-duration: 100ms;
}
#CloseUsersSelectBox:hover {
  transform: scale(1.05);
}

#SystemUsersHead {
  width: 100%;
  text-align: left;
  padding-top: 10px;
  padding-right: 25px;
  padding-left: 40px;
  padding-bottom: 10px;
  font-size: 32px;
  color: rgba(6, 6, 6, 1);
  background-repeat: no-repeat;
  background-image: url(Img/Icons/key.png);
  background-position: left 12px;
  background-size: 30px auto;
  margin-top: 25px;
}

.UserSelectButton {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-right: 20px;
  padding-left: 42px;
  padding-bottom: 12px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  text-align: left;
  border-bottom: thin solid rgba(41, 41, 41, 0.09);
  border-radius: 0px;
  background-size: 30px auto;
  cursor: pointer;
  transition-duration: 100ms;
  color: rgba(43, 45, 50, 1);
  display: inline-block;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.91);
  width: 100%;
  line-height: 1;
  margin-top: 0px;
}
.UserSelectButton span {
  margin-left: 20px;
  display: inline-block;
}
.UserSelectButton:hover {
  color: rgba(0, 124, 255, 1);
  border-bottom: thin solid rgba(0, 124, 255, 1);
}
.UserSelectButton.ToSelect {
  padding-top: 60px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 15px;
  background-position: center 15px;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  width: 456px;
  font-size: 20px;
  color: #212121;
  display: inline-block;
  background-color: rgba(245, 245, 245, 1);
  -webkit-box-shadow: inset -2px 2px 5px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  box-shadow: inset -2px 2px 5px rgba(0, 0, 0, 0.11);
  border: 1px solid rgba(219, 219, 219, 1);
  font-weight: bold;
  text-align: center;
  background-size: 40px auto;
}
.UserSelectButton.ToSelect:hover {
  transform: scale(1);
}

.LinksA span {
  padding-left: 40px;
  color: rgba(0, 85, 155, 1);
  font-size: 80%;
}
.LinksA.Disapled {
  pointer-events: none;
  background-image: -webkit-linear-gradient(
    270deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(235, 235, 235, 1) 100%
  );
  background-image: -moz-linear-gradient(
    270deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(235, 235, 235, 1) 100%
  );
  background-image: -o-linear-gradient(
    270deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(235, 235, 235, 1) 100%
  );
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(235, 235, 235, 1) 100%
  );
}
#NavNavNav h4 {
  text-align: left;
  margin: 0px;
  color: #121212;
  padding-right: 20px;
  border-top: thin dashed rgba(0, 0, 0, 0.21);
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  display: none;
}

#DatePickerDiv,
.TimePickerDiv {
  width: 500px;
  height: 400px;
  position: fixed;
  top: 340px;
  left: calc(50% - 250px);
  background-color: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
  text-align: center;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transform: scale(0);
  transition-duration: 300ms;
}

#DatePickerDiv.Active,
.TimePickerDiv.Active {
  pointer-events: auto;
  opacity: 1;
  transform: scale(1);
}

.CloseDatePickerDiv {
  position: absolute;
  top: 20px;
  right: 22px;
  max-height: 25px;
  width: auto;
  height: auto;
  display: block;
  cursor: pointer;
  transition-duration: 100ms;
}
.CloseDatePickerDiv:hover {
  transform: scale(1.05);
}

.DatePickerDivIcon {
  width: auto;
  height: auto;
  max-height: 100px;
  display: block;
  text-align: center;
  position: relative;
  top: -50px;
  left: calc(50% - 50px);
}
#DatePickerDiv h3 {
  margin-top: -35px;
  margin-right: 8px;
  margin-left: 8px;
  margin-bottom: 15px;
  color: rgba(54, 54, 54, 1);
}
#ChooseDate {
  width: 262px;
  position: relative;
  top: 0%;
  left: 0px;
  transition: 200ms;
  transform: scale(1);
}
#ChooseDate.hide {
  transform: scale(0);
  pointer-events: none;
}
#ChooseDate:active {
  border: thin solid rgba(0, 77, 183, 1);
}
#ChooseDate:focus {
  border: thin solid rgba(0, 77, 183, 1);
}

input[type="date"] {
  position: relative;
}
input[type="date"]:after {
  content: "\25BC";
  color: #555;
  padding: 0 5px;
}
input[type="date"]:hover:after {
  color: #bf1400;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}
input[type="date"]::-webkit-inner-spin-button {
  z-index: 1;
}
input[type="date"]::-webkit-clear-button {
  z-index: 1;
}

.ActionDiv {
  max-height: 1200px;
}
.ActionDiv textarea[namesource="comments"] {
  background-image: url(Img/Notes.png);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: calc(100% - 10px) 5px;
  text-align: right;
  direction: rtl;
  text-indent: 15px;
  line-height: 20px;
  font-size: 14px !important;
}

#navmenu {
  position: fixed;
  right: 0px;
  top: 0px;
  cursor: pointer;
  padding-right: 36px;
  padding-top: 20px;
  background-image: url(Img/Icons/menu.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px auto;
  background-origin: content-box;
  display: block;
  width: 76px;
  height: 65px;
  transition-duration: 200ms;
  transform-origin: bottom left;
}

#navmenu:hover {
  transform: scale(1.1);
}

.SesrchDiv {
  max-width: 400px;
  display: block;
  margin: auto;
  position: fixed;
  top: 22px;
  right: 85px;
  transition-duration: 200ms;
  width: 320px;
  z-index: 99;
}

#searchInput {
  display: inline-block;
  font-size: 16px;
  height: 35px;
  line-height: 22px;
  padding: 8px 12px;
  margin: 1px auto 0;
  width: 100%;
  font-weight: bold;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -o-transition: all 0.1s;
  border-radius: 0px;
  text-align: right;
  text-transform: uppercase;
  border: 2px solid rgba(31, 35, 42, 0);
  -webkit-box-shadow: 0px 0px rgb(0 0 0 / 0%);
  box-shadow: 0px 0px rgb(0 0 0 / 0%);
  background-image: url(Img/Icons/searchRight.png);
  background-size: 25px;
  background-position: calc(100% - 8px) 5px;
  background-repeat: no-repeat;
  padding-right: 40px;
  background-color: rgba(255, 255, 255, 0);
}
#searchInput:focus {
  border-bottom: 2px solid rgba(0, 0, 0, 0.6);
  background-color: rgba(255, 255, 255, 0);
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
}

.suggesstion-box {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  display: block;
  margin-top: 5px;
  padding: 0px;
  padding-top: 1.5px;
  padding-bottom: 1.5px;
  height: auto;
  color: rgba(0, 0, 0, 1);
  background-size: cover;
  background-repeat: no-repeat;
  transition: 200ms;
  margin-left: 0px;
  border-radius: 10px;
  text-align: right;
  -webkit-box-shadow: 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px rgba(0, 0, 0, 0);
  pointer-events: none;
  opacity: 0;
}
.suggesstion-box.Active,
.suggesstion-box:hover,
.suggesstion-box:focus {
  background-color: rgba(220, 239, 255, 1);
  pointer-events: auto;
  opacity: 1;
}
.suggesstion-box a {
  display: block;
  margin: 2.5px;
  text-align: right;
  width: 100%;
  padding-right: 50px;
  padding-left: 10px;
  padding-bottom: 8px;
  padding-top: 8px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  border-bottom: 0px hidden rgba(255, 255, 255, 1);
  line-height: 25px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  background-image: url("Img/customers.png");
  background-size: 25px;
  background-position: calc(100% - 13px) 8px;
  background-repeat: no-repeat;
  text-overflow: ellipsis;
  overflow: hidden;
}

.suggesstion-box a.SearchArea {
  background-image: url("Img/Icons/Address.png");
  background-size: 25px !important;
  background-position: calc(100% - 13px) 8px !important;
}

.suggesstion-box a.NothingSearch {
  background-image: url("Img/Unknow.png");
  background-size: 25px !important;
  background-position: calc(100% - 13px) 8px !important;
}

.suggesstion-box a.SearchAll {
  background-image: url("Img/menu.png");
  background-size: 25px !important;
  background-position: calc(100% - 13px) 8px;
}

.suggesstion-box a span {
  overflow: hidden;
  -webkit-transition: all 0.1s;
  transition: all 300ms;
  -o-transition: all 0.1s;
  text-align: right;
  direction: rtl;
  display: block;
  width: 100%;
  height: 25px;
  font-size: 15px;
  font-weight: normal;
  max-height: 0px;
}
.suggesstion-box a:hover {
  background-size: 35px;
  background-position: calc(100% - 8px) 18px;
}
.suggesstion-box a.SearchAll:hover {
  background-position: calc(100% - 13px) 18px;
}

.suggesstion-box a:hover span {
  max-height: 100px;
}

select,
OPTION {
  font-size: 14px;
}

.NavLogo {
  width: auto;
  display: inline-block;
  height: auto;
  margin-bottom: 44px;
  max-width: 30%;
  margin-top: 18px;
}

.CheckMobile {
  color: rgba(224, 26, 30, 1);
  font-weight: bold;
  font-size: 17px;
  text-align: left;
  padding-top: 7px;
  margin-top: 10px;
  margin-left: 15px;
  width: 300px;
}

.SubLink {
  float: right;
  margin-top: -47px;
  margin-right: 10px;
  transition-duration: 200ms;
  position: relative;
  z-index: 5;
}

.SubLink:hover {
  transform: scale(1.1);
}

#ImagesShowDIV {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.2);
  transition: all 0.2s ease-in-out;
  z-index: 999999;
  width: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  height: 100%;
  overflow: auto;
  display: flex;
  background-color: rgba(0, 0, 0, 0.95);
  justify-content: center;
  align-items: center;
    justify-content: flex-start;
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  padding-bottom: 100px;
  flex-direction: column;
}
#ImagesShowDIV.Active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
		#ImagesShowDIV img {
			height: auto;
			width: auto;
			max-width: 80vw;
			display: inline-block;
			transition: all 0.1s ease-in-out;
		}
		

#ActionImgBox {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
  height: 90%;
  width: 90%;
  background-image: url(Imgs/Icons/photo-camera.png);
  background-position: center center;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: rgba(0, 0, 0, 0);
  border-radius: 0px !important;
  border-style: none;
  border-width: 0px !important;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  float: left;
  pointer-events: none;
  margin-right: auto;
  margin-left: auto;
}

#ActionImgBox::-webkit-file-upload-button {
  visibility: hidden;
  color: rgba(0, 0, 0, 0);
}

#ActionImgBox::before {
  content: "Select Photo";
  display: inline-block;
  background-position: top;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  width: 100%;
  text-align: center;
  height: 100%;
  text-transform: uppercase;
  padding-top: 10px;
  opacity: 0;
  color: rgba(0, 0, 0, 0);
}

#DeletePhoto,
#MakePhotoCardCover,
#PhotoChangeCard,
#ChangePhoto {
  font-size: 16px;
  display: inline-block;
  padding: 10px;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  font-weight: normal;
}

#DeletePhoto:hover {
  color: rgba(255, 0, 0, 1);
}

#MakePhotoCardCover:hover {
  color: rgba(0, 108, 255, 1);
}

#PhotoChangeCard:hover {
  color: rgba(255, 118, 0, 1);
}
#ChangePhoto:hover {
  color: rgba(0, 147, 255, 1);
}

#ImagesShowDIV nav span {
  position: fixed;
  z-index: 1000;
  color: #fff;
  text-align: center;
  padding: 3%;
  cursor: pointer;
  font-size: 2.2em;
}

#ImagesShowDIV nav span.nav-prev,
#ImagesShowDIV nav span.nav-next {
  top: 0%;
  color: rgba(255, 255, 255, 0);
  transition-duration: 500ms;
  height: 100%;
}

#ImagesShowDIV nav span.nav-prev {
  left: 0;
  padding-left: 75px;
  padding-right: 75px;
  background-image: -webkit-linear-gradient(
    216deg,
    rgba(0, 163, 255, 0) 80.31%,
    rgba(0, 124, 255, 0) 100%
  );
  background-image: -moz-linear-gradient(
    216deg,
    rgba(0, 163, 255, 0) 80.31%,
    rgba(0, 124, 255, 0) 100%
  );
  background-image: -o-linear-gradient(
    216deg,
    rgba(0, 163, 255, 0) 80.31%,
    rgba(0, 124, 255, 0) 100%
  );
  background-image: linear-gradient(
    234deg,
    rgba(0, 163, 255, 0) 80.31%,
    rgba(0, 124, 255, 0) 100%
  );
}
#ImagesShowDIV nav span.nav-prev:hover {
  background-image: -webkit-linear-gradient(
    215deg,
    rgba(0, 163, 255, 0) 73.06%,
    rgba(0, 124, 255, 0.35) 100%
  );
  background-image: -moz-linear-gradient(
    215deg,
    rgba(0, 163, 255, 0) 73.06%,
    rgba(0, 124, 255, 0.35) 100%
  );
  background-image: -o-linear-gradient(
    215deg,
    rgba(0, 163, 255, 0) 73.06%,
    rgba(0, 124, 255, 0.35) 100%
  );
  background-image: linear-gradient(
    235deg,
    rgba(0, 163, 255, 0) 73.06%,
    rgba(0, 124, 255, 0.35) 100%
  );
}
#ImagesShowDIV nav span.nav-next {
  right: 0;
  padding-right: 100px;
  background-image: -webkit-linear-gradient(
    329deg,
    rgba(0, 163, 255, 0) 77.72%,
    rgba(0, 124, 255, 0) 100%
  );
  background-image: -moz-linear-gradient(
    329deg,
    rgba(0, 163, 255, 0) 77.72%,
    rgba(0, 124, 255, 0) 100%
  );
  background-image: -o-linear-gradient(
    329deg,
    rgba(0, 163, 255, 0) 77.72%,
    rgba(0, 124, 255, 0) 100%
  );
  background-image: linear-gradient(
    121deg,
    rgba(0, 163, 255, 0) 77.72%,
    rgba(0, 124, 255, 0) 100%
  );
}
#ImagesShowDIV nav span.nav-next:hover {
  background-image: -webkit-linear-gradient(
    329deg,
    rgba(0, 163, 255, 0) 79.27%,
    rgba(0, 124, 255, 0.35) 100%
  );
  background-image: -moz-linear-gradient(
    329deg,
    rgba(0, 163, 255, 0) 79.27%,
    rgba(0, 124, 255, 0.35) 100%
  );
  background-image: -o-linear-gradient(
    329deg,
    rgba(0, 163, 255, 0) 79.27%,
    rgba(0, 124, 255, 0.35) 100%
  );
  background-image: linear-gradient(
    121deg,
    rgba(0, 163, 255, 0) 79.27%,
    rgba(0, 124, 255, 0.35) 100%
  );
}

#ImagesShowDIV nav span.nav-close {
  top: 0;
  left: 0;
  padding: 3%;
  color: rgba(255, 255, 255, 0);
  background-image: url(Img/Icons/Back-White.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px auto;
  z-index: 1001;
}