.agency-list li {
  position: relative;
}
.agency-list li a {
  color: #000;
  display: block;
  padding: 10px 45px 10px 10px;
}
.agency-list li a:hover {
  text-decoration: none;
  background-color: #ddd;
}
.agency-list li .active-item {
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 9px;
  padding: 0px 5px;
}
.agency-list li .active-item i {
  color: #fff;
  margin-top: 3px;
}
.ajax-table {
  margin-top: 10px;
}
.ajax-table .table-bordered thead th {
  background-color: #000;
  color: #fff;
}
.ajax-table .custom-loading-row {
  justify-content: center;
  display: flex;
}
.card-footer {
  padding: 10px 0 0 0 ;
}
.card-footer .pagination {
  direction: ltr;
  margin-bottom: 0;
}
.card-footer .pagination li span {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000000;
  background-color: #fff;
  border: 1px solid #dee2e6;
  cursor: pointer;
}
.card-footer .pagination li span:hover {
  background-color: #eaeaea;
}
.card-footer .pagination li.active span {
  cursor: auto;
  background-color: #000;
  color: #fff;
}
.card-footer .pagination li.disabled span {
  cursor: auto;
}
.card-footer .pagination li:last-child span {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.card-footer .pagination li:first-child span {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.paging-top {
  padding: 0 ;
}
.paging-top .pagination {
  direction: ltr;
  margin-bottom: 0;
}
.paging-top .pagination li span {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000000;
  background-color: #fff;
  border: 1px solid #dee2e6;
  cursor: pointer;
}
.paging-top .pagination li span:hover {
  background-color: #eaeaea;
}
.paging-top .pagination li.active span {
  cursor: auto;
  background-color: #000;
  color: #fff;
}
.paging-top .pagination li.disabled span {
  cursor: auto;
}
.paging-top .pagination li:last-child span {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.paging-top .pagination li:first-child span {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
#rangeCalendarTd {
  position: relative;
}
#rangeCalendarTd i {
  cursor: pointer;
  position: absolute;
  left: 13px;
  top: 17px;
  color: #999;
}
#rangeCalendarTd i:hover {
  color: #555;
}
.button-action-row {
  display: block;
  margin-bottom: 8px;
}
.text-success {
  color: #108e4d !important;
}
.text-bold {
  font-weight: bold;
}
table.details th {
  color: #000;
  font-size: 13px;
  font-weight: normal;
  padding: 3px 2px !important;
  border: 0;
}
table.details td {
  font-size: 13px;
  font-weight: normal;
  padding: 3px 2px !important;
  border: 0;
}
.campaign-group-form .remains {
  float: right;
  position: relative;
  background-color: yellow;
  color: #000;
  text-align: right;
  direction: rtl;
  padding: 0px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}
.zoneTimepickerType .bootstrap-timepicker.input-group {
  float: right;
  width: 80%;
}
.input-file-box {
  direction: ltr;
}
.input-file-box .btn-file {
  border-radius: 0 5px 5px 0;
}
.input-file-box .fileinput-remove-button {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0;
  border-left: 1px solid #000;
  padding: 6px 13px;
  margin-right: -5px;
}
.weekTimeTbl .boxTbl {
  margin: auto;
  width: 60%;
  direction: ltr;
}
@media screen and (max-width: 1440px) {
  .weekTimeTbl .boxTbl {
    width: 100%;
  }
}
.weekTimeTbl .boxTbl .boxTr {
  display: inline-block;
  width: 100%;
  float: right;
  height: 30px;
}
.weekTimeTbl .boxTbl .boxTr .selectBoxTd {
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  float: left;
  margin-right: 5px;
}
.weekTimeTbl .boxTbl .boxTr .selectBoxTd input[type="checkbox"] {
  display: none !important;
  cursor: pointer;
}
.weekTimeTbl .boxTbl .boxTr .selectBoxTd label {
  position: relative;
  width: 25px;
  height: 25px;
  margin: 0px;
  cursor: pointer;
}
.weekTimeTbl .boxTbl .boxTr .selectBoxTd label:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 0px;
  border: 1px solid #e7e7e7;
  background: #e7e7e7;
  cursor: pointer;
}
.weekTimeTbl .boxTbl .boxTr .selectBoxTd input[type="checkbox"]:disabled + label:before {
  opacity: 0.7;
  cursor: not-allowed;
}
.weekTimeTbl .boxTbl .boxTr .selectBoxTd input[type="checkbox"]:disabled + label:after {
  opacity: 0.5;
}
.weekTimeTbl .boxTbl .boxTr .selectBoxTd input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 0px;
  background: #66123C;
  cursor: pointer;
}
.weekTimeTbl .boxTbl .boxTr .timeTitle {
  width: 25px;
  display: inline-block;
  text-align: center;
  float: left;
  margin-right: 5px;
}
.weekTimeTbl .boxTbl .boxTr .weekTitle {
  width: 65px;
  height: 25px;
  display: inline-block;
  text-align: left;
  float: left;
  padding-left: 5px;
}
.weekTimeTbl .boxTbl .boxTr .boxTdEmpty {
  width: 50px;
  display: inline-block;
}
.column-icon {
  width: 200px;
  float: right;
  text-align: right;
}
.default-icon-box {
  border: 2px solid transparent;
  display: inline-block;
  height: 50px;
  padding: 3px;
  cursor: pointer;
}
.default-icon-box.selected {
  border: 2px solid #dc0b0b;
}
.default-icon-box .default-icon-content {
  height: 40px;
}
.vast-icon-create {
  font-family: iransans-icon;
}
.vast-icon-create.form {
  margin-bottom: 30px;
}
.vast-icon-create #icon {
  display: inline-block;
  position: relative;
}
.vast-icon-create .btn-txt {
  text-align: right;
  letter-spacing: normal !important;
  font-family: iransans-icon;
  background-color: #009800;
  color: #fff;
  padding: 3px 6px 3px 6px;
  font-size: 12px;
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 15px;
}
.vast-icon-create .site-txt {
  position: absolute;
  font-family: iransans-icon;
  font-weight: bold;
  top: 11px;
  right: 50px;
  color: #000;
  width: 70px;
}
.vast-icon-create .desc-txt {
  position: absolute;
  font-family: iransans-icon;
  bottom: 10px;
  left: 117px;
  font-size: 12px;
  color: #000;
}
.vast-icon-create .logo {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 13px;
}
.vast-icon-create .control-input {
  width: 150px;
  display: inline-block;
  float: right;
  text-align: right;
  margin: 0 10px 0 40px;
}
.vast-icon-create label {
  float: right;
  display: inline-block;
  text-align: right;
  direction: ltr;
  width: 100px;
}
.vast-icon-create .select-icon-logo {
  display: inline-block;
  float: right;
  margin: 0 10px 0 40px;
  width: 150px;
}
.vast-icon-create .file-input-row-icon {
  position: relative;
}
.vast-icon-create #content-logo {
  opacity: 0;
  position: absolute;
  right: 110px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.mfp-close {
  display: none !important;
}
.highcharts-title {
  font-family: iransans;
  direction: rtl;
  font-size: 18px !important;
  font-weight: normal !important;
}
.highcharts-axis.highcharts-yaxis text {
  font-family: iransans;
  font-size: 12px !important;
  font-weight: bold;
}
.highcharts-axis.highcharts-xaxis text {
  font-family: iransans;
  font-size: 12px !important;
  font-weight: bold;
}
.highcharts-axis-labels.highcharts-yaxis-labels tspan {
  font-family: iransans;
  font-size: 12px !important;
  font-weight: bold;
}
.highcharts-axis-labels.highcharts-xaxis-labels tspan {
  font-family: iransans;
  font-size: 12px !important;
  font-weight: bold;
}
.highcharts-label.highcharts-tooltip tspan {
  font-family: iransans;
  font-size: 14px !important;
  font-weight: bold;
}
.highcharts-label.highcharts-tooltip text {
  font-family: iransans;
  font-size: 14px !important;
  font-weight: bold;
}
.highcharts-label.highcharts-data-label text {
  font-family: iransans;
  font-size: 12px !important;
  font-weight: bold;
}
.highcharts-legend-item.highcharts-line-series text {
  font-family: iransans;
  font-size: 12px !important;
  font-weight: bold !important;
}
.highcharts-axis-labels.highcharts-xaxis-labels text {
  font-family: iransans;
  font-size: 12px !important;
  font-weight: bold;
}
.highcharts-axis-labels.highcharts-yaxis-labels text {
  font-size: 12px !important;
  font-weight: bold;
}
.sum-table td {
  font-size: 13px !important;
  font-weight: bolder;
}
.sum-table th {
  font-size: 15px !important;
  font-weight: bolder;
}
.chart-type-select {
  list-style: none;
  float: left;
  padding-right: 0;
}
.chart-type-select li {
  float: left;
  text-align: center;
  width: 100px;
  padding: 6px 10px;
  border: 1px solid #b3b3b3;
  cursor: pointer;
  font-weight: bold;
  color: #666;
}
.chart-type-select li:first-child {
  border-radius: 3px 0 0 3px;
  border-right: 0px;
}
.chart-type-select li:last-child {
  border-left: 0px;
  border-radius: 0 3px 3px 0;
}
.chart-type-select li:hover {
  color: #666;
  background-color: #f0f0f0;
}
.chart-type-select li.active {
  color: #666;
  background-color: #e6e6e6;
}
.loading-chart-type {
  float: left;
  margin-top: 8px;
  margin-left: 10px;
}
.chartHeatMapStyle .highcharts-label.highcharts-data-label tspan {
  font-family: unset;
  font-size: unset;
}
.chartHeatMapStyle .highcharts-axis-labels.highcharts-yaxis-labels text {
  font-family: iransans;
  font-size: 12px !important;
  font-weight: bold;
}
.weekTimeTbl .boxTbl {
  margin: auto;
  width: 60%;
  direction: ltr;
}
@media screen and (max-width: 1440px) {
  .weekTimeTbl .boxTbl {
    width: 100%;
  }
}
.weekTimeTbl .boxTbl .boxTr {
  display: inline-block;
  width: 100%;
  float: right;
  height: 30px;
}
.weekTimeTbl .boxTbl .boxTr .selectBoxTd {
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  float: left;
  margin-right: 5px;
}
.weekTimeTbl .boxTbl .boxTr .selectBoxTd input[type="checkbox"] {
  display: none !important;
  cursor: pointer;
}
.weekTimeTbl .boxTbl .boxTr .selectBoxTd label {
  position: relative;
  width: 25px;
  height: 25px;
  margin: 0px;
  cursor: pointer;
}
.weekTimeTbl .boxTbl .boxTr .selectBoxTd label:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 0px;
  border: 1px solid #e7e7e7;
  background: #e7e7e7;
  cursor: pointer;
}
.weekTimeTbl .boxTbl .boxTr .selectBoxTd input[type="checkbox"]:disabled + label:before {
  opacity: 0.7;
  cursor: not-allowed;
}
.weekTimeTbl .boxTbl .boxTr .selectBoxTd input[type="checkbox"]:disabled + label:after {
  opacity: 0.5;
}
.weekTimeTbl .boxTbl .boxTr .selectBoxTd input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 0px;
  background: #66123C;
  cursor: pointer;
}
.weekTimeTbl .boxTbl .boxTr .timeTitle {
  width: 25px;
  display: inline-block;
  text-align: center;
  float: left;
  margin-right: 5px;
}
.weekTimeTbl .boxTbl .boxTr .weekTitle {
  width: 55px;
  height: 25px;
  display: inline-block;
  text-align: left;
  float: left;
  padding-left: 5px;
}
.weekTimeTbl .boxTbl .boxTr .boxTdEmpty {
  width: 50px;
  display: inline-block;
}
.sum-table table {
  border: 1px solid #ddd;
}
.sum-table thead th {
  background-color: #000;
  color: #fff;
}
.live-table table {
  border: 1px solid #ddd;
}
.live-table thead th {
  background-color: #313131;
  color: #fff;
}
.live-table td a {
  color: #495057;
}
.live-table td .label-success {
  background-color: green;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  padding: 3px 8px;
}
.dashboard-row a:hover {
  color: unset;
  text-decoration: unset !important;
}
.dashboard-row .widget-chart {
  padding-top: 0;
  padding-bottom: 0;
}
.dashboard-row .widget-chart.text-left .icon-wrapper {
  margin-right: 0;
  margin-left: 15px;
}
.dashboard-row .widget-chart-content .widget-subheading {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.dashboard-row .widget-chart .widget-numbers {
  margin: 1rem auto;
  margin-right: 0;
  text-align: right;
}
.dashboard-row .icon-wrapper {
  width: 65px;
  height: 65px;
}
.live-box .widget-subheading {
  font-weight: bold;
  color: #000;
}
/*# sourceMappingURL=manager.cayot.css.map */