/* note: this is a hack for ios iframe for bootstrap themes shopify page */
/* this chunk of css is not part of the toolkit :) */
body{
	width: 1px;
	min-width: 100%;
	*width: 100%;
}
.app-brand
{
	text-align: center;
	background-color:#222;
	width:100%;
	font-size:45px;
    margin-bottom: 30px!important;

}
.app-brand img
{
	width: auto;
}
.progress-bar-success
{
	background-color:#3097d1;
}
.navbar-inverse
{
	background-color:#222;
	border-color:#222;
}
.navbar-brand
{
	height: auto;
	margin:10px 0;
	font-size: 45px;
}
.navbar-nav
{
	margin:15px 0;
}
.btnadd span.icon
{
	padding-right:8px;
}
h1.page_title
{
	font-size:22px;
	margin-top:0;
	line-height:2.5;
	font-weight: bold;
}
.divfrm
{
	max-width:500px;
}
.compulsary
{
	color:#FF0000;
}
#salesreps
{
	max-height:200px;
	overflow-y: auto;
}
.msg
{
	color:#FF0000;
	font-size: 12px;
}
.close
{
	color:#FFFFFF;
	opacity: 1;
}
.modal-header
{
	background-color:#2a88bd;
	color:#FFFFFF;
	border-bottom:1px solid #21668D;
}
.p-t-lg
{
	padding-top:50px !important;
}
.app-navbar .navbar-brand img
{
	width:auto;
}

.tree {
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative;
}
.tree li i{
	font-style: normal;
	font-weight: normal;
}
.tree li i.icon-leaf::before
{
    content:'';
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000
}
.ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
	height: 300px;
}
#remote
{
	max-width:400px;
	display:inline-block;
}
#btnsearch,#btnreset
{
	display: inline-block;
	line-height: 1.4;
}
.ui-widget
{
	font-size:0.9em;
}
#divdealer_select{
    /* new custom width */
    width:960px;
    /* must be half of the width, minus scrollbar on the left (30px) */
    margin:auto;
}
#divdealer_select .modal-dialog
{
	width:100%;
}
#divdealer_select .modal-body
{
	max-height: 400px;
	overflow-y: auto;
}
.ui-autocomplete {
    z-index: 5000;
}
#divselect
{
	width:500px;
	margin-right:20px;
	float: left;
	height:350px;
	overflow-y: auto;
}
#divselected
{
	width:500px;
	float: left;
}
.clear
{
	clear: both;
}
#edit_
{
	display: inline-block;
	float: right;
}
th a
{
	display: block;
}
.sortable
{
	background-image:url("../img/sortable.png");
	background-position:right;
	background-repeat: no-repeat;
	text-decoration: none;
}
.asc
{
	background-image:url("../img/asc.png");
}
.desc
{
	background-image:url("../img/desc.png");
}
.centered
{
	text-align: center;
}
.panel
{
	background-color: #F2F2F2;
	border:1px solid #BFBFBF;
	padding:20px 0 10px 0;
	min-height: 183px;
}
.no_right_margin
{
	margin-right:0px!important; 
}
#dealername,#zip
{
	max-width: 290px;
}
.search
{
	max-width: 300px;
	margin: auto;
}
.with_padding_10
{
	padding:0px 10px;
}
.hidden
{
	display:none;
}
.visibile
{
	display:block;
}
#spinner
{/
	display: block;
	margin:auto;
}
#pleaseWaitDialog div.modal-dialog
{
	width:300px;
}
.modal-title
{
	font-size: 14px;
	display: inline-block;
}
.progress
{
	margin-bottom: 0;
}
#pleaseWaitDialog .modal-header
{
	padding:10px;
}
.swfupload
{
	left:0px;
}
#upload h4
{
	font-size: 14px;
	font-weight: bold;
}
.uploadify
{
	margin: auto!important;
}


.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
  font-size:10px;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}