default
5 years ago
bgstyle.less.css
5 years ago
bgstyle.wordpress.css
5 years ago
bootstrap-switch.min.css
5 years ago
bootstrap.css
5 years ago
deactivationSurvey.css
5 years ago
fonts.css
5 years ago
jquery.rateyo.css
5 years ago
main.css
5 years ago
popupTheme.css
5 years ago
spinner.css
5 years ago
styles.css
5 years ago
bgstyle.wordpress.css
210 lines
| 1 | .sg-wrapper-less{ |
| 2 | width: calc(100% - 20px) !important; |
| 3 | margin-top: 20px !important; |
| 4 | } |
| 5 | .metro .sidebar > ul li{ |
| 6 | margin-bottom: 0 !important; |
| 7 | } |
| 8 | |
| 9 | #sg-modal-manual-backup-header { |
| 10 | padding-right: 15px; |
| 11 | padding-left: 15px; |
| 12 | } |
| 13 | |
| 14 | /*first interaction popup*/ |
| 15 | |
| 16 | .bg-verify-user-info-error-message { |
| 17 | color: #F00; |
| 18 | display: none; |
| 19 | } |
| 20 | |
| 21 | .bg-verify-user-info-container{ |
| 22 | position:fixed; |
| 23 | top:0; |
| 24 | left:0; |
| 25 | right:0; |
| 26 | bottom:0; |
| 27 | /*display:none;*/ |
| 28 | z-index: 100; |
| 29 | } |
| 30 | .bg-verify-user-info-overlay{ |
| 31 | position:fixed; |
| 32 | top:0; |
| 33 | left:0; |
| 34 | right:0; |
| 35 | bottom:0; |
| 36 | background:rgba(0,0,0,0.5); |
| 37 | /*display:none;*/ |
| 38 | } |
| 39 | .bg-verify-user-info-container .bg-verify-user-info-popup-tbl{ |
| 40 | display:table; |
| 41 | width:100%; |
| 42 | height:100%; |
| 43 | } |
| 44 | .bg-verify-user-info-container .bg-verify-user-info-popup-tbl .bg-verify-user-info-popup-cel{ |
| 45 | display:table-cell; |
| 46 | vertical-align:middle; |
| 47 | } |
| 48 | .bg-verify-user-info-container .bg-verify-user-info-popup-tbl .bg-verify-user-info-popup-cel .bg-verify-user-info-popup-inner-content{ |
| 49 | padding:0 40px; |
| 50 | } |
| 51 | .bg-verify-user-info-container .bg-verify-user-info-popup-tbl .bg-verify-user-info-popup-cel .bg-verify-user-info-popup-content{ |
| 52 | background:#fff; |
| 53 | max-width:700px; |
| 54 | margin:0 auto; |
| 55 | padding:30px; |
| 56 | position: relative; |
| 57 | text-align:center; |
| 58 | } |
| 59 | .bg-verify-user-info-container .bg-verify-user-info-popup-tbl .bg-verify-user-info-popup-cel .bg-verify-user-info-popup-content .bg-verify-user-info-control-buttons-container{ |
| 60 | margin-top:30px; |
| 61 | } |
| 62 | .bg-verify-user-info-container .bg-verify-user-info-popup-tbl .bg-verify-user-info-popup-cel .bg-verify-user-info-popup-content a.bg-verify-user-info-cancel { |
| 63 | position: absolute; |
| 64 | right: 15px; |
| 65 | top: 13px; |
| 66 | text-decoration: none; |
| 67 | /* font-size: 24px; */ |
| 68 | /* color: #016cb0; */ |
| 69 | /* border: 2px solid #016cb0; |
| 70 | border-radius: 50%; |
| 71 | width: 28px;*/ |
| 72 | /* height: 24px; */ |
| 73 | /* line-height: 18px; */ |
| 74 | /* text-align: center; */ |
| 75 | /* font-weight: 600; */ |
| 76 | transition: all 0.5s ease; |
| 77 | -webkit-transition: all 0.5s ease; |
| 78 | } |
| 79 | /* |
| 80 | .bg-verify-user-info-container .bg-verify-user-info-popup-tbl .bg-verify-user-info-popup-cel .bg-verify-user-info-popup-content .bg-verify-user-info-cancel img { |
| 81 | |
| 82 | border: 2px solid grey; |
| 83 | border-radius: 50%; |
| 84 | width: 28px; |
| 85 | } */ |
| 86 | .bg-verify-user-info-container .bg-verify-user-info-popup-tbl .bg-verify-user-info-popup-cel .bg-verify-user-info-popup-content a.bg-verify-user-info-cancel:hover{ |
| 87 | /*color:#fff; |
| 88 | background:#016cb0;*/ |
| 89 | opacity:0.8; |
| 90 | transition:all 0.5s ease; |
| 91 | -webkit-transition: all 0.5s ease; |
| 92 | } |
| 93 | .bg-verify-user-info-container .bg-verify-user-info-popup-tbl .bg-verify-user-info-popup-cel .bg-verify-user-info-popup-content .bg-verify-user-info-desc { |
| 94 | /* text-transform: uppercase; */ |
| 95 | font-size: 15px; |
| 96 | /* max-width: 450px; */ |
| 97 | margin: 0 auto; |
| 98 | margin-bottom: 30px; |
| 99 | color: #808080; |
| 100 | text-align: left; |
| 101 | } |
| 102 | .bg-verify-user-info-container .bg-verify-user-info-popup-tbl .bg-verify-user-info-popup-cel .bg-verify-user-info-popup-content h3 { |
| 103 | font-size: 33px; |
| 104 | font-family:'Raleway'; |
| 105 | font-weight:700; |
| 106 | color:#000; |
| 107 | margin-bottom: 25px; |
| 108 | } |
| 109 | .bg-verify-user-info-container .bg-verify-user-info-form-group{ |
| 110 | overflow:auto; |
| 111 | margin-bottom: 15px; |
| 112 | } |
| 113 | .bg-verify-user-info-container .bg-verify-user-info-form-group .bg-verify-user-info-form-twocol{ |
| 114 | width:50%; |
| 115 | float:left; |
| 116 | box-sizing:border-box; |
| 117 | padding:0 5px; |
| 118 | } |
| 119 | .bg-verify-user-info-container .bg-verify-user-info-form-group .bg-verify-user-info-form-onecol{ |
| 120 | box-sizing: border-box; |
| 121 | padding: 0 5px; |
| 122 | } |
| 123 | .bg-verify-user-info-container .bg-verify-user-info-form-group input { |
| 124 | width: 100%; |
| 125 | border: 1px solid #ddd; |
| 126 | box-shadow: none !important; |
| 127 | padding: 10px; |
| 128 | border-radius: 0; |
| 129 | } |
| 130 | .bg-verify-user-info-container .bg-verify-user-info-form-group select { |
| 131 | width: 100%; |
| 132 | max-width: 100%; |
| 133 | border: 1px solid #ddd; |
| 134 | box-shadow: none !important; |
| 135 | height: 43px; |
| 136 | padding-left: 10px; |
| 137 | border-radius: 0; |
| 138 | } |
| 139 | .bg-verify-user-info-container .bg-privacy-links-container { |
| 140 | border-top:1px solid #ddd; |
| 141 | padding-top:20px; |
| 142 | margin-top: 40px; |
| 143 | } |
| 144 | .bg-verify-user-info-container .bg-privacy-links-container a{ |
| 145 | font-size:16px; |
| 146 | text-decoration:none; |
| 147 | margin: 0 15px; |
| 148 | color:#016cb0; |
| 149 | } |
| 150 | .bg-verify-user-info-container .bg-verify-user-info-control-buttons-container .bg-verify-user-info-verify-email { |
| 151 | background: #016cb0 !important; |
| 152 | width:165px; |
| 153 | height:50px; |
| 154 | padding: 0; |
| 155 | border: none; |
| 156 | font-size: 16px; |
| 157 | text-transform: uppercase; |
| 158 | margin-right: 15px; |
| 159 | font-weight: 700; |
| 160 | } |
| 161 | .bg-verify-user-info-container .bg-verify-user-info-control-buttons-container .bg-verify-user-info-verify-email .btn-text { |
| 162 | display: inline-block; |
| 163 | padding: 0 15px; |
| 164 | margin-right: 0; |
| 165 | vertical-align: middle; |
| 166 | float: left; |
| 167 | line-height: inherit; |
| 168 | height: 50px; |
| 169 | padding-top: 12px; |
| 170 | box-sizing: border-box; |
| 171 | width: 109px; |
| 172 | } |
| 173 | .bg-verify-user-info-container .bg-verify-user-info-control-buttons-container .bg-verify-user-info-verify-email .btn-text-icon { |
| 174 | display: inline-block; |
| 175 | width: 56px; |
| 176 | text-align: center; |
| 177 | vertical-align: middle; |
| 178 | float: left; |
| 179 | line-height: inherit; |
| 180 | border-radius: 0 3px 3px 0; |
| 181 | position: relative; |
| 182 | overflow: hidden; |
| 183 | background: #004270; |
| 184 | height: 50px; |
| 185 | padding-top: 14px; |
| 186 | box-sizing: border-box; |
| 187 | } |
| 188 | .bg-verify-user-info-container .bg-verify-user-info-control-buttons-container .bg-verify-user-info-verify-email:hover .btn-text-icon img{ |
| 189 | -webkit-animation-name: moving; |
| 190 | -webkit-animation-duration: 0.8s; |
| 191 | } |
| 192 | .bg-verify-user-info-container .bg-verify-user-info-control-buttons-container .bg-verify-user-info-verify-email:hover .btn-text-icon { |
| 193 | background: #012842; |
| 194 | } |
| 195 | .bg-verify-user-info-container .bg-verify-user-info-control-buttons-container .bg-verify-user-info-cancel{ |
| 196 | border:2px solid #016cb0; |
| 197 | font-size: 16px; |
| 198 | text-transform: uppercase; |
| 199 | height: inherit; |
| 200 | background:#fff; |
| 201 | width:165px; |
| 202 | height:50px; |
| 203 | margin-left: 15px; |
| 204 | font-weight: 700; |
| 205 | } |
| 206 | .bg-verify-user-info-container .bg-verify-user-info-control-buttons-container .bg-verify-user-info-cancel:hover{ |
| 207 | border:2px solid #016cb0; |
| 208 | background:#fff; |
| 209 | } |
| 210 |