/* Add here all your CSS customizations */
.brands {
	background: -moz-linear-gradient(center top , #fff, #f6f6f6) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: 1px solid #ddd;
	margin: -13px 0 0;
	text-align: center;
}

.brands-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
}

.sticky-menu-active .brands {
	display: none;
}


.color-swatch {
	width:40px;
	height:40px;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	border:3px solid #DFDFDF;
}

#color-swatches li {
	padding:0px 2px 0 0 ;
	cursor:pointer;
}

.color-pattern {
	cursor:pointer;
}

.color-pattern img{
	-ms-interpolation-mode: bicubic; 
}

.color-selected {
	border:3px solid #A1A1A1;
}

.fileinput-button input {
    cursor: pointer;
    margin: 0;
	left:15px;
	height:35px;
	opacity:0;
    position: absolute;
   	right:0;
    top: 0;
}

#footer .footer-copyright {
	margin-top:0px;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer a, #footer li i, #footer .footer-copyright p {
	/*color: #231f20 !important;*/
	color: #ffffff !important;
}

#footer p{
	color: #ffffff;
	/*color: #574437;*/
}

.grey-background {
	background-color: #f9f9f9;
}

.push-bottom-short {
    margin-bottom: 15px;
}

.push-bottom-10 {
    margin-bottom: 10px;
}

.push-top-5 {
    margin-top: 5px;
}

.push-top-10 {
    margin-top: 10px;
}

.push-top-short {
    margin-top: 15px;
}

.help-block {
	color:#909090 !important;
}

.no-margin-bottom {
	margin-bottom:0px;
}

.table tbody>tr>td.vert-align{
    vertical-align: middle;
}

.padding-left {
	padding-left:15px;
}

.row-margin-left {
	margin-left:0px;
}


.row-margin-right {
	margin-right:0px;
}

.no-margin {
	margin:0;
}

.more-page, .more-video {
	position:absolute;
	bottom:10px;
	right:15px;
	z-index:99;
}

.product-bullets li{
	line-height:36px;
}

.product-bullets li i{
	margin-top:6px;
}

.img-overlay {
	background-color:#000000;
	position:absolute;
	width:97%;
	height:97%;
	opacity:0.2;
	z-index:98;
}

.img-overlay.large {
	width:98.7%;
}


/*ADMIN STUFF*/

.circle {
	border-radius: 30%;
	height: 20px;
	width: 20px;
	text-align: center;
	background-color: #E4E4E4;	 /* F1F1F1 */
	line-height: 20px;
}

.green-step {
	background-color: #A1EFA7;/*color:#fff; #88E08F*/
}
.red-step {
	background-color: #E08888;/*color:#fff;*/
}
.yellow-step {
	background-color: #F7EF8C;
}
.gray-step {
	background-color: #AAAAAA;/*color:#fff;*/
}
.na-step {
	background-color: #f1f1f1;
}
.circle span {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}
.process-steps {
	padding-left: 0;
}
.process-steps li {
	margin: 0 1px 0 1px;
	list-style: none;
	float: left;
}
.click-process {
	cursor: pointer;
}
.click-process:hover {
	transform: scale(1.1);
	border: 1px solid #00afef;
}
#process-list {
	cursor: default;
}

.comment-arrow {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	height: 0;
	width: 0;
}
.admin-chat .comment-arrow {
	margin: 0 0 0 15px;
	border-bottom: 10px solid #d9edf7;
}
.user-chat .comment-arrow {
	float: right;
	margin: 0 15px 0 0;
	border-bottom: 10px solid #dff0d8;
}
.alert {
	border: none;
	clear: both;
}
.admin-color {
	color: #d9edf7;
}
.user-color {
	color: #dff0d8;
}
#comments:hover, #internal-comments:hover {
	overflow-y: scroll;
}
#comments, #internal-comments {
	display: block;
	height: 300px;
	overflow: hidden;
	overflow-x: hidden;
	padding: 0;
}
.admin-list {
	padding-left: 0px;
	margin-bottom: 0px;
}
.admin-list li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	padding: 0 4px 0 4px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.admin-list li:hover {
	color: #0088cc;
}
.admin-list li label {
	cursor: pointer;
}
.internal-chat .comment-arrow {
	margin: 0 0 0 15px;
	border-bottom: 10px solid #f2f2f2;
}
.alert-internal {
	background-color: #f2f2f2;
}
.internal-color {
	color: #f2f2f2;
}

.nav-order li a{
	color:#1d212f ;
}
