﻿/*
    Primary Color: #4A7BE7 - Blue
    Primary Background Color: #F0F0F4 - Grey
    Primary Font: Helvetica Neue #212529 - Bootstrap Default
    Main Menu Font: Raleway
    Main Menu Dropdown Font: Poppins

*/

html
{
    scroll-behavior: smooth;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
    font-weight: 600; /* Overriding Bootstrap Default of 500 so Displays Correctly in Firefox */
}

.vt-front-banner-h1
{
    color: #FFF !important; 
    font-family: Raleway !important;
    font-size: 40px !important;
}

.vt-front h6
{
    color: #212529 !important;
    font-size: 32px !important;
    font-family: 'Segoe UI' !important;
    text-transform: none !important;
}

.vt-front h3
{
    font-size: 28px !important;
    font-family: 'Segoe UI' !important;
    text-transform: none !important;
    color: #212529 !important;
}

.vt-front h4
{
    color: #212529 !important;
    font-size: 24px !important;
    font-family: 'Segoe UI' !important;
}

.vt-front-banner-h5
{
    color: #FFF; 
    font-weight: 400;
    font-size: 20px;
}


.vt-widget h1
{
    color: #343d3e;
    font-size: 17px !important;
}

h1
{
    color: #343d3e;
    font-size: 1.5rem;
    font-family: Raleway;
}

h2
{
    font-weight: 600;
    color: #aeb2b7;
    text-transform: uppercase;
    font-size: 14.3px !important;
    font-family: Poppins;
    margin: 0px !important;
}

h3
{
    font-weight: 600;
    color: #343d3e;
    text-transform: uppercase;
    font-size: 14.3px !important;
    font-family: Poppins;
    margin: 0px !important;
}

h4
{
    font-size: 16.9px !important;
    font-weight: 600;
    color: #343d3e;
    font-family: Poppins;
    line-height: 1 !important;
}

h5
{
    color: #343d3e;
    font-size: 1.0rem;
}

h6
{
    color: #343d3e;
}

.vt-primary-color
{
    color: #4A7BE7;
}

body
{
    background-color: #F0F0F4;
}

@font-face
{
    font-family: Poppins;
    src: url("/assets/media/fonts/Poppins/Poppins-Regular.ttf");
}


@font-face
{
    font-family: Poppins;
    src: url("/assets/media/fonts/Poppins/Poppins-SemiBold.ttf");
    font-weight: 600;
}

@font-face
{
    font-family: Raleway;
    src: url("/assets/media/fonts/Raleway/Raleway-Medium.ttf");
}

@font-face
{
    font-family: Raleway;
    src: url("/assets/media/fonts/Raleway/Raleway-SemiBold.ttf");
    font-weight: 600;
}

@font-face
{
    font-family: Raleway;
    src: url("/assets/media/fonts/Raleway/Raleway-Bold.ttf");
    font-weight: 700;
}

main > .container, main > .container-fluid, main> .container-report
{
    margin-top: 22px;
    padding: 30px 40px 30px 40px;
    background-color: #FFF;
    border-radius: 7px;
}

main> .container-report
{
    max-width: none !important;
    padding-right: 40px !important;
}

.form-control::placeholder 
{
    color: #aeb2b7;
    font-size: 14px;
}

.form-control:-ms-input-placeholder 
{ 
    /* Internet Explorer 10-11 */
    color: #aeb2b7;
    
}

.form-control::-ms-input-placeholder 
{ 
    /* Microsoft Edge */
    color: #aeb2b7;
}

.vt-container-600
{
    max-width: 600px;
}

.vt-container-800
{
    max-width: 800px;
}

th
{
    font-weight: 500;
}

tr, th
{
    font-size: .9rem;
}
label
{
    color: #315299;
}

.lead
{
    font-size: 1.1rem;
}

.btn
{
    font-family: Poppins;
    font-size: 14px;
    padding: .25rem .7rem;
}

