body {
    font-size: 13px;
}

.no-m {
    margin: 0 !important;
}

.no-m .form-group {
    margin: 0 !important;
}

.no-mt {
    margin-top: -1.4rem;
}

.title-row {
    margin: 44px 0;
}
.title-row .entity-title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.entity-title .action-title:before {
    content :'';
}

.top-filter-label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: .25rem;
}

.nb-regs {
    /*font-size: 13px;
    margin-top: -4px;
    vertical-align: middle;
    padding: 3px 6px;
    background: #9B9B9B;*/
    font-weight: 400;
}
.add-button {
    font-weight: bold;
    border-width: 2px;
    color: #E14A4A !important;
    border-color: #E14A4A;
    border-radius: 40px;
    font-size: 14px;
    margin-top: -5px;
    margin-left: 16px;
}

.add-button:hover {
    color: white !important;
}

table.table-regs {
    table-layout: fixed;
}

.table-regs .cell-thumb {
    width: 52px;
}

.table-regs .cell-cat {
    width: 92px;
}

.table-regs .cell-date {
    width: 148px;
}

.table-regs .cell-date {
    width: 148px;
}
#imported-tariffs-list .table-regs .cell-name {
    width: 300px;
}

.table-regs .cell-actions {
    width: 80px;
}

.table-regs thead th {
    font-size: 12px;
    text-transform: uppercase;
    border-top: none;
    vertical-align: top;
}

.table-regs th,
.table-regs td {
    white-space:nowrap;
    font-size: 14px;
    vertical-align: middle;
}

.table-regs tbody .regulation-visible-row:nth-child(odd) {
    background-color: #F8F8F8;
}

.table-regs td span {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: inherit;
    vertical-align: middle;
}
.table-regs th .form-control-sm {
    height: 38px;
}
span.select2-selection__clear {
    margin-right: 6px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

.table-regs td span.thumb img {
    width: auto !important;
    height: 25px;
}


.table-regs .fuzzy-search::placeholder { /* Chrome/Opera/Safari */
    color: #b7b7b7 !important;
    font-size: 12px;
}
.table-regs .fuzzy-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b7b7b7 !important;
    font-size: 12px;
}
.table-regs .fuzzy-search::-moz-placeholder { /* Firefox 19+ */
    color: #b7b7b7 !important;
    font-size: 12px;
}
.table-regs .fuzzy-search:-ms-input-placeholder { /* IE 10+ */
    color: #b7b7b7 !important;
    font-size: 12px;
}
.table-regs .fuzzy-search:-moz-placeholder { /* Firefox 18- */
    color: #b7b7b7 !important;
    font-size: 12px;
}

.table-regs .form-control-sm {
    font-size: 12px;
}

.actionField {
    opacity: 0;
    pointer-events: none;
}

.regulation-row:hover td {
    background-color: #F8F8F8;
}

.regulation-row:hover .actionField {
    opacity: 1;
    pointer-events: initial;
}

.edit-button {
    border: 1px solid black;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    cursor: pointer;
}

.edit-button:hover {
    background-color: black;
    color: white !important;
}

.delete-button {
    border: 1px solid #E14A4A;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #E14A4A !important;
    cursor: pointer;
}

.delete-button:hover {
    background-color: #E14A4A;
    color: white !important;
}

.select2-container .select2-choices {
    padding: .2rem !important;
    font-size: inherit !important;
}