﻿@font-face {
    font-family: 'AvenirNext-Bold';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/AvenirNextLTPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/AvenirNextLTPro-Bold.woff2") format("woff2"), url("fonts/AvenirNextLTPro-Bold.woff") format("woff"), url("fonts/AvenirNextLTPro-Bold.ttf") format("truetype"), url("fonts/AvenirNextLTPro-Bold.svg#AvenirNext-Bold") format("svg");
}

@font-face {
    font-family: 'AvenirNext-Demi';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/AvenirNextLTPro-Demi.eot?#iefix") format("embedded-opentype"), url("fonts/AvenirNextLTPro-Demi.woff2") format("woff2"), url("fonts/AvenirNextLTPro-Demi.woff") format("woff"), url("fonts/AvenirNextLTPro-Demi.ttf") format("truetype"), url("fonts/AvenirNextLTPro-Demi.svg#AvenirNext-Demi") format("svg");
}

@font-face {
    font-family: 'AvenirNext-Regular';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/AvenirNextLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/AvenirNextLTPro-Regular.woff2") format("woff2"), url("fonts/AvenirNextLTPro-Regular.woff") format("woff"), url("fonts/AvenirNextLTPro-Regular.ttf") format("truetype"), url("fonts/AvenirNextLTPro-Regular.svg#AvenirNext-Regular") format("svg");
}

html {
    overflow: scroll;
    overflow-x: hidden;
    scrollbar-color: #333F48 #CBC9C9;
    scrollbar-width: thin;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
    border-radius: 2px;
    background-color: #CBC9C9;
}

::-webkit-scrollbar
{
    width: 4px;
    height: 15px;
    background-color: #CBC9C9;
    z-index: 100;
}

::-webkit-scrollbar-thumb
{
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    background-color:  #333F48;
}

