﻿html,
body,
.body-content {
    height: 100%;
    /*box-sizing: border-box;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 0px 0px 50px 0px; /* custom */
    /*padding: 15px 0px 50px 0px;*/ /* custom */
    /*    color: white;
    background-color: #0061c5;
*/ /*padding-left: 15px;
    padding-right: 15px;*/
}

/* #region Footer styles */
.footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 50px;
    padding-right:0px;
    /*font-size: 0.7em;
    padding: 10px 20px;*/
}
/* #endregion */

.adaptive-font 
div.adaptive-font
table.adaptive-font {
    font-size: 1.75em;
}

.card {
    border:none;
    background-color:inherit !important;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

@media (min-width: 1200px) {
  .container {
    width: 95%;
  }
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.table > :not(caption) > * > * {
    color: white !important;
    background-color: #0061c5 !important;
}

table {
    width: 100%;
}

.table .table.partenze: {
    color: white !important;
    background-color: #0061c5 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.12);
}

.scroll-left {
    font-size: 2em;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.scroll-left p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    /* Starting position */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /* Apply animation to this element */
    -moz-animation: scroll-left 15s linear infinite;
    -webkit-animation: scroll-left 15s linear infinite;
    animation: scroll-left 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%); /* Browser bug fix */
        -webkit-transform: translateX(100%); /* Browser bug fix */
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%); /* Browser bug fix */
        -webkit-transform: translateX(-100%); /* Browser bug fix */
        transform: translateX(-100%);
    }
}

/*  Palina */
.logo-img {
    /*    width:40px;*/
    height: 40px;
}

.k-button .k-sprite {
    font-size: inherit;
    line-height: inherit;
    width: auto;
    height: auto;
    margin-left: 0;
}
