﻿
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/*/* Set width on the form input elements since they're 100% wide by default * /
input,
select,
textarea {
    max-width: 280px;
}*/

/* ===================== STILI WEBLIMS71 ========================= */
.modalwide .modal-dialog, .modallarge .modal-dialog, 
.modalextralarge .modal-dialog, .modalultralarge .modal-dialog {
    max-width: 95%;
}

.card { min-height: 175px;}
.miele.card { min-height: 300px;}
table.grid-table tr.grid-row-selected a { color: #333;}

/* ******** */
.messaggioatempo {
    /*text-align: center;*/
    font-size: 18px;
    /*background-color: #FFFF66;
    /*box-shadow: 5px 5px 5px #555;
    /*border-radius: 10px;*/
    position: absolute;
    top: -80px;
    left: 50%;
    margin-left: -45%;
    z-index: 1000;
    width: 90%;
    height: auto;
    /*line-height: 80px;*/
    opacity: 0;
}

.messaggioerrore {
    font-size: 18px;
    box-shadow: 5px 5px 5px #555;
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -45%;
    z-index: 1000;
    width: 90%;
    height: auto;
}

.help {
    cursor: help;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0 2px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error,
select.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

/*.validation-summary-errors {
    color: #b94a48;
}*/

.validation-summary-valid {
    display: none;
}

/* *** *** Formato MOBILE-FIRST *** *** */


/* *** *** Formato PC-FIRST *** *** */
@media(min-width:768px) {
    .modalwide .modal-dialog { max-width: 50%;}
    .modallarge .modal-dialog { max-width: 60%;}
    .modalextralarge .modal-dialog { max-width: 90%;}
    .modalultralarge .modal-dialog { max-width: 95%; }
    .messaggioatempo { margin-left: -200px; width: 650px; /* considerare 250px della sidebar SX */ }
    .messaggioerrore { top: 50px; margin-left: -200px; width: 650px; /* considerare 250px della sidebar SX */ }
    .navbar-nav > .user-menu > .dropdown-menu {width:300px !important;}
}