
body{
	background:#fff !important;
}
textarea{
	resize:none !important;
}
.cursor{
	cursor:pointer !important;
}
.noneCursor{
	cursor:inherit !important;
}
.defaultCursor{
	cursor:default !important;
}
.none{
	display:none;
}
.forceNone{
	display:none !important;
}
.inline{
	display:inline !important;
}
.block{
	display:block;
}
.inlineBlock{
	display:inline-block !important;
}
.hiddenVisible{
	visibility:hidden;
}
.noTopBorder{
	border-top:none !important;
}
.border{
	border:1px solid #ddd !important;
}	
.bottomBorder1px{
	border-bottom:1px solid #ddd !important;
}
.redBorder{
	border:1px solid #f00;
}
.noPadding{
	padding:0px !important;
}
.noTopPadding{
	padding-top:0px !important;
}
.noRightPadding{
	padding-right:0px !important;
}
.noLeftPadding{
	padding-left:0px !important;
}
.padding5px{
	padding:5px !important;
}
.padding25px{
	padding:25px !important;
}
.topPadding15px{
	padding-top:15px !important;
}
.topPadding25px{
	padding-top:25px !important;
}
.divMargin table{
	margin:0 auto !important;
}
.divMargin td{
	padding-right:10px !important;
}
.noTopMargin{
	margin-top:0px !important;
}
.noBottomMargin{
	margin-bottom:0px !important;
}
.margin5px{
	margin:5px !important;
}
.marginTop15px{
	margin-top:15px !important;
}
.marginTop30px{
	margin-top:30px !important;
}
.marginTop50px{
	margin-top:50px !important;
}
.leftMargin5px{
	margin-left:-5px !important;
}
.leftMargin10px{
	margin-left:10px !important;
}
.leftMargin25px{
	margin-left:25px !important;
}
.bottomMargin25px{
	margin-bottom:25px !important;
}
.width45px{
	width:45px !important;
}
.width64px{
	width:64px !important;
	margin-right:10px;
}
.width100px{
	width:100px !important;
}
.width80p{
	width:80% !important;
}
.width95p{
	width:95% !important;
}
.width98p{
	width:98% !important;
}
.widthAuto{
	width:auto !important;
}
.noHeight{
	height:inherit !important;
}
.size13{
	font-size:13px !important;
}
.left{
	text-align:left !important;
}
.center{
	text-align:center !important;
}
.desc{
	max-width:200px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.noWrap{
	white-space:nowrap !important;
}
.spanBlock{
	width:35px !important;
	display:inline-block !important;
}
.rightFloat{
	float:right !important;
}
.leftFloat{
	float:left !important;
}
.white{
	background-color:#fff !important;
}
.chart{
	width:100% !important;
	height:400px !important;
}
.chatBox{
	max-height:200px !important;
	overflow:auto !important;
	padding:5px !important;
    background-color:#F9F9F9 !important;
	margin-top:10px !important;
}
.googleMap{
	width:100% !important;
	height:300px !important;
}
.imgPicture{
	padding:4px;
	width:auto;
	height:auto;
	overflow:hidden;
	border-radius:4px;
	margin-bottom:5px;
	text-align:center;
	display:inline-block;
	background-color:#fff;
	border:1px solid #ddd;
	vertical-align:middle;
	line-height:1.42857143;	
	transition:border .2s ease-in-out;
}
.imgPicture img{
	border:0px;
	height:auto;
	display:block;
	max-width:100%;
	max-height:100%;
	margin-left:auto;
	margin-right:auto;
	vertical-align:middle;
}
.imgGallery{
	width:200px;
	height:228px;
	overflow:hidden;
	position:relative;
	border-radius:4px;
	margin-bottom:5px;
	text-align:center;
	display:inline-block;
	background-color:#fff;
	border:1px solid #ddd;
	vertical-align:middle;
	line-height:1.42857143;	
	transition:border .2s ease-in-out;
}
.imgGallery img{
	border:0px;
	height:auto;
	display:block;
	max-width:100%;
	max-height:100%;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	vertical-align:middle;
}
.noBorderTitle{
	margin-bottom:0px!important;
	border-bottom:none!important;
}

.table-scroll table {
	margin: auto;
}

.table-wrap td, .table-wrap th {
	padding: 5px 10px;
	white-space: nowrap;
	vertical-align: top;
}

.table-wrap {
	width: 100%;
	margin-left: 15em;
	overflow-y: visible;
	padding: 0;
}
.fixed-side {
	position: absolute;
	width: 16em;
	left: 0;
	background: #ffffff;
}
.dropdown-submenu > a:after {
	left:auto;
}
.datepicker.dropdown-menu{
	right:auto;
}
.table-responsive .table {
	max-width: none;
	-webkit-overflow-scrolling: touch !important;
}
.ltr-number,.ltr{direction: ltr !important;text-align: left !important;}