﻿/**********************/
/***    ELEMENTS    ***/
/**********************/
@font-face {
  font-family: 'Hollard';
  src: url('../fonts/Hollard/WOFF2/HollardSans-Light.woff2') format('woff2'),
       url('../fonts/Hollard/WOFF/HollardSans-Light.woff') format('woff'),
       url('../fonts/Hollard/TTF/HollardSans-Light.ttf') format('truetype'),
       url('../fonts/Hollard/OTF/HollardSans-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Hollard';
  src: url('../fonts/Hollard/WOFF2/HollardSans-LightItalic.woff2') format('woff2'),
       url('../fonts/Hollard/WOFF/HollardSans-LightItalic.woff') format('woff'),
       url('../fonts/Hollard/TTF/HollardSans-LightItalic.ttf') format('truetype'),
       url('../fonts/Hollard/OTF/HollardSans-LightItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Hollard';
  src: url('../fonts/Hollard/WOFF2/HollardSans-Bold.woff2') format('woff2'),
       url('../fonts/Hollard/WOFF/HollardSans-Bold.woff') format('woff'),
       url('../fonts/Hollard/TTF/HollardSans-Bold.ttf') format('truetype'),
       url('../fonts/Hollard/OTF/HollardSans-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Hollard';
  src: url('../fonts/Hollard/WOFF2/HollardSans-BoldItalic.woff2') format('woff2'),
       url('../fonts/Hollard/WOFF/HollardSans-BoldItalic.woff') format('woff'),
       url('../fonts/Hollard/TTF/HollardSans-BoldItalic.ttf') format('truetype'),
       url('../fonts/Hollard/OTF/HollardSans-BoldItalic.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

html, body {
  font-family: 'Hollard', Tahoma, Arial, Helvetica, Sans-Serif, Verdana !important;
}

*, *::before, *::after, input, button, select, textarea {
  font-family: inherit !important;
}

* {
    margin: 0px;
    padding: 0px;
}

html, body {
    background: transparent !important;
    font-size: 10pt;
    height: 100%;
    width: 100%;
}

a {
    color: #01018a;
    text-decoration: none;
}

    a:hover {
        color: #01018a;
    }

hr {
    background-color: #c0c0c0;
    border: none;
    height: 1px;
}

h4 {
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
}

/*********************/
/***    CLASSES    ***/
/*********************/
.cp16x16 {
    height: 16px;
    width: 16px;
}

.cp24x24 {
    height: 24px;
    width: 24px;
}

.cp128x128 {
    height: 128px;
    width: 128px;
}

.cp1024x600 {
    height: 600px;
    max-height: 600px;
    width: 1024px;
    max-width: 1024px;
}

.cp128x128M {
    max-height: 128px;
    max-width: 128px;
}

.cp256x256M {
    max-height: 256px;
    max-width: 256px;
}

.cpAlignCenter {
    text-align: center;
}

.cpAlignLeft {
    float: left;
}

.cpAlignLeftT {
    text-align: left;
}

.cpAlignRight {
    float: right;
}

.cpBold {
    font-weight: bold;
}

.cpBorder {
    border: 1px solid;
}

.cpBorderSide {
    border: 1px solid;
    border-bottom: 0px;
    border-top: 0px;
}

.cpCheck {
    cursor: pointer;
}

.cpCursor {
    cursor: pointer;
}

.cpCheck label {
    cursor: pointer;
}

.cpCheck span {
    cursor: pointer;
}

.cpFormField {
    font-size: 8pt;
}

.cpFull {
    background: transparent !important;
    height: 100%;
    width: 100%;
}

.cpH2 {
    height: 2px;
}

.cpH5 {
    height: 5px;
}

.cpH10 {
    height: 10px;
}

.cpH13 {
    height: 13px;
}

.cpH15 {
    height: 15px;
}

.cpH16 {
    height: 16px;
}

.cpH24 {
    height: 24px;
}

.cpH25 {
    height: 25px;
}

.cpH41 {
    height: 41px;
}

.cpH42 {
    height: 42px;
}

.cpH48 {
    height: 48px;
}

.cpH50 {
    height: 50px;
}

.cpH64 {
    height: 64px;
}

.cpH96 {
    height: 96px;
}

.cpH128 {
    height: 128px;
}

.cpH256 {
    height: 256px;
}

.cpH100p {
    height: 100%;
}

.cpHeader {
    background: url(../images/nbIHeader.jpg) top repeat-x;
    font-family: Arial Rounded MT Bold;
    font-size: 12pt;
}

.cpHeaderItem {
    color: #808080;
    font-family: Arial Rounded MT Bold;
    font-size: 12pt;
}

.cpHeaderTop {
    position: relative;
    top: -100%;
}

.cpImage {
    height: 48px;
    width: 48px;
}

.cpItem {
    padding-left: 20px;
}

.cpItemFocus {
    color: #442359;
}

.cpMenu {
    border-style: none;
    height: 41px;
}

.cpNote {
    font-size: 8pt;
}

.cpPadding {
    padding: 15px;
}

.cpBadgeTitle {
    position: relative;
    bottom: 15px;
    right: -18px;
    padding: 2px 5px;
    border-radius: 50%;
    background-color: #F15A22;
    color: white;
    font-weight: bold;
    font-size: 8pt;
    font-family: Calibri;
}

.cpBadgePicture {
    position: relative;
    bottom: 17px;
    right: 25px;
    padding: 5px 8px;
    border-radius: 50%;
    background-color: #F15A22;
    color: white;
    font-weight: bold;
    font-size: 8pt;
    font-family: Calibri;
}

.cpInlineFrame {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
}

.cpPaddingCell {
    padding: 5px;
}

.cpPaddingCellH {
    padding: 10px 5px 10px 5px;
}

.cpPaddingCheckBox {
    padding: 6px 6px 6px 5px;
}

.cpPaddingFrame {
    padding-left: 4px;
}

.cpPaddingImg {
    padding: 2px;
}

.cpSizeImg {
    width: 52px;
    height: 52px;
}

.cpPaddingNotify {
    padding: 5px;
}

.cpPage {
    height: 100%;
    left: 0px;
    overflow: auto;
    top: 0px;
    width: 100%;
    z-index: 0;
}

.cpPositionFill {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.cpParagraph p {
    margin-top: 20px;
}

.cpRowAlt {
    background-color: #DAD3DE;
}

.cpRowI {
/*    background: #fcf6dd url(../images/nbIHBack.png) repeat-x left top;
    color: #1e395b;*/
}

.cpTable {
    background: transparent !important;
    border-collapse: collapse;
    border-spacing: 0px;
}

.cpTools {
    /*color: #1e395b;
    background: #d4e4f3 url(../images/nbHBack.png) repeat-x left top;*/
}

.cpToolsI {
    /*background: #fcf6dd url(../images/nbIHBack.png) repeat-x left top;
    cursor: pointer;*/
}

.cpVertical {
    /* 2017.05.28: Internet Explorer not respecting CSS rules */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    /* Should be unset in IE9+ I think. */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    padding-left: 10px;
}

.cpW4 {
    width: 4px;
}

.cpW5 {
    width: 5px;
}

.cpW10 {
    width: 10px;
}

.cpW15 {
    width: 15px;
}

.cpW16 {
    width: 16px;
}

.cpW24 {
    width: 24px;
}

.cpW32 {
    width: 32px;
}

.cpW48 {
    width: 48px;
}

.cpW50 {
    width: 50px;
}

.cpW64 {
    width: 64px;
}

.cpW75 {
    width: 75px;
}

.cpW80 {
    width: 80px;
}

.cpW85 {
    width: 85px;
}

.cpW95 {
    width: 95px;
}

.cpW100 {
    width: 100px;
}

.cpW125 {
    width: 125px;
}

.cpW128 {
    width: 128px;
}

.cpW135 {
    width: 135px;
}

.cpW145 {
    width: 145px;
}

.cpW150 {
    width: 150px;
}

.cpW155 {
    width: 155px;
}

.cpW175 {
    width: 175px;
}

.cpW195 {
    width: 195px;
}

.cpW215 {
    width: 215px;
}

.cpW225 {
    width: 225px;
}

.cpW250 {
    width: 250px;
}

.cpW256 {
    width: 256px;
}

.cpW260 {
    width: 265px;
}

.cpW265 {
    width: 265px;
}

.cpW275 {
    width: 275px;
}

.cpW320 {
    width: 320px;
}

.cpW325 {
    width: 325px;
}

.cpW365 {
    width: 365px;
}

.cpW375 {
    width: 375px;
}

.cpW395 {
    width: 395px;
}

.cpW475 {
    width: 475px;
}

.cpW275M {
    max-width: 275px;
}

.cpW405M {
    max-width: 405px;
}

.cpW49p {
    width: 49%;
}

.cpW45p {
    width: 45%;
}

.cpW50p {
    width: 50%;
}

.cpW100p {
    width: 100%;
}

/****************/
/***    ID    ***/
/****************/
#dxCombo .dxeHD {
    display: none;
}

#dxCombo .dxeLTM {
    display: none;
}

/****************/
/*** Attribute***/
/****************/
[draggable="true"] {
    cursor: move;
}

/********************/
/***    EVENTS    ***/
/********************/
.cpRowMin {
    background-color: #FF9933;
    /*color: #FF9933;*/
}

.cpRowMax {
    background-color: #339966;
    /*color: #339966;*/
}

.cpRowRequired {
    background-color: #BB6666;
    /*color: #bb6666;*/
    font-weight: bold;
}

/************************/
/***    VALIDATION    ***/
/************************/
.cpRequired {
    color: #bb6666;
    font-size: 10pt;
    font-weight: bold;
}

.cpRequiredHead {
    color: #CC0033;
    font-family: Verdana;
    font-size: 11pt;
    font-weight: 800;
}

.cpRequiredNote {
    color: #bb6666;
    font-size: 8pt;
    font-weight: bold;
}

.cpHide {
    display: none;
}

.cpResponse_001 {
    background-color: #009600;
    border-color: #55a12c;
    display: none;
    padding: 5px 5px 0px 5px;
}

.cpResponse_002 {
    background-color: #de4343;
    border-color: #c43d3d;
    display: none;
    padding: 5px 5px 0px 5px;
}

.cpResponse_003 {
    background-color: #4ea5cd;
    border-color: #3b8eb5;
    display: none;
    padding: 5px 5px 0px 5px;
}

.cpResponse_004 {
    background-color: #eaaf51;
    border-color: #d99a36;
    display: none;
    padding: 5px 5px 0px 5px;
}

.cpValidate {
    border: 2px solid #bb6666;
}

.cpPaddingValidate {
    padding-left: 4px;
}

.cpMenuHeader {
    /*    background: url("../images/css/nbHBack.png") repeat-x #d4e4f3 !important;
    text-decoration: none;*/
}

    .cpMenuHeader span {
        padding-left: 4px;
        vertical-align: middle;
    }

.cpMenuHeaderI {
/*    background: url("../images/css/nbIHBack.png") repeat-x #fcf6dd !important;
    text-decoration: none;*/
}

.cpMenuHeaderI span {
/*    padding-left: 4px;
    vertical-align: middle;*/
}

.cpMenuHeader:hover {
/*    background: url("../images/css/nbIHBack.png") repeat-x #fcf6dd !important;
    cursor: pointer !important;
    text-decoration: none;*/
}


.display-table {
    display: table;
}

.display-cell {
    display: table-cell;
}

    .display-cell.align-content-v {
        vertical-align: middle;
    }

.top {
    vertical-align: top;
}

.middle {
    vertical-align: middle;
}

.bottom {
    vertical-align: bottom;
}

.padding-right-1 {
    padding-right: 8px;
}

.padding-right-2 {
    padding-right: 16px;
}

.padding-bottom-1 {
    padding-bottom: 8px;
}

.padding-bottom-2 {
    padding-bottom: 16px;
}

/* Organisation Design */
.position-status-legend {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 5px;
    border: 1px solid #626262;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.position-status-dropdown + div tr {
    display: inline-block;
    width: 100%;
}

.position-status-dropdown + div td {
    width: 100%;
    height: 100%;
    display: inline-block;
}

iframe.embed-inside-content {
    border: none;
    width: 100%;
    height: 100%;
    margin-bottom: -3px;
}


.data-error {
    height: 100%;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

    .data-error .image-container {
        padding-right: 16px;
    }

    .data-error .text-container {
        padding-right: 14px;
    }

    .data-error .text-container, .data-error .image-container {
        display: table-cell;
        vertical-align: middle;
    }

.error-label {
    color: red;
    font-weight: bold;
}


.tree-action-link {
    cursor: pointer;
    color: #F15A22 !important;
    text-decoration: none !important;
}


.static-grouped-header {
    background: #e7f0fa;
    margin: -4px -6px;
    padding: 4px 6px;
    font-weight: bold;
    border-bottom: 1px solid #8ba0bc;
}

/* Popups */
.default-popup-form-container {
    width: 425px;
}

.popup-btn-container .btn-popup:not(:last-child) {
    margin-left: 15px;
}


/* RICHEDIT HACKS (Cannot find source, but styling is being messed up) */
.dxrSys .dxtc-flex > .dxtc-stripContainer .dxtc-vp .dxtc-strip,
.dxrSys .dxtc-flex > .dxtc-stripContainer .dxtc-vp {
    width: 100%;
}

.dxreRulerWrapper .dxreRuler {
    float: left;
}

.header-blue {
    font-size: 11pt;
    color: rgb(47, 71, 103);
    margin-top: 10px;
    margin-bottom: 5px;
}

/* GENERIC Layouts */
.inline-block {
    display: inline-block;
}

.inline-table-full {
    display: inline-table;
    width: 100%;
}

.inline-tooltip {
    height: 16px;
    margin-left: 2px;
    margin-bottom: -3px;
}

.clear-fix {
    clear: both;
}

/*Popup button*/
.pop-up-menu-item {
    display: inline-block;
    height: 40px;
    width: 40px;
    font-size: 26px;
    margin-left: 2px;
    cursor: pointer;
}

    .pop-up-menu-item.orange {
        background: #EE7C3A;
        color: white;
    }

    .pop-up-menu-item.blue {
        background: rgb(0, 120, 215);
        color: white;
    }

    .pop-up-menu-item.red {
        background: #a24d4d;
        color: white;
    }

    .pop-up-menu-item:hover {
        opacity: 0.7;
    }

    .pop-up-menu-item .icon-container {
        display: table;
        width: 100%;
        height: 100%;
        text-align: center;
    }

        .pop-up-menu-item .icon-container i {
            display: table-cell;
            vertical-align: middle
        }

.icon-container.font-small {
    font-size: 20px;
}

.btnPageControlAction {
    margin-top: 12px;
}

.border-box {
    box-sizing: border-box;
}

/* A custom seach panel used on mainly treelists */
.search-panel-container {
    display: none;
    border-bottom: none !important;
}

.nowrap {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}