span.step {
    background: #f14da1;
    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;
}

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

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

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

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

.text-uppercase {
    text-transform: uppercase !important;
}

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

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

.full-image-login {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: -moz-calc(100% - 496px);
    width: -webkit-calc(100% - 496px);
    width: -o-calc(100% - 496px);
    width: calc(100% - 496px);
}

.tableLabelNumber {
    float: right;
    background-color: #ECE9E9;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 5px;
    color: #2d2d2d;
}

.login-video .html5-video-player {
    background-color: white !important;
}

.width100 {
    width: 100%;
}

.login-video {
    width: -moz-calc(100% - 496px);
    width: -webkit-calc(100% - 496px);
    width: -o-calc(100% - 496px);
    width: calc(100% - 496px);
    height: 100%;
}

.login-video-movil {
    width: 100%;
    height: 250px;
}


/*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 !important;
}


/*.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;
}

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

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

.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-13 {
    font-size: 13px;
}

.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;
}

.prettyGreen {
    color: #69B75E;
}

.prettyBlue {
    color: #4786ad;
}

.prettyYellow {
    color: #e2cb08;
}

.prettyRed {
    color: #e74c3c;
}

.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;
}

.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;
}

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

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

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

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

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

.package-file-list>.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;
}

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

.custom-link-dock>div {
    line-height: -2px;
}

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

.custom-link-dock:hover {
    color: #E30074;
    transition: .5s;
}

.custom-link-dock-down {
    background: transparent !important;
    border: 2px solid #e30074 !important;
    color: #e30074 !important;
}

.custom-link-dock-down:hover {
    background: #E30074 !important;
    color: white !important;
}

/*CUSTOM LINK VER RECURSOS HUMANOS*/

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

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

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

.customLinkRH:hover {
    color: #337ab7;
    transition: .5s;
}

.customLinkRH:hover {
    color: #23527c;
    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-r-11 {
    padding-right: 11px !important;
}

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

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

.p-t-30 {
    padding-top: 30px !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-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-5 {
    margin: 5px;
}

.m-15 {
    margin: 15px;
}

.panelTitleLeft {
    font-weight: bold;
    font-size: 12px;
    float: left;
    width: 85%;
}

.panelTitleRight {
    float: right;
    width: 15%;
}

.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;
}


/* input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -2em;
  line-height  : 1.5em;
}

input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 0.875em;
  height           : 0.875em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.0625em solid rgb(192,192,192);
  border-radius    : 0.25em;
  background       : rgb(224,224,224);
  background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
  vertical-align   : bottom;
}

input[type=checkbox]:not(old):checked + label > span,
input[type=radio   ]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}

input[type=checkbox]:not(old):checked + label > span:before{
  content     : '✓';
  display     : block;
  width       : 1em;
  color       : rgb(255,148,201);
  font-size   : 0.875em;
  line-height : 1em;
  text-align  : center;
  text-shadow : 0 0 0.0714em rgb(115,153,77);
  font-weight : bold;
}

input[type=radio]:not(old):checked + label > span > span{
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 0.125em;
  border           : 0.0625em solid rgb(255,148,201);
  border-radius    : 0.125em;
  background       : rgb(153,204,102);
  background-image :    -moz-linear-gradient(rgb(255,148,201),rgb(241,102,170));
  background-image :     -ms-linear-gradient(rgb(255,148,201),rgb(241,102,170));
  background-image :      -o-linear-gradient(rgb(255,148,201),rgb(241,102,170));
  background-image : -webkit-linear-gradient(rgb(255,148,201),rgb(241,102,170));
  background-image :         linear-gradient(rgb(255,148,201),rgb(241,102,170));
}  */


/* input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    color: #6d6d6d;
}

input[type="checkbox"]+label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background: url('../../assets/img/checks_radio.png') left top no-repeat;
    cursor: pointer;
}

input[type="checkbox"]:checked+label span {
    background: url('../../assets/img/checks_radio.png') -19px top no-repeat;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]+label {
    color: #6d6d6d;
    font-family: Arial, sans-serif;
    cursor: pointer;
}

input[type="radio"]+label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background: url('../../assets/img/checks_radio.png') -38px top no-repeat;
    cursor: pointer;
}

input[type="radio"]:checked+label span {
    background: url('../../assets/img/checks_radio.png') -57px top no-repeat;
} */


/*Marcello*/


/*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: #11cfbe;
}

.bs-callout-success h4 {
    color: #11cfbe;
}

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

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

.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-report {
    margin-bottom: 40px !important;
}

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

.main-button:active {
    box-shadow: 0 5px #666;
    transform: translateY(1px);
}

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

.main-button-blue {
    background: #10cfbd;
    box-shadow: 0 2px 0px 0px #14998b;
    color: white;
}

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

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

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

.main-button-rose:hover {
    box-shadow: 0 2px 0px 0px #ab140a;
}

.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 #14998b;
}

.cursor-pointer {
    cursor: pointer;
}

.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;
}

.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;
  } */

.seccion-suive {
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 10px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.seccion-suive .title-suve {
    font-family: 'Montserrat';
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.02em;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-stroke: 0px;
    filter: alpha(opacity=40);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.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;
}

@media (min-width: 992px) and (max-width: 1200px) {
    #state_prod_id {
        width: 40%;
    }
    #juris_prod_id {
        width: 40%;
    }
    #clues_prod_id {
        width: 40%;
    }
    #dates_prod_id {
        width: 40%;
    }
    #search-prod-id {
        width: 100%;
    }
    #state_dash_id {
        width: 40%;
    }
    #juris_dash_id {
        width: 40%;
    }
    #clues_dash_id {
        width: 40%;
    }
    #dates_dash_id {
        width: 40%;
    }
    #search-dash-id {
        width: 100%;
    }
}

