/*----- ICON SET --------------------------*/
[class^="icons-"]:before,
[class*=" icons-"]:before {
	text-decoration: inherit;
	display: inline-block;
	speak: none;
	font-family: 'fontawesome';
	text-shadow:none;
	box-sizing: border-box;
	font-weight: normal;
	font-style: normal;
}

.icons-lock:before {
	font-size:18px;
	color:#555555;
	content: "\f023";
}

.icons-back:before {
	font-size:14px;
	color: #FFF;
	content: "\f053";
}
.icons-back:hover:before {
	color:  #F90;
}


.icons-customerLogin:before {
	font-size:36px;
	color: #AC1F2D;
	content: "\f0c0";
	margin-right:8px;
	font-weight: normal;
	font-style: normal;
}


.icons-getup:before{
	content: "\f077";
	font-size:28px;
	margin:0 9px;
	color: rgba(213,0,3,1.00);
	font-weight: normal;
	font-style: normal;
}

.icons-home:before{
	content: url(../image/icons-png/grid-white.png);
	font-size:20px;
	color: rgba(255,255,255,1.00);
	font-weight: normal;
	font-style: normal;
}

.icons-menudrop-white:before{
	content:  url(../image/icons-png/bars-white.png) ;
	font-size:20px;
	color: rgba(255,255,255,1.00);
	font-weight: normal;
	font-style: normal;
}

.icons-menudrop-black:before{
	content:  url(../image/icons-png/bars-black.png) ;
	font-size:20px;
	color: rgba(255,255,255,1.00);
	font-weight: normal;
	font-style: normal;
}

.icons-connect:before{
	content:  url(../image/icons-png/user-white.png);
	font-size:20px;
	color: rgba(255,255,255,1.00);
	font-weight: normal;
	font-style: normal;
}

.icons-newrecord:before{
	content: "\f016";
	font-size:12px;
	margin:0px 2px 0px 10px;
	color: rgba(213,0,3,1.00);
	font-weight: normal;
	font-style: normal;
}

.icons-record:before{
	content: "\f090";
	font-size:12px;
	margin:0px 2px 0px 1px;
	color: rgba(213,0,3,1.00);
	font-weight: normal;
	font-style: normal;
}

.icons-reflesh:before{
	content: "\f021";
	font-size:12px;
	margin:0px 2px 0px 0px;
	color: rgba(213,0,3,1.00);
	font-weight: normal;
	font-style: normal;
}

.icons-getback:before{
	content: "\f137";
	font-size:12px;
	margin:0px 2px 0px 0px;
	color: rgba(213,0,3,1.00);
	font-weight: normal;
	font-style: normal;
}

.icons-nextrecord:before{
	content: "\f074";
	font-size:12px;
	margin:0px 2px 0px 10px;
	color: rgba(213,0,3,1.00);
	font-weight: normal;
	font-style: normal;
}

.icons-help:before{
	content: "\f059";
	font-size:20px;
	margin:0px 2px 0px 0px;
	color: rgba(255,255,255,1.00);
	font-weight: normal;
	font-style: normal;
}

.icons-help:hover:before{
	color: rgba(0,189,168,1.00);
}

.icons-settings:before{
	content: "\f013";
	font-size:20px;
	margin:0px 2px 0px 0px;
	color: rgba(255,255,255,1.00);
	font-weight: normal;
	font-style: normal;
}

.icons-userlogin:before {
	content: "\f007";
	font-size:22px;
	margin:0px 2px 0px 10px;
	color: rgba(255,255,255,1.00);
	font-weight: normal;
	font-style: normal;
}

.icons-userlogout:before {
	content: "\f011";
	font-size:22px;
	margin:0px 2px 0px 10px;
	color: rgba(251,0,4,1.00);
	font-weight: normal;
	font-style: normal;
}

.icons-circle-o:before {
  content: "\f10c";
  color: rgba(20,117,0,1.00);
  font-size:18px;
	font-weight: normal;
	font-style: normal;
}

.icons-dot-circle-o:before {
  content: "\f111";
	color: rgba(251,0,4,1.00);
	font-size:18px;
	font-weight: normal;
	font-style: normal;
}

.icons-ok-circle-o:before {
  content: "\f05d";
  color: rgba(20,117,0,1.00);
  font-size:18px;
	font-weight: normal;
	font-style: normal;
}

.fa-plus-circle{
	color: rgba(163,163,163,1);
}
.fa-plus-circle:hover{
	color: rgba(184,22,21,1);
}
