/***********COLORI************/
/*
TESTATA:
GRIGIO #3B4043
BLU #004D99
AZZURRO #4784BF;



ALTRO:
AZZURRO CHIARO #428fdb
GRIGIO AZZURRO #8A94AA
*/
/****************************/
.testo-progetto{
	padding-right: 15px;
	display: initial;
}
.sezioneOpzioni{
    padding-left:10px;
    border-left:2px solid #004D99
}
.labelOpzioni{
    font-weight: bold;
    font-size: 1.8rem;
}
.sezioneOpzioni .titolo,
.sezioneOpzioni .descrizione{
    padding:10px 0;
}
.sezioneOpzioni.has-error{
    color: #a94442;
    border-color: #a94442;
}
label{
    font-weight: normal;
}
.has-success .control-label .inputfile-label,
.has-error .control-label .inputfile-label{
    color:white;
}

input[type='checkbox'] + label {
    margin-left:10px;
}
@media only screen and (max-width: 600px) {
    .annoIscrizioneRadio label{
        display:block;
        padding-bottom:10px;
    }
    .annoIscrizioneRadio label:first-child{
        margin-left:10px;
    }
}
/**********************************/
.kv-grid-loading{
	opacity:0.7;
}
.kv-grid-loading tr, .kv-grid-loading td {
     visibility: hidden;
/*     opacity:0.3; */

}
body{
	font-weight:400;
}

table th,
.kv-child-table th{
	background-color: #EEE;
	color:black;
	font-weight:600;
}

table td, table th{
	border:none;
}

table th a{
	color: black;
}

table th a:hover{
	color: #666;
}

.detail-view{
	font-size:0.9em;
}
.detail-view  th{
	font-weight: 400;
}
.detail-view  td{
	font-weight: 600;
}
.th-small-center{
	width:50px;
	text-align:center;
}

.site-login{
	background-color: grey;
	width:400px;
	margin:auto;
}

.procor-sections {
	color: #666;
}

.procor-sections a,
.procor-sections a:hover,
.procor-sections a:visited{
	color: #666;
	font-size:0.8em;
}

/******* BOOTSTRAP ***********/
.panel-primary{
	border-color: #004D99;
}
.panel-primary > .panel-heading {
	background-color: #004D99;
	border-color: #004D99;
}


.panel-primary.black{
	border-color: #3B4043;
}
.panel-primary.black > .panel-heading {
	background-color: #3B4043;
	border-color: #3B4043;
}

.btn-primary,
.btn-primary:focus, .btn-primary.focus {
    background-color: #004D99;
}

.btn-primary:hover{
    background-color: #3B4043;
    border-color:#3B4043;
}

.form-control{
	font-weight:600;
}
/******** BOOTSTRAP *******/




/******** KRAJEE *******/
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding:3px;
}

thead > tr > th,
tbody > tr > th,
tfoot > tr > th,
thead > tr > td,
tbody > tr > td,
tfoot > tr > td {
	vertical-align:middle;
}

.table > tbody > tr.info > td{
	padding:10px;
	background-color: #ddd;
	border-bottom:2px outset #aaa;
}

.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th{
	background-color:#004D99;
	color:white;
	font-weight:600;
}

.select2-results__option{
	display:block;
	border-bottom:1px dashed #666;
	margin-bottom:5px;
}

.hint-block{
    margin-top: 5px;
}

.form-group .control-label{
    margin-bottom:10px;
}
/******** FINE KRAJEE *******/

/******** INIZIO INPUT FILE *******/
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */
.inputfile-1 + label{
    color: #333;
    border: 1px solid #666;
    border-radius: 2px;
    background-color: #FBFBFB;
    box-shadow: 2px 3px #ccc;
    padding:10px;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
     background-color: #ddd;
}

.uploadLabel{
	padding:10px;
	border:1px solid #999;
	border-radius:4px;
}
.uploadLabel:hover{
	background:#F5F5F5;
}

/******** FINE INPUT FILE *******/

/** BOOTSTRAP EQUAL **/
.row.equal {
  display: flex;
  flex-wrap: wrap;
}
/** FINE BOOTSTRAP EQUAL **/

/******** BS-CALLOUT *******/
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
/******** FINE BS-CALLOUT *******/

h4.header{
    background-color: #3B4043;
    padding: 10px;
    color:white;
    border-radius: 2px;
}

#costoEvento {
    font-weight: bold;
}

h1{
    margin-top: 1em;
    margin-bottom:1.5em;
}

.anchorPrivacy {
    text-decoration: underline;
}

.anchorPrivacy:hover {
    text-decoration: none;
}