@media (min-width: 1315px) and (max-width: 1370px) {
    /*CONTROL PRENATAL*/
    #prod-cons-preg-m {
        padding-top: 10px !important;
    }
    #prod-preg-title-1 {
        font-size: 10px !important;
    }
    #prod-preg-title {
        font-size: 64%;
    }
    #prod-preg-subtitle {
        font-size: 64%;
    }
    #prod-cons-preg-numb {
        font-size: 23px;
        line-height: 33.88px;
    }
    #prod-cons-preg-numb-2 {
        font-size: 23px;
        line-height: 33.88px;
    }
    #prod-preg-p-t {
        padding-top: 1px !important;
    }
    /*PLANIFICACION FAMILIAR*/
    #prod-cons-plan-m {
        padding-top: 10px !important;
    }
    #prod-plan-title-1 {
        font-size: 10px !important;
    }
    #prod-plan-title {
        font-size: 64%;
        margin-top: 12px;
    }
    #prod-plan-subtitle {
        font-size: 64%;
    }
    #prod-cons-plan-numb {
        font-size: 23px;
        line-height: 33.88px;
    }
    #prod-cons-plan-numb-2 {
        font-size: 23px;
        line-height: 33.88px;
    }
    #prod-plan-p-t {
        padding-top: 1px !important;
    }
    /*INFANTES*/
    #prod-cons-child-m {
        padding-top: 10px !important;
    }
    #prod-child-title-1 {
        font-size: 10px !important;
        margin-top: 20px;
    }
    #prod-child-title {
        font-size: 64%;
        margin-top: 11px;
    }
    #prod-child-subtitle {
        font-size: 64%;
    }
    #prod-cons-child-numb {
        font-size: 23px;
        line-height: 33.88px;
    }
    #prod-cons-child-numb-2 {
        font-size: 23px;
        line-height: 33.88px;
    }
}


/* Timeline Custom */

.timeline-container.left {
    margin-left: 25px;
    width: 90%;
}

.timeline.timeline-gray {
    margin-bottom: 0px;
}

