/* slider amchart */
.splugins-slider-achart-content{
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    position: relative;
    font-family: Roboto,Helvetica,Arial,sans-serif;
}
.splugins-slider-achart-cinfo:after{
    content: '';
    display: block;
    clear: both;
}
.splugins-slider-achart-data{
    font-weight: 300;
    color: #000;
    font-size: 1em;
    float: left;
}
.splugins-slider-achart-value{
    color: #61a2e2;
    font-size: 1em;
    float: right;
}
.splugins-slider-achart-slider{
    position: relative;
    height: 2px;
    background: #eeeef0;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0 !important;
}
.splugins-slider-achart-slider span.ui-slider-handle{
    width: 42px;
    height: 42px;
    border: 0;
    top: -20px;
    margin-left: -20px !important;
}
/* datatable */
.splugins-datatable-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    font-family: sans-serif !important;
}
.splugins-datatable-content .scroll-wrapper > .scroll-content {
    width: 100% !important;
}
.splugins-datatable-table thead th{
    text-align: center;
}
.splugins-datatable-thead-filter {
    padding: 7px 2px !important;
}
.splugins-datatable-thead-filter a.btn {
    background-color: rgba(0,0,0,.3) !important;
    display: block;
    height: 25px;
    max-width: 40px;
    min-width: 40px;
    margin: auto;
    padding: 0;
    border: 0;
}
.splugins-datatable-thead-filter a.btn i {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}
.splugins-datatable-tfoot-filter {
    font-size: 11px;
    font-family: sans-serif;
}
.splugins-datatable-tfoot-search {
    display: table-header-group;
}
.splugins-datatable-tfoot-search th {
    padding: 1px !important;
}
.splugins-datatable-tfoot-search input {
    width: 100% !important;
    font-weight: 400;
}
.splugins-datatable-content .dataTables_length select{
    border-radius: 3px;
}
.splugins-datatable-content .dataTables_empty {
    text-align: center;
    padding: 5px 0;
}
.splugins-datatable-content div.dataTables_processing {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 0;
    top: 40%;
    background: transparent;
}
.splugins-datatable-content .dataTables_length,
.splugins-datatable-content .pagination > li {
    font-size: 12px;
}
.splugins-datatable-content .dataTables_length {
    height: 30px;
}
.splugins-datatable-processing {
    border: solid 1px #ddd;
    padding: 10px 0;
    width: 150px;
    background-color: #fff;
    border-radius: 2px;
    margin: auto;
}
.splugins-datatable-processing img {
    height: 32px;
    width: 32px;
    display: inline-block;
}
.splugins-datatable-processing span {
    line-height: 32px;
    display: inline-block;
    font-family: sans-serif;
    font-size: 12px;
    color: #666;
    padding: 0 10px;
    text-align: center;
}
.splugins-datatable-loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 60px;
    height: 60px;
    margin: auto;
    -webkit-animation: splugins-datatable-loader 1s linear infinite;
    animation: splugins-datatable-loader 1s linear infinite;
}
.splugins-datatable-content .dataTables_paginate.splugins-datatable-style_devexpress > ul {
    padding: 2px 0;
    margin: 0;
    background-color: #fff;
}
.splugins-datatable-content .dataTables_paginate.splugins-datatable-style_devexpress > ul > li > a {
    background-color: #fff;
    border: 0;
    padding: 0;
    min-width: 40px;
    text-align: center;
    margin: 3px 0;
}
.splugins-datatable-content .dataTables_paginate.splugins-datatable-style_devexpress > ul > li.active > a {
    background-color: #337ab7 !important;
    color: #fff;
}
.splugins-datatable-content .dataTables_paginate.splugins-datatable-style_devexpress > ul > li > a:hover {
    background-color: #fff;
}
.splugins-datatable-content .dataTables_paginate.splugins-datatable-style_devexpress > ul > li.first > a{
    min-width: 25px;
    height: 24px;
    background-image: url(../img/plugins/DXR.png);
    background-repeat: no-repeat;
    background-position: -50px -668px;
    margin: 0 1px;
}
.splugins-datatable-content .dataTables_paginate.splugins-datatable-style_devexpress > ul > li.first.disabled > a {
    opacity: 0.5;
}
.splugins-datatable-content .dataTables_paginate.splugins-datatable-style_devexpress > ul > li.previous > a{
    min-width: 25px;
    height: 24px;
    background-image: url(../img/plugins/DXR.png);
    background-repeat: no-repeat;
    background-position: 0 -643px;
    margin: 0 4px 0 1px;
}
.splugins-datatable-content .dataTables_paginate.splugins-datatable-style_devexpress > ul > li.previous.disabled > a {
    opacity: 0.5;
}
.splugins-datatable-content .dataTables_paginate.splugins-datatable-style_devexpress > ul > li.next > a{
    min-width: 25px;
    height: 24px;
    background-image: url(../img/plugins/DXR.png);
    background-repeat: no-repeat;
    background-position: -100px -618px;
    margin: 0 1px 0 4px;
}
.splugins-datatable-content .dataTables_paginate.splugins-datatable-style_devexpress > ul > li.next.disabled > a {
    opacity: 0.5;
}
.splugins-datatable-content .dataTables_paginate.splugins-datatable-style_devexpress > ul > li.last > a{
    min-width: 25px;
    height: 24px;
    background-image: url(../img/plugins/DXR.png);
    background-repeat: no-repeat;
    background-position: -75px -668px;
    margin: 0 1px;
}
.splugins-datatable-content .dataTables_paginate.splugins-datatable-style_devexpress > ul > li.last.disabled > a {
    opacity: 0.5;
}
@-webkit-keyframes splugins-datatable-loader {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes splugins-datatable-loader {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media all and (max-width: 767px) {
	.splugins-datatable-content div.dataTables_wrapper > div.row > div,
	.splugins-datatable-content div.dataTables_length,
	.splugins-datatable-content div.dataTables_filter,
	.splugins-datatable-content div.dataTables_info {
		text-align: initial !important;
	}
    .splugins-datatable-content div.dataTables_paginate {
        text-align: center !important;
    }
}
.splugins-datatable-content table.dataTable thead .sorting_asc:after,
.splugins-datatable-content table.dataTable thead .sorting_desc:after {
    opacity: 1;
	color: #fff;
	font-size: 12px;
}
.splugins-datatable-content table.dataTable thead .sorting:after {
    opacity: 0;
}
/* mail box de comedor [mobile][sugerencia] */
.splugins-mobile-mboxcome-content {
    position: relative;
}
.splugins-mobile-mboxcome-tools {
    background-color: #1e8fc6;
    padding: 10px;
}
.splugins-mobile-mboxcome-tools:after {
    content: '';
    display: block;
    clear: both;
}
.splugins-mobile-mboxcome-tools-th {
    float: left;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.splugins-mobile-mboxcome-tools-cactions {
    float: right;
}
.splugins-mobile-mboxcome-tools-cactions:after {
    content: '';
    display: block;
    clear: both;
}
.splugins-mobile-mboxcome-tools-caction {
    display: inline-block;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #36a9e1;
    margin: 0 2px;
    text-align: center;
}
.splugins-mobile-mboxcome-tools-caction i {
    line-height: 40px;
    font-size: 20px;
}
.splugins-mobile-mboxcome-clist {
    overflow: auto;
    max-height: 70vh;
    position: relative;
}
.splugins-mobile-mboxcome-list {
    padding: 0;
    margin: 0;
}
.splugins-mobile-mboxcome-item {
    background-color: #fff;
    border-bottom: solid 1px #eee;
    padding: 12px 8px;
    position: relative;
}
.splugins-mobile-mboxcome-item:after {
    content: '';
    display: block;
    clear: both;
}
.splugins-mobile-mboxcome-blank-item {
    height: 65px;
}
.splugins-mobile-mboxcome-ccheck {
    float: left;
    position: relative;
    height: 100%;
    margin: 0 13px 0 5px;
}
.splugins-mobile-mboxcome-check {
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    width: 40px;
    height: 40px;
}
.splugins-mobile-mboxcome-check span {
    display: block;
    line-height: 40px;
    text-align: center;
}
.splugins-mobile-mboxcome-check span::selection {
    background: transparent;
}
.splugins-mobile-mboxcome-message {
    float: left;
    width: calc(100% - 60px);
    position: relative;
}
.splugins-mobile-mboxcome-message-date {
    font-size: 12px;
    font-weight: 600;
    color: #069;
}
.splugins-mobile-mboxcome-message-type {
    font-size: 11px;
    position: absolute;
    top: 0;
    right: 0;
}
.splugins-mobile-mboxcome-message-preview {
    font-size: 11px;
    position: relative;
    height: 15px;
}
.splugins-mobile-mboxcome-new {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(255,0,0);
    position: absolute;
    bottom: 6px;
    right: 6px;
    text-align: center;
}
.splugins-mobile-mboxcome-new i{
    line-height: 50px;
    font-size: 24px;
    color: #fff;
}
/* preview de archivos */
.splugins-pvfile-content { 
    background-color: #fff;
}
.splugins-pvfile-list:after {
    content: '';
    display: block;
    clear: both;
}
.splugins-pvfile-item {
}
.splugins-pvfile-item-icon {
    height: 132px;
}
.splugins-pvfile-item-icon .myfa-img {
    height: 100%;
    vertical-align: top;
}
.splugins-pvfile-item-icon.has-img {
}
.splugins-pvfile-item-icon.has-img>img{
    max-height: 100%;
}
    .splugins-pvfile-item-icon i {
        color: #e33217ab;
    }
.splugins-pvfile-item-detail {
    height: 57px;
}
.splugins-pvfile-item-detail-n {
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.splugins-pvfile-item-detail-l {
    display: inline-block;
}
/* mail box de comedor [desktop][sugerencia] */
.splugins-mboxcome-content {
    font-family: sans-serif;
    font-size: 12px;
}
.splugins-mboxcome-tools {
    padding: 5px 0;
}
.splugins-mboxcome-tools:after {
    content: '';
    display: block;
    clear: both;
}
.splugins-mboxcome-tools-content-checkAll {
    text-align: center;
    color: #666;
    /*border: 1px solid #ddd;*/
    /*background-color: #f4f4f4;*/
    height: 45px;
    margin: 1px 4px 1px 0;
    padding: 15px 10px;
    border-radius: 3px;
    float: left;
}
.splugins-mboxcome-list-checkAll-span {
    border: solid 1px #aaa;
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    display: block;
    margin: auto;
}
.splugins-mboxcome-list-checkAll-span:hover {
    border: 1px solid #4d90fe;
}
.splugins-mboxcome-tools-content-amassive {
    float: left;
}
.splugins-mboxcome-tools-content-new {
    float: right;
}
.splugins-mboxcome-list-checkAll-span img {
    position: absolute;
    top: -5px;
    left: -5px;
    display: none;
    height: 21px;
    width: 21px;
    pointer-events: none;
}
.splugins-mboxcome-list-checkAll-span img::selection {
    text-shadow: 1px 1px transparent;
}
.splugins-mboxcome-tools-actions-button {
    margin: 1px 2px 1px 0px;
    padding: 3px 5px;
    height: auto;
}
.splugins-mboxcome-tools-titlehead {
    float: left;
    font-size: 18px;
    color: #1e8fc6;
    margin: 1px 0 1px 10px;
    line-height: 45px;
}
.splugins-mboxcome-list {
    border-top: 1px #ddd solid;
    max-height: 70vh;
    overflow: auto;
}
.splugins-mboxcome-list table {
    width: 100%;
}
.splugins-mboxcome-list table tbody tr {
}
.splugins-mboxcome-list table tbody tr:hover {
    background-color: #f5f5f5;
}
.splugins-mboxcome-list table tbody td {
    padding: 10px 5px;
    border-bottom: 1px #e5e5e5 solid;
    height: 38px;
    position: relative;
    overflow: hidden;
}
.splugins-mboxcome-list-td-date {
    font-weight: 600;
}
.splugins-mboxcome-list-td-check {
}
.splugins-mboxcome-list-td-check input[type=checkbox] {
    display: none;
}
.splugins-mboxcome-list-check-span {
    border: solid 1px #aaa;
    width: 14px;
    height: 14px;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    background-color: #fff;
    display: block;
    margin: auto;
}
.splugins-mboxcome-list-check-span:hover {
    border: 1px solid #4d90fe;
}
.splugins-mboxcome-list-check-span img {
    position: absolute;
    top: -5px;
    left: -5px;
    display: none;
    height: 21px;
    width: 21px;
    pointer-events: none;
}
.splugins-mboxcome-list-check-span img::selection {
    text-shadow: 1px 1px #fff;
}
.splugins-mboxcome-list-check-response {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 7px;
    left: 7px;
}
.splugins-mboxcome-list-td-actions {
    text-align: center;
}
.splugins-mboxcome-list-td-actions-i {
    font-size: 15px;
    vertical-align: text-bottom;
    color: #666;
    margin: 0 4px;
    opacity: 0;
    cursor: pointer;
}
.splugins-mboxcome-list-td-actions-i:hover {
    color: #1e8fc6;
}
.splugins-mboxcome-list-td-message, .splugins-mboxcome-list-td-file {
    cursor: pointer;
}
.splugins-mboxcome-list-td-message-body {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    width: 100%;
    top: 10px;
    color: #666;
}
.splugins-mboxcome-list-td-file i{
    font-size: 14px;
}
/* indicador de panel de control */
.splugins-indicator-pnl-ctrl {
    padding-bottom: 5px;
}
.splugins-indicator-pnl-ctrl-content {
    border: 1px solid black;
    padding: 15px;
    min-height: 122px;
    color: white;
    -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 1px 1px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 1px 1px -1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 1px 1px -1px rgba(0, 0, 0, 0.1);
}
.splugins-indicator-pnl-ctrl-content i.splugins-icon {
    height: 90px;
    font-size: 60px;
    line-height: 90px;
    width: 90px;
    text-align: center;
    color: rgb(255, 255, 255);
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.splugins-indicator-pnl-ctrl-content div.splugins-icon {
    width: 90px;
    height: 90px;
    text-align: center;
}
.splugins-indicator-pnl-ctrl-content div.splugins-icon span {
    line-height: 90px;
}
.splugins-indicator-pnl-ctrl-content div.splugins-icon span img {
    width: 60px;
    height: 60px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.splugins-indicator-pnl-ctrl-content .splugins-icon.left{
    float: left;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    margin-right: 15px;
    padding-right: 15px;
}
.splugins-indicator-pnl-ctrl-content .splugins-icon.right {
    float: right;
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    margin-left: 15px;
    padding-left: 15px;
}
.splugins-indicator-pnl-ctrl-value {
    margin-top: -10px;
    font-size: 34px;
    font-weight: 700;
}
.splugins-indicator-pnl-ctrl-data {
    font-size: 10.5px;
    text-transform: uppercase;
    font-weight: 600;
}
.splugins-indicator-pnl-ctrl-desc {
    /*margin-top: 10px;*/
    font-size: 12px;
}
/* reporte de panel de control */
.splugins-report-pnl-ctrl {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    border: solid 1px #ccc;
    border-radius: 3px;
    background-color: #fff;
    margin: 2px 0px;
    overflow: hidden;
}
.splugins-report-pnl-ctrl-head {
    border-bottom: solid 1px #f4f4f4;
    background: #fff;
}
.splugins-report-pnl-ctrl-head:after {
    content: '';
    display: block;
    clear: both;
}
.splugins-report-pnl-ctrl-head-icon {
    font-size: 20px;
    color: #367fa9;
    vertical-align: text-top;
}
.splugins-report-pnl-ctrl-head-title {
    font-weight: 800;
    font-size: 13px;
    margin-left: 3px;
    color: #666;
    line-height: 24px;
    text-transform: uppercase;
}
.splugins-report-pnl-ctrl-head-cbtn {
    float: right;
    padding: 3px 5px;
}
.splugins-report-pnl-ctrl-head-btn {
    width: 30px;
    height: 25px;
    background-color: #fff;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    margin: 0 1px;
}
.splugins-report-pnl-ctrl-head-btn.active {
    background-color: rgb(232,239,247);
}
.splugins-report-pnl-ctrl-head-btn i {
    vertical-align: bottom;
}
.splugins-report-pnl-ctrl-body {
    padding: 4px;
}
.splugins-report-pnl-ctrl-section {
    display: none;
    position: relative;
    margin-bottom: 4px;
}
/* etiqueta de panel de control */
.splugins-label-pnl-ctrl {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 15px;
    padding: 2px 5px;
}
.splugins-label-pnl-ctrl-data {
    color: rgb(101,115,128);
}
.splugins-label-pnl-ctrl-value {
    color: #006699;
    font-weight: 800;
    text-transform: uppercase;
}
/* ccome - calendario comedor */
.splugins-ccome-month{
    font-family: sans-serif;
    background-color: #f4f4f4;
    width: 100%;
}
.splugins-ccome-month-name{
    font-family: sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 5px 0;
    background-color: #f4f4f4;
    color: #9b0000;
    border-radius: 3px;
    margin-bottom: 3px;
}
.splugins-ccome-month thead tr th{
    padding: 8px 3px;
    font-size: 12px;
    color: #fff;
    background-color: #ffbb00;
    text-align: center;
}
.splugins-ccome-day{
    padding: 1px;
    border: solid 1px #eee;
    border-radius: 5px;
    min-width: 100px;
    min-height: 100px;
    position: relative;
    background-color: #fff;
}
.splugins-ccome-no-day{
    min-width: 100px;
    min-height: 100px;
}
.splugins-ccome-day-img{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border-radius: 3px;
    cursor: pointer;
}
.splugins-ccome-day-num{
    position: absolute;
    font-weight: 800;
    top: 0;
    left: 5px;
}
.splugins-ccome-day-comedor{
    position: absolute;
    bottom: 0;
    width: calc(100% - 2px);
    text-align: center;
    font-weight: 600;
    font-size: 11px;
    background-color: #006699;
    color: #fff;
    padding: 3px 0;
    border-radius: 3px;
    left: 2px;
}
.splugins-ccome-day-check{
    position: absolute;
    display: none;
}
.splugins-ccome-day-consumo{
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(-45deg);
    background-color: gold;
    font-size: 10px;
    font-weight: 800;
    text-align: center;
    padding: 1px 3px;
    border-radius: 5px;
    position: absolute;
    left: -10px;
    top: 20px;
}
.splugins-ccome-day-info{
    position: absolute;
    font-size: 11px;
    bottom: 22px;
    font-weight: 600;
    width: calc(100% - 10px);
    left: 6px;
    text-align: center;
}
.splugins-ccome-day-info1{
    display: inline-block;
    padding: 3px 5px;
    background-color: #00440a;
    color: #fff;
    border-radius: 3px;
    margin: 1px;
}
.splugins-ccome-day-info2{
    display: inline-block;
    padding: 3px 5px;
    background-color: #a30012;
    color: #fff;
    border-radius: 3px;
    margin: 1px;
}
/* lstcome - lista comedor [Desktop] */
.splugins-lstcome-content {
    font-family: sans-serif;
    font-size: 12px;
}
.splugins-lstcome-tools {
    padding: 5px 0;
}
.splugins-lstcome-tools-checkall {
    border: solid 1px #aaa;
    width: 14px;
    height: 14px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    display: block;
    margin: auto;
}
.splugins-lstcome-tools-checkall:hover {
    border: 1px solid #4d90fe;
}
.splugins-lstcome-tools-checkall img::selection {
    text-shadow: 1px 1px #fff;
}
.splugins-lstcome-tools-title {
    display: inline-block;
    font-size: 18px;
    color: #1e8fc6;
    margin: 1px 0 1px 10px;
    line-height: 43px;
}
.splugins-lstcome-tools-actions {
    display: inline-block;
    vertical-align: top;
    min-height: 25px;
}
.splugins-lstcome-tools-actions-button {
    margin: 1px 2px 1px 0px;
    padding: 3px 5px;
    height: auto;
}
.splugins-lstcome-tools-actions-button i {
}
.splugins-lstcome-tools-actions-button div {
    font-size: 11px;
    padding: 0 2px;
}
.splugins-lstcome-list {
    border: solid 1px #ddd;
    max-height: 70vh;
}
.splugins-lstcome-list table {
    width: 99.9%;
    margin: auto;
}
.splugins-lstcome-list table th {
    text-align: center;
    padding: 7px 2px;
    font-size: 14px;
    font-weight: 600;
    cursor: default;
    color: #fff;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    background-color: #1e8fc6;
}
.splugins-lstcome-item {
    cursor: default;
}
.splugins-lstcome-item:hover {
    background-color: #f5f5f5;
}
.splugins-lstcome-item:hover td:first-child {
    /*background-color: #f4f4f4 !important;*/
}
.splugins-lstcome-item.lstcome-item-selected {
    background-color: rgb(222, 236, 249) !important;
}
.splugins-lstcome-item td {
    padding: 10px 5px;
    text-align: center;
}
.splugins-lstcome-item-checkbox {
    display: none !important;
}
.splugins-lstcome-item-checkmark {
    border: solid 1px #aaa;
    width: 14px;
    height: 14px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    background-color: #fff;
}
.splugins-lstcome-item-checkmark:hover {
    border: 1px solid #4d90fe;
}
.splugins-lstcome-item-checkmark img::selection {
    text-shadow: 1px 1px #fff;
}
.splugins-lstcome-item-nocheckmark {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    background-color: transparent;
    opacity: 0;
}
.splugins-lstcome-item-date {
    font-weight: 400;
}
.splugins-lstcome-item-info {
    padding: 2px 3px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    white-space: nowrap;
    font-size: 10px;
    font-weight: 600;
    min-width: 20px;
}
.splugins-lstcome-item-content-action {
    height: 17px;
    text-align: center;
}
.splugins-lstcome-item-no-action {
    display: inline-block;
    margin: 0 3px;
    width: 11.8px;
}
.splugins-lstcome-item-action {
    display: inline-block;
    margin: 0 4px 0 4px;
    opacity: 0;
}
.splugins-lstcome-item-action i {
    font-size: 15px;
    vertical-align: text-bottom;
    cursor: pointer;
    color: #777;
}
.splugins-lstcome-item-action i:hover {
    color: #1e8fc6;
}
.splugins-lstcome-item-img {
    position: relative;
    overflow: hidden;
    min-width: 30px;
    width: 30px;
}
.splugins-lstcome-item-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* lstcome - lista comedor [Mobile] */
.splugins-mobile-lstcome-content {
    font-family: 'Arial', sans-serif;
}
.splugins-mobile-lstcome-ctools {
    background-color: #1e8fc6;
    padding: 10px;
}
.splugins-mobile-lstcome-ctools:after {
    content: '';
    display: block;
    clear: both;
}
.splugins-mobile-lstcome-titlehead {
    float: left;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.splugins-mobile-lstcome-ctools-cactions {
    float: right;
}
.splugins-mobile-lstcome-ctools-actions {
    display: inline-block;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #36a9e1;
    border-radius: 50%;
    margin: 0 2px;
}
.splugins-mobile-lstcome-ctools-actions i {
    line-height: 40px;
    font-size: 20px;
}
.splugins-mobile-lstcome-list {
    overflow-x: hidden;
    overflow-y: auto;
    border: solid 1px #cfcfcf;
    max-height: 85vh;
    position: relative;
}
.splugins-mobile-lstcome-ccitem {
    position: relative;
    width: 500%;
    border-bottom: solid 1px #cfcfcf;
    left: -200%;
}
.splugins-mobile-lstcome-citem {
    width: 60%;
    left: 20%;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}
.splugins-mobile-lstcome-citem:after {
    content: '';
    display: block;
    clear: both;
}
.splugins-mobile-lstcome-cactions {
    padding: 10px;
    width: 33.33%;
    float: left;
    text-align: center;
}
.splugins-mobile-lstcome-action-indi {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #36a9e1;
    border-radius: 5px;
    margin: 0 2px;
}
.splugins-mobile-lstcome-action-indi i {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}
.splugins-mobile-lstcome-item {
    background-color: #fff;
    width: 33.33%;
    float: left;
    padding: 5px;
}
.splugins-mobile-lstcome-item :after {
    content: '';
    display: block;
    clear: both;
}
.splugins-mobile-lstcome-item-ccheck {
    float: left;
    padding: 7px;
}
.splugins-mobile-lstcome-item-ccheck input[type=checkbox]{
    display: none;
}
.splugins-mobile-lstcome-item-check {
    width: 40px;
    height: 40px;
    background-color: #d7f1f4;
    border-radius: 50%;
}
.splugins-mobile-lstcome-item-checki {
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.splugins-mobile-lstcome-item-cinfo {
    float: left;
    padding: 7px;
    width: calc(100% - 54px);
}
.splugins-mobile-lstcome-item-cinfo-date {
    font-weight: 600;
    font-size: 12px;
    color: #176f9a;
    padding-bottom: 5px;
}
.splugins-mobile-lstcome-item-cinfo-date:after {
    content: '';
    display: block;
    clear: both;
}
.splugins-mobile-lstcome-item-cinfo-consumo {
    color: #fff;
    font-size: 11px;
    padding: 1px 5px;
    border-radius: 2px;
    float: right;
}
.splugins-mobile-lstcome-item-cinfo-others {
    font-size: 12px;
    color: #666;
}
.splugins-mobile-lstcome-item-cinfo-others b {
    color: #000;
}
@media (max-width: 767px) {
    .splugins-indicator-pnl-ctrl-content .splugins-icon {
        display: none;
    }
    .splugins-indicator-pnl-ctrl-content {
        text-align: center;
    }
}