﻿.gridview-pager td
{
    font-size:18px;
    padding-right: 8px;
    background-color: #ffffd0;
}

.errormessage
{
    font-size: 20px;
    color: red;
    font-weight: bold;
}
.errormessageBack {
    font-size: 20px;
    font-weight: bold;
    color: #00ffff;
    background-color: red;
    padding: 10px;
}

.goldmessage {
    font-size: 20px;
    color: blue;
    font-weight: bold;
    background-color: gold;
    padding:8px;
}

.featureSmall {
    width: 200px;
    cursor: zoom-in;
}

.featureLarge {
    width: 100%;
}

.promolarge {
    font-size: 42px;
    color: #21507e;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.promotext {
    font-size: 20px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 2px;
    margin-bottom: 2px;
}

.aivr {
    font-weight: bold;
    color: #1E409E;
}

.img-fluidwidth {
    max-height: 100px;
    width: auto;
}

.linktext {
    color: #4040ff;
    text-decoration: none;
}

.lower5
{
    position:relative;
    top: 5px;
}

.lower40 {
    position: relative;
    top: 40px;
}

.left45 {
    position: relative;
    left: -45px;
}

.paddingtop8 {
    padding-top:8px;
}

.alignleft
{
    text-align:left;
}

.alignCenter
{
    text-align: center;
}

.alignRight {
    text-align: right;
}

.radio.radiobuttonlist input[type="radio"],
.checkbox.checkboxlist input[type="checkbox"] {
    margin-left: 2px;
}
@supports (-moz-appearance:none) {
    .radio.radiobuttonlistFF input[type="radio"],
    .checkbox.checkboxlistFF input[type="checkbox"] {
        margin-left: 10px;
    }
}

.radiobuttonlist label
{
    margin-left: 8px;
    margin-right: 24px;
}

.radio.radiobuttonlist label,
.checkbox.checkboxlist label
{
	margin-bottom: 4px;
	margin-left: 4px;
    margin-right: 20px;
}
@supports (-moz-appearance:none) {
    .radio.radiobuttonlistFF label,
    .checkbox.checkboxlistFF label {
        margin-bottom: 4px;
        margin-left: 10px;
        margin-right: 20px;
    }
}
.checkbox label {
    margin-bottom: 4px;
    margin-left: 8px;
    margin-right: 20px;
}

fieldset legend
{
	border: 0;
	font-size: inherit;
	font-weight: 400;
	margin-bottom: 0;
}

fieldset .radio,
fieldset .checkbox
{
	margin-top: 4px;
}

/*.contextmenu {
    background-color: #ffffff;
    position: absolute;
    display: block;
    z-index: 10;
    left: -50px;
    top: 100px;
    padding: 4px 8px 4px 8px;
    border-radius: 5px;
    border: 1px solid #808080;
}
*/.contextmenu {
    background-color: #ffffff;
    position: absolute;
    display: block;
    z-index: 10;
    left: -50px;
    top: 10px;
    padding: 4px 8px 4px 8px;
    border-radius: 5px;
    border: 1px solid #808080;
}

.contextline:hover {
    cursor: pointer;
    font-weight: bold;
}

.filterpopup {
    background-color: #ffffff;
    position: absolute;
    display: block;
    z-index: 10;
    left: 0px;
    top: 30px;
    padding: 4px 8px 4px 8px;
    border-radius: 5px;
    border: 1px solid #808080;
}
.accHeader {
    background-color: lightblue;
    color: black;
    height: 23px;
}
.accHeader:hover
{
    cursor: pointer;
    height: 23px;
}

.hovermouse:hover {
    cursor: pointer;
}

input[type='radio']:hover {
    cursor: pointer;
}

.accHeaderSelected
{
    background-color: darkblue;
    color: white;
    height: 23px;
}

.accContents
{
    margin-left: 5px;
}

.up10
{
    position:relative;
    top:-10px;
}

.left20
{
    margin-left: 20px;
}

.left20bottom30 {
    margin-left: 20px;
    margin-bottom: 30px;
}

.leftM20 {
    margin-left: -20px;
}

.highlighted {
    background-color: #e0e0ff;
}

.indentedMenu {
    margin-left: 6px;
    width:90%;
}

.top4
{
    margin-top: 4px;
}

.top32 {
    margin-top: 32px;
}

.topw0 {
    top: 0px !important;
}

.border10 {
    outline: 1px solid #808080;
    border: 16px solid #ffffff;
}

