:root {
    --first-main-color: #611232;
    --second-main-color: #9f2241;
    --third-main-color: #966036;
    --fourth-main-color: #bc955a;
    --fifth-main-color: #ddc8a4;

    --first-second-color: #72424c;
    --second-second-color: #b14d5d;
    --third-second-color: #b99373;
    --fourth-second-color: #d6bd9a;
    --fifth-second-color: #eadec9;
}

.bg-header{
    background-color: var(--first-main-color);
    color: var(--fifth-second-color) !important;
}

.bg-header .header-inner a{
    color: var(--fifth-second-color) !important;
}

.tdleft-preview {
    width:20%;
    min-width:200px;
}

.word-break-break-all {
  word-break: break-all;
}

span.normal-white-space .btn {
  white-space : normal !important
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.text-green{
   color: #3fec0c!important
}

.text-red{
   color: #ff0000!important
}

.text-orange{
   color: #ff9c00!important
}

.text-yellow{
   color: #efd52e!important
}

th.rotate {
    /* Something you can count on */
    height: 170px;
    white-space: nowrap;
    /*vertical-align: middle !important;*/
}

.download-btn {
    background: #fafafa;
    border: 1px dashed #eee;
    padding: 30px 50px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(245, 245, 245);
    -moz-box-shadow: 0px 0px 5px 0px rgb(245, 245, 245);
    box-shadow: 0px 0px 5px 0px rgb(245, 245, 245);
}

.download-btn:active {
    background: #f6f6f6;
}

.delete-link {
    color: #e43434;
}

.disabled {
    color: #ccc;
}

.disabled-textEditor {
    /*pointer-events: none;*/
    color: #ccc;
}

#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}

th.rotate>div {
    transform: /* Magic Numbers */
    translate(11px, 65px)
    /* 45 is really 360 - 45 */
    rotate(270deg);
    width: 25px;
}

th.normal {
    vertical-align: bottom !important;
}

th.rotate>div>span {
    /*border-bottom: 1px solid #ccc;*/
    padding: 5px 10px;
}

.section {
    background: white !important;
}

/*Fix bug on ui-select when text dont size width*/

div.multiline-select .ui-select-bootstrap .ui-select-choices-row>a {
    white-space: normal;
}


/*New styles for Efimed Tiles - Productivity*/

.widget-consults:after {
    background-image: url("../img/efimed/consultas.jpg");
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
    opacity: .5;
}

.widget-consults:before {
    background-repeat: repeat-x;
    content: " ";
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.widget-diagnosis:after {
    background-image: url("../img/efimed/diagnostico.jpg");
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
    opacity: .4;
}

.widget-diagnosis:before {
    background-repeat: repeat-x;
    content: " ";
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.widget-chronics:after {
    background-image: url("../img/efimed/cronicos.jpg");
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
    opacity: .69;
}

.widget-chronics:before {
    background-repeat: repeat-x;
    content: " ";
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.widget-birth-control:after {
    background-image: url("../img/efimed/prenatal.jpg");
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
    opacity: .4;
}

.widget-birth-control:before {
    background-repeat: repeat-x;
    content: " ";
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.widget-family-planning:after {
    background-image: url("../img/efimed/planificacion.jpg");
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
    opacity: .5;
}

.widget-family-planning:before {
    background-repeat: repeat-x;
    content: " ";
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.widget-infants:after {
    background-image: url("../img/efimed/nutricion.jpg");
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
    opacity: .5;
}

.widget-infants:before {
    background-repeat: repeat-x;
    content: " ";
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.hide-screen {
    display: none !important;
}

@media print {
    /*.panel .page-break{
    page-break-inside: always;
  }*/
    .no-print {
        display: none !important;
    }
    .hide-screen {
        display: block !important;
    }
}


/*HBOX*/

.hbox {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
}

.hbox {
    display: table;
    width: 100%;
    height: 100%;
    border-spacing: 0;
    table-layout: fixed;
    /*min-height: 450px;*/
}

.hbox .col {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top;
}

.vbox {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 240px;
    border-spacing: 0;
}

.vbox .row-row {
    display: table-row;
    height: 100%;
}

.vbox .row-row .cell {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.ie .vbox .row-row .cell {
    display: table-cell;
}

.vbox .row-row .cell .cell-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.scrollable {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.scrollable.hover {
    overflow-y: hidden !important;
}

.scrollable.hover:hover {
    overflow: visible !important;
    overflow-y: auto !important;
}

.smart .scrollable {
    overflow-y: auto !important;
}

.no-bg {
    color: inherit;
    background-color: transparent;
}

.list-group {
    border-radius: 2px;
}

.list-group-item.select {
    position: relative;
    z-index: 1;
    background-color: #dbeef9 !important;
    border-color: #c5e4f5;
}

.list-group.no-radius .list-group-item {
    border-radius: 0 !important;
}

.list-group.no-borders .list-group-item {
    border: none;
}

.list-group.no-border .list-group-item {
    border-width: 1px 0;
}

.list-group.no-bg .list-group-item {
    background-color: transparent;
}

.input-md.no-bg {
    background-color: transparent;
}


/*.list-group.no-bg .list-group-item {
  background-color: transparent;
}
*/


/*weight*/

.w-1x {
    width: 1em;
}

.w-2x {
    width: 2em;
}

.w-3x {
    width: 3em;
}

.w-xxs {
    width: 60px;
}

.w-xs {
    width: 90px;
}

.w-sm {
    width: 150px;
}

.w {
    width: 200px;
}

.w-md {
    width: 240px;
}

.w-lg {
    width: 280px;
}

.w-xl {
    width: 320px;
}

.w-xxl {
    width: 360px;
}

.w-full {
    width: 100%;
}

.w-auto {
    width: auto;
}

.h-auto {
    height: auto;
}

.h-full {
    height: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hbox-auto-sm {
        display: block;
    }
    .hbox-auto-sm>.col {
        display: block;
        width: auto;
        height: auto;
    }
    .hbox-auto-sm>.col.show {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .hbox-auto-xs {
        display: block;
    }
    .hbox-auto-xs>.col {
        display: block;
        width: auto;
        height: auto;
    }
}


/*WRAPPERS PADDERS*/

.wrapper-xs {
    padding: 5px;
}

.wrapper-sm {
    padding: 10px;
}


/*.wrapper {
  padding: 15px;
}
*/

.wrapper-md {
    padding: 20px;
}

.wrapper-lg {
    padding: 30px;
}

.wrapper-xl {
    padding: 50px;
}

.padder-lg {
    padding-right: 30px;
    padding-left: 30px;
}

.padder-md {
    padding-right: 20px;
    padding-left: 20px;
}

.padder {
    padding-right: 15px;
    padding-left: 15px;
}

.padder-v {
    padding-top: 15px;
    padding-bottom: 15px;
}


/*Margins*/

.m-0 {
    margin: 0;
}

.m-xxs {
    margin: 2px 4px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m {
    margin: 15px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-xl {
    margin: 50px;
}

.m-n {
    margin: 0 !important;
}

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

.m-l-xs {
    margin-left: 5px;
}

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

.m-l {
    margin-left: 15px;
}

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

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-xxl {
    margin-left: 50px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-l-n-xxl {
    margin-left: -50px;
}

.m-t-none {
    margin-top: 0 !important;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-xxl {
    margin-top: 50px;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-t-n-xxl {
    margin-top: -50px;
}

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

.m-r-xxs {
    margin-right: 1px;
}

.m-r-xs {
    margin-right: 5px;
}

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

.m-r {
    margin-right: 15px;
}

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

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}

.m-r-xxl {
    margin-right: 50px;
}

.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-r-n-xxl {
    margin-right: -50px;
}

.m-b-none {
    margin-bottom: 0 !important;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xsx {
    margin-bottom: 3px;
}

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

.m-b-sm {
    margin-bottom: 10px;
}

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

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

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-sxl {
    margin-bottom: 60px;
}

.m-b-xxl {
    margin-bottom: 50px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

.m-b-n-xxl {
    margin-bottom: -50px;
}

.spinner {
    display: inline-block;
    opacity: 0;
    max-width: 0;
    -webkit-animation: spin .8s infinite linear;
    -moz-animation: spin .8s infinite linear;
    -o-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    /* IE 9 */
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.has-spinner.active {
    cursor: progress;
}

.has-spinner.active .spinner {
    opacity: 1;
    max-width: 50px;
    /* More than it will ever come, notice that this affects on animation duration */
}

div.overflow-horizontal {
    overflow-x: auto;
    white-space: nowrap;
}

div.overflow-horizontal [class*="col"],

/* TWBS v3 */

div.overflow-horizontal [class*="span"] {
    /* TWBS v2 */
    display: inline-block;
    float: none;
    /* Very important */
}


/*Marcello*/

.m-t-10 {
    margin-top: 20px;
}

.m-t-m-15 {
    margin-top: -15px;
}

.m-t-m-33 {
    margin-top: -33px;
}

.muted-color {
    color: #a5a5a5;
}

.text-super-muted {
    opacity: .8;
}

.fs-17 {
    font-size: 17px;
}

.fs-20 {
    font-size: 20px;
}

.fs-25 {
    font-size: 25px;
}

.fs-30 {
    font-size: 30px;
}

.nav-tabs-simple>li:after {
    background-color: #e30074 !important;
}

.nav-tabs.package>li>a {
    padding: 10px 30px 5px 0;
}

.baia-baia {
    font-family: 'Montserrat';
}

.prettyGreen {
    color: #69B75E;
}

.prettyYellow {
    color: #ffd96f;
}

.prettyRed {
    color: #e74c3c;
}

.prettyLightBlue {
    color: #1db9b5;
}

.incompleteZipCodeRed {
  color: #f79a97;
}
.zip-code-alert-padding{
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 7px;
}
.dark-icon {
    color: #808080;
}

.green-icon {
    color: #a3d2a3;
}

.green-icon-2 {
    color: #6bca6b;
}

.red-icon {
    color: #f77e7b;
}

.gray-icon {
    color: #e8e3e3;
}

.text-justify {
    text-align: justify;
}

hr.dashed {
    border-top: dashed 1px;
    color: rgba(206, 206, 206, 0.92);
    margin-top: 15px;
    margin-bottom: 5px;
}

.indicator {
    font-size: 16px;
    color: #e30074;
    margin-top: 10px;
}

div.indicator {
    font-size: 13px;
    color: #e30074;
    margin-top: 10px;
    display: inline-block;
    text-align: right;
    line-height: 0px;
}

.m-t-n-10 {
    margin-top: -10px;
}

.p-l-16 {
    padding-left: 16px !important;
}

.m-b-7 {
    margin-bottom: 7px;
}

.m-b-15 {
    margin-bottom: 0;
}

.m-b-m-15 {
    margin-bottom: -15px;
}

.c-title>.content {
    font-size: 15px;
    line-height: 18px;
}

.c-title>.title {
    color: #ef4ea0;
}

.derecha{
    float: right;
}

.izquierda{
    float: left;
}

.package-file {
    width: 20%;
    float: left;
}

.package-file>.image {
    width: 50px;
    margin-left: -12px;
}

.package-file>.description {
    margin-top: 10px;
    font-size: 13px;
    line-height: 14px;
}

.package-file>.download {
    font-size: 18px;
    margin-top: 3px;
    color: #cccbcb;
}

.package-file>.download>span {
    cursor: pointer;
}

.package-file>.download>span:hover {
    transition: .5s;
    color: #6f6f6f;
}

.diagnosis-box {
    border-radius: 2px;
    border: 1px solid #e4e4e4;
    margin-bottom: 10px;
}

.diagnosis-box>.title {
    padding: 3px 10px;
    border-radius: inherit;
    background: #f5f5f6;
}

.diagnosis-box>.box-content {
    border-radius: inherit;
    padding: 5px 0px;
}

.diagnosis-box>.title.principal>span {
    color: #ffcf67;
}

.fs-11 {
    font-size: 11px;
}


/**/

.timelineCustom {
    white-space: nowrap;
    overflow-x: auto;
    padding: 0px 0 55px 0;
    position: relative;
}

.itemTime {
    display: inline-block;
    vertical-align: top;
    color: gray;
    padding: 0 0 5px 0;
    font-size: 12px;
    text-align: center;
    position: relative;
    min-width: 150px;
    max-width: 150px;
    margin: 0 10px 0 10px;
}

.itemTime img {
    display: block;
    max-width: 40px;
    height: auto;
    margin: 0 auto;
}

.itemTime h2 {
    font-size: 15px;
    margin: 0;
}

.itemTime .textCustom {
    white-space: normal;
    font-size: 10px;
    line-height: 14px;
}

.itemTime:before {
    content: '';
    display: block;
    background: #E45AA1;
    width: 5px;
    height: 30px;
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin-left: -2px;
    z-index: 1;
}

.itemTime:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 10px;
    border: 4px solid #E45AA1;
    position: absolute;
    left: 50%;
    bottom: -45px;
    margin-left: -8px;
    z-index: 2;
}

.timelineBar:not(.timelineCustom) {
    height: 5px;
    background: #eee;
    width: 100%;
    position: relative;
    bottom: -34px;
    left: 0;
}

.scroll::-webkit-scrollbar {
    height: 7px;
    float: left;
    text-align: left;
    overflow-x: hidden;
}

.scroll::-webkit-scrollbar-thumb:horizontal:hover {
    background: #838383;
}

.scroll::-webkit-scrollbar-track {
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #D2D2D2;
}

.h2Custom {
    font-size: 30px;
    font-family: inherit;
    font-weight: lighter;
    margin-bottom: 15px;
    line-height: 30px;
}

.h3Custom {
    font-size: 17px;
    font-family: inherit;
    font-weight: lighter;
    margin-bottom: 15px;
}

.c-alert {
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    padding: 6px 10px 6px 10px;
    border-radius: 3px;
    font-size: 13px;
    border-width: 0;
    margin: 10px 0 -1px 0;
}

.c-alert.info {
    background-color: #daeffd;
    color: #2b6a94;
    border-color: #2b6a94;
}


/**/

.custom-link {
    cursor: pointer;
}

.custom-link.gray {
    color: #2f2f2f;
    transition: .5s;
}

.custom-link.gray:hover {
    color: #e20075;
    transition: .5s;
}

.likeButton {
    cursor: pointer;
}

.customLink {
    color: #E30074;
    transition: .5s;
}

.customLink:hover {
    color: #2f2f2f;
    transition: .5s;
}

.customLinkDock {
    color: #95a5a6;
    font-size: 18px;
    display: inline-block;
    margin: 0 8px 0 8px;
    transition: .5s;
    text-align: center;
}

.customLinkDock>div {
    line-height: -2px;
}

.customLinkDock>div>span {
    font-size: 15px;
    text-align: center;
}

.customLinkDock:hover {
    color: #E30074;
    transition: .5s;
}

.quantityDiv {
    width: 100px;
    border-bottom: 1px solid #D8D8D8;
    margin-left: 10px;
    height: 23px;
}

.quantityInput {
    width: 100px;
    font-size: 13px;
    color: gray;
    height: 23px;
}

.borderHidden {
    border: hidden;
}

.noPaddNoMar {
    padding: 0 !important;
    margin: 0 !important;
}

.p-b-0 {
    padding-bottom: 0!important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-5{
    padding-bottom: 5px!important;
}

.p-r-11 {
    padding-right: 11px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

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

.p-t-15 {
    padding-top: 15px !important;
}

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

.p-t-23 {
    padding-top: 23px !important;
}

.p-t-25 {
    padding-top: 25px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-t-3 {
    padding-top: 3px !important;
}

.overflowHidden {
    overflow: hidden;
}

.inBlock {
    display: inline-block;
}

.fw-light {
    font-weight: lighter;
}

.animate-show {
    line-height: 20px;
    opacity: 1;
    padding: 10px;
    border: 1px solid black;
    background: white;
}

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

.m-l-m-5 {
    margin-left: -5px;
}

.m-l-m-6 {
    margin-left: -6px;
}

.m-l-m-7 {
    margin-left: -7px;
}

.m-l-m-8 {
    margin-left: -8px;
}

.m-l-m-9 {
    margin-left: -9px;
}

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

.m-15 {
    margin: 15px;
}

.panelTitleLeft {
    font-weight: bold;
    font-size: 12px;
    font-family: 'Montserrat';
    /*float: left;*/
}

.panelTitleLeft .icon-find {
    position: relative;
    float: right;
    top: -28px;
    margin-right: 10px;
    height: 5px;
    color: #adadad;
}

.panelTitleRight {
    font-family: 'Montserrat';
    float: right;
}

.form-controlCustom {
    display: block;
    font-family: sans-serif;
    border: 0;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
}

.circulo {
    height: 30px;
    width: 30px;
    display: table-cell;
    text-align: center;
    font-size: 10px;
    vertical-align: middle;
    border-radius: 50%;
    background: #626262;
    color: white;
}


/*Custom visible xlg*/

.visible-xlg-inline,
.visible-xlg-inline-block {
    display: none !important;
}

@media (min-width: 1350px) {
    .visible-xlg-inline {
        display: inline !important;
    }
}

@media (min-width: 1350px) {
    .visible-xlg-inline-block {
        display: inline-block !important;
    }
}


/*@Override radius btn*/

.btn {
    border-radius: 0px;
}


/*DateRangePicker*/

.daterangepicker .ranges li {
    font-size: 12px;
    border-radius: 0;
}

.daterangepicker .ranges .daterangepicker_start_input label,
.daterangepicker .ranges .daterangepicker_end_input label {
    color: #616f77;
    text-transform: none;
}

.daterangepicker .ranges .input-mini {
    border-radius: 0;
    color: #616f77;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.daterangepicker .ranges .input-mini:focus {
    outline: 0;
    border: -webkit-focus-ring-color auto 1px;
}

.daterangepicker .input-mini.active {
    border: 1px solid #357ebd;
}

.daterangepicker .ranges li {
    color: #e30074;
}

.daterangepicker .ranges>.active {
    background-color: #e30074;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
    background-color: #e30074;
    border: 1px solid #e30074;
    color: #fff;
}


/*Custom ui-select*/

.ui-select-bootstrap>.ui-select-match>.btn {
    background: transparent;
}

.isDisabled>.ui-select-bootstrap>.ui-select-match>.btn {
    background: transparent;
    color: black;
    border: none;
}

.bg-transparent>.ui-select-bootstrap>.ui-select-match>.btn {
    background: transparent;
}

.no-border>.ui-select-bootstrap>.ui-select-match>.btn {
    border: 0px;
}

.ui-select-match>.btn>.btn-link {
    margin: 0px 5px;
    padding: 0px;
    color: #999;
}

.bg-transparent>.ui-select-bootstrap>input {
    background-color: transparent;
    border: none;
}


/*equal height*/

.equal,
.equal>div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-end;
    align-content: flex-end;
}


/* Callouts */

.bs-callout {
    padding: 10px 0 10px 0;
    margin: 10px 0 25px 0;
    border: 1px solid #eee;
    border-left-width: 8px;
    border-radius: 6px;
    background: white;
    box-shadow: 2px 2px 5px #bdc3c7
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout div:last-child {
    margin-bottom: 0;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout+.bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
}

.bs-callout-default h4 {
    color: #777;
}

.bs-callout-primary {
    border-left-color: gray;
}

.bs-callout-primary h4 {
    color: #921d61;
}

.bs-callout-success {
    border-left-color: #5cb85c;
}

.bs-callout-success h4 {
    color: #5cb85c;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-info h4 {
    color: #5bc0de;
}


/*Baia baia*/


/* Layout */

.center-menu {
    height: 50%;
    display: block;
    width: 100%;
}

.menu {
    position: absolute;
    top: 0;
}

.menu a {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s linear, top 0.2s linear, left 0.2s linear, visibility 0.2s linear;
}

.menu-open:checked~.menu a {
    visibility: visible;
    opacity: 1;
}

.menu-open:checked~.menu a:nth-child(1) {
    top: 33px;
}

.menu-open:checked~.menu a:nth-child(2) {
    top: 66px;
}

.menu-open:checked~.menu a:nth-child(3) {
    top: 99px;
}

.menu-open:checked~.menu a:nth-child(4) {
    top: 100px;
}

.menu-open:checked~.menu a:nth-child(5) {
    top: 125px;
}


/* Checkbox */

.menu-open {
    display: none;
}

.menu-button {
    height: 30px;
    width: 30px;
    display: table-cell;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    border-radius: 50%;
    background: #626262;
    color: white;
    cursor: pointer;
}

.menu-button:hover {
    opacity: .5px;
}


/* Menu items */

a.icon {
    height: 30px;
    width: 30px;
    display: table-cell;
    text-align: left;
    border-radius: 50%;
    background: #bdc3c7;
    cursor: pointer;
    font-size: 0px;
    color: rgba(0, 0, 0, 0);
}

a.icon:before {
    position: absolute;
    color: white;
    font-size: 16px;
    right: 8px;
    top: 7px;
}

a.icon:hover:before {
    color: #626262;
}

.CustomThumbnail {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 0 3px 0 0;
}

.CustomThumbnail img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.main-button {
    padding: 4px 15px 4px 15px;
    border: 0;
    border-radius: 3px;
    opacity: 1;
}

.main-button:disabled {
    opacity: .5;
}

.main-button:active {
    box-shadow: 0 5px var(--second-main-color);
    transform: translateY(1px);
}

.main-button-main {
    background: var(--first-main-color);
    box-shadow: 0 2px 0px 0px var(--second-main-color);
    color: var(--fifth-second-color);
}

.main-button-main:focus {
    box-shadow: 0 0px 5px 1px var(--second-second-color);
}

.main-button-main:hover {
    box-shadow: 0 0px 5px 1px var(--second-second-color);
}

.main-button-black {
    background: #2F2F2F;
    box-shadow: 0 2px 0px 0px black;
    color: white;
}

.main-button-red {
    background: #e74c3c;
    box-shadow: 0 2px 0px 0px #c0392b;
    color: white;
}
.main-button-red:hover {
    box-shadow: 0 2px 0px 0px #c0392b;
}

.main-button-gray {
    /*background: #b2b3b3;*/
    background: #777;
    box-shadow: 0 2px 0px 0px #7f8c8d;
    color: white;
}

.main-button-gray:focus {
    /* background: #b2b3b37d; */
    box-shadow: 0 0px 5px 3px #b2b3b37d;

}

.main-button-rose {
    background: #E30074;
    box-shadow: 0 2px 0px 0px #ab140a;
    color: white;
}

.main-button-rose:focus {
    /* background: #ef7cad; */
    box-shadow: 0 0px 5px 1px #ef7cad;
}

.main-button-gray:hover {
    /* box-shadow: 0 2px 0px 0px #b2b3b37d; */
    box-shadow: 0 0px 5px 3px #b2b3b37d;
}

.main-button-rose:hover {
    /* box-shadow: 0 2px 0px 0px #ef7cad; */
    box-shadow: 0 0px 5px 1px #ef7cad;
}

/* .main-button-rose:focus {
    outline: pink solid 3px !important;
}

.main-button-black:focus {
    outline: pink solid 3px !important;
}

.main-button-gray:focus {
    outline: rgb(135, 135, 135) solid 3px !important;
} */

.main-button-black:hover {
    box-shadow: 0 2px 0px 0px black;
}

.main-button-blue {
    background: #445569;
    box-shadow: 0 2px 0px 0px #2d3946;
    color: #fff;
}

.main-button-blue:hover {
    box-shadow: 0 2px 0px 0px #2d3946;
}

.main-button-secondary {
    background: var(--fourth-main-color);
    box-shadow: 0 2px 0px 0px var(--third-second-color);
    color: var(--fifth-second-color);
}

.main-button-secondary:hover {
    /* background: #20b9b6b5;
    box-shadow: 0 2px 0px 0px #20b9b6b5; */
    box-shadow: 0 0px 5px 1px var(--first-second-color);
}

.main-button-secondary:focus {
    /* border: 2px solid #22d9d7 */
    box-shadow: 0 0px 5px 1px var(--first-second-color);
}

.main-button-turquoise {
    background: #20b9b6;
    box-shadow: 0 2px 0px 0px #20b9b6;
    color: #fff;
}

.main-button-turquoise:hover {
    /* background: #20b9b6b5;
    box-shadow: 0 2px 0px 0px #20b9b6b5; */
    box-shadow: 0 0px 5px 1px #20b9b6b5;
}

.main-button-turquoise:focus {
    /* border: 2px solid #22d9d7 */
    box-shadow: 0 0px 5px 1px #20b9b6b5;
}

.main-button-turquoise-default {
    background: #20b9b6;
    box-shadow: 0 2px 0px 0px #20b9b6;
    color: #fff;
}

.main-button-turquoise-default:hover {
    background: #20b9b6b5;
    box-shadow: 0 2px 0px 0px #20b9b6b5;
}

.main-button-turquoise-default:focus {
    background: #20b9b6b5
}


.cursor-pointer {
    cursor: pointer !important;
}

.disable-all {
    pointer-events: none;
}

.patien-button-black {
    cursor: pointer;
    float: right;
    margin-top: -22px;
}

.modal {
    z-index: 20000 !important;
}

.scheduleDay {
    margin-top: 15px;
}

.scheduleRow {
    margin-bottom: 10px;
}

.shedureHourNoValid {
    border: 1px solid #ce1f1f;
}

.shedureDisabled {
    background-color: #e8e8e8;
    color: #909090;
    cursor: not-allowed;
}

.datepicker-dropdown-modal {
    z-index: 30000 !important;
}

.modalX .dropdown-menu {
    z-index: 30001 !important;
}

.invisibleInput {
    position: absolute;
    /*width : 0px;
    height: 0px;*/
    background: transparent;
    margin: 0;
    padding: 0;
    border: none;
    z-index: -1;
}

.cursorPointer {
    cursor: pointer !important;
}

.pgn-wrapper {
    z-index: 100000000 !important;
}

.efimed-box {
    background: white;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    margin-bottom: 15px;
    box-shadow: 1px 5px 5px -4px #cacaca;
}

.efimed-header {
    background: #19B8B4;
    color: white;
    padding: 3px 0 3px 10px;
}

.efimed-content {
    padding: 3px 0 3px 10px;
    line-height: 2;
}

.efimed-options {
    display: inline-block;
    color: white;
    background: #334457;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 3px;
    cursor: pointer;
    transition: .5s;
}

.efimed-options:hover {
    background: #738396;
    transition: .5s;
}

.pre-container {
    padding: 0 5px 0 5px;
}

.mini-container {
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    padding: 0px 10px 10px 10px;
    margin-bottom: 10px;
}

.back-label {
    float: right;
    margin-top: 2px;
}

.back-label>span {
    color: #0090d9;
}

.panel-title-custom {
    padding-top: 10px !important;
    margin-bottom: -10px !important;
    font-size: 14px;
    color: #868686;
}



/* .animate-if.ng-enter,
  .animate-if.ng-leave {
      transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.1s;
  }

  .animate-if.ng-enter,
  .animate-if.ng-leave.ng-leave-active {
      opacity: 1;
  }

  .animate-if.ng-leave,
  .animate-if.ng-enter.ng-enter-active {
      opacity: 1;
  } */

.c-photo {
    width: 19%;
    display: inline-block;
}

.c-patient-data {
    width: 80%;
    display: inline-block;
}

.panel .panel-body.c-panel {
    padding: 0px 0px;
    margin: 0px;
}

.nav-tabs-fillup~.tab-content {
    padding: 20px 25px 0px 25px !important;
}

td.c-td {
    padding: 0 !important;
}

.rep-cons-ref-canc {
    position: relative;
    top: -18px;
    left: 16px;
}

.rep-cons-ref-canc-age {
    position: relative;
    top: -19px;
}

.c-panel-item>a {
    transition: 1s;
    color: #bdbdbd;
}

.c-panel-item>a:hover {
    transition: 1s;
    color: #ec4d9e;
}

.c-panel-item>a>span{
    font-size: 30px;
}

span.step {
    background: var(--first-main-color);
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: white;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em;
}

label.required::after {
    content: ' *';
    color: red;
    height: 94%;
    overflow:hidden;
}

/* ------------------------------ Agenda ---------------------------------*/

.panel-margin-schedule {
    margin-right: 4px !important;
    margin-left: 6px !important;
}

.panel-padding-schedule {
    padding: 10px !important;
    /*background-image: linear-gradient(to bottom,#fff,#2296E4);*/
}

.padding-right-0 {
    padding-right: 0px !important;
}

.active-schedule {
    color: rgb(34,150,228) !important;
}

.panel-schedule-list-icon {
    cursor: pointer;
    margin-left: 5px;
    color: #777;
}

.panel-schedule-list-icon:hover {
    color: #333;
}


/* --------------------------- Inicia lista eventos de semana -----------------------------*/

.list-events {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1999;
    width: 300px;
    border-left: 1px solid rgb(210,210,210);
    border-bottom: 1px solid rgb(210,210,210);
    background-color: rgb(245,245,245);
    overflow-y: auto;
    overflow-x: hidden;
    bottom: 3px;
}

.list-events .header-info {
    border-bottom: 1px solid rgb(240,240,240);
    background-color: rgb(200,200,200);
    padding-top: 2px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 25px;
}

.list-events .header-info-close {
    position: relative;
    top: -21px;
    left: 5px;
    cursor: pointer;
    width: 15px;
}

.list-events .header-info-close {
  opacity: 0.7;
}

.list-events .header-info-close:hover {
  opacity: 1;
}

.list-events .list-info {
    width: 300px;
    height: auto;
    /*height: 1018px;*/
    overflow-y: auto;
    overflow-x: hidden;
}

.list-events .list-info .day-info {
    position: relative;
    width: 290px;
    margin-left: 5px;
    border-bottom: 1px solid rgb(200,200,200);
}

.list-events .list-info .day-info .hours {
    margin-bottom: 5px;
}

.list-events .list-info .day-info .specialty {
    font-weight: bold;
}

.list-events .list-info .day-info .schedule-opstions {
    position: absolute;
    top: 10px;
    right: 13px;
    font-size: 20px;
}

.no-schedule-day {
    width: 100%;
    text-align: center;
    line-height: 160px;
    font-weight: bold;
    font-style: italic;
}

.list-events .no-schedule {
  width: 100%;
  text-align: center;
  height: 10%;
  padding-top: 20px;
}

.list-events .no-schedule-plus {
  width: 100%;
  text-align: center;
  height: 63px;
  padding-top: 10px;
  margin-top: 30px;
  font-size: 14px;
  color: #353535;
}

.list-events .no-schedule-plus i {
  font-size: 25px;
}

.list-events .bar-pagination {
  width: 100%;
  text-align: center;
}

.list-events .text-primary {
  color: #0090d9 !important
}

.list-events .text-danger{
  color: #d40b0bbf!important
}

.list-events .text-success{
   color: #35944b!important
}

.list-events .text-black {
  color: #000000d4 !important;
}

.list-events .header-info-total {
    font-weight: bold;
    position: relative;
    top: -40px;
    width: 30px;
    left: 257px !important;
}

.list-events .bar-pagination {
  width: 100%;
  text-align: center;
  margin-left: 10px;
}

.list-events .patient-title {
  width: 228px;
}

/* --------------------------- Fin lista eventos semana -------------------------*/

/* ------------------ Lista eventos mes/anio en calendario --------------------*/
.calendar-list-events {
    position: absolute;
    top: 169px;
    right: 0;
    z-index: 799;
    width: 265px;
    border: 1px solid rgb(210,210,210);
    background-color: rgb(245,245,245);
    overflow: hidden;
}

.calendar-list-events .header-info {
    border-bottom: 1px solid rgb(240,240,240);
    background-color: rgb(200,200,200);
    font-weight: bold;
    width: 100%;
    height: 21px;
    padding-left: 4px;
}

.calendar-list-events .header-info-total {
    font-weight: bold;
    position: relative;
    top: -21px;
    text-align: right;
    padding-right: 29px;
}

.calendar-list-events .list-info {
    width: 100%;
    font-size: 12px;
    min-height: 332px;
}

.calendar-list-events .list-info .day-info {
    position: relative;
    width: 100%;
    margin-left: 5px;
    border-bottom: 1px solid rgb(200,200,200);
}

.calendar-list-events .list-info .day-info .hours {
    margin-bottom: 5px;
}

.calendar-list-events .list-info .day-info .specialty {
    font-weight: bold;
}

.calendar-list-events .list-info .day-info .schedule-options {
    position: absolute;
    top: 6px;
    right: 12px;
    font-size: 18px;
}

.calendar-list-events .list-info .status {
    color: #0e0e0ecf;
}

.calendar-list-events .text-primary {
    color: #0090d9 !important
}

.calendar-list-events .list-info .text-danger{
    color: #d40b0bbf!important
}

.calendar-list-events .list-info .text-success{
    color: #35944b!important
}

.calendar-list-events .text-black {
    color: #000000d4 !important;
}

.calendar-list-events .bar-pagination {
  width: 100%;
  text-align: center;
  margin-left: 10px;
  padding-top: 10px;
}

.calendar-list-events .no-schedule {
  width: 100%;
  text-align: center;
  height: 10%;
  padding-top: 20px;
}

.calendar-list-events .no-schedule-plus {
  width: 100%;
  text-align: center;
  height: 63px;
  padding-top: 10px;
  margin-top: 30px;
  font-size: 14px;
  color: #353535;
}

.calendar-list-events .no-schedule-plus i {
  font-size: 25px;
}

.calendar-list-events .fc-day-grid-event .fc-content .fc-title {
  display: none;
}

.calendar-list-events .patient-title {
  width: 203px;
}

.calendar-list-events-day .title-specility {
  width: 195px;
}

/*---------------- Fin lista eventos mes/ anio en calendario ------------------*/

/*-------------- Eventos calendario vista mes ----------------*/

.calendar-events-month-table {
    width: 100px !important;
    margin: 0 auto;
    margin-top: -moz-calc(50% - 50px);
    margin-top: calc(50% - 50px);
    font-size: 10px !important;
    line-height: 9px;
}

.calendar-events-month-table i{
    margin-left: 4px;
}

.calendar-events-month-table td {
    padding-right: 11px;
    padding-bottom: 10px;
}

.calendar-events-month-table .see-more {
    color: rgb(34,150,228);
    cursor: pointer;
}
.calendar-events-month-table .see-less {
    color: rgb(34,150,228);
    cursor: pointer;
}

.hide-element {
  display: none;
}

.show-element {
  display: inline;
}


/*---------------------- Fin eventos calendario vista mes ---------------------*/

/*-------------- Lista eventos interno en calendario vista día ----------------*/
.calendar-list-events-day {
    position: absolute;
    top: 169px;
    right: 0;
    z-index: 799;
    width: 265px;
    border: 1px solid rgb(210,210,210);
    background-color: rgb(245,245,245);
    overflow: hidden;
    /*max-height: 773px;*/
}

.calendar-list-events-day .header-calendar {
    width: 100%;
    height: 205px;
    padding-left: 53px;
    padding-top: 10px;
}

.calendar-list-events-day .header-title {
    border-bottom: 1px solid rgb(240,240,240);
    background-color: rgb(200,200,200);
    font-weight: bold;
    text-align: left;
    width: 100%;
    height: 21px;
    padding-left: 5px;
}

.calendar-list-events-day .header-schedule {
  padding-left: 5px;
  padding-bottom: 8px;
}

.calendar-list-events-day .header-icons {
  position: absolute;
  top: 233px;
  left: 208px;
  font-size: 20px;
  width: 50px;
}

.calendar-list-events-day .header-icons .text-success{
    color: #35944b!important
}

.calendar-list-events-day .header-icons .text-danger{
    color: #d40b0bbf!important
}

.calendar-list-events-day .text-primary {
    color: #0090d9 !important;
}

.calendar-list-events-day .text-black {
    color: #000000d4 !important;
}

.calendar-list-events-day .header-patient {
    padding-left: 7px;
    padding-top: 7px;
    padding-bottom: 5px;
}

.calendar-list-events-day .history-schedule-title {
    padding-top: 10px;
    border-bottom: 1px solid rgb(200,200,200);
    margin-left: 10px;
    margin-right: 10px !important;
    font-size: 12px;
}

.calendar-list-events-day .history-schedule-icons {
    position: relative;
    top: -82px;
    left: 224px;
}

.calendar-list-events-day .history-schedule-content {
    overflow-y: hidden;
    overflow-x: hidden;
}

.calendar-list-events-day .history-schedule-content .bar-pagination {
    width: 100%;
    text-align: center;
    margin-top: 8px;
    padding-left: 30px;
}

.calendar-list-events-day .status {
    color: #0e0e0ecf !important;
}

.calendar-list-events-day .history-schedule-content:hover {
    overflow-y: auto;
}

.calendar-list-events-day .history-schedule-content::-webkit-scrollbar {
    width: 2px;
}

.calendar-list-events-day .history-schedule-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.calendar-list-events-day .history-schedule-content::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 2px solid slategrey;
}

.calendar-list-events-day .history-schedule-content-loader {
    height: 385px;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
}

.calendar-list-events-day .no-schedule {
  width: 100%;
  text-align: center;
  height: 10%;
  padding-top: 20px;
}

.calendar-list-events-day .no-schedule-plus {
  width: 100%;
  text-align: center;
  height: 130px;
  padding-top: 10px;
  margin-top: 30px;
  font-size: 14px;
  color: #353535;
}

.calendar-list-events-day .no-schedule-plus i {
  font-size: 25px;
}

/*--------------- Fin eventos interno en calendario vista día -----------------*/
.p-l-r-10-15 {
  padding-right: 10px !important;
  padding-left: 15px !important;
}

.calendar-day-disabled {
  background-color: #FDF0F0 !important;
}

.calendar-day-disabled-lock {
  background-color: #FDF0F0 !important;
}

.calendar-day-works {
  background-color: rgb(231, 245, 235);
}

.calendar-day-today {
  background-color: #fcf8e3 !important;
}

.calendar-icon-day-works {
  color: rgb(189, 220, 198);
}

.calendar-icon-day-disabled {
  color: #ffacac !important;
}

.calendar-icon-day-actual {
  color: #f1e5a6 !important;
}

.calendar-view-week {
  cursor: pointer;
  color: #0090d9 !important;
}
.calendar-view-agenda {
  cursor: pointer;
}

.calendar-ul {
  padding-left: 9px;
  word-wrap: break-word;
  font-size: 12px;
}

.panel-calendar-lateral .panel-body {
  padding-bottom: 0px !important;
}

.calendar-medical-note {
    position: relative;
    height: 145px;
    /*border: 1px solid rgb(210,210,210);*/
    background-color: #d4d4d4ab;
    padding-top: 5px;
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    overflow-x: hidden;
}

.calendar-medical-note p {
  word-wrap: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.calendar-medical-note-see-more {
  text-align: right;
  color: rgb(34,150,228);
  padding-right: 10px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
}

/*
.calendar-medical-note:hover {
    overflow-y: auto;
}
*/

.calendar-medical-note::-webkit-scrollbar {
    width: 2px;
}

.calendar-medical-note::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.calendar-medical-note::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 2px solid slategrey;
}

.calendar-input-search {
  min-height: 20px;
  height: 26px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.container-specialities {
  max-height: 200px !important;
  width: auto;
/*  width: 165px;*/
/*  overflow-y: hidden;*/
  overflow-x: hidden;
  padding-left: 8px;
  margin-left: -6px;
  padding-right: 4px;
}

/*
.container-specialities:hover {
    overflow-y: auto;
}
*/

.container-specialities::-webkit-scrollbar {
    width: 2px;
}

.container-specialities::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.container-specialities::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 2px solid slategrey;
}

.container-columns {
  max-height: 630px !important;
  width: auto;
/*  width: 165px;*/
/*  overflow-y: hidden;*/
  overflow-x: hidden;
  padding-left: 8px;
  margin-left: -6px;
  padding-right: 4px;
}

/*
.container-columns:hover {
    overflow-y: auto;
}
*/

.container-columns::-webkit-scrollbar {
    width: 2px;
}

.container-columns::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.container-columns::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 2px solid slategrey;
}

.container-doctors {
  max-height: 190px !important;
  width: auto;
  overflow-x: hidden;
  padding-left: 8px;
  margin-left: -6px;
  padding-right: 4px;
}

/*
.container-doctors:hover {
    overflow-y: auto;
}
*/

.container-doctors::-webkit-scrollbar {
    width: 2px;
}

.container-doctors::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.container-doctors::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 2px solid slategrey;
}

.container-consulting-rooms {
  max-height: 200px !important;
  width: auto;
  overflow-y: hidden;
  overflow-x: hidden;
  padding-left: 8px;
  margin-left: -6px;
  padding-right: 4px;
}

.container-consulting-rooms:hover {
    overflow-y: auto;
}

.container-consulting-rooms::-webkit-scrollbar {
    width: 2px;
}

.container-consulting-rooms::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.container-consulting-rooms::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 2px solid slategrey;
}

.paginator-medical {
  width: 218px;
  text-align: center;
}

.panel-heading-calendar {
  padding-left: 14px !important;
}

.d-n {
    display: none !important;
}

/* .ui-select-multiple.ui-select-bootstrap {
    border: 1px solid blue;
} */

body>.ui-select-bootstrap.open {
    border: 1px solid red;
}

/*------------------------------------------------------------------*/
.calendar-foother-indicators {
  text-align: center;
  width: 771px;
  top: 0px !important;
}

.calendar-foother-indicators-week {
    text-align: center;
    position: relative;
    top: -46px;
}

.calendar-foother-indicators-week-hour {
    text-align: center;
    position: relative;
    top: 9px;
}

.disabled-icon-schedule {
    color: #989898 !important;
    cursor: not-allowed !important;
}

.active-border {
    border: 1px solid #22acff !important;
}

.calendar-see-more {
  text-align: right;
  color: rgb(34,150,228);
  padding-top: 7px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
}

.list-events .header-info-close {
    position: relative;
    top: -21px;
    right: -134px;
    cursor: pointer;
}

.list-events .no-schedule {
    width: 100%;
    text-align: center;
    height: 10%;
    padding-top: 20px;
}

.list-events .bar-pagination {
    width: 100%;
    text-align: center;
}

.calendar-list-events .fc-day-grid-event .fc-content .fc-title {
    display: none;
}

.calendar-ul {
    padding-left: 9px;
    word-wrap: break-word;
    font-size: 12px;
}

.panel-heading-calendar {
    padding-left: 14px !important;
}

.profile-item {
    background: white;
    padding: 10px;
}

.profile-item:hover {
    background: rgb(220, 219, 219);
    cursor: pointer;
    transition: .5s;
}

a.option {
    color: #e41473;
}

a.option:hover {
    color: #f1579f;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: var(--first-main-color);
    border-color: #fff;
}

.pagination>li>a,
.pagination>li>span {
    color: rgb(88, 88, 88);
}

.step.muted {
    background: #c5c5c5;
}

.pointer {
    cursor: pointer;
}

.actions-bar {
    padding: 5px 15px 23px 20px;
    background: #b3b3b3;
    color: white;
    font-weight: bold;
}

.actions-bar .icon {
    margin-left: 5px;
    color: white;
    margin-right: 5px;
    font-size: 15px;
}

.swal2-container {
    z-index: 10006;
}

 .swal2-icon.swal2-success [class^='swal2-success-line'] {
     background: var(--first-main-color); /*#e41473 !important;*/
 }

 .swal2-icon.swal2-success {
     border-color:  var(--first-main-color); /*#e41473 !important;*/
 }

 button.swal2-confirm.swal2-styled {
     border-left-color:  var(--first-main-color); /*#e41473 !important;*/
     border-right-color:  var(--first-main-color); /*#e41473 !important;*/
 }

 .swal2-confirm.swal2-styled {
    border-left-color:  var(--first-main-color); /*#e41473 !important;*/
    border-right-color:  var(--first-main-color); /*#e41473 !important;*/
    background:  var(--first-main-color); /*#e41473 !important;*/
 }

 .swal2-loader {
    border-color: #E30074 rgba(0,0,0,0) #E30074 rgba(0,0,0,0) !important;
 }

 .swal2-actions:not(.swal2-loading) button.swal2-confirm.swal2-styled {
     background:  var(--first-main-color); /*#e41473 !important;*/
     box-shadow: 0 2px 0px 0px #ab140a !important;
     color: white !important;
     font-size: 12px !important;
     padding-top: 6px !important;
     height: 30px !important;
 }

 .swal2-actions:not(.swal2-loading) button.swal2-deny.swal2-styled {
    background:  var(--first-main-color); /*#e41473 !important;*/
    box-shadow: 0 2px 0px 0px #ab140a !important;
    color: white !important;
    font-size: 12px !important;
    padding-top: 6px !important;
    height: 30px !important;
}

 .swal2-actions:not(.swal2-loading) button.swal2-cancel.swal2-styled {
     background: #777 !important;
     box-shadow: 0 2px 0px 0px #7f8c8d !important;
     color: white !important;
     font-size: 12px !important;
     padding-top: 6px !important;
     height: 30px !important;
 }

  .swal2-actions:not(.swal2-loading) button.swal2-cancel.swal2-styled:hover {
    box-shadow: 0 2px 0px 0px #777 !important;
  }

  .swal2-actions:not(.swal2-loading) button.swal2-cancel.swal2-styled:focus {
    background: #777 !important;
    box-shadow: 0 0px 5px 3px #b2b3b37d !important;
  }

 .swal2-actions:not(.swal2-loading) button.swal2-confirm.swal2-styled:hover {
     box-shadow: 0 2px 0px 0px #e41473 !important;
 }

 .swal2-actions:not(.swal2-loading) button.swal2-confirm.swal2-styled:active {
     box-shadow: 0 2px 0px 0px #ab140a !important;
     transform: translateY(1px) !important;
 }
 .swal2-actions:not(.swal2-loading) button.swal2-confirm.swal2-styled:focus {
    /* background: #ef7cad !important; */
    box-shadow: 0 0px 5px 1px #e41473 !important;
 }

 .swal2-actions:not(.swal2-loading) button.swal2-deny.swal2-styled:hover {
    box-shadow: 0 2px 0px 0px #e41473 !important;
}

.swal2-actions:not(.swal2-loading) button.swal2-deny.swal2-styled:active {
    box-shadow: 0 2px 0px 0px #ab140a !important;
    transform: translateY(1px) !important;
}
.swal2-actions:not(.swal2-loading) button.swal2-deny.swal2-styled:focus {
   /* background: #ef7cad !important; */
   box-shadow: 0 0px 5px 1px #e41473 !important;
}

 .swal2-icon.swal2-success .swal2-success-ring {
     border: 4px solid rgba(234, 115, 175, 0.634) !important;
 }

 .swal2-popup .swal2-styled:focus {
     outline: 0;
     -webkit-box-shadow: none !important;
     box-shadow: none !important;
 }

 .swal2-popup .swal2-styled:active {
     box-shadow: 0 2px 0px 0px #ab140a !important;
     transform: translateY(1px);
 }

 .swal2-icon.swal2-warning {
     color: #e30074 !important;
     border-color: #e30074 !important;
 }

 .input-daterange input:first-child {
     text-align: left !important;
 }

 .datepicker.datepicker-dropdown.datepicker-orient-bottom:before {
     border: none !important;
 }

 .ng-hide.ng-hide-animate {
     display: none !important;
 }


 .editable-buttons>button {
     border-radius: 3px !important;
 }

 .datepicker.dropdown-menu {
     top: 65px !important;
 }

 .datepicker table tr td.disabled,
 .datepicker table tr td.disabled:hover {
     background: #efefef !important;
     cursor: not-allowed !important;
 }

 .ui-select-bootstrap .ui-select-choices-row.active>span {
     background-color: var(--first-main-color) !important;
 }
 .ui-select-bootstrap .ui-select-choices-row.active.disabled>span,
 .ui-select-bootstrap .ui-select-choices-row.disabled>span {
     background: none !important;
 }
.table.table-hover tbody tr:hover td {
    background: none !important;
}

.table.table-hover tbody tr td:hover {
    background: #b2eceb !important;
}

.p-0 {
    padding: 0px !important;
}

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

.p-l-5 {
    padding-left: 5px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.list-group-item > .title {
    width: 83%;
    display: inline-block;
}

.list-group-item>.action-button {
    width: 15%;
    display: inline-block;
}

.not-allowed {
    cursor: not-allowed;
}
.not-allowed-important {
    cursor: not-allowed !important;
}
.not-allowed-a-important {
    cursor: not-allowed !important;
    color: #ccc !important;
}

.icon-disabled {
    color: #a5a5a5 !important;
    pointer-events: none;
}

div#quickviewBackdrop{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* #quickviewBackdrop {
    width: 100%;
    background: rgba(0, 0, 0, 0.271);
    position: absolute;
    z-index: 999999999999999999999999999999999999;
    top: 0;
    height: 100%;
    display: none;
    transition: .5s;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background:rgba(0, 0, 0, 0.216);
    bottom: 0;
    z-index: 9999999999999999999999;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.05, 0.74, 0.27, 0.99);
    transition: transform 1s cubic-bezier(0.05, 0.74, 0.27, 0.99);
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-perspective: 10;
}

#quickviewBackdrop.open {
    transition: .5s;
      display: block !important;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -ms-transform: translate(100%, 0);
    width: auto;
    right: -285px;
} */


.border-section {
    border: 1px solid rgb(227, 227, 227) !important;
}

.p-5 {
    padding: 5px;
}

.ui-select-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.items-flex {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    white-space: normal;
    font-style: normal;
}

.item-flex{
    width: 30%;
    margin-bottom: 8px;
}

.ui-select-toggle-item{
    flex: 1 1 0;
}

.ui-schedule {
    display: flex;
    align-items: center;
    justify-content: start;
}

.ui-select-match-text {
    /*overflow-x: hidden;*/
    text-overflow: ellipsis;
}

/* ui-select-match-text::-moz-placeholder,
.ui-select-match-text::-webkit-input-placeholder {
    overflow-x: hidden;
    text-overflow: ellipsis;
} */

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    overflow-x: hidden;
    text-overflow: ellipsis;
}

::-moz-placeholder {
    /* Firefox 19+ */
    overflow-x: hidden;
    text-overflow: ellipsis;
}

:-ms-input-placeholder {
    /* IE 10+ */
    overflow-x: hidden;
    text-overflow: ellipsis;
}

:-moz-placeholder {
    /* Firefox 18- */
    overflow-x: hidden;
    text-overflow: ellipsis;
}


.control-label {
    margin-top: 30px;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 0.9em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}

fieldset.field-set-consult {
    border: 1px solid #c0c0c0 !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.field-set-consult {
    font-size: 14px !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
    color: #626262 !important;
}

/************** EVENTOS REPETIDOS **************/
.calendar-list-events-duplicate-day {
    position: absolute;
    top: 169px;
    right: 0;
    z-index: 799;
    width: 265px;
    border: 1px solid rgb(210,210,210);
    background-color: rgb(245,245,245);
    overflow: hidden;
    height: auto;
}

.calendar-list-events-duplicate-day .header-title {
    border-bottom: 1px solid rgb(240,240,240);
    background-color: rgb(200,200,200);
    font-weight: bold;
    text-align: left;
    width: 100%;
    height: 21px;
    padding-left: 5px;
}

.border-title{
    border-bottom: 1px solid rgb(210,210,210);
    background-color: #e7e7e7;
}

.calendar-list-events-duplicate-day .item-border {
    border-bottom: 1px solid #d2cdcd;
}

.calendar-list-events-duplicate-day .header-title .header-info-close {
    position: relative;
    top: -21px;
    left: 240px;
    cursor: pointer;
    width: 15px;
}

.calendar-list-events-duplicate-day .header-title .header-info-close {
  opacity: 0.7;
}

.calendar-list-events-duplicate-day .header-title .header-info-close:hover {
  opacity: 1;
}

.calendar-list-events-duplicate-day .icon-assistance {
    position: relative;
    float: right;
    top: -20px;
}

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

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    margin: 0 !important;
    background: #19b8b4 !important;
    color: white !important;
    border-radius: 3px !important;
}

.group-addon-personal {
  color: #636060;
  cursor: pointer;
}

.group-addon-personal:hover {
  color: #000000c7;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    padding: 6px 0px 0px 8px !important;
}

.close {
    color: #fff !important;
    opacity: .6 !important;
    margin: 5px -4px 0px 2px !important;
}

.close:hover {
    opacity: 1 !important
}

.disable-menu {
  cursor: not-allowed !important;
  color: #a7a4a4 !important
}

.disable-menu:hover {
    font-weight: normal;
    background: none;
}

.disable-menu .iconOption {
  border: 1px solid #c0c5c5;
}

#check_special .checkbox label {
   white-space: normal !important;
}

#family_planing .ui-select-bootstrap .ui-select-choices-row>a {
    white-space: normal !important;
}

#family_planing .ui-select-bootstrap .ui-select-match {
   white-space: inherit;
   text-overflow: ellipsis;
   overflow: hidden;
}

#child_health .ui-select-bootstrap .ui-select-choices-row>a {
    white-space: normal !important;
}

#child_health .ui-select-bootstrap .ui-select-match {
   white-space: inherit;
   text-overflow: ellipsis;
   overflow: hidden;
}

.fix-select .ui-select-match-text{
    position: absolute;
    width: 95% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 40px;

}

.btn-link:focus,
.btn-link:hover {
    color: var(--second-main-color) !important;
    text-decoration: underline;
}
#oral_health .radio {
  margin-bottom: 0px!important;
}

.no-margin-b {
  margin-bottom: 0px!important;
}
.no-margin-t {
  margin-top: 0px!important;
}

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

.w-s-normal {
  white-space: normal !important;
}

.ul-study-5 {
    columns: 5;
    -webkit-columns: 5;
    -moz-columns: 5;
    padding-left: 7px !important;
}

.ul-study-4 {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
    padding-left: 7px !important;
}

.ul-study-3 {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    padding-left: 7px !important;
}

.ul-study-2 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding-left: 7px !important;
}

.ul-study-1 {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    padding-left: 7px !important;
}

.colum-study {
  line-height: 10px !important;
  list-style:none !important;
  padding: 0px !important;
  margin: 0px !important;
}

.colum-studyL {
  line-height: 10px !important;
  list-style:none !important;
  padding: 2px !important;
  margin: 2px !important;
}

.ul-study-5L {
    columns: 5;
    -webkit-columns: 5;
    -moz-columns: 5;
    padding-left: 7px !important;
}

.ul-study-4L {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
    padding-left: 7px !important;
}

.ul-study-3L {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    padding-left: 7px !important;
}

.ul-study-2L {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding-left: 7px !important;
}

.ul-study-1L {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    padding-left: 7px !important;
}

.font-bold-study {
  color: black;
  font-weight: bold !important;
  margin-top : 5px !important;
}

.font-weight-study {
  color: black;
  font-weight: 100 !important;
}

.font-white{
  color: white !important;
  padding-top: 4px;
}

.font-white span{
  color: white !important;
}
.font-white:hover{
  background-color: #454b5d !important;
}
.m-t-4 {
  margin-top: 4px;
}
.font-white:hover > .icon-thumbnail{
  background-color: #30333e !important;
}

#counterReference .text-area {
  resize:none;
  height: 90px;
  width:100%;
}

#counterReference .qr-img {
    width: 240px;
    height: 240px;
    padding-top: 20px;
}

#counterReference .header-consulting {
  border-bottom: 1px solid rgb(200,200,200);
  height: auto;
  margin-bottom: 15px;
}

.title-header-table {
  font-size: 14px;
  font-weight: 600;
  color: #5a5a5af7;
}

.span-disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
}

