#mutiple-community .modal-body button {
	border: 1px solid #adadad;
	border-radius: 4px;
	cursor: pointer;
	display: block;
	margin: auto;
	margin-bottom: 20px;
	font-size: 18px;
	width: 330px;
}

#mutiple-community .modal-body button:focus {
    outline: 0;
}

#mutiple-community #webcitizen-login {
	background: url(../../images/web/mutiplecommunity/webcitizen-login.png) no-repeat;
	height: 80px;
}

#mutiple-community #taipeicard-login {
	background: url(../../images/web/mutiplecommunity/TaipeiCard.png) no-repeat;
	height: 80px;
    background-color: #FFFFFF;
}

#mutiple-community #taipeicard-login:hover {
	background: url(../../images/web/mutiplecommunity/TaipeiCard.png) no-repeat;
	height: 80px;
    background-color: #F5F5F5;
}

#mutiple-community #taipeicard-login:active {
	background: url(../../images/web/mutiplecommunity/TaipeiCard.png) no-repeat;
	height: 80px;
    background-color: #DEDEDE;
}

#mutiple-community a {
	text-decoration: none;
}

#mutiple-community .btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}

#mutiple-community .btn-facebook:hover {
	color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)
}

#mutiple-community .btn-facebook:active,#mutiple-community .btn-facebook.active,#mutiple-community .open>.dropdown-toggle.btn-facebook{
	color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)
}

#mutiple-community .btn-facebook:active:hover,#mutiple-community .btn-facebook.active:hover,#mutiple-community .open>.dropdown-toggle.btn-facebook:hover,#mutiple-community .btn-facebook:active:focus,#mutiple-community .btn-facebook.active:focus,#mutiple-community .open>.dropdown-toggle.btn-facebook:focus,#mutiple-community .btn-facebook:active.focus,#mutiple-community .btn-facebook.active.focus,#mutiple-community .open>.dropdown-toggle.btn-facebook.focus{
	color:#fff;background-color:#23345a;border-color:rgba(0,0,0,0.2)
}

#mutiple-community .btn-facebook:active,#mutiple-community .btn-facebook.active,#mutiple-community .open>.dropdown-toggle.btn-facebook{
	background-image:none
}

#mutiple-community .btn-facebook.disabled,#mutiple-community .btn-facebook[disabled],#mutiple-community fieldset[disabled] .btn-facebook,#mutiple-community .btn-facebook.disabled:hover,#mutiple-community .btn-facebook[disabled]:hover,#mutiple-community fieldset[disabled] .btn-facebook:hover,#mutiple-community .btn-facebook.disabled:focus,#mutiple-community .btn-facebook[disabled]:focus,#mutiple-community fieldset[disabled] .btn-facebook:focus,#mutiple-community .btn-facebook.disabled.focus,#mutiple-community .btn-facebook[disabled].focus,#mutiple-community fieldset[disabled] .btn-facebook.focus,#mutiple-community .btn-facebook.disabled:active,#mutiple-community .btn-facebook[disabled]:active,#mutiple-community fieldset[disabled] .btn-facebook:active,#mutiple-community .btn-facebook.disabled.active,#mutiple-community .btn-facebook[disabled].active,#mutiple-community fieldset[disabled] .btn-facebook.active{
	background-color:#3b5998;border-color:rgba(0,0,0,0.2)
}

#mutiple-community .btn-facebook .badge{
	color:#3b5998;background-color:#fff
}

#mutiple-community .btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#mutiple-community .btn-block {
    display: block;
    width: 100%;
}

#mutiple-community .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4285;
    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;
}

#mutiple-community .btn-lg, #mutiple-community .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333;
    border-radius: 6px;
}

#mutiple-community .btn-social > :first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

#mutiple-community .btn-lg.btn-social > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
}

#mutiple-community .btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2);
}

#mutiple-community .btn-google:hover{
	color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)
}

#mutiple-community .btn-google:active,#mutiple-community .btn-google.active,#mutiple-community .open>.dropdown-toggle.btn-google{
	color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)
}

#mutiple-community .btn-google:active:hover,#mutiple-community .btn-google.active:hover,#mutiple-community .open>.dropdown-toggle.btn-google:hover,#mutiple-community .btn-google:active:focus,#mutiple-community .btn-google.active:focus,#mutiple-community .open>.dropdown-toggle.btn-google:focus,#mutiple-community .btn-google:active.focus,#mutiple-community .btn-google.active.focus,#mutiple-community .open>.dropdown-toggle.btn-google.focus{
	color:#fff;background-color:#a32b1c;border-color:rgba(0,0,0,0.2)
}

#mutiple-community .btn-google:active,#mutiple-community .btn-google.active,#mutiple-community .open>.dropdown-toggle.btn-google{
	background-image:none
}

#mutiple-community .btn-google.disabled,.btn-google[disabled],#mutiple-community fieldset[disabled] .btn-google,#mutiple-community .btn-google.disabled:hover,#mutiple-community .btn-google[disabled]:hover,#mutiple-community fieldset[disabled] .btn-google:hover,#mutiple-community .btn-google.disabled:focus,#mutiple-community .btn-google[disabled]:focus,fieldset[disabled] .btn-google:focus,#mutiple-community .btn-google.disabled.focus,#mutiple-community .btn-google[disabled].focus,#mutiple-community fieldset[disabled] .btn-google.focus,.btn-google.disabled:active,#mutiple-community .btn-google[disabled]:active,fieldset[disabled] .btn-google:active,#mutiple-community .btn-google.disabled.active,#mutiple-community .btn-google[disabled].active,fieldset[disabled] .btn-google.active{
	background-color:#dd4b39;border-color:rgba(0,0,0,0.2)
}

#mutiple-community .btn-google .badge{
	color:#dd4b39;background-color:#fff
}