body{padding-top:80px;padding-bottom:20px}.body-content{padding-left:15px;padding-right:15px}.dl-horizontal dt{white-space:normal}input,select,textarea{max-width:280px}.checkBoxRound{display:flex;flex-direction:column;align-items:flex-start;background-color:#eee;border-radius:15px;margin-bottom:12px;position:relative}.checkBoxRound label{display:flex;flex-direction:row;align-items:center;padding:15px;min-height:50px;cursor:pointer;font-weight:normal;margin:0}.checkBoxRound input{display:none}.checkBoxRound .checkmark{margin-right:15px;height:25px;width:25px;min-width:25px;border-radius:25px;background:radial-gradient(#fff,#fff,#ccc);border:1px solid #ccc}.checkBoxRound:hover input~.checkmark{background-color:#ccc}.checkBoxRound input:checked~.checkmark{background:green;border-color:green}.checkBoxRound .checkmark:after{content:"";position:absolute;display:none}.checkBoxRound input:checked~.checkmark:after{display:block}.checkBoxRound .checkmark:after{position:relative;left:10px;top:6px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.checkBoxRound span.field-validation-error{flex-basis:100%;margin:0 0 10px 55px}