@tailwind base;
@tailwind components;
@tailwind utilities;

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/
/* line 2, app/assets/stylesheets/crud.scss */
h1 {
  margin-bottom: 20px;
}

/* line 6, app/assets/stylesheets/crud.scss */
.right {
  text-align: right;
}

/* line 10, app/assets/stylesheets/crud.scss */
.center {
  text-align: center;
}

/* line 14, app/assets/stylesheets/crud.scss */
#content {
  padding-top: 10px;
}

/* line 18, app/assets/stylesheets/crud.scss */
#flash {
  clear: both;
  padding-top: 5px;
}

/* line 23, app/assets/stylesheets/crud.scss */
table.table td.action {
  width: 20px;
  text-align: center;
}

/* line 28, app/assets/stylesheets/crud.scss */
.cancel {
  font-size: 80%;
  margin-left: 7px;
}

/* line 33, app/assets/stylesheets/crud.scss */
#error_explanation h2 {
  font-size: 100%;
  margin-top: 0px;
}

/* line 38, app/assets/stylesheets/crud.scss */
#error_explanation ul {
  margin-bottom: 5px;
}

/* line 42, app/assets/stylesheets/crud.scss */
footer {
  clear: both;
}
/* line 4, app/assets/stylesheets/sample.scss */
body,
div,
p,
td,
th {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
}

/* line 14, app/assets/stylesheets/sample.scss */
body {
  text-align: center;
  margin: 0;
  background-color: #ddf;
}

/* line 20, app/assets/stylesheets/sample.scss */
.container {
  padding: 20px 20px;
  margin: 0 auto;
  text-align: left;
  max-width: 1000px;
  min-width: 800px;
  height: 100%;
  background-color: #f6f6ff;
  -moz-box-shadow: 0px 0px 5px #2580a2;
  -webkit-box-shadow: 0px 0px 5px #2580a2;
  box-shadow: 0px 0px 5px #2580a2;
}

/* line 33, app/assets/stylesheets/sample.scss */
.navbar {
  background: #333;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1000px;
  min-width: 800px;
  height: 33px;
  -moz-box-shadow: 0px 0px 5px #2580a2;
  -webkit-box-shadow: 0px 0px 5px #2580a2;
  box-shadow: 0px 1px 5px #2580a2;
}

/* line 45, app/assets/stylesheets/sample.scss */
.navbar-brand {
  font-weight: bold;
  font-size: 130%;
  color: #ddd !important;
  padding: 5px;
  float: left;
}

/* line 53, app/assets/stylesheets/sample.scss */
a.navbar-brand:hover {
  text-decoration: none;
  color: #ddd;
}

/* line 58, app/assets/stylesheets/sample.scss */
.navbar-nav {
  list-style: none;
  margin: 0;
  float: left;
}

/* line 64, app/assets/stylesheets/sample.scss */
.navbar-nav li.nav-item {
  float: left;
  font-size: 110%;
  margin: 0;
  padding: 0;
}

/* line 71, app/assets/stylesheets/sample.scss */
.navbar-nav a.nav-link {
  color: #ddd !important;
  display: block;
  float: left;
  margin: 0;
  padding: 7px 12px 7px;
  text-decoration: none;
  height: 19px;
}

/* line 81, app/assets/stylesheets/sample.scss */
.navbar-nav a.nav-link:hover {
  background: #2580a2 bottom center no-repeat;
  color: #fff !important;
  text-decoration: none;
}

/* line 87, app/assets/stylesheets/sample.scss */
.actions {
  height: 25px;
}

/* line 91, app/assets/stylesheets/sample.scss */
#content {
  clear: both;
  width: 100%;
}

/* line 96, app/assets/stylesheets/sample.scss */
h1 {
  font-size: 150%;
  margin: 0px 0 20px 0;
}

/* line 101, app/assets/stylesheets/sample.scss */
table.table {
  border-collapse: collapse;
  width: 100%;
  padding: 0;
}

/* div rendered if no entries available for list */
/* line 111, app/assets/stylesheets/sample.scss */
table.table th {
  background-color: #2580a2;
  color: white;
  font-weight: bold;
  padding: 4px 4px;
}

/* line 118, app/assets/stylesheets/sample.scss */
table.table th a {
  color: white;
  text-decoration: none;
}

/* line 123, app/assets/stylesheets/sample.scss */
table.table td {
  padding: 4px 4px;
}

/* line 127, app/assets/stylesheets/sample.scss */
.table-striped thead tr:nth-child(odd),
.table thead tr:nth-child(even) {
  background-color: #d0d0d0;
}

/* line 132, app/assets/stylesheets/sample.scss */
.table-striped tr:nth-child(odd) {
  background-color: #f8f8f8;
}

/* line 136, app/assets/stylesheets/sample.scss */
.table-striped tr:nth-child(even) {
  background-color: #f0f0f0;
}

/* line 140, app/assets/stylesheets/sample.scss */
.table-hover tr:hover {
  background-color: #ffffe0;
}

/* line 144, app/assets/stylesheets/sample.scss */
td {
  vertical-align: top;
}

/* line 148, app/assets/stylesheets/sample.scss */
td p {
  margin: 0;
}

/* line 152, app/assets/stylesheets/sample.scss */
a {
  color: #2580a2;
  text-decoration: none;
}

/* line 157, app/assets/stylesheets/sample.scss */
a:hover {
  text-decoration: underline;
}

/* line 161, app/assets/stylesheets/sample.scss */
a:visited {
  color: #2580a2;
}

/* line 165, app/assets/stylesheets/sample.scss */
a img {
  border: none;
}

