body {
    font-family: verdana, sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
    color: #3e3f3f;
    background-color: #fffffe;
}

/*_INCLUDE_*/

#portalTable {
    display: table;
    width: 100%;
}

#portalRow {
    display: table-row;
}

#top {
}

#topmiddle {
    height: 103px;
    background-color: #edf8ff;
}

#logo {
    position: absolute;
}

#logoAbout {
    position: relative;
    text-align: center;
    padding: 10px;
    margin-top: 100px;
}

#productNameAbout {
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}

#versionAbout {
    text-align: center;
    padding: 10px;
}

#aboutDisclaimer {
    width: 92%;
    padding: 10px;
    margin: auto;
    position: relative;
    top: 30px;
    margin-bottom: 100px;
}

#deploymentName {
    display: inline-block;
    left: 200px;
    font-size: 30px;
    position: relative;
    bottom: 25px;
    color: #348abf;
}

#unreadDiv {
    position: absolute;
    top: 40px;
    right: 60px;
    color: white;
}

.unreadDiva {
    color: white;
    text-decoration: none;
}

#menu {
    float: right;
    margin-top: 15px;
    border: 1px solid #666666;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 22px;
    padding: 0;
    overflow: visible;
    min-width: 150px;
    color: #666666;
    cursor: pointer;
}

#menulogout {
    float: right;
    margin-top: 15px;
    margin-right: 25px;
    min-width: 52px;
    height: 19px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    border-right: 1px solid #666666;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#menulogout a {
    color: #666666;
    text-decoration: none;
}

#menuicon {
    float: right;
    margin-top: -10px;
    margin-right: 8px;
    width: 0px;
    height: 0px;
    border-top: 6px solid #666666;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

#menuuser {
    padding-right: 45px;
    padding-left: 10px;
    padding-top: 3px;
}

.menudown {
    display: none;
    background-color: white;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    top: 5px;
    position: relative;
    margin: 0;
}

#menu:hover .menudown {
    display: block;
}

.menudownitem {
    padding: 8px;
    position: relative;
    border-top: 1px solid #EFEFEF;
}

.menudownitem a {
    color: #3e3e3e;
    text-decoration: none;
    font-size: 12px;
}

.menudownitem a:hover {
    text-decoration: underline;
}

.menudownitem img {
    position: absolute;
    top: 10px;
}

#topline {
    color: #4d4d4d;
    padding: 0 0 0 23px;
    background: #edf8ff;
}

#toplinespan {
    float: left;
    width: 30px;
}

#toplineinclude {
    background-color: black;
    height: 28px;
    width: 100%;
    color: white;
}

#toplineinclude a {
    color: white;
    text-decoration: none;
}

.app {
    color: #666666;
    margin: 0;
    padding: 5px 15px 11px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-family: verdana, sans-serif;
    font-size: 13px;
}

.app.active {
    background: #d7e6fb;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.app.active:hover {
    color: grey;
}

.activeApp {
    color: #666666;
    background: #d7e6fb;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0;
    padding: 5px 15px 11px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-family: verdana, sans-serif;
    font-size: 13px;

}

.inactiveApp {
    color: #666666;
    margin: 0;
    padding: 5px 15px 11px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-family: verdana, sans-serif;
    font-size: 13px;

}

.activeApp:hover {
    color: grey;
}

#subline {
    background-color: #d7e6fb;
    color: #4d4d4d;
    padding: 0 0 0 23px;
}

#subline .activeApp {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #fffffe;
    margin: 3px 0 0 0;
    padding: 5px 15px 7px;
}

#subline .inactiveApp {
    margin: 3px 0 0 0;
    padding: 5px 15px 7px;
}

#subline .app {
    margin: 3px 0 0 0;
    padding: 5px 15px 7px;
}

#subline .app.active {
    background: #fffffe;
}

.subline {
    background-color: #d7e6fb;
    color: #4d4d4d;
    padding: 0 0 0 23px;
}

.subline .activeApp {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #fffffe;
    margin: 3px 0 0 0;
    padding: 5px 15px 7px;
}

.subline .inactiveApp {
    margin: 3px 0 0 0;
    padding: 5px 15px 7px;
}

.subline .app {
    margin: 3px 0 0 0;
    padding: 5px 15px 7px;
}

.subline .app.active {
    background: #fffffe;
}

#contentportal {
    margin: 0;
    padding: 0;
}

#contentportalinclude {
    border: 1px solid black;
    padding: 20px;
    background-color: white;
    line-height: 20px;
}

#sendEmailButton {
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
    width: 24px;
    height: 18px;
    position: absolute;
    right: 55px;
    top: 5px;
    margin: 5px;
    padding: 3px 12px 5px;
}

.portlet {
    border: 2px solid #828F95;
}

.portletHeader {
    margin: 2px;
    background-color: #D3DADD;
    border-bottom: 1px solid #AEB8BC;
    height: 20px;
    padding: 4px;
    padding-left: 8px;
    font-weight: bold;

}

.portletBody {
    margin: 10px;
}

a {
    text-decoration: underline;
    color: #348abc;
}

/* Deprecated, 'a' is already styled */
.styledA {
    text-decoration: underline;
    color: #348abc;
}

.styledTableWrap {
    border: 1px solid #CECECE;
    box-shadow: 0 0 4px #AAAAAA;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 20px;
    background-color: white;
}

