.fc-red {
    color: red;
}

.fc-white {
    color: #FFF;
}

.bg-chocolate {
    background-color: #d2691e;
}

.bg-black {
    background-color: #000;
}

.helper {
	color: #ccc;
    font-size: 13px;
    font-style: italic;
}

.clickable {
    cursor: pointer;;
}

.warning {
    margin: 0;
    color: red;
    font-size: 13px;
}

.overlay {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(255,255,255,0.6);
}

.overlay img.loading {
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    max-width: 150px;
}

.no-margin {
    margin: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-border {
    border: none !important;
}

.border-bottom {
    border-bottom: 1px solid #ddd !important;
}

.alert.alert-danger.alert-dismissible, .alert.alert-success.alert-dismissible {
    padding: 5px 30px 5px 10px;
    font-size: 12px;
    box-shadow: none;
    background-image: none;
}

.navbar.navbar-default {
    border-radius: 0;
}

.navbar.navbar-primary {
    border-radius: 0;
    border-bottom: 1px solid #eee;
}

.right {
    text-align: right;
}

.btn-alone {
    font-size: 10px;
}

.composition-container {
    border: 1px solid #E89E10;
    min-height: 650px;
}

.order-container {
    border-left: 1px solid #E89E10;
    min-height: 650px;
}

.composition-container .title, .order-container .title {
    background-color: #E89E10;
   /* margin: 0;
    padding: 10px;*/
}

.composition-container .title h4, .order-container .title h4 {
    color: #fff;
}

.composition-list, .order-list {
    min-height: 408px;
    max-height: 408px;
    overflow: auto;
    border-bottom: 1px solid #E89E10;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.composition-cost .form-group {
    margin-bottom: 8px;
}

.composition-cost .form-group input.form-control {
    border-radius: 0;
}

/*.composition-container .composition-footer, .order-container .order-footer {
    position: absolute;
    bottom: 10px;
    right: 5px;
}*/

.composition-footer {
    text-align: right;
}

.order-container .order-footer {
    position: absolute;
    bottom: 10px;
    right: 5px;
}

.graph-container h4 {
    color: #000;
    padding: 10px 15px;
    background: #ddd;
    background: -webkit-linear-gradient(#ddd, #eee, #ddd);
    background: -o-linear-gradient(#ddd, #eee, #ddd);
    background: -moz-linear-gradient(#ddd, #eee, #ddd);
    background: linear-gradient(#ddd, #eee, #ddd);
}

/* DATATABLE */
table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 5px 0px 5px 5px;
    border-top: 1px solid #111;
}

table.dataTable tfoot th input {
    font-weight: 100;
    width: 100%;
    padding-left: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff !important;
    padding: 1px 11px;
    border-radius: 15px;
}

/* SELECT2 */
.select2-container .select2-choice {
    background: #fff;
    height: 34px;
    border: 1px solid #ccc;
    padding: 3px 12px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#s2id_product-city-id .select2-choice {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: none;
}

.select2-container .select2-selection--multiple {
    min-height: 34px;
}

.select2-container {
    width: 100%;
}

.select2-choices {
    padding-left: 6px !important;
    border-radius: 4px;
    border-color: #ccc !important;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: solid #66afe9 1px !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
}

.input-group .select2-choices {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ingredient-grid, .product-grid {
    padding: 20px 5px;
    border: 1px solid #ddd;
    margin: 5px;
    text-align: center;
    background: brown;
    color: #fff;
    cursor: pointer;
    min-height: 82px;
    max-height: 82px;
    overflow: hidden;
}

.product-grid {
    background: #337ab7;
}

.ingredient-grid:hover, .product-grid:hover {
    box-shadow: 0px 5px 5px -5px #000;
}