@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;
    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;
}

/* ------- New Admin Styles 2025 ------- */

p, a, span, input, textarea, button, h1, h2, h3, h4, h5, h6 {
    font-family: "Rubik";
    font-weight: 400;
    font-size: inherit;
}

a {
	color: #4351cc
}

a:hover {
	color: #4351cc;
	text-decoration: none;
}

form div {
	padding: 0.2em;
}

#content, body {
    font-size: 0.875rem;
    line-height: 1.52rem;
    font-weight: 400;
    font-family: "Rubik";
    color: #2D3033;
    background: #EEF0FA;
    text-rendering: optimizeLegibility;
}

#content {
	padding: 1rem;
}

.line-separator {
	background: #8996A1;
	width: 100%;
	height: 1px;
	margin: 1rem 0;
	padding: 0;
}

h2, .h2 {
	background:#fff;
	color: #e32;
    font-size: 11px;
	padding: 0.5rem;
	border-radius: 4px;
}

form {
	width: 100%;
	margin: 0;
}

.no-bg {
	background: transparent !important;
}

.flex-center {
	display: flex;
	align-items: center;
	gap: 4px;
}

.flex-top {
	display: flex;
	align-items: flex-start;
}

label {
	font-size: 12px;
}

a.checkAll {
	margin-right: 8px;
}

#content, body {
	line-height: 1.25rem;
}

/* ---- Link ---- */

.link-element {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
    color: #6574FF;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    column-gap: 0.25rem;
    transition: color 0.1s ease-in-out;
    background-color: transparent;
}

.link-element.link--inline {
    text-decoration-line: underline;
}

.link-element:hover, .link-element:active, .link-element.active {
    color: #4351cc;
}

/* Title */

h2.title {
	font-weight: 500;
	font-size: 1.5rem;
	margin-right: 1rem;
	line-height: 1.5rem;
	white-space: nowrap;
	background: 0;
	color: #2D3033;
	padding-left: 0;
}

h2.title-red {
	margin-right: 1rem;
	line-height: 1.5rem;
	white-space: nowrap;
	background: 0;
	padding-left: 0;
	color: #F0643B;
    font-size: 12px;
}

h1.title {
	font-weight: 500;
	font-size: 1.75rem;
	margin-right: 1rem;
	line-height: 1.75rem;
	white-space: nowrap;
	background: 0;
	color: #2D3033;
	padding-left: 0;
}


/* ---- Tabs ---- */

.layout-tabs-block .tabs-list {
	display: flex;
    align-items: center;
    max-width: 100%;
    width: 100%;
    column-gap: 1.5rem;
}


@media only screen and (min-width: 1241px) {
    .layout-tabs-block .tabs-list {
        column-gap: 2.5rem;
    }
}

.layout-tabs-block .tabs-list .tab-item {
	cursor: pointer;
    color: #2D3033;
    transition: color 0.1s ease-in-out;
    white-space: nowrap;
    text-transform: uppercase;
    column-gap: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    height: 1.5rem;
	outline: none;
    text-decoration: none;
	font-family: "Rubik";
    font-weight: 400;
	display: flex;
	align-items: center;
}

.layout-tabs-block .tabs-list .tab-item:hover {
    color: #4351cc;
}

.layout-tabs-block .tabs-list .tab-item.active {
	color: #4351cc;
}

/* ---- Filters ---- */

.layout-filter-block {
	position: relative;
}

.layout-filter-block .filter-block {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    column-gap: 1.5rem;
    row-gap: 0.5rem;
}

.filter-block .filter-block-dropdown {
	display: flex !important;
	flex-direction: column;
}

.filter-block .filter-block-item label {
	font-size: 0.875rem;
	color: #2D3033;
	margin: 0;
}

/* ---- Table ---- */

table {
    border-radius: 0.5rem 0.5rem 0 0;
    table-layout: fixed;
	width: 100%;
	border-collapse: separate;
	background: #FFFFFF !important;
	border-spacing: 0;
}

table.table-ui {
    border-radius: 0.5rem 0.5rem 0 0 !important;
    table-layout: fixed !important;
	width: 100%;
	border-collapse: separate !important;
	background: #FFFFFF !important;
	border-spacing: 0 !important;
}

table tr th {
	background: #DDE0FF;
	padding: 0.5rem !important;
	min-height: 2rem;
	color: #61669F !important;
	text-align: center;
}

