@import url('https://fonts.googleapis.com/css?family=roboto&display=swap');

html {
  height: 100%;
  background-color: white;
  overscroll-behavior-y: contain;
}

body {
  /*background: linear-gradient(-225deg, #22E1FF 0%, #1D8FE1 48%, #625EB1 100%);*/
  background: linear-gradient(-225deg, #625EB1 0%, #625EB1 48%, #625EB1 100%);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  font: 600 22px/22px Roboto;
  font-size: medium;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}


.clearfix:after,
.clearfix:before {
  content: '';
  display: table
}

.clearfix:after {
  clear: both;
  display: block
}

.hidebuttonaction {
  visibility: hidden;
}


.logoanimation {
  z-index: 100;
  margin: 40vh auto;
  animation: bounce 0.5s;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(.5,0.05,1,.5);
  animation-iteration-count: infinite;
  transform-style: preserve-3d;
  -webkit-animation-name: bounce;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(.5,0.05,1,.5);
  -webkit-animation-iteration-count: infinite;
}

@keyframes bounce {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, 200px, 0);
  }
}


@-webkit-keyframes bounce {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
}

.containerico {
  margin: 0 auto;
  padding: 20px;
  width: 120px;
  height: 120px;
  text-align: center;
}

  .containerico h2 {
    text-align: center;
    width: 95px;
    height: 20px;
    font-size: smaller;
    color: white;
    font-weight: 200;
  }

.ios2 {
  /* All icons */
  position: relative;
  float: left;
  width: 95px;
  height: 95px;
  max-height: 95px;
  max-width: 95px;
  text-decoration: wavy;
  text-align: center;
}


.bt_user_mgmt {
  background: url(../Images/user_mgmt_d.png) no-repeat 50% 50%;
  background-size: 100%;
}

.bt_location_mgmt {
  background: url(../Images/location_mgmt_d.png) no-repeat 50% 50%;
  background-size: 100%;
}

.bt_reports {
  background: url(../Images/reports_d.png) no-repeat 50% 50%;
  background-size: 100%;
}


.mobile-wrap {
  margin: 0 auto;
  width: 70vw;
  max-width: 30vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 2;
}


  .mobile-wrap::-webkit-scrollbar {
    display: none;
  }


.mobile {
  z-index: 99;
  color: #fff;
  height: 100%;
  padding: 15px;
  position: relative;
  font: 300 18px/18px Roboto;
}

  .mobile .header {
    clear: both;
    overflow: hidden;
    padding-top: 15px;
    position: relative
  }

    .mobile .header > span {
      font-size: 24px;
      min-width: 24px
    }

    .mobile .header > .title {
      font-size: 16px;
      line-height: 24px;
      margin-left: 15px
    }

    .mobile .header .pull-left {
      float: left
    }

    .mobile .header .pull-right {
      float: right
    }

    .mobile .header .ion-ios-search {
      z-index: 999;
      position: relative;
    }

    .mobile .header .ion-ios-arrow-back {
      min-width: 25px
    }

    .mobile .header .ion-ios-navicon > i {
      height: 1px;
      width: 20px;
      margin-top: 5px;
      background: #fff;
      position: relative;
      display: inline-block
    }

      .mobile .header .ion-ios-navicon > i:after,
      .mobile .header .ion-ios-navicon > i:before {
        content: '';
        width: inherit;
        height: inherit;
        position: absolute;
        background: inherit
      }

      .mobile .header .ion-ios-navicon > i:before {
        bottom: 12px
      }

      .mobile .header .ion-ios-navicon > i:after {
        bottom: 6px
      }

    .mobile .header .search {
      right: 0;
      bottom: 0;
      position: absolute;
    }

      .mobile .header .search input {
        width: 0;
        color: #fff;
        height: 24px;
        border: none;
        font-size: 16px;
        max-width: 150px;
        font-weight: 300;
        padding-right: 30px;
        font-family: inherit;
        background: transparent;
        transition: all .3s ease-in-out 0s;
        border-bottom: 1px solid transparent;
        -webkit-appearance: textfield;
      }

        .mobile .header .search input:focus {
          outline: none;
        }

        .mobile .header .search input::-webkit-search-decoration,
        .mobile .header .search input::-webkit-search-cancel-button {
          -webkit-appearance: none;
        }

      .mobile .header .search .search-visible {
        width: 100%;
        border-bottom-color: #fff;
      }

.navbut {
  right: 15px;
  z-index: 20;
  width: 45px;
  bottom: 15px;
  height: 45px;
  display: block;
  position: absolute;
  line-height: 45px;
  border-radius: 50%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75)
}

.mask {
  z-index: 21;
  color: #fff;
  width: inherit;
  height: inherit;
  cursor: pointer;
  font-size: 28px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  background: #f23363;
  transition: all .1s ease-in-out 0s
}

.navnavbut.active .mask {
  background: #cf0e3f;
  transform: rotate(-135deg)
}

.navnavbut:after {
  top: 0;
  left: 0;
  content: '';
  width: inherit;
  height: inherit;
  border-radius: 50%;
  position: absolute;
  background: #f23363;
  transition: all .1s ease-in-out 0s
}

.navnavbut.active:after {
  top: -125px;
  left: -125px;
  width: 350px;
  height: 350px
}

