﻿body, html {
    font-size: 13px;
}

h1 {
    font-size: 2.3rem;
    margin-top: 0.9rem;
    color: #48ca18 !important;
}

h2 {
    font-size: 2rem;
    margin-top: 0.7rem;
    color: #48ca18 !important;
}

h3 {
    font-size: 1.53rem;
    margin-top: 0.5rem;
}

h4 {
    font-size: 1rem;
    margin-top: 0.4rem;
}

hr[data-level] {
    margin-top: 0.5rem;
}

footer {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    color: #fff;
}

    footer a {
        color: #64b32d !important;
    }

/********** LOGIN ************/

.login,
.reset {
    text-align: center !important;
}

.confirm {
    text-align: center !important;
}

.registration {
    text-align: center !important;
}

.panel a {
    color: #64b32d !important;
    text-decoration: none !important;
    font-weight: bold !important;
}

.form-control2 {
    width: 50% !important;
    /* float: left !important;*/
}

.logo {
    padding-bottom: 40px;
}

/*panel*/

#panel .panel {
    position: relative;
}

label {
    color: #565655;
}

/********** DASHBOARD ************/

.DashboardPage {
    background-color: #fff;
    background-image: none;
}

.Dashboard-header {
    width: 100%;
    height: 55px;
    vertical-align: middle;
    display: inline-block;
}

.Dashboard-logo {
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    background-image: url('/resources/img/logo_FD_new.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}

.widgetBox h4 {
    color: #48ca18;
    font-weight: bold;
    font-size: 16px;
}

.fa-widget {
    font-size: 20px;
    float: left;
    padding-right: 10px;
    color: #48ca18;
}

.widgetBox a {
    color: #3c3d3d;
}

.widgetBox li {
    padding-bottom: 10px;
}


/**********FAQ**********/
.titdomanda {
    color: #565655;
    padding: 5px 5px 0px 0px;
    margin-top: 10px;
    font-weight: bold;
}


/*upload doc*/

.identitydoc .file .input-group {
    margin-top: 20px;
}


/*color: #565655;
  color: #48ca18;	*/

/* OVERRIDES BOOTSTRAP */

/* Allinea le icone nelle liste */
.list-group-item > i.fa:first-of-type {
    min-width: 1.3em;
    text-align: center;
}
/* Fix posizione labels in forms */
.form-horizontal .control-label {
    padding-top: 7px;
    text-align: left;
}

input.hideHtmlSpinners::-webkit-outer-spin-button,
input.hideHtmlSpinners::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.form-group-static {
    margin-bottom: 0;
}

.font-awesome-checkbox {
    vertical-align: sub;
}

    .font-awesome-checkbox:not([disabled]) {
        cursor: pointer;
    }

    .font-awesome-checkbox:before {
        position: absolute;
        font-family: FontAwesome;
        content: "\f096";
        letter-spacing: 2px;
        background: white;
        font-weight: normal;
    }

    .font-awesome-checkbox:checked:before {
        content: "\f046";
    }

.font-awesome-radio {
    vertical-align: sub;
}

    .font-awesome-radio:not([disabled]) {
        cursor: pointer;
    }

    .font-awesome-radio:before {
        position: absolute;
        font-family: FontAwesome;
        content: "\f10c";
        letter-spacing: 2px;
        background: white;
        font-weight: normal;
    }

    .font-awesome-radio:checked:before {
        content: "\f05d";
    }

@media only screen and (max-width:767px) {
    footer {
        bottom: 0;
    }
}

.text-deleted {
    text-decoration: line-through;
}

.table .cells-without-borders td,
.table .cells-without-borders th {
    border: 0;
}

.form-control {
    font-size: 1em;
}

.form-horizontal-right-labels .control-label {
    text-align: right;
}

label.show-password {
    float: right;
    cursor: pointer;
    font-weight: normal;
}

.hiddeniframe {
    width: 0px;
    height: 0px;
    position: absolute;
    border: 0;
}
