@import url('./licensing-admin-ver-88FD0065718B41FB793D3302492135D8.css');

body {
    background: #FFF;
    padding-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

.outer_ring {
  border: thin solid #999999;
  padding: 10px;
}

.eai_accordion_table td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 0px;
}

.eai_user_table {
}

.eai_user_table td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.upload-file {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 0;
  color: #00A994; text-decoration: none;
}

.list {
  width: 100%;
  border: 1px solid lightgray;
  border-collapse:collapse;
}

.list th {
  border: 1px solid lightgray;
  border-collapse:collapse;
  color: #666666;
  padding: 5px;
}

.list tr:nth-child(odd) td {
  background: #EEEEEE;
}

.list tr:nth-child(even) td {
  background: white;
}

.list td {
  border: 1px solid lightgray;
  border-collapse:collapse;
  vertical-align: top;
  text-align: left;
  padding: 5px;
  color: #333333;
}

.emerald-form-style label{
  display: block;
  margin: 0px 5px 5px 0px;
  font-weight: bold;
  font-size: 12px;
}

.emerald-form-style input.number-field{
  text-align: right;
}

.emerald-form-style input.input-field,
.emerald-form-style input.number-field,
.emerald-form-style .textarea-field,
.emerald-form-style .select-field{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #C2C2C2;
  box-shadow: 1px 1px 4px #EBEBEB;
  -moz-box-shadow: 1px 1px 4px #EBEBEB;
  -webkit-box-shadow: 1px 1px 4px #EBEBEB;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 7px;
  outline: none;
  font-size: 12px;
  width: 200px;
  height: 3em;
}

.emerald-form-style .check-field{
  padding: 7px;
  outline: none;
  width: 30px;
}

.emerald-form-style .input-field:focus,
.emerald-form-style .number-field:focus,
.emerald-form-style .textarea-field:focus,
.emerald-form-style .select-field:focus
.emerald-form-style .check-field:focus{
  border: 1px solid #000000;
}
.emerald-form-style .textarea-field{
  height:100px;
  width: 55%;
}

.emerald-form-style .select-field{
  width: 200px;
}

.emerald-form-style .date-field{
  width: 200px;
  font-size: 12px;
}

/*
Kendo UI customizations
*/

.k-icon.k-i-clock {
  background-image: url('./background/clock-ver-7B78EAF7E50EDDA7FA89A46DACE5855E.png');
  background-position: 1px 4px;
}

.k-icon.k-i-calendar {
  background-image: url('./background/calendar-ver-F6F87D5DA6B2B2CDAF34E26240927525.png');
  background-position: 1px 4px;
}

.k-i-clock {
  background-position: 1px 4px;
}

.k-input {
  border-radius: 0;
}
.k-i-calendar {
  background-position: 1px 4px;
}

.k-icon, .k-sprite {
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  overflow: hidden;
  text-align: center;
  width: 16px;
}

.hint {
  font-style: italic;
  font-size: 10px;
  color: #333;
}

.big-hint {
  font-style: italic;
  font-size: 12px;
  color: #333;
}

.table-caption {
  background-color: #DDD;
}

.table-data {
  background-color: #EEE;
  width: 600px;
}