﻿/* 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. */

/*This container manages the padding and the space that the application will occupy in the main screen*/

.container {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
}
.container-navbar {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
}

.smis-container {
    margin-left: 0px;
    margin-right: 0px;
}
.userdropdown{
    position:relative;
    z-index:99999;
    overflow:visible;
}

.mx-10 {
    margin-left: 10rem;
    margin-right: 10rem;
}

.px-10 {
    padding-left: 10rem;
    padding-right: 10rem;
}

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;
    border-bottom: 3px solid blue;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 15px;
  font-family:'Segoe UI';
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
    font-family:'Segoe UI';
  }
}

.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 */
  width:100%;
  /*margin-bottom: 60px;*/
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /*line-height: 60px;*/ /* Vertically center the text there */
}






/*.inner-addon {
    position: relative;
}


    .inner-addon .fa {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }


.left-addon .fa {
    left: 0px;
}

.right-addon .fa {
    right: 0px;
}


.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}*/


.main {
    width: 70%;
    margin: 5px;
}

/* Bootstrap 4 text input with search icon */


.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #d4d4d4;
}

.logo-thumbnail{
    height:40px;
    width:40px;
    /*border-radius:50%;*/
    margin:0px;
}

.round-Image {
    border-radius: 50%;
}


.menuIcons {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.align-header{
    display: flex;
}

.white-background {
    background-color: #ecebec
}
.white-card{
    background-color:#ffffff
}


/*Images Slideshow*/
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}



/*body {
    padding-top: 50px;
    padding-bottom: 20px
}*/

.body-content {
    padding-left: 15px;
    padding-right: 15px
}

.carousel-caption p {
    font-size: 20px;
    line-height: 1.4
}

.carousel-inner .item img[src$=".svg"] {
    width: 100%
}

#qrCode {
    margin: 15px
}

@media screen and (max-width:767px) {
    .carousel-caption {
        display: none
    }
}


/*image Slideshow ends here*/

/*Image Upload Control begins here*/
.imageupload {
    margin: 20px 0;
}

.centered-element{
    margin: 0 auto;
}

.form-inline > .form-group {
    vertical-align: top;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}


/*This code manages _sitelayout nested menus*/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 6px;
        top: .8em;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: .1rem;
        margin-right: .1rem;
    }

   
    /*Collapse code*/
    .dropdown-toggle::after {
    display: inline;
}




Iframe {
    width: 100%;
    height: auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }






/*Counter code*/


.counter {
    background-color: #f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}


/*mission vision cards*/

body {
    background: #eee;
}

span {
    font-size: 15px;
}

.box {
    padding: 0px 0px;
}

.box-part {
    background: #FFF;
    border-radius: 0;
    padding: 20px 10px;
    margin: 20px 0px;
}

.text {
    margin: 20px 0px;
}

.fa {
    color: #4183D7;
}


.nobullets {
    list-style-type: none;
}

.fill {
    object-fit: fill;
}

.contain {
    object-fit: contain;
}

.cover {
    object-fit: cover;
}

.scale-down {
    object-fit: scale-down;
}

.none {
    object-fit: none;
}

.grey-background{
    background-color:#fafafa;
}




.btn-round-lg {
    border-radius: 22.5px;
}

.btn-round {
    border-radius: 17px;
}

.btn-round-sm {
    border-radius: 15px;
}

.btn-round-xs {
    border-radius: 11px;
    padding-left: 10px;
    padding-right: 10px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 100000;
}

#contact .card:hover i, #contact .card:hover h4 {
    color: #f5f5f5;
}


.site-home-signed-in {
    width: 40px;
    height: 40px;
    padding: 6px 0px;
    border-radius: 25px;
    text-align: center;
    font-size: 17px;
    line-height: 1.42857;
}

.site-home-not-signed-in {
    width: 40px;
    height: 40px;
    padding: 6px 0px;
    border-radius: 25px;
    text-align: center;
    font-size: 17px;
    line-height: 1.42857;
}

.mx-10 {
    margin-left: 10rem;
    margin-right: 10rem;
}

body {
    margin: 0;
    padding: 0;
}

.wrapper {
    max-width: 1440px;
    width:100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.ems-width {
    width: 1440px;
}


.mobile-menu-item.active-mobile {
    font-weight: bold;
    border-bottom: 2px solid #262626;
}


/* Maintain Bootstrap styling but allow flexible width */
.auto-width-select {
    width: auto;
    min-width: 100px;
    max-width: 100%;
    display: inline-block;
    white-space: nowrap;
    background-position: right 0.75rem center; /* Keep Bootstrap arrow right-aligned */
}





/* Ensure Toastr text is always visible */
.toast-success,
.toast-error,
.toast-info,
.toast-warning {
    color: #fff !important;
    background-color: #28a745 !important; /* Green for success */
}

.toast-error {
    background-color: #dc3545 !important; /* Red */
}

.toast-warning {
    background-color: #ffc107 !important; /* Yellow */
    color: #212529 !important; /* Dark text for contrast */
}

.toast-info {
    background-color: #17a2b8 !important; /* Blue */
}

.btn-outline-primary {
    border-radius: 0.4rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .btn-outline-primary:hover {
        background-color: #21374C; /* Brand navy blue */
        color: #fff;
        border-color: #21374C;
    }


.max-w-85vw {
    max-width: 85vw;
}

label.required::after {
    content: " *";
    color: red;
}

/* Responsive main padding to account for the fixed headers.
   Matches previous behavior:
   - Mobile header needed ~100px top padding
   - Desktop/Tablet header needed ~60px top padding */
.elimys-main-layout {
    flex: 1;
    padding-top: 100px;
}

@media (min-width: 768px) {
    .elimys-main-layout {
        padding-top: 60px;
    }
}