/*
Custom Dashboard
*/
.dasboard_style {
  padding-left: 15px !important;
}

.form-inline .form-control {
  width: 100%;
}

.login-box,
.register-box {
  z-index: 999999;
  position: relative;
}

.login-page {
  /*background: #50a3a2;
  background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
  background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);*/
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #dedede;
  background-image: url(../images/index.png);
  background-repeat: no-repeat;
}

.login-box-body,
.register-box-body {
  background-image: url(../images/login-bg.png);
  background-repeat: repeat-x;
  border: 1px solid #999999;
  background-color: #e8e8e8;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 20px;
}

.login-box .btn-google {
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
}

.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  bottom: -160px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.bg-bubbles li:nth-child(1) {
  left: 10%;
}

.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 17s;
  animation-duration: 17s;
}

.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 22s;
  animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
}

.bg-bubbles li:nth-child(5) {
  left: 70%;
}

.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
}

.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 11s;
  animation-delay: 11s;
}

@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
    transform: translateY(-700px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
    transform: translateY(-700px) rotate(600deg);
  }
}
/*
notification
*/
#eagle-alert {
  position: fixed;
  right: 5px;
  top: 60px;
  z-index: 99999;
}

#eagle-alert .alert {
  cursor: pointer;
}

/*
* CSs Module placements
*/
.sidebar-nav-fixed {
  width: 25%;
}

@media (max-width: 370px) {
  #sale .td-1 {
    padding: 2px 0px 0px 15px !important;
  }
  #sale .td-2 {
    padding: 2px 0px 0px 15px !important;
  }
  #sale .td-3 {
    padding: 2px 0px 0px 60px !important;
  }
  #sale .td-4 {
    padding: 2px 0px 0px 100px !important;
  }
  #sale .last-value {
    display: block;
  }
  #sale .td-5 {
    padding: 2px 0px 0px 60% !important;
  }
  /*
  traffic
  */
  #traffic .td-1 {
    padding: 2px 0px 0px 15px !important;
  }
  #traffic .td-2 {
    padding: 2px 0px 0px 15px !important;
  }
  #traffic .td-3 {
    padding: 2px 0px 0px 60px !important;
  }
  #traffic .td-4 {
    padding: 2px 0px 0px 100px !important;
  }
  #traffic .last-value {
    display: block;
  }
}
@media (min-width: 371px) and (max-width: 685px) {
  #sale .td-1 {
    padding: 2px 0px 0px 15px !important;
  }
  #sale .td-2 {
    padding: 2px 0px 0px 12% !important;
  }
  #sale .td-3 {
    padding: 2px 0px 0px 25% !important;
  }
  #sale .td-4 {
    padding: 2px 0px 0px 40% !important;
  }
  #sale .td-5 {
    padding: 2px 0px 0px 60% !important;
  }
  /*
  traffic
  */
  #traffic .td-1 {
    padding: 2px 0px 0px 15px !important;
  }
  #traffic .td-2 {
    padding: 2px 0px 0px 12% !important;
  }
  #traffic .td-3 {
    padding: 2px 0px 0px 25% !important;
  }
  #traffic .td-4 {
    padding: 2px 0px 0px 40% !important;
  }
  #traffic .td-5 {
    padding: 2px 0px 0px 60% !important;
  }
}
@media (min-width: 686px) and (max-width: 768px) {
  /*
  */
  #sale .td-1 {
    padding: 2px 0px 0px 15px !important;
  }
  #sale .td-2 {
    padding: 2px 0px 0px 25% !important;
  }
  #sale .td-3 {
    padding: 2px 0px 0px 43% !important;
  }
  #sale .td-4 {
    padding: 2px 0px 0px 62% !important;
  }
  #sale .td-5 {
    padding: 2px 0px 0px 60% !important;
  }
  /*
  table traffic
  */
  #traffic .td-1 {
    padding: 2px 0px 0px 15px !important;
  }
  #traffic .td-2 {
    padding: 2px 0px 0px 25% !important;
  }
  #traffic .td-3 {
    padding: 2px 0px 0px 43% !important;
  }
  #traffic .td-4 {
    padding: 2px 0px 0px 62% !important;
  }
  #traffic .td-5 {
    padding: 2px 0px 0px 60% !important;
  }
}
@media (min-width: 767px) and (max-width: 980px) {
  #sale .last-value {
    display: block;
  }
}
/*
Table Sale
*/
#sale .th {
  font-size: 14px;
  font-weight: 800;
}

