﻿@font-face {
    font-family: 'gothamboldregular';
    src: url('../fonts/gothambold-webfont.woff2') format('woff2'), url('../fonts/gothambold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothambookregular';
    src: url('../fonts/gothambook-webfont.woff2') format('woff2'), url('../fonts/gothambook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothamlightregular';
    src: url('../fonts/gothamlight-webfont.woff2') format('woff2'), url('../fonts/gothamlight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothammediumregular';
    src: url('../fonts/gothammedium-webfont.woff2') format('woff2'), url('../fonts/gothammedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'morenomedium';
    src: url('../fonts/moreno-medium-webfont.woff2') format('woff2'), url('../fonts/moreno-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'morenoregular';
    src: url('../fonts/moreno-regular-webfont.woff2') format('woff2'), url('../fonts/moreno-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#body_bg {
    padding: 20px !important;
}

.dxbButton {
    background: none;
    border: none;
    background-color: #bba36e;
    color: #fff;
    font-family: 'Gothammediumregular';
}

.dxbButtonHover {
    background-color: #758f8f;
}


.infoMessage {
    padding: 15px 15px 15px 40px;
    background-color: #eef4f4;
}

    .infoMessage p {
        margin-bottom: 16px;
    }

.filAriane {
    margin: 15px 0;
}

    .filAriane span.active, .filAriane a.active {
        color: #bba36e;
        font-family: 'Gothammediumregular';
        font-size: 12px;
    }

.fieldset .caption {
    color: #bba36e;
    font-size: 14px;
    display: inline-block;
    left: 9px;
    line-height: 16px;
    padding: 10px 20px;
    position: relative;
    font-family: 'Gothammediumregular';
}

td.label {
    text-align: right;
    background: none;
}

.divInfo {
    background-image: url('../images/Info.png');
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: 5px;
    padding-left: 30px;
    font-size: 11px;
    font-style: italic;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
}

.printer {
    display: block;
    font-size: 20px;
    float: right;
    top: 5px;
    right: 20px;
}

    .printer a {
        color: #bba36e;
    }



.tableForm tr td {
    font-size: 11px;
    /*border:1px solid black;*/
    vertical-align: top;
}

.tableForm > tbody > tr > td {
    padding: 2px;
}

table.tableForm span {
    font-size: 11px;
}

.right {
    float: right;
}

.fieldset {
    margin-top: 20px;
    margin-bottom: 10px;
    border: 1px solid #eef4f4;
    border-collapse: separate;
    border-radius: 6px;
    display: table;
    padding: 0 15px 15px 15px;
    width: 95%;
    background-color: #eef4f4;
}

.tdPpl {
    white-space: nowrap;
}

.dxeCheckBoxList {
    background-color: #fff;
}

.dxeTextBox input, .dxeButtonEdit input {
    min-height: 18px;
}

.dxeTextBox, .dxeButtonEdit, .dxeCheckBoxList, .dxeListBox, .dxeMemo, .dxucControl, .dxeRadioButtonList {
    border: solid 1px #bba36e;
    font-family: gothambookregular;
    color: #6e7070;
    padding: 0;
}

    .dxeTextBox.dxeFocused, .dxeButtonEdit.dxeFocused, .dxeCheckBoxList.dxeFocused, .dxeListBox.dxeFocused, .dxeMemo.dxeFocused {
        background-color: #f1f3f2;
    }

    .dxeTextBox input:focus,
    .dxeButtonEdit input:focus,
    .dxeCheckBoxList input:focus,
    .dxeListBox input:focus,
    .dxeMemo textarea:focus {
        border: none;
        background-color: #f1f3f2;
    }

    .dxeMemo textarea {
        width: 98% !important;
    }

.left {
    float: left;
    margin-right: 5px;
}

.dxgvHeader a.dxgvCommandColumnItem {
    color: #bba36e;
    text-decoration: none;
}

    .dxgvHeader a.dxgvCommandColumnItem:hover {
        color: #bba36e;
        text-decoration: underline;
    }

.dxgvHeader {
    border: solid 1px #fff;
    background-color: #dae2e2;
    color: #768888;
    font-family: 'Gothammediumregular';
}

    .dxgvHeader, .dxgvHeader table {
        color: #768888;
    }

.dxgvEditForm td.dxgv {
    border: none;
}

.dxgvEditForm {
    background-color: #eef4f4;
    color: #768888;
}

.dxgvEditFormTable {
    color: #768888;
}

.dxucBrowseButton {
    border: 1px solid #bba36e;
    background: #bba36e;
    color: #fff;
}

.dxucBrowseButtonHover {
    border: 1px solid #768888;
    background: #768888;
    color: #fff;
}

.dxucControl .dxucBrowseButton a {
    color: #fff;
}

.dxucTextBox {
    border: none;
}

.dxgvEditFormTable a {
    color: #bba36e;
}

    .dxgvEditFormTable a:hover {
        color: #bba36e;
        text-decoration: underline;
    }