table.table-ui tr th {
	background: #DDE0FF!important;
	padding: 0.5rem !important;
	min-height: 2rem!important;
	color: #61669F !important;
	text-align: center!important;
}

table tr td {
	background: #FFFFFF !important;
}
    
table td:first-child th:first-child {
	border-radius: 0.5rem 0 0 0;
}

table tr:first-child th:last-child {
	border-radius: 0 0.5rem 0 0;
}

table tr td, table tr th {
	border: 0;
    vertical-align: middle;
    border-top-width: 1px;
    border-right-width: 1px;
    border-color: #CCD5DC;
    border-style: solid;
	position: relative;
    font-weight: 400;
	font-size: 12px;
    color: #2D3033;
    padding: 0.5rem !important;
}

table.table-ui tr td, table.table-ui tr th {
	border: 0 !important;
    vertical-align: middle!important;
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-color: #CCD5DC !important;
    border-style: solid !important;
	position: relative !important;
    font-weight: 400 !important;
    color: #2D3033 !important;
    padding: 0.5rem !important;
}

table td:first-child, table th:first-child {
    border-left-width: 1px;
}

table tr:last-child td {
    border-bottom: 1px solid #CCD5DC;
}

.table-ui + .dataTables_info {
	border: 1px solid #8793FF !important;
    background: #8793FF !important;
    color: white !important;
}

.table-ui + .dataTables_info + .dataTables_paginate {
	border: 1px solid #8793FF !important;
    background: #8793FF !important;
    color: white !important;
}

.border-l-none {
	border-left: none !important;
}

table.dataTable thead .sorting {
	background-image: url("images/sort_both.png") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(50% + 8px) !important;
    padding-right: 18px !important;
}

table.dataTable thead .sorting_asc {
	background-image: url("images/sort_asc.png")  !important;
	background-repeat: no-repeat !important;
    background-position: right calc(50% + 8px) !important;
    padding-right: 18px !important;
}

table.dataTable thead .sorting_desc {
	background-image: url("images/sort_desc.png")  !important;
	background-repeat: no-repeat !important;
    background-position: right calc(50% + 8px) !important;
    padding-right: 18px !important;
}

.dataTables_paginate .ui-button {
	color: #fff !important;
	background: #61669f !important;
    border: 2px solid #61669f !important;
	transition: background .1s, transform .2s, color .15s, box-shadow .2s ease-in-out !important;
    border-radius: 0.25rem !important;
}

.dataTables_paginate .ui-button:not(.ui-state-disabled):hover, .dataTables_paginate .ui-button:not(.ui-state-disabled):active {
	background: #343a84 !important;
	border: 2px solid #343a84 !important;
}

.dataTables_wrapper .dataTables_filter input[type="search"] {
	border: 1px solid #8793FF !important;
	border-radius: 4px !important;
	box-sizing: border-box !important;
	padding: 0 0 0 4px;
	font-family: "Rubik";
    font-weight: 400;
    color: #444;
	height: 28px !important;
	line-height: 28px !important;
	font-size: 12px;
	line-height: 17px !important;
}

.dataTables_wrapper .dataTables_filter input[type="search"]:focus{
    outline: none;
}

/* Button */

.btn {
	position: relative;
	display: inline-flex !important;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 1.5rem;
	cursor: pointer;
	text-align: center;
	transition: background .1s, transform .2s, color .15s, box-shadow .2s ease-in-out !important;
	user-select: none !important;
	text-shadow: none !important;

	padding: .125rem 14px !important;
    color: #FFFFFF !important;
    border: 2px solid !important;
    border-radius: 0.25rem !important;
    box-shadow: 0px 0px 0px 0px transparent !important;
    transition: box-shadow .1s ease-in-out;
    column-gap: .25rem;
	text-decoration: none;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: 400;
}

input[type="file"]::file-selector-button {
	background: #6574FF !important;
	color: #FFFFFF !important;
	padding: .125rem 14px !important;
    color: #FFFFFF !important;
    border: 2px solid #6574FF !important;
    border-radius: 0.25rem !important;
    box-shadow: none !important;
	text-shadow: none !important;
	transition: background .1s, transform .2s, color .15s, box-shadow .2s ease-in-out !important;
	cursor: pointer;
}

