/*AUTH*/

.auth-wrapper {
  background-color: white;
}

/*BUTTONS*/

.btn {
  transition: background-color 0.5s, border-color 0.5s;
}

.btn-default {
  color: #3B4756;
  background-color: #ededed;
  border-color: #ededed;
}

.btn-default:focus,
.btn-default.focus,
.btn-default:hover {
  color: #3B4756;
  background-color: #D9D9D9;
  border-color: #D9D9D9;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #3B4756;
  background-color: #D9D9D9;
  border-color: #D9D9D9;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #3B4756;
  background-color: #D9D9D9;
  border-color: #D9D9D9;
}

.btn-default.disabled {
  box-shadow: none;
}

.btn-primary {
  background-color: #4590F9;
  border-color: #4590F9;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover {
  background-color: #3B7CD6;
  border-color: #3B7CD6;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #3B7CD6;
  border-color: #3B7CD6;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: #3B7CD6;
  border-color: #3B7CD6;
}

.btn-primary.disabled {
  box-shadow: none;
}

.btn-success {
  background-color: #7837E6;
  border-color: #7837E6;
}

.btn-success:focus,
.btn-success.focus,
.btn-success:hover {
  background-color: #5C2AB0;
  border-color: #5C2AB0;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-color: #5C2AB0;
  border-color: #5C2AB0;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  background-color: #5C2AB0;
  border-color: #5C2AB0;
}

.btn-success.disabled {
  box-shadow: none;
}

.btn-info:focus,
.btn-info.focus,
.btn-info:hover {
  background-color: #00BCD4;
  border-color: #00BCD4;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-color: #00BCD4;
  border-color: #00BCD4;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  background-color: #00BCD4;
  border-color: #00BCD4;
}

.btn-info.disabled {
  box-shadow: none;
}

.btn-warning:focus,
.btn-warning.focus,
.btn-warning:hover {
  background-color: #FF5722;
  border-color: #FF5722;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-color: #FF5722;
  border-color: #FF5722;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  background-color: #FF5722;
  border-color: #FF5722;
}

.btn-warning.disabled {
  box-shadow: none;
}

.btn-danger:focus,
.btn-danger.focus,
.btn-danger:hover {
  background-color: #F44336;
  border-color: #F44336;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-color: #F44336;
  border-color: #F44336;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  background-color: #F44336;
  border-color: #F44336;
}

.btn-danger.disabled {
  box-shadow: none;
}

/*Sidebar*/

.side-logo img {
  width: 100px;
  margin-top: 45px;
  margin-bottom: 30px;
  max-width: 96%;
}

.sidebar {
  background: #4590f9;
}