.timeline.timeline-gray::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 2px;
    background: #f0f0f0;
}

.timeline-gray>.timeline-block>.timeline-point {
    border: 2px solid #f0f0f0;
}

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

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

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

label.required::after {
    content: ' *';
    color: red;
}

label.required-text::after {
    content: ' Obligatorio';
    color: gray;
    font-size: 10px;
}

.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
    background: #f0f0f0 !important;
    border: 1px solid #eaeaea !important;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130;
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124;
}

#pin {
    padding: 5px 0 0 50px;
}

#pin>button {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.iti-flag {
    background-image: url("/assets/plugins/international-phone-number/flags.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-image: url("/assets/plugins/international-phone-number/flags@2x.png");
    }
}

.intl-tel-input {
    margin: 8px 0px !important;
}

#referencesModal .intl-tel-input {
    margin: 0px 0px 0px -6px !important;
    width: 100% !important;
}

#referencesModal .modal .modal-footer {
    padding-top: -17px !important;
}

.my-button.btn-group,
.btn-group-vertical {
    vertical-align: top !important;
}

.tb-custom-title {
    text-align: center;
    vertical-align: middle !important;
    display: table-cell;
    font-weight: bold;
}

.font-bold {
    font-weight: bold !important;
}

#nursingForm .required {
    color: red !important;
}

#nursingId .unit-alert {
    height: 40px;
    width: 4px;
    position: absolute;
}

#nursingId .unit-alert-info {
    height: 10px;
    width: 4px;
}

#nursingId .unit-alert-red {
    background: #c00800;
}

#nursingId .unit-alert-yellow {
    background: #fcd965;
}

#nursingId .unit-alert-green {
    background: #a9d08e;
}

#nursing input:not(.has-error .form-control) {
    border: 1px solid #00000026 !important;
}

.aling-middle {
    vertical-align: middle !important;
}

.disabled-icon {
    cursor: not-allowed;
    opacity: 0.5;
}

#productivityMC .subtitle {
    font-weight: bold !important;
    color: #454546d6;
    font-size: 9px;
}

#map_clues .text-warning {
    color: #f7a606f0 !important;
}

#informateca_img .panel-img {
    border-color: #ddd;
    padding: 20px;
    height: 100%;
    width: 100%;
}

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

.red {
    color: red;
}

.green {
    color: green;
}

@media (min-width: 768px) {
    .col-cst-offset-1 {
        margin-left: 9.98%;
    }
}

.icon-active {
    color: #666667;
}


/* ---------------------------------- Tamizaje ------------------------------ */

.tamizaje-affirmative {
    color: #0094ff;
}

.tamizaje-affirmative i {
    color: #006ea5;
}

.tamizaje-negative {
    color: #777;
}

.tamizaje-negative i {
    color: #777;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.tamizaje-ok {
    color: #33B8FF
}

.tamizaje-not {
    color: #20AF61
}

.tamizaje-excel {
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    color: #337ab7;
    text-align: center;
}

.tamizaje-excel:hover {
    color: #3a8fc8;
}

textarea {
    resize: none;
}

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

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

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

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

.indicator-nursing .green {
    color: #53b353;
}

.indicator-nursing .yellow {
    color: #f9f308;
}

.indicator-nursing .orange {
    color: #fba60b;
}

.indicator-nursing .red {
    color: #f70b0b;
}

.color-white {
    color: white;
}

.f-18 {
    font-size: 18px;
}

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

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

.f-15 {
    font-size: 15px;
}

.weekly-indicators-table {
    overflow-x: auto;
}

.name-file-xlxs {
    color: #3a8fc8;
    font-size: 16px;
    line-height: 25.88px;
}

.name-file-xlxs:hover {
    text-decoration: underline;
    color: #23527c;
}

.scrollbar {
    float: right;
    height: 500px;
    width: auto;
    overflow-y: scroll;
    margin-bottom: 25px;
}

#pac-input {
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 800px;
}

