﻿/*/* Derived from the Simple jQuery Mobile MVC/PHP Framework  */
/* http://devgrow.com/jquery-mobile-php-mvc-framework/      */
/*
body
{

}
strong
{
    font-weight: 700;
}
em
{
    font-style: italic;
}
p
{

}
.footer p
{
    font-size: 12px;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.p10
{
    padding: 10px;
}
.mr10
{
    margin: 0 10px 0 0;
}
.pl10
{
    padding-left: 10px;
}
.pr10
{
    padding-right: 10px;
}
ul.simplenav
{
    list-style-type: none;
    margin: 0;
}
ul.simplenav li
{
    float: left;
    margin-left: 5px;
}
.status
{
    padding: 5px;
    border: 2px solid #ccc;
    background: #f3f3f3;
}
.status.error
{
    border-color: #f1e4e4;
    background: #fcf8f8;
}
.status.success
{
    border-color: #e5eed7;
    background: #f2f7e8;
}
.ui-btn-down-custom
{
    background: red;
}
.ui-btn-active-custom
{
    background: green;
}
.ui-slider-switch .ui-btn-active
{
    background: red;
}
.ui-slider-switch .ui-btn-down-c
{
    background: green;
}
.storageproc, .quality
{
    margin: 10px 0;
}
.shelflife
{
    margin-right: 5px;
}
.shelflife span, .temperature span, .storageproc span, .quality span, .actualtemp span, .goal span
{
    color: #aaa;
}
.validation-summary-errors
{
    margin: 0 auto 8px;
    padding: 10px 4px 10px 10px;
     -moz-box-shadow: 2px 2px 2px #CCC;
    -webkit-box-shadow: 2px 2px 2px #CCC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-top-left-radius: 4px 4px;
    border-top-right-radius: 4px 4px;
    border-bottom-right-radius: 4px 4px;
    border-bottom-left-radius: 4px 4px;
    color: #D12F19;
    font-weight: bold;
    border: 2px solid #D12F19;
    background: #EB9A9A;
    text-align: center;
    text-shadow: none;
}
.validation-summary-errors ul li
{
    list-style: none outside none;
}
.clear
{
    clear:both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.small {
    width: 100px !important;
}*/

.status {
    padding: 5px;
    border: 2px solid #ccc;
    background: #f3f3f3;
}

    .status.error {
        border-color: #f1e4e4;
        background: #fcf8f8;
    }

    .status.success {
        border-color: #e5eed7;
        background: #f2f7e8;
    }

.ui-btn-down-custom {
    background: red;
}

.ui-btn-active-custom {
    background: green;
}

.ui-slider-switch .ui-btn-active {
    background: red;
}

.ui-slider-switch .ui-btn-down-c {
    background: green;
}

.storageproc, .quality {
    margin: 10px 0;
}

.shelflife {
    margin-right: 5px;
}

    .shelflife span, .temperature span, .storageproc span, .quality span, .actualtemp span, .goal span {
        color: #aaa;
    }

.validation-summary-errors {
    margin: 0 auto 8px;
    padding: 10px 4px 10px 10px;
    -moz-box-shadow: 2px 2px 2px #CCC;
    -webkit-box-shadow: 2px 2px 2px #CCC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-top-left-radius: 4px 4px;
    border-top-right-radius: 4px 4px;
    border-bottom-right-radius: 4px 4px;
    border-bottom-left-radius: 4px 4px;
    color: #D12F19;
    font-weight: bold;
    border: 2px solid #D12F19;
    background: #EB9A9A;
    text-align: center;
    text-shadow: none;
}

    .validation-summary-errors ul li {
        list-style: none outside none;
    }
