input[type='checkbox'],
input[type='radio'] {
  width:auto;
  float:left;
  margin-right: .75em;
  background: transparent;
  border: none;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  cursor: pointer;
}

input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
    content:' ';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
	left: -12px;
    border: 1px solid #bbb;
    background: white;
    margin-right: 0em;
}

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
  border-radius: 30px;
}

input[type='checkbox']:hover  + label::before,
input[type='radio']:hover  + label::before {
  background: rgb(188,165,134);
  box-shadow: inset 0 0 0 2px white;
}

input[type='checkbox']:checked  + label::before,
input[type='radio']:checked  + label::before {
  background:black;
  box-shadow: inset 0 0 0 2px white;
}
label { 
	text-transform: uppercase;
	font-family: 'TradeGothic20';
	font-size: 1.2em;
}
input#EMail, input#Nome, select#Loft { width: 75%; }
.table { display: block; height: 50px; width: 100%; z-index: 1; }


/*=====================SELECT BUTTON====================*/

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%
} 
select {
  width:100%;
  border: 1px solid #bbb;
  padding:.75em 1em .5em 1em;
  box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
  background-color:white;
}
select::-ms-expand {
  display:none;
}
.lt-ie10 select {
    background-image: none;
}
select {
  border: 1px solid black;
  padding:.75em 1em .5em 1em;
  box-shadow: 0 2px 1px 0 rgba(0,0,0,1);
  background-color:#333;
  color:white;
}
option {
  background:#222;
  border-top:1px solid #444;
  padding:.3em 1em .3em 1em;
}

/*=====================FORMULAR=================*/

.colorBox {
    width: 45px;
    height: 45px;
    margin: 5px;
    float: left;
    border-radius: 50%;
    background-clip: padding-box
}
.filWhite {
    background-color: White;
    border: 1px solid rgb(204,204,204);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color: rgb(0,0,0);
}
.filNewPink {
    background-color: #f4339d
}
.filOrange {
    background-color: #f26000
}
.filRed {
    background-color: #bb0000
}
.filGold {
    background-color: #ffa500
}
.filYellow {
    background-color: #ffd000
}
.filFluorYellow {
    background-color: #ffff00
}
.filGreen {
    background-color: #008000
}
.filFluorGreen {
    background-color: #00ff00
}
.filDarkBlue {
    background-color: #101e7e
}
.filLightBlue {
    background-color: #558eb5
}
.filLilac {
    background-color: #6c4499
}
.filGrey {
    background-color: #999999
}
.filBlack {
    background-color: Black
}
.pys_c {
    padding: 32px 60px;
    margin-top: 0;
}
.pys_c:before,
.pys_c:after {
    content: "";
    display: table;
}
.pys_c:after {
    clear: both;
}
.pys_c .paintControl {
    float: left;
    padding: 0 1em 0 0;
    width: 45%;
}
.pys_c .colorSelect {
    margin-top: 5px;
    width: 90%;
}
.pys_c .colorFill {
    margin-top: 10px;
    width: 90%;
    height: 40px;
    background-color: #dddddd;
    border: none;
    background-clip: padding-box;
}
.pys_c .colorskip {
    margin-top: 12px;
    width: 90%;
    height: 40px;
    border: none;
}
.pys_c .colorFill:hover {
    cursor: pointer;
    background-color: #c00000;
    color: #ffF
}
.pys_c #palette {
    margin-top: 30px;
	margin-bottom: 30px;
}
.pys_c #palette:before,
.pys_c #palette:after {
    content: "";
    display: table
}
.pys_c #palette:after {
    clear: both
}
.pys_c #drop_zone {
    margin-top: 15px;
    border: 2px dashed #BBBBBB;
    color: #333;
    padding: 25px;
    text-align: center
}
.pys_c .uploadFileInput {
    margin-top: 10px;
    width: 100%
}
.pys_c .fieldC {
    margin-top: 10px
}
.pys_c .fieldC label {
    width: 25%;
    display: inline-block
}
.pys_c .fieldC input {
    width: 70%;
    padding: 3px 5px
}
.pys_c .fieldC select {
    width: 74%;
    padding: 3px 5px
}
.pys_c .sendSpi {
    width: 100%;
    height: 30px;
    margin-top: 15px;
    background-color: #dddddd;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    cursor: pointer
}
.pys_c .sendSpi:hover {
    background-color: #c00000;
    color: #ffF
}
.pys_c #imgTools {
    width: 30px;
    float: right;
    padding-top: 176px;
	padding-right: 50px;
    display: none;
}
.pys_c #imgTools img {
    margin-bottom: 5px;
    width: 30px
}
.pys_c #fileApi {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.pys_c #SVGRaphael {
	max-width: 400px;
	width: 55%;
    height: 670px;
    float: right;
}

@media all and (min-width: 1280px) { 

.pys_c {
    padding: 32px 8%;
}

}
@media all and (min-width: 1280px) { 
.pys_c #imgTools {
    width: 40px;
    float: right;
    padding-top: 176px;
	padding-right: 100px;
    display: none;
}
.pys_c #imgTools img {
    margin-bottom: 5px;
    width: 40px
}
}



