html * {
    margin: 0;
    box-sizing: border-box;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

p {
    margin:10px 0;
}

fieldset {
    border: medium none;
    padding: 0;
}

/* GENERAL */

.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}

body {
    background-image: url("../images/umbrella.png") !important;
    background-position: left top !important;
    background-repeat: no-repeat !important;
    color: #000000 !important;
    font-family: Arial,verdana,helvetica !important;
}

#header {
    background: none repeat scroll 0 0 rgba(241, 241, 241, 0.6);
    border-bottom: 1px solid #D7D7D7;
    height: 60px;
    min-width: 780px;
    overflow: hidden;
    padding: 7px 30px 10px 15px;
    position: fixed;
    width: 100%;
}

#grailsLogo {
    float: left;
    margin-left: 15px;
    padding: 0;
    position: relative;
}

#grailsLogo a {
    display: block;
    max-width: 200px;
}

#grailsLogo a img {
    max-width: 200px;
}

a:link, a:visited, a:hover {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

.bodyContainer a:link, .bodyContainer a:visited {
    color: #15C;
    font-weight: normal;
    text-decoration: none;
}

.bodyContainer a:hover {
    text-decoration: underline;
}

h1 {
    color: #000000;
    font-family: arial,verdana !important;
    font-size: 18px;
    font-weight: normal;
    margin: 15px 0 !important;
}

ul {
    padding-left: 15px;
}

input, select, textarea {
    border: 1px solid #D7D7D7;
    border-style: solid;
    border-top: 1px solid #AAAAAA;
    border-width: 1px;
    font-family: arial;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    margin: 2px 0 15px !important;
    padding: 5px !important;
}
input, textarea {
    width:310px !important;
}
input[type=checkbox], input[type=radio], input[type="submit"] {
    width:auto !important;
}
select {
    padding: 2px 2px 2px 0;
    width:320px !important;
}
textarea {
    width: 250px;
    height: 150px;
    vertical-align: top;
}

tr.ui-search-toolbar input {
    width: 95% !important;
}

.ui-jqgrid .ui-pg-input {
    width: auto !important;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

#wrap {
}

#body {
    border-radius: 2px 2px 2px 2px;
    float: right;
    font-size: 12px;
    left: 185px;
    min-width: 585px;
    overflow: hidden;
    padding: 0;
    position: fixed;
    top: 60px;
}

.bodyContainer {
    background-color: #FFFFFF;
    border-left: 1px solid #D7D7D7;
    overflow: auto;
    padding:0 10px;
}

.bodyContainer * {
    
}

.bodyContainer h1 {
}

.content {
    padding: 0 20px 20px;
    min-height:200px;
}

.footer {
    background-color: #333333;
    clear: both;
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 15px;
    min-height: 80px;
}

/* NAVIGATION MENU */

#callToAction {
    background: none repeat scroll 0 0 rgba(241, 241, 241, 0.6);
    border-bottom: 1px solid #D7D7D7;
    height: 50px;
    padding: 6px 5px;
    top: 75px;
}