body {
    background-color: #F8F8F8 !important;
    display:flex;
    flex-direction:column;
    min-height: 100vh;
}
table {
    border-collapse: collapse;
}
tr, td {
    padding: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.default-font {
    font-family: 'Avenir LT Std';
    font-size: 0.8em !important;
    color: #333F48;
    line-height: normal;
    font-weight: normal;
}



/* CONTAINERS */
.container-default {
    width: 100%;
}
.container-nav {
    width: 100%;
    background-color: #58DEB9;
}
.container-top {
    width: 100%;
    background-color: #333F48;
    height: 48px;
}

.container-body {
    margin-bottom: 56px;
}

.container-footer {
    width: 100%;
    background: #333f48;
    color: #8A9399;
    bottom: 0;
    height: 56px;
    font-family: 'NunitoSans Regular';
    font-size: 12px;
    letter-spacing: 0.8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
}

@media (max-width: 768px) {
    .container-footer {
        font-size: 10px;
    }
}

/* WIDTHS */
.width-full {
    width: 100%;
    margin: 0 auto;
}
.width-1200 {
    width: 1200px;
    margin: 0 auto;
}
.width-1120 {
    width: 1120px;
    margin: 0 auto;
}
.width-897 {
    width: 897px;
    margin: 0 auto;
}
.width-837 {
    width: 837px;
    margin: 0 auto;
}
.width-800 {
    width: 800px;
    margin: 0 auto;
}
.width-640 {
    width: 640px;
    margin: 0 auto;
}
.width-610 {
    width: 610px;
    margin: 0 auto;
}
.width-600 {
    width: 600px;
    margin: 0 auto;
}
.width-594 {
    width: 594px;
    margin: 0 auto;
}
.width-560 {
    width: 560px;
    margin: 0 auto;
}
.width-554 {
    width: 554px;
    margin: 0 auto;
}
.width-534 {
    width: 552px;
    margin: 0 auto;
}
.width-520 {
    width: 520px;
    margin: 0 auto;
}
.width-514 {
    width: 514px;
    margin: 0 auto;
}
.width-484 {
    width: 484px;
    margin: 0 auto;
}
.width-480 {
    width: 480px;
    margin: 0 auto;
}
.width-415 {
    width: 415px;
    margin: 0 auto;
}
.width-400 {
    width: 400px;
    margin: 0 auto;
}
.width-320 {
    width: 320px;
    margin: 0 auto;
}
.width-291 {
    width: 291px;
    margin: 0 auto;
}
.width-270 {
    width: 270px;
    margin: 0 auto;
}
.width-251 {
    width: 251px;
    margin: 0 auto;
}
.width-240 {
    width: 240px;
    margin: 0 auto;
}
.width-231 {
    width: 231px;
    margin: 0 auto;
}
.width-200 {
    width: 200px;
    margin: 0 auto;
}
.width-211 {
    width: 211px;
    margin: 0 auto;
}
.width-140 {
    width: 140px;
    margin: 0 auto;
}
.width-125 {
    width: 125px;
    margin: 0 auto;
}
.width-25 {
    width: 25px;
    margin: 0 auto;
}
.width-20 {
    width: 20px;
    margin: 0 auto;
    margin-top: 12px;
}
.width-16 {
    width: 20px;
    margin: 0 auto;
    margin-top: 16px;
}
.width-12 {
    width: 12px;
    margin: 0 auto;
}
.width-10 {
    width: 10px;
    margin: 0 auto;
}

/* HEIGHTS */
.spacer-5 {
    height: 5px;
    font-family: 'Avenir LT Std';
    font-size: 1px;
    font-weight: normal;
}
.spacer-8 {
    height: 8px;
}
.spacer-10 {
    height: 10px;
    font-family: 'Avenir LT Std';
    font-size: 1px;
    font-weight: normal;
}
.spacer-12 {
    height: 12px;
    font-family: 'Avenir LT Std';
    font-size: 1px;
    font-weight: normal;
}
.spacer-15 {
    height: 15px;
}
.spacer-16 {
    height: 16px;
}
.spacer-18 {
    height: 18px;
}
.spacer-20 {
    height: 20px;
}
.spacer-25 {
    height: 25px;
}
.spacer-27 {
    height: 27px;
}
.spacer-30 {
    height: 30px;
}
.spacer-40 {
    height: 40px;
}
.spacer-48 {
    height: 48px;
}
.spacer-80 {
    height: 80px;
}
.spacer-100 {
    height: 100px;
}
.spacer-120 {
    height: 120px;
}
.spacer-160 {
    height: 160px;
}
.spacer-188 {
    height: 188px;
}
.spacer-208 {
    height: 208px;
}
.spacer-240 {
    height: 240px;
}
.spacer-320 {
    height: 320px;
}
.spacer-480 {
    height: 480px;
}
.spacer-600 {
    height: 600px;
}

/* ALIGNMENTS */
.align-ver-top {
    vertical-align: top;
}
.align-ver-middle {
    vertical-align: middle;
}
.align-hor-center {
    text-align: center;
}
.align-hor-right {
    text-align: right;
}


/* BACKGROUNDS */
.bg-white {
    background-color:#FFFFFF;
}
.bg-stone {
    background-color: #F8F8F8;
}
.bg-granite {
    background-color: #333F48;
}



/* OTHER */
.all-caps {
    text-transform: uppercase;
}
.shadow-white-bg {
    background-color: #FFFFFF; 
    box-shadow: 0 0 11px #eaf0f6;
    border-radius: 6px;
}

.menu-item img {
    margin-right: 8px;
    max-width: 100%;
    max-height: 100%;
}

.menu-item-link:hover{
    text-decoration: none;
}

#sidebar {
    height: 100%;
    padding-top: 24px;
}

.content-wrapper{
    align-items: stretch;
    width: 100%;
    margin-bottom: 56px;
    margin-left: 0;
    min-height: calc(100vh - 144px);
}

