html {
  height: 100%;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  background: #FFF;
}

html .container,
body .container {
  width: 100% !important;
}

html .showbox,
body .showbox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5%;
}

html .bootstrap-datetimepicker-widget table td,
html .bootstrap-datetimepicker-widget table th,
body .bootstrap-datetimepicker-widget table td,
body .bootstrap-datetimepicker-widget table th {
  border-radius: 2px !important;
}

html .breadcrumb > .active,
body .breadcrumb > .active {
  color: #555;
}

html .loader,
body .loader {
  position: relative;
  margin: 0px auto;
  background: #fff;
  border-radius: 50%;
  width: 50px;
}

html .loader:before,
body .loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

html .circular,
body .circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

html .path,
body .path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

html header .banner,
body header .banner {
  height: 100px;
  width: 100%;
  background: url("../images/bg.png") repeat;
}

html header .banner div,
html header .banner div > img,
body header .banner div,
body header .banner div > img {
  height: inherit;
}

html header .navbar,
body header .navbar {
  border-radius: 0px;
  background: #039be5;
  color: #fff;
}

@media screen and (max-width: 767px) {
  html header .navbar .navbar-collapse,
  body header .navbar .navbar-collapse {
    border-color: transparent;
  }

  html header .navbar .navbar-collapse .nav .open ul li a,
  body header .navbar .navbar-collapse .nav .open ul li a {
    color: #fff;
  }
}

html header .navbar .badge,
body header .navbar .badge {
  background-color: rgba(255, 0, 0, 0.8) !important;
  font-size: 10px;
  padding: 4px 6px 3px 6px;
}

html header .navbar #pendingUser,
body header .navbar #pendingUser {
  color: #434343;
  font-size: 14px;
}

html header .navbar #pendingUser .dropdown-menu h6,
body header .navbar #pendingUser .dropdown-menu h6 {
  margin-left: 5px;
}

html header .navbar #pendingUser .dropdown-menu .list-group-item,
body header .navbar #pendingUser .dropdown-menu .list-group-item {
  line-height: 30px;
}

html header .navbar #pendingUser hr,
body header .navbar #pendingUser hr {
  margin-bottom: 5px;
}

html header .navbar .navbar-nav > li > a,
body header .navbar .navbar-nav > li > a {
  color: #fff;
}

html table,
body table {
  width: 100%;
}

html table thead tr th,
html table tbody tr td,
body table thead tr th,
body table tbody tr td {
  vertical-align: middle !important;
}

html table.table-striped > tbody > tr:nth-of-type(odd),
body table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #EAEAEA;
}

html table#dataTable td,
html table#dataTable th,
html table#cptDataTable td,
html table#cptDataTable th,
html table#icdDataTable td,
html table#icdDataTable th,
body table#dataTable td,
body table#dataTable th,
body table#cptDataTable td,
body table#cptDataTable th,
body table#icdDataTable td,
body table#icdDataTable th {
  min-height: 30px !important;
}

html table#dataTable,
html table#cptDataTable,
html table#icdDataTable,
body table#dataTable,
body table#cptDataTable,
body table#icdDataTable {
  width: 100% !important;
}

html iframe,
body iframe {
  height: 100%;
  border: 0px;
}

html form .label,
body form .label {
  cursor: pointer;
}

html .avatar .file-input img,
body .avatar .file-input img {
  height: 160px;
}

html .avatar .file-preview,
body .avatar .file-preview {
  border: none;
  padding: 0px;
}

html .avatar .file-preview .file-preview-frame,
body .avatar .file-preview .file-preview-frame {
  box-shadow: none;
  margin: 0px;
  padding: 0px;
}

html .avatar .file-preview .file-preview-frame:hover,
body .avatar .file-preview .file-preview-frame:hover {
  box-shadow: none;
}

html .avatar .file-preview .file-thumbnail-footer,
body .avatar .file-preview .file-thumbnail-footer {
  display: none;
}

