table {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

table td,
table th {
  border: 1px solid #ddd;
  padding: 8px;
}

table tr:nth-child(even) {
  background-color: #f2f2f2;
}

table tr:hover {
  background-color: #ddd;
}
table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #444;
  color: white;
}
.detail {
  margin-top: 20px;
  table-layout: fixed;
  width: 800px;
  text-align: center;
  align-self: center;
}

.wrapper {
  width: 100%;
  margin-top: 10px;
  height: 100%;
}

.c1 {
  float: left;
  margin-left: 10px;
  margin-bottom: 8px;
}

.c2 {
  float: left;
  margin-left: 100px;
}
​ #details {
  width: 100%;
  table-layout: fixed;
}
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #b21717;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 6px;
    height: 51px;
  }
  50%,
  100% {
    top: 19px;
    height: 26px;
  }
}
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
#cardstyle {
  float: right;
  padding: 20px;
  width: 250px;
  -webkit-box-shadow: 6px -1px 59px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 6px -1px 59px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 6px -1px 59px -1px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  border-radius: 24px 24px 24px 24px;
  -moz-border-radius: 24px 24px 24px 24px;
  -webkit-border-radius: 24px 24px 24px 24px;
  border: 0px solid #000000;
}
/* border : solid 5px #3d0c3d;
  border-radius : 20px 0px 20px 0px ;
  moz-border-radius : 20px 0px 20px 0px ;
  -webkit-box-shadow : 3px 0px 5px rgba(0,0,0,1.0);
  -moz-box-shadow : 3px 0px 5px rgba(0,0,0,1.0);
  box-shadow : 3px 0px 5px rgba(0,0,0,1.0);
  font-size : 20px;
  color : #5d0c78;
  padding : 1px 10px;
  background-color : #f5f5f5;

} */

.blink {
  width: 200px;
  height: 50px;
  background-color: magenta;
  padding: 15px;
  text-align: center;
  line-height: 50px;
}
.blinks {
  font-size: 25px;
  font-family: cursive;
  animation: blink 1s linear infinite;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #000;
  border-color: #000 transparent #000 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.btn {
  background: #227ab5;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 31px 10px 20px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 .5px #f6f1f1;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.btn-position {
  position: absolute;
}
.btn:hover {
  transform: scale(1.02);
}
.btn:active {
  box-shadow: 0 .5px #f6f1f1;
  transform: translateY(1px);
}

.input {
  padding: 9px;
  font-size: 15px;
  border-width: 1px;
  border-color: #cccccc;
  background-color: #ffffff;
  color: #000000;
  border-style: solid;
  border-radius: 0px;
}

.gspt-csv-pdf ul {
  display: flex;
  list-style: none;
  margin: 0;
}

.gspt-csv-pdf ul li {
  background: #333;
  padding: 2px 10px;
  border-radius: 2px;
  font-size: 13px;
  margin-left: 15px;
  cursor: pointer;
  font-weight: 500;
  color: #fff;
}

.card {
  width: 100%;
  border-radius: 5px;
  text-align: left;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  margin-top: 20px;
}
.horizontal{
  display:flex;
}

.card .card-image {
  margin-bottom: 15px;
}
.horizontal .card-image {
  margin-bottom: -9px;
  width: 59%;
}
.header{
  font-size: 30px;
}
.card-stacked{
  width: 40%;
}
.card-image img {
  width: 100% !important;
}
.card-title {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  text-align: left;
  padding: 0 15px 15px;
}
.card-text {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  padding: 0 15px 15px;
  line-height: 1.5;
}
.card-content {
  color: #795548;
  padding: 0 15px 15px;
  line-height: 1.5;
}
.card-action {
  padding: 20px 15px 30px;
  width: -webkit-fill-available;
}
.card-action a {
  color: #ff9800 !important;
  text-decoration: none;
  padding: 10px 0;
}
.card-action a:after {
  background: #ff9800;
  content: "";
  display: block;
  height: 2px;
  width: 0;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  -moz-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
}