.content-right{
    padding-bottom: 20px;
    padding-left: 17px;
}

@media (min-width: 1200px) {
    .content-right {
        padding-left: 64px;
    }
}

.menu-left{
    background-color: #F8F8F8;
    padding-right: 0px;
    padding-left: 0px;
}

@media (min-width: 1200px) {
    .menu-left{
        max-width: 276px;
    }
}

@media (max-width: 1070px) {
    .menu-item {
        padding-left: 6px;
    }
    
}
@media (max-width: 950px) {
    .menu-item {
        padding-left: 6px;
        font-size: 11px;
    }
}
@media (max-width: 767px){
    .menu-item {
        padding-left: 6px;
        font-size: 0px;
    }
    .menu-item img {
        width: 30px;
        height: 30px;
    }
    .content-wrapper{
        min-height: calc(100vh - 216px);
    }
}
.footer {
    font-family: 'Avenir LT Std';
    font-size: 0.75em !important;
    color: #666;
    text-align: center !important;
}
.search-top {
    height: 30px;
    border: none;
    width: 300px !important;
    padding-left: 10px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    color: #FFF;
    font-weight: 400;
    letter-spacing: 0.25px;
}
.in-fields {
    height: 36px;
    width: 100%;
    font-family: 'Avenir LT Std' !important;
    font-size: 0.9em !important;
    color: #333F48;
    font-weight: 400;
    padding-left: 10px;
    border: 1px solid #CCC;
    border-radius: 3px;
    background-color: #FFFFFF;
}
.in-fields-labels {
    font-family: 'Avenir LT Std' !important;
    font-size: 0.75em !important;
    color: #666 !important;
    padding-bottom: 2px;
}
.in-fields-textarea {
    height: 36px;
    width: 100%;
    font-family: 'Avenir LT Std' !important;
    font-size: 0.9em !important;
    color: #333F48;
    font-weight: 400;
    padding-left: 10px;
    border: 1px solid #CCC;
    border-radius: 3px;
    background-color: #FFFFFF;
}
.in-fields-dropdown {
    height: 36px;
    width: 100%;
    font-family: 'Avenir LT Std' !important;
    font-size: 0.9em !important;
    color: #333F48;
    font-weight: 400;
    padding-left: 10px;
    border: 1px solid #CCC;
    border-radius: 3px;
    background-color: #FFFFFF;
}
.dialog-headings {
    font-family: 'Avenir LT Std' !important;
    font-size: 1.25em !important;
    color: #666 !important;
    color: #FFF !important;
}
.dialog-heading-bg {
    background: rgb(93,137,212);
    background: linear-gradient(90deg, rgba(93,137,212,1) 0%, rgba(88,222,185,1) 100%);
}
.sml-dialog-headings {
    font-family: 'Avenir LT Std' !important;
    font-size: 14px !important;
    color: #111 !important;
    font-weight: bold;
}
.container-headings {
    font-family: 'Avenir LT Std' !important;
    font-size: 1.25em !important;
    color: #333F48 !important;
    font-weight: 500;
}
.item-label {
    font-family: 'Avenir LT Std' !important;
    color: #999999;
    font-size: 0.8em;
    padding-bottom: 10px;
    min-width: 35%;
}
.item-contents {
    font-family: 'Avenir LT Std' !important;
    color: #111111;
    font-size: 0.8em;
    padding-bottom: 10px;
    width: 65%;
}

/* BUTTONS */
.btn-neon-tech {
    background-color: #58DEB9;
    height: 36px;
    border-radius: 4px;
    border: none;
    font-family: 'Avenir LT Std' !important;
    font-size: 0.7em !important;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 1px;
    box-shadow: 0 0 11px #eaf0f6;
}
.btn-neon-tech:hover {
    background-color: #5deac2;
    cursor: pointer;
}


