@{ ViewBag.Title = "Index"; } <style type="text/css"> .tab-content > .active { display: block !important; visibility: visible !important; } .tab-content > .tab-pane { display: none; visibility: hidden; } .fieldSetClass { background-color: white; } .form-control { border: 1px solid #25b9c5; border-radius: 0px; } .clsTabBackground { background-color: #3498DB; border-radius: 1px; font-size: 14px; font-weight: 600; float: left; color: white; ...