/** * All of the CSS for your admin-specific functionality should be * included in this file. */ .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .flexbox-container { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center; } label { display: inline; } .regular-checkbox { display: none; background: #fff; } .regular-checkbox + label { background-color: #fafafa; border: 1px solid #cacece; box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); padding: 9px; border-radius: 3px; display: inline-block; position: relative; } .regular-checkbox + label:active, .regular-checkbox:checked + label:active { box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1); } .regular-checkbox:checked + label { background-color: #e9ecee; border: 1px solid #adb8c0; box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1); color: #99a1a7; } .regular-checkbox:checked + label:after { content: '\2714'; font-size: 14px; position: absolute; top: 0px; left: 3px; color: #99a1a7; } li#activetrail-cf7-panel-tab { border-top: 1px solid #01b7ff; background: rgba(255, 255, 255, 0.5) url(../images/postal-marks.png) center top no-repeat; } #at-cf7-form-cntr fieldset input[type="text"]{ width: 100%; } .at-h4 { font-weight: 600; font-style: italic; color: #388bcf; } .at-hidden { display: none!important; } .at-pull-left { float: left!important; } .at-width-50 { width: 50%; } .at-text-center { text-align: center; }