@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */

* {
	margin:0;
	padding:0;
}

/** General Style Info **/
body {
	background: #003d4c;
	color: #fff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size: 11px;
	margin: 0;
    overflow: auto;
}
a {
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #367889;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:0.5em;
}
h1, .h1 {
	background:#fff;
	color: #003d4c;
	font-size: 12px;
}
h2, .h2 {
	background:#fff;
	color: #e32;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
    font-size: 11px;
}
h2 .actions,
h2 .actions a {
    font-size: 11px !important;
}
h3, .h3 {
	color: #2c6877;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 11px;
}
h4, .h4 {
	color: #993;
	font-weight: normal;
}
ul, li {
	margin: 0 12px;
}
p {
	margin: 0 0 1em 0;
}

/** Layout **/
#container {
	text-align: left;
}

#header{
	padding: 10px 20px;
}
#header h1 {
	line-height:20px;
	background: #003d4c url('../img/cake.icon.png') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}
#content{
	background: #fff;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}

/** containers **/
div.form,
div.index,
div.view {
	float:right;
	width:76%;
	border-left:1px solid #666;
	padding:10px 2%;
}
div.actions {
	float:left;
	width:16%;
	padding:10px 1.5%;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}


/** Tables **/
table {
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	border-bottom:2px solid #555;
    font-size: 11px;
	text-align: left;
	padding:1px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
    padding: 1px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 10px;
    line-height: 19px;
}
table tr:nth-child(odd) {
    background: #fff;
}
table tr:nth-child(even) {
	background: #f9f9f9;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}

/* SQL log */
.cake-sql-log {
	background: #fff;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Paging **/
.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	width: 10em;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/** Forms **/
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 95%;
}
fieldset {
	border: none;
	margin-bottom: 1em;
	padding: 16px 10px;
}
fieldset legend {
	color: #e32;
	font-size: 12px;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
.form-block > div,
form div {
	clear: both;
	/*margin-bottom: 1em;*/
	padding: .5em;
	vertical-align: text-top;
}
.form-block .input,
form .input {
	color: #444;
}
.form-block .required,
form .required {
	font-weight: bold;
}
.form-block .required label:after,
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
.form-block div.submit,
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 10px;
	margin-bottom:3px;
}
input, textarea {
	clear: both;
	font-size: 10px;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 3px;
	width:98%;
}
select {
	clear: both;
	font-size: 10px;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 10px;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	/*margin: 0px 6px 7px 2px;*/
    height: 12px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 6px 0;
	padding: 0;
	line-height: 26px;
}
.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}
input[type=submit] {
	display: inline;
	font-size: 12px;
    font-weight: bold;
	width: auto;
}

form .submit input[type=submit],
.form-block .submit input[type=submit] {
	background:#62af56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	border-color: #2d6324;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 3px 10px;
}
.form-block .submit input[type=submit]:hover,
form .submit input[type=submit]:hover {
	background: #5BA150;
}
/* Form errors */
.form-block .error,
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
    padding: 4px 12px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}

/**  Actions  **/
.actions ul {
	margin: 0;
	padding: 0;
}
.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}

/* Buttons and button links */
input[type=submit],
.actions ul li a,
button,
.actions a {
	font-weight:normal;
    padding: 1px 8px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}
