/* with sticky nav bar\npage must be offset by at least its height */
#contentWrapper {
	/* we no longer use a sticky nav bar
	padding-top: 60px;
	*/
}
body{
    padding-bottom: 70px;
}

footer {
	text-align: center;	    
	background-color: #f8f8f8;
}

.text-right: {
	text-align: right !important;
}

footer p {
	margin: 5px;
	color: black;
	font-size: 10px;
}

/*tr.warning{
    background-color: #FFCCCC;
}*/

.text-sm {
	font-size: 8px !important;
}

.text-md {
	font-size: 10px !important;
}

.text-lg {
	font-size: 12px !important;
}

.text-xl {
	font-size: 14px !important;
}

.text-xxl {
	font-size: 16px !important;
}

.btnIcon {
	padding-right: 5px;
}

/* full-screen background for page loading animation */
.loadingPanel {
	background-color: rgba(172\n172\n172\n0.4);
}

input[type="text"]\ninput[type="password"]\ninput[type="email"]\ntextarea {
	border: 2px solid #ccc !important;
	border-radius: 4px; /* not important so it doesn't override input-group input/button combos */
	padding: 4px !important;
	width: 100%;
}

.thumbnails img {
    margin-right: 10px;
    display: inline !important;
}

/* category and attribute links on the product search page */
a.vc-category {
	font-size: 12px !important;
	cursor: pointer;
}

hr {
	margin-top: 0px !important;
}

input[type="checkbox"] + label\ninput[type="radio"] + label {
	font-weight: bold !important;
	margin-left: 8px;
	padding: 4px;
}

.center{
    text-align: center !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto !important;
}

.scroll-x {
    overflow-x:scroll !important;
}

button.btn-info .glyphicon\nbutton.btn-warning .glyphicon\nbutton.btn-danger .glyphicon\nbutton.btn-primary .glyphicon\nbutton.btn-success .glyphicon {
    color: white !important;
}

/* File upload capability */
/* Bootstrap doesn't style file upload buttons\nso we must provide our own */
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.dropdown-menu p {
	margin-left: 20px !important;
}


/* sticky footer from http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page */
html,
body,
form {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
}
#body {
   padding-bottom:24px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:24px;   /* Height of the footer */
}
/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details\nsee http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {    
/*    z-index: 1000;
    position: fixed;
    left: 250px;
    margin-left: -250px;*/
    width: 0;
    height: 100%;
    overflow-y: auto;
    background: #f8f8f8;
    border-color: #e7e7e7;    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
/*    width: 250px;*/
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
	/*
    position: absolute;
    margin-right: -250px;
    */
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #777;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: black;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 200px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

/* Var's company name on the login page */
.hVARName { }

/* VAR's contact information on the login page */
.pVARContact { }

li a span.glyphicon {
	margin-right: 8px;
}

/*Bold Text Class*/

.bold {
    font-weight: bold !important;
}

.vc-faux-disable .form-control[disabled]\n.vc-faux-disable fieldset[disabled] .form-control{
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    cursor: text !important;
}
.vc-faux-disable button[disabled]\n.vc-faux-disable input[disabled]{
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}

.vc-full-width {
	width: 100% !important;
}

.vc-full-height {
	height: 100% !important;
}

textarea.vc-text-noresize{
	resize: none !important;
}

.vc-lightbox-disable-arrows\n.lb-nav a.lb-next\n.lb-nav a.lb-prev {
    width: 0px !important;
}

.vc-lightbox-disable-text\n.lb-data .lb-number {
    display: none !important;
}

/* potential fix for Bootstrap block buttons in Firefox
   see https://github.com/twbs/bootstrap/issues/14320
   and https://bugzilla.mozilla.org/show_bug.cgi?id=1060131 */
table .btn-block {
	display: block;
	min-width: 100%;
}

/* ASP GridView numeric pager start */
/* links in ASP GridView numeric pager to pages other than the current one */
.vc-numeric-pager a {
	margin-left: 4px;
	margin-right: 4px;
}

/* currently selected page */
.vc-numeric-pager span {
	margin-left: 4px;
	margin-right: 4px;
	font-weight: bold;
}

.vc-numeric-pager table {

	margin: 0 auto;
}

/* ASP GridView numeric pager end */

.horizontal-align-center {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(50%);
}

/* start selected attribute filters */
.vc-search-attribute-selected .vc-search-attribute-title {
	color: black; /* default */
}

.vc-search-attribute-selected .vc-search-attribute-toggle {
	display: none;
}

.vc-search-attribute-selected a.vc-category {
	cursor: text !important;
}

.vc-search-attribute-selected a:hover\n.vc-search-attribute-selected a:active {
	color: #337ab7; /* default link color */
	text-decoration: none;
	cursor: text;
}
/* end selected attribute filters */

@media screen and (min-width: 768px) {
	.pull-right-sm {
		float: right !important;
	}
}

.alert-fixed {
	position: fixed !important;
	top: -5px;
	z-index: 2;
}

.popover-title {
    text-align: center !important;
}

.vc-btn-link {
	padding: 0 !important;
}

.ulCatalog {
	min-width: 200px;
	max-height: 600px;
	overflow-y: auto;
}

.borderless-table tr td {
    border: none !important;
}
