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