.actions ul li a:hover,
.actions a:hover {
	background: #ededed;
	border-color: #acacac;
	text-decoration: none;
}
input[type=submit]:active,
.actions ul li a:active,
.actions a:active {
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
	background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
	background-image: -o-linear-gradient(top, #dfdfdf, #eee);
	background-image: linear-gradient(top, #dfdfdf, #eee);
	text-shadow: #eee 0px 1px 0px;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	border-color: #aaa;
	text-decoration: none;
}

/** Related **/
.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-family: arial;
    font-weight: 400;
}
.cake-debug-output {
	padding: 0;
	position: relative;
}
.cake-debug-output > span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 4px 10px 2px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
.cake-stack-trace li {
	padding: 10px 5px 0px;
	margin: 0 0 4px 0;
	font-family: monospace;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-wekbkit-border-radius: 4px;
	border-radius: 4px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
.code-coverage-results div.covered span.content {
	background:#cec;
}
.code-coverage-results div.ignored span.content {
	color:#aaa;
}
.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
.code-coverage-results span.line-num strong {
	color:#666;
}
.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
.code-coverage-results div.realstart {
	margin-top:0px;
}
.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
.code-coverage-results span.result-bad {
	color: #a00;
}
.code-coverage-results span.result-ok {
	color: #fa0;
}
.code-coverage-results span.result-good {
	color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
	display:none;
}

.statsmanager_empty_result{
    text-align:center;font-weight:700;padding:5px 0;
}

.data_grid{

}

.statsmanager_section{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 9pt;
    position: relative;
}

.statsmanager_section tr td.dimension_header{
    background: #5b5bef;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    font-size: 9pt;
}

.statsmanager_section tr.fieldset_head td div{
    height: 0;
    position: relative;
    vertical-align: bottom;
}

.statsmanager_section tr.fieldset_head .sort_asc{
    width: 14px;
    height: 9px;
    background: transparent url(../img/sort_arrows.png) 0 0 no-repeat;
    position: absolute;
    top: -5px;
    right: -5px;
    display: block;
}

.statsmanager_section tr.fieldset_head .sort_desc{
    width: 14px;
    height: 9px;
    background: transparent url(../img/sort_arrows.png) -30px 0 no-repeat;
    position: absolute;
    top: -5px;
    right: -5px;
    display: block;
}

.statsmanager_section tr td.row_name{
    width:150px;
    font-weight: 700;
}

.statsmanager_section tr td.next_section{
    padding: 0;
}

.statsmanager_section tr td.stats_name{
    font-weight: 700;
}

.statsmanager_section tr td.stats_info{
    width:100px;
}
.statsmanager_section tr.total_row{
    font-weight: 700;
}
.statsmanager_section tr.total_row td:nth-child(1){
    text-align: right;
}

.icon{display: inline-block}

.icon.icon_dimension_switcher_on{
    width: 21px;
    height: 21px;
    background: transparent url('./images/hide_section_info.jpg') 0 0 no-repeat;
    margin-right: 5px;
    margin-bottom:-3px
}
.icon.icon_dimension_switcher_off{
    width: 21px;
    height: 21px;
    background: transparent url('./images/hide_section_info.jpg') 0 100% no-repeat;
    margin-right: 5px;
    margin-bottom:-3px
}

.selected_dimension{
    padding: 4px;
    position: relative;
}
.selected_dimension .remove_dimension{
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    text-decoration: none;
    top: 0;
    right: 0;
    background: transparent url('./images/close_dimension.png') 0 0 no-repeat;
}
.field_select{
    width: 300px;
    clear: both;
}

.universal_stats_container div.filter #submit_filters{
    background:#62af56;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
    background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
    border:1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
    padding: 8px 10px;
    display: block;
    text-decoration: none;
    text-align: center;
}
.universal_stats_container div.filter #export_xls, 
.universal_stats_container div.filter #delayed_export, 
.universal_stats_container div.filter #visualization_btn,
.universal_stats_container div.filter #share_btn
{
    background: #107eaf;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#25adbf), to(#1b5caf));
    background-image: -webkit-linear-gradient(top, #25adbf, #1b5caf);
    background-image: -moz-linear-gradient(top, #25adbf, #1b5caf);
    border:1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
    padding: 8px 10px;
    display: block;
    text-decoration: none;
    text-align: center;
}
.universal_stats_container div.filter #submit_filters:hover{
    background: #5BA150;
}
.universal_stats_container div.filter #export_xls:hover,
.universal_stats_container div.filter #share_btn:hover,
.universal_stats_container div.filter #delayed_export:hover
{
    background: #177eaf;
}
.universal_stats_container div.filter #submit_filters.disable_submit,
.universal_stats_container div.filter #export_xls.disable_submit, 
.universal_stats_container div.filter #delayed_export.disable_submit, 
.universal_stats_container div.filter #visualization_btn.disable_submit,
.universal_stats_container div.filter #share_btn.disable_submit
{
    background: #79777A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#BDBFBE), to(#666467));
    background-image: -webkit-linear-gradient(top, #BDBFBE, #666467);
    background-image: -moz-linear-gradient(top, #BDBFBE, #666467);
}

.statsmanager_section tr td.bold{
    font-weight: 700;
}

.statsmanager_section tr td.green{
    background-color: #C6FCC4;
}

.statsmanager_section tr td.red{
    background-color: #ff8e87;
}

.filter_container{
    position: relative;
    font-size: 100%;
    padding: 0px 20px 0 0;
    width: 250px;
    border: 1px solid #c3c3c3;
    background: #fff;
    cursor: text;
}

.filter_container .helper-position{
    position: relative;
    height: 0;
}

.filter_container .filter_result .input_li input{
    border: 0;
    width: 1px;
    font-size: 100%;
}
.filter_container .filter_result .input_li input.wide{
    border: 0;
    width: 230px;
    font-size: 100%;
}

.filter_container ul.filter_result{
    padding: 0 2px 2px 0;
    margin: 0;
}
.filter_container ul.filter_result li{
    display: inline-block;
    margin: 2px 0 0 2px;
    padding: 2px;
    list-style: none;
}
.filter_container ul.filter_result li.result{
    border: 1px solid #c3c3c3;
    border-radius: 3px;
}
.filter_container ul.filter_result li.input_li{
    width: 1px;
}
.filter_container ul.filter_result li.input_li_wide{
    width: 230px;
}
.filter_container ul.filter_result li.exclude_filter{
    background: #ff8c85;
}
.close{
    display: inline-block;
    background: transparent url('images/tag_close.gif') 0 0 no-repeat;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    cursor: pointer;
}
.filter_container ul.filter_result .result{
    max-width: 100%;
    word-break: break-word;
}
.filter_container ul.filter_result li .exclude{
    display: inline-block;
    background: transparent url('images/exclude.gif') 0 0 no-repeat;
    width: 11px;
    height: 11px;
    margin-left: 3px;
    cursor: pointer;
}

.clear_button{
    position: absolute;
    top: 3px;
    right: 3px;
    display: none;
}

.filter_helper{
    position: absolute;
    top:-1px;
    left: -3px;
    border: 1px solid #363636;
    background: #fff;
    padding: 5px;
    min-height: 20px;
    max-height: 300px;
    width: 337px;
    overflow-y: auto;
    z-index: 1;
    margin: 0;
    display: none;
}
.filter_helper li{
    cursor: pointer;
    list-style: none;
    margin: 0;
}
.filter_helper li.disabled{
    cursor: default;
    color: #8e8e8e;
}

.filter_table{
    border: 0;
}
.filter_table tr:nth-child(2n){
    background: transparent;
}
.filter_table tr td{
    border: 0;
    background: transparent;
}

.fieldset_head.fixed_head{
    position: fixed;
    top:0;
    z-index: 9999;
    overflow-x: auto;
    background: #F9F9F9;
}

.loader{
    width: 600px;
    height: 390px;
    background: transparent;
    background-image:url(../img/ajax_loader.gif);
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -195px 0 0 -300px;
    display: none;
    z-index: 9999;

}

.enabled_webmasters{
    display: none;
}

.enabled_webmasters_popup_wrap{
    background-color: rgba(0,0,0,0.45);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.enabled_webmasters_popup{
    width:600px;
    height: 460px;
    position: absolute;
    margin-left: -300px;
    left: 50%;
    top: 20%;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #000;
    color: #000;
    padding: 8px;
}

.enabled_webmasters_popup .webmaster_list{
    width:600px;
    height: 358px;
    overflow-y:auto;
    margin-bottom: 5px;
}


.enabled_webmasters_popup_wrap .wrap_close{
    position: absolute;
    top: 20%;
    right: 50%;
    margin: -15px -335px 0 0;
    color: #ff0000;
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
    background: transparent url(../img/close2.png) 0 0 no-repeat;
    z-index: 9999;
}

.center{text-align: center;}
.bold{font-weight: 700;}

.field_scroll{
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

input.webmaster_switch[type="radio"]{
    margin-left: 30px;
}

.enabled_webmasters_popup_buttons{
    width: 400px;
    float: right;
}

.enabled_webmasters_popup_buttons a{
    float: right;
    margin-right: 10px;
}

.enabled_webmasters_popup_buttons a.submit_webmaster_selection{
    background:#62af56;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
    background-image: -webkit-linear-gradient(top, #76BF6B, #3b8230);
    background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
    border:1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
    padding: 6px 22px;
    display: block;
    text-decoration: none;
    text-align: center;
    margin-right: 60px;
}

.search_webmaster{
    font-size: 13px;
    width:200px;
    margin-left: 10px;
}

.search_result{
    display: none;
    width:23px;
    height: 23px;
}

.prev_search_result{
    background: transparent url(../img/arrows2.jpg) 0 0 no-repeat;
    margin: 0 8px;
}

.next_search_result{
    background: transparent url(../img/arrows2.jpg) -54px 0 no-repeat;
}
.list_webmaster_rows td{
    background-color: #7194b3;
}
.focus_webmaster_row td{
    background-color: #177eaf;
}
#filtered_webmasters_head{
    display: none;
    border: 1px solid #c9c9c9;
    padding: 4px;
}
#filtered_webmasters{
    display: none;
    height: 130px;
    overflow-y: auto;
    border: 1px solid #c9c9c9;
    border-top: 0;
}

.webmaster_name a{
    margin-left: 5px;
}

.enable_webmaster_name{
    color: #3B8230;
}
.disable_webmaster_name{
    color: #ff3000;
}

.clear_webmaster_list{
    float: right;
}
.dataTable td {
    font-size: 10px;
    line-height: 19px;
    padding: 1px;
 }

.clear{
    clear: both;
    height: 0;
    display: block;
}

.feedOptions *{
    margin: 2px;
}

.feedOptions .feedType{
    width: 250px;
}
.feedOptions .feedUrl{
    width: 600px;
}

.subnotes{
    font-style: italic;
}

.debugMessage{
	word-break: break-all;
}

.form-group {
	margin-bottom: .5rem;
}
.form-group .h3 {
	font-size: .85rem;
	margin-bottom: 0px;
	color: #293294;
}

 .bookkeeper-news-popup {
	 position: fixed;
	 top: 0;
	 left: 0;
	 background-color: rgba(0, 0, 0, 0.8);
	 z-index: 100;
	 height: 100%;
	 width: 100%;
	 text-align: center;
 }

.bookkeeper-news-popup .up_block {
	position: fixed;
	top: 5%;
	left: 20%;
	width: 50%;
	background-color: #ffffff;
	padding: 20px;
}

.bookkeeper-news-popup .close-news-popup {
	float: right;
	cursor: pointer;
	background-color: black;
	color: white;
	padding: 3px 5px;
}

.bookkeeper-news-list {
	max-height: 600px;
	overflow-y: auto;
}

.bookkeeper-news-list .news-item {
	color: #000000 !important;
	margin: 20px;
}

.bookkeeper-news-list .news-item .news-title {
	clear: both;
}

.bookkeeper-news-list .news-item .bookkeeper-news-date {
	text-align: justify;
	margin-bottom: 10px;
	margin-left: 5px;
	font-style: italic;
}

.bookkeeper-news-list .news-item .bookkeeper-news-body {
	text-align: justify;
	overflow-y: auto;
	max-height: 500px;
	padding: 5px;
}

.bookkeeper-news-list .news-item .dont-show-news-block {
	float: right;
	margin-top: 10px;
}

/*** НЕОБХОДИМЫЕ СТИЛИ ***/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu {
    line-height: 1.0;
}
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 12em;
}
.sf-menu ul li {
    width: 100%;
}
.sf-menu li:hover {
    visibility: inherit;
}
.sf-menu li {
    float:  left;
    position: relative;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul,
.sf-menu li ul:hover {
    left:  0;
    top:  26px;
    z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em;
    top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em;
    top: 0;
}
/*** СКИН ДЕМО ***/
.sf-menu {
    float: left;
    margin-bottom: 1em;
}
.sf-menu a {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: .75em 1em;
    text-decoration:none;
    font-size: 10px;
}
.sf-menu a, .sf-menu a:visited  {  color: white;  }
.sf-menu li {  background: #003D4C;  }
.sf-menu li li {  background: #003D4C;  }
.sf-menu li li li {  background: #003D4C;  }
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: #016882;
    outline: 0;
}
/*** СТРЕЛКИ **/
.sf-menu a.sf-with-ul {
    padding-right: 2.25em;
    min-width: 1px;
}
.sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    top: 1.05em; /* ТОЛЬКО ДЛЯ IE6 */
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url('../img/arrows-ffffff.png') no-repeat  -10px -100px;
}
a > .sf-sub-indicator {
    top: .8em;
    background-position: 0  -100px;
}
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator { background-position: -10px  -100px; }

.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator { background-position:  -10px 0; }

/*** ТЕНИ ДЛЯ ВСЕХ БРАУЗЕРОВ,  КРОМЕ IE6 ***/
.sf-shadow ul {
    background: url('images/shadow.png') no-repeat bottom  right;
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft:  17px;
    -moz-border-radius-topright:  17px;
    -webkit-border-top-right-radius:  17px;
    -webkit-border-bottom-left-radius:  17px;
}
.sf-shadow ul.sf-shadow-off {
    background:  transparent;
}