.hiddenRow {

}

.searchResultSelection {
    text-align: right;
    padding-right: 20px;
    height: 35px !important;
}

.styledTable {
    border-collapse: collapse;
    width: 100%;
    margin: 0;
    font-size: 11px;
}

.styledTable td {
    border: none;
    padding-left: 3px;
    padding-right: 3px;
}

table.styledTable > tbody > tr > td:first-child,
table.styledTable > thead > tr > th:first-child,
table.styledTable > tbody > tr > th:first-child {
    padding-left: 12px;
}

.styledTable td.firstCell,
.styledTable th.firstCell {
    padding-left: 12px;
}

.styledTableRowHeadLabel {
    background-color: #348abf;
    color: white;
    height: 44px;
    padding: 5px;
    font-size: 14px;
}

.styledTableRowHeadLabel th {
    padding-left: 12px !important;
    background-color: #348abf !important;
}

.styledTableRowHeadLabel:hover {
    background-color: #348abf;
}

.styledTableRowHeadLabelError {
    background-color: #FF0000;
    color: white;
    height: 15px;
    padding: 5px;
    font-weight: bold;
}

.styledTable th {
    color: #fffffd;
    background-color: #67aed6;
    border: none;
    font-weight: normal;
    text-align: left;
    padding-left: 3px;
    padding-right: 4px;
    cursor: pointer;
    white-space: nowrap;
}

.styledTableRowHead tr:hover {
    background-color: #67aed6;
}

.styledTable tr {
    height: 32px;
}

.styledTable tr:hover {

}

.searchResultsTableIcon {
    padding-top: 3px;
    text-align: center !important;
    padding-right: 3px !important;
}

.styledTableEven {
    background-color: #ececec;
}

.styledTableOdd {
    /*to be defined, but empty now */
}

.styledTableSortIcon {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.styledTableIconUp {
    background-image: url(data:image/png;base64,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);
}

.styledTableIconDown {
    background-image: url(data:image/png;base64,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);
}

/** for label in property table*/
.styledPropertyLabel {
    text-align: right;
    width: 10%;
}

/** for value in property table*/
.styledPropertyValue {
    width: 90%;
}

/*.styledTableTableSource {
    background-color: #7BBCDF;
    color: white;
    height: 15px;
    padding: 5px;
    font-weight: bold;
}

.searchResultsTableSourceHie {
    background-color: #3C9DD0;
    color: white;
    height: 15px;
    padding: 5px;
    font-weight: bold;
}

.searchResultsTableSourceResolve {
    background-color: #cc6600;
    color: white;
    height: 15px;
    padding: 5px;
    font-weight: bold;

}*/

.tabtable {
    text-align: center;
    border-width: 0;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

.tab {
    min-width: 100px;
    height: 26px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    margin: 0;
    margin-top: 25px;
    margin-right: 3px;
    background-color: #67aed6;
    color: #fffffd;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
}

.tab.active {
    background-color: #348abf;
}

.tabactive {
    min-width: 100px;
    height: 26px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    margin: 0;
    margin-top: 25px;
    margin-right: 3px;
    background-color: #348abf;
    color: #fffffd;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
}

.tabactive:hover {
    color: #E8ECF0;
}

.tabinactive {
    min-width: 100px;
    height: 26px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    margin: 0;
    margin-top: 25px;
    margin-right: 3px;
    background-color: #67aed6;
    color: #fffffd;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
}

.tabinactive:hover {
    color: #E8ECF0;
}

.tabsWrap {
    padding: 0;
    margin: 0;
}

.tabcontent {
    border: 1px solid #CECECE;
    padding: 10px;
    padding-top: 20px;
    margin: 0;
    box-shadow: 0 0 4px #AAAAAA;
    margin-bottom: 20px;
    background-color: white;
}

.tabcontentinactive {
    display: none;
}

.tabnotallowed {
    display: none;
}

.expandableContent {
    display: none;
}

.expandableContentVisible {
    display: block;
}

.expandableHeaderExpand {
    text-align: right;
    xborder-bottom: 1px solid #CECECE;
    height: 18px;
    position: relative;
    cursor: pointer;
}

.expandableHeaderExpand span {
    position: absolute;
    right: 20px;
    color: gray;
}

.expandableHeaderCollapse {
    text-align: right;
    xborder-bottom: 1px solid #CECECE;
    height: 18px;
    position: relative;
    display: none;
    cursor: pointer;
}

#modaldialog {
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
    background-image: url(bg-trans-white.png);
}

#modaldialog div {
    width: 500px;
    margin: 50px auto;
    background-color: #fff;
    border: 1px solid #000;
    padding: 15px;
    text-align: center;
}

.dialogMessage {
    font-size: 12px;
    font-weight: bold;
}

.spacearound {
    margin: 3px;
}

.searchTable {
    text-align: right;
}

.searchTable td {
    font-size: 12px;
    padding-left: 10px;
    padding-bottom: 8px;
}

.expandableHeaderCollapse span {
    position: absolute;
    right: 20px;
    color: gray;
}

.expandableHeaderExpand img {
    margin-top: 3px;
    margin-right: 3px;
}

.expandableHeaderCollapse img {
    margin-top: 3px;
    margin-right: 3px;
}

.roles {
    text-align: right;
}

.alert {
    color: red;
}

