
a.remove {
  content: "";
  width: 35px;
  height: 35px;
  display: inline-block;
  background: url(/Content/img/cross.svg) center no-repeat;
  background-size: cover;
}

.log-out {
  max-width: 60px;
  background: #ff6262;
}

.log-out a:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(/Content/img/svg/icn-log-out.svg) center no-repeat;
  display: inline-block;
}

.login-container {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 100px;
}

.specialties-container {
  overflow: hidden;
}

.invoices-list-container {
  margin: 0;
  padding: 0;
}

.featured {
  padding: 0;
}

.specialties-container .cke_inner div {
  height: 430px !important;
}

.procedures-wrapper,
.packs-wrapper {
  width: 460px;
  float: left;
}

.procedures-wrapper {
  margin-right: 20px;
}

.credit-card-form {
  width: 100% !important;
}

.credit-card-form>div {
  width: 460px;
  float: left;
  padding-right: 10px;
}

.credit-card-expiration>div p,
.credit-card-cvc>div p {
  margin-top: 8px;
  margin-right: 10px;
  text-align: right;
}

.credit-card-expiration {
  display: flex;
}

.credit-card-expiration>div {
  flex: 1;
  margin-right: 10px;
  margin-bottom: 20px;
}

.credit-card-expiration>div:last-of-type {
  margin-right: 0;
}

.credit-card-cvc {
  display: flex;
}

.credit-card-cvc div {
  flex: 1;
}

.credit-card-cvc div:last-of-type {
  flex: 2;
  margin-right: 0;
}

.credit-card-cvc div {
  margin-top: 5px;
  margin-right: 10px;
  text-align: right;
}

.select2-container a {
  height: 36px !important;
}

.select2-container a span {
  padding-top: 5px;
}

.subNavigator {
  background: #009ee0;
  width: 100%;
  position: absolute;
}

.subNavigator a:hover {
  background: #0bb7ff;
} 

.ui-datepicker table td {
  height: 40px;
  padding: 10px;
}

.ui-datepicker-prev {
  background-color: #009ee0;
  color: #fff;
  padding: 5px 10px;
  width: 50%;
  display: block;
  float: left;
}

.ui-datepicker-next {
  background-color: #009ee0;
  color: #fff;
  padding: 5px 10px;
  width: 50%;
  display: block;
  float: left;
  text-align: right;
}

.ui-datepicker-month,
.ui-datepicker-year {
  height: 30px;
}

.ui-datepicker-month {
  width: 50%;
}

.ui-datepicker-year {
  width: 50%;
}

.aside__reports-dropzone {
  text-align: center;
  border: 1px dashed #ccc !important;
  padding: 5px;
  margin: 10px 0 0;
  border-radius: 5px;
  background: #fff !important;
}

.aside__reports a {
  background-color: #009ee0;
  background: linear-gradient(90deg,#50cddb 0,#009ee0 100%);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  width: 100%;
  padding: 5px 0;
  display: block;
  margin-top: 10px !important;
}

.aside-reports--circuit {
  border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}

.aside-reports--circuit .btn {
  position: initial!important;
  padding-top: 5px;
  background:  #009ee0!important;
}

.aside-reports--circuit .btn--red {
  background:  #fd3131!important;
}

.aside-reports--circuit input[type="checkbox"] {
  position: relative;
  top: 1px;
  margin-right: 5px;
  margin-top: 5px;
}

.aside-reports--circuit input[type="checkbox"] + label {
  height: auto;
  margin-top: 5px;
}

/* Estados de la comunicación AXA */
.status-pending {
  color: #009ee0;
  font-weight: bold;
}

.status-pending:before {
  background: #009ee0;
  margin-right: 7px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  top: -1px;
}

.status-rejected {
  color: #f44336;
  font-weight: bold;
}

.status-rejected:before {
  background: #f44336;
  margin-right: 7px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  top: -1px;
}
.status-accepted {
  color: #21a221;
  font-weight: bold;
}

.status-accepted:before {
  background: #21a221;
  margin-right: 7px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  top: -1px;
}
.status-partially-accepted {
  color: #f19813;
  font-weight: bold;
}

.status-partially-accepted:before {
  background: #f19813;
  margin-right: 7px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  top: -1px;
}

#sticker {
  z-index: 9 !important;
}

.appointment-list__header {
  border-bottom: 1px solid #e4e4e4;
  padding: 0 15px;
}