input[type="file"]::file-selector-button:hover {
	background: #4351cc !important;
	border-color: #4351cc !important;
}

.btn > a, .btn > * {
	text-decoration: none;
}

.btn > a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn:disabled, .btn.disabled {
	opacity: .6;
	pointer-events: none;
}

.btn.btn-primary {
	background: #6574FF !important;
    border-color: #6574FF !important;
}

.btn.btn-primary:hover, .btn.btn-primary:active {
	background: #4351cc !important;
	border-color: #4351cc !important;
}

.btn.btn-primary:disabled {
	background: #A8ACDC !important;
	border-color: #A8ACDC !important;
	opacity: 1
}

.btn.normal-size, .btn.large-size, .button.normal-size, .button.large-size {
    font-size: 0.875rem !important;
	line-height: 0.875rem !important;
    height: 2rem !important;
}

.btn.small-size {
	font-size: 0.75rem !important;
	line-height: 0.75rem !important;
	height: 1.5rem !important;
	padding-left: 7px !important;
	padding-right: 7px !important;
}

.btn.xs-size {
	font-size: 0.625rem !important;
	line-height: 0.625rem !important;
	height: 1.25rem !important;
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important;
}

.btn.large-size {
	height: 2.5rem !important;
}

.btn-text, .btn-link {
	cursor: pointer;
    color: #2D3033 !important;
    transition: color 0.1s ease-in-out;
    white-space: nowrap;
	background: none !important;
	border: none !important;
	height: auto !important;
	padding: 0 !important;
}

.btn-link {
	color: #4351cc !important;
	text-decoration: underline !important;
}

.btn-link:hover {
	text-decoration: none !important;
}

.btn-text:hover {
	color: #4351cc !important;
}


/* Total */

.found-count {
	color: #6C757D;
    white-space: nowrap;
    margin-left: auto;
    font-size: 0.75rem;
    line-height: 1rem;
    margin: 1rem auto 0.5rem 0;
	text-align: right;
}

/* Pagination */

.pagination {
	display: flex;
	width: 100%;
	column-gap: 0.5rem;
    margin: 1rem 0;
	justify-content: center;
    align-items: center;
}

.pagination span a, .pagination span.current {
	position: relative;
    height: 1.5rem;
    min-width: 1.5rem;
    width: auto;
    padding: 0.25rem 0.5rem;
    line-height: 2rem;
    font-size: 0.75rem;
    color: #6C757D;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
	text-decoration: none;
	box-sizing: border-box;
}

.pagination span.current {
	color: #4351cc;
    pointer-events: none;
}

.pagination span a:hover {
    color: #4351cc;
}

/* Arrows */

a.arrow {
	background: #6574FF !important;
	color: #ffffff;
}

a.arrow:hover {
	background: #4351cc !important;
}

/* Dropdown */

.apk-dropdown .ms-options-wrap button {
	border: 1px solid #8793FF !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    padding: 0 0 0 4px 0 !important;
    font-family: "Rubik";
    font-weight: 400;
    color: #444;
    height: 28px !important;
    line-height: 28px !important;
    font-size: 12px !important;
    background: white;
    line-height: 17px !important;
    box-shadow: none !important;
}

.apk-dropdown .ms-options {
	margin: 0 !important;
	border: none !important;
	padding: 0.5rem 0 !important;
    min-width: 15.375rem !important;
    max-width: 100% !important;
    border: 1px solid #e6e6e6 !important;
    box-shadow: 0px 5px 4px #b3b3b3 !important;
    background: #FFFFFF !important;
    z-index: 500 !important;
    border-radius: 0.25rem !important;
	border: none !important;
}

.apk-dropdown .ms-selectall.global {
	margin: 0 !important;
    margin-bottom: 8px !important;
    padding: 0px 16px !important;
}

.apk-dropdown .ms-selectall.global::first-letter {
	text-transform: uppercase;
}

.apk-dropdown .ms-options ul li {
	margin: 0 !important;
}

.apk-dropdown .ms-options ul li.default:hover label {
	background: #DDE0FF !important;
}

.apk-dropdown .ms-options ul li label {
    border: none;
	padding: 0.5rem 1rem !important;
	border-bottom: 1px solid #CCD5DC !important;
	margin: 0 !important;
	color: #2D3033 !important;
    line-height: 1.5rem !important;
    font-size: 0.875rem !important;
	position: relative !important;
	background: white !important;
}

