/* This class will be hidden in any modal */
.modal-dialog .msm-dialog-hide {
    display: none;
}

.ajax-form-loading {
    color: rgba(255,0,0,0);
    background-repeat: no-repeat;
    background-position: center top 16px;
    background-color: transparent; 
    background-size: 96px 96px;
    background-image: url('../img/spinner.svg');
    min-height: 128px;
}

.ajax-form-loading.small {
    min-height: unset;
    background-size: 20px;
    background-position: center center;
}

.ajax-form-loading * {
    display: none;
}

/*#form-dlg .modal-dialog {*/
/*    max-width: 100%;*/
/*}*/

#form-dlg .modal-dialog .modal-footer .modal-close-btn.btn-link {
    background: transparent;
    color: #0e62ae;
    text-decoration: underline;
}

#form-dlg .modal-dialog .modal-footer .modal-close-btn.btn-link:hover {
    text-decoration: none;
}

/* Start message styles */
.content-style .success {
    color: green;
    font-weight: bold;
}

.content-style .error {
    color: red;
    font-weight: bold;
}

.content-style ul.errors {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
/* End message styles */

/* Start form styles */
.content-style .readonly {
    border: 1px solid #CCCCCC;
    color: #696969;
    background-color: none;
}

.content-style .fieldnote {
    font-size: 80%;
}

.content-style .search-field {
    vertical-align: top;
    padding: 0 10px 5px 0;
    display: inline-block;
    zoom: 1;
}
/* End form styles */
