/* CSS Document */

/*----------------------------------------------
CSS Settings For HTML Div ExactCenter
------------------------------------------------*/

@media print {
  body {
    display: none;
  }
}

body {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#main {
	width:960px;
	margin:50px auto;
}

#sessiontext {
	color:red
}

h2 {
	background-color:#FEFFED;
	text-align:center;
	border-radius:10px 10px 0 0;
	margin:-10px -40px;
	padding:15px
}

hr {
	border:0;
	border-bottom:1px solid #ccc;
	margin:10px -40px;
	margin-bottom:30px
}

#login {
	width:300px;
	float:left;
	border-radius:10px;
	font-family:raleway;
	border:2px solid #ccc;
	padding:10px 40px 25px;
	margin-top:70px
}

#loginBox input[type=text],input[type=password] {
	width:99.5%;
	padding:10px;
	margin-top:8px;
	border:1px solid #ccc;
	padding-left:5px;
	font-size:16px;
	font-family:raleway
}

#loginBox input[type=submit] {
	width:100%;
	background-color:#FFBC00;
	color:#fff;
	border:2px solid #FFCB00;
	padding:10px;
	font-size:20px;
	cursor:pointer;
	border-radius:5px;
	margin-bottom:15px
}

.header{
	float:left;
	width:1750px;
	margin-top:10px;
	margin-bottom:2px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header .xheader{
	margin-left:7px;
}
.header .dateheader {
	margin-left:8px;
}
.header .amountheader{
	margin-left:53px;
}
.header .merchantheader{
	margin-left: 35px;
}
.header .companyheader{
	margin-left: 145px;
}
.header .accountheader{
	margin-left: 237px;
}
.header .saasucontactheader{
	margin-left: 300px;
}
.header .saasupaymentheader{
	margin-left:73px;
}
.header .saasucheckboxheader{
	margin-left:246px;
}

.header #btnRecord{
	margin-left:50px;
}
.header #btnSearch{
	margin-left:8px;
}

.cssdata {
	width:auto;
	float:left;
}

.cssdata tr td {
    white-space: nowrap;
}
.cssdata h3 {
	margin:0px 20px 0px;
}

.cssdata input{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*outline: none;
	border: 0;*/
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.cssdata input[type='checkbox']{
	margin-left:4px;
	margin-right:2px;
}

.result{
	font-size: 14px;
	font-weight: normal;
}

#ignoreData{
	margin-top:20px;
}

.clearspan {
	float:left;
	width:100%;
}

#profile {
	padding:50px;
	border:1px dashed grey;
	font-size:20px;
	background-color:#DCE6F7
}

#sessioninfo {
	padding-right:50px;
	padding-top:10px;
	float:right;
}

#logout {
	float:right;
	padding:5px;
	border:dashed 1px gray
}

a {
	text-decoration:none;
	color:#6495ed
}

i {
	color:#6495ed
}
.bar {
    height: 18px;
    background: green;
}


.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.gallery > ul {
	margin-bottom: 0;
}
.gallery > ul > li {
	float: left;
	/*margin-bottom: 15px;
	margin-right: 20px;*/
	margin:20px;
	padding:10px;
	/*width: 200px;*/
	background:#DBD8D8;
	border:1px solid #555353;
}
.gallery > ul > li a {
	border: 3px solid #FFF;
	border-radius: 3px;
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
}
.gallery > ul > li a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}
.gallery > ul > li a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.gallery > ul > li a:hover .gallery-poster > img {
	opacity: 1;
}
.gallery > ul > li a .gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}
.gallery > ul > li a .gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.gallery > ul > li a:hover .gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}
.gallery .justified-gallery > a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}
.gallery .justified-gallery > a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.gallery .justified-gallery > a:hover .gallery-poster > img {
	opacity: 1;
}
.gallery .justified-gallery > a .gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}
.gallery .justified-gallery > a .gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.gallery .justified-gallery > a:hover .gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}
.gallery .video .gallery-poster img {
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
	opacity: 0.8;
	width: 48px;
}
.gallery.dark > ul > li a {
	border: 3px solid #04070a;
}
.home .gallery {
	padding-bottom: 80px;
}

.itemRow {
	float:left;
	padding:2px;
}

.itemRow:hover{
	background-color:#D9D8D8;
}
.itemRow input {
	padding:0px;
	float:left;
	height:18px;
}
.itemRow img {
	float:left;
	margin:3px 4px 0px 4px;
}
.itemRow select {
	float:left;
	margin:0px 2px 0px 0px;
}
.accountSelect {
	width:350px;
}
.bankSelect {
	width:400px;
}
.contactSelect {
	width:200px;
}

.btnDelete {
	height:13px;
}