
.mo_openid_tab {
  float: left;
  background-color: #32373C;
  /*width: 15%;*/
  /*height: 350px;*/
  box-shadow: -1px 0px 3px #777777;
  text-decoration: none;
}
.mo_openid_tab a {
  display: block;
  background-color: #32373C;
  color: white;
  padding: 11px 7px;
  text-decoration: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
}
.mo_openid_tab a:hover {
  background-color: #616161;
  color: white;
  text-decoration: none;
}
.mo_openid_tab a.tablinks_active{
  background-color: white;
  color: #F6821F;
  font-weight: bold;
  text-decoration: none;
}
.mo_openid_highlight{
  background-color:#102A43;
  padding: 0.004%;
}
.fad-discord {
  background: #7289da;
  color: white;
}
.fad-google {
  background: #dd4b39;
  color: white;
}
.fad-twitter {
  background: #55ACEE;
  color: white;
}
.fad-microsoft{
  background: #00A1F1;
  color: white;
}
.fad-github{
  background: #24292E;
  color: white;
}
.fad-apple{
  background: #000000;
  color: white;
}
.fad-twitch{
  background: #6441A5;
  color: white;
}
.fad-paypal{
  background: #009DDC;
  color: white;
}
.fad-yahoo{
  background: #602ad2;
  color: white;
}
.fad-wordpress{
  background: #346DA6;
  color: white;
}
.fad-snapchat{
  background: #FFFC00;
  color: white;
}
.fad-vk{
  background: #4C75A3;
  color: white;
}
.fad-spotify{
  background: #1ED760;
  color: white;
}
.fad-dropbox{
  background: #007ab9d9;
  color: white;
}
.fad-dribbble{
  background: #E84C88;
  color: white;
}
.fad-reddit{
  background: #ff571e;
  color: white;
}
.fad-foursquare{
  background: #fe5478;
  color: white;
}
.fad-gitlab{
  background: #30353e;
  color: white;
}
.fad-meetup{
  background: #EC1C40;
  color: white;
}
.fad-line{
  background: #00B900;
  color: white;
}
.fad-naver{
  background: #00C83B;
  color: white;
}
.fad-slack{
  background: #4c154d;
  color: white;
}
.fad-tumblr {
  background: #34465D;
  color: white;
}
.fad-fitbit {
  background: #000000;
  color: white;
}
.fad-strava {
  background: #fe6100;
  color: white;
}
.mo-switch-app {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
  bottom: 5px;
}

.mo-slider-app {
  position: absolute;
  cursor: pointer;
  top: 2px;
  left: 0;
  right: 3px;
  bottom: 2px;
  width: 55px;
  background-color: grey;
  -webkit-transition: .4s;
  transition: .4s;
}
.mo-slider-app:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .mo-slider-app {
  background-color: #0085ba;
}
input:focus + .mo-slider-app {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .mo-slider-app:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.mo-slider-app.round {
  border-radius: 34px;
}
.mo-slider-app.round:before {
  border-radius: 50%;
}
.mo-openid-sort-apps {
  position: relative;
  padding: 15px;
}

.mo-openid-sort-apps .mo-openid-sort-apps-div {
  position: relative;
  float: left;
  width: 213px;
  height: 120px;
  margin: 15px;
  display: flex;
  flex-flow: column;
}

.mo-openid-sort-apps .mo-openid-sort-apps-i-div {
  height: 166px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 50%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  border-radius: 5px;
  border: 2px solid #e7e7e7;
}

.mo-openid-sort-apps-move {
  position: absolute;
  left: 0;
  top: 0;
  width: 9%;
  height: 17%;
  cursor: move;

}


.mo-openid-hover-div-sett:hover #mo-openid-hover-app-sett-show{
  display: block;
  transition: .4s;
}

.mo-openid-hover-div-sett #mo-openid-hover-app-sett-show {
  height: 29px;
  background-color: #f0f0f0;
  padding: 5px;
  color: #8e8ef6b8;
  font-size: 16px;
  display: none;
}

