/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

img.resize{
   max-width:50%;
   max-height:50%;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* hide up/down arrows ("spinners") on input fields marked type="number" */
.no-spinners {
    -moz-appearance:textfield;
  }
  
  .no-spinners::-webkit-outer-spin-button,
  .no-spinners::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@media print {
                #logo,input[type="image"] {
                      display:none;
                }
                #tableHeadAction {
                    display:none;
                }
}


body,form,input,textarea{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;
}
/* Onglets */
h2.title{
    font-size: 1.1em;
    padding: .8em 1em;
}

h3{
    font-size: 1.3em;
    
}
.homeTabsContainer{
    margin-top: 2em;
}
.cnt{
    margin: 1em;
}

.button.red{
	background-color: #D52B00;
}

.button.edit{
	margin-right: 23px;
}

.admin textarea{
	height: 250px;
}

a.button{
	padding-top: 0.8125em;
padding-bottom: 0.75em!important;
}

div#logo {
 position:absolute;
 top:0px;
 left:15px;
 width:50%;
}
table {
  border-collapse: separate;
  border-spacing: 0 5px;
}

thead th {
  background-color: #cccccc;
}

tbody td {
  background-color: #EEEEEE;
}

caption {
    font-weight: bold;
}

tr td:first-child,
tr th:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-weight: bold;
}

tr td:last-child,
tr th:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

input[type="text"] {
    width:100%;
}


input#price[type="number"] {
    width:70%;
    display: inline-block;
    
}
// Semble ne pas marcher :-(
select:focus {
    background: #fafafa;
    border-color: #999;
    outline: none;
}
// ça non-plus
select:active, select:hover {
  outline-color: red;
}

select#reprise {
    background: #fafafa;
    border-color: #999;
    outline: none;
    height:30px;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
    color: rgba(0, 0, 0, 0.75);
    display: inline-block;
    font-size: 0.87em;
    margin: 0 0 1em 0;
    padding: 0.5em;
    height: 2.31em;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}


input#addArticle
{
	margin-left: 23px
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}