﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* basic design */
a {
    color: #F47321;
    border-top: 10px;
    border-bottom: 10px;
}

    a:hover {
        color: #F47321;
    }

body > div > a {
    text-decoration: none;
}

body > div > btn-primary {
    text-decoration: none;
}

h1 {
    padding: 20px;
    font-size: 24px;
    background-image: url("largebannerbg.jpg");
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    padding-left: 50px;
    padding-top: 20px;
}

input[value="Filtriraj"] {
    background-color: #f3792d;
    border-color: #f3792d;
    color: #000000;
    display: inline-block;
    padding: 4px 10px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 3px;
    transition: 0.2s;
    color: #fff;
}

    input[value="Filtriraj"]:hover,
    input[value="Filtriraj"]:active {
        background-color: #ca5d1a;
        border-color: #ca5d1a;
        color: #fff;
        display: inline-block;
        padding: 4px 10px;
        font-weight: 400;
        text-decoration: none;
        border-radius: 3px;
        transition: 0.2s;
    }

input[id="SearchString"] {
    display: inline-block;
    padding: 4px 10px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 3px;
    transition: 0.2s;
    margin-left: 5px;
    margin-right: 5px;
}

    input[id="SearchString"]:hover,
    input[id="SearchString"]:active {
        display: inline-block;
        background-color: rgb(216, 215, 215);
        padding: 4px 10px;
        font-weight: 300;
        text-decoration: none;
        border-radius: 3px;
        transition: 0.2s;
    }


.btn-primary {
    color: #fff !important;
    background-color: #F47321;
    border-color: #F47321;
}

.btn-outline-primary {
    color: black;
    background-color: #e6e6e6;
    border-color: #fff;
}

    .btn-outline-primary:hover,
    .btn-outline-primary:active {
        background-color: #f2f2f2;
        border-color: #f2f2f2;
        transition: 0.2s;
    }


    .btn-primary:hover,
    .btn-primary:active {
        color: #fff;
        background-color: #ca5d1a;
        border-color: #ca5d1a;
    }

#getCurrency {
    padding: 5px 5px;
    margin: 10px 0px 5px 0px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #F47321;
    border-color: #F47321;
}
/* Sticky footer styles
-------------------------------------------------- */

th {
    font-size: 13px;
    text-align: left;
    vertical-align: middle;
}

.align-right {
    text-align: right;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.tooltips {
    position: relative;
    /*display: inline-block;*/
}

    .tooltiptext {
        visibility: hidden;
        min-width: 300px;
        background-color: #f7f7f7;
        color: black;
        text-align: left;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 2;
        top: 0%;
        left: 100%;
        list-style-type: none;
        padding-left: 10px;
    }

    .tooltips:hover .tooltiptext {
        visibility: visible;
    }

    /*.tooltips .hint {
        visibility: hidden;
        min-width: 220px;
        background-color: whitesmoke;
        border: solid;*/
        /*color: red;*/
        /*text-align: left;
        border-radius: 6px;
        padding: 4px 0;*/
        /* Position the tooltip */
        /*position: absolute;
        z-index: 1;
        top: -30px;
        right: -20%;
    }

    .tooltips:hover .hint {
        visibility: visible;
    }*/

.tooltipsign {
    padding-left: 5px;
    padding-right: 5px;
    color: red;
    background-color: lightgray;
    border-radius:25px;
}

.valid {
    background-color: white
}

.invalid {
    color: red;
}

.unchanged {
    color: #aeaeae;
}

pre{
    font-family: sans-serif;
}

.TCnumber{
    width: 100px;
    display: inline-block;
}

.TCdate{
    width: 200px;
    display: inline-block;
}

/*input.TCdate[type="date"]::-webkit-inner-spin-button,
input.TCdate[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}*/

.dataTable {
    font-size: 15px;
    width: 100% !important;
    align-content: center;
    align-items:center;
    align-self:center;
    /*display:block;*/
    /*table-layout: auto;*/
}

.TCButton {
    width: 40px;
    align-self: center;
}


    .TCButton i {
        font-size: 20px;
        color: #3caff6;
    }

    .TCButton:hover i {
        color: #0a8bdb;
        transition: 0.3s;
    }

/*.tdAlignLeft{
    align-content: center;
    align-items: center;
    align-self: center;
}*/

.BTNCenter {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.nav-tabs li {
    cursor: pointer;
}

textarea {
    min-height: 200px;
}

    textarea:disabled {
        background-color: white !important;
    }

.closed {
    background: lightgreen;
}

.notclosed {
    background: #ffe000;
}

.late {
    background: #ff4d4d;
}

.dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
}

.element {
    display: inline-block;
    cursor: pointer;
}

    .element a {
        font-size: small;
    }

    .element .hoverableElement {
        display: inline;
    }

.hide {
    transition: 0.1s;
    color: transparent !important;
    margin-left: 3px;
}

.hoverableElement:hover + .hide {
    transition: 0.2s;
    color: #F47321 !important;
}

.hide:hover {
    transition: 0.2s;
    color: #F47321 !important;
}

#subTable thead tr {
    background-color: rgba(0,0,0,.05);
    /*background-color: #e6e6e6;*/
}

#subTable tbody tr {
    background-color: #fff;
}

.details-control :hover {
    filter: brightness(85%);
}

.details-control i {
    transition: linear 0.1s;
}

tr.child-displayed .details-control i {
    color: #ff4d4d;
    transform: rotate(180deg);
}

tr:not(.child-displayed) .details-control i {
    color: #52d838;
}

.dataTables_length {
    padding-top: 20px;
}