.input.select select:not([multiple]) , select:not([multiple]), .select-custom {
	border: 1px solid #8793FF !important;
	border-radius: 4px !important;
	box-sizing: border-box !important;
	padding: 0 0 0 4px;
	font-family: "Rubik";
    font-weight: 400;
    color: #444;
	height: 28px !important;
	line-height: 28px !important;
	font-size: 12px;
	line-height: 17px !important;
}

.input-borders, .chosen-choices {
	border: 1px solid #8793FF !important;
	border-radius: 4px !important;
	box-sizing: border-box !important;
	font-family: "Rubik";
    font-weight: 400;
    color: #444;
}

.input-pa {
	padding-top: 7px !important;
    padding-bottom: 7px !important;
    line-height: 17px !important;
    box-sizing: border-box !important;
    height: 32px !important;
    padding-left: 8px !important;
}


.select2-container--default .select2-selection {
	border: 1px solid #8793FF !important;
}

.select2-container--default .select2-selection {
	height: 32px !important;
}

.select2-container--default .select2-selection .select2-selection__rendered, .chosen-container {
	padding-top: 7px !important;
	padding-bottom: 7px !important;
    line-height: 17px !important;
	box-sizing: border-box !important;
    min-height: 32px !important;
}

.select2-container--default .select2-selection__placeholder {
	color: #6C757D !important;
}

.select2-container--default .select2-selection__arrow {
	height: 30px !important;
}

.select2-container--default .select2-selection__arrow b {
	border-color: #6574FF transparent transparent transparent !important;
}

.select2-container--default.select2-container--open .select2-selection__arrow b {
	border-color: transparent transparent #6574FF transparent !important;
}

.select2-container--default .select2-selection__clear {
	color: #6574FF;
}

.select2-container--default .select2-search--dropdown {
	padding: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	padding: 0.5rem 1rem !important;
    background: #DEF4FE !important;
    border: 0 !important;
    border-bottom: 1px solid #CCD5DC !important;
	height: 41px !important;
	z-index: 4;
}

.select2-container--default .select2-search__field:focus{
    outline: none;
}

.select2-container--default .select2-results .select2-results__options .select2-results__option, .dropdown-result-option, .chosen-container .chosen-results li {
	border-bottom: 1px solid #CCD5DC !important;
	margin: 0 !important;
	color: #2D3033 !important;
	padding: 0.5rem 1rem !important;
    line-height: 1.5rem !important;
    font-size: 0.875rem !important;
	position: relative !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .dropdown-result-option:hover, .chosen-container .chosen-results li.highlighted {
	background: #E8EEFF !important;
}

.select2-container--default .select2-results__option[aria-selected=true], .chosen-container-multi .chosen-drop .result-selected, .dropdown-result-option-active {
	background: #DDE0FF !important;
}

.select2-container--default .select2-results__option[aria-selected=true]::before, .chosen-container-multi .chosen-drop .result-selected::before, .dropdown-result-option-active::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: #4351cc;
}

.select2-container--open .select2-dropdown--below, .dropdown-results-list {
	padding: 0.5rem 0 !important;
    min-width: 15.375rem !important;
    max-width: 100% !important;
    border: 1px solid #e6e6e6 !important;
    box-shadow: 0px 5px 4px #b3b3b3 !important;
    background: #FFFFFF !important;
    z-index: 500 !important;
    border-radius: 0.25rem !important;
}

.select2-selection.select2-selection--multiple {
	display: flex;
	align-items: center;
	height: auto !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: flex !important;
    gap: 10px !important;
    width: 100% !important;
    justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	height: auto !important;
	padding-right: 20px !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
	position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 4px;
	background: #D6EBFF;
    color: #054987;
    max-width: 100%;
    min-width: 24px;
    width: min-content;
    white-space: normal;
	border: none;
	margin: 0 !important;
}

.selected-option-tag, .chosen-container-multi .chosen-choices li.search-choice {
	display: flex !important;
    align-items: center;
    gap: 4px;
	background: #D6EBFF !important;
    color: #054987 !important;
    max-width: 100%;
    min-width: 36px;
    width: min-content;
    white-space: nowrap;
	border: none !important;
	margin: 0 !important;
}

