﻿/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* 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: 769px) {
  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 */
}


/* Button ful width */
@media (max-width: 769px) {
    .btn-100-mobile-width {
        width: 100%;
        margin-top: .5rem !important;
    }

    .col-lg-6 {
        margin-bottom: 5px;
    }

}

.toast {
    max-width: 500px !important;
    
}
#toast-title {
    margin-right: 20px !important;
}

#toast-template {
    margin-bottom: 20px !important;
}

/*
    FLEX ROW
*/
.flex-container {
    display: flex;
    flex-wrap: wrap;
}

    .flex-container > div {
        /*background-color: #f1f1f1;*/
        width: 150px;
        margin: 10px;
        /*text-align: center;*/
        /*line-height: 75px;*/
        /*font-size: 30px;*/
    }

    /*

        custom checkbox
    */
.form-group-checkbox {
    /*position: absolute;*/
    /*bottom: 0;*/
}

/*
    SB theme override
*/
 /*.icon {
    background: none !important;
}*/

/* tools button */
@media only screen and (max-width: 769px) {

    .dropdown.no-arrow {
        position: absolute !important;
        top: 10px;
        right: 10px;
    }
}

/** data tables */

.big-data-table {
    font-size: small;
}

/** AREA BUSINESS PREMISES */
button.d-none.d-sm-inline-block.btn.btn-sm.btn-primary.shadow-sm,
a.d-none.d-sm-inline-block.btn.btn-sm.btn-primary.shadow-sm {
    margin-top: 25px;
    margin-right: 25px;
}
/** END OF AREA BUSINESS PREMISES */

/*input#date {
    border-right: none;
    border-radius: 10rem 0 0 10rem;
    display: inline-block;
}*/

.bootstrap-datetimepicker-widget {
    margin-top: 30px;
}

    .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after,
    .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after,
    .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after,
    .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
        color: #fff !important;
        background-color: #0069d9 !important;
        border-color: #0062cc !important;
    }
span.input-group-addon.col-sm-1 {
    display: table;
    
}
    span.input-group-addon.col-sm-1 i {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #0062cc;
        font-size: large;
    }

.form-row-date{
    margin-bottom:10px;
}

.text-danger.validation-summary-errors li {
    list-style-type: none;
    text-align: center;
    font-size: larger;
}
.text-danger.validation-summary-errors ul {
padding:0;
margin:0 0 15px 0;
}