.mo-openid-hover-div-sett .mo-openid-capp-sett#mo-openid-hover-app-sett-show{
  height: 17px;
  background-color: #f0f0f0;
  padding: 5px;
  color: #8e8ef6b8;
  font-size: 16px;
}

#snackbar_g {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #4CAF50;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  top: 21%;
  right: 30px;
  font-size: 17px;
}

#snackbar_g.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 3.5s;
  animation: fadein 0.5s, fadeout 0.5s 3.5s;
}


@-webkit-keyframes fadein {
  from {right: 0; opacity: 0;}
  to {right: 30px; opacity: 1;}
}

@keyframes  fadein {
  from {right: 0; opacity: 0;}
  to {right: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {right: 30px; opacity: 1;}
  to {right: 0; opacity: 0;}
}

@keyframes  fadeout {
  from {right: 30px; opacity: 1;}
  to {right: 0; opacity: 0;}
}

.fad-facebook {
  background: #3B5998;
  color: white;
}

.fad-linkedin {
  background: #007AB9;
  color: white;
}
.fad-amazon {
  background: black;
  color: white;
}

#mo_social_icons .loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 0.75s linear infinite; /* Safari */
  animation: spin 0.75s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.mo-wc-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 5px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content */
.mo-wc-modal-content {
  background-color: #0867b2;
  border: 1px solid #888;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-top: 150px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
/* The Close Button */
.mo-wc-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.mo-wc-close:hover,
.mo-wc-close:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.mo_openid_table_layout {
  background-color:#FFFFFF;
  padding:0px 10px 10px 10px;
  margin-bottom: 10px;
  height:auto;
  min-height:400px;
  border-radius: 0px 15px 15px 0px;
}

.mo_openid_table_layout {
  width: 96%;
  padding-top: 8px;
}
/*RAdio button*/

.mo-openid-radio-container {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 1px;
  cursor: pointer;

  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.mo-openid-radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.mo-openid-radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #e5e7eb;
  border-radius: 50%;


}

/* On mouse-over, add a grey background color */
.mo-openid-radio-container:hover input ~ .mo-openid-radio-checkmark {
  background-color: #F0F0F0;
}

/* When the radio button is checked, add a blue background */
.mo-openid-radio-container input:checked ~ .mo-openid-radio-checkmark {
  background-color: #0867b2;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.mo-openid-radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.mo-openid-radio-container input:checked ~ .mo-openid-radio-checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.mo-openid-radio-container .mo-openid-radio-checkmark:after {
  top: 5.5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}
#mo_social_icons .button,
#mo_social_icons .button-primary,
#mo_social_icons .button-secondary {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 26px;
  height: 28px;
  margin: 0;
  padding: 0 10px 1px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#mo_social_icons .button-primary {
  background: #2ea2cc;
  border-color: #0074a2;
  -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5), 0 1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 1px 0 rgba(120,200,230,0.5), 0 1px 0 rgba(0,0,0,.15);
  color: #fff;
  text-decoration: none;
}

#mo_social_icons .button-primary:hover,
#mo_social_icons .button-primary:focus {
  background: #1e8cbe;
  border-color: #0074a2;
  -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
  box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
  color: #fff;
}

/* Create a custom checkbox */
.mo_openid_checkbox_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #e5e7eb;
}

/* On mouse-over, add a grey background color */
.mo_openid_checkbox_container:hover input ~ .mo_openid_checkbox_checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.mo_openid_checkbox_container input:checked ~ .mo_openid_checkbox_checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.mo_openid_checkbox_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.mo_openid_checkbox_container input:checked ~ .mo_openid_checkbox_checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.mo_openid_checkbox_container .mo_openid_checkbox_checkmark:after {
  left: 5px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mo_openid_checkbox_container {
  display: block;
  position: relative;
  margin-bottom: 18px;
  cursor: pointer;
  font-size: 15px;

}

/* Hide the browser's default checkbox */
.mo_openid_checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.mo_openid_note_style{
  display:block;
  margin-top:10px;
  background-color:#ebf6fc;
  padding:14px;
  border:solid 1px darkblue;
  margin-left: 10px;
}

#mo_social_icons .btn-block {
  display: block !important;
  width: 90% !important;
}