/* PROFILE STYLES */
.profile-bg {
    box-shadow: 0 0 11px #eaf0f6;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	height: auto;
	padding-bottom: 10px;
    background: rgb(88,222,185);
    background: linear-gradient(90deg, rgba(88,222,185,1) 0%, rgba(93,137,212,1) 100%);
}
.profile-bg-bottom {
    box-shadow: 0 0 11px #eaf0f6;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 291px;
    background-color: #FFFFFF;
}
.profile-name {
    font-family: 'Avenir LT Std';
    font-size: 18px !important;
    color: #FFF;
    text-align: center !important;
    line-height: normal;
    font-weight: 700;

}
.profile-sml-headings {
    font-family: 'Avenir LT Std';
    font-size: 0.7em !important;
    color: #AAA;
    line-height: normal;
    font-weight: normal;
    padding-bottom: 5px;
}
.profile-contents {
    font-family: 'Avenir LT Std';
    font-size: 0.85em !important;
    color: #333F48;
    line-height: normal;
    font-weight: normal;
}
.profile-notes {
    background-color: #F8F8F8;
    font-family: 'Avenir LT Std';
    font-size: 0.8em !important;
    color: #333F48;
    line-height: normal;
    font-weight: normal;
    padding: 15px;
    border-radius: 6px;
    width: 100%;
}
.profile-notes-author {
    font-family: 'Avenir LT Std';
    font-size: 0.8em !important;
    color: #111;
    padding-bottom: 5px;
    padding-top: 10px;
    font-weight: 600;
}
.profile-notes-datetime {
    font-family: 'Avenir LT Std';
    font-size: 0.8em !important;
    color: #999999;
    padding-bottom: 5px;
    padding-top: 10px;
}
.pro-kyc-status {
    text-align: right;
}

.pro-kyc-fail {
    background-color: #FFF;
    font-family: "NunitoSans ExtraBold";
    font-size: 16px;
    color: #D9534F;
    border-radius: 50rem;
    padding: 6px 12px;
    border: 2px solid #D9534F;
    cursor: default !important;
}
.profile-json {
    background-color: #333F48;
    color: #FFFFFF;
    padding: 15px;
    font-family: 'Roboto Mono', monospace;
    font-size: 12px;
}
.pro-docs-tbl-col01 {
    font-family: 'Avenir LT Std';
    color: #111111;
    font-size: 13px;
    background-color: #F8F8F8;
    padding-left: 15px;
    height: 40px;
    border-bottom: 2px solid #FFFFFF;
    width: 150px;
}
.pro-docs-tbl-col02 {
    font-family: 'Avenir LT Std';
    color: #111111;
    font-size: 13px;
    background-color: #F8F8F8;
    height: 40px;
    border-bottom: 2px solid #FFFFFF;
    width: 100px;
}
.pro-docs-tbl-col03 {
    font-family: 'Avenir LT Std';
    color: #111111;
    font-size: 13px;
    background-color: #F8F8F8;
    height: 40px;
    border-bottom: 2px solid #FFFFFF;
    width: 184px;
}
.pro-docs-tbl-col04 {
    font-family: 'Avenir LT Std';
    color: #111111;
    font-size: 13px;
    background-color: #F8F8F8;
    height: 40px;
    padding-right: 15px;
    text-align: right;
    border-bottom: 2px solid #FFFFFF;
    width: 100px;
}
.pro-docs-tbl-heading01 {
    font-family: 'Avenir LT Std';
    color: #111111;
    font-size: 11px;
    padding-left: 15px;
    padding-top: 2px;
    height: 40px;
    text-align: left;
    width: 150px;
    color: #FFF;
    background-color: #DCDCDC;
    border-top-left-radius: 6px;
    border-bottom: 2px solid #FFFFFF;
}
.pro-docs-tbl-heading02 {
    font-family: 'Avenir LT Std';
    color: #111111;
    font-size: 11px;
    text-align: left;
    width: 100px;
    color: #FFF;
    background-color: #DCDCDC;
    border-bottom: 2px solid #FFFFFF;
    height: 40px;
    padding-top: 2px;
}
.pro-docs-tbl-heading03 {
    font-family: 'Avenir LT Std';
    color: #111111;
    font-size: 11px;
    text-align: left;
    width: 184px;
    color: #FFF;
    background-color: #DCDCDC;
    border-bottom: 2px solid #FFFFFF;
    height: 40px;
    padding-top: 2px;
}
.pro-docs-tbl-heading04 {
    font-family: 'Avenir LT Std';
    color: #111111;
    font-size: 11px;
    padding-right: 15px;
    padding-top: 2px;
    text-align: right;
    width: 100px;
    color: #FFF;
    background-color: #DCDCDC;
    border-top-right-radius: 6px;
    border-bottom: 2px solid #FFFFFF;
    height: 40px;
}


