/* 
    Document   : style
    Created on : 26 août 2009, 17:02:53
    Author     : afulconis
    Description:
        Purpose of the stylesheet follows.
*/
div#formulaire {
    /* float:left;
     width:150px;
     height:200px;*/
    background: #f7f7f7;
    padding: 5px;
    border: 1px solid #ddd;
}

#rechercheForm #formulaire {
    padding: 1px;
}

#rechercheForm #formulaire .dialog {
    padding-top: 2px;
}

#rechercheForm #actionButtons .btn {
    margin-bottom: 4px;
}

/* Commented due to conflict with TwBootstrap
fieldset {
    padding: 1em;
    background: #F2F2F2;      
    display: block;
}*/


.core {
}
.core code {
    color: #0000c8;
}
.core paramName {
	font-size: 12px;
	line-height: 14px;
}
.core li {
	margin-top: 6px;
	margin-bottom: 6px;
}
.core p {
	margin-top: 8px;
	margin-bottom: 8px;
}
.core .offreParamName {
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 2px;
}
.core .offreParamValues {
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #5e9515;
}
.core .paramName {
    font-weight: bold;
    margin-top: 14px; 
    margin-bottom: 4px; 
}
.core .paramDescription {
    margin-left: 20px; 
}
.core .tableIndent1 {
    padding-left: 40px;
}
.core .tableIndent2 {
    padding-left: 80px;
}
.transactionRelation {
    padding-top: 0px;
    padding-bottom: 4px;
}

.contralia-sidebar li {
	margin: 0px;
}

.contralia-sidebar .affix {
	top: 10px;
}

.label {
    font-family: sans-serif;
    font-size: inherit;
	font-weight: normal;
    text-shadow: none;
    margin: 1px;
    display: inline-block;
}

.label-warning {
    background-color: #e88a04;
}

.label-danger {
    background-color: #d9534f;
}

span.filter {
    display: inline-block;
    color: #333;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
}

div#nbResult {
    text-align:center
}


/* HEADER */
#header {
    top:0;
    left:0;
    height:7em;
    color:#009;
    /*background: #e2e2e2 url(6qUQd3aJF14b33MxMGFv3gED135C7atcN8Jxmm2mtqq.png) repeat-x top;
    border-bottom: 1px solid #89909C;*/
}



#header img {
    height: 60px;
    margin-left: 50px;
    position: relative;
    top: 10px;
}

/* MAIN PART */
#main {
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    border: 1px solid #ccc;
    background: transparent url(xyH4Qpm5UME1wFP8EajezBOlh3Ynn2BKuEkU0ARzqzX.gif) repeat-x scroll 0 0;
    min-height: 900px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}

/* MENU */
#menu {
    position:absolute;
    top: 8em;
    left:0;
    width:15em;
    border:0px;
    padding-left: 10px;
}

/* FOOTER *//*
#footer {
    width:100%;
    text-align:center;
    padding-top: 20px;
}*/

footer img {
    height: 60px;
}

/* DIVERS */
img {
    border: 0px;margin: 2px;
}

/* Do not put margin, nor padding on this class (see JIRA CE-6349) */
.bordered-img {
    border: 1px solid #ccc;
}

/* DIALOG */

.dialog {
	padding: 15px;
}

.dialog table {
    padding: 5px 0;
    background: #f7f7f7;
    border-collapse: collapse;
}

.dialog td , .dialog th {
    border: 1px solid #ddd;
}

.dialog li {
	margin-top: 10px;
}

#testform .blockbox table {
    background: #f7f7f7;
}

#testform .blockbox table th {
    border-left: 1px solid #ddd;
}



#titre_contact, #titre_ajout
{
    font:bold 25px tahoma,arial,helvetica,sans-serif;
    color:#cc0000;
    text-decoration:underline;
    padding-top:12px;
    padding-bottom:25px;
    text-align:center;
}


.utilisateur {
    color:#555;
}
.moderateur {
    color:#000;
}
.administrateur {
    color:#000;
    text-decoration:underline;
}

.borderedItem {
	display: inline-block;
	margin: 1px;
	padding: 3px; 
	background-color: rgb(240, 240, 240);
	border: 1px solid rgb(210, 210, 210); 
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}


/* Commented due to conflict with TwBootstrap

a:link, a:visited {
    color: #666;
    font-weight: bold;
    /*text-decoration: none;*
}

a:hover {
    color: #f60;
}

a.btn {
    color: #333;
    font-weight: normal;
}
*/