#wrapMessagingApp {
    position: relative;
}

#leftMessagingApp {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 200px;
    min-height: 500px;
    background-color: #D3F1FF;
    border: 1px solid #A3D3E1;
    padding-left: 15px;
    padding-top: 10px;
}

#bodyMessagingApp {
    position: absolute;
    top: 10px;
    left: 240px;
    right: 10px;
    min-height: 500px;
}

.messagingComposeEmail {
    background-image: url('mail--plus.png');
    background-position: 0 3px;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.messagingLink {
    font-size: 12px;
    color: #5E778C;
    font-weight: bold;
    border: none;
}

.messagingLinkImg {
    border: none;
}

.messagingInbox {
    background-image: url('mail-open.png');
    background-position: 0 3px;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.messagingFolder {
    background-image: url('folder-horizontal-open.png');
    background-position: 0 3px;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.messagingListOfEmails {
    width: 720px;
    border-collapse: collapse;
}

.messagingListOfEmails th {
    background-color: #D0D6DC;
    text-align: left;
    padding-left: 5px;
}

.messagingListOfEmails td {
    padding-left: 5px;
    color: #515254;
    /*   font-weight: bold;*/
}

.messagingListOfEmailsPointer {
    cursor: pointer;
}

.messagingEmail tr {
    width: 700px;
}

.messagingEmail td {
    color: #515254;
}

.messagingListOfEmails200pxCell {
    width: 200px;
    white-space: nowrap
}

.messagingListOfEmails15pxCell {
    width: 15px;
    white-space: nowrap
}

.messagingListOfEmails200pxCellContent {
    width: 190px;
    float: left;
    overflow: hidden
}

.messagingListOfEmailsRest {
    white-space: nowrap;
}

.messagingListOfEmailsRestContent {
    float: left;
    overflow: hidden;
    width: 300px;
}

.messagingHightlightedLine {
    background-color: #F0F2F4;
}

.messagingPrioritiedLine {
    color: #C9584F !important;
}

.messagingUnreadMessage {
    font-weight: bold;
}

.messagingMessageCell100pxRight {
    min-width: 100px;
    width: 100px;
    float: right;
    overflow: hidden;
}

.messagingMessageCell100pxLeft {
    min-width: 100px;
    width: 100px;
    float: left;
    overflow: hidden;
}

.messagingMessageCell100px {
    width: 100px;
    max-width: 100px;
    overflow: hidden;
}

.messagingMessageCell500px {
    width: 500px;
    float: left;
}

.messagingBody600px {
    width: 600px;
    max-width: 600px;

}

.messagingBody700px {
    width: 700px;
    max-width: 700px;

}

.messagingAlert {
    position: absolute;
    width: 500px;
    top: 50px;
    left: 350px;
    background-color: #F9FFB0;
    border: 1px solid black;
    color: black;
    font-weight: bold;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: none;
}

.messagingFormSubmitButton {

    font-size: 12px;
    border: 1px solid #073F64;
    height: 20px;
    background-color: #0A64A0;
    color: white;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    padding: 4px 50px 1px 50px;
    margin-top: 10px;
}

.mailingMoreAttachments {
    /* the opposite display:table-row doesn't work in IE7 */
    /* display: none;
    */
}

.attachedDocument {
    color: #004040;
    font-weight: bold;
    background: url('attachment.png') no-repeat 0 0;
    padding-left: 20px;
    height: 20px;
}

.mailAppMessage {
    background-color: #F9FFB0;
    border: 1px solid black;
    color: black;
    font-weight: bold;
    padding: 5px;
    margin: 5px;
    text-align: center;
}

/* User management */

div.left {
    float: left;
    width: 350px;
}

div.right {
    float: right;
    width: 350px;
    text-align: right;
}

div.middle {
    padding-top: 5px;
    width: 350px;
    margin: 0 auto;
    text-align: center;
}

ul.pager {
    margin: 0 auto;
    padding: 5px;
    list-style: none;
    display: inline;
    background-color: #C3C3C3;
}

ul.pager li {
    display: inline;
}

table.data {
    width: 100%;
    line-height: 20px;
    margin-bottom: 10px;
}

.submitButton {
    width: 100px;
    font-size: 12px;
    border: 1px solid #073F64;
    height: 20px;
    background-color: #0A64A0;
    color: white;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.textinput {
    width: 100px;
}

.middle a, .data a {
    color: #5E778C;
    font-weight: bold;
}

.data tr.header {
    background-color: #D4D4D4;
}

.tabtable td a {
    color: white;
    text-decoration: none;
}

ul.groups {
    list-style: none;
    padding-left: 0;
}

.userForm th {
    text-align: right;
}

.userForm td {
    vertical-align: top;
}

.userForm tr.footer td {
    background-color: #c6e0f5;
}

ul.rights {
    list-style: none;
    padding-left: 0;
}

input.ok {
    background-color: #0A64A0;
}

input.danger {
    background-color: #910220;
}

.data tr.content:hover {
    background-color: #c6e0f5;
}

.flash {
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

.flash-success {
    background-color: white;
    color: #0A64A0;
}

.flash-error {
    background-color: error;
    color: white;
}

.tabcontent label.error, div.error {
    color: red;
}

.tabcontent .small {
    font-size: 9px;
}

label {
    font-weight: normal;
}

div.returnback, div.sendasreferral {
    display: inline-block;
    margin: 0 10px;
}

div#sendAsReferralForm {
    position: relative;
    margin: auto;
    width: 400px;
}

.primaryPartnerDiv {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

#topLogin {
    height: 200px;
    padding: 0;
    margin: 0;
    position: relative;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col_"] {
  float: left;
  padding: 15px;
}

.leftColumnDisplay {
    display: none;
}

.rightColumnDisplay {
    display: none;
}

/* For mobile phones: */
[class*="col_"] {
  width: 100%;
  box-sizing: border-box;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col_tab_1 {width: 8.33%;}
  .col_tab_2 {width: 16.66%;}
  .col_tab_3 {width: 25%;}
  .col_tab_4 {width: 33.33%;}
  .col_tab_5 {width: 41.66%;}
  .col_tab_6 {width: 50%;}
  .col_tab_7 {width: 58.33%;}
  .col_tab_8 {width: 66.66%;}
  .col_tab_9 {width: 75%;}
  .col_tab_10 {width: 83.33%;}
  .col_tab_11 {width: 91.66%;}
  .col_tab_12 {width: 100%;}
  .leftColumnDisplay {display: block;}
}

@media only screen and (min-width: 1000px) {
  /* For desktop: */
  .col_1 {width: 8.33%;}
  .col_2 {width: 16.66%;}
  .col_3 {width: 25%;}
  .col_4 {width: 33.33%;}
  .col_5 {width: 41.66%;}
  .col_6 {width: 50%;}
  .col_7 {width: 58.33%;}
  .col_8 {width: 66.66%;}
  .col_9 {width: 75%;}
  .col_10 {width: 83.33%;}
  .col_11 {width: 91.66%;}
  .col_12 {width: 100%;}
  .leftColumnDisplay {display: block;}
  .rightColumnDisplay {display: block;}
}

#loginDisclaimer {
    width: 92%;
    padding: 0;
    margin: auto;
    position: relative;
    top: 30px;
    margin-bottom: 30px;
}

#loginDisclaimerBelow {
    width: 92%;
    padding-bottom: 30px;
    margin: auto;
    position: relative;
}

#loginCopyright {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #666666;
}

#loginCopyright a {
    color: #666666;
    text-decoration: underline;
}

