@charset "UTF-8";
/* Use this for mobile ONLY sites */

html {
  /* Needed for the sticky footer */	
  position: relative;
  min-height: 100%;
}

body { 
	padding-top: 70px;  /* to allow forthe fixed header */
	
	/* Margin bottom by footer height */
 	margin-bottom: 60px;
}
  
.listrow {
	padding-top:10px;
}


.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 70px;
	padding-top:5px;
	padding-bottom:5px;
	
}


.noLeftPad {
	padding-left: 0px !important;	
}

.clickable-row {
	cursor:pointer;
}

.paginatorButton 
{
	margin-bottom:8px;
	margin-right:5px;
}

.paginatorRow
{
	margin-bottom:15px;
}

.bottomPad
{
	padding-bottom:10px;
}

.bottomMargin
{
	margin-bottom:15px;
}

.emailSmall
{
	font-size:13px;
}

.sideMargins 
{
	margin-left:10px;
	margin-right:10px;
}
.input-group-addon {
    min-width:100px;// if you want width please write here //
    text-align:left;
}
.img-responsive {
	max-width:100%;
}