/*
    Budget input
*/

.custom-input {
    margin-top: 0.45em;
}

.budget-table-wrapper-outer {
    position: relative;
}

.budget-table-wrapper-inner {
    overflow-x: auto;
    overflow-y: visible;
}

div[class^='budgetBlock_']{
    display: none;
}

.costModelBlock [class*='col-xs'] {
    padding-right: 4px;
}

.table .table {
    background-color: transparent ;
}

details summary::-webkit-details-marker {
    float: left
}

summary {
    outline:none;
}

.sum {
    text-align: right;
}

.sumInput {
    text-align: right;
}

.indented {
    margin-left: 0px;
    padding-left: 0px !important;
}

.budgetTable {
    font-size: 12px;
}

.budgetTable th {
    vertical-align: middle !important;
}

.budgetTable td {
    vertical-align: middle !important;
    box-sizing: border-box;
    height: 52px;
    /*min-height: 51px;*/
}

.expandable {
    cursor: pointer;
}

.help {
    color: #c0c0c0;
}

.actionTemplate{
    display: none;
}

.action {
    width: 6em;
}

/*.explanation {
    width: 26% ;
}*/

.rate {
    width: 9em;
}

.indent {
    width: 2.5em ;
    margin-right: 0px;
    padding-right: 0px !important;
}

.category-indented {
    width: 15em;
}

.category-full-width {
    width: calc(15em + 2.5em);
}

.expenses, .depreciation-cost {
    width: 12.5em;
}

.funding {
    width: 10em;
}

.personnel-salary, .depreciation-item {
    width: 27.5em ;
}

.personnel-income, .personnel-month {
    width: 19em ;
}

.depreciation-time {
    width: 12.75em ;
}

.missing {
    box-shadow: 0 0 5px #FF0000 !important;
}

.missingA, .missingB, .missingC, .missingD, .missingE {
    box-shadow: 0 0 5px #FF0000;
}

.odd {
    background-color: #FAFAFA;
}

/*
    Status input
*/

.status-list {
    list-style-type: none;
    padding: 0em;
    margin: 0.1em 0em 0.1em 0em;
    line-height: 1.5em;
}

.status-list li {
    padding: 0em 0.6em 0em 0.6em;
    cursor: pointer;
}

.status-list li:hover {
    background-color: #eeeeee;
}

.status-icon {
    display: inline-block;
    vertical-align: text-top;
    width: 2em;
    height: 1.5em;
    background-color: red;
    margin-right: 0.1em;
}

.status-green {
    /*background: linear-gradient(#56f256, #17e617 10%, #17e617 90%, #0ba60b);*/
	background-color: #0ba60b;
}

.status-yellow {
    /*background: linear-gradient(#ffe93f, #ffd500 10%, #ffd500 90%, #bf9500);*/
	background-color: #FFCC1B;
}

.status-red {
    /*background: linear-gradient(#ff7f7f, #f00000 10%, #f00000 90%, #b10000);*/
	background-color: #b10000;
}

.status-unassigned {
    /*background: linear-gradient(#d8d8d8, #b3b3b3 10%, #b3b3b3 90%, #737373);*/
	background-color: #b3b3b3;
}

span.status-label {
	padding: 1px 8px;
	line-height: 16px;
	border-radius: 100px;
	color: #FFFFFF !important;
}