﻿/* 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;
}

a {
  color: #0077cc;
}

.form-control:focus {
    border-color: #0077cc;
    box-shadow: 0 0 0 0.2rem #0077cc;
}

.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;
}

.btn-link.nav-link:focus {
  outline: black auto 1px;
}

html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.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;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: scroll;
  white-space: nowrap;
  line-height: 60px;
}


.container {
    max-width: 95% !important;
}

.dropdownCostom button{
    background: transparent;
    border: none;
    width: 100%;
}

.dropdownCostom .dropdown-toggle::after {
    margin: 0 10px !important;
    vertical-align: middle !important;
    font-size: xx-large !important;
}

.dropdownCostom .search-select-selected {
    width: Calc(100% - 25px);
    display: inline-block;
}

.LoginBody {
    background: #e11c01;
    position: fixed;
    height: 100%;
    width: 100%;
}


    .LoginBody > .container {
        min-height: Calc(100% - 50pt);
        position: relative;
    }

        .LoginBody > .container main {
            position: absolute;
            min-width: 400px;
            width: 80%;
            background: #ffffff;
            padding: 50pt !important;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            border-radius: 25pt;
            overflow: auto;
            max-height: 100%;
        }

    .LoginBody footer {
        height: 50pt;
        text-align: right;
        line-height: 50pt;
        border-top: none !important;
        color: white !important;
    }

.modal.show {
    display: block !important;
}

.modal-dialog, .modal-dialog > * {
    width: 90%;
    height: 80%;
    max-width: unset;
    left: 5%;
    top: 50%;
    transform: translateY(-50%) !important;
    ;
}

.SmallModal > .modal-dialog, .SmallModal > .modal-dialog > * {
    width: 300px !important;
    left: calc(100vw - 150px) !important;
    height: unset !important;
}

selectList {
    margin: 12pt 0;
    border: solid #efefef 1px;
    border-radius: 5px;
    display: block;
    max-height: 150px;
    overflow-y: auto;
}

selectList > item {

    padding: 0 2rem !important;

}
.navbar-brand {
    height: 50px;
    background: url('/img/DCO_IMG.jpg');
    background-size: 60px;
    background-repeat: no-repeat;
    padding: 0px;
}