| Server IP : 68.183.124.220 / Your IP : 216.73.217.137 Web Server : Apache/2.4.18 (Ubuntu) System : Linux Sandbox-A 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : gavin ( 1000) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/wp-content/plugins/popup-builder/public/css/ |
Upload File : |
/* ----------------------------------------------------------------------------------------------------
Super Form Reset
----------------------------------------------------------------------------------------------------*/
.sgpb-form-wrapper input,
.sgpb-form-wrapper label,
.sgpb-form-wrapper select,
.sgpb-form-wrapper button,
.sgpb-form-wrapper textarea {
margin: 0;
border: 0;
padding: 0;
display: inline-block;
vertical-align: middle;
white-space: normal;
background: none;
line-height: 1;
max-width: 100% !important;
/* Browsers have different default form fonts */
font-size: 13px;
font-family: Arial;
}
/* Remove the stupid outer glow in Webkit */
.sgpb-form-wrapper input:focus {
outline: 0;
}
/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
.sgpb-form-wrapper input,
.sgpb-form-wrapper textarea {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
/* These elements are usually rendered a certain way by the browser */
.sgpb-form-wrapper button,
.sgpb-form-wrapper input[type=reset],
.sgpb-form-wrapper input[type=button],
.sgpb-form-wrapper input[type=submit],
.sgpb-form-wrapper input[type=checkbox],
.sgpb-form-wrapper input[type=radio],
.sgpb-form-wrapper select {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* Button Controls
-----------------------------------------------*/
.sgpb-form-wrapper input[type=checkbox],
.sgpb-form-wrapper input[type=radio] {
width: 13px;
height: 13px;
}
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
.sgpb-form-wrapper input[type=search] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
}
/* Turn off the recent search for webkit. It adds about 15px padding on the left */
.sgpb-form-wrapper ::-webkit-search-decoration {
display: none;
}
/* Buttons
-----------------------------------------------*/
.sgpb-form-wrapper button,
.sgpb-form-wrapper input[type="reset"],
.sgpb-form-wrapper input[type="button"],
.sgpb-form-wrapper input[type="submit"] {
/* Fix IE7 display bug */
overflow: visible;
width: auto;
}
/* IE8 and FF freak out if this rule is within another selector */
.sgpb-form-wrapper ::-webkit-file-upload-button {
padding: 0;
border: 0;
background: none;
}
/* Textarea
-----------------------------------------------*/
.sgpb-form-wrapper textarea {
/* Move the label to the top */
vertical-align: top;
/* Turn off scroll bars in IE unless needed */
overflow: auto;
}
/* Selects
-----------------------------------------------*/
.sgpb-form-wrapper select[multiple] {
/* Move the label to the top */
vertical-align: top;
}
/*Our reset styles*/
.sgpb-form-wrapper input[type="text"],
.sgpb-form-wrapper input[type="number"],
.sgpb-form-wrapper input[type="password"],
.sgpb-form-wrapper input[type="email"],
.sgpb-form-wrapper input[type="submit"],
.sgpb-form-wrapper input[type="button"] {
max-width: 100% !important;
padding: 10px !important;
box-sizing: border-box;
font-size: 14px !important;
box-shadow: none !important;
margin: 5px auto !important;
display: inline-block !important;
font-weight: bold !important;
background-image: none !important;
}
.sgpb-form-wrapper input[type="submit"],
.sgpb-form-wrapper input[type="button"] {
line-height: 0.4 !important;
font-size: 18px !important;
}
.sg-js-hide {
display: none;
}