.welcome-button {
	font-size: 16px;
}

.wb {
	background-color: #FB7B41;
	width: 150px;
	height: 80px;
	text-align: center;
	padding: 15px;
	font-size: 17px;
	color: white;
	position: absolute;
}

.fa-disabled {
	color: #a4a4a4;
}

.table {
	width: auto !important;
}

.dropzone {
	border: 2px dashed #ccc;
	height: 100px;
	color: #6b6b6b;
	text-align: center;
	vertical-align: middle;
}

.dropzone.hover {
	color: #6b6b6b;
	border-color: #6b6b6b;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}

.uploaded-files {
	margin-top: 10px;
}

#unique-build-number {
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: right;
	color: #c3c3c3;
}

#author-logo {
	position: absolute;
	bottom: 35px;
	right: 10px;
	text-align: right;
	color: #c3c3c3;
}

#egs-logo {
	margin: 0 auto;
	width: 150px;
}

input.general-search {
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: none;
	overflow: hidden;
	padding: 3px 12px;
	width: 100%;
	z-index: 1;
}

.ajax-table thead {
	display: none;
}

.table-href {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.table-href:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

.selectize-dropdown .active {
	background-color: #d9d9d9;
	color: #000000;
}

.selectize-input {
	min-height: 25px;
	padding: 3px 12px;
	/*margin-top: 10px;*/
}

.panel-heading .fa-spinner {
	position: absolute;
	right: 45px;
	top: 8px;
}

.panel-history {
	margin-bottom: 5px;
}

.panel-history .panel-body {
	padding-top: 5px;
	padding-bottom: 5px;
}

/*small*/
@media (min-width: 768px) {
	.welcome-button {
		width: 160px;
	}
}

/*medium*/
@media (min-width: 992px) {}

/*large*/
@media (min-width: 1200px) {}

/*extra small*/
@media (max-width: 767px) {
	.welcome-button {
		width: 120px;
	}
}


.top-margin-100 {
	margin-top: 100px;
}

.top-margin-10 {
	margin-top: 10px;
}

.top-margin-20 {
	margin-top: 20px;
}

.top-margin-40 {
	margin-top: 40px;
}

.navbar-collapse {
	max-height: none;
}

.no-focus:focus {
	background-color: transparent !important;
}

.label-legend {
	margin-bottom: 15px;
}

legend {
	margin-bottom: 5px;
}

hr {
	margin-bottom: 5px;
	margin-top: 3px;
	color: rgb(216, 216, 216);
	border-color: rgb(216, 216, 216);
}

hr.filter-line {
	margin-bottom: 10px;
	margin-top: 7px;
}

.no-radius {
	border-radius: 0px;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

/*panels*/
.panel-heading {
	padding: 5px 15px;
	font-weight: bold;
}

.context-menu-item {
	padding: 2px 2px 2px 5px;
}

.table tbody tr td {
	padding: 0px 8px;
	vertical-align: middle;
}

.dataTable tbody tr td {
	white-space: nowrap;
	max-width: 400px;
	overflow: hidden;
}

#summary .table tbody tr td {
	padding: 0px 0px 0px 5px;
}

.table {
	font-size: 12px;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: #D9EDF7;
}

.row-selected td {
	background-color: #c5eef8 !important;
}

.help-block {
	margin-top: 0px;
	margin-bottom: 5px;
	color: #737373;
	font-size: 10px;
}

#page-wrapper {
	height: 100vh;
	margin: 85px 0 0 230px;
	overflow: auto;
	padding: 0;
}

#page-wrapper.menu-page-wrapper {
	height: 100vh;
	margin: 85px 0 0 60px;
	padding-left: 10px;
	/*margin: 0 0 0 60px;*/
}

#page-wrapper.menu-page-wrapper-up {
	height: 100vh;
	margin: 55px 0 0 60px;
	padding-left: 10px;
	/*margin: 0 0 0 60px;*/
}

#wrapper {
	/*background-color: #c8c8c8;*/
	height: 100vh;
	overflow: hidden;
}

.sidebar .nav-second-level li a {
	padding-left: 20px;
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 5px 10px;
	font-size: 18px;
	line-height: 20px;
}