.btn-primary
{
    background-color: #4A7BE7;
    border-color: #4A7BE7;
}

.btn-primary:hover
{
    background-color: #3E5AD9;
    border-color: #3E5AD9;
}

.btn-secondary 
{
    background-color: transparent;
    border: 1px solid #e2e5ec;
    color: #414b4c;
}

.show > .btn-secondary.dropdown-toggle, .btn-secondary:focus, .btn-secondary.active, .btn-secondary:active, .btn-secondary:hover 
{
    color: #414b4c;
    border-color: #e2e5ec;
    background-color: #f4f5f8;
}

.badge-primary
{
    background-color: #4A7BE7;
}

.page-link
{
    color: #4A7BE7;
}

.page-item.active .page-link 
{
    background-color: #4A7BE7;
    border-color: #4A7BE7;
}

a
{
    color: #4A7BE7;
}

a:hover
{
    color: #3E5AD9;
}

.vt-subheader-location-info a
{
    color: #f4f5f8;  
    font-size: 13px;
}

.vt-subheader-location-info a:hover
{
    text-decoration: none;
    color: #FFF;  
    transition: all 0.3s ease;
}

.vt-public-main
{
    margin-top: 100px;
}

.vt-subheader
{
    background-color: #4A7BE7;
    margin-top: 85px;
    box-shadow: 0px 0px 40px 0px rgba(82,63,105,0.05);
    min-height: 56px;
    line-height: 56px;
    padding-right: 35px;
    padding-left: 35px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    color: #33323f;
}

.scrollable-menu
{
    max-height: 230px;
    overflow-y:scroll;
}

.footer 
{
    background-color: #FFF;
    font-size: 0.81em;
}

.footer > .container 
{
    padding-right: 15px;
    padding-left: 15px;
}


.footer a:hover
{
    transition: color 0.3s ease;
    color: #4A7BE7;
    text-decoration: none;
}

footer a
{
    text-decoration: none;
    position: relative;
    color: #b2afc6;
}

footer a:after
{
  content: '';
  position: absolute;
  width: 0; 
  height: 1px;
  display: block;
  margin-top: 1px;
  right: 0;
  background: #4A7BE7;
  transition: width .2s ease;
  -webkit-transition: width .3s ease;
}
 
footer a:hover:after
{
  width: 100%;
  left: 0;
}

.vt-primary-color
{
    color: #4A7BE7;
}

.bg-dark 
{
    background-color: #212529 !important;
}

.navbar 
{
    min-height: 76px;
    padding: 0;
}

.navbar-brand
{
    line-height: 76px;
    padding: 0 .2rem 0 .8rem;
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;
    font-size: 1.5rem;
    vertical-align: middle;
}

.nav-link 
{
    font-family: Raleway;
    font-size: 1rem;
    font-weight: 500;
}

.navbar-dark .navbar-nav .nav-link 
{
    color: #FFF;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
}



.navbar-dark .navbar-nav .active .nav-link 
{
    background-color: #26252D;
}

.navbar-dark .navbar-nav .nav-link:hover 
{
    background-color: #26252D;
    color: #FFF;
    transition: background-color 0.5s ease;
}

.navbar .dropdown-menu 
{
    margin: 20px 0 0;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    border: none;
    padding-top: 18px;
}

.navbar .dropdown-menu.show 
{
    animation: dropdown-menu-fade-in 0.3s ease 1, dropdown-menu-move-down 0.3s ease-out 1;
}

@keyframes dropdown-menu-fade-in 
{
    from 
    {
        opacity: 0;
    }

    to 
    {
        opacity: 1;
    }
}

@keyframes dropdown-menu-move-down
{
    from 
    {
        margin-top: 30px;
    }

    to 
    {
        margin-top: 20px;
    }
}

.navbar .dropdown-item 
{
    color: #5f6281;
    font-family: Poppins;
    font-size: .88rem;
    transition: all 0.3s ease;
    padding: 11px 80px 11px 30px;
}

