/**
 * Settings page
 */
#sndr-settings-table tr td,
#sndr-send-table tr td{
	padding-left: 8px;
}
.sndr_info {
	font-size: 10px;
	color: #888;
}
#sndr-calculate {
	color: green;
	font-weight: bold;
}
.sndr-preloader {
	position: absolute;
	top: 23px;
	left: -9px;
	width: 16px;
	height: 16px;
	background: url( '../images/preloader.gif' );
	background-size: 100%;
}
/**
 * Mail editor page
 */
#sndr-mail-subject {
	width: 100%;
}
#sndr-mail-body {
	width: 100%;
	height: 250px;
}
.sndr-user-roles{
	width: 100px;
	float: left;
}
/**
 * Report page
 */
.sndr-inprogress-row th,
.sndr-inprogress-row td {
	background: #fefaf7;
}
.sndr-inprogress-row .check-column {
	border-left: 4px solid #d54e21;
}
/* table columns */
.sndr-report-list-page .column-status {
	width: 100px;
	text-align: center;
}
.sndr-done-status {
	color: #006505;
}
.sndr-unknown-status {
	color: red;
}
.sndr-report-list-page .column-subject {
	position: relative;
}
.sndr-report-list-page .column-subject .row-actions .show_report a,
.sndr-report-list-page .column-subject .row-actions .untrash_report a,
.sndr-report-list-page .column-subject .row-actions .close_report a {
	color: #006505;
}
.sndr-report-list-page .column-subject .row-actions .show_report a:hover,
.sndr-report-list-page .column-subject .row-actions .untrash_report a:hover,
.sndr-report-list-page .column-subject .row-actions .close_report a:hover {
	color: green;
}
.sndr-report-list-page .column-subject .row-actions .trash_report a,
.sndr-report-list-page .column-subject .row-actions .delete_report a {
	color: #a00;
}
.sndr-report-list-page .column-subject .row-actions .trash_report a:hover,
.sndr-report-list-page .column-subject .row-actions .delete_report a:hover {
	color: red;
}
.sndr-inprogress-row .check-column input[type="checkbox"] {
	margin-left: 4px !important;
}
/* Report list */
.report {
	width: 94%;
	margin: 0 3%;
}
.sndr_th,
.report thead th,
.report tfoot tr td,
.report tbody tr:first-child td {
	border-top: 1px solid #e5e5e5;
}
/* pagination */
.sndr-pagination {
	float: right;
}

.sndr-pagination div {
	float: left;
}
.sndr-pagination a,
.sndr-pagination span {
	font-size: 24px;
	line-height: 24px;
	padding: 0 5px;
	vertical-align: top;
}
.total_pages {
	display: inline-block;
	padding-top: 3px !important;
	font-size: 13px !important;
}
.total-users {
	text-align: center;
}
@media only screen and ( max-width: 782px ) {
	input[type="radio"] {
		margin-bottom: 10px;
	}
	#sndr-mail-send-table label {
		float: none;
		vertical-align: top;
	}
	.sndr-count {
		vertical-align: top;
	}
	.sndr-check-all, 
	.sndr-role {
		margin-bottom: 15px !important;
	}
}
@media only screen and ( max-width: 600px ) {
	.sndr-report-list-page .column-subject {
		overflow: visible !important;
	}
	.sndr-report-list-page .column-status {
		display: none;
	}
	.sndr-pagination {
		float: left;
	}
	.report {
		display: block;
		position: relative;
		left: -60px;
	}	
}
@media only screen and ( max-width: 450px ) {
	.sndr-pagination div {
		float: none;
	}
	.sndr-pagination .list-per-page {
		margin: 0 0 10px 42px;
	}
	.sndr-username {
		max-width: 120px;
		word-wrap: break-word;
	}
}
/* pro elements style */
.sndrpr-page-table {
    width: 100%;
}
.sndrpr-form-label {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 20px;
}
.sndrpr-letter-custom {
    float: left;
    margin-right: 20px;
}
.sndrpr-letter-custom ul {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 280px;
}
.sndrpr-default-templates, .sndrpr-user-templates {
    background: #CCCCCC;
    border-bottom: 1px solid #C2C2C2;
    border-top: 1px solid #C2C2C2;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px 0;
    text-align: center;
}
.sndrpr-distributions-list, .sndrpr-letters-list, .sndrpr-template-info {
    clear: both;
    padding: 10px 0;
}
.sndrpr-template-info img {
    border: 1px solid #ECECEC;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    display: block;
    margin: 0 auto;
}
.sndrpr-template-info label p {
    margin: 10px;
    text-align: center;
}
div.sndrpr-help-box {
    padding-left: 0;
    top: 15px;
    width: 29px;
}
.sndrpr-help-box {
    background: url("../images/tooltip_icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    font-weight: normal;
    height: 29px;
    margin: 0 10px;
    padding-left: 40px;
    position: relative;
    top: 10px;
    width: 200px;
}
.sndrpr-fonts-list label {
    margin: 10px;
}
.sndrpr-letter-template-page .column-status,
.sndrpr-priorities-list-page .column-number {
    text-align: center;
    width: 100px;
}
.sndr_letters_list .date.column-date,
.sndr_distribution_list .date.column-date {
    word-wrap: normal;
}