@media (min-width: 768px) {
	.sidebar1 {
		z-index: 1;
		position: absolute;
		width: 60px;
	}

	.sidebar1-wrapper {
		z-index: 1;
		position: absolute;
		width: 60px;
		margin-top: 1px;
		background-color: #82B6E1;
		min-height: 100vh;
	}

	.sidebar {
		z-index: 1;
		position: absolute;
		width: 170px;
		margin-top: 1px;
		left: 60px;
		font-size: 12px;
	}

	.navbar-top-links .dropdown-messages,
	.navbar-top-links .dropdown-tasks,
	.navbar-top-links .dropdown-alerts {
		margin-left: auto;
	}
}

input:required, .input-req, select:required, textarea:required {
	border-color: #428BCA;
}

.selectize-req > div.selectize-input {
	border-color: #428BCA;
}

.form-group {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 5px;
}

.btn-black {
	background-color: #000000;
	border-color: #000000;
	color: #fff;
}

.edit-item {
	display: none;
}

legend {
	padding-bottom: 5px;
}

.row-template {
	display: none;
}

.idx-item.error {
	border-color: red;
}

input.price {
	text-align: right;
}

.btn-inline {
	line-height: 1;
	padding: 1px 1px;
}

.tree-span {
	color: darkgray;
}

.table-items td {
	font-size: 11px;
	padding: 2px 5px !important;
	border: none !important;
}

.top-level td {
	border-top: 2px solid #b8b8b8 !important;
	/*padding: 10px 5px 2px 5px !important;*/
}

.budget-rest {
	color: grey;
	font-style: italic;
}

.hide-section {
	cursor: pointer;
}

.bad-bilance {
	color: red;
}

.summary-detail {
	cursor: pointer;
}

.summary-detail:hover {
	background-color: lightgray;
}

.main-row td {
	background-color: #fff3bf;
	border: 1px solid gray;
}

.main-row-no-border td {
	border-bottom: none;
}

.main-row-sub td, .main-row-sub th {
	background-color: #fff8dd;
	padding-left: 3px;
	padding-right: 3px;
}

.paired-row td {
	background-color: #aeced1;
}

.top-border-off td {
	border-top: none !important;
}

.category-row td {
	padding-top: 10px !important;
}

.draggable {
	cursor: move;
}

.paired td {
	color: red;
}

.paired-auto td {
	color: blue;
}

.filter td {
	font-size: 10px;
	padding: 5px 5px;
}

.input-xs {
	height: 20px;
	padding: 0 5px;
	font-size: 10px;
	line-height: 1.5;
	border-radius: 3px;
}

div.dataTables_paginate {
	text-align: left !important;
	display: none;
}

div.dataTables_length {
	font-size: 11px;
}

div.dataTables_info {
	padding-top: 0px;
	display: none;
}

div.dataTables_length select {
	font-size: 11px;
	height: 20px;
	padding: 0;
}

.multiselect-container label.checkbox {
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	min-height: 0px;
}

.multiselect-all label.checkbox {
	font-weight: bold;
}

.btn.multiselect {
	padding: 2px;
	font-size: 11px;
}

div#filter {
	border-right: 1px solid lightgray;
	width: 180px;
	font-size: 11px;
}

.flt-div {
	margin-top: 5px;
}

.filter-double {
	width: 49%;
	display: inline;
	padding: 5px;
}

.row.actuality {
	border-bottom: 1px solid lightgray;
	margin-bottom: 10px;
}

.length-target {
	font-size: 11px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 2px 6px;
	font-size: 11px;
}

.dataTables_length {
	display: none;
}

.close {
	font-size: 15px;
	line-height: inherit;
}

.alert-dismissable .close {
	top: 0px;
}

.with-errors {
	color: darkred;
	font-style: italic;
	font-size: 11px;
}

.invalid-item:enabled {
	border-color: darkred !important;
}

.nav.nav-tabs {
	font-size: 12px;
}

.topmenu.nav > li > a {
	display: block;
	padding: 5px 10px;
	position: relative;
	color: #383838;
}

.topmenu {
	position: fixed; top:55px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border-color: #b6b6b6 #b6b6b6 transparent;
}

.selectize-control.idx-item {
	width: 150px;
	font-size: 11px;
}

.selectize-control.idx-item > .selectize-input {
	font-size: 11px;
	min-height: 20px;
	padding: 0 5px;
}

.selectize-control.idx-item > .selectize-input input {
	font-size: 11px;
}

.selectize-control.idx-item .option {
	font-size: 11px;
}

.idx-item.form-control {
	font-size: 11px;
	padding: 2px 2px;
	height: inherit;
}

td.nowrap {
	white-space: nowrap;
}

div.selectize-dropdown.idx-item {
	width: 350px !important;
}

.selectize-dropdown-content .option {
	/*padding: 0px 3px;*/
	font-size: 11px;
}

