/*
Author: Javed Ur Rehman
Website: https://www.allphptricks.com/
*/
html {font-size:100%}
p, li {
  font-size: 1.1em;
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
a {color:#0067ab; text-decoration:none;}
a:hover {text-decoration:underline;}
.form{width: 100%; margin: 20px auto;}
table {margin:30px 0}
input[type='text'], input[type='email'], input[type='password'], textarea {width: 100%; border-radius: 0px;border: 1px solid #CCC; padding: 10px; color: #333; font-size: 14px; margin-top: 10px;}
input[type='text'], input[type='email'] {
    
    padding:  10px;
    
}

/*input[type='submit']{padding: 10px 25px 8px; color: #fff; background-color: #0067ab; text-shadow: rgba(0,0,0,0.24) 0 1px 0; font-size: 16px; box-shadow: rgba(255,255,255,0.24) 0 2px 0 0 inset,#fff 0 1px 0 0; border: 1px solid #0164a5; border-radius: 2px; margin-top: 10px; cursor:pointer;}*/
input[type='submit']:hover {background:#ffdc50;color:#274193}
.dt-row{margin:3rem 0}
input[type='submit']{
background-color: #274193;
    border-color: inherit;
    text-transform: inherit;
    font-size: 14px;
    padding: 7px 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	width: 100%;
  padding: 0.6rem;
  font-size: 20px;
margin: 10px 0;
  border: none;	
	color:#fff;
}

table.dataTable {
  
  border-collapse: collapse!important;
 
}

.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.pagination {
  display: inherit;
  margin: 30px auto 30px;
  list-style: none;
  background-color: #fff;
  padding: 5px 4px;
  border-radius: 0px;
  border-width: 0;
}
.pagination a:hover {
  border-radius: 0px;
}

.btn {
  border: 1px solid #274193;
}
.menu ul {
  
	padding:0rem;
}

.menu ul li {
  list-style: none;
  display: inline-block;
  font-size: 100%;
	padding:1rem;
}

.menu ul li.current {
  color:#fff;
  background:#274193;
	}
form-check-input[type="checkbox"] {
  border-radius: .25em;
  margin-left: 15px;
}

hr {
  margin: 2rem 0;
  color: inherit;
  border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
  border-top: var(--bs-border-width) solid;
  opacity: .15;
}

label {font-size:1.3rem}

.orario-workshop, .orario-seminari{display:block;}

textarea {height:400px}

.campo {margin: 0 10px 0 0}

.form-control {
   
	border-color: #ccc;
	border-radius:0;
}

.tox-tinymce {
    border: 1px solid #ccc!important;
    border-radius: 0px!important;
   
}

.tox-statusbar__branding {display:none!important;}

#btn-pubblica {display:none;}


.relatore.workshop{display:none}

.relatore {
	position:relative;
	margin:35px 0;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    padding: 15px;

}

.relatore span{margin:0 15px 0 0}

.relatore .delete{
border-radius: 50%;
  width: 36px;
  height: 36px;
  background: #274193;
  position: absolute;
  top: -18px;
  right: -18px;
  font-size: 20px;
  padding: 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.evento-griglione  {
  margin: -1px;
  padding: 10px 15px;
  border: 1px #eaeaea solid;
}
.disabled {
  background-color: #444!important;
	
  color: #fff!important;
  opacity: 1;
}

.form-check-input {
 
  border-color: #ccc;
}