﻿html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin-bottom: 60px;
}

.row-item {
    transition: background-color 2s;
    cursor:pointer
}

.row-new {
    background-color: #9e9e9e !important;
}

.table-bordered td, .table-bordered th {
    padding: 5px 20px !important;
    line-height: 35px;
}

.table-bordered td {
    border: 1px #dcdcdc solid !important;
    padding: 5px 20px !important;
    word-break: break-all;
}

    .table-bordered td a {
        color: white;
    }

.table-bordered th {
    border: 1px #dcdcdc solid !important;
}