#sale .row {
  border-bottom: 1px solid #f4f4f4;
}

#sale .danger {
  *background-color: #f2dede;
}

#sale #report-table .row:hover {
  background-color: #D6EBF5;
}

#sale .td-1,
#sale .td-2,
#sale .td-3,
#sale .td-4 {
  padding: 8px 0px 8px 0px;
  font-size: 20px;
}

#sale .last-value {
  font-size: 14px;
}

#draw-chart-visitor h1 {
  text-align: center;
  font-size: 14px;
}

/*Table Traffic*/
#traffic .th {
  font-size: 14px;
  font-weight: 800;
}

#traffic .row {
  border-bottom: 1px solid #f4f4f4;
}

#traffic .danger {
  *background-color: #f2dede;
}

#traffic #report-table .row:hover {
  background-color: #D6EBF5;
}

#traffic .td-1,
#traffic .td-2,
#traffic .td-3,
#traffic .td-4 {
  padding: 8px 0px 8px 0px;
  font-size: 20px;
}

#traffic .last-value {
  font-size: 14px;
}

/*=============================================================================
    Loading
==============================================================================*/
.wrapper-loading {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
}
.wrapper-loading .loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  top: 300px;
}

.report-loading {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 38px;
  top: 0;
  left: 0;
  z-index: 999999;
}

.report-loader {
  margin: 6px 50%;
  font-size: 7px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #337ab7, 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.5), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.7), 1.8em -1.8em 0 0em #337AB7, 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.5), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.7), 2.5em 0em 0 0em #337AB7, 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.5), 2.5em 0em 0 0em rgba(51, 122, 183, 0.7), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.5), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.7), 0em 2.5em 0 0em #337AB7, -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.5), 0em 2.5em 0 0em rgba(51, 122, 183, 0.7), -1.8em 1.8em 0 0em #337AB7, -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.5), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.7), -2.6em 0em 0 0em #337AB7, -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.5), -2.6em 0em 0 0em rgba(51, 122, 183, 0.7), -1.8em -1.8em 0 0em #337AB7;
  }
}
@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #337AB7, 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.5), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.7), 1.8em -1.8em 0 0em #337AB7, 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.5), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.7), 2.5em 0em 0 0em #337AB7, 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.5), 2.5em 0em 0 0em rgba(51, 122, 183, 0.7), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.5), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.7), 0em 2.5em 0 0em #337AB7, -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.5), 0em 2.5em 0 0em rgba(51, 122, 183, 0.7), -1.8em 1.8em 0 0em #337AB7, -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.5), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.7), -2.6em 0em 0 0em #337AB7, -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.5), -2.6em 0em 0 0em rgba(51, 122, 183, 0.7), -1.8em -1.8em 0 0em #337AB7;
  }
}
/**
*Loading style2
*/
.dashboard-loading {
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 10px;
  margin: auto;
  margin-top: 90px;
}

.report-tree-list-loading {
  width: 30px;
  height: 12px;
  text-align: center;
  font-size: 10px;
  margin: auto;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/*
Loading Style 2
*/
.wrapper-loading.style-2 {
  width: 100%;
  position: absolute;
  height: 100%;
  background-color: rgba(210, 210, 210, 0.8);
  opacity: 0.9;
  z-index: 9999;
  top: 0;
  display: none;
}
.wrapper-loading.style-2 .content-wrapper-loading {
  width: 100%;
  height: 100%;
  position: relative;
}
.wrapper-loading.style-2 .content-wrapper-loading .lds-dual-ring {
  position: absolute;
  top: 45%;
  left: 45%;
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
}
.wrapper-loading.style-2 .content-wrapper-loading .lds-dual-ring .img-content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  align-content: center;
}
.wrapper-loading.style-2 .content-wrapper-loading .lds-dual-ring .img-content .img-loading {
  width: 50%;
  height: 50%;
  margin: auto;
}
.wrapper-loading.style-2 .content-wrapper-loading .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 55px;
  height: 55px;
  margin: auto;
  border-radius: 50%;
  border: 4px solid #eb008b;
  border-color: #eb008b transparent #fff transparent;
  animation: lds-dual-ring 1s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
