.buttonColor {
  background-color: #764af1 !important;
  border-color: #764af1 !important;
  color: white !important;
}

.buttonColor:hover {
  opacity: 0.98;
  background-color: #764af1 !important;
  border-color: #764af1 !important;
  color: white !important;
}

.round-40 {
  width: 40px !important;
  height: 40px;
}

.rounded-circle {
  border-radius: 50% !important;
}

.buttonColor:focus + .buttonColor,
.buttonColor:focus {
  color: #fff !important;
  background-color: #764af1 !important;
  border-color: #764af1 !important;
  box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.95);
}

.linkdata {
  color: #0065ff !important;
}
.pagination-rounded {
  color: white !important;
  border-radius: 50px;
}

.actived {
  background-color: #764af1;
  color: white !important;
}
.inactived {
  color: #6e768e !important;
}
.actived:hover {
  background-color: #764af1;
  color: white !important;
}
.inactived:hover {
  color: white !important;
}
.actived-font {
  color: white !important;
}
.inactived-font {
  color: #6e768e !important;
}
.actived-font:hover {
  color: white !important;
}
.inactived-font:hover {
  color: #6e768e !important;
}

.tt {
  transition: box-shadow 100ms, transform 300ms;
}
.tt:hover {
  box-shadow: 0px 0px 5px #000000c7;
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

label.errorc {
  font-size: 14px;
  display: block;
  margin-top: 1px;
  font-weight: normal;
  color: #f44336;
}

@media only screen and (max-width: 412px) {
  .butonTT {
    margin-top: 75px !important;
  }
}

.errors {
  color: #ff0000f2 !important;
}

.table-button {
  padding: 1px;
  margin-right: 1px;
  margin-bottom: -1px;
  border-bottom: none;
}

.table-edit-button {
  color: #0059ff;
  margin: 2px;
  background-color: #00000008;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2) !important;
}
.table-edit-button:hover {
  color: #0059ff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4) !important;
}

.table-delete-button {
  color: #ff0000de;
  margin: 1px;
  background-color: #00000008;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2) !important;
}
.table-delete-button:hover {
  color: #ff0000de;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4) !important;
}

.table-view-button {
  color: #196a0bf2;
  margin: 1px;
  background-color: #00000008;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2) !important;
}
.table-view-button:hover {
  color: #196a0bf2;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4) !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.action-btn a {
  margin-right: 5px;
}

.action-btn a {
  margin-right: 5px;
}

.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.switch label {
  cursor: pointer;
}
.switch label input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch label input[type="checkbox"]:checked + .lever {
  background-color: #84c7c1;
}
.switch label input[type="checkbox"]:checked + .lever:after {
  background-color: #26a69a;
  left: 24px;
}
.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}
.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #f1f1f1;
  border-radius: 21px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -3px;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}
input[type="checkbox"]:checked:not(:disabled) ~ .lever:active::after,
input[type="checkbox"]:checked:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(38, 166, 154, 0.1);
}
input[type="checkbox"]:not(:disabled) ~ .lever:active:after,
input[type="checkbox"]:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}
.switch input[type="checkbox"][disabled] + .lever {
  cursor: default;
}
.switch label input[type="checkbox"][disabled] + .lever:after,
.switch label input[type="checkbox"][disabled]:checked + .lever:after {
  background-color: #bdbdbd;
}

.switch label {
  font-weight: normal;
  font-size: 13px;
}
.switch label .lever {
  margin: 0 14px;
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-red:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(236, 59, 87, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-red {
  background-color: rgba(236, 59, 87, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-red:after {
  background-color: #ec3b57;
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-pink:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(233, 30, 99, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-pink {
  background-color: rgba(233, 30, 99, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-pink:after {
  background-color: #e91e63;
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-purple:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(186, 59, 208, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-purple {
  background-color: rgba(186, 59, 208, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-purple:after {
  background-color: #ba3bd0;
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-deep-purple:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(103, 58, 183, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-deep-purple {
  background-color: rgba(103, 58, 183, 0.5);
}
.switch
  label
  input[type="checkbox"]:checked
  + .lever.switch-col-deep-purple:after {
  background-color: #673ab7;
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-blue:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(69, 127, 202, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-blue {
  background-color: rgba(69, 127, 202, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-blue:after {
  background-color: #457fca;
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-cyan:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(55, 156, 148, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-cyan {
  background-color: rgba(55, 156, 148, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-cyan:after {
  background-color: #379c94;
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-green:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(120, 184, 62, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-green {
  background-color: rgba(120, 184, 62, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-green:after {
  background-color: #78b83e;
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-light-green:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(139, 195, 74, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-light-green {
  background-color: rgba(139, 195, 74, 0.5);
}
.switch
  label
  input[type="checkbox"]:checked
  + .lever.switch-col-light-green:after {
  background-color: #8bc34a;
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-yellow:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(255, 232, 33, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-yellow {
  background-color: rgba(255, 232, 33, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-yellow:after {
  background-color: #ffe821;
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-orange:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(255, 152, 0, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-orange {
  background-color: rgba(255, 152, 0, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-orange:after {
  background-color: #ff9800;
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-deep-orange:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(248, 54, 0, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-deep-orange {
  background-color: rgba(248, 54, 0, 0.5);
}
.switch
  label
  input[type="checkbox"]:checked
  + .lever.switch-col-deep-orange:after {
  background-color: #f83600;
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-grey:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(158, 158, 158, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-grey {
  background-color: rgba(158, 158, 158, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-grey:after {
  background-color: #9e9e9e;
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-blue-grey:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(96, 125, 139, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-blue-grey {
  background-color: rgba(96, 125, 139, 0.5);
}
.switch
  label
  input[type="checkbox"]:checked
  + .lever.switch-col-blue-grey:after {
  background-color: #607d8b;
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-indigo:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(63, 81, 181, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-indigo {
  background-color: rgba(63, 81, 181, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-indigo:after {
  background-color: #3f51b5;
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-light-blue:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(3, 169, 244, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-light-blue {
  background-color: rgba(3, 169, 244, 0.5);
}
.switch
  label
  input[type="checkbox"]:checked
  + .lever.switch-col-light-blue:after {
  background-color: #03a9f4;
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-teal:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(0, 150, 136, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-teal {
  background-color: rgba(0, 150, 136, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-teal:after {
  background-color: #009688;
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-lime:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(205, 220, 57, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-lime {
  background-color: rgba(205, 220, 57, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-lime:after {
  background-color: #cddc39;
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-amber:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(255, 193, 7, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-amber {
  background-color: rgba(255, 193, 7, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-amber:after {
  background-color: #ffc107;
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-brown:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(121, 85, 72, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-brown {
  background-color: rgba(121, 85, 72, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-brown:after {
  background-color: #795548;
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-blush:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(241, 95, 121, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-blush {
  background-color: rgba(241, 95, 121, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-blush:after {
  background-color: #f15f79;
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-black:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-black {
  background-color: rgba(0, 0, 0, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-black:after {
  background-color: #000;
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-white:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(255, 255, 255, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-white {
  background-color: rgba(255, 255, 255, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-white:after {
  background-color: #fff;
}
