/***
Font Awesome Icons
***/
[class^="fa-"],
[class*=" fa-"] {
  display: inline-block;
  margin-top: 1px;
  font-size: 14px;
  *margin-right: .3em;
  line-height: 14px;
}

/***
Make font awesome icons fixed width(latest version issue)
***/

li [class^="fa-"],
li [class*=" fa-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="fa-"].icon-large,
li [class*=" fa-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}

.fa-lg,
.icon-lg {
  font-size: 16px;
}

.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}

.icon-default {
  color: #ccc;
}

.icon-success {
  color: #468847;
}

.icon-info {
  color: #27a9e3; 
}

.icon-warning {
  color: #dbc056;
}

.icon-danger {
  color: #B94A48;
}
/***
Glyphicons
***/
.glyphicons-demo ul {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}

.bs-glyphicons {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}
.glyphicons-demo ul li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #ddd;
}

.glyphicons-demo .glyphicon {
  display: block;
  margin: 5px auto 10px;
  font-size: 24px;
}
.glyphicons-demo ul li:hover {
  background-color: rgba(86,61,124,.1);
}

@media (min-width: 768px) {
  .glyphicons-demo ul li {
    width: 12.5%;
  }
}
/***
Close icon used for modal dialog and other UI element close buttons
***/
.close {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  width: 9px;
  height: 9px;
  background-repeat: no-repeat !important;
  text-indent: -10000px;
  outline: none;
  background-image: url("../../img/remove-icon-small.png") !important;
}

/***
Icon stuff
***/
i.icon, a.icon {
  color: #999;
  margin-right: 5px;
  font-weight: normal;
  font-size: 13px;
}

i.icon-black {
  color: #000 !important;
}

a.icon:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: .4;
  filter:alpha(opacity=40);
}

a.icon.huge i{
  font-size: 16px !important;
}

i.big {
  font-size: 20px;
}

i.warning {
  color: #d12610;
}

i.critical {
  color: #37b7f3;
}

i.normal {
  color: #52e136;
}
/***
Input icons
***/

/* input with right aligned and colored icons */

/* input with left aligned icons */
.input-icon {
  position: relative;
}


.input-icon input {
   padding-left: 33px !important;
}