html .nav-pills,
body .nav-pills {
  margin-bottom: 20px;
}

html .nav-pills > li.active > a,
html .nav-pills > li.active > a:hover,
html .nav-pills > li.active > a:focus,
body .nav-pills > li.active > a,
body .nav-pills > li.active > a:hover,
body .nav-pills > li.active > a:focus {
  background: #039BE5;
}

html .nav > li.disabled > a,
body .nav > li.disabled > a {
  color: #BFBFBF;
}

html .checkbox label,
html .radio label,
body .checkbox label,
body .radio label {
  font-weight: 700;
  line-height: 20px;
}

html .pagination > .active > a,
html .pagination > .active > span,
html .pagination > .active > a:hover,
html .pagination > .active > span:hover,
html .pagination > .active > a:focus,
html .pagination > .active > span:focus,
body .pagination > .active > a,
body .pagination > .active > span,
body .pagination > .active > a:hover,
body .pagination > .active > span:hover,
body .pagination > .active > a:focus,
body .pagination > .active > span:focus {
  background: #039BE5;
  border-color: #039BE5;
}

html .modal-danger,
html .modal-success,
html .modal-warning,
body .modal-danger,
body .modal-success,
body .modal-warning {
  border-radius: 5px 5px 0px 0px;
  border-bottom-color: #ddd;
}

html .btn-primary,
body .btn-primary {
  background-color: #039BE5;
  border-color: #0288d1;
}

html .btn-default.btn-flat,
body .btn-default.btn-flat {
  background: #FFF;
}

html .btn-flat,
body .btn-flat {
  box-shadow: none;
  border: none;
  padding: 10px 12px;
}

html .btn-flat:hover,
body .btn-flat:hover {
  margin: 0px;
  border-bottom-width: 0px;
}

html .modal-danger,
body .modal-danger {
  color: #a94442;
  background-color: #f2dede;
}

html .modal-success,
body .modal-success {
  color: #3c763d;
  background-color: #dff0d8;
}

html .modal-warning,
body .modal-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

html .modal-sm,
body .modal-sm {
  min-width: 360px;
}

html .note-editor,
body .note-editor {
  border: 1px solid #ccc;
  color: #555;
}

html .note-editable,
body .note-editable {
  font-size: 14px;
}

html .note-editable p,
body .note-editable p {
  margin: 0px;
}

html .note-editable ol,
html .note-editable ul,
body .note-editable ol,
body .note-editable ul {
  padding-left: 20px;
}

html .panel,
body .panel {
  border-radius: 2px;
}

html .bootstrap-datetimepicker-widget table td.active,
html .bootstrap-datetimepicker-widget table td.active:hover,
body .bootstrap-datetimepicker-widget table td.active,
body .bootstrap-datetimepicker-widget table td.active:hover {
  background: #039be5;
}

html #callStatus,
body #callStatus {
  display: inline-block !important;
}

html #callStatus i,
body #callStatus i {
  display: none;
}

html #callStatus.fa-pulse,
body #callStatus.fa-pulse {
  display: inline-block;
  animation: pulse 2s infinite linear;
}

html #callStatus.connect,
body #callStatus.connect {
  color: #eeff41;
}

html #callStatus.connect i,
body #callStatus.connect i {
  display: inline-block;
}

html .footer,
body .footer {
  background: #FFF;
  background: rgba(255, 255, 255, 0.9);
  height: 40px;
}

html .footer p,
body .footer p {
  color: #757575;
}

body {
  position: relative;
  z-index: 1;
  background: #FFF;
  min-height: 100%;
}

body::after {
  background-image: url("/assets/images/bg-image.jpg");
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  content: '';
  background-size: cover;
  top: 0px;
  left: 0px;
  opacity: 0.2;
}