.counter-reference-list {
  max-height: 150px;
  overflow-x: auto;
  overflow-y: auto;
}

.counter-reference-list::-webkit-scrollbar {
  width: 4px;
}

.counter-reference-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.counter-reference-list::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 4px solid slategrey;
}

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

.m-t-30 {
  margin-top: 30px !important;
}

.p-r-l-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.p-t-b-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.p-l-15 {
  padding-left: 15px;
}

.m-t-b-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.overflow-x-h {
  overflow-x: hidden !important;
}

.overflow-y-auto {
  overflow-y: auto;
}

.disabled-btn-rose {
  cursor: not-allowed !important;
  opacity: .5;
}

.disabled-btn-rose:hover {
  box-shadow: 0 2px 0px 0px #ab140a;
}

.disabled-btn-rose:active {
  box-shadow: 0 2px 0px 0px #ab140a;
  transform: none;
}

.disabled-btn-rose:focus {
  background: #E30074;
}

.disabled-btn-gray {
  cursor: not-allowed !important;
  opacity: .5;
}

.disabled-btn-gray:hover {
  box-shadow: 0 2px 0px 0px #7f8c8d;
}

.disabled-btn-gray:active {
  box-shadow: 0 2px 0px 0px #7f8c8d;
  transform: none;
}

