/*
This is a stylesheet to make barebones HTML look like it belongs in the PD app.

*/

body, html {
    background: #ffffff !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #404040;
}
input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s,box-shadow linear 0.2s;
    -o-transition: border linear 0.2s,box-shadow linear 0.2s;
    transition: border linear 0.2s,box-shadow linear 0.2s;
}
select, textarea, .fake-textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    /* height: 18px; */
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 18px;
    color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}
input[type=submit], input[type=button] {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #fff, #ebebeb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ebebeb));
  background-image: -webkit-linear-gradient(top, #fff, #ebebeb);
  background-image: -o-linear-gradient(top, #fff, #ebebeb);
  background-image: linear-gradient(to bottom, #fff, #ebebeb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEBEBEB', GradientType=0);
  border-color: #ebebeb #ebebeb #c4c4c4;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #ddd;
  border-bottom-color: #c4c4c4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
select {
    width: 220px;
    border: 1px solid #ccc;
    background-color: #fff;
}
select, input[type="file"] {
    height: 28px;
    line-height: 28px;
}
  table {
      border-spacing: 0;
  border-color: grey;
 
  }
  tbody>tr:nth-child(odd)>td,tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
  }
  .table th, .table td {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #ddd;
}
  th {
    background-color: #f7f7f7;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#f7f7f7), to(#ededed));
    background-image: -moz-linear-gradient(top, #f7f7f7, #ededed);
    background-image: -ms-linear-gradient(top, #f7f7f7, #ededed);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ededed));
    background-image: -webkit-linear-gradient(top, #f7f7f7, #ededed);
    background-image: -o-linear-gradient(top, #f7f7f7, #ededed);
    background-image: linear-gradient(top, #f7f7f7, #ededed);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7f7f7', EndColorStr='#ededed')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7f7f7', EndColorStr='#ededed')";
}
  a {
    color: #005c9c;
    text-decoration: none;
}
.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #fff, #ebebeb);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ebebeb));
    background-image: -webkit-linear-gradient(top, #fff, #ebebeb);
    background-image: -o-linear-gradient(top, #fff, #ebebeb);
    background-image: linear-gradient(to bottom, #fff, #ebebeb);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEBEBEB', GradientType=0);
    border-color: #ebebeb #ebebeb #c4c4c4;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #ddd;
    border-bottom-color: #c4c4c4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
  .btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #2eba04;
    background-image: -moz-linear-gradient(top, #47BA04, #0aba04);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#47BA04), to(#0aba04));
    background-image: -webkit-linear-gradient(top, #47BA04, #0aba04);
    background-image: -o-linear-gradient(top, #47BA04, #0aba04);
    background-image: linear-gradient(to bottom, #47BA04, #0aba04);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF47BA04', endColorstr='#FF0ABA04', GradientType=0);
    border-color: #0aba04 #0aba04 #066f02;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}