/*
    PORTORROL ROLAMENTOS
    DESENVOLVIDO POR DIALWEB.COM.BR
*/

html, body {
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}



/* ALERTA */
.alerta
{
    border: 1px solid #F0C837;
    background-color: #FFFBE9;
    margin-bottom: 10px;
    padding: 7px 10px;
    text-align: center;
    color: #000;
}

.alerta.erro
{
    background-color: #FFEBE8;
    border-color: #DD3C10;
}

.alerta.sucesso
{
    background-color: #C9E49F;
    border-color: #79BD12;
}

.alerta.info
{
    background-image: url(../imagens/ico_alertaInfo.png);
    background-position: left top;
    background-repeat: no-repeat;
    text-align: left;
    padding-left: 40px;
}



/* TITULOS */
h1, .titulo {
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 24px;
    font-weight: bold;
}



/* LINKS */
a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
}



/* FORMULARIO */
form label, form .label {
    display: block;
    margin-bottom: 5px;
}

form label > span, form .label > span {
    font-weight: bold;
}

form input, form select, formtextarea {
    width: 100%;
    padding: 0 10px;
    height: 40px;
}

form textarea {
    resize: none;
    height: 80px;
    padding: 10px;
}

form input[type=checkbox], form input[type=radio] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}

form input[type=submit] {
    background: #D12C38;
    color: #FFF;
    font-weight: bold;
    border: 0;
    margin-top: 10px;
}

form input[type=submit]:hover {
    background: #B72631;
}



/* HEADER */
#tudo {
    position: relative;
    padding-bottom: 30px;
    min-height: 100%;
}

#header {
    border-bottom: 1px solid #CCC;
    padding: 10px;
    background: #EEE;
}

#header > .header {
    width: 1250px;
    margin: 0 auto;
}

#header > .header > .logo {
    float: left;
    width: 248px;
    height: 54px;
    background: url(../imagens/logo.png) left top no-repeat;
    text-indent: -999px;
    overflow: hidden;
}

#header > .header > .menu {
    float: right;
}

#header > .header > .menu > a {
    float: left;
    line-height: 54px;
    padding: 0 15px;
    font-weight: bold;
    color: #000;
}

#header > .header > .menu > a:hover, #header > .header > .menu > a.atual {
    color: #D12C38;
}



/* FOOTER */
#footer {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 1px solid #CCC;
    padding: 10px 0;
    text-align: center;
    color: #666;
    font-size: 12px;
}

#footer > .dialweb {
    display: inline-block;
    width: 101px;
    height: 25px;
    background: url(../imagens/dialweb.png) 0 0 no-repeat;
    text-indent: -999px;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transition: background-position 0.25s;
    -moz-transition: background-position 0.25s;
    transition: background-position 0.25s;
}

#footer > .dialweb:hover {
    background-position: 0 -25px;
}



/* ESTRUTURA */
#content {
    width: 1300px;
    margin: 0px auto;
    padding: 10px 0;
}



/* BOTOES */
.botoes
{
    margin-bottom: 10px;
}

.botoes > a
{
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    text-decoration: none;
    background: #DDD;
}

.botoes > a:hover
{
    text-decoration: none;
    background: #CCC;
}

.botoes > .adicionar
{
    background: #8CC63F;
    color: #FFF;
    font-weight: bold;
}

.botoes > .adicionar:hover
{
    background: #7AB32E;
}



/* LOGIN.PHP */
#login {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 340px;
    height: 300px;
    margin-left: -170px;
    margin-top: -190px;
}

#login > .logo {
    width: 248px;
    height: 54px;
    margin: 0 auto 15px auto;
    background: url(../imagens/logo.png);
}

#login > form {
    padding: 20px;
    background: #FFF;
    -webkit-box-shadow: 0 0 5px #CCC;
    -moz-box-shadow: 0 0 5px #CCC;
    box-shadow: 0 0 5px #CCC;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#login > form > h1 {
    text-align: center;
}

