
.categories-tree-div {

    padding-top:  5px;
    padding-left: 20px;

}

.categories-tree-buttons-div {

    padding-top:    5px;
    padding-bottom: 0px;
    padding-left:   20px;

}

.notepad-button {
    cursor: pointer;
    padding-right: 5px;
}

.notepad-home-button {
    cursor: pointer;
}

.dialog-form{

}

.dialog-form input{
    padding-left: 10px;
}

.category_div{

}

.category_title_div{

    padding-top:  20px;
    padding-left: 20px;

}

.category_title_buttons{

    padding-top:  20px;
    padding-left: 20px;

}

.search_div{

    padding-top: 5px;
    padding-left: 5px;
}

.search_div input{

    vertical-align: top;

    width: 220px;
    height: 24px;
}

.search_title_div{
    padding-top:  20px;
    padding-left: 20px;
}

.search_result_div{

    padding-top:  20px;
    padding-left: 20px;

}

.search_result_item_div{

    padding-bottom: 30px;
}

.search_result_item_span{

    cursor: pointer;
}

.search_result_category_span{

    cursor: pointer;
    font-size: 18px;
    margin-bottom: 50px;
    text-decoration: underline;
}

.search_result_article_span{

    cursor: pointer;
    font-size: 17px;
    padding-bottom: 50px;
    text-decoration: underline;
}

.search_result_table{

}

.search_result_gap_div{
    height: 10px;
}

.editor-head-table {
    display: table;
    height:100%;
}

.editor-head-cell {
    border: none;
    vertical-align: top;
    display: table-cell;
    height:100%;
}

.editor-head-container {
    height: 100%;
    border: none;
    -moz-box-sizing: border-box;
}


.spinner,
.spinner:after {
    position: relative;
    box-sizing: border-box;
}

.spinner {
    width: 16px;
    height: 16px;
    display: block;
    color: black;
}

.spinner:after {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 2px solid currentColor;
    border-bottom-color: transparent;
    border-radius: 100%;
    background: transparent;

    animation: ball-clip-rotate .75s linear infinite;
}

.user_div{
    font-size: 1em;
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 0 .4rem
}

@keyframes ball-clip-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.upload_div {

    display: none;

    width:  100%;

    border: 1px solid black;
    background: lightgray;

    margin-right:  20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;

}

.attachments_table {
    padding-bottom: 10px;
}

.attachments_table a{
    text-decoration: underline;
    cursor: pointer;
}

.attachments_table_span {
    padding-left: 10px;
}

.attachment{

    float: left;

    margin-left: 20px;
}

.attachment img{
   cursor: pointer;
}

.notepad_button_icon{

    width:  24px;
    height: 24px;

    cursor: pointer

}

.notepad_attachment_button_icon{

    width:  16px;
    height: 16px;

    cursor: pointer;

}


.notepad_search_button_icon{

    width:  18px;
    height: 18px;

    cursor: pointer

}

.spin {
    display: inline-block;
    -webkit-animation: rotation 2s linear infinite;
    -moz-animation: rotation 1s ease infinite;
    -ms-animation: rotation 1s ease infinite;
    -o-animation: rotation 1s ease infinite;
    animation: rotation 1s ease infinite;
}
.overlay .spin {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
}

@-webkit-keyframes rotation {
    0% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(359deg);}
}

.subcategories_div{

    padding-top:  20px;
    padding-left: 20px;

}

.subcategories_div a{

    color: darkblue;
    text-decoration: underline;

}

.subcategories_div td{

    padding-left: 20px;

}

.subcategories_title_div{}
