
/* Reset CSS Starts */
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
}*/

/* HTML5 display-role reset for older browsers */
/*article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}*/

/*ol, ul {
list-style: none;
}*/
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/*table {
border-collapse: collapse;
border-spacing: 0;
}*/
/* Reset CSS Ends */


/* Application Styles */
/*.navbar {
    margin-bottom: 0;
}

.navbar-brand{
padding-top:0px;
padding-bottom:0px;
}

.navbar-text{
margin-top:3px;
margin-bottom:10px;
margin-right:10px;

}

.navbar-default .navbar-nav > li > a{
color:#428BCA;
}

.nav-pills-image{
	padding-top: 0px !important;
}*/

.form-title {
color:#428BCA;
}

.date1 {
width: 160px !important;
}

.inline {
    display:inline-block;
	margin-top:5px;
}

.control-group{
margin-top:15px;
}

.table{
margin-bottom:0px;
margin-top:15px;
}
.voffset60 { margin-top: 145px !important; }


/*.font-size-small {
font-size: 0.9em;
}*/

.noPadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
	 padding-top: 2px !important;
}

.tab-content {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ddd;
    padding: 10px;
}

/*.nav-tabs {
    margin-bottom: 0;
}

.tab-navbtn{
height:30px;padding-bottom:5px;font-size:12px;
}*/


/*.btn{
white-space:normal !important;
    max-width:200px;
}*/

.topborder{
border-top: solid 2px #5CB85C;
padding-top:10px;
}
select{
				font-size: 12px !important;
				height: 30px !important;
			}
.list-group-item{
padding:1px;
margin:0px;
}

.list-group{
margin:0px;
padding:2px;
}

.modal-body{
margin:0px;
}

/*.modal-header {
   background:#0480be;
   color:#ffffff;
   }*/
  
  
  body .modal {
    /* new custom width */
    /*width: 560px;
    /* must be half of the width, minus scrollbar on the left (30px) 
    margin-left: -280px;*/
}

/*.modal.modal-wide .modal-dialog {
  width: 80%;
}*/
   
 .portlet-title {
				border-bottom: 1px solid #EEEEEE;
				color: #111111 !important;
				padding: 8px 10px 2px;
			}
				/*.navbar {
				margin-bottom: 0;
			}*/

			.inline {
				display:inline-block;
				margin-top:5px;
			}

			.control-group{
			margin-top:15px;
			}
			/*.table-bordered {
				border: 1px solid #AAAAAA;
				padding-bottom: 10px;
				width:97%;
			}
			td {
				font-weight: normal;				
				font-size: 12px;
				valign: top;
			}*/
			
	
/*.tab-jouney-main-center h4 {
    color: rgb(0, 106, 175);
    font-size: 20px;
    font-weight: normal;
    padding: 15px 0 12px 16px;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}*/
.smallFontTitle{
	 font-size: 12px;
}
	.portlet-upload{
		border: thin solid #4B8DF8 !important;
		border-radius: 5px;
	}
	.portlet-title-upload {
		background-color: #4B8DF8;		
		color: #FFFFFF !important;
		padding: 8px 10px 2px;		
		margin-bottom: 15px;
		
	}

	.blueBorder{
		border:1px solid #4B8DF8
		
	}
	.uploadFile{
		width:33%;
	}
	
	
	
.floatDiv {
margin-right:15px;
}

.searchField{
	border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
   height: 34px;
}

.normalText{
   font-weight:normal;
   font-size:13px;  
   border:0 !important;
   width:250px !important;
   color:black !important;
   line-height:1.5!important;
}
.normalLabel{
   font-weight:normal;
   font-size:12px;  
  
}
.pre {
    white-space: pre; /* CSS 2.0 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3.0 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap; /* HP Printers */
    word-wrap: break-word; /* IE 5+ */
}

#recordCount{
				height: 25px !important;
			}

.is_disabled {
    background-color: #EBEBEB;
    color: black !important;
    font-weight: 800;
}

.rupee{
background-position:left;
width: 10px; 
height: 14px;
background-image: url('images/rupee.png');
display:block; 
background-repeat: no-repeat;
}

.scroll-table{
  width:100%;
  overflow:auto;
  }

.setImage {
position:relative;
top:15px;
}

.clear-both{
  clear:both;
  overflow:hidden;
  }

.glyphicon-calendar {
cursor:pointer;
}