﻿/*
 * common.css
 * Créé par B.BEN FRAJ - 26 Avril 2013
 * Copyright (C) BSC - 2013
 */

/* Style de la fenêtre modale */
.app-modal-content {
    background-color: #FFFFFF;
}

/* Style de la fenêtre modale */
.app-modal-window {
    background-image: url('../../img/modal-window-bg.png');
}

/* Styles du chargeur 'loader' */
.app-full-loader {
    background-image: url('../../img/background.jpg');
}

.app-full-loader-indicator-img {
    background-image: url('../../img/full-loader-indicator.gif');
    background-repeat: no-repeat;
}

/* Styles du masque */
.app-partial-mask {
    background-image: url('../../img/partial-mask-bg.png');
}

.app-partial-mask-indicator {
    background-color: #F1EFED;
    border-color: gray;
}

.app-partial-mask-indicator-img {
    background-image: url('../../img/partial-mask-indicator.gif');
    background-repeat: no-repeat;
}

.app-partial-mask-text {
    font-size: 11px;
    font-weight: bold;
}

/* Style d'une erreur */
.app-error {
    background-color: red;
}

/* Curseur 'hand' */
.app-hand {
    cursor: pointer;
}

/* Style du lien over & out */
.app-link-over {
    text-decoration: underline;
}

.app-link-out {
    text-decoration: none;
}

.app-block-link-over {
    background-color: black;
}

.app-block-link-out {
    background-color: inherit;
}

/* Style d'un bloc reduit */
.app-little-block {
    font-size: 0px;
    line-height: 0px;
}

/* Style des nombres */
.app-number {
    text-align: right;
}

/* Style des boutons */
.app-button,
.app-button-large {
    background-color: Black;
    font-size: 11px;
    text-align: center;
    font-family: arial,trebuchet ms,verdana,tahoma,helvetica;
}

.app-button-hover,
.app-button-hover-large {
    background-color: #D43D71;
    font-size: 11px;
    text-align: center;
    font-family: arial,trebuchet ms,verdana,tahoma,helvetica;
}

.app-button:hover,
.app-button-large:hover {
    background-color: #D43D71;
}

.app-button {
    height: 24px;
}

.app-button-large {
    height: 40px;
    white-space: normal;
}

.app-button-container {
    border-width: 0px;
}

/* Style d'une zone importante */
.app-important {
    color: black;
    font-weight: bold;
}

/* Bouton upload */
.app-upload-button-input input {
    position: relative;
    font-size: 500px;
    left: -6000px;
    top: -1000px;
    height: 2000px;
}
/* Styles vides */
.app-component, .app-container, .app-modal-window-container,
.app-full-loader-indicator {
}