﻿﻿/*#region FullCalendar*/
.fc {
  direction: rtl;
  text-align: right;
  background-color: #ffffff;
}
.fc table {
  border-collapse: collapse;
  border-spacing: 0;
}
.fc td,
.fc th {
  padding: 0;
  vertical-align: top;
}
.fc-header {
  padding: 10px;
}
.fc-header td {
  white-space: nowrap;
  padding: 10px;
}
.fc-header-left {
  width: 25%;
  text-align: right;
}
.fc-header-center {
  text-align: center;
}
.fc-header-right {
  width: 25%;
  text-align: left;
}
.fc-header-title {
  display: inline-block;
  vertical-align: top;
}
.fc .fc-header-space {
  padding-right: 10px;
}
.fc-header .fc-button {
  margin-left: -1px;
  vertical-align: top;
}
.fc-header .fc-corner-right,
.fc-header .ui-corner-right {
  margin-left: 0;
}
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
  z-index: 2;
}
.fc-header .fc-state-down {
  z-index: 3;
}
.fc-header .fc-state-active,
.fc-header .ui-state-active {
  z-index: 4;
}
.fc-content {
  clear: both;
}
.fc-view {
  width: 100%;
  overflow: hidden;
}
.fc-widget-content,
.fc-widget-header {
  border: 1px solid #e5e5e5;
  border-left: 0;
}
.fc-state-highlight {
  background: #ffc;
}
.fc-cell-overlay {
  background: #57b5e3;
  opacity: .2;
  filter: alpha(opacity=20);
}
.fc-button {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  overflow: hidden;
  height: 26px;
  line-height: 24px;
  white-space: nowrap;
  cursor: pointer;
}
.fc-state-default {
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  font-size: 12px;
  color: #444444;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ffffff 0, #ededed 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0, #ededed 100%);
  background-image: -o-linear-gradient(top, #ffffff 0, #ededed 100%);
  background-image: linear-gradient(to bottom, #ffffff 0, #ededed 100%);
}
.fc-state-default.fc-corner-left {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.fc-state-default.fc-corner-right {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow {
  font-weight: bold;
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e5e5e5;
}
.fc-state-down,
.fc-state-active {
  background-color: #e5e5e5;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
}
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.fc-event {
  border-style: solid;
  border-width: 0;
  font-size: .85em;
  cursor: default;
}
.fc-event-draggable,
a.fc-event {
  cursor: pointer;
}
a.fc-event {
  text-decoration: none;
}
.fc-rtl .fc-event {
  text-align: left;
}
.fc-event-skin {
  color: #FFF;
  border-left: 0 !important;
  cursor: move;
}
.fc-event-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 0;
  overflow: hidden;
}
.fc .ui-resizable-handle {
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  font-size: 300%;
  line-height: 50%;
}
.fc-event-hori {
  border-width: 0 4px 0 0;
  margin-bottom: 3px;
  border-radius: 2px;
  padding: 5px 2px 5px 15px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ffffff 0, #ededed 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0, #ededed 100%);
  background-image: -o-linear-gradient(top, #ffffff 0, #ededed 100%);
  background-image: linear-gradient(to bottom, #ffffff 0, #ededed 100%);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.fc-event-hori .ui-resizable-e {
  top: 0 !important;
  left: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: w-resize;
}
.fc-event-hori .ui-resizable-w {
  top: 0 !important;
  right: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: e-resize;
}
.fc-event-hori .ui-resizable-handle {
  _padding-bottom: 14px;
}
.fc-corner-left {
  margin-right: 1px;
}
.fc-corner-left .fc-button-inner,
.fc-corner-left .fc-event-inner {
  margin-right: -1px;
}
.fc-corner-right {
  margin-left: 1px;
}
.fc-corner-right .fc-button-inner,
.fc-corner-right .fc-event-inner {
  margin-left: -1px;
}
.fc-corner-top {
  margin-top: 1px;
}
.fc-corner-top .fc-event-inner {
  margin-top: -1px;
}
.fc-corner-bottom {
  margin-bottom: 1px;
}
.fc-corner-bottom .fc-event-inner {
  margin-bottom: -1px;
}
.fc-corner-left .fc-event-inner {
  border-right: 6px solid rgba(0, 0, 0, 0.15);
  padding-right: 2px;
}
.fc-corner-right .fc-event-inner {
  padding-right: 2px;
}
.fc-event-skin .fa:before {
  display: block;
  font-size: 14px;
  position: absolute;
  left: 4px;
  top: 3px;
}
table.fc-border-separate {
  border-collapse: separate;
}
.fc-border-separate td,
.fc-border-separate th {
  border-width: 1px 1px 0 0;
}
.fc-border-separate td.fc-last,
.fc-border-separate th.fc-last {
  border-left-width: 1px;
}
.fc-border-separate tr.fc-last td,
.fc-border-separate tr.fc-last th {
  border-bottom-width: 1px;
}
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
  border-top-width: 0;
}
.fc-grid th {
  text-align: center;
}
.fc-grid .fc-day-number {
  float: left;
  padding: 0 2px;
}
.fc-grid .fc-other-month .fc-day-number {
  opacity: .3;
  filter: alpha(opacity=30);
}
.fc-grid .fc-day-content {
  clear: both;
  padding: 3px 4px 2px;
}
.fc-grid .fc-event-time {
  font-weight: 700;
}
.fc-rtl .fc-grid .fc-day-number {
  float: right;
}
.fc-rtl .fc-grid .fc-event-time {
  float: left;
}
.fc-agenda table {
  border-collapse: separate;
}
.fc-agenda-days th {
  text-align: center;
}
.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: left;
  white-space: nowrap;
  font-weight: 400;
}
.fc-agenda .fc-day-content {
  padding: 2px 2px 1px;
}
.fc-agenda-days .fc-agenda-axis {
  border-left-width: 1px;
}
.fc-agenda-days .fc-col0 {
  border-right-width: 0;
}
.fc-agenda-allday th {
  border-width: 0 1px;
}
.fc-agenda-allday .fc-day-content {
  min-height: 34px;
  _height: 34px;
}
.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden;
}
.fc-widget-header .fc-agenda-divider-inner {
  background: #eee;
}
.fc-agenda-slots th {
  border-width: 1px 1px 0;
}
.fc-agenda-slots td {
  border-width: 1px 0 0;
  background: 100% 0;
}
.fc-agenda-slots td div {
  height: 20px;
}
.fc-agenda-slots tr.fc-slot0 td,
.fc-agenda-slots tr.fc-slot0 th {
  border-top-width: 0;
}
.fc-agenda-slots tr.fc-minor td,
.fc-agenda-slots tr.fc-minor th {
  border-top-style: dotted;
}
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
  *border-top-style: solid;
}
.fc-event-vert {
  border-width: 0 4px 0 0;
  margin-bottom: 3px;
  border-radius: 2px;
  background-image: linear-gradient(to bottom, #ffffff 0, #ededed 100%);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.fc-event-vert .fc-event-content,
.fc-event-vert .fc-event-head {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}
.fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px;
}
.fc-event-vert .fc-event-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: .3;
  filter: alpha(opacity=30);
}
.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
  display: none;
}
.fc-event-vert .ui-resizable-s {
  bottom: 0 !important;
  width: 100% !important;
  height: 8px !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-agenda .ui-resizable-resizing {
  _overflow: hidden;
}
#calendar-container {
  position: relative;
}
.fc table,
html .fc {
  font-size: 12px;
}
.dt-header.calender-spacer {
  height: 46px;
  display: block;
}
tr td.fc-first,
tr.fc-first th.fc-first {
  border-right: 0;
}
tr.fc-last td {
  border-bottom: 0;
}
.fc-header-title h2 {
  margin-top: 5px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 800 !important;
  margin-bottom: 0;
}
.fc-event-time,
.fc-event-title {
  padding: 3px 3px 2px 0;
  display: inline-block;
  line-height: 16px;
  font-weight: 700;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fc-other-month {
  background-image: 8121991;
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
  background-color: #ffffff;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
}
.fc-border-separate thead tr,
.table thead tr {
  background-color: #eeeeee;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -moz-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -o-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: linear-gradient(to bottom, #f2f2f2 0, #fafafa 100%);
  font-size: 12px;
}
.fc-border-separate thead tr th {
  padding: 4px;
  line-height: 1.428571429;
}
.external-event {
  border-right: 4px solid #2dc3e8;
  margin-bottom: 10px;
  border-radius: 2px;
  padding: 5px 5px 5px 15px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ffffff 0, #ededed 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0, #ededed 100%);
  background-image: -o-linear-gradient(top, #ffffff 0, #ededed 100%);
  background-image: linear-gradient(to bottom, #ffffff 0, #ededed 100%);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 12px;
}
/*#endregion FullCalendar*/
/*#region Tasks*/
.task-container {
  position: relative;
  padding: 0;
}
.task-container .task-search {
  padding: 15px 16px 15px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #eeeeee;
}
.task-container .task-search input {
  border-color: #e5e5e5 !important;
  -webkit-border-radius: 3px !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 3px !important;
  -moz-background-clip: padding !important;
  border-radius: 3px !important;
  background-clip: padding-box !important;
}
.task-container .tasks-list {
  list-style: none;
  padding: 0;
}
.task-container .tasks-list .task-item {
  position: relative;
  height: 150px;
  border-bottom: 1px solid #e5e5e5;
}
.task-container .tasks-list .task-item:last-child {
  border-bottom: 0px;
}
.task-container .tasks-list .task-item:hover {
  background-color: #f5f5f5;
}
.task-container .tasks-list .task-item .task-check {
  position: absolute;
  top: 20px;
  right: 15px;
  margin-left: 5px;
}
.task-container .tasks-list .task-item .task-state {
  position: absolute;
  top: 19px;
  right: 45px;
}
.task-container .tasks-list .task-item .task-state .label {
  padding: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.task-container .tasks-list .task-item .task-time {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 11px;
  color: #999999;
}
.task-container .tasks-list .task-item .task-body {
  position: absolute;
  top: 60px;
  right: 45px;
  padding-left: 25px;
  height: 40px;
  overflow: hidden;
  line-height: 22px;
}
.task-container .tasks-list .task-item .task-creator {
  position: absolute;
  top: 115px;
  right: 45px;
}
.task-container .tasks-list .task-item .task-creator a {
  font-size: 13px;
  color: #11a9cc;
}
.task-container .tasks-list .task-item .task-creator a:hover {
  text-decoration: none;
}
.task-container .tasks-list .task-item .task-assignedto {
  position: absolute;
  top: 115px;
  left: 20px;
  font-size: 13px;
  color: #999999;
}
@media (max-width: 1200px) {
  .task-container .tasks-list .task-item {
    height: 130px;
  }
  .task-container .tasks-list .task-item .task-creator,
  .task-container .tasks-list .task-item .task-assignedto {
    top: 95px;
  }
}
@media (max-width: 600px) {
  .task-container .tasks-list .task-item {
    height: 150px;
  }
  .task-container .tasks-list .task-item .task-creator,
  .task-container .tasks-list .task-item .task-assignedto {
    top: 115px;
  }
}
@media (max-width: 335px) {
  .task-container .tasks-list .task-item {
    height: 175px;
  }
  .task-container .tasks-list .task-item .task-assignedto {
    top: 140px;
    left: auto;
    right: 45px;
  }
}
/*#endregion Tasks*/
/*#region Tickets*/
.tickets-container {
  position: relative;
  padding: 25px 25px;
  background-color: #f5f5f5;
}
.tickets-container .tickets-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.tickets-container .tickets-list .ticket-item {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 8px;
  padding: 0 15px;
  vertical-align: top;
}
.tickets-container .tickets-list .ticket-item:last-child {
  margin-bottom: 0;
}
.tickets-container .tickets-list .ticket-item .ticket-user {
  height: 50px;
  padding: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tickets-container .tickets-list .ticket-item .ticket-user .user-avatar {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.tickets-container .tickets-list .ticket-item .ticket-user .user-name {
  margin-right: 5px;
  font-size: 13px;
}
.tickets-container .tickets-list .ticket-item .ticket-user .user-at {
  margin-right: 2px;
  color: #cccccc;
  font-size: 13px;
}
.tickets-container .tickets-list .ticket-item .ticket-user .user-company {
  margin-right: 2px;
  color: #999999;
}
.tickets-container .tickets-list .ticket-item .ticket-time {
  line-height: 30px;
  height: 50px;
  padding: 10px;
}
.tickets-container .tickets-list .ticket-item .ticket-time i {
  color: #cccccc;
}
.tickets-container .tickets-list .ticket-item .ticket-time .time {
  color: #999999;
  font-size: 11px;
  text-transform: uppercase;
}
.tickets-container .tickets-list .ticket-item .ticket-type {
  line-height: 30px;
  height: 50px;
  padding: 10px;
}
.tickets-container .tickets-list .ticket-item .ticket-type .type {
  color: #999999;
  font-size: 11px;
  text-transform: uppercase;
}
.tickets-container .tickets-list .ticket-item .ticket-state {
  position: absolute;
  top: 13px;
  left: -12px;
  height: 24px;
  width: 24px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #e5e5e5;
  text-align: center;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border: 2px solid #ffffff;
}
.tickets-container .tickets-list .ticket-item .ticket-state i {
  font-size: 13px;
  color: #ffffff;
  line-height: 20px;
}
.tickets-container .tickets-list .ticket-item .divider {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 1px;
  background-color: #eeeeee;
  display: inline-block;
}
@media (max-width: 1200px) {
  .tickets-container .tickets-list .ticket-item .ticket-user {
    border-bottom: 1px solid #eeeeee;
  }
}
@media (max-width: 768px) {
  .tickets-container .tickets-list .ticket-item .ticket-time {
    border-bottom: 1px solid #eeeeee;
  }
}
/*#endregion Tickets*/
/*#region Dashboard Box*/
.dashboard-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.dashboard-box .box-header {
  background-color: #ffffff;
  padding: 20px;
  position: relative;
}
.dashboard-box .box-header .deadline {
  position: absolute;
  top: -3px;
  left: 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  padding: 5px 10px;
  border-top: 3px solid #2dc3e8;
  color: #999999;
  font-size: 12px;
}
.dashboard-box .box-progress {
  padding: 0;
  position: relative;
}
.dashboard-box .box-progress .progress {
  margin-bottom: 0;
}
.dashboard-box .box-progress .progress .progress-bar {
  position: relative;
}
.dashboard-box .box-progress .progress .progress-bar:after {
  content: '';
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #a0d468;
}
.dashboard-box .box-progress .progress-handle {
  position: absolute;
  top: -31px;
  -lh-property: 0;
right:-webkit-calc(20% - 35px);
right:-moz-calc(20% - 35px);
right:calc(20% - 35px);
;
  width: 60px;
  height: 25px;
  background-color: #2dc3e8;
  padding: 2px 5px;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.dashboard-box .box-progress .progress-handle:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: " ";
  bottom: -13px;
  right: 23px;
  border-bottom-width: 0;
  border-top-color: #2dc3e8;
  border-width: 7px;
}
.dashboard-box .box-tabbs {
  background-color: #fbfbfb;
}
.dashboard-box .box-tabbs .tabbable .nav-tabs li {
  background-color: #ffffff;
}
.dashboard-box .box-tabbs .tabbable .nav-tabs li:first-child.active a {
  border-right: 0px;
}
.dashboard-box .box-tabbs .tabbable .nav-tabs li:last-child.active a {
  border-left: 0px;
}
.dashboard-box .box-tabbs .tabbable .nav-tabs li.active a {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-top: 0 !important;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  background-color: #ffffff;
}
.dashboard-box .box-tabbs .tabbable .tab-content {
  margin-top: 1px;
  background-color: #ffffff;
}
.dashboard-box .box-tabbs .tabbable .tab-content .databox {
  margin-bottom: 20px;
}
.dashboard-box .box-visits .row {
  margin: 0;
}
.dashboard-box .box-visits .row > div {
  padding: 0 !important;
}
.dashboard-box .box-visits .row > div:last-child .databox {
  border-left: 0;
}
.dashboard-box .box-visits .row > div .notification {
  border: 1px solid #e5e5e5;
  border-right: 0;
  border-bottom: 0;
  height: 68px;
  padding: 18px 15px;
}
.dashboard-box .box-visits .row > div .notification .notification-icon {
  float: right;
}
.dashboard-box .box-visits .row > div .notification .notification-icon i {
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  margin-left: 10px;
  font-size: 16px;
  border-radius: 50%;
}
.dashboard-box .box-visits .row > div .notification .notification-icon i:hover {
  cursor: pointer;
}
.dashboard-box .box-visits .row > div .notification .notification-body {
  float: right;
}
.dashboard-box .box-visits .row > div .notification .notification-body .title {
  display: block;
  font-size: 13px;
}
.dashboard-box .box-visits .row > div .notification .notification-body .description {
  display: block;
  font-size: 10px;
  color: #999999;
}
.dashboard-box .box-visits .row > div .notification .notification-extra {
  float: left;
  text-align: left;
}
.dashboard-box .box-visits .row > div .notification .notification-extra i {
  font-size: 14px;
}
.dashboard-box .box-visits .row > div .notification .notification-extra .description {
  display: block;
  font-size: 10px;
  color: #999999;
}
@media (max-width: 767px) {
  .dashboard-box .box-tabbs .tabbable .tab-content #visits .visits-databoxes > div:last-child .databox {
    border-bottom: 1px solid #e5e5e5;
  }
  .dashboard-box .box-tabbs .tabbable .tab-content #visits .visits-databoxes > div .databox {
    border-bottom: 0;
    border-left: 0;
  }
}
/*#endregion Dashboard Box*/
/*#region Orders*/
.orders-container {
  position: relative;
  padding: 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.orders-container .orders-header {
  position: relative;
  height: 43px;
  padding: 14px 10px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fbfbfb;
}
.orders-container .orders-header h6 {
  margin: 0;
}
.orders-container .orders-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.orders-container .orders-list .order-item {
  position: relative;
  padding: 7px 10px;
  vertical-align: top;
  border-bottom: 1px solid #e5e5e5;
}
.orders-container .orders-list .order-item:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4px;
  width: 4px;
  max-width: 4px;
  overflow: hidden;
  background-color: #2dc3e8;
}
.orders-container .orders-list .order-item:hover {
  background-color: #fbfbfb;
}
.orders-container .orders-list .order-item:hover:before {
  display: block;
}
.orders-container .orders-list .order-item.top:hover:before {
  background-color: #fb6e52;
}
.orders-container .orders-list .order-item.top .item-more {
  color: #fb6e52;
}
.orders-container .orders-list .order-item .item-left {
  padding-left: 0;
}
.orders-container .orders-list .order-item .item-right .item-booker {
  margin: 6px 0;
  color: #666666;
}
.orders-container .orders-list .order-item .item-right .item-time {
  font-size: 11px;
  margin-bottom: 2px;
  color: #999999;
}
.orders-container .orders-list .order-item .item-right {
  padding-right: 0;
  text-align: center;
}
.orders-container .orders-list .order-item .item-left .item-price {
  font-size: 13px;
  margin: 17px auto;
  color: #666666;
}
.orders-container .orders-list .order-item .item-more {
  position: absolute;
  left: -10px;
  -lh-property: 0;
top:-webkit-calc(50% - 13px);
top:-moz-calc(50% - 13px);
top:calc(50% - 13px);
;
  width: 25px;
  height: 25px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  border: 3px solid #ffffff;
  vertical-align: middle;
  color: #2dc3e8;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.orders-container .orders-list .order-item .item-more i {
  font-size: 17px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.orders-container .orders-list .order-item .item-more i:before {
  content: "\f104";
}
.orders-container .orders-footer {
  position: relative;
  background-color: white;
  height: 34px;
  padding: 7px;
  text-align: center;
  background-color: #fbfbfb;
}
.orders-container .orders-footer a {
  margin: 0 auto;
  font-size: 11px;
  color: #999999;
  font-weight: 500;
}
.orders-container .orders-footer a:hover {
  text-decoration: none;
}
.orders-container .orders-footer .help {
  position: absolute;
  left: 0;
  top: 0;
  width: 37px;
  height: 37px;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  padding: 8px;
}
.orders-container .orders-footer .help a i {
  font-size: 18px;
  color: #cccccc;
}
/*#endregion Orders*/
/*#region 404*/
.body-404 {
  background-color: #2dc3e8;
  color: #ffffff;
}
.body-404:before {
  display: none;
}
.error-header {
  background: #ffffff;
  height: 280px;
}
.error-container {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}
.error-container h1 {
  font-size: 110px;
  font-weight: 300;
  margin: -103px 0 0 0;
  text-align: center;
  color: #2dc3e8;
}
.error-container h2 {
  font-size: 58px;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
}
.error-container p,
.error-container p a {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}
.error-container p.description {
  color: #e5e5e5;
  font-size: 40px;
  margin: 0;
}
.error-divider {
  margin-top: -27px;
  padding: 30px 0;
}
.return-btn,
.return-btn:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 15px;
  margin-top: 100px;
  margin-bottom: 30px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
.return-btn i {
  margin-left: 5px;
}
.return-btn:hover {
  background: #ffffff;
  color: #2dc3e8;
  text-decoration: none;
}
/*#endregion 404*/
/*#region 500*/
.body-500 {
  background-color: #fb6e52;
  color: #ffffff;
}
.body-500:before {
  display: none;
}
.body-500 .error-container h1 {
  color: #fb6e52;
}
.body-500 .return-btn:hover {
  color: #fb6e52;
}
/*#endregion 404*/
/*#region SearchHelpBar*/
.searchhelpbar {
  width: 100%;
  position: relative;
  margin: 0 0 10px;
}
.searchhelpbar .help-box {
  min-height: 72px;
  padding: 0;
  padding-bottom: 0;
}
.searchhelpbar .help-box .alert {
  min-height: 72px;
  border-color: #ffffff;
}
.searchhelpbar .search-box {
  background-color: #ffffff;
  min-height: 72px;
  padding: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.searchhelpbar .search-box > div {
  padding: 19px;
}
/*#endregion SearchHelpBar*/
/*#region Loading*/
@-webkit-keyframes typing {
  0% {
    background-color: #ffffff;
    box-shadow: -12px 0px 0px 0px rgba(255, 255, 255, 0.2), -24px 0px 0px 0px rgba(255, 255, 255, 0.2);
  }
  25% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: -12px 0px 0px 0px #ffffff, 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
  }
  75% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: -12px 0px 0px 0px rgba(255, 255, 255, 0.2), -24px 0px 0px 0px #ffffff;
  }
}
@-moz-keyframes typing {
  0% {
    background-color: #ffffff;
    box-shadow: -12px 0px 0px 0px rgba(255, 255, 255, 0.2), -24px 0px 0px 0px rgba(255, 255, 255, 0.2);
  }
  25% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: -12px 0px 0px 0px #ffffff, 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
  }
  75% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: -12px 0px 0px 0px rgba(255, 255, 255, 0.2), -24px 0px 0px 0px #ffffff;
  }
}
@keyframes typing {
  0% {
    background-color: #ffffff;
    box-shadow: -12px 0px 0px 0px rgba(255, 255, 255, 0.2), -24px 0px 0px 0px rgba(255, 255, 255, 0.2);
  }
  25% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: -12px 0px 0px 0px #ffffff, 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
  }
  75% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: -12px 0px 0px 0px rgba(255, 255, 255, 0.2), -24px 0px 0px 0px #ffffff;
  }
}
.loading-container {
  z-index: 2000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #2dc3e8;
}
.loading-container.loading-inactive {
  display: none;
}
.loading-container.loading-inactive .loader {
  display: none;
}
.loading-container .loader {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-animation: typing 1s linear infinite alternate;
  -moz-animation: Typing 1s linear infinite alternate;
  animation: typing 1s linear infinite alternate;
  margin: 50vh auto;
  /* Not necessary- its only for layouting*/
  position: relative;
  right: -12px;
}
/*#endregion Loading*/
#chat-link.open {
  -webkit-box-shadow: 0 -6px 40px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 -6px 40px rgba(0, 0, 0, 0.4);
  box-shadow: 0 -6px 40px rgba(0, 0, 0, 0.4);
}
#chat-link.open:before {
  content: '';
  display: inline-block;
  left: 0;
  position: absolute;
  width: 50px;
  background-color: #ffffff;
  border: 0;
  top: 0;
  height: 2px;
}
.page-chatbar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 287px;
  display: none;
  left: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
  -lh-property: 0;
