@font-face {
  font-family: 'icomoon';
  src: url('fonts/mango.eot?p9pt4i');
  src: url('fonts/mango.eot?p9pt4i#iefix') format('embedded-opentype'),
    url('fonts/mango.ttf?p9pt4i') format('truetype'),
    url('fonts/mango.woff?p9pt4i') format('woff'),
    url('fonts/mango.svg?p9pt4i#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  margin: 0px;
  padding: 0px;
}

body {
    color: #3a3a3c;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

.clear {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

.content-page {
  background: #f2f5f8;
  overflow: auto;
  flex: 1;
  display: flex;
  padding: 0px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.login_photo {
  flex: 1;
  background-size: cover;
  background-position: center center;
}

.custome-page {
  background: #fff;
  height: 100%;
  padding-top: 20px;
}

.nopadding-left {
  padding-left: 0px;
}

.nopadding-right {
  padding-right: 0px;
}

.zfcolor {
  background-color: #4ebfb8;
  /* background-color: #163580; */
}

.disabled,
.disabled i {
  opacity: 0.5;
  cursor: not-allowed !important;
  pointer-events: none;
}

/* LOGIN & FORGOT */
.block-center {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  display: inline-block;
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  background: none;
}

.md-input-underline {
  border-color: transparent !important;
}

.login_form_wrapper .input-field .md-input-element {
  border: 1px solid #ccc !important;
  padding: 10px 20px;
  font-size: 20px;
}

.login_form_wrapper .md-input-wrapper {
  margin-bottom: 10px;
}

.login_form_wrapper .md-input-placeholder {
  top: 15px;
  left: 15px;
}

.login_form_wrapper .md-input-placeholder.md-float.md-focused,
.login_form_wrapper .md-input-placeholder.md-float:not(.md-empty) {
  transform: translateX(-15px)translateY(-140%)scale(0.75) !important;
}

.modal-header .close {
  /* color: #fff; */
  color: #000;
  text-shadow: none;
  font-size: 2em;
}

.btn-edit-plus {
  border: 0px;
  padding: 0px;
  background: transparent;
}

.widget-container .input-group {
  margin-bottom: 10px;
}



.block-center .link {
  margin-top: 10px;
  margin-right: 1px;
  float: right;
  /* color: #163580 !important; */
  cursor: pointer;
}

.logo {
  text-align: center;
   min-height: 100px;
}

.logo img {
  max-width: 250px;
  margin-bottom: 10px;
}


.card-content {
  width: 355px;
  margin: 0 auto;
  background: #fff;
}

md-input {
  width: 100%;
}

.center-button {
  text-align: center;
  width: 275px;
  margin: 15px auto 0;
  clear: both;
}

.center-button button {
  display: inline-block;
  margin: 5px;
  float: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
}

.center-button button:hover {
  transform: scale(1.1);
}

[md-raised-button],
[md-fab],
[md-mini-fab],
[md-button],
[md-icon-button] {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

/* POPOVER */
ngb-popover-window {
  left: 5px !important;
}
.profile ngb-popover-window {
  left: auto !important;
  float: right;
  text-align: left;
  right: 2%;
}

.show_menu ngb-popover-window {
  margin-left: 15px;
}

.popover {
  max-width: 420px;
  width: 420px;
}

.profile .popover {
  max-width: 160px;
  width: 160px;
  color: #000;
}

.profile .popover .popover-arrow {
  left: 85%;
}

.profile .popover ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.profile .popover li {
  padding: 10px 15px;
}

.profile .popover button {
  width: 100%;
  box-shadow: none;
}

.profile .popover a {
  color: #000 !important;
}

.popover-content {
  padding: 9px 3px !important;
}

.profile .popover-content {
  text-align: left;
  margin-right: 10px;
}

.show_menu .popover-arrow {
  left: 10% !important;
}

.popover_title {
  margin-left: 12px !important;
}
/* POPOVER */

/* LEFT MENU */
.left_menu {
  background: #fff;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  transition: all ease 0.1s;
  border-right: 1px solid #e3e3e3;
}

.left_menu.menu-expanded {
  width: 180px;
}


/* END LEFT MENU */

.top-bar {
  z-index: 1001;
}

/* iPhone 4 */
@media only screen and (min-width: 320px) and (max-width: 480px) {
}

/* iPhone 5 */
@media only screen and (min-width: 320px) and (max-width: 568px) {
}

/* iPhone 6 */
@media only screen and (min-width: 375px) and (max-width: 667px) {
}

/* iPhone 6 Plus */
@media only screen and (min-width: 414px) and (max-width: 736px) {
}

/* iPad mini 4 */
@media only screen and (min-width: 1024px) and (max-width: 768px) {
}

/* iPad Air 2 */
@media only screen and (min-width: 1024px) and (max-width: 768px) {
}

/* iPad Pro */
@media only screen and (min-width: 1366px) and (max-width: 1024px) {
}

/* 800 x 600 */
@media only screen and (min-width: 1366px) and (max-width: 1024px) {
}

/* 1366 x 768 */
@media only screen and (min-width: 1366px) and (max-width: 1024px) {
}

/* 1920 x 1080 */
@media only screen and (min-width: 1366px) and (max-width: 1024px) {
}

.loading-icon {
  width: 100%;
  /*position: absolute;*/
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  /*background: rgba(0, 0, 0, 0.5);*/
  color: #fff;
  z-index: 100;
}

.loading-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -20px;
}
