﻿/* 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. */

/* Updated 6/1/21 */

body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
    font-family: 'Roboto', sans-serif;
    background: #003962;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 3.5rem;
    position: relative;
    z-index: 1;
}

/* 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;
}

.widget-header {
    font-size: 1.3rem;
    font-weight: 100;
}

.wrapper {
    display: flex;
    align-items: stretch;
    background-color: #f8f9fb;
    min-height: 100vh;
}

#sidebar {
    min-width: 13rem;
    max-width: 13rem;
    width: 13rem;
    min-height: 100vh;
    /*background: #004280;*/
    /*background: #003a6f;*/
    background: #003962;
    color: #fff;
    transition: all 0.2s;
    /*padding-top: 3.5rem;*/
    z-index: 100;
}

#sidebar.active {
    min-width: 4rem;
    max-width: 4rem;
    width: 4rem;
}
#sidebar.active .sideBarDiv {
    overflow: visible;
}
.sideBarDiv {
    position: fixed;
    width: inherit;
    overflow-y: auto;
    max-height: 80%;
    white-space: nowrap;
    z-index: 99;
    border-bottom: 0.2rem solid #a7c2ff;
    margin-top: 56px;
}

.btn-warning{
    color: black !important;
}

.btn-success,
.btn-primary {
    color: #fff !important;
}

@media (max-width: 750px) {
    body{
        font-size: 0.9rem;
    }
    #sidebar {
        margin-left: 0;
        position: fixed;
    }

    #sidebar.active {
        margin-left: -200px;
    }

    .alertNotification {
        display: none;
    }

    .homeLogo {
        width: 0rem;
    }

    .navbar {
        padding: 0.5rem 0 0.5rem 1rem;
    }

    #sidebarCollapse {
        width: 40px;
        height: 40px;
        background: #f5f5f5;
        margin-left: 12rem;
        transition: 0.2s;
    }
}
@media (max-height: 600px) {
    #sidebar.active .sideBarDiv {
        overflow: auto;
    }
    .sideBarDiv {
        max-height: calc(100% - 130px);
    }
}

.acctLink {
    color: #005cce !important;
    cursor: pointer;
}

.acctLink:hover {
    text-decoration: underline !important;
}

.button {
    display: inline-flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .175rem 1rem;
    border-radius: .25rem;
    height: 1.75rem;
    align-items: center;
    justify-content: center;
    color: #FFF;
    margin: 0 0.5rem 0 0.5rem;
    /*border-width: 2px;*/
    /*border-style: outset;*/
    cursor: pointer;
}

.row {
    align-items: center;
}

footer {
    position: fixed;
    bottom: 0;
    /*z-index: -100;*/
    width: 100%;
}

.sideBarDiv::-webkit-scrollbar:horizontal {
    display: none;
}

.sideBarDiv::-webkit-scrollbar {
    border-radius: 5px;
    width: 5px;
}

.sideBarDiv::-webkit-scrollbar-track {
    background: #d3d3d3;
}

.sideBarDiv::-webkit-scrollbar-thumb {
    background: #646464;
    border-radius: 5px;
}

.sideBarDiv::-webkit-scrollbar-thumb:hover {
    background: #808080;
}


.dx-link-blue {
    color: #337ab7 !important;
}

.thirdLevelMenu {
    padding-left: 3rem !important;
    background-color: #819dca;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    opacity: 1;
    transition: 0.3s;
}

[aria-expanded="true"].dropdown-toggle::after {
    transform: rotate(180deg);
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.subMenuOne {
    background-color: #5377c9;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5 !important;
    background: #eaeeff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #1d58ff;
    border-bottom: 1px solid #0037b3;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #004280;
    /*background: #003a6f;*/
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    margin-left: 10rem;
    transition: 0.2s;
}

#sidebarCollapse.active{
    margin-left: 0.3rem;
}

#sidebarCollapse:hover {
    background-color: #abdcff;
    border-color: #4c4c4c;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
}