/* DASHBOARD STYLES */
.db-widget-count-01 {
    font-family: 'Avenir LT Std';
    color: #FFF;
    font-size: 32px;
    font-weight: bold;
    vertical-align: top;
    text-align: center;
    height:50px;
    padding-top: 15px;
}
.db-widget-heading-01 {
    font-family: 'Avenir LT Std';
    color: #FFF;
    font-size: 0.8em;
    font-weight: bold;
    vertical-align: bottom;
    text-align: center;
    height: 30px;
}
.db-top-wid-01-bg {
    background: rgb(79,230,220);
    background: linear-gradient(75deg, rgba(79,230,220,1) 0%, rgba(93,121,233,1) 100%);
    box-shadow: 0 0 11px #eaf0f6;
    border-radius: 6px;
}
.db-top-wid-02-bg {
    background: rgb(245,79,160);
    background: linear-gradient(75deg, rgba(245,79,160,1) 0%, rgba(254,116,119,1) 100%);
    box-shadow: 0 0 11px #eaf0f6;
    border-radius: 6px;
}
.db-top-wid-03-bg {
    background: rgb(65,228,149);
    background: linear-gradient(75deg, rgba(65,228,149,1) 0%, rgba(59,180,182,1) 100%);
    box-shadow: 0 0 11px #eaf0f6;
    border-radius: 6px;
}
.db-top-wid-04-bg {
    background: rgb(255,219,64);
    background: linear-gradient(75deg, rgba(255,219,64,1) 0%, rgba(255,134,88,1) 100%);
    box-shadow: 0 0 11px #eaf0f6;
    border-radius: 6px;
}

/* JQUERY CSS OVERRIDES */
.ui-widget-overlay {
    background: #000000 !important;
    opacity: .6 !important;
    filter: Alpha(Opacity=.3) !important;
}
.ui-dialog {
    padding: 0 30px !important;
    min-width: 80vw !important;
    width: fit-content !important;
    width: -moz-fit-content !important;
    
}
.ui-dialog .ui-dialog-content {
    padding: 0em 0em !important;
}
.ui-widget-content {
    border: 1px solid #ddd;
    background: #FFFFFF !important;
    color: #333;
}

.div-content-overflow {
	width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.container-header {
    background: #FFFFFF;
    height: 88px;
}

.headerTopnav ul {
    list-style-type: none;
    float: right;
    width: max-content;
}

.heading-loginBtn {
    font-size: 18px;
    width: auto;
    max-width: 115px;
    height: 88px;
    white-space: nowrap;
    display: block;
    text-decoration: none;
    color: #333F48 !important;
    background-color: #FFFFFF;
    border-bottom: 6px solid #FFFFFF;
    justify-content: center !important;
}

.container-header ul a {
    text-decoration: none;
}

.heading-loginBtn:hover, .heading-loginBtn:focus {
    background-color: #FFFFFF !important;
    font-weight: bold;
}

.headerTopnav {
    overflow: hidden;
}

.container-header .navbar-toggler, #logoBar .navbar-toggler {
    background-color: #58deb9;
    width: 56px;
    height: 40px;
    z-index: 5;
}


