﻿/* 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 (min-width: 576px) {
    .div_main_smart {
        max-width: 360px !important;

    }
}




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;
}

.nav-link:hover {
    color: #fff;
    background-color: #B33C39;
    border-color: #0062cc;
}
/* Sticky footer styles
-------------------------------------------------- */

html, body {
    height: 100%;
}

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 */
}

.bg_splliner {
    /* display: none;*/
    /*position: absolute;*/
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: lightgray;
    z-index: 9999;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
    background-image: url('../img/loading.gif');
    background-size: auto auto;
    background-position: center;
    background-repeat: no-repeat;
}

.dia_splliner {
    /* display: none;*/
    /*position: absolute;*/
    position: absolute;
    top: 0%;
    left: 0%;
    /*width: 100%;*/
    /*height: 100%;*/
    background-color: lightgray;
    z-index: 9999;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
    background-image: url('../img/loading.gif');
    background-size: auto auto;
    background-position: center;
    background-repeat: no-repeat;
}
.div_splliner {
    background-image: url('../../img/loading.gif');
    background-size: auto auto;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-indicators li {
    background-color: blue;
}

.carousel-indicators li.active {
    background-color: forestgreen;
}

.headerbar h5 {
    margin-bottom:0px;
    height:40px;
    margin-top:auto;
    padding-top:10px;
}

.navbar-nav li {
    width: 120px;
}

.title-split-bar {
    background-color:lightgray;
    margin-top:0px;
    margin-bottom:5px;
    
    width:100%;
}


.input-validation-error {
    border-color: red !important;
}

.text-underline {
    text-decoration:underline;
}


.btn-darkred {
    color: #fff;
    background-color: #B33C39;
    border-color: #A32D23;
}

    .btn-darkred:hover {
        color: #fff;
        background-color: #AF0108;
        border-color: #AF0108;
    }

    .btn-darkred:focus, .btn-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    }

.form-control {
    border-color: #B33C39 !important;
}

.bg-SelectedItem {
    background-color: #B33C39 !important;
    border-color: #A32D23 !important;
    color: white !important;
}

.m-p-10 {
    margin-left: 10%;
    margin-right: 10%;
}

.m-p-11 {
    margin-left: 11%;
    margin-right: 11%;
}


.h-25px {
    height: 25px !important;
}

.h-50px {
    height: 50px !important;
}

.h-100px {
    height: 100px !important;
}

.h-150px {
    height: 150px !important;
}

.h-200px {
    height: 200px !important;
}

.w-80 {
    width: 80% !important;
}



.w-25px {
    width: 25px !important;
}

.w-50px {
    width: 50px !important;
}

.w-100px {
    width: 100px !important;
}

.w-150px {
    width: 150px !important;
}

.w-200px {
    width: 200px !important;
}
.w-500px {
    width: 500px !important;
}
