html {
	overflow-y: scroll;
	position: relative;
	min-height: 100%;
}

body {
	padding-top: 50px;
	margin-bottom: 30px;
	padding-right: 0 !important;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 40px;
	background-color: #f5f5f5;
}

.footer p {
	margin-top: 10px;
}

.footer a {
	color: #000;
	font-weight: bold;
}

.app-mode {
	position: fixed;
	right: 15px;
}

a:hover {
	text-decoration: none;
}

table a:not(.btn),
.table a:not(.btn) {
	text-decoration: none;
}

a.action {
	margin-right: 10px;
	font-weight: bold;
}

.action {
	color: #337ab7;
	cursor: pointer;
}

label small {
	font-weight: normal;
}

h2 {
	font-size: 50px;
}

hr {
	clear: both;
}

.fa.fa-play-circle {
	font-size: 22px;
}

.info-box {
	padding: 0 10px !important;
}

/*
fix debtor details icon
.panel-heading .fa {
	vertical-align: 1px;
}*/

.no-vertical-margin {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.no-horizontal-margin {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.no-top-padding {
	padding-bottom: 0 !important;
}

.no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.bottom-panel .nav {
	font-size: 11px !important;
}

.pull-right {
	margin-right: .5em;
}

.main div.switch-control:first-of-type,
.main h1 > a.pull-right:first-of-type {
	margin-right: 0;
}

.pull-down {
	position: absolute;
	bottom: 10px;
}

.pull-down-right {
	position: absolute;
	bottom: 50px;
	right: 50px;
}

.opaque {
	opacity: 0.5;
}

.opaque-darker {
	opacity: 0.75;
}

.action-details {
	cursor: pointer;
}

.action-details:hover {
	color: blue;
}

.html-details {
	font-size: 12px;
	text-align: left;
	max-height: 420px !important;
	overflow-y: auto;
}

.info-icon {
	margin-right: -3px;
	color: gray;
}

.name-addition {
	margin-top: 1px;
}

.solvency-icon {
	vertical-align: -5px;
}

.solvency-number {
	padding-right: .75em;
	line-height: 20px;
}

.remark {
	cursor: pointer;
}

.remark:hover {
	color: blue;
}

.attachments {
	margin-bottom: 1em;
}

.attachments > div:nth-of-type(2n) {
	background: #fafafa;
}

.attachment-list {
	padding-top: 8px;
}

.is-dragover {
	background: #eee !important;
	opacity: 0.9;
}

.left-title {
	font-weight: bold;
}

.left-title .left-panel-title {
	float: left;
	padding-top: 1px !important;
}

.left-title > i {
	margin-right: 0.25em;
	color: gray;
}

.btn-phase:hover {
	opacity: 0.9;
}

.ui-tooltip {
	background: #FAFAD0;
	z-index: 999999;
}

.upload-area {
	width: 100%;
	height: 320px;
	text-align: center;
	border: 1px #ccc solid;
	border-radius: 3px;
	line-height: 320px;
}

.chk {
	transform: scale(1.3);
	margin-left: 15px !important;
	cursor: pointer;
}

.chk_label {
	cursor: pointer;
	padding-left: 45px !important;
	padding-top: 3px;
}

.chk_label:hover {
	color: #337ab7;
}

.span-right {
	float: right;
}

#view p {
	margin-top: 50px;
}

.table-tr {
	width: 20% !important;
}

div.ui-tooltip {
	word-wrap: break-word !important;
}

.ui-tooltip.tooltip-larger {
	min-width: 500px;
}

.label-div .fa {
	color: black !important;
}

.info-span {
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.event-div {
	display: inline;
	float: right;
	margin-top: 0;
	margin-left: 5px;
}

.event-info {
	display: block;
	font-size: 10px;
	margin-bottom: -5px;
	margin-top: -4px;
	margin-left: -25px;
}

.event-info > span {
	margin-left: 4px;
}

.event-name {
	margin: 0;
	margin-bottom: 2px;
}

.event-section a {
	vertical-align: text-top;
}

.select-days {
	width: 70px !important;
	display: inline-block !important;
}

.event-days-select {
	margin-bottom: 20px;
}

.info-warn {
	color: orange;
}

.info-error {
	color: red;
}

td.day {
	box-shadow: none !important;
}

#calendar {
	height: 480px;
	width: 95%;
	margin: 0 auto;
}

#repeat {
	display: block;
	transform: scale(2.5, 2.5);
	border-style: solid;
	box-shadow: none;
	border: none;
	border-width: 0;
	border-radius: 0;
	margin-top: 10px;
	margin-left: 60px;
}

