@font-face {
    font-family: 'RevaloModernReg';
    src: url('/fonts/revalo_modern_rg-webfont.eot');
    src: url('/fonts/revalo_modern_rg-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/revalo_modern_rg-webfont.woff') format('woff'), url('/fonts/revalo_modern_rg-webfont.ttf') format('truetype'), url('/fonts/revalo_modern_rg-webfont.svg#RevaloModernReg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RevaloModernBold';
    src: url('/fonts/revalo_modern_bd-webfont.eot');
    src: url('/fonts/revalo_modern_bd-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/revalo_modern_bd-webfont.woff') format('woff'), url('/fonts/revalo_modern_bd-webfont.ttf') format('truetype'), url('/fonts/revalo_modern_bd-webfont.svg#RevaloModernBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font: 14px/22px "Open Sans", Helvetica, sans-serif;
    color: #444;
    /*font-size: 14px;*/
    padding: 70px 0;
    background-color: #E0E0E0;
}

* {
    /*font-family: "RevaloModernReg", Arial, Helvetica, sans-serif;*/
    /*font-family: Arial, Helvetica, sans-serif;*/
}

h1, h2, h3, h4 {
    /*margin-top: 0;*/
    /*font-family: *//*Revalo ModernBold, *//*Arial, Helvetica, sans-serif;*/
    /*font-family: Arial, Helvetica, sans-serif;*/
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0px;
}

h1 {
    font-size: 26px;
    text-decoration: none;
    color: #AD0018;
}

h1 .badge {
    vertical-align: top;
    background-color: #AD0018;
    border: 1px solid #fff;
}

h1 small {
    /*color: #666;*/
    /*text-shadow: 0 2px 1px #fff;*/
    /*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);*/
}

h2 {
    font-size: 18px;
    /*margin-bottom: 0px;*/
}

h3 {
    font-size: 16px;
    /*margin-bottom: 0px;*/
}

h4 {
    font-size: 14px;
    /*margin-bottom: 0px;*/
}

.well {
    /*background-color: rgba(0, 0, 0, 0.5);*/
    /*background-color: rgba(255, 255, 255, 0.75);*/
}

.well h1, .well h2 {
    /*color: #fff;*/
}

legend {
    font-size: 14px;
}

fieldset {
    border-botom: 1px solid #999;
}

.sortable {
    cursor: move;
}

.placeholder-group {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
    padding: 20px 0;
    height: 1.5em;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.placeholder-line {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #8a6d3b;
    padding: 20px 0;
    height: 1.5em;
    line-height: 1.2em;
    margin-bottom: 20px;
    list-style-type: none;
}

.placeholder-col {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #8a6d3b;
    padding: 20px 0;
    width: 100px;
}

/**
* Form search
*/

.small_input {
    max-width: 50px;
    display: inline;
}

#form_search select {
    font-weight: normal;
    color: #B0B0B0;
}

#form_search select.selected {
    color: #AD0018;
    font-weight: bold;
}

#form_search select.selected option {
    font-weight: normal;
    color: #B0B0B0;
}

#form_search input,
#form_search textarea {
    color: #AD0018;
    font-weight: bold;
}

#form_search input::-webkit-input-placeholder,
#form_search input::-webkit-input-placeholder {
    font-weight: normal;
    color: #B0B0B0;
}

#form_search input:-moz-placeholder,
#form_search input:-moz-placeholder {
    color: #B0B0B0;
}

#form_search input::-moz-placeholder,
#form_search input::-moz-placeholder {
    color: #B0B0B0;
}

#form_search input:-ms-input-placeholder,
#form_search input:-ms-input-placeholder {
    color: #B0B0B0;
}

/*----------------------------------------
* Links
*/
a.active {
    background-position: right top;
    background-repeat: no-repeat;
    padding-right: 15px;
}

a:hover, a.active {
    color: #AD0018;
}

/*----------------------------------------
* Overrides
*/
header .nav > li > a {
    padding: 15px 8px;
}

.text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.page-header {
    margin-top: 0
}

.page-header .btn {
    width: 70px;
    height: 55px;
}

/* Undo previous WTF override */
.page-header .unsize {
    width: inherit;
    height: inherit;
}

.page-header .btn .glyphicon {
    font-size: 18px;
    line-height: 26px;
}

.panel-heading .panel-title .glyphicon, .panel-heading > .glyphicon {
    font-size: 12px;
    margin-right: 5px;
}

.panel-heading .btn-toolbar {
    padding-left: 15px;
    border-left: 1px solid #C0C0C0;
}

h2.panel-title {
    padding: 5px 0;
    font-size: 20px;
}

.navbar {
    border-radius: 0;
}

.navbar * {
    font-size: 13px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #CCCCCC;
}

.navbar-brand {
    padding: 10px;
}

.navbar-right a {
    font-size: 12px;
}

.navbar-right .img-circle {
    background: white;
    margin: -11px 3px -11px 0;
    border: 1px solid white;
}

.navbar-nav > li > .dropdown-menu {
    max-height: 380px;
    overflow: auto;
}