.nav-item {
  top: 0;
  left: 0;
  z-index: 19;
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 24px;
  transform: none;
  line-height: 45px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  transition: all .3s cubic-bezier(.68, 1.55, .265, 1)
}

.navnavbut.active .nav-count-1 {
  transform: translate(10px, -100px)
}

.navnavbut.active .nav-count-2 {
  transform: translate(-35px, -80px)
}

.navnavbut.active .nav-count-3 {
  transform: translate(-80px, -45px)
}

.navnavbut.active .nav-count-4 {
  transform: translate(-100px, 0)
}

.pull-left {
  float: left
}

.pull-right {
  float: right
}

.html,
.invisible {
  display: none
}

  .html.visible,
  .visible {
    display: block
  }

.sidebar .sidebar-content,
.sidebar .sidebar-overlay {
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  transition: all .3s ease-in-out 0s
}

.sidebar .sidebar-overlay {
  right: 0;
  opacity: 0;
  width: 100%;
  z-index: 999;
  transform: scale(0);
  background: rgba(0, 0, 0, .4)
}

.sidebar .sidebar-content {
  width: 80%;
  color: #333;
  padding: 15px;
  z-index: 9999;
  background: #fff;
  opacity: 0.9;
  transform: translateX(-100%)
}

.sidebar.active .sidebar-content {
  transform: translateX(0)
}

.sidebar.active .sidebar-overlay {
  opacity: 1;
  transform: scale(1)
}

.sidebar .sidebar-content .top-head .name {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 5px
}

.sidebar .sidebar-content .top-head .email {
  font-size: 13px;
  margin-bottom: 50px
}

.sidebar .sidebar-content .nav-left > a {
  color: #333;
  display: block;
  font-size: 16px;
  padding: 10px 0;
  line-height: 24px;
  vertical-align: top;
  text-decoration: none
}

  .sidebar .sidebar-content .nav-left > a > span {
    color: #fff;
    font-size: 24px;
    min-width: 40px;
    display: inline-block
  }

.html.chats,
.html.search,
.html.compose,
.html.credits,
.html.settings,
.html.welcome {
  margin-top: 50px
}

.on-off {
  display: none
}

  .on-off + label {
    width: 30px;
    height: 10px;
    position: relative;
    border-radius: 5px;
    background: #dedee0;
    display: inline-block;
    transition: all .3s ease-in-out 0s
  }

    .on-off + label:after {
      left: 0;
      top: -2px;
      width: 15px;
      content: '';
      height: 15px;
      position: absolute;
      border-radius: 50%;
      background: #bebdc2;
      transition: all .3s ease-in-out 0s
    }

  .on-off:checked + label {
    background: #fd99b3
  }

    .on-off:checked + label:after {
      left: 15px;
      background: #fb3666
    }

.btn {
  color: #eee;
  width: 100%;
  border: none;
  font-size: 16px;
  padding: 12px 24px;
  background: #cf0e3f;
  border-radius: 30px
}

.search .title {
  font-size: 24px;
}

  .search .title p {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
  }

.welcome .datetime .date,
.welcome .datetime .day {
  margin-bottom: 15px
}

.welcome .datetime .day {
  font-size: 28px;
  -webkit-animation-duration: .2s;
  animation-duration: .2s
}

.welcome .datetime .date {
  -webkit-animation-duration: .35s;
  animation-duration: .35s
}

.forecast {
  margin-top: 30px
}

  .forecast .temperature {
    text-align: right
  }

    .forecast .datetime .day,
    .forecast .temperature .unit {
      font-size: 28px;
      min-height: 33px
    }

    .forecast .datetime .date,
    .forecast .temperature .location {
      color: #ccc;
      font-size: 12px
    }

    .forecast .temperature .unit > i {
      top: -2px;
      font-style: normal;
      position: relative
    }

  .forecast .animated {
    -webkit-animation-duration: .2s;
    animation-duration: .2s
  }

.alarm-list {
  margin-top: 50px
}

  .alarm-list .note {
    padding: 10px 0;
    border: 0;
  }

    .alarm-list .note:nth-child(1) {
      -webkit-animation-duration: .2s;
      animation-duration: .2s
    }

    .alarm-list .note:nth-child(2) {
      -webkit-animation-duration: .3s;
      animation-duration: .3s
    }

    .alarm-list .note:nth-child(3) {
      -webkit-animation-duration: .4s;
      animation-duration: .4s
    }

    .alarm-list .note .time {
      min-width: 35px;
      margin-right: 30px
    }

      .alarm-list .note .time > .shift,
      .alarm-list .note .to-do > .subject {
        color: #ccc;
        font-size: 11px
      }

    .alarm-list .note .time {
      text-align: center
    }

    .alarm-list .note .to-do > .title {
      font-size: 14px
    }

    .alarm-list .note:not(:last-child) {
      position: relative
    }

      .alarm-list .note:not(:last-child):before {
        bottom: 0;
        width: 100%;
        content: '';
        right: -15px;
        position: absolute;
        border-bottom: 1px solid rgba(170, 170, 170, .5)
      }

.user-list .user {
  width: 30px;
  height: 30px;
  margin: 4px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #bbb
}

  .user-list .user > img {
    width: 100%
  }