#mo_social_icons .btn {
  display: inline-block;
  /*padding: 6px 12px;*/
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none
}

#mo_social_icons .btn:focus,#mo_social_icons .btn:active:focus,#mo_social_icons .btn.active:focus,#mo_social_icons .btn.focus,#mo_social_icons .btn:active.focus,#mo_social_icons .btn.active.focus
{
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

#mo_social_icons .btn:hover,#mo_social_icons .btn:focus,#mo_social_icons .btn.focus {

  text-decoration: none
}

#mo_social_icons .btn:active,#mo_social_icons .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

#mo_social_icons .btn.disabled,#mo_social_icons .btn[disabled],#mo_social_icons fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity = 65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65
}

#mo_social_icons .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc
}

#mo_social_icons .btn-default:hover,#mo_social_icons .btn-default:focus,#mo_social_icons .btn-default.focus,#mo_social_icons .btn-default:active,#mo_social_icons .btn-default.active,#mo_social_icons .open>.dropdown-toggle.btn-default
{
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad
}

#mo_social_icons .btn-default:active,#mo_social_icons .btn-default.active,#mo_social_icons .open>.dropdown-toggle.btn-default
{
  background-image: none
}

#mo_social_icons .btn-default.disabled,#mo_social_icons .btn-default[disabled],#mo_social_icons fieldset[disabled] .btn-default,#mo_social_icons .btn-default.disabled:hover,#mo_social_icons .btn-default[disabled]:hover,#mo_social_icons fieldset[disabled] .btn-default:hover,#mo_social_icons .btn-default.disabled:focus,#mo_social_icons .btn-default[disabled]:focus,#mo_social_icons fieldset[disabled] .btn-default:focus,#mo_social_icons .btn-default.disabled.focus,#mo_social_icons .btn-default[disabled].focus,#mo_social_icons fieldset[disabled] .btn-default.focus,#mo_social_icons .btn-default.disabled:active,#mo_social_icons .btn-default[disabled]:active,#mo_social_icons fieldset[disabled] .btn-default:active,#mo_social_icons .btn-default.disabled.active,#mo_social_icons .btn-default[disabled].active,#mo_social_icons fieldset[disabled] .btn-default.active
{
  background-color: #fff;
  border-color: #ccc
}

#mo_social_icons .btn-default .badge {
  color: #fff;
  background-color: #333
}

#mo_social_icons .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4
}

#mo_social_icons .btn-primary:hover,#mo_social_icons .btn-primary:focus,#mo_social_icons .btn-primary.focus,#mo_social_icons .btn-primary:active,#mo_social_icons .btn-primary.active,#mo_social_icons .open>.dropdown-toggle.btn-primary
{
  color: #fff;
  background-color: #286090;
  border-color: #204d74
}

#mo_social_icons .btn-primary:active,#mo_social_icons .btn-primary.active,#mo_social_icons .open>.dropdown-toggle.btn-primary
{
  background-image: none
}

#mo_social_icons .btn-primary.disabled,#mo_social_icons .btn-primary[disabled],#mo_social_icons fieldset[disabled] .btn-primary,#mo_social_icons .btn-primary.disabled:hover,#mo_social_icons .btn-primary[disabled]:hover,#mo_social_icons fieldset[disabled] .btn-primary:hover,#mo_social_icons .btn-primary.disabled:focus,#mo_social_icons .btn-primary[disabled]:focus,#mo_social_icons fieldset[disabled] .btn-primary:focus,#mo_social_icons .btn-primary.disabled.focus,#mo_social_icons .btn-primary[disabled].focus,#mo_social_icons fieldset[disabled] .btn-primary.focus,#mo_social_icons .btn-primary.disabled:active,#mo_social_icons .btn-primary[disabled]:active,#mo_social_icons fieldset[disabled] .btn-primary:active,#mo_social_icons .btn-primary.disabled.active,#mo_social_icons .btn-primary[disabled].active,#mo_social_icons fieldset[disabled] .btn-primary.active
{
  background-color: #337ab7;
  border-color: #2e6da4
}