.selectize-input.items {
	font-size: 11px;
}

.red {
	color: red;
}

select.idx-item.selectize-ajax {
	/*border: 1px solid #cccccc;*/
	border-radius: 4px;
	box-shadow: none;
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
	/*padding: 0px 5px;*/
	position: relative;
	width: 148px;
	z-index: 1;
	margin-bottom: 5px;
	margin-top: 2px;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
}

#bilance-sum td {
	padding: 2px;
}

.navbar-inverse {
	background-color: #5E9FD5;
	border-color: #0C6BBA;
}

.logo-header{
	position: relative;
	top: 7px;
}

.menu-icon {
	color: #383838;
}

.btn-red {
	color: #000;
	background-color: #FFACA8;
	border-color: #FFACA8;
}

.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .open .dropdown-toggle.btn-red {
	color: #000;
	background-color: #E37F7A;
	border-color: #E37F7A;
}

.btn-red:active, .btn-red.active, .open .dropdown-toggle.btn-red {
	background-image: none
}

.btn-red.disabled, .btn-red[disabled], fieldset[disabled] .btn-red, .btn-red.disabled:hover, .btn-red[disabled]:hover, fieldset[disabled] .btn-red:hover, .btn-red.disabled:focus, .btn-red[disabled]:focus, fieldset[disabled] .btn-red:focus, .btn-red.disabled:active, .btn-red[disabled]:active, fieldset[disabled] .btn-red:active, .btn-red.disabled.active, .btn-red[disabled].active, fieldset[disabled] .btn-red.active {
	background-color: #F0F0F0;
	border-color: #F0F0F0;
}

.btn-yellow {
	color: #000;
	background-color: #EBF7A3;
	border-color: #EBF7A3;
}

.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow.active, .open .dropdown-toggle.btn-yellow {
	color: #000;
	background-color: #CEDC76;
	border-color: #CEDC76;
}

.btn-yellow:active, .btn-yellow.active, .open .dropdown-toggle.btn-yellow {
	background-image: none
}

.btn-yellow.disabled, .btn-yellow[disabled], fieldset[disabled] .btn-yellow, .btn-yellow.disabled:hover, .btn-yellow[disabled]:hover, fieldset[disabled] .btn-yellow:hover, .btn-yellow.disabled:focus, .btn-yellow[disabled]:focus, fieldset[disabled] .btn-yellow:focus, .btn-yellow.disabled:active, .btn-yellow[disabled]:active, fieldset[disabled] .btn-yellow:active, .btn-yellow.disabled.active, .btn-yellow[disabled].active, fieldset[disabled] .btn-yellow.active {
	background-color: #F0F0F0;
	border-color: #F0F0F0;
}


.btn-orange {
	color: #000;
	background-color: #FF9666;
	border-color: #FF9666;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
	color: #000;
	background-color: #EC7B48;
	border-color: #EC7B48;
}

.btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
	background-image: none
}

.btn-orange.disabled, .btn-orange[disabled], fieldset[disabled] .btn-orange, .btn-orange.disabled:hover, .btn-orange[disabled]:hover, fieldset[disabled] .btn-orange:hover, .btn-orange.disabled:focus, .btn-orange[disabled]:focus, fieldset[disabled] .btn-orange:focus, .btn-orange.disabled:active, .btn-orange[disabled]:active, fieldset[disabled] .btn-orange:active, .btn-orange.disabled.active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange.active {
	background-color: #F0F0F0;
	border-color: #F0F0F0;
}


.btn-blue {
	color: #000;
	background-color: #6A949E;
	border-color: #6A949E;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue {
	color: #000;
	background-color: #346D7A;
	border-color: #346D7A;
}

.btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue {
	background-image: none
}

.btn-blue.disabled, .btn-blue[disabled], fieldset[disabled] .btn-blue, .btn-blue.disabled:hover, .btn-blue[disabled]:hover, fieldset[disabled] .btn-blue:hover, .btn-blue.disabled:focus, .btn-blue[disabled]:focus, fieldset[disabled] .btn-blue:focus, .btn-blue.disabled:active, .btn-blue[disabled]:active, fieldset[disabled] .btn-blue:active, .btn-blue.disabled.active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue.active {
	background-color: #F0F0F0;
	border-color: #F0F0F0;
}


.btn-green {
	color: #000;
	background-color: #4EC196;
	border-color: #4EC196;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
	color: #000;
	background-color: #22A674;
	border-color: #22A674;
}

.btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
	background-image: none
}

.btn-green.disabled, .btn-green[disabled], fieldset[disabled] .btn-green, .btn-green.disabled:hover, .btn-green[disabled]:hover, fieldset[disabled] .btn-green:hover, .btn-green.disabled:focus, .btn-green[disabled]:focus, fieldset[disabled] .btn-green:focus, .btn-green.disabled:active, .btn-green[disabled]:active, fieldset[disabled] .btn-green:active, .btn-green.disabled.active, .btn-green[disabled].active, fieldset[disabled] .btn-green.active {
	background-color: #F0F0F0;
	border-color: #F0F0F0;
}


.btn-gray {
	color: #000;
	background-color: #8f8f8f;
	border-color: #8f8f8f;
}

.btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-gray.active, .open .dropdown-toggle.btn-gray {
	color: #000;
	background-color: #6E6E6E;
	border-color: #6E6E6E;
}

.btn-gray:active, .btn-gray.active, .open .dropdown-toggle.btn-gray {
	background-image: none
}

.btn-gray.disabled, .btn-gray[disabled], fieldset[disabled] .btn-gray, .btn-gray.disabled:hover, .btn-gray[disabled]:hover, fieldset[disabled] .btn-gray:hover, .btn-gray.disabled:focus, .btn-gray[disabled]:focus, fieldset[disabled] .btn-gray:focus, .btn-gray.disabled:active, .btn-gray[disabled]:active, fieldset[disabled] .btn-gray:active, .btn-gray.disabled.active, .btn-gray[disabled].active, fieldset[disabled] .btn-gray.active {
	background-color: #F0F0F0;
	border-color: #F0F0F0;
}

.menu-orange {
	background-color: #FF9666;
}

.menu-yellow {
	background-color: #EBF7A3;
}

.menu-blue {
	background-color: #428CCA;
}

.menu-green {
	background-color: #4EC196;
}

.menu-gray {
	background-color: #8f8f8f;
}

.menu-red {
	background-color: #FFACA8;
}

.menu-active {
	background-color: #f8f8f8;
}

.side-menu-bottom {
	position: absolute;
	bottom: 50px;
}

/*.panel-primary {*/
	/*border-color: #383838;*/
/*}*/
/*.panel-primary > .panel-heading {*/
	/*color: #fff;*/
	/*background-color: #383838;*/
	/*border-color:#383838;*/
/*}*/
/*.panel-primary > .panel-heading + .panel-collapse .panel-body {*/
	/*border-top-color: #383838;*/
/*}*/
/*.panel-primary > .panel-footer + .panel-collapse .panel-body {*/
	/*border-bottom-color: #383838;*/
/*}*/

.panel-violet {
	border-color: #E1D7EF;
}
.panel-violet > .panel-heading {
	color: #A778ED;
	background-color: #E1D7EF;
	border-color:#E1D7EF;
}
.panel-violet > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #E1D7EF;
}
.panel-violet > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #E1D7EF;
}

a {
	color: #383838;
}

#side-menu > li > a {
	background-color: #D8D8D8;
	font-weight: bold;
}

#side-menu > li {
	border-bottom: 1px solid #383838;
}

#side-menu > li a {
	padding: 8px 10px;
}

.modal-dialog table {
	font-size: 11px;
}

.panel-header-href, .panel-header-href:visited {
	color: white;
	text-decoration: none;
}

.panel-header-href:hover {
	color: white;
	text-decoration: underline;
}

.actual-approval td {
	background-color: #FF9666;
}

select.approver + .btn-group > .multiselect {
	border-color: #428BCA;
}

div.file {
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select:none;
	user-select:none;
	-o-user-select:none;
}

.td-right {
	text-align: right;
}

.multiselect-container .radio {
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.multiselect-container label {
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 12px;
}

td.costs {
	color: #910012;
}

td.earnings {
	color: #000000;
}

td.currency {
	text-align: right;
	vertical-align: top !important;
}

.selectize-input > * {
	margin-right: 7px;
}

.selectize-control.single .selectize-input:after {
	right: 5px;
}

.multiselect-container .checkbox input[type="checkbox"], .multiselect-container .checkbox input[type="radio"] {
	opacity: 100;
}

@media screen and (max-width: 768px) {
	.visible-xs-inline {
		display: inline-block; !important
	}
}

@media screen and (min-width: 768px) {
	.visible-xs-inline {
		display: none; !important
	}
}

.translation_missing {
	color: red;
}