.tag-sizes {
	border-radius: 4px;
    padding: 2px 4px;
}

.tag-sizes .remove-sign {
	margin: 0
}

.selected-option-tag .close, .selected-option-tag span, .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	background: transparent;
	color: #054987
}

.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
	color: #054987;
}

.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
	margin: 0;
	max-width: 100%;
}

.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field {
	margin: 0;
	max-width: 100%;
}

/* Input */

.input.filter-block-item {
	position: relative;
}

.input.text input, input[type="text"], input[type="number"], input[type="string"] {
	border: 1px solid #8793FF !important;
	border-radius: 4px !important;
	padding-top: 7px !important;
    padding-bottom: 7px !important;
    line-height: 17px !important;
    box-sizing: border-box !important;
    height: 32px !important;
    padding-left: 8px !important;
}

.input-borders, textarea {
	border: 1px solid #8793FF !important;
	border-radius: 4px !important;
}

.input.filter-block-item .input.text{
	padding: 0;
}
	

.filter-block-dropdown input {
	padding: 7px !important;
    line-height: 17px !important;
	box-sizing: border-box !important;
    height: 32px !important;
}

.input.text input:focus, input[type="text"]:focus, input[type="number"]:focus, input[type="string"]:focus {
    outline: none;
}

/* Date Picker */

.xdsoft_datetimepicker .xdsoft_datepicker {
	min-width: 270px !important
}

.ui-datepicker {
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15) !important;
    border-radius: 4px !important;
    border: 1px solid transparent !important;
	padding: 0 !important;
}

