/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  	/*height: 100%;
	background-image:url(../images/corner.png);
    background-position:bottom right;
    background-repeat:no-repeat;*/
}


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}


.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.headlogo {
	margin-top:4px;
}
.headtitle {
	color:#1DF903;
	margin-left:10px;
	margin-top:8px;
}
.loginwell {
	width:600px !important;
	margin-top:20px;
	margin-bottom:20px;
}
#logincont {
	width:100%;
	/*height: 100%;
	background-image:url(../images/water.png);
    background-position:bottom center;
    background-repeat:repeat-x;*/
}
.alertcustom {
	margin:10px;
	padding:5px !important;
}
.h3custom {
	margin-top:8px;
}
.alertouter {
	width:100%;
	padding:20px;
}
.breadbut {
	margin-left:10px;
	margin-top:-3px;
}
.breadcrumb > li{
  margin-top:4px;
}
.breadtitle {
	font-size:18px !important;
}
.breadpad {
	padding-top:5px;
}
.caret.caret-reversed {
    border-top-width: 0;
    border-bottom: 4px solid #000000;
}
.adddata_input {
	width:40px !important;
	text-align:center;
	padding-left:1px !important;
	padding-right:1px !important;
	margin:0 !important;
}
.adddata_input_apf {
	width:60px !important;
	text-align:center;
	padding-left:1px !important;
	padding-right:1px !important;
	margin:0 !important;
}
.padtop {
	margin-top:8px;
}
.thcenter {
	text-align:center
}
.tdinput {
	width:80px;
}
.searchdrop {
	margin-top:7px; margin-left:10px; /*width:140px;*/
}
.searchsel {
	width:120px;
}
.searchselbig {
	width:160px;
}
.datebox {
	width:120px !important;
	text-align:center;
}
.namebox {
	width:150px !important;
	text-align:left;
	text-transform:capitalize;
}
.srsaddon {
	padding-left:3px;
	padding-right:3px;
	background-color:#f2f2f2 !important;
}
.srsnpfbut {
	padding-left:3px;
	padding-right:3px;
	padding-top:1px;
	padding-bottom:1px;
	font-size:10px;
	width:57px;
}	
button {
    -webkit-font-smoothing: inherit;
}
.nomarg {
	margin-top:0 !important;
}
.tdnoleftbord {
	border-left:none;
}
.reptd {
	width:150px !important;
}
.label-as-badge {
    border-radius: 1em;
	padding-top:4px;
}
.repnav, .setupnav {
	/*padding-left:10px;*/
}
.flot {height:200px;}
.gage {height:150px; width:200px;}
.dashgp {height:50px; width:200px;}
.pdfbut, .imgbut {margin-top:8px;}
.dashprodbut {width:100% !important;}
.dashalert {margin-top:15px; margin-bottom:0; padding-top:8px; padding-bottom:3px;}
.formaddon {min-width:120px; background-color:#337ab7; color:#FFF; text-align:left; height:20px !important;}
.dealerprodcost, .dealerprodcost_edit {float:right; width:120px; margin-top:-37px !important;}
.dealerprod_cost {text-align:center;}
.dealerprodrow {padding:2px !important; margin-bottom:5px !important;}
.headadvert {margin-left:30px; margin-top:5px;}
.hand {cursor:pointer; cursor:hand;}
.dashpentitle {float:left; font-size:16px;}
.dashpenlabel {float:right; font-size:16px;}
.dashpenrow {width:100%; height:30px;}
.favbut {margin-top:8px; margin-right:20px;}
.apfouter {margin-top:2px;}
.control-label {font-size:12px !important}
.appalert {margin-bottom:3px !important; padding-top:2px !important; height:40px;}
.sitehide {display:none;}
.clsDatePicker {z-index: 100000 !important;}
.datepicker {z-index: 1600 !important;} /* has to be larger than 1050 */

.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
   