﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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 width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* Set padding to display errors that occur during databinding */
.padding-error {
    padding-top: 20px;
}

@media only screen and (max-width: 767px) {
    .nofloat {
        float: none;
        padding: 10px 15px;
    }
}

header.g-sieapp {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    /*width: 1000px;*/
    height: 49px;
    padding: 7px 14px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #96BD0D;
    border-bottom-left-radius: 14px;
    -webkit-border-bottom-left-radius: 14px;
    -moz-border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    -webkit-border-bottom-right-radius: 14px;
    -moz-border-bottom-right-radius: 14px;
    margin-bottom: 7px;
}

    header.g-sieapp.g-observatori {
        background-color: #96BD0D;
    }

    header.g-sieapp.g-sie {
        background-color: #96BD0D;
        padding-top: 0px;
    }

        header.g-sieapp.g-sie .logo {
            float: none;
            width: 100%;
        }

            header.g-sieapp.g-sie .logo img + h1 {
                margin-top: 12px;
                float: right;
                text-align: right;
            }

                header.g-sieapp.g-sie .logo img + h1.left, header.g-sieapp.g-sie .logo a + h1.left {
                    float: left;
                    text-align: left !important;
                    margin-top: 0px;
                    margin-left: 3px;
                    font-size: 2em;
                    font-weight: 300;
                }

        header.g-sieapp.g-sie .sub img {
            margin-top: 3px;
        }

    header.g-sieapp .logo {
        margin-top: 3px;
        float: left;
    }

        header.g-sieapp .logo img {
            float: left;
            margin-right: 7px;
        }

        header.g-sieapp .logo h1 {
            float: left;
            margin: 0;
            font-weight: 100;
            font-size: 21px;
            color: #000;
            line-height: 1.4em;
        }

            header.g-sieapp .logo h1 .span, header.g-sieapp .logo h1 strong {
                font-weight: 300;
            }

    header.g-sieapp .sub {
        float: right;
        height: 35px;
        width: 80px;
        text-align: right;
        font-weight: 300;
        font-size: 14px;
        line-height: 0.9em;
        color: #fff;
    }

    header.g-sieapp .sub.image {
        width: 300px;
    }

body {
    background-color: transparent;
    font-family: "Segoe UI",Helvetica, Arial, sans-serif !important;
    /*align:"center"*/
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #96bd0d;
    color: white;
    margin-top: 15px;
    border-width: 0px;
}
input:disabled {
    background-color: grey;
}