﻿body {
    /*width: auto;*/
    width: 1200px;
    height: auto;
    min-height: 100vh;
    /*min-height: 450px;*/
    margin: 0 auto;
    background-color: #dfdfdf;
    font-family: Verdana;
    font-size: 8pt;
    color: #035f86;
}

iframe {
    background-color: White;
}

select {
    background-color: White;
}

span, a, label, h1, h2, h3, h4, h5, table, tr, td, input, select, ul, li, p, textarea, button {
    font-family: Verdana;
    font-size: 8pt;
    color: #035f86;
    border-color: #035f86;
    text-decoration: none;
    vertical-align: middle;
    width: auto;
}

    input button:hover {
        color: #ffffff !important;
        background-color: #035f86;
    }

ul {
    padding-left: 30px;
}

p {
    margin: 5px 0;
}

img {
    vertical-align: middle;
    text-align: center;
}

div {
    width: auto;
}

table {
    max-height: 100%;
    width: 100%;
}

.tableAutoSize {
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

table th {
    font-weight: bold;
    vertical-align: middle;
}

table td {
    padding: 5px;
    vertical-align: middle;
}

select {
    line-height: 100%;
    border: 1px solid #035f86;
}

fieldset {
    border: 1px solid;
    border-radius: 4px;
    margin: 3px 1px;
    padding: 3px;
}

    fieldset .noBorder {
        border-left: 0px;
        border-bottom: 0px;
        border-right: 0px;
        border-radius: 0px;
    }



.ajax__tab_tab:hover > span > div > span {
    color: white !important;
}

fieldset legend {
    margin-left: 5px;
    padding: 3px 20px;
    border: 1px solid;
    border-radius: 4px;
    color: #035f86;
    background-color: #009de0;
    font-weight: bold;
    vertical-align: middle;
    padding: 4px;
}

fieldset.whiteFieldset > legend {
    background-color: White !important;
}

    fieldset.whiteFieldset > legend > span {
        color: #035f86 !important;
    }

fieldset legend span, fieldset legend label, fieldset legend h2, fieldset legend h3, fieldset legend h4 {
    color: White;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    *margin-top: -3px;
}

h1, h1 span {
    text-align: left;
    font-size: 13pt;
    line-height: 13pt;
    margin: 0;
    margin-bottom: 10px;
    font-weight: bold;
}

h2, h2 span {
    text-align: left;
    font-size: 10pt;
    line-height: 10pt;
    margin: 10px 0px 10px 0px;
    font-weight: bold;
}

h3, h3 span {
    text-align: left;
    font-size: 8pt;
    margin: 5px 0;
    font-weight: bold;
}

h4, h4 span {
    text-align: left;
    font-size: 8pt;
    line-height: 12pt;
    margin: 0;
    font-weight: bold;
}

h5 {
    color: White;
    font-size: 8pt;
    font-weight: bold;
}

a:hover {
    cursor: pointer;
}

a: visited {
    color: White;
    text-decoration: none;
}

.noOverflow {
    overflow: hidden !important;
}

th {
    border-bottom: 1px solid;
}

.dNone {
    display: none;
}

.dFlex {
    display: flex;
}

.dBlock {
    display: block;
}

.dInline {
    display: inline;
}

.dInlineBlock {
    display: inline-block;
}

.spaceBetween {
    justify-content: space-between;
}

.flexEnd {
    justify-content: flex-end;
}

.textBasicRight {
    text-align: right;
}

.tr {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

    .tr border {
        border: solid 1px rgb(245,245,245);
    }

.fleft {
    float: left;
}

.fright {
    float: right;
}

.fclear {
    clear: both;
    height: 0;
}

.fnone {
    float: none;
}

.fclearBoth {
    clear: both;
}

.hide {
    display: none;
}

.valignTop {
    vertical-align: top;
}

.valignTopImp {
    vertical-align: top !important;
}

.valignMiddleImp {
    vertical-align: middle !important;
}

.valignBottom {
    vertical-align: bottom;
}

.valignBottomImp {
    vertical-align: bottom !important;
}

.valignCenter {
    vertical-align: middle;
}

.cPointer {
    cursor: pointer;
}

.ltypeDisc {
    list-style-type: disc;
}

.pAbsolute {
    position: relative;
}

.pRelative {
    position: relative;
}

.textOverflowEllipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.whiteSpaceNoWrap {
    white-space: nowrap;
}

.whiteSpaceNormal {
    white-space: normal;
}

.overflowX {
    overflow-x: auto;
    *padding-bottom: 18px;
}

.noOverflowX {
    overflow-x: hidden;
}

.overflowXScroll {
    overflow-x: scroll;
}

.overflowY {
    overflow-y: auto;
}

.noOverflowY {
    overflow-y: hidden;
}

.noOverflow {
    overflow: hidden;
}

.ui-dialog-titlebar {
    background-color: #009de0 !important;
    background-image: none !important;
}

.check_box > input[type='checkbox'] {
    opacity: 0;
    position: absolute;
    filter: alpha(opacity=0);
    margin: 5px 0 0 5px;
}

span > span:hover > label {
    color: white !important;
}

span:hover > a:not(.noHoverClass) {
    color: white !important;
    background-color: #4270a3;
}

span:not(#siteMapPath):not(.partPager):hover > span {
    background-color: #4270a3;
}
#siteMapPath > a:nth-child(1) > img {
    display: none;
}
span.button:hover > label {
    color: white !important;
}

.radio_box > input[type='radio'] {
    opacity: 0;
    position: absolute;
    filter: alpha(opacity=0);
    margin: 5px 0 0 5px;
}

.check_box > input[type='checkbox'] + label {
    background: url('../../images/icons/checkbox_unchecked.png') left top no-repeat;
    position: relative;
    margin: 0;
    padding: 0 0 0 30px;
    cursor: pointer;
    line-height: 24px;
    min-height: 24px;
    display: inline-block;
    z-index: 0;
}

.radio_box > input[type='radio'] + label {
    background: url('../../images/icons/checkbox_unchecked.png') left top no-repeat;
    position: relative;
    margin: 0;
    padding: 0 0 0 30px;
    cursor: pointer;
    line-height: 24px;
    min-height: 24px;
    display: inline-block;
    z-index: 0;
}

.check_box > input[type="checkbox"] + label {
    background-position: 0 0;
}

.radio_box > input[type="radio"] + label {
    background-position: 0 0;
}

.check_box > input[type='checkbox']:checked + label {
    background: url('../../images/icons/checkbox_checked.png') no-repeat;
}

.radio_box > input[type='radio']:checked + label {
    background: url('../../images/icons/checkbox_checked.png') no-repeat;
}

.check_box > input[type='checkbox']:disabled + label {
    color: #999;
}

.radio_box > input[type='radio']:disabled + label {
    color: #999;
}

.check_box > input[type='checkbox']:disabled:checked + label {
    color: #999;
}

.radio_box > input[type='radio']:disabled:checked + label {
    color: #999;
}

.CustomTab .ajax__tab_header {
}

.CustomTab .ajax__tab_outer {
    border-right: 1px solid;
}

.CustomTab .ajax__tab_inner {
    border-left: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.CustomTab .ajax__tab_tab {
    height: 64px;
}

.CustomTab .ajax__tab_body {
    border: 1px solid;
    padding: 15px;
}

.CustomTab .ajax__tab_hover {
}

.CustomTab .ajax__tab_active .ajax__tab_outer {
    background-color: #009de0;
    font-weight: bold;
}

.CustomTab .ajax__tab_active .ajax__tab_tab span {
    color: White;
}

.borderedText {
    border: 1px solid #035f86;
    background-color: #009de0;
    color: White;
    font-weight: bold;
    padding: 6px;
}

.selectable {
    cursor: pointer;
}

.link:link {
    text-decoration: underline;
}

.link:hover {
    text-decoration: underline;
    font-weight: bold;
}

.link:active {
    text-decoration: underline;
}

.validation-failed:not([disabled]) {
    border: 1px solid red !important;
    padding: 2px !important;
}

/*//////////////////////////Custom tooltip///////////////////////////////*/

.help {
    border: 1px solid black;
    padding: 4px;
    background-color: #035f86;
    color: White;
}

    .help:hover {
        background-color: #309DCC;
    }

    .help:before {
        padding: 1px;
    }

#helpForm {
    display: none;
    position: absolute;
    background-color: Black;
    color: White;
    width: 300px;
    opacity: 0.8;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

#helpForm_inner {
    padding: 5px;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #helpForm_inner p {
        font-size: 14px !important;
        color: White !important;
    }

#helpForm_close {
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
}

