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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	margin:0;
	padding:0;
}

/** General Style Info **/
body {
	background: #6699cc;
	color: #fff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
}
a {
	color: #6699cc;
	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 {
	background:#fff;
	color: #6699cc;
	font-size: 100%;
}
h2 {
	background:#fff;
	color: #004;
	font-family:'lucida grande', helvetica, arial, sans-serif;
	font-size: 190%;
}
h3 {
	color: #2c6877;
	font-family:'lucida grande', helvetica, arial, sans-serif;
	font-size: 165%;
}
h4 {
	color: #000;
	font-weight: normal;
}
ul, li {
	margin: 0 12px;
}
p {
	margin: 0 0 1em 0;
}

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

#header{
	padding: 3px 10px;
	background-color:#005;
}
#header h1 {
	background-color:#005;
	line-height:40px;
	background-image: url('../img/logo/logo_funkservice_frey.png');
	background-repeat:no-repeat;
	background-size:53px;
	color: #fff;
	padding: 0px 70px;
}
#header h1 a {
	color: #fff;
	font-style:italic;
	font-weight:normal;
	text-decoration: none;
}

#header h1 a:hover {
	color: #fff;
	text-decoration: underline;
	border-bottom:none;
}
#content{
	background: #fff;
	clear: both;
	color: #333;
	padding:6px;
	/* overflow: auto; */
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}
#header a, #footer a {
	color: #fff;
}

/** containers **/
div.form,
div.index,
div.view {
	float:right;
	width:78%;
	padding:10px 2% 10px 0;
}
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;
	text-align: left;
	padding:4px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
body table tr td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #fff;
}
table tr:nth-child(even) {
	background: #f9f9f9;
}
td.actions, th.actions {
	text-align: right;
	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: #004;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 0;
}
fieldset fieldset legend {
	font-size: 100%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 5px;
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #004;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: inline-block;
	width:110px;
	font-size: 90%;
	margin-bottom:3px;
	vertical-align:top;
}
input, textarea {
	clear: both;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 1px;
	width:60%;
}
select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 100%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	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;
}

.submitlike, .discardlike {
	border:0px;
	margin-top:15px;
}

input[type=submit], .submitlike, .discardlike {
	display: inline;
	font-size: 110%;
	width: auto;
}
form .submit input[type=submit], .submitlike, .discardlike {
	background: #aacc4e;
	text-shadow:none !important;
	cursor:pointer;
	text-transform:uppercase;
	border-color: #c6da8f;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 8px 10px;
}
form .submit input[type=submit]:hover, .submitlike:hover, .discardlike:hover {
	background: #5BA150;
}


.discardlike {
	background: #999;
}
.discardlike:hover {
	background: #666;
}


/* Form errors */
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: 100%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px 15px;
	display:inline-block;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message,
.error-alarm {
	font-weight:bold !important;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	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;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);

	padding-left:35px;
	padding-right:35px;

	background-color:#aacc4e;
	background-position:0px 0px;

}

.error-alarm {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;

	padding-left:35px;
	padding-right:35px;
	text-shadow:none;

	background-position:3px 3px;
	background-color: #f8a640;
	font-weight:normal;



}





.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: 100%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 100%;
}
.notice {
	color: #000;
	display: block;
	font-size: 100%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}

