EVOLUTION-NINJA
Edit File: enquiry.css
html, body { margin:0; padding:0; color: #616161 !important; //font-family: Lato, Helvetica !important; } ul, li, a, span, label, h1, h2, h3, h4, h5, h6, form, div, p { margin:0 auto; padding:0; } .clr { clear:both; } /*****************************************************************************/ .add_enquiry_mid { padding-top:1%; padding-bottom:3%; background-color:#eeeeee; } .personal_div { padding-top:1%; padding-bottom:1%; margin-bottom:1%; background-color:white; } .enquiry_header h3 { text-align:center; margin-top: 0px; margin-bottom: 10px; text-transform: uppercase; padding-bottom: 1%; color:#3990ce; font-size:20px; } .remove { padding-top:27px; } .remove_fields { vertical-align:middle; } .enquiry_row { /* padding-left: 2%; */ /* padding-right: 2%; */ } .add_enquiry_mid input { /* border-radius: 0px; */ /* border: 1px solid transparent; */ /* box-shadow: inset 0 1px 1px transparent; */ /* border-bottom: 1px solid #c0c0c091; */ } .add_enquiry_mid input:focus { /* border-color: transparent; */ /* box-shadow: inset 0 1px 1px transparent, 0 0 8px transparent; */ /* border-top: 1px solid transparent; */ /* border-left: 1px solid transparent; */ /* border-right: 1px solid transparent; */ } .switch { position: relative; display: inline-block; width: 60px; height: 34px; vertical-align: middle; } .switch input { opacity: 0; width: 0; height: 0; } .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; } .slider:before { position: absolute; content: ""; height: 26px; width: 26px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked + .slider { background-color: #2196F3; } input:focus + .slider { box-shadow: 0 0 1px #2196F3; } input:checked + .slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); } /* Rounded sliders */ .slider.round { border-radius: 34px; } .slider.round:before { border-radius: 50%; }