#mo_social_icons .btn-primary .badge {
  color: #337ab7;
  background-color: #fff
}

#mo_social_icons .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c
}

#mo_social_icons .btn-success:hover,#mo_social_icons .btn-success:focus,#mo_social_icons .btn-success.focus,#mo_social_icons .btn-success:active,#mo_social_icons .btn-success.active,#mo_social_icons .open>.dropdown-toggle.btn-success
{
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}

#mo_social_icons .btn-success:active,#mo_social_icons .btn-success.active,#mo_social_icons .open>.dropdown-toggle.btn-success
{
  background-image: none
}

#mo_social_icons .btn-success.disabled,#mo_social_icons .btn-success[disabled],#mo_social_icons fieldset[disabled] .btn-success,#mo_social_icons .btn-success.disabled:hover,#mo_social_icons .btn-success[disabled]:hover,#mo_social_icons fieldset[disabled] .btn-success:hover,#mo_social_icons .btn-success.disabled:focus,#mo_social_icons .btn-success[disabled]:focus,#mo_social_icons fieldset[disabled] .btn-success:focus,#mo_social_icons .btn-success.disabled.focus,#mo_social_icons .btn-success[disabled].focus,#mo_social_icons fieldset[disabled] .btn-success.focus,#mo_social_icons .btn-success.disabled:active,#mo_social_icons .btn-success[disabled]:active,#mo_social_icons fieldset[disabled] .btn-success:active,#mo_social_icons .btn-success.disabled.active,#mo_social_icons .btn-success[disabled].active,#mo_social_icons fieldset[disabled] .btn-success.active
{
  background-color: #5cb85c;
  border-color: #4cae4c
}

#mo_social_icons .btn-success .badge {
  color: #5cb85c;
  background-color: #fff
}

#mo_social_icons .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da
}

#mo_social_icons .btn-info:hover,#mo_social_icons .btn-info:focus,#mo_social_icons .btn-info.focus,#mo_social_icons .btn-info:active,#mo_social_icons .btn-info.active,#mo_social_icons .open>.dropdown-toggle.btn-info
{
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc
}

#mo_social_icons .btn-info:active,#mo_social_icons .btn-info.active,#mo_social_icons .open>.dropdown-toggle.btn-info {
  background-image: none
}

#mo_social_icons .btn-info.disabled,#mo_social_icons .btn-info[disabled],#mo_social_icons fieldset[disabled] .btn-info,#mo_social_icons .btn-info.disabled:hover,#mo_social_icons .btn-info[disabled]:hover,#mo_social_icons fieldset[disabled] .btn-info:hover,#mo_social_icons .btn-info.disabled:focus,#mo_social_icons .btn-info[disabled]:focus,#mo_social_icons fieldset[disabled] .btn-info:focus,#mo_social_icons .btn-info.disabled.focus,#mo_social_icons .btn-info[disabled].focus,#mo_social_icons fieldset[disabled] .btn-info.focus,#mo_social_icons .btn-info.disabled:active,#mo_social_icons .btn-info[disabled]:active,#mo_social_icons fieldset[disabled] .btn-info:active,#mo_social_icons .btn-info.disabled.active,#mo_social_icons .btn-info[disabled].active,#mo_social_icons fieldset[disabled] .btn-info.active
{
  background-color: #5bc0de;
  border-color: #46b8da
}

#mo_social_icons .btn-info .badge {
  color: #5bc0de;
  background-color: #fff
}

#mo_social_icons .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236
}

#mo_social_icons .btn-warning:hover,#mo_social_icons .btn-warning:focus,#mo_social_icons .btn-warning.focus,#mo_social_icons .btn-warning:active,#mo_social_icons .btn-warning.active,#mo_social_icons .open>.dropdown-toggle.btn-warning
{
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}