/**  Actions  **/
.actions ul {
	margin: 0;
	padding: 0;
}
.actions li {
	margin:0 0 0 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,
.actions a {
	padding: 8px 8px 8px 40px;
	background-color:#c9e9ff;
	color:#000;
	border:1px solid #A3BEE0;
	text-decoration: none;
	min-width: 0;
	-webkit-user-select: none;
	user-select: none;
background: #cdeafd; /* Old browsers */
background: -moz-linear-gradient(top,  #cdeafd 0%, #c2dff6 10%, #b0ceec 25%, #b0cff0 37%, #b0d1f4 50%, #95c1ed 51%, #bee5f8 83%, #d0f7fe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeafd), color-stop(10%,#c2dff6), color-stop(25%,#b0ceec), color-stop(37%,#b0cff0), color-stop(50%,#b0d1f4), color-stop(51%,#95c1ed), color-stop(83%,#bee5f8), color-stop(100%,#d0f7fe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cdeafd 0%,#c2dff6 10%,#b0ceec 25%,#b0cff0 37%,#b0d1f4 50%,#95c1ed 51%,#bee5f8 83%,#d0f7fe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cdeafd 0%,#c2dff6 10%,#b0ceec 25%,#b0cff0 37%,#b0d1f4 50%,#95c1ed 51%,#bee5f8 83%,#d0f7fe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cdeafd 0%,#c2dff6 10%,#b0ceec 25%,#b0cff0 37%,#b0d1f4 50%,#95c1ed 51%,#bee5f8 83%,#d0f7fe 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cdeafd 0%,#c2dff6 10%,#b0ceec 25%,#b0cff0 37%,#b0d1f4 50%,#95c1ed 51%,#bee5f8 83%,#d0f7fe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeafd', endColorstr='#d0f7fe',GradientType=0 ); /* IE6-9 */
}


.actions ul li:first-child {
}

.actions ul li a:hover,
.actions a:hover,
.actions ul li a:active,
.actions a:active,
.actions li.selected a 
 {
background: #fceabb; /* Old browsers */
background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(50%,#fccd4d), color-stop(51%,#f8b500), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */

	color:#000;
	border-color: #acacac;
	text-decoration: none;
}

.actions li.selected a {
	font-weight:bold;
	
}

/** 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);
}
.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: 100%;
	line-height: 100%;
	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;
}

body .center {
	text-align:center;
}

body .actions.narrow {
	width:200px;
}

body .actions.narrow a {
	/* position:relative; */
	/* top:12px; */
}

th.id {
	width:50px;
}

.searchbox {
	position:absolute;
	width:200px;
	right:24px;
	top:76px;
	text-align:right;
}

.searchbox input {
	display:inline;
	width:100px;
	left:80px;
	top:-5px;
}

.searchbox form {
	display:inline;
}


.searchbox.controller_customers {
	text-align:right;
	width:610px;
}

.searchbox.controller_customers input {
	margin-right:5px;
	width:140px;
}

.drop_box {
	border:2px solid #ccc;
	padding:3px;
}

.drop_box td {
	height:500px;
}

body .alarmusers .drop_box td {
	height:200px;
}

body .alarmusers .drop_box .overflow {
	overflow-y:scroll;
	height:170px;
}

.drop_box .search_row td {
	height:auto;
}

.drop_box .search_row input {
	width:150px;
}

.drop_box .search_row td {
	text-align:center;
}

.drop_box h2 {
	font-size:12pt;
	text-align:center;
	display:block;
}


.drop_box div {
	padding:0px;
	margin:auto;
}

.drop_box .active {
}

.drop_box .active h2 {
	background-color:#FAFF73;
}

.drop_box .inactive h2 {
	background-color:#ccc;
}
.drop_box .inactive {
	background-color:#ddd;
}

body .drop_box .draggable {
	width:auto;
	max-width:450px;
	display:block;
	padding:2px 4px;
	border:1px solid #ccc;
	z-index:99999;
}

.ui-draggable-dragging {
	background-color:#FFD7A8;
}

body .drop_box .ui-droppable {
	border:2px solid transparent;
}


body .drop_box .now_droppable {
	border:2px solid #63D4EB;
}

body .drop_box .overflow {
	overflow-y:scroll;
	height:470px;
}

div#myHelperHolder {
	z-index:999;
}

.currentlyMoving {
	text-align:center;
}

body .drin .icons, body .draussen .icons {
	float:right;
}

body .drin .icons img {
	margin-left:4px;
}

#AlarmgroupEditForm fieldset {
	padding:15px 0px 0px 0px;
}

.toggle_button {
	cursor:pointer;
}

.date {
	/* width:100px; */
}

.boldrow td {
	font-weight:bold;
}

.grey {
	color:#888;
}

body table .headline {
	background-color:#ffa !important;
}

.mtz-monthpicker-month :hover {
	background-color:#f0f;
}

body .actions .pages_do_alarm a, body .actions .falarm a {
background: #f53917; /* Old browsers */
background: -moz-linear-gradient(top,  #f53917 0%, #ed563f 50%, #de230a 51%, #de2810 71%, #da2a1a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f53917), color-stop(50%,#ed563f), color-stop(51%,#de230a), color-stop(71%,#de2810), color-stop(100%,#da2a1a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f53917 0%,#ed563f 50%,#de230a 51%,#de2810 71%,#da2a1a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f53917 0%,#ed563f 50%,#de230a 51%,#de2810 71%,#da2a1a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f53917 0%,#ed563f 50%,#de230a 51%,#de2810 71%,#da2a1a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f53917 0%,#ed563f 50%,#de230a 51%,#de2810 71%,#da2a1a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f53917', endColorstr='#da2a1a',GradientType=0 ); /* IE6-9 */

	color:#fff;
}

body .actions .pages_do_alarm a:hover, body .actions .falarm a:hover {
background: #f87f6a; /* Old browsers */
background: -moz-linear-gradient(top,  #f87f6a 0%, #f49788 50%, #f7614d 51%, #f36855 71%, #ec6c60 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f87f6a), color-stop(50%,#f49788), color-stop(51%,#f7614d), color-stop(71%,#f36855), color-stop(100%,#ec6c60)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f87f6a 0%,#f49788 50%,#f7614d 51%,#f36855 71%,#ec6c60 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f87f6a 0%,#f49788 50%,#f7614d 51%,#f36855 71%,#ec6c60 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f87f6a 0%,#f49788 50%,#f7614d 51%,#f36855 71%,#ec6c60 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f87f6a 0%,#f49788 50%,#f7614d 51%,#f36855 71%,#ec6c60 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87f6a', endColorstr='#ec6c60',GradientType=0 ); /* IE6-9 */
	color:#fff;
}


.alarmnow .gruppe {
	background-color: #E7EFF7;
}

.alarmnow .benutzer {
	background-color:#ddd;
}

.alarmnow .who td {
	margin:0px;
	font-size:90%;
	padding:0px;
	vertical-align:middle;
}

.alarmnow .who {
	width:49%;
	float:left;
}

.alarmnow .who tr {
	height:20px;
	vertical-align:middle;
}

.alarmnow .what {
	width:49%;
	float:right;
}

.alarmnow .howalarm {
	text-align:center;
	white-space:nowrap;
}

.alarmnow .howalarm input {
	clear:none;
	float:none;
	margin:auto;
	width:auto;
}

.alarmnow .alarmicon {
	cursor:pointer;
	margin-right:4px;
}

.alarmnow .selected {
	background-color:#fd0;
	font-weight:bold;
}

.hideme {
	visibility:hidden;
}

.alarmnow form div {
	clear:none;
}

.alarmnow h2 {
	font-size:13pt;
	font-weight:bold;
}

#PagesAlarmtext {
	width:100%;
}

#startAlarmNow, #planAlarm, #planAlarmNow {
	width:300px;
	display:block;
	margin-top:20px;
	cursor:pointer;
	padding:10px 20px;
	border:1px solid #000;
}

