.width-230f{
    width: 230px;
}
.width-130f{
    width: 130px;
}
.valign-middle{
	vertical-align: middle !important;
}
.width-125f{
    width: 125px;
    text-align: left;
}
.width-100f{
    width: 100px;
}
.width-150f{
    width: 150px;
}
.width-250f{
    width: 250px;
}
.tooltiptitle{
    text-align: center;
    margin-bottom: 5px;
    margin-top: -5px;
    font-size: .9rem !important;
}
.tttLabel{
      text-align: left;
      width:100px;

}
/*--------------end of tooltip-----------*/



.hiddenClass{
	display:none;
}
.height550{
	max-height: 550px !important;
}

.height150{
	min-height: 150px !important;
}
.height175{
	min-height: 175px !important;
}
.height300{
	min-height: 300px !important;
}
.width80{
	width: 80% !important;
}

.pointer{
	cursor: pointer !important;
}


.adc-bt-center{
	text-align:center;
}

.adc-bt-right{
	text-align:right;
}

.adc-bt-left{
	text-align:left;
}

.popupModal{
  top: 20%;
  position: relative;
}

.langSelect{
  width:50%;
}

.lang-ic{
    top: -20px;
    position: relative;
    right: 3px;
}
.holi-align label{
    vertical-align: bottom;
    font-weight: normal;
    padding: 0 30px;
    margin-bottom: -5px !important; 
}

.grid {
	/* width: 100%;
	height: 400px; */
}

  .gridbuttons .gridbutton {  
	border: 1px solid;
	margin: 0px auto;
	text-align: center;
	background-color: #00baef;
	width: 50%;
	color: white;
	padding: 2px 5px;
	cursor: pointer;
}


/*For Check Image by Ganesavel*/
.imageContainer ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.imageContainer li {
    float: left;
    overflow: hidden;
    width: 50%;
}
.imageContainer li img {
    border: 1px solid;
    width: 99%;
    height: 200px;
}

/* Charge Off Screen */
.table-row{
	font-size: 0.8rem;
    margin-right: 0px;
    margin-left: 0px;
    padding : 0px 0px 0px 0px;
}
.table-header {
	font-size: 0.8rem;
	border-bottom-color: #EEEEEE;
	background-color: #FAFAFA;
	background:#e0e0e0;
	padding : 0px 0px 0px 0px;
}
.table-footer {
	font-size: 0.8rem;
	border-bottom-color: #EEEEEE;
  	background-color: #FAFAFA;
  	padding : 0px 0px 0px 0px;
}
.row-striped:nth-of-type(even){
	background-color: #efefef;
}
.row-striped:nth-of-type(odd){
	background-color: #ffffff;
}
.chargeoff-input-field {
    position: relative;
   	margin-top: 0rem;
    margin-bottom: 0px;
}
.chargeoff-input-field > .select-wrapper input.select-dropdown {
	font-size: 0.8rem;
}
.chargeoff-input-field > .select-wrapper ul.select-dropdown {
	font-size: 0.8rem;
}
.chargeoff-input-field > input {
	font-size: 0.8rem;
}
.glyphicon-edit{
	cursor:pointer;
}
.popover{
	border-radius: 0px;
}
.errorindicator{
	border-bottom : 2px solid #e73d4a !important;
} 