body {
    background-color: rgb(175, 180, 184);
}

h1 {
    font: 12pt arial, tahoma, verdana, helvetica !important;
    font-weight: bold !important;
    color: #202223;
    margin: 40px 0px 70px;
    text-align: center;
    padding-top: 5px !important;
}

.text-color {
    color: #404347;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
}

.text-color-important {
    color: #404347 !important;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt !important;
}

.viewportContainer {
    /*background-color: rgb(175, 180, 184) !important;*/
}

.headerPanel {
    background-color: #ffffff !important;
    border-width: 0px !important;
}

.headerLabels {
    color: #272e67;
    font-family: arial, helvetica, sans-serif;
    font-size: 13.33px;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}

.backgroundColor {
    background-color: #FFFFFF !important;
}

.leftPanel {
    border-width: 0px !important;
    color: #404347;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
}

.footerPanel {
    border-color: rgb(137, 144, 149);
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
}

.footerPanelBackground {
    background-color: rgb(175, 180, 184) !important;
}

.imagePaddings {
    overflow: hidden;
    background-size: cover;
    width: 100%;
    height: 660px;
    background-repeat: no-repeat;
}

.imagePaddings-insured {
    overflow: hidden;
    background-size: cover;
    width: 100%;
    height: 660px;
    background-repeat: no-repeat;
}

.toolbar {
    background-image: url(img/custom/PROLINK-bg4.png) !important;
    height: 25px;
}

.toolbarPadings {
    padding-top: 2px !important;
    padding-bottom: 3px !important;
}

.footer {
    overflow: visible !important;
}

.dialogHeader {
    color: #404347 !important;
    font: bold 11px tahoma, arial, verdana, sans-serif !important;
    height: 20px;
}

.messageBoxHeader {
    color: #404347 !important;
    font-family: tahoma, arial, verdana, sans-serif !important;
}

.dialogFontBold {
    color: #404347 !important;
    font: bold 10pt arial, helvetica, sans-serif !important;
}

.dialogFont {
    color: #404347 !important;
    font: normal 10pt arial, helvetica, sans-serif !important;
}

.dialogFontAutotextOrAttachment {
    color: #404347 !important;
    font: normal 11pt arial, helvetica, sans-serif !important;
}

.dialogBorder {
    /*border-color: #b8b0a4;*/
    border-color: red !important;
}

.redFont {
    color: red !important;
}

.courierFont {
    font-family: "Courier";
}

.countryStyle {
    font-size: 8pt !important;
}

.borders {
    border-right: 1px #404347;
    border-right-style: solid;
}

.bordersWithoutBottom {
    border: 1px #404347;
    border-style: solid;
    border-bottom-style: none;
}

.bordersWithoutTop {
    border: 1px #404347;
    border-style: solid;
    border-bottom-style: none;
    border-top-style: none;
}

.bordersBottom {
    border-bottom: 1px #404347;
    border-bottom-style: solid;
}

.x-window-mc {
    border-color: #272e67;
    font: normal 11px tahoma, arial, helvetica, sans-serif;
    background-color: #F3F4F7;
}

.logo-wrapper__image {
    background: url('logos/logo_new.gif?v=1') no-repeat;
    background-size: 50%;
    margin: 10px;
}

.pad-text {
    font-size: 12px;
    padding: 5px;
}

.selectedColor {
    color: white !important;
}