﻿body {
  background: white;
  font-family: "Open Sans", sans-serif, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 0px;
  margin: 0px;
  /*overflow: hidden;*/
}

.ceo-img {
  transform: scaleX(-1);
}
.ceo-img.rtl-img {
  transform: unset;
}

.DisPage {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.Ui-View {
  height: auto;
  min-height: 80vh;
  overflow: scroll;
  position: relative;
  background-color: #eee;
  margin-top: 55px;
}

.modal-backdrop {
  opacity: 0.9 !important;
}

.notifications {
  z-index: 99999;
  width: 350px;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.notifications ul li {
  -webkit-box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);
}

.notifications .ng-enter {
  -webkit-animation: fadeInDown 1s;
  -moz-animation: fadeInDown 1s;
  -ms-animation: fadeInDown 1s;
  animation: fadeInDown 1s;
}

.notifications .ng-leave {
  -webkit-animation: fadeOut 1s;
  -moz-animation: fadeOut 1s;
  -ms-animation: fadeOut 1s;
  animation: fadeOut 1s;
}

.overlayContainer {
  display: none;
}

.overlayBackground {
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 2500;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.95;
}

.overlayContent {
  position: absolute;
  border: 0px;
  background-color: hsla(0deg, 0%, 0%, 0);
  font-weight: bold;
  width: 250px;
  z-index: 9999999999;
  text-align: center;
}

md-progress-circular svg {
  width: 100px !important;
  height: 100px !important;
  transform-origin: 50px !important;
  opacity: 0.7;
}

md-progress-circular {
  top: -135px;
  left: -20px;
}

path {
  stroke: #fff !important;
}

#hand {
  height: 500px;
  width: 500px;
  position: absolute;
  top: 35%;
  left: 45%;
  opacity: 0.7;
  z-index: 999;
  -webkit-animation-duration: 1s;
  -webkit-animation-play-state: running;
}

#target {
  height: 300px;
  width: 300px;
  position: absolute;
  top: 28.5%;
  left: 36%;
  opacity: 0.7;
  z-index: 999;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
}

.no-padding {
  padding: 0;
  margin: 0;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: auto;
  right: 100%;
  margin-top: -1px;
}

/* Animation FadeInUp*/
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}

