.generictable {
    background: #fff;
    border-spacing: 0px;
    margin: 0 auto;
}
.generictable:not(.subview) {
    width: 100%;
}
@media (max-width: 768px) {
  .generictable:not(.subview) {
    display: block;
    overflow-x: auto;
  }
}
.genericTable > select.filtrable {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #CCC;
    margin-bottom: 20px;
}
.genericTable > h3 {
    font-weight: 300;
}
.generictable thead th {
    background: #f4f7f9;
    font-size: 14px;
    text-align: left;
    color: #4a4a4a;
    border-bottom: 1px solid #eff2f5;
    border-top: 1px solid #eff2f5;
    padding: 15px 20px;
    font-weight: 500;
}
.generictable tbody tr:hover:not(.tr-selected) td{
    background:#f1f1f1;
}
.generictable .tr-selected {
    background: #47c4fd;
}

.generictable td:first-child {
    padding: 10px;
    min-width: 54px;
}
.generictable th, .generictable td {
    border-bottom: 1px solid #eff2f5;
    font-size: 15px;
    line-height: 1.5;
    padding: 5px;
    position:relative;
}
/* sortable */
tr.ui-sortable-helper {
    background: #CCC;
    display: table;
}
.action-icon {
    color: #333;
    TEXT-DECORATION: NONE;
    FONT-SIZE: 12PX;
    BACKGROUND: #2d393e;
    COLOR: #fff;
    DISPLAY: INLINE-BLOCK;
    PADDING: 2PX 10PX;
    BORDER-RADIUS: 3PX;
    /* FONT-WEIGHT: BOLD; */
    LINE-HEIGHT: 18PX;
    VERTICAL-ALIGN: MIDDLE;
    border-radius: 15px;
}
.action-icon.remove {
    background: #b52323;
}
.action-icon span {
    /*display: none;*/
}
/*
.action-icon:hover span {
    display: inline;
}
*/

/*topbar*/

.genericTableTop {
    /* margin-bottom: 11px; */
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    padding: 0;
    clear: both;
}
.topList {
    margin-bottom:10px;
    font-family: sans-serif;
}
.topList a.button {
    background: #97e9a8;
    color: #000;
    text-decoration: none;
    height: 32px;
    line-height: 34px;
    display: inline-block;
    padding: 0 15px;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 2px;
}
.topList a.button:hover {
    background: #73c984;
}
.genericTableTop select {
    height: 30px;
    line-height: 30px;
    border: 1px solid #CCC;
    vertical-align: middle;
    display: inline-block;
    outline: none;
    border-radius: 8px;
    margin-left: 10px;
}
.subfield_item {
    display: inline-block;
    margin: 1px 5px 1px 0px;
    padding: 2px;
    padding: 1px 7px;
    font-size: 12px;
    text-transform: uppercase; 
    font-weight: 600;
    border-radius: 3px;
}
.generictable_content .subfield_item.estado {
    padding:0;
}
.generictable_content .subfield_item.estado .select_color {
    padding: 1px 7px !important;
    border-radius:0;
    padding:0;
}
.genericTableTop input {
    padding: 0 10px;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #CCC;
    background: transparent;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 250px;
    margin-right: 5px;
    background: #FFF;
    outline: none;
}
.generictable_content { 
    box-shadow: 0px 0px 20px 0px rgb(76 87 125 / 2%);
    border-radius: 10px;
}
.generictable_content .smalltext {
    font-size:13px;
    color:#333;
}
.generictable_content .select_color { 
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    display: block;
    padding: 4px;
}

/*pagination */
.pagination {
    float:right;
}
.cupones .pagination {
    float:none;
}
.pagination > span {
    display: inline-block;
    padding: 6px 10px;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 15px;
    color: #666;
}
.pagination > a {
    display: inline-block;
    padding: 5px;
    width: 20px;
    text-align: center;
    color: #333;
    background: #e9e9e9;
    text-decoration: none;
    margin: 0 2px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    border-radius:5px;
}
.pagination > a.current {
    background: rgb(81 52 235);
    color: #FFF;
}
/* end pagination */
.sindatos {
    min-height: 300px;
    font-size: 1.5em;
    color: #666;
    text-align: center;
    padding-top: 2em;
}
.generictable tbody tr td:first-child {
    /*width: 90px;*/
}
.generictable .checkmark {
    display: block;
    margin: auto;
    position: relative;
}
.btn_trash {
    float: right;
    background: #DDD;
    padding: 0 10px;
    line-height: 31px;
    text-decoration: none;
    color: #222;
    font-size: 13px;
    border-radius: 3px;
}
.sucursales .genericTableTop {
    min-height: 0;
    padding: 0;
}
.encuesta .genericTableTop, .qrs .genericTableTop, .preguntas .genericTableTop {
    height: 0px;
    padding: 0;
    min-height: auto;
}
.paddingContent .button {
    background: #4a31d5;
    color: #FFF;
    border-radius: 7px;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
    font-size: 14px;  
}
.paddingContent .button:hover {
    background: #5037df;
}
.paddingContent {
    margin: 30px;
}
select.filtrable_suc_inline {
    margin: 13px 15px 0 0;
    font-size: 15px;
    background: #FFF;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 0 15px;
    color: #666;
    float: right;
    height: 35px;
}
.headerContent {
    background: #FFF;
    border-radius: 10px;
    min-height: 0;
}
.headerContent .select {
    max-width: 180px;
}
.headerContent .select .options {
    width: 400px;
}
.preview {
    width:40%; 
}
.preview_content {
    width:50%;
    position:relative;
    margin:0 auto;
    min-width: 300px;
} 

.preview iframe {
    border: none;
    width: 100%;
    height: 100%;
    padding: 14px 8px 14px 12px;
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    border-radius: 50px;
}
.preview .mobile_img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
table.generictable.cupones {
    border-spacing: 0 10px !important;
}