/* Custom Stylesheet */

/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    position: absolute;
}

::-webkit-scrollbar-track {
    background: rgba(0, 150, 136, 0.1);
    -webkit-box-shadow: inset 0 0 1px rgba(38, 166, 154, 0.5);
}

::-webkit-scrollbar-track:hover {
    background: rgba(0, 150, 136, 0.2);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(38, 166, 154, 0.2);
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(38, 166, 154, 0.5);
}

html, body {
    height: 100%;
    margin: 0px;
}

nav ul a, nav .brand-logo {
    color: #444;
}

p {
    line-height: 2rem;
}

p.no_margin {
    margin: 0;
}

.input-field label {
    pointer-events: all;
}

.drag-target {
    z-index: 996 !important;
}

.reload {
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #263238;
    text-align: center;
    padding-top: 8px;
    border-radius: 20px;
    opacity: 0.1;
    cursor: pointer;
    z-index: 99;
}

.reload i {
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}

.msg-msg .character-counter {
    font-size: 12px;
    height: 1px;
    position: absolute;
    top: -14px;
    right: 10px;
}

.turnos-pendientes {
    overflow: hidden;
    margin: 0;
}

.turnos-pendientes div {
    font-weight: bolder;
    text-align: left;
    margin: 10px 0;
    background-color: #263238;
    color: #e0e0e0;
    min-height: 170px;
    font-size: 50px;
    padding: 40px 20px 0px 20px;
}

.turnos-pendientes div span {
    font-size: 100px;
    line-height: 0;
    margin: 0;
    padding: 0;
    color: #fafafa;
}

.turnos-pendientes div span:last-child {
    font-size: 70px;
    color: #c0c0c0;
}

.turnos-showPPT {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
}

.turnos-llamados {
    display: none;
    margin: 0;
}

.turnos-llamados div {
    float: left;
    font-weight: bolder;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 20px 0;
    background-color: #26a69a;
    color: #fafafa;
    min-height: 250px;
    height: auto;
    width: 100%;
    position: relative;
}

.turnos-llamados div .turno {
    font-size: 200px;
    float: left;
    line-height: 1;
    margin: 0;
    padding: 0 0 0 30px;
    height: inherit;
    position: absolute;
    width: 40%;
    text-align: left;
    top: 0;
}

.turnos-llamados div .turno span {
    float: left;
    height: 200px;
    width: 100px;
    margin-right: -100px;
    background-position: center center;
    background-size: cover;
}

.turnos-llamados div .tx1, .turnos-llamados div .txPrior {
    font-size: 70px;
    float: left;
    width: 60%;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #c0c0c0;
    margin-left: 40%;
    text-align: left;
}

.turnos-llamados div .txPrior {
    font-size: 60px;
    bottom: 10px;
    top: initial;
    color: #263238;
}

.turnos-llamados div .modulo {
    font-size: 90px;
    float: left;
    width: 60%;
    line-height: 1;
    margin: 0;
    padding: 0;
    margin-left: 40%;
    text-align: left;
}

/* PC y TVs > 1920px*/
@media only screen and (min-width: 1020px) {
    .turnos-pendientes div {
		font-size: 50px;
	}

	.turnos-pendientes div span {
		font-size: 100px;
	}

	.turnos-pendientes div span:last-child {
		font-size: 70px;
	}
	
	.turnos-llamados div .turno {
		font-size: 200px;
	}

	.turnos-llamados div .tx1, .turnos-llamados div .txPrior {
		font-size: 70px;
	}

	.turnos-llamados div .txPrior {
		font-size: 60px;
	}

	.turnos-llamados div .modulo {
		font-size: 90px;
	}
}

/* Menores a 1920px*/
@media only screen and (max-width: 1920px) {
	.turnos-display-title{
		font-size:3.2rem;
	}
    .turnos-pendientes div {
		font-size: 2.3rem;
		padding: 40px 20px 0px 20px;
		min-height: auto;
	}

	.turnos-pendientes div span {
		font-size: 5rem;
	}

	.turnos-pendientes div span:last-child {
		font-size: 3rem;
	}
	
	.turnos-llamados div{
		min-height: auto;
	}
		
	.turnos-llamados div .turno {
		font-size: 9rem;
	}

	.turnos-llamados div .tx1, .turnos-llamados div .txPrior {
		font-size: 3.5rem;
	}

	.turnos-llamados div .txPrior {
		font-size: 4.5rem;
	}

	.turnos-llamados div .modulo {
		font-size: 90px;
	}
}



.turnos-display-title {
    color: #009688;
    font-weight: bold;
    text-shadow: 0px 0px 5px #263238;
    text-align: center;
}

#log {
    float: left;
    width: 100%;
    min-height: 200px;
    background: #fafafa;
    padding: 5px;
    overflow-y: scroll;
    color: #616161;
    font-family: "Courier New", Courier, monospace;
}

#log:hover {
    /*background-color: #f5f5f5;*/
}

.marquee {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #263238 !important;
    box-shadow: 0px 0px 10px 0px #263238;
    color: #FFFFFF;
}

.marquee marquee {
    font-size: 80px;
}

/*====================================  Loadeing animation ====================================*/

.trloading {}

.trloading:after {
    content: '';
    position: absolute;
    background-color: #26a69a;
    left: 0;
    height: 2px;
    will-change: left, right;
    -webkit-animation: trloading-short 2s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: trloading-short 2s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    z-index: 2;
}

@-webkit-keyframes trloading-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes trloading-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

/*====================================  Loadeing animation ====================================*/

[contentEditable=true]:empty:not(:focus):before {
    content: attr(data-text);
    color: #9e9e9e;
    overflow: hidden;
}

.cobertura {
    position: fixed;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    z-index: 99999999;
}

/*====================================  XLS-TABLES ====================================*/

.headerOp {
    box-shadow: -10px 0 0 0 #ee6e73, inset 0px 1px 0 0 #ee6e73, inset 0px -1px 0 0 #ee6e73, 10px 0 0 0 #ee6e73;
}

.headerOp.active {
    box-shadow: -10px 0 0 0 #009688, inset 0px 1px 0 0 #009688, inset 0px -1px 0 0 #009688, 10px 0 0 0 #009688;
}