#planAlarm {
	background-color:#BFF59F;

}

#startAlarmNow, #planAlarmNow {
	background-color:#FCBC9A;
}

.what.notification #startAlarmNow, .what.notification #planAlarmNow {
	background-color:#C8D1DA;
}

body .alarm #startAlarmNow:hover {
	background-color:#800 !important;
	color:#fff;
}

body .notification #startAlarmNow:hover {
	background-color:#007 !important;
	color:#fff;
}



body #planAlarm:hover {
	background-color:#1D6E1A;
	color:#fff;
}

#planAlarmBox {
	margin-top:30px;
	margin-bottom:30px;
}

#planAlarmNow {
	margin-top:40px;
}

.closeMe {
	background-image: url('../img/close-button.png');
	height:29px;
	width:29px;
	display:inline-block;
	cursor:pointer;
}

.ri {
	float:right;
}

.le {
	float:left;
}

.cb {
	clear:both;
}

.timeControls input {
	clear:none;
	float:none;
}

.timeControls .configurator {
	border-top:2px solid #005;
	border-bottom:2px solid #005;
	padding:15px 0px;
	margin:15px 0px;
}

.timeControls .dayselect {
	display:inline;
	margin-right:20px;
}

.timeControls .dayselect input {
	margin:0px;
	padding:0px;
}

.timeControls .timepicker {
	width:100px;
	margin-right:10px;
}

.timeControls .days {
	display:block;
	
}

.timeControls .addme {
	margin-top:20px;
}

.timeControls .addme input {
	width:200px;
}

.timeControls input[type=submit] {
	cursor:pointer;
}

.timeControls input[type=submit]:hover {
	background-color:#ccc;
}

.ui_tpicker_minute_slider, .ui_tpicker_hour_slider {
	width:180px;
}

.timecontrol_list {
	list-style-type: disc;
}

.timeControls.form .timecontrol_list {
	line-height:30px;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }

.ui-timepicker-div dt, .ui-timepicker-rtl dt {
	width:auto;
}

.ui-timepicker-div dl, .ui-timepicker-rtl dl {
	line-height:normal;
}


.delete_button {
	width:28px;
	height:22px;
	background-image: url('../img/delete_icon.png');
	display:inline-block;
	cursor:pointer;
	vertical-align:middle;
}

.timeControls.form h2 {
	font-size:18px;
}

.timeControls.form .grp {
	font-weight:bold;
}

.timeControls.index tr.hasRouting td {
	border-bottom:none;
}

.timeControls .smallRow td {
	padding:0px;
	margin:0px;
	height:10px;
}

.timeControls.index .routing {
	background-image:url('../img/umleitung.png');
	padding-left:60px;
	height:30px;
	background-position:5px -10px;
	background-repeat:no-repeat;
}

.nochoose {
	font-style:italic;
}

#passwordWrapper .fixed_value {
	display:inline;
	color:#000;
	/*
	position:relative;
	left:-6px;
	*/
}

.previewImage {
	width:800px;
}
.previewImageHoriz {
	width:200px;
}

#ClientOptionsForm input[type=checkbox] {
	clear:none;
	float:none;
	margin-left:18px;
}

#ClientOptionsForm .box {
	margin-bottom:15px;
	padding-bottom:15px;
}

.inactive {
	color:#999;
}

.redirectSmall {
	background-image:url('../img/umleitung.png');
	background-size:50px 20px;
	width:50px;
	height:20px;
	margin-left:10px;
}

table.hoverMe tr:hover {
	background-color:#D9E8EC;
}

.topBordered {
	border-top:2px solid #000;
}

.italic {
	font-style:italic;
}

.ri.boxAlarm {
	width:29%;
}

.providersxl.form img, .saalcom_options img {
	max-height:200px;
	max-width:400px;
	border:1px solid #ccc;
}

.providersxl.form .input.file {
	border-top:1px solid #88c;
	padding-top:10px;
	margin-top:10px;
	font-weight:bold;
}

.providers.form table {
	padding-top:35px;
	margin-top:15px;
}

.providersxl hr {
    background-color: #88c;
    border: 0 none;
    color: #88c;
    height: 1px;
    margin-top:9px;
    margin-bottom:9px;
}

.highlighted {
	background-color:#cff;
}

.loweract {
	margin-bottom:30px;
}

.globallog .error {
	background-color:#FFCACA;
}

.globallog .warninglist {
	background-color:#FFF591;
}

.log_warning {
	color:#FF8A05;
}

.globallog .log_error td {
	color:#f00;
}

.near {
	width:200px;
}

.buttonlike {
	position:relative;
	top:5px;
	border:1px solid #ccc;
	padding:3px;
	text-decoration:none;
	width:125px;
	display:block;
	text-align:center;
}