.disabled-btn-gray:focus {
  background: #b2b3b3;
}

/*MODULO CONTRARREFERENCIAS RECIBIDAS*/

#counterRefReceived .input-group-addon {
  color: #626262a8 !important;
}

#counterRefReceived .subtitle {
  font-weight: 700 !important;
  color: #5a5a5af7 !important;
}

/*MODAL ESCANEO DE QR EN CONTRARREFERENCIAS RECIBIDAS*/

#scanQR .text-area {
  resize:none;
  height: 90px;
  width:100%;
}

#scanQR .datepicker.dropdown-menu {
  top: -239px !important;
}

#scanQR .checkbox label:before {
  left: 2px !important;
}

#scanQR .subtitle {
  font-weight: 700 !important;
  color: #777777d6 !important;
}

#scanQR .diagnoses-div {
  text-align: justify;
  max-height: 90px;
  overflow-x: auto;
  width: auto;
}

#scanQR .diagnoses-div::-webkit-scrollbar {
    width: 3px;
}

#scanQR .diagnoses-div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

#scanQR .diagnoses-div::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 3px solid slategrey;
}

/*Estilo para item del menu que no cabe*/

.item-sidebar>a{
  line-height: 20px !important;
  padding-top: 5px !important;
}

.pink {
  color: var(--fourth-main-color) !important;
}