.headerOp input {
    text-transform: uppercase;
}

.xls-table {
    border: none;
    box-sizing: border-box !important;
}

.xls-table * {
    box-sizing: border-box;
    font-size: 14px;
}

.xls-table tbody tr:nth-child(odd) {
    background: #FAFAFA;
}

.xls-table tbody tr:hover {
    background: #F6F6F6;
}

.xls-table tr th {
    text-align: center;
}

.xls-table tr th, .xls-table tr td {
    border: 1px solid #E0E0E0;
    padding: 2px;
    border-radius: 0;
    position: relative;
}

.xls-table tr td.money, .xls-table tr td.money input {
    text-align: right;
}

.xls-table tr td.edit {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.xls-table tr td.error {
    border: solid 2px #b71c1c;
}

.xls-table tr td input, .xls-table tr td select {
    width: 100%;
    min-height: 27px;
    height: 100%;
    margin: 0;
    padding: 0 2px;
    border: none !important;
    box-sizing: border-box !important;
    position: absolute;
    top: 0;
    font-size: 14px;
}

.xls-table tr td textarea {
    border: none;
    height: 100%;
    margin: 0;
    float: left;
    max-width: 200px !important;
}

.xls-table tr td input:focus, .xls-table tr td textarea:focus {
    box-shadow: inset 0px 0px 2px 1px #2196f3 !important;
    border-bottom: none !important;
    border-radius: 0;
}

.xls-table tr td select, .xls-table .select-wrapper input {
    margin: 0 !important;
    padding: 0 2px !important;
    max-height: 27px;
    border: none;
    text-align: left;
}

.xls-table .select-wrapper input {
    padding-right: 10px !important;
    font-size: 12px;
}

.xls-table .select-wrapper span {
    top: 6px;
}

.xls-table tr td .btn-floating, .xls-table tr td .btn-floating .material-icons {
    max-height: 27px;
}

.xls-table tbody tr:hover .newmov {
    background: #F0E6C9;
}

.xls-table tbody tr:nth-child(even):hover .newmov {
    background: #F0EDD2;
}

.xls-table td.newmov, .xls-table th.newmov {
    background: #FFF2CA;
}

.xls-table tr:nth-child(even) td.newmov, .xls-table tr:nth-child(even) th.newmov {
    background: #FFF8E1;
}

.xls-table td.unuse input, .xls-table th.unuse input {
    pointer-events: none;
}

.xls-table td.resum, .xls-table th.resum {
    background: #CFE8FC;
}

.xls-table tr:nth-child(even) td.resum, .xls-table tr:nth-child(even) th.resum {
    background: #E3F2FD;
}

.xls-table td.rnum, .xls-table th.rnum {
    background: #f5f5f5;
    text-align: center;
    min-width: 30px;
    width: 30px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.xls-table td.rnum {
    cursor: url(../img/cursor-row-select.png), auto;
}

.xls-table td.rnum.valid {
    background: #b2dfdb;
}

.xls-table td.rnum.unvalid {
    background: #b71c1c;
    color: #fafafa;
}

.xls-table tr.active+.xls-table td.rnum {
    background: #fafafa;
}

.xls-table tr.active td {
    border-bottom: solid 1px #2196f3;
}

.xls-table tr.active:after {
    content: '';
    position: absolute;
    background-color: #2196f3;
    left: 0;
    height: 1px;
    width: 100%;
    z-index: 2;
}

.xls-table tr.error:after {
    content: '';
    position: absolute;
    background-color: #b71c1c;
    left: 0;
    height: 1px;
    width: 100%;
    z-index: 2;
}

.xls-table tr.error td {
    border-bottom: solid 1px #b71c1c;
}

.movs {
    background: #e0f2f1;
    min-width: 300px;
    max-width: 300px;
    float: left;
    font-size: 10px;
    border: solid 1px #009688;
    border-radius: 2px;
    cursor: pointer;
    padding: 2px;
    margin: 1px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.movs>div {
    width: calc(100% - 22px);
    float: left;
}

.movs-from, .movs-to, .movs-val {
    font-size: 10px;
    float: left;
    width: 33.333%
}

.movs-from {
    min-width: 80px;
}

.movs-to {
    min-width: 90px;
}

.movs-val {
    min-width: 75px;
    padding: 0 0 0 10px;
    font-weight: bold;
    text-align: right;
}

.movs span {
    width: calc(100% - 30px);
    float: left;
    font-size: 10px;
}

.xls-table tr td .movs .btn-floating, .xls-table tr td .movs .btn-floating .material-icons {
    max-width: 20px;
    max-height: 20px;
}

.xls-table tr td .movs .btn-floating .material-icons {
    margin: -10px 0 0 0 !important;
}

.nfactura, .renta, .renta, .ica, .cial {
    text-align: left !important;
}

.nfactura:before, .renta:before, .renta:before, .ica:before, .cial:before {
    content: '\21C4';
    color: #9e9e9e;
    vertical-align: top;
    display: inline-block;
    font-family: 'Material Icons';
    font-weight: bolder;
    font-style: inherit;
    font-size: inherit;
    margin: 0;
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 0px;
    text-indent: 0px;
}

.nfactura:hover:before, .renta:hover:before, .renta:hover:before, .ica:hover:before, .cial:hover:before {
    color: #26a69a;
}

/*====================================  XLS-TABLES ====================================*/

/*====================================  Notificacion de turnos ====================================*/

.turnos-notif, .visor-notif {
    position: absolute;
    top: 60px;
    right: 29px;
    width: 450px;
    height: 400px;
    z-index: 99;
    font-size: 14px;
    color: #616161;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    display: none;
}

.notificaciones, .notifvisor {
    position: relative;
    max-height: 64px;
}

.notificaciones i.unread, .notifvisor i.unread {
    display: none;
}

.notificaciones span, .notifvisor span {
    background: #cb4437;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #fff;
    left: 32px;
    line-height: 15px;
    min-width: 15px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 15px;
    z-index: 100;
    border-radius: 4px;
    padding: 0px 2px;
    font-size: 13px;
    display: none;
}

.turnos-arrow-up {
    position: absolute;
    width: 100%;
    height: 12px;
    margin-top: -12px;
    overflow: hidden;
}

.turnos-arrow-up div {
    float: left;
    width: 20px;
    height: 20px;
    margin: 4px 0 0 410px;
    background-color: #FFFFFF;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.32);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.turnos-notif .turnos-arrow-up div {
    margin: 4px 0 0 410px;
}

.turnos-header {
    width: 100%;
    height: 51px;
    border-bottom: solid 1px #e0e0e0;
    padding: 0 15px;
    margin: 0;
}

.turnos-header .select-wrapper input {
    margin: 0 !important;
    border: none !important;
}

.turnos-header div.col:first-child {
    padding: 0;
}

.turnos-header div.col:last-child {
    padding: 15px 0;
}

.turnos-content, .turnos-content-filters, .turnos-content-add {
    width: 100%;
    height: 350px;
    overflow-x: auto;
    background-color: #fcfcfc;
}

.turnos-content-filters, .turnos-content-add {
    padding: 10px;
    display: none;
}

.turnos-items, .msg-items {
    position: relative;
    float: left;
    width: 442px;
    min-height: 80px;
    background-color: #f5f5f5;
    border-top: solid 1px #e0e0e0;
}

.turnos-items:first-child {
    border-top: none;
}

.turnos-items:hover {
    background-color: #fcfcfc;
    cursor: pointer;
}

.acciones {
    display: none;
    position: absolute;
    right: 15px;
    min-height: 80px;
    max-width: 100px;
    z-index: 2;
    padding: 1px 0 0 0;
}

.msg-items {
    background-color: #fff8e1;
}

.msg-items .acciones {
    display: block;
}

.acciones .btn {
    float: left;
    width: 100%;
    padding: 0 20px;
}

.acciones .btn:first-child {
    margin-bottom: 5px;
}

.msg-items-called, .mscalled {
    background-color: #fff8e1;
    -webkit-animation-name: called;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
    /* Safari 4.0 - 8.0 */
    animation-name: mscalled;
    animation-iteration-count: infinite;
    animation-duration: 3s;
}

/* Safari 4.0 - 8.0 */

@-webkit-keyframes mscalled {
    from {
        background-color: #fff8e1;
    }
    to {
        background-color: #ffecb3;
    }
}

/* Standard syntax */

@keyframes mscalled {
    from {
        background-color: #fff8e1;
    }
    to {
        background-color: #ffecb3;
    }
}

.turnos-items-called, .called {
    background-color: #f5f5f5;
    -webkit-animation-name: called;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
    /* Safari 4.0 - 8.0 */
    animation-name: called;
    animation-iteration-count: infinite;
    animation-duration: 3s;
}

/* Safari 4.0 - 8.0 */

@-webkit-keyframes called {
    from {
        background-color: #f5f5f5;
    }
    to {
        background-color: #e0f2f1;
    }
}

/* Standard syntax */

@keyframes called {
    from {
        background-color: #f5f5f5;
    }
    to {
        background-color: #e0f2f1;
    }
}

.turnos-items-called .acciones {
    display: block;
}

.turnos-items-turno {
    float: left;
    width: 80px;
    height: 100%;
    padding: 0;
    font-size: 25px;
    font-weight: bolder;
}

.visor-notif .turnos-content .turnos-items-turno {
    font-size: 20px;
}

.visor-notif .turnos-content .turnos-items-turno span {
    font-size: 14px;
    font-weight: normal;
}

.turnos-items-turno span:first-child {
    float: left;
    width: 100%;
    padding: 15px 15px 0 15px;
    font-size: 25px;
    font-weight: bolder;
}

.turnos-items-turno span {
    font-size: 14px;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: normal;
}

.turnos-items-name {
    float: right;
    width: 350px;
    margin: 15px 0 0 0;
    font-weight: bold;
}

.turnos-items-desc, .msg-items-desc {
    float: right;
    width: 350px;
    margin: 0;
}

.turnos-items-lockup, .msg-items-lockup, .turnos-items-cita {
    float: right;
    width: 250px;
    color: #bdbdbd;
    font-size: 12px;
    text-align: right;
}

.turnos-items-cita {
    color: #616161;
    width: 100px;
    text-align: left;
}

.msg-items-desc {
    float: left;
    width: 100%;
    padding: 10px 20px 0 20px;
}

.msg-items-name {
    float: left;
    width: 50%;
    font-weight: bold;
    padding: 0px 20px 10px 20px;
}

.msg-items-lockup {
    float: left;
    width: 50%;
    padding: 0px 20px 10px 20px;
}

/*====================================  End Notificacion de turnos ====================================*/

/*====================================  encuesta satisfaccion ====================================*/

.encuesta-satisfaccion .row .col {
    min-height: 54px;
    color: #eceff1;
}

.quest-no {
    background-color: #263238;
}

.quest-yes {
    background-color: #2bbbad;
    /*background-color: #009688;*/
}

.faces {
    height: 80%;
}

.face-happy, .face-poker, .face-angry {
    height: 90%;
    padding: 2% !important;
    text-align: center;
    color: #b0bec5;
}

.face-happy div, .face-poker div, .face-angry div {
    width: 100%;
    height: 90%;
    padding: 2%;
    cursor: pointer;
}

.face-happy div {
    background: url('../img/face-happy-green.png') no-repeat center;
    background-size: contain;
}

.face-poker div {
    background: url('../img/face-poker-green.png') no-repeat center;
    background-size: contain;
}

.face-angry div {
    background: url('../img/face-angry-green.png') no-repeat center;
    background-size: contain;
}

.face-happy div:hover {
    background: url('../img/face-happy.png') no-repeat center;
    background-size: contain;
}

.face-poker div:hover {
    background: url('../img/face-poker.png') no-repeat center;
    background-size: contain;
}

.face-angry div:hover {
    background: url('../img/face-angry.png') no-repeat center;
    background-size: contain;
}

/*====================================  END encuesta satisfaccion ====================================*/

/*====================================  attachments ====================================*/

.attachments {
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
    display: inline-block;
}

.attachments-file {
    float: left;
    width: 180px;
    height: 120px;
    border-top: solid 1px #e0e0e0;
    border-left: solid 1px #e0e0e0;
    margin: 0 20px 20px 0;
    overflow: hidden;
    position: relative;
}

.attachments-file:first-child {}

.attachments-file:before {
    content: '';
    position: absolute;
    width: 140px;
    height: 1px;
    margin: 118px 0 0 0;
    border-bottom: solid 1px #e0e0e0;
    z-index: 1;
}

.attachments-triangles:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100px;
    margin: -100px 0 0 39px;
    border-right: solid 1px #e0e0e0;
}

.attachments-triangles {
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 99px 0 0 139px;
    background-image: url('../img/files_triangles.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    z-index: 2;
}

.attachments-triangles:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 0 0 0 20px;
    background-color: #DB4437;
    background-image: url('../img/files_triangles.png');
    background-position: -20px 0px;
    background-repeat: no-repeat;
    z-index: 2;
}

.attachments-prev {
    width: 180px;
    height: 120px;
    position: absolute;
    background-image: url('../img/thumbnail-img.jpg');
    background-repeat: no-repeat;
}

.attachments-prev.excel {
    background-image: url('../img/thumbnail-xlsx.png');
}

.attachments-detail {
    position: absolute;
    width: 180px;
    height: 120px;
    margin: 88px 0 0 0;
    border-top: solid 1px #e0e0e0;
    background: #eeeeee;
}

.attachments-name {
    float: left;
    font-size: 12px;
    font-weight: bolder;
    padding: 6px 0 0 0;
    color: #777777;
    width: calc(100% - 65px);
    height: 60px;
    max-height: 60px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.attachments-size {
    float: left;
    font-size: 12px;
    margin: 0 0 0 32px;
    color: #bdbdbd;
    width: calc(100% - 65px);
}

.attachments-view, .attachments-edit, .attachments-down {
    background: #616161;
    float: left;
    text-align: center;
    margin: 5px 4px 0 4px;
    color: #FFFFFF;
    width: 32px;
    height: 26px;
    border-radius: 2px;
}

.attachments-view:hover, .attachments-edit:hover, .attachments-down:hover {
    background: #212121;
}

.attachments-view {
    margin-left: 32px;
}

.attachments-view.disabled {
    cursor: default;
    background-color: #9e9e9e;
}

.attachments-view i.material-icons, .attachments-edit i.material-icons, .attachments-down i.material-icons {
    font-size: 20px;
    padding: 2px 4px;
}

.attachments-icon {
    float: left;
    width: 32px;
    height: 32px;
}

.attachments-file:hover {
    cursor: pointer;
}

.attachments-file:hover .attachments-prev {
    margin: -120px 0 0 0;
}

.attachments-file:hover .attachments-detail {
    margin: 0 0 0 0;
    border: none;
}

.attachments-file:hover .attachments-name {
    display: initial;
    white-space: normal;
    overflow: visible;
    text-overflow: ellipsis;
}

.attachments-icon.img {
    background: url('../img/attachments-img.png');
    background-repeat: no-repeat;
    background-position: center;
}

.attachments-icon.excel {
    background: url('../img/attachments-excel.png');
    background-repeat: no-repeat;
    background-position: center;
}

.icon-16 {
    background-size: 16px !important;
    background-position: initial !important;
}

.attachments-icon.pdf {
    background: url('../img/attachments-pdf.png');
    background-repeat: no-repeat;
    background-position: center;
}

.attachments-icon.word {
    background: url('../img/attachments-word.png');
    background-repeat: no-repeat;
    background-position: center;
}

.attachments-icon.powerpoint {
    background: url('../img/attachments-powerpoint.png');
    background-repeat: no-repeat;
    background-position: center;
}

.attachments-icon.other {
    background: url('../img/attachments-other.png');
    background-repeat: no-repeat;
    background-position: center;
}

.attachments-icon.txt {
    background: url('../img/attachments-txt.png');
    background-repeat: no-repeat;
    background-position: center;
}

.attachments-icon.txt {
    background: url('../img/attachments-txt.png');
    background-repeat: no-repeat;
    background-position: center;
}

/*====================================  END attachments ====================================*/

.cabecera-factura td {
    padding: 5px 5px !important;
}

.totales-factura tbody td {
    padding: 10px 5px !important;
}

.totales-factura tfoot th {
    padding: 5px 5px !important;
}

.keyboard-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 90;
}

.keyboard-wrapper div:first-child {
    text-align: center;
    margin: 0 auto;
}

.keyboard-wrapper .keyboard-document {
    font-size: 2em !important;
    padding: 20px !important;
    width: calc(100% - 40px) !important;
}

.keyboard-wrapper .keyboard-document::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 20px !important;
}

.keyboard-wrapper .keyboard-document::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 20px !important;
}

