﻿@import url("Tbs2022-fonts.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');

body {
    margin: 0;
    color: #454545;
    font-family: "DIN W01", sans-serif;
    font-weight: 400;
}

a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

    a:hover {
        color: #f24e58; 
    }

H1 {
    font-family: "DIN 30640 W01 Neuzeit GroteskBd",sans-serif;
    font-weight: 700;
    color: #f24e58;
    margin-bottom: 5px;
}

h2 {
    margin: 5px 0 5px 0;
}

input[type="text"], textarea, input[type="password"] {
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    padding: .5em .6em;
    border-radius: 0;
    box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
    border-color: #ccc;
    font-family: Arial;
}

input[type="text"], input[type="password"] {
    height: 30px;
}

input [type="button"], button, input[type="submit"], .button {
    font-family: "DIN Pro Condensed Bold",sans-serif;
    color: white;
    background-color: #e3b400;
    border-radius: 15px;
    align-items: center;
    text-align: center;
    border-width: 0;
    padding: 8px 15px 8px 15px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
}

    input[type="button"]:hover, button:hover, .button:hover, input[type="submit"]:hover {
        cursor: pointer;
        background-image: linear-gradient(to right,#e3b400 0,#f24e58 100%);
        color: white;
    }

    input[type=submit][disabled], button[disabled], .button[disabled], .button.aspNetDisabled,
    input[type=submit][disabled]:hover, button[disabled]:hover, .button[disabled]:hover, .button.aspNetDisabled:hover {
        background-color: silver;
        color: gray;
        cursor: not-allowed;
        background-image: unset;
    }






.TitreRubrique, .StandardViewControler > .ZoneTitre, .SimpleMultiBlocks > .Block > .Titre {
    border: none;
    font-weight: bold;
    margin-left: -15px;
    border-radius: 0px;
    font-size: 12px;
    background-color: #3A474D !important;
    color: white !important;
    margin-right: -5px;
    padding: 8px;
    padding-left: 28px;
}



fieldset {
    border: 2px solid #f24e58;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    padding: 5px;
}

    fieldset > legend {
        padding: 2px;
        margin-left: 5px;
    }

.FieldsContainerLib, .ControlAtLeft > .FieldsContainerValue {
    width: 180px;
    text-align: right;
    padding: 2px;
}

.FieldsContainerValue {
    padding: 3px;
}

.ControlAtLeft > .FieldsContainerLib {
    text-align: left;
    width: auto;
}


.ZoneBoutons {
    padding: 10px;
}

    .ZoneBoutons .OthersBoutons {
        float: right;
    }

.MsgValidator {
    color: red;
    padding: 3px;
}


.ExcelImporterControl > table td:nth-child(3) {
    white-space: nowrap;
}


.ZoneFiltres {
    background-color: #FEE7E2;
    margin-bottom: 12px;
}

Fieldset legend {
    font-weight: bold;
    color: #f24e58;
}

FIELDSET.ZoneImport, DIV.ZoneImport > FIELDSET {
    background-color: #E0E5E9;
    padding: 5px;
    border-color: #3A464D;
}

    FIELDSET.ZoneImport > legend, DIV.ZoneImport > FIELDSET > legend {
        color: #3A464D;
    }

.ZoneNoResults {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: -1px -1px -1px -1px;
}


.ZoneFieldsContainerBoutons {
    margin-left: 190px;
    margin-top: 10px;
}


.MenuNavigationathSeparator {
    color: #383838;
}



.StandardViewControler FIELDSET.ZoneFiltres {
    border: 2px solid #f24e58;
}

.ImportTool .ConsoleOutPutDisplayer {
    margin-top: 10px;
}

.ConsoleOutPutDisplayer {
    background-color: #E0E5E9;
    border: 1px solid #526585;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

    .ConsoleOutPutDisplayer IMG.ImgLoading {
        content: url(/img/loader.gif);
        width: 30px;
    }

    .ConsoleOutPutDisplayer .ZoneAffich {
        color: #8D9698;
    }

    .ConsoleOutPutDisplayer .progressBar {
        background-color: #526585;
        top: 2px;
        bottom: 2px;
    }

    .ConsoleOutPutDisplayer .subprogressBar {
        bottom: 2px;
    }


.TabContent > div {
    border: 1px solid #526585;
    padding: 6px;
    margin-top: -1px;
}


.ValidationResult > .ValidationResult {
    margin-left: 15px;
}


.SimpleMultiBlocks > .Block {
    margin-bottom: 22px;
}

    .SimpleMultiBlocks > .Block > .Content {
        padding: 10px;
    }

.FormBottomZoneButtons {
    margin-left: 195px;
    margin-top: 13px;
}

.RadComboBox_Tbs2019 .rcbInput[disabled="disabled"] {
    color: gray !important;
}


.MultiLangueTextBox select {
    height: 24px !important;
}

.rgNoRecords td {
    padding: 0px;
}

.LibNoRecords, .ZoneNoResults {
    background-color: #EDEDED;
    padding: 7px;
    font: 12px/16px "segoe ui",arial,sans-serif;
    color: rgb(58, 71, 77);
}



TABLE.DataGrid {
    border-collapse: collapse;
}

    TABLE.DataGrid th {
        background-color: #3a464d;
        color: white;
        padding: 5px;
        border-right: 1px solid white;
    }

.EmailLabel, .EmailColumn > A {
    color: #f24e58;
    text-decoration: none;
    font-family: Arial;
}

    .EmailLabel:hover, .EmailColumn > A:hover {
        text-decoration: underline;
        font-weight: bold;
    }

.MultiBlocksControl .Onglets .TabContents {
    border: 1px solid gray;
    margin-top: -1px;
    padding: 5px;
    min-height: 620px;
    background-color: white;
}

.MultiStepsControl .Step {
    margin-right: 5px;
    margin-bottom: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

    .MultiStepsControl .Step.Current {
        background-color: #526585;
        border-width: 0;
        border: 3px solid #526585;
    }

        .MultiStepsControl .Step.Current a {
            color: white;
            font-weight: bold
        }

.MultiStepsControl .Step {
    border: 1px solid #526585;
    background-color: white;
}

    .MultiStepsControl .Step a {
        color: #526585;
        text-decoration: none;
    }

.LogicalItemEditorControl .Btt {
    background-color: silver;
    margin: 1px;
    height: auto;
    line-height: 22px;
}

    .LogicalItemEditorControl .Btt:hover {
        background-color: #4e6168;
    }

.QueryGrid .ColumnsSelector .ZoneSelector {
    top: 20px;
}

.TypeRegisterTypeSelector .ComboBox {
    width: 460px;
}


.ZoneForm, .ZoneSubForm {
    background-color: white;
}

.ZoneSubForm {
    border-width: 0;
}


.ZoneBoutons .button {
    margin-right: 40px;
}


.Field {
}

.Field {
    margin-bottom: 5px !important;
    display: block !important;
}

    .Field .FormFieldLib {
        color: #1f1a1b;
        margin-bottom: 3px;
        min-width: 225px !important;
        text-align: left;
    }


    .Field.Obligatoire .FormFieldLib {
        font-weight: bold;
    }

        .Field.Obligatoire .FormFieldLib label::after {
            color: #00c5ef !important;
        }

.LargeTxt, .LargeCmb {
    width: 400px;
}


.QueryGridPopupFilter .AdvancedFilter .ZoneFiltres > div > span {
    width: 90px;
}

.QueryGridPopupFilter .AdvancedFilter .ZoneFiltres > div > input[type=text] {
    width: 160px;
    height: 24px;
}



.StandardFiltersControl .AdvancedFilters {
    border: 4px solid;
    background-color: #fff;
    border-image: linear-gradient(to right,#5d2da8 0,#f24e58 100%) 4;
}

.StandardFiltersControl .AdvancedFiltersZoneButtons {
    text-align: left;
    margin: 5px 0 5px 190px;
    display: flex;
}

    .StandardFiltersControl .AdvancedFiltersZoneButtons input {
        margin-right: 5px;
    }

        .StandardFiltersControl .AdvancedFiltersZoneButtons input:first-child {
            order: 2;
        }

.StandardFiltersControl .AdvancedFiltersHeader {
    top: -14px;
}

input[type="text"].riTextBox, .InternationalPhoneNumberControl input[type="text"] {
    height: 30px !important;
}