.break-word {
  word-break: break-word;
}

#light_placeholder .ui-select-toggle .text-muted {
  color: #bbb;
}


.m-t-2 {
  margin-top: 2px !important;
}

.navigate-menu {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2a303b;
    width: 50px;
    height: 50px;
    color: white;
    text-align: center;
    line-height: 2;
    font-size: 25px;
    z-index: 10000;
    border-radius: 3px;
}

.navigate-menu>
.navigate-content>p {
    font-size: 24px;
    margin: 10px;
    color: white;
    font-weight: 600;
    width: 350px;
}

.navigate-menu>
.navigate-content {

    display: none;
    width: 350px;
    border-radius: 3px;
    text-align: left;
    padding-bottom: 20px;
    /* animation: scale-display--reverse; */
    transition: 0.9s ease;
}

.navigate-menu>
.navigate-content>a {
    padding: 5px 0 5px 10px;
    font-size: 14px;
    display: block;
    color: white;
    text-decoration: none !important;
    width: 330px;
}

.navigate-menu>
.navigate-content>a:hover {
    background: #454b5d;
}

.navigate-menu:hover>
.navigate-content {
    display: block;
    position: fixed;
    background: inherit;
    bottom: inherit;
    right: inherit;
    padding: 10px 10px 50px 10px;
    animation: scale-display .3s;
}