.imagebutton {
    position:relative;
    left:20px;
}
.imagebutton:hover {
    cursor: pointer;
}

.panelSelection
{
    padding: 10px;
}

.padding2
{
    padding: 2px;
}

.largeMessage
{
    font-size: 20px;
    color: darkgreen;
    font-weight: bold;
}

.smallMessage
{
    font-size: 10px;
}

.menuClose {
    height:12px;
    position: relative;
    left: 60px;
    width: 20px;
    top: -14px;
}
.menuClose:hover {
    cursor:pointer;
}

.activeMenu
{
    font-size: 18px;
    font-weight: bold;
    background-color: #e7f0f8 !important;
}

.aradioparent {
    width:150px;
}
.aradioChecked {
    background: url(/images/radio_button_checked.svg) left center no-repeat;
    font-weight: bold;
    color: black;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 34px;
}
.aradioUnchecked {
    background: url(/images/radio_button_unchecked.svg) left center no-repeat;
    font-weight: bold;
    color: black;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 34px;
}

.panelQuestion
{
    padding: 10px;
}

.infoPopPanel
{
    margin: 5px;
    padding: 10px;
    background-color: #00fce9;
    color: black;
    font-size: 20px;
    font-weight: 600;
    width: 600px;
    top: 10px;
    left: 20px;
    z-index: 3;
    display: block;
    position: relative;
    border-radius: 10px;
}

.infoPanel {
    margin: 5px;
    padding: 10px;
    background-color: darkgreen;
    color: white;
    font-size: 24px;
    font-weight: 700;
    width: 800px;
    height: 280px;
    top: 50px;
    left: 20px;
    z-index: 2;
    display: block;
    position: fixed;
    border-radius: 10px;
}

.vacuumPanel
{
    margin: 5px;
    padding: 10px;
    background-color: gold;
    color: darkblue;
    font-size: 20px;
    font-weight: 700;
    width: 350px;
    height: 50px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.updatePanel
{
    margin: 5px;
    padding: 10px;
    background-color: #c0c0c0;
    color: black;
    width: 800px;
    height: 280px;
    top: 50px;
    left: 20px;
    z-index: 2;
    display: block;
    position: fixed;
    border-radius: 10px;
}

.sectionHeader
{
    font-size: 20px;
    font-weight: bold;
    position: relative;
    left: 20px;
}

.paddingLeft10
{
    padding-left: 10px;
}

.padding10
{
    padding: 10px;
}

.padding100 {
    padding: 100px;
}

.paddingLeft40
{
    padding-left: 40px;
}

.paddingHorizontal20 {
    padding-left: 20px;
    padding-right: 20px;
}

.filterFloat
{
    background-color: blue;
    z-index: 101;
    position: fixed;
}

.DataListItemStyle
{
    padding-right: 20px;
}

.btn-color-turquoise
{
    background-color: #00a2d8;
}

.btn-primary {
    background-color: #337ab7;
    border-color: #337ab7;
}
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-color: #1E476B;
        border-color: #1E476B;
    }

.btn-light {
    background-color: #e8e9ea;
    border-color: #e8e9ea;
}

    .btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .open .dropdown-toggle.btn-light {
        color: #ffffff;
        background-color: #008040;
        border-color: #008040;
    }

.btn-premium {
    background-color: #4F3979;
    border-color: #ECCF6D;
    border-width: 2px;
    color: #ECCF6D;
    font-weight: bold;
}

    .btn-premium:hover, .btn-premium:focus, .btn-premium:active, .btn-premium.active, .open .dropdown-toggle.btn-premium {
        background-color: #0D1226;
        border-color: #ECCF6D;
        border-width: 2px;
        color: #ECCF6D;
        font-weight: bold;
    }

.popupPanel
{
    margin: 5px;
    padding: 10px;
    background-color: darkgreen;
    color: white;
    font-size: 20px;
    font-weight: 700;
    width: 800px;
    height: 800px;
    top: 50px;
    left: 20px;
    z-index: 2;
    display: flex;
    position: fixed;
    border-radius: 10px;
    justify-content:center;
}

.flypopupPanel {
    margin: 5px;
    padding: 10px;
    background-color: white;
    color: white;
    width: 99%;
    height: 99%;
    top: 1px;
    left: 1px;
    z-index: 2;
    display: flex;
    position: fixed;
    border-radius: 10px;
    justify-content: center;
}