.navbar-fixed-bottom {
    max-height: 50px;
}

.circular {
    width: 100px;
    height: 100px;
    /*background-image: url('http://strawberry-fest.org/wp-content/uploads/2012/01/Coca-Cola-logo.jpg');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.container-qooq {
    width: 100%;
}

.pagination {
    margin: 5px 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #AD0018;
    border: 1px solid #dddddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #AD0018;
}

.nav-tabs, .nav-pills {
    /*margin-bottom: 20px;*/
}

.tab-content {
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #DDD;
    border-top: 0px;
    padding: 20px;
}

.input-group {
    display: inline-table;
    vertical-align: middle;
}

/*.input-group .input-group-addon,*/
/*.input-group .input-group-btn,*/
/*.input-group .form-control {*/
/*width: auto !important;*/
/*}*/

.dl-horizontal dt {
    width: 300px;
}

.icon-success {
    color: #69c369;
}

.icon-error {
    color: #c30000;
}

.table thead tr th {
    font-size: 12px;
    vertical-align: bottom;
}

.table thead tr th.xs {
    width: 70px;
}

.table thead tr th.small {
    width: 100px;
}

.table thead tr th.medium {
    width: 120px;
}

.table thead tr th.large {
    width: 140px;
}

.table thead tr th.xlarge {
    width: 170px;
}

.table thead tr th.actions {
    width: 110px;
}

.table thead tr th.large_actions {
    width: 160px;
}

.table tbody tr td {
    font-size: 12px;
    vertical-align: middle;
}

.calendar {
    width: 150px;
}

/*
* Wizard
*/
.wizard-steps {
    list-style: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
    position: relative
}

.wizard-steps li {
    display: table-cell;
    text-align: center;
    width: 1%
}

.wizard-steps li .step {
    border: 5px solid #ced1d6;
    color: #546474;
    font-size: 15px;
    border-radius: 100%;
    background-color: #FFF;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center
}

.wizard-steps li:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    font-size: 0;
    overflow: hidden;
    border-top: 4px solid #CED1D6;
    position: relative;
    top: 21px;
    z-index: 1
}

.wizard-steps li:last-child:before {
    max-width: 50%;
    width: 50%
}

.wizard-steps li:first-child:before {
    max-width: 51%;
    left: 50%
}

.wizard-steps li.active:before, .wizard-steps li.complete:before, .wizard-steps li.active .step, .wizard-steps li.complete .step {
    border-color: #5293c4
}

.wizard-steps li.complete .step {
    cursor: default;
    color: #87ba21;
    -webkit-transition: transform ease 0.1s;
    transition: transform ease 0.1s
}

.wizard-steps li.complete .step:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    /*content: "\f00c";*/
    background-color: #FFF;
    z-index: 3;
    /*font-family: FontAwesome;*/
    font-size: 17px;
    color: #87ba21
}

.wizard-steps li.complete:hover .step {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    border-color: #80afd4
}

.wizard-steps li.complete:hover:before {
    border-color: #80afd4
}

.wizard-steps li .title {
    display: block;
    margin-top: 4px;
    max-width: 100%;
    color: #949ea7;
    font-size: 14px;
    z-index: 104;
    text-align: center;
    table-layout: fixed;
    word-wrap: break-word
}

.wizard-steps li.complete .title, .wizard-steps li.active .title {
    color: #2b3d53
}

.step-content {
    position: relative
}

.step-content .step-pane {
    display: none;
    min-height: 200px;
    padding: 4px 8px 12px
}

.step-content .active {
    display: block
}

.wizard-actions {
    text-align: right
}

@media only screen and (max-width: 767px) {
    .wizard-steps li .step {
        width: 30px;
        height: 30px;
        line-height: 24px;
        border-width: 3px
    }

    .wizard-steps li:before, .wizard-steps li:after {
        border-width: 3px
    }

    .wizard-steps li.complete .step:before {
        line-height: 24px;
        font-size: 13px
    }

    .wizard-steps li:before {
        top: 16px
    }
}

/*
* Overlay for loadings
*/
.overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 10;
}

.overlay img {
    position: relative;
    margin-top: 40px;
    left: 50%;
}

/*----------------------------------------
* Info boxes
*/
.infobox-group-rounded > .btn:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.infobox-group-rounded > .btn:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.infobox-group > .btn {
    /*display: inline-block;*/
    /*width: 210px;*/
    /*height: 66px;*/
    /*color: #555;*/
    /*background-color: #FFF;*/
    box-shadow: none;
    border-radius: 0;
    margin: -1px 0 0 -1px;
    padding: 8px 3px 6px 9px;
    /*border: 1px dotted;
    border-color: #D8D8D8 !important;*/
    border: none;
    vertical-align: middle;
    text-align: left;
    position: relative;
}

.infobox-group > .btn > .infobox-icon {
    display: inline-block;
    vertical-align: top;
    width: 44px;
}