.sidebar .sidebar-content {
  background: linear-gradient(180deg, #7837e6 0%, #4590f9 82%);
}

.sidebarfun {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 12px 20px;
}

.sidebarfun .icon-search4 {
  color: white;
  margin-right: 15px;
}

.sidebarfun input.js-typeahead {
  background-color: transparent;
  border: none;
  border-bottom: 1.5px solid white;
  color: #f0f0f0;
  padding-left: 2px;
  padding-bottom: 2px;
}

.sidebarfun .typeahead__cancel-button {
  color: rgba(255, 255, 255, 0.75);
  font-size: 20px;
}

.sidebarfun .typeahead__cancel-button .typeahead__cancel-button:hover {
  color: yellow;
}

.sidebarfun .typeahead__field .typeahead__hint:active::-moz-placeholder, .sidebarfun .typeahead__field .typeahead__hint:focus::-moz-placeholder, .sidebarfun .typeahead__field [contenteditable]:active::-moz-placeholder, .sidebarfun .typeahead__field [contenteditable]:focus::-moz-placeholder, .sidebarfun .typeahead__field input:active::-moz-placeholder, .sidebarfun .typeahead__field input:focus::-moz-placeholder, .sidebarfun .typeahead__field textarea:active::-moz-placeholder, .sidebarfun .typeahead__field textarea:focus::-moz-placeholder {
  color: rgba(240, 240, 240, 0.4);
}

.sidebarfun .typeahead__field .typeahead__hint:active::placeholder,
.sidebarfun .typeahead__field .typeahead__hint:focus::placeholder,
.sidebarfun .typeahead__field [contenteditable]:active::placeholder,
.sidebarfun .typeahead__field [contenteditable]:focus::placeholder,
.sidebarfun .typeahead__field input:active::placeholder,
.sidebarfun .typeahead__field input:focus::placeholder,
.sidebarfun .typeahead__field textarea:active::placeholder,
.sidebarfun .typeahead__field textarea:focus::placeholder {
  color: rgba(240, 240, 240, 0.4);
}

.sidebarfun input:focus::-moz-placeholder {
  color: rgba(240, 240, 240, 0.4);
}

.sidebarfun input:focus::placeholder {
  color: rgba(240, 240, 240, 0.4);
}

.navigation li.active > a {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.navigation li.active > a:focus {
  background-color: transparent;
}

.navigation li.active > a:hover {
  background-color: rgba(44, 46, 55, 0.25);
  color: #fff;
}

/*
.navigation  li.active > a.actual-link.has-ul {
  border-left: 4px solid #7837E6;
}
.navigation  li.active > a.actual-link {
  border-left: 4px solid #7837E6;
}
*/

.month-impressions,
.month-ctr,
.month-cpm,
.month-revenue {
  background-color: transparent !important;
  color: black;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.16);
  text-align: left;
  border-radius: 5px;
}

.panel {
  border: none;
}

.panel.panel-default {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.16);
  border: none;
  border-radius: 5px;
}

.panel.panel-default .table {
  box-shadow: 0px 5px 6px 0px #cec9c9;
  border: none;
  border-radius: 5px;
}

.panel.panel-default .panel-heading {
  background-color: transparent;
  color: black;
}

.panel.panel-default #reportrange {
  border: none !important;
}

.panel.panel-default #reportrange span {
  margin-left: 5px;
}

.panel.panel-default #reportrange b.caret {
  float: right;
  margin-top: 0px;
}

.panel.panel-default #reportrange b.caret ::after {
  font-size: 18px;
}

.breadcrumb-box {
  padding-left: 0px;
}