.flypopupInner {
    margin: auto;
    padding: 10px;
    background-color: #f0f0f0;
    color: black;
    font-size: 16px;
    font-weight: 700;
    width: 300px;
    height: 120px;
    z-index: 3;
    display: flex;
    border-radius: 10px;
    justify-content: center;
}

.flypopupBorder {
    margin: 10px;
    padding: 10px;
    background-color: #f0f0f0;
    color: black;
    font-size: 16px;
    font-weight: 700;
    width: 80%;
    height: 220px;
    z-index: 3;
    display: flex;
    border-radius: 10px;
    justify-content: center;
}

.flyPanel {
    background-color: #c0ffc0;
    margin: 20px;
    padding: 10px;
}

.flyWindow {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px;
}

.flyMenuLeft {
    height: 60px;
    margin-left: 20px;
    margin-right: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 8px;
    background-color: #ffffff;
    border-radius: 10px;
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px;
}
.flyMenuRight {
    height: 60px;
    margin-left: auto;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 8px;
    background-color: #ffffff;
    border-radius: 10px;
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px;
}

.flyBorder {
    padding: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    border-color: #808080;
    border-style: solid;
    border-width: 1px;
}

.greenPanel {
    background-color: #c0ffc0;
    padding: 20px;
}

.tablepadding10 td
{
    padding: 10px;
}