body .wrapper-login {
  width: 440px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

body .wrapper-login.wrapper-bg {
  width: 600px;
}

body .wrapper-login .panel-heading {
  background: #039BE5 !important;
  color: #FFF !important;
  box-shadow: none;
  border: none;
  border-radius: 2px;
  background: none;
}

body .wrapper-login .panel-body {
  padding: 30px 40px 20px 40px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0px 0px 2px 2px;
}

@media screen and (max-width: 992px) {
  body .wrapper-login .wrapper-login {
    width: calc(100% - 40%);
    height: 90%;
  }
}

@media only screen and (max-device-width: 640px) and (orientation: portrait) {
  body .wrapper-login .wrapper-login {
    width: 95%;
    height: 300px;
  }

  body .wrapper-login .panel-body {
    padding: 15px 20px 10px 20px;
  }
}

@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  body .wrapper-login .wrapper-login {
    width: 440px;
    height: 300px;
  }

  body .wrapper-login .wrapper-login.wrapper-bg {
    width: 600px;
  }

  body .wrapper-login .panel-body {
    padding: 15px 20px 10px 20px;
  }
}

#cptModal .modal-dialog,
#icdModal .modal-dialog {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  position: absolute;
  padding: 10px;
  left: calc(50% - 500px);
}

@media screen and (max-width: 1000px) {
  #cptModal .modal-dialog,
  #icdModal .modal-dialog {
    left: 0px;
  }
}

#cptModal .modal-dialog a,
#icdModal .modal-dialog a {
  padding: 8px 10px;
}

#cptModal table tbody tr td:first-child,
#icdModal table tbody tr td:first-child {
  text-align: center;
}

#labModal .row {
  padding: 15px;
}

#labModal .row h5 {
  font-weight: 700;
}

#labModal .row .checkbox {
  margin: 2px 0px;
}

#labModal .row .checkbox label {
  font-weight: normal;
}

#treModal .row {
  padding: 15px;
}

#treModal .row h5 {
  font-weight: 700;
}

#treModal .row .checkbox {
  margin: 2px 0px;
}

#treModal .row .checkbox label {
  font-weight: normal;
}

#treModal .category {
  display: inline-block;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
  #treModal .category .category-label {
    display: none !important;
  }

  #treModal .category .category-label.first-child {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

#treModal .category:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#treModal .form-wrapper .treatment {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

#treModal .form-wrapper .treatment .items,
#treModal .form-wrapper .treatment .dates,
#treModal .form-wrapper .treatment .complete {
  display: -ms-flexbox;
  display: flex;
}

#treModal .form-wrapper .treatment .items .item,
#treModal .form-wrapper .treatment .dates .item,
#treModal .form-wrapper .treatment .complete .item {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#treModal .form-wrapper .treatment .items .item label,
#treModal .form-wrapper .treatment .dates .item label,
#treModal .form-wrapper .treatment .complete .item label {
  font-weight: bold;
}

#treModal .form-wrapper .treatment .items .item .list-group-item,
#treModal .form-wrapper .treatment .dates .item .list-group-item,
#treModal .form-wrapper .treatment .complete .item .list-group-item {
  display: -ms-flexbox;
  display: flex;
  padding: 3px 10px;
  -ms-flex-align: center;
  align-items: center;
}

#treModal .form-wrapper .treatment .items .item .list-group-item > div:first-child,
#treModal .form-wrapper .treatment .dates .item .list-group-item > div:first-child,
#treModal .form-wrapper .treatment .complete .item .list-group-item > div:first-child {
  padding-right: 10px;
  font-weight: bold;
  width: 120px;
}

#treModal .form-wrapper .treatment .items .item .list-group-item > div:nth-child(2),
#treModal .form-wrapper .treatment .dates .item .list-group-item > div:nth-child(2),
#treModal .form-wrapper .treatment .complete .item .list-group-item > div:nth-child(2) {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#treModal .form-wrapper .treatment .items .item .list-group-item > div:last-child,
#treModal .form-wrapper .treatment .dates .item .list-group-item > div:last-child,
#treModal .form-wrapper .treatment .complete .item .list-group-item > div:last-child {
  width: 100px;
  text-align: right;
}