.compose .forms .group {
  margin-bottom: 15px
}

  .compose .forms .group > label {
    padding: 6px 0;
    min-width: 40px;
    display: inline-block
  }

    .compose .forms .group > label > span {
      min-width: 20px;
      display: inline-block
    }

  .compose .forms .group input,
  .compose .forms .group textarea {
    color: #fff;
    border: none;
    resize: none;
    min-width: 185px;
    background: 0 0;
    padding: 5px 10px 1px;
    border-bottom: 1px solid rgba(170, 170, 170, .6)
  }

.compose .forms .visible {
  width: 100%;
  display: block !important
}

.compose .forms .action {
  margin-top: 50px
}

.compose .forms .group:nth-child(1) {
  -webkit-animation-duration: .1s;
  animation-duration: .1s
}

.compose .forms .group:nth-child(2) {
  -webkit-animation-duration: .2s;
  animation-duration: .2s
}

.compose .forms .group:nth-child(3) {
  -webkit-animation-duration: .3s;
  animation-duration: .3s
}

.compose .forms .group:nth-child(4) {
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

.chats .tabs-list {
  margin-bottom: 15px;
  overflow: scroll;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

  .chats .tabs-list::-webkit-scrollbar {
    display: none;
  }

  .chats .tabs-list .tab {
    float: left;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    margin-right: 5px;
    padding-bottom: 2px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    display: inline-block;
    width: calc((100vw/1) - 15px);
    text-align: center;
  }

    .chats .tabs-list .tab.active,
    .chats .tabs-list .tab:hover {
      color: #fff;
      border-bottom: 2px solid
    }

.chats .active-users .user {
  padding: 5px 0;
  cursor: default
}

.chats .active-users .photo {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 3px 2px rgba(0, 0, 0, .4)
}

  .chats .active-users .photo img {
    width: 100%
  }

.chats .active-users .desc {
  margin-left: 15px
}

  .chats .active-users .desc p {
    margin: 0;
    font-size: 14px
  }

  .chats .active-users .desc .name {
    font-weight: 400;
    text-decoration: none;
    color: #fff;
  }

  .chats .active-users .desc .position {
    font-size: 12px;
    text-decoration: none;
    color: #fff;
  }

  .chats .active-users .desc .attnotice {
    font-size: 12px;
    text-decoration: none;
    font-style: italic;
    color: #F49C8C;
  }

  .chats .active-users .desc .punctime {
    font-size: 12px;
    text-decoration: none;
    font-style: italic;
    color: #7bfb84;
  }

  .chats .active-users .desc .attcomments {
    font-size: 12px;
    text-decoration: none;
    font-style: italic;
    color: #FAE39C;
  }


a:hover {
  text-decoration: none;
}

.chats .active-users .user .idle {
  height: 40px;
  position: relative
}

  .chats .active-users .user .idle > span {
    top: 50%;
    right: 0;
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
    position: absolute;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #fff
  }

  .chats .active-users .user .idle > .online {
    background: #2ecc71
  }

  .chats .active-users .user .idle > .offline {
    background: #95a5a6
  }

  .chats .active-users .user .idle > .away {
    background: #f2ca27
  }

.chats .active-users .user:nth-child(1) {
  -webkit-animation-duration: .18s;
  animation-duration: .18s
}

.chats .active-users .user:nth-child(2) {
  -webkit-animation-duration: .25s;
  animation-duration: .25s
}

.chats .active-users .user:nth-child(3) {
  -webkit-animation-duration: .35s;
  animation-duration: .35s
}

.chats .active-users .user:nth-child(4) {
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

.chats .active-users .user:nth-child(5) {
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.chats .active-users .user:nth-child(6) {
  -webkit-animation-duration: .6s;
  animation-duration: .6s
}

.chats .active-users .user .idle > span:before {
  right: 20px;
  bottom: -2px;
  display: none;
  padding: 0 5px;
  font-size: 12px;
  position: absolute;
  border-radius: 2px;
  content: attr(class);
  background: rgba(0, 0, 0, .4);
  text-transform: capitalize
}

.chats .active-users .user:hover .idle > span:before {
  display: block;
  -webkit-animation: fadeInRight .4s;
  animation: fadeInRight .4s
}

.profile {
  margin-top: 40px
}

  .profile .photo {
    margin: auto;
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    border: 6px solid #ccc
  }

    .profile .photo img {
      width: 100%;
      transition: all .2s ease-in-out 0s
    }

    .profile .photo .social {
      top: 50%;
      left: 50%;
      width: 30px;
      z-index: 99;
      height: 30px;
      margin-top: -15px;
      margin-left: -15px;
      position: absolute;
      transform: scale(0);
      transition: all .4s ease-in-out 0s
    }

      .profile .photo .social .soc-item {
        top: 0;
        left: 0;
        z-index: 19;
        width: 35px;
        height: 35px;
        color: #eee;
        font-size: 24px;
        transform: none;
        line-height: 35px;
        border-radius: 50%;
        position: absolute;
        text-align: center;
        transition: all .3s cubic-bezier(.68, 1.55, .265, 1)
      }

        .profile .photo .social .soc-item:hover {
          color: #fff
        }

    .profile .photo:after {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      content: '';
      position: absolute;
      border-radius: 50%;
      transform: scale(0);
      background: rgba(0, 0, 0, .2);
      transition: all .3s ease-in-out 0s
    }

    .profile .photo:hover img {
      transform: scale(.5) rotate(10deg)
    }

    .profile .photo:hover .social,
    .profile .photo:hover:after {
      transform: scale(1)
    }

      .profile .photo:hover .social .soc-count-1 {
        transform: translate(0, -50px)
      }

      .profile .photo:hover .social .soc-count-2 {
        transform: translate(-35px, -35px)
      }

      .profile .photo:hover .social .soc-count-3 {
        transform: translate(-50px, 0)
      }

      .profile .photo:hover .social .soc-count-4 {
        transform: translate(-35px, 35px)
      }

      .profile .photo:hover .social .soc-count-5 {
        transform: translate(0, 50px)
      }

      .profile .photo:hover .social .soc-count-6 {
        transform: translate(35px, 35px)
      }

      .profile .photo:hover .social .soc-count-7 {
        transform: translate(50px, 0)
      }

      .profile .photo:hover .social .soc-count-8 {
        transform: translate(35px, -35px)
      }

  .profile .details .heading {
    padding: 5px;
    margin: 10px 0;
    text-align: center;
    border-radius: 15px;
    background: rgba(0, 0, 0, .4)
  }

    .profile .details .heading > .name {
      font-size: 18px;
      font-weight: 400;
      padding-right: 5px
    }

    .profile .details .heading > .position {
      font-size: 12px;
      padding-left: 5px;
      vertical-align: 1px;
      border-left: 1px solid
    }

  .profile .details .text {
    margin: 0;
    color: #ccc;
    line-height: 24px;
    text-align: center;
    -webkit-animation-duration: .4s;
    animation-duration: .4s
  }

.setting-list {
  margin-left: -15px;
  margin-right: -15px
}

  .setting-list .gear {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400
  }

    .setting-list .gear:not(:last-child) {
      border-bottom: 1px solid rgba(170, 170, 170, .4)
    }

    .setting-list .gear > .action {
      color: #fff
    }

    .setting-list .gear:nth-child(1) {
      -webkit-animation-duration: .1s;
      animation-duration: .1s
    }

    .setting-list .gear:nth-child(2) {
      -webkit-animation-duration: .2s;
      animation-duration: .2s
    }

    .setting-list .gear:nth-child(3) {
      -webkit-animation-duration: .3s;
      animation-duration: .3s
    }

    .setting-list .gear:nth-child(4) {
      -webkit-animation-duration: .4s;
      animation-duration: .4s
    }

    .setting-list .gear:nth-child(5) {
      -webkit-animation-duration: .5s;
      animation-duration: .5s
    }

    .setting-list .gear:nth-child(6) {
      -webkit-animation-duration: .6s;
      animation-duration: .6s
    }

.credits .title {
  line-height: 24px;
  text-align: center
}

.credits .credit-ol {
  margin: 20px 0;
  counter-reset: credits
}

.credits .credit-li {
  line-height: 30px;
  position: relative;
  padding-left: 20px
}

  .credits .credit-li:before {
    top: 0;
    left: 0;
    position: absolute;
    content: counter(credits);
    counter-increment: credits
  }

  .credits .credit-li:nth-child(1) {
    -webkit-animation-duration: .3s;
    animation-duration: .3s
  }

  .credits .credit-li:nth-child(2) {
    -webkit-animation-duration: .4s;
    animation-duration: .4s
  }

  .credits .credit-li:nth-child(3) {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
  }

  .credits .credit-li:nth-child(4) {
    -webkit-animation-duration: .6s;
    animation-duration: .6s
  }

  .credits .credit-li:nth-child(5) {
    -webkit-animation-duration: .7s;
    animation-duration: .7s
  }

  .credits .credit-li:nth-child(6) {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
  }

  .credits .credit-li a {
    color: inherit;
    text-decoration: none;
    padding: 1px 5px;
    border-radius: 13px;
    transition: all .6s ease-in-out 0s
  }

  .credits .credit-li:hover a {
    box-shadow: 150px 0 0 0 rgba(0, 0, 0, .4) inset
  }

  .credits .credit-li span {
    font-size: 13px
  }

.credits .text {
  margin-top: 10px;
  line-height: 22px;
  text-align: center
}



.modal-backdrop {
  z-index: -1;
}


.btn_modal {
  min-width: 90%;
  display: block !important;
}


btn_middle {
  width: 90%;
  height: 50px;
  color: white;
}


btn_close {
  width: 10px;
  height: 10px;
  color: white;
}


.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
}


.svgholder {
  height: 150px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  text-align: center;
}


.center_load {
  margin: 0 auto;
  margin-top: 40vh;
}



.badge {
  font-size: x-small;
  position: relative;
}













.login_start_img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}

.logo_img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.login_start {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  margin: auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  box-shadow: 10px 10px 30px #000;
}

/* Login container */
.login_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80%;
  height: 50%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-radius: 5px;
  background: rgba(255,255,255,1);
  box-shadow: 1px 1px 10px #add65c;
  display: none;
  text-align: center;
}

  .login_container::-webkit-scrollbar {
    display: none;
  }

.close-btn {
  position: absolute;
  cursor: pointer;
  font-family: 'Open Sans Condensed', sans-serif;
  line-height: 18px;
  top: 3px;
  right: 3px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 10px;
  opacity: .2;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

  .close-btn:hover {
    opacity: .5;
  }

.login_input {
  text-decoration: none;
  position: relative;
  width: 80%;
  display: block;
  margin: 9px auto;
  font-size: 17px;
  font-family: Roboto;
  color: #e51822;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 10px;
  border-width: 1px;
  border-color: #000;
  background: #fff;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 40px;
}

  .login_input:focus {
    outline: none;
    box-shadow: 3px 3px 10px #e51822;
  }

/* Placeholders */
::-webkit-input-placeholder {
  color: #7a7777;
}

:-moz-placeholder { /* Firefox 18- */
  color: #7a7777;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #7a7777;
}

:-ms-input-placeholder {
  color: #7a7777;
}

/* Link */
.login_btn {
  background: #e51822;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

  .login_btn:hover {
    opacity: 0.7;
  }




.logo_main_menu {
  text-align: center;
  background-image: url("https://attendzstorage.blob.core.windows.net/appfiles/logo_with_name.png");
  background-size: 50px;
  height: 73px;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  margin: 0px;
  text-align: center;
  font-size: 20px;
  font-family: 'Strait', sans-serif;
  transition: width .2s linear;
}




/* ScrolBar  */
.main-menu .scrollbar {
  height: 90%;
  width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

  .main-menu .scrollbar:hover {
    height: 90%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }

/* Scrollbar Style */



#style-1::-webkit-scrollbar-track {
  border-radius: 2px;
}

#style-1::-webkit-scrollbar {
  width: 5px;
  background-color: #F7F7F7;
}

#style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #BFBFBF;
}
/* Scrollbar End */




.menu_icon {
  position: relative;
  width: 55px;
  height: 36px;
  text-align: center;
  top: 12px;
  font-size: 20px;
}



.main_container {
  width: calc(100% -55px);
  min-height: 100vh;
  height: auto;
  /*background-image: linear-gradient(-225deg, #22E1FF 0%, #1D8FE1 48%, #625EB1 100%);*/
  background-image: linear-gradient(179deg, #1d8fe1 0%, #3932c7 48%, #625EB1 100%);
  background-size: cover;
  text-align: center;
  margin-left: 55px;
  transition: margin-left .2s linear;
  overflow: scroll;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

 .main_container::-webkit-scrollbar {
    display: none;
  }


.main-menu:hover, nav.main-menu.expanded {
  width: 250px;
  overflow: hidden;
  opacity: 1;
}

  .main-menu:hover .logo_main_menu {
    width: 250px;
    overflow: hidden;
    opacity: 1;
  }

.main_menu_div:hover + .main_container {
  margin-left: 250px;
  overflow: hidden;
}

.main-menu {
  background: #F7F7F7;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 55px;
  overflow: hidden;
  -webkit-transition: width .2s linear;
  transition: width .2s linear;
  -webkit-transform: translateZ(0) scale(1,1);
  box-shadow: 1px 0 15px rgba(0, 0, 0, 0.07);
  opacity: 1;
}

  .main-menu > ul {
    margin: 7px 0;
  }

  .main-menu li {
    position: relative;
    display: block;
    width: 250px;
  }

    .main-menu li > a {
      position: relative;
      width: 255px;
      display: table;
      border-collapse: collapse;
      border-spacing: 0;
      color: #8a8a8a;
      font-size: 13px;
      text-decoration: none;
      -webkit-transform: translateZ(0) scale(1,1);
      -webkit-transition: all .14s linear;
      transition: all .14s linear;
      font-family: 'Strait', sans-serif;
      border-top: 1px solid #f2f2f2;
      text-shadow: 1px 1px 1px #fff;
    }



  .main-menu .nav-icon {
    position: relative;
    display: table-cell;
    width: 55px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
  }

  .main-menu .nav-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 190px;
    font-family: 'Titillium Web', sans-serif;
  }




  .main-menu .fb-like {
    left: 180px;
    position: absolute;
    top: 15px;
  }

  .main-menu > ul.logout {
    position: absolute;
    left: 0;
    bottom: 0;
  }

.no-touch .scrollable.hover {
  overflow-y: hidden;
}

  .no-touch .scrollable.hover:hover {
    overflow-y: auto;
    overflow: visible;
  }




nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

  nav ul, nav li {
    outline: 0;
    margin: 0;
    padding: 0;
  }




/* Darker element side menu Start*/


.darkerli {
  background-color: #ededed;
  text-transform: capitalize;
}

.darkerlishadow {
  background-color: #ededed;
  text-transform: capitalize;
  -webkit-box-shadow: inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55);
  -moz-box-shadow: inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55);
  box-shadow: inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55);
}


