/* main variable */
/* transition function */
/* rotate-transform function */
/* border-radius function */
/* aanimate function */
#Wrapper .admin-top-menu {
  background: #202c31;
  border-bottom: 2px solid #171f23; }

#Wrapper #Header {
  background-color: #222d31; }

#Wrapper .admin-top-menu ul.menu > li > a {
  border-left: 2px solid #171f23;
  box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.12);
  padding: 0px 15px;
  height: 48px; }

#Wrapper .admin-top-menu .notification {
  background: #344952;
  width: 50px;
  height: 48px; }

#Wrapper .ah-panel .ah-panel-body #dashboard .ah_rang h4 {
  font-weight: 700; }

.table {
  background: #fff; }
  .table .rate-rang {
    margin: 0px; }
    .table .rate-rang i {
      margin-right: 2px;
      font-size: 21px;
      color: #aaa; }
      .table .rate-rang i.active {
        color: #fcc54e; }

#Wrapper #Header .logo {
  margin: 20px auto 20px auto; }

#Wrapper .admin-top-menu .notification ~ ul {
  max-height: 285px; }

#dashboard .ah_rang .stats_block {
  position: relative; }
  #dashboard .ah_rang .stats_block i.fa {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 35px;
    color: rgba(0, 0, 0, 0.36); }