.keyboard-wrapper .keyboard-document:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 20px !important;
}

.keyboard-wrapper .keyboard-document:-moz-placeholder {
    /* Firefox 18- */
    font-size: 20px !important;
}

table.keyboard {
    width: 330px;
}

table.keyboard td, th {
    padding: 5px;
}

table.keyboard button, table.keyboard input {
    width: 100%;
    height: 100px;
    font-size: 2em;
}

.card_turno-wrapper, .card_paso-wrapper {
    background: #455a64 !important;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 91;
    display: none;
}

.card_paso-wrapper {
    z-index: 92;
}

.card_paso-wrapper .card_turno {
    width: 60%;
}

.card_paso-wrapper .card_turno:hover {}

/*    Tablets (M)     */

@media only screen and (max-width: 993px) {
    .card_paso-wrapper .card_turno {
        width: 80%;
    }
}

/*    Telefonos (S)    */

@media only screen and (max-width: 601px) {
    .card_paso-wrapper .card_turno {
        width: 100%;
    }
    table.keyboard {
        width: auto;
    }
}

.card_turno {
    width: 560px;
    margin: 10% auto 0 auto;
}

.card_turno .card-content {
    height: 330px;
}

.card_turno .card-action {
    height: 220px;
}

.card_turno img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.turno-pre {
    color: #b0bec5 !important;
    text-align: center;
}

