@import url('https://fonts.googleapis.com/css?family=Montserrat');

body {
	background-color: #f37127;
	font-family: 'Montserrat', sans-serif;
    color: #fff;
}
h1, h2, h3, h4, h2>a {
    color: #fff;
    font-weight: normal;
}
a, a:hover {
    text-decoration: none;
}
input[type=text], input[type=password], textarea, select {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    padding: 6px 0;
    margin-bottom: 25px;
    font-size: 18px;
}

input[type=text]:focus, input[type=password]:focus, select:focus {
    border-bottom: 1px solid #fff;
    outline: none;
}
option {
    color: #555;
}
input[type=submit] {
    background-color: #3485e9;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    border: 0;
    width: 100%;
    padding: 8px;
    margin: 12px 0;
}
a.lembrar-senha {
    display: block;
    text-align: center;
    color: #fff;
    margin: 10px 0;
}
.topo .menu {
    /*float: right;*/
}
.menu a {
    padding: 4px 8px;
    margin: 2px 0;
    width: 100%;
    display: inline-block;
}
.menu li a:hover {
    background-color: #f6f6f6;
}
.menu a span{
    padding: 16px 18px;
    display: inline-block;
    font-size: 28px;
    height: 60px;
    line-height: 28px;
    background-color: #fff;
    color: #f37127;
    border-radius: 5px;
}
table {
    color: #000;
    background-color: #fff;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 10px 15px;
}
tr th {
    font-weight: normal;
}
table input[type=submit] {
    background-color: #3485e9;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
    width: 100%;
    padding: 8px;
    margin: 0;
}
.exibe-pedido table td, .exibe-pedido table th {
    padding: 6px;
}
a.alterar {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    padding: 8px;
    display: inline-block;
    color: #000;
}
span.titulo-produto {
    color: #f98a4a;
    display:block;
}
span.valor-produto {
    color: #f8caaf;
    display:block;
}
span.categoria-produto {
    color: #c5c5c5;
    font-size: 12px;
    line-height: 12px;
}
input[type=button].edit-produto, input[type=number].qtd-produto {
    border: 0;
    background-color: #e5e5e5;
    padding: 8px 15px;
    color: #949494;
    width: 100%;
}
span.valor-total {
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    line-height: 17px;
}
span.valor-total b {
    font-size: 20px;
    line-height: 18px;
}
.displays img {
    padding: 15px 0;
}
.text-center img {
    margin: auto;
}
input + div#conteudo {
    width: 100%;
    max-height: 135px;
    background: rgba(255,255,255,0.3);
    padding: 8px 14px 20px;
    margin-top: -25px;
    margin-bottom: 25px;
    overflow: auto;
    overflow-x: hidden;
}
input + div#conteudo>span>a {
    color: #fff;
    line-height: 20px;
    margin: 5px 0;
    display: inline-block;
}
		
		
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    rgba(255,255,255,0.5);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  0.5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  0.5;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    rgba(255,255,255,0.5);
}
@media only screen and (max-width: 600px) {
    input[type=text], input[type=password], textarea, select {
        font-size: 15px;
    }
    span.valor-total {
        text-transform: uppercase;
        display: inline-block;
        font-size: 12px;
        line-height: 17px;
    }
    span.valor-total b {
        font-size: 15px;
        line-height: 18px;
    }
}