.day {
	width: 30px !important;
}

.toggle-panels {
	color: #777;
}

.toggle-panels:hover {
	color: blue;
}

.search-owner-agents {
	width: 20%;
	display: inline;
}

td.strikeout {
	text-decoration: line-through;
}

.blank-right-panel {
	overflow: hidden;
	height: 757px;
	border-style: dotted;
}

span.disabled,
span.disabled a {
	color: gray !important;
}

.btn-check,
.btn-uncheck {
	padding: 7px 15px 5px !important;
	line-height: 1.2;
}

.ui-item-custom {
	padding: 3px 1em 3px .4em;
}

.debtor-info table tr,
.debtor-info table td,
.info table tr,
.info table td {
	padding: 5px !important;
}

.no-border {
	border: 1px white solid;
}

.table-condensed td.slider-cell {
	padding: 0 !important;
	font-size: 12px;
}

.slider-horizontal {
	height: 16px;
}

.slider-handle {
	margin-top: 2px;
	width: 15px;
	height: 15px;
}

div.event-message {
	white-space: nowrap;
	max-width: 900px;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.event-message:hover {
	text-decoration: underline;
}

span.nowrap {
	white-space: nowrap;
}

.panel-column {
	padding: 5px 10px;
	border-right: 1px solid #ccc;
	margin: 0;
	font-weight: bold;
	text-align: center;
	height: 25px;
}

.panel-heading-default {
	color: #333 !important;
	background-color: #f5f5f5 !important;
	border-color: #ddd !important;
}

.panel-heading-success {
	color: #3c763d !important;
	background-color: #dff0d8 !important;
	border-color: #d6e9c6 !important;
}

.panel-button {
	width: 100%;
	display: inline-block;
	height: 50px;
}

.step-editable-icon {
	width: 17px;
	display: inline-block;
	height: 17px !important;
}

span.step-editable-icon {
	height: 13px !important;
}

.notifier-icon {
	font-size: 30px;
}

.empty-table-row td {
	border-top: none !important;
}

.document-search,
.category-search,
.payoff-prepayment,
.input-small,
.history-filter-select {
	height: 20px;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: -10px;
}

.no-left-padding {
	padding-left: 0;
}

.padding-right-10 {
	padding-right: 10px;
}

.checkbox-no-padding {
	line-height: normal !important;
	margin: 0 !important;
}

.panel .filters {
	width: 95px;
	padding-left: 0 !important;
}

.no-top-border td {
	border-top: 3px transparent solid !important;
}

.no-bottom-border td {
	border-bottom: none !important;
}

.nav .fa-fw {
	text-align: left;
}

.template-keyword-selector {
	margin-top: .5em;
	height: 660px;
	overflow-y: auto;
	font-size: 12px;
}

.template-keyword-selector ul {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.template-keyword-selector li {
	line-height: 120%;
	width: 100%;
	list-style: none;
	cursor: pointer;
	padding-left: .5em;
	padding-right: .5em;
	border-radius: 2px;
}

.template-keyword-selector li:hover {
	background-color: #fcf8e3 !important;
	font-weight: bold;
}

.highlightTextarea-highlighter {
	line-height: 1.2em;
}

.highlightTextarea-highlighter mark {
	background: #ffff00;
}

#mandator_debt,
#debt_mandator_debt {
	margin-top: 8px;
}

#debt_mandator_debt {
	display: block;
	margin-bottom: 19px;
}

span.big-box {
	display: block;
	float: left;
	width: 25%;
	height: 150px;
	border: 1px black solid;
	padding: 1em;
	margin: 1em;
	text-align: center;
	font-size: 3em;
	line-height: 150%;

}

.underline {
	text-decoration: none;
}

.underline:hover {
	text-decoration: underline;
}

.btn-icon {
	height: 19px !important;
}

.step-dropdown {
	max-width: 130px;
}

