﻿/* 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. */

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/Poppins-Light.ttf') format('truetype');
}

html, body {
    font-family: Poppins-Regular !important;
}

/*Header*/

.nav-item > .nav-link {
    /*text-transform: uppercase !important;*/
    font-size: 13px !important;
}

/*Validazione*/
span.text-muted {
    font-size: 12px !important;
    color: red !important;
}



/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/*Colors*/
/*

    #EFF1ED LIGHT
    #738290 GRAY
    #373D20 GREEN-DARK
    #9C914F GREEN-LIGHT
    #1F2041 BLUE-DARK

*/

.tableaction {
    background-color: #2A8282 !important;
}

    .tableaction > th {
        color: #FFFFFF !important;
        font-weight: 800 !important;
    }

    .tableaction > th > a {
        color: #FFFFFF !important;
        font-weight:800 !important;
    }

.btn {
    background-color: #2A8282 !important;
    color: #FFF !important;
}

    .btn:hover {
        background-color: #1A5050 !important;
    }

.navbar-bg {
    background-color: #1A5050 !important;
}

.section-header {
    display: block !important;
    background-color: #2A8282 !important;
}


/*COLORI*/
.bg-verde {
    background-color: #2A8282 !important;
}

.bg-verde-scuro {
    background-color: #1A5050 !important;
}

/*BORDI*/
.bt-1 {
    border-top: 1px solid #D3D3D3 !important;
}