﻿@import url(item-dashboard.css);
body {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #505050;
  width: 100%;
  overflow-x: hidden;
  font: 200 15px "IranSans"; }

h1 {
  color: red; }

.app-body {
  padding: 75px 15px 110px 265px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

.app.sidebar-hidden .sidenav {
  left: -280px; }

.app.sidebar-hidden .navbar {
  left: 0; }

.app.sidebar-hidden .app-body {
  padding-left: 15px; }

.app.sidebar-mobile-show .sidenav {
  left: 0; }

.app.sidebar-mobile-show .navbar {
  left: 280px;
  right: -280px; }

.app.sidebar-mobile-show .app-body {
  padding-left: 295px;
  margin-right: -280px; }

@media (max-width: 991.98px) {
  .app .sidenav {
    left: -280px; }
  .app .navbar {
    left: 0; }
  .app .app-body {
    padding-left: 15px; } }

* {
  font-family: IranSans, Open sans; }

@media (max-width: 575.98px) {
  .dataTables_filter {
    width: 100% !important; } }

@media (max-width: 767.98px) {
  .modal {
    padding-right: 0 !important; } }

@media (max-width: 767.98px) {
  .modal .modal-dialog {
    height: 100%;
    width: 100%;
    right: 0;
    top: 0 !important;
    margin: 0;
    border-radius: 0 !important;
    transform: none; } }

@media (max-width: 767.98px) {
  .modal .modal-content {
    border-radius: 0;
    padding-top: 63px;
    height: 100%;
    overflow-y: auto; } }

@media (max-width: 767.98px) {
  .modal .modal-header {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 999;
    background-color: #fff; } }

.sticky-wrapper {
  margin-bottom: 1rem; }
  .sticky-wrapper.is-sticky .content-header {
    background-color: #f5f5f5;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 19 !important; }
    .sticky-wrapper.is-sticky .content-header h2 {
      margin-bottom: 0; }
    .sticky-wrapper.is-sticky .content-header span {
      display: none; }

.content-header {
  margin-bottom: 1rem;
  transition: 0.3s all;
  padding: 7px 0; }
  .content-header h2 {
    font-size: 19px;
    color: #545454; }
  .content-header span {
    font-size: 14px; }
  .content-header .col {
    padding: 0; }

button:focus,
.btn:focus {
  box-shadow: none !important;
  outline: none !important; }

.loading {
  display: none;
  padding: 5px;
  width: 25px;
  height: 25px;
  margin: 5px;
  background: url("/assets/img/loading.gif") no-repeat center; }
  .loading.ring {
    width: 20px;
    height: 20px;
    background: url("/assets/img/dual-ring-loading.gif") no-repeat center; }

.modal-loading {
  padding: 50px;
  margin: 0 auto;
  text-align: center; }

.imagePreview {
  border: 1px solid #eaeaea;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
  padding: 0.7rem 0.75rem;
  position: relative;
  border-radius: 0.25rem;
  display: none;
  text-align: center; }
  .imagePreview img {
    border-radius: 0.25rem; }
  .imagePreview a.delete-preview {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    padding: 2px 4px;
    background-color: #dd525d;
    border-radius: 2px; }

.radius-1 {
  border-radius: 5px; }

.radius-2 {
  border-radius: 10px; }

.radius-3 {
  border-radius: 15px; }

.radius-4 {
  border-radius: 20px; }

.radius-5 {
  border-radius: 100%; }

.candlestick-wrapper {
  margin-top: 6px; }

.ic_done,
.ic_fail {
  font-size: 1.2rem; }

.ic_done {
  color: #20c997; }

.ic_fail {
  color: #ff5252; }

.dropdown-content {
  background-color: #fff;
  margin: 0;
  padding: 0;
  right: 0 !important;
  left: inherit;
  position: absolute;
  top: 62px;
  z-index: 21;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
  border: transparent;
  overflow: hidden; }
  .dropdown-content .dropdown-header {
    padding: 9px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #f5f5f5; }
  .dropdown-content .notifs {
    width: 230px;
    height: 250px;
    will-change: width, height; }
    .dropdown-content .notifs:not(.browser-default) > li {
      list-style-type: none; }
    .dropdown-content .notifs li {
      display: block;
      font-size: 1rem; }
      .dropdown-content .notifs li a {
        display: flex !important;
        align-items: center; }
        .dropdown-content .notifs li a span {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 88%;
          display: block; }
        .dropdown-content .notifs li a i {
          float: right;
          margin-left: 15px; }
  .dropdown-content .lang {
    margin-bottom: 0;
    padding: 0; }
    .dropdown-content .lang li {
      list-style: none; }
      .dropdown-content .lang li a {
        display: block;
        color: #adb5bd;
        padding: 4px 5px; }
        .dropdown-content .lang li a:hover {
          background-color: #f3f3f3; }
        .dropdown-content .lang li a:hover {
          text-decoration: none; }
  .dropdown-content .scrollbar-inner > .scroll-element.scroll-y {
    top: 2px !important; }

#notifications-dropdown li a,
#messages-dropdown li a {
  display: block;
  padding: 8px 16px;
  font-size: 0.8rem;
  font-weight: 300;
  color: #adb5bd;
  transition: 0.5s all;
  border-bottom: 1px solid #f5f5f5; }
  #notifications-dropdown li a:hover,
  #messages-dropdown li a:hover {
    text-decoration: none;
    background-color: #f8fbfe; }
  #notifications-dropdown li a h6,
  #messages-dropdown li a h6 {
    font-size: 15px;
    font-weight: 500;
    color: #6f787e; }

#notifications-dropdown li > time,
#messages-dropdown li > time {
  font-size: 0.8rem;
  font-weight: 400;
  margin-left: 38px; }

[data-open] {
  cursor: pointer; }

.jumbotron {
  background-color: #f6f6f6; }

.datepicker-plot-area {
  text-align: center !important;
  font: 12px IranSans; }

.datepicker-plot-area .datepicker-day-view .table-days td.today span {
  border-radius: 4px;
  background-color: #6f42c1; }

.datepicker-plot-area
.datepicker-day-view
.table-days
td.selected
span
.datepicker-plot-area
.datepicker-day-view
.table-days
td:hover,
.datepicker-plot-area .datepicker-day-view .table-days td span:hover,
.datepicker-plot-area .datepicker-year-view .year-item:hover,
.datepicker-plot-area .datepicker-month-view .month-item:hover {
  border-radius: 4px;
  background-color: #e7e7e7; }

.datepicker-plot-area .datepicker-day-view .table-days td.selected span,
.datepicker-plot-area .datepicker-year-view .year-item.selected,
.datepicker-plot-area .datepicker-month-view .month-item.selected {
  background-color: #6f42c1;
  border-radius: 4px;
  color: #fff;
  border: none;
  text-shadow: 1px 1px 1px #000; }

.media-icon {
  width: 100%;
  max-width: 256px;
  margin: 0 auto; }

.file-upload-container {
  display: flex;
  align-items: center; }
  .file-upload-container .progress {
    width: 150px;
    direction: ltr; }
  .file-upload-container .file-upload-override-button {
    padding: 5px 10px;
    position: relative;
    overflow: hidden;
    color: #adb5bd; }
  .file-upload-container .file-upload-btn {
    position: absolute;
    height: 50px;
    top: -10px;
    left: -10px;
    cursor: pointer;
    background: #fff;
    opacity: 0; }

.screenshots {
  height: 332px;
  width: 100%;
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden; }
  .screenshots .item {
    list-style: none;
    position: relative;
    display: inline-block;
    margin: 0 5px; }
    .screenshots .item img {
      width: auto;
      height: 300px; }
    .screenshots .item .delete {
      display: flex;
      align-items: center;
      position: absolute;
      border-radius: 50%;
      top: -8px;
      left: -8px;
      width: 25px;
      height: 25px;
      background-color: #ff5252;
      transition: 0.5s all;
      color: #fff; }
      .screenshots .item .delete i {
        margin: 0 auto; }
    .screenshots .item:hover .delete {
      box-shadow: 0 6px 20px 0 rgba(244, 143, 177, 0.5); }
  .screenshots span {
    text-align: center;
    width: 100%;
    color: #e2e2e2; }

pre {
  counter-reset: line-numbering;
  background: #2c3e50;
  border-radius: 5px;
  padding: 12px 0px 14px 0;
  color: #ecf0f1;
  line-height: 140%; }

.ic_view {
  font-size: 1rem;
  color: #20c997;
  margin: -10px 5px 0; }
  .ic_view:hover {
    color: #1fba8a; }

.chart-container {
  position: relative;
  width: 100%; }

.rating {
  direction: ltr; }
  .rating .checked {
    color: orange; }

.progress.rate {
  width: 78%;
  margin-top: 3px;
  margin-left: 10px; }

ul.comments .comment-item {
  list-style: none;
  margin-bottom: 15px;
  border-radius: 8px;
  padding: 10px 10px 15px; }
  ul.comments .comment-item:nth-child(even) {
    background-color: #f9f9f9; }
  ul.comments .comment-item:last-child {
    margin-bottom: 0; }
  ul.comments .comment-item p {
    margin-bottom: 0; }
  ul.comments .comment-item textarea {
    height: 40px;
    transition: 0.5s all; }
    ul.comments .comment-item textarea:focus {
      height: 100px; }
  ul.comments .comment-item .answer-date {
    font-size: 14px; }

ul.comments hr {
  margin: 7px 0; }

.answer-content {
  padding: 1.5rem 1.5rem 0.3rem; }

.widget {
  box-shadow: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .widget h1 {
    margin-bottom: 0; }
  .widget.red {
    background-color: #f3565d; }
  .widget.yellow {
    background-color: #f8cb00; }
  .widget.green {
    background-color: #45b7af; }
  .widget.blue {
    background-color: #65c3df; }
  .widget i {
    left: -40px;
    bottom: -58px;
    position: absolute;
    font-size: 100px;
    opacity: 0.3;
    transition: 0.5s all ease-in-out; }
  .widget:hover i {
    opacity: 0.5; }

.sticky-table table {
  padding: 0;
  margin: 0;
  border: 0; }

.latest-users .user-item {
  margin-bottom: 1rem;
  text-align: center; }

.latest-users img {
  width: 100px;
  margin-bottom: 1rem; }

.latest-tickets {
  height: 250px;
  overflow: hidden; }
  .latest-tickets a {
    color: #000000;
    border-radius: 8px;
    display: block;
    padding: 5px 10px;
    transition: background-color 0.5s ease-in-out;
    margin-bottom: 5px; }
    .latest-tickets a:hover {
      background-color: #f4f4f4; }
  .latest-tickets img {
    width: 70px; }
  .latest-tickets .detail {
    margin: 20px; }

.latest-comments {
  height: 250px;
  overflow: hidden; }
  .latest-comments a {
    color: #000000;
    display: block;
    transition: background-color 0.5s ease-in-out;
    margin-bottom: 5px; }
  .latest-comments img {
    width: 40px; }
  .latest-comments .detail {
    border-radius: 8px;
    background-color: #f4f4f4;
    padding: 10px 10px;
    margin: 0 55px 0 0;
    border-top-right-radius: 0; }
    .latest-comments .detail h6 {
      font-size: 0.9rem; }

img.img-circle {
  border-radius: 100%; }

a:hover {
  text-decoration: none; }

.box-loading {
  position: relative; }
  .box-loading:before {
    content: "\F771";
    -webkit-animation: mdi-spin 2s infinite linear;
    animation: mdi-spin 2s infinite linear;
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 48px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 48px;
    top: calc(50% - 26px); }

.ant-card-body {
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: #fff;
  position: relative;
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .ant-card-body select.form-control {
    width: 150px;
    z-index: 999;
    display: inline-block;
    float: left; }
  .ant-card-body.m-b-23 {
    margin-bottom: 23px; }
  .ant-card-body ::-webkit-scrollbar {
    width: 5px; }
  .ant-card-body ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #cdcdcd;
    border-radius: 0; }
  .ant-card-body ::-webkit-scrollbar-thumb {
    background: #cdcdcd;
    border-radius: 0; }
  .ant-card-body ::-webkit-scrollbar-thumb:hover {
    background: #cdcdcd; }
  .ant-card-body .tab-body {
    height: 250px;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    scrollbar-width: thin;
    border-radius: 2px !important; }
    .ant-card-body .tab-body.h-816 {
      height: 816px; }
    .ant-card-body .tab-body .tab-pane {
      min-height: 250px; }
  .ant-card-body .body {
    position: relative;
    height: 70px;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    margin-top: -9px; }
    .ant-card-body .body.h-auto {
      height: auto; }
    .ant-card-body .body.h-180 {
      height: 180px; }
    .ant-card-body .body.h-531 {
      height: 531px;
      overflow-y: auto; }
      .ant-card-body .body.h-531 .tab-pane {
        min-height: 531px; }
    .ant-card-body .body .chartjs-body {
      position: absolute;
      right: -4px;
      left: -10px;
      height: 180px; }
    .ant-card-body .body .chart-body {
      position: absolute;
      right: -4px;
      left: -10px;
      bottom: -10px;
      height: 70px; }
  .ant-card-body .title-number {
    font-weight: 300;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 0; }
    .ant-card-body .title-number span {
      color: #52c41a;
      font-size: 16px; }
  .ant-card-body .icon {
    display: inline-block;
    font-size: 24px;
    float: left;
    color: #003366; }
  .ant-card-body .text {
    font-size: 12px;
    color: #8c8c8c; }
  .ant-card-body .title {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    color: #262626; }

.list-tabs {
  display: inline-block;
  float: left;
  margin-left: 15px;
  border-bottom: 0; }
  .list-tabs.center {
    margin: 0 auto;
    float: inherit;
    width: 100%;
    display: block;
    text-align: center; }
  .list-tabs.right {
    float: right;
    margin-left: 0;
    margin-right: 15px; }
  .list-tabs li {
    display: inline-block; }
    .list-tabs li:first-child {
      margin-right: 0 !important; }
    .list-tabs li a {
      color: #000 !important;
      font-weight: 500 !important;
      padding: 0px 15px 2px !important;
      border-radius: 0 !important;
      border: 0 !important; }
      .list-tabs li a.active {
        background-color: #038fde !important;
        color: #fff !important;
        border: 0 !important;
        border-radius: 2px; }
        .list-tabs li a.active:hover {
          color: #fff !important; }
      .list-tabs li a:hover {
        color: #038fde !important; }

.gx-card-widget {
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #fff;
  border-radius: 10px;
  padding: 16px;
  min-height: 88px;
  margin-bottom: 30px; }
  .gx-card-widget i {
    font-size: 50px;
    line-height: 50px;
    display: block; }
  .gx-card-widget .icon {
    display: inline-block;
    vertical-align: top;
    padding-left: 13px; }
  .gx-card-widget .content {
    display: inline-block;
    vertical-align: top; }
  .gx-card-widget p {
    margin-bottom: 0; }
  .gx-card-widget .text-number {
    font-size: 25px;
    font-weight: bold; }

.gx-bg-cyan {
  background-color: #13c2c2 !important; }

.gx-bg-orange {
  background-color: #fa8c16 !important; }

.gx-bg-teal {
  background-color: #20c997 !important; }

.gx-bg-red {
  background-color: #f5222d !important; }

.table-home {
  border: 0; }
  .table-home p {
    margin-bottom: 0; }
  .table-home tbody td {
    border-top: 0;
    vertical-align: middle; }
  .table-home tbody tr:hover {
    background-color: #e6faff; }
  .table-home .more {
    color: #038fde;
    font-size: 13px; }

.box-user-tab img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: 10px;
  display: inline-block; }

.box-user-tab .title {
  display: inline-block;
  color: #545454;
  font-size: 14px;
  direction: ltr; }

.article-panel {
  padding: 15px;
  min-height: 135px; }
  .article-panel figure {
    width: 100px;
    display: inline-block;
    margin: 0; }
    .article-panel figure img {
      width: 100px;
      height: 100px;
      object-fit: cover;
      border-radius: 10px; }
  .article-panel p {
    margin-bottom: 0; }
  .article-panel .content {
    display: inline-block;
    width: calc(100% - 100px);
    float: left;
    padding-right: 15px; }
  .article-panel .footer {
    margin-top: 7px; }
  .article-panel .more {
    display: inline-block;
    color: #038fde !important;
    float: left; }
  .article-panel .list-tag {
    display: inline-block; }
    @media (max-width: 991.98px) {
      .article-panel .list-tag {
        display: none; } }
    .article-panel .list-tag li {
      list-style: none;
      color: #8c8c8c !important;
      font-size: 13px;
      display: inline-block; }
      .article-panel .list-tag li:after {
        content: ',';
        display: inline-block;
        margin: 0 3px;
        position: relative;
        top: -3px;
        font-size: 18px; }
      .article-panel .list-tag li p {
        display: inline-block; }
      .article-panel .list-tag li:last-child:after, .article-panel .list-tag li:first-child:after {
        display: none; }

.list-tickets p {
  margin-bottom: 0; }

.list-tickets > li {
  padding-left: 90px; }

.list-tickets li {
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  height: 48px;
  overflow: hidden; }
  .list-tickets li a {
    display: block; }
    .list-tickets li a:hover .title {
      color: #038fde; }
  .list-tickets li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    float: right;
    margin-top: 3px; }
  .list-tickets li .icon {
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    float: right;
    margin-top: 3px;
    border: 1px solid; }
  .list-tickets li .content {
    display: inline-block;
    width: calc(100% - 40px);
    padding-right: 15px; }
    .list-tickets li .content .text {
      color: #038fde;
      font-size: 12px; }
    .list-tickets li .content .date {
      color: #8c8c8c !important;
      font-size: 12px; }
    .list-tickets li .content ul li {
      display: inline-block;
      margin-bottom: 0; }
  .list-tickets li .title {
    font-size: 14px;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    .list-tickets li .title a {
      display: inline-block;
      color: #262626;
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      margin-left: 3px; }
      .list-tickets li .title a:hover {
        color: #038fde !important; }
  .list-tickets li .span {
    position: absolute;
    left: 0;
    top: 12px; }

.mockup-mobile {
  position: relative; }
  .mockup-mobile .data {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0; }
  .mockup-mobile iframe {
    position: absolute;
    top: 0;
    right: 0;
    height: 469px;
    width: 270px;
    left: 0;
    margin: 0 auto; }
  .mockup-mobile img {
    margin-bottom: 58px; }

.gx-timeline-info-day {
  margin-bottom: 15px;
  font-size: 12px;
  color: #595959; }

.data-dashboard {
  width: calc(100% - 330px);
  display: inline-block; }
  @media (max-width: 767.98px) {
    .data-dashboard {
      width: 100%;
      display: block; } }

.mockup-mobile {
  width: 300px;
  display: inline-block;
  float: left; }
  @media (max-width: 767.98px) {
    .mockup-mobile {
      margin: 0 auto;
      display: block;
      float: inherit; } }

@media (min-width: 1199.98px) and (max-width: 1338px) {
  *[dir="rtl"] .app .sidenav {
    right: -280px; }
  *[dir="rtl"] .app .navbar {
    right: 0; }
  *[dir="rtl"] .app .app-body {
    padding-right: 15px; }
  *[dir="rtl"] .button-toggle.mobile-sidebar-toggler {
    display: inline-block !important; }
  *[dir="rtl"] .page-title {
    padding: 15px 50px 15px 0; } }

img {
  width: inherit; }

.sidenav > nav > ul.nav > li > a i {
  width: 23px;
  display: inline-block; }
