/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21 juin 2016, 10:56:13
    Author     : MISTAKE
*/
body {
    /*    font-size: 14px !important;
        padding-top: 70px;*/
    background: #d7e8f8 url("/javax.faces.resource/templates/default/css/bg.png.xhtml?ln=core") repeat-x scroll center top;
    margin: 0;
    padding: 0;
    font-family: sans-serif !important;
    font-size: 14px;
    color: #333;
}
body.login {
    /*    font-size: 14px !important;
        background: #d7e8f8 url("bg.png") repeat-x scroll center top;*/
    padding-top: 0px;
}
@media screen and (max-width: 768px) {
    body {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.ui-datatable-header{
    background-color: cornflowerblue;
}

.image-fond{
    background-image: url("../img/shutterstock.png");
    background-size: 100% 100%;
    background-attachment: fixed;
}

.ui-widget, .ui-widget .ui-widget {
    font-size: 95% !important;
}
.ui-datalist-content {
    border: 0 !important;
}
.ui-inputfield {
    box-shadow: 0 2px 4px #eaeaea inset !important;
}
.ui-panelgrid, 
.ui-panelgrid tr, 
.ui-panelgrid td,
.ui-panel {
    border: 0 !important;
}
.ui-panelgrid {
    width: 100%;
}

.sidebar .ui-menu {
    width: 100% !important;
    border: 0 !important;
}
.sidebar .ui-menu .ui-menuitem-link {
    width: 100% !important;
}
.sidebar .ui-menu .ui-widget-header {
    border: 0 !important;
    border-radius: 0 !important;
    background: #e2e6ec none repeat scroll 0 0 !important;
    text-shadow: 0;
    width: 100% !important;
}
.ui-menubar {
    background-color: #e2e6ec;
}
.ui-corner-all {
    /*border-radius: 0 !important;*/
}

/*.ui-menuitem-link{
    height: 35px;

}

.ui-menuitem-text{
    color: white;
    font-size: 15px;
    padding-top: 7px;
}
.ui-panelmenu{
    font-size: 15px;
}*/
.centrage-horizontal{
    text-align: center;
}

#search{
    border-radius: 10px;
    height: 20px;
}

.remplir-page {
    background-image:  url("../img/shutterstock.png");
    background-size: 100% 100%;
}

.login-panel{
    margin-top: 30%;
}
.login-panel .ui-panel {
    padding-left: 0;
    padding-right: 0;
}

.page {
    background-color: #fff;
    margin: 10px;
}
.page-content {
    background-color: #e2e6ec;
}
.page-content h2 {
    color: #fff;
    background-color: #82b6ff;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 5px;
}
.page-content-inner {
    background-color: #fff;
    padding: 5px;
    min-height: 450px;
}

.footer {
    background-color: #a0cbff;
    margin: 5px 0;
    font-size: 11px;
}

.app-title {
    font-size: 16px !important;
    font-weight: bold !important;
}
/*.ui-inputswitch {
    height: 15px;
    border-radius: 5px;
}*/

.container-global{
    margin-top: 30px;
}

@media ( min-width: 768px) {
    .container-global {
        max-width: 750px;
    }
}
@media ( min-width: 992px) {
    .container-global {
        max-width: 970px;
    }
}

@media ( min-width: 1200px) {
    .container-global {
        max-width: 1170px;
    }
}

#scrollUpCustom {
    background-image: url("");
    bottom: 65px;
    right: 18px;
    width: 38px; /* width of the custom image */
    height: 38px; /* height of the custom image */
    outline: none;
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.login-panel {
    width: 100%;
    margin-top: 50vh; /* poussé de la moitié de hauteur de viewport */
    transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
    background: #fff url("/javax.faces.resource/templates/default/css/logo-md.png.xhtml?ln=core") no-repeat scroll 15px center !important;
}

/* bootstrap */
* {
    box-sizing: border-box;
}

*::after, *::before {
    box-sizing: border-box;
}

*::after, *::before {
    box-sizing: border-box;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

.h1, h1 {
    font-size: 36px;
}

.h2, h2 {
    font-size: 30px;
}

.h3, h3 {
    font-size: 24px;
}

.h4, h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 14px;
}

.h6, h6 {
    font-size: 12px;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    color: #777;
    font-weight: 400;
    line-height: 1;
}
.small, small {
    font-size: 85%;
}
small {
    font-size: 80%;
}

ol, ul {
    margin-bottom: 10px;
    margin-top: 0;
}

.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.show {
    display: block !important;
}
.hidden {
    display: none !important;
}
.invisible {
    visibility: hidden;
}

.form-control, .form-control-lg {
    width: 100%;
}
.form-control-md {
    width: 50%;
}
.form-control-sm {
    width: 25%;
}
.form-control-xs {
    width: 10%;
}
.form-control-number{
    text-align: right;
}