.appointment-list__header p {
  font-size: 15px;
  margin: 5px 0;
  font-weight: bold;
}

.ui-datepicker-calendar td {
  font-size: 0.9rem;
  font-weight: bold;
}

.ui-datepicker-title {
  height: 80px;
  background: #fff;
  padding-top: 37px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding-left: 5px;
  padding-right: 5px;
}

.ui-datepicker-title select:first-of-type {
  margin-right: 5px;
}

.ui-datepicker-month {
  width: calc(50% - 10px);
}

.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  background: #fff;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
  padding: 2px 5px;
}

.autocomplete-no-suggestion {
  padding: 2px 5px;
}

.autocomplete-selected {
  background: #f0f0f0;
}

.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}

.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 0.9rem;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}

.health-care-petition {
  background: #f2f2f2;
  padding: 30px 0;
}

.health-care-petition h4 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
  margin-top: 0;
}

.health-care-petition.content-wrapper {
  max-width: 1080px;
}

.health-care-petition__form {
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 5, 0.3);
  padding: 10px 30px 30px;
}

.health-care-petition__table__services div {
  display: flex;
}

.health-care-petition__table__services p {
  flex: 1;
  margin: 0;
}

.health-care-petition__table__services:first-of-type {
  flex: 3;
}

.health-care-petition__table__services:nth-child(2) {
  flex: 3;
}

.health-care-petition__table__services:nth-child(3) {
  flex: 2;
}

.health-care-petition__table__services__remove {
  content: "";
  background: url(/Content/img/svg/icon-close.svg) center no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  position: relative;
  left: -25px;
}

/* Date component */
.date-component img {
  position: relative;
  top: -10px;
  left: -5px;
}

/* Modules Detail */
.btn--purchases-modules {
  color: #009ee0;
}

.btn--purchases-modules:after {
  content: "";
  background: url(/Content/img/svg/arrow-right-blue.svg);
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 5px;
}

.module__header {
  background-color: #f2f2f2;
  border-top: 1px solid #ccc;
  padding: 10px;
}

.module__header h4 {
  font-size: 8px;
  text-transform: uppercase;
  color: #8a8a8a;
}

.module__header .module__name {
  font-size: 20px;
  color: #424242;
}

.module__header .module__code {
  font-size: 18px;
  color: #424242;
}

.module__header .module__provider {
  font-size: 14px;
  color: #424242;
}

.module__header>.flex-wrapper>div {
  border-right: 1px solid #cacaca;
}

.module__header>.flex-wrapper>div:last-of-type {
  border-right: none;
}

.module__header>.flex-wrapper>.flex-3 {
  padding: 0;
}

.module__header>.flex-wrapper>.flex>div {
  border-bottom: none;
}

.module__header>.flex-wrapper>.flex {
  max-width: 100px;
}

.module__header .flex-5 .btn {
  height: 20px;
  font-size: 10px;
  width: 100px;
  top: 0;
  right: 0;
  padding-top: 4px;
  margin-right: 5px;
}

.module__header .flex-5 .btn+a {
  font-size: 10px;
}

.module__header .flex-5 div {
  border-bottom: none;
  padding: 0;
}

.module__download img {
  width: 15px;
}

.module__download-template__link {
  padding-top: 5px;
}

.module__download-template {
  font-size: 12px !important;
}

.module__download-template .btn--remove {
  margin-left: 5px;
}

.module__documentation-title {
  text-align: center;
  color: #424242;
  font-size: 13px !important;
}

.module__documentation-title+.flex-wrapper {
  padding: 5px 0 !important;
}

/* Modules Table */

.module-table__header {
  background: #153239;
}

.module-table__header p {
  color: #fff;
  font-weight: bold;
}

.module-table__header>div {
  padding: 10px;
  display: flex;
  align-items: center;
}

.module-services-list {
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}

.module-table__list>div {
  padding: 10px;
}

.module-table__list:nth-child(odd) {
  background-color: #f2f2f2;
}

.module-table__list__buttons {
  display: flex;
}

.module-table__list__buttons a {
  position: initial !important;
  top: 0 !important;
  right: 0 !important;
  width: 100px !important;
  height: 20px;
  font-size: 12px;
  padding-top: 3px !important;
  margin: 0 5px;
}

.module-table__list__buttons a:first-of-type {
  margin-left: 10px;
}

/* Surgeries */
.surgeries-creation-wrapper .selectize-input {
  max-height: 35px;
}