@keyframes scale-display {
    from {
        width: 0px;
    }

    to {
        width: 350px;
    }
}

@keyframes scale-display--reverse {
    from {
        width: 350px;
    }

    to {
        width: 0;
    }
}

.a-disabled {
  color: #000;
  cursor: not-allowed !important;
  opacity: .5;
}
.a-disabled :hover{
  color: #000;
}

#report_payment .title {
  color: #98999a;
  font-weight: bolder;
  font-size: 15px;
}

#report_payment .border-t-none {
  border-top: none !important;
}

#report_payment .border-t-gray {
  border-top: 2px solid #b8babb !important;
}

#report_payment .line-sign {
  width: 70%;
  border-top: 1px solid #575858;
  margin-left: 60px;
}

#report_payment .f-12 {
  font-size: 12px !important;
}

#report_payment .f-11 {
  font-size: 11px !important;
}

#report_payment .f-10 {
  font-size: 10px !important;
}

#report_payment .f-9 {
  font-size: 9px !important;
}

#report_payment .f-8 {
  font-size: 9px !important;
}

#report_payment .t-a-r {
  text-align: right !important;
}

#report_payment .t-a-l {
  text-align: left !important;
}

#report_payment .img-left {
	width: 140px;
	height: 50px;
	float: left;
}

