@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic');

body {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #3e454c;
}

table.table, table.dataTable {
    /*border-spacing: 0;
    border-collapse: collapse !important;*/
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px;
}

table, tr, td, th {
    border-collapse: collapse;
    font-size: 13px;
}
.colapsed-hover {
    height: 40px;
    display: inline-block;
    overflow: hidden;
}

tr:hover .colapsed-hover {
    height: auto;
}
td:hover textarea.product-note-production {
    height: 140px;
}
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 400;
}
.navbar-brand img {
    max-height: 100%;
}

.navbar-brand {
    padding: 0 15px;
}
#departmentTable tr.order-status-id-4, table.dataTable tbody tr.order-status-id-4 {
    background: #df5a71 !important;
}
