| 1 |
.__tagembed__popupwrap {z-index: 99999;position: fixed;left: 0;right: 0;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);margin: 0 auto;max-width: 320px;background: #fff; border: 1px solid #c3c4c7;padding: 0;min-width: 255px;text-align: center;box-shadow: 0 1px 1px rgb(0 0 0 / 4%);} |
| 2 |
.__tagembed__iconarea {background: #3973ab;width: 50px;height: 50px;margin: 15px auto 0;border-radius: 50%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;} |
| 3 |
.__tagembed__iconarea .fa {font-size: 24px;color: #fff;} |
| 4 |
.__tagembed__btnwrap button {text-decoration: none;border: 1px solid gainsboro;;text-decoration: none;text-shadow: none;padding: 0 10px;line-height: 2.15384615;min-height: 32px;display: inline-block;min-width: 62px;} |
| 5 |
.__tagembed__btnwrap button:hover {opacity: 0.85;cursor: pointer;} |
| 6 |
.__tagembed__okaybtn {background: #2271b1;color: #fff; margin-right: 10px;} |
| 7 |
.__tagembed__title h2 {font-size: 21px;font-weight: 400; border-bottom: 1px solid #f1f1f1; /*border-top: 1px solid #f1f1f1;*/ padding: 0 15px 15px;} |
| 8 |
.__tagembed__desc { padding-left:15px; padding-right:15px;} |
| 9 |
.__tagembed__btnwrap {padding-top: 15px; padding-bottom:15px; margin-top: 15px;border-top: 1px solid #c3c4c7;} |
| 10 |
.__tagembed__horizontaborder {padding-bottom: 15px;margin-bottom: 15px;border: 0; margin-top: 0; border-bottom: 1px solid #c3c4c7;} |
| 11 |
|
| 12 |
.__tagembed__extratag>ul { |
| 13 |
width: calc(100% - 24px); |
| 14 |
background-color: #fff; |
| 15 |
z-index: 1000; |
| 16 |
border-radius: 0 0 2px 2px; |
| 17 |
border: 1px solid #d9d9d9; |
| 18 |
font-family: Arial,sans-serif; |
| 19 |
-moz-box-sizing: border-box; |
| 20 |
-webkit-box-sizing: border-box; |
| 21 |
box-sizing: border-box; |
| 22 |
overflow: hidden; |
| 23 |
padding: 0px; |
| 24 |
position: absolute; |
| 25 |
margin-top: -2px; |
| 26 |
margin-left: 1px; |
| 27 |
} |
| 28 |
.__tagembed__extratag>ul>li { |
| 29 |
cursor: default; |
| 30 |
padding: 0 4px; |
| 31 |
text-overflow: ellipsis; |
| 32 |
overflow: hidden; |
| 33 |
white-space: nowrap; |
| 34 |
line-height: 30px; |
| 35 |
text-align: left; |
| 36 |
border-top: 1px solid #e6e6e6; |
| 37 |
font-size: 11px; |
| 38 |
color: #999; |
| 39 |
position: relative; |
| 40 |
padding-left: 11px; |
| 41 |
cursor: pointer; |
| 42 |
} |
| 43 |
.__tagembed__extratag>ul>li>img { |
| 44 |
vertical-align: middle; |
| 45 |
margin-right: 7px; |
| 46 |
max-height: 20px; |
| 47 |
border-radius:50%; |
| 48 |
} |
| 49 |
|
| 50 |
.__tagembed__inputLoader { |
| 51 |
position: absolute; |
| 52 |
top: 28px; |
| 53 |
right: 20px; |
| 54 |
display: none; |
| 55 |
} |
| 56 |
|
| 57 |
.__tagembed__inputLoader img { |
| 58 |
height: 20px; |
| 59 |
} |
| 60 |
.__tagembed__popupwrap .__tagembed__formwbody .__tagembed__formwrow { |
| 61 |
position: relative; |
| 62 |
} |
| 63 |
.__tagembed__extratag { |
| 64 |
margin-top: 15px; |
| 65 |
} |
| 66 |
.__tagembed__extratag>ul { |
| 67 |
margin-top:-15px; |
| 68 |
} |
| 69 |
.__tagembed__extratag label>select, |
| 70 |
.__tagembed__extratag label>input { |
| 71 |
margin-top:5px; |
| 72 |
} |