.darkerlishadowdown {
  background-color: #ededed;
  text-transform: capitalize;
  -webkit-box-shadow: inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55);
  -moz-box-shadow: inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55);
  box-shadow: inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55);
}

/* Darker element side menu End*/




.main-menu li:hover > a, nav.main-menu li.active > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .no-touch .dashboard-page nav.dashboard-menu ul li:hover a, .dashboard-page nav.dashboard-menu ul li.active a {
  color: #fff;
  background-color: #00bbbb;
  text-shadow: 0px 0px 0px;
}

.area {
  float: left;
  background: #e2e2e2;
  width: 100%;
  height: 100%;
}





.table_result_search {
  width: 90%;
  margin: 0 auto;
  background-color: transparent;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 2;
}


  .table_result_search::-webkit-scrollbar {
    display: none;
  }

.table_result_location {
  width: 70%;
}

.search_area {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 60%;
  padding-top: 60px;
}



.background_row_green {
  background-color: lightgreen;
}


.cell_name {
  color: black;
  font-weight: bolder;
  display: block
}


.cell_desc {
  color: grey;
  font-size: smaller;
  display: block
}

.greentored {
  background: linear-gradient(to right, green, red);
}

.yellowtored {
  background: linear-gradient(to right, yellow, red);
}

.blacktext {
  color: black !important;
}