#login > .copy {
    text-align: center;
    margin-top: 15px;
    line-height: 25px;
    font-size: 12px;
    color: #666;
}

#login > .copy > .dialweb {
    display: inline-block;
    width: 101px;
    height: 25px;
    background: url(../imagens/dialweb.png) 0 0 no-repeat;
    text-indent: -999px;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transition: background-position 0.25s;
    -moz-transition: background-position 0.25s;
    transition: background-position 0.25s;
}

#login > .copy > .dialweb:hover {
    background-position: 0 -25px;
}



/* INDEX.PHP */
#indexTable {
    text-align: center;
    font-size: 12px;
}

#indexTable .c {
    background: #CCC;
    padding: 2px 2px;
    font-size: 10px;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    white-space: nowrap;
    


}

#indexTable td {
    padding: 2px 2px 2px;

}

#indexTable td.r {
    text-transform: uppercase;
    border-bottom: 0px solid #000; 
    background: #EEE;

}

#indexTable td.s {
    text-align: left;
    text-transform: capitalize;
    
}

#indexTable td.s1 {
    text-align: left;
    text-transform: capitalize;
    border-bottom: 1px solid #000; 
}


#indexTable td.r1 {
    text-align: left;
    text-transform: capitalize;
    border-bottom: 1px solid #000; 
    background: #EEE;
}

#indexTable input {
    width: 100%;
    height: 20px;
}


.dCotacao {
    display: none;
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}

.dCotacao > .fechar {
    position: absolute;
    top: 5px;
    right: 15px;
    width: 20px;
    height: 20px;
    text-indent: -999px;
    overflow: hidden;
    background: url(../imagens/icoFechar.png);
}

.dCotacao > form {
    position: absolute;
    width: 642px;
    padding: 15px;
    margin-left: -320px;
    top: 15px;
    left: 50%;
    background: #FFF;
    border: 1px solid #CCC;
    -webkit-box-shadow: 0 0 5px #CCC;
    -moz-box-shadow: 0 0 5px #CCC;
    box-shadow: 0 0 5px #CCC;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.dCotacao > form > .titulo {
    text-align: center;
}

.dCotacao > form label.col2 {
    float: left;
    margin-left: 20px;
    width: 290px;
}

.dCotacao > form label.col2.f {
    margin-left: 0;
}

#frmFiltros {
    float: left;
	line-height: 30px;
    margin-top: 20px;
}

#frmFiltros input {
    width: 100px;
    height: 30px;
    margin: 0;
	  padding: 0 15px;
}

#frmFiltros .ref {
    width: 150px;
    height: 30px;
    margin: 0;
}

.selecionados {
    float: right;
    line-height: 30px;
    margin-top: 20px;
}

.selecionados > a {
    display: inline-block;
    background: #D12C38;
    color: #FFF;
    padding: 0 15px;
    font-weight: bold;
    text-decoration: none;
}

.selecionados > a:hover {
    background: #B72631;
    text-decoration: none;
}

.atraso, #indexTable .atraso td.r {
    background: #DDD7BC;
    border-bottom: 1px solid #b8ad6d; 
}

.atraso, #indexTable .atraso td.r1 {
    background: #DDD7BC;
}

.atraso, #indexTable .atraso td.s {
    background: #DDD7BC;
    margin-top: 20px 
    border-bottom: 1px solid #b8ad6d; 
}

.atraso, #indexTable .atraso td.s1 {
    background: #DDD7BC;
}

.paginar {  
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.paginar > a {
    display: inline-block;
    background: #D12C38;
    color: #FFF;
    padding: 0 15px;
    font-weight: bold;
    text-decoration: none;
}

.paginar > a:hover {
    background: #B72631;
    text-decoration: none;
}

/* GERAL */
.urgente {
    color: #F00;
    font-weight: bold;
}

.comprar {
    color: #79BD12;
    font-weight: bold;
}