/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
@media (max-width: 480px) {
  .header-flex {
    display: block; } }
@media (max-width: 480px) {
  .header-flex .left-header {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; } }
.header-flex .center-header {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media (max-width: 991px) {
    .header-flex .center-header {
      position: static !important; } }
  @media (max-width: 480px) {
    .header-flex .center-header {
      -webkit-box-pack: start;
      -moz-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start; } }

.ApColumn .menu-bar {
  padding: 10px 0 10px 18px; }
  .rtl .ApColumn .menu-bar {
    padding: 10px 18px 10px 0; }

@media (max-width: 480px) {
  .dropdown .ap-quick-login .popup-content {
    right: -130px; }
    .rtl .dropdown .ap-quick-login .popup-content {
      left: -130px;
      right: auto; } }

/*# sourceMappingURL=headerposition1536273190.css.map */
