﻿/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */




html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;	
	font-family: "Trebuchet MS", Helvetica, sans-serif;	
    zoom: .95;	
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}




/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   

input[type="radio"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;     /* not currently supported */
    -o-appearance: checkbox;      /* not currently supported */
}

input[type="radio"]:hover {
    cursor: pointer;
}

.onoffswitch {
    position: relative; width: 76px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left; width: 50%; height: 20px; padding: 0; line-height: 20px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 0px 10px 0px rgba(0,0,0,0.08) inset;
}
.onoffswitch-inner:before {
    content: "Sim";
    padding-left: 10px;
    background-color: #C0E0C9; color: #0C6939;
    border-radius: 20px 0 0 20px;
}
.onoffswitch-inner:after {
    content: "Não";
    padding-right: 10px;
    background-color: #FFFFFF; color: #666666;
    text-align: right;
    border-radius: 0 20px 20px 0;
}
.onoffswitch-switch {
    width: 20px; margin: 0px;
    background: #E0E0E0;
    border: 2px solid #999999; border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 52px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    box-shadow: 0 1px 1px white inset;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

/* Switch code ends here, from now on it’s just bling for the demo page */



body{
	padding:0;
	margin:0;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: 100% 100%;
	border: none;
}

@font-face {
    font-family: Swiss721;
    src: url('Swis721.ttf') format("truetype"); /* Swiss 721 light */
}

#content-holder {
	position:absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	border: none;
}

#header {
	width: 100%;
	height: 60px;
	padding: 0;
	margin: 0;
	background-color:#05418C;
	background-image: url(../img/header.png);
	background-repeat:repeat-x;
	background-size: 100% 100%;
	vertical-align: middle;
}

#index {
	vertical-align: middle;
	display:block;
	position: absolute;
	padding: 0;
	bottom: 0px;
	top: 60px;
	height: auto;
	width: 100%;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: 100% 100%;
	overflow-style:marquee-line;
}

#splash {
	vertical-align: middle;
	display:block;
	position: absolute;
	padding: 0;
	bottom: 0px;
	top: 0px;
	height: auto;
	width: 100%;
	background-color: #4A5C69;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: 100% 100%;
	overflow-style:marquee-line;
}

.logo {
	left:0;
	right:0;
	width:100%;
	height:auto;
	margin: auto 0 auto 0;
	vertical-align:middle;
}

.buttonHome {
	color:#50D2FA;
	display:block;
	position: relative;
	margin: 3px 10px 2px 10px;
    text-align:center;
	padding: 20px;
	right: 0px;
	left: 0px;
	width: auto;
	height: auto;
	background-color: rgba(0, 0, 0, 0.75);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
}

.buttonSaveUrl {
	color:#50D2FA;
	display:none;
	position: relative;
	margin:10px;
	padding: 20px;
	right: 0px;
    text-align:center;
	left: 0px;
	width: 60px;
	height: auto;
	background-color: rgba(0, 0, 0, 0.75);
	filter: alpha(opacity=90);
	opacity: 0.9;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
}

#main-column {
	display:block;
	position: absolute;
    margin: auto;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
	height: auto;
	width: auto;
	overflow:auto;
	overflow-style:marquee-line;
}

#loginpage {
	display:block;
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	height: auto;
	width: auto;
	overflow-style:marquee-line;
	vertical-align: middle;
	text-align: center;
}

#frmlogin {
	margin: 10px;
	height: auto;
	width: auto;
	vertical-align: middle;
}

#menuinicial {
	display:block;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
	height: auto;
	width: auto;
	overflow-style:marquee-line;
	vertical-align: middle;
	text-align: center;
}

#listas {
	display:block;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
	height: auto;
	width: auto;
	overflow-style:marquee-line;
	vertical-align: middle;
	text-align: center;
}

.darkBackgroundTextHolder
{
	color: #303030;
	background-color: #FFFFFF;
	padding:0;
	border: none;
}