.ui-datepicker .ui-datepicker-header {
	background: white;
    font-family: "Rubik";
    font-weight: 400;
    font-size: inherit;
    color: #212121;
    border: none;
    height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    justify-content: space-between;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
	border-radius: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	top: auto !important;
	display: flex;
    justify-content: center;
    align-items: center;
	border: none !important;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
	background-image: none !important;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before, .ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
	display: block;
    content: "";
    width: 24px;
    height: 24px;
    background: round;
    opacity: 0.6;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
    background-image: url("images/new-arrow-left.png");
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
    background-image: url("images/new-arrow-right.png");
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover {
	border: none !important;
	background: none !important;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover::before, .ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover::before {
	opacity: 1 !important;
}

.ui-datepicker .ui-datepicker-calendar thead tr th {
	background: white !important;
    color: #212121 !important;
    font-size: 0.875rem !important;
	padding: 0.25rem !important;
}

.ui-datepicker .ui-datepicker-calendar tbody tr td {
	padding: 0.25rem !important;
}

.ui-datepicker .ui-datepicker-calendar tbody tr td a {
    background: none;
	text-align: center;
	color: #212121 !important;
    font-size: 0.875rem !important;
	border-radius: 2px !important;
	border-color: transparent !important;
}

.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-highlight {
    background: none !important;
    border-color: #6574FF !important;
	color: #212121 !important;
}

.ui-datepicker .ui-datepicker-calendar tbody tr td a:hover {
	background: #E8EEFF !important;
}

.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-active {
	background: #6574FF !important;
    color: #FFFFFF !important;
}

.ui-datepicker .ui-datepicker-calendar tbody tr:nth-last-child(2) td {
    border-bottom: none
}

/* multy filter list */

.multi-filter-block a {
	margin-right: 8px;
}

.multi-filter-list {
	border: 1px solid #8793FF !important;
    border-radius: 4px !important;
    line-height: 17px !important;
    padding-left: 8px;
    background: white;
	margin-bottom: 4px;
	display: flex;
    flex-direction: column;
    gap: 4px;
	height: 200px !important;
}

.multi-filter-list .checkbox {
	height: auto;
}

.multi-filter-list label, .multi-filter-list legend {
	font-size: 0.875rem !important;
    color: #2D3033;
    margin-bottom: 8px;
}

.multi-filter-list fieldset {
	padding: 0;
}

.multi-filter-list input[type="radio"] {
	margin-right: 8px;
}

.multi-filter-list input[type="radio"] + label {
	margin: 4px !important;
}


/* search results */

#search-result {
	margin: 0 !important;
	position: relative;
    left: 0;
    top: 100%;
    padding: 0 !important;
    min-width: 15.375rem;
    max-width: 100% !important;
    border: 1px solid #e6e6e6;
    background: #FFFFFF;
    z-index: 500;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
}

/* selected webmaster */

.selected-webmaster {
	column-gap: 0.5rem;
    padding: 0.25rem !important;
    border-radius: 0.25rem;
    background-color: #CCE4FF !important;
    font-size: 0.75rem !important;
    line-height: 1rem !important;
    display: flex !important;
    align-items: center;
	font-size: 0.875rem;
    line-height: 1.5rem;
	color: #2D3033 !important;
}

.selected-webmaster .remove-selected-webmaster {
	margin: 0;
	background: none;
}

/* radio */

input[type='radio'] {
	accent-color: #6574FF
}

/* checkbox */

input[type=checkbox] {
	float: none;
}

.checkbox {
	height: 16px;
}

.checkbox:has(input[type=checkbox]:disabled) {
	cursor: default;
}

.checkbox.multiline-checkbox input[type=checkbox] + label::before, .checkbox.multiline-checkbox input[type=checkbox] + label::after {
	margin-top: 1px;
}

.checkbox.medium input[type=checkbox] + label::before, .checkbox.medium input[type=checkbox] + label::after {
	margin-top: 0;
}

.checkbox input[type=checkbox] + label {
	align-items: flex-start;
	display: flex;
	font-size: .75rem;
    line-height: 1rem;
	position: relative;
	cursor: pointer;
}

.checkbox input[type=checkbox]:disabled + label {
	cursor: not-allowed;
	opacity: 0.6;
}

.checkbox input[type=checkbox] + label::before, .checkbox input[type=checkbox] + label::after {
	content: "";
    display: inline-block;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.1s ease-in-out;
}

.checkbox input[type=checkbox] + label::before {
	min-width: 1rem;
	margin-right: .5rem;
	border-radius: 0.25rem;
	border: 1px solid #6574FF;
	background: white;
	width: 1rem;
	height: 1rem;
}

.checkbox input[type=checkbox] + label::after {
	width: 1rem;
	height: 1rem;
	min-width: 1rem;
	-webkit-mask-size: cover;
	-webkit-mask-image: url(./images/icon_check_16.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background: white;
	position: absolute;
    top: auto;
    bottom: auto;
}

.checkbox input[type=checkbox]:checked + label::before {
    background: #6574FF;
    color: #2D3033;
}

.checkbox input[type=checkbox]:checked + label::after {
	opacity: 1;
	transform: scale(.8);
}

.checkbox input[type=checkbox]:disabled + label {
	color: #6C757D;
}

.checkbox input[type=checkbox]:disabled + label::before {
	border-color: #6574FF;
	box-shadow: none;
}         

.checkbox input[type=checkbox]:checked:disabled + label::after {
	background-color: #DEF4FE;
}

.checkbox input[type=checkbox]:not(:disabled):checked:hover + label::before {
	background-color: #4351cc;
}

.checkbox input[type=checkbox]:not(:disabled):checked:hover + label::after {
	background-color: #DEF4FE;
}
  
.checkbox input[type=checkbox] {
	opacity: 0;
    position: fixed;
    top: auto;
    left: -9999px;
}

/* Hotkeys */

.p-0 {
	padding: 0 !important;
}

.w-auto {
	width: auto !important;
}

.min-w-full {
	min-width: 100%;
}

.w-fit {
	width: fit-content !important;
}

.my-20 {
	margin: 20px !important;
}

.ml-7 {
	margin-left: 7px !important;
}

.mr-8 {
	margin-right: 8px !important;
}

.mt-8 {
	margin-top: 8px !important;
}

.mb-16 {
	margin-bottom: 16px !important;
}

.m-0 {
	margin: 0px !important;
}

.gap-16 {
	gap: 16px;
}

.btn.h-auto {
	height: auto !important;
}

.h-auto {
	height: auto !important;
}

.block {
	display: block !important;
}

.btn.block {
	display: block !important;
}

.fs12 {
	font-size: 12px;
}

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

/* Details Summary */

details summary {
	background: transparent !important;
	border: none !important;
}

details summary:hover {
	color: #4351cc
}

/* Modal */

#confirm-action-popup {
	border: 1px solid #8793FF !important;
}

#confirm-action-popup #confirm-action-ok, #confirm-action-popup #confirm-action-cancel {
	background: #6574FF !important;
    padding: .125rem 14px !important;
    color: #FFFFFF !important;
    border: 2px solid #6574FF !important;
    box-shadow: none;
    text-shadow: none;
    padding-left: 7px !important;
    padding-right: 7px !important;
    font-size: 0.875rem !important;
    line-height: 0.875rem !important;
    height: 2rem !important;
    border-radius: 0.25rem !important;
}