#callToAction .action {
    background: linear-gradient(#DD4B39, #D14836);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 11px;
    margin: 0 0 5px 15px;
    min-width: 120px;
    padding: 8px 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

#callToAction .action:hover {
    background: linear-gradient(#DD4B39, #C53727);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.nav {
    background: none repeat scroll 0 0 rgba(241, 241, 241, 0.6);
    border-bottom: 1px solid #D7D7D7;
    min-height: 35px;
    overflow: auto;
    padding: 6px 0 1px;
    position: relative;
    width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .nav {
        min-height: 45px;
    }
}

    .nav.fixed {
    position: fixed;
    top:0;
    z-index: 1000;
}

.menuButton, .button {
    background: linear-gradient(#F5F5F5, #F1F1F1) repeat scroll 0 0 transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 11px;
    margin: 0 6px 5px 0;
    padding: 8px 10px;
    position: relative;
}

.menuButton.search, .menuButton.clean {
    float: left;
    font-weight: bold;
    margin-bottom: 5px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    top: 1px;
}

.menuButton.clean {
    margin:0 !important;
}

.menuButton:hover, .button:hover {
    background: linear-gradient(#F8F8F8, #F1F1F1) repeat scroll 0 0 transparent;
    border: 1px solid #C6C6C6;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    z-index: 1000000;
}
.menuButton.search:hover, .menuButton.clean:hover {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #C6C6C6 !important;
}

.menuButton.search[disabled="disabled"]:hover, .menuButton.clean[disabled="disabled"]:hover {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.menuButton a {
    color: #333 !important;
    font-weight:bold !important;
    padding: 4px 6px;
}
.menuButton a:hover {
    text-decoration:none !important;
}
.menuButton a.home {
    background: url(../images/skin/house.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.report {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.copy {
    background: url(../images/copy.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.sendToBin {
    background: url("../images/skin/bin.png") center left no-repeat;background: url("../images/skin/bin.png") center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton.pay a {
    background-image: url("../images/skin/tick.png");
    background-position: 0 2px;
    background-repeat: no-repeat;
    font-weight: bold;
    padding-left: 25px;
}

.menuButton.delete a {
    background-image: url("../images/skin/delete.png");
    background-position: 0 2px;
    background-repeat: no-repeat;
    font-weight: bold;
    padding-left: 25px;
}

.menuButton.sendToCRM a {
    background-image: url("../images/cog_go.png");
    background-position: 0 2px;
    background-repeat: no-repeat;
    font-weight: bold;
    padding-left: 25px;
}

.button.logOut, .button.data {
    display: inline;
    float: none;
    margin-left: 10px;
    margin-right: 0;
}
.menuButton a.downCSVLicenses {
    background: url("../images/skin/csv.png") center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.downXLSLicenses {
    background: url("../images/skin/excel.png") center left no-repeat;
    color: #333;
    padding-left: 25px;
}
/* MESSAGES AND ERRORS */

.message {
    background: url("../images/skin/information.png") no-repeat scroll 8px 50% #F3F8FC;
    border: 1px solid #B2D1FF;
    color: #006DBA;
    margin: 15px 0;
    padding: 5px 5px 5px 30px;
}
.error {
    background: #fff3f3 url(../images/skin/exclamation.png) 8px 50% no-repeat;
    border: 1px solid red;
    color: #cc0000;
    margin: 15px 0;
    padding: 5px 5px 5px 30px
}
div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 15px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;
}
div.errors li {
    background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}
td.errors textarea {
    border: 1px solid red;
}

/* TABLES */

table {
    border-collapse: collapse;
    width: 100%;
}
tr {
    border: 0;
}
td, th {
    font: 12px arial,helvetica,sans-serif;
    padding: 5px 5px 3px !important;
    vertical-align: top;
}

td.name {
    font-weight: bold;
}

tr.prop:nth-child(even) td {
    background:#EDEDED;
}

th {
    background: #DDDDDD;
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}

/* LIST */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #ddd;
}
.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}

/* DIALOG */

.dialog p {
    padding:5px 0;
}

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}

/* CONTROLLER LIST */

#controllerList {
    border:none !important;
}

/* DIALOG */

.dialog {
}

/* ACTION BUTTONS */

.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
    width: 50%;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}
.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px !important;
}
.buttons input.cancel2 {
    background: transparent url(../images/skin/exclamation.png) 5px 50% no-repeat;
    padding-left: 28px !important;
}
.buttons input.edit {
    background-color: transparent !important;
    background-image: url("../images/skin/database_edit.png");
    border: medium none transparent !important;
    font-family: arial;
    font-size: 11px;
    margin: -10px !important;
    padding-left: 28px !important;
}
.buttons input.buyFromNorton {
    background-color: transparent !important;
    background-image: url("../images/skin/payment-icon.png");
    border: medium none transparent !important;
    font-family: arial;
    font-size: 11px;
    margin: -10px !important;
    padding-left: 28px !important;
}
.buttons input.refundFromNorton {
    background-color: transparent !important;
    background-image: url("../images/skin/refund-icon.png");
    background-repeat: no-repeat;
    border: medium none transparent !important;
    font-family: arial;
    font-size: 11px;
    margin: -10px !important;
    padding-left: 28px !important;
}
.buttons input.serialDelivery {
    background-color: transparent !important;
    background-image: url("../images/finish.png");
    border: medium none transparent !important;
    font-family: arial;
    font-size: 11px;
    margin: -10px !important;
    padding-left: 28px !important;
}

.menuButton a.serialDelivery {
    background: url(../images/finish.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px !important;
}
.buttons input.copy {
    background: transparent url(../images/copy.png) 5px 50% no-repeat;
    padding-left: 28px !important;
}
.buttons input.clean {
    background: transparent url(../images/skin/arrow_refresh_small.png) 5px 50% no-repeat;
    padding-left: 28px !important;
}
.float-right{
    float:right;
}
.float-left{
    float:left;
}
.clear{
    clear:both;
}
#currencyHeader td{
	padding: 2px 10px 2px 10px !important;
	font-weight:bold;
	font-size: 15px;
}
#currencyHeader p{
    margin:0px;
}
#currencyHeader{
	border-color:#D74A38;
	border-style: solid;
	border-width: 1px;
	float: right;
	line-height:90%;
	margin-right: 20px;
	margin-top: 6px;
    margin-bottom: 6px;
}

#loginHeader {
    float: right;
    font-size: 13px;
    margin-right: 0;
    margin-top: 10px;
    position: relative;
}

.page-area {
}

.page-area p {}

.page-area h2 {
    border-bottom: 1px solid #999999;
    color: #4E4E4E;
    font-size: 30px;
    margin: 0 0 20px;
    padding: 15px 0;
}
.page-area #formulario label,
.page-area #formulario input[type="text"],
.page-area #formulario textarea,
.page-area #formulario select {
}

