.headContent {
    display: inline-block;
    position: relative;
    left: 20px;
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 40px;
}

.generalContentWrap {
    width: 94%;
    min-height: 250px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2), -23px 0 20px -23px rgba(0, 0, 0, .0), 23px 0 20px -23px rgba(0, 0, 0, .0), 0 0 40px rgba(0, 0, 0, .0) inset;
    background-color: rgba(235, 235, 235, .7);
    border-radius: 5px 0 5px 5px;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 1px;
    padding-left: 15px;
    padding-top: 20px;
    margin-left: 26px;
}


.menyElementLink,
.menyElementLink:visited {
    font-size: 17px;
    color: #292e32;
    cursor: pointer;
    border-radius: 10px;
    border: solid 1px none;
    padding: 7px 15px 7px 15px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2), -23px 0 20px -23px rgba(0, 0, 0, .0), 23px 0 20px -23px rgba(0, 0, 0, .0), 0 0 40px rgba(0, 0, 0, .0) inset;
    background-color: rgba(0, 0, 0, .05);
    letter-spacing: -0.1px;
    display: block;
}

.menyElementLink:hover {
    color: white;
    border-color: #ed1c24;
    background-color: rgba(41, 46, 50, .85);
}

.backToCabinetButton {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.footerOfGroup {
    /* position: relative;*/
    text-align: center;
    margin-bottom: 10px;
    margin-top: -5px;
}


.tabLinkActivate {
    z-index: 10 !important;
}

.tabLink:hover {
    z-index: 11 !important;
}

.tabLinkActivate,
.tabLink {
    font-family: 'Cuprum';
    padding: 4px 20px 3px 16px;
    background: rgb(76, 76, 76);
    color: white;
    border-radius: 15px 40px 0px 0px;
    margin: 0px 0px 0px -10px;
    /* border-top: 1px solid rgb(76, 76, 76); */
    /* border-right: solid 1px rgb(76, 76, 76); */
    /* border-left: solid 1px rgb(76, 76, 76); */
    display: inline-block;
    font-weight: lighter;
    font-size: 17px;
    text-align: left;
    letter-spacing: -0.4px;
    /* text-transform: uppercase; */
    box-shadow: 0 -2px 6px rgba(0, 0, 0, .4), -23px 0 20px -23px rgba(0, 0, 0, .0), 23px 0 20px -25px rgba(0, 0, 0, 0), 0 0 40px rgba(0, 0, 0, .0) inset !important;
    position: relative;
}

.tabLink,
.tabLink:visited {
    background: rgb(201, 201, 201);
    color: black;
}


.tabLink:hover,
.tabLinkActivate:hover {
    background: rgb(94, 92, 92);
    color: white;
    cursor: pointer;
}

.hrClass {
    width: 95%;
    margin-top: -1px;
    margin-bottom: 2px;
    margin-left: 29px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .4), -23px 0 20px -23px rgba(0, 0, 0, .0), 23px 0 20px -23px rgba(0, 0, 0, .0), 0 0 40px rgba(0, 0, 0, .0) inset;
}

