@charset "UTF-8";

input[type=text] {   
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=password] {   
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#login {
	padding: 50px;
	background-color: #f4f4f2;
	border: 1px solid #ebebe9;
	width: 485px;
	margin: auto;
}



#confirmLoginText {
	padding-bottom: 20px;
	text-align: center;
	width: 900px;
	margin: auto;
        float: none;
}

#deleteIcon {
    cursor: pointer;
}

#createButton {
    margin-right: 20px;
}

#loginLogo {
	margin-left: auto;
        margin-right: auto;
	width: 52px;
}

#loginMessage {
	margin-left: auto;
        margin-right: auto;
	width: 485px;
}

.removeTransaction{
    color: red;
    font-size: 1.2em;
    cursor: pointer;
}

.headingColumn{
    font-weight: bold;
}



.profitTable{
    width: 100%;
}

.profitTable td{
    border-width: 0px;
    padding: 2px;
}

.detailColumn{
    padding-left: 20px !important;
}

.numbersColumn{
    text-align: right;
}

.totalColumn{
    font-weight: bold;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.tab-icon {
    padding-right: 5px;
}

.allocation-tab {
    color: rgb(46, 62, 79);
    cursor: pointer;
}

.nav-tabs>li {
   
}

#invoicesListing {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(221,221,221);
    margin-bottom: 20px;
}

.navbar {
    background-color: rgb(66,139,202); 
    border-radius: 0px;
    margin-bottom: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: rgb(255,255,255);
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0px;
    border-top: 1px solid rgba(52, 114, 168,.2);
    background-color: rgb(66,139,202); 
}

.navbar-default .navbar-nav>li>a:hover {
    color: rgb(255,255,255);
    border-top: 1px solid rgba(52, 114, 168,.8);
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0px;
}

.top-menu:hover {
    background-color: rgb(52, 114, 168);
}

.navbar-default .navbar-nav>.open>a:hover {
    background-color: rgb(52, 114, 168);
    color: rgb(255,255,255);
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0px;
}

.navbar-default .navbar-nav>.open>a {
    background-color: rgb(66,139,202);
    color: rgb(255,255,255);
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0px;
}

.navbar-default {
    border-color: transparent;
}

.navbar-brand.organisation {
    color: rgb(255,255,255);
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0px;
}

body{
    background-color: rgb(241,244,245);	
}

.row.title{
    background-color: rgb(255,255,255);	
    border-bottom: 1px solid rgb(183,190,197);
    margin-bottom: 20px;
}

.row.title h3{	
    margin-top: 15px;
    margin-bottom: 15px;
}

.panel-info>.panel-heading{
    background-color: rgb(255,255,255);
}

.panel.panel-info{
    padding-left: 20px;
    padding-right: 20px;
}

.panel.panel-info h3{
    color: rgb(0,0,0);
}

.kashbooks .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.5;
    color: #2e3e4f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c5c9ce;
    border-radius: 4px;
    box-shadow: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.kashbooksLogin label {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 2px;
    color: rgb(255, 255, 255);
}










