* {
    box-sizing: border-box;
}

body {
	font-family: "Lato",Arial,sans-serif;
	padding:0px 0px;
	margin:0px 0px;
    background-color: rgb(200, 200, 200);
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input {
  padding:4px 6px 4px 6px;
  border: 1px solid rgb(255, 255, 255);
  font-size: 15px;
  color:rgb(40, 40, 40);
  background-color: rgba(255, 255, 255, 1);
  width:100%;
  height:30px;
}
input:disabled {
    background-color: rgba(240, 240, 240, 1);
    color:rgb(90, 90, 90);
}
input:focus {
    border: 1px solid rgb(244, 194, 66);
}


select {
  padding:4px 6px 4px 6px;
  border: 1px solid rgb(255, 255, 255);
  font-size: 15px;
  color:rgb(40, 40, 40);
  background-color: rgba(255, 255, 255, 1);
  width:100%;
}
select:disabled {
    background-color: rgba(240, 240, 240, 1);
    color:rgb(90, 90, 90);
}
select:focus {
    border: 1px solid rgb(244, 194, 66);
}

.checkbox {
  padding:0px;
  border: none;
  font-size: 18px;
  margin:0px;
  width: auto;
}

textarea {
  font-family: "Lato",Arial,sans-serif;
  padding:4px 6px 4px 6px;
  border: 1px solid rgb(255, 255, 255);
  font-size: 15px;
  color:rgb(40, 40, 40);
  background-color: rgba(255, 255, 255, 1);
  width:100%;
}
textarea:disabled {
    background-color: rgba(240, 240, 240, 1);
    color:rgb(90, 90, 90);
}
textarea:focus {
    border: 1px solid rgb(244, 194, 66);
}

.button {
  color:rgba(255, 255, 255, 0.85);
  font-size: 15px;
  padding: 4px 12px 4px 12px;
  background-color: rgb(84, 84, 84);
  border: none;
  height:30px;
  margin:0px;
}
.button:enabled:active {
   transform: translateY(1px);
}
.button:hover {
   background-color: rgb(85, 99, 106);
}
.button:disabled {
    background-color: rgb(97, 114, 122);
    color:rgba(255, 255, 255, 0.7);
}

.smallButton {
  color:rgba(255, 255, 255, 0.85);
  font-size: 14px;
  padding: 3px 6px 3px 6px;
  background-color: rgb(84, 84, 84);
  border: none;
  margin:0px;
}
.smallButton:enabled:active {
   transform: translateY(1px);
}
.smallButton:hover {
   background-color: rgb(85, 99, 106);
}
.smallButton:disabled {
    background-color: rgb(97, 114, 122);
    color:rgba(255, 255, 255, 0.7);
}

.mainContainer {
    position:relative;
    background-color: rgb(255,255,255);
    width : 1175px;
    left: 50vw;
    margin-left:-550px;
}

.headerUnlogged {
    position:relative;
    background-color: rgb(50, 50, 50);
    background-image: url('https://wydatki.andbst.pl/images/logo.png');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    height: 60px;
}

.logDiv {
    position: relative;
    padding:15px 10px 0px 60px;
    text-align: right;
}
.logInputContainer {
    position: relative;
    display: inline-block;
    padding:0px 0px 0px 10px;
}

.headerLogged {
    position:relative;
    background-color: rgb(50, 50, 50);
    background-image: url('https://wydatki.andbst.pl/images/logo.png');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 20px 20px;
    height: 40px;
}
.menuItemsContainerDiv {
    position: relative;
    padding: 10px 11px 4px 42px;
}
.menuItem {
    color: rgba(255,255,255,0.6);
    display: inline-block;
    font-size: 16px;
    padding:0px 15px 0px 0px;
    cursor:pointer;
}
.menuItem:hover {
    color: rgba(255,255,255,0.9);
}
.menuItemSelected {
    color: rgba(255,255,255,0.9);
    display: inline-block;
    font-size: 16px;
    padding:0px 15px 0px 0px;
    cursor:pointer;
}
.menuItemSelected:hover {
    color: rgba(255,255,255,0.99);
}
.workspaceDiv {
    background-color: rgb(230,230,230);
    position: relative;
    width:100%;
    padding:12px 20px 20px 20px;
}
.h1 {
    font-size:16px;
    color:rgba(0,0,0,0.80);
    margin:0px 0px 4px 0px;
    font-weight:bold;
}
.h1Inline {
    display: inline-block;
    font-size:17px;
    color:rgba(0,0,0,0.80);
    margin:0px 10px 0px 0px;
    font-weight:bold;
}


.categoryTableHeader {
    background-color:rgb(124, 104, 145);
    color:rgba(255, 255, 255, 0.9);
    font-size: 15px;
    padding: 4px 8px 4px 8px;
    border:1px solid rgb(230,230,230);
    text-align: center;
}

.categoryTableStandard {
    background-color:rgb(255,255,255);
    color:rgba(0, 0, 0, 0.9);
    font-size: 15px;
    padding: 3px 8px 3px 8px;
    border:1px solid rgb(230,230,230);
    text-align: left;
}
.categoryTableCenter {
    background-color:rgb(255,255,255);
    color:rgba(0, 0, 0, 0.9);
    font-size: 15px;
    padding: 3px 8px 3px 8px;
    border:1px solid rgb(230,230,230);
    text-align: center;
}
.categoryTableRight {
    background-color:rgb(255,255,255);
    color:rgba(0, 0, 0, 0.9);
    font-size: 15px;
    padding: 3px 8px 3px 8px;
    border:1px solid rgb(230,230,230);
    text-align: right;
}
.categoryTableEdit {
    background-color:rgb(255,255,255);
    width:28px;
    text-align: center;
    background-image: url('https://wydatki.andbst.pl/images/edit.png');
    background-repeat: no-repeat;
    background-position: center center;
    border:1px solid rgb(230,230,230);
}
.categoryTableEdit:hover {
    background-color:rgb(202, 188, 216);
}

.categoryTableRemove {
    background-color:rgb(255,255,255);
    width:28px;
    text-align: center;
    background-image: url('https://wydatki.andbst.pl/images/remove.png');
    background-repeat: no-repeat;
    background-position: center center;
    border:1px solid rgb(230,230,230);
}
.categoryTableRemove:hover {
    background-color:rgb(202, 188, 216);
}


.formDiv350 {
    background-color: rgb(235,235,235);
    position:relative;
    width:350px;
    top:50px;
    left: 50vw;
    margin-left:-175px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
    padding: 15px;
}
.formDiv400 {
    background-color: rgb(235,235,235);
    position:relative;
    width:400px;
    top:50px;
    left: 50vw;
    margin-left:-200px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
    padding: 15px;
}
.formDiv700 {
    background-color: rgb(235,235,235);
    position:relative;
    width:600px;
    top:50px;
    left: 50vw;
    margin-left:-300px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
    padding: 15px;
}
.formItemLabel {
    color: rgba(0,0,0,0.8);
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 4px;
}
.formSeparator {
    position: relative;
    height: 6px;
}

.textMedium {
    font-size: 15px;
}
.backgrounDiv {
    position: absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    z-index : 1000;
    background-color: rgba(0,0,0,0.05);
}

.yearMonthDiv {
    position:relative;
    font-size: 18px;
    font-weight: bold;
    color: rgba(0,0,0,0.75);
    padding:6px 8px 5px 8px;
    cursor:pointer;
    display: inline-block;
}
.yearMonthDiv:hover {
    background-color: rgb(255,255,255);
}

.montlyExpenesListDiv {
    position:relative;
    float:left;
    width:400px;
}

.monthlyExpensesTable {
    width:100%;
}
.expensesTdHeader {
    background-color:rgb(124, 104, 145);
    color:rgba(255, 255, 255, 0.9);
    font-size: 15px;
    padding: 4px 8px 4px 8px;
    border:1px solid rgb(230,230,230);
    text-align: center;
}
.expensesTdLeft {
    background-color:rgb(255,255,255);
    color:rgba(0, 0, 0, 0.9);
    font-size: 14px;
    padding: 4px 6px 3px 6px;
    border:1px solid rgb(230,230,230);
    text-align: left;
}
.expensesTdCenter {
    background-color:rgb(255,255,255);
    color:rgba(0, 0, 0, 0.9);
    font-size: 14px;
    padding: 4px 6px 3px 6px;
    border:1px solid rgb(230,230,230);
    text-align: center;
}
.expensesTdCategory {
    background-color:rgb(255,255,255);
    color:rgba(0, 0, 0, 0.9);
    font-size: 14px;
    padding: 4px 6px 3px 6px;
    border:1px solid rgb(230,230,230);
    text-align: left;
    cursor:pointer;
}
.expensesTdCategory:hover {
    background-color:rgb(232, 213, 237);
}
.expensesTdRight {
    background-color:rgb(255,255,255);
    color:rgba(0, 0, 0, 0.9);
    font-size: 14px;
    padding: 4px 10px 3px 6px;
    border:1px solid rgb(230,230,230);
    text-align: right;
}
.expensesTdAmount {
    background-color:rgb(255,255,255);
    color:rgba(0, 0, 0, 0.9);
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    border:1px solid rgb(230,230,230);
    text-align: right;
    cursor:pointer;
}
.expensesTdAmount:hover {
    background-color:rgb(232, 213, 237);
}

.expensesTdInnerAmount {
    padding: 3px 8px 1px 6px;
}

.expensesTdAdd {
    background-color:rgb(255,255,255);
    color:rgba(0, 0, 0, 0.9);
    font-size: 14px;
    width:26px;
    border:1px solid rgb(230,230,230);
    background-image: url('https://wydatki.andbst.pl/images/plus.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.expensesTdAdd:hover {
    background-color:rgb(232, 213, 237);
}

.expensesTdEdit {
    background-color:rgb(255,255,255);
    width:28px;
    text-align: center;
    background-image: url('https://wydatki.andbst.pl/images/edit.png');
    background-repeat: no-repeat;
    background-position: center center;
    border:1px solid rgb(230,230,230);
}
.expensesTdEdit:hover {
    background-color:rgb(202, 188, 216);
}

.expensesTdRemove {
    background-color:rgb(255,255,255);
    width:28px;
    text-align: center;
    background-image: url('https://wydatki.andbst.pl/images/remove.png');
    background-repeat: no-repeat;
    background-position: center center;
    border:1px solid rgb(230,230,230);
}
.expensesTdRemove:hover {
    background-color:rgb(202, 188, 216);
}


.expensesTdTagName {
    background-color:rgb(245,245,245);
    color:rgba(0, 0, 0, 0.8);
    font-size: 13px;
    padding: 3px 1px 3px 20px;
    border:1px solid rgb(230,230,230);
    text-align: left;
}
.expensesTdTagAmount {
    background-color:rgb(245,245,245);
    color:rgba(0, 0, 0, 0.8);
    font-size: 13px;
    padding: 3px 8px 3px 6px;
    border:1px solid rgb(230,230,230);
    text-align: right;
}


.montlyExpenesAdditionalDiv {
    position:relative;
    float:left;
    left:15px;
    width:280px;
}
.currentAlertsDiv {
    padding:0px;
}
.alertLink {
    font-size:15px;
    color:rgba(0,0,0,0.80);
    padding: 4px 8px 4px 8px;
    cursor:pointer;
    background-color: rgb(255,255,255);
    border-top:1px solid rgb(230,230,230);
}
.alertLink:hover {
    background-color: rgb(245,245,245);
}
.alertListHeader {
    background-color:rgb(124, 104, 145);
    color:rgba(255, 255, 255, 0.9);
    font-size: 15px;
    padding: 4px 8px 4px 8px;
    text-align: center;
}

.expenseFormTitle1 {
    font-size:15px;
    padding-bottom:4px;
}

.expenseFormTitle2 {
    font-size:16px;
    font-weight: bold;
    color:rgba(0,0,0,0.75);
    padding-bottom:4px;
}

.expenseTag {
    display: inline-block;
    padding:5px 6px;
    font-size: 14px;
    cursor:pointer;
}
.expenseTag:hover {
    background-color: rgb(255, 255, 255);
}
.expenseTagSelected {
    display: inline-block;
    padding:5px 6px;
    font-size: 14px;
    cursor:pointer;
    background-color: rgb(124, 104, 145);
    color:rgba(255, 255, 255, 0.9);
}
.expenseNoTag {
    padding:4px 0px;
    font-size: 15px;
    color:rgba(0, 0, 0, 0.7);
    font-style: italic;
}

.closeButton {
    position : absolute;
    top:6px;
    right: 6px;
    width:24px;
    height: 24px;
    background-image: url('https://wydatki.andbst.pl/images/close.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.closeButton:hover {
    background-color:rgb(232, 213, 237);
}

.budgetTdHeader {
    background-color:rgb(124, 104, 145);
    color:rgba(255, 255, 255, 0.9);
    font-size: 12px;
    padding: 4px 3px 4px 3px;
    border:1px solid rgb(230,230,230);
    text-align: center;
}
.budgetTdHeaderSum {
    background-color:rgb(124, 104, 145);
    color:rgba(255, 255, 255, 0.9);
    font-size: 12px;
    padding: 4px 3px 4px 3px;
    border:1px solid rgb(230,230,230);
    border-left:3px solid rgb(230,230,230);
    text-align: center;
}
.budgetTdCategory {
    background-color:rgb(255, 255, 255);
    color:rgba(0, 0, 0, 0.9);
    font-size: 12px;
    padding: 2px 3px 2px 3px;
    border:1px solid rgb(230,230,230);
    text-align: left;
    cursor:pointer;
}
.budgetTdCategory:hover {
    background-color:rgb(232, 213, 237);
}
.budgetTdCategoryNoTags {
    background-color:rgb(255, 255, 255);
    color:rgba(0, 0, 0, 0.9);
    font-size: 12px;
    padding: 2px 3px 2px 3px;
    border:1px solid rgb(230,230,230);
    text-align: left;
}
.budgetTdAmount {
    background-color:rgb(255, 255, 255);
    color:rgba(0, 0, 0, 0.9);
    font-size: 11px;
    padding: 2px 3px 2px 3px;
    border:1px solid rgb(230,230,230);
    text-align: right;
}
.budgetTdAmountSum {
    background-color:rgb(255, 255, 255);
    color:rgba(0, 0, 0, 0.9);
    font-size: 11px;
    padding: 2px 3px 2px 3px;
    border:1px solid rgb(230,230,230);
    border-left:3px solid rgb(230,230,230);
    text-align: right;
    font-weight:bold;
}
.budgetTdAmountSum2 {
    background-color:rgb(255, 255, 255);
    color:rgba(0, 0, 0, 0.9);
    font-size: 11px;
    padding: 2px 3px 2px 3px;
    border:1px solid rgb(230,230,230);
    border-top:3px solid rgb(230,230,230);
    text-align: right;
    font-weight:bold;
}
.budgetTdAmountSum2Last {
    background-color:rgb(255, 255, 255);
    color:rgba(0, 0, 0, 0.9);
    font-size: 11px;
    padding: 2px 3px 2px 3px;
    border:1px solid rgb(230,230,230);
    border-top:3px solid rgb(230,230,230);
    border-left:3px solid rgb(230,230,230);
    text-align: right;
    font-weight:bold;
}
.budgetTdAmountSumBlank {
    color:rgba(0, 0, 0, 0.9);
    font-size: 11px;
    padding: 2px 3px 2px 3px;
    border:1px solid rgb(230,230,230);
    border-top:3px solid rgb(230,230,230);
    text-align: right;
    font-weight:bold;
}


.budgetTdTag {
    background-color:rgb(235,235,235);
    color:rgba(0, 0, 0, 0.8);
    font-size: 11px;
    padding: 2px 1px 2px 20px;
    border:1px solid rgb(220,220,220);
    text-align: left;
}
.budgetTdTagAmount {
    background-color:rgb(230,230,230);
    color:rgba(0, 0, 0, 0.75);
    font-size: 11px;
    padding: 2px 3px 2px 3px;
    border:1px solid rgb(220,220,220);
    text-align: right;
}
.budgetTdTagSum {
    background-color:rgb(235,235,235);
    color:rgba(0, 0, 0, 0.65);
    font-size: 11px;
    padding: 2px 3px 2px 3px;
    border:1px solid rgb(220,220,220);
    border-left:3px solid rgb(220,220,220);
    text-align: right;
    font-weight: bold;
}

.link {
    color : rgb(32, 79, 173);
    cursor:pointer;
}

.link:hover {
    color : rgb(97, 142, 232)
}

@media screen and (max-width:1200px){
    .mainContainer {
        width : 100%;
        left: 0vw;
        margin-left:0px;
    }
    .workspaceDiv {
        padding:12px 8px 12px 8px;
    }
}
@media screen and (max-width:700px){
    .categoryTableHeader {
        font-size: 13px;
        padding: 4px 4px 4px 4px;
    }
    .categoryTableStandard {
        font-size: 13px;
        padding: 2px 4px 2px 4px;
    }
    .categoryTableRight {
        font-size: 13px;
        padding: 2px 4px 2px 4px;
    }
    .categoryTableCenter {
        font-size: 13px;
        padding: 2px 4px 2px 4px;
    }
    .textMedium {
        font-size: 13px;
    }
    .montlyExpenesAdditionalDiv {
        display:none;
    }
    .formDiv700 {
        width:100%;
        top:0px;
        left: 0px;
        margin-left:0px;
        box-shadow: none;
    }
    .backgrounDiv {
        background-color: rgba(255,255,255,1);
    }
}
@media screen and (max-width:500px){
    .headerUnlogged {
        height : auto;
    }
    .logDiv {
        padding:15px 10px 0px 60px;
        text-align: center;
    }
    .logInputContainer {
        display: block;
        padding:0px 0px 10px 0px;
    }
    .montlyExpenesListDiv {
        position:relative;
        display:block;
        width:100%;
    }
    .yearMonthDiv {
        font-size: 16px;
        padding:4px 7px 4px 7px;
    }
}
@media screen and (max-width:400px){
    .formDiv350 {
        width:100%;
        top:0px;
        left: 0px;
        margin-left:0px;
        box-shadow: none;
    }
    .formDiv400 {
        width:100%;
        top:0px;
        left: 0px;
        margin-left:0px;
        box-shadow: none;
    }


}
@media screen and (max-width:300px){
    .headerLogged {
        height : auto;
    }
    .menuItem {
        display: block;
        padding:0px 0px 10px 0px;
        font-size: 16px;
    }
    .menuItemSelected {
        display: block;
        padding:0px 0px 10px 0px;
        font-size: 16px;
    }
}