.buttonlike.inactive {
	background-color:#a00;
	color:#fff;
}

.buttonlike.active {
	background-color:#0a0;
	color:#fff;
}

#AlarmuserPhoneNumber , #AlarmuserFaxNumber, #AlarmuserPhoneOfficial {
	/* width:200px; */
	width:50%;
	margin-left:5px;
}

.clients_options form label, .inboundConfigs form label {
	width:130px;
	margin-right:10px;
}

#header .rightarea {
	float:right;
}

#header .leftarea {
	float:left;
}

.editMyHelp {
	margin-right:15px;
}

#ClientAppLastAlarm {
	border:0px;
}

#providermsg-old {
	font-size:18pt;
	font-weight:bold;
	padding:20px;
	min-width:400px;
	text-align:center;
}

#birthdayOptions {
	display:inline;
}

#AlarmuserBirthdayAlarmTime {
	width:70px;
}

.helptext {
	font-size:9pt;
	text-align:center;
	display:block;
}

.sliderPercent #slider_percent {
	width:100px;
	display:inline-block;
	margin-left:10px;
	top:2px;
}

.sliderPercent #slider_label {
	display:inline-block;
	margin-left:10px;
	width:60px;
	margin-top:2px;
	font-weight:bold;
	text-align:center;
}

#InboundConfigRicNumber {
	width:120px;
}

.narrow {
	width:120px;
}

.ok {
	color:#0a0;
	font-weight:bold;
}

.err {
	color:#f00;
	font-weight:bold;
}

#infoMsg {
	font-weight:bold;
	padding-top:15px;
	padding-bottom:15px;
}
.warning {
	color:#f00;
	font-weight:bold;
	font-size:11pt;
	margin:2px 0px;
	padding:2px 0px;
	border-top:1px solid #f00;
	border-bottom:1px solid #f00;
}
.providersxl label {
	width:130px;
}

.needed {
	border:2px solid #f00;
}

select.needed {
	border:1px solid #f00;
}

#errorMessage {
	display:none;
	color:#f00;
	line-height:18pt;
	font-size:12pt;
	margin-bottom:20px;
}

#errorMessage u {
	font-weight:bold;
}

.weather_alarm input[type=submit] {
	margin-top:25px;
	cursor:pointer;
}

.weather_alarm input[type=submit]:hover {
	background-color:#6688bb;
	color:#fff;
}

.weather_alarm h2 {
	font-size:14pt;
	margin-top:10px;
}

.weather_alarm hr, hr {
    background-color: #222;
    border: 0 none;
    color: #88c;
    height: 1px;
    margin-top:22px;
    margin-bottom:22px;
}

.smallinput {
	width:100px;
	display:inline;
	float:none;
}

.fax_input h3 {
	font-size:12pt;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0px;
}

.fax_input table {
	margin-bottom:20px;
}	


.faxAlarms input.add_to_alarmtext {
	display:block;
	width:100%;	
	margin-right:5px;
	cursor:pointer;
}

.faxAlarms p {
	margin-bottom:27px;
}

.faxAlarms h3 {
	font-size:14pt;
	font-weight:bold;
	margin-top:10px;
}





.faxAlarms .le, .faxAlarms .ri {
	width:49%;
}

.faxAlarms .ri {
	text-align:right;
}

.faxAlarms form div {
	clear:none;
}

.faxAlarms td {
	border-bottom:transparent;
}

.faxAlarms textarea {
	width:100%;
	margin-bottom:25px;
}

.faxAlarms .st-head-table td {
	font-weight:bold;
}

.faxAlarms div.submit input[type=submit] {
	margin-top:20px;
	width:200px;
	float:right;
}

.faxAlarms label {
	display:inline;
	margin-right:10px;
	font-weight:bold;
	position:relative;
	top:3px;
}

body h5 {
	margin-top:10px;
	font-weight:bold;
	font-size:14.4px;
	color:rgb(51,51,51);
	margin-bottom:12px;
}

.faxAlarms .rules {
	margin-left:5px;
}

.faxAlarms .rules table {
	width:100%;
}

.faxAlarms #FaxAlarmTerm, .faxAlarms .orValue {
	width:130px;
	display:inline;
	padding:0px;
	margin:0px;

}

.faxAlarms .rules input[type=button] {
	width:auto;
}

.faxAlarms #ruleEdit {
	display:none;
}

.fax_archive .lef {
	font-weight:bold;
	line-height:130%;
	width:200px;
	white-space:nowrap;
}

.fax_archive .rig {
	overflow:hidden;
}

.fax_archive .rig pre {
	font-weight:normal;
	font-size:10pt;
}

#content .mainmenu .indent a {
	margin-left:25px;
}

#content .mainmenu .indent2 a {
	margin-left:50px;
}

.invoice_manual label {
	width:150px;	
}

.invoice_manual h3 {
	font-size:12pt;
}

.add_to_route_end {
	display:inline;
	width:auto;
	padding:3px 10px;
	margin-top:10px;
	margin-right:5px;
}

.add_to_dynamic, .add_to_fixed {
	display:inline;
	width:auto;
	padding:3px 10px;
	margin-bottom:10px;
	margin-right:5px;
}


.b {
	font-weight:bold;
}

#helpTextMe {
	color:#a00;
}

