/* Form build */
#Order_line {
	margin:0;
	padding:0;
}
fieldset {
	border: none;
	padding: 0;
}
input[type="radio"] + .dot {
	background-color:#fff;

}
input[type="radio"]:checked + .dot {
	background-color:#292929;
	color:#fff;
}

input[type="checkbox"] + .dot {
	background-color:#fff;

}
input[type="checkbox"]:checked + .dot {
	background-color:#292929;
	color:#fff;
}


input[type="text"] {
	padding:10px; 
	background-color:#fff;
	font-size:16px;
	width:100%;
	font-weight: 700;
	border-radius:4px;
	
	border: 2px #e2e2e2 solid;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

input[type="text"]:focus {
	
	border: 2px #519ee3 solid; 

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;

}

input[type="number"] {
	padding:10px; 
	background-color:#fff;
	font-size:16px;
	width:100%;
	font-weight: 700;
	border-radius:4px;
	border:none;

	border: 2px #e2e2e2 solid;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

input[type="number"]:focus {
	
	border: 2px #519ee3 solid; 

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;

}

input[disabled="disabled"], select[disabled="disabled"], textarea[disabled="disabled"]  {
	padding:10px; 
	background-color:#e2e2e2;
	font-size:16px;
	width:100%;
	font-weight: 700;
	border-radius:4px;
	border:none;
	
	border: 2px #e2e2e2 solid;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

input[type="password"] {
	padding:10px; 
	background-color:#e2e2e2;
	font-size:16px;
	width:100%;
	font-weight: 700;
	border-radius:4px;
	border:none;

	border: 2px #e2e2e2 solid;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

input[type="password"]:focus {
	
	border: 2px #519ee3 solid; 

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;

}

input[type="search"] {
	width:100%; 
	font-weight:700; 
	text-align: center;
	background-color: #e6e4e4;
	border:none; 
	font-size:16px; 
	color:#000; 
	padding:20px 30px; 
	text-transform: uppercase;
	border-bottom: 1px #fff solid;
	
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
	-webkit-appearance: none;	
	
	
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}


select {
	padding:10px; 
	background-color:#fff;
	font-size:16px;
	width:100%;
	font-weight: 700;
	border: 2px #e2e2e2 solid;
		
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

label.select {
	position: relative
}

label.select:after {
	content: "\f078";
	font-family: "FontAwesome";
	font-size: 13px;
	font-weight: 700;
	color: #292929;
	right: 10px;
	top: 2px;
	position: absolute;
	pointer-events: none;
}

label.search-magnifying {
	position: relative
}

label.search-magnifying:after {
	content: "\f002";
	font-family: "FontAwesome";
	font-size: 18px;
	font-weight: 700;
	color: #292929;
	right: 14px;
	top: 0px;
	position: absolute;
	pointer-events: none;
}

label.datepicker {
	position: relative
}

label.datepicker:after {
	content: "\f133";
	font-family: "FontAwesome";
	font-size: 13px;
	font-weight: 700;
	color: #292929;
	right: 10px;
	top: 2px;
	position: absolute;
	pointer-events: none;
}

.textarea {
	padding:16px; 
	background-color:#fff;
	border: 2px #e2e2e2 solid;
	font-size:16px;
	width:100%;
	height:150px;
	font-weight: 700;
	border-radius:12px;
		
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

.textarea:focus {
	border: 2px #519ee3 solid; 

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

/* Tags */
div.tagsinput { 
	background: #FFF; 
	padding:5px; 
	width:100%; overflow-y: auto;
	border-radius:4px;
}
div.tagsinput span.tag { 
	border: 1px solid #a5d24a; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	display: block; float: left; 
	padding: 5px; text-decoration:none;
	background: #cde69c; color: #638421; 
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom:5px;
	font-family: helvetica;
	font-size:20px;
}
div.tagsinput span.tag a { font-weight: bold; color: #82ad2b; text-decoration:none; font-size: 20px;  } 
div.tagsinput input { width:80px; margin:0px; font-family: helvetica; 
font-size: 20px; border:1px solid transparent; padding:5px; 
background: transparent; color: #000; outline:0px; margin-top:5px;  margin-right:5px; margin-bottom:5px; }
div.tagsinput div { display:block; float: left; } 
.tags_clear { clear: both; width: 100%; height: 0px; }
.not_valid {background: #FBD8DB !important; color: #90111A !important;}


/* Drop files */

#drop-zone {
    width: 100%;
    padding: 30px;
    border: 2px dashed rgba(0, 0, 0, .3);
    border-radius: 10px;
    font-family: Arial;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #7E7E7E;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none; 
	
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

#drop-zone input {
	position: absolute;
    cursor: pointer;
    left: 0px;
    top: 0px;
    opacity:0;
}
/*Important*/
 #drop-zone.mouse-over {
    border: 3px dashed rgba(0, 0, 0, .3);
    color: #7E7E7E;
    
}
/*If you dont want the button*/
 #clickHere {
	display: inline-block;
	cursor: pointer;
	color: white;
	font-size: 40px;
	width:40px;
	height: 40px;
	text-align: center;
	border-radius: 50px;
	background-color: #4679BD;
	padding: 20px;

	font-family: 'Raleway', sans-serif;
	font-weight:700;
	
}
#clickHere:hover {
    background-color: #376199;
	 transform: scale(1.05);
}
#filename {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5em;
}
.file-preview {
    background:#ccc;
    border:5px solid #fff;
    box-shadow:0 0 4px rgba(0, 0, 0, 0.5);
    display:inline-block;
    width:60px;
    height:60px;
    text-align:center;
    font-size: 14px;
    margin-top:5px;
}
.closeBtn:hover {
    color:red;
}


/* Droptarget */


.droptarget .row-head {
	font-weight:700; 
	color:#333333;
	letter-spacing:1.5px;
	text-transform:uppercase;
	width:100%; 
	margin:auto;
	font-size:10px;
	display:table;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}

.droptarget .row {
	font-weight:400; 
	width:100%; 
	margin:auto;
	display:table;
	
	
	padding:10px 0px;
	border-bottom:1px solid #e6e9ed;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}

.droptarget .cell {
	padding:10px 10px; 
	display:table-cell; 
	width:auto;
 	vertical-align:middle;
	overflow:hidden;
	font-size:13px;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}


div.colorPicker-picker {
	border-radius:100px; 
	width:100%; 
	line-height:40px; 
	margin:0px;
	padding:0px;
	cursor: pointer;
	background-image:url(../images/png-light/cog-4x.png);
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
	background-repeat:no-repeat;
	background-position:center center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none; 
}

div.colorPicker-palette {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none; 
	z-index: 9999;
	position: absolute;
	border-radius:3px; 
	width:100%;
	max-width:158px; 
	padding:10px; 
	line-height:51px; 
	font-size:13px;
	margin-top:5px;
	margin-right:0;
	background-color:#fff;
}

div.colorPicker-swatch {
	height: 30px;
	width: 30px;
	margin:2px;
	float: left;
	cursor: pointer;
	line-height: 23px;
	border-radius: 3px;
}
@media screen and (min-width: 0px) and (max-width: 479px){
/* IPHONE  */
}