.navbar .dropdown-item:hover 
{
    color: #4A7BE7;
    background-color: #f8f8fb;
}

.navbar .vt-dropdown-menu-icon 
{
    font-size: 1.4em;
    padding-right: 22px;
}

.table .dropdown-menu
{
    top: -6px !important;
}

.table .dropdown-item 
{
    color: #5f6281;
    font-family: Poppins;
    font-size: .88rem;
    transition: all 0.3s ease;
    padding: 5px 45px 5px 25px;
}

.table .dropdown-item:first-child
{
    padding: 3px 45px 5px 25px;
}

.table .dropdown-item:last-child
{
    padding: 5px 45px 1px 25px;
}

.table .dropdown-item:hover 
{
    color: #4A7BE7;
    background-color: #f8f8fb;
}


.table .vt-dropdown-menu-icon 
{
    font-size: 1.2em;
    padding-right: 14px;
}

.vt-user-profile-icon
{
    border-radius: 50%;
}

.vt-navbar-nav-right .dropdown-menu
{
    margin: 12px 0 0 !important;
}

.vt-navbar-nav-right .dropdown-menu.show
{
    animation: dropdown-menu-fade-in-nav-right 0.3s ease 1, dropdown-menu-move-down-nav-right 0.3s ease-out 1;
}

@keyframes dropdown-menu-fade-in-nav-right
{
    from
    {
        opacity: 0;
    }

    to
    {
        opacity: 1;
    }
}

@keyframes dropdown-menu-move-down-nav-right
{
    from
    {
        margin-top: 22px;
    }

    to
    {
        margin-top: 12px;
    }
}

.vt-nav-link-notification
{
    font-size: 1.25rem;
    margin-top: 2px;
}

.vt-notification-indicator
{
    position: absolute;
    width: 4px;
    height: 4px;
    background-clip: padding-box;
    margin-left: 7px;
    top: 16px;
    background-color: #4A7BE7;
    border-radius: 50%;
}

.vt-btn-subheader
{
    background-color: #FFF;
    color: #1C6CAC;
    font-weight: 600;
    font-size: 11px;
    padding: .4rem .8rem;
}

.vt-btn-subheader:hover
{
    background-color: #E6E6E6;
    color: #1C6CAC;
}

.vt-alert-message
{
    transition: background-color 0.3s ease;
    display: block !important;
}

.vt-table-badge
{
    padding: .4rem .21rem !important;
    text-align: center;
    border-radius: 4px;
    width: 60px;
    vertical-align: middle;
}

.vt-details-badge
{
    padding: .4rem 10px !important;
    text-align: center;
    border-radius: 4px;
    width: auto;
    vertical-align: middle;
    margin-top: -7px;
}

.vt-holiday-schedule thead th
{
    background-color: #4A7BE7;
    color: #FFF;
    font-weight: bold;
}

.vt-front-icon
{
    color: #4A7BE7; 
    font-size: 60px;
}

.vt-container-no-bg
{
    background-color: transparent !important;
}

.vt-front-banner
{
    border-radius: 0px !important;
    background: url("/Assets/Media/Misc/front_banner_bg.jpg");
    margin-top: 85px !important;
}

.vt-front-banner-form
{
    background-color: #FFF;
    border-radius: 15px;
    opacity: 1.0;
}

.vt-front-banner-form-title
{
    color: #212529;
    font-family: Raleway !important;
    font-size: 32px !important;
    text-transform: uppercase !important;
    margin: 0px .5rem .5rem .5rem !important;
    line-height: 1.2 !important;
}

.vt-front-banner-button
{
    background-color: #11AF22;
    color: #FFF;
    border: none;
    padding: 12px;
    font-weight: bold;
    font-size: 16px;
}

.vt-front-banner-button:hover
{
    background-color: #13C627 !important;
    color: #FFF;
}