.darkBackgroundTextHolder a{color:#0C6939; text-decoration:none;}
.darkBackgroundTextHolder a:hover{color:#C0E0C9; text-decoration:none;}
.darkBackgroundTextHolder p{ font: Swiss721; font-weight:100; font-style:normal; text-align:justify; }


.titulo { font-family: Swiss721; font-size:16pt; font-weight:bold; font-style: normal; padding: 0; color: #0C6939;}

.titlogin { font-family: Swiss721; font-size:14pt; font-weight:bold; font-style: normal; padding: 0; color: #FFFFFF;}

#tbMenu {
	width: 100%;
	border: none;
	background-color: #FFFFFF;
}

.trMenu {
	text-align: center;
	height: 60px;
	width: 100%;
	font-family: Swiss721;
	font-size:18pt;
	font-weight:bold;
	font-style: normal;
	color: #006;
	border: none;
	background-color:#FFFFFF;
	background-image: url(../img/header.png);
	background-repeat:repeat-x;
	background-size: 100% 100%;
}

.trMenu:active {
	background-color: #333;
	text-decoration: none;
	color: #CCC;
}

.trMenu:hover {
	text-decoration: none;
	cursor: pointer;
}

.tdListas {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: auto;
	padding-bottom: auto;
}

.tdLinha {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.txCenterMed {
	text-align: center;
	font-family: Swiss721;
	font-size:12pt;
	font-style: normal;
	font-weight: normal;
}

.txLeftMed {
	text-align: left;
	font-family: Swiss721;
	font-size:12pt;
	font-style: normal;
	font-weight: normal;
}

.txCenterLarge {
	text-align: center;
	font-family: Swiss721;
	font-size:16pt;
	font-style: normal;
	font-weight:normal;
}

.txLeftLarge {
	text-align: left;
	font-family: Swiss721;
	font-size:16pt;
	font-style: normal;
	font-weight:normal;
}

.trTitulo {
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 100%;
	color: #FFFC12;
	border: none;
	background-color: #036;
	background-image: url(../img/header.png);
	background-repeat:repeat-x;
	background-size: 100% 100%;
	vertical-align: middle;
	margin: auto;
}

.trTitEsq {
	height: 40px;
	line-height: 40px;
	width: 100%;
	color: #FFFC12;
	border: none;
	background-color: #036;
	background-image: url(../img/header.png);
	background-repeat:repeat-x;
	background-size: 100% 100%;
	vertical-align: middle;
	margin: auto;
}

#tbCli {
	width: 100%;
	border: none;
	border-collapse: collapse !important;
	background-color: #FFFFFF;
}


.trCliente {
	width: 100%;
	height: auto;
	min-height: 60px;
	border-left: 0 !important;
	border-top: 0 !important;
	border-right: 0 !important;
	border-bottom: 1px solid #50D2FA !important;
	color: #333;
	background-color: #FFFFFF;
}

#tbProd {
	width: 100%;
	border: none;
	border-collapse: collapse !important;
	background-color: #FFFFFF;
}

.trProd {
	width: 100%;
	height: auto;
	min-height: 60px;
	border-left: 0 !important;
	border-top: 0 !important;
	border-right: 0 !important;
	border-bottom: 1px solid #50D2FA !important;
	color: #333;
	background-color: #FFFFFF;
}

.trPedido {
	height: auto;
	width: 100%;
	color: #333;
	border: none;
	background-color: #CCFFFF;
	background-image: url(../img/header.png);
	background-repeat:repeat-x;
	background-size: 100% 100%;
	margin: 0;
	left: 0;
	right: 0;
}

.trAddItem {
	height: 40px;
	width: 100%;
	color: #FFFC12;
	border: none;
	background-color: #036;
	background-image: url(../img/header.png);
	background-repeat:repeat-x;
	background-size: 100% 100%;
}

.btpref {
	color:#0C6939;
	background-color:transparent;
	border:0px;
	font-size:14pt;
	font-family: Swiss721;
	font-weight:100;
	font-style:normal;
	text-align:left;
}

.btpref:hover {
	color: #C0E0C9;
	background-color:transparent;
	text-decoration: none;
	cursor: pointer;
}

.hand:hover {
	cursor: pointer;
}

.txSearch {
	width: 90%;
	float: left;
	height: 25px;
	margin: 13px;;
}

.txServer {
	width: 90%;
	height: 25px;
	margin: 2px 10px 2px 10px;
	left: 0;
	right: 0;
	display: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16pt;
}

.txLogin {
	width: 90%;
	height: 25px;
	margin: 2px 10px 2px 10px;
	left: 0;
	right: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16pt;
}