#treModal .form-wrapper .treatment .items select,
#treModal .form-wrapper .treatment .dates select,
#treModal .form-wrapper .treatment .complete select {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-appearance: none;
}

#treModal .form-wrapper .treatment:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#main div.row div.left {
  width: calc(100% - 300px);
  float: left;
  padding: 0px 15px;
}

@media screen and (max-width: 992px) {
  #main div.row div.left {
    width: 100%;
    -ms-flex-order: 2;
    order: 2;
  }
}

#main div.row div.right {
  width: 300px;
  float: left;
}

@media screen and (max-width: 992px) {
  #main div.row div.right {
    width: 100%;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 992px) {
  #main div.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#main table.appointment {
  margin: 0px;
  border-bottom: 1px solid #ddd;
}

#main table.appointment td:nth-child(1) div {
  width: 68px;
}

#main table.appointment td:nth-child(3) div {
  width: 106px;
}

#main table.appointment td:nth-child(2) div,
#main table.appointment td:nth-child(4) div {
  width: 200px;
}

@media screen and (max-width: 992px) {
  #main table.appointment td div {
    width: auto !important;
  }
}

#patient .main {
  padding: 0px 15px;
}

#patient .main .row {
  border: 1px solid #ddd;
  border-bottom-width: 0px;
}

#patient .main .row:last-child {
  border-bottom-width: 1px;
}

#patient .main .row .wrapper {
  border-right: 1px solid #ddd;
}

#patient .main .row .wrapper:last-child {
  border-right-width: 0px;
}

#patient .main .row .wrapper h4 {
  text-transform: uppercase;
  font-size: 11px;
}

#patient .main .row .wrapper h4 i {
  font-size: 17px;
  padding: 0px 0px 0px 30px;
}

#patient .main .row .wrapper h4 span {
  font-size: 17px;
  padding-left: 10px;
}

#patient .main .row .wrapper p {
  font-size: 17px;
}

#patient .main .row .wrapper.last p {
  font-size: 11px;
}

#patient .main .row .wrapper.last p i {
  font-size: 17px;
  padding-left: 20px;
}

#patient .main .row.wrapper-inside {
  border-width: 0px;
  border-bottom: 1px solid #ddd;
}

#patient .main .row.wrapper-inside:last-child {
  border-bottom: 0px;
}

#frontdesk div.row div.left {
  width: calc(100% - 300px);
  float: left;
  padding: 0px 15px;
  position: relative;
}

@media screen and (max-width: 992px) {
  #frontdesk div.row div.left {
    width: 100%;
    -ms-flex-order: 2;
    order: 2;
  }
}

#frontdesk div.row div.right {
  width: 300px;
  float: left;
  margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
  #frontdesk div.row div.right {
    width: 100%;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 992px) {
  #frontdesk div.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#frontdesk .table-wrapper {
  position: relative;
  border: 1px solid #EEEEEE;
}

#frontdesk .table-wrapper .table-scroller-handler {
  margin-left: 118px;
  overflow: auto;
  padding-bottom: 0px;
  margin-top: -2px;
  border-left: 1px solid #eeeeee;
}

#frontdesk .table-wrapper .table-scroller-handler.on-top {
  position: fixed;
  top: -2px;
  background: #fff;
}

#frontdesk .table-wrapper .table-scroller-handler .controls {
  width: auto;
  height: 1px;
}

#frontdesk .table-wrapper .table-scroller-handler .initial table {
  width: 100%;
}

#frontdesk .table-wrapper .table-scroller-handler .initial table thead th {
  padding: 10px;
  border: 1px solid #EEEEEE;
  text-align: center;
}

#frontdesk .table-wrapper .table-scroller-handler .initial table thead th div {
  width: 50px;
  margin: 0px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#frontdesk .table-wrapper .table-scroller-handler .initial table thead th div a {
  margin-right: 5px;
}