.infobox-group > .btn > .infobox-data {
    display: inline-block;
    border-width: 0;
    border-top-width: 0;
    font-size: 13px;
    text-align: left;
    line-height: 21px;
    min-width: 130px;
    padding-left: 8px;
    position: relative;
    top: 0;
}

.infobox-group > .btn > .stat {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 11px;
    text-shadow: none;
    /*color: #ABBAC3;*/
    color: black;
    font-size: 13px;
    font-weight: bold;
    padding-right: 18px;
    padding-top: 3px;
}

.infobox-group > .btn > .infobox-icon > .glyphicon {
    display: inline-block;
    height: 42px;
    margin: 0;
    padding: 1px 1px 0 2px;
    background-color: transparent;
    border-width: 0;
    text-align: center;
    position: relative;
    border-radius: 100%;
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.infobox-group > .btn > .infobox-icon > .glyphicon:before {
    font-size: 24px;
    display: block;
    padding: 6px 0 7px;
    width: 40px;
    text-align: center;
    border-radius: 100%;
    color: #FFF;
    color: rgba(255, 255, 255, 0.9);
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.2);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
}

.infobox-group > .btn > .infobox-data > .infobox-data-number {
    display: block;
    font-size: 22px;
    margin: 2px 0 4px;
    position: relative;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}

/*----------------------------------------
* INPUT EDITOS
*/
input[type=text], textarea {
    font-family: Arial, Helvetica, sans-serif;
}

.edito_subtitle {
    font-size: 12px;
    width: 220px;
    color: #AD0018;
}

.edito_title {
    width: 220px;
    font-size: 14px;
    font-weight: bold;
}

.edito_description {
    width: 220px;
    height: 175px !important;
    font-size: 14px;
    line-height: 16px;
}

textarea.form-control {
    height: 150px;
}

/*----------------------------------------
* INPUT POPUPS
*/
input.popup_field {
    font-size: 14px;
    width: 287px;
}

textarea.popup_field {
    font-size: 14px;
    width: 287px;
    height: 150px;
}

/*----------------------------------------
* INPUT FICHES
*/
input.sheet_field {
    font-size: 14px;
    width: 564px;
}

textarea.sheet_field {
    font-size: 14px;
    width: 560px;
    height: 200px;
}

/*----------------------------------------
* INPUT FICHES RECETTES
*/
input.recipe_field {
    font-size: 14px;
    width: 460px;
}

textarea.recipe_field {
    font-size: 14px;
    width: 460px;
    height: 100px;
}

/*----------------------------------------
* Sheets
*/
.bloc_home_flow {
    position: relative;
    font-size: 15px;
    overflow: hidden;
}

.bloc_home_flow img {
    border: 1px solid #A0A0A0;
}

.bloc_home_flow .bloc_home_bandeau {
    line-height: 18px;
    position: absolute;
    background-color: #333;
    bottom: 1px;
    left: 1px;
    height: 43px;
    padding: 3px 5px 3px 5px;
    width: 320px;
}

.bloc_home_flow_magazine, .bloc_home_flow_magazine img, .bloc_home_flow_magazine .bloc_home_bandeau {
    width: 426px;
}

.bloc_home_flow .bloc_home_title {
    color: #e30358;
    text-transform: uppercase;
    /*font-family: RevaloModernBold;*/
}

.bloc_home_flow .bloc_home_subtitle {
    color: #fff;
    /*font-family: RevaloModernReg;*/
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 0;
}

input[type=radio], input[type=checkbox] {
    width: auto;
}

/*----------------------------------------
* Shop
*/
.shop-bloc {
    cursor: move;
}

.shop-bloc .shop-bloc-resource {
    background: url('/images/list_default.jpg') no-repeat center;
    height: 235px;
    overflow: hidden;
    position: relative;
}

.shop-bloc .shop-bloc-resource .product-price {
    position: absolute;
    bottom: 45px;
    left: 5px;
    padding: 6px;
}

.shop-bloc .shop-bloc-resource .product-counter {
    position: absolute;
    bottom: 45px;
    right: 5px;
    padding: 5px;
}

.shop-bloc .shop-bloc-resource .product-select {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 1px 8px;
}

.shop-bloc .shop-bloc-resource .product-description {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
}

/* highlight results */
.ui-autocomplete span.hl_results {
    background-color: #ffff66;
}

/* loading - the AJAX indicator */
.ui-autocomplete-loading {
    background: white url('../../images/load.gif') right center no-repeat;
}

/* scroll results */
.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding for vertical scrollbar */
    padding-right: 5px;
    z-index: 5 !important;
}

.ui-autocomplete li {
    font-size: 12px;
}

.ui-autocomplete li .ui-state-focus {
    font-size: 12px;
    background: rgba(0, 0, 0, 0.25);
    radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.ui-widget {
    font-size: 0.9em;
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 250px;
}

/*----------------------------------------
* Medias
*/
@media (min-width: 768px) {
    .dl-horizontal dd {
        margin-left: 320px;
    }

    .form-inline .form-group {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .affix {
        position: static;
    }
}

.pretty-words {
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

.client-image {
  margin-bottom: 10px;
}

