﻿/* 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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;    
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

.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%;
    min-width: 1100px;
    width:100%;
}

body {
    width: 100%;
    min-width: 1100px;
    font-size: 14px;
    font-family: "DIN Next",helvitica,arial,sans-serif;
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  /*height: 25px;*/
  line-height: 25px; /* Vertically center the text there */
}
.centerheader {
    text-align: center;
    color: white;
    width: 100%;
    position: absolute;
    top: 15px;
    font-size: 22px;
    font-weight: bold;
    padding: 6px 0;
}

.headline {
    font-size: 29pt;
}
.subheadline{
    font-size:16pt;
}
.sectionheader {
    font-family:"DIN Next Slab",georgia,times,serif;
    font-size: 9pt;
    color: #e4551f !important;
    font-weight:bold;
}
.sectioncontent 
{
    font-size: 9pt;
}
.sectionbullet {
    font-size: 8pt;
}
.btn-collinsprimary {
    background-color: #00AB8E;
    color:white;
}
.btn-collinscancel {
    background-color: #E4551F;
    color: white;
}
.nav-tabs .nav-link {
    border: 1px solid #efefef;
    background-color: #f0f8ff;
    font-weight: bold;
    padding: 0.2rem 0.6rem
}
.nav-tabs .nav-link.active {
    background-color: white;
}
.alertmsgicon
{
    width:20%;
    float:left;
    font-size:50px;
}
.alertmsgcontent {
    width: 80%;
    float: left;
    clear:right;
    padding-top:10px;
}
.btn-primary:disabled
{
    background-color:lightgray;
    color:black;
}
.dr-editor-inputslabel {
    height: 20px;
    margin-bottom: 2px;
}
.dr-editor-inputstext {
    width: 290px;
    height: 20px;
}
.dr-editor-input-focused {
    background-color: #B0C4DE;
}

.userdetailsbtn {
    cursor: pointer;
    background-color: black;
    color: white;
    border: none;
}
.userdetailsdropdown {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
    position: absolute;
    right:30px;
    top:40px;
}

/* Links inside the dropdown */
.userdetailsdropdown a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
/* Change color of dropdown links on hover */
.userdetailsdropdown a:hover {
    background-color: #ddd
}