﻿@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
body {
    font-family: 'Source Sans Pro', sans-serif;
    background: #F4F4F4;
    color: dimgray;
}

.container {
    max-width: 100%;
    width: 1800px;
}

.loginBox h2 {
    border-left: 5px solid #FFCD00;
    padding-left: 7px;
    padding-top: 7px;
    font-size: 30px;
}   

.loginBox .control-label {
    font-size: 10px;
    font-weight: bold;
}

.loginBox .required {
    color: red;
}

.footer {
    background-color: #EDE8DF;
    color: #009E62;
    padding-bottom: 15px;
    clear: both;
    position: relative;
    max-height: 150px;
    top: 10%;
}

.footer ul li a {
    color: #009E62;
}

.page-bottom-info {
    /*background-image: linear-gradient(to bottom right, #FFCD00, #95B849, #009E62);*/
    background-color: #F4F4F4;
}

.page-top-info-content {
    height: 680px;
}

.page-top-info-content .info-box {
    border-radius: 14px;
    background-color: #FFFFFF;
    color: #444444;
    display: flex;
    justify-content: center;
    width: 300px;
    height: 220px;
    margin-top: 4px;
}

.page-top-info-content .info-box img {
    width: 100px;
}

.page-top-info-content .info-box:hover {
    color: #333333;
}

.page-top-info-content .info-box .title-2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
}

.FooterIndexRev {
    color: #333333;
}

.intro {
    width: 100%;
    background: url(../../images/bg4.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}

.user-panel-sidebar ul li a:hover {
    background-color: #444444;
    color: white;
}

.user-panel-sidebar ul li.active a {
    background-color: #444444;
    color: white;
}

.label-primary {
    background-color: #444444;
}

.cat-list h3 a, .cat-list h3 {
    color: dimgray;
}

.navbar-default .navbar-nav > li > a {
    color: #767676;
}

.table thead tr {
    color: #333;
}

.tableYellow thead tr {
    background-color: #FFCD00;
}

.tableGreen thead tr {
    background-color: #95B849;
}

.trStandardTable:hover {
    background-color: #f2f2f2;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: .755em;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: .25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    text-align: right;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: black !important;
    border: 1px solid #FFCD00;
    background-color: #FFCD00;
    border-radius: 100%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

div.dataTables_processing {
    z-index: 1;
}

.megamenu .dropdown-menu {
    width: 300px;
    float: right;
    left: unset;
}

.dropdown-menu {
    border: none;
    box-shadow: unset;
}

.FooterIndexRevPanel {
    background-color: #FFCD00;
}

.page-bottom-info-content h1 {
    color: #444444;
}

.page-bottom-info-content h3 {
    color: #444444;
}

.btnBottom:hover {
    background-color: #F0F0F0;
    color: #444444;
}

.title-2 {
    color: #444444;
}

.panel-default > .panel-heading {
    background-color: white;
    color: #444444;
}







.btnStd {
    padding: 9px;
    font-weight: bold;
    border-radius: 4px;
    transition: 0.4s;
}

.btnYellow {
    background-color: #FFCD00;
    color: #444444;
    border: 2px solid #FFCD00;
}

.btnYellow:hover {
    background-color: #FFCD00;
    border: 2px solid #444444;
}

.btnYellow .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #FFCD00;
    border: 2px solid #444444;
}

.btnPrimaryColorNoHover {
    background-color: #FFCD00;
    color: #444444;
    border: 2px solid #FFCD00;
}

.btnYellowNoHover:hover {
    color: #444444;
}

.btnGreen {
    background-color: #95B849;
    color: #444444;
    border: 2px solid #95B849;
}

.btnGreen:hover {
    background-color: #95B849;
    border: 2px solid #444444;
}

.btnGreen .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #95B849;
    border: 2px solid #444444;
}

.btnGreenNoHover {
    background-color: #95B849;
    color: #444444;
    border: 2px solid #95B849;
}

.btnGreenNoHover:hover {
    color: #444444;
}

.btnActive {
    border: 2px solid #444444;
}

.btnBlock {
    display: block;
    width: 100%;
}

.btnSearch {
    height: 48px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.btnWhiteHoverGray {
    background-color: #ffffff;
    color: #444444;
    border: 2px solid #ffffff;
}

.btnWhiteHoverGray:hover {
    background-color: #F0F0F0;
    border: 2px solid #F0F0F0;
}

.btnWhiteHoverGray .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #ffffff;
    border: 2px solid #F0F0F0;
}

.btnBig {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.471;
    padding: 10px 20px;
}

.NoRadiud {
    border-radius: 0px;
}

.collapse-title {
    color: #444444;
}

.user-panel-sidebar ul li a {
    color: #444444;
}

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@600&display=swap');

.liPadre .title {
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');

.liFiglio .liPadre {
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
}

.liFiglio .liPadre .title {
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/images/Rolling.gif') 50% 50% no-repeat;
}

body.loading {
    overflow: hidden;
}

body.loading .modal {
    display: block;
}




/* The Modal (background) */
.modalBig {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.acc-list li .pull-right {
    color: #FFCD00;
}

.collapse-title .pull-right {
    color: #FFCD00;
}

.blogTitleTb tbody {
    border-left: 4px solid #FFCD00;
}

.intro h1, .intro-title {
    text-transform: none;
}

.navbar-brand > img {
    height:auto;
    width: 280px;
}