#logoLoginContainer {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

#logoLogin {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#loginCenter {
    padding: 0;
    margin: auto;
    position: relative;
}

.loginCenter_small {
    height: 260px;
}

.loginCenter_medium {
    height: 340px;
}

.loginCenter_large {
    height: 420px;
}

#loginOauth {
    padding: 0;
    margin: 0;
    margin: auto;
    position: relative;
    text-align: center;
}

.loginImage {
    width: 100%;
}

#login_title {
    position: relative;
    font-weight: normal;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 330px;
}

.login_title_small {
    top: 10px;
    font-size: 12px;
}

.login_title_medium {
    top: 24px;
    font-size: 20px;
}

.login_title_large {
    top: 38px;
    font-size: 24px;
}

#product_name {
    font-weight: bold;
}

#email_title {
    position: absolute;
    left: 80px;
    top: 40px;
    font-weight: normal;
}


#login_input_user_small {
    top: 28px;
    width: 140px;
    font-size: 12px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 12px;
    display: block;
}

#login_input_user_medium {
    top: 48px;
    width: 218px;
    height: 25px;
    font-size: 16px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 12px;
    display: block;
}

#login_input_user_large {
    top: 82px;
    width: 294px;
    height: 34px;
    font-size: 20px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 12px;
    display: block;
}

#login_input_password_small {
    top: 40px;
    width: 140px;
    font-size: 12px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 12px;
    display: block;
}

#login_input_password_medium {
    top: 62px;
    width: 218px;
    height: 25px;
    font-size: 16px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 12px;
    display: block;
}

#login_input_password_large {
    top: 100px;
    width: 294px;
    height: 34px;
    font-size: 20px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 12px;
    display: block;
}

#login_reset_details {
    position: absolute;
    left: 98px;
    top: 113px;
    width: 280px;
    padding-right: 5px;
}

#login_submit_small {
    top: 28px;
    width: 166px;
    font-size: 12px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: bold;
    display: block;
}

#login_submit_medium {
    top: 52px;
    width: 244px;
    font-size: 16px;
    height: 35px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: bold;
    display: block;
}

#login_submit_large {
    top: 94px;
    width: 320px;
    height: 46px;
    font-size: 20px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: bold;
    display: block;
}

#login_forgot_password {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    justify-content: center;
}

.login_forgot_password_small {
    top: 44px;
    font-size: 12px;
}

.login_forgot_password_medium {
    top: 74px;
    font-size: 13px;
    width: 244px;
}

.login_forgot_password_large {
    top: 122px;
    font-size: 14px;
}

.loginAlert {
    color: red;
    position: relative;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
}

.loginAlert_small {
    font-size: 12px;
    height: 15px;
}

.loginAlert_medium {
    font-size: 13px;
    height: 16px;
}

.loginAlert_large {
    font-size: 14px;
    height: 17px;
}

.styledPaginationWrap {
    height: 30px;
    background-color: #348abf;
    margin: auto;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    font: verdana;
    font-size: 15px;
    line-height: 16px;
}