.surgeries-creation-wrapper .dossier-link-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.btn--surgeries-purchase-attachment {
  position: initial !important;
  height: 30px !important;
  padding-top: 7px !important;
  width: 200px !important;
  margin-top: 20px;
}

.btn--surgeries-open {
    position: initial !important;
    height: 30px !important;
    padding-top: 7px !important;
    width: 200px !important;
    margin: 0 auto;
    background: #0f0 !important;
border: none !important;
}

.client-budget-authorizations {
    margin:5px 5px;
}

.client-budget-authorizations > table > tr > td {
    height: 25px;
}

.btn--surgeries-close {
    position: initial !important;
    height: 30px !important;
    padding-top: 7px !important;
    width: 200px !important;
    margin: 0 auto;
    background: #ff6262 !important;
    border: none !important;
}

.surgery-search-modal .selectize-input {
  height: 35px;
  padding-top: 0;
}

.surgery-info-wrapper>.flex {
  border-right: 1px solid #ccc;
}

.surgery-info-wrapper>.flex div {
  border-bottom: none !important;
}

.surgery-info-table strong {
  color: #424242;
}

.surgery-status-close {
  color: #ff6262;
  font-weight: bold;
  font-size: 15px;
}

.surgery-title {
  background-color: #cbcbcb;
}

.surgery-title h4 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.btn--remove-surgery-file {
  background: url(/Content/img/icn/icn-trash-grey.svg) center no-repeat;
  border: none;
  outline: none;
  width: 20px;
  height: 20px;
}

.surgery-upload-file {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

/*Comunicación AXA*/
.dossiers__authorization-application__button-wrapper div {
  display: flex;
  justify-content: flex-end;
}

.dossiers__authorization-application__button-wrapper a.btn {
  font-size: 12px;
  position: initial;
  margin-right: 10px;
  margin-bottom: 0;
  height: 25px;
  padding-top: 5px;
  width: auto;
}

.visual-help-dossier-detail {
  display: flex;
  justify-content: flex-end;
}

.visual-help-panel-body {
  position: absolute;
  top: 0;
  left: 0;
}

.visual-help-dossier-detail .visual-help-panel-body {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 99;
  left: auto;
}

.visual-help-panel-body .help-card {
  background-color: #f6fcff;
  border-top: 5px solid #009ee0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  padding: 15px;
  width: 450px;
}

.visual-help-panel-body .help-card>div {
  display: none;
}

.visual-help-panel-body h3 {
  margin-top: 0;
  margin-top: 5px;
  font-size: 0.9rem;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
}

.visual-help-panel-body h3:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #009ee0;
  position: relative;
  top: -2px;
  margin-left: 10px;
}

.visual-help-panel-body h3.open:after {
  transform: rotate(180deg);
}

.visual-help-icon {
  width: 25px;
  margin-bottom: 10px;
}
select+span .highlighted:before {
  content: "";
  background: url(/Content/img/svg/icn-star.svg);
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
}


.tabs-messages-title {
  display: flex;
  justify-content: space-between;
}

.tabs-messages-title .btn {
  margin-right: 0;
}

/* Tabla de petición de proveedores */
.providers-petitions-table {
  margin-bottom: 0;
}

.providers-petitions-table th {
  font-size: 0.9rem;
  text-align: left;
  padding-left: 10px;
}

.providers-petitions-table td {
  text-align: left;
}

.providers-petitions-table__date {
  width: 10%;
}

.providers-petitions-table__provider {
  width: 25%;
}

.providers-petitions-table__provider .btn--link {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 14px;
}

.providers-petitions-table__services {
  width: 25%;
}

.providers-petitions-table__practitioners {
  width: 15%;
}

.providers-petitions-table__button {
  width: 15%;
}

.providers-petitions-table__button button {
  font-size: 14px;
}

.providers-petitions-table__services-details p,
.providers-petitions-table__services-details div {
  display: inline-block;
}

.providers-petitions-table__services-details .btn {
  font-size: 14px;
}

.services-details__list {
  margin-left: 15px;
}

.services-details__list ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style: disc;
  padding-left: 20px;
}

.services-details__list ul .small {
  font-size: 12px;
}



/* Purchases - Search providers by medical services Panel*/
#searchByMedicalServicePanel ul {
  list-style-type: none;
  padding-inline-start: 5px;
  padding-block-end: 4px;
}

#searchByMedicalServicePanel li {
  margin: 10px 0 10px 0;
}

