.icon-high {
  font-size: 3em;
}

.icon-medium {
  font-size: 2em;
}

.icon-small {
  font-size: 1.3em;
}

.icon-red {
  color: red;
}

.bigFont {
  font-size: 1.5em;
  font-weight: bold
}

pre {
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
}

html,
body {
  height: 100%;
  min-height: 800px;
}

#wrap {
  min-height: 100%;
}

#main {
  padding-bottom: 100px;
  /* this needs to be bigger than footer height*/
}

.footer {
  position: relative;
  margin-top: -110px;
  /* negative value of footer height */
  height: 100px;
  clear: both;
  padding-top: 20px;
}

.interimText {
  font-style: oblique;
  color: #777;
}

.divTextArea {
  background-color: #f9f9f9;
  width: 100%
}

.borderLess {
  border: 0px;
  box-shadow: 0px;
}

.line-form {
  display: table;
  margin: 1px;
}

.cell-left {
  color: #777;
  width: 1%;
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  padding-right: 2px;
  background-color: #fff;
}

.cell-rigth {
  border: 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  width: 100%;
  position: relative;
  float: left;
  display: table-cell;
  padding-left: 2px;
  background-color: #fff;
}

.cell-number {
  border: 0px;
  text-align: right;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  width: 100%
}

.cell-top {
  vertical-align: top;
}

.margin-left {
  margin-left: 15px;
}

.form-hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #ccc;
}

.formLine {
  border-bottom: 1px solid #999;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  display: inline;
}

.grayText {
  color: #959595;
}

.css-form input.ng-invalid {
  background-color: #fff9dd;
}

.css-form input.ng-valid {
  border-top: 0px;
  border-right: 0px;
}

.show-info {
  border-top: 0px;
  border-right: 0px;
}

.resalt {
  font-weight: bold;
  font-size: large;
  border-bottom: 3px #AAA solid;
}

.role {}

.roles-container {
  border: 1px;
  border-style: solid;
  border-color: #31708f;
  border-radius: 3px;
  padding: 10px;
}

.roles-container:before {
  color: #31708f;
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.medicalRecord {}

.medicalRecord-container {
  border: 1px;
  border-style: solid;
  border-color: #31708f;
  border-radius: 3px;
  padding: 10px;
}

.medicalRecord-container:before {
  color: #31708f;
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.available:before {
  content: "Disponible";
}

.assigned:before {
  content: "Asignado";
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #303030;
  opacity: 0.4;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 17px;
  padding: 2px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown {
  font-family: inherit;
  font-size: 13px;
  -webkit-font-smoothing: inherit;
  line-height: 18px;
  color: #303030;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-top: 0 none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  cursor: default;
  background: #ffffff;
}

.selectize-dropdown .active {
  color: #495c68;
  background-color: #f5fafd;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
  border: 0px;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-size: 0.85em;
  font-weight: bold;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

.ace_editor {
  height: 400px;
}

.address-box {
  background: #FFF;
  border-radius: 3px
}

* {
  box-sizing: border-box;
}

.wrapper {
  margin: 0 auto;
  width: 960px;
}

.pdf-controls {
  width: 100%;
  display: block;
  background: #eee;
  padding: 1em;
}

.rotate0 {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.rotate90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rotate270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fixed {
  position: fixed;
  top: 0;
  left: calc(50% - 480px);
  z-index: 100;
  width: 100%;
  padding: 1em;
  background: rgba(238, 238, 238, .9);
  width: 960px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.row-red {
  background: #EF9A9A;
  color: black;
}

.row-orange {
  background: #FFCC80;
  color: black;
}

.row-yellow {
  background: #FFFF8D;
  color: black;
}