.styledPaginationWrap .icon {
    padding: 0;
    height: 30px;
    width: 40px;
    display: inline-block;
    cursor: pointer;
}

.styledPaginationWrap .icon.left {
    float: left;
    margin: 0 40px 0 0;
    background: no-repeat 50% 50% url("left_arrow.png");
    border-right: 1px solid #fffffd;
}

.styledPaginationWrap .icon.right {
    float: right;
    margin: 0 0 0 40px;
    background: no-repeat 50% 50% url("right_arrow.png");
    border-left: 1px solid #fffffd;
}

.styledPaginationWrap .page {
    display: inline-block;
    width: 31px;
    height: 19px;
    margin: 4px 1px;
    text-align: center;
    color: #fffffd;
    border-radius: 3px;
    padding-top: 4px;
    float: left;
    cursor: pointer;
    text-decoration: none;
}

.styledPaginationWrap .page.active {
    width: 33px;
    border: 1px solid #fffffd;
    margin: 3px 10px;
}

.styledPaginationIconLeft {
    padding: 0;
    height: 30px;
    width: 40px;
    display: inline-block;
    border-right: 1px solid #fffffd;
    float: left;
    margin: 0 40px 0 0;
    background: no-repeat 50% 50% url("left_arrow.png");
    cursor: pointer;
}

.styledPaginationIconRight {
    padding: 0;
    height: 30px;
    width: 40px;
    display: inline-block;
    border-left: 1px solid #fffffd;
    float: right;
    margin: 0 0 0 40px;
    background: no-repeat 50% 50% url("right_arrow.png");
    cursor: pointer;
}

.styledPaginationWrapActivePage {
    display: inline-block;
    width: 33px;
    height: 19px;
    text-align: center;
    color: #fffffd;
    border: 1px solid #fffffd;
    border-radius: 3px;
    padding-top: 4px;
    float: left;
    cursor: pointer;
    margin: 3px 10px;
    text-decoration: none;
}

.styledPaginationWrapNonActivePage {
    display: inline-block;
    width: 31px;
    height: 19px;
    margin: 4px 1px;
    text-align: center;
    color: #fffffd;
    border-radius: 3px;
    padding-top: 4px;
    float: left;
    cursor: pointer;
    text-decoration: none;
}

.styledPaginationGap {
    display: inline-block;
    width: 31px;
    height: 19px;
    margin: 4px 1px;
    text-align: center;
    color: #fffffd;
    border-radius: 3px;
    padding-top: 4px;
    float: left;
    text-decoration: none;
}

.tableControlNoData {
    background-color: #6f8fa4;
    height: 20px;
    color: white;
    font-size: 14px;
    padding: 5px;
    padding-left: 12px;
    white-space: nowrap;
}

.inputFieldLine {
    top: 10px;
    height: 14px;
    margin-top: 4px;
}

@media print {
    #topmiddle, #topline, .returnback {
        display: none !important;
    }
}

/* Form element styles */

.formwrap {
    /*min-width: 850px;*/
    position: relative;
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 25px;
}

.submitbuttondiv {
    text-align: right;
    margin-bottom: 10px;
}

.buttonWrap {
    text-align: right;
    margin-bottom: 30px;
    margin-top: 20px;
}

.tabcontent .buttonWrap {
    margin-bottom: 10px;
}

/* Form controls */

.buttonWrap input[type="button"],
.buttonWrap button[type="button"],
.buttonWrap button[type="submit"],
.buttonWrap input[type="submit"] {
    min-width: 130px;
    height: 30px;
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 0;
    margin: 0 3px 0 0;
    background-color: #348abf;
    color: #fffffd;
    cursor: pointer;
    border-radius: 4px;
    border: 0 solid #224261;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    text-align: left;
}

.buttonWrap input[type="button"]:disabled,
.buttonWrap button[type="button"]:disabled,
.buttonWrap button[type="submit"]:disabled,
.buttonWrap input[type="submit"]:disabled {
    background-color: #c5c9ca;
    cursor: default;
}

.buttonWrap a.button {
    min-width: 95px;
    height: 23px;
    padding: 7px 20px 0px 15px;
    margin: 0 3px 0 0;
    background-color: #348abf;
    color: #fffffd;
    cursor: pointer;
    border-radius: 4px;
    border: 0 solid #224261;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    text-align: left;
}

.buttonWrap a.button.disabled {
    background-color: #6f8fa4;
    cursor: default;
}

input.smallButton {
    white-space: nowrap;
    background-color: white;
    font-size: 10px;
    vertical-align: middle;
    padding: 0;
}

.input_button {
    font-size: 12px;
    border: 1px solid #296689;
    height: 20px;
    background-color: white;
    color: black;
    font-weight: normal;
}

.formSubmitButton {
    min-width: 130px;
    height: 30px;
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 0;
    margin: 25px 3px 0 0;
    background-color: #348abf;
    color: #fffffd;
    cursor: pointer;
    border-radius: 4px;
    border: 0 solid #224261;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    text-align: left;
}

.formSubmitButton:disabled {
    background-color: #6f8fa4;
    cursor: default;
}

.formSubmitHref {
    min-width: 95px;
    height: 24px;
    padding: 6px 20px 0px 15px;
    margin: 25px 3px 0 0;
    background-color: #348abf;
    color: #fffffd;
    cursor: pointer;
    border-radius: 4px;
    border: 0 solid #224261;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    text-align: left;
}