input[type=checkbox] + label {
    margin-left: 5px !important;
}

fieldset[disabled="disabled"] select,
fieldset[disabled="disabled"] input,
select[disabled="disabled"],
input[disabled="disabled"],
input:disabled,
textarea[disabled="disabled"],
select[readonly="readonly"] {
    color: Gray;
    border-color: Gray;
    background-color: #d8d8d8 !important;
}

textarea {
    resize: none;
}

.borderSpacing10px {
    border-collapse: separate;
    border-spacing: 10px;
}

.topMenu {
    /*width: 80.5%; for full page width*/
    width: 82.5%;
    position: relative;
}

.border1pxTable,
.border1pxTable tr,
.border1pxTable td {
    border: 1px solid #035f86;
    border-collapse: collapse;
}

.breakWord {
    word-break: break-word;
}

.ui-widget-content,
.ui-widget-content a {
    color: #035f86;
}

.valLabel {
    width: 100%;
    display: block;
    padding: 5px;
    min-height: 20px;
}

.PropertyID {
    background-color: #009de0;
    color: White;
    moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    white-space: nowrap;
}

.overlay {
    position: absolute !important;
    top: 0px;
    background: gray;
    z-index: 999;
    opacity: 0.5;
}

.alternate {
    background-color: LightGrey;
}

