@CHARSET "UTF-8";

.clear {clear: both;}

.cmareg-toast {position: fixed; top: 40%; width: 20%; max-width: 400px; min-width: 200px; overflow: hidden; margin: 0 auto; left: 0; right: 0; z-index: 999999; background: rgba(0,0,0,0.7); color: white; font: normal 100% sans-serif; border-radius: 10px; text-align: center; padding: 1em 2em;}

.cmareg-form .cmareg-registration-field { clear:both; float:left; width:100%; margin-bottom:10px; }
.cmareg-form h3 {margin-bottom: 0.5em;}
.cmareg-form label {display: block !important;}
.cmareg-form .cmareg-field-description { clear:both; display:block; float:left; width:100%; }
.cmareg-form input[type=text], .cmareg-form input[type=email], .cmareg-form input[type=password] {width: 90%; max-width: 500px; font-size: 120%;}
.cmareg-form textarea {width: 90%; height: 100px; max-width: 500px;}
.cmareg-form .form-summary {margin-top: 1em;}
.cmareg-form .form-summary input {padding: 0.7em 2em 0.7em 2em !important; font: bold 18px 'Open Sans', Arial, sans-serif; color: white; border-radius: 5px 5px; border: none; background: #229966; cursor: pointer;}
.cmareg-form input[readonly] {background: #f0f0f0; color: #999;}
.cmareg-form input[type="checkbox"] {vertical-align: middle;}
.cmareg-form .form-summary input[disabled]{background: #999;}

.extended_profiles_notification { clear:both; float:left; width:100%; border:1px solid #ccc; margin-bottom:30px; }
.extended_profiles_notification .inner { background:#fff; color:#000; text-align:center; padding:25px; }
.extended_profiles_notification .inner a { font-weight:bold; text-decoration:none; }
.extended_profiles_notification .inner a:hover { font-weight:bold; text-decoration:underline; }

.delete_file {
    padding: 0.7em 2em 0.7em 2em !important;
    font: bold 14px 'Open Sans', Arial, sans-serif;
    color: white;
    border-radius: 3px 3px;
    border: none;
    background: #991b20;
    cursor: pointer;
    margin-bottom: 15px;
}