.fa-folder, .fa-folder-open {
	color:#F5BC00;
}
.fa-folder-grey {
	color:#999996;
}
.fa-male, .fa-user, .fa-map-marker, .fa-car, .fa-home, .fa-phone, .fa-building {
	color:#6495ED;
	width:30px;
}
/* Button */
.btn {
	-moz-user-select: none;
	background-image: none;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 0;
	padding: 5px 8px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	font-family: Arial;
	font-weight: bold;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 16px;
	line-height: 1.33;
}
.btn.block-button {
	font-size: 12px;
	height: 45px;
	background-color: #fcd800;
	color: #000000;
	width:120px;
	-webkit-box-shadow: none;
	-moz-box-shadow:  none;
	box-shadow:  none;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
.block-button.plain {
	background-color: #FFFFFF;
	border: 1px solid #DDD;
	color: #707070;
}
/* ovverride*/
/* Button */
.custom-dropdown .dropdown .btn {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid #707070;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #FFFFFF;
	box-shadow: none;
}

.custom-dropdown .dropdown .btn:hover, .custom-dropdown .dropdown .btn:focus {
	background-color: #F5BC00;
	border: 1px solid #6495ED;
}
.custom-dropdown .dropdown  .btn:active {
	outline: none;
}
.custom-dropdown .dropdown .btn-default:focus,
.custom-dropdown .dropdown .btn-default.focus,
.custom-dropdown .dropdown .btn-default:active,
.custom-dropdown .dropdown .btn-default.active,
.custom-dropdown .dropdown .open > .dropdown-toggle.btn-default {
	background-color: #FFFFFF;
	border-color: #6495ED;
}

.custom-dropdown .dropdown .dropdown-menu {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #6495ED;
	border-radius: 0;
	-webkit-box-shadow: 3px 3px 0px rgba(4, 4, 4, 0.3);
	-moz-box-shadow: 3px 3px 0px rgba(4, 4, 4, 0.3);
	box-shadow: 3px 3px 0px rgba(4, 4, 4, 0.3);
	font-size: 14px;
	left: 0;
	list-style: outside none none;
	min-width: inherit;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 100%;
	z-index: 1000;
	margin: -1px 0 0;

}
.custom-dropdown .dropdown .dropdown-menu > li {
	width: 100%;
}
.custom-dropdown .dropdown .dropdown-menu > li:hover, .custom-dropdown .dropdown .dropdown-menu > li:focus {
	background-color: #F5BC00;
}
.custom-dropdown .dropdown .dropdown-menu > li > a {
	clear: both;
	color: #333;
	display: block;
	font-weight: normal;
	line-height: 1.42857;
	padding-left: 0;
	white-space: nowrap;
}
.custom-dropdown .dropdown .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: transparent;
	color: #000;
	text-decoration: none;
}
.custom-dropdown .dropdown .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: transparent;
	color: #000;
	outline: 0 none;
	text-decoration: none;
}
.custom-dropdown button {
	width: 110px;
}
.custom-dropdown button .icon {
	margin-left: -3px;
	margin-top: 0;
	width: auto;
	font-size: 21px;
	float: left;
}
.custom-dropdown button .text {
	float: left;
	font-size: 14px;
	margin-top: 3px;
}
.custom-dropdown button .droptext {
	left: 25px;
	position: absolute;
}
.custom-dropdown .dropdown .icon-caret {
	font-size: 26px;
	position: absolute;
	right: 10px;
	top: 3px;
}
.dropdown-menu li a span .icon {
	margin-left: -3px;
	margin-top: 0;
	width: auto;
	font-size: 21px;
	float: left;
}
.dropdown-menu li a span .key {
	float: left;
	font-size: 14px;
	margin-top: 3px;
	padding-left: 5px;
}
.view-label-title {
	padding-top: 8px;
	font-weight: bold;
	font-size: 14px;
	padding-right: 14px;
}
.grid_button {
	padding:5px !important;
	font-size: 10px !important;
	width:25px !important;
	height:25px !important;
}
.btn i {
	color : #FFFFFF;
}
.btn span{
	padding-left:5px;
}

.btn-120 {
	width: 120px;
	margin: 0px auto 0px auto;
}
.btn:active {
	position:relative;
	top:1px;
}
/*COLORS*/

/*Yellow*/
.bg-yellow {
	background: #f5bc00 !important;
}
.bg-yellow:hover {
	background: #f5b000 !important;
}
.c-yellow {
	color: #f5bc00 !important;
}
/*White*/
.bg-white {
	background: #FFFFFF !important;
}
.c-white {
	color: #FFFFFF !important;
}
/*Red*/
.bg-red {
	background: #C20238 !important;
}
.bg-red:hover {
	background: #B20138 !important;
}
.c-red {
	color: #C20238 !important;
}
/*Green*/
.bg-green {
	background: #59C402 !important;
}
.bg-green:hover {
	background: #59B402 !important;
}
.c-green {
	color: #59C402 !important;
}
/*Blue*/
.bg-blue {
	background: #45ADED !important;
}
.bg-blue:hover {
	background: #44A5E4 !important;
}
.c-blue {
	color: #45ADED !important;
}

/*Grey*/
.bg-grey {
	background: #999996 !important;
}
.bg-grey:hover {
	background: #999996 !important;
}
.c-grey {
	color: #999996 !important;
}

/*Grey*/
.bg-lightgrey {
	background: #c6c6c3 !important;
}
.bg-lightgrey:hover {
	background: #c6c6c3 !important;
}
.c-lightgrey {
	color: #c6c6c3 !important;
}
/*Black*/
.bg-black {
	background: #000000 !important;
}
.c-black {
	color: #000000 !important;
}
/*Margins*/
.ml5 {
	margin-left:5px;
}

/** FONT ASWEOME ICONS OVERRIDE **/

.fav-rerun, .fav-move, .fav-edit, .fav-edit-green, .fav-delete {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	border: medium none !important;
	margin-left: 2px;
	margin-right: 2px;
	width: 25px;
	height: 25px;
	font-size:0;
	cursor: pointer;
}
.fav-rerun {
	background-image: url("../images/icons/fa-icons/fa-refresh.png");
}
.fav-move {
	background-image: url("../images/icons/fa-icons/fa-move.png");
}
.fav-edit {
	background-image: url("../images/icons/fa-icons/fa-edit.png");
}
.fav-edit-green {
	background-image: url("../images/icons/fa-icons/fa-edit-green.png");
}
.fav-delete {
	background-image: url("../images/icons/fa-icons/fa-delete.png");
}