.dynamic_insert.hoverMe, .hoverMeNext, .hoverMeNext.emojionearea {
	border:2px solid #a00 !important;
	cursor:pointer;
}

.dynamic_insert.hoverMe:hover, .hoverMeNext:hover, .hoverMeNext .emojionearea-editor:hover {
	background-color:#ddd;
}

.totally_right {
	text-align:right;
}

.infoTextSuper {
	line-height:20px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:7px 0px;
	margin:15px 0px;
}

.small {
	font-size:12pt;
	font-weight:bold;
}

.fax_options .btn {
	width:25px;
	display:inline;
	cursor:pointer;
}

.fax_options input[type=text] {
	width:300px;
}

.fax_options table {
	width:500px;
	margin-bottom:20px;
}

.loginPage form div {
	clear:none;
}

body .loginPage {

	padding:60px 0px;
}

.loginPage .within .submit {
	display:inline;	
}

.loginPage #clickAlarmMonitor {
	background:#505D74;
	margin-left:45%;

}

.loginPage .input {
	margin-bottom:25px
}

body.provider_rta #header .leftarea h1 {
	background-size:90px;
	background-position:0px 6px;
	padding-left:105px;
}

body.provider_rta #header, body.provider_rta #header h1 {
}

#vehicles_table input[name=vehicle_name] {
	width:70px;
}

#content h2 {
	display:none;
}

.head {

	background: #e8e8e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8e8e8 0%, #e2e2e2 50%, #dadada 51%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(50%,#e2e2e2), color-stop(51%,#dadada), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8e8e8 0%,#e2e2e2 50%,#dadada 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8e8e8 0%,#e2e2e2 50%,#dadada 51%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8e8e8 0%,#e2e2e2 50%,#dadada 51%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e8e8e8 0%,#e2e2e2 50%,#dadada 51%,#fefefe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */



	width:100%;
	height:40px;

	margin-bottom:10px;
}

.head a {

	background-color:#fff;
	background-image:url(../img/icons/add-icon.png);

	background-repeat:no-repeat;
	background-position:4px 7px;


	margin-left:4px;
	margin-top:4px;
	display:inline-block;
	color:#000;
	padding:8px 8px 8px 25px;
	text-decoration:none;

}

.head a.export {
	background-image:url(../img/icons/export.png);

}

.head a.excelexport {
	font-weight:normal;
	margin-left:50px;
	background-image:url(../img/icons/excel-export.png);
}

.head legend {
	font-size:11pt;
	font-weight:bold;
	padding-top:11px;
	margin-left:10px;
}



.head a:hover {

	background-color: #fef7e6; /* Old browsers */


}

.menuicon {
	background-image:url(../img/icons/iconpack-new.png);
	height:25px;
	width:25px;
	display:inline-block;
	position:absolute;
	margin-top:-5px;
	margin-left:-36px;
	background-position: -490px -551px; 
}

.icon_alarmierung {
	background-position: -444px -692px; 
}

.icon_benachricht {
	background-position: -350px -598px; 
}

.icon_mitglieder {
	background-position: -537px -458px; 
}

.icon_alarmgruppe {
	background-position: -304px -738px;
}

.icon_alarmtexte {
	background-position: -164px -598px;
}

.icon_dateneingan {
	background-position: -22px -738px;
}

.icon_zeitsteueru {
	background-position: -490px -21px;
}

.icon_ausloseber {
	background-position: -163px -207px;
}

.icon_portal-benu {
	background-position: -116px -207px;
}

.icon_unwetterwar {
	background-position: -209px -207px;
}

.icon_verbrauchsd {
	background-position: -303px -394px;
}

.icon_statistiken {
	background-position: -490px -737px;
}

.icon_optionen {
	background-position: -23px -67px;
}

.icon_logout {
	background-position: -257px -67px;
}

body #container #content .actions .btn_edit, body #container #content .actions .btn_del {
	background: #E4F1FA url(../img/icons/iconpack-new.png) no-repeat;
	font-size:0px;
	width:19px;
	height:19px;
	display:inline-block;
	padding-right:5px;
	position:relative;
	top:-2px;
	border:0px solid;
}

body #container #content .actions .btn_edit {
	background-position: -161px -68px;
}

body #container #content .actions .btn_del {
	background-position: -255px -255px;
}

body #container #content .actions {
	padding:3px;
}

body #container #content .actions .btn_edit:hover, body #container #content .actions .btn_del:hover {
	background-color:#f8b500;
}

body #container td.actions {
}


#dl-menu button {
	display:none;
}

.dl-trigger {
	display:none;
}

.abovespace {
	margin-top:15px;
}

.faxVehicles label, .widerSize label {
	width:170px;
}

tr.invoice_to_create a {
	position:relative;
	top:9px;
}

.abrechnungx .actions  {
	position:relative;
	top:0px;
}

.abrechnungx .stacktable td.actions a {
}

body .plain {
	float:none;
	width:auto;
	margin: 0px;
	padding: 0;
	line-height: auto;
}

body .noalternate tr {
	background-color:transparent;
}

body .noalternate tr:hover {
	background-color:#D8E4EF;
}

.amd_stat .am_active {
	background-color: #8EFF4C;
}

.amd_stat .am_delay {
	background-color: #FFF64C;
}

.amd_stat .am_disabled {
	background-color: #FFAE8B;
}