.page-area #formulario label {
}

.page-area #formulario input[type="text"] {
}
.page-area #formulario select {
}

.page-area #formulario input[type="submit"] {
}

.page-area #formulario input:active,
.page-area #formulario textarea:active,
.page-area #formulario select:active,
.page-area #formulario input:hover,
.page-area #formulario textarea:hover,
.page-area #formulario select:hover {

}

#resellerNavigation {
    float: right;
    margin-right: 20px;
    margin-top: -28px;
    position: relative;
}

#resellerNavigation a {
    font-size:12px;
    padding: 0 0 0 15px;
    color:#00447B;
}

button.ui-button-icon-only {
    padding: 5px 0;
}

/* DEFAULT INDEX */

#nav {
    float: right;
    width: 172px;

}
.homePagePanel * {
    margin:0px;
}
.homePagePanel .panelBody ul {
    list-style-type:none;
    margin-bottom:10px;
    padding: 0;
}
.homePagePanel .panelBody h1 {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 !important;
    text-transform: none;
}
.homePagePanel .panelBody {
    background: url(../images/leftnav_midstretch.png) repeat-y top;
    margin:0px;
    padding: 15px 0;
}
.homePagePanel .panelBtm {
    background: url(../images/leftnav_btm.png) no-repeat top;
    height:20px;
    margin:0px;
}

.homePagePanel .panelTop {
}
h2 {
    margin-top:15px;
    margin-bottom:15px;
    font-size:1.2em;
}
#pageBody {
    float: left;
    max-width: 800px;
    min-width: 600px;
    padding-bottom: 15px;
    width: 100%;
}
.order-horizontal-line{
    border: none; /* Remove default border */
    border-top: 2px solid #ccc; /* Add a top border for the line */
    margin: 10px 0; /* Add some vertical spacing */
    width: 100%; /* Set the width of the line */
    background-color: transparent; /* Ensure no background color interferes */
}
.orderline-horizontal-line{
    border: none; /* Remove default border */
    border-top: 1px solid black; /* Add a top border for the line */
    margin: 10px 0; /* Add some vertical spacing */
    width: 100%; /* Set the width of the line */
    background-color: transparent; /* Ensure no background color interferes */
}
.orderline-headerAndFooter-horizontal-line{
    border: none; /* Remove default border */
    border-top: 2px solid black; /* Add a top border for the line */
    margin: 10px 0; /* Add some vertical spacing */
    width: 100%; /* Set the width of the line */
    background-color: transparent; /* Ensure no background color interferes */
}