﻿/* 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. */

body, html {
    height: 100%;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a:hover {
    text-decoration: none;
}

/* Provide sufficient contrast against white background */
/*a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}*/

/* 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;
    line-height: 60px; /* Vertically center the text there */
}


.validation-summary-errors ul {
    list-style: none;
    margin-left: -40px;
}

.field-validation-error {
    color: #ec2b3d;
    /*font-weight: bold;
    line-height: 20px;*/
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d !important;
}

.validation-summary-errors {
    color: #ec2b3d;
    background-color: #ffe9eb !important;
    /*    font-weight: bold;
    font-size: 1.1em;*/
}

.validation-summary-valid {
    display: none;
}




table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:after {
    right: unset;
    left: 0.5em;
}

table.dataTable .sorting:before, table.dataTable .sorting_asc:before, table.dataTable .sorting_desc:before {
    right: unset;
    left: 0.85em;
}




table.dataTable > thead .sorting, table.dataTable > thead .sorting_asc, table.dataTable > thead .sorting_desc, table.dataTable > thead .sorting_asc_disabled, table.dataTable > thead .sorting_desc_disabled {
    padding-left: 20px;
}

.modal-content.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .modal-content.alert-danger .modal-header {
        border-bottom: 1px solid #721c24;
    }

    .modal-content.alert-danger .modal-footer {
        border-top: 1px solid #721c24;
    }

.clickable-row:hover {
    cursor: pointer;
    /*font-size: 0.9rem;*/
    /*font-weight: bold;*/
    background-color: #9B592A !important;
    color: #fff;
}

.clickable-div:hover {
    cursor: pointer;
}

.divSel:hover {
    cursor: pointer;
    background-color: #9B592A !important;
    color: #fff;
}

select.input-validation-error {
    border: 1px solid #e80c4d !important;
}

.form-control.selectize-control.fixed {
    height: calc(1.5em + 0.75rem + 2px);
}

.cursor-pointer {
    cursor: pointer;
}

.SMnuCli:hover {
    cursor: pointer;
}


.ck-content .table, .ck-view .table {
    width: auto;
}

.ck-content p, .ck-view p {
    margin: 0;
}

.ck-content .table table, .ck-view .table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
}


.ck-content .image {
    margin: 0 auto !important;
}

.ck-view figure.table table, .ck-view figure.table table tr td, .ck-view figure.table table tr th {
    border: none;
}

.ck_apercu {
    width: 970px;
    margin:0 auto;
}