#mo_social_icons .btn-warning:active,#mo_social_icons .btn-warning.active,#mo_social_icons .open>.dropdown-toggle.btn-warning
{
  background-image: none
}

#mo_social_icons .btn-warning.disabled,#mo_social_icons .btn-warning[disabled],#mo_social_icons fieldset[disabled] .btn-warning,#mo_social_icons .btn-warning.disabled:hover,#mo_social_icons .btn-warning[disabled]:hover,#mo_social_icons fieldset[disabled] .btn-warning:hover,#mo_social_icons .btn-warning.disabled:focus,#mo_social_icons .btn-warning[disabled]:focus,#mo_social_icons fieldset[disabled] .btn-warning:focus,#mo_social_icons .btn-warning.disabled.focus,#mo_social_icons .btn-warning[disabled].focus,#mo_social_icons fieldset[disabled] .btn-warning.focus,#mo_social_icons .btn-warning.disabled:active,#mo_social_icons .btn-warning[disabled]:active,#mo_social_icons fieldset[disabled] .btn-warning:active,#mo_social_icons .btn-warning.disabled.active,#mo_social_icons .btn-warning[disabled].active,#mo_social_icons fieldset[disabled] .btn-warning.active
{
  background-color: #f0ad4e;
  border-color: #eea236
}

#mo_social_icons .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff
}

#mo_social_icons .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a
}

#mo_social_icons .btn-danger:hover,#mo_social_icons .btn-danger:focus,#mo_social_icons .btn-danger.focus,#mo_social_icons .btn-danger:active,#mo_social_icons .btn-danger.active,#mo_social_icons .open>.dropdown-toggle.btn-danger
{
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925
}

#mo_social_icons .btn-danger:active,#mo_social_icons .btn-danger.active,#mo_social_icons .open>.dropdown-toggle.btn-danger
{
  background-image: none
}

#mo_social_icons .btn-danger.disabled,#mo_social_icons .btn-danger[disabled],#mo_social_icons fieldset[disabled] .btn-danger,#mo_social_icons .btn-danger.disabled:hover,#mo_social_icons .btn-danger[disabled]:hover,#mo_social_icons fieldset[disabled] .btn-danger:hover,#mo_social_icons .btn-danger.disabled:focus,#mo_social_icons .btn-danger[disabled]:focus,#mo_social_icons fieldset[disabled] .btn-danger:focus,#mo_social_icons .btn-danger.disabled.focus,#mo_social_icons .btn-danger[disabled].focus,#mo_social_icons fieldset[disabled] .btn-danger.focus,#mo_social_icons .btn-danger.disabled:active,#mo_social_icons .btn-danger[disabled]:active,#mo_social_icons fieldset[disabled] .btn-danger:active,#mo_social_icons .btn-danger.disabled.active,#mo_social_icons .btn-danger[disabled].active,#mo_social_icons fieldset[disabled] .btn-danger.active
{
  background-color: #d9534f;
  border-color: #d43f3a
}

#mo_social_icons .btn-danger .badge {
  color: #d9534f;
  background-color: #fff
}

#mo_social_icons .btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0
}

#mo_social_icons .btn-link,#mo_social_icons .btn-link:active,#mo_social_icons .btn-link.active,#mo_social_icons .btn-link[disabled],#mo_social_icons fieldset[disabled] .btn-link
{
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

#mo_social_icons .btn-link,#mo_social_icons .btn-link:hover,#mo_social_icons .btn-link:focus,#mo_social_icons .btn-link:active {
  border-color: transparent
}

#mo_social_icons .btn-link:hover,#mo_social_icons .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent
}

#mo_social_icons .btn-link[disabled]:hover,#mo_social_icons fieldset[disabled] .btn-link:hover,#mo_social_icons .btn-link[disabled]:focus,#mo_social_icons fieldset[disabled] .btn-link:focus
{
  color: #777;
  text-decoration: none
}

#mo_social_icons .btn-lg,#mo_social_icons .btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}

#mo_social_icons .btn-sm,#mo_social_icons .btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

