.sc-btn {
  display: inline-block;
  position: relative;
  margin: 0 .25em .5em 0;
  padding: 0;
  color: #fff;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.3) 0px -0.1em 0px;
  border: 0;
  border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  -ms-border-radius: 0.4em;
  -o-border-radius: 0.4em;
  background-color: #1a1a1a;
  background-image: -webkit-linear-gradient(top, #595959, #1a1a1a 100%);
  background-image: -moz-linear-gradient(top, #595959, #1a1a1a);
  background-image: -ms-linear-gradient(top, #595959, #1a1a1a);
  background-image: -o-linear-gradient(top, #595959, #1a1a1a);
  background-image: linear-gradient(top, #595959, #1a1a1a);
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px -0.15em 0px, inset rgba(255, 255, 255, 0.2) 0px 0.15em 0px, rgba(0, 0, 0, 0.3) 0px 0.1em 0.3em;
  text-align: center;
  background-repeat: no-repeat;
  -webkit-transition: background-position .1s ease-in-out;
  -webkit-appearance: none;
  cursor: pointer;
  overflow: hidden; }
  .sc-btn:hover {
    color: #fff; padding: initial;}
  .sc-btn:active {
    box-shadow: rgba(255, 255, 255, 0.2) 0 0.1em 0, inset rgba(0, 0, 0, 0.3) 0px 0.25em 1em; }

.sc-icon, .sc-text {
  display: block;
  float: left; }

.sc-icon {
  margin: 0 -.4em 0 0;
  padding: 0.6em .8em .5em;
  border-right: rgba(255, 255, 255, 0.1) 0.1em solid;
  box-shadow: inset rgba(0, 0, 0, 0.1) -0.1em 0px 0px; }

.sc-text {
  padding: 1.05em 1em .85em 1em;
	color:white;
  /*font-size: 1.15em;*/
  text-align: center; }

svg {
  width: 1.8em;
  height: 1.8em;
  fill: #fff; }

.sc--flat {
	/*width: 100%;*/
	width: 230px;
  box-shadow: none;
  background-image: none !important; }
  .sc--flat .sc-icon {
    border-color: transparent; }
  .sc--flat:active {
    box-shadow: inset rgba(0, 0, 0, 0.3) 0px 0.15em 0.25em; }

.sc--facebook {
  background-color: #33477a;
  background-image: -webkit-linear-gradient(top, #5975ba, #33477a 100%);
  background-image: -moz-linear-gradient(top, #5975ba, #33477a);
  background-image: -ms-linear-gradient(top, #5975ba, #33477a);
  background-image: -o-linear-gradient(top, #5975ba, #33477a);
  background-image: linear-gradient(top, #5975ba, #33477a); }
  .sc--facebook:hover {
    background-color: #304373;
    background-image: -webkit-linear-gradient(top, #6b84c1, #304373 90%);
    background-image: -moz-linear-gradient(top, #6b84c1, #304373);
    background-image: -ms-linear-gradient(top, #6b84c1, #304373);
    background-image: -o-linear-gradient(top, #6b84c1, #304373);
    background-image: linear-gradient(top, #6b84c1, #304373);
    background-color: #4560a5; }
  .sc--facebook:active {
    background-color: #33477a;
    background-image: -webkit-linear-gradient(top, #4a66b0, #33477a 100%);
    background-image: -moz-linear-gradient(top, #4a66b0, #33477a);
    background-image: -ms-linear-gradient(top, #4a66b0, #33477a);
    background-image: -o-linear-gradient(top, #4a66b0, #33477a);
    background-image: linear-gradient(top, #4a66b0, #33477a); }

.permissions-title {
}
.permissions-selected {
  margin-bottom: 5px;
  font-style: italic;
  letter-spacing: 1px;
}

pre {
  position: relative;
}
pre button {
  position: absolute;
  right: 5px;
  left: 5px;
}
.toggle-check {
  padding-left: 10px;
}

.sc--google-plus {
  background-color: #b92d25;
  background-image: -webkit-linear-gradient(top, #e06b64, #b92d25 100%);
  background-image: -moz-linear-gradient(top, #e06b64, #b92d25);
  background-image: -ms-linear-gradient(top, #e06b64, #b92d25);
  background-image: -o-linear-gradient(top, #e06b64, #b92d25);
  background-image: linear-gradient(top, #e06b64, #b92d25); }
  .sc--google-plus:hover {
    background-color: #b12b23;
    background-image: -webkit-linear-gradient(top, #e57f79, #b12b23 90%);
    background-image: -moz-linear-gradient(top, #e57f79, #b12b23);
    background-image: -ms-linear-gradient(top, #e57f79, #b12b23);
    background-image: -o-linear-gradient(top, #e57f79, #b12b23);
    background-image: linear-gradient(top, #e57f79, #b12b23);
    background-color: #da4a42; }
  .sc--google-plus:active {
    background-color: #b92d25;
    background-image: -webkit-linear-gradient(top, #dc564e, #b92d25 100%);
    background-image: -moz-linear-gradient(top, #dc564e, #b92d25);
    background-image: -ms-linear-gradient(top, #dc564e, #b92d25);
    background-image: -o-linear-gradient(top, #dc564e, #b92d25);
    background-image: linear-gradient(top, #dc564e, #b92d25); }

	.sc--twitter {
  background-color: #108ac1;
  background-image: -webkit-linear-gradient(top, #47bbf0, #108ac1 100%);
  background-image: -moz-linear-gradient(top, #47bbf0, #108ac1);
  background-image: -ms-linear-gradient(top, #47bbf0, #108ac1);
  background-image: -o-linear-gradient(top, #47bbf0, #108ac1);
  background-image: linear-gradient(top, #47bbf0, #108ac1); }
  .sc--twitter:hover {
    background-color: #0f83b8;
    background-image: -webkit-linear-gradient(top, #76cdf4, #0f83b8 90%);
    background-image: -moz-linear-gradient(top, #76cdf4, #0f83b8);
    background-image: -ms-linear-gradient(top, #76cdf4, #0f83b8);
    background-image: -o-linear-gradient(top, #76cdf4, #0f83b8);
    background-image: linear-gradient(top, #76cdf4, #0f83b8);
    background-color: #21aded; }
  .sc--twitter:active {
    background-color: #108ac1;
    background-image: -webkit-linear-gradient(top, #30b3ee, #108ac1 100%);
    background-image: -moz-linear-gradient(top, #30b3ee, #108ac1);
    background-image: -ms-linear-gradient(top, #30b3ee, #108ac1);
    background-image: -o-linear-gradient(top, #30b3ee, #108ac1);
    background-image: linear-gradient(top, #30b3ee, #108ac1); }
	
		.sc--linkedin {
  background-color: #0074b2;
  background-image: -webkit-linear-gradient(top, #689cd0, #0074b2 100%);
  background-image: -moz-linear-gradient(top, #689cd0, #0074b2);
  background-image: -ms-linear-gradient(top, #689cd0, #0074b2);
  background-image: -o-linear-gradient(top, #689cd0, #0074b2);
  background-image: linear-gradient(top, #689cd0, #0074b2); }
  .sc--linkedin:hover {
    background-color: #1f88be;
    background-image: -webkit-linear-gradient(top, #0074b2, #1f88be 90%);
    background-image: -moz-linear-gradient(top, #0074b2, #1f88be);
    background-image: -ms-linear-gradient(top, #0074b2, #1f88be);
    background-image: -o-linear-gradient(top, #0074b2, #1f88be);
    background-image: linear-gradient(top, #0074b2, #1f88be);
    /*background-color: #4988c6; */}
  .sc--linkedin:active {
    background-color: #0074b2;
    background-image: -webkit-linear-gradient(top, #5490ca, #0074b2 100%);
    background-image: -moz-linear-gradient(top, #5490ca, #0074b2);
    background-image: -ms-linear-gradient(top, #5490ca, #0074b2);
    background-image: -o-linear-gradient(top, #5490ca, #0074b2);
    background-image: linear-gradient(top, #5490ca, #0074b2); }

#closeLogin { 
    cursor: pointer;
    color: grey;
    display: block;
    width: 100%;
    padding-top: 10px;
	    text-align: center;
}
#loginbox h2 {font-size: 1.4em;margin-top: 0px;
    margin-bottom: 0px;}
#loginbox input {outline: none;}
#loginbox input[type=button], #loginbox input[type=submit]{
    margin: 10px auto;
    padding: 5px 10px;
    float: right;
}

	#loginbox img {
   		margin-top: 20px;
    	margin-bottom: 30px;
	}

#fplogin {
	margin-top: 15px;
}
@media screen and (max-width: 768px) {
	#loginbox img {
		margin-top: 0px;
		margin-bottom: 15px;
	}
	#fplogin {
		margin-top: 0px;
	}	
}



#blacklayer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: black;
  top: 0;
  background-color: rgba(0, 0, 0, 0.66);
    z-index: 1000;
}
#loginboxContainer {
display: none;
  position: fixed;
  top: 50%;
  left: 50%;
	/*transform: translateX(-50%) translateY(-50%) translate3d( 0, 0, 0) scale(1.0);*/
	/*transform: scale(1) translateX(-50%) translateY(-50%);*/
  transform: translate(-50%, -50%);
  z-index: 2001; 
    font-size: 12px;
    line-height: 18px;	
}
#loginbox {
  display: none;
  width: 270px;
  margin: 0px auto;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.65) 0 4px 15px -1px;
    border-radius: 5px;
}
/*
@media screen and (min-width: 768px) {
	#loginbox img {
			margin-bottom: 10px;
	}
}
*/
#loginbox  input[type=text], #loginbox  input[type=password]{
  width: 100%;
  margin: 10px 0 0px;
  border: 1px solid silver;
  border-radius: 5px;
  padding: 10px 10px;
}
/*
#loading {  display: none;
	width: 100%;
	height: 100%;
	z-index:100000;
}*/
input#login{
    margin: 10px auto;
    padding: 5px 15px;
    float: right;
}
