﻿/* 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;
}

/* 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;
}
@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 */
}

/*Mussi*/

.navbar-nav .nav-link {
    padding-left: 1em;
}

i.fas, i.far, i.fa {
    margin: 5px;
}

.container {
    max-width: 1920px
}

.footer-distance {
    margin-bottom: 100px;
}

.panel-new {
    background-color: #303030;
    padding: 20px;
    margin: 20px;
}

tr.dx-row.dx-data-row.dx-column-lines:nth-child(even) {
    background: #5f5f5f;
}


/*Mussi Selettore Condizioni Meteo*/

.cc-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cc-selector-2 input {
    position: absolute;
    z-index: 999;
}

.Sunny {
    background-image: url("../Images/weather/svg/sunny.svg");
}

.Clouds {
    background-image: url("../Images/weather/svg/clouds-1.svg");
}

.Rainy {
    background-image: url("../Images/weather/svg/raining.svg");
}

.Snow {
    background-image: url("../Images/weather/svg/snowing-1.svg");
}

.Storm {
    background-image: url("../Images/weather/svg/storm.svg");
}




.cc-selector-2 input:active + .drinkcard-cc, .cc-selector input:active + .drinkcard-cc {
    opacity: .9;
}

.cc-selector-2 input:checked + .drinkcard-cc, .cc-selector input:checked + .drinkcard-cc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.drinkcard-cc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100px;
    height: 70px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    filter: brightness(1.8) grayscale(1) opacity(.7);
}

.drinkcard-cc:hover {
        -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
        -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
        filter: brightness(1.2) grayscale(.5) opacity(.9);
    }


span.cc {
    color: #6d84b4
}

/*Mussi Selettore Meteo Fine*/

.btn-lgw{
   /* max-width:300px;*/
    width:100%;
    margin:5px;
}


.Imagerow {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.Imagecolumn {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

    .Imagecolumn img {
        margin-top: 8px;
        vertical-align: middle;
        width: 100%;
    }

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .Imagecolumn {
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .Imagecolumn {
        flex: 100%;
        max-width: 100%;
    }
}

.graphTitle {
    white-space: pre;
    font-size: 28px;
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana, sans-serif;
    font-weight: 200;
    fill: #dedede;
    cursor: default;
}

/*.dx-button {
    height: 45px;
}

.dx-button-has-icon .dx-button-content {
    padding: 8px;
    padding-top: 14px;
}

.dx-toolbar-text-auto-hide .dx-button .dx-icon {
    width: 18px;
    height: 18px;
    background-position: 0 0;
    background-size: 18px 18px;
    padding: 0;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    margin-right: 0;
    margin-left: 0;
    padding-top: 6px;
}*/


* {
    /*font-family: 'Roboto', sans-serif;
    font-family: 'Comic Neue', cursive;*/
    font-family: 'Raleway', sans-serif;
}