.modal-full {
  height: 100%;
  margin: 0;
  width: 100%;

}
.modal-full .modal-content {
  height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}
.modal-full .modal-header,
.modal-full .modal-footer {
  flex: 0 0 auto;
}
.modal-full .modal-body  {
  flex: 1 1 auto;
  overflow: hidden;
  overflow-y: auto;
}


/*.tabs-full .nav-tabs {
  padding-left: 10px;
}
.tabs-full .nav-tabs > li > a {
    line-height: 1.8em;
    padding: 8px 24px 8px 25px;
}*/

.striped div {
      border-bottom: 1px solid #dddddd;
      padding-top: 2px;
      padding-bottom: 2px;
}
.striped div:nth-child(odd) {
    background: #f5f5f5;
}
/*.list {
  border: 1px solid #dddddd;
  padding: 0;

}
.list > :first-child {
    background-color: #f5f5f5;
    border-right: 1px solid #dddddd;
    display: inline-block;
    width: 40%;
    font-weight: bold;
    padding: .5em 2em .5em .5em;
    text-align: right;
}
.list > :last-child {

}*/

.dl-striped dt {
      background-color: #f5f5f5;
    border-right: 1px solid #dddddd;
    display: inline-block;
    width: 40%;
    font-weight: bold;
    padding: .5em 2em .5em .5em;
    text-align: right;
}


/*.asdf div {
  border: 1px solid red;
}*/

.st-sort-ascent:before{
    content: '\25B2';
  }

  .st-sort-descent:before{
    content: '\25BC';
  }


.table-bordered > tbody > tr > td.th {
    background-color: #F5F5F6;
    border-right-width: 1px;
    font-weight: 700
}
    /*overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;*/

.table td.match {
  background-color: #c9dde1;
  font-weight: bold;
}


.grid {
    /*width: 500px;*/
    /*max-height: 100%;*/
    background-color: #f3f3f4;
  }

.grid-right {
  text-align: right
}

.grid-center {
  text-align: center
}

.padding-top-5-list-color
{
    padding-top: 5px;
}

input[type="date"].ui-grid-filter-input {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  border: 1px solid #d4d4d4;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

input[type="text"].ui-grid-filter-input {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  border: 1px solid #d4d4d4;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/*.ui-grid-pager-panel {min-height: 26px;}*/

/*.wrapper-content {
  margin: auto -15px;
  padding: 20px 0;
}
.wrapper-full {
  margin: auto -15px;
  padding: 20px 0 0 0;
  height: 100%;
}

.ibox-full {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.ibox-full .ibox-title {
        flex: 0 0 48px;
    padding: 8px 10px 0 3px;

}
.ibox-full .ibox-title .ibox-tools {
  padding: 5px 5px 0 0;
}
.ibox-full .ibox-content {
    flex: 1 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.ibox-full .ibox-content > div {
  flex: 1 0 50%;
}*/

/*
   This is the background of our overlay. We need it to be
   absolutely positioned within the grid, and fill from
   top to bottom, and the full width. It will also have
   a black background with 40% opacity.
*/
.grid-msg-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);

}

/*
  This guy will contain our message. We want it centered
  so it's positioned absolutely with percentage-based
  offsets and dimensions. It also has some basic border
  stuff and most important is using "display: table" so
  we can vertically center its contents.
*/
.grid-msg-overlay .msg {
  opacity: .8;
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 50%;
  color: #000;
  /*background-color: #eee;*/
  /*border-radius: 4px;*/
  /*border: 1px solid #555;*/
  text-align: center;
  font-size: 26px;
  display: table;
}

/*
  Lastly this is the actual message text. It uses
  display: table-cell so the vertical alignment
  works properly.
*/
.grid-msg-overlay .msg span {
  display: table-cell;
  vertical-align: middle;
}


.page-heading {
    padding: 0 10px;
}

.page-heading h2 {
  display: inline-block;
  margin: 10px 0;
}

.breadcrumb {
 display: inline-block;
     line-height: 26px;
     margin-top: 10px;
     float: right;
}




/*.nav > li > a {
    color: #a7b1c2;
    font-weight: 600;
    padding: 14px 20px 14px 25px;
}*/

.ibox-tools {
  display: inline-block;
  float: right;
}
.ibox-tool-bar {
  display: inline-block;
  float: left;
  margin-left: 5px;
}

.hr-line-dashed {
  margin: 10px 0;
}

.hr-line {
  border-top: 1px solid #e7eaec;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 0 0 20px 0;
}

.b-t {
    border-top: 1px solid #e7eaec;
}
.b-b {
    border-bottom: 1px solid #e7eaec;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-l-0 {
    margin-left: 0px !important;
}

.m-r-0 {
    margin-right: 0px !important;
}

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

