html, body { font-family: ProximaNovaLight,Arial,sans-serif; margin: 0; color: #666666; background-color: #e5e5e5; overscroll-behavior: contain; } button { border: 0 none; border-radius: 5px; color: #fff; cursor: pointer; display: block; font-size: 14px; font-weight: normal; padding: 13px; text-align: center; text-transform: uppercase; background-color: #1d4c5c; } button.gray { background-color: #aaa; } input, textarea, select, .input { padding: 10px; font-size: 16px; border: none; background-color: #eee; border-radius: 5px; display: block; width: 100%; box-sizing: border-box; resize: vertical; } header { background-color: #607d8c; padding: 15px 80px; } header div.bu_logos { display: inline-block; margin-left: 20px; border-left: 1px solid #aaa; padding-left: 20px; } header div.bu_logos img { display: inline-block; margin-bottom: 10px; padding-top: 10px; margin-left: 15px; } header ul { float: right; } header ul li { display: inline-block; margin-left: 25px; } header ul li a { display: block; color: #fff; text-align: center; } header ul li a i { display: block !important; font-size: 20px; margin-bottom: 5px; } header.elevate { background-color: #4c7578; } header.spark { background-color: #cf2032; } nav { background-color: #ccc; padding: 0 80px; } nav ul { position: relative; } nav ul li { display: inline-block; vertical-align: top; } nav ul li:hover { cursor: pointer; } nav ul li:hover a { color: #666666; background-color: #eee; } nav ul li a { display: block; color: #666666; padding: 20px; } nav ul li ol.drop_menu { min-width: 190px; display: none; position: absolute; background-color: #ffffff; top: 50px; margin-left: -10px; z-index: 999; box-shadow: 1px 1px 2px #666; border: #eeeeee solid 1px; } nav ul li ol.drop_menu li { display: block; margin-right: 0; } nav ul li ol.drop_menu li a { border-bottom: 1px solid rgba(0, 0, 0, 0.1); color: #666666; font-size: 17px; font-weight: lighter; padding: 10px 20px; height: auto; background-color: #ffffff; } nav ul li ol.drop_menu li a:hover { background-color: #eee; color: #666666; } ul.nav_tabs { border-bottom: 1px solid #ccc; white-space: nowrap; width: 100%; } ul.nav_tabs li { display: inline-block; margin-right: 10px; padding: 0 10px 10px; margin-top: 15px; } ul.nav_tabs li a { font-size: 14px; color: #398BCE; } ul.nav_tabs li a:hover { color: #286191; } ul.nav_tabs li.active { border-bottom: 4px solid #398BCE; } ul.nav_tabs li.active a { color: #666666; } ul.nav_tabs li.spacer { clear: both; float: none; padding: 0; margin: 0; } div.nav_tab_page { display: none; } div.nav_tab_page.active { display: block; } div.nav_tab_page div.filters { margin: 5px 0 15px; } div.nav_tab_page div.filters div { display: inline-block; margin-right: 20px; margin-bottom: 10px; width: 150px; } div.nav_tab_page div.filters div.caller { width: 143px; } div.nav_tab_page div.filters div label { display: block; margin-bottom: 5px; font-size: inherit; } div.nav_tab_page div.filters div select { font-size: 13px; padding: 5px; width: 100%; height: 32px; } div.nav_tab_page div.filters div.search { width: auto; margin: 0; } div.nav_tab_page div.filters div.search button { font-size: 12px; padding: 8px 0; position: relative; top: 11px; width: 90px; } div.nav_tab_page > label { font-size: 20px; display: block; margin: 10px 0 15px; } main { padding: 20px 80px; } main h1 { font-size: 25px; color: #114b5f; font-weight: bold; margin-bottom: 20px; } div#page_title { font-weight: 300; font-size: 27px; margin-bottom: 25px; } div#page_title i { font-size: 40px; color: #286191; margin-right: 5px; } div#window_flash.html.message > section main span button { float: right; width: 120px; margin-left: 10px; } div#window_flash.html.message > section main span strong { font-weight: bold; } div#window_flash.html > section main span > a { color: #398BCE !important; } div#window_flash.html.loading > section main span { text-align: center; width: 100%; height: 45px; background: url('/templates/default/images/orage_dot_loader.gif') no-repeat center 26px; } div#window_flash > section main > i.fa { color: #000000; font-size: 40px; vertical-align: middle; margin-right: 35px; float: left; } div#window_flash > section main > i.far { color: #000000; font-size: 40px; vertical-align: middle; margin-right: 35px; float: left; } div#flash_loading { background: url('/templates/default/images/white_circle_loading.png') no-repeat center center; z-index: 99999; height: 255px; position: fixed; top: 0; bottom: 0; left: 0; right: 0; margin: auto; text-align: center; color: #ffffff; font-size: 25px; text-shadow: #000 1px 2px 2px; } div#window_flash { left: 50%; position: fixed; width: 600px; display: none; z-index: 99999; } div#window_flash > section { box-shadow: 1px 1px 5px #000; position: absolute; left: -50%; width: 100%; border-radius: 0 0 4px 4px; background-color: #FFFFFF; } div#window_flash > section header { position: unset; background-color: #999; box-sizing: border-box; padding: 20px; width: 100%; border-bottom: 1px solid #eee; border-top: none; background-color: #f5f5f5; font-size: 18px; font-family: ProximaNovaLight,Arial,sans-serif; color: #222222; height: auto; } div#window_flash > section header i.fa { margin-right: 10px; } div#window_flash > section header a.close { color: #999999; float: right; font-size: 14px; position: relative; top: 3px; } div#window_flash > section main { border-radius: 0 0 4px 4px; color: #000000; padding: 20px; width: 100%; font-size: 16px; font-weight: normal; box-sizing: border-box; } div#window_flash > section main.confirm { background-color: #FFFFFF; } div#window_flash > section main.confirm i.fa { color: #ebab35 !important; } div#window_flash > section main.confirm span { width: 480px; } div#window_flash > section main.alert { background-color: #FFFFFF; } div#window_flash > section main.alert i.fa { color: #ebab35 !important; } div#window_flash > section main.alert span { width: 480px; } div#window_flash > section main.success { background-color: #FFFFFF; } div#window_flash > section main.success i.far { color: #7DC36B !important; } div#window_flash > section main.success span { font-size: 20px; margin-top: 6px; } div#window_flash > section main > a { color: #FFFFFF; } div#window_flash > section main > a.close { position: absolute; right: 16px; top: 12px; } div#window_flash > section main > a.close i.fa-times { color: #000000; margin: 0 0 0 20px; font-size: 16px; } div#window_flash > section main div.buttons { clear: both; } div#window_flash > section main div.buttons button { background-color: #EEEEEE; border-radius: 4px; color: #666666; font-size: 15px; margin: 15px 5px 0 0; padding: 10px 30px; width: auto; display: inline-block; } div#window_flash > section main div.buttons button.yes, div#window_flash > section main div.buttons button.ok { background-color: #398BCE; color: #FFFFFF; } div#window_flash > section main div.buttons button.yes.loading, div#window_flash > section main div.buttons button.ok.loading { background: url(/portals/parent/templates/default/images/white_loading.png) no-repeat center center #398BCE; text-indent: -9999px; width: 93px; } div#window_flash.green > section { background-color: #7DC36B; border-color: #5EB348; } div#window_flash.green > section main { color: #FFFFFF; } div#window_flash.green > section a i { color: #FFFFFF !important; } div#window_flash.flash_error > section { background-color: #D64830; border-color: #C53E27; } div#window_flash.flash_error > section main { color: #FFFFFF; } div#window_flash.flash_error > section main span { width: calc(100% - 80px); } div#window_flash.flash_error > section main i.fa { color: #FFFFFF; } div#window_flash.flash_error > section main i.fa.fa-external-link { font-size: 16px; } div#window_flash.flash_error > section main a.view_error { display: inline-block; margin-left: 10px; vertical-align: middle; } div#window_flash.flash_error > section main a.close i { color: #F8DFDC; } div#window_flash.alert > section { background-color: #ebab35; } div#window_flash.alert > section main { color: #FFFFFF; } div#window_flash.alert > section main i.fa { color: #FFFFFF !important; } div#window_flash.alert > section main a.close i { color: #FFFFFF !important; } div#window_flash.success > section { background-color: #7DC36B; } div#window_flash.success > section main { color: #FFFFFF; } div#window_flash.success > section main > span { width: auto !important; font-size: 20px; margin-top: 6px; } div#window_flash.success > section main i.far { color: #FFFFFF !important; } div#window_flash.success > section main a.close i { color: #FFFFFF !important; } div#window_flash.confirm > section, div#window_flash.prompt > section { background-color: #FFFFFF; } div#window_flash.confirm > section i.fa, div#window_flash.prompt > section i.fa { color: #ebab35 !important; } div#window_flash.confirm > section input, div#window_flash.prompt > section input { padding: 10px 0; width: 100%; } div#window_flash.confirm > section a.close i, div#window_flash.prompt > section a.close i { color: #363636 !important; } div#window_flash > section main > span { display: block !important; float: left; width: 485px; display: block; float: left; width: 485px; } div#window_flash.confirm > section main i { margin-right: 0; } div#window_flash.confirm > section main span { display: block; margin-left: 60px; float: none; width: auto; } div#window_flash.confirm > section main div.buttons button { float: right; } div#window_flash.fit_height { height: 100% !important; } div#window_flash.fit_height section { height: 100% !important; } div#window_flash.fit_height section main { height: 100% !important; } div#window_flash.fit_height > section main > span { max-height: calc(100% - 103px); overflow-y: auto; } div#window_flash > section main.alert > span { width: auto !important; } div#window_flash > section main.success > span { width: auto !important; } div#window_flash.html > section main > span { width: 100%; } div#popup_overlay { opacity: 0.5; background-color: #000000; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9998; } div#popup_content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; } div#window_flash.html.signature_pad > section main span canvas.download { width: 0; height: 0; } div#window_flash.html.signature_pad > section main span p { margin: 10px 0; } div#window_flash.html.signature_pad > section main span div#your_signature img { display: block; margin: 0 auto; } div#window_flash.html.signature_pad > section main span div#select_signature div.text_signatures { height: 100%; overflow-x: auto; padding: 10px 0; } div#window_flash.html.signature_pad > section main span div#select_signature div.text_signatures a.signature_box { font-size: 25px; padding: 10px 20px; border: 1px solid #666666; display: inline-block; margin: 10px; color: #000000 !important; line-height: 43px; height: 43px; vertical-align: top; border-radius: 3px; text-align: center; } div#window_flash.html.signature_pad > section main span div#select_signature div.text_signatures a.signature_box.selected { border: 1px solid #7DC36B; background-color: #7DC36B; color: #ffffff !important; } div#window_flash.html.signature_pad > section main span div#select_signature div.text_signatures a.signature_box.cedarville { font-family: Cedarville; } div#window_flash.html.signature_pad > section main span div#select_signature div.text_signatures a.signature_box.damion { font-family: Damion; } div#window_flash.html.signature_pad > section main span div#select_signature div.text_signatures a.signature_box.giveyouglory { font-family: GiveYouGlory; } div#window_flash.html.signature_pad > section main span div#select_signature div.text_signatures a.signature_box.homemadeapple { font-family: HomemadeApple; } div#window_flash.html.signature_pad > section main span div#select_signature div.text_signatures a.signature_box.indieflower { font-family: IndieFlower; } div#window_flash.html.signature_pad > section main span div#select_signature div.text_signatures a.signature_box.kaushanscript { font-family: KaushanScript; } div#window_flash.html.signature_pad > section main span div#select_signature div.text_signatures a.signature_box.mrdafoe { font-family: MrDafoe; } div#window_flash.html.signature_pad > section main span div#select_signature div.text_signatures a.signature_box.permanentmarker { font-family: PermanentMarker; } div#window_flash.html.signature_pad > section main span div#select_signature div.text_signatures a.signature_box.rochester { font-family: Rochester; } div#window_flash.html.signature_pad > section main span div#select_signature div.text_signatures a.signature_box.rocksalt { font-family: RockSalt; } div#window_flash.html.signature_pad > section main span div#select_signature div.text_signatures a.signature_box.shadowsintolight { font-family: ShadowsIntoLight; } div#window_flash.html.signature_pad > section main span div#select_signature div.text_signatures a.signature_box.blackjack { font-family: blackjack; } div#window_flash.html.signature_pad > section main span div#select_signature div.text_signatures a.signature_box.burlington { font-family: Burlington; } div#window_flash.html.signature_pad > section main span div#draw_signature canvas { width: calc(100% - 2px); height: 187px; border: 1px solid #666666; border-radius: 5px; } div#window_flash.html.signature_pad > section main span div#draw_signature canvas.initial { width: 187px; margin: 0 auto; display: block; } div#window_flash.html.signature_pad > section main span div#draw_signature a.clear_signature { float: right; margin-top: -27px; display: block; } div#window_flash.html.signature_pad > section main span div.consent a { float: left; display: block; font-size: 25px; margin-right: 15px; color: #666666; } div#window_flash.html.signature_pad > section main span div.consent span { float: left; display: block; width: calc(100% - 40px); } footer { padding: 30px; } footer div.contact { float: left; text-align: left; } footer div.contact strong { display: block; margin-bottom: 10px; font-size: 16px; } footer div.contact span { display: block; margin-top: 5px; } footer div.copy { float: right; text-align: right; } footer div.copy a { margin-top: 5px; padding-bottom: 10px; display: inline-block; color: #398BCE; } div#window_flash.privacy { height: 98%; } div#window_flash.privacy section { height: 100%; } div#window_flash.privacy section main { height: 90%; } div#window_flash.privacy section main strong { font-weight: bold; } div#window_flash.privacy section main br { margin-bottom: 10px; } div#window_flash.privacy section main center, div#window_flash.privacy section main p { margin-bottom: 10px; } div#window_flash.privacy section main span { display: inline; float: none; width: auto; } div#window_flash.privacy section main ol li, div#window_flash.privacy section main ul li { margin-left: 40px; } div#window_flash.privacy section main ol { list-style: decimal; margin-bottom: 10px; } div#window_flash.privacy section main ol li { margin-left: 40px; } div#window_flash.privacy section main ul { list-style: disc; margin-bottom: 10px; } div#window_flash.privacy section main ul li { margin-left: 40px; } table.dataset { border-bottom: 1px solid #EDEDED; table-layout: fixed; width: 100%; font-size: 14px; } table.dataset.auto_layout { table-layout: auto; } table.dataset thead tr { border-top: 1px solid #EDEDED; } table.dataset thead tr th { font-size: 14px; color: #777777; padding: 8px; vertical-align: middle; } table.dataset thead tr th.spacer { width: 1%; padding: 0; } table.dataset thead tr th.center { text-align: center; } table.dataset tbody.no_hover tr { background-color: inherit !important; cursor: default !important; } table.dataset tbody tr { border-top: 1px solid #EDEDED; } table.dataset tbody tr.hide { display: none; } table.dataset tbody tr.no_hover { background-color: inherit !important; cursor: default !important; } table.dataset tbody tr.no_results { text-align: center; background-color: inherit !important; cursor: default !important; } table.dataset tbody tr td { padding: 8px; vertical-align: middle; } table.dataset tbody tr td.spacer { width: 1%; padding: 0; } table.dataset tbody tr td i.fa { color: #398BCE; } table.dataset tbody tr td.center { text-align: center; } table.dataset tbody tr:hover { background-color: #FAFAFA; cursor: pointer; } div.tooltip { display: none; font-size: 11px; line-height: 1.4; opacity: 1; position: absolute; visibility: visible; z-index: 99999; margin-top: -3px; padding: 5px 0; } div.tooltip div.tooltip-arrow { border-style: solid; border-color: rgba(0, 0, 0, 0); border-top-color: #000000; border-width: 5px 5px 0; bottom: 0; left: 50%; margin-left: -5px; height: 0; position: absolute; width: 0; } div.tooltip div.tooltip-arrow.top { top: 0; bottom: 0px; border-width: 0 5px 5px; border-color: rgba(0, 0, 0, 0); border-bottom-color: #000000; } div.tooltip div.tooltip-inner { background-color: #000000; border-radius: 4px; color: #FFFFFF; max-width: 200px; padding: 8px; text-align: center; text-decoration: none; } ul.auto_scroll { white-space: nowrap; overflow: auto; } ul.auto_scroll li.left_arrow, ul.auto_scroll li.right_arrow { position: absolute; z-index: 99; padding: 7px; background-color: #ddd; border-radius: 3px; margin: 0; } ul.auto_scroll li.left_arrow a, ul.auto_scroll li.right_arrow a { color: #666666; border-radius: 0; padding: 0; } @media screen and (max-width: 850px) { #window_flash { width: 100% !important; } } @media screen and (max-width: 600px) { main { padding: 10px; } #window_flash { width: 100% !important; } } @media screen and (max-width: 590px) { header { padding: 15px 20px; } nav { padding: 0; } } @media screen and (max-width: 475px) { header ul { margin-top: 15px; } header ul li a i { display: inline-block !important; margin: 0 5px 0 0; font-size: 13px; } }
/* Load Time: 1754091732.4736 seconds */