.amd_stat .am_disabled.is_really_old {
	background-color: #ccc;
}

.amd_stat td a, .amd_stat td {
	font-weight:normal !important;
}

.amd_stat td a {
	color:#000;
}
legend .wakeup {
	background:transparent;
	padding:3px 15px;
	margin:0px 0px 0px 20px;
	background-color:#080;
	color:#fff;
	font-weight:normal;
	border:1px solid #ccc;
	
}

legend .wakeup:hover {
	background-color:#fff;
	color:#000;
}

.btn_misc {
}

.provider_amberg .menuitem_sms-ilsalar, .provider_amberg .menuitem_sms-ilsnavi {
	display:none;
}

.u {
	text-decoration:underline;
}

.i {
	font-style:italic;
}

.hide_prov_info {
	display:block;
	border:1px solid #ccc;
	padding:5px;
	cursor:pointer;
	margin-bottom:12px;
	text-align:center;
	background-color:#CFCFFF;
	color:#000;
	font-size:13px;
}

.hide_prov_info #readThis {
	clear:none;
	width:auto;
	padding:0px;
	margin:0px;
	float:none;
}

#PagesFaxRecipientNumber {
	width:160px;
}

#selectWatcher {
	width:inherit;

}

.pq-select-button {
	position:relative;
	top:-4px;

}

.pq-select-popup-cont  label {
	width:90%;
}

.pq-select-item {
	width:95%;
}

.error-alarm a {
	color:#fff;
	font-size:120%;
}

.faxInputTextModules.form label {
	width:190px;
}

.hidden {
	display:none !important;
}

.generic_fuffrey_index table td a:hover {
	color: #6699cc;
}

.desc_alt {
	width:50%;
}



.katsysVehicles .alarmwege {
	margin-top:20px;
}

.katsysVehicles input {
	margin-left:10px;

}

#KatsysVehicleNeuerAlarmtypZiel, #KatsysVehicleNeuerAlarmtypDesc {
	width:200px;
	margin-left:0px;
}

.katsysVehicles .feuerwehr {
	width:24%;
	display:inline-block;
	background-color: #5b9bd5;
	margin-right:3px;
	margin-bottom:3px;
	padding:3px;
	color:#fff;
}

.katsysVehicles .feuerwehr .heading {
	font-weight:bold;
}

.katsysVehicles .feuerwehr p {
	margin-bottom:3px;
}

.katsysVehicles .feuerwehr .actions {
	float:right;
	width:30px;
}

.katsysVehicles .feuerwehr .actions .btn_edit , .katsysVehicles .feuerwehr .actions .btn_del {
	background-color:transparent !important;
	width:0px !important;
	height:10px !important;
}

.katsysVehicles .feuerwehr .namen {
	float:left;
}

.feedBackSaalcom {
	height:18px;
	width:18px;
	background-image:url(../img/icons/feedback.png);
	background-size:100%;
	display:inline-block;
	background-repeat:no-repeat;
	border:1px solid #ccc;
	padding:4px;
	margin:0px;
	background-color:#fff;
	vertical-align:middle;
}

body .feedBackSaalcom.little {
	width:10px !important;
	height:10px !important;
	background-color:#f5f5f5;
	border:1px solid #ddd;
	margin-right:4px;
	vertical-align:middle;
}

#popup_content input {
	width:auto;
	clear:none;
	padding:4px;
}

#popup_content #popup_ok {
	margin-right:10px;
}

.gewaehlte_zeile {
	background-color:#ff0 !important;
}

.novisi {
	visibility:hidden !important;
}

.forceFirmwareUpdate, .forceFirmwareUpdate a {
	background-color:#ffa500 !important;
	color:#fff !important;
}


.forceReboot, .forceReboot a {
	background-color:#d00 !important;
	color:#fff !important;
}


.long_delay_log {
	background-color:#EEFF52 !important;
}

.long_delay_log td {
	padding-top:20px;
	padding-bottom:20px;
	font-style:italic;
}

.amt_info {
	background-image:url(../img/icons/info.png);
	background-repeat:no-repeat;
	min-width:30px;
	min-height:30px;
	background-position:10px 10px;
}

.amt_server {
	background-image:url(../img/icons/server.png);
	background-repeat:no-repeat;
	min-width:30px;
	min-height:30px;
	background-position:10px 10px;
}

.amt_error {
	background-image:url(../img/icons/error.png);
	background-repeat:no-repeat;
	min-width:30px;
	min-height:30px;
	background-position:10px 10px;
	display:block;
}

#searchFormOnTop select {
	padding:6px;
	position:relative;
	top:8px;
	left:5px;
	border:1px solid #ddd;
	border-radius:5px;
}

body .searchbuttontop {
	display:none;
}

#groupColorHex {
	width:180px;
	border:1px solid #ccc;
	color:transparent;
}

#resetColor {
	width:30px;
	background-image: url('../img/delete_icon.png');
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#fff;
	border:1px solid #ccc;
	padding:3px;
	background-size:90%;
	position:relative;
	top:2px;
	cursor:pointer;
	
}

.colorCodeHeader {
	width:12px;
}

.calendarHolder {
	clear:both;
}

.somePadder {
	padding:10px 0px;
}

