[supsystic-price-table id=8]
#{{table.view_id}} {
{% if table.params.calc_width.val == 'table' %}
width: {{ table.params.table_width.val }}{{ table.params.table_width_measure.val }};
{% endif %}
text-transform: uppercase;
}
#{{table.view_id}} * {
line-height: 1.2em;
}
#{{table.view_id}} p,
#{{table.view_id}} span
{
{% if table.params.font_family.val %}
font-family: {{ table.params.font_family.val }};
{% endif %}
}
#{{table.view_id}} .ptsCol {
{% if table.params.calc_width.val == 'table' %}
{% if table.params.enb_desc_col.val and table.params.enb_desc_col.val != "0" %}
width: {{ 100 / (table.params.cols_num.val + 1) }}%;
{% else%}
width: {{ 100 / table.params.cols_num.val }}%;
{% endif %}
{% else%}
width: {{ table.params.col_width.val }}px;
{% endif %}
padding: 0 5px;
}
#{{table.view_id}} span, #{{table.view_id}} p {
word-break: break-word;
}
/*Bg Colors*/
#{{table.view_id}} .ptsCol .ptsTableElementContent {
background-color: {{table.params.bg_color.val}};
}
#{{table.view_id}} .ptsCol .ptsTableElementContent .ptsColDesc,
#{{table.view_id}} .ptsCol .ptsTableElementContent .ptsActBtn,
#{{table.view_id}} .ptsCol .ptsTableElementContent .ptsRows .ptsCell:hover {
background-color: {{ adjBs(table.params.bg_color.val, 20) }};
}
#{{table.view_id}} .ptsCol .ptsTableElementContent .ptsActBtn:hover {
background-color: {{ adjBs(table.params.bg_color.val, -20) }};
}
/*Desc Col*/
#{{table.view_id}} .ptsTableDescCol {
{% if table.params.enb_desc_col.val == 0 %}
display: none;
{% endif %}
}
#{{table.view_id}} .ptsRows .ptsCell .ptsIcon {
margin-right: 10px;
}
#{{table.view_id}} .ptsColHeader,
#{{table.view_id}} .ptsColDesc,
#{{table.view_id}} .ptsRows .ptsCell {
padding: 10px;
}
#{{table.view_id}} .ptsColHeader {
padding-bottom: 40px;
}
#{{table.view_id}} .ptsColFooter {
padding: 20px 0 40px;
text-align: center;
}
#{{table.view_id}} .ptsCol .ptsActBtn {
cursor: pointer;
}
#{{table.view_id}} .ptsRows .ptsTog {
display: inline-block;
}
#{{table.view_id}} .ptsCol .ptsActBtn .ptsEditArea {
font-size: 22px;
padding: 10px 15px;
text-decoration: none !important;
border: none !important;
}
#{{table.view_id}} p {
margin: 0;
}
/*Animations*/
#{{table.view_id}} .ptsCol .ptsTableElementContent,
#{{table.view_id}} .ptsCol .ptsTableElementContent .ptsRows .ptsCell,
#{{table.view_id}} .ptsCol .ptsTableElementContent span {
transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease, background 0.3s ease;
-webkit-transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease, background 0.3s ease;
-moz-transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease, background 0.3s ease;
-ms-transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease, background 0.3s ease;
-o-transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease, background 0.3s ease;
}
#{{table.view_id}} .ptsCol.hover .ptsTableElementContent {
z-index: 101;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
margin-top: -20px;
}
/*Colors set*/
#{{table.view_id}} .ptsCol .ptsColHeader,
#{{table.view_id}} .ptsCol .ptsColHeader *
{
color: {{table.params.text_color_header.val}};
}
#{{table.view_id}} .ptsCol .ptsColDesc,
#{{table.view_id}} .ptsCol .ptsColDesc *
{
color: {{table.params.text_color_desc.val}};
}
#{{table.view_id}} .ptsCol .ptsRows,
#{{table.view_id}} .ptsCol .ptsRows *
{
color: {{table.params.text_color.val}};
}
/*start for col color 5*/
#{{table.view_id}} .ptsCol-5 .ptsTableElementContent {
background-color: #27ae60;
}
#{{table.view_id}} .ptsCol-5 .ptsTableElementContent .ptsColDesc,
#{{table.view_id}} .ptsCol-5 .ptsTableElementContent .ptsActBtn,
#{{table.view_id}} .ptsCol-5 .ptsTableElementContent .ptsRows .ptsCell:hover {
background-color: #3bc274;
}
#{{table.view_id}} .ptsCol-5 .ptsTableElementContent .ptsActBtn:hover {
background-color: #139a4c;
}
/*end for col color 5*//*start for col color 2*/
#{{table.view_id}} .ptsCol-2 .ptsTableElementContent {
background-color: rgba(16,107,0,1);
}
#{{table.view_id}} .ptsCol-2 .ptsTableElementContent .ptsColDesc,
#{{table.view_id}} .ptsCol-2 .ptsTableElementContent .ptsActBtn,
#{{table.view_id}} .ptsCol-2 .ptsTableElementContent .ptsRows .ptsCell:hover {
background-color: #247f14;
}
#{{table.view_id}} .ptsCol-2 .ptsTableElementContent .ptsActBtn:hover {
background-color: #005700;
}
/*end for col color 2*//*start for col color 3*/
#{{table.view_id}} .ptsCol-3 .ptsTableElementContent {
background-color: rgba(0,130,164,1);
}
#{{table.view_id}} .ptsCol-3 .ptsTableElementContent .ptsColDesc,
#{{table.view_id}} .ptsCol-3 .ptsTableElementContent .ptsActBtn,
#{{table.view_id}} .ptsCol-3 .ptsTableElementContent .ptsRows .ptsCell:hover {
background-color: #1496b8;
}
#{{table.view_id}} .ptsCol-3 .ptsTableElementContent .ptsActBtn:hover {
background-color: #006e90;
}
/*end for col color 3*//*start for col color 4*/
#{{table.view_id}} .ptsCol-4 .ptsTableElementContent {
background-color: rgba(184,24,24,1);
}
#{{table.view_id}} .ptsCol-4 .ptsTableElementContent .ptsColDesc,
#{{table.view_id}} .ptsCol-4 .ptsTableElementContent .ptsActBtn,
#{{table.view_id}} .ptsCol-4 .ptsTableElementContent .ptsRows .ptsCell:hover {
background-color: #cc2c2c;
}
#{{table.view_id}} .ptsCol-4 .ptsTableElementContent .ptsActBtn:hover {
background-color: #a40404;
}
/*end for col color 4*//*start for col color 1*/
#{{table.view_id}} .ptsCol-1 .ptsTableElementContent {
background-color: rgba(192,159,47,1);
}
#{{table.view_id}} .ptsCol-1 .ptsTableElementContent .ptsColDesc,
#{{table.view_id}} .ptsCol-1 .ptsTableElementContent .ptsActBtn,
#{{table.view_id}} .ptsCol-1 .ptsTableElementContent .ptsRows .ptsCell:hover {
background-color: #d4b343;
}
#{{table.view_id}} .ptsCol-1 .ptsTableElementContent .ptsActBtn:hover {
background-color: #ac8b1b;
}
/*end for col color 1*/