﻿textarea {
    resize: none;
}

/* Patch firefox for inputs */
input::-moz-focus-inner { 
	border: 0; 
	padding: 0; 
	margin-top:0px; 
	margin-bottom:0px; 
}

input[type="text"], 
textarea {
    padding: 2px;
    border: solid 1px #BDBDBD;
    transition: box-shadow 0.3s, border 0.3s;
}
/*
input[type="text"]:focus,
input[type="text"].focus,
textarea:focus,
textarea.focus {
    border: solid 1px #707070;
    box-shadow: 0 0 3px 1px #848484;
}
*/
input[type="text"][disabled],
textarea[disabled],
select[disabled] { 
    background-color: #E5E5E5;
}

select {
    padding: 2px;
    border: solid 1px #BDBDBD;
}

html {
    overflow-y: scroll;
    margin: 0;
	padding: 0;
    height: 100%;
}

body {
	margin: 0;
	padding: 0;
    height: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica;
	color: #00294b;
    background-color: lightgrey;
}

h2
{
    display: block;
    margin: 5px 0 5px 10px;
    font-size:1.4em;
    font-weight:bold;
}

a 
{
    cursor: pointer;
    text-decoration: none;
    color:#00294b;   
}

.aModalite {
    color: #5a5745;
}


.aRisque {
    color: #0049a9;
}

a.Page {
    cursor: pointer;
    text-decoration: underline;
    color: #00294b;
}

img { border-width:0px; }

table
{
    border-collapse: collapse;
}

legend
{
    color:#00294b;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 0 3px;
    padding: 0 3px 0 3px;
}

.center
{
    margin-left: auto;
    margin-right: auto;
}

.DivStd
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

div#Container
{
    position: relative;
    min-width: 1000px;
    width: 1000px;
    margin: 0px auto;
}

div#container-large
{
    min-width: 1200px;
    min-height: 100%;
    margin: 0px auto;
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    border-color: grey;
}

.app-size-1200
{
    width: 1200px;
}

div#PanelContent
{
    z-index: 0;
    width: 1000px;
    position: absolute;
    top:82px;
    left: 0px;
    background-color: #fff;
}


div#bandeau
{
	height: 82px;
	background-repeat:no-repeat;
	/*background-color: #FFFF83;*/
    background-color: #00294b;
}

div#app-path
{
    font-weight: normal;
    color:#00294b;
    float: left;
    margin: 35px auto auto 40px;
}

div#app-path a
{
    font-weight: normal;
}

/* Style du bloc central (à droite du menu) */
div#PanelContentMenu
{
    position : relative;
    z-index: 0;
    margin-left: 150px;
    background-color: #fff;
}

#MessageErreurLogin
{
    display: table-cell;
    height: 40px;
    margin-top: 0;
    vertical-align: middle;
    padding-left: 10px;
    padding-top: 10px;
}

#MessageErreurAction 
{
    display: table-cell;
    height: 40px;
    margin-top: 0;
    vertical-align: middle;
    padding-left: 10px;
}

#MessageErreurAction > p
{
    margin: 0;
}

#elapsed-time
{
    background-color: #E8E8E8;
    padding-bottom: 4px;
}

#elapsed-time > p
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    padding: 4px 0px 0px 0px;
    margin: 0px;
    width: auto;
    cursor: pointer;
}

#elapsed-time > div
{
    background-color: #F8F8F8;
    margin-top: 8px;
    padding: 5px 5px 5px 5px;
}

div#LeftMenu {
    float: left;
    width: 150px;
    color: #ffffff;
}

/*div#LeftMenu  a{

    background-color: #00294b;
}*/

div#LeftMenu  a:hover{

    background-color: #a8a9b8;
    color: #383A56
}

#donnees {
    background-color: #383A56;
}

#saisieRisque {
    background-color: #383A56;
}

#administration {
    background-color: #383A56;
}

#administration:hover {
    background-color: #a8a9b8;
    color: #383A56
}

#evaluation {
    background-color: #383A56;
}

#documentUnique {
    background-color: #383A56;
}

#tdb {
    background-color: #383A56;
}

