.HeadPage h2{
    font-size: 2em;
     display:inline;
     margin-right:10px;
 }
 .HeadPage h3{
     font-size: 1.5em;
     text-align: center;
     font-weight: bold;
     margin:0;
     padding:0;
     color :#006799;
 }
 .HeadPage .Obbligatori{
     display: inline;
     float: right;
     border: 1px solid #e5e5e5;
     -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
     box-shadow: 0 1px 1px rgba(0,0,0,.04);
     background: #fefeba;
     width: 280px;
     text-align: center;
 }


.crop img {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.wrap {
    margin: 10px 20px 0 2px;
}

.wrap .add-new-h2, .wrap .add-new-h2:active, .wrap .page-title-action, .wrap .page-title-action:active {
    margin-left: 4px;
    padding: 4px 8px;
    position: relative;
    top: -3px;
    text-decoration: none;
    border: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #f7f7f7;
    text-shadow: none;
    font-weight: 600;
    font-size: 13px;
    line-height: normal;
    color: #color: #fff;
    cursor: pointer;
}


a, div {
    outline: 0;
}
a {
    color: #0073aa;
    transition-property: border,background,color;
    transition-duration: .05s;
    transition-timing-function: ease-in-out;
}


.wrap .add-new-h2:hover, .wrap .page-title-action:hover {
    border-color: #008ec2;
   
    color: #fff;
}

a:active, a:hover {
    color: #00a0d2 !important;
}

.postbox {
    position: relative;
    min-width: 255px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    background: #fff;
}

.postbox, .stuffbox {
    margin-bottom: 20px;
    padding: 0;
    line-height: 1;
}

#post-body-content {
    width: 100%;
    min-width: 463px;
    float: left;
}


.postbox .inside {
    padding: 0 12px 12px;
    line-height: 1.4;
    font-size: 13px;
}

.h, .s {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: none;
    z-index: auto;
    width: auto;
    height: auto;
    position: static;
    cursor: pointer;
    opacity: 1;
    margin: 0;
    padding: 10px 20px;
    overflow: visible;
    border: 1px solid #018dc4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font: normal 16px/normal "Times New Roman", Times, serif;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #0199d9;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
    text-shadow: -1px -1px 0 rgba(15,73,168,0.66);
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}

button, input[type="submit"] {
    background-color: #0199d9 !important;
    color: #fff !important;
}

button:hover, input[type="submit"]:hover {
    cursor: pointer;
    background-color: #3cd5d7 !important;
    border-color: #29cbd1 !important;
}

#outer
{
    width:100%;
    text-align: center;
}
.inner
{
    display: inline-block;
}

.inner a {
    color:inherit;
    text-decoration: none;
   }

div.error {
    margin-top:20px;
    color: #dc3232;

}

input[type="submit"] {
	background-color: #65dde0;
	box-shadow: none;
	color: #004a4d;
	font-weight: 600;
  padding: .6em 1.2em;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}

.request-overlay {
    z-index: 9999;
    position: fixed; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    background: rgba(200,200,200,0.5)url('../img/loader.gif') no-repeat center; /*.gif file or just div with message etc. however you like*/
}

#text{
    position: absolute;
    top: 50%;
    left: 50%;
    color: black;
    font-size: 20px;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
  }

.entry-content {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

table.fixed {
    table-layout: fixed;
    border-collapse: collapse; 
}
table.widefat {
    background: #fff;
}

table.widefat {
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.widefat {
    border-spacing: 0;
    /* width: 130%; */
    clear: both;
    margin: 0;
}

.widefat * {
    word-wrap: break-word;
}

.widefat th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}
.widefat td, .widefat th {
    border: 1px solid #ddd;
    padding: 4px;
}

.widefat tr:nth-child(even){background-color: #f2f2f2;}

#content > .container {
    width: 1400px !important;
    padding: 0;
}
@media (min-width: 992px) {
.offset-lg-2 {
    margin-left: 0% !important;;
}
}
@media (min-width: 992px) {
.col-lg-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
}

#post-body-content > div.postbox
{
   
    width: 60%;
    left: 50%;
    transform: translate(-50%,0%);
}