Inloggningen är stängd./*Låt oss ändra till att använda css variabler när det finns tillräckligt bra stöd i browsers. :root { --brand-color-main: = green; color: var(--brand-color-main); }*/ /* brand_main_color = 00A6E2 brand_dark_color = 003d7c */ @import url('https://fonts.googleapis.com/css?family=Open+Sans'); body { font-family: "Open Sans", Arial, Helvetica, sans-serif !important; background-color: white; } body, .box, #maincontainerdiv h4 { color: #000000; /* 706f6f #000000*/ } img#imgLogoTHP { height: 40px; padding-top: 8px; padding-left: 40px; } #breadcrumbs2 { height: 30px; position: absolute; left: 240px; top: 53px; } #footerdiv .container .info { color: #706f6f; } .disabledBlock p, .disabledBlock li, .disabledBlock a { color: #b2b2b2; } .navbar-inner { background: #003d7c; height: 40px; border: 0px; color: #fff; border-radius: 5px; } #SignMethod, #logged-in-as, #contentdiv p, .box, #footerdiv .container .info li ul, .shortcut-list-small, .tableCell, .table.confirmstep .tableCell, .reason p, .labelTitleComplete { font-size: 12px; } .box .announcement .header, .box .announcement-alt1 .header { background-image: url(images/box-header-silver-bluestripe-end_THP.png); } .main-nav ul li, ul.nav li.dropdown { background: url(images/top-menu-blue-divider_THP.png) no-repeat right 4px transparent; } #AdministratorInfo, .phone { background: url(images/phone.png) no-repeat; padding-left: 18px; } .highlighted-section { background-color: #00A6E2; border: #003d7c solid 2px; border-radius: 2px; padding: 0 8px; color: #fff; top: -32px; left: -1px; } .highlighted-section span { font-size: 14pt; font-weight: bold; } .surfacesContainer { margin-left: 121px; } .surfacesContainer label table tbody tr td label { margin-left: 3px; font-weight: bold; } .edit-button { padding: 3px 4px 1px 4px; float: right; } .delete-button { padding: 1px; float: right; margin-top: -6px; border-radius: 3px; padding: 3px 6px 0px 6px; } .delete-button img { height: 12px; } .edit-surface-popup { position: absolute; top: -10px; width: 168px; z-index: 999; background: #fff; padding: 10px; border: 4px solid #003d7c; border-radius: 3px; box-shadow: 12px 12px 2px 1px rgba(0, 61, 124, 0.4); } .edit-surface-popup label { font-weight: bold; margin-left: 3px; } table.listTable thead th { background-color: #00A6E2; /* rgba(0, 61, 124, 0.8)*/ } .greenBtn { background: #2d934f; } .small-info-text { color: #706f6f; } table.infoTable.infoTable-full { width: 100%; } .aspNetDisabled i.fas.fa-edit { color: rgba(0, 80, 255, 0.4); } .modalPopupContainer-wide { background-color: White; max-width: 900px; min-width: 200px; min-height: 60px; font-size: 1.1em; position: relative; border-radius: 5px 5px 5px 5px; } .modalPopupContainer-wide .grid10Row #treatmentWarningHeader { background-color: rgba(0, 61, 124, 0.9); padding: 15px; } .modalPopupContainer-wide .grid10Row #treatmentWarningHeader h1 { color: white; letter-spacing: 2px; } .modalPopupContainer-wide .grid10Row .modalPopupBody { background-color: white; padding-top: 10px; } .modalPopupContainer-wide .grid10Row .modalPopupBody h2 { color: black; } .modalPopupContainer-wide .grid10Row .modalPopupControls { background-color: white; } .modalpopup-warning-text { color: white; font-size: 16px; text-align: left; display: inline-block; width: 100%; } .letter-space { letter-spacing: 2px; } .blockLabels div label { display: block; } .warning-container { margin-top: 20px; border: 2px solid #9d342a; border-radius: 3px; } .warning-container div{ margin: 10px; } #divRevokeBtnGroup { margin-top: -20px; } .display-block { display: block; } .dcStatus { display: inline-block; border-radius: 3px; padding: 3px; width: 140px; text-align: center; color: black; text-align: center; } .showAfterSearch { margin-bottom: 20px; } .grid_12 .grid_6_bordered { width: 48% !important; border: 2px solid black; border-radius: 3px; width: 50% !important; margin-left: 0 !important; margin-right: 0 !important; } .highlighted-table-row { font-size: 12px; background-color: rgba(41, 184, 204, 0.1); border: 1px solid rgba(41, 184, 204, 0.6); border-radius: 3px; } .float-left { float: left; } .float-right { float: right; } .kbQuestiomark { font-size: 15px; color: #29b8cc; z-index: 9999; background-color: #fff; border-radius: 30px; margin-left: 1px; } .radio-buttons { font-size: 12px; font-weight: bold; margin-bottom: 10px; } .radio-buttons tbody tr td { padding-right: 20px; } .radio-buttons tbody tr td input{ margin-right: 3px; } .bold-text { font-weight: bold; } .redBtn-extra { padding: 2px 4px; border-radius: 3px; } .header-2 { font-size: 14px; font-weight: bold; } .radioButtonListHorizontalSpacing input[type="radio"] { margin-right: 10px; }