body {
    font-family: Roboto;
}

.btn.m-btn--custom {
    font-family: Roboto;
}

.btn {
    font-family: Roboto;
}

.fc-unthemed td.fc-today {
    background: #b5ffb8;
}

th a {
    text-decoration: none;
    color: inherit;
}

#list {
    min-width: 200px;
    border-bottom: 1px solid #d0d0d0;
    clear: both;
}

#list .row {
    border-top: 1px solid #d0d0d0;
    background-color: #f3f3f3;
    border-collapse: collapse;
}
#list .move {
    vertical-align: center;
    width: 20px;
    padding-right: 0px;
    padding-left: 5px;
}
#list .cell {
    vertical-align: top;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 7px;
    float: left;
}
#list .move div {
    height: 16px;
    width: 20px;
    margin-top: 2px;
}
.move_zone {
    display: block;
    float: left;
    /*background-image: url(../images/move_zone.png);*/
    /*background-repeat: repeat;*/
    margin: 0px;
    cursor: move;
    width: 20px;
    height: 16px;
}
#list .tree_row:hover {
    background-color: #f9f9f9;
    width: 100%;
}

#list {
    width: 100%;
}
#main_list.categories {
    /*width: 600px;*/
}
#main_list {
    float: left;
    display: block;
    /*max-width: 720px;*/
    width: 100%;
    overflow: hidden;
}
#list .clear {
    clear: both;
}
#list .icons {
    float: right;
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    white-space: nowrap;
    zoom: 1;
}
.categories a {
    text-decoration: none;
}

.select2-container {
    width: 100% !important;
}

