/*
	Custom.css
	TemplateName: Haier - Supermatch 2013
	Copyright (c) 2013, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/



/* Icons
------------------------------------------------------------------------------------------------- */
.anomaly-email {
   background-image: url(../Images/customMailIcon.png);
   background-repeat: no-repeat;
   cursor: pointer;
   line-height: 22px;
   padding-left: 20px;
}

.icon {
   cursor: pointer;
   display: inline-block;
   height: 16px;
   width: 16px;
   margin-left: 5px;
}

.copy {
   background: url(../Images/customCopy.png) no-repeat center center;
}

.delete {
   background: url(../Images/customDelete.png) no-repeat center center;
}

.find {
   background: url(../Images/customFind.png) no-repeat center center;
}

.edit {
   background: url(../Images/customEdit.png) no-repeat center center;
}

.add {
   background: url(../Images/customAdd.png) no-repeat center center;
}

.icon.search {
   background: url(../Images/customSearch.png) no-repeat center center;
   float: right;
}

.select {
   background: url(../Images/customSelect.png) no-repeat center center;
}

.move-up {
   background: url(../Images/customMoveUp.png) no-repeat center center;
}

.move-down {
   background: url(../Images/customMoveDown.png) no-repeat center center;
}

.serial-numbers {
   background: transparent url(../Images/DataManagementSerialNumbers.png) no-repeat no-repeat center center;
}

.send-email {
   background: transparent url(../Images/DataManagementSendSingleEmail.png) no-repeat no-repeat center center;
}

/* ---------------------------------------------------------------------------------------------- */



/* Conferma dei Serial Number
------------------------------------------------------------------------------------------------- */
.serial-number-confirms {}

.serial-number-confirms .serial-number-list table.data-table {
   margin: 15px auto;
}
/* ---------------------------------------------------------------------------------------------- */



/* Actions
------------------------------------------------------------------------------------------------- */
.actions a.add {
   background: url(../Images/actionAdd.png) no-repeat left center;
}

.actions a.clean {
   background: url(../Images/actionClean.png) no-repeat left center;
}

.actions a.send-email {
   background: url(../Images/actionSendEmail.png) no-repeat left center;
}

.actions a.send-sms {
   background: url(../Images/actionSendSMS.png) no-repeat left center;
}

.actions a.export-gadgets,
.actions a.export-data {
   background: url(../Images/actionExportData.png) no-repeat left center;
}

.actions a.statistic-list {
   background: url(../Images/actionStatisticList.png) no-repeat left center;
}

.restore {
   background: transparent url(../Images/DataManagementRestoreSaved.png) no-repeat no-repeat center center;
}
/* ---------------------------------------------------------------------------------------------- */



/* Sezione Statistics
------------------------------------------------------------------------------------------------- */
#filtersDiv {
   margin-top: 15px;
}

#filtersDiv fieldset {
   margin: 7px 10px;
}

#statisticList .filter-parameters {
   padding: 10px 0;
}

#statisticList .filter-parameters span.title {
   display: block;
   font-weight: bold;
   padding-bottom: 10px;
}

#statisticList .filter-parameters ._regions {
   display: inline-block;
}

#statisticList .filter-parameters .input-type-text {
   width: 300px;
}

#statisticList .filter-parameters .input-type-dropdownlist.small {
   width: 60px;
}

#statisticList .filter-parameters .input-type-dropdownlist {
   width: 250px;
}

#statisticList .filter-parameters ul {
   list-style-type: none;
}

#statisticList .filter-parameters ul li {
   padding-bottom: 5px;
}

.section.manage-email-template span.form-description {
   display: block;
   font-size: 18px;
   font-weight: bold;
   padding: 5px 0;
}
/* ---------------------------------------------------------------------------------------------- */



/* Invio mail (Statistiche)
------------------------------------------------------------------------------------------------- */
#selectTemplateDiv {
   text-align: center;
}

#selectTemplateDiv .email-to-send-number {
   font-size: 16px;
   padding-bottom: 15px;
}

#selectTemplateDiv .email-to-send-number label {
   color: #005aa9;
   font-weight: bold;
}

#downloadExportedFileDiv a.export-xls-anchor {
   background: url(../Images/download.png) no-repeat center center;
   cursor: pointer;
   display: inline-block;
   height: 16px;
   width: 16px;
}
/* ---------------------------------------------------------------------------------------------- */



/* Registrazione serial number (conferma)
------------------------------------------------------------------------------------- */

.serial-number-confirms .serial-number a.icon {
    cursor: auto;
}

.serial-number-confirms .serial-number a.icon.ok {
    background: url("../Images/CustomSerialNumberChecked.png") no-repeat scroll center center transparent;
}

.serial-number-confirms .serial-number a.icon.ko1 {
    background: url("../Images/CustomSerialNumberKO1.png") no-repeat scroll center center transparent;
}

.serial-number-confirms .serial-number a.icon.ko2 {
    background: url("../Images/CustomSerialNumberKO2.png") no-repeat scroll center center transparent;
}

.serial-number-confirms .serial-number a.icon.add-in-products-unknown {
    background: url("../Images/CustomSerialNumberInsertUnknown.png") no-repeat scroll center center transparent;
}

.serial-number-confirms .serial-number a.icon.add-to-installer{
    background: url("../Images/CustomSerialNumberAddToInstaller.png") no-repeat scroll center center transparent;
}

.serial-number-confirms .serial-number a.icon {
    /*right: 40px;*/
	right: 30px;
	top: 12px;	
}
/*
.serial-number-confirms .serial-number a.add-in-products-unknown {
    right: 20px;
}
*/

/* FF .serial-number-confirms .serial-number label {float: left; width: 20px} */
.serial-number-confirms .serial-number label {float: left; width: 30px}
.serial-number-confirms .serial-number .input-div {margin-bottom: 10px; width: 50%;}
.serial-number-confirms .serial-number input.input-type-text {padding-left: 10px; width: 93%}

.coupon-confirms.serial-number-confirms fieldset.serial-number .input-div {width: 100%}

/* ---------------------------------------------------------------------------------------------- */