@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300);
form label {
  color: #1ab394;
}

table thead th {
  color: #1ab394;
  font-size: 13px;
}
table tr th, table tr td {
  font-size: 13px;
}

.ibox-title h5 {
  color: #1ab394;
}

form ul li.error {
  color: #A94442;
}

form .error.form-control {
  border-color: #A94442;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

form .error.form-control:focus {
  border-color: #A94442;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #CE8483;
}

input:required,
textarea:required,
select:required,
input.required,
textarea.required,
select.required,
div.select2-container.required a.select2-choice {
  border-left: 2px solid #ed5565;
}

/* Toastr custom style */
.toast {
  background-color: #1ab394;
}

.toast-success {
  background-color: #1ab394;
}

.toast-error {
  background-color: #ed5565;
}

.toast-info {
  background-color: #23c6c8;
}

.toast-warning {
  background-color: #f8ac59;
}

.toast-top-full-width {
  margin-top: 20px;
}

.toast-bottom-full-width {
  margin-bottom: 20px;
}

#toast-container {
  margin-top: 20px;
}
#toast-container > .toast {
  background-image: none !important;
}
#toast-container > .toast:before {
  position: fixed;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 24px;
  float: left;
  color: white;
  padding-right: 0.5em;
  margin: auto 0.5em auto -1.5em;
}
#toast-container > div {
  box-shadow: 0 0 3px #999;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#toast-container > :hover {
  box-shadow: 0 0 4px #999;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-warning:before {
  content: "\f071";
}
#toast-container > .toast-error:before {
  content: "\f06a";
}
#toast-container > .toast-info:before {
  content: "\f05a";
}
#toast-container > .toast-success:before {
  content: "\f00c";
}

/* Datatable Styles */
.dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_filter input {
  border-color: #e4e6eb !important;
  border-radius: 2px;
  box-shadow: none;
  display: inline-block;
  width: 300px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 50px;
  margin-left: -125px;
  margin-top: -15px;
  padding: 14px 0 2px 0;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  text-align: center;
  color: #999;
  font-size: 14px;
}

.dataTables_filter input {
  width: 175px;
}

div.dataTables_paginate {
  float: left;
}

.smallstat .value {
  font-weight: normal;
}

.datatable-wrapper {
  min-height: 700px;
  padding: 20px !important;
}
.datatable-wrapper .select2 {
  width: 100%;
}
.datatable-wrapper .filters_container {
  margin-bottom: 20px;
}

.recent-resources {
  min-height: 430px;
}

.show-grid {
  margin-bottom: 15px;
}

.datatable_actions {
  max-width: 110px;
  min-width: 90px;
  margin-left: 5px;
}

.datatable_actions_small {
  max-width: 200px;
  min-width: 80px;
  margin-left: 5px;
}

.datatable-wrapper .DTTT.btn-group.pull-right {
  /*.dataTables_filter { */
  margin-left: 10px;
}

table.table {
  margin-bottom: 20px !important;
}

div.dataTables_info {
  margin-bottom: 20px;
}
div.dataTables_paginate ul.pagination {
  margin: 0px;
}
div.DTTT .btn {
  font-size: 12px;
}

.rules-tables td, .rules-tables th {
  padding: 8px;
  text-align: center;
}

.table-responsive.upload-errors-table {
  max-height: 600px;
  overflow: auto;
}

.btn-report-search {
  margin-top: 20px;
}

/* DataTables Overrides */
table.dataTable thead .sorting, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}
table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5);
}

/* Make clicks pass-through */
#loading-bar, #loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  transition: 350ms linear all;
}

#loading-bar.ng-enter, #loading-bar.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar-spinner.ng-enter, #loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active, #loading-bar.ng-leave {
  opacity: 1;
}

#loading-bar-spinner.ng-enter.ng-enter-active, #loading-bar-spinner.ng-leave {
  opacity: 1;
}

#loading-bar .bar {
  transition: width 350ms;
  background: #1ab394;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
}
#loading-bar .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #1ab394, 0 0 5px #1ab394;
  opacity: 1;
  transform: rotate(3deg) translate(0px, -4px);
}

/* Fancy blur effect */
#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 50%;
}
#loading-bar-spinner:after {
  content: "Cargando...";
  color: #1ab394;
}
#loading-bar-spinner .spinner-icon {
  margin: 0 auto;
  width: 34px;
  height: 34px;
  border: solid 5px transparent;
  border-top-color: #1ab394;
  border-left-color: #1ab394;
  border-radius: 30px;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.label-patient-alert {
  padding: 3px;
}

.label-ibox-tools {
  margin-right: 10px;
}

.sm-patient-files a {
  color: #1ab394;
}
.sm-patient-files .sm-delete-file {
  color: #ed5565;
  cursor: pointer;
}
.sm-patient-files .sm-photo-file {
  display: inline-block;
  position: relative;
}
.sm-patient-files .sm-photo-file .fancybox img {
  width: 95%;
}
.sm-patient-files .sm-photo-file .sm-delete-file {
  background-color: #ed5565;
  color: white;
  height: 17px;
  padding: 2px;
  position: absolute;
  top: 0;
  right: 5%;
  width: 15px;
}

/* Profile */
.nav-header {
  background: #1ab394;
}

.nav-header a.dropdown-toggle {
  color: #fff;
  margin-top: 10px;
}

.nav-header a.dropdown-toggle .text-muted {
  color: #fff;
  opacity: 0.8;
}

.profile-element {
  text-align: center;
}

section#dashboard .dashboard-chart {
  height: 250px;
}

@media only screen and (max-width: 480px) {
  .loginscreen.middle-box {
    margin-top: -250px;
  }

  table, thead, tbody, th, td, tr, .breadcrumb {
    font-size: 10px !important;
  }

  table.info-table thead, table.info-table tbody, table.info-table th, table.info-table td, table.info-table tr {
    display: block;
    background-color: #fff;
  }
  table.info-table th {
    background-color: #f9f9f9;
  }

  .pagination {
    font-size: 10px !important;
    padding: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .b-r {
    border-right: none;
    border-bottom: 1px solid #e7eaec;
    margin-bottom: 15px;
  }
}
.btn-new {
  margin-bottom: 30px;
}

.company_logo {
  padding-top: 5px;
  display: inline-block;
}

.fc-event .fc-bg {
  opacity: 0.1;
}

/* Select2 Styles */
.select2 {
  width: 100%;
  padding-top: 3px;
}

.select2-add-button {
  width: 80%;
  padding-top: 3px;
}

.info-label {
  padding-top: 0 !important;
}

.form-label {
  margin-bottom: 0;
  padding-top: 7px;
}

/* Breadcrumbs */
.breadcrumb > li > a {
  color: #1ab394;
}

.edit-link {
  color: #1ab394 !important;
}

.danger-link {
  color: #ed5565 !important;
}

small.invalid {
  color: #ed5565;
}

/**
 * Allow angular.js to be loaded in body, hiding cloaked elements until
 * templates compile.  The !important is important given that there may be
 * other selectors that are more specific or come later and might alter display.
 * **/
[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

/* Overrides */
.tab-content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tab-content .tab-pane {
  background-color: #f3f3f4;
  padding: 10px;
}

.timeline-item.appointments-timeline .date {
  width: 150px;
}
@media only screen and (max-width: 480px) {
  .timeline-item.appointments-timeline .date {
    width: 110px;
  }
}
.timeline-item.appointments-timeline .content {
  min-height: 130px;
}

h2 > .label {
  position: relative;
  top: -0.5rem;
}

.title-action > form {
  display: inline-block;
}

.text-primary {
  color: #1ab394;
}