.somebigbutton {
	display:inline-block;
	border:1px solid #000;
	padding:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;

	text-decoration:none;
	background-color:#61a4c9;
	color:#fff;
	cursor:pointer;
}

.somebigbutton:hover {
	background-color:#000;
	color:#fff;
}

.move_items .header a {
	background-image:none;
	min-width:auto;
	margin-bottom:30px;
	font-size:12px;
	font-weight:normal;
}

.move_items .new-member {
	float:left;
}

.chatInnerChooser {
	margin-top:20px;
	margin-bottom:5px;
}

.chatInnerChooser div.input {
	margin-bottom:10px;	
}

.amessageout {
	font-family:Courier;
    color: #000;
    padding:12px 5px;
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;


}

#detailedAlarmText {
	padding:10px 0px 5px 0px;
	border-top:1px solid #000;	
	border-bottom:1px solid #000;	
}

.numberChars {
	padding-top:5px;
	display:block;
	font-size:12px;
	color: #6699cc;
	font-weight:normal;
	cursor:pointer;
}

.statWrapper form {
	padding:0;
	margin:0;
}

.statWrapper .no-header {
	display:none;
}

.statWrapper .table-content {
	padding:20px;
}


.faxAlarms_manage .removeRow, .removeThisOrRule, .removeRowIsolated {
	background:url(../img/sprites/bet-one-tiny.png) no-repeat;	
	color: transparent;
	width: 25px;
    	height: 25px;
    	display: inline-block;
    	background-position: -176px -47px;
}

.removeThisOrRule {
	position:relative;
	top:8px;
}

.removeRowIsolated:hover, .editRowIsolated:hover {
color:transparent !important;
}

.faxAlarms_manage .editRow, .editRowIsolated {
	background:url(../img/sprites/bet-one-tiny.png) no-repeat;	
	color: transparent;
	width: 25px;
    	height: 25px;
    	display: inline-block;
    	background-position: -176px -77px;
	margin-left:10px;
}

.nopadder {
	padding:0px;
}

#loadingTime {
	color:#ccc;
	display:block;
	text-align:center;
	font-size:10px;
	padding-bottom:5px;
}


.smallwidth {
	width:60px;
}

.fullwidth {
	width:100%;
}

.voicesubtable td:first-child {
	width:200px;
	text-align:right;
	
}

.voicesubtable td {
	background-color:#fff;
}

.adderArea {
	width:100%;
	margin-bottom:4px;
	margin-left:110px;
}

.adderArea button {
	margin-right:4px;
}

.sumline td {
	font-weight:bold !important;
	background-color:#fff;
}


#wetter_gemeindename {
	width:300px;
}

#popup_message ul {
	list-style-type: disc;
}

#popup_message li {
	line-height:125%;
}

.pleasefix {
	background-color:#fee;
	border:2px solid #f00;
}

.monitorAssignment .conflicted {
	background-color:#ffe598;
	border:2px solid #ffa500;
}

.monitorAssignment input.credi {
	min-width: 8em;
}

#ruleTable #saveEntryRule {
	min-width:155px;
}

#ruleTable .orAdd {
	width:auto;
	display:block;
}

#ruleTable .userEntryData td {
	vertical-align:top !important;
}

.leadingmessage {
	line-height:125%;
	margin-bottom:20px;
}


.actions.vehiclelist_sorting {
	font-size:18px;
}

.actions.vehiclelist_sorting i {
	cursor:pointer;
}

.actions.vehiclelist_sorting i:hover {
	color:orange;
}

.actions.vehiclelist_sorting i.totalswitch:hover {
	color:red;
}

.mediumwidth {
        width:130px;
}


#sendLocationGroup {
	width:350px;
}


body.errordisplay h1 {
	opacity:0;
}

body.errordisplay #header {
	background-color:#000;
	display:none;
}

body.errordisplay p.error {
	background-color:#f00;
}

#routeStartLabel {
	font-weight:bold;
	vertical-align:top;
}

#changeStartButton {
	margin-left:8px;
	padding:3px;
	cursor:pointer;
	position:relative;
	top:-5px;
}


.depends_on_inbound_config {
	margin-top:15px;
}

#FaxAlarmDependsOnInboundConfigMinutes,
#FaxAlarmWaitAfterInboundConfigMinutes {
	width:70px;
}

.calendar_edit .discardlike {
	float:right;
}


.live_monitor .highlight_green {
	background-color:#a7efa7;	
}
.live_monitor .highlight_yellow {
	background-color:#f3fb79;	
}
.live_monitor .highlight_red {
	background-color:#ffb6b6;	
}

.live_monitor .highlight_mainlabel {
	background-color:#c3e3ff;
}

.live_monitor .systemstat th, .live_monitor .systemstat td {
	border:1px solid #ccc;
}

.live_monitor h3 {
	color:#000;
	font-size:17px;
	padding:0px;
	margin:0px 0px 6px 0px;
	float:left;
}

.live_monitor h4 {
	float:right;
	font-size:12px;
}

.live_monitor th, .live_monitor td {
	font-size:12px;
	padding:4px 2px;
	text-align:center;
}

.live_monitor .lefto {
	text-align:left;
}

.live_monitor th {
	height:20px !important;
}

.live_monitor .still_loading {
	min-height:100px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:40px;
	display:block;
	clear:none;
	background-image:url(../img/animated/loader.gif);
}




