div.actions>a {
	width: 60px
}

.pull-left {
	float: left !important
}

.bottomMarginNone {
	margin-bottom: 0px !important
}

.leftPaddingNone {
	padding-left: 0px !important
}

.leftPadding20 {
	padding-left: 20px !important
}

.form-actions>button {
	width: 80px
}

.web_name {
	color: #fff !important
}

.right {
	text-align: right !important
}

.center {
	text-align: center !important
}

.pointer {
	cursor: pointer
}

.not-allowed {
	cursor: not-allowed
}

.strong {
	font-weight: bold
}

/* popup_box */
.uiBSgeneric_dialog_modal {
	background-color: rgba(252, 252, 252, .4);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.uiBSpopupwin {
	position: fixed;
	height: auto;
	min-width: 300px;
	max-width: 500px;
	display: block;
	z-index: 1001;
	margin: 0;
}

.uiBSpopupwin .content {
	padding: 10px;
	background: #fff;
}

.content p {
	margin: 0
}

.uiBSpopupwin .popup_buttons {
	background: #F7F7F7;
	border-top: 1px solid #C2C2C2;
	padding: 5px;
	text-align: right;
}

.uiBSpopupwin .popup_buttons input {
	margin-left: 1px;
	min-width: 60px;
}

.uiBSpopupwin {
	border-radius: 3px;
	border: 1px solid #D5D5D5;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.11);
}

.popup_closers {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
}

.popupwinHeader {
	font-family: "MyriadPro-Regular";
	padding: 1px 1px 1px 10px;
	border-bottom: 1px solid #D5D5D5;
	color: #fff;
}

.popupwinHeader.default {
	background: #4A8BC2 none repeat scroll 0% 0% !important
}

.popupwinHeader.purple {
	background: #7163B3 none repeat scroll 0% 0% !important
}

.popupwinHeader.green {
	background: #79B82E none repeat scroll 0% 0% !important
}

.popupwinHeader.gray {
	background: #2D2D2D none repeat scroll 0% 0% !important
}

.popupwinHeader.red {
	background: #DA587D none repeat scroll 0% 0% !important
}

.td-header {
	background-color: #F9F9F9
}

.metro-nav {
	font-family: inherit !important
}

.profile-picture {
	margin-bottom: 15px
}

.profile-picture>img {
	width: 200px;
	height: 150px;
	border: 1px solid #ddd;
}

div.inputpaydays {
	margin-bottom: 10px
}

input[type="checkbox"] {
	margin: -3px 0 0 0 !important
}

#branch-select {
	float: right;
	margin: 10px 20px 0 0;
}

#branch-select select {
	height: 32px;
}

#branch-select select:focus {
	outline: none;
}

#date-select {
	margin: 2px
}

#customer-select {
	border-left: none;
}

#customer-select:focus {
	outline: none;
}

.input-medium {
	width: 105px;
}

.fileupload-new.thumbnail {
	width: 200px;
	height: 150px;
}

.fileupload-new.thumbnail img {
	width: 100%;
}

.fileupload-preview.thumbnail {
	max-width: 200px;
	max-height: 150px;
	line-height: 20px;
}

#hide-closed-loan-filter {
	float: right;
}

#hide-closed-loan-filter label {
	display: inline-block;
	margin-bottom: 0;
	line-height: 28px;
	user-select: none;
}