/**
 * PHP Login & User Management
 *
 * Copyright 2012 Jigowatt, LTD
 */
body {
    position: relative;
    padding-top: 60px;
   /* padding-bottom: 40px;*/
}
.languageSelect { float:right; }
.sidebar-nav { padding: 9px 0 }
.avail {
    border-color: #57a957;
    color: #468847;
}
.exists {
    border-color: #ee5f5b;
    color: #b94a48;
}
a.signup-link em {
    font-style: normal;
    font-size: 10px;
    color: #bababa;
    margin-right: 6px;
}
.signin {
    max-width: 500px;
    width: 350px;
}
#pbtns a.btn { margin: 6px }
.modal-btn {
    margin-top: 45px;
    float: right;
}
form.normal-label label {
    font-weight: normal;
    font-size: 11px;
    color: #999;
}
.forgotcenter {
    margin: auto;
    width: 50%;
}
div.login {
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
}
.a-tooltip { display:inline-block; }
.btn.login-submit { margin-right: 70px }
input[type="checkbox"]#remember,
.remember { display: inline }
.login-label { margin-right: 170px }
span.forgot {
    font-weight: normal;
    font-size: 11px;
    color: #999;
    position: fixed;
    padding-left: 20px;
}
input[type="checkbox"] { margin-right: 5px }
p.signup { margin: 2em }
.loader { padding: 0 10px }


#loader_div {  
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    background-color:grey;
    opacity: .8;
 }

.ajax-loader-img {
    position:fixed;
    left: 50%;
    top: 50%;
    margin-left: -16px; /* -1 * image width / 2 */
    margin-top: -16px;  /* -1 * image height / 2 */
}

#userDrop { cursor: pointer }
.login h4 { padding-bottom: 1% }
.info-links a {
    font-size: 13px!important;
    margin-left: 10px;
}
.features h1 {
	margin: 36px 0 27px;
	font-size: 40px;
	font-weight: 300;
	text-align: center;
}
.features p.intro {
	text-align: center;
	font-size: 18px;
	color: #777;
	margin: 0.5em 0 3em;
}

.hero-unit {
	text-align:left;
	height: 304px;
	padding: 105px 620px 0 0;
	margin-right: -80px;
	background: url('../img/main-hero.png') right bottom no-repeat;
    padding-bottom: 0px;
}
.hero-unit h1 {
	font-size: 55px;
	margin-top: 0.2em;
	line-height: 1.1;
	font-weight: normal;
}
.hero-unit h2 {
	font-weight:normal;
}
.hero-unit p {
   margin: 1em 0;
}
.gravatar {
    padding: 1px;
    display: inline;
}
.dropdown.open .dropdown-toggle {
	color: #222;
}

