﻿/* Notification */

.notification-add-container{
    margin-top: 20px;
}
.notification-add-container .panel{
    border: 1px solid #ccc;
    padding: 10px;
    width: 180px;
    text-align: center;
}
.notification-add-container .panel h5{
    margin: 0;
    text-align: center;
}
.notification-add-container .panel .form-container.hide{
    display: none;
}
.notification-add-container .row{
    margin-top: 10px;
}
.notification-add-container .row input[type=email],
.notification-add-container .row input[type=text]{
    width: 177px;
}
.notification-add-container .row input[type=submit]{
    width: 182px;
}




.notification-table{
    margin-top: 15px;
}
.notification-table th{
    padding-left: 5px;
    padding-right: 5px;
}

.notification-table td.email{
    padding: 0;
}
.notification-table .email-manage{
    width: 100%;
}
.notification-table .email-manage td{
    border: 0px solid;
    padding: 0 0 0 5px;
}
.notification-table .email-manage td.notification-email-delete{
    width: 16px;
    min-width: 16px;
    background: url('/autoeuro/images/delete.gif') no-repeat center right;
    cursor: pointer;
}
.notification-table .email-manage td.notification-email-delete.loading{
    background: url('/autoeuro/images/loader_skype_14.png') no-repeat center center;
}



.notification-table td.input-checkbox{
    text-align: center;
}
.notification-table td.input-checkbox.loading{
    background-image: url('/autoeuro/images/loader_skype_14.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}
.notification-table td.delivery-address,
.notification-table td.subdivisions
{
    padding: 0;
}
.notification-table td.delivery-address select,
.notification-table td.subdivisions select
{
    border: 1px solid #fff;
    padding-left: 15px;
    width: 100%;
    min-width: 140px;
}
.notification-table tr:hover td.delivery-address select,
.notification-table tr:hover td.subdivisions select
{
    background: #fff8c0;
    border-color: #fff8c0;
}
.notification-table td.delivery-address select.delivery-addresses-change.loading,
.notification-table td.subdivisions select.subdivisions-change.loading
{
    background: url('/autoeuro/images/loader_skype_14.png') no-repeat center left;
}
.notification-table tr td.delivery-address select option,
.notification-table tr td.subdivisions select option
{
    padding-left: 17px;
}
.notification-table tr:hover td.delivery-address select option,
.notification-table tr:hover td.subdivisions select option
{
    background: #fff;
}




.notification-email-resend-dialog{
    display: none;
    text-align: center;
}
.notification-email-resend-dialog .text{
    text-align: left;
}
.notification-email-resend-dialog .text .email-date-add{
    font-weight: bold;
}
.notification-email-resend-dialog .message{
    text-align: left;
    color: #FF0000;
}
.notification-email-resend-dialog input.captcha{
    width: 101px;
}