.vt-radiobuttonlist label 
{
    margin-left: 2px !important;
    margin-right: 10px !important;
    color: #495057 !important;
    font-size: .96rem;
    vertical-align: middle;
}

.vt-dt-radiobuttonlist
{
    margin-left: 20px !important;
    margin-right: 10px !important;
    margin-top: 30px;
    color: #495057 !important;
    
}

.vt-dt-radiobuttonlist label
{
    margin-left: 2px !important;
    margin-right: 10px !important;
    color: #495057 !important;
    font-size: 1rem;
    vertical-align: middle;
}

.dataTables_scrollBody::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
}

.dataTables_scrollBody::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
    height: 12px;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb
{
	background-color: #4A7BE7;
}

.dataTables_scrollBody
{
    border-bottom: 1px solid #DEE2E6;
}

.vt-dashboard .container
{
    background-color: transparent !important;
    padding: 0px;
}

@media (min-width:1400px)
{
    .vt-container-xxl 
    {
        max-width: 1390px !important;
    }
}

small
{
    font-weight: 400;
    color: #aeb2b7;
    line-height: normal !important;
}


.vt-widget small
{
    font-family: Poppins !important;
}

.vt-widget-badge
{
    background-color: #EEEEF4;
    color: #4A7BE7;
    padding: 2px;
    font-weight: 600;
    padding: 0.5rem 1rem;
    font-size: 11.375px;
    font-family: Poppins !important;
    line-height: 1.5;
    border-radius: 0.2rem
}

.vt-widget-badge-danger
{
    background-color: #F8D7DA !important;
    color: #721C24 !important;
    padding: 2px;
    font-weight: 600;
    padding: 0.5rem 1rem;
    font-size: 11.375px;
    font-family: Poppins !important;
    line-height: 1.5;
    border-radius: 0.2rem
}

.vt-widget a
{
    font-size: 14px;
}

.vt-widget
{
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    background-color: #ffffff;
    border-radius: 4px;
    padding: 0px;
}

#divTransactions .dataTables_processing
{
    margin-top: 40px !important;
}

.vt-widget-container
{
    padding: 10px !important;
}

.vt-widget-header
{
    padding: 15px 15px 8px 15px;
    border-bottom: 1px solid #ebedf2;
}

.vt-widget-customer-details
{
    font-size: 14px;
    background-color: #F2F2F2; 
    min-height: 172px;
    color: #343d3e;
}

.vt-widget-customer-details small
{
    color: #343d3e;
}

.vt-widget-user-details
{
    font-size: 14px;
    background-color: #EEF3FD;
}

.vt-widget-customer-details h6
{
    font-size: 14px;
    margin-bottom: 0px;
}

.vt-dashboard-table td
{
    padding-right: .5rem !important;
}

.vt-dashboard-table th::before
{
    right: 1.5rem !important;
}

.vt-dashboard-table th::after
{
    right: 1rem !important;
}

#divTransactions .dataTables_filter
{
    text-align: right;
    margin-top: -38px;
    padding-right: 0px !important;
}

.vt-widget-list > div
{
    display: flex;
    padding: 0px 15px 18px 15px;
}


.vt-widget-list > div > div:first-child
{
    padding-right: 12px;
}

.vt-widget-list > div > div:nth-child(2)
{
    flex-grow: 1;
    font-family: Poppins;
    font-size: 14.3px;
    font-weight: 500 !important;
    align-self: center;
}

.vt-widget-list a
{
    color: #212529;
}

.vt-widget-list a:hover
{
    transition: color 0.3s ease;
    color: #4A7BE7;
    text-decoration: none;
}

.vt-widget-timeline > div > div:nth-child(2)
{
    flex-grow: 1;
    font-family: Poppins;
    font-size: 14.3px;
    font-weight: 500 !important;
    align-self: center;
    padding-left: 20px;
}

