html{background-color: white;}

body.infogreffe .header {
    background-image: linear-gradient(white, #F5F5F5, #F8F8F8);
    padding: 0;
    position: relative;
    border-bottom : 1px solid #4d98bf;
}

body.infogreffe .container .page .header {
    position: relative;
    width: 100%;
}
body.infogreffe .ico {
    height: 24px;
    width: 24px; }

body.infogreffe .header .ico-home {
    background: transparent url("../images/home_icon.png") no-repeat scroll 0 0;
    position: absolute;
    top: 10px;
    right: 10px;
    margin-right: 10px;
    cursor: pointer; }

.controle {
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }

.controle h1 {
    font-size: 20px; }

.controle.home .ico-info {
    background: url(../images/information_icon.png) no-repeat scroll 0 0;
    display: inline-block;
    float: right;
    cursor: pointer; }

.controle.home .sousTitre {
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 20px; }

.controle.home .code {
    width: 100%;
    margin: 0; }

.controle.home .bouton {
    width: 100%; }

.controle.home .bouton .dijitButtonNode {
    width: 100%;
    padding-left: 1px;
    padding-right: 1px; }

.controle.home .styleBouton {
    background: linear-gradient(to bottom, #43a3d3 0%,#016ea7 100%);
    text-shadow: 1px 1px #114F6D;
    color: white;
    text-transform: uppercase;
    border: none;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0px;
    padding: 9px 10px;
    font-family: DINCUSTOM,Trebuchet MS,Arial,sans-serif;
    margin: 4px;
    width: 100%;
}

.controle.verif .libelle {
    float: left;
    font-weight: bold;
    margin-right: 15px;
    text-align: right;
    width: 50%; }

.controle.verif p {
    padding: 15px 0; }

.controle.verif .error {
    text-align: center;
    color: red;
    border: none; }

.controle.verif .valeur {
    float: left; }

.controle.verif .spacer {
    clear: both; }

.controle.verif .ico-ok {
    background: url(../images/check_icon.png) no-repeat scroll 0 0;
    display: inline-block;
    float: right; }

.controle.verif .ico-ko {
    background: url(../images/warning_icon.png) no-repeat scroll 0 0;
    display: inline-block;
    float: right; }

.controle.verif .ico-kbis {
    background: url(../images/kbis_icon.png) no-repeat scroll 0 0;
    width: 34px;
    height: 34px;
    position: absolute;
    top: -8px;
    left: 0;
}

.controle.verif .ico-dossier {
    background: url(../images/dossier_icon.png) no-repeat scroll 0 0;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    left: 0; }

.controle.verif .boutons {
    bottom: -100px;
    left: 0;
    position: absolute;
    width: 100%; }

.controle.verif .styleBouton {
    background: linear-gradient(to bottom, #43a3d3 0%,#016ea7 100%);
    text-shadow: 1px 1px #114F6D;
    color: white;
    text-transform: uppercase;
    border: none;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0px;
    padding: 9px 10px;
    font-family: DINCUSTOM,Trebuchet MS,Arial,sans-serif;
}

.controle.verif .txtCommander{
    padding-left: 30px;
}

.controle.verif .boutonFicheEntreprise {
    float: right;
    right: 0;
    position: relative; }

.controle.verif .dijitReset.dijitInline.dijitButtonText {
    padding-left: 30px; }

@media all and (min-width: 490px) {
    .controle.home {
        width: 450px;
        border: 1px solid #4d98bf; }

    .controle h1 {
        border-bottom: 1px solid #4d98bf; } }
@media all and (max-width: 490px) {
    .controle {
        padding: 5%; }

    .controle .dijitDialogPaneContent {
        padding-left: 5%;
        padding-right: 5%; }

    .controle.verif .libelle {
        text-align: left;
        width: 100%;
        border-top: 1px solid #4d98bf; } }
@media all and (min-width: 640px) {
    .controle.verif {
        width: 600px;
        border: 1px solid #4d98bf; } }
@media all and (max-width: 500px) {
    .controle.verif .boutonFicheEntreprise, .controle.verif .boutonCommander {
        float: none;
        display: block;
        margin: 10px auto;
        width: 280px; }

    .controle.verif .boutonFicheEntreprise .dijitButtonNode, .controle.verif .boutonCommander .dijitButtonNode {
        width: 260px; }

    .controle.verif .error {
        text-align: left; } }
/* desktop */
@media all and (min-width: 1201px) {
    .controle {
        margin-top: 100px; } }
/* tablet */
@media all and (max-width: 1200px) {
    .controle {
        margin-top: 50px; } }