.menuSmallActive {
    color: #fff;
    /*background: #5377c9;*/
    background: #01c5fc;
}

.menuHomeActive {
    color: #fff !important;
    background: #3651d2;
}

.widgets {
    box-sizing: border-box;
}

.widgets div[class*='col-'] .card {
    /*padding: 20px;*/
    margin-bottom: 0px;
    height: auto;
}

.card {
    background-color: #fff;
    border: 0 solid #eee;
    border-radius: 0;
    margin-bottom: 30px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.card-body {
    padding: 15px 15px 10px 15px;
}

.card-header {
    background-color: transparent;
    padding: 15px 15px 0;
    border: 0;
}

.card-title {
    margin-top: 10px;
}

.chart-area {
    height: 100%;
    width: calc(30px + 100%);
    margin-left: -15px;
    margin-right: -15px;
    box-sizing: border-box;
}

.widget-Wrapper {
    min-width: 272px;
}

.name-menu-item {
    margin-left: .4rem;
    padding-top: 8px;
    padding-left: 1rem;
    padding-right: 1.3rem;
}

.btn-mint {
    color: #fff;
    background-color: #5377c9;
    border-color: #5377c9;
}

.btn-mint:hover {
    color: #fff;
    background-color: #4BB58A;
    border-color: #42A17A;
}

.btn-mint:focus, .btn-mint.focus {
    box-shadow: 0 0 0 0.2rem rgba(135, 217, 184, 0.5)
}

.btn-mint.disabled, .btn-mint:disabled {
    color: #fff;
    background-color: #A9E4CC;
    border-color: #A9E4CC;
}

.btn-mint:not(:disabled):not(.disabled):active, .btn-mint:not(:disabled):not(.disabled).active,
.show > .btn-mint.dropdown-toggle {
    color: #fff;
    background-color: #4BB58A;
    border-color: #42A17A;
}

.modal-dialog.modal-900 {
    max-width: 90% !important;
}

#NotificationMessage {
    width: 300px;
    height: 100px;
}


.sceditor-button-emoticon div {
    background: url('../Content/Tags.jpg') !important;
    width: 30px !important;
}

.text_edit {
    width: 400px;
    height: 250px;
    resize: none;
    background-color: white;
    border: 1px solid #ccc;
}

#view_text {
    width: 500px;
}

.fname {
    min-height: 14px;
    min-width: 76px;
    max-height: 14px;
    max-width: 76px;
}

.lname {
    min-height: 14px;
    min-width: 75px;
    max-height: 14px;
    max-width: 75px;
}

.date {
    min-height: 14px;
    min-width: 39px;
    max-height: 14px;
    max-width: 39px;
}


.referral-sub-text {
    font-style: italic;
    color: darkgrey;
}

.loadingIcon::after {
    font-family: "Font Awesome 5 Free";
    content: "\f110";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    animation: 2s rotate360 infinite linear;
}