.FilterContaining
{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.harmonica {
    background-color: #29ae9f;
    color: #ffffff;
    font-weight:700;
    font-size: 20px;
    cursor: pointer;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 20px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom: 4px;
}

.harmonica:hover {
    background-color: #209088;
    color: #ffffff;
}

.scrollingControlContainer
{
    overflow-x: auto;
    overflow-y: scroll;
}

.verticalScroll {
    overflow-y: auto;
    display: block;
    height: 250px;
}

.modalPanel
{
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    width: 100%;
    height: 99%;
    top: 52px;
    left: 0px;
    z-index: 2;
    position:absolute;
}

.modalPanelShowMe {
    margin: 5px;
    padding: 20px;
    background-color: #fffff0;
    border-radius: 10px;
    position: absolute;
    z-index: 23;
    top: -100px;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
}

.modalPanelShowMulti {
    margin: 5px;
    padding: 20px;
    background-color: #fffff0;
    border-radius: 10px;
    position: absolute;
    z-index: 23;
    top: -100px;
    left: 100px;
    width: 90%;
    max-width: 800px;
}

.modalPanelSub {
    margin: 5px;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
    position: relative;
    z-index: 3;
    top: 10px;
    left: 50%;
    width: 90%;
    max-width: 500px;
    transform: translateX(-50%);
}

.modalPanelWideSub {
    margin: 5px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    position: relative;
    z-index: 3;
    top: 10px;
    left: 50%;
    width: 90%;
    max-width: 1000px;
    transform: translateX(-50%);
}

.modalPanel2 {
    margin: 0px;
    padding: 0px;
    background-color: #f8f8f8;
    width: 100%;
    min-width: 600px;
    height: 99%;
    min-height: 350px;
    top: 0px;
    left: 0px;
    z-index: 20;
    position: absolute;
}

.modalPanelSub2 {
    margin: 5px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    position: relative;
    z-index: 23;
    top: 10px;
    left: 50%;
    width: 90%;
    max-width: 80%;
    transform: translateX(-50%);
}

.modalPanelFinalSub
{
    margin: 5px;
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 10px;
    position: fixed;
    z-index: 999;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.modalToast {
    margin: 5px;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.modalPanelSingle {
    margin: 0px;
    padding: 10px;
    background-color: #ffffff;
    width: 90%;
    height: 90%;
    top: 50px;
    left: 50px;
    z-index: 1060;
    position: fixed;
    overflow-x: auto;
    overflow-y: auto;
    border-radius: 10px;
    border-color: black;
    border-style: solid;
    border-width: 2px;
}

.modalPanelInfo {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    width: 100%;
    height: 99%;
    top: 0px;
    left: 0px;
    z-index: 2;
    position: absolute;
}

.modalPanelInfoSub {
    margin: 5px;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    position: relative;
    z-index: 3;
    top: 50%;
    left: 25%;
    width:50%;
    max-width:600px;
    transform: translateX(-50%);
    transform: translateY(-50%);
}

.modalMenu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modalMenu-dialog {
    position: relative;
    margin-left: auto;
    margin-right: 10px;
    margin-top: 10px;
    width: auto;
    pointer-events: none;
    max-width: 150px;
}

.modalMenu-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.pg-button-container {
    display: flex;
    max-width: 900px;
    border-radius: 20px;
    border: 1px solid #00d000;
    height: 52px;
    margin-left: auto;
    margin-right: auto;
}

.pg-go-image {
    position: relative;
    left: 40px;
    top: -40px;
}

.pg-input-container {
    display: flex;
    /*    position: fixed;
    bottom: 10%;
    left: 10%;
    right: 10%;
*/ max-width: 900px;
    border-radius: 20px;
    border: 1px solid #00d000;
    height: 52px;
    background-color: #f8f8f8;
    /* 20250402 */
    margin-left: auto;
    margin-right: auto;
}

.pg-text-container {
    flex: 1;
    margin-top: 6px;
    margin-left: 8px;
}
.pg-text-container:focus {
    flex: 1;
    margin-top: 6px;
    margin-left: 8px;
}

.pg-text {
    width: 100%;
    background-color: #f8f8f8;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    color: #000000;
    border: 0px solid #f8f8f8;
    border-radius: 25px;
    padding-left: 12px;
    outline: none;
}
.pg-text:focus {
    border: 0px solid #000000;
}

.pg-icon {
    width: 60px;
    margin-top: 8px;
    margin-left: 2px;
}

.pganswer {
    position: absolute;
    left: 10%;
    right: 20%;
    width: 90%;
    height: 70%;
    overflow-x:hidden;
    overflow-y: auto;
}

.pgprompt {
    position: fixed;
    bottom: 10%;
    left: 10%;
    right: 10%;
    width: 90%;
    max-width: 900px;
    background-color: #f8f8f8;
    border-radius: 20px;
}

.pgprompt_sub {
    position: fixed;
    bottom: 10%;
    left: 10%;
    right: 10%;
    margin-bottom: -70px;
}

.pgUser {
    color: #000000;
    float: right;
    width: 60%;
    position: relative;
    right: 30px;
    background-color: #f0f0f0;
    padding:10px 30px 10px 10px;
    border-radius: 20px;
    text-align:right;
}

.pgAIInfo {
    color: #000000;
    float: left;
    width: 90%;
    position: relative;
    left: 10px;
    background-color: #f0f0f0;
    padding: 10px 30px 10px 10px;
    border-radius: 20px;
    text-align: left;
}

.pgAIText {
    color: #000000;
    float: left;
    width: 80%;
}

.pgAIImage {
    color: #000000;
    float: left;
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
}

.pg2_main {
    display: flex;
    flex-flow: column;
    height: 90vh;
    width: 100%;
}
.pg2_main80 {
    display: flex;
    flex-flow: column;
    height: 80vh;
    width: 100%;
}

.pg2_header {
    flex: 0 1 auto;
}
.pg2_body {
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.pg2_prompt {
    flex: 1 1 auto;
    min-height: 160px;
}

.hidden {
    position: relative;
    left:-10000px;
    top:-10000px;
}

.showRight {
    float: right;
}

.dropdownmenubutton
{
    margin-top:4px;
    margin-left:10px;
}

.alerttext
{
    background-color: orange;
    color: darkblue;
    font-size: 20px;
    font-weight: 700;
    padding: 8px;
}

.darkgreen
{
    color: darkgreen;
    font-weight: bold;
}

.audioflash {
    color:blue;
    font-weight: bold;
}

.largeBold
{
    font-size: 20px;
    font-weight: bold;
}

.largeBlack {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

.largerBlack {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
}

.vbtitle {
    color: black;
    font-size: 24px;
    font-weight: 700;
    padding-left: 40px;
    top: 4px;
    position:relative;
}

.aivrtitle {
    color: black;
    font-size: 24px;
    font-weight: 700;
    padding-left: 40px;
    top: 20px;
    position: relative;
}

.warningFlash {
    font-size: 20px;
    color: #ff8000;
    font-weight: bold;
}

.cardPanel {
    border-radius: 5px;
    border: 1px solid #202020;
    width: 250px;
}

.cardTitle {
    border-radius: 5px;
    background-color: #0000ff;
    color: white;
    font-size: 24px;
    font-weight: 700;
    padding: 4px;
    position: relative;
    top: -2px;
    left: -1px;
    width: 250px;
}

.cardContents {
    padding: 4px;
    background-color: #ffffff;
    position: relative;
    top: -4px;
    width: 248px;
}

.menuText {
    font-size: 18px;
}

.bottom8 {
    margin-bottom: 8px;
}
.bottom24 {
    margin-bottom: 24px;
}

.backlightgrey {
    background-color: #f0f0f0;
}

/*svcicons*/
.svg-x:after {
    content: url(/svgicons/x.svg);
    margin-top: 4px;
    margin-left:12px;
}

.svg-gear-fill:after {
    content: url(/svgicons/gear-fill.svg);
    margin-top: 4px;
    margin-left: 12px;
}

.svg-arrow-left:after {
    content: url(/svgicons/arrow-left.svg);
    margin-top: 4px;
    margin-left: 12px;
}

.svg-login:after {
    content: url(/svgicons/login.svg);
    padding-top: 10px;
    margin-top: 50px;
    margin-left: 12px;
}

.svg-link-45deg:after {
    content: url(/svgicons/link-45deg.svg);
    margin-top: 4px;
    margin-left: 12px;
}

.svg-box-arrow-up-right:after {
    content: url(/svgicons/box-arrow-up-right.svg);
    margin-top: 4px;
    margin-left: 12px;
}

.svg-box-arrow-up-right-black:after {
    content: url(/svgicons/box-arrow-up-right-black.svg);
    margin-top: 4px;
    margin-left: 36px;
}

.svg-info-circle-fill:after {
    content: url(/svgicons/info-circle-fill.svg);
    margin-top: 4px;
    margin-left: 36px;
}

.dashboard {
    color: #000000;
    font-size: 48px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vertical-center {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertical-top {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0%;
    -ms-transform: translateY(-0%);
    transform: translateY(-0%);
}

.verticalAlignTop {
    vertical-align:top;
}

.verticalAlignBottom {
    vertical-align: bottom;
}

.cardHeader {
    background-color: #21507e;
    color: #ffffff;
    font-weight: 700;
    padding: 0.75rem 1.25rem;
}

.solutionHeader {
    background-color: #21507e;
    color: #ffffff;
    padding: 4px 20px;
    font-weight: 700;
    border-radius: 10px 10px 0px 0px;
}

.solutionBody {
    border: 1px solid #21507e;
    padding: 4px 10px;
}

.border-dashboard {
    border-color: #21507e;
}

.text-dashboard {
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    /*position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.dashboardHeaderButton {
    float: right;
    padding: 0px;
}

.modalProgress {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loadingProgress {
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    position: fixed;
    background-color: White;
    z-index: 999;
}

.goleftdiv {
    margin-left: -14px;
}

.paddingHorizontal td {
    padding-left: 8px;
    padding-right: 8px;
}

.LargeHeader {
    font-size: 36px;
}
.MediumHeader {
    font-size: 30px;
}

.TextInput100 {
    width: 90%;
    max-width: 100px;
}

.TextInput150 {
    width: 90%;
    max-width: 150px;
}

.TextInput300 {
    width: 90%;
    max-width: 300px;
}

.TextInput500 {
    width: 90%;
    max-width: 500px;
}

.TextInput700 {
    width: 90%;
    max-width: 700px;
}

.TextInput900 {
    width: 90%;
    max-width: 900px;
}
.TextInputMax900 {
    width: 100%;
    max-width: 900px;
}

.MaxWidth500 {
    max-width: 500px;
}

.wideButton {
    display: block;
    width: 100%;
    border: none;
    cursor: pointer;
    text-align: center;
}

.width100 {
    width: 100%;
}

.audiodrop {
    width:300px;
    height:100px;
    background:#f0f0f0;
    text-align:center;
    display:flex;
    align-items:center;
}

.up4 {
    margin-top: -4px;
}

.up16 {
    margin-top: -16px;
}

.infotext {
    background: #ffffe8;
    color: #0000ff;
}

.collapsiblePanelExtenderHeader {
    background-color: silver;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding: 8px;
}

.watermark {
    font-size:30px;
}

.header {
    position: relative;
    z-index: 1;
    margin-top: -13px;
}
.bannermenu {
    overflow: hidden;
    display: flex;
    justify-content: center;
    height: 150px;  /* related to bannertop, content-creator and moduleheader */
/*    margin: auto;
    width: 70%;
    top: -36px;
    position: relative;
*/}
.bannertop {
    margin-top: -84px;  /* related to bannermenu, content-creator and moduleheader */
}
.bannerside {
    width: 36px!important;
}
.moduleshift {
    margin-top: 0px;
    z-index: 1;
    position: relative;
}
.bannersupport {
    display:none;
}
.managemenu {
    background-color: #80ff80;
}
.zindex2 {
    position: relative;
    z-index: 2;
}
.holderMainShift {
    top: -230px;
    position: relative;
    z-index: 1;
}
.hideMain {
    top: 0px;
    left: 0px;
    width:100%;
    height:100%;
    position: absolute;
    z-index: 1000;
    background-color: white;
}
.bannermodule {
    width: 10%;
    left: 90%;
    top: -62px;
    position: relative;
}
.moduleback {
    top: -62px;
    position: relative;
}

.nav-item {
    padding-left: 1px;
    padding-right: 1px;
}
.nav-link {
    font-weight: bold;
    font-size: 16px;
    color: black;
    border: 1px solid !important;
}

.enticing {
    font-size: 22px;
    font-weight: bold;
    font-family: Verdana;
    color: black;
}

.moduleoutertitle {
    background-color: #EFF1FB;
    margin-left: -20px;
    margin-top: 10px;
    padding-top: 20px;
    padding-left: 0px;
    height: 90px;
    width: 700px;
}
.moduleinnertitle {
    background: #00428A;
    margin-top: -10px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 40px;
    padding-left: 50px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    width: 670px;
    display: block;
}

.modulebutton {
    background: url(/images/btnback.jpg) left center no-repeat;
    width: 250px;
    height: 80px;
    white-space: normal;
    font-weight: bold;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.modulebutton:hover {
    background: url(/images/btnbackhover.jpg) left center no-repeat;
}

.modbutton {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    margin: 0;
    width: 250px;
    min-height: 126px;
    white-space: normal;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 700;
    letter-spacing: -.2px;
    font-size: 23px;
    color: #ffffff;
    line-height: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: url(../images/service_bg.png) 0 0/cover no-repeat;
    border-radius: 0;
    align-items: center;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border: 0;
}
.modbutton:hover {
    background: url(../images/service_bg_dk.png) 0 0/cover no-repeat;
}

.modsmallbutton {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 0;
    width: 150px;
    min-height: 63px;
    white-space: normal;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 700;
    letter-spacing: -.2px;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: url(../images/service_bg.png) 0 0/cover no-repeat;
    border-radius: 0;
    align-items: center;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border: 0;
}

    .modsmallbutton:hover {
        background: url(../images/service_bg_dk.png) 0 0/cover no-repeat;
    }

.Banner_sec, .bg-img {
    display: inline-block;
}

.Banner_sec {
    width: 100%;
    background-color: #00428a;
    height: 262px;
    position: relative;
    background-size: contain;
}

.bg-img {
    width: 100%;
    background: url(../images/header-bg.png) no-repeat;
}

.Banner_sec .leftside h3 {
    letter-spacing: 2px;
    font-size: 60px;
    text-align: right;
    color: #fff;
    font-family: impact,sans-serif;
    text-transform: uppercase;
    margin: 0;
    height: 262px;
    display: flex;
    align-items: center;
    justify-content: right;
}

.Banner_sec .leftside {
    padding: 0;
    width: 60%;
    float: left;
    position: relative;
}

.Banner_sec .rightside {
    width: 40%;
    float: right;
    position: relative;
}

body, figure {
    margin: 0;
}

.rightside figure img {
    position: absolute;
    margin-left: 75px;
    top: -29px;
}

.Center {
    max-width: 1170px;
    margin: auto;
}

.content-creator {
    float: left;
    /* margin-top: -180px;  related to bannermenu, bannertop and moduleheader */
    margin-left: -15px;
    width: 55%;
    background: #00428a;
    border-top: 22px solid #eaedf9;
    border-right: 22px solid #eaedf9;
    border-bottom: 22px solid #eaedf9;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.content-creator h2 {
    font-size: 30px;
    display: flex;
    justify-content: right;
    align-items: center;
    margin: 0px;
    padding: 15px 50px 15px 30px;
    color: #fff;
    text-align: right;
    font-family: Montserrat,sans-serif;
}

.custom-content-creator {
    width: 45%;
    background: #00428a;
    border-top: 22px solid #eaedf9;
    border-right: 22px solid #eaedf9;
    border-bottom: 22px solid #eaedf9;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.custom-content-creator h2 {
    font-size: 30px;
    display: flex;
    justify-content: right;
    align-items: center;
    margin: 0px;
    padding: 15px 50px 15px 30px;
    color: #fff;
    text-align: right;
    font-family: Montserrat,sans-serif;
}

.backbutton {
    left: 5px;
    position: absolute;
    border-width: 5px;
    border-color: #ffffff;
    border-style: solid;
    font-weight: bold;
}

.product-banner {
    font-size: 30px;
    justify-content: left;
    color: #fff;
    text-align: right;
}

.custom-banner {
    float: right;
    margin-top: -110px;
    margin-right: 0px;
    width: 45%;
    background: #00428a;
    border-top: 22px solid #eaedf9;
    border-left: 22px solid #eaedf9;
    border-bottom: 22px solid #eaedf9;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.custom-banner h2 a {
    font-size: 30px;
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 0px;
    padding: 15px 50px 6px 30px;
    color: #fff;
    text-align: right;
    font-family: Montserrat,sans-serif;
}

.bannerUR {
    float: right;
    margin-top: -110px;
    margin-right: 20px;
    width: 45%;
}

.upperRight {
    float:right;
    margin-right:10px;
}

.content-button {
    margin-top: 20px;
    width: 43%;
    float: right;
}

.content-creator h2 img {
    width: 27px;
    height: 26px;
    margin-right: 10px;
}

.moduleheader {
    margin-top: -50px; /* related to bannermenu, bannertop and content-creator */
    height: 50px;
}

.question-block {
    width: 100%;
    padding: 2px 0 3px;
    padding-top: 1px;
    z-index: 2;
    position: relative;
}

.question-block-main {
/*    width: 70%;
    margin: 0px auto;
*/}

.question-block-main input {
/*    width: 70%;
    border: 1px solid #a0a0a0 !important;
    border-radius: 5px;
*/}
.question-block-label {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
}

.svg-info-circle-fill:after {
    content: url(/svgicons/info-circle-fill.svg);
    margin-top: 4px;
    margin-left: 36px;
}

.swapdisplay {
    padding: 0.25rem 2.0rem 0.25rem 0.5rem;
    background: url(/images/swap_horiz_24dp.svg) left center no-repeat #ffc107;
    position:absolute;
    left:10px;
}

.buttondrop {
    padding: 0.25rem 2.0rem 0.25rem 0.5rem;
    background: url(/svgicons/arrow_drop_down.svg) right 3px top 5px no-repeat #337ab7;
}

.expandmore {
    padding: 0.25rem 2.0rem 0.25rem 0.5rem;
    background: url(/svgicons/expand_more.svg) right 3px top 5px no-repeat transparent;
}

.expandless {
    padding: 0.25rem 2.0rem 0.25rem 0.5rem;
    background: url(/svgicons/expand_less.svg) right 3px top 5px no-repeat transparent;
}

.moduleNewHeader {
    background-color:#004aa4;
    padding: 8px;
    color: white;
    font-weight:bold;
    display: block;
    width: 100%;
    margin-bottom: 16px;
}
.moduleNewHeader:hover {
    cursor: pointer;
}

.widgetIntro {
    display:block;
    font-size: 18px;
    padding-bottom:24px;
}

.textCenter {
    text-align: center;
    width: 100%;
    display:block;
}

.vbCenter {
    max-width: 1200px;
    margin: auto;
}

.vbRoundedImage {
    border-radius: 25px;
    border: 4px solid #d0d0d0;
    padding: 0px;
    width: 100px;
    height: 100px;
}
.vbRoundedImageSelected {
    border-radius: 25px;
    border: 4px solid #80ff80;
    padding: 0px;
    width: 100px;
    height: 100px;
}

.vbRoundedClip {
    border-radius: 10px;
    border: 1px solid #000000;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.vbRoundedClip:hover {
    cursor: pointer;
}
.vbRoundedClipSelected {
    border-radius: 10px;
    border: 3px solid #8080ff;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.vbClip {
    padding-bottom:10px;
}

.rounded20 {
    border-radius: 20px;
}

.lineheight04 {
    line-height: 0.4;
}

.vbLabelNormal {
    font-size: 14px;
    color: #606060;
    font-weight: normal;
    text-align: center;
    width: 100%;
    display: block;
}
.vbLabelSelected {
    font-size: 16px;
    color: #4040ff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
}

.resize-container {
    position: relative;
    display: inline-block;
    cursor: move;
    margin: 0 auto;
}

    .resize-container img {
        display: block
    }

    .resize-container:hover img,
    .resize-container:active img {
        outline: 2px dashed rgba(222,60,80,.9);
    }

.resize-handle-ne,
.resize-handle-ne,
.resize-handle-se,
.resize-handle-nw,
.resize-handle-sw {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: rgba(222,60,80,.9);
    z-index: 999;
}

.resize-handle-nw {
    top: -5px;
    left: -5px;
    cursor: nw-resize;
}

.resize-handle-sw {
    bottom: -5px;
    left: -5px;
    cursor: sw-resize;
}

.resize-handle-ne {
    top: -5px;
    right: -5px;
    cursor: ne-resize;
}

.resize-handle-se {
    bottom: -5px;
    right: -5px;
    cursor: se-resize;
}

.hideText {
    font-size:1px;
    color: #ffffff;
    display:block;
    width:1px;
    height:1px;
}

.slimBanner {
    width: 250px;
    max-width: 250px;
    background: #00428a;
    border-top: 6px solid #eaedf9;
    border-right: 6px solid #eaedf9;
    border-bottom: 6px solid #eaedf9;
}

.slimBanner h2 {
    font-size: 30px;
    display: flex;
    justify-content: right;
    align-items: center;
    margin: 0px;
    padding: 6px 20px 6px 6px;
    color: #fff;
    text-align: right;
    font-family: Montserrat,sans-serif;
}

.centergrid {
    display: flex;
    justify-content: center;
}

.leftrightnormal {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

.leftrightselected {
    border-left: 12px solid #000080;
    border-right: 12px solid #000080;
}

/* -------------------------------------------------   Media section   ----------------------------------------------------*/
@media only screen and (max-width: 479px) {
    header { width: 100%; position: absolute; height: 57px; }
    header .Center { width: 100%; }
    .Banner_sec .leftside h3 { font-size: 34px; justify-content: center; }
    .Banner_sec { width: 100%; }
    .Banner_sec .Center { width: 100%; padding: 0px 0%; display: inline-flex; }
    .Banner_sec .bannerside { top: 90px; }
    .Banner_sec .leftside { padding: 0px 0px 10px 0px; width: 100%; float: none; }
    .Banner_sec .leftside p { font-size: 14px; line-height: 18px; padding: 10px 0px; }
    .Banner_sec .leftside a { font-size: 13px; }
    .Banner_sec .rightside { width: 98%; }
    .bgcolor { height: 50px; }
    .mainarrow { visibility:hidden; }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    header { width: 100%; position: absolute; height: 57px; }
    header .Center { width: 100%; }
    .Banner_sec .leftside h3 { font-size: 40px; justify-content: center; }
    .Banner_sec { width: 100%; }
    .Banner_sec .Center { width: 100%; padding: 0px 0%; display: flex; }
    .Banner_sec .bannerside { top: 144px; }
    .Banner_sec .leftside { padding: 0px 0px 20px 0px; width: 100%; float: none; }
    .Banner_sec .rightside { width: 99%; }
    .bgcolor { height: 50px; }
    .slimBanner {
        width: 150px;
        max-width: 150px;
    }
    .slimBanner h2 {
        font-size: 16px;
    }
    .mainarrow {
        visibility: hidden;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    header { width: 100%; height: 87px; }
    header .Center { width: 100%; }
    header .site-logo { padding: 27px 0 0 1px; position: relative; z-index: 1; }
    header .site-logo h1 { line-height: 33px; }
    header.smaller .Navigation li a { padding: 16px 20px; }
    .Banner_sec .leftside h3 { font-size: 40px; }
    .slimBanner {
        width: 190px;
        max-width: 190px;
    }
    .slimBanner h2 {
        font-size: 22px;
    }
    .mainarrow {
        visibility: hidden;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    header { width: 100%; }
    header .Center { width: 100%; }
    .Navigation { margin-right: 0px; }
    header.smaller .Navigation li a { padding: 16px 36px; }
    .Banner_sec .leftside h3 { font-size: 40px; }
    .slimBanner {
        width: 220px;
        max-width: 220px;
    }
    .slimBanner h2 {
        font-size: 26px;
    }
}
@media screen and (max-width:1024px) {
    .rightside { display: none; }
}
@media screen and (max-width:1340px) {
    .rightside figure img { margin-left: 65px; width: 88%; top: 6px; }
}
