/* Custom CSS */

.tox-promotion,
.tox-statusbar__branding {
  opacity: 0;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.spin {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%; /* IE 9 */
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

.header-row {
  background-color: #808080;
  padding: 5px 0px;
}

.header-row h1 {
  color: white;
  margin: 0;
  padding: 8px 8px;
}

.btn-action-sm {
  padding: 6px;
  width: 32px;
  height: 32px;
  margin-bottom: 4px;
  color: white;
}

.btn-action-md {
  padding: 6px;
  width: 47px;
  height: 47px;
  color: white;
}

.btn-action-lg {
  padding: 12px;
  width: 55px;
  height: 55px;
  margin-left: 10px;
  color: white;
}

.warranty-status {
  font-weight: bold;
}

form.search-bar {
  width: 100%;
}

form .warranty-status {
  display: block;
  padding: 0.75rem 1rem;
  font-size: 1rem;
}

form .warranty-status.form-control-plaintext {
  padding-top: 0.15rem;
  padding-bottom: 0.25rem;
  font-size: 16px;
}

/* Bootstrap Overrides */
@media (min-width: 1310px) {
  .container {
    max-width: 1366px;
  }
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  padding-right: 4px;
}

input[type="date"].form-control-plaintext::-webkit-clear-button,
input[type="time"].form-control-plaintext::-webkit-clear-button,
input[type="datetime-local"].form-control-plaintext::-webkit-clear-button,
input[type="month"].form-control-plaintext::-webkit-clear-button {
  display: none;
}

input[type="date"].form-control-plaintext::-ms-clear,
input[type="time"].form-control-plaintext::-ms-clear,
input[type="datetime-local"].form-control-plaintext::-ms-clear,
input[type="month"].form-control-plaintext::-ms-clear {
  display: none;
}

.form-control {
  padding: 0.75rem 1rem;
}

.form-control-plaintext {
  padding-top: 0.15rem;
  padding-bottom: 0.25rem;
  font-size: 16px;
}

.page-header {
  margin-top: 50px;
}

.footer {
  margin-top: 50px;
}

.row {
  margin: 20px 0;
}

.dropdown-item {
  text-transform: uppercase;
}

.form-confirm i {
  pointer-events: none;
}

legend {
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 7px 15px;
  color: black;
  text-transform: uppercase;
  background-color: #e6e6e6;
}

.table td,
.table th {
  padding: 1.5rem 0.75rem 1.5rem 0.75rem;
}

.roi-warranty-type {
  border: 2px #e6e6e6 solid;
  padding: 15px;
  margin: 15px;
}

.roi-warranty-type label {
  display: block;
}

a > input.form-control-plaintext {
  cursor: pointer;
}

a > input.form-control-plaintext:hover {
  text-decoration: underline;
}

/* Select 2 match style */
.select2-container--default .select2-selection--single {
  display: block;
  width: 100%;
  padding: 0.75rem 2rem 0.75em 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #f7f7f9;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  height: 47px;
}

.select2-container--default.invalid .select2-selection--single {
  border-color: #d9534f;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: normal;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 9px;
  right: 9px;
  width: 20px;
}