.date-holder {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.date-holder span {
  margin-right: 10px;
}

.date-range {
  margin: 0 !important;
  padding: 0;
  width: 370px;
  height: 40px;
  box-shadow: none !important;
  border: 1px solid rgba(163, 163, 163, 0.3) !important;
  border-radius: 15px !important;
}

.date-range .panel-body {
  padding: 10px !important;
}

.bread {
  background-color: transparent !important;
  border: none;
  box-shadow: none !important;
}

.dashboard-header .alert {
  padding: 10px 20px !important;
  border: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.data-dash {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.data-dash img {
  float: right;
}

.data-dash h1 {
  margin-top: 10px !important;
  padding: 0 0 0 5px;
  color: #7837e6;
}

.data-dash .dash-numbers {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.data-dash .dash-numbers span {
  color: #a3a3a3;
}

.data-dash .dash-numbers .total {
  margin-left: 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.data-dash .dash-numbers .total h1 {
  font-size: 30px;
}

.data-dash .dash-numbers .total span {
  margin: 10px;
}

.data-dash .dash-numbers .int-ext {
  width: 30%;
}

.data-dash .dash-numbers .int-ext .internal,
.data-dash .dash-numbers .int-ext .external {
  display: flex;
  align-items: center;
}

.data-dash .dash-numbers .int-ext .internal span:nth-child(1),
.data-dash .dash-numbers .int-ext .external span:nth-child(1) {
  font-size: 18px;
}

.data-dash .dash-numbers .int-ext .internal span:nth-child(2),
.data-dash .dash-numbers .int-ext .external span:nth-child(2) {
  margin: 10px;
}

.data-title {
  color: #626d78;
  height: 30px;
  width: 100%;
  border-radius: 3px;
  font-size: 16px;
}

/*Passendo checkbox*/

.passendo-checkbox input[type=checkbox]:checked + label:before,
.wizard-checkbox input[type=checkbox]:checked + label:before {
  border-color: #7837E6;
  background-color: #7837E6;
}

.passendo-checkbox input[type=radio]:checked + label:before,
.wizard-checkbox input[type=radio]:checked + label:before {
  border-color: #7837E6;
}

.passendo-checkbox input[type=radio]:checked + label:after,
.wizard-checkbox input[type=radio]:checked + label:after {
  background-color: #7837E6;
}

/*Main offer manage block*/

.offer-manage-block .overlay-loader .loader {
  color: #7837E6;
}

.offer-manage-block .offer-manage-block-content .offer-manage-block-navigation > ul > li.active .round-item {
  border-color: #7837E6;
}

.offer-manage-block .offer-manage-block-content .offer-manage-block-navigation > ul > li.checked .round-item {
  border-color: #7837E6;
  background-color: #7837E6;
}

.offer-manage-block .offer-manage-block-content .offer-manage-block-navigation > ul > li:before,
.offer-manage-block .offer-manage-block-content .offer-manage-block-navigation > ul > li:after {
  content: "";
  width: calc(50% - 20px);
  height: 3px;
  display: block;
  position: absolute;
  background-color: #eee;
  top: 19px;
  left: 0;
}

.offer-manage-block .offer-manage-block-content .offer-manage-block-navigation > ul > li:after {
  left: auto;
  right: 0;
}

.offer-manage-block .offer-manage-block-content .offer-manage-block-navigation > ul > li:first-child:before {
  display: none;
}

.offer-manage-block .offer-manage-block-content .offer-manage-block-navigation > ul > li:last-child:after {
  display: none;
}

.offer-manage-block .box-in-tab .box-in-tab-content .question .question-content .datetime-picker-wrapper .datepicker table tr td.active,
.offer-manage-block .box-in-tab .box-in-tab-content .question .question-content .datetime-picker-wrapper .datepicker table tr td span.active,
.offer-manage-block .box-in-tab .box-in-tab-content .question .question-content .datetime-picker-wrapper .datepicker table tr td.active.disabled,
.offer-manage-block .box-in-tab .box-in-tab-content .question .question-content .datetime-picker-wrapper .datepicker table tr td span.active.disabled,
.offer-manage-block .box-in-tab .box-in-tab-content .question .question-content .datetime-picker-wrapper .datepicker table tr td.active:hover,
.offer-manage-block .box-in-tab .box-in-tab-content .question .question-content .datetime-picker-wrapper .datepicker table tr td span.active:hover,
.offer-manage-block .box-in-tab .box-in-tab-content .question .question-content .datetime-picker-wrapper .datepicker table tr td.active.disabled:hover,
.offer-manage-block .box-in-tab .box-in-tab-content .question .question-content .datetime-picker-wrapper .datepicker table tr td span.active.disabled:hover {
  background-color: #7837E6;
}

.offer-manage-block.edit .offer-manage-block-content .offer-manage-block-navigation > ul > li.active .nav-title {
  color: #7837E6;
}

.offer-manage-block.edit .offer-manage-block-content .offer-manage-block-navigation > ul > li.active:before {
  background-color: #7837E6;
}

.wizard-manage-block-content .wizard-manage-block-navigation > ul > li.active .round-item {
  border-color: #7837E6;
}

.wizard-manage-block-content .wizard-manage-block-navigation > ul > li.checked .round-item {
  border-color: #7837E6;
  background-color: #7837E6;
}

@media (max-width: 768px) {
  .dashboard-header .alert {
    justify-content: flex-start;
  }
}

/********** boxes****'******/

@media only screen and (max-width: 1750px) {
  .data-dash .dash-numbers .total {
    margin-left: 0;
  }

  .data-dash .dash-numbers .total h1 {
    font-size: 25px;
  }

  .data-dash .int-ext {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1750px) {
  .data-dash .dash-numbers .total {
    margin-left: 0;
  }

  .data-dash .dash-numbers .total h1 {
    font-size: 25px;
  }

  .data-dash .int-ext {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .header-highlight .navbar-header:not([class*=bg-]) {
    background: linear-gradient(65deg, #7837e6 0%, #4590f9 82%) !important;
  }

  .sidebarfun {
    justify-content: center !important;
  }
}

