| 1 |
.oscitas-easy-bootstrap-shortcode .form-table { |
| 2 |
border: 1px solid #9E9EA0; |
| 3 |
} |
| 4 |
.oscitas-easy-bootstrap-shortcode .form-table th { |
| 5 |
font-weight: bold; |
| 6 |
} |
| 7 |
.oscitas-easy-bootstrap-shortcode #oscitas-form-iconhead .form-table th { |
| 8 |
width: 120px } |
| 9 |
.oscitas-easy-bootstrap-shortcode .form-table tr:nth-child(odd) { |
| 10 |
background: #D6D6D6; |
| 11 |
} |
| 12 |
.oscitas-easy-bootstrap-shortcode .form-table tr: nth-child(even) { |
| 13 |
background: #F0F0F0; |
| 14 |
} |
| 15 |
.oscitas-easy-bootstrap-shortcode .form-table td { |
| 16 |
padding: 10px; |
| 17 |
border-left: 1px solid #AAAAAE; |
| 18 |
min-width: 150px; |
| 19 |
} |
| 20 |
.oscitas-easy-bootstrap-shortcode #oscitas-form-dropdown .form-table td { |
| 21 |
min-width: 184px; |
| 22 |
} |
| 23 |
.oscitas-easy-bootstrap-shortcode .tb_multiple_column th { |
| 24 |
min-width: 150px; |
| 25 |
border: 0 none; |
| 26 |
} |
| 27 |
.oscitas-easy-bootstrap-shortcode .tb_multiple_column, .oscitas-easy-bootstrap-shortcode .tb_multiple_column_upper { |
| 28 |
border: 1px solid #C1BCC4 !important; |
| 29 |
} |
| 30 |
.oscitas-easy-bootstrap-shortcode .tb_multiple_column thead tr, .oscitas-easy-bootstrap-shortcode .tb_multiple_column_upper thead tr { |
| 31 |
background: none repeat scroll 0 0 #C2C2C2 !important; |
| 32 |
} |
| 33 |
.oscitas-easy-bootstrap-shortcode .tb_multiple_column tbody tr: nth-child(even) { |
| 34 |
background: none repeat scroll 0 0 #D7D7D7 !important; |
| 35 |
} |
| 36 |
.oscitas-easy-bootstrap-shortcode .tb_multiple_column tbody tr: nth-child(odd) { |
| 37 |
background: none repeat scroll 0 0 #ECECEC !important; |
| 38 |
} |
| 39 |
.oscitas-easy-bootstrap-shortcode .tb_multiple_column td { |
| 40 |
border: 0 none; |
| 41 |
} |
| 42 |
.oscitas-easy-bootstrap-shortcode .tb_multiple_column_upper tbody tr: nth-child(even) { |
| 43 |
background: none repeat scroll 0 0 #D7D7D7 !important; |
| 44 |
} |
| 45 |
.oscitas-easy-bootstrap-shortcode .tb_multiple_column_upper tbody tr: nth-child(odd) { |
| 46 |
background: none repeat scroll 0 0 #ECECEC !important; |
| 47 |
} |
| 48 |
.oscitas-easy-bootstrap-shortcode .tb_multiple_column_upper td { |
| 49 |
border: 0 none; |
| 50 |
} |
| 51 |
.oscitas-easy-bootstrap-shortcode #osc_thumbnail_upload img, .oscitas-easy-bootstrap-shortcode #osc_image_upload img { |
| 52 |
float: right; |
| 53 |
height: 70px; |
| 54 |
width: 70px; |
| 55 |
} |
| 56 |
.oscitas-easy-bootstrap-shortcode .tb_multiple_column #oscitas-append-dropdownitem { |
| 57 |
display: block; |
| 58 |
float: left; |
| 59 |
height: 146px; |
| 60 |
overflow-x: hidden; |
| 61 |
overflow-y: auto; |
| 62 |
width: 100%; |
| 63 |
} |
| 64 |
.oscitas-easy-bootstrap-shortcode .wp-picker-container, .oscitas-easy-bootstrap-shortcode .wp-picker-container:active{ |
| 65 |
position: relative; |
| 66 |
} |
| 67 |
.oscitas-easy-bootstrap-shortcode .wp-picker-holder { |
| 68 |
position: absolute; |
| 69 |
z-index: 100; |
| 70 |
} |
| 71 |
.oscitas-easy-bootstrap-shortcode #oscitas-form-dropdown .tb_multiple_column thead tr { |
| 72 |
display: block; |
| 73 |
} |
| 74 |
.oscitas-easy-bootstrap-shortcode #oscitas-form-dropdown .tb_multiple_column thead tr { |
| 75 |
position: relative; |
| 76 |
background: none repeat scroll 0 0 #D6D6D6 !important; |
| 77 |
} |
| 78 |
.oscitas-easy-bootstrap-shortcode #oscitas-form-dropdown .tb_multiple_column thead tr th { |
| 79 |
background: none repeat scroll 0 0 #C2C2C2 !important; |
| 80 |
} |
| 81 |
.oscitas-easy-bootstrap-shortcode .head_division { |
| 82 |
float: left; |
| 83 |
font-size: 10px; |
| 84 |
text-align: left; |
| 85 |
width: 30%; |
| 86 |
} |
| 87 |
.oscitas-easy-bootstrap-shortcode .head_division.right { |
| 88 |
text-align: right; |
| 89 |
} |
| 90 |
.oscitas-easy-bootstrap-shortcode #oscitas-table { |
| 91 |
margin: 0 0 10px 0; |
| 92 |
} |
| 93 |
.oscitas-easy-bootstrap-shortcode p.submit { |
| 94 |
margin: 0; |
| 95 |
padding: 1.5em 0 0; |
| 96 |
} |
| 97 |
.oscitas-easy-bootstrap-shortcode #oscitas-table table i { |
| 98 |
font-size: 11px; |
| 99 |
} |
| 100 |
.oscitas-easy-bootstrap-shortcode .form-table, .oscitas-easy-bootstrap-shortcode .form-table td, .oscitas-easy-bootstrap-shortcode .form-table th, .oscitas-easy-bootstrap-shortcode .form-table td p, .oscitas-easy-bootstrap-shortcode .form-wrap label { |
| 101 |
font-size: 11px; |
| 102 |
} |
| 103 |
.oscitas-easy-bootstrap-shortcode select { |
| 104 |
height: inherit; |
| 105 |
} |
| 106 |
.oscitas-easy-bootstrap-shortcode input[type="checkbox"], .oscitas-easy-bootstrap-shortcode input[type="radio"] { |
| 107 |
margin: 4px 0; |
| 108 |
} |
| 109 |
.oscitas-easy-bootstrap-shortcode .ui-dialog-content.ui-widget-content { |
| 110 |
margin: 10px; |
| 111 |
} |
| 112 |
.oscitas-easy-bootstrap-shortcode .form-table th { |
| 113 |
font-weight: bold; |
| 114 |
font-size: 11px; |
| 115 |
padding: 12px 5px; |
| 116 |
} |
| 117 |
.oscitas-easy-bootstrap-shortcode .form-table { |
| 118 |
border: 1px solid #9E9EA0; |
| 119 |
} |
| 120 |
.oscitas-easy-bootstrap-shortcode .head_division_check { |
| 121 |
width: 20%; |
| 122 |
} |
| 123 |
.oscitas-easy-bootstrap-shortcode #oscitas-form-btngrp .form-table td { |
| 124 |
min-width: 184px; |
| 125 |
} |
| 126 |
.oscitas-easy-bootstrap-shortcode #oscitas-append-btngrpitem { |
| 127 |
display: block; |
| 128 |
float: left; |
| 129 |
height: 146px; |
| 130 |
overflow-x: hidden; |
| 131 |
overflow-y: auto; |
| 132 |
width: 100% } |
| 133 |
.oscitas-easy-bootstrap-shortcode #oscitas-form-btngrp .tb_multiple_column td { |
| 134 |
min-width: 140px; |
| 135 |
} |
| 136 |
.oscitas-easy-bootstrap-shortcode #oscitas-form-btngrp .tb_multiple_column th { |
| 137 |
min-width: 140px; |
| 138 |
} |
| 139 |
.oscitas-easy-bootstrap-shortcode #oscitas-form-btngrp .tb_multiple_column td input { |
| 140 |
max-width: 140px; |
| 141 |
} |
| 142 |
.oscitas-easy-bootstrap-shortcode #oscitas-form-btngrp .tb_multiple_column thead tr { |
| 143 |
display: block; |
| 144 |
} |
| 145 |
.oscitas-easy-bootstrap-shortcode #oscitas-form-btngrp .tb_multiple_column thead tr { |
| 146 |
position: relative; |
| 147 |
background: none repeat scroll 0 0 #D6D6D6!important; |
| 148 |
} |
| 149 |
.oscitas-easy-bootstrap-shortcode #oscitas-form-btngrp .tb_multiple_column thead tr th { |
| 150 |
background: none repeat scroll 0 0 #C2C2C2!important; |
| 151 |
} |
| 152 |
.oscitas-easy-bootstrap-shortcode #oscitas-table textarea, #oscitas-table input, #oscitas-table select { |
| 153 |
font-size: 12px; |
| 154 |
} |
| 155 |
.osc_ebsp_dropdown .mceFirst a { |
| 156 |
width: auto !important; |
| 157 |
} |
| 158 |
} |
| 159 |
.oscitas-easy-bootstrap-shortcode #osc-servicebox-scroll { |
| 160 |
max-height: 500px; |
| 161 |
overflow-y: auto; |
| 162 |
} |
| 163 |
.oscitas-easy-bootstrap-shortcode input[type="text"].slider_input { |
| 164 |
background: none repeat scroll 0 0 rgba(0, 0, 0, 0); |
| 165 |
border: 0 none; |
| 166 |
color: #F6931F; |
| 167 |
font-weight: bold; |
| 168 |
} |
| 169 |
.oscitas-easy-bootstrap-shortcode .slider_render { |
| 170 |
width: 200px; |
| 171 |
} |
| 172 |
.oscitas-easy-bootstrap-shortcode .iconcircle span { |
| 173 |
line-height: 100px; |
| 174 |
display: inline-block; |
| 175 |
margin: 0px; |
| 176 |
} |
| 177 |
.oscitas-easy-bootstrap-shortcode .iconcircle { |
| 178 |
background-color: #FFFFFF; |
| 179 |
-webkit-border-radius: 50%; |
| 180 |
-moz-border-radius: 50%; |
| 181 |
border-radius: 50%; |
| 182 |
height: 100px; |
| 183 |
position: absolute; |
| 184 |
right: 30px; |
| 185 |
top: 10px; |
| 186 |
width: 100px; |
| 187 |
z-index: 1; |
| 188 |
} |
| 189 |
|
| 190 |
.oscitas-easy-bootstrap-shortcode .oscitas-icon li.glyphicon { |
| 191 |
float: left; |
| 192 |
margin: 4px; |
| 193 |
} |
| 194 |
.oscitas-easy-bootstrap-shortcode #icon_bg_preview { |
| 195 |
text-align: center; |
| 196 |
font-size: 40px; |
| 197 |
line-height: 100px; |
| 198 |
} |
| 199 |
|
| 200 |
.oscitas-easy-bootstrap-shortcode #osc_show_icon_servicebox { |
| 201 |
font-size: 14px; |
| 202 |
line-height: 17px; |
| 203 |
margin: 0 5px; |
| 204 |
} |
| 205 |
.oscitas-easy-bootstrap-shortcode .ui-dialog-titlebar { |
| 206 |
border: medium none; |
| 207 |
border-radius: 0; |
| 208 |
} |
| 209 |
.oscitas-easy-bootstrap-shortcode .ui-dialog-titlebar .ui-button { |
| 210 |
border: medium none; |
| 211 |
padding: 0; |
| 212 |
} |
| 213 |
.oscitas-easy-bootstrap-shortcode .wp-dialog .ui-dialog-titlebar-close{ |
| 214 |
background: url("../../../../wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif") no-repeat scroll -87px -16px transparent; |
| 215 |
} |
| 216 |
.oscitas-easy-bootstrap-shortcode #osc-servicebox-scroll { |
| 217 |
height: 357px; |
| 218 |
overflow-y: auto; |
| 219 |
} |
| 220 |
.oscitas-easy-bootstrap-shortcode #osc_show_iconlist_servicebox { |
| 221 |
width: 400px; |
| 222 |
} |
| 223 |
|
| 224 |
.oscitas-easy-bootstrap-shortcode .tb_multiple_column #oscitas-append-slideritem{ |
| 225 |
display: block; |
| 226 |
float: left; |
| 227 |
height: 146px; |
| 228 |
overflow-x: hidden; |
| 229 |
overflow-y: auto; |
| 230 |
width: 100%; |
| 231 |
|
| 232 |
} |
| 233 |
|
| 234 |
.oscitas-easy-bootstrap-shortcode .tb_multiple_column #oscitas-append-slideritem .oscitas-icon-div{ |
| 235 |
width: 160px; |
| 236 |
} |
| 237 |
.oscitas-easy-bootstrap-shortcode #oscitas-form-slider .tb_multiple_column thead tr { |
| 238 |
display: block; |
| 239 |
position: relative; |
| 240 |
background: none repeat scroll 0 0 #D6D6D6!important; |
| 241 |
} |
| 242 |
|
| 243 |
.oscitas-easy-bootstrap-shortcode #oscitas-form-slider .tb_multiple_column thead tr th { |
| 244 |
background: none repeat scroll 0 0 #C2C2C2!important; |
| 245 |
} |
| 246 |
|
| 247 |
|
| 248 |
|
| 249 |
#oscitas-form-slider .image_preview { |
| 250 |
float: right; |
| 251 |
height: 50px; |
| 252 |
width: 50px; |
| 253 |
} |
| 254 |
|
| 255 |
#oscitas-form-slider .image_preview img{ |
| 256 |
width: 100%; |
| 257 |
max-height: 100%; |
| 258 |
} |
| 259 |
|
| 260 |
#oscitas-form-slider .tb_multiple_column{ |
| 261 |
width: 100%; |
| 262 |
} |
| 263 |
#oscitas-form-slider .tb_multiple_column td.enhanced { |
| 264 |
text-align: left; |
| 265 |
width: 207px; |
| 266 |
} |
| 267 |
#oscitas-form-slider .tb_multiple_column tbody td { |
| 268 |
min-width: 80px; |
| 269 |
text-align: center; |
| 270 |
} |
| 271 |
#oscitas-form-slider .tb_multiple_column th.enhanced { |
| 272 |
width: 217px; |
| 273 |
} |
| 274 |
#oscitas-form-slider .tb_multiple_column th { |
| 275 |
min-width: 90px; |
| 276 |
text-align: center; |
| 277 |
width: auto; |
| 278 |
} |
| 279 |
|