.formSubmitHref .disabled {
    background-color: #6f8fa4;
    cursor: default;
}

.styledButtonSmall {
    min-width: 100px;
    height: 25px;
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #348abf;
    color: #fffffd;
    cursor: pointer;
    border-radius: 4px;
    border: 0 solid #224261;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    text-align: left;
    position: relative;
    top: 1px;
}

.styledButtonSmall:disabled {
    background-color: #6f8fa4;
    cursor: default;
}
.redButtonMod {
    background-color: red;
}

.greenButtonMod {
    background-color: green;
}

.formSubmitButton2 {
    font-size: 12px;
    border: 1px solid #073F64;
    height: 20px;
    background-color: #0A64A0;
    color: #fffffd;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.formSubmitButton2:hover {
    color: #E8ECF0;
}

.previewLink {
    cursor: pointer;
    text-decoration: none;
    margin: 5px;
    width: 24px;
    height: 18px;
    display: block;
    background: url("preview.png") no-repeat 50% 50%;
}

.comboRolesInResults {
    width: 150px;
}

.inputField {
    border: 1px solid #348abc;
    border-radius: 3px;
    height: 16px;
    padding: 4px;
    background-color: white !important;
}

.inputField[disabled] {
    background-color: #aaa !important;
}

.inputField:focus {
    border: 2px solid #348abc;
    height: 14px;
}

.inputFieldInvalid {
    color: red;
}

.locked, .unlocked {
    display: inline-block;
    vertical-align: text-bottom;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 0;
}
.locked {
    background-image: url('data:image/false;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAZ5JREFUOI2tkz9rFGEQh5+Zvd0LKRK5E011BrzGRgtFQSKKVb5BmlgJWqULiBg8OAwImi9gk49hY2MngrWgVYgcSS6XI2ggevvOWGxzf/ZwV+7XzTszz29m4IUZS4oU1Vq24CmL/a4c8E4G/w2stf7cjlzeAvcAzOwXorucRy96b/RnKWC9NXiowd6jmoDvO/LDzW6o6jzwRc+i+4c7ejbep7m0Jx5r8F1UE8M3u+34ynE7vltN4wbwEbhp8+FZXmsusH45XUGl4W4feu1kB8QBOq+1l4boEWZmwnphoIo0AET003iuv637IB3FlgsDsZDd1gl5aVcCaO79K+MPzQ2rnmq4CuDuy/XW4MEE0G1OEGpb59dOXs19Hc6NuDQ3rNpfDJ9VuZ47ed4y+GZ250wjK59eSG+VgWUAeToaD7upxNNHsZO8Z8eTqcBpcnyre5QsYXz7V20xoPtK7dLvJtjSTIAquhohd1BdmAkwk6wWMi/MU1krDayk6R6YFzYBcP8+HE58n4sv0zUIjwVNxnMTMu9EXnl+sK17pYYoo781GI8qIKrDvQAAAABJRU5ErkJggg==');
}
.unlocked {
    background-image: url('data:image/false;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAYJJREFUOI2tlL9rVEEQxz8z93JBD0xCDi39GwTTSQIpFSs7SWGRQoSQMmk8OU0ESZMif0UiCCL2VhZ22qVIMGm8g/wAC8m9d/O1CMbD3Mb34L7NLjuzn5ndmV1jQFMrmvB6Metmk67Y7fjYF9oWVJCdD7Lm83xJpteON/4YI/haIxa6a+PfKgGbrd6yYZsQOdiOZIdmzAMzRBwXtfqdk7YdlAFmUyuaEL11Q7nJ5rqv6p8vsm4VW+b+rNbPXwJPygDd68Ws4w3Ctv/CAEz6VVuFyIUelD2yu2L6fL/t/Ws82vCfYD/cvVkaODAfWk0l1ssAR6LMFZ9CfJDzfiTAzvq1feDhKGBw0diXNf2id9fEW8Nu/5cSEeH27sjGHmcpHxctysAA3N3h0U2K+1cUxW6Ugg1I/ZisVOUgzpDuSbxJ+VRtm6Lv2XdQN+WQvMPh0b1B9Bdl6XddubFl3BK6nrJXyhDA4KldkUfSInRaOZj5STpUqB3BpR9ouG8EaLvbyT7+BpSniGd+sTmwAAAAAElFTkSuQmCC');
}

#targetSelectorWrapper .comboPanel, #targetSelectorWrapper .comboPanelDisabled {
    vertical-align: text-bottom;
}

.displayNone {
    display: none;
}

.checkboxYes {
    width: 14px;
    height: 14px;
    display: inline-block;
    cursor: pointer;
    background-color: #348abf;
    border-radius: 2px;
    margin-right: 5px;
    user-select: no;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFJJREFUeNpiYBh+4P///wFA7ECOJhBIIEWTARC/B+L5pGgSAOL7QHwenyIHIC5AEzsP1ShAjD/OQ503H+pEA2L9c/4/AgSQGooNJIXg4AYAAQYACIdqCcW13KgAAAAASUVORK5CYII=);
}

.checkboxNo {
    width: 14px;
    height: 14px;
    display: inline-block;
    cursor: pointer;
    background-color: #bfbfbf;
    border-radius: 2px;
    margin-right: 5px;
    user-select: no;
}