#report_payment .hidden-element {
  opacity: 0;
}

#report_payment .table-study-request > thead > tr > th,
#report_payment .table-study-request > tbody > tr > th,
#report_payment .table-study-request > tfoot > tr > th,
#report_payment .table-study-request > thead > tr > td,
#report_payment .table-study-request > tbody > tr > td,
#report_payment .table-study-request > tfoot > tr > td {
  border-top: 1px solid #e7eaec;
  line-height: 1.42857;
  padding-left: 1px;
  padding-top: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  vertical-align: top;
}

#paymentReports .li-services {
  line-height: 17px !important;
  padding-left: 0px !important;
}

.p-l-r-none {
  padding-left: 0px;
  padding-right: 0px;
}

.ui-uppercase .ui-select-search {
  text-transform: uppercase !important
}

.f-12 {
  font-size: 12px !important;
}

.f-13 {
  font-size: 13px !important;
}

.header-box-info {
/*  border: 1px solid #e0dcdc;*/
  border-radius: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.header-box-info .item-rigth {
  display: block;
  float: right;
}

.color-check {
  color:#0e9e0e;
}

.mh-auto{
    min-height: auto !important;
}

.m-width{
    text-align: justify;
    width: 100%;
    min-height:50px;
}

.editor-table{
    border-collapse: collapse;
    width: 100%;
}

.borbox{
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
}

.borallbox{
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
}

.borbottom{
    border-bottom: 1px solid;
}

.bortop{
    border-top: 1px solid;
}

.top-text{
    vertical-align: text-top;
    border-style: double;
}

.vert-text{
    vertical-align: text-top;
}

.articles-legals{
    border: 1px solid;
    border-radius: 30px;
    padding: 25px;
}

.radius-box{
    border-radius: 15px;
}

.articles-legals p{
    font-size: 11px;
    line-height: 14px;
}

.container-table{
    border-style: double;
    width: 100%;
    padding:5px;
}

.editor-table{
    border-collapse: collapse;
    width: 100%;
}

.bordob{
    border-style: double;
}

.b-t-n{
    border-top: none;
}

.text-vert{
    transform: rotate(270deg);
    font-size: 7px;
    line-height: initial;
}

.bor-all{
    border:1px solid #000;
}

.lg-desc{
    font-size: 10px;
}

.md-desc{
    font-size: 12px;
}

.l-g-i{
    line-height: initial;
}

.span-required::after {
    color: #f55753;
    content: "*";
    font-family: arial;
    font-size: 13px;
    position: absolute;
    top: 15px;
}

.header-section {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #868686;
    border-bottom: 1px solid rgb(200,200,200);
    height: 30px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.info-gray-circle {
	color: #868686;/*#19b8b4*/
}

/* Patient list Camera Styles */
#custom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

#custom-overlay-camera {
    position: fixed;
    background-color: #fff;
    top: 50%;
    left: 50%;
    z-index: 10001;
    padding: 20px;
    border-radius: 10px;
    transform: translate(-50%, -50%);
}

#custom-qr-reader video {
    width: 500px !important;
    margin-top: 60px;
}

#dateTop .datepicker.dropdown-menu {
    top: -246px !important;
}

.ui-select-placeholder-text {
    white-space: nowrap;
    overflow: hidden;
}

.ui-select-placeholder {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: block */
    /* padding-right: 10px;  */
    color: #999; 
    /* flex-grow: 1; */
}