

.breadcrumbs .acct-search {
}

.acct-search {
	top: 6px;
	line-height: 24px;
}

.acct-search input {
border: 1px solid #6fb3e0;
width: 152px;
height: 28px !important;
padding-top: 2px;
padding-bottom: 2px;
border-radius: 4px !important;
font-size: 13px;
line-height: 1.3;
color: #666 !important;
z-index: 11;
-webkit-transition: width ease .15s;
transition: width ease .15s;
}

label.uom {
	padding-left: 0px;
}

.uom-button {
    display: inline-block;
    height: 22px;
    width: 22px;
    line-height: 32px;
    text-align: center;
    padding: 0;
    font-size: 12px;
    cursor: default;
    margin-left: 4px;
}

.float, .integer {
	text-align: right;
}

.twitter-typeahead .tt-hint
{
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius:4px;
}

.twitter-typeahead .hint-small
{
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
    line-height: 1.5;
}

.twitter-typeahead .hint-large
{
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
    line-height: 1.33;
}

td.number {
	text-align: right;
}

.skin-3 .main-container::before {
    background-size: 100%;
}

.reptitle {
	display: none;
}

.table-header {
	background-color: #405482;
}

.table > thead > tr {
}

.pagination > li.active > a, .pagination > li.active > a:hover,
.pagination > li.active > a, .pagination > li.active > a:focus {
	background-color: #405482;
}
.pagination > li > a, .pagination > li > a:hover, 
.pagination > li > a:focus, .pagination > li > a:hover, 
.pagination > li > span:focus, .pagination > li > span:hover
 {
	color: #405482;
}

.skin-3 .nav-list > li.highlight.active > a, .skin-3 .nav-list > li.active > a {
	color: #405482 !important;
}

.skin-3 .breadcrumbs {
	margin: 0px 8px 0;
}

table.data {
	border: 1px solid #bababa;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

table.data th {
	padding: 4px;
}

table.data td {
	padding: 0.5em 1em;
	BORDER-TOP: #bababa 1px solid;
	FONT-FAMILY: Arial;
	FONT-SIZE: 12px
}


tr {
	vertical-align: top;
}

tr th {
	vertical-align: bottom;
}

.loader {
	border: 3px solid #f3f3f3;
	border-radius: 50%;
	border-top: 3px solid #3498db;
	/*border-bottom: 8px solid #3498db;*/
	width: 20px;
	height: 20px;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


span.displayonly label {
	padding-top: 6px;
	padding-bottom: 6px;
}

#editbag_save {
	width: 100px;
}



/* ~DC Mar 22 */
/* User Profile */
.user-icon-container {
	left: 95px;
	position: absolute;
	top: 0px;
}

.user-icon-background {
	width: 200px;
	height: 200px;
	border-radius: 400px;
	border: 1px solid #ddd;
	background: #eee;
}

.user-icon-text {
	width: 100%;
	position: absolute;
	left: 0px;
	text-align: center;
	font-size: 62px;
	padding-top: 8.5rem;
}

.user-info-table {
	padding-top: 50px;
}

.user-history-info-table {
	padding-top: 225px;
}

#btn-update-profile {
	margin-top: 20px;
	margin-left: 80px;
}



.userinfo-container {
	max-width: 200px;
	margin: 20px 0;
	display: inline-block;
}


.user-info-inputs label {
	padding-top: 10px;
}

.user-info-inputs .btn {
	margin-top: 15px;
}

.image-file-input {
	padding-left: 100px;
	padding-bottom: 20px;
}

#new-img {
	width: 200px;
	height: 200px;
	border-radius: 400px;
	-webkit-user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#img-selector-container {
	margin-top: 215px;
	padding-left: 70px;
}

	#img-selector-container label {
		padding-left: 12px;
	}

.img-input {
	border: none;
}

.img-no-drag {
	-webkit-user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#btn-delete-profile-img {
	margin-top: 20px;
	margin-left: 12px;
}

	#btn-delete-profile-img:focus {
		outline: none;
	}