.tickets-chart {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  margin-top: 30px;
  position: relative; }
  .tickets-chart.loading {
    background: #fff url("../images/ajax-loader.gif") no-repeat center center; }
    .tickets-chart.loading .Chart {
      opacity: 0; }
  .tickets-chart:after {
    background: #fff;
    height: 27px;
    position: absolute;
    bottom: 0px;
    left: 16px;
    z-index: 50;
    width: 58px;
    content: ''; }
  .tickets-chart:before {
    background: #fff;
    height: 27px;
    position: absolute;
    bottom: 0px;
    right: 16px;
    z-index: 50;
    width: 65px;
    content: ''; }

.reviews-chart {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  margin-top: 30px;
  position: relative; }
  .reviews-chart .Chart {
    height: 334px;
    margin: 0px; }
    .reviews-chart .Chart h2 {
      background: #eee;
      border: 1px solid #ddd;
      height: 45px;
      line-height: 44px;
      text-align: center;
      font-size: 18px;
      font-weight: 600;
      color: #666; }
    .reviews-chart .Chart .values {
      overflow: hidden;
      margin-top: 20px; }
      .reviews-chart .Chart .values .pull-right {
        font-size: 28px;
        font-weight: bold;
        color: #fcc213;
        padding-right: 30px;
        margin-top: 50px; }
      .reviews-chart .Chart .values .pull-left {
        font-size: 28px;
        font-weight: bold;
        color: #aaa;
        padding-left: 30px;
        margin-top: 50px; }
      .reviews-chart .Chart .values .circle {
        width: 140px;
        height: 140px;
        display: block;
        margin: 0px auto 15px auto;
        position: relative; }
        .reviews-chart .Chart .values .circle span {
          position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          text-align: center;
          line-height: 140px;
          font-size: 28px;
          font-weight: bold;
          color: #fcc213; }
      .reviews-chart .Chart .values .values-list {
        overflow: hidden;
        margin: 0px; }
        .reviews-chart .Chart .values .values-list > ul {
          margin: 0px; }
          .reviews-chart .Chart .values .values-list > ul > li {
            height: 20px;
            margin: 0px 0px 3px 0px;
            position: relative;
            overflow: hidden; }
            .reviews-chart .Chart .values .values-list > ul > li span {
              float: left; }
            .reviews-chart .Chart .values .values-list > ul > li em {
              float: right;
              font-style: normal; }
            .reviews-chart .Chart .values .values-list > ul > li i {
              background: #ddd;
              height: 12px;
              position: absolute;
              top: 3px;
              left: 60px;
              right: 50px;
              content: '';
              border-radius: 6px 6px 6px 6px;
              -moz-border-radius: 6px 6px 6px 6px;
              -webkit-border-radius: 6px 6px 6px 6px;
              -o-border-radius: 6px 6px 6px 6px;
              -ms-border-radius: 6px 6px 6px 6px; }
              .reviews-chart .Chart .values .values-list > ul > li i > b {
                background: #fcc213;
                height: 12px;
                position: absolute;
                top: 0px;
                left: 0px;
                z-index: 10;
                border-radius: 6px 6px 6px 6px;
                -moz-border-radius: 6px 6px 6px 6px;
                -webkit-border-radius: 6px 6px 6px 6px;
                -o-border-radius: 6px 6px 6px 6px;
                -ms-border-radius: 6px 6px 6px 6px; }
  .reviews-chart.loading {
    background: #fff url("../images/ajax-loader.gif") no-repeat center center; }
    .reviews-chart.loading .Chart {
      opacity: 0; }

.chat-box {
  background: #eee;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  position: fixed;
  right: 15px;
  bottom: 0px;
  width: 320px;
  height: calc(100vh - 205px);
  z-index: 100;
  border-radius: 12px 12px 0px 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out; }
  .chat-box .btn-toggle-chat {
    background: #1e84da;
    border: 0px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-shadow: none !important;
    cursor: pointer;
    border-radius: 6px 6px 0px 0px;
    padding: 0px 15px;
    font-weight: 600;
    color: #fff;
    text-align: left; }
    .chat-box .btn-toggle-chat span {
      float: right;
      margin: 0px 0px 0px 0px; }
      .chat-box .btn-toggle-chat span:before {
        background: #cccccc;
        display: inline-block;
        content: '';
        width: 5px;
        height: 5px;
        margin: 0px 6px;
        border-radius: 100%; }
      .chat-box .btn-toggle-chat span.online {
        color: #00cc00; }
        .chat-box .btn-toggle-chat span.online:before {
          background: #00cc00; }
      .chat-box .btn-toggle-chat span.offline {
        color: #cccccc; }
    .chat-box .btn-toggle-chat .chat-btn-hide, .chat-box .btn-toggle-chat .chat-btn-end {
      float: right;
      display: block;
      height: 40px;
      width: auto;
      text-align: center;
      line-height: 42px;
      cursor: pointer;
      font-size: 21px; }
  .chat-box div.agent {
    background: #485678;
    margin: 10px 10px 0px 10px;
    font-size: 13px;
    padding: 6px 12px;
    overflow: hidden;
    color: #fff;
    border-radius: 5px; }
    .chat-box div.agent .time {
      float: right;
      color: #eee;
      margin: 0px; }
  .chat-box .chat-box-welcome {
    background: #fff;
    border: 1px solid #ddd;
    margin: 10px;
    height: calc(100vh - 370px);
    border-radius: 5px;
    padding: 12px;
    position: relative;
    overflow: auto; }
    .chat-box .chat-box-welcome form {
      position: absolute;
      left: 15px;
      right: 15px;
      bottom: 0px; }
    .chat-box .chat-box-welcome p {
      font-size: 16px;
      text-align: center; }
  .chat-box .btn-strat-chat {
    background: #1e84da;
    border: 0px;
    margin: 15px 12px 0px 12px;
    display: block;
    color: #fff;
    width: calc(100% - 24px);
    border-radius: 5px !important;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out; }
    .chat-box .btn-strat-chat:hover {
      background: #1565a8; }
  .chat-box .chat-box-content {
    background: #fff;
    border: 1px solid #ddd;
    margin: 10px;
    height: calc(100vh - 370px);
    border-radius: 5px;
    padding: 12px;
    overflow: auto; }
    .chat-box .chat-box-content ul {
      margin: 0px; }
      .chat-box .chat-box-content ul > li {
        position: relative;
        margin: 0px 0px 12px 0px; }
        .chat-box .chat-box-content ul > li div {
          background: #eee;
          border-radius: 10px;
          padding: 10px;
          width: auto;
          min-width: 50px;
          min-height: 40px;
          margin-left: 15px;
          display: inline-block;
          white-space: -moz-pre-wrap !important;
          /* Mozilla, since 1999 */
          white-space: -pre-wrap;
          /* Opera 4-6 */
          white-space: -o-pre-wrap;
          /* Opera 7 */
          white-space: pre-wrap;
          /* css-3 */
          word-wrap: break-word;
          /* Internet Explorer 5.5+ */
          white-space: -webkit-pre-wrap;
          /* Newer versions of Chrome/Safari*/
          word-break: break-all;
          white-space: normal; }
        .chat-box .chat-box-content ul > li span {
          font-size: 12px;
          color: #777;
          display: block;
          padding: 0px 20px; }
        .chat-box .chat-box-content ul > li:not(.me):after {
          content: '';
          border-right: 25px solid #eee;
          border-top: 8px solid transparent;
          border-bottom: 8px solid transparent;
          position: absolute;
          left: 0px;
          top: 5px;
          display: block;
          transform: rotate(35deg); }
        .chat-box .chat-box-content ul > li.agent {
          text-align: right; }
          .chat-box .chat-box-content ul > li.agent div {
            background: #1e84da;
            text-align: left;
            color: #fff;
            margin-right: 15px;
            margin-left: 0px; }
          .chat-box .chat-box-content ul > li.agent span {
            color: #274d75; }
          .chat-box .chat-box-content ul > li.agent:after {
            content: '';
            border-left: 25px solid #1e84da;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            position: absolute;
            right: 0px;
            left: initial;
            bottom: 20px;
            display: block;
            transform: rotate(35deg); }
        .chat-box .chat-box-content ul > li.group-date {
          text-align: center;
          position: relative;
          padding: 15px 0px; }
          .chat-box .chat-box-content ul > li.group-date em {
            background: #fff;
            font-style: normal;
            color: #777;
            display: inline-block;
            padding: 3px 8px; }
          .chat-box .chat-box-content ul > li.group-date:before {
            background: #ddd;
            content: '';
            height: 10px;
            display: block;
            position: absolute;
            top: 50%;
            left: 0px;
            bottom: 0px; }
          .chat-box .chat-box-content ul > li.group-date:after {
            display: none !important;
            content: ''; }
  .chat-box .chat-form {
    padding: 2px 12px;
    position: relative; }
    .chat-box .chat-form input[type="text"] {
      width: 100%;
      display: block;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 30px;
      padding: 12px 45px 12px 35px;
      resize: none; }
    .chat-box .chat-form .btn-chat-emojis {
      background: #fff;
      border: 1px solid transparent;
      width: 25px;
      height: 25px;
      text-align: left;
      line-height: 22px;
      color: #666;
      font-size: 18px;
      position: absolute;
      left: 18px;
      top: 13px;
      border-radius: 100%;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out; }
      .chat-box .chat-form .btn-chat-emojis:hover {
        color: #222; }
      .chat-box .chat-form .btn-chat-emojis:disabled {
        opacity: 0.65; }
    .chat-box .chat-form .btn-chat-send {
      background: #1e84da;
      border: 0px;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      color: #fff;
      font-size: 13px;
      position: absolute;
      right: 20px;
      top: 10px;
      border-radius: 100%; }
      .chat-box .chat-form .btn-chat-send:disabled {
        opacity: 0.65; }
  .chat-box.is-hide {
    bottom: calc(-100vh + 245px); }
  .chat-box.not-chating {
    height: 350px; }
    .chat-box.not-chating .chat-box-content {
      height: 250px; }
    .chat-box.not-chating.is-hide {
      bottom: -310px; }
    .chat-box.not-chating .chat-box-welcome {
      height: 228px; }
      .chat-box.not-chating .chat-box-welcome.is-loading {
        position: relative; }
        .chat-box.not-chating .chat-box-welcome.is-loading:after {
          background: rgba(255, 255, 255, 0.35) url("../images/ajax-loader.gif") no-repeat center center;
          content: '';
          position: absolute;
          z-index: 100;
          top: 0px;
          bottom: 0px;
          left: 0px;
          right: 0px;
          cursor: wait; }

/*
 * bootstrap-tagsinput v0.8.0
 * 
 */
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  width: 100%;
  line-height: 22px;
  cursor: text; }

.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit; }

.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1; }

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777; }

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777; }

.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none; }

.bootstrap-tagsinput .tag {
  background: #555;
  margin: 2px;
  color: #fff;
  border-radius: 4px !important;
  display: inline-block;
  padding: 5px 8px 6px 8px;
  font-family: 'tahoma';
  font-size: 12px;
  font-weight: 400; }

.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
  outline: none;
  text-decoration: none; }

.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px; }

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.list-emojis {
  text-align: center;
  margin: 0px; }
  .list-emojis a {
    background: #f3f6f9;
    border: 1px solid #dde4ea;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 2.5px;
    cursor: pointer;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */ }

.file-input .btn-2 {
  padding: 1px 10px;
  display: block;
  font-size: 13px; }

#Wrapper .ah-panel .ah-panel-body #dashboard .ah_rang .stats_block {
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  color: #555;
  border-radius: 5px;
  margin-bottom: 30px; }

#Wrapper .ah-panel .ah-panel-body #dashboard .ah_rang h4, #Wrapper .ah-panel .ah-panel-body #dashboard .ah_rang .rang, .tickets-chart, .reviews-chart, .reviews-chart .Chart h2, #Wrapper .ah-panel {
  border-radius: 5px; }

