.store-avatar {
	max-width: 240px;
	margin-top: 20px;
}

.loginbox-or {
	margin: 30px;
}

#page-breadcrumbs-container {
	display: none;
}

#header-title-detail-container {
	display: none;
}

.highcharts-legend {
	display: none;
}


#map i {
	position: absolute;
	font-size: 14px;
	cursor: pointer;
}

#map {
	position: relative;
	overflow: auto;
}

.chose {
	background-color: #99CC99;
}

.unchose {
	background-color: white;
}
.invalidmember{
	background-color: #999999;
}

.wrap {
	width: 100%;
	height: 100%;
	overflow: auto;
	overflow-y: hidden;
}


.datetimepicker  td .day:hover, .datetimepicker  td .hour:hover,
	.datetimepicker  td .minute:hover {
	cursor: pointer;
}

.datetimepicker  td .hour, .datetimepicker  td .minute {
	display: inline-block;
	width: 25%;
}

.datetimepicker  td .day .active {
	background-color: blue;
}

img[src=""] {
	display: none;
}

img[src="null"] {
	display: none;
}


.roleactive {
	background-color: green;
}


.mainmenu{
	background-color: #FFFFCC;
}

.not-active {
   pointer-events: none;
   cursor:not-allowed;
}
tr.activerow{
	border-left-style: solid;
	border-left-color: blue;
	border-left-width: 10px;
	background-color: #99CC66;
	
}
tr.dangerrow{
	border-left-style: solid;
	border-left-color: red;
	border-left-width: 10px;
	background-color: #FF9900;
	opacity:0.5;
	
}
.roleactive{
	background: green;
}

a.btnmargin{
	margin-bottom: 5px;
}
.machineinfo{
	color: blue;
	font-weight: bold;
}
.machinepadding{
	margin-top: 10px;
}
.invalid{
	background: #AAAAAA;
}
.arrow{
	padding: 5px;
	padding-right: 10px;
	cursor: pointer;
}
.clear{
	clear: both;
}

.fielsShowHide{
	color: blue;
	cursor: pointer;
}
.test{
	border-left-color: red;
	border-left-width: 3px;
}
.trantitle{
	width: 200px;
    display: inline-block;
}
.tranInfoList{
	max-height: 500px;
	overflow: auto;
}
.filtereare{
	margin-bottom: 10px;
}
.sortmachine{
	color: red;
}
.machineheader{
	cursor: pointer;
	color: blue;
}
.inputdisabled{
	pointer-events: none;
	cursor: not-allowed;
}
.stylalert{
	margin-top: 10px;
	font-size: 13px;
	text-align: center;
}
.widget-toolbar{
	color: teal !important;
}



/* webkit solution */
.placeholderrigth::-webkit-input-placeholder { text-align:right; }
/* mozilla solution */
.placeholderrigth::-moz-placeholder { text-align:right; }
.isfixed{
	    border-color: #ff6060 !important;
	    border-left: 3px solid #ff6060 !important;
}
.red{
	border-color: red !important;
}


