﻿/* 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. */

@media screen and (max-width: 500px) {

h2, .h2 {
    font-size: 1.5rem;
	box-shadow: 0px -6px 5px -6px rgba(0, 0, 0, 0.75);
 }

h4, .h4 {
    font-size: 1.2rem;
	box-shadow: 0px 6px 5px -6px rgba(0, 0, 0, 0.75);
}

}

h2, .h2 {
	box-shadow: 0px -6px 5px -6px rgba(0, 0, 0, 0.75);
 }

h4, .h4 {
	box-shadow: 0px 6px 5px -6px rgba(0, 0, 0, 0.75);
}

.border-light {
    border-color: #efede3 !important;
}

.input-group-text i {
	color: #ffffff;
}

.navbar-collapse ul {
	display: inline-block;
}

.navbar-collapse li {
	display: inline-block;
    margin-left: 3px;
    font-size: 0.95rem;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.text-success {
    color: rgba(0, 0, 0, 1) !important;
}

.text-secondary {
    color: #b58900 !important;
}

#totalSelected {
	color: #b58900 !important;
}

.mr-1, .mx-1 {
    color: #0366d6;
}

.fa, .fab, .fad, .fal, .far, .fas {
    color: #0366d6;
}

.alert-danger {
    background: none;
	border:1px solid rgba(0, 43, 54, 0.95);
	border-radius:0.25rem;
}


p, h2, h4, div, span {
	font-family: Georgia;
}

.popover, .popover-body, .popover-header {
    background-color: #efede3;
	color: #000000;
}

.custom-file-label {
    background-color: #ffffff;
}


.table {
    color: #000000;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: rgba(0, 0, 0, 1);
    background-color: transparent;
    border-color: #073642;
}

.btn-outline-success {
    color: #000000;
    border-color: #B58900;
}

.btn-outline-success:hover {
    color: #6c6c6c;
    background-color: transparent;
    border-color: #B58900;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.custom-select {
    background-color: #ffffff;
}

.btn-outline-primary:hover {
    color: #6c6c6c;
    background-color: transparent;
    border-color: #B58900;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show>.btn-outline-primary.dropdown-toggle {
    background-color: transparent;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}


.text-white {
    color: rgba(0, 0, 0, 1) !important;
}

.alert {
    color: #000000;
}

.alert-success {
    background: transparent;
    box-shadow: 0 0 10px;
}

.card-header {
    background-color: transparent;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.card-footer {
    background-color: transparent;
}

.form-control {
    background-color: #ffffff;
}

.form-control:focus {
    background-color: #ffffff;
}

.modal-content {
    background-color: #efede3;
}

.modal-header {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.jumbotron {
    background-color: transparent;
}

.card-header {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    background-color: transparent;
}

.btn-outline-primary:hover {
    color: #6c6c6c;
    background-color: transparent;
    border-color: #B58900;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show>.btn-outline-primary.dropdown-toggle {
    background-color: transparent;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.footer {
   //* box-shadow: 0 6px 8px 8px;*/
}

.navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000000;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #000000;
    box-shadow: 0 12px 17px -12px;
}

.navbar-dark .navbar-brand {
    color: #000000;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #484cdf;
}

.card-header {
    background-color: transparent;
	border-bottom: none;
}

.text-light {
    color: rgba(0, 0, 0, 1) !important;
}

/* 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;
}

.text-big {
    font-size: 1.2rem;
}

dt {
    font-weight: 500;
}

fieldset {
    border: 1px solid;
    border-radius: 0.5rem;
    padding: 0rem 2rem;
}

legend {
    width :unset;
    margin-left: -0.25rem;
}

.toast {
    max-width: 450px;
    color: #f0f0f0;
    background-color: #771a1a;
}

.toast-header {
    font-size: 1rem;
    color: #e39f5f;
    background-color: #441414;
}

/* 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;
  color: rgba(0, 0, 0, 1);
    background-color: #efede3;
}
.footer {
  position: absolute;
  width: 100%;
  line-height: 60px; /* Vertically center the text there */
}


/***********************************************************************************/

.accordion .mb-0 > a {
    display: block;
    position: relative;
}


.card.card-sm {
    width: 500px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.card.card-md {
    width: 700px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

/***********************************************************************************/

.field-validation-error {
    font-size: small;
    font-style: italic;
}


/***** Tables ******************************************************************************/

.fixed_header {
    /*width: 400px;*/
    table-layout: fixed;
    border-collapse: collapse;
}

.fixed_header tbody {
    display: block;
    width: 100%;
    overflow: auto;
    height: 300px;
}

.fixed_header thead tr {
    display: block;
}

.fixed_header thead {
    background: black;
    color: #fff;
}

.fixed_header_lg {
    table-layout: fixed;
    border-collapse: collapse;
}

.fixed_header_lg tbody {
    display: block;
    width: 100%;
    overflow: auto;
    height: 400px;
}



/***** BusyIndicator ******************************************************************************/

/* Absolute Center Spinner */
.loading {
    position: fixed;
    display: none;
    z-index: 1031;
    height: 2em;
    width: 2em;
/*    overflow: show;*/
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
/*            -ms-animation: spinner 1500ms infinite linear;*/
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/***** BusyIndicator End ******************************************************************************/


