/* here you can put your own css to customize and override the theme */
.no-padding{
    padding: 0px;
}

.flag:hover{
    background-color: #212121 !important;
}


.wraper-for-template div.checker {
    position: absolute;
    top: 14px;
}

div.wykres-label-wraper{
    padding-left: 27px;
    border-bottom: 1px dashed #abc;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 100%;
}

div.wykres-label-wraper span.name{
    display: inline-block; 
    width: 100%;
}
div.wykres-label-wraper span.id{
    font-size: 11px;
    color: #777;
}
div.wykres-label-wraper span.date{
    padding-left: 15px; 
    font-size: 11px;
    color: #777;
}
div.wykres-label-wraper span.desc{
    padding-left: 15px; 
    font-size: 11px;
    color: #777;
}

.wraper-for-template {
    max-height: 500px; 
    overflow-y: scroll;
}

.wraper-for-template label{
    position: relative;
    width: 100%;
}