﻿/* 
  Blu Metropolis: #0072c6
  Header griglie: #c4dcee
  FocusRow griglie: #408dc6
  blu x titoli: #215e9e
*/

body {
    background: linear-gradient(to right, #1b1a19, #0b0a09);
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
}

.pageContent {
    padding: 10px;
}

.headerPane {
    padding: 0px !important;
    background-color: #ffffff !important;
}

.headerTop {
    margin: 0px;
    top: 0px;
    background-image: url(/Content/Images/header-background.jpg);
    background-repeat: no-repeat;
}

.headerMenu img.dxm-image {
    height: 32px;
}

.accountHeader {
    margin-left: 50px;
    margin-top: 10px;
}

.footerPane {
    height: 22px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 5px
}

.footerText {
    font-size: 90%
}

.gridHeader {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
}

.gridFocusedRowBkg {
    background-color: #408dc6 !important;
}

.subGridHeader td {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    font-size: 85% !important;
    font-style: italic;
}

.blueText {
    color: #215e9e !important;
}

.bkgGrey {
    background-color: #DDDDDD !important;
}

/************
*** Login ***
************/

.login_form {
}

.login_form_logo {
    background-color: #ffffff;
    border-radius: 10px;
}


form.user .form-control-user {
    font-size: .8rem;
    border-radius: 10rem;
    padding: 1rem;
}