.breakAll {
    word-break: break-all;
}

#dFullCardInformations {
    background-color: #009de0;
    border-radius: 5px;
}

    #dFullCardInformations > div > table {
        background-color: white;
    }

#siteMapPath {
    position: relative;
    top: 5px;
}

    #siteMapPath > span:nth-child(even) > a {
        background: #1A6AA9;
        padding: 8px 10px 10px 10px;
        border-radius: 5px;
        margin: 1px 1px 5px 1px;
        display: inline-block;
    }

        #siteMapPath > span:nth-child(even) > a:hover {
            background: #3682BC;
            cursor: pointer;
        }

.bordered {
    border: 1px solid #035f86 !important;
    padding: 3px !important;
    width: 90% !important;
    display: inline-block;
    min-height: 20px;
}

.rowSpecial {
    background-color: rgb(0, 157, 224);
    border: 2px solid black;
    height: 38px;
}

    .rowSpecial,
    .rowSpecial td,
    .rowSpecial span,
    .rowSpecial label,
    .rowSpecial select,
    .rowSpecial p {
        color: White !important;
    }

.border_dashed {
    border: 2px dashed #424242;
    border-radius: 10px;
    width: 99%;
}

.border_warning {
    border: 2px dashed;
    border-color: darkgoldenrod;
    border-radius: 10px;
    width: 99%;
    padding: 5px;
    background-color: lightyellow;
}

.dTableCell {
    display: table-cell;
}

.ui-dialog {
    overflow: visible !important;
}

/**********************************Styles for s5 tables*********************************/
.sort-float,
.sort-int,
.sort-string {
    cursor: pointer;
}

.sorting-asc,
.sorting-desc {
    padding-right: 20px !important;
}

.sorting-asc {
    background: url('../../images/icons/asc.png') right center no-repeat;
}

.sorting-desc {
    background: url('../../images/icons/desc.png') right center no-repeat;
}

.grid tbody tr:nth-child(2n) td {
    background-color: LightGrey;
}

.grid th,
.grid tbody tr:nth-child(2n-1) td {
    background-color: white;
}

.imgCenter, .imgHorizontal {
    pointer-events: none;
}

#dlgProgressTpl {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.whiteSpacePreWrap {
    white-space: pre-wrap;
}
.textWrapWwordWrap{
    word-wrap: break-word;
}