@keyframes rotate360 {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate360 {
    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotate360 {
    to {
        transform: rotate(360deg);
    }
}

/*
@media (max-width: 768px) {
    #sidebar {
        margin-left: -200px;
    }

    #sidebar.active {
        margin-left: 0;
    }

    .dropdown-toggle::after {
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }

    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }

    Removing the vertical margin and make the first and last bars rotate again when the sidebar is open, hiding the second bar
    #sidebarCollapse.active span {
        margin: 0 auto;
    }

    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }

    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }

    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }
}
*/
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.table-sm-widget th,
.table-sm-widget td {
    padding: 0.1rem;
    font-size: .9rem !important;
}

.fa-tools:hover {
    color: #cbd3da !important
}

.bg-unknown {
    background-color: #ff430a;
}

.hcChartColor0 {
    /*color: #1fc56c;*/
    color: #5377c9;
}

.hcChartColor1 {
    /*color: #00a68d;*/
    color: #004280;
}

.hcChartColor2 {
    color: #0083a7;
}

.hcChartColor3 {
    color: #005fac;
}

.hcChartColor4 {
    /*color: #003793;*/
    color: #1fc56c;
}

.hcChartColor5 {
    /*color: #05025f;*/
    color: #00a68d;
}

.navbar-hamilton {
    /*background-color: #003a6f !important;*/
    background-color: #003962 !important;
}

.bg-hamilton {
    background-color: #004280 !important;
}

.bg-hamilton-mint {
    background-color: #5377c9 !important;
    color: white !important;
}

.bg-hamilton-orange {
    background-color: #e68800 !important;
    color: white !important;
}

.navbar-hamilton-text {
    color: white !important;
}

.sidebar-text {
    font-size: .9rem;
}

.portlet-widget {
    min-width: 280px;
}

.error-level-None {
    background-color: #4AEC63 !important;
    color: #3F4041;
}

.error-level-Soft {
    background-color: #FFFF5B !important;
    color: #000000 !important;
}

.error-level-Hard {
    background-color: #FF4646 !important;
    color: #000000 !important;
}

.error-level-Unknown {
    background-color: #ffc04c !important;
    color: #000000 !important;
}

.button-header {
    font-size: 1.6rem;
}

.button-sub-header {
    font-size: .8rem;
}

.deal-landing {
    font-size: 1.2rem;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 0px;
}

.spacer {
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
}

.progress-lg {
    height: 1.2rem !important;
}

@media(max-width: 992px) {
    .widget-Wrapper {
        min-width: 225px;
    }
}

@media(max-width:768px ) {
    .button-header {
        font-size: 1.2rem;
    }
}

.updateBox {
    height: 300px;
    padding: 2rem 2rem 1rem;
    margin: 0 auto 2rem;
    border: 1px solid #e8e8e8;
    overflow: auto;
}

    .updateBox > h1 {
        margin: 0px 0px 0px 0px;
    }

.base {
    overflow: hidden;
    height: 27px;
    width: 60px;
    /*border: 1px solid black;*/
    border-top: 1px solid #9da0aa;
    border-right: 1px solid #c2c4cb;
    border-bottom: 1px solid #d9dae0;
    border-left: 1px solid #c2c4cb;
}

.clicked {
    overflow: auto;
    height: auto;
    width: 60px;
    /*border: 1px solid black;*/
    border-top: 1px solid #9da0aa;
    border-right: 1px solid #c2c4cb;
    border-bottom: 1px solid #d9dae0;
    border-left: 1px solid #c2c4cb;
}

.downArrow {
    padding-top: 4px;
    float: right;
    z-index: -1;
}

#dropDownBtn:hover {
    cursor: pointer;
}

.colorImage {
    padding: 3px,3px,3px,3px;
    /*padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;*/
    float: left;
}

.colorLabel {
    float: left;
    padding-top: 6px;
}

.option:hover {
    cursor: pointer;
    background: yellow;
}

.fa-stack-nav[data-count]:after {
    position: absolute;
    left: 70%;
    top: 10%;
    content: attr(data-count);
    font-size: 30%;
    padding: .6em;
    border-radius: 999px;
    line-height: .75em;
    color: white;
    background: rgba(255,0,0,1);
    text-align: center;
    min-width: 2em;
    font-weight: bold;
}

.fa-stack-nav {
    display: inline-block;
    position: relative;
}

.fa-stack-nav-zero[data-count]:after {
    position: absolute;
    left: 70%;
    top: 10%;
    content: attr(data-count);
    font-size: 30%;
    padding: .6em;
    border-radius: 999px;
    line-height: .75em;
    color: white;
    background-color: gray;
    text-align: center;
    min-width: 2em;
    font-weight: bold;
}

.fa-stack-nav-zero {
    display: inline-block;
    position: relative;
}

.dynatree-title {
    background-color: none !important;
}

.dxflGroupBoxCaption_DevEx {
    display: none !important;
}

.field-validation-error {
    color: red !important;
}