﻿:root {
  --action-icon-color: #0078d4;
}

.form-control:not(select, #search) {
  /*border-radius: 3px;*/
  border: none;
  background: #f7f8f9;
}

.form-control:focus {
  box-shadow: unset;
  border: 1px solid #b4c6ea !important;
}

.form-horizontal .form-group[data-type=CheckBox] > label {
  margin-left: 5px;
}

.btn {
  padding: 5px 20px;
  border-radius: 2px;
}

.modal.lookup .modal-header .search {
  flex: 1 1 100px;
}

.alert ul {
  margin: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 37px;
  height: 20px;
  margin: 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.il-list {
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.rem {
  position: relative;
  cursor: pointer;
  color: #909090;
  transition-duration: 0.3s;
  transition-property: transform;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.rem svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  stroke-dasharray: 70;
  stroke-dashoffset: 70;
}

.rem:hover {
  color: #9c1616;
  transform: rotate(90deg);
}

.rem:not(.fixed):hover {
  transform: rotate(90deg);
}

.rem.animate svg {
  transition: all;
  transition-duration: 2s;
  transition-timing-function: ease-out;
  stroke-dashoffset: 0;
}

@keyframes twist {
  100% {
    transform: rotate(90deg);
  }
}
input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  /*box-shadow: 0 0 1px #2196F3;*/
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.modal-header {
  background-color: #f4f2f0;
  border-bottom: none;
}

.modal-header h4 {
  font-size: 1.5rem;
}

.modal-content {
  height: 100%;
}

.modal-footer {
  border-top: none;
  padding: 15px 15px;
}

.modal-footer .cl {
  border: none;
  background: none;
  padding: 5px 10px;
  cursor: pointer;
}

#pdf_design_modal #designs {
  position: relative;
  height: 300px;
  border: 1px solid #ddd;
  overflow: auto;
}

#pdf_design_modal #designs .nd {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #c6c6c6;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pdf_design_modal #designs .d {
  display: flex;
  border-bottom: 1px solid #ddd;
  align-items: center;
  padding: 5px;
  cursor: pointer;
}

#pdf_design_modal #designs .d:hover {
  background-color: #effbff;
}

#pdf_design_modal #designs .d .n {
  flex: 1 1 auto;
}

#pdf_design_modal #designs .d .a {
  flex: 0 0 20px;
  margin-right: 10px;
  color: #909090;
}

#pdf_design_modal #designs .d .a .fa-eye-slash {
  color: #c73f3f;
}

#pdf_design_modal #designs .d .r {
  flex: 0 0 20px;
}

.ptb.button {
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  margin: 10px 5px;
  padding: 3px;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}

.rot180 {
  transition-property: transform;
  transform: rotate(180deg);
}

.map.modal .mc {
  height: 400px;
}

.map.modal .pc {
  position: absolute;
  top: 15px;
  left: 220px;
  right: 70px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.map.modal .pc input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 5px;
  font-size: 18px;
  font-family: Roboto, Arial, sans-serif;
}

.ptb .map-btn span {
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
}

.ptb .map-btn span:hover {
  background-color: #fff;
}

.action-collection, .actionBar.ex {
  display: flex;
  padding: 5px 0;
  background-color: #fff !important;
}
.action-collection .action-btn, .actionBar.ex .action-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 5px;
  margin: 0;
  margin-right: 10px;
  position: relative;
  border: none;
  background: none;
}
.action-collection .action-btn:hover, .actionBar.ex .action-btn:hover {
  background-color: #eaeaea;
}
.action-collection .action-btn:last-child, .actionBar.ex .action-btn:last-child {
  margin-right: 0;
}
.action-collection .action-btn i, .actionBar.ex .action-btn i {
  margin: 0 5px;
  color: dodgerblue;
}
.action-collection .action-btn.danger i, .actionBar.ex .action-btn.danger i {
  color: #d51818;
}
.action-collection .action-btn.warning i, .actionBar.ex .action-btn.warning i {
  color: #d58618;
}
.action-collection .action-btn:not(.disabled, [disabled=""], .material-bubble):hover, .actionBar.ex .action-btn:not(.disabled, [disabled=""], .material-bubble):hover {
  background-color: #f7f7f7;
}
.action-collection .action-btn.end, .actionBar.ex .action-btn.end {
  margin-right: auto;
}
.action-collection .action-btn.disabled, .action-collection .action-btn[disabled=""], .actionBar.ex .action-btn.disabled, .actionBar.ex .action-btn[disabled=""] {
  color: #b9b9b9;
  cursor: not-allowed;
}
.action-collection .action-btn.disabled i, .action-collection .action-btn[disabled=""] i, .actionBar.ex .action-btn.disabled i, .actionBar.ex .action-btn[disabled=""] i {
  color: #b9b9b9;
}
.action-collection .action-btn input, .actionBar.ex .action-btn input {
  display: none;
}