#historique {
    background-color: #383A56;
}

#requeteur {
    background-color: #383A56;
}

#archive {
    background-color: #383A56;
}

#declaration {
    height: 27px;
    background-color: #383A56;
}

#utilisateur {
    background-color: #4D4F6F;
}

#delegation {
    background-color: #4D4F6F;
}

#institut {
    background-color: #4D4F6F;
}

#partenaire {
    background-color: #4D4F6F;
}

#typePoste {
    background-color: #4D4F6F;
}

#typeLieu {
    background-color: #4D4F6F;
}

#typeAction {
    background-color: #4D4F6F;
}

#localisation {
    background-color: #4D4F6F;
}

#service {
    background-color: #4D4F6F;
}

#responsable {
    background-color: #4D4F6F;
}

#unite {
    background-color: #4D4F6F;
}

#aideMenu {
    background-color: #4D4F6F;
}

#restructuration {
    background-color: #4D4F6F;
}

#fusion {
    background-color: #4D4F6F;
}

#duplication {
    background-color: #4D4F6F;
}

#renumerotation {
    background-color: #4D4F6F;
}

#exportUnite {
    background-color: #4D4F6F;
}

#importUnite {
    background-color: #4D4F6F;
}


#ssmenu_adm
{
    top:82px;
}

#ssmenu_adm > a:hover
{
    background-color: #a8a9b8;
    color : #383A56;
}

#HeadBando
{
    height: 58px;
}

.banner
{
    height: 58px;
}

.app-title
{
    float: right;
    width: 200px;
    height: 38px;
    text-align: right;
    margin: 15px 15px 0 0;
    cursor: pointer;
}

.app-logo
{
    float: left;
    width: 200px;
    height: 38px;
    margin: 15px 0 0 15px;
    cursor: pointer;
}

.message-error
{
    padding-top: 10px;
    padding-left: 10px;
    width: 1025px;
    display: inline-block;
}

/* ▼ : Mantis #25633  */

.toolbar
{
    height: 24px;
    overflow: auto;
    width: 100%;
}

.toolbar-right
{
    /* Position */
    float: right;
    text-align: right;
    /* Size */
    height: 24px;
    /* Center elements */
    line-height: 24px;
}

.toolbar-right > a
{
    color: #7b7344;
    font-weight: bold;
    margin-right: 5px;
}

.toolbar-right > a:hover
{
    color: #00294b;
}

.toolbar-right > span
{
    color: #ffffff;
    font-style: italic;
    font-weight: bold;
    margin-right: 15px;
    cursor: default;
}

.toolbar-left
{
    float: left;
}

.toolbar-left > a {
    color: #7b7344;
}


.toolbar-left > .welcom-message
{
    text-align: left;
    /* Size */
    height: 24px;
    padding: 0px 5px;
    margin-left: 160px;
    margin-right: 5px;
    /* Center elements */
    line-height: 24px;
    display: inline-block;
}

.toolbar-left > .welcom-message > span
{
    color: #7b7344;
    font-weight: bold;
    font-style: italic;
    cursor: default;
}

.assistance-evrp {
    /* Size */
    line-height: 24px;
    height: 23px;
    width: 75px;
    /* Position */
    display: inline-block;
    text-align: right;
    padding-right: 5px;
    /* Colors */
    color: #ffffff;
    /*background-color: #FFFF83;*/
    /* Style */
    font-weight: bold;
    border-width: 1px;
    border-color: Black;
}

.assistance-evrp a:hover {
    color: #FFFF83;
}

.assistance-evrp a {
    color: #7b7344;
}

span.required
{
    color: #FF0000;
}

.SectionLogo
{
    /* Position */
    /*
    position: absolute;
    top: 5px;
    left: 400px;
    */
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    /* size */
    height: 0px;
    width: 200px;
}

/* ▲ : Mantis #25633  */

.InputData
{
    font-family: Arial, Helvetica;
    font-size: 1.0em;
    font-weight: normal;
    color:#000;
}
/*
.InputData[type="text"]
{
    height: 17px;
}
*/
.Hover
{
    cursor: pointer;
    background-color: #f0f0f0;
}

