@charset "utf-8";
.login p.remember_me {
  float: left;
  line-height: 31px;
}
.login p.remember_me label {
  font-size: 12px;
  color: #777;
  cursor: pointer;
}
.login p.remember_me input {
  position: relative;
  bottom: 1px;
  margin-right: 4px;
  vertical-align: middle;
}
.login p.submit {
  text-align: right;
}

.login-help {
	margin: 20px 0;
	font-size: 11px;
	color: #FFFFCC;
	text-align: center;
	text-shadow: 0 1px #2a85a1;
}
.login-help a {
  color: #cce7fa;
  text-decoration: none;
}
.login-help a:hover {
  text-decoration: underline;
}

input {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
}

input[type=text], input[type=password] {
  margin: 5px;
  padding: 0 10px;
  width: 200px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
input[type=text]:focus, input[type=password]:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}

input[type=submit] {
  padding: 0 18px;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 16px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}
input[type=submit]:active {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 34px;
}

.login input[type=text], .login input[type=password] {
  width: 278px;
}
.login p:first-child {
  margin-top: 0;
}
.login p {
  margin: 20px 0 0;
}
.login h1 {
  margin: -20px -20px 21px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #555;
  text-align: center;
  text-shadow: 0 1px white;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}
.login:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

.login {
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 20px;
  width: 310px;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.headrr {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #006666;
	height: 50px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFCE;
}
.pbody {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	background-color: #066;
	height: auto;
}
.loginbox {
	height: 250px;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

.adminhd {
	height: 50px;
	width: 100%;
	background-color: #066;
}
.navybar {
	float: left;
	height: 520px;
	width: 15%;
	margin-left: 5px;
	background-color: #FFF;
	overflow: scroll;
}
.portalname {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: 35px;
	width: 40%;
	margin-top: 5px;
	margin-left: 10px;
}

.adminftr {
	height: 30px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003;
	text-indent: 5px;
	margin-bottom: 2px;
}
.ifrmm {
	height: 519px;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
}


.actionarea {
	float: right;
	height: auto;
	width: 84%;
	margin-right: 5px;
	background-color: #FFF;
}
.wrapperg {
	height: 520px;
	width: 100%;
	background-color: #CCC;
}
.leftnavbox {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 1%;
}
#left-nav {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #C70505;
	text-transform: capitalize;
}
#left-nav ul li {
	padding: 0%;
	float: left;
	list-style-type: none;
	width: 100%;
	margin: 0px;
}
#left-nav ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}

#left-nav ul li a:link, #left-nav ul li a:visited {
	padding: 5%;
	float: left;
	list-style-type: none;
	width: 90%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	color: #000;
	margin: 0px;
}

#left-nav ul li a:hover {
	padding: 5%;
	float: left;
	list-style-type: none;
	width: 90%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	color: #000;
	text-decoration: none;
	background-color: #F0F0F0;
	margin: 0px;
}
.Admino {
	float: right;
	height: 20px;
	width: 30%;
	margin-right: 10px;
	margin-top: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.Premierbold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #F30;
	text-decoration: underline;
}
.GABtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #060;
	text-decoration: underline;
}
.invoice-heda {
	height: 150px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-top: 5px;
	border: 2px solid #000;
	
}
.inv-body {
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #000;
	visibility: visible;
	display:table;
}
.inv-transactions {
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #000;
	display:table;
}
.inv-summary {
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #000;
	display:table;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}
.query-maker {
	height: 50px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.totals-ft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000;
}
.totals-values {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #272727;
}
.summary-line {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.app-login-footer {
	height: 50px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	background-color: #066;
	margin-top: 5px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.footr-msg {
	margin-top: 5px;
	margin-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	padding-top: 10px;
}
.i60apps {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #0F0;
	text-decoration: underline;
}
.gross-css {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.gross-ans {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2C2C2C;
}
.select-style {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	height: 25px;
	width: 220px;
	background-color: #FFC;
}
.red-alert {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}


/*  Loaders */

.circle {
    width: 100px;
    margin: 6px 6px 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

.circle canvas {
    vertical-align: top;
}

.circle strong {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
}

.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}

.circle span {
    display: block;
    color: #aaa;
    margin-top: 12px;
}

.install {
    margin: 50px 0;
}

.install code {
    padding: 6px 12px;
    display: inline-block;
    font: 13px/20px Courier New, Liberation Mono, monospase;
    background-color: #333333;
    border-radius: 4px;
    margin: 5px 0;
    white-space: nowrap;
}

.install a {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 12px;
    line-height: 20px;
    background-color: #111;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    margin: 5px 0;
    transition: all .3s;
}

.install a:hover {
    background-color: #222;
}

.credits {
    color: #aaa;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.credits img {
    margin-left: 4px;
    border-radius: 4px;
    vertical-align: middle;
}

@media (max-height: 600px), (max-width: 480px) {
    .credits {
        position: inherit;
    }
}