Loading
*/
.wrapper-loading-2 {
  width: 100%;
  position: absolute;
  height: 100%;
  background-color: #dedede;
  opacity: 0.9;
  z-index: 999;
  top: 0;
  display: none;
}
.wrapper-loading-2 .content-wrapper-loading {
  width: 100%;
  height: 100%;
  position: relative;
}
.wrapper-loading-2 .content-wrapper-loading .lds-dual-ring {
  position: absolute;
  top: 30%;
  left: 47%;
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
}
.wrapper-loading-2 .content-wrapper-loading .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 55px;
  height: 55px;
  margin: auto;
  border-radius: 50%;
  border: 4px solid #eb008b;
  border-color: #eb008b transparent #fff transparent;
  animation: lds-dual-ring 1s linear infinite;
}
.wrapper-loading-2 .img-content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  align-content: center;
}
.wrapper-loading-2 .img-content .img-loading {
  width: 50%;
  height: 50%;
  margin: auto;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*custom modal categories, platform, item*/
#modal_Items .modal-dialog,
#modal_Platforms .modal-dialog {
  width: 65%;
}

#modal_Units .modal-dialog {
  width: 35%;
}

i.icon_toggle.fa-angle-down {
  margin-right: 10px;
}

/*
Process Top Bar
*/
.crp-progress {
  height: 4px;
  width: 100%;
  overflow: hidden;
  background-color: #ddd;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  display: none;
}

.crp-progress:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #10899e;
  animation: loading 2s linear infinite;
}

@keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
/*
 wrap download contract
*/
.wrap-export-contract {
  position: fixed;
  right: 0;
  top: 15%;
  width: 200px;
  border: 1px solid #10899e;
  background-color: #fff;
  padding: 5px;
  text-align: center;
  margin-right: -200px;
  z-index: 999999;
  webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 1000ms;
  transition: -webkit-transform 1000ms;
  -o-transition: transform 1000ms;
  transition: transform 1000ms;
  transition: transform 1000ms, -webkit-transform 1000ms;
  -webkit-backface-visibility: hidden;
}
.wrap-export-contract .content-export-contract {
  position: relative;
  padding: 10px 0;
}
.wrap-export-contract .content-export-contract .export-control {
  position: absolute;
  top: -8px;
  left: inherit;
  right: 0;
  z-index: 12;
  height: 20px;
  width: 20px;
  font-size: 18px;
  cursor: pointer;
  color: #2F456F;
}
.wrap-export-contract .content-export-contract .title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #10899e;
}
.wrap-export-contract .content-export-contract #download-contract {
  padding: 3px 20px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #10899e;
  margin: auto;
}

.wrap-export-notification {
  position: fixed;
  right: 0;
  top: 15%;
  width: 200px;
  border: 1px solid #10899e;
  background-color: #fff;
  padding: 5px;
  text-align: center;
  margin-right: -200px;
  z-index: 999999;
  webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 1000ms;
  transition: -webkit-transform 1000ms;
  -o-transition: transform 1000ms;
  transition: transform 1000ms;
  transition: transform 1000ms, -webkit-transform 1000ms;
  -webkit-backface-visibility: hidden;
}
.wrap-export-notification .content-export-contract {
  position: relative;
  padding: 10px 0;
}
.wrap-export-notification .content-export-contract .export-control {
  position: absolute;
  top: -8px;
  left: inherit;
  right: 0;
  z-index: 12;
  height: 20px;
  width: 20px;
  font-size: 18px;
  cursor: pointer;
  color: #2F456F;
}
.wrap-export-notification .content-export-contract .title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #10899e;
}
.wrap-export-notification .lds-ring {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}
.wrap-export-notification .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 4px;
  border: 4px solid #10899e;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #10899e transparent transparent transparent;
}
.wrap-export-notification .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.wrap-export-notification .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.wrap-export-notification .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.show-wrap-download {
  transition-duration: 1000ms;
  transform: translate(-200px, 0px);
}

