﻿/* 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. */

/*  only for error cls with for attribute */
.checkbox:hover > input:not([disabled]) ~ span,
.checkbox > input[type=checkbox]:checked:focus ~ span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 2px cornflowerblue;
    
}
.checkbox > input[type=checkbox]:not(checked):focus ~ span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 1px #00053e;
}
.error[for] {
  color: #f64e60 !important;
  font-size: x-small !important;
  display: inline-box !important;
}
.stickyHeader{
    position:sticky;
    top:0;
    background-color:white;
}
.dg_secondary_grey {
  background: #d2d2d2;
  color: black;
}
.dg_secondary_button {
  background: #d2d2d2;
  color: black;
}

.dg_secondary_gold {
  background: #f7cd69;
}

.dg_primary_button {
  background: #00053e;
  color: white;
}

.dg_primary_button i {
  color: white;
}

.dg_primary_button:hover,
.dg_primary_button:hover i {
  color: white;
  background: #00053ebd;
}

.dg_secondary_button {
  border-color: #00053e;
  color: #00053e;
  border-radius: 0.42rem;
}

.dg_primary_blue {
  background: #00053e;
  color: white;
}

.dg_metal_platinum {
  background: aqua;
}

.dg_metal_palladium {
  background: pink;
}

.trade_order_sales {
    background: #386288;
}

.trade_order_sales label {
    color: white;
}

.trade_order_purchase {
    background: #F7CD69;
}

.trade_order_transfer {
    background: #D2D2D2;
}

.aside-menu-nav {
    height: 100%;
}
.lobby{
    position:absolute !important;
    bottom:0;
}
.aside-menu-nav li a:hover span i,
.aside-menu-nav li a:active span i {
  color: #ab7f19;
}
.aside-menu-nav .spacer {
  flex: 1 1 auto;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rotate-45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.margin-b-6 {
    margin-bottom: 6rem;
}


@media (min-width: 992px) {
  .aside-minimize:not(.aside-minimize-hover) .brand .brand-logo img {
    display: none;
  }

  .aside-minimize:not(.aside-minimize-hover) .brand .brand-logo-small img {
    display: block !important;
  }
}

.initials {
  width: 2.5rem;
  height: 2.5rem;
  background: #f7cd69;
  border-radius: 50%;
  color: #fff;
  font-weight: 400;
  font-size: 1.3rem;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ab7f19;
}

.home_services {
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
    align-items: center;
    flex-flow: column wrap;
    color: black;
}
.home_services i {
    color: #00053e;
}
.home_services:hover i {
    color: #00053e;
}
.home_services_title {
    color: black;
}
.home_services_title:hover {
    color: #00053e;
}
/*Remove dashboard__services later*/
.dashboard__services {
    border: 1px solid black;
    border-radius: 0.42rem;
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
    align-items: center;
    flex-flow: column wrap;
    color: black;
}

.dashboard__services i {
  color: black;
}

.dashboard__services:hover,
.dashboard__services:hover i {
  color: #00053e;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

/* Sticky footer styles 
-------------------------------------------------- */
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 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
/*Theek karna h */
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.aside-menu-nav-container {
    min-height:100%;
}
@media only screen and (max-width: 441px) {
    .aside-menu-nav-container {
        min-height:97vh;
    }
}
.aside-menu-nav .spacer {
    flex: 1 1 auto;
}

@media only screen and (max-width: 768px) {
  .col-md-6 {
    max-width: 100% !important;
    width: 700px;
  }
  .col-md-12 {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .col-md-6 {
    max-width: 100% !important;
    width: 800px;
  }
  .col-md-8 {
    max-width: 100% !important;
    width: 800px;
  }

  .col-md-12 {
    max-width: 100% !important;
  }
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.form-group.required > label::after {
  content: " *";
  color: #f64e60;
}
.mandatory::before {
  content: "* ";
  color: #f64e60;
}
.cursor-pointer{
    cursor:pointer;
}
.table.table-striped > thead > tr > th {
    background-color: #f4f4f4;
}
.table.table-striped > tbody > tr:nth-child(2n+1) > td {
    background-color: white;
}
.table.table-striped > tbody > tr:nth-child(2n) > td {
    background-color: #f4f4f4;
}

.wrap-text {
    word-wrap: break-word;
}

.cursor-pointer:disabled,
button:disabled {
    cursor: default !important;
}

.icon-notes {
    color: #616368;
    text-shadow: 0 0 0.7px #000;
}