.btn.btn-inline {
	margin: 0px 10px;
}

.btn.btn-mini {
    padding: 1px 2px;
}

h1 {
    color: #C6D81E;
    margin: .4em 0 0.6em 0;
}

h2 {
    color: #C6D81E;
    margin: 1.0em 0 .3em 0;
}

h3 {
    margin: 1.0em 0 .3em 0;
    padding: 0px;
}

h4 {
    margin: 1.0em 0 .3em 0;
    padding: 0px;
}

.navi {
    background:transparent;
    z-index: 10;
    padding: 7px 12px;
    margin-left: 20px;
}

.nav {
    margin-bottom: 0px;
}

.core .navbar-inner {
    min-height: 39px;
    display: inline-block;
    width: 100%;
    border-radius: 0px;
    border: none;
    padding: 0px;
}
.core .navbar {
    margin: 4px 4px;
}
.core .navbar .nav {
    margin: 4px 4px;
    margin-bottom: 0px;
}
.core .navbar .brand {
    padding: 8px 10px;
    margin: 4px 4px;
    margin-right: 25px;
    border-radius: 0px;
    webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    box-shadow: none;
    border: none;
}
.core .navbar .brand img {
    margin: 0px;
}
.core .navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus {
	color: #FFFFFF;
}
.core .navbar .nav>li>a:focus,.navbar .nav>li>a:hover {
	color: #000000;
}
.core .navbar .nav>li>a {
    text-shadow: none;
}
.core .navbar .nav>li {
    margin-top: 0px;
    margin-bottom: 0px;
}
.core .navbar .nav>li.active {
    background-color: #6e8438;
    text-shadow: none;
}

.nav-list>.active_light>a, .nav-list>.active_light>a:hover {
	background-color: #D0D0D0;
}

a:hover {
	color: #AD0000;
}

/*
.nav {
    background:transparent;
    z-index: 10;
    margin-left: 20px;
}*/
/*
.nav-pills > .active > a, .nav-pills > .active > a:hover {

    background-color: #C6D81E;
}*/


.form-actions>input, .form-actions>a {
	margin-left: 5px;
	margin-right: 5px;
}