.redtext {
  color: red !important;
}

.greentext {
  color: green !important;
}



.ShowCursor {
  cursor: pointer;
}

.yes {
  height: 25px;
  width: 25px;
  background-color: transparent;
  cursor: none;
  background-image: url(../Images/yes.png);
  background-size: cover;
  text-align: center;
  vertical-align: middle;
  margin: auto;
}


.no {
  height: 25px;
  width: 25px;
  background-color: transparent;
  cursor: none;
  background-image: url(../Images/no.png);
  background-size: cover;
  text-align: center;
  vertical-align: middle;
  margin: auto;
}

.android {
  height: 35px;
  width: 35px;
  background-color: transparent;
  cursor: none;
  background-image: url(../Images/android.png);
  background-size: cover;
  text-align: center;
  vertical-align: middle;
  margin: auto;
}

.apple {
  height: 35px;
  width: 35px;
  background-color: transparent;
  cursor: none;
  background-image: url(../Images/apple.png);
  background-size: cover;
  text-align: center;
  vertical-align: middle;
  margin: auto;
}

.ooredoo {
  height: 35px;
  width: 35px;
  background-color: transparent;
  cursor: none;
  background-image: url(../Images/ooredoo.png);
  background-size: cover;
  text-align: center;
  vertical-align: middle;
  margin: auto;
}