.turno-num {
    font-size: 80px;
    font-weight: bolder;
    text-align: center;
}

.fc_errors {
    padding: 0;
    background: transparent !important;
    width: 25px;
    height: 25px;
    line-height: 25px;
    box-shadow: none;
}

.fc_errors:hover {
    box-shadow: none;
}

.fc_errors:hover i {
    color: #009688 !important;
}

.fc_errors i {
    font-size: 22px !important;
    margin: -6px 0 0 0 !important;
}

.fnum {
    font-weight: bolder;
}

.list-notas {
    min-height: 40px;
    padding: 5px;
}

.list-notas .item-notas {
    height: auto;
    display: flex;
    padding: 5px 0;
}

.list-notas .item-notas span {
    color: #bdbdbd;
    font-size: 1rem;
    float: left;
    margin-right: 10px;
}

.dia strong.consecutivo {
    display: none;
}

.dia_float strong.consecutivo {
    display: initial;
}

.button-collapse {
    display: block;
    color: #26a69a;
    position: absolute !important;
}

.parallax-container {
    min-height: 380px;
    line-height: 0;
    height: auto;
    color: rgba(255, 255, 255, .9);
}

.parallax-container .section {
    width: 100%;
}

.hover_highlight {
    transition: background-color .25s ease;
}

