/* styles.css */

.download {
	padding-bottom: 1em;
}

.ng-hide {
	display: none;
}

.disclaimer {
	padding-top: 7px;
}

.open > ul ul.dropdown-menu {
    position: static;
}

.navbar-toggle {
	height: 40px;
	float: left;
	margin-right: 0px;
	margin-left: 15px;
}

.profile .glyphicon-user {
	color: #fff;
}

.profile-toggle {
	display: none;
}

.navbar-toggle.profile,.profile-toggle {
	border: 1px solid #333;
	background-color: transparent;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-bottom: 8px;
    margin-top: 8px;
    border-radius: 50%;
    width: 42px;
}

.navbar-toggle.profile:hover,.profile-toggle:hover,.navbar-brand.logo:hover {
	background-color: #333;
}

.profile-toggle:focus {
	outline-style: none;
}

.navbar-brand.logo {
    border-color: #333;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    margin: 9px 0px 0 10px;
    padding: 7px 0px 0 7px;
	color: #fff;
	font-size: x-large;
}

#logo {
	background-color: #00f;
	width: 20px;
	height: 20px;
}

body {
	padding-top: 70px;
}

dl .form-control, div.form-control {
    border-color: white;
    box-shadow: none;
    padding-left: 0;
}

dl .form-control.textarea {
	white-space: pre-line;
	height: auto;
}

td.control-label {
	font-weight: 700;
}

.invoice .table>tbody>tr>td, .invoice .table>thead>tr>th {
	border-top: none;
}

.amount {
    -font-family: monospace;
    text-align: right;
}

/* Icons */

.footer .icons {
	font-size: x-large;
}

.footer .icons a:hover {
    color: #fff;
    text-decoration: none;
}

