﻿/*Custom css for PLDS
---------------------*/
html,body{
    /*background-color:#eef8f8;*/
    height:100%;
}

.headerMain nav {
    /*background-color: darkblue;*/
    background: rgb(2,0,36);
    background: linear-gradient(93deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 49%, rgba(0,212,255,1) 100%);
}
.headerMain nav .nav-link{
    color:white !important;
}
.headerMain nav li {
    margin-right: 2em;
}

.headerMain nav img {
    border-radius: 0em 1em;
    width: 213px;
}

.body-content {
    height:80%;
    overflow:auto;    
}

/*End of custom code
--------------------*/
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}


html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.footer {
    height:5%;
 /* position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
 /* Set the fixed height of the footer here */
  /*line-height: 60px;*/ /* Vertically center the text there */
}
button > * {
    pointer-events: none;
}
.swal2-container {
   z-index:100000!important;
}
.navbar .dropdown-toggle {
    cursor: pointer;
}

.navbar .dropdown-menu a {
    cursor: pointer;
    color: black !important;
}

.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

@media (min-width: 767px) {
    .navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 0.5em;
        vertical-align: 0;
        border-bottom: 0.3em solid transparent;
        border-top: 0.3em solid transparent;
        border-left: 0.3em solid;
    }
}
.navbar-nav .dropdown-item a {
    cursor: pointer;
    text-decoration: none !important;
}
