﻿/* 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. */


.spinnercss {
    //background-color: #EFEFEF;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .5;
    filter: alpha(opacity=50);
}

.spinnerof {
    display: none;
    visibility: hidden;
}

.spinneron {
    display: block !important;
    visibility: visible !important;
}


.myspinner {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#spinner {
    display: none;
    visibility: hidden;
}

.busy .spinner {
    display: block !important;
    visibility: visible !important;
}


/*custom*/
.fa-question-circle_mis:hover {
    background: red;
    /*#FFCC00;*/
    color: #fbeef4;
    cursor: pointer;
}


.fa-question-circle_mis {
    color: red;
    background: #fbeef4;
    vertical-align: top;
    border: none !important;
    box-shadow: none !important;
    margin: 0;
    padding: 0;
    cursor: auto;
}




.fa-question-circle1 {
    color: #ff3b30;
    background: #ffcc00;
    border: none;
    vertical-align: top;
}
.button-fa-question-circle {
    color: #ff3b30;
    background: #ffcc00;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 150%;
    padding: 20px 60px;
    display: inline-block;
    white-space: nowrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .button-fa-question-circle:hover {
        background: #0A948F;
    }
}

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;
}

/* 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 .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 */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

label.mak-label-right {
    justify-content: flex-end;
    text-align: right;
}


#adBlockerPopup .modal-header {
    background: #e74c3c;
    color: #fff;
}

    #adBlockerPopup .modal-header h4 {
        color: #fff;
    }

#adBlockerPopup .modal-footer {
    text-align: center;
}

    #adBlockerPopup .modal-footer i {
        color: #fff;
        padding-right: 5px;
    }

    #adBlockerPopup .modal-footer .btn {
        border-radius: 0px;
        width: 200px;
        height: 40px;
        font-size: 17px;
    }