#searchByMedicalServicePanel li:hover {
  background-color: #048ec7;
  color: #FFF;
  margin: 10px 0 10px 0;
}

.noUi-pips-horizontal {
  top: 10px;
  height: 0px;
}

#searchByMedicalServicePanel li > div.provider {
  height: 80px;  
}

#searchByMedicalServicePanel li > div.preferential:before {
  content: "";
  background: url(/Content/img/svg/icn-star.svg);
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  padding: 0;
}

#searchByMedicalServicePanel li.is--pre--selected {
  background-color: #048ec7;
  color: #FFF;
}

.product-selection-tabs{
    display: flex;
    position: relative;
    top: 1px;
}

.product-selection-tabs div{
    width: 275px;
    height: 40px;
    padding: 10px;
    background-color: #b5b5b5;
    border: 1px solid #b5b5b5;
    text-align: center;      
}

.product-selection-tabs > div.active {
    background-color: #fff;
    border-bottom: none;
    font-weight: bold;
}
  
.product-selection-tabs > div a{
    color: #FFF;
    font-size: 0.9rem;
}

.product-selection-tabs > div.active a {
    color: #8c8c8c;
}

.product-selection-wrapper {
  border: 1px solid #ccc;
  background: white;
  padding: 10px 20px 20px;
  margin-bottom: 20px;
}

.product-selection__province, .product-selection__service {
  display: flex;
}

.product-selection__province ul, .product-selection__service ul{
  padding-left: 10px;
  margin-top: 5px;
}

.product-selection__province li , .product-selection__service li {
  padding: 5px;
  cursor: pointer;
  list-style: none;
}

.product-selection__province > div {
  flex: 1;
  max-width: calc(100% / 3);
}

.product-selection__service > div {
  flex: 1;
  max-width: 50%;
}

.product-selection__province > div > div, .product-selection__service > div > div {
  margin-top: 0!important;
}

.product-selection__province input, .product-selection__service input, .product-selection__provider input:not(.checkbox){
    border-radius: 3px;
    background-color: #f3f3f3;
    border: 1px solid #ccd0d4;
    color: #7d7d7d;
    height: 35px;
    padding: 10px;
    width: 100%;
    cursor: pointer;
}

.product-selection__province p, .product-selection__service p, .product-selection__provider p {
  margin-bottom: 5px;
}

.product-selection__province .remove-item, .product-selection__service .remove-item, .product-selection__provider .remove-item {
  position: relative;
}

.product-selection__province .remove-item a, .product-selection__service .remove-item a, .product-selection__provider .remove-item a {
  position: absolute;
  right: 10px;
  top: -27px;
  font-weight: bold;
}

.product-selection__slider {
  padding-left: 15px;
}

.product-selection__slider > div {
  position: relative;
  top: 12px;
}

.product-selection__slider .noUi-pips-horizontal {
  top: 10px;
}

.product-selection__slider p {
  margin-bottom: 5px;
}

.product-selection__provider > div:last-of-type {
  max-width: 50%;
}

.product-selection__provider > div:first-of-type {
  margin-bottom: 10px;
  margin-top: 30px;
}

.product-selection__provider > div:first-of-type label {
  display: inline-block;
}

.product-selection__provider > div:first-of-type label:first-of-type {
  margin-right: 50px;
}

.product-selection__provider .checkbox {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
}

.product-selection__province ul {
  margin-bottom: 0;
  padding-left: 10px;
}
.product-selection__province li {
  list-style: none;
}

.product-selection__provider p + div + div {
  margin-top: 0!important;
}

.product-selection__provider p + div + div ul {
  margin-top: 0;
}

.product-selection__provider p + div + div li {
  padding: 10px 5px 5px;
}

.product-selection__provider table td {
  height: 25px;
}

.product-selection__provider table th {
  height: 25px;
}

.product-selection__provider table tbody tr td.preferential:before {
  content: "";
  background: url(/Content/img/svg/icn-star.svg);
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: 3px;
  padding: 0;
}

.product-selection__provider table a {
  margin-bottom: 0;
  height: 22px;
  padding-top: 0;
  cursor: pointer;
}

.product-selection__provider table .btn {
 padding-top: 5px; 
}

.dossier__surgery a {
    border-radius: 3px;
    background-color: #009ee0;
    background: linear-gradient( 90deg,#50cddb 0,#009ee0 100%);
    border: none;
    color: #fff;
    display: block;
    height: 35px;
    width: 120px;
    padding: 10px;
    text-align: center;
}