#mo_social_icons .btn-xs,#mo_social_icons .btn-group-xs>.btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

#mo_social_icons .btn-block {
  display: block;
  width: 100%
}

#mo_social_icons .btn-block+.btn-block {
  margin-top: 5px
}

#mo_social_icons input[type=submit].btn-block,#mo_social_icons input[type=reset].btn-block,#mo_social_icons input[type=button].btn-block
{
  width: 100%
}



#mo_social_icons .btn-group,#mo_social_icons .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

#mo_social_icons .btn-group>.btn,#mo_social_icons .btn-group-vertical>.btn {
  position: relative;
  float: left
}

#mo_social_icons .btn-group>.btn:hover,#mo_social_icons .btn-group-vertical>.btn:hover,#mo_social_icons .btn-group>.btn:focus,#mo_social_icons .btn-group-vertical>.btn:focus,#mo_social_icons .btn-group>.btn:active,#mo_social_icons .btn-group-vertical>.btn:active,#mo_social_icons .btn-group>.btn.active,#mo_social_icons .btn-group-vertical>.btn.active
{
  z-index: 2
}

#mo_social_icons .btn-group .btn+.btn,#mo_social_icons .btn-group .btn+.btn-group,#mo_social_icons .btn-group .btn-group+.btn,#mo_social_icons .btn-group .btn-group+.btn-group
{
  margin-left: -1px
}

#mo_social_icons .btn-toolbar {
  margin-left: -5px
}

#mo_social_icons .btn-toolbar .btn-group,#mo_social_icons .btn-toolbar .input-group {
  float: left
}

#mo_social_icons .btn-toolbar>.btn,#mo_social_icons .btn-toolbar>.btn-group,#mo_social_icons .btn-toolbar>.input-group {
  margin-left: 5px
}

#mo_social_icons .btn-group>.btn:not (:first-child ):not (:last-child ):not (.dropdown-toggle
	){
  border-radius: 0
}

#mo_social_icons .btn-group>.btn:first-child {
  margin-left: 0
}

#mo_social_icons .btn-group>.btn:first-child:not (:last-child ):not (.dropdown-toggle ){
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

#mo_social_icons .btn-group>.btn:last-child:not (:first-child ),.btn-group>.dropdown-toggle:not
	(:first-child ){
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

#mo_social_icons .btn-group>.btn-group {
  float: left
}

#mo_social_icons .btn-group>.btn-group:not (:first-child ):not (:last-child )>.btn {
  border-radius: 0
}

#mo_social_icons .btn-group>.btn-group:first-child>.btn:last-child,#mo_social_icons .btn-group>.btn-group:first-child>.dropdown-toggle
{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

#mo_social_icons .btn-group>.btn-group:last-child>.btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

#mo_social_icons .btn-group .dropdown-toggle:active,#mo_social_icons .btn-group.open .dropdown-toggle {
  outline: 0
}

#mo_social_icons .btn-group>.btn+.dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px
}

#mo_social_icons .btn-group>.btn-lg+.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px
}

#mo_social_icons .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

#mo_social_icons .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none
}

#mo_social_icons .btn .caret {
  margin-left: 0
}

#mo_social_icons .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0
}

#mo_social_icons .dropup .btn-lg .caret {
  border-width: 0 5px 5px
}

#mo_social_icons .btn-group-vertical>.btn,#mo_social_icons .btn-group-vertical>.btn-group,#mo_social_icons .btn-group-vertical>.btn-group>.btn
{
  display: block;
  float: none;
  width: 100%;
  max-width: 100%
}

#mo_social_icons .btn-group-vertical>.btn-group>.btn {
  float: none
}

#mo_social_icons .btn-group-vertical>.btn+.btn,#mo_social_icons .btn-group-vertical>.btn+.btn-group,#mo_social_icons .btn-group-vertical>.btn-group+.btn,#mo_social_icons .btn-group-vertical>.btn-group+.btn-group
{
  margin-top: -1px;
  margin-left: 0
}