.Data
{
    color: #000;
    font-weight: bold;
}

.LeftMenuItem {
    display: block;
    font-family: Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    border-bottom: solid 1px #ffffff;
    width: 140px;
    height: 14px;
    padding: 8px 0 8px 10px;
}

a.LeftMenuItem:hover {
    background-color: #a8a9b8;
}


#ssmenu_adm
{
    top:82px;
}

#ssmenu_adm_restructuration
{
    top:209px;
}

#ssmenu_adm_restructuration > a:hover {
    background-color: #a8a9b8;
    color : #383A56;
}

.ssmenu 
{ 
    z-index: 10; 
    position: absolute; 
    left: 150px; 
    width: 170px; 
    background-color: #00294b; /*#005597; */
    font-size: 0.916em; /* correspond à 11px : 11/12=0,916 */  
    line-height: 1.7em; /* pour aérer le texte */ 
    visibility: hidden;
}

.ssmenu a 
{ 
    display: block; 
    color: #ffffff; 
    height: 14px;
    text-decoration: none; 
    padding: 8px 0 8px 10px;
    border-bottom: solid 1px #fff;
}

.ssmenu a:hover 
{ 
    background-color: #a8a9b8;
}

.ssmenurestructuration
{
    z-index: 10; 
    position: absolute;
    left: 150px; 
    width: 170px; 
    background-color: #00294b; /*#005597; */
    font-size: 0.916em; /* correspond à 11px : 11/12=0,916 */  
    line-height: 1.7em; /* pour aérer le texte */ 
    visibility: hidden;
}

.ssmenurestructuration a 
{ 
    display: block; 
    color: #ffffff; 
    text-decoration: none; 
    height: 14px;
    padding: 8px 0 8px 10px;
    border-bottom: solid 1px #fff;
}

.ssmenurestructuration a:hover 
{ 
    background-color: #a8a9b8;
}

div#MenuProfil
{
    margin: 40px 0 0 0;
}

div#MenuProfil a
{
    display: block;
    width: 140px;
    padding: 0 0 5px 8px; 
    border-bottom: dashed 1px #00294b;
    font-weight: bold; 
}

div#MenuProfil * img
{
    vertical-align: middle;
}

div#MenuProfil span
{
    display: block;
    width: 140px;
    padding: 5px 0 5px 10px; 
    border-bottom: solid 1px #ffffff;
}



div#MenuAssistance
{
    margin: 25px 0 0 10px;
}

/* masquer un élément pour le filtrage par exemple*/
.hidden
{
    display:none;
    
}

/*utilisée pour contrôler le style d'un message de validation*/
#Message
{
    padding-left: 10px;
}

.message-success
{
    font-weight: bold;
    color: #439452;
    
}
.message-success-constant
{
    font-weight: bold;
    color: #44b058;
    
}
.message-error
{
    font-weight: bold;
    color: #ff0000;
}

.message-warn
{
    font-weight: bold;
    color: #FF6600;
}

.annotation
{
    font-style: italic;
    color: Gray;
}

#error-page 
{
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px; 
    padding-bottom: 10px; 
}

.loading_full {
    position:fixed; 
    z-index:100; 
    opacity: 0.6;
    filter:alpha(opacity=60);
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	background:url(../Images/ajax-loader.gif) no-repeat;
	background-position:center;
	background-color:grey;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.loading_page {
    position:absolute; 
    z-index:100; 
    opacity: 0.6;
    filter:alpha(opacity=60);
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    width:100%;
    height:100%;
	background:url(../Images/ajax-loader.gif) no-repeat;
	background-position:center;
	background-color:grey;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.popup-assistance-message {
    color: #1F497D;
}

a.changelog-link 
{
    text-decoration:underline;
    color:Blue !important;
}
a.changelog-link:visited {color:#800080;}  /* visited link */
a.changelog-link:hover {color:#0066FF;}  /* mouse over link */
a.changelog-link:active {color:Red;}  /* selected link */

div#LeftMenu a:after {
    background-color: #a8a9b8;
    color: #383A56;
}