.vt-timeline-item
{
    display: flex;
    padding: 0px 15px 20px 15px;
    position: relative;
}

.vt-widget-timeline > div:first-child
{
    padding-top: 20px;
}

.vt-timeline-item:before
{
    content: "";
    width: 4px;
    height: 100%;
    background: #D7E3FA;
    left: 30px;
    top: 0;
    position: absolute;
}

.vt-timeline-item-circle
{
    background-color: #D7E3FA; 
    border: 6px solid #FFF; 
    position: relative; 
    height: 34px; 
    width: 34px;
}

.vt-timeline-item.vt-timeline-item-expired:before
{
    background-color: #4A7BE7;
}

.vt-timeline-item.vt-timeline-item-expired .vt-timeline-item-circle
{
    background-color: #4A7BE7;
}

.vt-ofac-widget-badge
{
    background-color: #E8F0F7;
}

.vt-ofac-widget-badge-reset-btn
{
    right: 10px; 
    top: 4px; 
    font-size: 18px; 
    color: #212529;
}

.carousel-control-prev, .carousel-control-next
{
    display: inline-flex !important;
    position: static !important;
    background-color: #E8F0F7;
    width: 1.6rem !important;
    height: 1.6rem !important;
    border-radius: 5px;
    opacity: 1 !important;
}

.vt-carousel-control-icon
{
    color: #4A7BE7;
    font-size: 13px;
    font-weight: bold !important;
}

.carousel-control-prev:hover, .carousel-control-next:hover, .carousel-control-prev:hover i, .carousel-control-next:hover i
{
    background-color: #4A7BE7;
    color: #FFF !important;
    transition: all .3s;
}

.vt-carousel-control-icon:hover
{
    color: #FFF !important;
}

.alert-info 
{
	background-color: #E8F0F7;
	color: #094175;
}

@media print
{
    body
    {
        background-color: #FFF;
    }

    header
    {
        display: none;
    }
    
    .vt-trans-details-aside
    {
        margin-top: -32px;
    }

    .vt-help-icon
    {
        display: none;
    }

    .vt-print-icon
    {
        display: none;
    }

    footer
    {
        display: none;
    }

}

/* MFA Help Page Style */
.mfa-help-icon {
    height: 22px;
    width: 22px;
    cursor: pointer;
}

.panel {
    border: 0.5px solid lightgray;
}

.panel-header {
    padding: 8px 8px 6px;
    background: #f1f1f1;
}

.accordion-button {
    background: white;
    border: 0.5px solid lightgray;
    cursor: pointer;
}

.question-button {
    background: white;
    border: 0.5px solid lightgray;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 6px;
}

.vt-widget-transaction-details
{
    font-size: 14px;
    background-color: #F2F2F2; 
    color: #343d3e;
}

.vt-widget-transaction-details h6
{
    font-size: 14px;
    margin-bottom: 0px;
}

.vt-details-div, .vt-details-div h6
{
    font-size: 14px;
}

.vt-optional
{
    font-size: 11px;
}

.vt-complete-date-message
{
    font-size: 14px; 
    color: #000;
}

.vt-help-icon
{
    font-size: 16px !important;
}

.vt-help-icon:hover
{
    cursor: pointer;
    text-decoration: none;
}

.vt-error-messages-list
{
    margin-top: 8px;
    padding-left: 20px;
}

.vt-accordion-icon
{
    color: grey;
}

.vt-trans-details-row
{
    margin-bottom: 8px;
}

.dataTable tfoot tr th
{
    background-color: #E8EFFC;
}

.popover 
{
    max-width: 100%;
    min-width: 300px;
}

.vt-trans-details-group {
    border-color: #6c757d !important;
    border-top: 1px solid !important;
    margin-right: 0;
    margin-left: 0;
    margin-top: -8.5px;
    padding-top: 6px;
    display: flex;
}

.vt-h5
{
    font-size: 1.0rem !important;
    font-weight: 400;    
}