#confirm-action-popup #confirm-action-ok:hover, #confirm-action-popup #confirm-action-ok:active, 
#confirm-action-popup #confirm-action-cancel:hover, #confirm-action-popup #confirm-action-cancel:active {
	background: #4351cc !important;
	border-color: #4351cc !important;
}

.ui-widget-header {
	border: 1px solid #8793FF !important;
    background: #8793FF !important;
    color: white !important;
}

.ui-widget-header .dataTables_info{
    color: white !important;
	font-weight: 400 !important;
}

.ui-dialog .ui-widget-header .ui-state-default {
	background: #6574FF !important;
    border-color: #6574FF !important;
	color: white !important;
	text-shadow: none;
	overflow: hidden;
}

.ui-dialog .ui-state-default.cancel, .ui-state-default.cancel span{
	background: #a2a2a2 !important;
    border-color: #a2a2a2 !important;
	color: white !important
}

.ui-dialog .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background: #4351cc !important;
	border-color: #4351cc !important;
	color: white !important
}

.ui-dialog .ui-state-hover.cancel, .ui-state-hover.cancel span {
	background: #bababa !important;
    border-color: #bababa !important;
	color: white !important
}

.ui-dialog .ui-dialog-buttonpane .ui-button-text-only, .ui-button-text {
	background: #6574FF !important;
    border-color: #6574FF !important;
	text-shadow: none !important;
	padding: .125rem 14px !important;
    color: #FFFFFF !important;
    border-radius: 0.25rem !important;
	column-gap: .25rem;
	text-decoration: none;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: 400;
}

.ui-dialog .ui-dialog-buttonpane .ui-button-text-only .ui-button-text {
	background: none !important;
	border: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-button-text-only .ui-button-text:hover {
	background: none;
	border: none;
}


.ui-dialog .ui-dialog-buttonpane .ui-button-text-only:hover, .ui-button-text:hover, .ui-button-text:active {
	background: #4351cc !important;
	border-color: #4351cc !important;
}

.ui-button-text:disabled {
	background: #A8ACDC !important;
	border-color: #A8ACDC !important;
	opacity: 1
}

.dataTables_wrapper .dataTables_info {
	color: white;
}

.dataTables_wrapper .dataTables_paginate {
	display: flex;
	gap: 16px;
}

.dataTables_wrapper .dataTables_paginate span{
	display: flex;
    gap: 8px;
    align-items: self-end;
 }

 /* Flash Messages */

.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	background: #FCE0D8;
    text-shadow: none;
    border: none;
    color: #DA100B;
    font-size: 0.875rem;
    font-weight: 600;
}

.notice {
	background: #fef5e1;
    border: none;
    color: #bf710f;
	font-size: 12px;
}

.success, .message, .flash-message {
	color: #1f8b24 !important;
	background: #d3f0ea !important;
}

.flash-message.red {
	color: #DA100B !important;
	background: #FCE0D8 !important;
}

/* Status tabs */

#status-tabs li {
	cursor: pointer;
    color: #2D3033 !important;;
    transition: color 0.1s ease-in-out;
    white-space: nowrap;
    text-transform: uppercase;
    column-gap: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    height: 1.5rem;
	outline: none;
    text-decoration: none;
	font-family: "Rubik";
    font-weight: 400;
	display: flex;
	align-items: center;
	border: none !important;
	background: transparent !important;
}

#status-tabs li.active {
    border: none !important;
	background: transparent !important;

	color: #4351cc !important;
}

#status-tabs li:hover {
    border: none !important;
	background: transparent !important;

	color: #4351cc !important;
}

#status-tabs li .counter {
    background-color: #4351cc !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
	background: #dde0ff !important;
    color: #61669f !important;
	box-shadow: none !important;
}

pre {
	box-shadow: none;
	border-radius: 4px;
	background: #DDE0FF;
}

.multi-filter-block.regular-block {
	float: none !important;
	clear: none !important;
}