.m-l {
    margin-left: 10px !important;
}

.m-r {
    margin-right: 10px !important;
}

.m-t {
  margin-top: 20px !important;
}
.m-b {
  margin-bottom: 10px;
}
.form-horizontal .form-group {
    margin-bottom: 20px !important;
}
.form-horizontal .group {
    margin-bottom: 10px !important;
}

/* HACK option 2px */
select.form-control  {padding-left: 8px;}

/* HACK ui-select */
.dropdown-menu span {
  /*font-size: 14px;*/
}
.ui-select-bootstrap>.ui-select-choices {
  /* formato de la caja de resultados */
  max-height: 250px;
  margin-top: 0;
  /*border: 1px solid rgb(229, 230, 231);*/
  border: 1px solid rgb(26, 179, 148);
  border-top: 0;
  border-radius: 0;
  box-shadow: none;
}
.ui-select-bootstrap .ui-select-choices-row>a {
  /* tamaño de los resultados */
  font-size: 14px;
  padding: 6px 14px;
}
.ui-select-bootstrap .ui-select-toggle {
  /* quitamos un margin 5px para que fuerce la altura del control */
  margin-bottom: 0;
}

/* HACK ui-datepicker */
.uib-datepicker .btn { margin-bottom: 0px;}
.uib-datepicker-popup .btn-info.active .text-info { color: #fff; }

/* Hack switch */
.onoffswitch {
  margin-top: 5px;
}

/* Hack touch-spin */
.touch-spin .btn {
  margin-bottom: 0;

}
.touch-spin input {
  text-align: right;
}
.touch-spin .input-group-addon.prefix {
  border-right: 0;
}
.touch-spin .input-group-addon.postfix {
  border-left: 0;
}


.spinner-area {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color:#a25191;
    z-index: 999;
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #DDB4CA;

  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

.spinner-audit {
  width: 40px;
  height: 40px;
  background-color: #DDB4CA;

  margin: 0px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}



.ag-full {
    bottom: 0;
}
.ag-fresh {
    /*font-family: 'Raleway', sans-serif;*/
    /*font-size: 14px;*/
    color: #6B315E;
}
.ag-fresh .ag-root {
    border: 1px solid #BD4A94;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #db71a2;
}

/* header */
.ag-fresh .ag-header {
    background: #F8EFF6;
    color: #6B315E;
}
.ag-fresh .ag-header,
.ag-fresh .ag-header-group-cell-with-group,
.ag-fresh .ag-header-group-cell,
.ag-fresh .ag-header-cell {
    border-color: #BD4A94;
}
.ag-fresh .ag-header-expand-icon { color: #6B315E; cursor: pointer; }
.ag-fresh .ag-header-cell-menu-button { color: #6B315E; cursor: pointer; }
.ag-fresh .ag-sort-ascending-icon,
.ag-fresh .ag-sort-descending-icon { color: #BD4A94; }
.ag-fresh .ag-filter-icon { color: #BD4A94; }
.ag-fresh .ag-header-icon { color: #BD4A94; fill: #BD4A94; }

.ag-fresh .ag-menu {
    background-color: #F8EFF6;
    border-color: #BD4A94;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #6B315E;
}
.ag-fresh .ag-menu-header { display: none; }

/* body */

.ag-fresh .ag-body,
.ag-fresh .ag-row-odd {
    background-color: #F8EFF6;
}
.ag-fresh .ag-row-even {
    background-color: #fff;
}
.ag-fresh .ag-cell-tool {
    background-color: #dcb4c9;
}
.ag-fresh .ag-cell-no-focus {
    border-right: 1px dotted #ddd;
}
.ag-fresh .ag-cell-focus {
    border: 1px solid #ddd;
}
.ag-fresh .ag-cell-last-left-pinned {
    border-right: 1px solid #ddd;
}
.ag-fresh .ag-row-selected {
    background-color: #dcb4c9;
}

.ag-cell a {
    color: #a25191;
    border-bottom: 1px dotted #a25191;
}
.ag-cell a:hover {
  color: #BD4A94;
  border-bottom: 1px dotted #BD4A94;
}

.ag-fresh .ag-row-even .cell-receptor{
  background-color:#FDF9FC
}
.ag-fresh .ag-row-odd .cell-receptor{
  background-color:#FAF3F8
}
.ag-fresh .ag-row-even .cell-partner{
  background-color:#E6FAFF
}
.ag-fresh .ag-row-odd .cell-partner{
  background-color:#D7F5FC
}

.cursor-pointer {
    cursor: pointer;
}

.audit-icon {
    cursor: pointer;
    color: #db71a2;
}

.ibox-notification-height
{
    overflow: auto;
}

.ibox-indicator
{
    background-color: #3c6a87;
    color:#FFFFFF;
    padding: 5px;
    font-weight: bold;
    border-radius: 5px;
}

.ibox-indicator-margin-right
{
    margin-right: 2%;
}

.ibox-indicator-padding-bottom-10
{
    padding-bottom: 10px;
}

.ibox-indicator-padding-bottom
{
    padding-bottom: 40px;
}

.ibox-indicator-activity
{
    overflow-y: auto;
    height: 240px;
}

.table-indicator-activity {
    background-color: #FFFFFF;
    width: 100%;
}

.table-indicator-activity th, td
{
    padding: 6px;
}

.table-indicator-activity th
{
    white-space:nowrap;
}

.indicators-tables-color
{
    background-color: #FFFFFF;
    font-size:0.9em;
}

a.ibox-indicator-link
{
    color: #6B315E;
}

a.ibox-indicator-no-link
{
    color: #6B315E;
    cursor: auto !important;
}

.ibox-indicator-total
{
    font-weight: bold;
}

.ibox-indicator-align-center
{
    text-align: center;
}

.ibox-indicator-align-left
{
    text-align: left !important;
}

.ibox-indicator-align-right
{
    text-align: right !important;
}

.ibox-indicator-border-none
{
    border: none !important;
}

.ibox-indicator-border-bottom
{
    border-bottom: solid 1px #F3F1F1 !important;
}

.ibox-indicator-left-column
{
    width: 70px;
}

.ibox-indicator-border-top
{
    border-top: solid 1px #F3F1F1 !important;
}

.ibox-indicator-border-right
{
    border-right: solid 1px #F3F1F1 !important;
}

.ibox-indicator-border-left
{
    border-left: solid 1px #F3F1F1 !important;
}

.sales-table  {
  border-collapse:separate;
  border-right: 1px solid #F3F1F1;
  /*width: 100%; */
}

.sales-table td, .sales-table th {
  margin:0;
  border-top-width:0px;
  padding: 8px;
  width:150px;
}

.sales-table-wrapper {
  overflow-x:auto;
  margin-left:100px;
  /*margin-left:115px; */
  overflow-y:visible;
  padding-bottom:1px;
}

.sales-table .headcol {
  position:absolute;
  width:120px;
  left:15px;
  top:auto;
}

.ibox-indicator-actions
{
    height: 240px;
}

.ibox-indicator-requests
{
    height: auto !important;
}

.table-indicator-actions {
    background-color: #FFFFFF;
    width: 100%;
}

.table-indicator-bank {
    background-color: #FFFFFF;
    width: 90%;
}

.table-indicator-actions th, td
{
    padding: 8px;
}

.controlpanel-nowrap {
    white-space:nowrap;
}

.controlpanelt-patients-right10 {
    padding-right: 10px !important;
}

.controlpanelt-patients-padding30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.controlpanel-patients-table td, .controlpanel-patients-table th {
  margin:0;
  border-top-width:0px;
  padding: 8px;
}

.audit-icon:active {
    color: #BD5384;
}

.audit-table {
    width: 100%;
}

.audit-table thead, .audit-table tbody, .audit-table tr, .audit-table td, .audit-table th { display: block; }

.audit-table tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.audit-table tbody {
    max-height: 420px;
    overflow-y: auto;
}

.audit-table tbody td, .audit-table thead th {
    /*width: 19.2%;*/
    float: left;
}

.a-new-activity {
    color: gainsboro;
    text-decoration: none;
}

.a-new-activity a:hover {
    color: gainsboro;
    text-decoration: none;
}

.i-new-activity
{
    padding-left: 4px;
}


.agenda-header-row {
    margin-bottom:5px;
}

.row-bottom {
    display: table;
    width:100%;
}
.col-bottom {
    float: none;
    display: table-cell;
    vertical-align: bottom;
}
.buttons-col-bottom {
    right:-22px;
    text-align:right;
}
.filters-col-bottom {
    right:-31px;
    text-align:right;
}

.agenda-events {
    border:1px solid #a25191;
    margin-bottom:10px;
}

.agenda-event-title {
    background-color:#a25191;
    color:#FFF;
    margin:0px;
    padding:6px;
    font-size:1em;
    font-weight:bold;
}

.agenda-events p {
    cursor:pointer;
    margin:0px;
    padding:6px;
    background:#FFF;
    border-bottom:1px solid #CCC;
}

mwl-calendar .cal-month-box {
    background-color:#FFF;
}

mwl-calendar .cal-month-day {
    height:120px !important;
}

mwl-calendar span[data-cal-date],
mwl-calendar .cal-day-outmonth span[data-cal-date],
mwl-calendar .cal-day-today span[data-cal-date] {
    font-size:0.88em !important;
    font-weight:bold;
    margin-top: 5px;
    margin-right: 5px;
    opacity:1;
}

mwl-calendar .cal-month-box .cal-row-head,
mwl-calendar .cal-month-box .cal-row-head .cal-cell1:hover {
    background-color:#964C86;
    color:#FFF;
}
mwl-calendar .cal-month-box .cal-row-head .cal-cell1:not(:last-child) {
    border-right:1px solid #FFF;
}

mwl-calendar .cal-month-box .events-list {
    margin-bottom:40px;
}

mwl-calendar .cal-day-outmonth  span[data-cal-date] {
    color:#B5ACB3 !important;
}

mwl-calendar .cal-day-today {
    background-color: #FCF8E3;
}

mwl-calendar span[data-cal-date], mwl-calendar .cal-day-today span[data-cal-date] {
    color:#784F6F;
}

mwl-calendar .events-list {
    width:100%;
    max-height:74px;
}

mwl-calendar .events-list ul {
    margin-bottom:6px;
}

mwl-calendar .events-list li {
    color:#FFF;
    border-radius:6px;
    padding-left:8px;
    padding-top:1px;
    padding-bottom:1px;
    margin-bottom:4px;
    margin-right:5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cal-slide-content.cal-event-list {
    background-color: #b3d2e1;
    color:#333;
}

mwl-calendar .cal-event-list .event.pull-left {
    margin-top:4px;
    margin-right:5px;
}

mwl-calendar .cal-event-list li {
    cursor:pointer;
}

@media only screen and (max-width : 1440px) {
    mwl-calendar .events-list li {
        font-size: 0.89em;
    }
}

.cal-slide-content.cal-event-list p {
    padding-left:61px;
}

mwl-calendar span[data-cal-date],
mwl-calendar .cal-day-today span[data-cal-date],
mwl-calendar .cal-day-weekend span[data-cal-date] {
    color:#703864;
}

mwl-calendar .cal-week-box .cal-row-head {
    background-color:#964C86 !important;
    color:#FFF;
}

mwl-calendar .cal-week-box .cal-row-head.cal-row-fluid:hover {
    background-color:#964C86 !important;
    color:#FFF;
}

mwl-calendar .cal-week-box .cal-row-head .cal-day-today:hover {
    background-color:#FCF8E3 !important;
}

mwl-calendar .cal-week-box .cal-row-head .cal-day-today span {
    color:#a25191;
}

mwl-calendar .cal-week-box .cal-row-head  .cal-day-today small span[data-cal-date] {
    color:#a25191 !important;
}

mwl-calendar .cal-week-box .cal-row-head small span[data-cal-date] {
    color:#FFF;
}

mwl-calendar .cal-week-box .cal-day-panel {
    background-color:#FFF;
}

mwl-calendar .cal-week-box .cal-day-panel .day-highlight {
    height: auto;
    line-height: initial;
    padding:5px !important;
    margin-bottom:2px !important;
    border-radius:6px;
    border:0px;
}


mwl-calendar .cal-week-box .cal-cell1:hover {
    background:transparent;
}

mwl-calendar .cal-week-box .cal-day-panel .day-highlight strong,
mwl-calendar .cal-week-box .cal-day-panel .day-highlight a {
    color:#FFF !important;
}

mwl-calendar .cal-week-box .cal-row-fluid {
    margin-bottom:0px !important;
}

mwl-calendar .cal-week-box .cal-day-panel .cal-row-fluid {
    border-bottom: 1px dotted #CCC;
}

.agenda-create-activity-btn {
    color:#CCC;
}
.agenda-create-activity-btn:hover {
    color:#999;
}
.agenda-create-activity-btn i {
    margin-top:5px;
}

.agenda-list-activity {
    /*padding-top:7px;*/
}

.agenda-more {
    margin-top:5px;
    color:#6196b8;
    transition: color 0.5s ease;
}
.agenda-more:hover {
    color:#92bfd4;
}

.agenda-day-more {
    cursor:pointer;
}

.agenda-week-more {
    color:#FFF;
    cursor:pointer;
}

.agenda-dots {
    text-align:center;
    font-size: 9px;
    position: relative;
    bottom: 15px;
    height: 0px;
    transition: color 0.5s ease;
    font-weight: bold;
    /*color: #9b9a9a;*/
    color: #01a718;
}

.pull-left.day-event.day-highlight {
    border:0 !important;
    border-radius:3px;
    height:auto;
    padding:5px !important;
}
.pull-left.day-event.day-highlight a {
    color:#FFF;
}
.pull-left.day-event.day-highlight .cal-hours {
    color:#FFF;
}

.ui-grid-cell-contents .ui-select-container.ui-select-multiple.ui-select-bootstrap .ui-select-match > span {
    display:block;
    width:100%;
}
/*.ui-grid-cell-contents .ui-select-container.ui-select-multiple.ui-select-bootstrap input {
    width:100%;
}*/

.ui-grid-cell-contents form-control[type="ui-select.multiple.i18n"] .control-label,
.ui-grid-cell-contents form-control[type="ui-select.multiple.i18n.no-sort"] .control-label {
    margin:0px;
}

.ui-grid-cell-contents form-control[type="ui-select.multiple.i18n"] .form-control,
.ui-grid-cell-contents form-control[type="ui-select.multiple.i18n.no-sort"] .form-control {
    background-color: white;
    border: 1px solid #d4d4d4;
}

.ui-grid-cell-contents form-control[type="ui-select.multiple.i18n"] .ui-select-search,
.ui-grid-cell-contents form-control[type="ui-select.multiple.i18n.no-sort"] .ui-select-search {
    margin:0px;
    height:auto;
    font-size:13px;
    width:100% !important;
}

.ui-grid-cell-contents form-control[type="ui-select.multiple.i18n"] .ui-select-bootstrap,
.ui-grid-cell-contents form-control[type="ui-select.multiple.i18n.no-sort"] .ui-select-bootstrap {
    padding:0px;
    bottom:1px
}

.ui-grid-cell-contents form-control[type="ui-select.multiple.i18n"] .ui-select-bootstrap.ng-empty,
.ui-grid-cell-contents form-control[type="ui-select.multiple.i18n.no-sort"] .ui-select-bootstrap.ng-empty {
    height:20px;
}

.ui-grid-cell-contents form-control[type="ui-select.multiple.i18n"] .ui-select-bootstrap .ui-select-match-item,
.ui-grid-cell-contents form-control[type="ui-select.multiple.i18n.no-sort"] .ui-select-bootstrap .ui-select-match-item {
    margin:3px;
    text-align: left;
    width: 94%;
}

.ui-grid-cell-contents form-control[type="ui-select.multiple.i18n"] .ui-select-bootstrap > .ui-select-choices,
.ui-grid-cell-contents form-control[type="ui-select.multiple.i18n.no-sort"] .ui-select-bootstrap > .ui-select-choices {
    border:1px solid #d4d4d4;
    position:relative;
}

.ui-grid-cell-contents form-control[type="ui-select.multiple.i18n"] .ui-select-bootstrap .ui-select-choices-row > a,
.ui-grid-cell-contents form-control[type="ui-select.multiple.i18n.no-sort"] .ui-select-bootstrap .ui-select-choices-row > a {
    padding:3px !important;
    font-size:13px;
}

.ui-grid-cell-contents form-control[type="ui-select.multiple.i18n"] .ui-select-bootstrap .ui-select-choices-row > a:hover,
.ui-grid-cell-contents form-control[type="ui-select.multiple.i18n.no-sort"] .ui-select-bootstrap .ui-select-choices-row > a:hover {
    border-bottom-color:#d4d4d4;
}

.ui-grid-cell-contents form-control[type="ui-select.multiple.i18n"] .ui-select-bootstrap .ui-select-choices-row.active > a,
.ui-grid-cell-contents form-control[type="ui-select.multiple.i18n.no-sort"] .ui-select-bootstrap .ui-select-choices-row.active > a {
    background-color:#3c6a87;
}

.ui-grid-canvas .batch_not_released {
    background-color: #EADDCA !important;
}

form-control[type="datetimepicker"] table.td-hours input {
    width:40px;
    padding:0px;
}

form-control[type="datetimepicker"] table.td-hours .uib-separator {
    padding:0px 2px 0px 2px;
}

.activity-detail {
    cursor:pointer;
}

.activity-origin {
    color:#cac3f3;
}

i.activity-origin.fa-arrow-down{
    color:#a25191;
}

.toast.toast-error::before,
.toast.toast-success::before,
.toast.toast-info::before,
.toast.toast-warning::before
{
    content: "" !important;
}

.td-hours td{
    padding: 0px 8px 0px 8px;
}

.cal-day-box .cal-day-hour-part .cal-day-hour-part-time {
    padding-top:5px;
}

.cal-day-box .day-highlight {
    min-height:25px;
}

.agenda-hourlist-add {
    color:#CCC;
    margin-top: 5px;
    margin-right: 5px;
    cursor:pointer;
}
.agenda-hourlist-add:hover{
    color:#999;
}

.fa-color-blue
{
    color: #207DE7;
}

.fa-color-green
{
    color: #02A404;
}

.fa-color-red
{
    color: #E90101;
}

.agenda-week-more {
    text-align:left;
    height:0px;
    cursor:pointer;
}

.agenda-week-add {
    text-align:right;
    height:0px;
    cursor:pointer;
}

.agenda-title {
    font-size:25px;
    margin-bottom:0px;
}

.agenda-week-add:hover {
    opacity:0.7;
}

.total_records_audit
{
    font-size: 12px;
    padding-top: 0px !important;
}

.audit_not_found
{
    padding-top:12px;
}

/* page 'overflow' fix */
body {
    background-color:#F8EFF6 !important;
}

.table-columns-actions{
    width: 100%;
}

.table-columns-actions td{
    width: 50%;
    text-align: center;
}

@media screen and (max-width: 690px), (min-width: 770px) and (max-width: 950px), (min-width: 992px) and (max-width: 1560px) {
    .ibox-indicator-actions{
        overflow: auto;
    }

    .table-indicator-actions{
        width:99%;
    }
}

@media screen and (max-width: 1024px){

    .table-indicator-actions{
        width:600px
    }
}

#indicators-activities-table {
    height: 240px;
}

/* activities indicators table */
.indicators-activities-table-scroll {
    position: relative;
    max-width: 1280px;
    width:100%;
    height:240px;
    margin: auto;
    display:table;
}
.indicators-activies-wrapper {
    width: 100%;
    display:block;
    height: 240px;
    overflow: auto;
    position:relative;
    z-index:1;
}
.indicators-activities-table-scroll table {
    width: 100%;
    height:240px;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
}
.indicators-activities-table-scroll th,
.indicators-activities-table-scroll td {
    padding: 5px 10px;
    background: #fff;
    vertical-align: top;
}

.indicators-activities-table-scroll tbody th {
    font-weight:normal;
}

.indicators-activies-bg table {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
/*    pointer-events: none;*/
}
.indicators-activies-bg table + table {
    top: auto;
    bottom: 0;
}
.indicators-activies-bg table tbody,
.indicators-activies-bg tfoot {
    visibility: hidden;
    border-color: transparent;
}
.indicators-activies-bg table + table thead {
    visibility: hidden;
    border-color: transparent;
}
.indicators-activies-bg table + table tfoot{
    visibility:visible;
}
.indicators-activies-bg thead th,
.indicators-activies-bg tfoot th,
.indicators-activies-bg tfoot td {
    background: #fff;
}
.indicators-activies-bg {
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    overflow-y:auto;
    /*overflow-y:scroll;*/
}

.indicators-activies-bg thead,
.indicators-activies-bg tfoot,
.indicators-activies-bg thead th,
.indicators-activies-bg tfoot th,
.indicators-activies-bg tfoot td {
    position:relative;
    z-index:2;
}

.indicators-activies-bg thead th {
    border-bottom:1px solid #F3F1F1;
}

.indicators-activies-bg tfoot th,
.indicators-activies-bg tfoot td {
    border-top:1px solid #F3F1F1;
}

.ibox-indicator-actions .same-width-wrapper {
    font-weight:normal;
}

.bold-color {
    color:#0a89a9 !important;
}

.same-width-wrapper {
    display: table;
    table-layout: fixed;
    width:100%;
}
.same-width-wrapper div {
    display: table-cell;
}

.ui-select-bootstrap > .ui-select-choices {
    border-color: #a25191 !important;
}

form-control.schedule-analytics-textarea-bg textarea {
    background-color:#F5F6CE !important;
}
form-control.schedule-culture-textarea-bg textarea {
    background-color:#C3BC97 !important;
    color:#FFF !important;
}
.schedule-analytics-bg {
    background-color:#F5F6CE !important;
}
.schedule-culture-bg {
    background-color:#C3BC97 !important;
    color:#FFF !important;
}
/*
form-control[options$=".phonesOptions"] .form-control {
    color:#FFF;
}
form-control[options$=".phonesOptions"] .btn-default-focus {
    color:#FFF;
}*/


.donor-coordinator-grid-logo {
    margin-bottom:3px;
    max-height:20px;
}

.file-logo-customer {
    max-width: 100%;
    max-height: 35px;
}

.file-photo-patient {
    max-width: 100%;
    max-height: 220px;
}

.ui-select-bootstrap > .ui-select-choices {
    border-color: #a25191 !important;
}

.btn-not-allow-width {
    width:24px;
    cursor: auto;
}

.ag-padding-inside {
    padding:0px !important;
}
.ag-padding-inside div {
    padding:5px;
}

.ui-grid-dates-small date-range-filter-header-template input {
  font-size:0.8em !important;
  font-wieght:normal !important;
}

date-month-range-filter-header-template input::placeholder {
  color: rgb(107, 49, 94);
}

.ui-grid-cell-contents a.btn {
  border-style:solid;
}
.ui-grid-cell-contents a.btn i.fa-edit {
  color:#FFF !important;
}

.nav-third-level li a {
    padding-left: 56px !important;
    font-weight: 300 !important;
}

.nav-third-level li.active a {
    font-weight: bold !important;
}

.nav.nav-third-level>li.active {
    border: none
}

.controlpanel {
    background-color: #FFFFFF;
    padding-top: 20px;
}

.controlpanel-filters-btn {
  cursor:pointer;
  font-size:20px;
}
.controlpanel-filters-btn:hover {
  color:#DDB4CA;
}

.controlpanel-filters-reset {
  /*font-size:0.8em;*/
  cursor:pointer;
  top: -16px;
  height:0px;
  margin-right:5px;
}

.controlpanel-filters-reset:hover .text-danger {
  color:#DDB4CA;
}

.modal-zindex1 {
    z-index: 3000 !important;
}

.modal-scheduled-schedule, .modal-center-code {
  z-index: 2999 !important;
}

.modal-scheduled-schedule .modal-header{
    background-color: #F4DCEF;
    color: #a25191;
}

.check_apply_activity_type_edit{
    color: #a25191;
}

.check_apply_activity_type_not_edit{
    color: #E7E7E7;
}

.line-divisor {
    border-bottom: solid 1px #E7E7E7;
}

.bottom-divisor {
    padding-bottom: 20px;
}

.top-divisor {
    padding-top: 10px;
}

.title-maintenance {
    border-bottom: solid 1px #a25191;
}

.top-button-delete {
    padding-top: 25px;
}

.patient-checked {
    color: #03AF05;
}

.input-date {
    text-align: center;
}

.modal-audits {
    z-index: 3000 !important;
}

#map-panel .panel-body {
  padding:0px;
}

form-control[type="typeahead"] .dropdown-menu {
  max-height:250px;
  overflow-y: scroll;
  margin-top: 0;
  border: 1px solid #a25191;
  border-top: 0;
  border-radius: 0;
  box-shadow: none;
}

form-control[type="typeahead"] a {
  border-radius:0px;
  margin:0px;
  font-size: 14px;
  height:32px !important;
  /*padding: 6px 14px;*/
  /*padding-left:0px;
  padding-right:0px;*/
}

form-control[type="typeahead"] .active {
  background-color:#428bca;
}

form-control[type="typeahead"] input {
  background-color:#FCF4FA !important;
}

form-control[type="typeahead"] .form-control[disabled]{
  background-color:#eee !important;
}

/* control panel filter fix */
/* cp-filter form-control[type="ui-select.multiple.i18n"] input,
cp-filter form-control[type="ui-select.multiple"] input {
    width:100% !important;
} */
form-control[type="ui-select.multiple"] input,
form-control[type="ui-select.multiple.i18n"] input, form-control[type="ui-select.multiple.i18n.ids"] input {
    width:100% !important;
}

.btn-success-patients {
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

.lightblue {
    color:#70BBE1 !important;
}
.ibox-indicator-lightblue {
    background-color:#70BBE1 !important;
    color: #FFFFFF !important;
}
.lightblue-border {
  border-color:#70BBE1 !important;
}

.btn-lightblue {
    background-color: #70BBE1 !important;
    border-color: #70BBE1 !important;
    color:#FFF;
}

.lightgreen {
    color:#A3CB84 !important;
}
.ibox-indicator-lightgreen {
    background-color:#A3CB84 !important;
    color: #FFFFFF !important;
}

.lightorange {
    color:#DC9650 !important;
}
.ibox-indicator-lightorange {
    background-color:#DC9650 !important;
    color: #FFFFFF !important;
}

.modal-gynecologist-patients-treatments .modal-dialog {
    width:1000px;
}

.modal-center-codes .modal-dialog {
    width:1000px;
}

.modal-terms-conditions .modal-dialog {
    width:1000px;
}

.lightgray {
    color:#DFDFDF !important;
}
.ibox-indicator-lightgray {
    background-color:#DFDFDF !important;
    color: #FFFFFF !important;
}

.lightgreen-border {
  border-color:#A3CB84 !important;
}

.lightorange-border {
  border-color:#DC9650 !important;
}

.lightpink {
    color:#BD4A94 !important;
}

.ibox-indicator-lightpink {
    background-color:#BD4A94 !important;
    color: #FFFFFF !important;
}
.lightpink-border {
  border-color:#BD4A94 !important;
}

.btn-lightpink {
    background-color: #BD4A94 !important;
    border-color: #BD4A94 !important;
    color:#FFF;
}

.btn-lightpink:hover {
    color:#FFF !important;
}

.lightred {
    color:#E79898 !important;
}

.ibox-indicator-lightred {
    background-color:#E79898 !important;
    color: #FFFFFF !important;
}
.lightred-border {
  border-color:#E79898 !important;
}

.chocolate {
    color:chocolate	 !important;
}
.ibox-indicator-chocolate {
    background-color:chocolate	 !important;
    color: #FFFFFF !important;
}

.purple {
    color:mediumpurple !important;
}
.ibox-indicator-purple {
    background-color:mediumpurple !important;
    color: #FFFFFF !important;
}

.darkturquoise {
    color:darkturquoise !important;
}
.ibox-indicator-darkturquoise {
    background-color:darkturquoise !important;
    color: #FFFFFF !important;
}

.patients-treatments-visits-indicator .clickable { cursor:pointer; }
.patients-treatments-visits-indicator .clickable:hover { filter: brightness(150%); }
.patients-treatments-visits-indicator .not-clickable i { color:#DEDEDE; }
.patients-treatments-visits-indicator .clickable-dark { cursor:pointer; }
.patients-treatments-visits-indicator .clickable-dark:hover { color:#F8EFF6; }

.padding-top-10
{
    padding-top: 10px !important;
}

.padding-top-20
{
    padding-top: 20px !important;
}

.padding-left-30
{
    padding-left: 20px !important;
}

.float-right {
    float: right !important;
}

/* year indicators */
.year-indicator {
    border: 1px solid #DDD;
    border-radius: 7px;
    background-color:#FFF;
}

.year-indicator .table-wrapper {
    background-color: #FFFFFF;
    font-size:0.9em;
    margin-bottom: 7px;
    overflow:auto;
}

.year-indicator.loading .table-wrapper, .year-indicator.error .table-wrapper {
    min-height:120px;
}
.year-indicator.error, .year-indicator.error .table-wrapper {
    background-color:#F4F4F4;
}

.year-indicator table {
    width:100%;
}

.year-indicator table tr:hover {
    background-color:#F9F9F9;
}

.year-indicator table td, .year-indicator table th {
    margin:0;
    border-top-width:0px;
    padding: 8px;
    padding-top:2px;
    padding-bottom:2px;
}

.year-indicator .column-month {
    text-align:right;
    border-bottom:1px solid #EEE;
}

.year-indicator .column-header-base-columns {
    text-align:center;
    border-bottom:1px solid #EEE;
}

/* .year-indicator .row-title {} */
.year-indicator .row-title-level-0 {
    font-weight:bold;
}
.year-indicator .row-title-level-1 {
    font-weight:bold;
}
/* .year-indicator .row-title-level-2 {} */

.year-indicator .row-total {
    float:left;
    width:100%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 5px;
}
.year-indicator .row-total.clickable { cursor:pointer; }
.year-indicator .row-total.not-clickable { color:#AAA; }

.year-indicator .row-total.row-total-level-1 {
    background-color: #DEDEDE;
}
.year-indicator .row-total.row-total-level-2 {
    color:white;
    background-color: #BBB;
}
.year-indicator .row-total.row-total-level-3 {
    color:white;
    background-color: #CCC;
}
.year-indicator .row-total.row-total-level-4 {
    color:white;
    background-color: #DDD;
}

.year-indicator .row-month {
    padding-top:1px;
    padding-bottom:1px;
    padding-right: 5px;
    padding-left: 5px;

    width: 100%;
    float: left;
    border-radius: 5px;
    /* text-align:center; */
}
.year-indicator table tr.clickable .row-month.clickable { cursor:pointer; }
.year-indicator .row-month.clickable:hover { background-color: #EEE; }
.year-indicator .row-month.not-clickable { color:#AAA; }

.year-indicator .row-month.row-month-level-0 { font-weight:bold; }
.year-indicator .row-month.row-month-level-0.not-clickable { font-weight:normal; }

.year-indicator .btn-expand-children {
    float:right;
    cursor:pointer;
    width:30px;
    text-align:right;
}
a.text-danger{
    color: #D63E61;
}

/* login marketing */

.login-marketing {
    background-attachment: fixed;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-marketing {
    color: #565656;
}
.login-marketing {
    color: #565656;
}
.login-marketing .btn-primary {
    background-color: #c44b95 !important;
    border-color: #c44b95 !important;
}

@media (max-width: 1280.98px) {
    .login-marketing {
        background-image: url(/assets/bg-login-1280.png);
    }
}

@media (min-width: 1281px) and (max-width: 1920.98px) {
    .login-marketing {
        background-image: url(/assets/bg-login-1920.png);
    }
}

@media (min-width: 1921px) {
    .login-marketing {
        background-image: url(/assets/bg-login-full.jpg);
    }
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.th-border-modal-log-fb-leads {
    border-right: 0.5px solid #e2dfdf;
}

@media (min-width: 992px) {
    .modal-xls {
      width: 1250px;
    }
  }

.boton-panel-obt-datos{
    padding: 0px 12px; 
    background-color: #70BBE1; 
    font-size: 12px; 
    margin-left: 5px;
    border: 1px white solid;
}
.ui-grid-viewport {
    overflow-anchor: none;
}