
/*.alerts {padding-top: 5px; padding-right: 5px;z-index:9999;}*/
.alerts{margin: 0 auto; max-width: 330px;left: 0;right: 0;}
.alerts .alert {margin-bottom: 5px; padding-top: 10px; padding-left: 10px; padding-bottom: 10px;}
.alerts .alert-dismissible {padding-right: 35px;}

a {color: #333;}
a:hover {color: #777;}

@media (min-width: 979px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

.list-group-item-header {background-color: #ededed;color: #000;}
.list-group-item-user {margin-top: 10px}
.list-group-item {padding: 5px 15px;}
.form-signin {
    margin: 0 auto;
    max-width: 400px;
    padding: 15px;
}
#addEditItem, .cartValidation, .monProfil {
    margin: 0 auto;
    max-width: 500px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
}
#form_item_edit {
}

.glyphicon-sep:before {content: "\2122"; color: transparent !important;}
.glyphicon-success {color: #5cb85c;}
.glyphicon-danger {color: #d9534f;}
.glyphicon-warning {color: #f0ad4e;}
.glyphicon-info {color: #5bc0de;}
.glyphicon-primary {color: #337ab7;}

/************************************************/
/* js.selecter **/
/************************************************/

.selecter {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    outline: none;
    /* Open */
    /* 'Cover' Positioning */
    /* 'Bottom' Positioning */
    /* 'Bottom' + 'Cover' Positioning */
    /* Multiple Select */
    /* 'Disabled' State */
    /* Scroller Support */
}
.selecter .selecter-element {
    position: absolute;
    left: 0;
    z-index: 0;
    display: none;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;

    *left: -999999px;
}
.selecter .selecter-element, .selecter .selecter-element:focus {
    outline: none;

    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}
.selecter .selecter-selected {
    position: relative;
    z-index: 2;
    display: block;
    padding: 6px 10px;
    overflow: hidden;
    text-overflow: clip;
    cursor: pointer;
    background-color: white;
    border: 1px solid #aab2bd;
    border-radius: 4px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.selecter .selecter-selected:after {
    position: absolute;
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    content: "";
    border-top: 4px solid black;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.selecter .selecter-options {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    display: none;
    width: 100%;
    max-height: 260px;
    overflow: auto;
    overflow-x: hidden;
    background-color: white;
    border: 1px solid #aab2bd;
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);

    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    *width: auto;
}
.selecter .selecter-group {
    display: block;
    padding: 5px 10px 4px;
    font-size: 11px;
    color: #aab2bd;
    text-transform: uppercase;
    background-color: #f5f7fa;
    border-bottom: 1px solid #e6e9ed;
}
.selecter .selecter-item {
    display: block;
    width: 100%;
    padding: 6px 10px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    background-color: white;
    border-bottom: 1px solid #e6e9ed;
}
.selecter .selecter-item.selected {
    color: white;
    background-color: #3bafda;
    border-bottom-color: #4fc1e9;
}
.selecter .selecter-item.disabled {
    color: #aab2bd;
    cursor: default;
}
.selecter .selecter-item:first-child {
    border-radius: 0;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.selecter .selecter-item:last-child {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;

    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}
.selecter .selecter-item:hover {
    background-color: #e6e9ed;
}
.selecter .selecter-item.selected:hover {
    background-color: #3bafda;
}
.selecter .selecter-item.disabled:hover, .selecter:hover .selecter-selected, .selecter.disabled .selecter-item:hover {
    background-color: white;
}
.selecter.open {
    z-index: 3;
    outline: 0;
}
.selecter.open .selecter-selected {
    z-index: 51;
    border: 1px solid #3bafda;
    border-radius: 4px 4px 0 0;

    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}
.selecter.open .selecter-selected, .selecter.focus .selecter-selected {
    background-color: white;
}
.selecter.cover .selecter-options {
    top: 0;
    border-width: 1px;
    border-radius: 4px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.selecter.cover .selecter-options .selecter-item.first {
    border-radius: 4px 4px 0 0;

    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}
.selecter.cover.open .selecter-selected {
    z-index: 49;
    border-radius: 4px 4px 0 0;

    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}
.selecter.bottom .selecter-options {
    top: auto;
    bottom: 100%;
    border-width: 1px 1px 0;
}
.selecter.bottom .selecter-item:last-child {
    border: none;
    border-radius: 0;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.selecter.bottom.open .selecter-selected {
    border-radius: 0 0 4px 4px;

    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}
.selecter.bottom.open .selecter-options {
    border-radius: 4px 4px 0 0;

    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}
.selecter.bottom.cover .selecter-options {
    top: auto;
    bottom: 0;
}
.selecter.bottom.cover.open .selecter-selected, .selecter.bottom.cover.open .selecter-options {
    border-radius: 4px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.selecter.multiple .selecter-options {
    position: static;
    display: block;
    width: 100%;
    border-width: 1px;
    border-radius: 4px;
    box-shadow: none;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.selecter.disabled .selecter-selected {
    color: #aab2bd;
    cursor: default;
    background-color: #e6e9ed;
    border-color: #e6e9ed;
}
.selecter.disabled .selecter-options {
    background-color: #e6e9ed;
    border-color: #e6e9ed;
}
.selecter.disabled .selecter-group, .selecter.disabled .selecter-item {
    color: #aab2bd;
    cursor: default;
    background-color: #e6e9ed;
    border-color: #e6e9ed;
}
.selecter.disabled .selecter-item.selected {
    color: white;
    background-color: #3bafda;
    filter: alpha(opacity=45);
    opacity: .45;
}
.selecter .selecter-options.scroller {
    overflow: hidden;
}
.selecter .selecter-options.scroller .scroller-content {
    max-height: 260px;
    padding: 0;
}
.navbar-mobile .container-fluid { background: rgba(255, 255, 255, 0.9) none repeat scroll 0% 0%; border-top: 1px solid #000000;}
.navbar-mobile .navbar-brand {font-size: 16px;}

.copyright {color: #FFF; font-size: 12px;}

.navbar-mobile .nav li:first-child a:hover {border:none;}
.navbar-mobile .nav {
    margin: 0;
    display: table;
    width: 100%;
}
.navbar-mobile .nav > li {
    display: table-cell;
    width:auto;
    float: none;
    text-align: center;
}
.navbar-mobile .navbar-inner { padding: 0;}

.btn-dark {
    color: #ffffff;
    background-color: #3B3B3B;
    border-color: #000000;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
    color: #ffffff;
    background-color: #2E2D2D;
    border-color: #000000;
}

.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
    background-image: none;
}

.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
    background-color: #3B3B3B;
    border-color: #000000;
}

.btn-dark .badge {
    color: #3B3B3B;
    background-color: #ffffff;
}

#mini_shopping_list p {font-size: 12px;}