.notebook_button {
    display: inline-block;
    cursor: pointer;
    width: 16px;
}

.notebook_button .icon-notebook {
    background: url("images/pen.png") 0 0 no-repeat;
    height: 16px;
    width: 16px;
    background-size: 16px;
    display: none;
}

.notebook_button .icon-notebook-active {
    background: url("images/pen_active.png") 0 0 no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    background-size: 16px;
}

.icon-notebook-msg {
    background: url("images/pen.png") 0 0 no-repeat;
    height: 16px;
    width: 16px;
    background-size: 16px;
    display:inline-block;
}

.notebook_button .icon-notebook-show {
    display: inline-block;
}

.notebook_button .icon-notebook-load {
    opacity: 0.5;
}

/* notebook_form */
.notebook-form {

}

.notebook-form .notebook-form-row
{
    margin-bottom: 10px;
}

.notebook-form .notebook-form-row label
{
    display: block;
    margin-bottom: 5px;
}

.notebook-form .notebook-form-row-hidden
{
    display: none;
}

.notebook-form .textarena
{
    height: 200px;
}

.notebook-form .notebook-form-errors
{
    display: none;
    margin-bottom: 10px;
    clear: both;
    background-color: #FF86A3;
    border: 1px solid #E50038;
    border-radius: 3px;
    color: #000;
    padding: 10px;
    opacity: 0.8;
    z-index: 99999;
}
.notebook_mark_container {
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.notebook_mark_container_realty_list {
    padding:0 5px 5px 5px;
}
.notebook_mark_container_realty_full {
    padding-bottom:10px;
    padding-top:10px;
}
.notebook_mark_container_rabota_v_list {
    padding:8px 8px 0 8px;
}
.notebook_mark_container_rabota_v_full {
    padding-bottom:15px;
}
.notebook_mark_container_rabota_r_list {
    padding:5px 8px 2px 8px;
}
.notebook_mark_container_rabota_r_full {
    padding-bottom:15px;
}
.notebook_mark_container_auto_list {
    padding:2px 5px 5px 5px;
}
.notebook_mark_container_auto_full {
    margin:7px 0px 10px 0px;
}
.notebook_mark_container_torg_list {
    padding:5px 0 0 0;
}
.notebook_mark_container_torg_full {
    padding:5px 0 5px 0;
}
.notebook_mark_container_uslugi_list {
    padding:10px 10px 10px 10px;
}
.notebook_mark_container_uslugi_full {
    padding:0px 0px 10px 0px;
}
.notebook_mark_container_empty {
   padding:0;
}
.notebook_mark {
    width:100%;
    table-layout:fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    background:#fff8d9;
    box-shadow: none;
    padding:5px 7px 5px 7px;
    border-radius:3px;
    cursor:pointer;
}
.notebook_mark_empty {
    display:none;
    margin:0;
}
.notebook_mark_text {
    width:100%;
    font-size:13px;
    /*font-weight:300;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.notebook_mark_img {
    width:25px;
    background-image: url('images/pen_active.png');
    background-repeat: no-repeat;
    background-size:16px;
    background-position:0 0;
}