@import url("https://fonts.googleapis.com/css?family=Lato");

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");

.screen-size:after
{
    content: "large";
    position: fixed;
    left: -9999px;
}

html
{
    color: #ffffff;
    font-size: calc(1em + 1vw);
}

body
{
    min-width: 740px;
    min-height: 748px;
}

*.dx-column-indicators
{
    float: left !important;
    font-weight: bold !important;
}

*[role=columnheader]
{
    font-weight: 600 !important;
}

header, footer, hgroup,
nav, section
{
    display: block;
}

@media (min-width: 1200px)
{
    .signIn .container-fluid
    {
        width: 1280px;
    }
}

.container-fluid
{
    height: 100%;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.clear-fix:after
{
    content: " ";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6
{
    color: #15487E;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
}

h1
{
    font-size: 2em;
}

h2
{
    font-size: 1.75em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    margin-bottom: 0px;
    color: #14487e;
    font-weight: 600;
    font-size: 1.5em;
}

h5, h6
{
    font-size: 1.1em;
    font-weight: 700;
}

h5 a:link, h5 a:visited, h5 a:active
{
    padding: 0;
    text-decoration: none;
}

.phone-switcher, .tablet-hide
{
    display: none;
}

.content-wrapper
{
    margin: 0;
    max-width: 960px;
}

.dashboard-header
{
    width: 100%;
    line-height: 52px;
    background: #15487e;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1450;
}

.dashboard-header .date
{
    float: left;
    width: 270px;
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    text-align: center;
    text-transform: uppercase;
}

.dashboard-header .dashboard-title h1
{
    margin: 0 0 0 280px;
    padding: 0 20px 0 27px;
    height: 52px;
    line-height: 52px;
    border-width: 0 0 0 1px;
}

.dashboard-title .bold
{
    font-weight: 700;
}

.logout
{
    padding: 6px;
    margin-left: 10px;
}

.logout-mobile
{
    padding: 6px;
    margin-left: 10px;
}

.logout:hover
{
    color: white;
}

.user-info
{
    float: right;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    min-width: 200px;
}

.user-info .menu
{
    font-size: 16px;
    padding: 0 20px 0 20px;
    border-left: 2px solid grey;
    display: flex;
    justify-content: space-between;
}

.user-info .menu .name
{
    font-weight: 600;
    margin-right: 30px;
}

.user-info .menu .sortdown-icon
{
    font-size: 20px;
    padding-top: 15px;
}

.user-info .menu .sortup-icon
{
    font-size: 20px;
    padding-top: 20px;
}

.user-info .menu:hover,
.user-info .menu:focus
{
    background: rgb(26, 99, 172);
    border: 1px solid rgb(0, 204, 255) !important;
    outline: auto 2px Highlight !important;
    outline: auto 5px -webkit-focus-ring-color;
    line-height: 49px;
}

.user-info .menu-list
{
    background: rgb(26, 99, 172);
    margin-left: 2px;
}

.user-info .menu-list li
{
    line-height: 30px;
    font-size: 14px;
}

.user-info .menu-list li a
{
    color: #ffffff;
    font-weight: 600;
    padding: 0 20px;
    display: inline-block;
    width: 100%;
}

.dashboard-title h1
{
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.35715;
    text-shadow: none;
    margin: 0;
    padding: 0;
}

.dashboard-navigation
{
    margin: 52px 0 0 0;
    width: 280px;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0px;
    bottom: 0px;
    background: rgba(21, 72, 126, 0.7);
}

.dashboard-navigation .sideBar-Theme
{
    height: auto;
    padding-bottom: 20px;
}

.background-placeholder
{
    position: fixed;
    height: 100%;
    width: 280px;
    top: 0;
    bottom: 0;
    left: 0;
    background: url(Images/Background.jpg) left top no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.dashboard-navigation .logo-image
{
    margin: 60px 0 20px;
    height: 50px;
    width: 280px;
}

.dashboard-navigation .school-name
{
    padding: 70px 10px 50px;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 27px;
    color: #fff;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
    white-space: normal;
    margin: 0;
    background-color: #2A4E74;
}

.dashboard-navigation .footer-logo
{
    background-image: url(../images/ecsi-logo-white-medium.png);
    height: 39px;
    background-repeat: no-repeat;
    background-position-x: right;
    margin-right: 24px;
}

p.poweredby
{
    color: white;
    font-size: 12px;
    text-align: right;
    margin-right: 24px;
    margin-top: 20px;
    position: relative;
    top: 8px;
}

.dashboard-navigation ul
{
    list-style: none;
    border: 0px solid rgba(255, 255, 255, 0.5);
    border-width: 1px 0 0 0;
}

.navigation-item
{
    cursor: pointer;
    border: 0px solid rgba(255, 255, 255, 0.5);
    border-width: 0 0 1px;
    padding: 18px 20px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.dashboard-navigation li a.active .navigation-item,
.navigation-item:hover
{
    background-color: rgba(255, 255, 255, 0.2);
}

.navigation-item .icon
{
    float: left;
    width: 44px;
    height: 44px;
    -moz-background-size: 44px 44px;
    -o-background-size: 44px 44px;
    -webkit-background-size: 44px 44px;
    background-size: 44px 44px;
    background-repeat: no-repeat;
    margin: 0 10px 0 0;
}

.navigation-item .icon.recovery
{
    background-image: url(images/Icons/Recovery.png);
}

.navigation-item .icon.refund
{
    background-image: url(images/Icons/Refund.png);
}

.navigation-item .icon.servicing
{
    background-image: url(images/Icons/Servicing.png);
}

.navigation-item .icon.tuition
{
    background-image: url(images/Icons/Tuition.png);
}

.navigation-item .icon.tax
{
    background-image: url(images/Icons/Tax.png);
}

.navigation-item h2
{
    color: #ffffff;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 8px 0 3px 0;
}

.navigation-item h2 strong
{
    font-weight: 700;
}

p.termsofuse
{
    color: white;
    font-size: 14px;
    text-align: right;
    margin-top: 12px;
    margin-right: 24px;
}

p.termsofuse a
{
    color: white;
    font-size: 14px;
}

.main-content
{
    background-color: #fff;
    margin-top: 52px;
    margin-right: 0;
    margin-left: 280px;
    margin-bottom: 0;
    height: 100%;
    min-width: 709px;
    padding: 0;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

div.page-title
{
    margin-bottom: 12px;
}

body.dashboard .main-content,
body.dashboard .dashboard-content
{
    background-color: #fff;
    margin-top: 50px;
}

.dashboard-content
{
    background-color: #fff;
}

.block-header
{
    height: 17px;
    position: relative;
    margin: 0 0 5px;
    width: 2000px;
}

.block-header h3
{
    float: left;
    color: #4c92ce;
    font-size: 18px;
    font-weight: 700;
    margin-right: 8px;
    z-index: 10;
    max-height: 20px;
}

.block-header .hr
{
    border-bottom: 1px solid #d4d4d4;
    float: left;
    display: inline-block;
    height: 10px;
    width: 1600px;
}

.printOnly
{
    display: none;
}

.info-text
{
    font-size: 14px;
    background-color: #ffffff;
    color: #c33603;
    font-weight: 700;
    margin: -15px 0;
    padding: 0px 0 5px 0;
    text-align: center;
}

.instructions-blue
{
    font-size: 14px;
    color: #15487e;
    font-weight: 700;
    margin-top: 5px;
    padding: 0px 0 5px 0;
    text-align: left;
}

.dx-freespace-row
{
    height: 0px !important;
}

.right-padding
{
    padding-right: 25px !important;
}

.layout-box
{
    width: 100%;
    float: left;
    margin: 0;
}

.layout-box.lb-1
{
    width: 50%;
    min-width: 350px;
    max-width: 800px;
}

.layout-box.lb-2
{
    width: 170px;
    margin: 0;
}

.layout-box.lb-2.wide,
.layout-box.lb-2.wide a
{
    color: #057dc2;
    font-weight: 700;
    margin-left: 20px;
    width: 210px;
}

.layout-box .lb-3
{
    width: 50%;
    min-width: 160px;
    margin: 0;
}

.layout-box .lb-4
{
    width: 80%;
    margin: 0 10% 0 10%;
}

.lb-4 h4, .lb-4 .headline
{
    margin-top: -20px;
    margin-bottom: 5px;
    color: #14487e;
    font-weight: 600;
    font-size: 1.5em;
}

.layout-box.lb-5
{
    min-width: 440px;
    width: 65%;
    margin: 0;
}

.layout-box.lb-6
{
    min-width: 234px;
    width: 34%;
    margin: 0;
}

.layout-box .hb-1
{
    overflow: hidden;
    height: 315px;
    margin: 0 34px 0 -30px;
    padding: 0 0 0 30px;
}

.layout-box .hb-2
{
    overflow: hidden;
    height: 240px;
    margin: 0 34px 0 0;
}

.layout-box .hb-3
{
    overflow: hidden;
    height: 90px;
    padding: 0 9px;
    margin: 0 25px 0 -9px;
}

.layout-box .hb-3 .header-surround
{
    overflow: hidden;
}

.layout-box .hb-4
{
    overflow: hidden;
    height: 330px;
    margin: 0 34px 0 0;
}

.layout-box .hb-4 .move-up
{
    position: relative;
    top: -10px;
}

.layout-box .hb-5
{
    overflow: hidden;
    height: 200px;
    margin: 15px 0 0 0;
}

.layout-box .hb-6
{
    position: relative;
    overflow: hidden;
    height: 90px;
}

.layout-box .hb-7
{
    overflow: hidden;
    height: 665px;
    margin: 0 34px 0 -30px;
    padding: 0 0 0 30px;
}

.layout-box .hb-8
{
    padding: 10px;
    margin: 0 0 10px 0;
}

@media (min-width: 960px)
{
    .top-row
    {
        margin: 10px;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        -webkit-flex-flow: row wrap;
    }

    .top-stats
    {
        width: 75%;
    }

    .perf-item
    {
        color: #000000;
        font-size: 12px;
        font-family: "Arial", sans-serif;
        padding: 0px 4px 0px 8px;
        height: 45px;
        width: 30%;
        float: left;
        margin-bottom: 8px;
        border: 1px solid #d4d4d4;
        border-width: 0 0 0 1px;
    }

    .perf-item h6
    {
        color: #000000;
        font-size: 12px;
        font-family: "Arial", sans-serif;
        padding: 0;
        margin: 0;
        margin-top: 2px;
        margin-bottom: 4px;
        font-weight: 100;
    }

    .perf-item div,
  .perf-item h3
    {
        color: #608033;
        font-size: 30px;
        font-weight: 700;
        margin: 0px 0 10px 0;
    }

    .perf-item.wide,
  .perf-item.wide p
    {
        margin-top: 1%;
        width: 100%;
        height: 20%;
        font-size: 12px;
        line-height: 12px;
        font-family: "Arial", sans-serif;
    }

    .dashboard-buttons
    {
        list-style: none;
        margin: 0;
        width: 25%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
    }

    .dashboard-buttons button
    {
        width: 140px;
        height: 30px;
        padding: 5px 0px;
        margin: 1%;
    }
}

@media (min-width: 1200px)
{
    .top-row
    {
        margin: 10px;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        -webkit-flex-flow: row wrap;
    }

    .top-stats
    {
        width: 60%;
    }

    .perf-item
    {
        color: #000000;
        font-size: 12px;
        font-family: "Arial", sans-serif;
        padding: 0px 4px 0px 8px;
        height: 45px;
        width: 29%;
        float: left;
        margin-bottom: 8px;
        border: 1px solid #d4d4d4;
        border-width: 0 0 0 1px;
    }

    .perf-item h6
    {
        color: #000000;
        font-size: 12px;
        font-family: "Arial", sans-serif;
        padding: 0;
        margin: 0;
        margin-top: 2px;
        margin-bottom: 4px;
        font-weight: 100;
    }

    .perf-item div,
  .perf-item h3
    {
        color: #608033;
        font-size: 30px;
        font-weight: 700;
        margin: 0px 0 10px 0;
    }

    .perf-item.wide,
  .perf-item.wide p
    {
        margin-top: 1%;
        width: 100%;
        height: 20%;
        font-size: 12px;
        line-height: 12px;
        font-family: "Arial", sans-serif;
    }

    .dashboard-buttons
    {
        list-style: none;
        margin: 0;
        width: 40%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
    }

    .dashboard-buttons button
    {
        width: 150px;
        height: 30px;
        padding: 5px 0px;
        margin: 1%;
    }

    .dashboard-buttons a
    {
        display: inline-block;
        flex-wrap: wrap;
    }

    .barchart-box
    {
        height: 270px;
    }

    .rangeSelector-box
    {
        margin: 8% 30px 0px 55px;
        height: 90px;
    }

    .datagrid-box
    {
        width: 90%;
        margin: 0 5%;
    }
}

.perf-rangeSelector
{
    margin: 15px 30px 0px 55px;
    height: 90px;
}

.perf-graph
{
    margin: 0 10px 0 0;
    height: 280px;
}

.perf-graph div
{
    margin: 10px 0 0 0;
    height: 280px;
}

#resolutionChartId, #activeInventoryChartId, #agencyInventoryChartId, #paymentPlanChartId
{
    height: 280px !important;
}

.dx-tab-selected:after
{
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-top: none !important;
}

.dx-datagrid-drag-header
{
    border-color: rgba(218, 88, 89, 0.5);
}

div.dx-datagrid-headers table.dx-datagrid-table tr.dx-header-row div.dx-checkbox-container
{
    vertical-align: top;
    font-weight: 600;
    color: white !important;
}

.dx-menu-item-selected
{
    background-color: rgba(218, 88, 89, 0.15);
    color: #333;
}

.dx-menu-item.dx-state-focused
{
    background-color: #da5859;
    color: white;
}

.dx-menu-item.dx-state-focused.dx-menu-item-selected
{
    background-color: rgba(218, 88, 89, 0.8);
}

.dx-datagrid .dx-menu-item-has-icon.dx-state-focused .dx-icon
{
    color: white;
}

.dx-datagrid-rowsview .dx-group-row td
{
    border-top: 1px solid #d2d2d2;
}

.dx-datagrid-rowsview .dx-group-row
{
    background-color: #f4f4f4;
}

div.dx-form-dateBoxFullWidth div.dx-datebox[style]
{
    width: 100% !important;
}

div.modal-dialog-inner
{
    width: 100%;
    height: 100%;
    padding: 20px;
}

div.modal-dialog-buttons
{
    text-align: center;
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
    width: 90%;
}

@media (min-width: 1280px)
{
    .layout-box.lb-5
    {
        width: 60%;
    }

    .layout-box.lb-6
    {
        width: 40%;
    }
}

@media (min-width: 1600px)
{
    .layout-box.lb-5
    {
        width: 56%;
    }

    .layout-box.lb-6
    {
        width: 44%;
    }
}

@media (min-height: 800px)
{
    .layout-box .hb-1
    {
        height: 340px;
    }

    .layout-box .hb-2
    {
        height: 260px;
    }

    .layout-box .hb-4
    {
        height: 370px;
    }

    .layout-box .hb-5
    {
        height: 220px;
    }

    .layout-box .hb-7
    {
        height: 710px;
    }

    .perf-graph, .perf-graph div
    {
        height: 195px;
    }
}

@media (min-height: 900px)
{
    .layout-box .hb-1
    {
        height: 390px;
    }

    .layout-box .hb-2
    {
        height: 300px;
    }

    .layout-box .hb-4
    {
        height: 410px;
    }

    .layout-box .hb-5
    {
        height: 260px;
    }

    .layout-box .hb-5.pie-max
    {
        height: 320px;
    }

    .layout-box .hb-7
    {
        height: 800px;
    }

    .perf-graph, .perf-graph div
    {
        height: 245px;
    }

    .map-graph, .map-graph div
    {
        height: 360px;
    }

    .perf-gauge
    {
        height: 170px;
    }

    .pie-graph
    {
        height: 365px;
    }
}

@media (min-height: 970px)
{
    .layout-box .hb-1
    {
        height: 440px;
    }

    .layout-box .hb-2
    {
        height: 330px;
    }

    .layout-box .hb-4
    {
        height: 440px;
    }

    .layout-box .hb-5
    {
        height: 290px;
    }

    .layout-box .hb-5.pie-max
    {
        height: 350px;
    }

    .layout-box .hb-7
    {
        height: 880px;
    }

    .perf-graph, .perf-graph div
    {
        height: 295px;
    }

    .map-graph, .map-graph div
    {
        height: 390px;
    }

    .perf-gauge
    {
        height: 200px;
    }

    .pie-graph
    {
        height: 395px;
    }
}

@media (min-height: 1050px)
{
    .layout-box .hb-1
    {
        height: 510px;
    }

    .layout-box .hb-2
    {
        height: 380px;
    }

    .layout-box .hb-4
    {
        height: 490px;
    }

    .layout-box .hb-5
    {
        height: 340px;
    }

    .layout-box .hb-5.pie-max
    {
        height: 400px;
    }

    .layout-box .hb-7
    {
        height: 1000px;
    }

    .perf-graph, .perf-graph div
    {
        height: 365px;
    }

    .map-graph, .map-graph div
    {
        height: 440px;
    }

    .perf-gauge
    {
        height: 250px;
    }
}

.inner-page-content
{
    padding: 20px;
}

.verify
{
    font-weight: 800;
    font-size: 12px;
    color: #008A00;
    text-transform: uppercase;
}

.grids
{
    overflow: hidden;
    width: 100%;
}

.grids > *
{
    float: left;
    width: 16.666%;
    height: 16.666%;
    width: 16.6666666667%;
    width: -webkit-calc(100%/6);
    box-sizing: border-box;
}

.grids > div > .dkblue
{
    background-color: #15487e;
}

.grids > div > .dkgray
{
    background-color: #808080;
}

.grids > div > .red
{
    background-color: #f7a1a0;
}

.grids > div
{
    font-weight: 100;
    text-align: center;
    display: block;
}

.grids > div > img
{
    width: 100%;
    display: block;
}

.grids > div > h1
{
    font-size: 2.5vw;
    font-weight: 100;
    text-align: center;
}

@media (max-width: 1200px)
{
    .grids > *
    {
        width: 25%;
        width: -webkit-calc(100%/4);
    }
}

@media (max-width: 640px)
{
    .grids > *
    {
        width: 50%;
        width: -webkit-calc(100%/2);
    }

    .grids > div > h1
    {
        font-size: 4vw;
    }
}

@media (max-width: 320px)
{
    .grids > *
    {
        width: 100%;
    }

    .grids > div > h1
    {
        font-size: 4vw;
    }
}

.gridListBasic md-grid-list
{
    margin: 10px;
}

.gridListBasic .gray
{
    background: #e8e8e8;
}

.gridListBasic .darkgray
{
    background: #808080;
}

.gridListBasic .orange
{
    background: rgba(241, 90, 36, 0.4);
}

.gridListBasic .blue
{
    background: rgba(20, 72, 126, 0.25);
}

.gridListBasic .red
{
    background: #ff8a80;
}

.gridListBasic md-grid-tile
{
    transition: all 400ms ease-out 50ms;
}

#landingPage.img
{
    overflow: hidden;
}

#landingPage.h3
{
    font-weight: 700;
}

#landingPage.icon
{
    font-family: "Font Awesome";
    text-align: center;
    font-size: 1em;
}

.nav-accordion
{
    margin: 0px;
    background: rgba(102, 102, 102, 0.123);
    overflow: hidden;
    width: 280px;
}

.nav-accordion a.navh3
{
    color: #fff;
    cursor: pointer;
    margin: 0;
    padding: 13px 16px 13px 18px;
    background: rgb(102, 102, 102);
    font-size: 17px;
    font-weight: 400;
    border: 0px solid #fff;
    border-width: 1px 0 1px 0;
    display: block;
}

.nav-accordion a.navh3:hover
{
    background: #2F72AC;
}

.nav-accordion a.navh3.current
{
    cursor: default;
}

.nav-accordion li ul
{
    border-top-width: 0px;
}

.nav-accordion li
{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    list-style: none;
    position: relative;
    background-color: #1465b9;
}

.nav-accordion li span
{
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    display: block;
    height: 100%;
    background-color: #1465b9;
}

.nav-accordion a
{
    font-size: 1.2em;
}

a.navItem
{
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 8px 10px 8px 40px;
}

a.subNavItem
{
    padding-left: 80px;
}

a.navItem.current, a.navItem.current:hover
{
    background-color: #185ba3;
}

a.navItem:hover,
a.navItem:hover span,
a.navItem:focus,
a.navItem:focus span
{
    background: #2F72AC;
}

.dashboard-navigation ul
{
    list-style: none;
    border: 0px solid rgba(255, 255, 255, 0.5);
    border-width: 1px 0 0 0;
}

.mobile-menu
{
    padding: 2px;
    margin: 5px 0 0 5px;
    float: left;
}

.page-title
{
    display: none;
    font-size: 1.5rem;
    color: #144873;
    font-weight: 700;
}

.template-history-label
{
    font-weight: bold;
    text-align: left;
}

.template-history-value
{
    font-weight: normal;
    text-align: left;
    word-wrap: break-word;
    word-break: normal;
}

.col-centered
{
    float: none;
    margin: 0 auto;
    padding: 0px;
}

.template-history-btn-wrap
{
    text-align: center;
    margin: 20px auto;
}

.print-wrap
{
    margin: 20px auto 0 !important;
    font-size: 12px;
}

.pop-wrap
{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}

.pop-wrap .pop-content
{
    width: 70%;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    background: rgb(255, 255, 255);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

.pop-wrap .pop-content .title
{
    font-weight: bold;
    color: inherit;
    margin-top: 20px;
}

.pop-wrap .pop-content p, .pop-wrap .pop-content .text-center
{
    margin: 20px 10px;
}

.pop-wrap .pop-content .preview-merge-field-cursor
{
    cursor: help;
}

.mfatext
{
    text-align: center;
    font-size: 17px;
    margin-bottom: 5px;
    padding: 0px 25px 0;
    line-height: 1.3;
}

.mfatext.sml
{
    font-size: 14px;
    padding: 0px 20px 25px;
    line-height: 1.3;
}

.mfatext.codelink
{
    padding: 0 20px;
    margin: 5px 0px 10px;
}

.mfainput input
{
    height: 45px;
    border: 1px solid #A7A8AA;
    font-size: 16px;
    padding-left: 12px !important;
}

.mfainput .dx-placeholder
{
    color: #A7A8AA;
    font-size: 16px;
    padding-left: 10px !important;
}

.mfatext.locked
{
    margin: 5px auto 80px;
    padding: 0 35px;
}

.mfatext .error
{
    font-size: 16px;
    text-align: left;
}

.visuallyhiddenLabel label
{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.pr50
{
    padding-right: 50px;
}

.dx-button-mode-contained.dx-button-success
{
    background-color: #2C8316;
}

#contentSkip a
{
    opacity: 0;
    font-size: 0px;
}

@media only screen and (max-width: 767px)
{
    #contentSkip
    {
        display: none;
    }
}

@media only screen and (min-width: 767px)
{
    #contentSkip
    {
        width: 100%;
        margin: 0 auto;
        height: 0px;
        background-color: #ffffff;
        display: block;
    }

    #contentSkip.openedUp
    {
        height: 55px;
        background-color: #15487e;
        border-bottom: 2px solid #06386b;
        padding: 4px 0px 30px;
        text-align: center;
        border-radius: 0px 0px 15px 15px;
        position: absolute;
        top: -2px;
        z-index: 99999;
    }

    #contentSkip a.focused
    {
        opacity: 1;
        font-size: 1.2em;
        color: #ffffff;
    }
}

.btn:hover,
input:hover,
button:hover,
a:hover,
.btn:focus,
input:focus,
button:focus,
a:focus
{
    border: 1px solid rgb(0, 204, 255) !important;
    outline: auto 2px Highlight !important;
    outline: auto 5px -webkit-focus-ring-color;
    display: inline-block;
}

button[disabled],
button[disabled]:hover,
button[disabled]:focus
{
    background-color: #707070 !important;
    border: 1px solid #a7a8aa !important;
    cursor: not-allowed !important;
}

#tabpanelProfileOuter .flex-box a:hover,
#tabpanelProfileOuter .flex-box a:focus
{
    display: block;
    border: 0 !important;
    outline: 0 !important;
}

#tabpanelProfileOuter .flex-box a:hover .plan-box,
#tabpanelProfileOuter .flex-box a:focus .plan-box
{
    border: 1px solid rgb(0, 204, 255) !important;
    display: block;
}

.new-grid-style a:hover,
.plan-box a:hover,
.new-grid-style a:focus,
.plan-box a:focus
{
    width: 100%;
}

.visuallyhidden
{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhiddenLabel label
{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.text-muted
{
    color: #6b6b6b !important;
}

.dx-pager .dx-page,
.dx-pager .dx-navigate-button
{
    padding: 4px 8px !important;
}

.alert.alert-success,
.alert.alert-warning,
.alert.alert-danger
{
    color: #000 !important;
}