/** Responsive styles */
@media (min-width:768px) and (max-width:980px) {
    body { padding-top: 0 }
    .hero-unit h1 { font-size: 24px }
    .hero-unit h2 { font-size: 14px }
	.hero-unit .btn {margin-bottom: 10px;}
}
@media (max-width:980px) {
    .navbar-fixed-top .brand {
        float: left;
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width:480px) {
    body { padding-top: 40px }
    h2 { margin-top: 27px }
	.hero-unit {
		text-align:center;
		padding: 40px 0 0 0;
		background: 0;
		height: 330px !important;
		margin: 0;
	}
    .hero-unit h1 { font-size: 14px }
    .hero-unit h2 { font-size: 14px }
    h2 small {
        display: block;
        line-height: 18px;
    }
    h3 { margin-top: 18px }
    .hero-unit h1,
    .hero-unit p {
        text-align: center;
        margin-right: 0;
    }
    .hero-unit h1 {
        font-size: 45px;
        margin-right: 0;
    }
    .hero-unit p {
        margin-right: 0;
        margin-left: 0;
        font-size: 18px;
        line-height: 24px;
    }

    .hero-unit .btn {
        display: block;
        font-size: 18px;
        padding: 10px 14px;
        margin: 0 auto 10px;
    }
    .hero-unit { padding-top: 0 }
    table code {
        white-space: normal;
        word-wrap: break-word;
        word-break: break-all;
    }

}
@media (max-width:768px) {
	.hero-unit {
		text-align:center;
		padding: 40px 0 0 0;
		background: 0;
		height: 130px;
		margin: 0;
	}
    body { padding-top: 0 }
    .hero-unit .btn { margin: 10px }
}
@media (min-width:480px) and (max-width:768px) {
    .hero-unit h1 { font-size: 28px }
    .hero-unit h2 { font-size: 14px }
    .hero-unit p {
        margin-right: 0;
        margin-left: 0;
    }
	.hero-unit { margin-bottom: 100px }
}
.choiceLabel {
    margin-left: 10px;
}

.choiceLabel > div {
    display: inline-block;
    margin-right: 4px;
}

.choiceLabel label {
    margin-left: 3px;
}
.text-lable
{
float:left;margin-left:10px !important; padding-top:5px; width:110px;
}
.text-input
{
float:left;margin-left:10px !important; width:110px;
}
.popup
{
position:absolute; 
margin-left:650px; 
height:auto; 
width:530px; 
background:#FFFFFF; 
border:1px solid #CCCCCC; 
display:none;
}

.menustyle li
{
list-style:none;
padding:20px 20px 10px 0px;
float:left;

}
.fields_list
{
width:250px; position:absolute; margin-left:750px;
} 
.fields_list span
{
height:230px; overflow:auto; display:block; }

input[readonly="readonly"]
{
    background-color:transparent;
	border:0;
	outline:0;
	pointer-events: none; 
	-webkit-box-shadow: none;
	box-shadow: none;
}
input[readonly="readonly"]:focus
{
    background-color:transparent;
	border:0;
	outline:0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.autoheight
{
padding:0 !important;
}
input.autoheight:before {
  content: attr(data-symbol);
  float: left;
  color: #aaa;
}
.input-disabled{background-color:#EBEBE4 !important; border:1px solid #ABADB3 !important;padding:2px 1px !important;}
.tabrow {
		    list-style: none;
		    margin: 20px;
		    padding: 0;
		    line-height: 24px;
		    height: 35px;
		    overflow: hidden;
		    font-size: 12px;
		    font-family: verdana;
		    position: relative;
		}
		.tabrow li {
		    border: 1px solid #AAA;
		    background: #D1D1D1;
		    background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    display: inline-block;
		    position: relative;
		    z-index: 0;
		    border-top-left-radius: 6px;
		    border-top-right-radius: 6px;
		    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
		    text-shadow: 0 1px #FFF;
		    margin: 0 -5px;
		    padding: 0 20px;
			height: 30px;
			line-height:30px;
		}
		.tabrow a {
			  color: #555;
			  text-decoration: none;
		}
		.tabrow li.selected {
		    background: #FFF;
		    color: #333;
		    z-index: 2;
		    border-bottom-color: #FFF;
		}
		.tabrow:before {
		    position: absolute;
		    content: " ";
		    width: 100%;
		    bottom: 0;
		    left: 0;
		    border-bottom: 1px solid #AAA;
		    z-index: 1;
		}
		.tabrow li:before,
		.tabrow li:after {
		    border: 1px solid #AAA;
		    position: absolute;
		    bottom: -1px;
		    width: 5px;
		    height: 5px;
		    content: " ";
		}
		.tabrow li:before {
		    left: -6px;
		    border-bottom-right-radius: 6px;
		    border-width: 0 1px 1px 0;
		    box-shadow: 2px 2px 0 #D1D1D1;
		}
		.tabrow li:after {
		    right: -6px;
		    border-bottom-left-radius: 6px;
		    border-width: 0 0 1px 1px;
		    box-shadow: -2px 2px 0 #D1D1D1;
		}
		.tabrow li.selected:before {
		    box-shadow: 2px 2px 0 #FFF;
		}
		.tabrow li.selected:after {
		    box-shadow: -2px 2px 0 #FFF;
		}
.outstanding-task{ padding: 10px; font-weight:bold;}
.account-recievable { padding: 10px; font-weight:bold;
}

.transaction_div{ background-color:#96D35F; padding:5px; width:500px;}
.future_div{ background-color:#74A7FE; padding:5px; width:500px;}

.trans_td{ background-color:#96D35F;}
.future_td{ background-color:#74A7FE;}
 #excel_table>table>tbody>tr:first-child { font-weight:bold;}