/* line 169, app/assets/stylesheets/sample.scss */
dl {
  vertical-align: top;
  margin: 0;
  clear: both;
}

/* line 175, app/assets/stylesheets/sample.scss */
dt {
  width: 120px;
  padding-right: 5px;
  margin-bottom: 5px;
  float: left;
  font-style: italic;
}

/* line 183, app/assets/stylesheets/sample.scss */
dd {
  margin-left: 130px;
  margin-bottom: 5px;
}

/* line 188, app/assets/stylesheets/sample.scss */
dd p {
  margin: 0;
}

/* line 192, app/assets/stylesheets/sample.scss */
label {
  font-style: italic;
  text-align: right;
}

/* line 197, app/assets/stylesheets/sample.scss */
.form-actions {
  margin-left: 130px;
}

/* line 201, app/assets/stylesheets/sample.scss */
a.action {
  padding: 0 5px;
}

/* line 205, app/assets/stylesheets/sample.scss */
a.icon {
  margin-right: 5px;
  margin-left: 5px;
}

/* line 210, app/assets/stylesheets/sample.scss */
a.icon img {
  vertical-align: text-top;
}

/* line 214, app/assets/stylesheets/sample.scss */
.icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: no-repeat;
  vertical-align: top;
}

/* line 222, app/assets/stylesheets/sample.scss */
.icon-plus {
  background-image: url(/assets/actions/add-befc57b7db31b2c104f8f22f7548ef8435244eed49fd0dcbff5c1f7cfde17d27.png);
}

/* line 225, app/assets/stylesheets/sample.scss */
.icon-trash {
  background-image: url(/assets/actions/delete-61afa45378baf5fbb81b0f0664d64291f9f51e22fad011a1ef99649cf5f3f3e3.png);
}

/* line 228, app/assets/stylesheets/sample.scss */
.icon-pencil {
  background-image: url(/assets/actions/edit-4e452824affcb7a8d339908bd05b64744f11ff67a11729210f351cba5d5dbed0.png);
}

/* line 231, app/assets/stylesheets/sample.scss */
.icon-list {
  background-image: url(/assets/actions/list-2aebde9f27f119ecbcdfde8aaba5c3416f889fb6025b7b2a2d1596cb36644a47.png);
}

/* line 234, app/assets/stylesheets/sample.scss */
.icon-zoom-in {
  background-image: url(/assets/actions/show-39d7a4107eae270a780737a3afb480f073cbe2132ec19841c99cfe7089679213.png);
}

/* line 238, app/assets/stylesheets/sample.scss */
.form-group {
  clear: both;
  padding: 4px 0 4px;
}

/* line 243, app/assets/stylesheets/sample.scss */
.form-group > label {
  float: left;
  width: 120px;
  padding-right: 10px;
  padding-top: 3px;
}

/* line 250, app/assets/stylesheets/sample.scss */
input,
textarea,
select {
  font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

/* line 257, app/assets/stylesheets/sample.scss */
input[type="text"],
input[type="password"],
input[type="email"] {
  width: 300px;
}

/* line 263, app/assets/stylesheets/sample.scss */
input[type="number"] {
  width: 100px;
}

/* line 267, app/assets/stylesheets/sample.scss */
textarea,
select[multiple] {
  width: 300px;
  height: 80px;
}

/* line 273, app/assets/stylesheets/sample.scss */
[role="search"] [type="search"] {
  width: 220px;
}

/* line 277, app/assets/stylesheets/sample.scss */
.has-error .control-label {
  color: #d88;
}

/* line 281, app/assets/stylesheets/sample.scss */
.has-error .form-control {
  border-color: #d88;
}

/* line 285, app/assets/stylesheets/sample.scss */
.input-group-append {
  font-size: 80%;
  vertical-align: top;
  margin-left: 4px;
  display: inline-block;
}

/* line 292, app/assets/stylesheets/sample.scss */
.help-block {
  margin-top: 0;
}

/* line 296, app/assets/stylesheets/sample.scss */
.alert {
  margin: 15px;
  padding: 5px 10px;
  clear: both;
}

/* line 302, app/assets/stylesheets/sample.scss */
.alert-success {
  border: solid 2px #6a6;
  background-color: #afa;
}

/* line 307, app/assets/stylesheets/sample.scss */
.alert-danger {
  border: solid 2px #d88;
  background-color: #fec;
}

/* line 312, app/assets/stylesheets/sample.scss */
.close {
  float: right;
}

/* line 316, app/assets/stylesheets/sample.scss */
.float-end {
  float: right;
}

/* line 320, app/assets/stylesheets/sample.scss */
.float-start {
  float: left;
}

/* line 324, app/assets/stylesheets/sample.scss */
footer {
  margin: auto;
  text-align: right;
  max-width: 1000px;
  min-width: 800px;
}

/* line 331, app/assets/stylesheets/sample.scss */
.col-md-offset-2 {
  margin-left: 130px;
}

/* line 335, app/assets/stylesheets/sample.scss */
.col-md-8 {
  margin-left: 130px;
}

/* line 339, app/assets/stylesheets/sample.scss */
.col-md-5 {
  float: left;
  width: 350px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

@keyframes bm-road-move {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes bm-car-bounce {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, -4px); }
}

.bm-road {
  animation: bm-road-move 2s linear infinite;
}

.bm-car {
  animation: bm-car-bounce 0.5s ease-in-out infinite;
}

.animation-delay-200 {
  animation-delay: 200ms;
}

.animation-delay-400 {
  animation-delay: 400ms;
}
