@charset "utf-8";
/* CSS Document */

body {
	
}

a {
    color: #455BA6 ;
}

a:hover,
a:focus {
  color: #839f57 ;
  text-decoration: underline;
}

.btn-default {
    background: #eee none repeat scroll 0 0;
    border-color: #ccc;
    color: #524936;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-primary {
    color: #fff !important;
    background: #455BA6 !important;
    border-color: #21326a !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #697397 !important;
    border-color: #697397 !important;
}

.btn-gray {
    color: #000 !important;
    background: #dbdbdb !important;
    border-color: #bdbdbd !important;
}

.btn-gray:hover {
    color: #000 !important;
    background-color: #dbdbdb !important;
    border-color: #bdbdbd !important;
}

.btn-success {
  color: #fff;
  background-color: #839f57  !important;
  border-color: #546c2e !important;
  /* background-color: #455BA6  !important;
  border-color: #21326a !important; */
}

.btn-warning {
  color: #fff;
  background-color: #F90 !important;
  border-color: #FF8000;
  /*color: #fff;
  background-color: #FF7C80 !important;
  border-color: #DF6A24;*/
}

.btn-tbar {
  /*color: #fff;
  background-color: #ED6A3C !important;
  border-color: #EA683B;*/
  color: #524936;
  background-color: #e6e6e6 !important;
  border-color: #b5b5b5;
}

.btn-tbar:hover {
  /*color: #fff;
  background-color: #5D9972 !important;
  border-color: #5D9972;*/
  color: #333;
  background-color: #e6e6e6 !important;
  border-color: #737373;
}

.btn-tbar-danger {
  color: #fff;
  background-color: #830000 !important;
  border-color: #500000;
}

.btn-tbar-danger:hover {
  color: #fff;
  background-color: #830000 !important;
  border-color: #500000;
}

.btn-tbar-annulla {
  color: #fff;
  background-color: #bf7c00  !important;
  border-color: #b37500;
}

.btn-tbar-annulla:hover {
  color: #fff;
  background-color: #bf7c00 !important;
  border-color: #b37500;
}

nav a,  
nav a:hover,
nav a:focus {
	font-size:12px;
	text-decoration:none;
}

.nav-link-w {
	color:#547126;
}

.nav-link:focus, .nav-link:hover {
    color: #839f57;
  }



.noLink {
    pointer-events: none;
}

.bg-light {
	background-color: #f2f2f2 !important;
	border:1px solid rgba(0,0,0,.125);
    box-shadow: 0 .2rem .5rem rgba(0,0,0,.10) !important;
}

.tab-pane {
	padding:20px;
}

fieldset {
	border: 1px solid rgb(204, 204, 204);
	padding:10px;
	margin-top:15px;
}

legend {
	margin-top: -25px;
	background: #EEE;
	border: 1px solid rgb(204, 204, 204);
	padding: 0 10px;
	font-size:18px !important;
}

.text-right {
	text-align:right !important;
}

.form-check {
	padding-left:0 !important;
}

.form-select{
	display:inline;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-color: #dee2e6;
}

.tab-pane {
    margin-top: -1px;
    border: solid 1px #dee2e6;
}

.btnSwal {
	margin:0 5px 0 5px;
}

.section-title {
	color: #839f57;
}

.card-header {
	color: #839f57;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	font-size:14px;
	padding:8px;
}

.form-check-input:checked {
    background-color: #839f57;
    border-color: #839f57;
}

.popover-users {
  max-width:600px;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: #ffdc28ba !important;
}

.fc-daygrid-event {
    font-size: 11px !important;
}

.fc-event-time {
  min-width: 30px !important;
}

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
  margin-right: 1px !important;
}