#INP_CustomerSearch {
    border: 1px solid #CBC9C9;
    border-radius: 2px;
    height: 48px;
    font-size: 16px;
    font-family: "NunitoSans Regular";
    box-sizing: border-box;
    color: #333F48;
}

#INP_CustomerSearch input::placeholder,
#INP_CustomerSearch input:-ms-input-placeholder,
#INP_CustomerSearch input::-ms-input-placeholder,
#INP_CustomerSearch input::-webkit-input-placeholder,
#INP_CustomerSearch input:-moz-placeholder{
    color: #8A9399;
}

.has-search {
    width: 100%;
    height: 48px;
    margin-bottom: 0;
}

.has-search .form-control {
    padding-left: 48px;
    position: relative;
}

.has-search img {
    position: absolute;
    z-index: 2;
    display: block;
    pointer-events: none;
    padding-top: 0.8rem;
    margin-left: 0.8rem;
}

#navbarSupportedContent {
    padding-left: 0;
    padding-right: 0;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    z-index: 1;
}

.container-header ul {
    display: flex;
    list-style-type: none;
}

.filter-white {
    filter: brightness(0) invert(1);
    height: 56px;
    width: 56px;
    margin-bottom: 18px;
}

@media (max-width: 767px) {

    #navbarSupportedContent {
        overflow: unset;
        height: 110px;
        position: absolute;
        top: -72px;
    }

    .container-header {
        height: auto;
        min-height: 160px;
    }

    .headerTopnav ul {
        display: block;
        text-align: right;
        margin-bottom: unset;
        margin-top: unset;
    }

    .headerTopnav ul li {
        display: contents;
    }

    .headerTopnav ul li a {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        height: 60px;
        text-align: right;
        border-bottom: unset;
    }

    .container-header a.active {
        border-bottom: none;
    }

    .navbar::before, .container-fluid::before {
        content: unset;
        display: none;
    }

    .navbar::after, .container-fluid::after {
        content: unset;
        display: none;
    }

    #INP_CustomerSearch {
        margin-top: 1rem;
        margin-bottom: 1rem;
        max-width: unset;
    }

    .has-search {
        margin-top: 2rem;
        z-index: 0;
    }

    .has-search img {
        padding-top: 1.8rem;
    }

    #logoBar {
        top: 1rem;
        left: 0;
        z-index: 0;
    }

    .heading-loginBtn {
        width: unset;
        height: 70px;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .container-header ul {
        position: relative;
        width: auto;
        padding: 1rem;
        border: 1px solid #CBC9C9;
        float: right;
        border-radius: 2px;
        display: flow-root;
        margin-right: unset;
    }

    .container-header .collapsing{
        transition: none;
        -webkit-transition: none;
    }

    #navbarCollapse {
        padding-right: 14px;
    }

    .heading-loginBtn.active {
        color: #58deb9 !important;
        font-family: "NunitoSans Bold";
    }
}

@media (min-width: 1200px) {
    .container-header {
        padding: 0 32px;
    }

    #navbarCollapse {
        padding-left: unset;
    }

    .heading-loginBtn {
        width: 115px;
    }
    
    .ui-menu .ui-menu-item { 
        padding-left: 44px;
    }
    
}

.page-headings {
    font-family: 'NunitoSans ExtraBold' !important;
    font-size: 2em !important;
    color: #333F48 !important;
    vertical-align: bottom;
    padding-left: 0px;
}

.menu-content {
    margin-left: 64px;
    margin-right: 32px;
    padding-right: 0px;
    padding-left: 0px;
}

.back-btn {
    padding-left: 30px;
    padding-right: 16px;
    background: transparent url("../Content/icon/arrow-left.svg") no-repeat;
    background-position: 3% 40%;
    margin-bottom: 40px;
}
