@CHARSET "UTF-8";

.so {
    background-color: #ff5e5eb3;
    color: #fff;
    text-align: center;
}

.we {
    background-color: #dedede;
    text-align: center;
}

.sum1 {
    background-color: #90abc5;
    text-align: right;

}

.sum2 {
    background-color: #7db97b;
    text-align: right;
}

.sum1,
.sum2 {
    padding-right: 5px;
    font-weight: 200;
    color: #fff;
}

.totals {
    font-size: 0.8rem;
    color: #fff;
}

table.totals {
    background-color: #4070b0;
}

.weeks {
    background-color: #f6f6f6;
}

.months {
    background-color: #fafafa;
}

.control {
    line-height: 10px;
}

.timeline {
    background-color: #eee;
}

.timeline1 {
    background-color: #ddd;
}

.fromto {
    width: 3.6rem
}

.pt_select {
    font-size: 0.8rem;
    margin: 12px;
    text-align: center;
    padding: 8px 0 14px 0;
    border: solid 1px #a2c715;
}

.pt_select button,
.pt_select input[type=submit] {
    background-color: #a2c715;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: none;
    color: #fff;
    padding: 3px 5px 4px 5px;
}

.pt_select h1 {
    color: #a2c715;
    font-size: 12px;
    margin: 0;
    border: none;
    padding-bottom: 12px;
}

.project {
    padding: 5px;
}

.project div {
    overflow: hidden;
}

.color0 {
    background-color: #f88;
    color: #fff;
}

.color1 {
    background-color: #ef5c5c;
    color: #fff;
}

.color2 {
    background-color: #ae2828;
    color: #fff;
}

.color3 {
    background-color: #9b0c0c;
    color: #fff;
}

.colorA0 {
    background-color: #8f8;
    color: #fff;
}

.colorA1 {
    background-color: #63de63;
    color: #fff;
}

.colorA2 {
    background-color: #36a136;
    color: #fff;
}

.colorA3 {
    background-color: #1d6c1d;
    color: #fff;
}


.sel_head_rep {
    width: 0.5rem;
}

.show_settings {
    color: #330;
    background: #fff;
}

.inner {
    background-color: #456969;
}

.infotable {
    border-color: #c9c9c9 !important;
}

.ui_switches {
    cursor: pointer;
    font-size: 14pt;
    font-weight: bolder;
    float: right;
    top: 6px;
    color: #469bdd;
}

.info_table thead span {
    font-size: 0.8em;
}

.ui_s_a_s {
    width: 180px;
}

.ui_n_e {
    width: 145px;
}


.add_account {
    width: 100%;
    text-align: left;
    background-color: #a2c715;
    color: #4F5155;
    border: solid 1px #8f8f9d;
    border-radius: 3px;
    padding: 2px 6px;
    font-weight: normal;
}

.add_account:hover {
    /*  color: #fff;*/
}

.add_account i {
    font-weight: 600;
}

#tabs {
    width: unset;
}

.faktura_sub_sum {
    width: calc(100% - 8px);
    margin-left: -29px;
}