.checkboxDisabled {
    width: 14px;
    height: 14px;
    display: inline-block;
    cursor: default;
    /* background-color: #ececec; */
    opacity: 0.4;
    border-radius: 2px;
    margin-right: 5px;
    user-select: no;
}

.checkBoxWrap {
    white-space: nowrap;
    display: inline-block;
    margin-top: 3px;
}

.checkBoxLabel {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

input.styledCheckBox + label {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.groupCheckboxYes {
    width: 14px;
    height: 14px;
    display: inline-block;
    cursor: pointer;
    background-color: #1a455f;
    border-radius: 2px;
    margin-right: 5px;
    user-select: no;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFJJREFUeNpiYBh+4P///wFA7ECOJhBIIEWTARC/B+L5pGgSAOL7QHwenyIHIC5AEzsP1ShAjD/OQ503H+pEA2L9c/4/AgSQGooNJIXg4AYAAQYACIdqCcW13KgAAAAASUVORK5CYII=);
}

.groupCheckboxIncomplete {
    width: 14px;
    height: 14px;
    display: inline-block;
    cursor: pointer;
    background-color: #bfbfbf;
    border-radius: 2px;
    margin-right: 5px;
    user-select: no;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFJJREFUeNpiYBh+4P///wFA7ECOJhBIIEWTARC/B+L5pGgSAOL7QHwenyIHIC5AEzsP1ShAjD/OQ503H+pEA2L9c/4/AgSQGooNJIXg4AYAAQYACIdqCcW13KgAAAAASUVORK5CYII=);
}

.groupCheckboxNo {
    width: 14px;
    height: 14px;
    display: inline-block;
    cursor: pointer;
    background-color: #bfbfbf;
    border-radius: 2px;
    margin-right: 5px;
    user-select: no;
}


.radioDisabled {
    opacity: 0.5;
}

.radioYes {
    width: 14px;
    height: 14px;
    display: inline-block;
    cursor: pointer;
    background-color: #348abf;
    border-radius: 7px;
    user-select: no;
    background-image: url("radio_checked.png");
}

.radioNo {
    width: 14px;
    height: 14px;
    display: inline-block;
    cursor: pointer;
    background-color: #348abf;
    border-radius: 7px;
    user-select: no;
    background-image: url("radio_unchecked.png");
}

.dateClassFrom, .dateClassTo {
    position: relative;
    z-index: 10;
}

.styledCombo {
    opacity: 0;
    filter: alpha(opacity=1);
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    min-width: 160px;
    cursor: pointer;
    font-family: verdana, sans-serif;
}

.comboPanel select, .comboPanelDisabled select {
    opacity: 0;
    filter: alpha(opacity=1);
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    min-width: 160px;
    cursor: pointer;
    font-family: verdana, sans-serif;
}

.comboPanel {
    display: inline-block;
    border: 1px solid #348abf;
    border-radius: 3px;
    height: 22px;
    min-width: 160px;
    cursor: pointer;
    position: relative;
    background-color: white;
    color: #3e3f3f;
    font-weight: normal;
    top: 2px;
    margin-right: 5px;
}

.comboPanelSelector {
    position: absolute;
    height: 22px;
    width: 35px;
    top: 0;
    right: 0;
    background: #348abf url("combo_arrow.png") no-repeat 50% 50%;
}

.comboPanelDisabled {
    display: inline-block;
    border: 1px solid #daced7;
    border-radius: 3px;
    height: 22px;
    min-width: 160px;
    cursor: pointer;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.comboPanelDisabled .comboPanelSelector {
    display: none;
}

.comboPanelDisabled .comboPanelText {
    color: grey;
}

.comboPanelText {
    margin-left: 12px;
    margin-top: 3px;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

/* Fieldsets */
fieldset {
    margin: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #CECECE;
}

fieldset legend {
    padding: 0 10px;
    color: #666666;
}

fieldset td {
    padding-left: 10px;
    padding-bottom: 8px;
}

.modalPopup {
    position: fixed;
    max-height: 100%;
    overflow-y: scroll;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99998;
}

.modalPopup .styledTableWrap {
    width: 600px;
    margin: 25px auto 0;
}

.modalPopup .buttonWrap {
    margin-top: 30px;
    margin-right: 15px;
    margin-bottom: 20px;
}

.tableVerticalItem {
    margin: 0;
    margin-left: -3px;
    padding: 0;
    width: 200px;
    position: relative;

    display: inline-block;
    white-space: nowrap;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    /* IE9+ */
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: 0 0;
}

.tableVerticalTh {
    height: 132px;
    width: 15px;
    max-width: 15px;
    vertical-align: bottom;
    cursor: default !important;
}

.patientRegisterTableBodyContainer {
    position: relative;
    overflow-y: scroll;
    -ms-overflow-y: scroll;
    max-height: 400px;

}

.width270 {
    width: 270px;
    max-width: 270px;
    min-width: 270px
}

.width30 {
    width: 30px;
    max-width: 30px;
    min-width: 30px
}

.width50 {
    width: 50px;
    max-width: 50px;
    min-width: 50px
}

.blackRightBorder {
    border-right: thin solid #bbbbbb !important;
}

.greyBottomBorder {
    border-bottom: 1px solid #ececec !important;
    border-collapse: separate
}

.help {
    font-size: 11px;
    text-align: left;
    padding-bottom: 8px;
    padding-left: 8px;
}

#waitingIcon {
    display: none;
    text-align: center;
}

.fileChooser {
    text-align: left;
}

.groupDiv {
    display: inline-block;
    margin-bottom: 25px;
    padding-right: 30px;
}

.allPartnersDiv {
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 3px;
    padding-right: 30px;
    vertical-align: top;
}

.groupNameDiv {
    white-space: nowrap;
    cursor: pointer;
    border-bottom: 1px solid #c8e6f7;
    margin-top: 3px;
}

.groupLabel {
    top: -2px;
    font-weight: bold;
    position: relative;
}

.allPartnersLabel {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -2px;
    font-weight: bold;
}

.partnerCheckBoxLabel {
    cursor: pointer;
}

/* To have visible resonance theme in the WebPortal */
/*
a, .radioNo, .radioYes, .styledA {
    color: #348ABC;
}
.comboPanel, .formSubmitButton {
    border: 1px solid #348ABF;
}
.checkboxNo {
    background-color: #BFBFBF;
}
.checkboxYes {
    background-color: #348ABF;
}
.inputField {
    border: 1px solid #348ABC;
}
.inputField:focus {
    border: 2px solid #348ABC;
}*/

.error {
    color: red;
}

.clearer {
    clear: both;
}

.sourceMappingDetailColumn {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.sourceMappingDetailItem {
    margin-bottom: 20px;
}

.sourceMappingDetailItem textarea,
.sourceMappingDetailItem textarea:active,
.sourceMappingDetailItem textarea:focus {
    height: auto;
}

.sourceMappingsList ul {
    list-style-type: none;
}

.sourceMappingsList ul li {
    margin: 0px;
    madding: 0px;
}

.sourceMappingsListHeader {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;

    align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
}

.deletePatientDataTable {
    padding: 10px;
}

.deletePatientDataTable td{
    vertical-align: top;
    padding: 5px 5px 0px 5px;
}

.localAccountComment{
    resize: none;
    width: 100%;
    border: 1px solid #348abc;
    border-radius: 3px;
    height: 18px;
    background-color: white !important;
    position: relative;
    vertical-align: top;
    margin-right: 5px;
    top: 1px;
}
.localAccountComment:focus {
    border: 2px solid #348abc;
}

.accountWrap {
    white-space: nowrap;
    text-align: right;
    display: flex;
}

.editPoliciesDateSpan {
    margin-right: 10px;
}

.fullWidth {
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.unknownSourceRecordsHeader {
    font-weight: bold;
}

.styledTable td.bundleItemLink {
    padding-left: 15px;
    padding-right: 20px;
}

.bundleItemDetail textarea,
.bundleItemDetail textarea:active,
.bundleItemDetail textarea:focus {
    width: 80%;
    height: auto;
}

#helpBg {
   position: fixed;
   top: 0px;
   left: 0px;
   bottom: 0px;
   right: 0px;
   background-color: black;
   z-index: 2000;
   opacity: .7;
}

#helpWrap {
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 13px;
    z-index: 3000;
}

#serviceTermsHeaderLine {
    width: 90%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 20px;
    height: 41px;
    color: #fffffa;
    font-size: 16px;
    font-weight: normal;
    background-color: #3b8cbe;
    border: 1px solid #4292c3;
    border-radius: 3px;
    margin-bottom: 2px;
}

#serviceTermsHeaderLineButtons {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    float: none;
}

.helpHeader {
    font-size: 19px;
    color: white;
    padding: 9px;
    padding-left: 17px;
    font-family: verdana;
}

#serviceTermsMain {
    width: 90%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 20px;
    top: 65px;
    overflow-x: auto;
    background-color: white;
    border-radius: 3px;
    color: black;
    border: 1px solid #4292c3;
    overflow: auto;
    font-size: 12px;
    font-family: verdana;
    -ms-overflow-y: scroll;
    -ms-overflow-style: none;
}