#frontdesk .table-wrapper .table-scroller {
  padding-top: 0px;
  margin-left: 118px;
  overflow: auto;
  width: auto;
}

#frontdesk .table-wrapper .table-scroller .table {
  border: none;
  margin-bottom: 0px;
  width: 100%;
}

#frontdesk .table-wrapper .table-scroller .table tbody td {
  padding: 10px;
  text-shadow: 1px 1px 1px #fff;
  white-space: nowrap;
  border: 1px solid #EEEEEE;
}

#frontdesk .table-wrapper .table-scroller .table tbody td div {
  width: 90px;
  color: green;
}

#frontdesk .table-wrapper .table-scroller .table .sticky-col {
  left: 0;
  position: absolute;
  top: auto;
  width: 120px;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -1px;
}

#frontdesk .block i {
  color: #d9534f;
}

#hped .note-toolbar button {
  height: 30px;
}

#followup .note-toolbar button {
  height: 30px;
}

#procedure .note-toolbar button {
  height: 30px;
}

#wrapper {
  position: relative;
  height: 100%;
}

#wrapper #masterWrapper {
  width: 100%;
  float: right;
  height: 100%;
}

#wrapper #telemedWrapper {
  width: 370px;
  height: 100%;
  overflow-y: auto;
  background: #f8f8f8;
  padding: 20px;
  position: absolute;
  z-index: 1000;
  right: 0px;
  top: 0px;
}

#wrapper #telemedWrapper #video-container {
  width: 450px;
  position: relative;
  background: #000;
  border-radius: 5px;
}

#wrapper #telemedWrapper #video-container #their-video {
  width: inherit;
  height: 255px;
}

#wrapper #telemedWrapper #video-container #my-video {
  width: 100px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 5px;
}

#wrapper #telemedWrapper #filler {
  margin: 10px 0px;
}

#wrapper #telemedWrapper #connections {
  height: 215px;
  overflow-y: auto;
}

#wrapper #telemedWrapper #actions {
  margin: 10px 0px 10px 0px;
}

#wrapper #telemedWrapper #display {
  position: fixed;
  left: calc(50% - 23px);
  top: -20px;
  z-index: 1090;
  background-color: #272626;
  width: 45px;
  border-radius: 0px 0px 5px 5px;
}

#wrapper #telemedWrapper #display a {
  color: #fff;
  font-size: 25px;
  padding: 2px 10px;
  line-height: 31px;
}

#wrapper #telemedWrapper #display.show {
  position: static;
  margin-bottom: 10px;
  border-radius: 5px 5px 5px 5px;
}

#wrapper.patient #telemedWrapper {
  position: relative;
  width: auto;
}

@media screen and (max-width: 768px) {
  #wrapper.patient #telemedWrapper {
    padding: 0px;
  }
}

#wrapper.patient #video-container {
  float: left;
  width: 450px !important;
}

@media screen and (max-width: 768px) {
  #wrapper.patient #video-container {
    border-radius: 0px !important;
    width: 100% !important;
  }
}

#wrapper.patient #video-container #their-video {
  height: 350px !important;
}

@media screen and (max-width: 768px) {
  #wrapper.patient #video-container #their-video {
    height: 350px !important;
  }
}

#wrapper.patient #actions,
#wrapper.patient #wrap,
#wrapper.patient #send,
#wrapper.patient #filler {
  margin-left: 470px !important;
}

@media screen and (max-width: 768px) {
  #wrapper.patient #actions,
  #wrapper.patient #wrap,
  #wrapper.patient #send,
  #wrapper.patient #filler {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

#wrapper.patient #filler {
  margin-top: 10px;
  margin-bottom: 10px;
}

#wrapper.patient #actions {
  margin-top: 0px !important;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #wrapper.patient #actions {
    padding-top: 375px !important;
  }
}