.submenu-item {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.debtor-icon {
	margin-top: -2px;
}

.field-config-column {
	width: 100px !important;
}

.tooltip-view {
	color: black;
	cursor: default;
}

.menu-icon {
	width: 22px !important;
	max-width: 22px;
	text-align: center !important;
}

.no-vertical-padding {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.hr-s {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.hr-xs {
	margin-top: 0px !important;
	margin-bottom: 10px !important;
}

.no-box-shadow {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.no-bottom-margin {
	margin-bottom: 0 !important;
}

.switch-control {
	padding-top: 20px;
}

.switch-control > div > label {
	font-size: 13px;
	display: block;
	margin: 12px 5px 0 0;
}

.switch-control > .label-div {
	height: 40px;
	display: inline;
	float: left;
}

.switch-control .toggle {
	height: 27px;
	min-height: 27px;
	margin-top: 6px;
}

.title-btn {
	margin-top: 5px;
}

.ui-tooltip hr {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	border-top: 1px solid #575757;
}

.no-horizontal-margin {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.adjust-col-inputs {
	margin-left: -5px !important;
}

.bonitet-remark {
	padding-top: 3px;
}

.popup-text-cell {
	border-top: 1px solid #272727 !important;
}

.popup-text-scroll {
	overflow-y: auto;
}

.hr-black {
	color: #acacac !important;
	border-color: #acacac !important;
}

.mandator-debt-switch > label {
	text-align: left !important;
	display: block;
}

.table-attachments {
	height: 157px;
	overflow-y: auto;
	max-height: 157px;
}

.inline-checkbox {
	margin-top: 7px !important;
}

#websocket_status {
	border-right: 2px black solid;
}

.btn-export {
	margin-right: 2px;
}

.inline-slider {
	height: 30px;
}

.inline-slider > .slider > div {
	margin-top: 8px;
}

.inline-slider .slider-track {
	margin-top: 0 !important;
}

.switch-disable {
	cursor: not-allowed;
	color: #afafaf !important;
}

.table.col-md-4 {
	margin-right: 2px;
	width: 33.2% !important;
}

.display-none {
	display: none !important;
}

.help-normal {
	color: #000000;
}

.help-code {
	background-color: #e0e0e0;
	color: #404040;
}

h1.help-heading1 {
	color: #000000;
}

h2.help-heading2 {
	color: #ff0000;
}

h3.help-heading3 {
	color: #0044ff;
}

div#help-content {
	max-height: 600px;
	overflow-y: auto;
}

.chain-steps-div .skip_invalid {
	margin-left: 65%;
}

.chain-steps-div .panel {
	margin: 0;
	height: 27px;
}

.has-feedback .input-group .form-control {
	padding-right: 10px !important;
}

.hidden-element {
	visibility: hidden;
	position: absolute;
	top:0;
}

th.csv-edit.required:after {
	content: "*";
	color: #c77;
	font-size: 12px;
	padding-left: 5px;
}

#csv-edit-table {
	font-size: 14px;
}

#csv-edit-table tbody tr td:first-of-type {
	text-align: right;
}

#csv-edit-table tbody tr td:nth-of-type(11),
#csv-edit-table thead tr th:nth-of-type(11) {
	text-align: center;
}

#csv-edit-table td:empty:after {
	content: '\2014';
	opacity: 0.5;
}

:-webkit-full-screen {
	background-color: white;
}

:-moz-full-screen {
	background-color: white;
}

:-ms-fullscreen {
	background-color: white;
}

:fullscreen {
	background-color: white;
}

.no-scroll {
	overflow: hidden;
}

.no-margin {
	margin: 0 !important;
}

.include_previous_balance .btn {
	cursor: default;
}

#prepayment.amount-format,
.input-small {
	width: 50% !important;
	float: right;
	text-align: right;
}

.second-layer {
	display: block;
	margin-left: 20px;
	height: 25px;
	padding-top: 7px;
}

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

.float-none {
	float: none !important;
}

.t-bold {
	font-weight: bold;
}

.payoff-prepayment {
	margin-right: -3px;
	float: right;
	width: 50%;
	padding-right: 2px;
}

.payoff-subtitle {
	font-size: 13px;
}

.payoff-action {
	margin-right: 15px;
	margin-top: 1px;
	font-size: 17px;
}

.dossiers-scroll {
	overflow-x: scroll;
	max-height: 295px;
}

div#history label {
	padding-top: 3px;
}

#table-history tr > * {
	text-align: right;
}

#table-history tr > :nth-of-type(1),
#table-history tr > :nth-of-type(2),
#table-history tr > :nth-of-type(3) {
	text-align: left;
}

