/* 
    Document   : estilo
    Created on : 25/11/2011, 09:39:31
    Author     : Thiago Almeida
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
root { 
    display: block;
}
/* PADRAO CLASSES */
p {
    padding-bottom: 4px;
}
a {
    text-decoration: none;
    color: #3366FF;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
    color: #000000;
}
.bold {
    font-weight: bold;
}
.alerta {
    font-weight: bold;
    color:#E4842C;
}
.arredondado {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.inputs {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CCCCCC #EFEFEF #EFEFEF #CCCCCC;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 4px 0px;
    text-indent: 5px;
    
}
.line {
    height: 2px;
    line-height: 2px;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(../imagens/line.png);
    background-repeat: no-repeat;
    background-position: -15px top;
}
.opacidade {
    opacity: 0.5;
}
.btn {
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: inline-block;
    font: 12px/100% Arial, Helvetica, sans-serif;
    margin: 0 2px;
    outline: medium none;
    padding: 0.5em 2em 0.55em;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
    border: none;
}
.btn_cor {
    background: #F1F1F1; /* old browsers */
    background: -moz-linear-gradient(top, #FFFFFF 0%, #F1F1F1 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #F1F1F1)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F1F1F1', GradientType=0 ); /* ie */
    color: #666;
    text-shadow: 0 0px 1px rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.3);
    font-weight: bold;
}
.btn_cor:hover {
    background: #F1F1F1; /* old browsers */
    background: -moz-linear-gradient(top, #FFFFFF 0%, #F1F1F1 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #F1F1F1)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F1F1F1', GradientType=0 ); /* ie */
    color: #999;
    text-shadow: 0 0px 1px rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.3);
    font-weight: bold;
}
.BUTTON_JWX {
   -webkit-border-radius: 11px;
   -moz-border-radius: 11px;
   border-radius: 11px;
   height: 0px;
   line-height: 0px;
   color: #FFFFFF;
   font-family: Open Sans;
   width: 147px;
   font-size: 28px;
   font-weight: 400;
   padding: 26px;
   background-color:#1cc3bd;
   border: solid #337FED 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
    margin-left:50px ;
    margin-right:50px ;
}

.BUTTON_JWX2 {
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    height: 0px;
    line-height: 0px;
    color: #FFFFFF;
    font-family: Open Sans;
    width: 347px;
    font-size: 28px;
    font-weight: 400;
    padding: 26px;
    background-color: darkmagenta;
    border: solid #337FED 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin-right:50px ;
}
.cem {
    width: 100%;
}
.cinquenta {
    width: 50%;
}
.vinte {
    width: 20%;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: left;
}
label {
    padding: 5px;
}
label, input[type="button"], input[type="submit"], input[type="image"], button {
	cursor: pointer;
}
/* ESTRUTURA DIVS */
#principal_home {
    padding: 30px;
    width: 600px;
    margin: 20px auto;
    background-color: #F9F9F9;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
#principal {
    padding: 30px;
    width: 900px;
    margin: 20px auto;
    background-color: #FFF;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.header {
    padding:20px;
    border: solid 1px #efefef;
}
.footer {
position:fixed;
bottom:0;
left:0;
width:100%;
background:#2D2D2D;
color:#EAEAEA;
padding:20px 0;
}

.footer a {
color:#EAEAEA;
}

.footer a:hover {
color:#E4842C;
}
.footer .inside {
font-family: 'Open Sans Condensed', arial, serif;
font-size:22px;
text-align:center;
}
.dataTables_length {
    background-color: #f1f1f1;
    padding: 10px 20px;
}
.dataTables_filter {
    background-color: #e8eaeb;
    padding: 10px 20px;
}
.dataTables_info {
    padding: 20px 20px;
    
}
/*
Pretty Table Styling
CSS Tricks also has a nice writeup: http://css-tricks.com/feature-table-design/
*/
 
table {
    overflow:hidden;
    border:1px solid #d3d3d3;
    background:#fefefe;
    width:50%;
    margin:5% auto 0;
    -moz-border-radius:5px; /* FF1+ */
    -webkit-border-radius:5px; /* Saf3-4 */
    border-radius:5px;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
 
th, td {padding:18px 28px 18px; text-align:center; 

}
 
th {padding-top:22px; text-shadow: 1px 1px 1px #fff; background:#e8eaeb;
cursor: pointer;}
 
td {border-top:1px solid #e0e0e0; border-right:1px solid #e0e0e0;}
 
tr.odd-row td {background:#f6f6f6;}
 
td.first, th.first {text-align:left}
 
td.last {border-right:none;}
 
/*
Background gradients are completely unnecessary but a neat effect.
*/
 
td {
    background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
}
 
tr.odd-row td {
    background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
}
 
th {
    background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
    background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
}
 
/*
I know this is annoying, but we need additional styling so webkit will recognize rounded corners on background elements.  Nice write up of this issue: http://www.onenaught.com/posts/266/css-inner-elements-breaking-border-radius
 
And, since we've applied the background colors to td/th element because of IE, Gecko browsers also need it.
*/
 
tr:first-child th.first {
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px; /* Saf3-4 */
}
 
tr:first-child th.last {
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px; /* Saf3-4 */
}
 
tr:last-child td.first {
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px; /* Saf3-4 */
}
 
tr:last-child td.last {
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px; /* Saf3-4 */
}