#wrapper.patient #connections {
  height: 255px !important;
}

#panel-wrapper {
  width: 100%;
  max-width: 900px;
  padding: 20px;
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  #panel-wrapper {
    margin: 0px;
  }
}

@media screen and (max-width: 768px) {
  #panel-wrapper .panel-heading h4 {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  #panel-wrapper .panel-body {
    padding: 0px;
  }
}

.top-bar {
  background: #666;
  color: white;
  padding: 0.5rem;
  position: relative;
  overflow: hidden;
}

.top-bar h1 {
  display: inline;
  font-size: 1.1rem;
}

.top-bar .typicons-message {
  display: inline-block;
  padding: 4px 5px 2px 5px;
}

.top-bar .typicons-minus {
  position: relative;
  top: 3px;
}

.top-bar .left {
  float: left;
}

.top-bar .right {
  float: right;
  padding-top: 5px;
}

.top-bar > * {
  position: relative;
}

.top-bar::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  bottom: -100%;
  opacity: 0.25;
  background: radial-gradient(white, black);
  animation: pulse 1s ease alternate infinite;
}

.discussion {
  list-style: none;
  margin: 0;
  padding: 0 0 0px 0;
}

.discussion li {
  padding: 0.5rem;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}

.discussion .avatar {
  width: 40px;
  position: relative;
}

.discussion .avatar img {
  display: block;
  width: 100%;
}

.other .message {
  background: #e5e5e5;
  padding: 10px;
  border-radius: 5px;
}

.other .message p {
  margin: 0px;
}

.other .avatar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 5px solid white;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.self {
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.self .message {
  -ms-flex-order: 1;
  order: 1;
  border-bottom-right-radius: 0;
  background-color: #009966;
  color: white;
  padding: 10px;
  border-radius: 5px;
}

.self .message p {
  margin: 0px;
}

.labtable-wrapper {
  margin-left: 150px;
}

.labtable-wrapper table thead {
  display: table-header-group;
}

.labtable-wrapper table th,
.labtable-wrapper table td {
  min-width: 75px !important;
}

.labtable-wrapper table th:first-child,
.labtable-wrapper table td:first-child {
  position: absolute;
  min-width: 150px;
  max-width: 150px;
  left: 16px;
}

.labtable-wrapper table th:first-child {
  border-top: 1px solid #ddd !important;
  margin-top: -1px;
  min-height: 35px;
}

#frontdesk .table-wrapper {
  position: relative;
}

.telemed .nav-pills {
  margin-bottom: 0px;
}

.telemed .nav-pills a {
  color: #fff !important;
}

.telemed .nav-pills a:hover {
  color: red;
}

.telemed .nav-pills .active a {
  background-color: #fff !important;
  color: #009966 !important;
  cursor: pointer;
}

.telemed .actions2 {
  margin-left: 30px;
}

.telemed .actions2 em {
  margin-left: 20px;
}

.telemed .chatbox {
  padding: 0px;
  margin-left: 470px;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  box-shadow: 3px 3px 5px #d1d1d1;
  border-bottom: 2px solid #009966;
  background-color: #fff;
}

.telemed .chatbox .input-group {
  padding: 10px;
  background-color: #eee;
}

.telemed .chatbox .input-group .btn-send {
  background-color: #009966;
  color: #fff;
}

.telemed .chatbox .form-control:focus {
  border-color: #a7a7a7;
  outline: 0;
  box-shadow: inset 0 1px 1px #eee, 0 0 8px #eee;
}

.telemed .chatbox #line {
  height: 1px;
  background: #e1e1e1;
}

.telemed .chatbox #connections {
  padding-top: 5px;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}

@keyframes color {
  100%, 0% {
    stroke: #d62d20;
  }

  40% {
    stroke: #0057e7;
  }

  66% {
    stroke: #008744;
  }

  80%, 90% {
    stroke: #ffa700;
  }
}