#newProgram {
    text-align: center;
    font-size: 24px;
    height: 80px;
    padding: 95px 15px;
    background: #dcdcdc;
}

#newProgram div {
    font: 42px FontAwesome;
    margin-bottom: 10px;
}

#newProgram:hover {
    background: #cccccc;
}

#newCat {
    cursor: pointer;
    padding: 10px 15px;
    font-weight: bold;
    margin-top: 15px;
}

#newCat:hover {
    color: #4d007b;
}

#newCat span {
    font: 18px FontAwesome;
    margin-right: 5px;
}

/**/

#categoryDialog {
    width: 350px;
    height: 400px;
    overflow-y: auto;
}

.cat {
    cursor: pointer;
    font-size: 20px;
    margin: 10px 0;
}

.cat.sel {
    font-weight: bold;
    color: #530085;
}

.cat.sel:after {
    content: 'podkategorie';
    display: block;
    font-size: 16px;
    margin: 8px 15px;
}

#topCat:after {
    display: none;
}

#inputName {
    border: none;
    outline: solid 1px #7a7a7a;
    font-family: inherit;
    font-size: 16px;
    padding: 8px 15px;
    width: 320px;
    margin-top: 15px;
    color: black;
}

#inputName:focus {
    outline: solid 2px black;
}