.download-button {
    background-color: #f0f0f0;
    border: 1px solid rgba(0, 0, 0, 0.07);
    color: rgba(98, 98, 98, 0.47);
    border-radius: 3px;
    box-shadow: 0 2px 0px 0px #7f8c8d;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, color 0.2s linear 0s, box-shadow 0.2s linear 0s, background 0.2s linear 0s;
}

.download-button:hover i {
    color: #3a8fc8;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
}

.download-button:hover span {
    color: #3a8fc8;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
}

.download-button:active {
    box-shadow: 0 5px #666;
    transform: translateY(1px);
}

.checkbox-locations {
    padding: 0 !important;
    margin: 0 !important;
    margin-right: 15px !important;
    font-size: 12px !important;
    white-space: break-spaces !important;
}

.managerial-egresses-title {
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 13px;
    vertical-align: middle;
    border-bottom: 1px solid rgba(230, 230, 230, 0.7);
    color: rgba(44, 44, 44, 0.35);
}

.scroll-thin::-webkit-scrollbar {
    -webkit-appearance: none;
}

.scroll-thin::-webkit-scrollbar:vertical {
    width: 10px;
}

.scroll-thin::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
}

.scroll-thin::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
}

.app-primary-text {
    color: #b90260;
}

.wrap-text-td-table {
    word-wrap: break-word;
    min-width: 165px;
    max-width: 165px;
}

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

.rh-documents {}

.rh-documents .app-header {
    text-align: center;
}

.rh-documents .steps {
    position: sticky;
    top: 0;
    z-index: 4;
    font-size: 14px;
    background: white;
}

.rh-documents .steps .line-header {
    border-bottom: 2px solid #f5419ddb;
    margin-top: 5px;
}

.step-item-text {
    font-weight: 600;
}

.rh-documents .inline-flex {
    display: inline-flex !important
}

.rh-documents .auth-inputs .auth {
    margin: 10px !important;
    min-height: 50px !important;
    text-align: center !important;
    font-size: 18px !important;
}

.rh-documents .list-documents {
    border: 1px solid #d0d0d0eb;
    padding: 10px;
    border-radius: 2px;
}

.rh-documents .documents-viewer {
    border: 1px solid #d0d0d0eb;
    height: 960px;
    overflow: hidden;
}

.rh-documents .documents-viewer .no-document {
    padding-top: 200px;
}

.rh-documents .text-informative {
    color: #868686;
    font-weight: 600;
    text-align: justify;
}

.rh-documents .pink {
    color: #f14da1;
}

#rh-documents .foother {
    color: gray;
    margin-top: 50px;
}

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

.rh-documents .a-bold-name {
    color: #626262 !important;
    cursor: auto !important;
}

.rh-documents .icon-document {
    /* margin-right: 20px;
    padding: 5px 10px; */
    /* border: 1px solid #bbbbbb9c; */
    word-break: break-all;
    margin-bottom: 10px;
}

.rh-documents .icon-document-trash {
    position: absolute;
    top: 1px;
    left: 172px;
    cursor: pointer;
}

.worker-data {
    position: sticky;
    top: 0;
    z-index: 4;
    background: white;
    border-bottom: 1px solid rgb(228 228 228);
    padding: 10px;
    margin: 0 -15px !important;
}

.bg-gray {
    background-color: gray;
}

.custom-hr {
    margin: 10px -25px;
}

#progressBar {
    width: 100%;
    background-color: #ddd;
    border-radius: 3px;
    height: 20px;
}

#currentProgress {
    border-radius: 3px;
    text-align: center;
    height: 20px;
    color: white;
    text-shadow: 1px 1px #777777;
}

.document-item {
    border-radius: 3px;
    padding: 6px 5px 1px;
    margin-left: -15px;
    margin-bottom: 15px;
    color: rgb(158, 158, 158);
    background: rgb(251 251 251);
    border: 1px solid #f1f1f1;
    height: 100px;
    max-height: 100px;
}

