.rfq-files {
	padding: 30px;
	overflow: hidden;
	position: relative;
}
.rfq-uploaded-files {
	background: #fff;
}
.rfq-uploaded-files table {
}
.rfq-uploaded-files .form-group {
	margin-bottom: 0px;
}
.rfq-uploaded-files .file-delete {
	color: #ccc;
	margin-top: 10px;
	float: right;
	text-transform: uppercase;
	font-weight: bold;
}
.rfq-uploaded-files .file-delete-cell, .rfq-uploaded-files .file-size-cell {
	vertical-align: middle;
	width: 15%;
}
.rfq-uploaded-files .file-size-cell {
	font-size: 12px;
	color: #777;
	width: 15%;
}
.rfq-uploaded-files .file-icon-cell {
	color: #07B500;
	width: 15%;
}
.rfq-uploaded-files .uploading .file-icon-cell {
	color: #aaa;
}
.rfq-uploaded-files .file-icon-cell.text-danger {
	color: #EE2B4F;
}
.rfq-uploaded-files .file-delete:hover, .rfq-uploaded-files .file-delete:focus {
	color: #ED274C;
}
.table-rfq {
	table-layout: fixed;	
}
.table-rfq.table>tbody+tbody {
	border-top: 1px solid #eee !important;
}
.table-rfq>tbody>tr>td {
	border-top: 0px;
	border-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.rfq-form .form-group label {
	font-size: 13px;
	margin-bottom: 0;
	color: #000;
}
.rfq-form .form-group .help-block {
	font-size: 12px;
}
.rfq-form .form-control {
	background: none;
	border: 0;
	border-bottom: 1px dashed #777;
	box-shadow: none;
	color: #000 !important;
	padding-left: 0px;
	border-radius: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 28px;
}
.rfq-form .form-group.has-error label {
	color: #EE2B4F;
}
.rfq-form .form-group.has-error .form-control {
	border-color: #EE2B4F;
}
.rfq-form .form-group.has-error .form-control:focus {
	box-shadow: none;
}
.rfq-form textarea.form-control {
	font-size: 12px;
	height: auto;
}

.rfq-form .has-feedback .form-control-feedback {
	top: 15px;
}
.rfq-info {
	padding: 30px;
}
.rfq-info .form-group {
	
}

.rfq-form .col-md-6 {
	padding: 0;
}
.rfq-form {
	background: #fff;
	padding: 30px;
	border: 1px solid #dfdfdf;
	position: relative;
	overflow: hidden;
}
.rfq-form h1 {
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin: 0;
}
.rfq-form .btn-file {
	background: none;
	border: none;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #ddd;
	padding: 10px 20px;
}
.rfq-form .btn-file .fa {
	vertical-align: middle;
	font-size: 32px;
	margin-right: 10px;
}
.rfq-upload-file-description {
	text-align: center;
	margin-bottom: 10px;
}
.rfq-upload-file-description p {
	margin-bottom: 5px;
}

.rfq-form .progress-row {
	height: 6px;
}
.rfq-form .progress-row td {
	padding: 0;
	border: 0;
}
.rfq-form .progress-row .progress {
	margin: 0;
	height: 6px;
	border-radius: 0;
}
.rfq-form .cant-send-form-yet {
	padding: 10px 0px;
	color: #777;
}

.rfq-form .glyphicon {
	font-family: FontAwesome;
}
.rfq-form .glyphicon.glyphicon-chevron-left:before {
	content: "\f053";
}
.rfq-form .glyphicon.glyphicon-chevron-right:before {
	content: "\f054";
}

.rfq-form .register-info {
	/*-webkit-transition: border-left-width 0.5s; /* Safari */
    /*transition: padding-right 0.5s;*/
}
.rfq-form .hilight-register-inputs .form-group {
}
.rfq-form .hilight-register-inputs {
}
.rfq-form label.on-top-input {
	position: absolute;
}



.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.material-switch-label {
	padding-top: 6px;
    padding-left: 10px;
}


.rfq-show-help {
	position: absolute;
	top: auto;
	left: 30px;
	padding: 15px 12px;
	background: #555;
	color: #fff;
	z-index: 1001;
	transition: left 0.5s ease-in-out;
	margin-top: 10px;
	border-radius: 26px;
}
.rfq-show-help:hover, .rfq-show-help:focus {
	color: #ddd;
}
.rfq-show-help.open {
	left: -100%;
}
.rfq-hide-help {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #fff;
	font-size: 16px;
	padding: 6px 12px;
}
.rfq-hide-help:hover, .rfq-hide-help:focus {
	color: #ddd;
}
.rfq-help-container {
	background-color: rgba(50, 50, 50, 0.9);
	left: -100%;
	width: 48%;
	transition: left 0.5s ease-in-out;
	position: absolute;
	border: 1px solid #eee;
	z-index: 1001;
	margin-top: 10px;
	margin-left: 30px;
	color: #fff;
}
.rfq-help-container h2 {
	margin-top: 0px;
}
.rfq-help-body {
	padding: 15px;
}
.rfq-help-container.open {
	left: 0;
}

@media(max-width: 992px) {
	.rfq-help-container {
		width: 92%;
	}
}

@media(max-width: 667px) {
	
}


@media(max-width: 667px) {
	.rfq-form h1 {
		font-size: 24px;
	}
}

@media(max-width: 469px) {
	.rfq-files, .rfq-info {
		padding: 15px;
	}
	.rfq-uploaded-files .file-icon-cell .fa {
		font-size: 24px;
	}
	.rfq-form textarea.form-control {
		height: auto;
	}
	
	.rfq-show-help {
		position: relative;
	    top: auto;
	    left: auto;
	    padding: 10px 6px;
	    background: #555;
	    color: #fff;
	    z-index: 1001;
	    transition: left 0.5s ease-in-out;
	    margin-top: 10px;
	    border-radius: 26px;
	    font-size: 12px;
	    display: block;
	    text-align: center;
	    margin-left: auto;
	    margin-right: auto;
	    max-width: 120px;
	}
}

/* Overwriting basic styles */
.footer-top, .footer-middle, .footer-bottom
{
	background:black;
}

button[name="submit"], button[name="submit"]:hover
{
	border:none;
	background-color:#e30513;
}
button[name="submit"]:disabled, button[name="submit"]:disabled:hover
{
	border:none;
	background-color:#e30513;
	opacity:0.3;
}

.navbar-pixmill .navbar-pixmill-main li>a:hover {
	background: none;
	color: #e30513;
}