.disabled a,
a.disabled {
    pointer-events: none;
}

a:hover {
    color: #15848F;
}

a {
    color: #1798A5;
}

.side-nav li a:not(.button) {
    color: #15848F;
}

.side-nav li a:not(.button):hover {
    color: #15848F;
}

header {
    background-color: #D33C44;
    color: #ffffff;
    font-size: 30px;
    height: 84px;
    line-height: 64px;
    padding: 16px 0px;
    box-shadow: 0px 1px rgba(0, 0, 0, 0.24);
}

header .header-title {
    padding-left:80px
}

legend {
    color:#15848F;
}

.row {
    max-width: 80rem;
}

.actions.columns {
    margin-top:1rem;
    border-left: 5px solid #15848F;
    padding-left: 15px;
    padding: 32px 20px;
}

.actions.columns h3 {
    color:#15848F;
}

.related table {
    border: 0;
    width: 100%;
    table-layout: fixed;
}

.index table thead {
    height: 3.5rem;
}

.header-help {
    float: right;
    margin-right:2rem;
    margin-top: -80px;
    font-size:16px;
}

.header-help span {
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    padding: 0.25rem 0.5rem 0.375rem;
    font-size: 0.8rem;
    background-color: #0097a7;
    color: #FFF;
    border-radius: 1000px;
}

.header-help a {
    color: #fff;
}

ul.pagination li a {
    color: rgba(0, 0 ,0 , 0.54);
}

ul.pagination li.active a {
    background-color: #DCE47E;
    color: #FFF;
    font-weight: bold;
    cursor: default;
}
ul.pagination .disabled:hover a {
    background: none;
}

.paginator {
    text-align: center;
}

.paginator ul.pagination li {
    float: none;
    display: inline-block;
}

.paginator p {
    text-align: right;
    color: rgba(0, 0 ,0 , 0.54);
}

.asc:after {
    content: " \2193";
}
.desc:after {
    content: " \2191";
}

.form .error-message {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    color: rgba(0, 0, 0, 0.54);
}

.required > label {
    font-weight: bold;
}
.required > label:after {
    content: ' *';
    color: #C3232D;
}

select[multiple] {
    min-height:150px;
    background: none;
}
input[type=checkbox],
input[type=radio] {
    margin-right: 0.5em;
}

.date select,
.time select,
.datetime select {
    display: inline;
    width: auto;
    margin-right: 10px;
}

.error label,
.error label.error {
    color: #C3232D;
}

.view h2 {
    color: #6F6F6F;
}

.view .columns.strings {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
}

.view .numbers {
    background-color: #B7E3EC;
    color: #FFF;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right: 0.7rem;
}

.view .columns.dates {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
    background-color:#DCE47E;
    color: #fff;
}

.view .columns.booleans {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
    background-color: #8D6E65;
    color: #fff;
}

.view .strings p {
    border-bottom: 1px solid #eee;
}
.view .numbers .subheader, .view .dates .subheader {
    color:#747474;
}
.view .booleans .subheader {
    color: #E9E9E9
}

.view .texts .columns {
    margin-top:1.2rem;
    border-bottom: 1px solid #eee;
}

/** Notices and Errors **/
.cake-error,
.cake-debug,
.notice,
p.error,
p.notice {
    display: block;
    clear: both;
    background-repeat: repeat-x;
    margin-bottom: 18px;
    padding: 7px 14px;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
}

.cake-debug,
.notice,
p.notice {
    color: #000000;
    background: #ffcc00;
}

.cake-error,
p.error {
    color: #fff;
    background: #C3232D;
}

pre {
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin: 15px 0px;
    color: rgba(0, 0 ,0 , 0.74);
    padding:5px;
}

.cake-error .cake-stack-trace {
    margin-top:10px;
}

.cake-stack-trace code {
    background: inherit;
    border:0;
}

.cake-code-dump .code-highlight {
    display: block;
    background-color: #FFC600;
}

.cake-error a,
.cake-error a:hover {
    color:#fff;
    text-decoration: underline;
}

.checks {
    padding:30px;
    color: #626262;
    background-color: #B7E3EC;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-bottom: 2em;
}

.checks h4 {
    margin-bottom: 1.5rem;
}

.checks hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.checks .success,
.checks .problem {
    margin-left: 10px;
}
.checks .success:before,
.checks .problem:before {
    line-height: 0px;
    font-size: 28px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
}

.checks .success:before {
    content: "✓";
    color: green;
    margin-right: 9px;
}

.checks .problem:before {
    content: "✘";
    color: red;
    margin-right: 9px;
}

.top-bar.expanded .title-area {
    background: #01545b;
}

.top-bar.expanded, .top-bar,.top-bar-section ul li,.top-bar-section li:not(.has-form) a:not(.button) {
    background: #116d76;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #308e97;
    background: #308e97;
}

.side-nav li.heading {
    color: #1798A5;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.4375rem 0.875rem;
}

#actions-sidebar {
    background: #fafafa;
}

.index table {
    margin-top: 0rem;
    border: 0;
    width: 100%;
    table-layout: fixed;
}

