/*
    Created on : 29-Jul-2013, 1:24:03 PM
    Author     : OroLogic Inc.
    Description: Media queries that should be on every page.


    Modifier function JoroHelperOther.oro_div_responsive_getNbrAllowed() si vous changez les max-width ici.
*/

@media only screen { /* Default */

    .oro-div-responsive,
    .oro-div-responsive-span-2,
    .oro-div-responsive-span-3 {
          /* border: 1px solid red; */
    }

    .oro-div-responsive {
        float:left;
        width:100%;
        /* padding-bottom: 1000px; */
        /* margin-bottom: -1000px; */
        /* border: 1px solid red; */
    }

    .oro-div-responsive-span-2 {
        float:left;
        width:100%;
        /* border: 1px solid red; */
    }

    .oro-div-responsive-span-3 {
        float:left;
        width:100%;
        /* border: 1px solid red; */
    }

    .oro-label-responsive {
     display: block;
     /* vertical-align: middle; */
     vertical-align: middle;
     text-align: left;
     width:100%;
     padding-right: 0.5em;
     /* color: #428bca; */ /*GP*/
     /* font-size: 95%; */
    }

    .oro-label-non-responsive {
     display: inline-block;
     /* vertical-align: middle; */
     text-align: right;
     width:25%;
     padding-right: 0.5em;
    }

    .oro-partie-a-droite-du-label-responsive {
     display: block;
     width:100%; /* GP 26-nov-2013: A réviser. Pas parfait. */
    }

}

@media only screen and (max-width: 767px) { /* Phones (<768px) - Comme Bootstrap */
 /* On laisse ca comme le défaut ci-haut */
    .oro-div-responsive {
        min-height: 0 !important;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) { /* Tablets (≥768px) - Comme Bootstrap */

     .oro-div-responsive {
        min-height: 0 !important;
    }

    .oro-label-responsive {
     display: inline-block;
     /* vertical-align: middle; */
     text-align: right;
     width:25%;
    }

    .oro-partie-a-droite-du-label-responsive {
     display: inline-block;
     width:74%; /* GP 26-nov-2013: A réviser. Pas parfait. */
    }

}

/* @media only screen and (min-width: 992px) and (max-width: 1199px) { */ /* Desktops (≥992px) - Comme Bootstrap */
@media only screen and (min-width: 992px) and (max-width: 1599px) {
    .oro-div-responsive {
        width: 50%;
    }
    .oro-div-responsive-span-2 {
        width: 100%;
    }

    .oro-div-responsive-span-3 {
        width: 100%;
    }

    .oro-label-responsive {
     display: inline-block;
     /* vertical-align: middle; */
     text-align: right;
     width:25%;
    }

    .oro-partie-a-droite-du-label-responsive {
     display: inline-block;
     width:74%; /* GP 26-nov-2013: A réviser. Pas parfait. */
    }

}

/* @media only screen and (min-width: 1200px) { */ /* Desktops (≥1200px) - Comme Bootstrap */
@media only screen and (min-width: 1600px) {
    .oro-div-responsive {
        width: 33%;
    }

    .oro-div-responsive-span-2 {
        width: 66%;
    }

    .oro-div-responsive-span-3 {
        width: 100%;
    }

    .oro-label-responsive {
     display: inline-block;
     /* vertical-align: middle; */
     text-align: right;
     width:25%;
    }

    .oro-partie-a-droite-du-label-responsive {
     display: inline-block;
     width:74%; /* GP 26-nov-2013: A réviser. Pas parfait. */
    }

}
