html, body {
	background-color: #EEE;
	height: 100%;
	/* The html and body elements cannot have any padding or margin. */
}

#jumbo {
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

table {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

  .form-update-password, .form-update-email, .form-update-vtrunk-routers {
    max-width: 300px;
    padding: 2px 19px 19px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
  }


.form-signin, .form-forgot-password, .form-registration,.form-vtrunk-routers,.form-vtrunk-codec, .form-vtrunk-gps-interval{
	max-width: 300px;
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading, .form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin input[type="text"], .form-signin input[type="password"] {
	font-size: 16px;
	height: auto;
	margin-bottom: 15px;
	padding: 7px 9px;
}


  .form-update-password input[type="text"], .form-update-email input[type="text"],	 
  .form-update-password input[type="password"] , .form-update-email input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 4px 7px;
  }
	  

input:active, input:focus {  
 outline: none; 
 ie-dummy: expression(this.hideFocus=true);
 }

input, textarea {
	color: #000;
}
.placeholder {
	color: #aaa;
}

textarea:focus, input:focus {
	border-color: #223A51 !important;
}

.well {
	padding: 9px;
}

textarea {
	resize: none
}

.accordion-inner {
	border-top: 0px;
}

.accordion-heading .accordion-toggle {
	padding: 0px;
}

.dropdown-menu {
	min-width: 65px;
}

.table {
	border-collapse: inherit;
	border: 0px solid #E5E5E5;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);*/
	/*-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);*/
	/* box-shadow: 0 1px 2px rgba(0, 0, 0, .05);*/
}

.nav-list {
	border: 1px solid #E5E5E5;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.table td.more {
	border-top: 0px solid #DDD;
	line-height: 18px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

.accordion-group {
	display: table-row;
	margin-bottom: 2px;
	border: 1px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


.sidebar-nav {
	padding: 9px 0;
}

.sidebar-nav-fixed {
	position: fixed;
	top: 60px;
	width: 21.97%;
}

@media (max-width: 767px) {
	.sidebar-nav-fixed {
		position: static;
		width: auto;
	}
}

@media (max-width: 979px) {
	.sidebar-nav-fixed {
		top: 70px;
	}
}

.row-fluid > .span-fixed-sidebar {
	margin-left: 290px;
}

.accordion-heading {

	display: table-row;
}

.no-transition {
	-webkit-transition: height 0.001s;
	-moz-transition: height 0.001s;
	-ms-transition: height 0.001s;
	-o-transition: height 0.001s;
	transition: height 0.001s;
}

/* Sticky footer styles
 -------------------------------------------------- */

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -60px;
}

/* Set the fixed height of the footer here */
#push, #footer {
	height: 50px;
}
#footer {
	background-color: #f5f5f5;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
	#footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
