﻿h4 {
    font-size: large !important;
    
}

body {
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    background-color: #DFDFE0 !important;
    color: #62666A !important;
}

    body::-webkit-scrollbar {
        display: none;
    }


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: black !important;
    font: bold,12px,quicksand;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
    background-color: #F3F4F3 !important;
}

a:hover {
    text-decoration: none;
}

#linkMargotta {
    color: white;
}

.navbar-nav > li > a, .navbar-brand {
    padding-top: 4px !important;
    padding-bottom: 0 !important;
    height: 43px;
}

.navbar {
    min-height: 43px !important;
    background-color: #DFDFE0 !important;
}

.footer {
    position: fixed;
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    color: white;
    background-color: #0094ff;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
}

.navbar-color {
    background-color: #ff5500
}

#contDec {
    padding-left: 20px !important;
}

.divTer {
    padding-left: 20px !important;
    margin-bottom: 10px !important;
    line-height: 20px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    margin-top: 4px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border: 1px solid #D0D0D0;
    background-color: #f0f0f0;
    color: #2D2D2D !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#909090));
    background: -webkit-linear-gradient(top, #f0f0f0, #909090);
    background: -moz-linear-gradient(top, #f0f0f0, #909090);
    background: -ms-linear-gradient(top, #f0f0f0, #909090);
    background: -o-linear-gradient(top, #f0f0f0, #909090);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 20px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}


    .divTer:active {
        background: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#606060));
        background: -webkit-linear-gradient(top, #d8d8d8, #606060);
        background: -moz-linear-gradient(top, #d8d8d8, #606060);
        background: -ms-linear-gradient(top, #d8d8d8, #606060);
        background: -o-linear-gradient(top, #d8d8d8, #606060);
        border: 2px solid #0094ff !important;
    }

#btSwitch, #btBack, #phBody_btLogin, #phBody_btCrea, #phBody_btHome, #btHome, #btResc, #btCrea {
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    margin-top: 4px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 10px 20px;
    border: solid 1px #0076a3;
    background: #0094ff !important;
    margin-right: 9% !important;
    -moz-border-radius-topleft: 30px;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -webkit-border-bottom-right-radius: 30px;
    box-shadow: inset 0 10px 10px -10px #000000;
    overflow-x: hidden;
    padding: 10px 40px 10px 40px !important;
    margin-bottom: 8px;
}

    #btSwitch:active {
        position: relative;
        top: 1px;
    }

    #btBack:active {
        position: relative;
        top: 1px;
    }

    #phBody_btLogin:active {
        position: relative;
        top: 1px;
    }

    #phBody_btCrea:active {
        position: relative;
        top: 1px;
    }

.btn-default {
    padding-left: 20px !important;
    float: right !important;
}

#DIVMESSAGGI {
    -moz-border-radius-topleft: 80px;
    -webkit-border-top-left-radius: 80px;
    -moz-border-radius-bottomright: 80px;
    -webkit-border-bottom-right-radius: 80px;
    box-shadow: inset 0 10px 10px -10px #000000;
    overflow-x: hidden;
    padding: 0 16px;
    margin-bottom: 5px;
    background-color: #B3D0E9 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#D1E2F1), to(#B3D0E9));
    background: -webkit-linear-gradient(top, #D1E2F1, #B3D0E9);
    background: -moz-linear-gradient(top, #D1E2F1, #B3D0E9);
    background: -ms-linear-gradient(top, #D1E2F1, #B3D0E9);
    background: -o-linear-gradient(top, #D1E2F1, #B3D0E9);
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: bolder;
    font-size: large;
}


.dati {
    padding-bottom: 10px;
    padding-top: 10px;
    font-style: italic;
    font-weight: bolder;
}

.ui-accordion-content {
    color: #62666A !important;
    background-color: #E5E6E7 !important;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}


.ui-accordion-header {
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(#D1E2F1), to(#B3D0E9));
    background: -webkit-linear-gradient(top, #D1E2F1, #B3D0E9);
    background: -moz-linear-gradient(top, #D1E2F1, #B3D0E9);
    background: -ms-linear-gradient(top, #D1E2F1, #B3D0E9);
    background: -o-linear-gradient(top, #D1E2F1, #B3D0E9);
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: bolder;
    font-size: large;
}

    

html * {
    outline: 0 !important;
}

#DIVKONTEX, #DIVTERAP {
    box-shadow: inset 0 10px 10px -10px #000000;
    overflow-x: hidden;
    padding: 10px 16px;
    margin-top: 30px;
    margin-bottom: 5px;
    color: #000000;
    background-color: #66b266 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#C1E0C1), to(#66b266));
    background: -webkit-linear-gradient(top, #C1E0C1, #66b266);
    background: -moz-linear-gradient(top, #C1E0C1, #66b266);
    background: -ms-linear-gradient(top, #C1E0C1, #66b266);
    background: -o-linear-gradient(top, #C1E0C1, #66b266);
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: bolder;
    font-size: large;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    text-align: center !important;
}

hr.lineaCSS {
    border: 0;
    height: 2px;
    background-image: -webkit-linear-gradient(left,#DFDFE0, #8c8b8b, #DFDFE0);
    background-image: -moz-linear-gradient(left, #DFDFE0, #8c8b8b, #DFDFE0);
    background-image: -ms-linear-gradient(left, #DFDFE0, #8c8b8b, #DFDFE0);
    background-image: -o-linear-gradient(left, #DFDFE0, #8c8b8b, #DFDFE0);
}

#DIVMED, #DIVDEC, #DIVPAI {
    box-shadow: inset 0 10px 10px -10px #000000;
    overflow-x: hidden;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 10px 20px;
    color: #000000;
    background-color: #B3D0E9 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#D1E2F1), to(#B3D0E9));
    background: -webkit-linear-gradient(top, #D1E2F1, #B3D0E9);
    background: -moz-linear-gradient(top, #D1E2F1, #B3D0E9);
    background: -ms-linear-gradient(top, #D1E2F1, #B3D0E9);
    background: -o-linear-gradient(top, #D1E2F1, #B3D0E9);
    font-family: "Times New Roman", Times, serif;
    text-align: center;
}

.SOTTODIVPAI {
    overflow-x: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 17px 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#D1E2F1), to(#B3D0E9));
    background: -webkit-linear-gradient(top, #D1E2F1, #B3D0E9);
    background: -moz-linear-gradient(top, #D1E2F1, #B3D0E9);
    background: -ms-linear-gradient(top, #D1E2F1, #B3D0E9);
    background: -o-linear-gradient(top, #D1E2F1, #B3D0E9);
    overflow: hidden;
}

.DIVTITOLOOBIETTIVOPAI {
    background-color: #0094ff;
    color: white !important;
    margin-top: -19px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 6px;
    padding-bottom: 0.3px;
    background: -webkit-linear-gradient(top,#0094ff,#66beff,#0094ff);
    background: -moz-linear-gradient(top,#0094ff,#66beff,#0094ff);
    background: -ms-linear-gradient(top,#0094ff,#66beff,#0094ff);
    background: -o-linear-gradient(top,#0094ff,#66beff,#0094ff);
}

.DIVDESCRIZIONEOBIETTIVIPAI {
    background-color: #E5E6E7;
    color: black !important;
    margin-bottom: -19px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 8px;
    padding-bottom: 15px;
    font-family: "Times New Roman", Times, serif;
    font-size: larger;
}