@font-face {
	font-family: 'icons';
	src:url('../fonts/icons.eot?em1vsy');
	src:url('../fonts/icons.eot?em1vsy#iefix') format('embedded-opentype'),
		url('../fonts/icons.ttf?em1vsy') format('truetype'),
		url('../fonts/icons.woff?em1vsy') format('woff'),
		url('../fonts/icons.svg?em1vsy#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
	content: "\e900";
}
.icon-facebook:before {
	content: "\e901";
}

/* Partner logos */

.partners {
	background-color: #eee;
}

.partners h3 {
	text-align: center;
	color: #999;
	margin-top: 0;
}

.partner {
	text-align: center;
}

.partner svg, .partner img {
	margin: 1em;
	max-width: 20em;
	max-height: 7em;
}

.blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

.blockquote .author {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

.blockquote .author:before {
    content: '\2014 \00A0';
}

/* About us */

.team h1 {
	text-align: center;
}

.team img {
	width: 100%;
	border-radius: 50%;
}

/* Landing page design */

.banner {
	margin: -70px auto 0;
	padding: 190px 0 120px;
	background: #ccc;
	color: #eee;
    text-align: center;
}

.banner img {
	width: 100%;
}

@media (min-width: 1400px) {
	.banner {
	}
}

/* Logo styles */


.st0{
	fill:none;
}

.st1{
	fill:#04A9DD;
}

.st2{
	fill:#5DC2E7;
}

.st3{
	fill:#0882C3;
}

svg {
	max-height: 100%;
}


.map {
	height: 420px;
}

/* profile.css */

.code {
	overflow-x: auto;
}

.profile-group-actions {
	position: absolute;
	top: 0px;
	right: 0px;
	padding-right: 15px;
	display: none;
}

.group-selection .selected .profile-group-actions {
	display: none;
}

.radio.profile-group {
	min-height: 35px;
	margin-left: -15px;
	padding-left: 15px;
	margin-right: -15px;
	padding-right: 15px;
}

.selected .profile-group-actions
{
	display: block;
}

#name+div.profile-group-actions button.delete,
#nickname+div.profile-group-actions button.delete {
	display: none;
}

.selected .profile-group, .selected.profile-group {
	background-color: #ccc;
	border-radius: 4px;
}

.selected.anchor .profile-group, .selected.anchor.profile-group {
	/*background-color: #eee;*/
}

.profile-group-actions button {
	border-color: #ffffff00;
	background-color: inherit;
}

.profile-group-actions :hover {
	background-color: white;
}

.profile-group {
	position:relative;
}

.form-control-static.profile-group {
	border-radius:4px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left:-15px;
	margin-right:-15px;
}

.modal-body .form-control-static.profile-group {
	padding-right: 0px;
	margin-right: 0px;
}

.form-control-static.profile-group.strike {
	text-decoration: line-through;
}

/* end of profile.css */
table.ui-calendar-compact{width: 200px;border-collapse:separate;}
.ui-calendar-compact .ui-calendar-month{line-height:30px;}
.ui-calendar-prev{float: left;}
.ui-calendar-next{float: right}

.ui-calendar-compact th, .ui-calendar-compact td{width: 25px;text-align: center;border-style:solid;border-width:1px;border-color:#fff;}
.ui-calendar-compact .ui-calendar-weekno {font-size:smaller;}
.ui-calendar-compact .saturday,
.ui-calendar-compact .sunday,
.ui-calendar-compact .holiday {background-color: #ccc;border-color: #ccc;}

.ui-calendar-compact td.hidden-day{background-color: #fff;border-color: #fff;color: #ccc;}

table.ui-calendar-compact tr td.today{border-color: red;}
table.ui-calendar-compact tr td.selected{border-color: blue;}
table.ui-calendar-compact.ui-date-selector td {cursor:pointer}

table.ui-calendar-compact.ui-calendar-year-controls{width: 270px;}

.ui-calendar-month{
width: 100%;
border-collapse:separate;}
.ui-calendar-month thead th{font-size:larger;}
.ui-calendar-month .ui-calendar-day{width: 4em;vertical-align: top;}
.ui-calendar-month .ui-calendar-day span{float: right;padding-right:1em;}
.ui-calendar-month .ui-calendar-weekno{float: right;}
.ui-calendar-month .sunday,.ui-calendar-month .holiday, .ui-calendar-month .saturday .ui-calendar-day{background-color:#ccc;}
.ui-calendar-month .sunday td,.ui-calendar-month .holiday td, .ui-calendar-month .saturday .ui-calendar-day{background-color:#ccc;border-color:#ccc;border-bottom-color:#000;}

.ui-calendar-month tbody td{border-style:solid;border-width:thin;border-color:#fff;border-bottom-color:#000;}
div.ui-date-input{position:relative;}
.ui-date-input .popover{display:block;top:30px;}
.ui-date-input .popover .popover-title{height: 48px;line-height:28px;text-align: center;}

td.grid-cell.date{overflow:inherit;}
/* Beginning of /com/dialogical/js/ui-table.css */
.table .row.selected {
	background-color: #ccc;
}

.table>tbody>tr.anchor>td {
    -border-bottom: 1px solid blueviolet;
    -border-top: 1px solid blueviolet;
}
.table>tbody>tr.anchor :first-child {
    -border-left: 1px solid blueviolet;
}
.table>tbody>tr.anchor :last-child {
    -border-right: 1px solid blueviolet;
}

.table>tbody>tr.anchor:not(:focus) {
	outline: dotted 1px
}

/* Required to avoid clash in Firefox with Ctrl-Click user selection in tables (select the table cell) */
.table {
	-moz-user-select: none;
}

.table .sort-by {
cursor: pointer;position:relative}
.table .sort-by.sorted_asc:after {
	position:absolute;-right:1em;
	padding-left:1em;content:"\e252";content:"\e155";font-family:"Glyphicons Halflings";font-weight: 400;}
.table .sort-by.sorted_desc:after {
	position:absolute;-right:1em;
	padding-left:1em;content:"\e253";content:"\e156";font-family:"Glyphicons Halflings";font-weight: 400;}
/* End of /com/dialogical/js/ui-table.css */

/* Ensure, that overflow does not ruin layout*/
.table th, .table td {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Fix clearfix, affecting table rendering mixed with non-table grid sizing */
.table .row::before,.table .row::after {
    content: none;
}

@media (min-width: 992px) {
    .controls-right .form-group {
        width: 100%;
        text-align: right;
    }
}

.list {
    margin-bottom: 2em;
}

.controls-top .form-group,.controls-bottom .form-group {
    padding: .5em;
}

dt {
  font-weight: initial
}

dd {
  margin-left: 2em
}.grid-col,.grid-row {
	background-color:#eee;
}

.grid-col.selected,.grid-row.selected {
	background-color:#ccc;
}

td+td.grid-cell {
	border-left: 1px solid #ddd;
}

.group-selection .grid-cell.selected {
	background-color:#ccc;
}

.grid-row {
	border-right: 2px solid #ddd;
	text-align: center;
}

.grid-row.anchor {
	border-right-color: #bbb
}

.grid-col {
	text-align: center;
	border-left: 1px solid #ddd;
}

.grid-col.anchor {
	border-bottom-color: #bbb
}

.grid-selector {
	border-right: 2px solid #ddd;
}

.grid-cell-hidden {
	visibility: hidden;
}

.grid-cell[disabled] {
	color: #777777;
}

.grid-cell-view{
	display:block;
	margin:-7px;
	padding:7px;
	height: calc(1.42857143em + 14px);
}

.grid-cell-edit{
	display:block;
	margin:-7px;
	width: calc(100% + 14px);
}
.invoice .textarea {
	white-space: pre-line;
	height: auto;
}.amount{text-align:right}
.annual-report .row>div:nth-child(1){padding-left:35px}
.annual-report .row{padding-top:15px}
.annual-report .row.level1>div:nth-child(1){padding-left:15px}
.annual-report .row.level2>div:nth-child(1){padding-left:20px}
.annual-report .row.level3>div:nth-child(1){padding-left:25px}
.annual-report .row.level4>div:nth-child(1){padding-left:30px}
.annual-report .row.level5>div:nth-child(1){padding-left:35px}
.annual-report .row>div.header:nth-child(1){padding-left:15px}
.annual-report .header{font-weight:bold;font-size: larger;text-align:right}
.annual-report .total.amount{border-top:1px solid}
.annual-report .sum{padding-top:15px;padding-bottom:20px;font-weight:bold}
.annual-report .sum.total{padding-bottom:20px}
.annual-report .sum.total.level4{padding-bottom:25px}
.annual-report .sum.total.level3{padding-bottom:30px}
.annual-report .sum.total.level2{padding-bottom:35px}
.annual-report .sum.total.level1{padding-bottom:40px}

.list-group .row {
    margin-bottom: 1px;
    background-color: transparent;
    border: none;
    border-top: 1px solid #ddd;

}
.list-group .row.selected {
	background-color: #ccc;
	border-radius: 4px;
}

.ui-table-tools {
    position: sticky;
    z-index: 1000;
    bottom: 15px;
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 3px;
    background-color: #ddd;
    margin-bottom: 1em;
    min-height: 4em;
}

.chart-of-accounts .toggle-account {
    visibility: hidden
}
.chart-of-accounts .group-id {
	display: none;
}
.chart-of-accounts .closed .group {
	display: none;
}

.group .row span.glyphicon {
    margin-left: 2em;
}
.group .group .row span.glyphicon {
    margin-left: 4em;
}
.group .group .group .row span.glyphicon {
    margin-left: 6em;
}
.group .group .group .group .row span.glyphicon {
    margin-left: 8em;
}
.group .group .group .group .group .row span.glyphicon {
    margin-left: 10em;
}
.group .group .group .group .group .group .row span.glyphicon {
    margin-left: 12em;
}
.group .group .group .group .group .group .group .row span.glyphicon {
    margin-left: 14em;
}
.group .group .group .group .group .group .group .group .row span.glyphicon {
    margin-left: 16em;
}
.group .group .group .group .group .group .group .group .group .row span.glyphicon {
    margin-left: 18em;
}




.selected .cell-view {
	display: none;
}
.cell-view {
	display: block;
}

.selected .cell-edit {
	display: block;
}
.cell-edit {
	display: none;
}
.cell-edit input.form-control {
	margin: -7px;
	width: calc(100% + 14px);
}.account-specification .row.patch, .account-specification .row.patch a, 
.row.patch, .row.patch a {
	color: #aaa;
}
.patched .row.current {
	background-color: #eee;
}
.patched .row.current.selected {
	background-color: #ccc;
}.deficit::before{
	content:"-";
}
.deficit {
	color: red;
}.ui-toggle-slider {
  position: relative;
  display: inline-block;
  width: calc(2.1em + 4px);
  height: calc(1em + 4px);
  padding: 1px;
}

/* Hide default input */
.ui-toggle-slider input {
  -display: none;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.ui-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: calc(1em + 4px);
}

label .ui-slider {
  cursor: pointer;
} 

input:focus + .ui-slider {
  -box-shadow: 0 0 1px #337ab7;
  outline: dotted 1px
}

.ui-slider:before {
  position: absolute;
  content: "";
  height: 1em;
  width: 1em;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: calc(1em + 4px);
}

input:checked + .ui-slider,
.checked .ui-slider {
  background-color: #337ab7;
}

input:checked + .ui-slider:before,
.checked .ui-slider:before {
  -webkit-transform: translateX(1.1em);
  -ms-transform: translateX(1.1em);
  transform: translateX(1.1em);
}

h3 label {
	font-weight: unset
}

h3 .ui-toggle-slider {
  width: calc(2.1ex + 4px);
  height: calc(1ex + 4px);
}

h3 .ui-slider {
  border-radius: calc(1ex + 4px);
}

h3 .ui-slider:before {
  height: 1ex;
  width: 1ex;
  border-radius: calc(1ex + 4px);
}

h3 input:checked + .ui-slider:before,
h3 .checked .ui-slider:before {
  -webkit-transform: translateX(1.1ex);
  -ms-transform: translateX(1.1ex);
  transform: translateX(1.1ex);
}
label .form-control-static {
	font-weight: normal;
}

.form-horizontal .control-content {
	text-align: left;
}

.form-horizontal .control-header {
	font-weight: 700;
	padding-top: 0.5em;
}.wiki-content textarea {
    height: 20em;
}

.wiki-content a.create, .wiki-header a.create {
    color: #a94442;
}
@media (max-height: 500px) {
	.map {
		height: 250px;	
	}
}

@media (max-height: 350px) {
	.map {
		height: 200px;	
	}
}

.angular-leaflet-map {
	width: 100%;
	height: 100%;
}

.section {
	padding-top: 3em;
	padding-bottom: 3em;
}

.highlighted {
	margin: 0 auto;
}

.highlighted.st1 {
    text-align: center;
	color: #fff;
	background: #04A9DD;
}

.highlighted.st2 {
    text-align: center;
	color: #000;
	background: #5DC2E7;
}

.highlighted.st3 {
	background: #0882C3;
}

.footer {
	position:relative;
	text-align:center;
	padding:39px 0 36px; 
	background: #222;
	color:#999;
	margin:0 0; 
	font-size:13px;
	font-weight:400;
}

.footer a {
	color: #999;
}

/* */

@media (max-width: 768px) {
	.banner {
	    padding: 90px 0 30px;
    }

	.sm-collapse {
		display: none;
	}
	
	.navbar-nav.profile .open .dropdown-menu > li > a {
		padding: 0px 15px;
	}
}

@media (min-width: 768px) {
	.navbar-inverse .dropdown-menu {
		background-color: #222;
		border-color: #080808;
	}
	
	.navbar-inverse .dropdown-menu > li > a {
		color: #999;
		background-color: transparent;
	}
	
	.navbar-inverse .dropdown-menu > li > a:hover,
	.navbar-inverse .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: transparent;
	}
	
	.navbar-inverse .dropdown-menu .divider {
		background-color: #080808;
	}

	.profile-toggle {
		display: inline-block;
	}
	
	.navbar>.container-fluid .navbar-brand.logo {
		margin-left: 0px;
	}
	
}

@media (min-width: 1200px) {
	.form-horizontal .control-label.col-lg-12 {
	    text-align: left;
	}
}

