/* animation for spinner */

.loader {
  /* float: initial; none; */
  display: inline-block;
  content: url('/images/inprogresswheel.gif');
  vertical-align: middle;
  width: 15px;
  height: 15px;
}

.cdc-views-working {
  font-size: 7pt;
  text-transform: uppercase;
  color: #ec5a28;
  text-align: right;
  padding-right: 8px;
  padding-bottom: 2px;
  font-weight: 500;
  height: 10px;
}

.cdc-views-squiggle {
  color: white;
  display: none;
  position: absolute;
  height: 2px;
  max-height: 2px;
  overflow: hidden;
}

.cdc-views-squiggle-RareWord {
  background-color: blue;
}

.cdc-views-squiggle-Spelling {
  background-color: red;
}

.cdc-views-squiggle-Abbreviation {
  background-color: green;
}

.cdc-views-suggestion-container {
  display: none;
  position: absolute;
  z-index: 150;
  width: 200px;
  height: auto;
}

.cdc-views-suggestion-box {
  position: absolute;
  z-index: 160;
  width: 200px;
  height: auto;
  background-color: #ffffff;
  border: 1px solid #343434;
  border-radius: 4px;
  color: #222222;
  font-weight: 700;
  font-family: Segoe UI,Arial,Helvetica,sans-serif;
  font-size: 12pt;
  padding: 4px;
  display: none;
}

.cdc-views-suggestion-box-RareWord {
  border: 2px solid blue !important;
}

.cdc-views-suggestion-box-Spelling {
  border: 2px solid red !important;
}

.cdc-views-suggestion-box-Abbreviation {
  border: 2px solid green !important;
}

.cdc-views-suggestion-item {
  cursor: default;
  padding: 3px;
  margin: 0;
  display: block;
  border: 1px solid #ededed;
  z-index: 9998;
}

.cdc-views-suggestion-item:hover {
  cursor: pointer;
  background-color: #42abe1 !important;
  border: 1px solid #1396da !important;
  border-radius: 3px;
}

.suggestion_item_info {
background-color: #DCDCDC;
color: #000;
font-size: 9pt;
padding: 2px 2px;
margin: 2px;
}

.suggestion_current {
  cursor: default;
  padding: 2px 2px;
border: 1px solid #C0C0C0;
margin: 2px;
  background-color: #3366cc;
  color: #FFF;
}

.suggestion_current .suggestion_item_info {
background-color: #6699FF;
color: #FFF;
font-size: 9pt;
padding: 2px 2px;
margin: 2px;
}

.suggestion_message {
  padding: 2px 2px;
  border: 1px solid #fff;
  font-size: 11px;
  background-color: #FA9;
  color: #000;
  margin: 2px;
  font-weight: bold;
}

/* Make your own spinner */
/* .loaders {
  border: 1px solid #f3f3f3;
  border-radius: 50%;
  border-top: 1px solid red;
  border-top-style: dotted;
  border-bottom: 1px solid red;
  border-bottom-style: dotted;
  border-left: 1px solid red;
  border-left-style: dotted;
  border-right: 1px solid red;
  border-right-style: dotted;
  float: initial;
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
/*  animation: spin 2.5s linear infinite;
} */

/* Safari */
/* @-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
} */

label[for=ImmediateCauseOfDeath]              { font-size: 0.75em; width: 30%; }
label[for=ConditionsLeadingImmediateCause\:1] { font-size: 0.75em; width: 30%; }
label[for=ConditionsLeadingImmediateCause\:2] { font-size: 0.75em; width: 30%; }
label[for=ConditionsLeadingImmediateCause\:3] { font-size: 0.75em; width: 30%; }

label[for=ImmediateOnsetToDeathInterval]      { font-size: 0.75em; width: 30%; }
label[for=ConditionsLeadingInterval\:1]       { font-size: 0.75em; width: 30%; }
label[for=ConditionsLeadingInterval\:2]       { font-size: 0.75em; width: 30%; }
label[for=ConditionsLeadingInterval\:3]       { font-size: 0.75em; width: 30%; }

label[for=OtherContributingConditions]        { font-size: 0.75em; width: 15%; }

#ImmediateCauseOfDeath                        { font-size: 0.7em; width: 63%; height: 20px; }
#ConditionsLeadingImmediateCause\:1           { font-size: 0.7em; width: 63%; height: 20px; }
#ConditionsLeadingImmediateCause\:2           { font-size: 0.7em; width: 63%; height: 20px; }
#ConditionsLeadingImmediateCause\:3           { font-size: 0.7em; width: 63%; height: 20px; }

#ImmediateOnsetToDeathInterval                { font-size: 0.7em; height: 20px; }
#ConditionsLeadingInterval\:1                 { font-size: 0.7em; height: 20px; }
#ConditionsLeadingInterval\:2                 { font-size: 0.7em; height: 20px; }
#ConditionsLeadingInterval\:3                 { font-size: 0.7em; height: 20px; }

#OtherContributingConditions                  { font-size: 0.7em; width: 78%; height: 20px; }