form#creation,
form#edition {
	width: 40%;
	margin: 5% auto;
	min-height: 400px;
}

h1#title_form {
	color: #64DD17;
	margin-left: 2%;
}

p.title_form {
	color: #9e9e9e;
	margin: 0 0 2% 3%;
	font-style: italic;
	font-size: 16px;
}

p.msg_val {
	margin: 0 0 0 2%;
	color: #d50000;
	font-style: italic;
}

input {
   display: block;
   margin: 1% 0;
   width: 90%;
   font-size: 1.4vw;
   appearance: none;
   box-shadow: none;
   border-radius: none;
   border: none;
   padding: 1%;
   border-bottom: solid 2px #C5E1A5;
   transition: border 0.3s;
}

textarea {
   display: block;
   margin: 1% 0;
   width: 90%;
   font-size: 1.4vw;
   height: 300px;
   border-radius: 10px;
   border: none;
   padding: 1%;
   border: solid 2px #C5E1A5;
   transition: border 0.3s;
   resize: vertical;
   overflow: auto;
}

select {
   display: block;
   margin: 1% 0;
   width: 90%;
   font-size: 1.4vw;
   appearance: none;
   box-shadow: none;
   border-radius: none;
   border: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   background: transparent url("/layout/icons/br_down.png") no-repeat right center;
   padding: 1%;
   border-bottom: solid 2px #C5E1A5;
   transition: border 0.3s;
}

select:focus,
input:focus,
textarea:focus {
   outline: none;
   border-bottom: solid 2px #8BC34A;
}

/* Mudando a skin do checkbox */
div.englobar_input_label {
	float: left;
	min-width: 130px;
	width: 20%;
	margin: 2% 2% 2% 0;
}

label.sitcheck {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	margin-right: 15px;
	font-size: 18px;
	text-transform: capitalize;
	z-index: 5;
}

label.sitcheck {
	margin: 0 0 0 1%;
	font-size: 18px;
	text-transform: capitalize;
}

input[type=radio],
input[type=checkbox] {
	display: none;
}

label.sitcheck:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background-color: #fff;
	box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
	border: 1px solid #FF5722;
}

label {
	margin-bottom: 0;
}

label:before {
    border-radius: 3px;
}

input[type=radio]:checked + label.sitcheck:before,
input[type=checkbox]:checked + label.sitcheck:before {
	content: url(/layout/icons/checked.png);
	text-shadow: 10px 10px 10px rgba(0, 0, 0, .2);
	font-size: 15px;
	color: #FF5722;
	text-align: center;
    line-height: 15px;
}

button#create {
    background-color: #558B2F;
	border-radius: 2px;
	margin: 3% 0 3% 70%;
	color: #fff;
	border: 1px solid #558B2F;
	text-align: center;
	width: 20%;
	padding: 1% 0%;
	font-size: 1.3vw;
	cursor: pointer;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(148,148,148,1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(148,148,148,1);
	box-shadow: 5px 5px 5px 0px rgba(148,148,148,1);
}

button#create:hover {
    background-color: #33691E;
	border: 1px solid #33691E;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(148,148,148,1);
	-moz-box-shadow: 2px 2px 5px 0px rgba(148,148,148,1);
	box-shadow: 2px 2px 5px 0px rgba(148,148,148,1);
}

/* Upload */
/* Alterar todos tipos de dados (GERAL)*/
div#block_upload {
	width: 25%;
	position: relative;
	border: 1px solid #2196f3;
	border-radius: 10px;
	margin: 0 0 0 0;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

div.btn-primary {
    color: #FFF;
    background-color: #337AB7;
    border-color: #2E6DA4;
}

div.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 10px;
}

div#image_to_upload {
	text-align: center;
	position: relative;
}

input.input_file {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	width: 100%;
	filter: alpha(opacity=0);
}

img.into_upload {
	max-width: 200px;
	max-height: 200px;
	margin: 5px 20px;
}

/* loding gif */

div#loading_img {
	position: absolute;
	z-index: 10;
	top: 50px;
	left: 90px;
	display: none;
}

div#loading_img img {
	width: 80px;
}

/* Table */
table#table {
	width: 98%;
	text-align: center;
}

table#table th {
	background-color: #1565C0;
	border-color: #1565C0;
	color: #fff;
	text-transform: uppercase;
	padding: 1% 0;
	width: 15%;
}

table#table tr:nth-child(odd){
	background-color: #BBDEFB;
}

table#table td {
	padding: 2% 0;
	font-size: 1.2vw;
	position: relative;
}

table#table input.table {
	width: 96%;
	margin: 0 auto;
	text-align: center;
	font-size: 1.2vw;
	border-bottom: solid 1px #c9c9c9;
}

table#table input[type="number"].table {
	width: 45%;
	margin: 0 1% 0 0;
	float: left;
	border-color: #000;
	-moz-appearance:textfield; /*Esconde o spin-box ou setas em input number*/
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none; /*Esconde o spin-box ou setas em input number*/
}

table#table tr:nth-child(odd) input[type="number"].table {
	background-color: #BBDEFB;
}

table#table span {
	margin: 0;
	font-size: 1.2vw;
	float: left;
}

table#table span#euro {
	margin: 0;
	font-size: 1.2vw;
	position: absolute;
	top: 2px;
	right: 35px;
	display: none;
}

td#control_number {
	width: 25%;
}

div#euro {
	position: relative;
}

span.euro {
	position: absolute;
	top: 10px;
	right: 60%;
	font-size: 18px;
	color: #757575;
}

/* window modal de confirmação */

div#janela {
	margin: 0;
	padding: 0;
	position: absolute;
    left: 0;
    top: 0;
	z-index: 4000;
}

div#window_confirm{
	padding: 100px;
	position:fixed;
	left:0;
	top:0;
	background:#FFF;
	z-index:4900;
	border-radius:10px;
	border: 1px solid #1A237E;
}

div#mascara {
	position:absolute;
  	left:0;
  	top:0;
  	z-index:4000;
  	background-color:#fff;
  	display:none;
}

p#verify_msg {
	color: #1A237E;
	font-size: 20px;
}