﻿/* DEFAULTS
----------------------------------------------------------*/


body {
    background: #fff !important;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif !important;
    margin: 0px !important;
    padding: 0px !important;
    color: #696969 !important;
}

hr {
    margin-bottom: 3px !important;
    border-color: gray !important;
}

a.highlighted {
    color: black !important;
}

.btn-info {
    background-color: #184FA2 !important;
    border-color: #124AA0 !important;
}

    .btn-info > span, .btn-warning, .btn-warning > span {
        color: white !important;
    }

.btn-danger, .btn-danger > span {
    color: white !important;
}

.label-info {
    background-color: #184FA2 !important;
    border-color: #124AA0 !important;
    color: white !important;
}

.navbar-toggle {
    border-color: transparent !important;
    /*background-color: #7a9803!important;*/
    text-align: center;
}

.navbar-brand {
    min-width: 100px !important;
    /*width: 100% !important;*/
    max-width: 200px !important;
    height: auto !important;
}

.navbar-toggle > p {
    color: white;
}

.navbar-toggle > button {
    background-color: transparent;
    border: 0px;
}

.navbar-inverse {
    background-color: transparent !important;
    border-color: transparent !important;
    vertical-align: middle;
}

.navbar {
    margin-bottom: 5px !important;
}

.modal-header .close {
    margin-top: -0.5em !important;
}

.modal-body > form > fieldset > legend {
    border-width: 0px !important;
}

table.dataTable > tbody > tr > td > a {
    color: #184FA2;
    font-weight: 600;
}

table.dataTable tbody td.center:hover {
    background-color: #eee;
}

li > a {
    /*font-weight:600;*/
}

/*
a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}
*/
p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em !important;
    color: #666666 !important;
    /*font-variant: small-caps !important;*/
    text-transform: none !important;
    font-weight: 200 !important;
    margin-bottom: 0px !important;
}

h1 {
    font-size: 1.4em !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

h2 {
    font-size: 1.5em !important;
    font-weight: 600 !important;
}

h3 {
    font-size: 1.2em !important;
}

h4 {
    font-size: 1.1em !important;
}

h5, h6 {
    font-size: 1em !important;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    /*width: 960px;*/
    /*width: 1070px;*/
    background-color: #fff;
    /*margin: 20px auto 0px auto;
    border: 1px solid #496077;*/
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    /* background: #4b6c9e; */
    background: #ffffff;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

legend {
    color: #184FA2 !important;
}

.main {
    padding: 0px;
    margin: 12px 4px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.glyphicon {
    font-size: 170%;
}

.btn > .glyphicon {
    font-size: inherit;
}

table.dataTable > tbody > tr > td.center > a {
    color: #7a9803;
}

.glyphicon-floppy-disk, .glyphicon-remove, .glyphicon-stats, .glyphicon-arrow-up, .glyphicon-arrow-down,
.glyphicon-edit, .glyphicon-lock, .glyphicon-duplicate, .glyphicon-play-circle, .glyphicon-trash, .glyphicon-ok-sign,
.glyphicon-remove-sign, .glyphicon-eye-open, .glyphicon-print, .glyphicon-list, .glyphicon-phone {
    color: #7a9803 !important;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    /*background-color:#3a4f63;*/
    background-color: white;
    /*border-bottom:1px solid #a6c239;*/
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #7a9803;
            border: 1px #a6c239 solid;
            /*color: #dde4ec;*/
            color: #f0f4f9;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                /*background-color: #bfcbd6;*/
                /*background-color: #6a90d0;*/
                background-color: #e3e3e3;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                /*background-color: #465c71;*/
                /*background-color: #1a4ea2;*/
                background-color: #e3e3e3;
                color: #cfdbe6;
                text-decoration: none;
            }

            div.menu ul li a.selected {
                /*background-color: #465c71;*/
                /*background-color: #1a4ea2;*/
                background-color: #e3e3e3;
                color: #465c71;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

.input-group-addon {
    color: #696969 !important
}


/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.titoloPage {
    font-size: 1.4em !important;
    font-weight: 500;
}

.title {
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    /* color: White; */
    /*color: #1a4ea2;*/
    color: #7a9803;
}

.FontColorBlu {
    /*color: #1a4ea2;*/
    color: #7a9803;
}

.loginDisplay a:link {
    /*color: white;*/
    /*color: #1a4ea2;*/
    color: #7a9803;
}

.loginDisplay a:visited {
    /*color: white;*/
    color: #1a4ea2;
}

.loginDisplay a:hover {
    /*color: white;*/
    color: #1a4ea2;
}

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.intestazioneGriglia {
    /*background-color: #4B6C9E;*/
    /*background-color: #6a90d0;*/
    background-color: #a6c239;
    color: #ffffff;
    padding-left: 10px;
    padding-right:10px;
}

.intestazioneGrigliaNoPadding {
    background-color: #a6c239;
    color: #ffffff;
}

.rigaGriglia {
    /*background-color: #e2e6ed;*/
    background-color: #dfe7bf;
    color: #000000;
}

.rigaAlternataGriglia {
    /*background-color: #e3e3e3;*/
    background-color: #c8d0a7;
    color: #000000;
}

.buttonLayout {
    /*background-color: #3a4f63;*/
    /*background-color: #1a4ea2;*/
    background-color: #7a9803;
    color: #ffffff;
    height: 30px;
}

.buttonLayout2 {
    /*background-color: #3a4f63;*/
    /*background-color: #1a4ea2;*/
    /*background-color: #8f9392;*/
    /*background-color: #b5af08;*/
    background-color: #114ba1;
    color: #ffffff;
}

    .buttonLayout2:hover {
        background-color: #225bb1 !important;
    }

.modalBackground {
    background-color: #b6b7bc;
    filter: alpha(opacity=70);
    opacity: 0.7;
}


.modalBox {
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: #3a4f63;
    padding: 3px;
    overflow: scroll;
    height: 90%;
    width: 90%;
}

.buttonInvisibile {
    visibility: hidden;
}

.linkTipoOggetti {
    color: #000000;
    /*text-decoration:underline;*/
    text-decoration: none;
}

span.testolink a:hover {
    /*background-color: #e3e3e3;*/
    color: Orange;
    text-decoration: none;
}

.mGrid th {
    padding-left: 3px;
    padding-right: 50px;
    font-weight: normal;
}

.mGrid td {
    padding-left: 3px;
}

.intestazionePagina {
    color: #666666;
    text-transform: none;
    font-weight: 200;
    /*
    font-size: 1.5em;
    font-weight: bold;
    font-variant: small-caps;
    */
}

.nascondi {
    position: absolute;
    z-index: -1;
}

.label2 {
    color: #696969;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 15px;
}

.label2bold {
    color: #696969;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.validazioni {
    color: red;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.buttonContenutiClicked {
    background-color: #a6c239;
    color: #ffffff;
}

.buttonNascosto {
    display: none;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
    height: auto !important;
}

.ui-widget-header {
    color: black !important;
}

.form-control {
    color: #555 !important;
}

.datepicker {
    padding: 6px 12px!important;
}

@media print {
    .noprint {
        display: none;
    }
}

.banned-ip-message, .invalid-token {
    text-align: center;
    color: red;
    font-size: 16px;
}
    .invalid-token label {
        font-weight:normal;
    }

.recover-password-link {
    float: left;
    padding-top: 14px;
}