.form-actions {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.well {
	padding: 8px;
}

.buttons form {
    margin: 0;
}


.body {
    position: relative;
    background-color: transparent;
    /*float: left;*/
    padding-top: 10px;
    margin: 0px 300px 10px 30px;
}
.largebody {
    background-color: transparent;
    /*float: left;*/
    margin: 0 15px 10px 30px;
    width: 95%;
    padding-top: 10px;
}

.menuButton {
    padding: 0 5px;
}
.menuButton a {
    color: #333;
    padding: 4px 6px;
}
.menuButton a.home {
    background: url(XZxwq2CdhKQxLth7CqP7LcbI3LaYjCwJKkxHLHDpe0x.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.list {
    background: url(RdALDCN57QSCqXqRNdXsEvVFyPLe8pmO0DRCrEZJtEW.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.list2 {
    background: url(LysdMzMjZ1DGfm7LnCJuyKPRLKoipEZ8E54L3R4dW7v.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.create {
    background: url(0yisl7281lTvwY6VcTEi0AwvMESNU2VvH0gCkLacD7T.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.info {
    background: url(5r7Rwd8PayLGhpjX1Cu8uUF6AB9prDYFb0MemFibdy.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.annuler {
    background: url(5jk8NWJOn2NtWddJdWxZfW89zhrp2J1yMpyiyxcPAo.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
    text-decoration:none; 
}
.menuButton a.pdf {
    background: url(6mrAbO14uL6R55gtkw0dXwhQGcHEU1Blau93YBIpPAE.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.html {
    background: url(7WrLqQ3s4BTLWsvMZhYEyYL9BHbsFzGAjzV8QPwo9Pd.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.form_edit {
    background: url(I6ADbod6l2inrt5qYEL5js4afjeRCtsA09GWdYv58E2.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.execute {
    background: url(mCyEwhYopf2liulSXMEi4kHsmnx8Ibbb5q6I5LEGdsP.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.contrat {
    background: url(6mrAbO14uL6R55gtkw0dXwhQGcHEU1Blau93YBIpPAE.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.contratZip {
    background: url(6EmZ2rJw2U0KqJIUMkqeLplGgIdH1Rrido9ZdkxUMUP.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.piece {
    background: url(yH856fY55aPQhn6OqRzemauWjOhhA3XJj2yk7rPieuV.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.preuve {
    background: url(1wYsORh2e0M5IdLYP9CNbcohGF6ylSonPC90Rhm8S0t.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.send {
    background: url(ZRsPyupN1XYJUfZMeUFXHJfMw0B9RP0DswUiIgMAVJ2.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.save {
    background: url(9jLQuJhY3Jlq4wV1AeE2l5sWVWUENNWa9XdeTwXJjrB.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.reportview {
    background: url(9GFI4EIQJ7HegBwGQc4eFsIy3k1S0nvLM9wNOKn58kv.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.schedule {
    background: url(5HyZiU1xgJgSchuu1AKoUkatCQZoQzNI49W3fpCJEMp.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.ajoutEnvoi {
    background: url(CAFUt7pLzCLcqUhB65X6VMSCraZ8kcM6neYdTBphgd9.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.delete {
    background: url(ss6KmFAHwuHg1DyNPDkahZ1ZiycD7T96evRysdmaiEm.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.detail {
    background: url(q5cGNhpLZ2uo2unVW6sn4FI2N8jjlsVXLPxyFPB2Cd1.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.tab-content {
	border: none;
	border-top: none;
	overflow: auto;
	padding: 5px;
}

.core .nav-tabs li, .core .breadcrumb li {
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 0px;
}
.core .nav-tabs>.active>a, .nav-tabs>.active>a:hover {
    background-color: #D0D0D0;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}
.core .nav-tabs {
    border-bottom: 1px solid #D0D0D0;
    padding: 0px;
    margin-bottom: 16px;
}

.core .pagination {
    margin-top : 8px;
    text-align: center;
}

/*
.core .nav-tabs>li>a {
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.core .nav-tabs>li>a:hover {
    background-color: #ccc;
}
.core .nav-tabs {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 2px 8px;
    background-color: #f5f5f5;
    margin-bottom: 5px;
}
*/

.table-condensed td {
    padding: 4px 3px;
}

.table-head {
    background-color: #EEEEEE;
}


table.content {
    border-collapse: collapse;
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 5px;
}
table.content tr {
    border: 0;
}
table.content td, table.content th {
    font: 11px Arial, Helvetica, sans-serif;
    line-height: 12px;
    padding: 3px 3px;
    text-align: left;
    vertical-align: top;
}

table.content td.dimension {
    white-space: nowrap;
}

table.content td.nameModifier {
    padding: 8px;
}
table.content td.valueModifier {
    padding: 8px;
}
/*
table.content th {
    white-space: nowrap;
    background: #fff url(uTUm9I58SlusFJDWXBGYq8YFmK3UM53xLTLdEooTjVi.jpg);
    color: #666;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
table.content th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    text-decoration: none;
    width: 100%;
}
*/
table th.asc a, th.desc a {
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 10px;
}
table th.asc a {
    background-image: url(RXl7rSoN1AVnxXlZT2CrwXA7PXpoSw226yjB1A1N2HZ.gif);
}
table th.desc a {
    background-image: url(f3V8fyTt1I004HCWmfaK3dijJYB1pRuaCoNtuCWfmZt.gif);
}

.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}

.abandoned {
    background: #d3d3d3;
}
.invalideCertificat {
    float: left;
    width: 80px;
}

textarea {
    width: 500px;
    vertical-align: top;
}

select, input {
    width: 300px;
}


label input {
    display: inline;
}

.tryit { /* generic container (i.e. div) for floating buttons */
         overflow: hidden;
         width: 100%;
}

.tryit > a.button {
    background: transparent url('IQF92lHnwLpAnrUH69lIlSDWsSpm5Q5ND1JNJPt7tHm.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

.tryit > a.button span {
    background: transparent url('SopiElh6OCtplIhEDSrIN7urbL6h5WFRpP21HSkquHb.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

.tryit > a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

.tryit > a.button:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}


.menu2 {
    position: absolute;
    right: 10px;
    /*width: 235px; old value*/
    width: 250px;
    top: 20px;
}
.menu {
    margin-top: 0px;
    background: #f7f7f7;
    border: 1px dotted #ccc;
    /*padding: 10px 20px 10px 20px; old value*/
    padding: 10px 5px 10px 20px;
}

.menu dd {
    margin-left: 20px;
}

.elementPreuve{
    color:#698B22;
}

.elementAdmin{
    color:#698B22;
}

#main .sb-inner {
    background:transparent url(QbT0KTnkrlEbPsl0ZZNcgxEXzao8wVafnEdMjTUAu9z.gif) repeat-x;
}

#login .inner .sb-inner {
    background:transparent url(QbT0KTnkrlEbPsl0ZZNcgxEXzao8wVafnEdMjTUAu9z.gif) repeat-x;
}

.login-box {
	margin-top: 50px;
}

.login-box .login-field {
	width: 230px;
}

.login-box .control-label {
	width: 180px;
}

.login-box .control-label.medium {
	width: 250px;
}

.login-box .controls.medium {
	margin-left: 250px;
}

.login-box .login-field.medium {
	width: 280px;
}


iframe { display:block; width:100%; border:none; height:880px; }
/* LIST */


/* MESSAGES AND ERRORS */

/* Commented due to conflict with TwBootstrap
.error {
    padding-bottom:100px;
    padding-top:100px;
    text-align: center;
    color:#02284E;
    font-weight:bold;
    line-height:1.22em;
    margin:0;
}
*/
.message {
    background: #f3f8fc url(5r7Rwd8PayLGhpjX1Cu8uUF6AB9prDYFb0MemFibdy.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

.messageInformation {
    border: 1px solid #b2d1ff;
    color: #006dba;
    padding: 5px 5px 5px 30px;
}

.messageError {
    background: #fff3f3 url(X2My6nLGuGXO73LuKEeTYWgyGjihrVLVBKfMfLY17mq.png) 8px 50% no-repeat;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 0px 0 5px 0;
    padding: 5px 30px 5px 0px;
}
ul.errors {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
    padding: 8px 20px 8px 40px;
    margin-left: 0px;

    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
div.errors ul {
    list-style: none;
    padding: 0;
}
div.errors li, ul.errors li {
    background: url(X2My6nLGuGXO73LuKEeTYWgyGjihrVLVBKfMfLY17mq.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors {
    color: #b94a48;
}
td.errors select {
    border: 1px solid #b94a48;
    color: #b94a48;
}
td.errors input {
    border: 1px solid #b94a48;
    color: #b94a48;
}
td.errors textarea {
    border: 1px solid #b94a48;
    color: #b94a48;
}

table.error {
   	border: 1px solid #b94a48;
}
.control-label.error {
   	color: #b94a48;
}

/* PAGINATION */

.paginateButtons {
    background: #fff url(uTUm9I58SlusFJDWXBGYq8YFmK3UM53xLTLdEooTjVi.jpg) bottom repeat-x;
    color: #666;
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}


/* ACTION BUTTONS */

.buttons {
    background: #fff url(uTUm9I58SlusFJDWXBGYq8YFmK3UM53xLTLdEooTjVi.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    margin-top: 5px;
    margin-bottom: 25px;
    overflow: hidden;
    padding: 0;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 3px 6px;
}
.buttons input:disabled {
	cursor: default;
	color: #BBB;
}
.buttons input.delete {
    background: transparent url(ss6KmFAHwuHg1DyNPDkahZ1ZiycD7T96evRysdmaiEm.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: transparent url(El0e01veMPBnf1OAeE8CxbYtoSWHtdzL7sWbN0u6SRa.png) 5px 50% no-repeat;
    padding-left: 28px;
}

a.edit {
    background: transparent url(El0e01veMPBnf1OAeE8CxbYtoSWHtdzL7sWbN0u6SRa.png) 5px 50% no-repeat;
    padding: 3px 0px 6px 28px;
    color: #333;
    cursor: pointer;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
}


.buttons input.save {
    background: transparent url(9jLQuJhY3Jlq4wV1AeE2l5sWVWUENNWa9XdeTwXJjrB.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.view {
    background: transparent url(jkpqqh6cbGlxCbfh0xcDBxBLseZctkZeGtnFMMNcPKY.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.execute {
    background: transparent url(mCyEwhYopf2liulSXMEi4kHsmnx8Ibbb5q6I5LEGdsP.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.find {
    background: transparent url(c9lDPASvZ8a5nBPrDn97LMhOFUuV0rENtCJomZVS5UY.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.reset {
    background: transparent url(q50rZYiBIiCX1toKG4ewqUb6VwQqkNCZg2NNIgPh1Y8.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.send {
    background: transparent url(ZRsPyupN1XYJUfZMeUFXHJfMw0B9RP0DswUiIgMAVJ2.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.download {
    background: transparent url(Ui8s2m53tM71bQAgehM9P2s3GrJ09mufsEgcO6LsJQn.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.annuler {
    background: transparent url(5jk8NWJOn2NtWddJdWxZfW89zhrp2J1yMpyiyxcPAo.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.close {
    background: transparent url(KPErqQZtZno1zPaiiMl6M2XpBvyIJ5Vwr0UC3fk4JDx.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.reinit {
    background: transparent url(8rDtWOXSLbAMSbOFy4vmsUxjOvdVYO4gVZfOIvQWxY.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.reinitCache {
    background: transparent url(Ik1uY9zLUWL43A28hIzjEte5HwNTGji73W8VrUzqHgC.png) 5px 50% no-repeat;
    padding-left: 28px;
}

table.blockbox {
    border: 0px;
}

td.blockbox {
    padding: 0px;
    border: 0px;
}

.prop {
    padding: 5px;
}
.prop .name {
    font-weight: bold;
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}

.prop .nameModifier {
    font-weight: bold;
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .valueModifier {
    text-align: left;
    width: 85%;
}

table.content img {
    border: none;
    color: #FFFFFF;
    border: none;
    margin: 0px;
    padding: 0px;
    height: 10px;
}

table.content img.doc {
	height: auto;
}

table.content td.button {
    padding: 0px;
    margin: 0px;
}

table.content td.button a {
    border: none;
    padding: 0px;
    margin: 0px;
    color: #FFFFFF;
}

tr.testTransaction td {
    font-style: italic;
}

.status {
    background: transparent  url(WeNAqKTXFyiSH8M0b94Im389NaHCF3dCpd7CEkzJmv3.png) 50% no-repeat;
}

.off {
    background: transparent url(XSrfTWDXZ4mmegN8lJnt4BIizk8whlsHADWEagvTWQN.png) 50% no-repeat;
}

div.illustration {
    text-align: center;
}

p.noteImportante {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

ul#minitabs {
    list-style: none;
    margin: 0;
    margin-right: 60px;
    margin-left: 60px;
    padding: 7px 0;
    border-bottom: 1px solid #CCC;
    font-weight: bold;
    white-space: nowrap;
}

ul#minitabs li{display: inline;margin: 0 10px}
ul#minitabs a{text-decoration: none;padding: 0 0 3px;
              border-bottom: 4px solid #FFF;color: #999}
ul#minitabs a.current{border-color: #c6d81e;color: #666;}
ul#minitabs a:hover{border-color: #F60;color: #666;}


#tt {
    z-index: 11;
}
/*
.sb, .sbi, .sb *, .sbi * {
    position:relative;
    z-index:1;
}*/

.ui-widget {
    z-index: 1;
}

span.statusok {
    color: green;
}

span.statusko {
    color: red;
}

span.statusdeg {
    color: orange;
}

tr.statusok {
    background-color: #c6d81e;
}

span.statusenvoi {
    padding: 0 5px;
}

span.statusenvoi span {
    padding:4px 6px;
}

.statusenvoi .dmlu {
    background: url(vOdvawhmc2M1NZHzWhQbKfOxijN8a1qRipF4oG1f2ny.gif) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.statusenvoi .dmnonlu {
    background: url(utbtQJ5sz1wGlhV0rbIEPhXsa4LHGgQeWSnmuDbgJIP.gif) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.statusenvoi .dmpartlu {
    background: url(MdHVg1kZ9K056cTLKK2lIzBRKN8wCy0rhc5wuEyoq2V.gif) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.statusenvoi .mailencours {
    background: url(utbtQJ5sz1wGlhV0rbIEPhXsa4LHGgQeWSnmuDbgJIP.gif) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.statusenvoi .mailenvoye {
    background: url(ZRsPyupN1XYJUfZMeUFXHJfMw0B9RP0DswUiIgMAVJ2.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.statusenvoi .mailerror {
    background: url(eyBIzxDsVx2t2pnuy8pbo9CZlnhs8QyDEeFYKaGR78o.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.statusenvoi .done {
    background: url(xeUhC9cyIBz30FoFE4bLoRd8pozTnrdIGPSXCS1mhFZ.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.transactionClosed {
    background: url(xeUhC9cyIBz30FoFE4bLoRd8pozTnrdIGPSXCS1mhFZ.png) center left no-repeat;
    padding-left: 25px;
}

#dynatip {
    display:none;
    background:transparent url(N4dzVPn2quzral8Cp6kSbO7uHgtV0WhhkrEXxSfgldE.png);
    height:140px;
    width:450px;
    padding:25px;
    color:#fff;
    z-index: 20;
}

#dynatip table {
    margin-top: 8px;
}

#dynatip td, #dynatip th {
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    padding: 2px 4px;
}

/* style the trigger elements */
#dyna img {
    border:0;
    cursor:pointer;
    margin:0 8px;
}

#infotip {
    display:none;
    background:transparent url(h6852lRQQyJKCVrzecyDRuNH7KrfhJvb1VAhNp6GkzT.png);
    height:60px;
    width:160px;
    padding:25px;
    color:#fff;
}


.ovlay {
   /* position: relative;*/
    background-color:#fff;
    display:none;
    min-width: 800px;
    /*padding:15px;*/
    text-align:left;
    border:5px solid #666;
    border-radius:6px;
}

.ovlay h2 {
    /*background:url(resource:/img/global/info.png) 0 50% no-repeat;*/
    margin:0px;
    padding:10px 0 10px 45px;
    border-bottom:1px solid #333;
}

.ovlay h3 {
	border-bottom: 1px solid #333;
}
/* Commented due to conflict with TwBootstrap
.close {
	background: transparent url(G3WpPVwgW8Ag23hxqzcftB5zUNoSar7CLqi1x631kUA.png) no-repeat;
	float: right;
	height: 30px;
	width: 30px;
	cursor: pointer;
}*/

#exposeMask {
	opacity: 0.4;
}

.contentWrap{
    top:90px;
}

.proofelementImage {
    position: absolute;
    right: 0px;
    top: 0px;
    border: 1px dotted #ccc;
    margin: 20px 20px 0px 0px;
}


#button {
    padding: .5em 1em;
    text-decoration: none;
}
.alert#message {
    display:none;
}

.alert#messageError {
    display:none;
}
.alert#messageCache{
    display:none;
}

.alert-warning{
    color: #845e1e;
    background-color: #f4ecc2;
    border-color: #e8d0a2;
}

.formEdit{
    width:700px;
}
.formFieldSet {
    display: inline-block;
    vertical-align: top;
    margin: 0px 15px;
}
.imageSignature{
    float:right;
    margin:60px 5px 5px;
}
.checkImage{
    font-weight:bold;
    font:11px/12px Arial,Helvetica,sans-serif;
}


#effect, #effectErreur, #effectMail {
	display: none;
	float: right;
}


table.signatures {
	width: 100%;	
}


table.signatures td.signe {
    width: 1px;
    text-align: center;
}

table.signatures td.nom {
    width: 1px;
}

table.signatures td.email {
    width: 1px;
}

table.signatures td.empty {
    width: 1px;
}

table.signatures td.noElecSig {
	width: 1px;
}

table.content td.docIcon {
	width: 10px;
	text-align: center;	
}

table.content td.signe {
	width: 10px;
}

.docDescription {
	margin-top: 10px;
	padding: 14px;
	border: 1px solid #DDDDDD;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

.apiUrl {
    font-family: monospace;
    margin-top: 8px;
    padding: 6px;
    border: 1px solid #DDDDDD;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.docParamType {
	margin-left: 10px;
	font-weight: normal;
}

div.member {
}

div.member h3 {
	color: #666;
}

#tabs {
	margin-top: 40px;	
}

.spinner {
	display: none;
}

dd.deprecated a {
	font-style: italic;
    text-decoration: line-through;
	font-weight: lighter;
}

dd.deprecated a:hover {
    text-decoration: underline;
}

dd .note {
    display: inline-block;
    
    border-radius: 5px;
    padding: 1px 3px;
    margin-left: 5px;
}

.badgeInternalApp {
    background: #f1a44b !important;
    color: #666;
}

/* Tooltips (overwrite bootstrap) */

.tooltip-inner {
	max-width:300px;
	text-align:left;
}

.readonly-input {
	padding-top: 5px;
	padding-left: 3px;
	display: inline-block;
}

code {
	padding: 0px 2px;
    font-size: 100%;
}

.tolocalize {
    color: #c72323;
    background-color: #fdca81;
    padding: 10px;
    text-align: center;
    font-size: 20px;
}

/*
Scaffolding CSS. Required since Grails 2.5.
 */

.fieldcontain {
    list-style: none;
    overflow: hidden;
    margin-top: 6px;
    margin-bottom: 6px;
    background-color: #F5F5F5;
    padding: 10px;
}

.fieldcontain .property-label {
    float: left;
    width: 30%;
    max-width: 150px;
    text-align: right;
    margin-right: 14px;
}

.fieldcontain .property-value {
    float: left;
    width: 70%;
    max-width: 800px;
    margin-right: 14px;
}

/* NAVIGATION MENU */

.skip {
    display: none;
}

.nav[role] li {
    list-style-type: none;
    display: inline-block;
}

.nav a {
    padding: 8px 10px;
    text-decoration: none;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    display: inline-block;
}

.nav a.home, .nav a.list, .nav a.create {
    background-position: 0.7em center;
    background-repeat: no-repeat;
    text-indent: 26px;

}

.nav a.home {
    background-image: url(XZxwq2CdhKQxLth7CqP7LcbI3LaYjCwJKkxHLHDpe0x.png);
}

.nav a.list {
    background-image: url(RdALDCN57QSCqXqRNdXsEvVFyPLe8pmO0DRCrEZJtEW.png);
}

.nav a.create {
    background-image: url(0yisl7281lTvwY6VcTEi0AwvMESNU2VvH0gCkLacD7T.png);
}

.nav a:hover {
    background-color: #DDDDDD;
    color: #555555;
}

/* Chosen */
.core .chosen-container .chosen-single {
    border-radius: 0px;
}
.core .chosen-container .chosen-results em {
    text-decoration: none; /* Required because when we update the list, we lose the 'underlined' matches, so we disabled it all the time */
}
.core .chosen-container .chosen-search-input.searching {
    background-image: url(g6viReA6MzNgSkrLFqICUGXSpkYNnDD6Ox1NpNIcnej.gif);
    background-position-x: calc(100% - 5px);
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 1.8em;
    background-color: #f5dfb6;
}

/* DynamicSelect */
.dynamicSelect {
}
.dynamicSelectList {
    padding: 4px;
    background-color: white;
    border: 1px solid #AAAAAA;
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
}
.dynamicSelectOption {
    padding: 4px;
}
.dynamicSelectOption:hover {
    background-color: #666666;
    color: white;
    cursor: pointer;
}
.dynamicSelect .currentOption {
    background-color: #DDDDDD;
    border: 1px solid #cccccc;
    padding: 4px 6px;
    background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
    background-repeat: repeat-x;
    background-clip: padding-box;
    white-space: nowrap;
}

.dynamicSelect .inputText {
    width: calc(100% - 14px);
    margin-bottom: 2px;
}

.dynamicSelect .currentOption .text {
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.dynamicSelect .currentOption .arrow {
    vertical-align: middle;
    background-image: url(xB7bR1eGR4Do0cmfSvbDdr1vG0uoDT0J4RL5J2NjV0V.png);
    background-repeat: no-repeat;
    background-position-x: 6px;
    background-position-y: 2px;
    display: inline-block;
}

.fournisseurForm .noImageLabel {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    display: none;
}

.fournisseurForm  .imageAndSizeContainer {
    display: table-cell;
    vertical-align: middle;
}

.fournisseurForm  .imageContainer {
    width: 200px;
    border: 1px solid #999999;
}
/* DOCUMENTATION */

/* Do not display this content in Test tab */
.controls .doc-tab-only {
    display: none;
}

/* Do not display this content in Doc tab */
.paramDescription .test-tab-only {
    display: none;
}

.version {
     margin-left: 6px;
     margin-top: 20px;
     font-size: 12px;
     position: relative;
     top: 1px;
}

.documentation-alerte {
    font-size: 1.2rem;
    padding: 1.2rem;
}

#mailTemplate > .nav-pills:after {
    margin-bottom: 15px;
}

.li_withBorder {
    margin-top: 10px !important;
    border: 1px solid lightgrey;
    padding: 3px;
    border-radius: 3px;
    background-color: #F4F4F4;
}

.list-unstyled{
    margin: 0;
    li{
        list-style: none;
    }
}
