/* line 4, /app/app/assets/stylesheets/card.scss */
#card {
  width: 400px;
}

/* line 8, /app/app/assets/stylesheets/card.scss */
.card {
  width: 355px;
  height: 200px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px #cccccc;
  -moz-box-shadow: 1px 1px 2px #cccccc;
  box-shadow: 1px 1px 2px #cccccc;
  margin-bottom: 10px;
  padding: 10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-family: 'Lucida Grande';
  position: relative;
}
/* line 23, /app/app/assets/stylesheets/card.scss */
.card .card-logo {
  margin-top: -14px;
  max-height: 86px;
  max-width: 240px;
  opacity: 0.7;
}
/* line 29, /app/app/assets/stylesheets/card.scss */
.card .exp {
  line-height: 17px;
}
/* line 32, /app/app/assets/stylesheets/card.scss */
.card .exp-date {
  margin-left: 8px;
}
/* line 36, /app/app/assets/stylesheets/card.scss */
.card .name {
  font-size: 22px;
  text-shadow: 1px 2px 3px #dfdfdf;
}
/* line 40, /app/app/assets/stylesheets/card.scss */
.card .barcode {
  width: 100%;
}
/* line 44, /app/app/assets/stylesheets/card.scss */
.card .back-image {
  left: 50px;
  max-height: 59%;
  max-width: 59%;
  opacity: 0.3;
  position: absolute;
  top: 50px;
}
/* line 53, /app/app/assets/stylesheets/card.scss */
.card .main-logo {
  width: 80px;
}
/* line 57, /app/app/assets/stylesheets/card.scss */
.card .tnc {
  font-size: 10px;
  font-style: italic;
  line-height: 14px;
  text-align: justify;
}
/* line 64, /app/app/assets/stylesheets/card.scss */
.card .auth-sign {
  font-size: 11px;
  margin-top: 17px;
  width: 146px;
}
/* line 69, /app/app/assets/stylesheets/card.scss */
.card .lost-info {
  font-size: 8px;
  margin-top: -80px;
  vertical-align: top;
  width: 161px;
}

/* line 77, /app/app/assets/stylesheets/card.scss */
.card-image {
  height: 70px;
  width: 90px;
}

/* line 82, /app/app/assets/stylesheets/card.scss */
.silver {
  background: #e0e1e4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e0e1e4 0%, #d0d0d3 50%, #a6a5ab 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e0e1e4 0%, #d0d0d3 50%, #a6a5ab 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e0e1e4 0%, #d0d0d3 50%, #a6a5ab 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e1e4', endColorstr='#a6a5ab', GradientType=0);
  /* IE6-9 */
  color: #3A586C;
  font-weight: bold;
}

/* line 92, /app/app/assets/stylesheets/card.scss */
.gold {
  background: #dad969;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dad969 0%, #bea838 50%, #b59723 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dad969 0%, #bea838 50%, #b59723 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dad969 0%, #bea838 50%, #b59723 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dad969', endColorstr='#b59723', GradientType=0);
  /* IE6-9 */
  color: #3a586c;
  font-weight: bold;
}

/* line 102, /app/app/assets/stylesheets/card.scss */
.platinum {
  background: #a29f9a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a29f9a 0%, #aba6a0 50%, #bdb8b2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a29f9a 0%, #aba6a0 50%, #bdb8b2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a29f9a 0%, #aba6a0 50%, #bdb8b2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a29f9a', endColorstr='#bdb8b2', GradientType=0);
  /* IE6-9 */
  color: #3a586c;
  font-weight: bold;
}

/* line 116, /app/app/assets/stylesheets/card.scss */
#render {
  width: 355px;
  height: 200px;
  margin: 50px;
  float: right;
}

/* line 123, /app/app/assets/stylesheets/card.scss */
#picture {
  float: right;
  height: 70px;
  width: 90px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 132, /app/app/assets/stylesheets/card.scss */
#camera, #snapshots {
  width: 350px;
  height: 250px;
}

/* line 137, /app/app/assets/stylesheets/card.scss */
#take_snapshots, #upload_snapshots {
  display: inline-block;
  margin: 5px 0;
}

/* line 142, /app/app/assets/stylesheets/card.scss */
.pull-left {
  float: left;
}

