﻿/* 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. */

/*Add custom font for xinnix*/
@font-face {
    font-family: 'opensans-light';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2');
}
@font-face {
    font-family: 'opensans-regular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2');
}
@font-face {
    font-family: 'opensans-semibold';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2');
}
@font-face {
    font-family: 'lato-light';
    src: url('../fonts/lato-light-webfont.woff2') format('woff2');
}
@font-face {
    font-family: 'lato-regular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2');
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: black;
}

h1, h2 {
    font-family: opensans-semibold;
}

h3, h4, h5 {
    font-family: opensans-regular;
}

a, p, ul, li, ol, select, option, span, small {
    font-family: opensans-light;
    color: black;
}

.btn-primary {
    color: white;
    background-color: #fd0000; /*Xinnix red*/
    border-color: #fd0000; /*Xinnix red*/
}
    .btn-primary:hover {
        color: white;
        background-color: #d70000;
        border-color: #d70000;
    }

.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;
}
@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;
}

.imgLogo {
    margin: 5px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.headerX {
    box-shadow: rgba(0,0,0,.3) 0 2px 11px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  font-family: lato-regular;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  color: black;
  background-color: white;
}
.footerRed {
    color:#fd0000; /*Xinnix red*/
}

.navbar-nav {
    color: #000;
    font-size: 14px;
    font-family: opensans-regular;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-item {
    font-size: 14px;
    text-transform: uppercase;
}

input[type="checkbox"] {
    background-color: #fd0000; /*Xinnix red*/
}

.background-img-login {
    background-image: url('../background_xinnix1.jpg');
    height: 500px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
.login-form {
    background-color: rgba(255,255,255,0.8);
    padding: 10px;
    border-radius: 5px;
}

.language-dropdown {
    border: none;
    color: #fd0000; /*Xinnix red*/
}

.card-header {
    background-color: #fd0000; /*Xinnix red*/
    padding: 0;
}

.btn-link-configurator {
    font-weight: 400;
    color: white;
    text-decoration: none;
}

button.k-btn-primary {
    background-color: #fd0000!important;
    color: white !important;
}

a.k-btn-primary {
    background-color: #fd0000 !important;
    color: white !important;
}

.content-item:nth-child(even) {
    background-color: #f8f9fa;
}

/* Error messages */
div.text-danger.validation-summary-errors ul li {
    color:red;
}

div.text-danger.validation-summary-errors ul {
    list-style: none;
    padding-left: 0;
}

.dropdown-menu {
    font-size:0.8rem;
}

.hoverable:hover {
    cursor:pointer;
}

/*Sidepanel*/

.sidemenushowinv {
    display: none;
}

.sidemenushow {
    display: block;
}

@media(max-width : 960px) {
    .sidemenushowinv {
        display: block !important;
    }
    .sidemenushow {
        display: none !important;
    }
    #filtermenu {
        padding-right: 0px !important;
    }
}