.vodafone {
  height: 35px;
  width: 35px;
  background-color: transparent;
  cursor: none;
  background-image: url(../Images/vodafone.png);
  background-size: cover;
  text-align: center;
  vertical-align: middle;
  margin: auto;
}








.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}

  .avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
  }

    .avatar-upload .avatar-edit input {
      display: none;
    }

      .avatar-upload .avatar-edit input + label {
        display: inline-block;
        width: 50px;
        height: 50px;
        margin-bottom: 0;
  
        cursor: pointer;
        font-weight: normal;
        transition: all 0.2s ease-in-out;
      }

        .avatar-upload .avatar-edit input + label:hover {
          background: #f1f1f1;
          border-color: #d6d6d6;
        }


  .avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }

    .avatar-upload .avatar-preview > div {
      width: 100%;
      height: 100%;
      border-radius: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }

.form-control::placeholder {
  color: white;
}




.popup-bubble {
  /* Position the bubble centred-above its parent. */
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  /* Style the bubble. */
  background-color: transparent;
  padding: 5px;
  border-radius: 5px;
  font-family: sans-serif;
  overflow-y: auto;
  max-height: 60px;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
}

/* The parent of the bubble. A zero-height div at the top of the tip. */
.popup-bubble-anchor {
  /* Position the div a fixed distance above the tip. */
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0;
}

  /* This element draws the tip. */
  .popup-bubble-anchor::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /* Center the tip horizontally. */
    transform: translate(-50%, 0);
    /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
    width: 0;
    height: 0;
    /* The tip is 8px high, and 12px wide. */
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid white;
  }

/* JavaScript will position this div at the bottom of the popup tip. */
.popup-container {
  cursor: auto;
  height: 0;
  position: absolute;
  /* The max width of the info window. */
  width: 200px;
}

.table td {
  text-align: center;
  vertical-align: middle;
}

.expanded {
  max-width: 1000px !important;
}

.semiexpanded {
  max-width: 700px !important;
}

.modal-open {
  overflow: scroll;
}

.smallerfont {
  font-size: smaller !important;
}

.xlargerfont {
  font-size: x-large !important;
  font-weight: bolder !important;
}

