﻿[scope~="col"] > a,
[data-toggle~="tab"] {
    color: #367c36;
}

table > tbody > tr > td {
    border-top: none !important;
}

tbody > .clickableElement:hover {
    transform: scale(1.01);
    -webkit-box-shadow: 0px 2px 18px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 18px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 18px -9px rgba(0,0,0,0.75);
    transition: all .05s ease-in;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover {
    background-color: #d9d9d9;
    color: black;
}

.table-header {
    font-weight: bold;
    background-color: #d9d9d9 !important;
}

.table-header-sub {
    text-align: right;
}

td > a {
    color: #4cae4c;
}

.table-alarm {
    font-size: 14px;
}

/*********
    CUSTOM TABLE
*********/

div.mimic-table {
    display: table;
    width: 100%;
}
div.mimic-table-tr {
    display: table-row;
}
div.mimic-table-tr:nth-of-type(odd) {
    background: #fbfbfb;
}

div.mimic-table-tr.mimic-table-header {
    font-weight: bold;
}
div.mimic-table-tr.mimic-table-header > div {
    border-bottom: 1px solid #ddd;
}
div.mimic-table-td.table-naziv {
    background: #fbfbfb;
    width: 175px;
}
div.mimic-table-td.table-naziv.selected {
    background: #edf7ed;
}

.mimic-table-td-odabir {
    width: 80px;
}
.mimic-table-td-input {
    width: 130px;
}
.mimic-table-td-dropdown {
    width: 200px;
}
div.mimic-table-td {
    display: table-cell;
    padding: 5px 15px;
}
