| 1 |
hr{ |
| 2 |
border-bottom:1px dashed #CCCCCC; |
| 3 |
border-top:0 solid #FFFFFF; |
| 4 |
border-left:0 solid #FFFFFF; |
| 5 |
border-right:0 solid #FFFFFF; |
| 6 |
} |
| 7 |
|
| 8 |
|
| 9 |
|
| 10 |
ul.tabs { |
| 11 |
float:left; |
| 12 |
list-style:none; |
| 13 |
height:32px; |
| 14 |
width:100%; |
| 15 |
min-width: 820px; |
| 16 |
border-radius:4px; |
| 17 |
margin:0; |
| 18 |
padding:0; |
| 19 |
} |
| 20 |
|
| 21 |
ul.tabs li { |
| 22 |
float:left; |
| 23 |
height:31px; |
| 24 |
line-height:31px; |
| 25 |
border:1px solid #999; |
| 26 |
overflow:hidden; |
| 27 |
position:relative; |
| 28 |
background:#eee; |
| 29 |
-webkit-border-top-left-radius:2px; |
| 30 |
-webkit-border-top-right-radius:2px; |
| 31 |
-moz-border-radius-topleft:0px; |
| 32 |
-moz-border-radius-topright:0px; |
| 33 |
border-top-left-radius:2px; |
| 34 |
border-top-right-radius:2px; |
| 35 |
margin:0 5px -1px 0; |
| 36 |
padding:0; |
| 37 |
} |
| 38 |
|
| 39 |
.bcheckbox{ |
| 40 |
display: inline !important; |
| 41 |
} |
| 42 |
|
| 43 |
ul.tabs li a { |
| 44 |
text-decoration:none; |
| 45 |
color:#000; |
| 46 |
display:block; |
| 47 |
/*font-size:14px;*/ |
| 48 |
border:1px solid #fff; |
| 49 |
outline:none; |
| 50 |
-webkit-border-top-left-radius:4px; |
| 51 |
-webkit-border-top-right-radius:4px; |
| 52 |
-moz-border-radius-topleft:0px; |
| 53 |
-moz-border-radius-topright:0px; |
| 54 |
border-top-left-radius:4px; |
| 55 |
border-top-right-radius:4px; |
| 56 |
padding:0 20px; |
| 57 |
} |
| 58 |
|
| 59 |
ul.tabs li a:hover { |
| 60 |
background:#ccc; |
| 61 |
} |
| 62 |
|
| 63 |
html ul.tabs li.active,html ul.tabs li.active a:hover { |
| 64 |
background:#fff; |
| 65 |
border-bottom:1px solid #fff; |
| 66 |
} |
| 67 |
|
| 68 |
.tabContainer { |
| 69 |
border:1px solid #999; |
| 70 |
overflow:hidden; |
| 71 |
clear:both; |
| 72 |
float:left; |
| 73 |
width:100%; |
| 74 |
min-width: 820px; |
| 75 |
background:#fff; |
| 76 |
-webkit-border-radius:4px; |
| 77 |
-webkit-border-top-left-radius:0; |
| 78 |
-moz-border-radius:8px; |
| 79 |
-moz-border-radius-topleft:0; |
| 80 |
border-radius:4px; |
| 81 |
border-top-left-radius:0; |
| 82 |
} |
| 83 |
|
| 84 |
.tabContent { |
| 85 |
/*font-size: 12px;*/ |
| 86 |
padding:20px; |
| 87 |
} |
| 88 |
|
| 89 |
|
| 90 |
.pagination{ |
| 91 |
/*font-size:12px;*/ |
| 92 |
margin:0 0 30px} |
| 93 |
.pagination a,.pagination span{-moz-border-radius:4px;border:1px solid #CCC;color:#000;display:inline-block;margin:2px!important;padding:5px 8px} |
| 94 |
.pagination a{background:url(images/gradient_color_bg.gif) repeat-x scroll center top #e5e5e5;text-decoration:none} |
| 95 |
.pagination a:hover{background:none #0073aa;color:#FFF} |
| 96 |
.pagination span.currentpage{ |
| 97 |
background: #e5e5e5; |
| 98 |
border: 1px solid #ccc; |
| 99 |
color: #0073aa; |
| 100 |
text-decoration: underline; |
| 101 |
|
| 102 |
} |
| 103 |
.pagination span.spaninput{-moz-border-radius:4px;border:1px solid #CCC;color:#000;display:inline-block;margin:2px!important;padding:2px} |
| 104 |
.pagination input{ |
| 105 |
border: 1px solid #ccc; |
| 106 |
/* font-size: 12px; */ |
| 107 |
margin: 2px; |
| 108 |
text-align: center; |
| 109 |
width: 35px; |
| 110 |
height: 30px;} |
| 111 |
.grid{border:1px solid #CCC;border-collapse:collapse; |
| 112 |
/*font-size:10pt*/ |
| 113 |
} |
| 114 |
.grid td{border:1px solid #CCC;padding:3px} |
| 115 |
.grid tbody tr:nth-child(even){background:#FDFDFD} |
| 116 |
.grid tbody tr:nth-child(odd){background:#FFF} |
| 117 |
.grid thead td{padding-left:6px;padding-right:6px} |
| 118 |
.grid thead,.grid tfoot{background:url(images/gradient_color_bg.gif) repeat-x scroll center top #EFEFEF;color:#000;font-weight:700} |
| 119 |
.grid a {text-decoration: none; } |
| 120 |
|
| 121 |
.cfrom{border:0px;border-collapse:collapse; |
| 122 |
/*font-size:10pt*/ |
| 123 |
} |
| 124 |
.cform td{padding:3px; |
| 125 |
/*font-size: 12px;*/ |
| 126 |
} |
| 127 |
.cform tbody td.label{width:110px; vertical-align: top; padding-top: 12px;} |
| 128 |
.cform tbody td.labelx{width:160px; vertical-align: top; padding-top: 12px;} |
| 129 |
.cform tbody td.labelxx{width:200px; vertical-align: top; padding-top: 12px; } |
| 130 |
.cform tbody tr:nth-child(odd){background:#FDFDFD} |
| 131 |
.cform tbody tr:nth-child(even){background:#FFF} |
| 132 |
|
| 133 |
|
| 134 |
.link_buttons{ |
| 135 |
/*font-size:12px;*/ |
| 136 |
margin-bottom:5px;} |
| 137 |
.link_buttons a{background:url(images/gradient_color_bg.gif) repeat-x scroll center top #EFEFEF;text-decoration:none;-moz-border-radius:4px;border:1px solid #CCC;color:#000;display:inline-block;margin:2px!important;padding:2px 8px} |
| 138 |
.link_buttons a:hover{background:none #313428;color:#FFF} |
| 139 |
|
| 140 |
|
| 141 |
.info_icon { width:32px; height:32px; background:url(images/large-info.png) 0 0; float:left; margin-top: -7px; margin-right: 7px; } |
| 142 |
.warning_icon { width:32px; height:32px; background:url(images/dialog-warning.png) 0 0; float:left; margin-top: -7px; margin-right: 7px; } |
| 143 |
.success_icon { width:32px; height:32px; background:url(images/action_success.png) 0 0; float:left; margin-top: -7px; margin-right: 7px; } |
| 144 |
.failure_icon { width:30px; height:30px; background:url(images/error.png) 0 0; float:left; margin-top: -7px; margin-right: 7px; } |
| 145 |
|
| 146 |
.del_template { width:16px; height:16px; background:url(images/delete.png) no-repeat 0 0; } |
| 147 |
.add_template { width:16px; height:16px; background:url(images/add.png) no-repeat 0 0;} |
| 148 |
.search_template { width:16px; height:16px; background:url(images/search.png) no-repeat 0 0; } |
| 149 |
.edit_template {width:16px; height:16px; background:url(images/edit.png) no-repeat 0 0;} |
| 150 |
.go_link_template {width:16px; height:16px; background:url(images/go_link.png) no-repeat 0 0;} |
| 151 |
|
| 152 |
a.help_link{ line-height: 24px; background:url(images/help_off.png) no-repeat left center; padding-left:28px; margin-top: -15px; float:right; text-decoration: none; font-szie: 12px} |
| 153 |
a.help_link:hover { background:url(images/help_over.png) no-repeat left center;} |
| 154 |
|
| 155 |
.add_link {height:26px; background:url(images/add.png) no-repeat 0 0; background-position: left center; line-height: 26px; padding-left:21px; padding-right:5px;} |
| 156 |
.del_link {height:26px; background:url(images/delete.png) no-repeat 0 0; background-position: left center; line-height: 26px; padding-left:21px; padding-right:5px;} |
| 157 |
.search_link {height:26px; background:url(images/search.png) no-repeat 0 0; background-position: left center; line-height: 26px; padding-left:21px; padding-right:5px;} |
| 158 |
.see_link {height:26px; background:url(images/see.png) no-repeat 0 0; background-position: left center; line-height: 26px; padding-left:25px; padding-right:5px;} |
| 159 |
.link {height:26px; background:url(images/link.png) no-repeat 0 0; background-position: left center; line-height: 26px; padding-left:17px;} |
| 160 |
|
| 161 |
.hint_text { |
| 162 |
/*font-size: 12px;*/ |
| 163 |
color:#a7a7a7} |
| 164 |
|
| 165 |
#myform .cform select{ |
| 166 |
height: 40px !important; |
| 167 |
vertical-align: bottom; |
| 168 |
} |
| 169 |
ul.tabs li:hover, ul.tabs li:hover a { |
| 170 |
border-bottom-color: #fff; |
| 171 |
background: #fff; |
| 172 |
} |
| 173 |
ul.tabs li a:hover { |
| 174 |
background: #fff; |
| 175 |
border-color: #fff; |
| 176 |
} |
| 177 |
|
| 178 |
.help-block{ |
| 179 |
display:block ; |
| 180 |
color: red; |
| 181 |
font-weight: bold; |
| 182 |
} |
| 183 |
/* Absolute Center Spinner */ |
| 184 |
.loading { |
| 185 |
position: fixed; |
| 186 |
z-index: 99999999; |
| 187 |
height: 2em; |
| 188 |
width: 2em; |
| 189 |
overflow: show; |
| 190 |
margin: auto; |
| 191 |
top: 0; |
| 192 |
left: 0; |
| 193 |
bottom: 0; |
| 194 |
right: 0; |
| 195 |
} |
| 196 |
|
| 197 |
/* Transparent Overlay */ |
| 198 |
.loading:before { |
| 199 |
content: ''; |
| 200 |
display: block; |
| 201 |
position: fixed; |
| 202 |
top: 0; |
| 203 |
left: 0; |
| 204 |
width: 100%; |
| 205 |
height: 100%; |
| 206 |
background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8)); |
| 207 |
|
| 208 |
background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8)); |
| 209 |
} |
| 210 |
|
| 211 |
/* :not(:required) hides these rules from IE9 and below */ |
| 212 |
.loading:not(:required) { |
| 213 |
/* hide "loading..." text */ |
| 214 |
font: 0/0 a; |
| 215 |
color: transparent; |
| 216 |
text-shadow: none; |
| 217 |
background-color: transparent; |
| 218 |
border: 0; |
| 219 |
} |
| 220 |
|
| 221 |
.loading:not(:required):after { |
| 222 |
content: ''; |
| 223 |
display: block; |
| 224 |
font-size: 10px; |
| 225 |
width: 1em; |
| 226 |
height: 1em; |
| 227 |
margin-top: -0.5em; |
| 228 |
-webkit-animation: spinner 1500ms infinite linear; |
| 229 |
-moz-animation: spinner 1500ms infinite linear; |
| 230 |
-ms-animation: spinner 1500ms infinite linear; |
| 231 |
-o-animation: spinner 1500ms infinite linear; |
| 232 |
animation: spinner 1500ms infinite linear; |
| 233 |
border-radius: 0.5em; |
| 234 |
-webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0; |
| 235 |
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0; |
| 236 |
} |
| 237 |
|
| 238 |
/* Animation */ |
| 239 |
|
| 240 |
@-webkit-keyframes spinner { |
| 241 |
0% { |
| 242 |
-webkit-transform: rotate(0deg); |
| 243 |
-moz-transform: rotate(0deg); |
| 244 |
-ms-transform: rotate(0deg); |
| 245 |
-o-transform: rotate(0deg); |
| 246 |
transform: rotate(0deg); |
| 247 |
} |
| 248 |
100% { |
| 249 |
-webkit-transform: rotate(360deg); |
| 250 |
-moz-transform: rotate(360deg); |
| 251 |
-ms-transform: rotate(360deg); |
| 252 |
-o-transform: rotate(360deg); |
| 253 |
transform: rotate(360deg); |
| 254 |
} |
| 255 |
} |
| 256 |
@-moz-keyframes spinner { |
| 257 |
0% { |
| 258 |
-webkit-transform: rotate(0deg); |
| 259 |
-moz-transform: rotate(0deg); |
| 260 |
-ms-transform: rotate(0deg); |
| 261 |
-o-transform: rotate(0deg); |
| 262 |
transform: rotate(0deg); |
| 263 |
} |
| 264 |
100% { |
| 265 |
-webkit-transform: rotate(360deg); |
| 266 |
-moz-transform: rotate(360deg); |
| 267 |
-ms-transform: rotate(360deg); |
| 268 |
-o-transform: rotate(360deg); |
| 269 |
transform: rotate(360deg); |
| 270 |
} |
| 271 |
} |
| 272 |
@-o-keyframes spinner { |
| 273 |
0% { |
| 274 |
-webkit-transform: rotate(0deg); |
| 275 |
-moz-transform: rotate(0deg); |
| 276 |
-ms-transform: rotate(0deg); |
| 277 |
-o-transform: rotate(0deg); |
| 278 |
transform: rotate(0deg); |
| 279 |
} |
| 280 |
100% { |
| 281 |
-webkit-transform: rotate(360deg); |
| 282 |
-moz-transform: rotate(360deg); |
| 283 |
-ms-transform: rotate(360deg); |
| 284 |
-o-transform: rotate(360deg); |
| 285 |
transform: rotate(360deg); |
| 286 |
} |
| 287 |
} |
| 288 |
@keyframes spinner { |
| 289 |
0% { |
| 290 |
-webkit-transform: rotate(0deg); |
| 291 |
-moz-transform: rotate(0deg); |
| 292 |
-ms-transform: rotate(0deg); |
| 293 |
-o-transform: rotate(0deg); |
| 294 |
transform: rotate(0deg); |
| 295 |
} |
| 296 |
100% { |
| 297 |
-webkit-transform: rotate(360deg); |
| 298 |
-moz-transform: rotate(360deg); |
| 299 |
-ms-transform: rotate(360deg); |
| 300 |
-o-transform: rotate(360deg); |
| 301 |
transform: rotate(360deg); |
| 302 |
} |
| 303 |
} |
| 304 |
.customSwalBtn1{ |
| 305 |
background-color: #c9302c; |
| 306 |
border-color: #ac2925; |
| 307 |
border: 0; |
| 308 |
border-radius: 2px; |
| 309 |
color: #fff; |
| 310 |
cursor: pointer; |
| 311 |
font-size: 17px; |
| 312 |
font-weight: 500; |
| 313 |
margin: 30px 5px 0px 5px; |
| 314 |
padding: 10px 32px; |
| 315 |
} |
| 316 |
|
| 317 |
.customSwalBtn2{ |
| 318 |
color: #fff; |
| 319 |
background-color: #5cb85c; |
| 320 |
border-color: #4cae4c; |
| 321 |
border: 0; |
| 322 |
border-radius: 2px; |
| 323 |
cursor: pointer; |
| 324 |
font-size: 17px; |
| 325 |
font-weight: 500; |
| 326 |
margin: 30px 5px 0px 5px; |
| 327 |
padding: 10px 32px; |
| 328 |
} |
| 329 |
.customSwalBtn3{ |
| 330 |
|
| 331 |
background-color: #f0ad4e; |
| 332 |
border-color: #eea236; |
| 333 |
border: 0; |
| 334 |
border-radius: 2px; |
| 335 |
color: #fff; |
| 336 |
cursor: pointer; |
| 337 |
font-size: 17px; |
| 338 |
font-weight: 500; |
| 339 |
margin: 30px 5px 0px 5px; |
| 340 |
padding: 10px 32px; |
| 341 |
} |
| 342 |
.swal2-modal h2{ |
| 343 |
font-size:18px !important; |
| 344 |
font-weight: 300 !important; |
| 345 |
line-height: 20px !important; |
| 346 |
font-weight: bold !important; |
| 347 |
} |
| 348 |
/* import css */ |
| 349 |
.import_link_wrap { |
| 350 |
margin-top: 15px; |
| 351 |
} |
| 352 |
|
| 353 |
.import_msg.success { |
| 354 |
background: #e9fbe9; |
| 355 |
display: block; |
| 356 |
/* margin: 0 auto; */ |
| 357 |
padding: 10px; |
| 358 |
color: green; |
| 359 |
border: 1px solid green; |
| 360 |
font-size: 14px; |
| 361 |
} |
| 362 |
|
| 363 |
.import_msg.error { |
| 364 |
background: #ffe0d9; |
| 365 |
display: block; |
| 366 |
/* margin: 0 auto; */ |
| 367 |
padding: 10px; |
| 368 |
color: red; |
| 369 |
border: 1px solid red; |
| 370 |
font-size: 14px; |
| 371 |
} |
| 372 |
.progress_wrap { |
| 373 |
display: block; |
| 374 |
margin-top: 10px; |
| 375 |
} |
| 376 |
.progress_wrap .progress { |
| 377 |
display: block; |
| 378 |
width: 100%; |
| 379 |
background: #ccc; |
| 380 |
position: relative; |
| 381 |
height:30px; |
| 382 |
} |
| 383 |
.progress_wrap .progress-bar { |
| 384 |
background: #0085ba; |
| 385 |
height: 100%; |
| 386 |
padding: 5px 0; |
| 387 |
color: #fff; |
| 388 |
box-sizing: border-box; |
| 389 |
text-align: right; |
| 390 |
transition: width 0.5s; |
| 391 |
-webkit-transition: width 0.5s; |
| 392 |
} |
| 393 |
|
| 394 |
|
| 395 |
input.chkall { |
| 396 |
margin-left: 0 !important; |
| 397 |
} |
| 398 |
|
| 399 |
/* 02-09-2019 : Start */ |
| 400 |
.settings_page_seo-redirection #tab1 .pagination.tablenav-page { |
| 401 |
float: right; |
| 402 |
} |
| 403 |
/* 02-09-2019 : End */ |