table {
    background: #fff;
    margin-bottom: 1.25rem;
    border: none;
    table-layout: fixed;
    width: 100%;
}

table thead {
    background: none;
}

table tr {
    border-bottom: 1px solid #ebebec;
}

table thead tr {
    border-bottom: 1px solid #1798A5;
}

table tr th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #1798A5;
    text-align: left;
    border-bottom: 2px solid #1798A5;
}

table tr:nth-of-type(even) {
    background: none;
}

fieldset {
    border: none;
    padding: 1.25rem;
    margin: 1.125rem 0;
}

fieldset legend {
    border-bottom: 2px solid #1798A5;
    width: 100%;
    line-height: 2rem;
}

.form button[type="submit"] {
    float: right;
    text-transform: uppercase;
    box-shadow: none;
}

.form button:hover, .form button:focus {
    background: #BE840B;
    box-shadow: none;
}

button {
    background: #966600;
}

div.message {
    text-align: center;
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0 1.5rem 0 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: #a0d3e8;
    color: #626262;
    top: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    height: 50px;
    line-height: 2.5em;
}

div.message:before {
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8;
}

div.message.error {
    background-color: #C3232D;
    color: #FFF;
}

div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}
div.message.hidden {
    height: 0;
}


.vertical-table th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #1798A5;
    border: none;
    text-align: left;
}

.vertical-table {
    vertical-align: middle;
}

.vertical-table td {
    text-align: right;
}

.content {
    padding: 2rem;
}

/* Use 'one true layout' methods to get equal height columns */
.container {
    overflow: hidden;
    min-height: 92%; /* full height almost always */
}

/* Force equal height by overflowing */
.content,
#actions-sidebar {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
@media(max-width: 640px) {
    #actions-sidebar {
        padding-bottom: 2rem;
        margin-bottom: 0;
    }
}

.content h3 {
    color: #be140b;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
}

.content h4 {
    color: #be140b;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #be140b;
}

.content .related h4 {
    color: #4d8f97;
    padding-bottom: 0.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 0px;
}

table td {
    vertical-align: top;
    word-break: break-all;
}

.languages-div span.select2.select2-container  {
    width: 100% !important;
}
.card-footer button {
    float: right !important;
}
@media (min-width: 800px){
    p.sub-menu.menu-text {
        margin-left: 10% !important;
    }
}
.row {
    max-width: 100% !important;
}
.quick-links i {
    margin: 0 2%;
}
.importers-chart {
    display: flex !important;
}
.header-card-mantooj {
    background-color: #002B6F !important;
}
.title-card-mantooj {
    color: #ffffff !important;
    text-align: center !important;
}

.dataTables_wrapper.form-inline.dt-bootstrap {
    justify-content: space-between !important;
}
.dataTables_wrapper.form-inline.dt-bootstrap .dt-buttons.btn-group {

}
#statistics-grid_wrapper > .dt-buttons.btn-group {
    display: inline-flex !important;
}
div.dataTables_wrapper div.dataTables_length select {
    margin-left: 2%;
    margin-right: 2%;
}
.col-sm-2.col-form-label{
    flex: 0 0 100%;
    max-width: 100%;
}
.datepicker.datepicker-dropdown {
    width: 360px !important;
}
#rc-date {
    margin-top: 7px;
}
.foodstuff-container {
    display: flex;
    justify-content: space-between;
}
.foodstuff-name{
    flex-grow: 1;
}
.foodstuff-quantity{
    flex-grow: 0.1;
 }
.tab-pane {
    padding-top: 20px;
}
.net-quantity-fields {
    display: flex;
    justify-content: space-between;
}
.net-quantity-fields .row.text {
    flex-grow: 0.2;
}
.net-quantity-fields .row.select {
    flex-grow: 0.7;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #1e1919 !important;
}
.select2.select2-container{
    width: 100% !important;
}
.controls .select2-container .select2-selection--single {
    height: 38px !important;
}
body:not(.layout-fixed) .main-sidebar .sidebar {
    overflow-y: visible !important;
}
body.login-page {
    background-image: url("../img/bg-login.jpg") !important;
}
.card-block.search-filters {
    padding: .75rem 1.25rem !important;
}
.form-group.row.file{
    padding: .75rem !important;
}
.actions-column{
    width: 100px !important;
}
@media only screen and (min-width: 1200px) {
    #action-form-associate-importer-products .modal-dialog.modal-lg, #action-form-consult-importer-products .modal-dialog.modal-lg {
        max-width: 1200px !important;
    }
}
#products-of-importer-table_wrapper > .row {
    width: 100% !important;
}
#products-table_wrapper > .row {
    width: 100% !important;
}

.dataTables_scroll {
    width: 100% !important;
}

@media only screen and (max-width: 1400px) {
    #products-grid_filter .form-control.input-sm {
    width: 70% !important;
}
}

.thumbnail-view {
    margin-left: 2%;
}
.logo-gs1 {
    width: 60px;
}

.brand-link {
    padding: .8125rem .3rem !important;
}

aside a {
    color: #c2c7d0;
}

