﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #E1E6FA;
    font-size: 0.8em;
    font-family: 'IBM Plex Sans';
    font-weight: 200;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #2AA4AB;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #fff;
    font-variant: small-caps;
    font-weight: 100;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 1280px;
    min-height: 880px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #233474;
    width: 100%;
    -moz-border-radius: 10px 10px 00px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    height: 100px;
}

    .header h1 {
        font-family: 'Chillax';
        font-weight: 500;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 3em;
    }

    

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #4483B0;
    width: 100%;
}

.RadMenuVetoFIA ul li a:hover {
    background-color: #4483B0;
    color: #fff !important;
    text-decoration: none;
}

/* MENU */
.RadMenuVetoFIA {
	margin: -14px 0 0 10px;
	position: absolute;
	float: left;
	color: #fff;
	width: auto;
	background-color: Transparent;
	z-index: 1000;
	outline: 0;
}

.RadMenuVetoFIAItem {
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 16px;
    color: black !important;
    text-align: center;
    text-decoration: none;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    height: 28px;
    background-color: #74B9E0;
}

.RadMenuVetoFIAItemPopup {
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 15px;
    border: solid 1px #fff;
    color: black !important;
    text-align: center;
    text-decoration: none;
    height: 25px;
    background-color: #74B9E0;
}

.RadMenu .rmHorizontal .rmText {
    padding-top: 3px !important;
}

.RadMenu .rmItem {
    margin-right: 15px;
    padding-left: 5px;
}

    .RadMenu .rmItem a:hover {
        width: auto;
    }
/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px; /*padding: 1em;*/
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-family: 'IBM Plex Sans';
    font-weight: 500;
    font-size: 1.1em;
    padding: 2px 4px 8px 4px;
    font-style: italic;
}

.tdClass {
    font-family: 'IBM Plex Sans';
    font-weight: 300;
    font-size: 14px;
    height: 25px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

*:focus {
	outline: none;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

#titlePage {
    border: solid 1px #696969;
    padding-left: 10px;
    padding-bottom: 5px;
    background-color: #74B9E0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    color: White;
}

    #titlePage h1 {
        font-size: 24px;
        margin-left: 10px;
        font-family: 'Chillax';
        font-weight: 500;
        color: Black;
    }

.panelSearch {
    position: relative;
    float: left;
    width: 100%;
    margin-top: -5px;
}

.panelConnexion {
    margin: 30px auto 0px auto;
    border: solid 1px #233474;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #F7F9FD;
}

.GridFIA {
	margin-top: 10px;
	overflow: auto;
	width: 100%;
	position: relative;
	float: left;
	outline: 0;
}

.panelSearch fieldset {
    
}


.radGridEdit {
    font-family: Verdana, sans-serif !important;
    font-size: 10px;
}

.radGridEditUtilisateur {
    font-family: Verdana, sans-serif !important;
    font-size: 10px;
    border: solid 1px red;
}

.GridGeneral {
	outline: 0;
}

.RadMultiPage_GestionFIA {
    border: solid 1px #696969;
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
    box-shadow: 1px 2px 5px #666;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 600px;
    overflow: auto;
    padding-bottom: 5px;
    padding-top: 10px;
}

.RTS {
    margin-top: 10px !important;
}

.btnAbreviation {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #F3F2F2;
    border: solid 1px #696969;
}

.LabelResult
{
	font-family: Verdana, sans-serif !important;
    font-size: 12px;
}

.FIA_PARTS {
}

.trFIA {
    border: solid 1px #696969;
}

.btnSearch {

}

.imgArticle
{
    margin-left: 70px;
}
.upload
{
     margin-left: 60px;
      vertical-align:middle;
}
.btnInsertPhoto
{

    vertical-align:middle;
}

#FIA_PART1_photo {
    position: absolute;
    margin-top: -10px;
    margin-left: 960px;
    width:160px;
}

div.noWrapRadListBox .rlbText {
    white-space: nowrap;
}




.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
}

footer {
    padding: 20px;
    text-align: center;
}

footer a {
    margin: 0 15px;
    text-decoration: none;
    color: #333;
}

footer a:hover {
    text-decoration: underline;
}

.mentionsLegales {
    text-align: center;
    font-family: Verdana, "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
    color: rgb(93,92,92);
}

    .mentionsLegales h2 {
        font-size: 50px;
        font-weight: 700;
        color: rgb(93,92,92);
    }

.mentionsLegales .center {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}