
.register-box.area-description > hr {
    margin-bottom: -1%;
}

body {
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}

.p-t-15 {
    padding-top: 15px !important;
}
.p-t-20 {
    padding-top: 20px !important;
}

.p-b-25 {
    padding-bottom: 25px !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.login-box {
    border: 1px solid ;
}

.dl-bando dt {
    margin-bottom: 20px;
    width: 180px !important;
}

.dl-bando dd {
    margin-bottom: 20px;
    margin-left: 200px !important;
}

.ul-sidebar {
    list-style: none;
    margin-left: -30px;
}

.ul-sidebar li {
    margin-bottom: 20px;
}

.title {
    font-weight: bold;
    color: #000000;
}

.chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li
{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body
{
    /*margin-left: 60px;*/
}

.chat li.right .chat-body
{
    /*margin-right: 60px;*/
}


.chat li .chat-body p
{
    margin: 0;
    color: #777777;
}

span.buttonCosti {
    margin-right: 5px;
}

span.buttonCosti:hover{
    color: #FFFFFF;
    margin-right: 5px;
    filter: brightness(85%);
}

.messages-user-image {
    background-image: url('../images/user_avatar.png');
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.messages-cciaa-image {
    background-image: url('../images/logo_camera.png');
    background-size: 90px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.msg-unread {
    background-color: rgba(0, 125, 255, 0.1);
}

.msg-read {
    background-color: #FFFFFF;
}

.msg .btn-download > a:hover, .msg .btn-download > a:active, .msg .btn-download > a:visited, .msg .btn-download > a {
    color: #FFFFFF;
    text-decoration: none;
}

.messages-user-image {
    background-image: url('../images/user_avatar.png');
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.messages-cciaa-image {
    background-image: url('../images/logo_camera.png');
    background-size: 90px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.padding-top-20{
    padding-top: 20px;
}

.padding-top-15{
    padding-top: 15px;
}

.home-link:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.btn-lg-custom {
    padding: 10px 16px;
    font-size: 16px !important;
    line-height: 1;
    border-radius: 6px;
}

.text-black{
    color: black;
}

span.text-black  a{
    color: #2041A3 !important;
    text-decoration: underline !important;
}

span.text-black  a:hover {
    color: #18317A !important;
}


.boldstyle{
    color: #696969 !important;
    font-weight: bold !important;
}

.boldstyle-info{
    color: #ffffff !important;
    font-weight: bold !important;
}

/* activity tab */
ul.activity-list li {
    padding-bottom: 15px;
}
ul.activity-list li:not(:last-child) {
    border-bottom: 1px solid #dddddd;
}
ul.activity-list li:not(:first-child) {
    padding-top: 15px;
}
ul.activity-list li .activity-icon {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    background-color: #e4e4e4;
    color: #656565;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
}
ul.activity-list li p {
    margin-bottom: 0;
    padding-left: 40px;
}
ul.activity-list li .timestamp {
    display: block;
    font-size: 0.85em;
    color: #b1b1b1;
}

.activity .more i {
    margin-left: 3px;
    position: relative;
    top: 1px;
}

.reply-msg:hover {
    cursor: pointer;
    color: black;
}

.grey {
    background-color: #DEDEDE;
    color: #000000 !important;
}

.sidebar-box-title {
    font-size: 18px !important;
    font-weight: 600;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.inbox-item {
    padding: 5px;
}

.top-bar .notifications .inbox .dropdown-menu {
    left: -170px;
}


.msg-box {
    width: 400px;
    background-color: #FFF5EE !important;
    /*background-color: #FFFAF0 !important;*/
    border: 1px solid #cccccc !important;
}

.msg-box-user-image {
    background-image: url('../images/user_avatar.png');
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.msg-box-cciaa-image {
    background-image: url('../images/logo_camera.png');
    background-size: 90px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.msg-box-img-container {
    width: 30px;
    height: 30px;
}

.msg-box-link {
     padding: 3px 5px !important;
 }

.msg-box-link:hover {
    background-color: #FAF0E6 !important;
}

.msg-box-timestamp {
    padding-left: 200px;
    color: #999;
    font-size: 85%;
}

.notification-header {
    padding: 5px 10px;
    border-bottom: 3px solid #F5F5F5;

    background-color: #AC1E28;
    /*background-color: #d9534f;*/
    color: white;
    margin: 5px;
}

.msg-box-sidebar {
    min-height: 125px;
    border: 1px solid #DEDEDE !important;
}

.user-name-top-bar {
    color: white;
    padding-left: 15px;
    top: 5px;
    position: relative;
}

/* Override select2 height */
.select2-container .select2-choice {
    height: 36px !important;
}

.full-width .select2-container {
    width: 100% !important;
}

.login-box-header {
    width: 350px;
}

.login-box-header-content {
    padding: 15px;
}

/*.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {*/
    /*background-color: #fff !important;*/
    /*color: #ac1e28 !important;*/
/*}*/

.accediButton {
}

.m-l-40 {
    margin-left: 40px;
}

.m-l-10 {
    margin-left: 10px
}

.all-msg-link:hover {
    background-color: #F5DEB3 !important;
}

.badge-msg {
    background-color: #ffffff !important;
    color: #AC1E28 !important;
}

.notification-item:hover .badge-msg {
    background-color: #AC1E28 !important;
    color: #ffffff !important;
}

.dettaglio-title {
    color: #000000;
}

.msg-body {
    word-break: break-all;
}

.as-well {
    margin-top: 40px;
}

.list-msg-header {
    padding: 0px 4px;
    margin: 5px 10px 8px 10px;
    background-color: #FFFAFA;
}

.pdf-domanda-download {
    text-align: center;
    padding: 25px;
    font-size: 18px;
}

.modal-header-sm {
    padding: 0px 15px 0px 15px !important;
}

.alert-compact {
    padding: 1px 0 1px 0px !important;
}

.alert-compact ul {
    margin-left: -30px;
}

.info-box-allegati {
    margin-bottom: 5px;
    /*border: 1px dotted darkgrey;*/
    padding: 4px;
}

.dettaglio-impresa dd {
    font-size: 18px;
    color: #696969;
}

.list-pdf {
    margin-top: -10px;
}

.register-box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #ececec !important;
    padding: 15px;
    background-color: white;
    color: #696969;
    margin-bottom: 20px;
}

.padding-50 {
    padding: 50px;
}

.padding-25 {
    padding: 25px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-t-30 {
    margin-top: 30px;
}

.area-box {
    padding: 0 0 20px 0;
}

.data-sessione h3 {
    margin-top: 5px;
}

.btn-scegli {
    margin-top: -5px;
}

.data-sessione .sessione-row {
    border-top: solid 1px #E0E0E0;
    padding: 20px 0 40px 0;
    margin-top: 10px;
}
.data-sessione .sessione-row.first-sessione-row {
    border-top: none;
}

.area-box-content {
    padding-left: 15px;
    padding-right: 15px;
}

.area-description .area-description-left {
    padding: 20px 0 0 15px;
}

.area-img {
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 50%;
}

.area-description .area-img {
    height: 150px;
    width: 150px;
}

.prenotazione-header .area-img {
    height: 75px;
    width: 75px;
    background-size: 75px !important;
}

.prenotazione-header {
    background-color: #FCF8E3 !important;
    border: solid 1px #FAEBCC !important;
}

.prenotazione-header h1,
.prenotazione-header h2,
.prenotazione-header h3,
.prenotazione-header h4,
.prenotazione-header h5{
    color: #333 !important;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.prenotazione-header .intro-text {
    text-transform: uppercase;
    font-weight: bold;
    color: #AC1F28 !important;
}

.prenotazione-header .full-row {
    height: 75px;
}
.prenotazione-header .half-row {
    height: 38px;
}

.area-description a {
    font-weight: bold;
    /*text-decoration: underline;*/
}


.area-description-text {
    height: 55px;
}

.input-lg, .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.no-side-margin {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.list-registrazione {
    list-style: none;
}

.list-registrazione li {
    margin-top: 20px;
}

.list-registrazione li span {
    color: black !important;
}

.control-label {
    color: black !important;
}

.register-title {
    color: black !important;
    word-wrap: break-word;
}

.form-signin{
    padding: 15px;
    margin: 0 auto;
}


.login-input {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.login-input-pass {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.signup-input {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.signup-input-confirm {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}



.create-account {
    text-align: center;
    width: 100%;
    display: block;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-center{
    width: 50%;
    text-align: center;
    margin: inherit;
}

.social-login-btn {
    margin: 5px;
    width: 80px;
    height: 80px;
    font-size: 250%;
    padding: 0;
}

.social-login-more {
    width: 45%;
    margin-top: 25px;
}

.social-google {
    background-color: #da573b !important;
    border-color: #be5238 !important;
}
.social-google:hover{
    background-color: #be5238 !important;
    border-color: #9b4631 !important;
}

.social-twitter {
    background-color: #1daee3 !important;
    border-color: #3997ba !important;
}
.social-twitter:hover {
    background-color: #3997ba !important;
    border-color: #347b95 !important;
}

.social-facebook {
    background-color: #4c699e !important;
    border-color: #47618d !important;
}
.social-facebook:hover {
    background-color: #47618d !important;
    border-color: #3c5173 !important;
}

.social-linkedin {
    background-color: #4875B4 !important;
    border-color: #466b99 !important;
}
.social-linkedin:hover {
    background-color: #466b99 !important;
    border-color: #3b5a7c !important;
}

.social-login-btn i {
    font-size: 25px;
    margin-top: 20px;
}

.cns-login {
    background-color: #444 !important;
    border-color: #444 !important;
}

.cns-text {
    font-weight: bold;
    font-size: 16px;
}

.error-label {
    color: #a94442;;
}

.result-check-ok {
    border-color: #3c763d !important;
    color: #3c763d !important;
}

.result-check-ko {
    border-color: #a94442 !important;
    color: #a94442 !important;
}

.breadcrumb-new {
    margin-bottom: -36px !important;
    background-color: white !important;
}

.breadcrumb > .active {
    color: #606060 !important;
}


.bando-title, .as-title {
    color: black !important;
    margin-bottom: 3px !important;
}

.wizard-box {
    color: #000000;
    border: 1px solid #DEDEDE;
}

.check-whith-errors {
    margin-top: -19px !important;
}

.newsletter-link {
    color: dodgerblue;
    cursor: pointer;
}

.checkboxes-wrapper {
    padding: 15px 25px;
    background-color: #f1f2f7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.intro-box-button {
    font-size: 15px !important;
    margin-top: 45px !important;
    margin-bottom: -25px !important;
    cursor: pointer;
}

.control-label {
    color: #696969 !important;
}

.date-time-dettaglio {
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
}

.select-error {
    margin-top: 10px;
    width: 80%;
    padding: 5px !important;
}

.user-data-profile-list {
    list-style: none;
    margin-left: -28px;
    margin-top: 15px;
}

.user-data-profile-list li {
    margin-bottom: 15px;
}

.user-data-profile {
    font-weight: bold;
    font-size: 22px;
    color: #696969;
    word-break: break-all;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-uppercase h4 {
    text-transform: capitalize !important;
}

.description-text {
    padding-top: 5px;
}

.wrap-word {
    word-wrap: break-word;
}

.list-home {
    /*list-style: none;*/
    margin-left: -25px;
    font-size: 15px;
}

.list-home li {
    margin-top: 10px;
}

.text-home {
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: darkblue;
    margin-left: -15px;
}

.prezzo {
    font-size: 35px;
    font-weight: bold;
    color: #ac1f28;
}

.box-home {
    padding: 15px;
    background-color: #DCDCDC;
    margin-top: -20px;
}

.box-home-p {
    color: #696969;
    font-weight: bold;
    font-size: 18px;
}

.home-icon {
    font-size: 45px;
    color: #000000;
    margin-top: 10px;
}

.h4-home {
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    font-weight: bold;
}

.supporto-box {
    height: 115px !important;
}

.supporto-box > *{
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}

.title-home {
    text-align: center;
    font-weight: bold;
    margin-top: -5px;
    color: #696969;
    font-size: 20px;
}

.bozza-row td {
    background-color: #FFFFE0 !important;
}

.dataRitiroP {
    background-color: lightyellow;
    font-size: 23px;
    padding: 5px;
    font-weight: bold;
}

.box-img-container {
    width: 190px;
    height: 190px;

    border: 1px solid #A9A9A9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*
    -webkit-box-shadow: 0px 21px 18px -6px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 21px 18px -6px rgba(0,0,0,0.17);
    box-shadow: 0px 21px 18px -6px rgba(0,0,0,0.17);
    */
}

.title-box-container {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    height: 100px;
    position: relative;
}

.area-box .title-box-container {
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-color: #696969;
}

.subtitle-box-container {
    font-size: 15px;
    padding: 5px;
    color: #ac1f28;
    margin-top: -15px;
    margin-bottom: 13px;
}

/* STEP WIZARD */
.stepwizard-step p {
    margin-top: 10px;
    font-size: 15px;
    color: #333;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 17px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 6px 0;
    font-size: 21px !important;
    line-height: 1.428571429;
    border-radius: 22px !important;
}

.btn-primary-mi {
    background-color: #ac1f28;
    border-color: #ac1f28;
    color: white;
    margin-left: 40%;
}

.btn-primary-mi:hover {
    color: white;
}

.btn-primary-mi-inactive {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: black;
    margin-left: 40%;
}

.btn-primary-mi-inactive:hover {
    color: black;
}

.btn-left {
    padding-right: 30px;
}
.btn-right {
    padding-left: 30px;
}

.separator {
    margin-bottom: 25px;
    height: 1px;
    background-color: #dcdcdc;
}

.separator2 {
    margin-top: 0;
    height: 1px;
    background-color: #dcdcdc;
}

.site-title {
    margin-top: -3px;
    margin-bottom: 18px;
    font-weight: bold;
}

.register-box-det {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    background-color: white;
    color: #696969;
}

.question-bg {
    background-image: url('../images/question-bg.png');
    /*background-size: 32px;*/
    background-repeat: no-repeat;
    background-position: 200px -20px;
}

.title-box-container .area-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 5px 15px;
    margin: 0;
    text-align: center;
}

.area-title h3 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.label-aligned {
    padding-top: 7px;
    vertical-align: middle;
    text-decoration: underline;
}
.label-aligned a {
    padding-left: 10px;
}

ul.glyph-list li {
    list-style: none;
    text-indent: -20px;
    line-height: 175%;
}
ul.glyph-list li i {
    margin-right: 5px;
}
i.glyphicon.margin-right-10 {
    margin-right: 10px;
}
i.glyphicon.glyphicon-green {
    color: #299219;
}
i.glyphicon.glyphicon-red {
    color: #AC1E28;
}

.form-group-empty {
    display: none;
}

.input-text-with-help{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 90%;
    float:left;
    margin: 0 1% 2% 2%;
}

.div-radio-with-help{
    background-color: #fff;
    background-image: none;
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 90%;
    float:left;
    margin: 0 1% 2% 2%;
}

.input-text-with-help:focus{
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(102,175,233, 0.575) inset, 0 0 8px rgba(102,175,233,0.5);
    outline: 0 none;
}

.input-group.bootstrap-filestyle {
    display: inline-table;
    float: left;
    margin: 0 1% 2% 2%;
    width: 49%;
}

.textarea-with-help{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 120px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 90%;
    float:left;
    margin: 0 1% 2% 2%;
}

.check-box-with-help{
    float: left;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    margin: 0 1% 2% 2%;
}

select[id*='_day'], select[id*='_month'], select[id*='_year'] {
    float: left;
    margin: 0 1% 2% 2%;
    padding-top: 0.4%;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    width: 120px;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

input[type="checkbox"] {
    float: right;
    margin: 1% 0% 2% 2% !important;
    width: 20px;
}

.form-control-help {
    float: none;
    margin: 0 1% 0 2%;
    padding-top: 1%;
}

.form-with-help-row{
    margin-bottom: 2%;
    margin-top: 2%;
}

.form-label-with-help{
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    margin: 0 2% 1%;
    color: #808080;
}

.checkbox-help{
    margin-left:2.5%
}

.nota-allegato{
    margin:0 3% 1% 2%;
    width: 80%;
}

.nota-allegato > span {
    font-size: 12px;
    text-align: left;
}

.select-with-help {
    display: inline-block;
    float: left;
    margin: 0 1% 2% 2% !important;
    width: 80%;
}

.form-with-help-group-row{
    border-radius: 10px;
    /*box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);*/
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 10px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: inline-table;
}

.btn-back{
    background-color: rgb(212, 30, 40);
    border-color: rgb(212, 30, 40);
    color: #fff;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 20px;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;

}

.btn-back:hover{
    background-color: rgb(182, 30, 40);
    border-color: rgb(182, 30, 40);
    color: #fff !important;
}

/* style in aggiunta alla taglib del datepicker frontend */

.control-label.col-lg-3 {
    display: none;
}

.input-group {
    margin: 0 1% 3% 2%;
    /*margin: 0 1% 3% 0$;*/
}

.risposta-label{
    font-weight: bold;
}

.messaggio{
    margin-bottom: 3% !important;
    margin-top: 3% !important;
}

.messaggio-utente{
    float: right !important;
}

.textarea-operatore{
    background-color: #eee !important ;
}

.textarea-utente{
    background-color: #eee !important;
}

.text-table{
    text-align: center !important;
}

/*.table th, tr{*/
    /*text-align: center !important;*/
/*}*/

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

.width-80-px{
    width: 80px !important;
}

.form-allegato {
    display: inline-flex;
    width: 70%;
}

.messaggio-filestyle .input-group.bootstrap-filestyle {
    display: inline-table;
    float: left;
    margin: 0 2% 2% 0;
    width: 49%;
}

.messaggio-label {
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px;
}

.messaggio-data{
    font-size: 10px;
    color: #b1b1b1;
    margin-top: 10px;
    margin-bottom: 10px;
}

.messaggio-allegato{
    float: right;
    margin-top: 15px;
}

.margin-bottom-top{
    margin: 1% 0;
}

.textarea{
    border-radius: 0px;
    border: 1px solid #ccc;
    /*box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);*/
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 10px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: inline-table;
}

.ultimo-step {
    width: 100%;
}

.risposta-front{
    display: inline-flex;
    margin-top: 2%;
    margin-bottom: 2%;
}

.legend {
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 0;
    display: block;
    font-size: 18px;
    line-height: inherit;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
    color: #ac1f28;
}

.table-riga-bozze{
    background-color: #FFFFE0;
}

.margin-top-0{
    margin-top: 0px !important;
}

.table-riga-no-bozze{
    background-color: #F6F6F6;
}

.tasto-indietro{
    margin-right: 2%;
}

.testo-destra{
    text-align: right;
}

.help-div{
    display: inline-table;
    margin: 1%;
}

.margin-input-date{
    margin-left: -0.5%
}

.error-radio{
    border: 1px solid #a94442;
    border-radius: 4px;
}

.error-checkbox{
    border: 1px solid #a94442;
    border-radius: 4px;
    float: right;
}

.error-checkbox-label{
    margin-bottom: 2%;
}

.checkbox-row .error {
    margin-left: 1%;
}

.error-label-radio{
    width:100%;
    float:left;
    margin:0px;
    border: 1px solid transparent;
    border-radius: 4px;


    color: #A94442;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:14px;
    line-height:1.42857;
    font-weight: normal;
    background-color: #F2DEDE;
    border-radius:4px;
    padding: 1% 2%;
}

.label-radiobox{
    color: #808080;
    margin-left: 1%;
    margin-right: 10%;
    display: unset !important;
}

.le-mie-richieste{
    color: #696969;
    font-size: 24px;
    padding: 2%;
}

/*validazione lato front box errore*/
.error {
    border:1px solid #A94442;
    border-radius:4px;
    float: left;
}

.input-text-with-help.error:focus{
    border-color:#A94442;
    box-shadow: 0 1px 1px rgba(185,44,42, 0.575) inset, 0 0 4px rgba(185,44,42,0.575);
    outline: 0 none;
}

label.error {
    color: #A94442;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:14px;
    line-height:1.42857;
    font-weight: normal;
    background-color: #F2DEDE;
    border:1px solid transparent;
    border-radius:4px;
    margin-left: 2%;
    margin-top: -10px;
    padding: 1% 2%;
    width: 90%;
}


.box-riepilogo{
    margin-top: -1% ;
    padding: 0 3%;
}

/*Grafica div modale operazioni irreversibili*/

.ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog .ui-dialog-buttonpane {
    background-image: none !important;
    border-width: 0 !important;
    text-align: center !important;
}

.ui-widget-header {
    background: #ddd !important;
    border: 1px solid #aaaaaa !important;
    color: #696969 !important;
    font-weight: bold !important;
}

.ui-dialog-buttonset > button {
    width: 70px;
}

.ui-dialog-buttonset {
    margin-left: 4%;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none !important;
    text-align: center !important;
}

.ui-dialog-content.ui-widget-content {
    padding: 7% 0% !important;
    text-align: center !important;
}

.area-editor{
    border-top: 1px solid lightgrey;
    margin-top: 3%;
    padding-top: 3%;
}

.box-agenda{
    float: right;
}

.wait {
    pointer-events: none !important;
}

.tabellaGruppoCampi{
    margin-top: 15px;
}

.tabellaGruppoCampi th{
    text-align: center;
}
.tabellaGruppoCampi table{
    background-color: transparent;
}


.tabellaGruppoCampi textarea{
    resize: none;
}
.tabellaGruppoCampiRiepilogo > table{
    background-color: transparent;
}

.tabellaGruppoCampi .datepicker-year-anchor > div{
    width: 100% !important;
    padding: 0;
}
.tabellaGruppoCampi .check-box-with-help{
    float: none !important;
}

.tooltip  .tooltip-inner {
    width:auto !important;
    max-width: none;
}