.tab-content{ margin-right: 20px; /* background-color: #006496; */ color: rgb(0, 0, 0); } table tbody td { border: none; } table tbody tr { border: none; } table { border: none; margin-bottom: 0px; } table th { font-family: "Omnes-ECOMP-W02-Medium", Arial; font-size: medium; font-weight: normal; color: #333333; padding: 13px 20px; } #RangeTable { margin-top: 5px; border: 1px solid black; } .checkbox .skin { background-color: #fff; border: 1px solid #d2d2d2; border-radius: 3px; display: inline-block; height: 24px; width: 24px; position: absolute; left: 0; top: 0; } button, input, select, textarea { margin: 0; font-size: 100%; vertical-align: middle; } .checkbox { position: relative; min-height: 24px; font-family: "Omnes-ECOMP-W02", Arial; font-size: 1rem; } .checkbox input { -webkit-tap-highlight-color: transparent; height: 20px; margin-left: 20px; opacity: 0; outline: none; position: absolute; left: 1px; top: 1px; width: 10px; } .checkbox input:focus + .skin { border-color: #0568ae; } .checkbox input:focus + .skin:before { content: ""; height: 34px; left: -6px; top: -6px; outline: 1px dotted #000000; position: absolute; width: 34px; } .checkbox input:checked:not(:disabled) + .skin { background-color: #0568ae; border-color: #0568ae; } .checkbox input:checked:disabled + .skin:after { color: #5A5A5A; } .checkbox input:checked + .skin:after { height: 20px; width: 10px; background-color: transparent; font-size: 23.4px; color: #FFFFFF; line-height: 21px; } .checkbox input:disabled + .skin { cursor: not-allowed; background-color: #d2d2d2; border-color: #d2d2d2; color: #666666; } .checkbox input:disabled + .skin + span { cursor: not-allowed; color: #666666; } .checkbox input:invalid + .skin { border: solid 1px #cf2a2a; } .checkbox input:indeterminate + .skin:after { background-color: transparent; font-size: 25px; color: #0574ac; content: "\e920"; } .checkbox .skin { background-color: #fff; border: 1px solid #d2d2d2; border-radius: 3px; display: inline-block; height: 24px; width: 24px; position: absolute; left: 0; top: 0; } .checkbox span { display: inline-block; margin-left: 34px; margin-top: 0; position: relative; top: 3px; } .checkbox label { font-size: 1.6rem; font-family: "Omnes-ECOMP-W02", Arial; } .checkbox input { z-index: 9999; } .checkbox input.indeterminate + .skin:after { font-size: 22px; color: #0568ae; } select, textarea, input { border-radius: 6px; color: #5a5a5a; display: inline-block; font-size: 1.3rem; margin: 0px; padding: 0 15px 0 15px; vertical-align: middle; line-height: normal; width: 150px} .btn-small { /* padding: 10px 19px 9px 18px; */ font-size: 17px; border-radius: 8px; width: 90px; height: 35px; margin-left: 5px; padding: 0px; } .btn-alt { border-color: #087ac2 transparent #0568ae; background-color: #0568ae; background: linear-gradient(to bottom, #087ac2 0%, #0568ae 100%); color: #ffffff; }