﻿/* 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. */

:root {
    --color-dark: #212121;
    --bg-light: #F1F1F1;
    --text-color: #151515;
    --color-green: #009846;
    --color-green-100: #00803B;
    --color-yellow: #FFDC17;
    --color-yellow-100: #D2B619;
    --color-white: #FFF;
    --color-border: #B1B1B1;
    --color-light-100: #eaeaea;
}

.bg-dark-t {
    background-color: var(--color-dark) !important;
}
.bg-light-100-t{
    background-color:var(--color-light-100) !important;
}
.bg-light-proaktiva{
    background-color:var(--bg-light);
}
.bg-green-proaktiva {
    background-color: var(--color-green) !important;
}
.bg-green-shade-proaktiva {
    background-color: var(--color-green-100);
}
.bg-yellow-proaktiva {
    background-color: var(--color-yellow);
}

.bg-yellow-shade-proaktiva {
    background-color: var(--color-yellow-100);
}
.text-light-t {
    color: var(--bg-light) !important;
}
.text-light-proaktiva {
   color: var(--bg-light);
}

.text-green-proaktiva {
    color: var(--color-green);
}

.text-green-shade-proaktiva {
    color: var(--color-green-100);
}

.text-yellow-proaktiva {
    color: var(--color-yellow);
}

.text-yellow-shade-proaktiva {
    color: var(--color-yellow-100);
}
.text-proaktiva{
    color:var(--text-color);
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
.logo-text{
    display:flex;
    align-items:center;
}
dd {
    min-height:20px !important;
}
.circle-table-icon {
    height: 30px !important;
    width: 30px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 100% !important;
    background-color: var(--color-green) !important;
    color: #FFF !important;
    font-size: 12px !important;
}
/*Overidde theme*/
/*OVERRIDE*/
.yoo-sidebar-nav-list li.active > a {
    color: var(--color-green) !important;
    background-color: rgb(0 167 117 / 22%) !important;
}

.yoo-sidebar-nav-list .active .yoo-sidebar-link-icon.yoo-style1 {
    color: var(--color-green) !important;
}

.yoo-sidebar-nav-list a {
    color: var(--bg-light) !important;
}

.yoo-sidebar-nav-list .yoo-sidebar-link-icon.yoo-style1 {
    color: var(--bg-light) !important;
}
/*OVERRIDE DATATABLES*/
.table-button {
    border: none !important;
}

    .table-button:hover {
        border: none !important;
    }

.paging_full_numbers span {
    display: initial !important;
    margin: 5px 35px;
}

    .paging_full_numbers span a {
    }

.paginate_button {
    padding: 10px;
}

    .paginate_button.next, .paginate_button.last, .paginate_button.previous, .paginate_button.first {
        width: auto !important;
        margin: 0px 5px 0px 5px !important;
        padding: 0px 5px 0px 5px !important;
    }

    .paginate_button:hover {
        background-color: var(--color-grey-100);
        cursor: pointer;
    }

    .paginate_button.current {
        background-color: var(--color-green) !important;
        color: var(--color-light) !important;
    }

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.5em !important;
}

.dataTables_wrapper .dataTables_paginate {
    border: none !important;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
   
}
body {
    font-family: 'Roboto', sans-serif !important;
}
input {
    font-family: 'Roboto', sans-serif !important;
}
button:focus{
    outline:none;
}
input:focus{
    outline:none;
}
.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;
}

.landing-logo{
    
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-color:var(--bg-light);
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.btn-landing-r {
    border-radius: 0px 15px 15px 0px;
    padding: 10px
}
.btn-landing-l {
    border-radius: 15px 0px 0px 15px;
    padding:10px;
    
}
.btn-proaktiva {
    border-radius: 15px;
    padding: 10px;
    background-color:var(--color-green);
    border:0px;
    font-size:14px;
    height:36px;
    line-height:0px;
}
.btn-proaktiva:hover{
    background-color:var(--color-green-100);
}


.icon-proaktiva{
   font-size:24px;
}
.m-t-25px{
    margin-top:25px;
}
.m-t-100px{
    margin-top:100px;
}
.pristupacnost-logo{

}
.proaktiva-panel{
    background-color:var(--color-white);
    border-radius:15px;
    width:400px;
    padding:25px;
}
.proaktiva-panel input{
    margin-bottom:20px;
}

.proaktiva-input {
    height: 40px;
    width: 100%;
    font-size: 14px;
    color: var(--text-color);
    border: 1px solid var(--color-border);
    border-radius: 15px;
    padding: 0px 10px;
    font-family: 'Roboto', sans-serif !important;
    
}
.proaktiva-input:focus{
    outline:none;
    background-color:var(--bg-light);
}
.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        background: red;
        cursor: inherit;
        display: block;
    }

.file-input-label {
    padding: 0px 10px;
    display: table-cell;
    vertical-align: middle;
    border: none;
    border-radius: 4px;
    width:80%;
}

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

textarea{
    min-height:110px;
    padding-top:5px !important;
}

@media only screen and (max-width: 576px) {
    .landing-logo {
        width: 100%;
    }
    .pristupacnost-logo {
        width:100%;
    }
    .proaktiva-panel{
        min-width:100px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
