[780] | 1 | body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom { |
---|
| 2 | margin-right: 0; |
---|
| 3 | } |
---|
| 4 | |
---|
| 5 | .modal { |
---|
| 6 | overflow-y: auto; |
---|
| 7 | } |
---|
| 8 | |
---|
| 9 | .nav-tabs>li { |
---|
| 10 | margin-bottom: -2px; |
---|
| 11 | white-space: nowrap; |
---|
| 12 | } |
---|
| 13 | |
---|
| 14 | .menu-min > nav > ul > li > a > span { |
---|
| 15 | display: none; |
---|
| 16 | } |
---|
| 17 | .menu-min > .navbar-minimal > .navbar-menu > li > a { |
---|
| 18 | padding: 16px 0 0 0; |
---|
| 19 | margin-left: -6px |
---|
| 20 | } |
---|
| 21 | .menu-min > .navbar-minimal > .navbar-menu > li > a:hover { |
---|
| 22 | color: #fff; |
---|
| 23 | background-color: transparent; |
---|
| 24 | } |
---|
| 25 | |
---|
| 26 | @-moz-document url-prefix() { |
---|
| 27 | .menu-min > .logo-group > li > img { |
---|
| 28 | width: 32px |
---|
| 29 | } |
---|
| 30 | } |
---|
| 31 | |
---|
| 32 | .sidebar-collapse { |
---|
| 33 | border-bottom: 0; |
---|
| 34 | background-color: transparent; |
---|
| 35 | text-align: center; |
---|
| 36 | padding: 3px 0; |
---|
| 37 | position: relative; |
---|
| 38 | } |
---|
| 39 | |
---|
| 40 | #not_success_charge .modal-dialog { |
---|
| 41 | width: 660px |
---|
| 42 | } |
---|
| 43 | |
---|
| 44 | @media (max-width:993px) { |
---|
| 45 | .site-info { |
---|
| 46 | display: none; |
---|
| 47 | } |
---|
| 48 | .login-layout { |
---|
| 49 | background: #ecf0f1 |
---|
| 50 | } |
---|
| 51 | } |
---|
| 52 | |
---|
| 53 | .main-container { |
---|
| 54 | margin-top: 58px |
---|
| 55 | } |
---|
| 56 | |
---|
| 57 | .login-container { |
---|
| 58 | width:100% |
---|
| 59 | } |
---|
| 60 | |
---|
| 61 | .embed-responsive { |
---|
| 62 | position: relative; |
---|
| 63 | display: block; |
---|
| 64 | height: 0; |
---|
| 65 | padding: 0; |
---|
| 66 | overflow: hidden; |
---|
| 67 | background: #E0E0E0; |
---|
| 68 | } |
---|
| 69 | .embed-responsive .embed-responsive-item, |
---|
| 70 | .embed-responsive iframe, |
---|
| 71 | .embed-responsive embed, |
---|
| 72 | .embed-responsive object { |
---|
| 73 | position: absolute; |
---|
| 74 | top: 0; |
---|
| 75 | bottom: 0; |
---|
| 76 | left: 0; |
---|
| 77 | width: 100%; |
---|
| 78 | height: 100%; |
---|
| 79 | border: 0; |
---|
| 80 | } |
---|
| 81 | .embed-responsive.embed-responsive-16by9 { |
---|
| 82 | padding-bottom: 56.25%; |
---|
| 83 | } |
---|
| 84 | .embed-responsive.embed-responsive-4by3 { |
---|
| 85 | padding-bottom: 75%; |
---|
| 86 | } |
---|
| 87 | |
---|
| 88 | .widget.pink-1 { |
---|
| 89 | color: #333; |
---|
| 90 | background-color: #F57A82; |
---|
| 91 | } |
---|
| 92 | .widget.lightblue-1 { |
---|
| 93 | background-color: #abb7b7; |
---|
| 94 | color: #fff; |
---|
| 95 | } |
---|
| 96 | .widget.darkblue-1 { |
---|
| 97 | background-color: #4A525F; |
---|
| 98 | color: #FFF; |
---|
| 99 | } |
---|
| 100 | .widget.green-1 { |
---|
| 101 | background-color: #68C39F; |
---|
| 102 | color: #FFF; |
---|
| 103 | } |
---|
| 104 | .widget { |
---|
| 105 | position: relative; |
---|
| 106 | color: #5B5B5B; |
---|
| 107 | margin-bottom: 20px; |
---|
| 108 | border-radius: 2px; |
---|
| 109 | background: none repeat scroll 0px 0px #FFF; |
---|
| 110 | } |
---|
| 111 | .fadeInDown { |
---|
| 112 | animation-name: fadeInDown; |
---|
| 113 | } |
---|
| 114 | .animated { |
---|
| 115 | animation-duration: 1s; |
---|
| 116 | animation-fill-mode: both; |
---|
| 117 | } |
---|
| 118 | .widget-content.padding { |
---|
| 119 | padding: 15px; |
---|
| 120 | } |
---|
| 121 | .widget-content { |
---|
| 122 | border-radius: 0px 0px 2px 2px; |
---|
| 123 | } |
---|
| 124 | .widget-header, .widget-content { |
---|
| 125 | display: block; |
---|
| 126 | width: 100%; |
---|
| 127 | clear: both; |
---|
| 128 | } |
---|
| 129 | .widget .widget-icon { |
---|
| 130 | font-size: 50px; |
---|
| 131 | position: absolute; |
---|
| 132 | right: 4%; |
---|
| 133 | top: 10px; |
---|
| 134 | color: #FFF; |
---|
| 135 | } |
---|
| 136 | .widget .text-box .maindata { |
---|
| 137 | font-size: 11px; |
---|
| 138 | color: #FFF; |
---|
| 139 | } |
---|
| 140 | .widget .text-box h2 { |
---|
| 141 | font-weight: 300; |
---|
| 142 | font-size: 32px; |
---|
| 143 | color: #FFF; |
---|
| 144 | } |
---|
| 145 | .widget .widget-footer { |
---|
| 146 | background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.1); |
---|
| 147 | padding: 4px 15px; |
---|
| 148 | font-size: 12px; |
---|
| 149 | color: rgba(255, 255, 255, 0.898); |
---|
| 150 | border-radius: 0px 0px 2px 2px; |
---|
| 151 | overflow: hidden; |
---|
| 152 | } |
---|
| 153 | .widget .widget-footer .rel-change { |
---|
| 154 | font-size: 14px; |
---|
| 155 | color: #FFF; |
---|
| 156 | margin-right: 7px; |
---|
| 157 | } |
---|
| 158 | |
---|
| 159 | .title-box { |
---|
| 160 | padding: 10px; |
---|
| 161 | color: #000 |
---|
| 162 | } |
---|
| 163 | |
---|
| 164 | .link-effect a { |
---|
| 165 | position: relative; |
---|
| 166 | display: inline-block; |
---|
| 167 | margin: 15px 25px; |
---|
| 168 | outline: none; |
---|
| 169 | color: #596574; |
---|
| 170 | text-decoration: none; |
---|
| 171 | letter-spacing: 1px; |
---|
| 172 | font-weight: 400; |
---|
| 173 | text-shadow: 0 0 1px rgba(255,255,255,0.3); |
---|
| 174 | font-size: 1em; |
---|
| 175 | } |
---|
| 176 | |
---|
| 177 | .link-effect a:hover, |
---|
| 178 | .link-effect a:focus { |
---|
| 179 | outline: none; |
---|
| 180 | } |
---|
| 181 | |
---|
| 182 | /* Effect 1: Brackets */ |
---|
| 183 | .cl-effect-1 a::before, |
---|
| 184 | .cl-effect-1 a::after { |
---|
| 185 | display: inline-block; |
---|
| 186 | opacity: 0; |
---|
| 187 | -webkit-transition: -webkit-transform 0.3s, opacity 0.2s; |
---|
| 188 | -moz-transition: -moz-transform 0.3s, opacity 0.2s; |
---|
| 189 | transition: transform 0.3s, opacity 0.2s; |
---|
| 190 | } |
---|
| 191 | |
---|
| 192 | .cl-effect-1 a::before { |
---|
| 193 | margin-right: 10px; |
---|
| 194 | content: '{'; |
---|
| 195 | -webkit-transform: translateX(20px); |
---|
| 196 | -moz-transform: translateX(20px); |
---|
| 197 | transform: translateX(20px); |
---|
| 198 | } |
---|
| 199 | |
---|
| 200 | .cl-effect-1 a::after { |
---|
| 201 | margin-left: 10px; |
---|
| 202 | content: '}'; |
---|
| 203 | -webkit-transform: translateX(-20px); |
---|
| 204 | -moz-transform: translateX(-20px); |
---|
| 205 | transform: translateX(-20px); |
---|
| 206 | } |
---|
| 207 | |
---|
| 208 | .cl-effect-1 a:hover::before, |
---|
| 209 | .cl-effect-1 a:hover::after, |
---|
| 210 | .cl-effect-1 a:focus::before, |
---|
| 211 | .cl-effect-1 a:focus::after { |
---|
| 212 | opacity: 1; |
---|
| 213 | -webkit-transform: translateX(0px); |
---|
| 214 | -moz-transform: translateX(0px); |
---|
| 215 | transform: translateX(0px); |
---|
| 216 | } |
---|
| 217 | |
---|
| 218 | |
---|
| 219 | |
---|
| 220 | .animate { |
---|
| 221 | -webkit-transition: all 0.3s ease-in-out; |
---|
| 222 | -moz-transition: all 0.3s ease-in-out; |
---|
| 223 | -o-transition: all 0.3s ease-in-out; |
---|
| 224 | -ms-transition: all 0.3s ease-in-out; |
---|
| 225 | transition: all 0.3s ease-in-out; |
---|
| 226 | } |
---|
| 227 | |
---|
| 228 | .navbar-minimal { |
---|
| 229 | width: 60px; |
---|
| 230 | min-height: 60px; |
---|
| 231 | max-height: 100%; |
---|
| 232 | border-width: 0px; |
---|
| 233 | z-index: 1000; |
---|
| 234 | } |
---|
| 235 | |
---|
| 236 | .navbar-minimal > .navbar-menu { |
---|
| 237 | top: -1000px; |
---|
| 238 | left: 0px; |
---|
| 239 | margin: 0px; |
---|
| 240 | padding: 0px; |
---|
| 241 | list-style: none; |
---|
| 242 | z-index: 50; |
---|
| 243 | } |
---|
| 244 | .navbar-minimal > .navbar-menu > li { |
---|
| 245 | margin: 0px; |
---|
| 246 | padding: 0px; |
---|
| 247 | border-width: 0px; |
---|
| 248 | height: 54px; |
---|
| 249 | } |
---|
| 250 | .navbar-minimal > .navbar-menu > li > a { |
---|
| 251 | position: relative; |
---|
| 252 | display: inline-block; |
---|
| 253 | color: #000; |
---|
| 254 | padding: 16px; |
---|
| 255 | text-align: left; |
---|
| 256 | cursor: pointer; |
---|
| 257 | border-bottom: 1px solid rgb(81, 81, 81); |
---|
| 258 | width: 100%; |
---|
| 259 | text-decoration: none; |
---|
| 260 | margin: 0px; |
---|
| 261 | } |
---|
| 262 | |
---|
| 263 | .navbar-minimal > .navbar-menu > li > a > span { |
---|
| 264 | font-weight: bold |
---|
| 265 | } |
---|
| 266 | |
---|
| 267 | .navbar-minimal > .navbar-menu > li > a > img { |
---|
| 268 | width: 28px |
---|
| 269 | } |
---|
| 270 | |
---|
| 271 | .navbar-minimal > .navbar-menu > li > a:last-child { |
---|
| 272 | border-bottom-width: 0px; |
---|
| 273 | } |
---|
| 274 | .navbar-minimal > .navbar-menu > li > a:hover { |
---|
| 275 | color: #fff; |
---|
| 276 | background-color: rgb(158, 202, 59); |
---|
| 277 | } |
---|
| 278 | .navbar-minimal > .navbar-menu > li > a > .glyphicon { |
---|
| 279 | float: right; |
---|
| 280 | } |
---|
| 281 | |
---|
| 282 | .navbar-minimal.open { |
---|
| 283 | width: 100%; |
---|
| 284 | } |
---|
| 285 | |
---|
| 286 | .navbar-minimal.open > .navbar-toggler > span { |
---|
| 287 | background-position: 0 -16px; |
---|
| 288 | -webkit-transform: rotate(-180deg); |
---|
| 289 | -moz-transform: rotate(-180deg); |
---|
| 290 | -o-transform: rotate(-180deg); |
---|
| 291 | -ms-transform: rotate(-180deg); |
---|
| 292 | transform: rotate(-180deg); |
---|
| 293 | } |
---|
| 294 | |
---|
| 295 | .navbar-minimal.open > .navbar-menu { |
---|
| 296 | top: 0px; |
---|
| 297 | width: 100%; |
---|
| 298 | min-height: 100%; |
---|
| 299 | } |
---|
| 300 | |
---|
| 301 | .logo-group { |
---|
| 302 | position: absolute; |
---|
| 303 | bottom: 0; |
---|
| 304 | left: 0 |
---|
| 305 | } |
---|
| 306 | |
---|
| 307 | .logo-group > li > img { |
---|
| 308 | width: 64px |
---|
| 309 | } |
---|
| 310 | |
---|
| 311 | #form-field-province {padding-left: 0;} |
---|