.document-item .item-status {
    display: inline-block;
    width: 18%;
    text-align: center;
    margin-top: 16px;
}

.document-item .item-content {
    display: inline-block;
    vertical-align: top;
    width: 80%;
}

.document-item .item-content a {
    text-decoration: underline;
    color: inherit;
}

.section-controls {
    margin: 15px 15px 0 0;
    text-align: right;
}

@media only screen and (max-width: 768px) {
    /* .section-controls {
        margin: -10px 0 10px 0;
        text-align: left;
    } */
}

@media only screen and (max-width: 480px) {
    .document-item {
        padding: 6px;
        height: unset;
        max-height: unset;
    }
    .document-item .item-status {
        width: 100%;
        text-align: center;
    }
    .document-item .item-content {
        width: 100%;
        text-align: center;
    }
}

.document-item .item-status.success {
    color: #69b04c;
}

.document-item .item-status.warning {
    color: #f0932b;
}

.document-item .item-status.danger {
    color: #ee5253;
}

.document-item .item-status {
    /* color: #f0932b; */
}

.document-item.incompleted {
    background: rgb(251 251 251);
    border: 1px solid #f1f1f1;
}

.document-item.incompleted i {
    color: #dbdbdb;
}

.document-item .text {
    font-weight: 600;
    overflow: hidden;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
}

.dropzone.sm {
    height: 220px;
    min-height: 0px !important;
    padding: 0;
}

.dropzone.sm .dz-preview,
.dropzone-previews .dz-preview {
    margin: 5px;
}

.dropzone.sm .dz-default.dz-message {
    top: 38% !important;
}

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

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

.cies-filed-disables {
    background-color: #ececec !important;
}

.container-rh-down-docs {
    border: 1px solid #e8e7e7;
    padding: 5px 5px;
    max-height: 500px;
    overflow-y: auto;
}

.p-inline-start-20 {
    padding-inline-start: 20px !important;
}

.like-a {
    color: #3a8fc8;
}

.like-a:focus,
.like-a:hover,
.like-a:active {
    color: #48b0f7 !important;
}

.ui-select-bootstrap .ui-select-choices-row>a {
    padding: 3px 10px;
}

.font-12-select .ui-select-match .form-control {
    font-size: 12px !important;
}

@media (max-width: 766px) {
    .hidden-div {
        display: none;
    }
    .responsive-cst tr td {
        white-space: unset!important;
    }
}

.swal-width-cst {
    width: 850px!important;
}

.no-space .radio label,
.checkbox label {
    padding-left: 18px !important;
}

.selected {
    font-weight: bold;
}

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


/******** Importar nomina *******/

.payroll .dropzone .dz-default.dz-message {
    margin-top: 0px;
    top: 5%;
}

.payroll .table thead tr th {
    padding-top: 0px;
    padding-bottom: 0px;
}

.payroll .custom-panel-heading {
    padding-left: 10px !important;
    padding-right: 5px !important;
    min-height: 0px !important;
    padding-top: 10px !important;
}

.payroll .container-history-imports {
    overflow: auto;
    height: 600px;
}

.payroll .total-history-imports {
    display: flex;
    text-align: center;
}

.payroll .width-dashed {
    width: 97%;
}

.payroll .container-table {
    max-height: 600px;
    overflow-x: scroll;
}

.payroll .checkbox input[type=checkbox]:checked+label::after {
    padding-right: 8px !important;
}


/******** Fin importar nomina *******/

.no-outline {
    outline: none !important;
}

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

.payroll .checkbox input[type=checkbox]:checked+label::after {
    padding-right: 8px !important;
}


/******** Vacunacion COVID *******/

.vaccination-shifts {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 40px !important;
}

.vaccination-shifts .header-vaccination {
    margin: 20px 0;
    margin-top: 0px;
}

.vaccination-shifts .header-vaccination .image {
    margin: 10px 0;
}