.StrokedFont {
  text-shadow: -0.5px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.largefont {
  font-size: large !important;
  font-weight: bolder !important;
}

.boldfont {
  font-weight: bolder !important;
}

.smallfont {
  font-size: small !important;
}

.xxsmallfont {
  font-size: xx-small !important;
}

.badge {
  font-size: x-small;
  position: relative;
}

/*.badge {
  font-size: x-small;
  position: relative;
  word-wrap: break-word !important;
  white-space: normal !important;
}*/

.map-icon-label i {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 55px;
  text-align: center;
  white-space: nowrap;
}

.ui {
  width: 50%;
  height: 500px;
  position: relative;
  background-color: #e4e7ec;
  border-bottom-right-radius: 6px;
  box-shadow: 0 30px 48px rgba(50,54,70,0.24);
  margin: 0 auto;
}


.widget-conversation {
  width: 100%;
  height: 100%;
  padding: 12px 24px 12px 20px;
  overflow-y: scroll;
  position: relative;
  background-color: #f4f5f9;
}

ul {
  list-style: none;
}

li.message-left,
li.message-right {
  position: relative;
  margin-left: -40px;
}

.message-chatpic {
  width: 40px;
}

li.message-left > .message-chatpic {
  float: left;
}

li.message-right > .message-chatpic {
  float: right;
}

.chatpic {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  font-size: 3.1em;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
}

li.message-left .chatpic {
  float: left;
  color: #9bc6b6;
  background-color: #55967e;
}

li.message-right .chatpic {
  float: right;
  color: #b3becc;
  background-color: #6d819c;
}

.chatname {
  font-size: 0.4em;
  color: #6d819c;
  text-align: center;
}

.message-text {
  max-width: calc(100% - 60px);
  padding: 12px;
  border-radius: 4px;
  background-color: #e7e9f2;
  line-height: 1.1;
  color: #263959;
}

li.message-left > .message-text {
  text-align: left;
  left: 16px;
  margin-left: 60px;
}

li.message-right > .message-text {
  text-align: right;
  right: 16px;
}

.message-text:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  top: 10px;
  border: 8px solid;
}

li.message-left > .message-text:before {
  left: 44px;
  border-color: transparent #e7e9f2 transparent transparent;
}

li.message-right > .message-text:before {
  right: 45px;
  border-color: transparent transparent transparent #e7e9f2;
}

.message-hour {
  max-width: calc(100% - 60px);
  padding: 2px;
  color: #a8b0cf;
  font-size: 0.625em;
  margin-bottom: 12px;
}

  .message-hour > span {
    color: #8CD790;
  }

li.message-left > .message-hour {
  text-align: left;
  margin-left: 60px;
}

li.message-right > .message-hour {
  text-align: right;
}


.message-chatpic, .message-text,
.message-hour, button {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}




.small_img_legend {
  width: 20px;
  height: 20px;
}

.small_img_list {
  width: 35px;
  height: 35px;
}

.chat_img {
  width: 50px !important;
  height: 50px !important;
}

.xsmall_font {
  font-size: x-small !important;
}

.medium_font {
  font-size: medium !important;
}

.card_height_font {
  height: 40px !important;
  font-size: medium;
}


.avatar_rounded {
  border-radius: 100% !important;
}


.select_white input {
  color:white !important;
}

input.search{
  color:black !important
}










#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto;
}

.pac-container {
  z-index: 1051 !important;
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

  .pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
  }

.pac_input_box {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}

  .pac_input_box:focus {
    border-color: #4d90fe;
  }











.loadcontainer {
  width: 200px;
  height: 100px;
  padding-top: 400px;
  margin: 0 auto;
}

.ball {
  width: 10px;
  height: 10px;
  margin: 10px auto;
  border-radius: 50px;
}

  .ball:nth-child(1) {
    background: #e51822;
    -webkit-animation: right 1s infinite ease-in-out;
    -moz-animation: right 1s infinite ease-in-out;
    animation: right 1s infinite ease-in-out;
  }

  .ball:nth-child(2) {
    background: #4b7909;
    -webkit-animation: left 1.1s infinite ease-in-out;
    -moz-animation: left 1.1s infinite ease-in-out;
    animation: left 1.1s infinite ease-in-out;
  }

  .ball:nth-child(3) {
    background: #e51822;
    -webkit-animation: right 1.05s infinite ease-in-out;
    -moz-animation: right 1.05s infinite ease-in-out;
    animation: right 1.05s infinite ease-in-out;
  }

  .ball:nth-child(4) {
    background: #4b7909;
    -webkit-animation: left 1.15s infinite ease-in-out;
    -moz-animation: left 1.15s infinite ease-in-out;
    animation: left 1.15s infinite ease-in-out;
  }

  .ball:nth-child(5) {
    background: #e51822;
    -webkit-animation: right 1.1s infinite ease-in-out;
    -moz-animation: right 1.1s infinite ease-in-out;
    animation: right 1.1s infinite ease-in-out;
  }

  .ball:nth-child(6) {
    background: #4b7909;
    -webkit-animation: left 1.05s infinite ease-in-out;
    -moz-animation: left 1.05s infinite ease-in-out;
    animation: left 1.05s infinite ease-in-out;
  }

  .ball:nth-child(7) {
    background: #e51822;
    -webkit-animation: right 1s infinite ease-in-out;
    -moz-animation: right 1s infinite ease-in-out;
    animation: right 1s infinite ease-in-out;
  }

@-webkit-keyframes right {
  0% {
    -webkit-transform: translate(-15px);
  }

  50% {
    -webkit-transform: translate(15px);
  }

  100% {
    -webkit-transform: translate(-15px);
  }
}

@-webkit-keyframes left {
  0% {
    -webkit-transform: translate(15px);
  }

  50% {
    -webkit-transform: translate(-15px);
  }

  100% {
    -webkit-transform: translate(15px);
  }
}

@-moz-keyframes right {
  0% {
    -moz-transform: translate(-15px);
  }

  50% {
    -moz-transform: translate(15px);
  }

  100% {
    -moz-transform: translate(-15px);
  }
}

