@import url('https://fonts.googleapis.com/css?family=Oswald');

.mce-tinymce {
/*    height: 100% !important;*/
}

.lineDotted {
    border-bottom: dotted 2px #ddd;
    min-height: 35px;
/*    border: solid 2px green;*/
    display: flex;
    align-items: center ;
    justify-content: space-between;
   
}
.lineDotted * {
    border: none;
    font-size: 13px;
}
.lineDotted i {
    width: 24px;
}
.lineDotted .lineValue {
    border: solid 0px green; display: flex; align-items: center;
}
.lineDotted .lineValue input {
    text-align: right;
    padding-right: 5px;
    font-family: 'Open Sans';
    font-size: 16px;
}
.lineDotted .lineValue input::placeholder {
  color: #D8D8D8;
  opacity: 1; 
}




.lineDotted select {
    font-size: 18px;
    font-family: 'Open Sans';
    text-align:right;
}

.rightSite * container { 
    max-width: 100%; 
}
.page-block {
    margin: 15px;
    margin-bottom: 0px;
    padding: 15px 10px;
    background-color: white;
    border-radius: 10px;
    border: solid 1px transparent;
}
.page-block h2 {
    margin-bottom: 10px;
}
.gridEditAreaWraper {
    display: none;
    width: 100%;
    height: 100%;
    
    min-height: 100vh;
    border: solid 0px red;
    height: auto;
    
}
.gridEditArea {
    height: auto;
    border: solid 0px yellow;
 
    padding: 10px;
    padding-right: 0px;
    grid-gap:10px !important;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1.5fr 2fr;
    grid-template-areas:
        "blockA blockB"
        "blockC blockC"
    ;
}
.gridEditArea blockA,
.gridEditArea blockB,
.gridEditArea blockC {
    display: block;
}
.mce-panel {
    border: solid 0px white !important;
} 
.status4 { background-color: red; }
.status3 { background-color: #FFA600; }
.status2 { background-color: #FFCD42; }
.status1 { background-color: #87C540; }
.status0 { background-color: #CCC; }
.blockPriorytet {
    border: solid 4px #fff;
    width: 20px;
    height: 20px;
    float: right;
}
.borderTask4 { border-left: solid 5px red; }
.borderTask3 { border-left: solid 5px #FFA600; }
.borderTask2 { border-left: solid 5px #FFCD42; }
.borderTask1 { border-left: solid 5px #87C540; }
.borderTask0 { border-left: solid 5px #CCC; }
bar {
    background-color: #222D32;
    color: white;
    display: block;
    padding-bottom: 10px;
/*    
    height: 170px;
    width: 100%;
    
    align-items: center;
    justify-content: center;
    flex-direction: column;
    */
}
bar .barWhat {
    display: flex;
    width: 100%;
   
/*    padding-top: 5px;
    
    align-items: center;
    display: block;
    width: 100%;
    text-align: center;
    height: 40px;
    border: solid 1px red;*/

}

bar .barWhat a {
    color: white;
    border: solid 1px transparent;
     
    width: 100%;
}

bar .barWhat .barTitle {
    font-size: 20px;
    padding:0 10px;
    display: block;
    height: 90px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
        hyphens: auto !important; 
                    overflow-wrap: break-word !important; 
                    white-space: normal !important; 
                    word-wrap:break-word !important; 
                    text-align:center;
}

bar .barTM {
    
    width: 100%; 
    display: flex;
    justify-content:space-between;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

bar .barFiltr {
    padding-top: 10px;
    width: 100%; 
    border: solid 0px yellow;
    padding-left: 10px;
    padding-right: 10px;
}


bar .barFiltrMembers {
    padding-top: 10px;
    width: 100%; 
    border: solid 0px yellow;
    padding-left: 10px;
    padding-right: 10px;
    display:none;
}
.barFiltrMembers select {
    height: 24px;
    background-color: rgba(255,255,255,0.3);
    border: solid 1px white;
    color: #aaa;
}

bar .barSearch {
    height: 24px;
    border: solid 1px white;
    background-color: rgba(255,255,255,0.3);
    color: white;
    width: 100%;
    min-width:0%;
}

bar .barLine {
    margin-bottom: 10px;
    border-top: solid 1px white;
    width: 100%;


}
bar .barButtons {
    display: flex; width: 100%;
}
bar .barKwota {
    padding-bottom: 5px;
}
bar .barPlus {
    cursor: pointer;
    border: solid 1px white; padding: 3px 5px;
    display:block;
    font-size: 12px;
}
bar .barBack {
    color: white;
    cursor: pointer;
    border: solid 1px white; padding: 3px 5px;
    margin-right: 5px;
    display:none;
}

bar .barSearch::placeholder {
  color: #AAA;
  opacity: 1; 
}

card {
    display: flex;
    flex-direction:column;
    float:left;
    width: 350px;
    min-width: 350px;
    height: 100%;
    border-right: solid 1px #ccc;
}
card tasks {
    display: flex;
    flex-direction:column;
    height:calc(100vh - 150px);
    overflow-y:scroll;
    overflow-x:hidden;
}
card tasks::-webkit-scrollbar {
    background-color: rgba(128,128,128,0.2);
    color: rgba(255,255,255,0.8);
    width: 5px;
}
card tasks::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
card tasks::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
card task {
    display: block;
    padding: 10px;
    border-bottom: solid 1px #ddd;
    position: relative;
}
card taskBar {
    display: flex;
    justify-content:space-between;
    font-family:'Oswald';
    font-size: 16px;
    line-height: 18px;
}
card taskPrice {
    font-size: 12px;
    display: block;
    line-height: 14px;
}
card taskDeadline {
    font-size: 12px;
    display: block;
    line-height: 14px;
}
card statwork {
    float:right;
}


card taskIcon {
    font-size: 12px;
    display: inline-block;
    padding-top: 4px;
    line-height: 15px;
}
card taskDelete {
    position:absolute;
    right:10px;
    top:10px;
    z-index: 1;
}
card .taskWraperLink {
    position: relative;
    color: black;
    display: block;
}

card task:hover {
    background-color: #eee;
    color: black;
}

card .taskSelected:hover task {
    background-color: transparent !important;
}




card tasktitle {
    color: black;
}
card .taskSelected   {
    background-color: #59676e !important;
    color: white;
}
card .taskSelected * {
    color: white;
}

card taskContent {
    margin-top: 10px;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    position: relative;
}

card taskContent div:nth-child(1) {
}

card taskContent div:nth-child(2) {
    position: absolute;
    left: 110px;
}




card taskContent div:nth-child(3) {
/*    position: absolute;
    line-height: 10px;
    bottom: -3px;
    right: 10px;*/
}

.cubeElement {
    cursor: pointer;
    margin-left: 5px;
    display: inline-block;
    border: solid 1px silver;
    background-color: #F8F8F8;
    padding: 10px;
}
.cubeElement:hover {
    background-color: #e8e8e8;
}
.cubeElement .cubeTitle {
    font-size: 10px;
}
.cubeElement i {
    font-size: 40px;
}










.cardPresentation {
    margin: 20px; padding: 20px; background-color: #F8F8F8; max-width:400px;width:100%; float: left;
}
.cardPresentation .cardElement {
    font-size: 10px;
    margin-top: 12px;
    color: #888;
    text-align: left;
}
.cardPresentation input,
.cardPresentation select {
    height: 27px;
}
/*

.taskSelected   {
    background-color: #8C6C93 !important;
}*/
.iconsControl {
    display: flex;
}
.iconsControl div {
    cursor: pointer;
    background-color: #eee;
    border: solid 0px red;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px silver;
    margin-right: 3px;
    border-radius: 3px;
}
.iconsControl div.enabled {
    background-color: #444;
    color: white;
}

.addCompany {
    border: solid 0px red;
    cursor: pointer;
}


.activeSortable *:hover ,
.activeSortable * {
    background-color: #C3C3C3 !important;
    color: black !important;
}

.sortPosition {
    
}


.taskEditForm .taskTitle {
    font-family:'Oswald';
    font-size: 24px;
}
.taskEditForm #taskDeadline,
.taskEditForm #data_oddaneDoFakturowania{
    width:150px;
    text-align: right !important;
    float: right;
}
.taskEditForm #taskDeadline .input-group-addon,
.taskEditForm #data_oddaneDoFakturowania .input-group-addon{
    background-color: transparent;
    width:100px;
    border: none;
}
.taskEditForm #taskDeadline input,
.taskEditForm #data_oddaneDoFakturowania input {
    font-size: 15px;
    font-family:'Open Sans';
    text-align:right;
    width:120px;
}
.taskEditForm .typeahead2 {
    font-size: 15px;
    font-family:'Open Sans';
    text-align: right;
}






.pozycjeNaFakturze {
    justify-content: flex-start; 
    flex-direction: column;
}
.pozycjeNaFakturze h1 {
    margin-bottom: 10px;
    
}
.pozycjeNaFakturze .lista {
    width: 100%;
    height: 100%;
}
.pozycjeNaFakturze .dodaj {
    background-color:#656C70;
    width: 100%;
    height: auto;
    color: white;
    padding: 10px;
    box-sizing: border-box !important;
}
.pozycjeNaFakturze .dodaj .dodajLine{
    display: flex;
    margin-top: 7px;
}
.pozycjeNaFakturze .dodaj .dodajPlus{
    border: solid 1px white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 32px;
    margin-left: 5px;
}
.pozycjeNaFakturze .dodaj #dodajSelect{
    margin-left: 5px;
}
.timeworkTABLE {
    
}
.timeworkTABLE tr td{
    border-bottom: solid 1px #DDD;
}
.timeworkTABLE .timeworkTitle {
    height: 16px;
    border: none;
}
.timeworkTABLE input {
    background-color: transparent;
}
.timeworkTABLE .timeworkPrice {
    height: 16px;
    border: none;
    width: 80px;
}
.timeworkTABLE .timeworkNettoBrutto {
    display: flex;
    font-size: 12px;
    
}
.timeworkTABLE .timeworkNettoBrutto input {
    text-align:right;
}
.timeworkTABLE .timeworkBrutto {
    padding-left:4px;
}

.timeworkTABLE .timeworkBezfaktury {
    display: flex;
    font-size: 12px;
    white-space:nowrap;
    align-items: center;
}
.timeworkTABLE .timeworkBezfaktury input {
    width: 20px;
}