.show-messenger {
  position: absolute;
  z-index: 999000000;
  top: 5%;
  width: 20%;
  left: 40%;
  color: #10899e;
  visibility: hidden;
  text-align: center;
}

.display-messenger {
  -webkit-animation: fadeIntext 2s;
  /* Safari 4.0 - 8.0 */
  animation: fadeIntext 2s;
}

#modal-dialog-permission {
  width: 40% !important;
}

.wrapper-loading-2 {
  width: 100%;
  position: absolute;
  height: 100%;
  background-color: #dedede;
  opacity: 0.9;
  z-index: 999;
  top: 0;
  display: none;
}
.wrapper-loading-2 .content-wrapper-loading {
  width: 100%;
  height: 100%;
  position: relative;
}
.wrapper-loading-2 .content-wrapper-loading .lds-dual-ring {
  position: absolute;
  top: 30%;
  left: 40%;
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
}
.wrapper-loading-2 .content-wrapper-loading .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 55px;
  height: 55px;
  margin: auto;
  border-radius: 50%;
  border: 4px solid #eb008b;
  border-color: #eb008b transparent #fff transparent;
  animation: lds-dual-ring 1s linear infinite;
}
.wrapper-loading-2 .img-content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  align-content: center;
}
.wrapper-loading-2 .img-content .img-loading {
  width: 50%;
  height: 50%;
  margin: auto;
}

@-webkit-keyframes fadeIntext {
  1% {
    opacity: 0;
    visibility: hidden;
  }
  50% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes fadeIntext {
  1% {
    opacity: 0;
    visibility: hidden;
  }
  50% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.jconfirm.jconfirm-custom-theme .jconfirm-box div.jconfirm-title-c {
  font-size: 20px;
  line-height: 25px;
}
.component-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
}
.component-loader i {
  color: white;
  animation-name: circular;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}

@keyframes circular {
  3.125% {
    transform: rotate(11.25deg);
  }
  6.25% {
    transform: rotate(22.5deg);
  }
  9.375% {
    transform: rotate(33.75deg);
  }
  12.5% {
    transform: rotate(45deg);
  }
  15.625% {
    transform: rotate(56.25deg);
  }
  18.75% {
    transform: rotate(67.5deg);
  }
  21.875% {
    transform: rotate(78.75deg);
  }
  25% {
    transform: rotate(90deg);
  }
  28.125% {
    transform: rotate(101.25deg);
  }
  31.25% {
    transform: rotate(112.5deg);
  }
  34.375% {
    transform: rotate(123.75deg);
  }
  37.5% {
    transform: rotate(135deg);
  }
  40.625% {
    transform: rotate(146.25deg);
  }
  43.75% {
    transform: rotate(157.5deg);
  }
  46.875% {
    transform: rotate(167.75deg);
  }
  50% {
    transform: rotate(180deg);
  }
  53.125% {
    transform: rotate(191.25deg);
  }
  56.25% {
    transform: rotate(202.5deg);
  }
  59.375% {
    transform: rotate(213.75deg);
  }
  62.5% {
    transform: rotate(225deg);
  }
  65.625% {
    transform: rotate(236.25deg);
  }
  68.75% {
    transform: rotate(247.5deg);
  }
  71.875% {
    transform: rotate(258.75deg);
  }
  75% {
    transform: rotate(270deg);
  }
  78.125% {
    transform: rotate(281.25deg);
  }
  81.25% {
    transform: rotate(292.5deg);
  }
  84.375% {
    transform: rotate(303.75deg);
  }
  87.5% {
    transform: rotate(315deg);
  }
  90.625% {
    transform: rotate(326.25deg);
  }
  93.75% {
    transform: rotate(337.5deg);
  }
  96.875% {
    transform: rotate(348.75deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=style.css.map */