.hover_highlight:hover {
    background-color: #f2f2f2;
}

.overflow_show-y {
    overflow-y: scroll;
    overflow-x: hidden;
}

.overflow_hide {
    overflow: hidden;
}

.fixed-action-btn-modal {
    position: fixed;
    right: 30px;
    top: 0px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 998;
}

#cuerpo_cx .row {
    margin-bottom: 0px;
}

#cuerpo_cx .waves-effect {
    display: block;
}

.card_cx {
    position: relative;
    margin: 0.75rem 0;
    padding: 10px;
    background-color: #cfd8dc;
    color: #616161;
    box-shadow: 1px 0 0 0 #9e9e9e, 0 1px 0 0 #9e9e9e, 1px 1px 0 0 #9e9e9e, 1px 0 0 0 #9e9e9e inset, 0 1px 0 0 #9e9e9e inset;
    border-radius: 2px;
    min-height: 140px;
    width: 100%;
}

.card_cx_title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.tabulador {
    white-space: pre;
}

.card_cx .row {
    margin-bottom: 2px !important;
}

.card_cx .btn-floating {
    position: absolute;
    top: 20px;
    right: 20px;
}

.card_cx .alergias {
    color: #ee6e73;
}

.delete-item, .hide-item {
    margin-right: 1em;
}

.to-deleted {
    display: none;
}

.modal-content>.row {
    margin: 0 -0.75rem
}

.switch_initial label {
    position: initial;
}

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

.preloader_general, .preloader_second {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.preloader_second {
    position: initial;
}

.preloader_general .valign, .preloader_second .valign {
    width: 100%;
    height: auto;
    text-align: center;
}

.preloader_general .valign .big, .preloader_second .valign .big {
    margin-top: -130px;
    width: 200px;
    height: 200px;
}

/*  =================================   Custom materialize css  =================================   */

.valign-wrapper .valign {
    display: block;
}

.btn, .btn-large, .btn-floating {
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.16), 0 0px 2px 0 rgba(0, 0, 0, 0.12);
}

.btn:hover, .btn-large:hover, .btn-floating:hover {
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.18), 0 0px 4px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-1, nav, .card-panel, .card, .toast, .dropdown-content, .collapsible, .side-nav {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-half {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/*  =================================   Custom materialize css  =================================   */

@media only screen and (max-width: 992px) {
    .parallax-container .section {
        position: absolute;
        top: 40%;
    }
    #index-banner .section {
        top: 10%;
    }
}

@media only screen and (max-width: 600px) {
    #index-banner .section {
        top: 0;
    }
}

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}

footer.page-footer {
    margin: 0;
    padding-top: 0px;
}

/*Stylos de Asorsalud gCX ===========================================================  */

.w100per {
    width: 100%;
}

.w240px {
    width: 240px;
}

.w300px {
    width: 300px;
}

.h100per {
    height: 100%;
}

.h200px {
    height: 200px;
}

.h220px {
    min-height: 240px;
}

.h300px {
    height: 300px;
}

.center_margin {
    margin-left: auto;
    margin-right: auto;
}

.lowercase {
    text-transform: lowercase;
}

.uppercase {
    text-transform: uppercase;
}

.search-custom, .search-custom2 {
    height: 100%;
    margin: 0 0 0 200px !important;
    width: calc(100% - 500px);
}

.search-custom2 {
    width: calc(100% - 550px);
}

.search-custom-select input {
    color: #000000;
}

.search-custom-select .select-wrapper span.caret {
    margin-top: -20px !important;
}

.refresh {
    margin-left: 20px;
}

.refresh i {
    margin-top: -14px;
}

.devolucion input {
    font-size: 1em !important;
}

.devolucion input+label, .devolucion input+label.active {
    display: none;
    font-size: 1em !important;
    bottom: 1px;
}

.devolucion input+label.active {
    display: block;
    top: initial;
    bottom: -2.25em;
}

.invalid .devolucion input+label, .invalid .devolucion input+label.active {
    color: #ee6e73;
}

.input-field label {
    height: initial !important;
}
/* aplica para 1280px o menos ancho */

@media screen and (max-width:1280px) {
    .search-custom {
        margin: 0 0 0 130px !important;
        width: calc(100% - 300px);
    }

    .search-custom2 {
        margin: 0 0 0 130px !important;
        width: calc(100% - 300px);
    }
}

.container_gcx {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    padding: 0 30px;
}

.h_separator {
    float: left;
    height: 100%;
    width: 10px;
}

.v_separator {
    float: left;
    height: 5px;
    width: 100%;
}

.container_gcx .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.agenda_header {
    width: 100%;
    height: 70px;
    padding: 10px 30px;
}

.agenda-nav_mes {
    float: left;
    height: 100%;
    width: auto;
}

.agenda-datepicker {
    width: 200px;
    float: left;
    min-height: 44px;
    height: 100%;
    margin: 0;
}

.agenda-datepicker .autocomplete-custom {
    margin-top: 49px !important;
}

.col.agenda-datepicker input {
    width: 100%;
}