.container-login {
  padding: 16px;
  font-family: "Open Sans", sans-serif, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.container-login input[type=text], .container-login input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.container-login button {
  background-color: #cc5c19;
  color: white;
  padding: 7px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}
.container-login button:hover {
  opacity: 0.8;
}
.container-login span.psw {
  float: right;
  padding-top: 16px;
}

.login-modal {
  margin: 5% auto 15% auto;
}
.login-modal .modal-dialog {
  width: 410px !important;
  padding-top: 30px;
  padding-bottom: 30px;
}

.q-modal {
  background-color: rgba(0, 0, 0, 0.4);
}
.q-modal .modal-dialog {
  margin: 1% auto; /* 15% from the top and centered */
  padding: 20px;
  width: 80%;
}
.q-modal .containerq {
  max-width: 1455px;
}
.q-modal .TextQuery {
  width: 1455px;
  height: 300px;
  margin: 15px;
  font-size: 30px;
}
.q-modal .tbl {
  margin: auto;
  width: 95% !important;
  margin-left: 21px;
}
.q-modal table tbody {
  display: block;
  max-height: 500px;
  overflow-y: scroll;
}
.q-modal thead, .q-modal table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.q-modal button {
  float: right;
  padding: 6px 20px;
  background-color: #27ae60;
  color: #fff;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}

/*Loading*/
.animation-loading h1 {
  color: #fff;
  font-size: 18px;
  font-family: inherit;
}
.animation-loading i {
  color: #fff;
  font-size: 19px !important;
  font-weight: 100;
}

.lg-up {
  margin-bottom: 0px;
  margin-top: -60px;
}

.lg-down {
  margin-top: 0px;
}

.photo-loading {
  background: url("/resources/PagePictures/logo_white.png") center center no-repeat;
  background-size: cover;
  min-height: 150px;
  min-width: 150px;
}

/*Loading*/
.form-group input[type=checkbox] {
  display: none;
}

.form-group input[type=checkbox] + .btn-group > label span {
  width: 20px;
}

.form-group input[type=checkbox] + .btn-group > label span:first-child {
  display: none;
}

.form-group input[type=checkbox] + .btn-group > label span:last-child {
  display: inline-block;
}

.form-group input[type=checkbox]:checked + .btn-group > label span:first-child {
  display: inline-block;
}

.form-group input[type=checkbox]:checked + .btn-group > label span:last-child {
  display: none;
}

@font-face {
  font-family: "FFF_Tusj";
  src: url("../reference/fonts/FFF_Tusj.ttf") format("truetype");
}
@font-face {
  font-family: "KaushanScript-Regular";
  src: url("../reference/fonts/KaushanScript-Regular.otf") format("opentype");
}
@font-face {
  font-family: "LobsterTwo-Bold";
  src: url("../reference/fonts/LobsterTwo-Bold.otf") format("opentype");
}
@font-face {
  font-family: "LobsterTwo-BoldItalic";
  src: url("../reference/fonts/LobsterTwo-BoldItalic.otf") format("opentype");
}
.kojamjoomNav {
  padding-top: 40px !important;
  background: -webkit-linear-gradient(-180deg, rgb(50, 0, 195) 50%, rgb(42, 17, 105) 90%, rgb(50, 0, 195) 109%);
  background: -o-linear-gradient(-180deg, rgb(50, 0, 195) 50%, rgb(42, 17, 105) 90%, rgb(50, 0, 195) 109%);
  background: -ms-linear-gradient(-180deg, rgb(50, 0, 195) 50%, rgb(42, 17, 105) 90%, rgb(50, 0, 195) 109%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3200C3', endColorstr='#3200C3' ,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3200C3",endColorstr="#3200C3", GradientType=1);
}

.KojamjoomFooter {
  padding-top: 40px !important;
  background: -webkit-linear-gradient(-180deg, rgb(50, 0, 195) 50%, rgb(42, 17, 105) 90%, rgb(50, 0, 195) 109%);
  background: -o-linear-gradient(-180deg, rgb(50, 0, 195) 50%, rgb(42, 17, 105) 90%, rgb(50, 0, 195) 109%);
  background: -ms-linear-gradient(-180deg, rgb(50, 0, 195) 50%, rgb(42, 17, 105) 90%, rgb(50, 0, 195) 109%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3200C3', endColorstr='#3200C3' ,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3200C3",endColorstr="#3200C3", GradientType=1);
  bottom: 0px;
  min-height: 110px !important;
}

.KOJFooter {
  position: fixed;
  bottom: 0px;
  width: 100%;
}

.KOJRibbon {
  position: relative;
}

.KOJTitle {
  position: relative;
  left: 15px;
}

@media (max-width: 1202px) {
  .KOJLogoContainter {
    position: absolute;
    top: 0px;
    left: 10px;
  }
}
@media (min-width: 1281px) {
  .KOJLogoContainter {
    position: absolute;
    top: 0px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .KOJLogoContainter {
    position: absolute;
    top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .KOJLogoContainter {
    position: absolute;
    top: 0px;
    left: 80px;
  }
  .KOJTitle {
    visibility: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .KOJLogoContainter {
    position: absolute;
    top: 0px;
    left: 80px;
  }
}
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  .KOJTitle {
    visibility: hidden;
  }
  .MapLocator {
    height: 380px !important;
    width: 100% !important;
  }
}
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
  .KOJTitle {
    visibility: hidden;
  }
  .MapLocator {
    height: 380px !important;
    width: 100% !important;
  }
}
.MapLocator {
  height: 500px;
  width: 100% !important;
}

.MiniMap img {
  width: 30%;
}

.HoverMap {
  position: absolute;
  bottom: 100px;
  left: 88px;
  border: 2px solid black;
  width: 380px;
}
.HoverMap iframe {
  width: 100%;
}

.menu_drop {
  /*background: -webkit-linear-gradient(-180deg, rgba(50, 0, 195, 1) 50%, rgba(42, 17, 105, 1) 90%, rgba(50, 0, 195, 1) 109%);
  background: -o-linear-gradient(-180deg, rgba(50, 0, 195, 1) 50%, rgba(42, 17, 105, 1) 90%, rgba(50, 0, 195, 1) 109%);
  background: -ms-linear-gradient(-180deg, rgba(50, 0, 195, 1) 50%, rgba(42, 17, 105, 1) 90%, rgba(50, 0, 195, 1) 109%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3200C3', endColorstr='#3200C3' ,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3200C3',endColorstr='#3200C3', GradientType=1);
  font-size: 13px;*/
  background-color: #3320BD;
  opacity: 0.9;
}

.menu_drop:hover {
  /*background-color: transparent;*/
}

.BrandsIcon {
  height: 78px;
  width: 69.8px;
}

.BGLoad {
  display: -webkit-inline-box;
}

.alert-warning {
  background-color: #FCBF3A !important;
  border: 1.5px solid #F3A602 !important;
  border-radius: 2px !important;
}
.alert-warning .TitleBN {
  font-weight: 700;
}
.alert-warning .MessageBN {
  color: #fff;
}

.alert-danger {
  background-color: #FF5252 !important;
  border: 1.5px solid #FF0000 !important;
  border-radius: 2px !important;
}
.alert-danger .TitleBN {
  font-weight: 700;
}
.alert-danger .MessageBN {
  color: #fff;
}

.alert-success {
  background-color: #6CF372 !important;
  border: 1.5px solid #08CF11 !important;
  border-radius: 2px !important;
}
.alert-success .TitleBN {
  font-weight: 700;
}
.alert-success .MessageBN {
  color: #fff;
}

.alert-info {
  background-color: #1ba1e2 !important;
  border: 1.5px solid #978a8a !important;
  border-radius: 2px !important;
}
.alert-info .TitleBN {
  font-weight: 700;
}
.alert-info .MessageBN {
  color: #fff;
}

.text_right_imp {
  text-align: right !important;
}

.gm-style-iw {
  text-align: center !important;
}

.locationDropdown {
  height: 35px !important;
  font-size: 12px !important;
}

.dropShadowImage {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}

.ladiesfashion {
  background-image: url("../../images/Introduction/ladiesfashion.png");
  background-repeat: no-repeat;
  height: 220px;
}

.cosmeticsbeauty {
  background-image: url("../../images/Introduction/cosmeticsbeauty.png");
  background-repeat: no-repeat;
  height: 220px;
}

.mensfashion {
  background-image: url("../../images/Introduction/mensfashion.png");
  background-repeat: no-repeat;
  height: 220px;
}

.beautysalon {
  background-image: url("../../images/Introduction/beautysalon.png");
  background-repeat: no-repeat;
  height: 220px;
}

.childrenstoys {
  background-image: url("../../images/Introduction/childrenstoys.png");
  background-repeat: no-repeat;
  height: 220px;
}

.designandturnkey {
  background-image: url("../../images/Introduction/designandturnkey.png");
  background-repeat: no-repeat;
  height: 220px;
}

.zoomAtGlance:hover img {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}

.brandPulse:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}

.brandZoom:hover img {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}

.brandbounceIn {
  transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
  cursor: pointer;
}

.brandbounceIn:hover {
  transform: translate3d(0, -20px, 0);
  -webkit-box-shadow: 4px 7px 13px -6px rgb(66, 62, 66);
  -moz-box-shadow: 4px 7px 13px -6px rgb(66, 62, 66);
  box-shadow: 4px 7px 13px -6px rgb(66, 62, 66);
}