.vaccination-shifts .header-vaccination .image img {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.vaccination-shifts .form-horizontal .form-group {
    border-bottom: none !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
}

.table-vaccination-shifts-no-border {
    margin-top: 0px !important;
    max-width: 100%;
    margin-bottom: 10px;
}

.table-vaccination-shifts-no-border>thead>tr>th,
.table-vaccination-shifts-no-border>tbody>tr>th,
.table-vaccination-shifts-no-border>tfoot>tr>th,
.table-vaccination-shifts-no-border>thead>tr>td,
.table-vaccination-shifts-no-border>tbody>tr>td,
.table-vaccination-shifts-no-border>tfoot>tr>td {
    line-height: 1.42857;
    padding-left: 3px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    vertical-align: top;
}


/* Calendario */

.custom-calendar-schedule .scroll-thin::-webkit-scrollbar {
    -webkit-appearance: none;
}

.custom-calendar-schedule .scroll-thin::-webkit-scrollbar:vertical {
    width: 8px;
}

.custom-calendar-schedule .scroll-thin::-webkit-scrollbar-thumb {
    border-radius: 7px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
}

.custom-calendar-schedule .scroll-thin::-webkit-scrollbar-track {
    background-color: #fff0;
    border-radius: 7px;
}

.custom-calendar-schedule .eventMonth {
    background-color: transparent;
    border-color: transparent;
    color: #626262;
    text-align: center;
    font-size: 10px;
}

.custom-calendar-schedule .eventMonth .event-container {
    display: flex;
    background-color: #44cfbd40;
    border-radius: 3px;
    margin-bottom: 2px;
    position: relative;
}

.custom-calendar-schedule .eventMonth .event-text {
    padding: 2px;
    margin: 2px;
    margin-right: 6px;
}

.custom-calendar-schedule .eventMonth .event-total {
    background: #44cfbd;
    padding: 2px;
    font-weight: bold;
    color: #fdfdfd;
    border-radius: 3px;
    margin: 1px;
    font-size: 12px;
    position: absolute;
    right: 0px;
}

.custom-calendar-schedule .eventMonth .fc-title {
    display: none !important;
}

.custom-calendar-schedule .fc-state-active {
    border-top: 0;
    background-image: linear-gradient(to bottom, #ffffffde, #2296E4) !important;
}

.calendar-events-month-table {
    width: 100% !important;
    margin: 0 auto;
    margin-top: 0px;
    line-height: 14px;
    font-size: 11px !important;
    white-space: normal !important;
}

.calendar-events-month-table .fc-event,
.fc-event:hover {
    color: #545353 !important;
    text-decoration: auto !important;
}

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

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


/******** Fin vacunacion COVID *******/


/******** Inicia citas vacunacion COVID *******/

.vaccination-appointment {
    padding: 2px;
}

.vaccination-appointment .no-m {
    margin-top: 0px;
    margin-bottom: 0px;
}

.vaccination-appointment .title {
    color: #b4047c;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 22px;
}

.vaccination-appointment .subtitle {
    font-size: 13px;
    color: #565656;
}

.vaccination-appointment .custom-ol {
    padding-inline-start: 18px;
    margin-top: 3px;
}

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

.vaccination-appointment .text-qr {
    display: flex;
    justify-content: center;
}

@media (max-width: 430px) {
    .vaccination-appointment .text-qr {
        display: block !important;
    }
}

#vaccination_assistance .custom-container {
    max-width: 500px;
    margin: 10px;
}

#vaccination_assistance .filters {
    display: flex;
    margin-top: 10px;
}

#vaccination_assistance .filters .select-day {
    min-width: 230px;
    margin-right: 10px;
}

#vaccination_assistance .filters .select-clue {
    min-width: 300px;
    margin-right: 10px;
}

#modal-assistance .text-total {
    color: #2c2c2c59;
    font-weight: 600;
    font-family: 'Montserrat';
}

#modal-assistance .table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 6px;
}

.vertical-th {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    height: 190px;
}