﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

/* Counters */
.counter {
    background-color: #f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
    color: #d42a36;
}

.count-title {
    font-size: 35px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 0;
    text-align: center;
    color: #f7323f;
}

.count-text {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0;
    text-align: center;
    color: #f7323f;
}

div.multiCounter {
    padding-left: 10px;
    padding-right: 10px;
}

h5.multiCounter {
    margin-top: 6px;
}

div.multiCounterSeparator {
    border-right: solid;
}


/* Select2 */
.modal-open .select2-container {
    z-index: 9999;
}

.select2-container--bootstrap .select2-selection--single {
    height: 38px !important;
}

.select2-container--bootstrap .select2-selection {
    font-size: 1rem !important;
    border: 1px solid #ced4da;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
    border-color: #fb999f;
    box-shadow: 0 0 0 .25rem rgba(247,50,63,0.25);
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    border-color: #fb999f !important;
    box-shadow: 0 0 0 .25rem rgba(247,50,63,0.25) !important;
}

.select2-container--bootstrap .select2-dropdown {
    border-color: #fb999f !important;
    -webkit-box-shadow: 0 .25rem .25rem rgba(247,50,63,0.25) !important;
    box-shadow: 0 .25rem .25rem rgba(247,50,63,0.25) !important;
}

/* Datagrids */
.dx-header-row > td[role="columnheader"] > div.dx-datagrid-text-content, .dx-header-row > td[role="columnheader"].dx-command-edit {
    color: darkslategray;
    font-weight: bold;
}

.dx-datagrid-search-text {
    background-color: #D42A36;
}

.dx-datagrid-table {
    font-family: Arial, sans-serif, Verdana;
}

tr.dx-data-row.dx-state-hover {
    background-color: rgba(212, 42, 54, 0.10546875);
}

.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td {
    background-color: rgba(212, 42, 54, 0.484375);
}

.dx-datagrid .dx-link {
    color: #d42a36 !important;
}

/* Tables */
table.table thead {
    border-color: #d42a36;
}

/* DevExpress Textedit */
.dx-texteditor.dx-state-readonly {
    border-style: solid !important;
    background-color: #e9ecef !important;
}

/* Fontawesome */
i.fa-mr {
    margin-right: 5px;
}