#history-filter {
	text-transform: uppercase;
}

.form-table-adjust {
	margin-left: 4px !important;
}

.text-italic {
	font-style: italic;
}

.accounting-log-message {
	max-width: 600px !important;
}

.cost-address-filter {
	margin-bottom: 20px;
}

.debtor-bonitet {
	font-size: 10px;
}

.chain-panel-adjust {
	padding-top: 3px;
}

.template-text {
	height: 660px !important;
	line-height: 1.2em;
}

.clear-both {
	clear: both;
}

.color-white {
	color: white;
}

.color-gray {
	color: gray;
}

.inline-input {
	display: inline;
}

.flag {
	border: 1px #eee solid;
	vertical-align: -1px;
}

#switch_repaid .fa-money-bill-alt {
	margin-top: 1px;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
	margin-left: -3px;
}

.crumb {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #888;
	font-size: 14px;
}

.crumb span {
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

.holiday-event {
	padding-left: 5px;
}

.hr-holiday {
	margin: 5px 0;
}

.action-holiday {
	margin-left: 10px;
}

.input-group-dropdown-item {
	padding: 5px 10px;
}

.input-group-dropdown-item:hover {
	background: #eee;
	cursor: pointer;
}

.fa-text-template {
	cursor: pointer;
}

table#table-home span.btn,
table#table-debts-costs span.btn,
.main.dossier span.btn {
	cursor: default;
}

table span.btn:not(.btn-phase):not(.btn-dossiers) {
	cursor: default;
}

span.btn.import {
	cursor: default;
}

.details-float-fix {
	float: left !important;
}

.inline-tooltip {
	margin-top: 0 !important;
	margin-right: -17px !important;
}

.inline-padding-fix {
	padding-left: 0;
	padding-right: 25px;
}

#skip_editor {
	margin-left: 12px;
	vertical-align: -9px;
}

.import-config-navs {
	margin-top: 15px;
}

.color-regex {
	background: yellow;
}

.inner-icon {
	float: left;
	width: 50px;
	margin-right: 5px;
	text-align: right;
	border-bottom: 1px white solid;
}

.inner-icon i {
	vertical-align: 1px;
}

.export-edit-url:hover {
	text-decoration: underline;
}

#ncs_parent {
	position: relative;
}

.text-right {
	text-align: right !important;
}

.has-configs {
	color: green;
	font-weight: bold;
}

.help-icon-empty {
	color: gray;
}

.help-hover tr .help-icon,
.help-hover tr .help-icon-empty {
	display: none;
}

.help-hover tr:hover .help-icon,
.help-hover tr:hover .help-icon-empty {
	display: inline;
}

.text-middle {
	vertical-align: middle !important;
}

.no-records-found {
	margin: 5px;
}

.full-width {
	width: 100% !important;
}

#table-import-files .jq-delete-item {
	margin-right: 5px;
}

#table-config .jq-delete-item,
#table-field-config .jq-delete-item {
	margin-right: 5px !important;
}

.no-top-border {
	border-top: none !important;
}

.vertical-margin-10 {
	margin: 10px 0 !important;
}

.prev-col-icon {
	margin-right: -3px;
}

.select2 span,
.btn {
	outline: none !important;
}

.no-top-border {
	border-top: none;
}

.recent-dossiers {
	margin-top: 2em;
}

#recent_dossiers {
	left: 7px;
}

.recent-dossiers .dossier-data {
	font-weight: bold;
}

.recent-dossiers table tr {
	cursor: pointer;
	font-size: 15px;
}

span.action {
	font-weight: bold;
}

button.recalc {
	margin-left: 5px !important;
}

.recent-dossier-item {
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 337px;
}

.recent-dossier-item .full_dossier_id {
	width: 98px;
}

.recent-dossier-item .btn-status {
	width: 65px;
}

.display-inline-block {
	display: inline-block;
}

.display-inline {
	display: inline;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.no-wrap {
	overflow: hidden;
	white-space: nowrap;
}

.left-panel .fa-redo {
	height: 14px !important;
}

/**
* Overriding 'action' color for colored datatable actions
*/
.text-warning {
    color: #8a6d3b !important;
}
.text-danger {
    color: #a94442 !important;
}

.action.disabled {
	cursor: not-allowed;
	opacity: 0.5;
	text-decoration: none;
}
