/*--------------------------------
bsmr Web Font
-------------------------------- */
@font-face {
  font-display: auto;
  font-family: 'bsmr';
  src: url('../fonts/customfont.eot');
  src: url('../fonts/customfont.eot') format('embedded-opentype'),
    url('../fonts/customfont.woff2') format('woff2'), url('../fonts/customfont.woff') format('woff'),
    url('../fonts/customfont.ttf') format('truetype'), url('../fonts/customfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------
	base class definition
-------------------------*/
.icon {
  display: inline-block;
  font: normal normal normal 1em/1 'bsmr';
  speak: none;
  text-transform: none;
  vertical-align: middle;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*------------------------
  change icon size
-------------------------*/
/* relative units */
.icon-sm {
  font-size: 0.8em;
}
.icon-lg {
  font-size: 1.2em;
}
/* absolute units */
.icon-16 {
  font-size: 16px;
}
.icon-32 {
  font-size: 32px;
}
/*----------------------------------
  add a square/circle background
-----------------------------------*/
.icon-bg-square,
.icon-bg-circle {
  padding: 0.35em;
  background-color: #eee;
}
.icon-bg-circle {
  border-radius: 50%;
}
/*------------------------------------
  use icons as list item markers
-------------------------------------*/
.icon-ul {
  padding-left: 0;
  list-style-type: none;
}
.icon-ul > li {
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
}
.icon-ul > li > .icon {
  margin-right: 0.4em;
  line-height: inherit;
}
/*------------------------
  spinning icons
-------------------------*/
.icon-is-spinning {
  -webkit-animation: icon-spin 2s infinite linear;
  -moz-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes icon-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*------------------------
  rotated/flipped icons
-------------------------*/
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icon-flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/*------------------------
	icons
-------------------------*/

.ter-hospital::before {
  content: '\ea11';
}

.ter-records1::before {
  content: '\ea12';
}

.ter-folder::before {
  content: '\ea13';
}

.ter-patient1::before {
  content: '\ea14';
}

.ter-special::before {
  content: '\ea15';
}

.ter-scheduler1::before {
  content: '\ea16';
}

.ter-reports2::before {
  content: '\ea17';
}

.ter-records::before {
  content: '\ea1a';
}

.ter-medicament1::before {
  content: '\ea1b';
}

.ter-redcross::before {
  content: '\ea1c';
}

.ter-medic1::before {
  content: '\ea1d';
}

.ter-notes::before {
  content: '\ea1e';
}

.ter-printer::before {
  content: '\ea1f';
}

.ter-ecall::before {
  content: '\ea20';
}

.ter-chistory::before {
  content: '\ea21';
}

.ter-medic::before {
  content: '\ea22';
}

.ter-vaccine::before {
  content: '\ea23';
}

.ter-medic-dialog::before {
  content: '\ea24';
}

.ter-scheduler::before {
  content: '\ea25';
}

.ter-boards::before {
  content: '\ea2b';
}

.ter-admin::before {
  content: '\ea2c';
}

.ter-user-plus::before {
  content: '\ea2d';
}

.ter-toggle-right::before {
  content: '\ea2e';
}

.ter-trash-2::before {
  content: '\ea2f';
}

.ter-sliders::before {
  content: '\ea30';
}

.ter-settings-2::before {
  content: '\ea31';
}

.ter-printer-2::before {
  content: '\ea32';
}

.ter-more-vertical::before {
  content: '\ea33';
}

.ter-more-horizontal::before {
  content: '\ea34';
}

.ter-grid::before {
  content: '\ea35';
}

.ter-layers::before {
  content: '\ea36';
}

.ter-home::before {
  content: '\ea37';
}

.ter-folder-2::before {
  content: '\ea38';
}

.ter-edit-2::before {
  content: '\ea3a';
}

.ter-download::before {
  content: '\ea3b';
}

.ter-chevron-up::before {
  content: '\ea3c';
}

.ter-chevron-down::before {
  content: '\ea3d';
}

.ter-check::before {
  content: '\ea3e';
}

.ter-chevron-right::before {
  content: '\ea3f';
}

.ter-chevron-left::before {
  content: '\ea40';
}

.ter-circle::before {
  content: '\ea41';
}

.ter-check-circle::before {
  content: '\ea42';
}

.ter-check-square::before {
  content: '\ea43';
}

.ter-calendar::before {
  content: '\ea44';
}

.ter-box::before {
  content: '\ea45';
}

.ter-bell::before {
  content: '\ea46';
}

.ter-filter::before {
  content: '\ea47';
}

.ter-disc::before {
  content: '\ea48';
}

.ter-list::before {
  content: '\ea49';
}

.ter-menu::before {
  content: '\ea4a';
}

.ter-paperclip::before {
  content: '\ea4b';
}

.ter-plus::before {
  content: '\ea4c';
}

.ter-plus-circle::before {
  content: '\ea4d';
}

.ter-pie-chart::before {
  content: '\ea4e';
}

.ter-thermometer::before {
  content: '\ea4f';
}

.ter-tool::before {
  content: '\ea50';
}

.ter-sidebar::before {
  content: '\ea51';
}

.ter-save::before {
  content: '\ea52';
}

.ter-toggle-left::before {
  content: '\ea53';
}

.ter-toggle-right-2::before {
  content: '\ea54';
}

.ter-user::before {
  content: '\ea55';
}

.ter-user-x::before {
  content: '\ea56';
}

.ter-users::before {
  content: '\ea57';
}

.ter-trello::before {
  content: '\ea58';
}

.ter-star::before {
  content: '\ea59';
}

.ter-minus::before {
  content: '\ea5a';
}

.ter-minus-circle::before {
  content: '\ea5b';
}

.ter-minus-square::before {
  content: '\ea5c';
}

.ter-minimize::before {
  content: '\ea5d';
}

.ter-minimize-2::before {
  content: '\ea5e';
}

.ter-maximize-2::before {
  content: '\ea5f';
}

.ter-minimize-2-2::before {
  content: '\ea60';
}

.ter-grid-2::before {
  content: '\ea61';
}

.ter-file::before {
  content: '\ea62';
}

.ter-edit-3::before {
  content: '\ea63';
}

.ter-eye-off::before {
  content: '\ea64';
}

.ter-edit::before {
  content: '\ea65';
}

.ter-arrow-right-circle::before {
  content: '\ea66';
}

.ter-arrow-left-circle::before {
  content: '\ea67';
}

.ter-patients::before {
  content: '\ea68';
}

.ter-records-2::before {
  content: '\ea69';
}

.ter-exams::before {
  content: '\ea6a';
}

.ter-reports::before {
  content: '\ea6b';
}

.ter-settings::before {
  content: '\ea6c';
}

.ter-especial::before {
  content: '\ea6d';
}

.ter-layers-2::before {
  content: '\ea6e';
}

.ter-grid-3::before {
  content: '\ea6f';
}

.ter-user-elim::before {
  content: '\ea73';
}

.ter-user-add::before {
  content: '\ea74';
}

.ter-ver::before {
  content: '\ea75';
}