.fax_vehicle_editing .new-member {
	width:100% !important;
	margin-top:15px;
	margin-bottom:20px;
}

.fax_vehicle_editing .new-member a {
	float:right;
}

.fax_vehicle_editing .leftybutton {
	float:right;
}
.onoffinfo {
	position:absolute;
	border:0px;
	right:15px;
	background:none;
	margin-top:-50px !important;

}

.onoffinfo a {
	border:0px !important;
	padding-left:0px !important;
	background: transparent !important;
}

.onoffinfo a:before {
	content: "Netzstatus: ";
	color:#000;
}


.status_offline a {
	color:#f00 !important;
}

.status_online a {
	color:#0a0 !important;
}


.select2-results li {
	color:#000;
}

.select2 {
	min-width:60%;
}

.selectizeWrap .selectize-control {
	width:60%;
	display:inline-block;
}

.selectizeWrap label {
	position:relative;
	top:10px;
}



.filter_row td {
	background-color:#fff;
}

.btn_edit.btn_status {
	background: #fff url(../img/status-btn.png) center center no-repeat !important;
}

.btn_del.btn_copy {
	background: #fff url(../img/status-copy.png) center center no-repeat !important;
	background-size:14px !important;
}

.btn_del.btn_copy:hover {
	background-color:#9ed334 !important;	
}



.timeselect {
	width:10em;
}

#infoboardFromTo p {
	margin-bottom:13px;
}


.lardisCategorySelect label {
	width:173px;
}

.lardisCategorySelect .chosen-container, .lardisCategorySelect .chosen-single, .lardisCategorySelect .chosen-drop {
	width:50vw !important;
	max-width:600px;
}


.lardisCategorySelect .chosen-container.chosen-container-single {
	position:relative;
	left:5px;
}


#saveItAll {
	float:none;
	width:auto;
	margin-top:10px;
}


.faxAlarms_manage div.submit {
	text-align:center;
}	


.evalModulePage .pogsagBox label {
	width:180px;	
	display:inline-block;
}

#FaxAlarmRepetitiveAlarmsSeconds {
	width:80px;
}

#FaxAlarmRepetitiveAlarmsElements {
height:50px;
}

.evalModulePage .pogsagBox label[for=FaxAlarmRepetitiveAlarmsElements] {
	width:100%;
	padding-bottom:5px;
	display:block;
}


.pogsagBox {
	background-color:#eee;
	padding-top:7px;
	padding-bottom:3px;
}

#FaxAlarmRepetitiveAlarmsElements {
	width:97%;
	margin-bottom:0px;
}



.calloutInBox {
    background-color:#eee;
    padding:7px 0px;
    margin-top:13px;
    
}

.calloutInBox p {
    margin-bottom:6px;
    padding-bottom:3px;
}


.memberopt.is_sorting .addelem, .memberopt.is_sorting .deliconwrap {
   display:none;
}

.datepicker.date.shorty {
	width:12em;
	width:12ch;
}

html body .mitglieder select.autowidth, .autowidth {
	width:auto;
}

.input.select.highlighted {
	color:#f00;
}


.beneathbox div {
	display:inline-block;
	margin-right:20px;
}

.higlightmocker .highlight {
	background-color:yellow;
	color:#000;
}


a.fc-day-grid-event .fc-time {
	display:none;
}

.decent {
	font-weight:normal !important;
}

.displaySnippet #header {
	display:none;
}

.displaySnippet div.index {
	width:100%;
}

.displaySnippet {
	background-color:#fff !important;
}

.activateForThisModule {
	display:block;
	padding:4px;
	margin-top:20px;
	margin-bottom:10px;
	font-size:14px;
	cursor:pointer;
}

.shallow {
	max-width:5em;
}

.spec_check input {
	float:none;
	vertical-align:middle;
}

body .spec_check label {
	width:auto;
	vertical-align:middle;
	position:relative;
	top:-2px;
}

.spec_check {
	margin-left:14px;
}

.htmlHeadBox {
	font-size:12px;
	font-family:Courier;
}

.exfireboardmatcher {
	margin-top:15px;
}

.exfireboardmatcher input {
	width:20vw;
	max-width:220px;
}

.addero button {
	padding:3px;
	margin-top:10px;
	cursor:pointer;
	margin-right:3px;
}

.targetfield {
	cursor:pointer;
}

.highlight {
	background-color:yellow;
}

.app_usable_1 span {
	display:inline-block;
	width:15px;
	height:15px;
	border-radius:15px;
	border:1px solid #999;
	position:relative;
	top:4px;
}

.app_usable_1 .has_loaded_app_1 {
	background-color:#0b0;
}

.fuf_rule_wrapper.rules.is_closed #ruleEdit {
	display:none;
}

#ruleEdit h5 {
	display:block;
	float:none;
}

#deacRules {
	display:block;
	margin-top:10px;
}

.message.error {
	background-color:#e88408;

}

body #flashMessage.message.error,
body #flashMessage.message.success {
	width: calc(100vw - 70px);
	text-align:center;
	padding-bottom:8px;
	padding-top:8px;
}

.magic-reset {
	clear:none !important;
	float:none !important;
	margin:initial !important;
	width:auto !important;
	font-size:initial !important;
	display:initial !important;
	vertical-align:initial !important;
}

#popup_content #popup_message {
	max-height:85vh;
	overflow-y:auto;
}
