﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    width: 100%;
}

/* 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;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 880px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
        width: 99%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 99%;
    }
}

/* My CSS*/
.siteBackground {
    background-color: whitesmoke;
}

.siteColorBar {
    background-color: #0C89C7;
}
.siteImgUscita {
    margin-left: 15px; 
    margin-top: 2px;
    cursor: pointer;
}
.siteDivUtenteLogged {
    border-left: solid;
    border-right: solid;
    border-width: thin;
    border-color: white;
    background-color: #0C89C7;
    height: 50px;
    width: 1320px;
    cursor: pointer;
}
.siteImgUtenteLogged {
    margin-right: 25px;
    margin-top: 5px;
    padding-left: 5px;
    cursor: pointer;
}

.sitePadding_t7l25 {
    padding-top: 7px; 
    padding-left: 25px;
}
.siteWidthCentral {
    width: 800px;
}
.siteAP {
    font-weight: bold;
    font-size: 16px;
    color: whitesmoke;
    cursor: default;
    text-align: center;
    padding: 12px;
}

.siteLblTipoPortale {
    font-weight: bold;
    font-size: 16px;
    color: whitesmoke;
    cursor: default;
    text-align: center;
    padding: 12px;
    border-right: solid;
    border-color: white;
    border-width: thin;
}

.siteLblGestore {
    font-weight: bold;
    font-size: 16px;
    color: whitesmoke;
    cursor: default;
    text-align: center;
    padding: 12px;
    border-right: solid;
    border-color: white;
    border-width: thin;
}

.siteLblArea {
    font-weight: bold;
    font-size: 16px;
    color: whitesmoke;
    cursor: pointer;
    text-align: center;
    padding: 12px;
    border-right: solid;
    border-color: white;
    border-width: thin;
}

.menuLabel {
    font-family: Arial;
    font-size: 16px;
    border: none;
    color: black;
    margin-left: 5px;
}

.menuDiv {
    padding: 0px;
    float: none;
    display: inline-block;
}

.menuButton {
    background-color: white;
    font-family: Arial;
    font-size: 14px;
    border: none;
    color: #0C89C7;
    margin-top: 15px;
    margin-left: 0px;
    font-weight: bold;
    border-top: solid;
    border-bottom: solid;
    border-width: thin;
    border-color: #0C89C7;
    width: 150px;
    height: 45px;
}

.loginLogo {
    margin-top: 30px; 
    margin-bottom: 30px;
    height: 148px;
    width: 213px;
}

.loginDiv {
    margin: auto;
    width: 100%;
    padding: 20px;
}

.loginBtnAccedi {
    background-color: #0C89C7;
    font-family: Arial;
    font-size: 14px;
    border: none;
    color: white;
    font-weight: bold;
    width: 120px;
    height: 45px;
    margin-top: 10px;
}


.textCss .e-input {
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    background-color: #FFFFFF;
}

.textCss
input:focus {
    background-color: #FFFF99;
}


.e-button.btnStandard.e-btn.e-select {
    font-weight: bold;
    font-size: medium;
    color: #ffffff;
    background-color: #0C89C7;
    border-color: #0C89C7;
}


.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}