#mo_social_icons .btn-group-vertical>.btn:not (:first-child ):not (:last-child ){
  border-radius: 0
}

#mo_social_icons .btn-group-vertical>.btn:first-child:not (:last-child ){
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

#mo_social_icons .btn-group-vertical>.btn:last-child:not (:first-child ){
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px
}

#mo_social_icons .btn-group-vertical>.btn-group:not (:first-child ):not (:last-child )>.btn
{
  border-radius: 0
}

#mo_social_icons .btn-group-vertical>.btn-group:first-child:not (:last-child )>.btn:last-child,#mo_social_icons .btn-group-vertical>.btn-group:first-child:not
	(:last-child )>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

#mo_social_icons .btn-group-vertical>.btn-group:last-child:not (:first-child )>.btn:first-child
{
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
#mo_social_icons .button,
#mo_social_icons .button-primary,
#mo_social_icons .button-secondary {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 26px;
  height: 28px;
  margin: 0;
  padding: 0 10px 1px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#mo_social_icons .button,
#mo_social_icons .button-secondary {
  color: #555;
  border-color: #cccccc;
  background: #f7f7f7;
  -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);
  box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);
  vertical-align: top;
}

#mo_social_icons p .button {
  vertical-align: baseline;
}

#mo_social_icons .button:hover,
#mo_social_icons .button-secondary:hover,
#mo_social_icons .button:focus,
#mo_social_icons .button-secondary:focus {
  background: #fafafa;
  border-color: #999;
  color: #222;
}

#mo_social_icons .button:focus,
#mo_social_icons .button-secondary:focus {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.2);
  box-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

#mo_social_icons .button:active,
#mo_social_icons .button-secondary:active {
  background: #eee;
  border-color: #999;
  color: #333;
  -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
  box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
}

#mo_social_icons .button-primary {
  background: #2ea2cc;
  border-color: #0074a2;
  -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5), 0 1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 1px 0 rgba(120,200,230,0.5), 0 1px 0 rgba(0,0,0,.15);
  color: #fff;
  text-decoration: none;
}

#mo_social_icons .button-primary:hover,
#mo_social_icons .button-primary:focus {
  background: #1e8cbe;
  border-color: #0074a2;
  -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
  box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
  color: #fff;
}

#mo_social_icons .button-primary:focus {
  border-color: #0e3950;
  -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);
  box-shadow: inset 0 1px 0 rgba(120,200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);
}

#mo_social_icons .button-primary:active {
  background: #1b7aa6;
  border-color: #005684;
  color: rgba(255,255,255,0.95);
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
  vertical-align: top;
}

.mo_btn_transform:hover{
  transform: scale(1.1);
  transition: 0.3s;
}
.mo_btn_transform_i:hover{
  transform: scale(1.2);
  transition: 0.5s;
}

#custom_long_button_shape{
  overflow: hidden;
}

#mo_social_icons .text_social_auth {
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
}

#mo_social_icons .btn {
  display: inline !important;
  line-height: 43px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: capitalize;
  color: #fff !important;
}

#mo_social_icons .btn-social>:first-child {
  line-height: 29px;
  font-size: 1.3em;
  text-align: center;
  border-right: 1px solid rgba(0,0,0,.2);
  padding: 0;
  left: 2px;
}

#mo_social_icons #mo_custom_login_button_preview_google {
  margin-right: 10px;
}

#mo_social_icons #mo_custom_login_button_preview_facebook {
  background-color: #3b5998 !important;
  border-color: #3b5998;
  margin-right: 10px;
}

#mo_social_icons #mo_custom_login_button_preview_amazon {
  background-color: #000 !important;
  border-color: #000;
}

#mo_social_icons #mo_custom_login_button_preview_google:hover {
  background-color: #c23321 !important;
}

#mo_social_icons #mo_custom_login_button_preview_facebook:hover {
  background-color: #2d4373 !important;
}

#mo_social_icons #mo_custom_login_button_preview_amazon:hover {
  background-color: #343333 !important;
  border-color: #343333;
}
