body { font-family:Arial, Helvetica, sans-serif; font-size:14px; } .main { height:100%; } header { background:#212121; min-height:64px; } footer { background:#212121; min-height:42px; margin-top:10px; } footer .container { padding:10px 10px 0px 10px; } footer span, footer a { font-size:12px; color:#d1d1d1; } footer span:hover, footer a:hover { color:#d1d1d1; } @media (max-width: 767px) { header, footer { margin-right:-20px; margin-left:-20px; } } .space70 { margin-top:70px; } .eventbanner { width:420px; height:220px; border:1px solid #cccccc; background-color:#dddddd; } .eventname { font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; font-size:30px; margin-top:30px; line-height:35px; } .eventContent { margin-top:20px; } .form-horizontal, .form-new { border-radius:10px; /*background-color:#eeeeee;*/ padding:20px 15px 0px 15px; margin-bottom:17px; border:0px none; } .form-horizontal .alert-block { margin-top:15px; } .form-horizontal .control-group, .form-new .control-group { margin-bottom:0; } .form-horizontal .control-group.error .help-inline, .form-new .control-group.error .help-inline { display:block; } .form-horizontal .control-label { padding-top:25px; display:block; float:none; text-align:left; margin-bottom:12px; } .form-horizontal .controls, .form-new .controls { margin-left:0; } .form-horizontal input[type="text"], .form-horizontal input[type="password"], .form-new input[type="text"], .form-new input[type="password"] { width:93%; } .form-horizontal .form-actions { margin:0; padding-left:0; padding-right:0; background:transparent; border-top:0 none; } .row-fluid form h1 { font-size:30px; font-weight:normal; margin:0; line-height:30px; } .form-inline .checkbox input[type="checkbox"] { margin-left:24px; } #LoginForm_rememberMe { width:20px !important; } .remember_me { padding-top:22px !important; } #register-form legend + .control-group { margin-top:0; } #register-form .control-group { float:left; margin-right:10px; width:46%; } #register-form .control-group select { width:98%; } #register-form .control-group p.help-block { margin-top:0px; } #register-form .wid345 { width:100% !important; } .form-horizontal input[type="text"].large, .form-horizontal input[type="password"].large { clear:both; } .fullwid-control-group { width:99% !important; } .fullwid-control-group textarea { width:85%; min-width:206px; } div.error span#bio_count { color:#b94a48; } div span#bio_count { margin-left:5px; margin-top:10px; } .class-checkbox-form { margin-left:18px; margin-top:-17px; } #register-form div.form-actions { padding-right:0px; } #register-form div.form-actions .btn-large { width:100%; } #register-form div.control-group .control-label { padding-top:10px; } #register-form fieldset { margin-top:15px; } .title-select-width { width:50% !important; } .select-width { width:100% !important; } p.help-block { color:#848482; font-size:12px; margin-top:5px; } div.static .content { font-size:14px; } div.static .header h1 { font-size:24.5px !important; } .form-new select.error, .form-new input.error, .form-new textarea.error { border-color: #b94a48; color: #b94a48; } .form-new input { height: 30px; font-size: 18px; } .g-recaptcha { transform-origin: left top; -webkit-transform-origin: left top; } .eorg-btn-save { padding: 11px 19px !important; font-size: 17.5px !important; cursor: pointer !important; text-align: center !important; } .eorg-btn-cancel { color:#007bff; background-color:transparent; background-image:none; border-color:#007bff; padding: 10px 19px !important; font-size: 17.5px !important; cursor: pointer !important; text-shadow: none !important; } .eorg-btn-cancel:hover { background: #e7e7e7 !important; color: #fff !important; } .form-new .error { color: #b94a48 !important; } /* Change styles for cancel button and signup button on extra small screens */ @media screen and (max-width: 375px) { .form-new input { height: 40px; font-size: 20px; } .eorg-btn-save, .eorg-btn-cancel { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .eorg-btn-save{ width: 100%; display: block; margin-bottom: 10px; } .eorg-btn-cancel{ display: block; margin-left: 0px !important; } } .span5 {border: 1px solid #948c8c; border-radius: 12px; } .chkbox-container { display: block; position: relative; padding-left: 25px; margin-bottom: 12px; cursor: pointer; /*font-size: 22px;*/ -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* Hide the browser's default checkbox */ .chkbox-container input { position: absolute; opacity: 0; cursor: pointer; } /* Create a custom checkbox */ .checkmark { position: absolute; top: -3px; left: 0; height: 20px; width: 20px; background-color: #fff; border: 2px solid #ccc; } /* On mouse-over, add a grey background color */ .chkbox-container:hover input ~ .checkmark { background-color: #fff; } /* When the checkbox is checked, add a blue background */ .chkbox-container input:checked ~ .checkmark { background-color: white; } /* Create the checkmark/indicator (hidden when not checked) */ .checkmark:after { content: ""; position: absolute; display: none; } /* Show the checkmark when checked */ .chkbox-container input:checked ~ .checkmark:after { display: block; } /* Style the checkmark/indicator */ .chkbox-container .checkmark:after { left: 7px; top: 3px; width: 3px; height: 8px; border: solid #2196F3; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .btn:active{ -webkit-box-shadow: none !important; box-shadow: none !important; -webkit-transition: none !important; transition: none !important; } .alert-secondary { color:#383d41; background-color:transparent; border-color:#d6d8db; } 