
/*custom font*/

@import url(http://fonts.googleapis.com/css?family=Montserrat);
/*basic reset*/
@font-face {
font-family: amaranth;
src: url('../font/amaranth/Amaranth-Regular.otf');
}


html {
height: 100%;
}
body {
font-family: arial, verdana;
}
/*form styles*/
#msform {
	text-align: center;
	position: relative;
}
fieldset{
background: white;
border: 0 none;
border-radius: 3px;
box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
padding: 20px 30px;
box-sizing: border-box;
width: 80%;
margin: 0 10%;
/*stacking fieldsets above each other*/
/*		position: absolute; */
}

/*Hide all except first fieldset*/
fieldset:not(:first-of-type) {
display: none;
}
/*inputs*/
input, textarea {
padding: 15px;
border: 1px solid #ccc;
border-radius: 3px;
margin-bottom: 10px;

box-sizing: border-box;

color: #2C3E50;
font-size: 13px;
}
/*buttons*/
.action-button {
width: 200px;
background: #5d3e27;
font-weight: bold;
color: white;
border: 0 none;
border-radius: 1px;
cursor: pointer;
padding: 10px 5px;
margin: 10px 5px;
}
.action-button:hover, #msform .action-button:focus {
box-shadow: 0 0 0 2px white, 0 0 0 3px #4B2E1E;
}
/*headings*/
.fs-title {
font-size: 15px;
text-transform: uppercase;
color: #2C3E50;
margin-bottom: 10px;
}
.fs-subtitle {
font-weight: normal;
font-size: 13px;
color: #666;
margin-bottom: 20px;
}

div[class^=column] span{
	width: 40%;
	display: inline;
}

input[type=button]{
	width: 200px !important;
}

div input{
	width: 100%;
	display:inline;
}

.orca{
	margin:2px auto;
}


select.soflow, select.soflow-color {
	-webkit-appearance: button !important;
	-moz-appearance:button !important;
	appearance:button !important;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) !important;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) !important;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) !important;
	-webkit-padding-end: 20px !important;
	-moz-padding-end: 20px !important;
	padding-end: 20px !important;
	-webkit-padding-start: 2px !important;
	-moz-padding-start: 2px !important;
	padding-start: 2px !important;
	background-image: url(http://i62.tinypic.com/15xvbd5.png),  -webkit-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(247,247,247,1) 35%,rgba(226,217,199,1) 100%);
	background-position: 97% center;
	background-repeat: no-repeat;
	border: 1px solid #AAA !important;
	color: #555 !important;
	font-size: inherit;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	}

	input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
	line-height: 15px !important; 
	line-height: 0.42857143 \0 !important;
	}

h1{
	font-family: amaranth !important;
	-webkit-font-family: amaranth !important;
	-moz-font-family: amaranth !important;
	color: #ee9cb0 !important;
		text-align: center;
}

.div-h1-encomendas{
	padding: 2% 0%;
}

.p-encomendas-desc-primary{
	padding: 2% 0%;
	font-size: 20px !important;
	text-align: center;
}

table tr:nth-of-type(even) {
    background-color: transparent !important;
}

table{
	border: none !important;
}

.div-h1-institucional > div{
	width: 80% !important;
	margin: 0 auto !important;
	max-width: 450px !important;
}

#encomenda--desk{
	width: 1024px; margin: 0 auto; position: relative;
}

#encomenda--mobile{
	width: 80%;
	margin: 0 auto;
	position: relative;
}

#myModal--mb{
	display: none;
	position: fixed;
	top: 40%;
left: 10%;
	background: #FFF;
	
	z-index: 99999;
	padding: 10;
	width: 80%;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(110, 110, 110, 0.75);
-moz-box-shadow:    0px 1px 3px 0px rgba(110, 110, 110, 0.75);
box-shadow:         0px 1px 3px 0px rgba(110, 110, 110, 0.75);

}


#myModal--mb a{
	display: block;
	text-align: right;
	font-size: 27;
	line-height: 0.5;
}