.user-panel .info{padding: 5px !important;}

.nav-link {padding: .5rem .5rem;}
.content-wrapper .card-body{flex-wrap: wrap;}
.content-wrapper .header-card-mantooj h3, .content-wrapper h3.card-title{margin-bottom: 0;}

.product-edit-page #custom-content-below-tabContent{min-height: 540px;}

@media (min-width: 992px){
    .sidebar-mini.sidebar-collapse .main-sidebar{
        width: 70px !important;
    }
}
.home-link a {
    color: #FFF !important;
}
.home-link{
    font-size: 25px !important;
}
#products-grid .img-fluid {
    max-width: 50%;
    height: auto;
}

#action-form-add-edit-batch .select2-container .select2-selection--single, .select2-container .select2-selection--single {
    height: 38px !important;
}
.product-image-review{
    padding-left: 15px;
    padding-bottom: 15px;
}
@media (max-width: 1400px){
    #importers-grid_wrapper th {
        min-width: 100px !important;
        width: 100px !important;
    }
}
.dataTables_scrollHeadInner {
    width: 100% !important;
}
.dataTables_scrollHeadInner .table.table-bordered{
    width: 100% !important;
}

/**
.dataTables_paginate.paging_simple_numbers > .pagination > li {
    margin-left: 1% !important;
    margin-right: 1% !important;
}
*/
#gs1-image-preview, .product-image-review {
    width: 70% !important;
    margin: 0 auto !important;
}

.swal-error-gtin, .products-importation-content {
    text-align: left;
}

.swal-wide {
    width: 80% !important;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #002C6C;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    z-index: 99999;
}
#modal-parameters-shortcut-modal .modal-dialog{
    max-width: 100% !important;
    width: 80% !important;
}
.summary-tables-container {
    display: flex;
    flex-wrap: nowrap;
    align-content: space-between;
}

.summary-table-container {
    padding: 20px;
    flex-grow: 1;
    min-width: 30px;
}
thead.custom-thead th{
    color: #fff !important;
    background-color: #343A40 !important;
    border-color: #383f45 !important;
}
.quick-links.links-flex {
    display: flow-root !important;
}

.quick-links.links-flex a.btn{
    padding: 4px !important;
    margin: 2px !important;
}

.brand-link {
    min-height: 56px !important;
}
.user-approval-popup-container .swal2-popup.swal2-modal{
    width: 80% !important;
}
.importer-reg-request-overview .swal2-popup.swal2-modal{
    width: 80% !important;
}
.user-approval-popup-container .swal2-actions, .importer-reg-request-overview .swal2-actions{
    align-items: end !important;
    justify-content: end !important;
}

.align-left {
    text-align: left;
}

.user-approval-popup-container .swal2-content{
    text-align: left !important;
}
.activity-text {
    font-size: 13px !important;
}
tr.enabled-user, tr.approved-product {
    background-color: #68f3a5 !important;
}
tr.disabled-user, tr.rejected-product {
    background-color: #f68383 !important;
}
.card-primary.card-index {
    border-top: 3px solid #212529 !important;
}
table#products-grid tr {
    font-size: 14px !important;
}
.importer-title {
    left: 70px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.importer-title-moved {
    left: 250px !important;
}
h3.title-card-mantooj, .inner.home-link, .inner.home-link h3 {
    color: #fff !important;
}
.card.card-primary.card-outline.card-index #card-header-list {
    background-color: #212529 !important;
    color: #fff !important;
}
#card-header-list .card-title, .content h3 {
    color: #fff !important;
}
tr.product-status-Refusé {
    background-color: #fd5879 !important;
}
tr.product-status-En-attente {
    background-color: #f6f696 !important;
}

th.select-checkbox {
    text-align: center;
}
.approve-button{
    background-color: #42ee42 !important;
}

.reject-button{
    background-color: #fc9c50 !important;
}

.delete-button{
    background-color: #f64545 !important;
}



#counters .col {
    flex-grow: 1 !important;
    max-width: 50% !important;
}
div.dt-buttons button{
    margin: 2px !important;
}
.card-footer  {
    padding-top: 0px !important;
}
.login-card-body {
    padding-bottom: 0px !important;
}

.login-card-body .card-body{
    padding-top: 0px !important;
}
tr.product-status-Pending {
    background-color: #eeee84 !important;
}

tr.product-status-Rejected {
    background-color: #fd6c6c !important;
}

.filter-buttons {
    margin-left: 5% !important;
}

h3.title-card-mantooj {
    color: #ffffff !important;
    text-align: center !important;
}

.btn-print-user-creds {

}
.swal-full-width {
    width: 80% !important;
    margin: 0 auto !important;
}

.swal-full-width .swal2-popup.swal2-modal.swal2-show {
    width: 100% !important;
}

.importation-report th {
    text-align: center !important;
}

table.view-table tr th {
    border-bottom: 0px !important;
    color: #0056b3 !important;
}
table.view-table tr, table.view-table tr a  {
    font-size: 14px !important;
}
.arabic-content * {
    text-align: right !important;
}
