﻿/* 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: #0195d5;
    font-weight: 500;
    border-top: 10px;
    border-bottom: 10px;
}

    a:hover {
        color: #0374a9;
    }

body > div > a {
    text-decoration: none;
}

body > div > btn-primary {
    text-decoration: none;
}

h1 {
    padding: 20px;
    font-size: 27px;
    color: #000000;
    background-image: url("largebanner.png");
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    padding-left: 50px;
    padding-top: 20px;
}
}

input[value="Filtriraj"] {
    background-color: #0195d5;
    border-color: #0195d5;
    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: #0374a9;
        border-color: #0374a9;
        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;
    background-color: #0395e2;
    border-color: #0395e2;
}

    .btn-primary:hover,
    .btn-primary:active {
        color: #fff;
        background-color: #0374a9;
        border-color: #0374a9;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0096e0;
    border-color: #0096e0;
}
/* Sticky footer styles
-------------------------------------------------- */

th {
    font-size: 13px;
    text-align: left;
    vertical-align: middle;
}


/* 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;
}

    .tooltips .tooltiptext {
        visibility: hidden;
        min-width: 300px;
        background-color: lightgray;
        color: red;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        top: -15px;
        right: 119%;
    }

    .tooltips:hover .tooltiptext {
        visibility: visible;
    }

.tooltipsign {
    padding-left: 5px;
    padding-right: 5px;
    color: red;
    background-color: lightgray;
    border-radius:25px;
}

    .valid{
        background-color: white
    }
    .invalid {
    color: red
    }

pre{
    font-family: sans-serif;
}

textarea {
    min-height: 200px;
}

textarea:disabled {
    background-color: white !important;
}

#valute {
    padding: 5px 5px;
    margin: 8px 0px 5px 0px;
}

.shortDropDown {
    max-width: 250px;
}

.signatureBox {
    border: 1px solid;
    border-color: lightgray;
    max-width: 100%;
}

.signatureDisplay {
    width: 200px;
    height: auto;
    max-width: 100%;
}

.map {
    padding: 10px 0px 10px 0px;
    /*border-radius: 10px;*/
}

.closed {
    background: lightgreen;
}

.notclosed {
    background: #ffe000;
}

.late {
    background: #ff4d4d;
}

.dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
}

.dataTable {
    font-size: 15px;
    width: 100% !important;
    align-content: center;
    align-items: center;
    align-self: center;
    /*display:block;*/
    /*table-layout: auto;*/
}

.nav-tabs li {
    cursor: pointer;
}

.TButton {
    margin: 2px;
    width: 40px;
    align-self: center;
    border-color: transparent;
    background-color: #f2f2f2;
    padding: 5px;
}

    .TButton:hover,
    .TButton:active {
        background-color: #50b2e6;
        border-color: #50b2e6;
    }


    .TButton i {
        font-size: 20px;
        color: #636363
    }

    .TButton:hover i {
        color: white;
        transition: 0.3s;
    }

.TNumber {
    width: 100px;
    display: inline-block;
}

div.modal-dialog.modal-lg {
    width: 700px;
    height: 700px;
    margin: 0 auto;
}

.form-group {
    margin-top: 20px;
}

table.dataTable td {
    vertical-align: middle;
}

/* calendar color settings */

.input-group-text {
    border-radius: 0px 5px 5px 0px;
    height: 40px;
    background-color: #50b2e6;
    border-color: #50b2e6;
    color: #fff;
}

div.dt-datetime table td.selectable button:hover {
    background-color: #50b2e6 !important;
}

/* pagination color settings */

ul.pagination .page-link {
    color: #50b2e6;
}


ul.pagination .page-item.active .page-link {
    background-color: #50b2e6;
    border-color: #50b2e6;
    color: white;
}

ul.pagination .page-link:hover {
    background-color: #50b2e6;
    border-color: #50b2e6;
    color: white;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}