﻿body {
    color: #999999;
    font-family: 'Kumbh Sans', sans-serif !important;
    font-size: 14px;
}

/* Inizio stile Login */
    .LoginBox
{
    margin:30px auto;
    max-width:350px;
}

.LoginBox section
{
    margin-bottom:15px;
}

/*Inizio Stile Home Page*/
.quick-stats__item {
    padding: 1.5rem 1.5rem 1.45rem;
    border-radius: 2px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    display: flex;
    align-items: baseline;
    font-size:13px;
    color:#ffffff !important;
}


.quick-stats__info {
    min-width: 0px;
}

.quick-stats__info {
    display: inline-block;
    vertical-align: middle;
}

.quick-stats__info h2 {
    font-weight: normal;
    margin: 0;
    font-size: 1.6rem;
    color: #ffffff;
}

.quick-stats__info h2, .quick-stats__info small {
    line-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quick-stats__info small {
    font-size: 1rem;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0.6rem;
} 

.pulse
{
    animation-name:pulse;
}

.animated {
    animation-duration:1s;
    animation-fill-mode:both;
}

/* Inizio stile AjaxValidator */
.ValidationSummary
{
    border:solid 2px #dc4444; 
    margin-bottom:15px;
    padding:5px;
    font-weight:bold;
}

.ValidationSummary li
{
    font-weight:normal;
}

.FieldError
{
	border:solid 1px #dc4444 !important; 
    
}
.AjaxValidator div, .AjaxValidator td 
{ 
    border:solid 1px #dc4444; 
    background-color: White; 
    
}

.ajax__calendar_container TD
{
    border:none !important;    
}

.ajax__validatorcallout_error_message_cell
{
    font-size:13px !important;    
}

.ajax__validatorcallout_close_button_cell
{
    padding:3px!important;
}

.ajax__colorPicker_container table
{
    border-collapse:separate;   
}

.ajax__calendar
{
    z-index:10000 !important;    
}

.ajax__calendar *
{
    box-sizing:content-box !important;  
}

/* Inizio stile Suggestion */
.SuggestList {
    border: solid 1px #c5c5c5;
    padding: 0 !important;
}

.Suggestion {
    border-bottom: solid 1px #c5c5c5;
    padding: 3px;
    color: #6d7072 !important;
    background-color: #f8f3f9 !important;
    list-style-type: none;
}

.Suggestion:hover {
    border-bottom: solid 1px #c5c5c5;
    padding: 3px;
    background-color: #50afff !important;
    list-style-type: none;
    color: White !important;
    cursor: pointer;
} 

/* Inizio Stile Bottoni */
.btn-info {
    background-color: #e0d1bf;
    border-color: #e0d1bf;
}

.btn-info:hover {
    background-color: #8e8c7f;
    border-color: #8e8c7f;
}

.btn-secondary {
    background-color: #8e8c7f;
    border-color: #8e8c7f;
}

.btn-secondary:hover {
    background-color: #e0d1bf;
    border-color: #8e8c7f;
}

/* Inizio Stile Classi Comuni */
.Link {
    color: #5d3826;
    font-weight: bold;
    text-decoration: underline;
}

.CenterElement
{
    margin:0 auto;    
}

.Border
{
    border:1px solid #c5c5c5;    
}

.BoxInserimento
{
	margin: 15px auto 0 auto;
	background-color:#ffffff;
	position:relative;
	min-width:500px;
}

.HeaderInserimento
{
	height:30px;
	background-color:#ffffff;
    line-height:30px;
    padding:0 5px;
    color:#e0d1bf;
    font-weight:bold;
    font-size:16px;
    margin-left:5px;
    position:absolute;
    top:-17px;
}

.FormInserimento
{
    margin:0 auto;
    background-color:#ffffff;
    border:2px dotted #c3c5c5 !important;
    padding:15px; 
}

.FormInserimento table 
{
    border-collapse:separate;
}

.FormInserimento input[type=text], .modal-dialog input[type=text], .BoxFiltriRicerca input[type=text] 
{
    width: 160px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.FieldExplanation
{
    font-weight:bold;
	white-space:nowrap;
	color:#000000;
	width:200px;
	border-bottom:1px dotted #e0d1bf;
	padding:7px 3px;
}

.FieldExplanationSmall
{
    font-weight:bold;
	white-space:nowrap;
	color:#000000;
	width:120px;
	border-bottom:1px dotted #e0d1bf;
	padding:7px 3px;
}

.Required
{
    color:#e0d1bf;
}

.Field
{
	padding:0 5px;	
	vertical-align:bottom;
}

.ResizeNone
{
    resize:none;    
}

.Border
{
    border:1px solid #c5c5c5;   
}

.Titolo {
    color: #8e8c7f;
    font-weight: bold;
    margin-right:3px;
}

.LinkBackOffice
{
    color:#6d7072; 
    font-size:13px;
    font-weight:bold;
}

.LinkBackOffice:hover
{
    color:#e0d1bf;
    text-decoration:none;
    border-bottom:2px solid #e0d1bf;  
}

.LinkBackOfficeLight
{
   color:#6d7072; 
   font-size:13px;
   font-style:italic;
}

.LinkBackOfficeLight:hover
{
    color:#e0d1bf;
    text-decoration:none;
    border-bottom:1px dotted #e0d1bf;  
}

.RadioButtonList input, .CheckBoxList input
{
    margin:0 3px 0 0;
    vertical-align:middle;    
}

.Checkbox input {
    margin-right:5px;
}

/* Inizio stile Gridview */
.ListElement {
    width: 100%;
    border-right: solid 1px #c5c5c5;
    background-color: #ffffff;
    margin-top: 15px;
}
.ListElement td
{
	border: solid 1px #CFCFCF; 
	color:#000000;
	text-align:center;
}
.ListElement th  
{
    text-align:center;
	padding: 3px; 
	background-color:#e0d1bf;
	font-weight:bold;
	border: solid 1px #CFCFCF;
	color:#ffffff;	
	height:20px;
}
.ListElement th a
{
    text-decoration:none;
    color:#ffffff;	
}
.PagingList
{
	background-color:#e0d1bf; 
    border-top: solid 1px #CFCFCF;
}
.PagingList td
{
    border-right: solid 1px #CFCFCF;    
    padding:0px;
}
.PagingList table
{
	margin: 5px 0;
	float:right;
}
.PagingList table td 
{
	 border-width: 0; 
	 padding: 0 3px; 
	 border-left: solid 1px #CFCFCF; 
	 font-weight: bold; 
	 color: #ffffff;
	 font-size:13px; 
	 line-height: 12px; 
}   
.PagingList a 
{
	 color: #5d3826; 
	 text-decoration: none;
}
.PagingList a:hover  
{
	text-decoration: underline;
}
.TableWithoutBorder,.TableWithoutBorder td
{
    border:none;    
}

.ColonnaPulsantiGrid
{
    width:80px;
    text-align:left !important;
    padding-left: 10px;
    padding-right: 10px;
}

/*Inizio stile Tab*/
.MyTab
{
    min-height:30px;
    border-bottom:1px solid #CFCFCF; 
}

.MyTab .nav-link
{
    color:#6d7072 !important; 
    height:100%;   
}

.MyTab .nav-link:hover
{
    border:none;
    border-bottom:2px solid #e0d1bf;
}

.MyTab .nav-link.active
{
    background-color:#e0d1bf;
    color:#ffffff !important; 
    font-weight:bold;
}

.tab-content
{
    padding-top:20px;    
}

/* Inizio Stile Filtri di Ricerca */

.HeaderFiltriRicerca
{
	line-height:35px;
	background-color:#f8f9fa;
	border:1px dotted #CFCFCF;
}

.IconaHeaderFiltriRicerca
{
    margin:7px 5px;
    cursor:pointer;    
}

.BoxFiltriRicerca
{
	border-left:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	border-bottom:1px solid #CFCFCF;
	background-color:#ecedef;
	color:#191b1d;
}

.BoxFiltriRicerca table
{
    border-collapse:separate !important;
}

