/*layout fix*/
body > .container, .navbar > .container{
	width:95%;
}
/************/

/*forms*/
.form-error {
  background-color: #ffa0a0;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  width: 100%;
}

div.form-control{
	border:none;
	box-shadow:none;
}
/*******/

.grid-view .btn{
	padding: 1px 3px;
}

body > .container{
	margin-top:60px;
}

.stolen {
    background-color: #FFCFCF;
}

.activated {
    background-color: #A7FFCF;
}

.no-padding-left{
	padding-left:0;
}
.no-padding-right{
	padding-right:0;
}

.action_buttons{
	font-size:20px;
}

.action_buttons a{
	text-decoration:none !important;
}

/*results table*/
.results_table #static-table{
	border-right:2px solid #dddddd;
}

.results_table #scroll-table{
}
/***************/

.user_note_cell{
	position:relative;
}

.user_note_cell div{
	overflow:auto;
	height:76px;
}

.user_note_cell button{
	position:absolute;
	right:0;
	bottom:0;
	opacity:0.1;
}

.user_note_cell:hover button{
	opacity:1;
}

/*phone_input*/
div[role='phone'] > .form-control{
	display:inline-block;
	padding-left:30px;
}
.navbar.navbar-default.navbar-fixed-top {
    position: relative;
}
