.alert {
  padding: 20px;
  color: white;
  margin-bottom: 15px;
}
.alert-info {
  background-color: #2196F3;
}
.alert-success {
  background-color: #4CAF50;
}
.alert-warning {
  background-color: #ff9800;
}
.alert-danger {
  background-color: #f44336;
}
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.closebtn:hover {
  color: black;
}
.validation-errors {
  color: #f44336;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-1r {
  margin-top: 1rem;
}
.mt-05r {
  margin-top: 0.5rem;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-1r {
  margin-right: 1rem;
}
.mr-05r {
  margin-right: 0.5rem;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-1r {
  margin-bottom: 1rem;
}
.mb-05r {
  margin-bottom: 0.5rem;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
div#datatable-filter {
  width: calc(100% - 70px);
}
.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pr-0 {
  padding-right: 0;
}
.pl-0 {
  padding-left: 0;
}
.no-padding {
  padding: 0 !important;
}
.padding-05r {
  padding: 0.5rem !important;
}
.padding-1r {
  padding: 1rem !important;
}
.border-bottom {
  border-bottom: 1px solid #dedede;
}
table.dataTable.no-footer {
  border-bottom: none !important;
}
table.dataTable thead th {
  font-weight: 500;
  color: #898989;
  padding-left: 10px;
  padding-bottom: 1.5rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.3em 0.6em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  border-radius: 2px;
  color: #af7ec1 !important;
  border: none !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #af7ec1 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background-image: initial;
}
.dataTables_wrapper .dataTables_paginate .paginate_button .disabled {
  color: #666 !important;
  cursor: default;
}
.dataTables_wrapper .dataTables_paginate .paginate_button .disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button .disabled:active {
  cursor: default;
  color: #666;
  border: 1px solid transparent;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #af7ec1 !important;
  cursor: default;
  background-image: initial;
  border: 1px solid #979797 !important;
  /*                border-top: none !important;
                        border-right: none !important;
                        border-left: none !important;
                        border-bottom: 1px solid #979797 !important;*/
  background: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:active {
  cursor: default;
  color: #af7ec1 !important;
  border: 1px solid #979797;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.has-errors {
  border: 2px solid #f26666;
}
.subfiles .preview img {
  max-width: 150px;
  max-height: 150px;
}
.select2-container {
  margin: 0.5rem 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: rgba(0, 0, 0, 0);
  border: 0 transparent none;
  border-radius: 0;
  margin-top: 9px;
}
.select2-container--default .select2-selection--single {
  height: 44px;
  padding-top: 7px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
}
.select2-container--default .select2-search--inline .select2-search__field {
  padding-top: 5px;
}
.select2-selection__choice {
  color: #333;
}
form .field label.fleft {
  display: inline-block;
  margin: 0.25rem 0.25rem;
}
form .subform.actions .dedicated-personnel {
  display: none;
  padding: 1rem 0rem;
}
form .subform.actions .dedicated-personnel.visible {
  display: block;
}
.cursorhand {
  cursor: pointer;
}
.ajax-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 110;
  display: none;
  /*padding-top: 20px;*/
}
.ajax-loader img {
  display: inline-block;
  width: 130px;
  position: absolute;
  top: calc(50% - 75px);
  left: calc(50% - 75px);
}
.modal footer .button-wide {
  width: 142px;
  height: 43px;
}
.modal.small header,
.modal.small main,
.modal.small footer {
  width: 100%;
  margin: 0 auto;
  max-width: 340px;
  background-color: #fff;
  display: block;
  overflow: hidden;
  padding: .5rem;
}
.modal.small header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal main .title {
  border-left: 2px solid #4cc4c0;
  margin: 0 .1rem 2rem;
  padding: 0 .7rem;
  font-size: 1.125em;
  font-weight: 400;
}
.button.alt {
  border-width: 1px;
  border-style: solid;
}
ipnut[type='date-single']:invalid {
  border-color: #f44336;
}
.inner-table tr:last-child td {
  border-bottom: 0;
}
.inner-table caption {
  text-align: left;
  border-left: 2px solid #af7ec1;
  margin: .5rem .7rem .5rem;
  padding: 0 .7rem;
  font-size: 1.125em;
  font-weight: 400;
  color: #af7ec1;
}
body > main form.page .subform.actions {
  padding-top: 1rem;
}
body > main form.page .subform.actions .day .date {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
body > main form.page .subform.actions .day .dedicated-personnel-switch {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 3.5rem;
}
body > main form.page .subform.actions .footer {
  padding-bottom: 2.5rem;
}
body > main table .inner-table td,
body > main table .inner-table th {
  font-size: 1em;
}
/** body > main form.page .subform.actions .day .dedicated-personnel-switch {
   flex: 1 1 auto;
   padding-top: 3.5rem;
 }
 **/
form .field.dedicated-personnel-switch label {
  display: initial;
}
.account .icon-logout {
  color: #af7ec1;
}
body > main .wrapper #notificationTable {
  padding: 0;
  font-size: 18px;
}
.notification-unread {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: .5rem;
  background-color: rgba(175, 126, 193, 0.3);
}
#notificationTable.dataTable tbody th,
#notificationTable.dataTable tbody td {
  padding: 0;
}
#notificationTable th,
#notificationTable_info {
  display: none;
}
#notificationTable .notification,
.mini-notification {
  cursor: pointer;
}
#notificationTable tbody td:last-child {
  width: 1px;
}
a.button:hover {
  text-decoration: none;
}
[class^="icon-"][class$="-big"] {
  font-size: 65pt;
  color: #af7ec1;
}
.row {
  margin: 0 -30px;
}
.full-span {
  width: 100%;
  display: block;
}
.small-text {
  font-size: 85%;
}
.notifications-config th,
.notifications-config td {
  text-align: center;
}
.notifications-config th:first-child,
.notifications-config td:first-child {
  text-align: left;
}
.profile-form .field {
  width: 33.33%;
  position: relative;
}
body > main .wrapper .page:nth-child(2) {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
body > main .wrapper .page:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
form.page + form.page {
  border-top: 2px solid #f6f7fb;
  -webkit-box-shadow: 0px 15px 2em -0.5em rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 2em -0.5em rgba(0, 0, 0, 0.1);
}
body > header .add {
  cursor: pointer;
}
.icon-circle {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #4cc4c0;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  margin: 0 0.5rem;
  text-align: center;
  border: 3px solid #4cc4c0;
  font-size: 26px;
}
.file-add-field {
  cursor: pointer;
  display: inline-block;
}
.file-add-field:hover {
  opacity: 0.8;
}
.hidden-input {
  height: 1px;
  width: 1px;
  min-height: 1px;
  max-height: 1px;
  opacity: 0;
  margin: 0;
  padding: 0;
  border: none;
}
.no-active {
  pointer-events: none;
  opacity: 0.15;
  color: #9c9c9c;
}
form.modal .text-center {
  text-align: center !important;
}
body > main .filter-bar .field:last-child {
  display: block;
}
body > main .filter-bar .field:last-child button {
  float: right;
}
.float-right {
  float: right;
}
.margin-left-auto {
  margin-left: auto;
}
.admin [class^="icon-"][class$='-big'] {
  color: #4cc4c0;
}
.coordinator [class^="icon-"][class$='-big'] {
  color: #4cc4c0;
}
.employee [class^="icon-"][class$='-big'] {
  color: #4cc4c0;
}
.lock-self,
.unlock-self {
  margin-left: auto !important;
}
.dropdown-button {
  position: relative;
  display: inline-block;
  margin-left: auto !important;
}
.dropdown-button-content {
  left: auto !important;
  right: 0 !important;
  background-color: #fff;
  display: none;
  position: absolute;
  min-width: 250px;
  min-height: 160px;
  z-index: 1;
}
.dropdown-button-content button {
  cursor: pointer;
  padding: 12px 16px;
  display: block;
  margin-top: -15px !important;
  margin-bottom: -15px;
  margin-right: 0 !important;
  width: 100%;
}
.dropdown-btn {
  float: right;
}
.dropdown-button-content button:first-child {
  margin-top: 5px !important;
}
.dropdown-button-content a {
  margin-top: -15px !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  margin-right: 0 !important;
  width: 100%;
  text-align: center;
}
.dropdown-button-content a button {
  margin-top: -5px;
}
.content-show {
  display: block;
}
.buttons-right {
  display: inline-block;
  margin-left: auto !important;
}
.aside-badge {
  border-radius: 100%;
  width: 18px;
  height: 18px;
  font-size: 12px;
  background-color: #f44336;
  color: #fff;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 11px;
}
.picture-badge {
  position: absolute;
  top: -20px;
  left: 45px;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  font-size: 12px;
  background-color: #f44336;
  color: #fff;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body > main .preview .info-listing .info .value {
  position: relative;
}
.reports-worker-preview table.products input {
  width: 100px;
  text-align: center;
}
.accept-action {
  position: absolute;
  right: -24px;
  width: 100%;
  float: left;
  font-size: 16px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
  cursor: pointer;
  z-index: 20;
}
.accept-action:hover {
  opacity: 0.7;
}
.accept-change {
  background-color: #4cc4c0;
  top: calc(50% - 11px);
}
.cancel-change {
  background-color: #f44336;
  top: calc(50% - 13px);
}
body > main .worker-preview .text .value {
  position: relative;
}
.relative {
  position: relative;
}
/* User edit section */
.accept-add .cancel-change {
  top: calc(50% - 26px);
}
.accept-add .accept-change {
  top: calc(50% + 2px);
}
.experience {
  border-bottom: 2px solid #9c9c9c;
  padding-bottom: 20px;
}
.experience .experience {
  padding: 10px !important;
  border-bottom: 1px solid #dedede;
  padding-left: 0 !important;
  margin-bottom: 0;
}
.experience .experience:last-child {
  border-bottom: none;
  padding-bottom: 0px !important;
}
.experience .accept-add .cancel-change {
  right: 14px;
}
.experience .accept-add .accept-change {
  right: 14px;
}
.education .main {
  width: 100%;
}
.education .main .accept-action {
  right: 0;
}
.value {
  min-height: 24px;
}
body > main .worker-preview .education-listing .education,
body > main .worker-preview .experience-listing .education {
  width: calc(100% / 3 - 20px);
  margin: 0 10px;
}
body > main .worker-preview .gallery .photo {
  position: relative;
  padding: 0;
  margin: 3px;
}
body > main .worker-preview .gallery .photo img {
  position: relative;
}
body > main .worker-preview .gallery .photo:hover .shadow-background {
  display: block;
}
body > main .worker-preview .gallery .photo .accept-action {
  right: 10px;
}
body > main .worker-preview .gallery .photo .cancel-change {
  top: calc(50% - 26px);
}
body > main .worker-preview .gallery .photo .accept-change {
  top: calc(50% + 2px);
}
.shadow-background {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  display: none;
}
.gallery-delete {
  position: absolute;
  top: 5px;
  left: 10px;
  background: #fff;
  padding: 0 5px;
}
body > main .worker-preview .header .upper {
  position: relative;
}
body > main .worker-preview .header .upper .accept-change {
  top: calc(50%);
  left: 88px;
}
body > main .worker-preview .header .upper .cancel-change {
  top: calc(50% + -27px);
  left: 88px;
}
.raport-add {
  margin-top: 46px;
  float: right;
}
a.action {
  cursor: pointer;
}
#assortment-label {
  margin-right: 20px;
}
.page-report-generator input#field-name {
  width: 100%;
}
.experience-item:last-child .experience {
  border: none;
}
body > main form.page .subfiles .file {
  position: relative;
}
.accept-waiting {
  position: absolute;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  background-color: white;
  left: 12px;
}
.hr-green {
  border-color: #4cc4c0;
  border-width: 2px;
  padding-top: 10px;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-right: -2rem;
}
body > main .worker-preview .education-listing .education .responsibilities,
body > main .worker-preview .experience-listing .education .responsibilities,
body > main .worker-preview .education-listing .experience .responsibilities,
body > main .worker-preview .experience-listing .experience .responsibilities {
  width: 50%;
}
/* Raports */
textarea {
  resize: none;
}
body > main form.page .field.big.report-textarea {
  width: 100%;
}
.table-wrapper {
  width: 100%;
}
.field-disabled {
  opacity: 0.5;
}
.field-disabled input {
  pointer-events: none;
  opacity: 0.4;
}
.report-photos {
  list-style: none;
  padding: 0;
  width: 100%;
}
.report-photos li {
  margin-bottom: 10px;
  height: 45px;
}
.report-photos li .add {
  border-radius: 100%;
  width: 45px;
  height: 45px;
  background-color: #4cc4c0;
  color: #fff;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: baseline;
  margin: 0 1rem;
  text-align: center;
  border: 4px solid #eaeaec;
  font-size: 24px;
  cursor: pointer;
}
.report-photos li .text {
  display: inline-block;
  position: relative;
  bottom: 4px;
  width: calc(50% - 45px - 3rem);
  text-transform: uppercase;
}
.report-photos li .file {
  display: inline-block;
  position: relative;
  bottom: 4px;
  width: 40%;
}
.report-photos li .file img {
  border-radius: 100%;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.report-photos li .file i {
  float: right;
  font-size: 14px;
  position: relative;
  bottom: -14px;
  cursor: pointer;
}
.report-photos li .added {
  background-color: #9c9c9c;
  opacity: 0.5;
  pointer-events: none;
}
a.disabled,
span.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #9c9c9c !important;
}
.shared {
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #af7ec1 !important;
  color: #af7ec1;
}
.shared:hover {
  opacity: 0.7;
}
.dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 100%;
}
body > main .preview.reports-preview .info-listing .info {
  min-width: 130px;
}
.report-photos li.report-img {
  height: auto;
  width: 60%;
}
.report-photos .report-img img {
  width: 100px;
  margin-right: 10px;
}
.report-photos .report-img .actions {
  float: right;
  padding: 20px 0;
}
.report-photos .report-img .actions i {
  font-size: 25px;
  padding: 0 1rem;
  cursor: pointer;
  color: #9c9c9c;
}
.report-photos .report-img .actions i:hover {
  color: #af7ec1;
}
body > main .page {
  position: relative;
}
.to-delete-row {
  padding: 5px;
  top: 0;
  color: #f26666;
  background-color: white;
  text-align: center;
  left: 0;
  border-bottom: 1px solid #dedede;
  margin: -1rem;
}
.to-delete-row .button {
  padding: 2px 15px;
  border: none;
  color: #fff;
  min-width: 0;
}
.to-delete-row .button i {
  font-size: 20px;
}
.to-delete-row .button.red {
  background-color: #f44336;
}
.to-delete-row .button.violet {
  background-color: #af7ec1;
}
/* CSS FIXES */
body > main table thead tr:first-child th:last-child {
  width: 10px;
}
body > main .no-buttons table thead tr:first-child th:last-child {
  width: auto;
}
a.action:hover,
button:hover,
.button:hover {
  opacity: 0.7;
}
body > main table a.action .icon-eye:before {
  font-size: 27px;
}
table.dataTable {
  padding: 0;
}
body > main table thead tr th:first-child,
body > main table tbody tr td:first-child {
  padding-left: 2rem;
}
body > main table thead tr th:last-child,
body > main table tbody tr td:last-child {
  padding-right: 2rem;
}
body > header .add:hover {
  -webkit-box-shadow: inset 0 0 10px #898989;
          box-shadow: inset 0 0 10px #898989;
}
button,
.button {
  min-width: 142px;
  text-align: center;
}
button.big {
  min-width: 222px;
}
body > main .filter-bar .field:last-child button {
  min-width: 105px;
}
body > main .search-bar button {
  min-width: 0;
}
body > header .user-actions > div:hover {
  -webkit-box-shadow: inset 0 0 10px #898989;
          box-shadow: inset 0 0 10px #898989;
  background-color: rgba(137, 137, 137, 0.7);
}
body > header .user-actions > div:hover .icon-angle-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body > header .user-actions > *:hover > .icon > i {
  color: #fff;
}
.change-info {
  display: inline-block;
  width: 100%;
}
#modal-details #modal-content {
  text-align: left;
  padding: 0 30px;
}
#modal-details #modal-content b {
  margin-right: 5px;
}
.details-button {
  cursor: pointer;
}
.upper .details-button {
  font-size: 18px;
  position: relative;
  bottom: 4px;
}
input[type="color"] {
  min-height: 44px;
}
.button.note-btn,
button.note-btn {
  color: #333;
  background-color: #fff;
  min-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input.disabled,
select.disabled {
  opacity: 0.8 !important;
}
.logo img {
  max-height: 80px;
}
.logo-mini img {
  max-height: 40px;
}
/* Fixy */
body > main section.start .item:hover {
  text-decoration: none;
}
body > main section.start .item .label {
  padding-bottom: 0;
}
body > footer .lower > a,
body > footer .upper .copyright > a,
body > footer .upper .help > a,
body > footer .lower > span,
body > footer .upper .copyright > span,
body > footer .upper .help > span {
  border: none;
}
body > footer .lower {
  color: #c0c0c0 !important;
}
body > header .user-actions > a {
  border-radius: .4rem;
  background-color: #e1e2e7;
  font-weight: 400;
  width: auto;
  height: 46px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 15px 0 3px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
body > header .user-actions > a i {
  margin-right: 5px;
  position: relative;
  bottom: 2px;
}
body > header .user-actions > a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #4cc4c0;
}
body > header .user-actions .notifications .no-notifications {
  width: 100%;
  opacity: 0.8;
  display: block;
  padding: 1rem 2rem;
  font-size: .8em;
  position: relative;
  min-height: 200px;
}
body > .modal header .close {
  margin-top: 10px;
  margin-right: 10px;
}
body > main .search-bar .dropdown > .current-value {
  width: 120px;
}
body > main .search-bar .dropdown .values .value {
  min-width: 0;
  width: calc(120px + 2rem);
}
body > main .search-bar .dropdown .values {
  right: 0;
  box-shadow: 0px 10px 2em -0.5em rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 10px 2em -0.5em rgba(0, 0, 0, 0.1);
}
body > main .filter-bar .field .select2 {
  margin-left: 1em;
}
body > main .select2-container--default .select2-selection {
  margin: 0;
  padding-left: 0.75em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 1rem;
  outline: none;
  border: 1px solid #c6c6c6;
  background-color: #fff;
  border-radius: .4rem;
}
.select2-selection__placeholder {
  font-style: italic;
  font-weight: 300;
  color: #c6c6c6;
  opacity: 0.7;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-color: #af7ec1;
  border-bottom-color: #c6c6c6;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #af7ec1;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-color: #af7ec1;
  border-top-color: #c6c6c6;
}
.select2-container--open .select2-dropdown {
  top: -8px;
  border-color: #af7ec1;
  z-index: 4000;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
}
.select2-selection__clear {
  font-size: 20px;
  color: #f44336;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff;
  color: #af7ec1 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-right: 13px;
}
.scroll-element {
  border-radius: 5px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  height: calc(100% - 10px);
  top: 5px;
}
.scroll-element .scroll-element_outer .scroll-element_track {
  width: 2px;
  left: 3px;
  background-color: #dedede;
}
.scroll-element .scroll-element_outer .scroll-bar {
  background-color: #af7ec1;
  width: 5px;
  left: 2px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fafafa;
  color: inherit;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #fff;
  opacity: 0.8;
}
.select2-selection__arrow b {
  border: none !important;
}
.select2-selection__arrow b:before,
.select2-selection--multiple:after {
  font-family: 'symbols';
  content: "\F107";
  position: absolute;
  font-size: 14px;
  font-weight: 100;
}
.select2-selection--multiple:after {
  top: 12px;
  right: 8px;
}
.select2-selection__arrow b:before {
  top: -8px;
  right: -5px;
}
.select2-container--open .select2-selection__arrow b:before,
.select2-container--open .select2-selection--multiple:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.daterangepicker:before,
.daterangepicker:after {
  content: none;
}
.daterangepicker {
  border: 1px solid #af7ec1;
}
.daterangepicker th {
  font-weight: normal;
  padding: 10px 0;
  font-size: 14px;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  height: 32px;
  font-size: 14px;
}
.daterangepicker thead tr:nth-child(2) th:last-child,
.daterangepicker thead tr:nth-child(2) th:nth-last-child(2) {
  color: #af7ec1;
}
body .daterangepicker .weekend {
  color: inherit;
}
body .daterangepicker .weekend.off {
  color: rgba(151, 151, 151, 0.5);
}
body .daterangepicker .active {
  color: #fff;
  border-radius: 100% !important;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #fafafa;
  border-radius: 100% !important;
}
.daterangepicker .drp-calendar thead tr:first-child th {
  display: none;
  width: 0;
}
body .daterangepicker .drp-calendar thead tr:first-child th.month {
  display: table-cell;
  padding: 0;
  width: auto;
  border-bottom: 1px solid #dedede;
  margin-bottom: 10px;
}
body .daterangepicker .today {
  border-radius: 100%;
}
body .daterangepicker .select2-container {
  margin: 0;
}
body .daterangepicker .select2-container--open {
  -webkit-box-shadow: 15px 10px 36px -10px rgba(137, 137, 137, 0.7);
          box-shadow: 15px 10px 36px -10px rgba(137, 137, 137, 0.7);
}
body .daterangepicker .select2-container--default .select2-selection--single {
  border: none;
  font-size: 18px;
  padding: 0;
  float: left;
  height: auto;
  padding-bottom: 10px;
}
body .daterangepicker .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
body .daterangepicker .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border: none;
}
body .daterangepicker .select2-container--default.select2-container--open.select2-container--below .select2-selection--single:focus,
body .daterangepicker .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple:focus {
  outline: none;
}
body .daterangepicker .select2-container .select2-selection--single .select2-selection__rendered {
  color: #979797;
  padding: 0;
}
body .daterangepicker .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: -1px;
  right: 10px;
}
body .daterangepicker .select2-container--default:nth-child(4).select2-container--open {
  -webkit-box-shadow: -15px 10px 36px -10px rgba(137, 137, 137, 0.7);
          box-shadow: -15px 10px 36px -10px rgba(137, 137, 137, 0.7);
}
body .daterangepicker .select2-container--default:nth-child(4) .select2-selection--single {
  float: right;
  padding-right: 20px;
}
body .daterangepicker .select2-container--default:nth-child(4) .select2-selection--single .select2-selection__arrow {
  right: -5px;
}
.select2-container--open .select2-dropdown.month-select {
  border: none;
  top: -7px;
  -webkit-box-shadow: 15px 5px 36px -10px rgba(137, 137, 137, 0.7);
          box-shadow: 15px 5px 36px -10px rgba(137, 137, 137, 0.7);
}
.select2-container--open .select2-dropdown.year-select {
  border: none;
  top: -7px;
  -webkit-box-shadow: -15px 5px 36px -10px rgba(137, 137, 137, 0.7);
          box-shadow: -15px 5px 36px -10px rgba(137, 137, 137, 0.7);
}
.select2-container--default .select2-dropdown.month-select .select2-results > .select2-results__options,
.select2-container--default .select2-dropdown.year-select .select2-results > .select2-results__options {
  max-height: 245px;
}
.select2-container--default .select2-dropdown.year-select .select2-results__option {
  text-align: right;
}
.maxwidth500 {
  max-width: 500px;
  word-break: break-all;
}
.maxwidth600 {
  max-width: 600px;
  word-break: break-all;
}
.upper-employee {
  margin-bottom: 20px;
}
.upper-employee .avatar {
  max-height: 60px;
  margin-right: 10px;
}
.upper-employee span {
  color: #9c9c9c;
  font-size: 18px;
  margin-right: 10px;
}
.action-harmonogram {
  list-style: none;
  padding-left: 25px;
}
.action-harmonogram li {
  width: 60%;
  font-size: 18px;
  padding: 5px;
  margin-bottom: 5px;
  background-color: #fafafa;
}
#map {
  width: 66.66%;
  height: 400px;
}
.modal .products-draft input {
  max-width: 90px;
  padding: 15px 5px;
  text-align: center;
}
.modal .left-label {
  width: 100%;
  display: inline-block;
  text-align: left;
}
.modal .zip#generate,
.modal .zip#download,
.modal .zip#delete {
  margin-bottom: 1rem;
}
body > .modal-lg {
  overflow-y: auto;
}
body > .modal-lg header,
body > .modal-lg main,
body > .modal-lg footer {
  max-width: 880px;
}
body.modal-open {
  overflow: hidden;
}
