![]() Server : Apache/2 System : Linux server-15-235-50-60 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 User : gositeme ( 1004) PHP Version : 8.2.29 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/gositeme/domains/gositeme.com/public_html/whmcs/templates/six/css/ |
/**
* WHMCS Quote Style Sheet
*
* This sheet contains the styles used on custom quotes.
*
* @project WHMCS
* @cssdoc version 1.0-pre
* @package WHMCS
* @author WHMCS Limited <development@whmcs.com>
* @copyright Copyright (c) WHMCS Limited 2005-2015
* @license http://www.whmcs.com/license/
* @link http://www.whmcs.com/
*/
body,td,input,select {
font-family: Tahoma;
font-size: 11px;
color: #000000;
}
form {
margin: 0px;
}
a {
color: #000000;
}
#wrapper {
width: 600px;
}
.invoice-top-tables {
width: 100%;
border-collapse: separate;
}
.invoice-content {
background-color: #ffffff;
color: #000000;
}
.unpaid {
font-size: 16px;
color: #cc0000;
font-weight: bold;
}
.paid {
font-size: 16px;
color: #779500;
font-weight: bold;
}
.refunded {
font-size: 16px;
color: #224488;
font-weight: bold;
}
.cancelled {
font-size: 16px;
color: #cccccc;
font-weight: bold;
}
.collections {
font-size: 16px;
color: #ffcc00;
font-weight: bold;
}
#invoiceitemstable {
width: 100%;
background-color: #cccccc;
border-collapse: separate;
}
td.invoice-items-heading {
background-color: #efefef;
color: #000000;
font-weight: bold;
text-align: center;
}
td.invoice-items-row {
background-color: #ffffff;
color: #000000;
}
.creditbox {
border: 1px dashed #cc0000;
font-weight: bold;
background-color: #FBEEEB;
text-align: center;
width: 100%;
padding: 10px;
color: #cc0000;
margin-left: auto;
margin-right: auto;
}
/**
* -----------------
* @section Quotes
* -----------------
*/
.invoice-error {
color: #cc0000;
}
.inline-display {
display: inline;
}
.invoice-border {
border: 1px solid #cccccc;
}
.bottom-zero {
border-bottom: 0px;
}
.bottom-left-zero {
border-left: 0px;
}
#quoteAccept {
display: none;
}