.inputText {
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 25px !important;
    background: white;
    width: 250px;
    font-size: 15pt;
    margin-left: 10px;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

label {
    display: block;
    margin-left: 20px;
    margin-bottom: 4px;
    text-align: left;
    color: #31313a;
    font-size: 12px;
}

.button {
    border: none !important;
    border-radius: 20px !important;
    width: 125px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    /* margin: 0px 80px 100px 30px !important; */
    background: #31313a !important;
    color: white !important;
    font-size: 11pt;
    cursor: pointer;
    margin-left: 87px;
    margin-bottom: 20px;
}

.errorMsg {
    color: red;
    display: none;
    margin-top: 20px;
    margin-left: 10px;
}

.successMsg {
    color: green;
}

.activityHead {
    font-size: 22px;
    /*   letter-spacing: -0.5px;*/
    /* font-weight: bold;*/
    font-family: 'RobotoBold';
    margin-left: 5px;
    margin-bottom: -5px;
}

.activityRow {
    margin-left: 15px;
    margin-top: 5px;
}

.activityRowLogo {
    display: inline-block;
    font-size: 40px;
    margin-top: 10px;
}

.activityRowText {
    display: inline-block;
    font-family: "Cuprum";
    font-size: 20px;
    letter-spacing: -0.2px;
    position: relative;
    top: 4px;
    margin-left: 13px;
}

.activityRowFirstUnderText {
    display: inline-block;
    font-size: 17px;
    margin-left: 8px;
    margin-right: 8px;
}

.activityRowSecondUnderText {
    font-size: 18px;
    margin-top: 1px;
}

.activityRowSecondUnderTextSeparator {
    display: inline-block;
    font-size: 9px;
    margin-left: 7px;
    margin-right: 7px;
    bottom: 2px;
    position: relative;
}

.financeString {
    font-family: 'Cuprum';
    font-size: 18px;
    letter-spacing: -0.2px;
    margin-bottom: 5px;
}

.buttonChangeFinance {
    display: inline-block;
    margin-left: 15px;
    font-size: 19px;
    position: relative;
    bottom: -1px;
    cursor: pointer;
    color: #494949;
}

.buttonChangeFinance:visited {
    color: #494949;
}

.buttonChangeFinance:hover {
    color: #ed1c24;
}

.journalContentWrap {
    background: #f1f1f1;
    width: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15), -23px 0 20px -23px rgba(0, 0, 0, .0), 23px 0 20px -23px rgba(0, 0, 0, .0), 0 0 40px rgba(0, 0, 0, .0) inset;
    margin-bottom: 15px;
}

.journalLink {
    cursor: pointer;
}

.journalLink:hover {
    text-decoration: underline;
}

.journalTable {
    padding-top: 10px;
    padding-bottom: 20px;
    font-family: 'Cuprum';
    font-size: 17px;
}

.journalTable th,
.journalTable td {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.journalTable th {
    padding-bottom: 7px;
}

.journalTable td {
    padding-top: 4px;
    padding-bottom: 4px;
}

.journalGrayRow {
    background: #e7e7e7
}


.helpConditionButton {
    position: absolute;
    font-size: 15pt;
    right: 15px;
    top: 10px;

    color: inherit;
}

.helpCondSign:before {
    content: attr(data-description);
    box-sizing: border-box;
    background: rgba(0, 0, 0, .7);
    color: white;
    padding: 7px;
    position: absolute;
    left: -42px;
    width: 90px;
    height: 30px;
    top: -40px;
    line-height: 17px;
    border-radius: 5px;
    font-size: 11pt;
    text-align: center;
    font-weight: normal;
    transition: .25s ease-in-out;
    display: none;
    z-index: 255;
    font-family: 'Cuprum';
}

.helpCondSign:before {
    height: 30px;
}

.helpCondSign:after {
    content: '';
    display: none;
    position: absolute;
    top: 15px;
    left: 15px;
    margin-left: -8px;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, .7);
    transition: .25s ease-in-out;
    opacity: 1;
    z-index: 255;
}

.helpCondSign:after {

    left: 10px;
}

.helpCondSign:hover:before {
    display: block;
    top: -45px;
}

.helpCondSign:hover:after {

    display: block;
    top: -15px;
}



.fader {
    background: rgba(49, 49, 58, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 1010;
}

#WaitingBlock {
    width: 550px;
    height: 200px;
    background-color: none;
    position: fixed;
    margin: 0 auto;
    top: 300px;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 20px;
}

#WaitingBlock h1 {
    margin-top: 30px;
    font-size: 22pt;
    font-weight: bold;
        color: ghostwhite;
}


@media (max-width: 1670px) {

    #WaitingBlock{
    top: 300px;
    }
}

@media (max-width: 1450px) {

    #WaitingBlock  {
        top: 250px;
    }
}

@media (max-width: 1300px) {

    #WaitingBlock{
        top: 230px;
    }
}

@media (max-width: 1200px) {

    #WaitingBlock{
        top: 200px;
    }
}