@-moz-keyframes left {
  0% {
    -moz-transform: translate(15px);
  }

  50% {
    -moz-transform: translate(-15px);
  }

  100% {
    -moz-transform: translate(15px);
  }
}

@keyframes right {
  0% {
    transform: translate(-15px);
  }

  50% {
    transform: translate(15px);
  }

  100% {
    transform: translate(-15px);
  }
}

@keyframes left {
  0% {
    transform: translate(15px);
  }

  50% {
    transform: translate(-15px);
  }

  100% {
    transform: translate(15px);
  }
}





table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
  background-color: #5cb85c;
}









.MycustomMarker {
  position: absolute;
  cursor: pointer;
  background: #424242;
  width: 60px;
  height: 60px;
  /* -width/2 */
  margin-left: -25px;
  /* -height + arrow */
  margin-top: -55px;
  border-radius: 50%;
  padding: 0px;
}

  .MycustomMarker:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 25px;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #424242 transparent;
    display: block;
    width: 0;
  }

  .MycustomMarker img {
    width: 50px;
    height: 50px;
    margin: 5px;
    border-radius: 50%;
  }


.row {
  margin-left: 0px;
}










.newloadcontainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}

.loader {
  width: 150px;
  height: 150px;
  line-height: 150px;
  margin: 100px auto;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  z-index: 0;
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 14px;
  color: #e51822;
}

  .loader:before,
  .loader:after {
    opacity: 0;
    box-sizing: border-box;
    content: "\0020";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    border: 1px solid #e51822;
    box-shadow: 0 0 50px #e51822, inset 0 0 50px #4b7909;
  }

  .loader:after {
    z-index: 1;
    -webkit-animation: gogoloader 1.5s infinite 1s;
  }

  .loader:before {
    z-index: 2;
    -webkit-animation: gogoloader 1.5s infinite;
  }

@-webkit-keyframes gogoloader {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}








/*
new ball loader*/

.ballfader {
  width: 100%;
  height: 100vh;
  position: absolute;
}

  .ballfader .ballloader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

    .ballfader .ballloader .ballsvg {
      height: 200px;
      display: block;
      margin: 0 auto;
    }

      .ballfader .ballloader .ballsvg path {
        animation-duration: 1s;
        animation-name: ballpulse;
        animation-iteration-count: infinite;
        color: #e51822;
      }

        .ballfader .ballloader .ballsvg path.path-7 {
          animation-delay: -1s;
        }

        .ballfader .ballloader .ballsvg path.path-6 {
          animation-delay: -0.875s;
        }

        .ballfader .ballloader .ballsvg path.path-5 {
          animation-delay: -0.75s;
        }

        .ballfader .ballloader .ballsvg path.path-4 {
          animation-delay: -0.625s;
        }

        .ballfader .ballloader .ballsvg path.path-3 {
          animation-delay: -0.5s;
        }

        .ballfader .ballloader .ballsvg path.path-2 {
          animation-delay: -0.375s;
        }

        .ballfader .ballloader .ballsvg path.path-1 {
          animation-delay: -0.25s;
        }

        .ballfader .ballloader .ballsvg path.path-0 {
          animation-delay: -0.125s;
        }

@keyframes ballpulse {
  0% {
    opacity: 0.1;
  }

  30% {
    opacity: 0.8;
  }

  100% {
    opacity: 0.1;
  }
}

/*legend new ball loader*/

















.badgehover:hover {
  opacity: 0.4;
}


.nohoverback:hover {
  background: none !important;
}


#locationview_map {
  height: 70vh;
  width: 100%;
  margin: 0px !important;
  padding: 0px !important;
  text-align: center;
}


#heartbeatview_map {
  height: 70vh;
  width: 100%;
  margin: 0px !important;
  padding: 0px !important;
  text-align: center;
}

.circ_red {
  background: #CC0000;
  width: 20px;
  height: 20px;
  opacity: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
}

.circ_green {
  background: #007E33;
  width: 20px;
  height: 20px;
  opacity: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
}

.circ_secondary {
  background: #9933CC;
  width: 20px;
  height: 20px;
  opacity: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
}

.circ_orange {
  background: #FF8800;
  width: 20px;
  height: 20px;
  opacity: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
}






@import url(https://fonts.googleapis.com/css?family=Righteous);

.loadingcontainer {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  font-family: Righteous,'Arial';
}

.loadingcircle {
  width: 15px;
  height: 15px;
  background-color: #e51822;
  display: inline-block;
  margin-left: 2px;
  border-radius: 50%;
  margin-top: 100px;
  -webkit-animation: loadinganim 0.9s infinite alternate;
  -moz-animation: loadinganim 0.9s infinite alternate;
  animation: loadinganim 0.9s infinite alternate;
}

.loadingsecond {
  background-color: #e51822;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
}

.loadingthird {
  background-color: #e51822;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}

@keyframes loadinganim {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 0.9;
  }

  100% {
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    opacity: 0.1;
  }
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 0.9;
  }

  100% {
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    opacity: 0.1;
  }
}



/**** Change the color of Please Wait***/
.loadingTitle {
  font-size: 16px;
  font-weight: bold;
  color: #e51822;
}