/*.label, .panel, .btn, .form-control, .modal-content {
    border-radius: 5px !important;
}*/
.form-control {
  border-width: 2px; }

select.form-control {
  cursor: pointer;
  padding-top: 3px; }

#Wrapper .ah-panel > h2 {
  border-radius: 5px 5px 0px 0px; }

#Wrapper .ah-panel .ah-panel-body .tab-pane.pane-page.loading {
  position: relative; }
  #Wrapper .ah-panel .ah-panel-body .tab-pane.pane-page.loading:after {
    background: #fafafa url("../images/loader.gif") no-repeat center 50px;
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 120; }

.list-drage-pages {
  background: #fafafa;
  font-weight: 600;
  font-size: 16px;
  cursor: move;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out; }
  .list-drage-pages:hover {
    background: #eee;
    border-color: #ccc; }
  .list-drage-pages:focus, .list-drage-pages:active {
    transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out; }

.list-drage-menu-active {
  background: var(--my-color);
  border: 0px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  cursor: move;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out; }
  .list-drage-menu-active:hover {
    box-shadow: inset 0px 0px 100px rgba(0, 0, 0, 0.2); }
  .list-drage-menu-active:focus, .list-drage-menu-active:active {
    transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out; }
  .list-drage-menu-active .drage-menu-active-remove {
    background: #333;
    border: 0px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 45px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out; }
    .list-drage-menu-active .drage-menu-active-remove:hover {
      background: #111;
      color: #ff6038; }

.ui-sortable-placeholder {
  background: #eee;
  border: 1px dashed #aaa;
  border-radius: 4px !important;
  visibility: visible !important;
  margin-bottom: 8px !important; }

.nav-menu.nav-menu-fixed.is-fixed {
  position: fixed;
  z-index: 110;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3); }

#Wrapper #Main .main-body .testimonials h2 .btn-add-testimonials, #Wrapper #Main .main-body .our-team .team, #Wrapper #Main .main-body .our-team .team img {
  border-radius: 5px; }

#Wrapper #Main .main-footer .footer-widget ul li a {
  top: -7px; }

#Wrapper #Main .main-footer .footer-widget h2, #Wrapper #Main .main-body .our-team .team h4, #Wrapper #Main .main-body .knowledge .post a {
  font-weight: 600; }

/*.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}*/

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