/* TireWelder CSS
 * Author: John Lucero
 * Copyright 2016
 */
 
body{
	color: #333;
}

#page-wrapper{
	background-color: #ddd; 
}
 
ul.product_media_gallery{
	list-style-type: none;
}

ul.product_media_gallery li{
	position: relative;
	float: left;
	margin: 10px;
	height: 250px;
	border: 1px solid #eee;
}

ul.product_media_gallery li img{
	display: block;
	height: 100%;
	padding: 5px;
}

.angucomplete-dropdown {
    border-color: #ececec;
    background-color: #eee;
    opacity: 0.9;
}

.angucomplete-searching {
    color: #acacac;
    font-size: 14px;
}

.angucomplete-description {
    font-size: 14px;
}

.angucomplete-row {
    padding: 2px;
    color: #222;
    margin-bottom: 2px;
    clear: both;
}

.angucomplete-selected-row {
    background-color: #7BB0FD;
    color: #1f1f1f;
}

.deleteImage {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.ui-grid-cell-contents{
	font-weight: bold;
	color: #555;	
}

/* UI Grid crazy scroll fix */
.ui-grid-viewport {
    overflow-anchor: none;
}

.form-control,
.single-line {
    border: 1px solid #777;
    background-color: #fefefe;
}
.form-control:focus,
.single-line:focus {
    border-color: #000 !important;
    background-color: #fff;
}

.nav-tabs > li > a {
	color: #111;
}

.pace .pace-progress {
	height: 7px;
}

.select2 > .select2-choice.ui-select-match {
            /* Because of the inclusion of Bootstrap */
            height: 29px;
}

.selectize-control > .selectize-dropdown {
    top: 36px;
}
/* Some additional styling to demonstrate that append-to-body helps achieve the proper z-index layering. */
.select-box {
  background: #fff;
  position: relative;
  z-index: 1;
}
.alert-info.positioned {
  margin-top: 1em;
  position: relative;
  z-index: 10000; /* The select2 dropdown has a z-index of 9999 */
}

.ui-select-match-item{
	color: #000;
	font-weight: bold;
}

@media (max-width:992px){
	.mobile-hide{ display: none;}
	#page-wrapper {
		min-height: auto;
	}
}
@media (max-width:768px){
	.wrapper-content{
		padding: 2px 0 0 0;
		margin: 0px;
	}
	.tabs-container .panel-body,.panel-body{
		padding: 2px;
	}
	#page-wrapper{
		position: auto;
		padding: 0px;
		margin: 0px;
	}
	#footer{
		display:none;
	}
	.ui-grid-viewport{
		overflow-y: scroll !important;
	}
	#minimize-sidebar{
		display: none;
	}
}
@media (min-width: 768px) {
	#page-wrapper{
		min-height: auto;
	}
}