﻿body,
html {
  width: 100%;
  height: 100%;
}
body {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
h2 {
  text-align: center;
  font-weight: 300;
}
.btn-social-icon {
  margin-bottom: 4px;
}
.jumbotron {
  position: relative;
  font-size: 16px;
  color: #fff;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  background-color: #6c71c4;
  border-radius: 0;
}
.jumbotron h1 {
  margin-bottom: 15px;
  font-weight: 300;
  letter-spacing: -1px;
  color: #fff;
}
.jumbotron iframe {
  width: 100px !important;
  height: 20px !important;
  border: none;
  overflow: hidden;
  margin: 2px;
}
.btn-outline {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 18px 24px;
  font-size: inherit;
  font-weight: 500;
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  transition: all 0.1s ease-in-out;
}
.btn-outline:hover,
.btn-outline:active {
  color: #6c71c4;
  background-color: #fff;
  border-color: #fff;
}
.jumbotron p a,
.jumbotron-links a {
  font-weight: 500;
  color: #fff;
  transition: all 0.1s ease-in-out;
}
.jumbotron p a:hover,
.jumbotron-links a:hover {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.55);
}
.jumbotron-links {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  font-size: 14px;
}
.jumbotron-links li {
  display: inline;
}
.jumbotron-links li + li {
  margin-left: 20px;
}
.how-to {
  padding: 20px;
}
.how-to h2 {
  text-align: center;
}
.how-to li {
  font-size: 21px;
  line-height: 1.7;
  margin-top: 20px;
}
.how-to li p {
  font-size: 16px;
  color: #555;
}
.how-to code {
  font-size: 85%;
  word-wrap: break-word;
  white-space: normal;
}
footer {
  text-align: center;
  opacity: 0.8;
  padding: 20px 0 40px;
}
.links {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.links li {
  display: inline;
  padding: 0 10px;
}
.social-class .social-hex {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 10px;
  opacity: 0.3;
  float: right;
}
.social-class li {
  margin-bottom: 4px;
}
.social-class li:hover .social-hex {
  opacity: 1;
}
.social-class li:hover code {
  background-color: #e8e8ee;
}
.social-class code {
  cursor: default;
}
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
* {
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
}
.btn-social {
  position: relative;
  padding-left: 55px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  margin-bottom: 10px;
}
.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 45px;
  line-height: 45px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg {
  padding-left: 61px;
}
.btn-social.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social.btn-sm {
  padding-left: 38px;
}
.btn-social.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social.btn-xs {
  padding-left: 30px;
}
.btn-social.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}
.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
  padding-left: 61px;
}
.btn-social-icon.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social-icon.btn-sm {
  padding-left: 38px;
}
.btn-social-icon.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social-icon.btn-xs {
  padding-left: 30px;
}
.btn-social-icon.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}
.btn-adn {
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:hover,
.btn-adn:focus,
.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  background-image: none;
}
.btn-adn.disabled,
.btn-adn[disabled],
fieldset[disabled] .btn-adn,
.btn-adn.disabled:hover,
.btn-adn[disabled]:hover,
fieldset[disabled] .btn-adn:hover,
.btn-adn.disabled:focus,
.btn-adn[disabled]:focus,
fieldset[disabled] .btn-adn:focus,
.btn-adn.disabled:active,
.btn-adn[disabled]:active,
fieldset[disabled] .btn-adn:active,
.btn-adn.disabled.active,
.btn-adn[disabled].active,
fieldset[disabled] .btn-adn.active {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn .badge {
  color: #d87a68;
  background-color: #fff;
}
.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:hover,
.btn-bitbucket:focus,
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  background-image: none;
}
.btn-bitbucket.disabled,
.btn-bitbucket[disabled],
fieldset[disabled] .btn-bitbucket,
.btn-bitbucket.disabled:hover,
.btn-bitbucket[disabled]:hover,
fieldset[disabled] .btn-bitbucket:hover,
.btn-bitbucket.disabled:focus,
.btn-bitbucket[disabled]:focus,
fieldset[disabled] .btn-bitbucket:focus,
.btn-bitbucket.disabled:active,
.btn-bitbucket[disabled]:active,
fieldset[disabled] .btn-bitbucket:active,
.btn-bitbucket.disabled.active,
.btn-bitbucket[disabled].active,
fieldset[disabled] .btn-bitbucket.active {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff;
}
.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:hover,
.btn-dropbox:focus,
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  background-image: none;
}
.btn-dropbox.disabled,
.btn-dropbox[disabled],
fieldset[disabled] .btn-dropbox,
.btn-dropbox.disabled:hover,
.btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox:hover,
.btn-dropbox.disabled:focus,
.btn-dropbox[disabled]:focus,
fieldset[disabled] .btn-dropbox:focus,
.btn-dropbox.disabled:active,
.btn-dropbox[disabled]:active,
fieldset[disabled] .btn-dropbox:active,
.btn-dropbox.disabled.active,
.btn-dropbox[disabled].active,
fieldset[disabled] .btn-dropbox.active {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff;
}
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}
.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  background-image: none;
}
.btn-flickr.disabled,
.btn-flickr[disabled],
fieldset[disabled] .btn-flickr,
.btn-flickr.disabled:hover,
.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr:hover,
.btn-flickr.disabled:focus,
.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-flickr:focus,
.btn-flickr.disabled:active,
.btn-flickr[disabled]:active,
fieldset[disabled] .btn-flickr:active,
.btn-flickr.disabled.active,
.btn-flickr[disabled].active,
fieldset[disabled] .btn-flickr.active {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff;
}
.btn-foursquare {
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:hover,
.btn-foursquare:focus,
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  background-image: none;
}
.btn-foursquare.disabled,
.btn-foursquare[disabled],
fieldset[disabled] .btn-foursquare,
.btn-foursquare.disabled:hover,
.btn-foursquare[disabled]:hover,
fieldset[disabled] .btn-foursquare:hover,
.btn-foursquare.disabled:focus,
.btn-foursquare[disabled]:focus,
fieldset[disabled] .btn-foursquare:focus,
.btn-foursquare.disabled:active,
.btn-foursquare[disabled]:active,
fieldset[disabled] .btn-foursquare:active,
.btn-foursquare.disabled.active,
.btn-foursquare[disabled].active,
fieldset[disabled] .btn-foursquare.active {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff;
}
.btn-github {
  color: #fff;
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:hover,
.btn-github:focus,
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  background-image: none;
}
.btn-github.disabled,
.btn-github[disabled],
fieldset[disabled] .btn-github,
.btn-github.disabled:hover,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github:hover,
.btn-github.disabled:focus,
.btn-github[disabled]:focus,
fieldset[disabled] .btn-github:focus,
.btn-github.disabled:active,
.btn-github[disabled]:active,
fieldset[disabled] .btn-github:active,
.btn-github.disabled.active,
.btn-github[disabled].active,
fieldset[disabled] .btn-github.active {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github .badge {
  color: #444;
  background-color: #fff;
}
.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:hover,
.btn-google:focus,
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  background-image: none;
}
.btn-google.disabled,
.btn-google[disabled],
fieldset[disabled] .btn-google,
.btn-google.disabled:hover,
.btn-google[disabled]:hover,
fieldset[disabled] .btn-google:hover,
.btn-google.disabled:focus,
.btn-google[disabled]:focus,
fieldset[disabled] .btn-google:focus,
.btn-google.disabled:active,
.btn-google[disabled]:active,
fieldset[disabled] .btn-google:active,
.btn-google.disabled.active,
.btn-google[disabled].active,
fieldset[disabled] .btn-google.active {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google .badge {
  color: #dd4b39;
  background-color: #fff;
}
.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  background-image: none;
}
.btn-instagram.disabled,
.btn-instagram[disabled],
fieldset[disabled] .btn-instagram,
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled:active,
.btn-instagram[disabled]:active,
fieldset[disabled] .btn-instagram:active,
.btn-instagram.disabled.active,
.btn-instagram[disabled].active,
fieldset[disabled] .btn-instagram.active {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff;
}
.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin.active {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}
.btn-microsoft {
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:hover,
.btn-microsoft:focus,
.btn-microsoft:active,
.btn-microsoft.active,
.btn-microsoft .open > .dropdown-toggle.btn-microsoft {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft.disabled,
.btn-microsoft[disabled],
fieldset[disabled] .btn-microsoft,
.btn-microsoft.disabled:hover,
.btn-microsoft[disabled]:hover,
fieldset[disabled] .btn-microsoft:hover,
.btn-microsoft.disabled:focus,
.btn-microsoft[disabled]:focus,
fieldset[disabled] .btn-microsoft:focus,
.btn-microsoft.disabled:active,
.btn-microsoft[disabled]:active,
fieldset[disabled] .btn-microsoft:active,
.btn-microsoft.disabled.active,
.btn-microsoft[disabled].active,
fieldset[disabled] .btn-microsoft.active {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}
/*.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
    background-image: none;
}*/
.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff;
}
.btn-openid {
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:hover,
.btn-openid:focus,
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  background-image: none;
}
.btn-openid.disabled,
.btn-openid[disabled],
fieldset[disabled] .btn-openid,
.btn-openid.disabled:hover,
.btn-openid[disabled]:hover,
fieldset[disabled] .btn-openid:hover,
.btn-openid.disabled:focus,
.btn-openid[disabled]:focus,
fieldset[disabled] .btn-openid:focus,
.btn-openid.disabled:active,
.btn-openid[disabled]:active,
fieldset[disabled] .btn-openid:active,
.btn-openid.disabled.active,
.btn-openid[disabled].active,
fieldset[disabled] .btn-openid.active {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid .badge {
  color: #f7931e;
  background-color: #fff;
}
.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  background-image: none;
}
.btn-pinterest.disabled,
.btn-pinterest[disabled],
fieldset[disabled] .btn-pinterest,
.btn-pinterest.disabled:hover,
.btn-pinterest[disabled]:hover,
fieldset[disabled] .btn-pinterest:hover,
.btn-pinterest.disabled:focus,
.btn-pinterest[disabled]:focus,
fieldset[disabled] .btn-pinterest:focus,
.btn-pinterest.disabled:active,
.btn-pinterest[disabled]:active,
fieldset[disabled] .btn-pinterest:active,
.btn-pinterest.disabled.active,
.btn-pinterest[disabled].active,
fieldset[disabled] .btn-pinterest.active {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff;
}
.btn-reddit {
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:hover,
.btn-reddit:focus,
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  background-image: none;
}
.btn-reddit.disabled,
.btn-reddit[disabled],
fieldset[disabled] .btn-reddit,
.btn-reddit.disabled:hover,
.btn-reddit[disabled]:hover,
fieldset[disabled] .btn-reddit:hover,
.btn-reddit.disabled:focus,
.btn-reddit[disabled]:focus,
fieldset[disabled] .btn-reddit:focus,
.btn-reddit.disabled:active,
.btn-reddit[disabled]:active,
fieldset[disabled] .btn-reddit:active,
.btn-reddit.disabled.active,
.btn-reddit[disabled].active,
fieldset[disabled] .btn-reddit.active {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000;
}
.btn-soundcloud {
  color: #fff;
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:hover,
.btn-soundcloud:focus,
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  background-image: none;
}
.btn-soundcloud.disabled,
.btn-soundcloud[disabled],
fieldset[disabled] .btn-soundcloud,
.btn-soundcloud.disabled:hover,
.btn-soundcloud[disabled]:hover,
fieldset[disabled] .btn-soundcloud:hover,
.btn-soundcloud.disabled:focus,
.btn-soundcloud[disabled]:focus,
fieldset[disabled] .btn-soundcloud:focus,
.btn-soundcloud.disabled:active,
.btn-soundcloud[disabled]:active,
fieldset[disabled] .btn-soundcloud:active,
.btn-soundcloud.disabled.active,
.btn-soundcloud[disabled].active,
fieldset[disabled] .btn-soundcloud.active {
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud .badge {
  color: #f50;
  background-color: #fff;
}
.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:hover,
.btn-tumblr:focus,
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  background-image: none;
}
.btn-tumblr.disabled,
.btn-tumblr[disabled],
fieldset[disabled] .btn-tumblr,
.btn-tumblr.disabled:hover,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr:hover,
.btn-tumblr.disabled:focus,
.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-tumblr:focus,
.btn-tumblr.disabled:active,
.btn-tumblr[disabled]:active,
fieldset[disabled] .btn-tumblr:active,
.btn-tumblr.disabled.active,
.btn-tumblr[disabled].active,
fieldset[disabled] .btn-tumblr.active {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff;
}
.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter .badge {
  color: #55acee;
  background-color: #fff;
}
.btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:hover,
.btn-vimeo:focus,
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  background-image: none;
}
.btn-vimeo.disabled,
.btn-vimeo[disabled],
fieldset[disabled] .btn-vimeo,
.btn-vimeo.disabled:hover,
.btn-vimeo[disabled]:hover,
fieldset[disabled] .btn-vimeo:hover,
.btn-vimeo.disabled:focus,
.btn-vimeo[disabled]:focus,
fieldset[disabled] .btn-vimeo:focus,
.btn-vimeo.disabled:active,
.btn-vimeo[disabled]:active,
fieldset[disabled] .btn-vimeo:active,
.btn-vimeo.disabled.active,
.btn-vimeo[disabled].active,
fieldset[disabled] .btn-vimeo.active {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff;
}
.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:hover,
.btn-vk:focus,
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  background-image: none;
}
.btn-vk.disabled,
.btn-vk[disabled],
fieldset[disabled] .btn-vk,
.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled:active,
.btn-vk[disabled]:active,
fieldset[disabled] .btn-vk:active,
.btn-vk.disabled.active,
.btn-vk[disabled].active,
fieldset[disabled] .btn-vk.active {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk .badge {
  color: #587ea3;
  background-color: #fff;
}
.btn-yahoo {
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:hover,
.btn-yahoo:focus,
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  background-image: none;
}
.btn-yahoo.disabled,
.btn-yahoo[disabled],
fieldset[disabled] .btn-yahoo,
.btn-yahoo.disabled:hover,
.btn-yahoo[disabled]:hover,
fieldset[disabled] .btn-yahoo:hover,
.btn-yahoo.disabled:focus,
.btn-yahoo[disabled]:focus,
fieldset[disabled] .btn-yahoo:focus,
.btn-yahoo.disabled:active,
.btn-yahoo[disabled]:active,
fieldset[disabled] .btn-yahoo:active,
.btn-yahoo.disabled.active,
.btn-yahoo[disabled].active,
fieldset[disabled] .btn-yahoo.active {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff;
}
[class$="-login"] .input-group [type="password"] {
  border-right: none;
}
[class$="-login"] .input-group [type="password"] + .input-group-addon {
  font-size: 10px;
}
body {
  background-color: #FFF;
  /*.has-error {
        display: none;
    }*/
}
body .input-group .form-control:last-child,
body .input-group-addon:last-child,
body .input-group-btn:last-child > .btn,
body .input-group-btn:last-child > .dropdown-toggle,
body .input-group-btn:first-child > .btn:not(:first-child) {
  border-radius: 0px;
}
body .input-group .form-control:first-child,
body .input-group-addon:first-child,
body .input-group-btn:first-child > .btn,
body .input-group-btn:first-child > .dropdown-toggle,
body .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-radius: 0px;
  height: 34px;
}
body .btn {
  border-radius: 0px;
}
body .btn-link {
  text-decoration: none;
}
body .btn-link:hover {
  text-decoration: none;
}
body .or-container {
  text-align: center;
  margin: 0;
  /*margin-bottom: 15px;*/
  clear: both;
  color: #6a737c;
}
body .or-container .or-hr {
  margin-bottom: 0;
  position: relative;
  top: 19px;
  height: 0;
  border: 0;
  border-top: 1px solid #e4e6e8;
}
body .or-container #or {
  display: inline-block;
  position: relative;
  padding: 10px;
  background-color: #FFF;
}
body [class^="signin-"] {
  /*background: url("/Content/images/login_back.jpg") no-repeat center center;
        background-size: cover;*/
  width: 100%;
  height: 100%;
}
body [class^="signin-"] > div.row {
  margin: 0;
  height: 100%;
}
body [class^="signin-"][class="signin-acceptinvite"] #auth-form {
  margin-bottom: 30px;
}
body [class^="signin-"] h1,
body [class^="signin-"] .h1 {
  /*margin: 10px 0;
            font-size: 22px;
            color: #535150;*/
  text-align: center;
  font-size: 18px;
  color: #333;
  margin: 15px 0px 5px;
}
body [class^="signin-"] .logo-container {
  padding-bottom: 0px;
  padding-top: 18px;
}
body [class^="signin-"] .logo {
  background: url("/Content/images/logo/logo_full_320x77.png") no-repeat center center;
  text-indent: -99999px;
  display: block;
  max-width: 320px;
  max-height: 77px;
  margin: 0 auto;
  background-size: contain;
}
body [class^="signin-"] [id^='panel-info-'] {
  display: none;
}
body [class^="signin-"].error .glyphicon {
  color: #CA5151;
}
body [class^="signin-"].error .form-container {
  margin-top: -35px;
}
body [class^="signin-"].error .has-error {
  display: block;
  padding: 7px;
  border-bottom: 1px dotted #ccc;
}
body [class^="signin-"].error .required-label label .error-icon {
  float: right;
  width: 25px;
  border: 1px solid #a94442;
  text-align: center;
  font-weight: bold;
  color: #a94442;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
body [class^="signin-"].error .error-container {
  padding-left: 10px;
  padding-right: 10px;
}
body [class^="signin-"].error .error-container label {
  color: #596572;
  font-weight: normal;
  border: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
}
body [class^="signin-"] .row {
  /*margin: 10px 0px;*/
  margin: 0;
  margin-top: 10px;
}
body [class^="signin-"] #btn-submit-container {
  margin-top: 20px;
}
.form-container {
  padding-top: 25px;
}
#caption {
  font-size: 15px;
  color: #999;
}
.caption-container {
  margin-bottom: 45px !important;
}
.caption-container .caption-content {
  margin-top: 4px;
  margin-left: -5px;
}
.input-h {
  height: 50px;
}
.Login_UserName {
  height: 60px;
}
.Login_UserName input {
  height: 50px;
}
.Login_Password-container {
  margin: 0px;
}
.Login_Password-container input {
  height: 50px;
}
.btn-link {
  height: 34px;
  display: block;
  line-height: 34px;
  text-align: center;
}
.footer-copy {
  position: absolute;
  bottom: 2%;
  text-align: center;
  width: 100%;
}
.login-content {
  background-color: #FFF;
  /*box-shadow: 6px 10px 13px 0px #2D4055;*/
  /*box-shadow: 31px 0px 30px -20px #2d2d2d;*/
  margin-top: -9999px;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
  min-width: 550px;
  height: 100%;
}
.login-content.loaded {
  margin-top: 0px;
}
.login-content .login-body {
  min-height: 660px;
  margin-top: 25px;
}
.login-content .loading-feedback {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0;
  text-align: center;
  font-size: 24px;
  color: #2396d3;
  z-index: 999;
  display: none;
}
.login-content .loading-feedback .loading-feedback-backdrop {
  background: #FFF;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0;
  z-index: 1;
  opacity: 0.9;
}
.login-content .loading-feedback .loading-feedback-content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0;
  z-index: 2;
  padding-top: 200px;
}
.login-content .loading-feedback .loading-feedback-welcomeback {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0;
  z-index: 2;
  padding-top: 200px;
  display: none;
}
.login-content .loading-feedback.active {
  display: block;
}
.login-content-placeholder {
  height: 500px;
  display: initial;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAd0lEQVQ4T2P8GK78n4EA+Pfvb6JzQgQDEyPTfEJqGUcNxBpEo2GIN+VQP9m8D1VIIJRYf//8c8QhOZSBg4XdhpBaRt+11wka+Ovv3yMbRf0Z2BmYCBsYuO4mwaz35/+/xE1Cfgz/WYjIeqMGYo3E0TDEn/WonWwAThGgsa1MEegAAAAASUVORK5CYII=') no-repeat 0;
}
/*.row-content {
    padding: 0 45px;
    margin: 10px 0 0 0;
}*/
.logo {
  font-family: 'Lobster', serif;
  background: #ffffff;
  color: #596572;
  height: 59px;
}
.textbox-wrap {
  padding: 20px 20px 20px 15px;
  border-left: 5px solid transparent;
  -moz-transition: border-left-color 0.5s, box-shadow 0.5s, background-color 0.5s;
  -o-transition: border-left-color 0.5s, box-shadow 0.5s, background-color 0.5s;
  -webkit-transition: border-left-color 0.5s, box-shadow 0.5s, background-color 0.5s;
  transition: border-left-color 0.5s, box-shadow 0.5s, background-color 0.5s;
}
.textbox-wrap.focused {
  border-left-color: #428bca;
  background-color: #f0f0f0;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.subtitle {
  font-size: 10px;
  color: #979797;
  padding: 5px 0;
}
.col-centered {
  margin-left: auto;
  float: none;
  margin-right: auto;
}
.pace {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.8s ease;
}
.pace.active {
  visibility: visible;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?akv5eu');
  src: url('../fonts/icomoon.eot?#iefixakv5eu') format('embedded-opentype'), url('../fonts/icomoon.ttf?akv5eu') format('truetype'), url('../fonts/icomoon.woff?akv5eu') format('woff'), url('../fonts/icomoon.svg?akv5eu#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-followit-logo {
  font-size: 32px;
}
.icon-followit-logo .path1:before {
  content: "\e600";
  color: #2495d2;
}
.icon-followit-logo .path2:before {
  content: "\e601";
  margin-left: -0.93457031em;
  color: #94cce9;
}
.icon-followit-logo .path3:before {
  content: "\e602";
  margin-left: -0.93457031em;
  color: #676767;
}
.icon-followit-logo .path4:before {
  content: "\e603";
  margin-left: -0.93457031em;
  color: #6fcef4;
}
.button-container {
  border-bottom: 1px solid transparent;
  /*margin-bottom: 5px;*/
  width: 100%;
  /*&:hover {
        &:not(.disabled) {
            border-bottom: 1px solid #50e089;
        }
    }*/
}
.Forgot_Password input {
  height: 50px;
}
.bg-info.panel-body ul,
.bg-info.panel-body ol {
  margin-top: 0;
  margin-bottom: 0px;
}
a.back {
  position: absolute;
  left: 0;
  z-index: 1;
  /*top: 110px;*/
}
.btn-social {
  margin-bottom: 0;
}
.btn-microsoft {
  background-color: #ffffff;
  border: 1px solid #ddd;
  color: #333;
}
.btn-microsoft:hover {
  background-color: #337ab7;
}
.btn-microsoft span.provider-logo {
  margin-left: 12px;
  width: 33px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAd0lEQVQ4T2P8GK78n4EA+Pfvb6JzQgQDEyPTfEJqGUcNxBpEo2GIN+VQP9m8D1VIIJRYf//8c8QhOZSBg4XdhpBaRt+11wka+Ovv3yMbRf0Z2BmYCBsYuO4mwaz35/+/xE1Cfgz/WYjIeqMGYo3E0TDEn/WonWwAThGgsa1MEegAAAAASUVORK5CYII=') no-repeat 0;
}
.btn-microsoft span.provider-name {
  margin: 5px 0px 0px -68px;
  position: absolute;
}
.btn-google {
  /*background-color: #DD4B39;
    border: 1px solid transparent;
    color: #fff;*/
  background-color: #ffffff;
  border: 1px solid #ddd;
  color: #DD4B39;
}
.btn-google span.provider-logo {
  float: left;
  padding: 10px 20px 20px 10px;
  background: url(../../images/path13-7-google.png) no-repeat 0;
}
.btn-google span.provider-name {
  margin: 5px 0px 0px -60px;
  position: absolute;
}
.btn-vimeo.disabled {
  opacity: 0.2;
}
.btn-vimeo span.provider-logo {
  margin-left: 5px;
  width: 40px;
  background: url(../images/azuread.png) no-repeat 0;
}
.btn-vimeo span.provider-name {
  margin: 5px 0px 0px -60px;
  position: absolute;
}
.btn {
  /*&.btn-microsoft {
        background-color: #ffffff;
        border: 1px solid #b6bdbb;
        color: #000000;
        &:hover {
            background-color: #ffffff;
        }
        span {
            &.provider-logo {
                margin-left: 12px;
                width: 30px;
                background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAd0lEQVQ4T2P8GK78n4EA+Pfvb6JzQgQDEyPTfEJqGUcNxBpEo2GIN+VQP9m8D1VIIJRYf//8c8QhOZSBg4XdhpBaRt+11wka+Ovv3yMbRf0Z2BmYCBsYuO4mwaz35/+/xE1Cfgz/WYjIeqMGYo3E0TDEn/WonWwAThGgsa1MEegAAAAASUVORK5CYII=') no-repeat 0;
            }

            &.provider-name {
                margin: 5px 0px 0px -68px;
                position: absolute;
            }
        }
    }

    &.btn-google {
        background-color: #DD4B39;
        border: 1px solid transparent;
        color: #fff;

        span {
            &.provider-logo {
                float: left;
                padding: 10px 20px 20px 10px;
                background: url(../../images/path13-7-google.png) no-repeat 0;
            }

            &.provider-name {
                margin: 5px 0px 0px -60px;
                position: absolute;
            }
        }
    }

    &.btn-vimeo {
        &.disabled {
            opacity: 0.4;
        }

        span {
            &.provider-logo {
                margin-left: 5px;
                width: 40px;
                background: url(../images/azuread.png) no-repeat 0;
            }

            &.provider-name {
                margin: 5px 0px 0px -60px;
                position: absolute;
            }
        }
    }*/
}
.btn.btn-fill {
  width: 100%;
}
.btn.btn-social.btn-social-right > :first-child {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 1px solid #fff;
  margin-right: 12px;
  /* margin-left: 0 !important; */
  padding-left: 12px;
}
.btn.btn-auth.disabled {
  cursor: default;
}
.btn.btn-upgrade-to {
  background-color: #337ab7;
  color: #fff !important;
}
.btn.btn-upgrade-to:hover {
  background-color: #337ab7;
}
.btn.btn-upgrade-to span.provider-logo {
  margin-left: 12px;
}
.btn.btn-upgrade-to span.provider-name {
  margin: 5px 0px 0px -68px;
  position: absolute;
}
.btn.btn-followit {
  background: #efefef;
}
.btn.btn-followit.disabled {
  opacity: 0.4;
}
.btn.btn-followit span.provider-logo {
  margin-left: 5px;
  width: 40px;
}
.btn.btn-followit span.provider-logo .icon-followit-logo {
  padding-top: 5px;
  margin-left: -20px;
  position: absolute;
}
.btn.btn-followit span.provider-name {
  margin: 5px 0px 0px -60px;
  position: absolute;
}
.popover {
  color: #696868;
}
.popover.right {
  border-right: 4px solid #2696D3;
}
label {
  border-bottom: 1px solid #FFF;
  padding: 0 0 2px 0;
  display: block;
  min-height: 23px;
}
.required-label > label {
  padding: 0 0 2px 0;
  display: block;
  position: relative;
}
.required-label > label:after {
  content: "*";
  position: absolute;
  display: inline-block;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color: #aaa;
  margin-left: 5px;
  top: -1px;
}
.required-label.has-error input,
.required-label.has-error textarea,
.required-label.has-error select {
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-color: #ccc;
  border-bottom: 1px solid #a94442;
}
.required-label.has-error input:focus,
.required-label.has-error textarea:focus,
.required-label.has-error select:focus {
  border-color: #ccc;
  border-bottom: 1px solid #a94442;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.required-a.has-error a,
.required-a.has-error input,
.required-a.has-error textarea,
.required-a.has-error select {
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-color: #ccc;
  border-bottom: 1px solid #a94442 !important;
}
.required-froala.has-error .froala-wrapper {
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-color: #ccc;
  border-bottom: 1px solid #a94442 !important;
}
.required-input-group.has-error .input-group-addon {
  color: #555;
  background-color: #eee;
  border-color: #ccc;
  border-bottom: 0px;
}
.required-input-group.has-error label {
  border-bottom: 0px;
}
.required-input-group.has-error input,
.required-input-group.has-error textarea,
.required-input-group.has-error select,
.required-input-group.has-error a,
.required-input-group.has-error button {
  border-color: #ccc;
  border-bottom: 0px !important;
}
.required-input-group.has-error .input-group {
  border-bottom: 1px solid #a94442;
}
label.subtle {
  font-weight: normal;
}
label.withicon {
  display: inline-block;
}
.required-button > label:not(.required-label-main) {
  border: 1px solid #ccc;
  padding: 6px 12px;
  display: block;
  position: relative;
}
.required-button > label.required-label-main:after {
  content: "*";
  position: absolute;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color: #aaa;
  margin-left: 5px;
  top: -1px;
}
.required-button.has-error label:not(.required-label-main) {
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-color: #ccc;
  border-bottom: 1px solid #a94442;
}
.required-button.has-error .validation-message {
  text-align: left;
}
.required-input .has-error a,
.required-input .has-error input,
.required-input .has-error textarea,
.required-input .has-error select {
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-color: #ccc;
  border-bottom: 1px solid #a94442;
}
.required-input.has-error a,
.required-input.has-error input,
.required-input.has-error textarea,
.required-input.has-error select {
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-color: #ccc;
  border-bottom: 1px solid #a94442;
}
.validation-message {
  visibility: hidden;
  padding: 0px;
  text-align: right;
  min-height: 17px;
}
.validation-message::after {
  content: '\00a0 ';
}
.has-error .validation-message {
  color: #a94442;
  visibility: visible;
}
/*.has-error {
    .form-control:focus {
        border-color: #ccc;
        //border-bottom-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}*/
.required-label input:focus,
.required-label.has-error input:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.required-label input:focus,
.required-label.has-error input:focus,
.required-label input:hover,
.required-label.has-error input:hover {
  border-bottom-color: #66afe9;
}
.required-input-group .input-group {
  border-bottom: 1px solid #ccc;
}
.required-input-group .input-group .form-control,
.required-input-group .input-group .input-group-addon {
  border-bottom: none;
}
.required-input-group .input-group .form-control:focus,
.required-input-group .input-group .input-group-addon:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.required-input-group .input-group:focus,
.required-input-group .input-group:hover,
.required-input-group .input-group.focus {
  border-bottom-color: #66afe9;
}
.password-strength {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 0.5em;
  /* Applicable only to Firefox */
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
  display: table;
  margin-top: -10px;
  margin-bottom: 10px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#password-strength-result {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 0.5em;
  /* Applicable only to Firefox */
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
  display: table;
  margin-top: -10px;
  margin-bottom: 10px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 0;
  margin: 0;
}
#password-strength-meter {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 0.5em;
  /* Applicable only to Firefox */
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
  display: table;
  margin-top: -10px;
  margin-bottom: 10px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#password-strength-meter.loaded {
  margin-top: 0px;
  margin-bottom: 0px;
}
#password-strength-meter ~ div.row {
  margin: 0 -15px;
}
#password-strength-meter ~ div div:nth-child(1) {
  text-align: left;
}
#password-strength-meter ~ div div:nth-child(2) {
  text-align: right;
}
#password-strength-result {
  background: green;
}
#password-strength-result[data-value="0"] {
  width: 10%;
}
#password-strength-result[data-value="1"] {
  width: 25%;
}
#password-strength-result[data-value="2"] {
  width: 50%;
}
#password-strength-result[data-value="3"] {
  width: 75%;
}
#password-strength-result[data-value="4"] {
  width: 100%;
}
.account-status-active {
  font-weight: bold;
  color: #5cb85c;
}
/*@media screen and (min-width: 1680px) and (max-width:1920px) {
    body {
        div.login-content{
            margin: 0 35%;
            width: 30%;
        }
    }
}*/
@media screen and (max-width: 990px) {
  body [class^="signin-"] {
    background: #FFF;
    background-image: none;
  }
  body .login-content {
    box-shadow: 0px 0px 0px 0px #FFF;
    min-width: 280px;
  }
}
/*@media screen and (max-width:768px) {
    body {
        .login-content {
            box-shadow: 0px 0px 0px 0px #FFF;
            min-width: 280px; 
        }
    }
}*/
@media screen and (max-width: 480px) {
  body .login-content .login-body .col-xs-12 {
    padding: 0;
  }
}