/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 13, 2018, 6:56:45 PM
    Author     : czirj
*/
html,
body {
  height: 100%;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.wrap > .container {
  padding: 70px 15px 20px;
}
.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: "\e151";
}
a.desc:after {
  content: "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view th {
  white-space: nowrap;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
/* bbszabi */
.error {
  color: #a94442;
  background-color: #f2dede;
}
.success {
  color: #3c763d;
  background-color: #dff0d8;
}
.italic {
  font-style: italic;
}
.strong {
  font-weight: bold;
}
.date input[readonly] {
  background-color: transparent;
}
.date input[disabled] {
  background-color: #EEE;
  cursor: not-allowed;
}
.not-allowed {
  cursor: not-allowed;
}
a.disabled:not(.btn) {
  color: #CCC;
  cursor: not-allowed;
  text-decoration: inherit;
}
table.nomargin {
  margin: 0 !important;
}
table.notopborder tr:FIRST-CHILD td {
  border-top: none;
}
.krajee-datepicker[readonly] {
  cursor: pointer;
}
.gridview-pagination {
  text-align: center;
}
.gridview-pagination ul.pagination {
  display: inline-block;
  margin: 0;
}
.gridview-before-toolbar {
  float: right;
}
.gridview-before-summary {
  margin-top: 12px !important;
}
form div.required label.control-label:after {
  content: " *";
  color: red;
}
.grid-view-width-auto table.table,
.width-auto {
  width: auto;
}
.training-index .grid-view-width-auto table.table thead {
  position: sticky;
  top: 0;
  z-index: 1100;
  background-color: #ECF0F5;
}
.training-index .table-responsive {
  overflow: visible;
}
.wrapper {
  overflow: visible;
}
.panel-heading h4,
.panel-heading h3 {
  margin: 0;
}
.width-50pc {
  width: 50% !important;
}
.margin-top-0 {
  margin-top: 0;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-checkbox-wlabel,
.margin-top-radio-wlabel,
.margin-top-text-wlabel {
  margin-top: 32px;
}
.margin-top-checkbox-wolabel,
.margin-top-radio-wolabel,
.margin-top-text-wolabel {
  margin-top: 7px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.width-compact {
  white-space: nowrap;
  width: 1px;
}
.width-full {
  width: 100%;
}
.remove-item {
  z-index: 1;
}
.form-group-compact,
.table.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.form-group div label {
  font-weight: normal !important;
  margin-bottom: 0 !important;
}
.label-addon-compact {
  padding: 6px;
}
.modal-view-content {
  margin-top: -25px !important;
  /* reduce view page title top gap */
}
.panel-form-nolabel {
  padding-top: 15px;
}
.panel-padded {
  padding: 15px;
}
.btn-addon {
  background-color: #EEE;
  border-color: #CCC;
  color: #555555;
}
.inline-checkbox-list div {
  /* karajee inline checlboxList fix */
  display: inline-block;
  margin-right: 10px;
}
.tooltip-inner {
  text-align: left;
}
.wrap > .container-help {
  padding: 0 15px 20px 270px;
}
.help-sidenav-container {
  position: absolute;
  top: 0;
  width: 250px;
}
.img-help {
  border: 1px solid #ccc;
}
.img-big {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .modal-xl {
    width: 920px;
  }
}
.center-block {
  /* added to Bootsstrap center-block */
  float: none !important;
}
.navbar-brand > img {
  display: inline !important;
  margin-top: -4px;
  vertical-align: middle !important;
}
/* make square container with centered content */
.square {
  position: relative;
  width: 100%;
}
.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.square .square-content {
  position: absolute;
  width: 100%;
  height: 100%;
  /* center content */
  display: flex;
  align-items: center;
  justify-content: center;
}
.thumbnail .square-content img {
  max-height: 100%;
}
.thumbnail.readonly,
.panel.readonly,
td.readonly {
  background-color: #EEE;
}
/* reduce modal-header padding */
.modal-header {
  padding: 5px 10px !important;
}
.modal-header button {
  padding-top: 5px !important;
}
/* /reduce modal-header padding */
/* form elements in panel heading fix */
.panel-heading .form-group:last-child {
  margin-bottom: 0 !important;
}
.panel-heading .form-group:last-child .help-block {
  margin-bottom: 0 !important;
}
.panel-heading .form-group:first-child {
  margin-top: 5px !important;
}
/* /form elements in panel heading fix */
/* CKEditor */
.cke_button__source_label,
.cke_button__sourcedialog_label {
  display: none !important;
}
/* /CKEditor */
/* spinner */
.glyphicon-spin {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* /spinner */
/* delete button with red text on white background */
.btn-delete {
  color: #D9534F;
  background-color: #FFF;
  border-color: #CCC;
}
button.btn-delete:focus,
button.btn-delete.focus {
  color: #C9302C;
  background-color: #E6E6E6;
  border-color: #8C8C8C;
}
button.btn-delete:hover {
  color: #C9302C;
  background-color: #E6E6E6;
  border-color: #ADADAD;
}
a.btn-delete:hover,
a.btn-delete:active {
  color: #C9302C;
}
button.btn-delete:active,
button.btn-delete.active,
.open > .dropdown-toggle.btn-delete {
  color: #C9302C;
  background-color: #E6E6E6;
  border-color: #ADADAD;
}
button.btn-delete:active:hover,
button.btn-delete.active:hover,
.open > .dropdown-toggle.btn-delete:hover,
button.btn-delete:active:focus,
button.btn-delete.active:focus,
.open > .dropdown-toggle.btn-delete:focus,
button.btn-delete:active.focus,
button.btn-delete.active.focus,
.open > .dropdown-toggle.btn-delete.focus {
  color: #C9302C;
  background-color: #D4D4D4;
  border-color: #8C8C8C;
}
button.btn-delete:active,
button.btn-delete.active,
.open > .dropdown-toggle.btn-delete {
  background-image: none;
}
.btn-delete.disabled,
.btn-delete[disabled],
fieldset[disabled] .btn-delete,
.btn-delete.disabled:hover,
.btn-delete[disabled]:hover,
fieldset[disabled] .btn-delete:hover,
.btn-delete.disabled:focus,
.btn-delete[disabled]:focus,
fieldset[disabled] .btn-delete:focus,
.btn-delete.disabled.focus,
.btn-delete[disabled].focus,
fieldset[disabled] .btn-delete.focus,
.btn-delete.disabled:active,
.btn-delete[disabled]:active,
fieldset[disabled] .btn-delete:active,
.btn-delete.disabled.active,
.btn-delete[disabled].active,
fieldset[disabled] .btn-delete.active {
  background-color: #FFF;
  border-color: #CCC;
}
.btn-delete .badge {
  color: #FFF;
  background-color: #333;
}
/* /delete button with red text on white background */
/* PrintThis for Yii Framework 2 */
@media print {
  .noprint {
    display: none !important;
  }
  a:link:after,
  a:visited:after {
    display: none;
    content: "";
  }
}
/* /PrintThis for Yii Framework 2 */
/* /bbszabi */
/* Csaba */
#product-code-category {
  background: none;
  border-right: none;
  padding-right: 0px;
}
#product-code,
#product-code_editable_part {
  border-left: 0px;
  padding-left: 0px;
}
#front_bg {
  position: fixed;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-size: cover;
  transition: 1s opacity;
  z-index: -20000;
}
.login-box {
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  width: 810px;
  padding: 20px 45px;
  margin: 5% auto !important;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #f4f4f4;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li a {
  display: inline !important;
  border-bottom: none;
}
.navbar-nav > .whatsapp-notification-menu > .dropdown-menu {
  padding: 10px;
}
.navbar-nav > .whatsapp-notification-menu > .dropdown-menu .header {
  text-align: center;
  background-color: #FFD0D0;
}
.navbar-nav > .whatsapp-notification-menu > .dropdown-menu li .menu {
  padding-left: 0px;
}
.navbar-nav > .whatsapp-notification-menu > .dropdown-menu > li .menu > li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #f4f4f4;
}
.navbar-nav > .whatsapp-notification-menu > .dropdown-menu > li .menu > li a {
  display: inline !important;
  border-bottom: none;
}
.table-striped > tbody > tr td.resolved {
  background: #cce9a5;
}
.table-striped > tbody > tr td.unresolved-in-time {
  background: #ff4542;
}
.table-striped > tbody > tr td.urgent {
  background: #e8867a;
}
.table-striped > tbody > tr td.high {
  background: #f6ce95;
}
.table-striped > tbody > tr td.normal {
  background: #91cf91;
}
.table-striped > tbody > tr td.low {
  background: #9bd8eb;
}
.table-striped > tbody > tr:nth-of-type(2n+1) td.resolved {
  background: #a9da67;
}
.table-striped > tbody > tr:nth-of-type(2n+1) td.unresolved-in-time {
  background: #f40400;
}
.table-striped > tbody > tr:nth-of-type(2n+1) td.urgent {
  background: #dd4b39;
}
.table-striped > tbody > tr:nth-of-type(2n+1) td.high {
  background: #f0ad4e;
}
.table-striped > tbody > tr:nth-of-type(2n+1) td.normal {
  background: #5cb85c;
}
.table-striped > tbody > tr:nth-of-type(2n+1) td.low {
  background: #5bc0de;
}
/* Task report */
.task-report th,
.task-report td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.task-report th.task-report-users,
.task-report td.task-report-users {
  vertical-align: middle;
  text-align: left;
  min-width: 170px;
}
.task-report th {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  background-color: #fff;
}
.task-report .task-solved-intime {
  background: #E3FCE0;
  color: #222;
}
.task-report .task-solved-indelay {
  background: #BDEFB7;
  color: #CC0000;
}
.task-report .task-unsolved-intime {
  background: #FFF0F4;
  color: #222;
}
.task-report .task-unsolved-indelay {
  background: #FFD0D0;
  color: #CC0000;
}
.task-report .task-time-period-display {
  min-width: 150px;
}
/* Need for modal partner preserve scroll otpion after close other inside modal*/
#modal_partner {
  overflow: scroll;
}
#sales-history-data {
  padding-bottom: 30px;
}
.sales-history td.vertical-break,
.sales-history td.history-day {
  border-right: 2px solid #A1A1A1;
  text-align: center;
}
.sales-history td.history-day {
  padding-top: 7px;
  padding-bottom: 5px;
  padding-right: 5px;
  font-size: 19px;
}
.sales-history td.total-history-day {
  padding-left: 7px;
}
.sales-history td.history-row {
  border-bottom: 1px dashed #ccc;
  padding: 7px;
}
.sales-history td.history-grand-total {
  font-weight: bold;
  border-top: 2px solid #A1A1A1;
  border-bottom: 2px solid #A1A1A1;
  padding: 9px;
}
.sales-history td.history-grand-total.hgt-title {
  border-right: 2px solid #A1A1A1;
  text-align: center;
}
/*.border-2px-grey {   
    border: 2px solid @inactive-color;
}
.border-2px-yellow {
    border: 2px solid @offer-color;
}
.border-2px-light-blue {
    border: 2px solid @order-color;
}
.border-2px-green {
    border: 2px solid @sale-color;
}*/
.stage5,
.btn-proposal {
  background-color: #c39bd3;
}
.stage10,
.btn-inquiry {
  background-color: #dd4b39;
}
.stage20,
.btn-offer {
  background-color: #f0ad4e;
}
.stage30,
.stage33,
.btn-order {
  background-color: #5bc0de;
}
.stage40,
.btn-sale {
  background-color: #5cb85c;
}
.stage50 {
  background-color: #ddd;
}
.stage60,
.btn-delegation {
  background-color: #f04e91;
}
.step {
  margin-left: 30px;
  border-left: 2px solid;
}
.step::before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  border: 2px solid;
  position: relative;
  left: -16px;
  margin-bottom: -30px;
}
.step.proposal-step {
  border-left: none;
  border-color: #c39bd3;
}
.step.proposal-step::before {
  border-color: #c39bd3;
  background: #c39bd3;
}
.step.proposal-step .detail-view {
  border: 2px solid #c39bd3;
}
.step.delegation-step {
  border-left: none;
  border-color: #f04e91;
}
.step.delegation-step::before {
  border-color: #f04e91;
  background: #f04e91;
}
.step.delegation-step .detail-view {
  border: 2px solid #f04e91;
}
.step.inquiry-step {
  /*border-left: none;*/
  border-color: #dd4b39;
}
.step.inquiry-step::before {
  border-color: #dd4b39;
  background: #dd4b39;
}
.step.inquiry-step .detail-view {
  border: 2px solid #dd4b39;
}
.step.offer-step {
  border-color: #f0ad4e;
}
.step.offer-step::before {
  border-color: #f0ad4e;
  background: #f0ad4e;
}
.step.offer-step .detail-view {
  border: 2px solid #f0ad4e;
}
.step.order-step {
  border-color: #5bc0de;
}
.step.order-step::before {
  border-color: #5bc0de;
  background: #5bc0de;
}
.step.order-step .detail-view {
  border: 2px solid #5bc0de;
}
.step.sale-step {
  border-color: #5cb85c;
}
.step.sale-step::before {
  border-color: #5cb85c;
  background: #5cb85c;
}
.step.sale-step .detail-view {
  border: 2px solid #5cb85c;
}
.step h4 {
  margin-top: 5px;
}
.step.inactive-step {
  border-color: #ddd;
}
.step.inactive-step::before {
  border-color: #ddd;
  background: #ddd;
}
.step.empty-step {
  min-height: 50px;
  color: #ddd;
}
.step.empty-step.sale-step {
  border-color: #ddd;
}
.step.empty-step.sale-step::before {
  border-color: #ddd;
  background: #ddd;
}
.step.empty-step.proposal-step {
  border-left: none;
  border-color: #ddd;
}
.step.empty-step.proposal-step::before {
  border-color: #ddd;
  background: #ddd;
}
.step.empty-step.delegation-step {
  border-left: none;
  border-color: #ddd;
}
.step.empty-step.delegation-step::before {
  border-color: #ddd;
  background: #ddd;
}
.step.empty-step.inquiry-step {
  border-left: none;
  border-color: #ddd;
}
.step.empty-step.inquiry-step::before {
  border-color: #ddd;
  background: #ddd;
}
.step.empty-step.offer-step {
  border-color: #ddd;
}
.step.empty-step.offer-step::before {
  border-color: #ddd;
  background: #ddd;
}
.step.empty-step.order-step {
  border-color: #ddd;
}
.step.empty-step.order-step::before {
  border-color: #ddd;
  background: #ddd;
}
.skin-blue .sidebar-menu .treeview-menu > li {
  margin-left: 23px;
  border-left: 1px solid #3c8dbc;
}
.skin-blue .sidebar-menu .treeview-menu > li > a {
  padding-left: 3px;
}
.skin-blue .sidebar-menu .treeview-menu > li > a::before {
  content: "-- ";
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
  min-width: 200px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
/* pt */
.btn-box-data {
  display: block;
  font-size: 22px;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.btn-box-db {
  width: 100%;
  margin: auto;
  margin-bottom: 10px;
}
.block {
  display: block !important;
}
.box-proposal {
  border: 1px solid #c39bd3;
  border-top: 3px solid #c39bd3 !important;
  border-radius: 3px;
}
.bg-proposal {
  background-color: #c39bd3;
  color: #FFF !important;
}
.box-delegation {
  border: 1px solid #f04e91;
  border-top: 3px solid #f04e91 !important;
  border-radius: 3px;
}
.bg-delegation {
  background-color: #f04e91;
  color: #FFF !important;
}
.box-inquiry {
  border: 1px solid #dd4b39;
  border-top: 3px solid #dd4b39 !important;
  border-radius: 3px;
}
.bg-inquiry {
  background-color: #dd4b39;
  color: #FFF !important;
}
.box-offer {
  border: 1px solid #f0ad4e;
  border-top: 3px solid #f0ad4e !important;
  border-radius: 3px;
}
.bg-offer {
  background-color: #f0ad4e;
  color: #FFF !important;
}
.box-order {
  border: 1px solid #5bc0de;
  border-top: 3px solid #5bc0de !important;
  border-radius: 3px;
}
.bg-order {
  background-color: #5bc0de;
  color: #FFF !important;
}
.bg-confirmed {
  background-color: #337ab7;
  color: #FFF !important;
}
.box-sale {
  border: 1px solid #5cb85c;
  border-top: 3px solid #5cb85c !important;
  border-radius: 3px;
}
.bg-sale {
  background-color: #5cb85c;
  color: #FFF !important;
}
.box-cancelled-sale {
  border: 1px solid #ddd;
  border-top: 3px solid #ddd !important;
  border-radius: 3px;
}
.bg-cancelled-sale {
  background-color: #ddd;
  color: #FFF !important;
}
.box-header h3 a {
  color: #FFF;
}
.box-header h3 {
  margin-top: 0px;
}
.bg-proposal:hover,
.bg-inquiry:hover,
.bg-offer:hover,
.bg-order:hover,
.bg-confirmed:hover,
.bg-sale:hover,
.bg-cancelled-sale:hover,
.bg-delegation:hover,
.bg-primary:hover {
  opacity: 0.85;
}
.dashboard-main-box .bg-primary {
  color: #FFF !important;
}
.text-proposal {
  color: #c39bd3 !important;
}
.text-delegation {
  color: #f04e91 !important;
}
.text-inquiry {
  color: #dd4b39 !important;
}
.text-offer {
  color: #f0ad4e !important;
}
.text-order {
  color: #5bc0de !important;
}
.text-confirmed {
  color: #337ab7 !important;
}
.text-sale {
  color: #5cb85c !important;
}
.popover {
  max-width: 500px;
  width: auto;
}
.explanation-square {
  width: 20px;
  padding-bottom: 20px;
  outline: 1px solid black;
}
.row-explanation {
  padding-bottom: 5px;
}
.whatsapp-index thead {
  display: none;
}
.whatsapp-in {
  background-color: #FFF;
  /* #FCF8E3;/* #FFF0F5; */
  max-width: 50%;
  padding: 10px;
  display: inline;
  border-radius: 10px;
}
.whatsapp-out {
  background-color: #d9fdd3;
  /*#e1fef2;*/
  max-width: 50%;
  padding: 10px;
  display: inline;
  border-radius: 10px;
}
.whatsapp-time {
  padding-top: 5px;
  text-align: right;
  font-size: 12px;
  color: #aaa;
}
.whatsapp-time-in {
  padding-top: 5px;
  font-size: 12px;
  color: #aaa;
}
.whatsapp-user {
  padding-top: 5px;
  text-align: right;
  font-size: 12px;
  color: #00CC00;
}
.whatsapp-contact-header {
  font-size: 20px;
  /*background-color: #BDEFB7;*/
  text-align: center;
  padding-bottom: 20px;
}
.whatsapp-contact {
  padding-left: 0px;
  margin: 0px;
  list-style-type: none;
}
.whatsapp-contact li {
  /*    border-left: 1px solid #3c8dbc;*/
  padding: 10px;
}
.whatsapp-contact li.active {
  /*    border-left: 1px solid #3c8dbc;*/
  background-color: #EEE;
}
.whatsapp-contact .treeview-menu > li > a {
  padding-left: 3px;
}
.whatsapp-contact .treeview-menu > li > a::before {
  /*content: "-- ";*/
}
.whatsapp-contact .treeview > li > a::before {
  content: "-- ";
}
.whatsapp-contacts .main-sidebar {
  background-color: #fff;
  padding-top: 10px;
  width: 105%;
}
.whatsapp-contacts .treeview-menu > li > a > .fa {
  width: 0px;
  display: none;
}
.whatsapp-attachment {
  background-color: #f5f6f6;
  padding: 10px;
  border-radius: 10px;
  text-decoration: none;
}
.whatsapp-attachment-link {
  background-color: #f5f6f6;
  padding: 10px;
  border-radius: 10px;
  text-decoration: none;
}
.whatsapp-attachment a {
  color: inherit;
  margin-bottom: 5px;
}
.whatsapp-attachment .glyphicon {
  font-size: 25px;
}
.whtatsapp-send-text-input {
  width: 100%;
  border: 0px;
  border-radius: 10px;
  height: 35px;
  padding: 15px;
}
.whatsapp-content {
  width: 100%;
  max-height: 800px;
  overflow-x: hidden;
  overflow-y: auto;
}
.whatsapp-request-button {
  width: 45%;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  margin: 5px;
}
.whatsapp-time .read {
  color: #0099FF;
  font-size: 10px;
}
.whatsapp-time .status {
  font-size: 10px;
}
#whatsapp-uploaded-filename {
  padding: 20px;
}
/* /pt */
/*# sourceMappingURL=site.css.map */