﻿

.mwc-tableform .title-cell 
{
    padding-top: 7px;
}

.mwc-tableform .value-cell .checkbox-frame 
{
    margin-top: 3px;
}

.mwc-tableform td 
{
    line-height: 17px;
}

.tpl .mwc-datatable th 
{
    text-align: left;
}

.tpl .mwc-datatable td.item, .tpl .mwc-datatable th.item
{
    padding-right: 12px;
}

.tpl .mwc-datatable tr:nth-child(odd) 
{
    background-color: #EEEEEE;
}

.tpl .mwc-datatable tr:hover 
{
    /*background-color: #4B7F94;*/
}

.tpl .mwc-datatable .pager
{
    padding-top: 20px;
    padding-right: 5px;
    float: left;
}

.tpl .mwc-datatable .entitycount 
{
    padding-top: 20px;
    padding-right: 5px;
    float: right;
}

.tpl .mwc-datatable .pager a 
{
    padding: 1px 4px;
    margin: 0px 2px;
    border: solid 1px #888888;
    background-color: #EEEEEE;
}


.tpl.che .rating-review.details .new-rating a 
{
    background: rgb(226,11,37); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(226,11,37,1) 0%, rgba(190,13,35,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,11,37,1)), color-stop(100%,rgba(190,13,35,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(226,11,37,1) 0%,rgba(190,13,35,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(226,11,37,1) 0%,rgba(190,13,35,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(226,11,37,1) 0%,rgba(190,13,35,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(226,11,37,1) 0%,rgba(190,13,35,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20b25', endColorstr='#be0d23',GradientType=0 ); /* IE6-9 */
	border: none;
	color: #c8c5c5;
	padding: 5px;
	width: auto;
	font-family: 'Ubuntu Condensed', sand-serif;
	text-transform: uppercase;
	font-size: 14px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.tpl.fli .rating-review.details .new-rating a 
{
    background: #538da2;
	background: -moz-linear-gradient(top, #538da2 0%, #47798b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#538da2), color-stop(100%,#47798b));
	background: -webkit-linear-gradient(top, #538da2 0%,#47798b 100%);
	background: -o-linear-gradient(top, #538da2 0%,#47798b 100%);
	background: -ms-linear-gradient(top, #538da2 0%,#47798b 100%);
	background: linear-gradient(to bottom, #538da2 0%,#47798b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#538da2', endColorstr='#47798b',GradientType=0 );
	border: none;
	color: #c8c5c5;
	padding: 5px;
	width: auto;
	font-family: 'Ubuntu Condensed', sand-serif;
	text-transform: uppercase;
	font-size: 14px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.tpl .mwc-tableform.flib-order-products-form .title-cell { white-space: normal; }
.tpl .mwc-tableform.flib-order-products-form .title-cell.flib-order-price { white-space: nowrap; }

.simplemodal-container { max-width: 100%; }

.tpl .order-customer-form input.text, .tpl .order-customer-form textarea, .tpl .order-customer-form select {
    max-width: 90%;
    width: 90%;
}


.tpl .pager 
{
    margin-top: 20px;
    text-align: left;
}
.tpl .pager a.pageindex 
{
    display: inline-block;
    margin: 2px;
    padding: 0px 3px;
    min-width: 14px;
    text-align: center;
    background-color: #4b7f94;
    border: solid 1px black;
}
.tpl.che .pager a.pageindex 
{
    background-color: #d70c24;
}
.tpl .pager a.pageindex, 
.tpl .pager a.pageindex:link, 
.tpl .pager a.pageindex:visited 
{
    color: #d4d4d4;
}
.tpl .pager a.pageindex.active, 
.tpl .pager a.pageindex.active:link, 
.tpl .pager a.pageindex.active:visited 
{
    color: white;
    font-weight: bold;
}
.tpl .pager .title { display: none; }
.tpl .entitycount 
{
    text-align: right;
}