.chzfix .chzn-container {
z-index: 1;
}

.ismoney {
	align: right;
}

#left .user-media {
	color: #138848;
	padding: 20px 0 5px 10px;
}

.row-fluid [class*="span3-own"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.row-fluid .span3-own {
	width: 25%;
	*width: 25%;
	margin-right: 0%;
	margin-left: 0%;
	border-top: 1px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-color: #2C4E16;
	border-style: solid;
	min-height: 15px;
}

.navbar-outer {
	width: 96%;
	float: right;
}
.navbar-outer {
	width: 100%;
	float: none;
}
.navbar-fixed-bottom {
	position: fixed;
}

.compactTable td {
	padding: 0px;
}

.collapse.in {
	overflow: visible;
}

td.right {
	text-align: right;
}

td.center {
	text-align: center;
}

td.left {
	text-align: left;
}

.table thead th {
	text-align: center;
}

[class*="span"] { .chzn-container { width:98%!important; .chzn-search {
	input[type='text'] { padding:2px4%!important;
	width: 90% !important;
	margin: 5px 2%;
}

}
.chzn-single {
	padding: 10px 1%;
}



.chzn-drop {
	width: 100% !important;
}
}
}

.toUpperCase {
	text-transform: uppercase;
}

.badge-red {
	background-color: #FF0000;
	border: 1px;
	border-color: black;
	border-style: solid;
	size:5px;
	padding-left: 6px;
	padding-right: 0px;
	line-height: 5px;
}
.badge-green {
	background-color: #009900;
	border: 1px;
	border-color: black;
	border-style: solid;
	size:5px;
	padding-left: 6px;
	padding-right: 0px;
	line-height: 5px;
}
.badge-yellow {
	background-color: #FAA732;
	border: 1px;
	border-color: black;
	border-style: solid;
	size:5px;
	padding-left: 6px;
	padding-right: 0px;
	line-height: 5px;
}
.badge-white {
	background-color: white;
	border: 1px;
	border-color: black;
	border-style: solid;
	size:5px;
	padding-left: 6px;
	padding-right: 0px;
	line-height: 5px;
}

.tablewidth th {
	width:50%;
}

.tablewidth td {
	width:50%;
}


/* added this 02-11-2013 kiran */
.input-mysize { width: 180px }

/* Removed this 28-10-2013 Akshay */
body {
	/*padding-bottom: 32px;*/
}


/*IE specific code to remove cross and right aligned text overlapping issue*/ 
input[type=text]::-ms-clear { display: none; }::-ms-reveal { width : 0; height: 0; }


/*
 * Flip Table
 * Moblie table css starts
 * add in table class cf rt table-mobile
 * add in thead class cf
 */
	.cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
	* html .cf { zoom: 1; }
	*:first-child+html .cf { zoom: 1; }

	.rt { width: 100%; border-collapse: collapse; border-spacing: 0; }

	.rt th,
	.rt td { margin: 0; padding: 0.4166em;/*10*/ vertical-align: top; border: 1px solid #babcbf; /* background: #fff;  */}
	.rt th { text-align: left; /* background: #fff2b2; */ }

	@media only screen and (max-width: 40em) { /*640*/

		.table-mobile { display: block; position: relative; width: 100%; white-space:nowrap; }
		.table-mobile thead { display: block; float: left; }
		.table-mobile tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
		.table-mobile thead tr { display: block; }
		.table-mobile th { display: block; min-width: 100px; width: auto;}
		.table-mobile tbody tr { display: inline-block; vertical-align: top; }
		.table-mobile td { display: block; min-height: 1.25em; }

		/* sort out borders */

		.rt th { border-bottom: 0; }
		.rt td { border-left: 0; border-right: 0; border-bottom: 0; }
		.rt tbody tr { border-right: 1px solid #babcbf; }
		.rt th:last-child,
		.rt td:last-child { border-bottom: 1px solid #babcbf; }

	}
//Moblie table css ends