height:-webkit-calc(100vh - 45px);
height:-moz-calc(100vh - 45px);
height:calc(100vh - 45px);
;
}
.page-chatbar.open {
  display: block;
}
.page-chatbar.open:before {
  display: block;
}
.page-chatbar.open ~ .page-content {
  margin-left: 287px !important;
}
.page-chatbar.open ~ .page-content .breadcrumbs-fixed {
  left: 287px !important;
}
.page-chatbar.open ~ .page-content .page-header-fixed {
  left: 287px !important;
}
.page-chatbar:before {
  content: "";
  position: fixed;
  display: none;
  width: 287px;
  bottom: 0;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: -1;
}
.page-chatbar .chatbar-contacts {
  height: 100%;
}
.page-chatbar .chatbar-contacts .contacts-search {
  position: relative;
  height: 41px;
}
.page-chatbar .chatbar-contacts .contacts-search .searchinput {
  height: 41px;
  z-index: 2;
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #ffffff;
  border-bottom: 1px solid #e5e5e5;
  padding-right: 40px;
  width: 100%;
}
.page-chatbar .chatbar-contacts .contacts-search .searchinput:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ffffff;
}
.page-chatbar .chatbar-contacts .contacts-search .searchinput:focus ~ .searchhelper {
  display: block;
  z-index: 124;
}
.page-chatbar .chatbar-contacts .contacts-search .searchinput::-webkit-input-placeholder {
  color: #d0d0d0;
  font-weight: 300;
  font-family: "Droid Arabic Kufi", "WYekan"'Open Sans', 'Segoe UI' ;
}
.page-chatbar .chatbar-contacts .contacts-search .searchinput::-moz-placeholder {
  /* Firefox 19+ */
  color: #d0d0d0;
  font-weight: 300;
  font-family: "Droid Arabic Kufi", "WYekan"'Open Sans', 'Segoe UI' ;
}
.page-chatbar .chatbar-contacts .contacts-search .searchinput:-moz-placeholder {
  /* Firefox 19+ */
  color: #d0d0d0;
  font-weight: 300;
  font-family: "Droid Arabic Kufi", "WYekan"'Open Sans', 'Segoe UI' ;
}
.page-chatbar .chatbar-contacts .contacts-search .searchinput:-ms-input-placeholder {
  color: #d0d0d0;
  font-weight: 300;
  font-family: "Droid Arabic Kufi", "WYekan"'Open Sans', 'Segoe UI' ;
}
.page-chatbar .chatbar-contacts .contacts-search .searchicon {
  cursor: pointer;
  display: inline-block;
  height: 12px;
  right: 20px;
  position: absolute;
  top: 14px;
  width: 12px;
  color: #2dc3e8;
  z-index: 124;
}
.page-chatbar .chatbar-contacts .contacts-search .searchhelper {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  color: #999;
  display: none;
  opacity: 1;
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  z-index: 4;
}
.page-chatbar .chatbar-contacts .contacts-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}
.page-chatbar .chatbar-contacts .contacts-list .contact {
  height: 85px;
  padding: 10px;
  position: relative;
}
.page-chatbar .chatbar-contacts .contacts-list .contact:hover {
  background-color: #f3f3f3;
  cursor: pointer;
}
.page-chatbar .chatbar-contacts .contacts-list .contact .contact-avatar {
  display: inline-block;
  width: 65px;
  height: 65px;
}
.page-chatbar .chatbar-contacts .contacts-list .contact .contact-avatar img {
  width: 65px;
  height: 65px;
}
.page-chatbar .chatbar-contacts .contacts-list .contact .contact-info {
  display: inline-block;
  vertical-align: bottom;
  padding-right: 5px;
}
.page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-name {
  font-size: 1em;
  padding-bottom: 2px;
}
.page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status {
  font-size: .8em;
  margin-bottom: 2px;
}
.page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status .online,
.page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status .offline {
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status .online {
  background-color: #a0d468;
}
.page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status .offline {
  background-color: #d73d32;
}
.page-chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-status .status {
  display: inline-block;
  margin-right: 4px;
}
.page-chatbar .chatbar-contacts .contacts-list .contact .last-chat-time {
  position: absolute;
  left: 20px;
  bottom: 12px;
  font-size: .8em;
}
.page-chatbar .chatbar-messages {
  height: 100%;
}
.page-chatbar .chatbar-messages .messages-contact {
  height: 85px;
  padding: 10px;
  position: relative;
  background-color: #f3f3f3;
  border-bottom: 1px solid #e5e5e5;
}
.page-chatbar .chatbar-messages .messages-contact .contact-avatar {
  display: inline-block;
  width: 65px;
  height: 65px;
}
.page-chatbar .chatbar-messages .messages-contact .contact-avatar img {
  width: 65px;
  height: 65px;
}
.page-chatbar .chatbar-messages .messages-contact .contact-info {
  display: inline-block;
  vertical-align: bottom;
  padding-right: 5px;
}
.page-chatbar .chatbar-messages .messages-contact .contact-info .contact-name {
  font-size: 1em;
  padding-bottom: 2px;
}
.page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status {
  font-size: .8em;
  margin-bottom: 2px;
}
.page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status .online,
.page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status .offline {
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status .online {
  background-color: #a0d468;
}
.page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status .offline {
  background-color: #d73d32;
}
.page-chatbar .chatbar-messages .messages-contact .contact-info .contact-status .status {
  display: inline-block;
  margin-right: 4px;
}
.page-chatbar .chatbar-messages .messages-contact .last-chat-time {
  position: absolute;
  left: 20px;
  bottom: 12px;
  font-size: .8em;
}
.page-chatbar .chatbar-messages .messages-contact .back {
  position: absolute;
  top: 14px;
  left: 14px;
}
.page-chatbar .chatbar-messages .messages-contact .back:hover {
  cursor: pointer;
}
.page-chatbar .chatbar-messages .messages-contact .back i {
  font-size: 22px;
  color: #2dc3e8;
}
.page-chatbar .chatbar-messages .messages-list {
  list-style: none;
  padding: 10px 0;
  overflow: auto;
}
.page-chatbar .chatbar-messages .messages-list .message {
  padding: 10px 15px;
}
.page-chatbar .chatbar-messages .messages-list .message .message-info {
  height: 18px;
}
.page-chatbar .chatbar-messages .messages-list .message .message-info .bullet,
.page-chatbar .chatbar-messages .messages-list .message .message-info .contact-name,
.page-chatbar .chatbar-messages .messages-list .message .message-info .message-time {
  display: inline-block;
}
.page-chatbar .chatbar-messages .messages-list .message .message-info .bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #a0d468;
  margin-left: 5px;
}
.page-chatbar .chatbar-messages .messages-list .message .message-info .contact-name {
  font-weight: bold;
  margin-left: 5px;
}
.page-chatbar .chatbar-messages .messages-list .message .message-info .message-time {
  font-size: .8em;
  color: #666;
}
.page-chatbar .chatbar-messages .messages-list .message .message-body {
  margin-top: 10px;
  border-radius: 3px;
  background-color: #a0d468;
  color: #ffffff;
  padding: 10px;
  position: relative;
  margin-left: 10%;
}
.page-chatbar .chatbar-messages .messages-list .message .message-body:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  content: '';
  top: -14px;
  right: 10px;
  border-top-width: 0;
  border-bottom-color: #a0d468;
  border-width: 7px;
}
.page-chatbar .chatbar-messages .messages-list .message.reply .message-info .bullet,
.page-chatbar .chatbar-messages .messages-list .message.reply .message-info .contact-name,
.page-chatbar .chatbar-messages .messages-list .message.reply .message-info .message-time {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
.page-chatbar .chatbar-messages .messages-list .message.reply .message-info .bullet {
  background-color: #5db2ff;
  margin-top: 8px;
}
.page-chatbar .chatbar-messages .messages-list .message.reply .message-info .message-time {
  margin-top: 2px;
}
.page-chatbar .chatbar-messages .messages-list .message.reply .message-body {
  background-color: #5db2ff;
  margin-right: 10%;
  margin-left: 0;
}
.page-chatbar .chatbar-messages .messages-list .message.reply .message-body:before {
  border-bottom-color: #5db2ff;
  left: 10px;
  right: auto;
}
.page-chatbar .chatbar-messages .send-message {
  padding: 15px;
  background-color: #f3f3f3;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 120px;
  border-top: 1px solid #e5e5e5;
}
/*# sourceMappingURL=4095.rtl.css.map */