| 1 |
|
| 2 |
#adminmenuwrap { |
| 3 |
clear: left; |
| 4 |
} |
| 5 |
#adminmenuback { |
| 6 |
z-index: 0 !important; |
| 7 |
} |
| 8 |
body { |
| 9 |
height: auto !important; |
| 10 |
background: #F1F1F1 !important; |
| 11 |
} |
| 12 |
|
| 13 |
.btn:focus, .btn.active:focus, .btn:active, .btn.active { |
| 14 |
outline: none !important; |
| 15 |
} |
| 16 |
#main-content .panel-default > .page-header { |
| 17 |
background-color: #f5f5f5 !important; |
| 18 |
} |
| 19 |
.breadcrumb { |
| 20 |
background-color: transparent !important; |
| 21 |
} |
| 22 |
.clearfix { |
| 23 |
clear: both; |
| 24 |
} |
| 25 |
|
| 26 |
.box-border-box { |
| 27 |
-moz-box-sizing: border-box; |
| 28 |
-webkit-box-sizing: border-box; |
| 29 |
box-sizing: border-box; |
| 30 |
} |
| 31 |
|
| 32 |
#wrap { |
| 33 |
margin-top: 40px; |
| 34 |
} |
| 35 |
|
| 36 |
#logo-img { |
| 37 |
margin-right: 10px; |
| 38 |
width: 154px; |
| 39 |
} |
| 40 |
|
| 41 |
#wrap-right-side { |
| 42 |
padding-left: 20px; |
| 43 |
padding-right: 30px; |
| 44 |
} |
| 45 |
|
| 46 |
.sidebar-widget { |
| 47 |
padding: 5px 15px; |
| 48 |
margin-bottom: 30px; |
| 49 |
min-height: 150px; |
| 50 |
} |
| 51 |
|
| 52 |
.sib-small-content { |
| 53 |
margin-top: 20px; |
| 54 |
display:block; |
| 55 |
padding: 0; |
| 56 |
max-width: inherit; |
| 57 |
} |
| 58 |
|
| 59 |
.sib-small-content .panel-body{ |
| 60 |
display: block; |
| 61 |
} |
| 62 |
|
| 63 |
.sib-small-content .panel-body .row{ |
| 64 |
display: block; |
| 65 |
} |
| 66 |
|
| 67 |
div.title { |
| 68 |
border-bottom: 1px solid #333; |
| 69 |
margin-right: 20px; |
| 70 |
margin-bottom: 20px; |
| 71 |
} |
| 72 |
|
| 73 |
.input-field { |
| 74 |
margin-bottom: 10px; |
| 75 |
} |
| 76 |
|
| 77 |
div.small-content1 { |
| 78 |
margin-top: 20px; |
| 79 |
} |
| 80 |
|
| 81 |
.sub-title { |
| 82 |
font-size: 16px; |
| 83 |
margin-bottom: 10px; |
| 84 |
text-decoration: underline; |
| 85 |
} |
| 86 |
div.tooltip { |
| 87 |
width: 350px !important; |
| 88 |
} |
| 89 |
button#send_email_btn { |
| 90 |
margin-top: 10px; |
| 91 |
} |
| 92 |
div#email_send_field{ |
| 93 |
margin-top: 10px; |
| 94 |
display:grid; |
| 95 |
} |
| 96 |
input.has-success { |
| 97 |
border-color: #3c763d; |
| 98 |
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); |
| 99 |
box-shadow: inset 0 1px 1px rgba(0,0,0,.075); |
| 100 |
} |
| 101 |
input.error { |
| 102 |
border-color: rgb(196, 32, 74) !important; |
| 103 |
background-color: rgb(255, 255, 255); |
| 104 |
} |
| 105 |
ol.sib-bread { |
| 106 |
margin-top: 30px; |
| 107 |
} |
| 108 |
.sib-widget-title { |
| 109 |
margin-top: 10px; |
| 110 |
margin-bottom: 30px; |
| 111 |
} |
| 112 |
.sib-widget-menu { |
| 113 |
margin-top: 20px; |
| 114 |
} |
| 115 |
|
| 116 |
div#sib-field-form1 { |
| 117 |
margin: 10px; |
| 118 |
padding: 0px; |
| 119 |
-moz-box-sizing: border-box; |
| 120 |
-webkit-box-sizing: border-box; |
| 121 |
box-sizing: border-box; |
| 122 |
/*min-height: 200px;*/ |
| 123 |
} |
| 124 |
|
| 125 |
div.form-field { |
| 126 |
margin: 10px 0; |
| 127 |
padding: 0px; |
| 128 |
-moz-box-sizing: border-box; |
| 129 |
-webkit-box-sizing: border-box; |
| 130 |
box-sizing: border-box; |
| 131 |
background-color: #f5f5f5; |
| 132 |
} |
| 133 |
#sib-preview-form{ |
| 134 |
padding: 0 24px 24px 24px; |
| 135 |
|
| 136 |
} |
| 137 |
|
| 138 |
div.small-content-1 { |
| 139 |
margin-top: 10px; |
| 140 |
} |
| 141 |
|
| 142 |
div.small-content2 { |
| 143 |
display: block; |
| 144 |
padding-left: 15px; |
| 145 |
} |
| 146 |
div#main-content textarea{ |
| 147 |
padding-left: 3px; |
| 148 |
} |
| 149 |
|
| 150 |
div.sib-scenarios{ |
| 151 |
padding-top: 20px; |
| 152 |
} |
| 153 |
.sib-scenarios .thumbnail{ |
| 154 |
min-height: 220px; |
| 155 |
padding: 16px 6px 0 6px; |
| 156 |
} |
| 157 |
.sib-scenarios .thumbanail_focus:hover { |
| 158 |
border: 2px solid #3498db; |
| 159 |
} |
| 160 |
.sib-scenarios .thumbanail_focus { |
| 161 |
cursor: pointer; |
| 162 |
border: 2px solid rgba(0, 0, 0, 0.09); |
| 163 |
} |
| 164 |
.sib-radio-label |
| 165 |
{ |
| 166 |
font-weight: normal; |
| 167 |
margin-right: 20px; |
| 168 |
margin-bottom: 0px; |
| 169 |
} |
| 170 |
.sib-captcha-key |
| 171 |
{ |
| 172 |
margin-top: 15px; |
| 173 |
margin-bottom: 15px; |
| 174 |
} |
| 175 |
/* ---------------------- */ |
| 176 |
|
| 177 |
.popover.right > .arrow { |
| 178 |
width: 0; |
| 179 |
height: 0; |
| 180 |
border-left: transparent !important; |
| 181 |
border-top: 10px solid transparent !important; |
| 182 |
border-bottom: 10px solid transparent !important; |
| 183 |
border-right:10px solid #dddddd !important; |
| 184 |
margin-left: 0px !important; |
| 185 |
} |
| 186 |
|
| 187 |
.popover.left > .arrow{ |
| 188 |
left:auto; |
| 189 |
} |
| 190 |
|
| 191 |
#wrap-right-side #wrap-right-side p, #wrap-right-side a, #wrap-right-side span, #wrap-right-side strong { |
| 192 |
font-size: 12px !important; |
| 193 |
} |
| 194 |
div#main-content, div#main-content p, div#main-content a, div#main-content span, div#main-content strong { |
| 195 |
font-size: 14px; |
| 196 |
} |
| 197 |
|
| 198 |
#main-content .statistics_h3 { |
| 199 |
font-size: 24px; |
| 200 |
margin-top: 20px; |
| 201 |
margin-bottom: 10px; |
| 202 |
padding-left: 0; |
| 203 |
} |
| 204 |
|
| 205 |
input[type=radio]:focus { |
| 206 |
outline: 0 !important; |
| 207 |
} |
| 208 |
.sib-content .page-header { |
| 209 |
/*margin-top: 20px !important;*/ |
| 210 |
padding: 10px 15px !important; |
| 211 |
margin: 0 0 12px 0 !important; |
| 212 |
border-color: #ddd !important; |
| 213 |
display:block; |
| 214 |
} |
| 215 |
|
| 216 |
.popover-help-form { |
| 217 |
cursor: pointer; |
| 218 |
} |
| 219 |
|
| 220 |
#main-content button { |
| 221 |
min-width: 100px; |
| 222 |
} |
| 223 |
|
| 224 |
a.sib-scenario-link, a:hover.sib-scenario-link { |
| 225 |
color: #333 !important; |
| 226 |
text-decoration: none !important; |
| 227 |
} |
| 228 |
|
| 229 |
#datamain{ |
| 230 |
margin-top: 20px; |
| 231 |
} |
| 232 |
pre.script { |
| 233 |
visibility: hidden; |
| 234 |
display: none; |
| 235 |
} |
| 236 |
|
| 237 |
#sib-sync-form label{ |
| 238 |
margin: 4px 24px 0 7px; |
| 239 |
font-weight: normal; |
| 240 |
vertical-align: baseline; |
| 241 |
} |
| 242 |
|
| 243 |
.sync-modal-body .sync-row { |
| 244 |
margin: 6px 0 0 0; |
| 245 |
padding: 10px; |
| 246 |
border-bottom: solid 1px #ddd; |
| 247 |
} |
| 248 |
.sync-modal-body .row { |
| 249 |
margin: 10px 0 0 0; |
| 250 |
} |
| 251 |
|
| 252 |
.sync-row a{ |
| 253 |
text-decoration: none; |
| 254 |
opacity: 0.5; |
| 255 |
} |
| 256 |
.sync-row a:hover,.sync-row a:focus{ |
| 257 |
text-decoration: none; |
| 258 |
opacity: 1; |
| 259 |
} |
| 260 |
.sib-terms-url { |
| 261 |
margin-top: 15px; |
| 262 |
margin-bottom: 15px; |
| 263 |
} |
| 264 |
.sib-forms-wrapper i{ |
| 265 |
font-size: 13px; |
| 266 |
color: #72777c; |
| 267 |
} |
| 268 |
.sib-form-duplicate { |
| 269 |
margin-top:10px; |
| 270 |
} |
| 271 |
#sib_final_confirm_template_id_area { |
| 272 |
padding-left: 0px; |
| 273 |
} |
| 274 |
|
| 275 |
.sib-gdpr-block-area { |
| 276 |
margin-top: 15px; |
| 277 |
margin-bottom: 20px; |
| 278 |
} |
| 279 |
.sib-gdpr-block-area textarea { |
| 280 |
margin-bottom: 10px; |
| 281 |
} |
| 282 |
.sib-gdpr-block-area label { |
| 283 |
font-weight: 100; |
| 284 |
margin-left: 5px; |
| 285 |
} |
| 286 |
|
| 287 |
.sib-statistics-data-value { |
| 288 |
padding-left: 3.5rem !important; |
| 289 |
} |
| 290 |
|
| 291 |
#sib-statistics-date-container { |
| 292 |
padding-left: 0; |
| 293 |
} |
| 294 |
label[for="sib-statistics-date"] { |
| 295 |
margin-bottom: 0; |
| 296 |
line-height: 2.15384615; |
| 297 |
font-size: 15px; |
| 298 |
font-weight: 700; |
| 299 |
} |
| 300 |
|
| 301 |
.sib-last-column-value { |
| 302 |
padding-left: 0 !important; |
| 303 |
} |
| 304 |
|
| 305 |
.sib-spinner { |
| 306 |
float: none; |
| 307 |
} |
| 308 |
|
| 309 |
.sib-home-feature { |
| 310 |
padding-left: 0; |
| 311 |
} |
| 312 |
|
| 313 |
.hide { |
| 314 |
display: none !important; |
| 315 |
} |
| 316 |
|
| 317 |
.show { |
| 318 |
display: block !important; |
| 319 |
} |
| 320 |
|
| 321 |
.invisible { |
| 322 |
visibility: hidden; |
| 323 |
} |
| 324 |
|
| 325 |
.not-allowed { |
| 326 |
cursor: not-allowed !important; |
| 327 |
pointer-events: auto !important; |
| 328 |
} |
| 329 |
|