* {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

hr {
	border-top: 1px solid #1a237e;
}
.ng-dirty .ng-invalid {
	border-color: #b94a48;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.ng-dirty .ng-invalid ~ .help-block {
	color: #b94a48;
}
.ng-dirty .ng-valid {
	border-color: #468847;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.img-logo {
	vertical-align: top;
	margin-top: 2px;
	height: 40px;
}
.img-logo-name {
	display: inline-block;
	position: relative;
	font-size: 14px;
	line-height: 15px;
}
.img-navbar {
	/*  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;*/
	background-color: #0053AB;
	background: -moz-linear-gradient(top, #0053AB 0%, #00448C 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0053AB), color-stop(100%, #00448C));
	background: -webkit-linear-gradient(top, #0053AB 0%, #00448C 100%);
	background: -o-linear-gradient(top, #0053AB 0%, #00448C 100%);
	background: -ms-linear-gradient(top, #0053AB 0%, #00448C 100%);
	background: linear-gradient(top, #0053AB 0%, #00448C 100%);
	border: 1px solid #0053AB;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
 *zoom: 1;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.img-navbar .brand, .img-navbar .nav > li > a {
	color: #D4DCFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.img-navbar .nav > li > a {
	line-height: 45px;
	padding: 10px 15px 10px;
}
.navbar .brand {
	display: block;
	float: left;
	padding: 10px 20px 10px;
	margin-left: -20px;
	font-size: 20px;
	font-weight: 200;
}
/*.navbar .nav > li > a {
float: none;
padding: 10px 15px 10px;
color: #777777;
text-decoration: none;
text-shadow: 0 1px 0 #ffffff;
}*/

.img-page-header {
	text-align: left;
	font-size: 5.0vh;
	margin-bottom: 2px;
	font-weight: 700;

}

.img-page-sub-header {
	text-align: left;
	font-size: 3.0vh;
}

.img-panel-title {
	font-size: 1.2em;
	font-weight: 700;
}

.transaction-header {
	font-weight: 700;
}

.img-panel-body {
	padding:10px;
}

.border-form {
	  border-right: 1px dashed #ccc;
}


.img-navbar .nav .active > a, .img-navbar .nav > li > a:hover {
	/*background-color: rgba(255,255,255,0.45);*/
	background-color: #42A5F5;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0 1px 5px inset;
	-moz-box-shadow: rgba(0,0,0,0.1) 0 1px 5px inset;
	box-shadow: rgba(0,0,0,0.1) 0 1px 5px inset;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0s;
	-moz-transition: opacity 0s;
	-o-transition: opacity 0s;
	transition: opacity 0s;
}
.img-navbar .nav .active > a:hover {
	background-color: rgba(0,0,0,0.30);
	line-height: 45px;
}
.img-navbar .nav .active > a:active, .img-navbar .nav > li > a:active {
	background-color: rgba(0,0,0,0.50);
}
.trans-btn {
	width: 175px;
	height: 175px;
	border-radius: 0;
	padding-top: 35%;
}
.trans-btn:hover {
	background-color: #1565C0;
}
/*Layout Overrides Helpers 20131031*/

body .normal-font, body .normal-font li {
	font-size: 100% !important;
}
body .no-italic {
	font-style: normal !important;
}
body .no-bold, body .no-bold a, body .no-bold li {
	font-weight: normal !important;
}
body .no-m-all, body ul.no-m-all, body li.no-m-all {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
body .no-p-all, body ul.no-p-all, body li.no-p-all {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
body .no-m-top, body ul.no-m-top, body li.no-m-top {
	margin-top: 0 !important;
}
body .no-m-bottom, body ul.no-m-bottom, body li.no-m-bottom {
	margin-bottom: 0 !important;
}
body .no-m-left, body ul.no-m-left, body li.no-m-left {
	margin-left: 0;
}
body .no-m-right, body ul.no-m-right, body li.no-m-right {
	margin-right: 0;
}
body .no-p-top, body ul.no-p-top, body li.no-p-top {
	padding-top: 0 !important;
}
body .no-p-bottom, body ul.no-p-bottom, body li.no-p-bottom {
	padding-bottom: 0 !important;
}
body .no-p-left, body ul.no-p-left, body li.no-p-left {
	padding-left: 0;
}
body .no-p-right, body ul.no-p-right, body li.no-p-right {
	padding-right: 0;
}
body .s-m-bottom {
	margin-bottom: 5px !important;
}
body .s-m-top {
	margin-top: 5px !important;
}
body .m-m-bottom {
	margin-bottom: 10px !important;
}
body .m-m-top {
	margin-top: 10px !important;
}
body .l-m-bottom {
	margin-bottom: 15px !important;
}
body .xl-m-bottom {
	margin-bottom: 20px !important;
}
body .l-m-top {
	margin-top: 15px !important;
}
body .xl-m-top {
	margin-top: 20px !important;
}
body .s-m-left {
	margin-left: 5px !important;
}
body .s-m-right {
	margin-right: 5px !important;
}
body .m-m-left {
	margin-left: 10px !important;
}
body .m-m-right {
	margin-right: 10px !important;
}
body .l-m-left {
	margin-left: 15px !important;
}
body .xl-m-left {
	margin-left: 20px !important;
}
body .l-m-right {
	margin-right: 15px !important;
}
body .xl-m-right {
	margin-right: 20px !important;
}
body .s-p-bottom {
	padding-bottom: 5px !important;
}
body .s-p-top {
	padding-top: 5px !important;
}
body .m-p-bottom {
	padding-bottom: 10px !important;
}
body .m-p-top {
	padding-top: 10px !important;
}
body .l-p-bottom {
	padding-bottom: 15px !important;
}
body .xl-p-bottom {
	padding-bottom: 20px !important;
}
body .l-p-top {
	padding-top: 15px !important;
}
body .xl-p-top {
	padding-top: 20px !important;
}
body .s-p-left {
	padding-left: 5px !important;
}
body .s-p-right {
	padding-right: 5px !important;
}
body .m-p-left {
	padding-left: 10px !important;
}
body .m-p-right {
	padding-right: 10px !important;
}
body .l-p-left {
	padding-left: 15px !important;
}
body .xl-p-left {
	padding-left: 20px !important;
}
body .l-p-right {
	padding-right: 15px !important;
}
body .xl-p-right {
	padding-right: 20px !important;
}
body .xl-p-all {
	padding: 20px !important;
}
body .xl-m-all {
	margin: 20px !important;
}
.no-indent {
	text-indent: 0;
}
/*h1 {
	font-size: 5.9vw;
}
h2 {
	font-size: 3.0vh;
}*/


body {
	padding-top: 65px;
}

/*
.form-horizontal .control-label {
	text-align: left;	
}
*/