.input-icon i {
  color: #ccc;
  display: block;
  position: absolute;
  margin: 11px 2px 4px 10px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

.input-icon.right input {
   padding-left: 12px !important;
   padding-right: 33px !important;
}

.input-icon.right i {
   right: 8px;
   float: right;
}

.has-success .input-icon > i {
  color: #468847;
}

.has-warning .input-icon > i {
  color: #c09853;
}

.has-error .input-icon > i {
  color: #b94a48;
}
/***
Custom icon buttons
***/
.icon-btn {
  height: 60px;
  min-width: 80px;
  margin: 5px 5px 0 0;
  border: 1px solid #ddd;
  padding: 12px 0px 0px 0px;
  background-color: #fafafa !important;
  background-image: none !important;
  filter:none !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  display:inline-block !important;
  color: #646464 !important;
  text-shadow: none !important;
  text-align: center;
  cursor: pointer;
  position: relative;  
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.icon-btn i {
  font-size: 18px;
}

.ie8 .icon-btn:hover {
  filter: none !important;
} 

.icon-btn:hover {
  text-decoration: none !important;
  border-color: #999 !important;
  color: #444 !important;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.icon-btn:hover .badge {
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
}

.icon-btn div {
  font-family: 'Open Sans', sans-serif;
  margin-top: 5px;
  margin-bottom: 20px;  
  color: #000;
  font-size: 12px;
  font-weight: 300;
}

.icon-btn .badge {
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px !important;
  font-weight: 300;
  top: -5px;
  right: -5px;
  padding: 3px 6px 3px 6px;
  color: white !important;
  text-shadow: none;
  border-width: 0;
  border-style: solid;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/***
Social Icons(new in v1.2.2)
***/
.social-icons {
  padding: 0;
  margin:0;
}

.social-icons:after,
.social-icons:before {  
  content: "";
  display: table;
}

.social-icons:after {    
  clear: both;
}

.social-icons li {
  float:left;
  display:inline;
  list-style:none;
  margin-right:5px;
  margin-bottom:5px;
  text-indent:-9999px;
}
.social-icons li a, a.social-icon {
  width:28px;
  height:28px;
  display:block;
  background-position:0 0;
  background-repeat:no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.social-icons li:hover a {
  background-position:0 -38px;
}

.social-icons-color li a {
  opacity: 0.7;
  background-position:0 -38px !important;
}

.social-icons-color li a:hover {
  opacity: 1;
}

.social-icons .amazon {background: url(../../img/social/amazon.png) no-repeat;}
.social-icons .behance {background: url(../../img/social/behance.png) no-repeat;}
.social-icons .blogger {background: url(../../img/social/blogger.png) no-repeat;}
.social-icons .deviantart {background: url(../../img/social/deviantart.png) no-repeat;}
.social-icons .dribbble {background: url(../../img/social/dribbble.png) no-repeat;}
.social-icons .dropbox {background: url(../../img/social/dropbox.png) no-repeat;}
.social-icons .evernote {background: url(../../img/social/evernote.png) no-repeat;}
.social-icons .facebook {background: url(../../img/social/facebook.png) no-repeat;}
.social-icons .forrst {background: url(../../img/social/forrst.png) no-repeat;}
.social-icons .github {background: url(../../img/social/github.png) no-repeat;}
.social-icons .googleplus {background: url(../../img/social/googleplus.png) no-repeat;}
.social-icons .jolicloud {background: url(../../img/social/jolicloud.png) no-repeat;}
.social-icons .last-fm {background: url(../../img/social/last-fm.png) no-repeat;}
.social-icons .linkedin {background: url(../../img/social/linkedin.png) no-repeat;}
.social-icons .picasa {background: url(../../img/social/picasa.png) no-repeat;}
.social-icons .pintrest {background: url(../../img/social/pintrest.png) no-repeat;}
.social-icons .rss {background: url(../../img/social/rss.png) no-repeat;}
.social-icons .skype {background: url(../../img/social/skype.png) no-repeat;}
.social-icons .spotify {background: url(../../img/social/spotify.png) no-repeat;}
.social-icons .stumbleupon {background: url(../../img/social/stumbleupon.png) no-repeat;}
.social-icons .tumblr {background: url(../../img/social/tumblr.png) no-repeat;}
.social-icons .twitter {background: url(../../img/social/twitter.png) no-repeat;}
.social-icons .vimeo {background: url(../../img/social/vimeo.png) no-repeat;}
.social-icons .wordpress {background: url(../../img/social/wordpress.png) no-repeat;}
.social-icons .xing {background: url(../../img/social/xing.png) no-repeat;}
.social-icons .yahoo {background: url(../../img/social/yahoo.png) no-repeat;}
.social-icons .youtube {background: url(../../img/social/youtube.png) no-repeat;}
.social-icons .vk {background: url(../../img/social/vk.png) no-repeat;}
.social-icons .instagram {background: url(../../img/social/instagram.png) no-repeat;}
.social-icons .reddit {background: url(../../img/social/reddit.png) no-repeat;}
.social-icons .aboutme {background: url(../../img/social/aboutme.png) no-repeat;}
.social-icons .flickr {background: url(../../img/social/flickr.png) no-repeat;}
.social-icons .foursquare {background: url(../../img/social/foursquare.png) no-repeat;}
.social-icons .gravatar {background: url(../../img/social/gravatar.png) no-repeat;}
.social-icons .klout {background: url(../../img/social/klout.png) no-repeat;}
.social-icons .myspace {background: url(../../img/social/myspace.png) no-repeat;}
.social-icons .quora {background: url(../../img/social/quora.png) no-repeat;}

/***
Inline Social Icons
***/

.social-icon {
  display:inline-block !important;
  width:28px;
  height:28px;
  background-position:0 0;
  background-repeat:no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.social-icon.amazon {background: url(../../img/social/amazon.png) no-repeat;}
.social-icon.behance {background: url(../../img/social/behance.png) no-repeat;}
.social-icon.blogger {background: url(../../img/social/blogger.png) no-repeat;}
.social-icon.deviantart {background: url(../../img/social/deviantart.png) no-repeat;}
.social-icon.dribbble {background: url(../../img/social/dribbble.png) no-repeat;}
.social-icon.dropbox {background: url(../../img/social/dropbox.png) no-repeat;}
.social-icon.evernote {background: url(../../img/social/evernote.png) no-repeat;}
.social-icon.facebook {background: url(../../img/social/facebook.png) no-repeat;}
.social-icon.forrst {background: url(../../img/social/forrst.png) no-repeat;}
.social-icon.github {background: url(../../img/social/github.png) no-repeat;}
.social-icon.googleplus {background: url(../../img/social/googleplus.png) no-repeat;}
.social-icon.jolicloud {background: url(../../img/social/jolicloud.png) no-repeat;}
.social-icon.last-fm {background: url(../../img/social/last-fm.png) no-repeat;}
.social-icon.linkedin {background: url(../../img/social/linkedin.png) no-repeat;}
.social-icon.picasa {background: url(../../img/social/picasa.png) no-repeat;}
.social-icon.pintrest {background: url(../../img/social/pintrest.png) no-repeat;}
.social-icon.rss {background: url(../../img/social/rss.png) no-repeat;}
.social-icon.skype {background: url(../../img/social/skype.png) no-repeat;}
.social-icon.spotify {background: url(../../img/social/spotify.png) no-repeat;}
.social-icon.stumbleupon {background: url(../../img/social/stumbleupon.png) no-repeat;}
.social-icon.tumblr {background: url(../../img/social/tumblr.png) no-repeat;}
.social-icon.twitter {background: url(../../img/social/twitter.png) no-repeat;}
.social-icon.vimeo {background: url(../../img/social/vimeo.png) no-repeat;}
.social-icon.wordpress {background: url(../../img/social/wordpress.png) no-repeat;}
.social-icon.xing {background: url(../../img/social/xing.png) no-repeat;}
.social-icon.yahoo {background: url(../../img/social/yahoo.png) no-repeat;}
.social-icon.youtube {background: url(../../img/social/youtube.png) no-repeat;}
.social-icon.vk {background: url(../../img/social/vk.png) no-repeat;}
.social-icon.instagram {background: url(../../img/social/instagram.png) no-repeat;}
.social-icon.reddit {background: url(../../img/social/reddit.png) no-repeat;}
.social-icon.aboutme {background: url(../../img/social/aboutme.png) no-repeat;}
.social-icon.flickr {background: url(../../img/social/flickr.png) no-repeat;}
.social-icon.foursquare {background: url(../../img/social/foursquare.png) no-repeat;}
.social-icon.gravatar {background: url(../../img/social/gravatar.png) no-repeat;}
.social-icon.klout {background: url(../../img/social/klout.png) no-repeat;}
.social-icon.myspace {background: url(../../img/social/myspace.png) no-repeat;}
.social-icon.quora {background: url(../../img/social/quora.png) no-repeat;}

.social-icon:hover {
  background-position:0 -38px;
}

.social-icon-color {
  opacity: 0.7;
  background-position:0 -38px !important;
}

.social-icon-color:hover {
  opacity: 1;
}
/***
Iconised Labels
***/
.label.label-icon {
	padding: 4px 1px 4px 5px;
	margin-right: 2px;
	text-align: center !important;
}
.ie9 .label.label-icon, .ie10 .label.label-icon {
	padding: 3px 0px 3px 3px;
}
.label.label-icon > i {
	font-size: 12px;
	text-align: center !important;
}
/***
Icons - Metro
***/
[class^="m-icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 3px;
	line-height: 14px;
	vertical-align: top;
	background-image: url(../../img/syncfusion-icons.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
[class^="m-icon-big-"] {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 6px;
	vertical-align: middle;
	background-image: url(../../img/syncfusion-icons.png);
	background-position: 0 0px;
	background-repeat: no-repeat;
}
/* large icons */
.btn.m-icon-big {
	padding: 9px 16px 8px 16px;
}
.btn.m-icon-big.m-icon-only {
	padding: 9px 8px 8px 0px;
}
.btn.m-icon-big [class^="m-icon-big-"] {
	margin: 0 0 0 10px;
}
.btn.m-icon-ony > i {
	margin-left: 0px;
}
/* default icons */
.btn.m-icon {
	padding: 7px 14px 7px 14px;
}
.btn.m-icon [class^="m-icon-"] {
	margin: 4px 0 0 5px;
}
.btn.m-icon.m-icon-only {
	padding: 7px 10px 7px 6px;
}
/* white icon */
.m-icon-white {
	background-image: url(../../img/syncfusion-icons-white.png);
}
/*  Misc */
.m-icon-swapright {
	background-position: -27px -10px;
}
.m-icon-swapdown {
	background-position: -68px -10px;
}
.m-icon-swapleft {
	background-position: -8px -10px;
}
.m-icon-swapup {
	background-position: -46px -10px;
}
.m-icon-big-swapright {
	background-position: -42px -28px;
}
.m-icon-big-swapdown {
	background-position: -115px -28px;
}
.m-icon-big-swapleft {
	background-position: -6px -28px;
}
.m-icon-big-swapup {
	background-position: -78px -28px;
}