/* line 146, /app/app/assets/stylesheets/card.scss */
.pull-right {
  float: right;
}

/* line 150, /app/app/assets/stylesheets/card.scss */
.clear {
  clear: both;
}

/* line 154, /app/app/assets/stylesheets/card.scss */
.bar-code-image {
  width: 300px;
  font-size: 13px;
  text-align: center;
  margin-top: 12px;
}

/* line 161, /app/app/assets/stylesheets/card.scss */
#employee-card {
  font-family: 'Helvetica Neue';
  width: 642px;
  border: solid 1px #CCCCCC;
}
/* line 165, /app/app/assets/stylesheets/card.scss */
#employee-card .card-info {
  height: 330px;
  border: solid 1px;
}
/* line 170, /app/app/assets/stylesheets/card.scss */
#employee-card .card-fornt {
  margin: 10px;
  float: left;
  width: 300px;
  height: 405px;
}
/* line 177, /app/app/assets/stylesheets/card.scss */
#employee-card .card-back {
  margin: 10px;
  border: solid 1px;
  float: left;
  width: 300px;
  height: 405px;
}
/* line 184, /app/app/assets/stylesheets/card.scss */
#employee-card .card-footer {
  height: 75px;
  background: #10218B;
  padding: 2px 10px;
  color: #fdfdfd;
  font-size: 11.5px;
}
/* line 191, /app/app/assets/stylesheets/card.scss */
#employee-card .company-name {
  margin: 5px 0;
  text-align: center;
  font-family: fantasy;
  font-size: 18px;
}
/* line 197, /app/app/assets/stylesheets/card.scss */
#employee-card .company-logo {
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
}
/* line 202, /app/app/assets/stylesheets/card.scss */
#employee-card .company-logo img {
  width: 100%;
  height: 100%;
}
/* line 207, /app/app/assets/stylesheets/card.scss */
#employee-card .card-icon-image {
  background-image: url("/pipeline_assets/card_icon-64df171d3b1781348f136e575e3f586ad5fde091a8053265a238c40d32a379a3.png");
  padding-top: 37px;
  padding-bottom: 10px;
  background-repeat: no-repeat;
  background-size: 100%;
}
/* line 213, /app/app/assets/stylesheets/card.scss */
#employee-card .card-icon-image .emp-image {
  width: 79px;
  height: 79px;
  -webkit-border-radius: 20px 0 20px 0;
  -moz-border-radius: 20px 0 20px 0;
  border-radius: 20px 0 20px 0;
  border: solid 2px #1F7140;
  margin: auto auto 4px;
}
/* line 223, /app/app/assets/stylesheets/card.scss */
#employee-card .emp-name {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
/* line 228, /app/app/assets/stylesheets/card.scss */
#employee-card .auth-sign {
  margin-left: 10px;
  width: 146px;
  font-size: 12px;
}
/* line 233, /app/app/assets/stylesheets/card.scss */
#employee-card .employee-id {
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 0;
}
/* line 240, /app/app/assets/stylesheets/card.scss */
#employee-card .employee-info {
  padding-top: 28px;
}
/* line 242, /app/app/assets/stylesheets/card.scss */
#employee-card .employee-info ul {
  padding: 10px;
}
/* line 245, /app/app/assets/stylesheets/card.scss */
#employee-card .employee-info li {
  list-style: none;
  font-size: 13px;
}
/* line 251, /app/app/assets/stylesheets/card.scss */
#employee-card .terms-condition {
  padding-bottom: 0;
  font-size: 13px;
}
/* line 254, /app/app/assets/stylesheets/card.scss */
#employee-card .terms-condition ul {
  margin-bottom: 0px;
  list-style: none;
  padding-left: 10px;
}
/* line 258, /app/app/assets/stylesheets/card.scss */
#employee-card .terms-condition ul li {
  padding-bottom: 10px;
}
/* line 262, /app/app/assets/stylesheets/card.scss */
#employee-card .terms-condition .list-icone {
  display: inline-block;
  vertical-align: top;
}
/* line 267, /app/app/assets/stylesheets/card.scss */
#employee-card .terms-condition .condition {
  width: 92%;
  display: inline-block;
}
/* line 272, /app/app/assets/stylesheets/card.scss */
#employee-card .department-info {
  padding-left: 10px;
}