.agenda_modes {
    float: right;
    height: 100%;
}

.agenda_inf {
    float: right;
    height: 100%;
}

/*    Tablets (M)     */

@media only screen and (max-width: 993px) {
    .agenda-nav_mes {
        width: 100%;
    }
}

/*    Telefonos (S)    */

@media only screen and (max-width: 601px) {
    .agenda-nav_mes {
        width: 100%;
    }
}

/*End Stylos de Asorsalud gCX ===========================================================  */

/*Calendario gCX ===========================================================  */

.agenda_calendar {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.nombre_dias {
    width: 100%;
    height: 30px;
}

.nombre_dias .dia {
    float: left;
    width: 14.2857142857143%;
    height: 30px;
    box-shadow: none;
    background: none;
}

.view_mes, .view_semana, .view_dia {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
}

.dia_float {
    margin-bottom: 0 !important;
    padding: 0 0 10px 0;
    display: block;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #444;
    overflow: hidden;
    min-width: 400px;
}

.dia_float .dia_title_over {
    margin-top: 0px;
    padding: 10px 20px;
    height: 40px;
    font-size: 100% !important;
    background-color: #80cbc4;
    color: #fff;
    cursor: default;
}

.dia_float .dia_title_over i.close, .dia_float .dia_title_over i.print {
    position: absolute;
    right: 10px;
    opacity: 0.6;
}

.dia_float .dia_title_over i.print {
    right: 2em;
}

.dia_float .dia_title_over i:hover {
    cursor: pointer;
    opacity: 1;
}

.dia_float .dia_float_content {
    padding: 10px;
    height: calc(100% - 40px);
    width: 100%;
    overflow: auto;
}

.dia {
    padding: 2px;
    margin: 0;
    overflow: hidden;
    box-shadow: 1px 0 0 0 #9e9e9e, 0 1px 0 0 #9e9e9e, 1px 1px 0 0 #9e9e9e, 1px 0 0 0 #9e9e9e inset, 0 1px 0 0 #9e9e9e inset;
}

.dia:hover {
    cursor: pointer;
}

.dia:hover .dia_title {
    background-color: #80cbc4;
    color: #fff;
}

.dia:hover .dia_title span {
    display: initial;
}

.dia.active .dia_title {
    background-color: #80cbc4;
    color: #fff;
}

.dia_title, .dia_title_over {
    font-size: 90%;
    width: 100%;
    height: auto;
    padding: 2px;
    overflow: hidden;
    color: #9e9e9e;
    /*   #9e9e9e grey */
}

.dia .dia_title:hover, .dia_title_over:hover {
    background-color: #26a69a;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

.view_dia .dia .dia_title {
    font-size: 120%;
}

.view_semana .dia_title {
    font-size: 80%;
}

.view_mes .dia_title {
    font-size: 70%;
}

.dia_title span {
    /*display: none;*/
    display: initial;
}

.view_dia .dia {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.dia .dia_title span {
    display: none;
}

.dia_float .dia_title span {
    display: initial;
}

.view_mes .dia, .week4 .dia {
    float: left;
    width: 14.2857142857143%;
    height: 25%;
}

.week6 .dia {
    height: 16.6666666666667%;
}

.week5 .dia {
    height: 20%;
}

.week1 .dia {
    height: 100%;
}

.view_semana .dia {
    float: left;
    width: 14.2857142857143%;
    height: 100%;
    overflow: auto;
}

.view_semana .dia::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.view_semana .dia .overflow_event, .view_dia .dia .overflow_event {
    display: none;
}

.no_valido, .no_valido_alt {
    background-color: #eeeeee;
}

.no_valido_alt {
    display: none;
    margin: 0;
}

.overflow_event {
    text-align: center;
    background-color: #e0f2f1;
    color: #9e9e9e;
    position: absolute;
    width: 100%;
    padding: 2px;
    font-size: 12px;
    box-shadow: 0 0 0 0, 0 2px 0 0 #ffffff, 0px -10px 10px 0 #ffffff, 0 0 0 0 inset, 0 0 0 0 inset;
    text-decoration: underline;
}

.overflow_event:hover {
    background-color: #80cbc4;
    color: #fff;
    cursor: pointer;
}

.evento {
    width: 100%;
    height: 20px;
    margin: 1px 0;
    padding: 2px;
    overflow: hidden;
    font-size: 12px;
    cursor: pointer;
    color: #616161;
}

.view_dia .evento {
    height: 40px;
    margin: 2px 0;
    padding: 4px;
    box-shadow: 0px 1px 0 0 #9e9e9e inset;
}

.evento:hover {
    text-decoration: underline;
}

.evento span {
    padding-right: 5px;
    color: #009688;
    /*   #9e9e9e grey */
    background-color: #fafafa;
    /*  #fafafa grey lighten-5   */
}

.evento .highlight {
    background-color: transparent;
    color: #009688 !important;
    padding: 0;
}

.autocomplete-content {
    position: absolute;
    max-width: 100%;
    width: 100%;
}

.autocomplete-content li img {
    display: none !important;
}

/*  autocomplete custom   */

.input-field .prefix~.autocomplete-custom {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem);
}

/* Autocomplete */

.autocomplete-custom {
    margin-top: -15px;
    display: block;
    opacity: 1;
    position: absolute;
}

.autocomplete-custom li .highlight {
    color: #444;
}

ul.custom_padding li {
    padding: 10px 20px 0 20px !important;
}

.custom-progress {
    position: absolute;
    left: 0;
    z-index: 2;
    margin: -10px 0 0 0;
}

.custom_padding .collection-item {
    min-height: 100px;
}

.confirm_origen {
    min-height: 0px !important;
    border: none !important;
    padding: 0 !important;
}

.confirm_origenes .input-field label {
    position: relative !important;
    top: -10px;
    font-size: 0.8rem;
}

.confirm_origenes, .confirm_justificaciones {
    min-width: 65%;
    position: absolute;
    background: #e0f2f1 !important;
    z-index: 9;
    margin-top: -10px;
}

.confirm_origenes div, .confirm_justificaciones div {
    float: left;
    min-width: 100px;
    height: 100%;
    width: auto;
    padding: 0 10px;
    margin: 0 10px;
    background: #e0f2f1 !important;
}

.confirm_justificaciones div {
    margin: 0 !important;
}

.confirm_justificaciones div .select-wrapper {
    width: 100%;
}

.confirm_justificaciones textarea {
    margin-bottom: 0;
    padding-bottom: 0px;
}

.confirm_origenes div p {
    margin: 10px 0 0 0;
}

.confirm_origenes div.bnts {
    padding: 20px 0;
}

.no-medicamentos {
    background-image: url('../img/no-medicamento2.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
}

.li-templates-med li {
    box-shadow: 10px 0 0 0 #009688 inset;
}

.li-templates-med-alert li {
    box-shadow: 10px 0 0 0 #ee6e73 inset;
}

li.semivalid {
    box-shadow: 10px 0 0 0 #ff9800 inset;
}

li.valid {
    box-shadow: 10px 0 0 0 #009688 inset;
}

li.invalid {
    box-shadow: 10px 0 0 0 #ee6e73 inset;
}

li.general {
    box-shadow: 10px 0 0 0 #e0f2f1 inset;
}

/*  Colores para personalizar */

.calabaza {
    background-color: #ee6e73;
}

.calabaza-text {
    color: #ee6e73;
}

.tomate {
    background-color: #ffcdd2;
}

.tomate:hover {
    background-color: #ffebee;
}

.rosa {
    background-color: #f8bbd0;
}

.rosa:hover {
    background-color: #fce4ec;
}

.amatista {
    background-color: #e1bee7;
}

.amatista:hover {
    background-color: #f3e5f5;
}

.uva {
    background-color: #d1c4e9;
}

.uva:hover {
    background-color: #ede7f6;
}

.lavanda {
    background-color: #c5cae9;
}

.lavanda:hover {
    background-color: #e8eaf6;
}

.cobalto {
    background-color: #bbdefb;
}

.cobalto:hover {
    background-color: #e3f2fd;
}

.turquesa {
    background-color: #b3e5fc;
}

.turquesa:hover {
    background-color: #e1f5fe;
}

.aguamarina {
    background-color: #b2ebf2;
}

.aguamarina:hover {
    background-color: #e0f7fa;
}

.eucalipto {
    background-color: #b2dfdb;
}

.eucalipto:hover {
    background-color: #e0f2f1;
}

.menta {
    background-color: #c8e6c9;
}

.menta:hover {
    background-color: #e8f5e9;
}

.even .menta {
    background-color: #a5d6a7;
}

.limon {
    background-color: #dcedc8;
}

.limon:hover {
    background-color: #f1f8e9;
}

.lima {
    background-color: #f0f4c3;
}

.lima:hover {
    background-color: #f9fbe7;
}

.girasol {
    background-color: #fff9c4;
}

.girasol:hover {
    background-color: #fffde7;
}

.mango {
    background-color: #ffecb3;
}

.mango:hover {
    background-color: #fff8e1;
}

.even .mango {
    background-color: #ffe082;
}

.mostaza {
    background-color: #ffe0b2;
}

.mostaza:hover {
    background-color: #fff3e0;
}

.flamenco {
    background-color: #ffccbc;
}

.flamenco:hover {
    background-color: #fbe9e7;
}

.chocolate {
    background-color: #d7ccc8;
}

.chocolate:hover {
    background-color: #efebe9;
}

.metal {
    background-color: #f5f5f5;
}

.metal:hover {
    background-color: #fafafa;
}

.even .metal {
    background-color: #eeeeee;
}

.grafito {
    background-color: #cfd8dc;
}

.grafito:hover {
    background-color: #eceff1;
}

.canceled, .canceled:hover {
    background-color: #bdbdbd;
}

.color-pick {
    background-color: #ffffff;
    position: absolute;
    padding: 20px 40px 20px 20px;
    max-width: 420px;
    margin-top: -230px;
    opacity: 0;
    display: none;
}

.color-pick i {
    background-color: #009688;
    color: #ffffff;
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 0.7;
}

.color-pick i:hover {
    opacity: 1;
    cursor: pointer;
}

.color-pick li {
    float: left;
    min-width: 120px;
    height: 30px;
    padding: 5px 10px 5px 0px;
}

.color-pick li:hover {
    cursor: pointer;
}

.color-pick li:hover span {
    border-radius: 10px;
    opacity: 0.7;
}

.color-pick li span {
    float: left;
    border-radius: 5px;
    padding: 8px;
    margin-right: 10px;
}

.color-pick-triger {
    font-size: 24px;
}

.color-pick-triger:hover {
    opacity: 0.8;
    cursor: pointer;
}

.tabs {
    background-color: transparent;
    overflow: visible;
}

.tabs .tab a {
    color: #b2dfdb;
}

.tabs .tab a:hover {
    color: #26a69a;
}

.tabs .tab a.active {
    color: #26a69a;
}

.tabs .indicator {
    background-color: #26a69a;
}

.tabs .tab.disabled a {
    color: #b2dfdb;
    cursor: default;
}

.tab_breadcrumb i, .breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"], .breadcrumb i.material-icons {
    display: inline-block;
    float: left;
    font-size: 24px;
}

.tab_breadcrumb:before {
    content: '\E5CC';
    color: #26a69a;
    vertical-align: top;
    display: inline-block;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    margin: 0 10px 0 8px;
    -webkit-font-smoothing: antialiased;
}

.tab_breadcrumb:last-child {
    color: #fff;
}

.dropdown-content {
    max-height: 300px;
    margin-bottom: 40px;
}

nav .btmenu {
    float: left;
    position: relative;
    z-index: 1;
    height: 56px;
}

nav .btmenu i {
    font-size: 2.7rem;
    height: 56px;
    line-height: 56px;
}

.side-nav li.hbtn {
    width: 100%;
    height: 68px;
    display: flex;
}

.side-nav li.hbtn a {
    text-align: center;
    flex-grow: 1;
    height: 100%;
    padding: 10px 0;
}

.side-nav li.hbtn a i {
    text-align: center;
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
    line-height: normal;
}

.side-nav li.hbtn a span {
    float: left;
    width: 100%;
    line-height: initial;
}

.padding_10p {
    padding: 10px;
}

.padding_20p {
    padding: 20px;
}

.circle-custom {
    padding: 6px 15px;
    font-size: 25px;
}

.collection a.collection-item:hover {
    cursor: pointer;
}

.elements .collection-item, .procedures .collection-item {
    float: left;
    padding: 0 20px;
    width: 100%;
    min-height: 60px;
}

.elements .collection-item .input-field {
    margin-top: 0;
}

/*Nav mobile custom gCX ===========================================================  */

.side-nav .user-view, .side-nav .userView {
    overflow: hidden;
}

/*Datepicker custom gCX ===========================================================  */

.picker__date-display {
    float: none;
    display: flex;
    flex-flow: column;
    padding: 0;
}

.picker__weekday-display, .picker__year-display, .picker__month-display, .picker__day-display {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
    font-weight: normal;
}

.picker__weekday-display {
    background-color: #1f897f;
    margin-bottom: 10px !important;
    padding: 20px;
    font-size: 1rem;
}

.picker__year-display {
    order: 4;
}

.picker__month-display {
    order: 2;
    text-transform: uppercase;
    font-size: 2rem;
}

.picker__day-display {
    order: 3;
    font-size: 4rem;
}

.picker__day--infocus {
    padding: 10px;
    width: 40px;
    height: 40px;
}

.clockpicker-display {
    margin: 0;
}

/* aplica para 601px o mas ancho */

@media screen and (min-width:601px) {
    .picker__frame {
        position: absolute;
        margin: 0 auto;
        min-width: 256px;
        width: 500px;
        max-width: 500px;
    }
    .picker__box {
        width: 100%;
        height: 370px;
    }
    .picker__date-display {
        float: left;
        display: flex;
        flex-flow: column;
        width: 40%;
        height: 100%;
    }
    .picker__weekday-display, .picker__year-display, .picker__month-display, .picker__day-display {
        float: left;
        width: 100%;
    }
    .picker__weekday-display {
        margin-bottom: 30% !important;
        order: 1;
    }
    .picker__year-display {
        order: 4;
    }
    .picker__month-display {
        order: 2;
    }
    .picker__day-display {
        order: 3;
    }
    .picker__container__wrapper {
        float: left;
        width: 60%;
    }
    .picker__calendar-container {
        float: left;
        height: 300px;
        width: 100%;
    }
    .clockpicker .picker__calendar-container {
        width: 60% !important;
    }
    .picker__footer {
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .clockpicker .picker__footer {
        margin-top: 0;
        width: 60% !important;
    }
}

.modal {
    width: 80%;
    height: auto;
    max-height: 80%;
    top: 10% !important;
}

.modal.modal-fixed-footer {
    height: 80% !important;
}

/*    PC 15" 1024*768 (15"")     */

@media only screen and (max-width: 1366px) {
    .modal {
        width: 90%;
        height: auto;
        max-height: 85%;
        top: 8% !important;
    }
    .modal.modal-fixed-footer {
        height: 85% !important;
    }
}

/*    PC 15" 1024*768 (15"")     */

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

/*    Tablets (M)     */

@media only screen and (max-width: 993px) {
    .agenda_modes .h_separator, .agenda_inf, .agenda_modes {
        display: none;
    }
    .dia:hover .dia_title span:first-child {
        display: none;
    }
}

/*    Telefonos (S)    */

@media only screen and (max-width: 601px) {
    .modal {
        width: calc(100% - 20px);
        height: auto;
        max-height: calc(100% - 20px);
        top: 10px !important;
    }
    .modal.modal-fixed-footer {
        height: calc(100% - 10px) !important;
    }
    .modal.modal-fixed-footer .modal-content {
        position: initial;
        height: auto;
        max-height: none;
        width: 100%;
        overflow-y: visible;
    }
    .modal.modal-fixed-footer .modal-footer {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        position: initial;
        bottom: 0;
        overflow-y: hidden;
    }
    .container_gcx {
        padding-left: 10px;
        padding-right: 10px;
    }
    .agenda-nav_mes .fecha_agenda_hoy {
        display: none;
    }
    .agenda-nav_mes .h_separator:first-child {
        display: none;
    }
    .view_mes, .view_semana, .view_dia {
        height: auto;
    }
    .dia {
        margin-bottom: 10px;
    }
    .view_dia .dia {
        height: 100%;
    }
    .dia_title span {
        /*display:initial;*/
    }
    .view_semana .dia {
        width: 14.2857142857143%;
    }
    .no_valido {
        display: none;
    }
    .no_valido_alt {
        display: block;
        margin: 0;
    }
    .dia .dia_title span:last-child {
        display: none;
    }
    .dia:hover .dia_title span {
        display: none;
    }
}

/*End Calendario gCX ===========================================================  */

/*Custom DataTables ===========================================================  */

/*Scrool text animation ===========================================================  */

.scroll-right {
    height: 50px;
    overflow: hidden;
    position: relative;
    width: 200px;
    margin: 0 auto;
    color: #80cbc4;
}

.scroll-right:after {
    font-family: 'Material Icons' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "cloud";
    float: right;
    margin: 0px;
    color: #bdbdbd !important;
}

.scroll-right p {
    position: absolute;
    width: 620px;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    /* Starting position */
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    /* Apply animation to this element */
    -moz-animation: scroll-right 2s linear infinite;
    -webkit-animation: scroll-right 2s linear infinite;
    animation: scroll-right 5s linear infinite;
    z-index: -1;
}

/* Move it (define the animation) */

@-moz-keyframes scroll-right {
    0% {
        -moz-transform: translateX(-100%);
    }
    100% {
        -moz-transform: translateX(100%);
    }
}

@-webkit-keyframes scroll-right {
    0% {
        -webkit-transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(100%);
    }
}

@keyframes scroll-right {
    0% {
        -moz-transform: translateX(-100%);
        /* Browser bug fix */
        -webkit-transform: translateX(-100%);
        /* Browser bug fix */
        transform: translateX(-100%);
    }
    100% {
        -moz-transform: translateX(100%);
        /* Browser bug fix */
        -webkit-transform: translateX(100%);
        /* Browser bug fix */
        transform: translateX(100%);
    }
}