#serviceTermsPadding {
    margin: 15px;
}

.helpItem {
    padding: 28px;
    /* border: 1px solid #949494; */
    /* border-radius: 9px; */
    margin-bottom: 18px;
    /* box-shadow: 0 0 4px #aaaaaa; */
}

.helpItemText {
    font-size: 14px;
    color: #535354;
    text-align: justify;
    margin-bottom: 5px;
}

.helpItemText h1 {
    font-size: 17px;
    text-decoration: underline;
    margin: 0;
    margin-top: 8px;
    margin-bottom: 1px;
}

.helpItemText h2 {
    font-size: 15px;
    margin: 0;
    margin-top: 8px;
    margin-bottom: 1px;
}

.helpItemText h3 {
   font-size: 13px;
   margin: 0;
   margin-top: 8px;
   margin-bottom: 1px;
}

.helpItemText p {
    margin: 0;
    margin-bottom: 2px;
}

.helpItemText a {
    color: #348abe !important;
}

#agreeTermsButton {
    position: relative;
    color: #fffffa;
    font-family: verdana;
    font-size: 13px;
    z-index: 10000;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 4px #424244;
    background-color: #67aed6;
    padding: 3px 8px 3px 8px;
    border-radius: 3px;
    cursor: pointer;
    top: 3px;
    display: table;
}

.activeButton {
    background-color: #15567c !important;
}

.incomingPathTextField {
    width: 400px;
    margin: 20px;
}